/*nav*/
#nav-over {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4)
} 

.warmp {
	position: relative;
	right: 0;
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nav {
	position: fixed;
	top: 0;
	left: -320px; 
	z-index: 9999;
	background-color: #fff;
	width: 280px;
	padding-left: 0.4rem; 
	height: 100%; 
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 20px;
}

/*.openMenu{left:auto;right:3rem;-webkit-transition:all .5s ease;transition:all .5s ease;}*/

.openNav {
	left: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
/*
.nav h3 {
	padding: 0.3rem 0 0 0.25rem;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	line-height: 0.5rem;
}

.nav h3 a {
	color: #fff;
}*/

.scrollerBox {
	/* position: relative;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll; */
/*
	-ms-touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
*/
}

.scroller {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 0 0 100px 0;
	padding-top: 1px;
	/*cursor: move;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.nav .topBox{
	width: 100%;
	overflow: hidden;
	margin-top: 16px;
	height: 34px;
	position: relative;
}
.nav .topBox .topclose{width: 50%;float: left;}
.nav .topBox img.colse{
	float: left;
	cursor: pointer;
	width: 34px;
	height: 34px;
	margin-right: 5px;
}
.nav .topBox .topclose span{line-height: 34px;color: #000;}

.nav .topBox .topsearch{width: 30%;float: right;}
.nav .topBox .topsearch .iconfont {
	font-size: 22px;
	color: #000;
	line-height: 34px;
	fill: rgba(0, 0, 0, 1);
}

.nav .topBox form#search{
	float: right;
	height: 34px;
	width: 0;
	overflow: hidden;
	position: relative;
	z-index: 11;
	display: flex;
}
.nav .topBox form#search .button{
	width: 50px;
		padding: 0;
		margin: 0;
		background: none;
		outline: none;
		border: none;
}
.nav .topBox form#search .button:focus {
	outline: 0;
}

.nav .topBox input[type=text]{
	width: 120px;
	height:32px;
	border: none;
	padding: 0;
	outline: none;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #212121;
	border: 1px solid #000;
	border-radius: 30px;
	margin-top: 0;
	float: left;
	text-indent: 12px;
}
.nav .topBox i{
	display: inline-block;
	float: right;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 50%;
	margin-top: -16px;
}
.nav .topBox input[type=button]{
	width: 22px;
	height: 22px;
	border: none;
	outline: none;
	background-size: 100%;
	cursor: pointer; 
	border-left: none; 
}
.nav .topBox input::-webkit-input-placeholder {
	padding-left: 0;
	opacity: 0.9;
	font-size: 12px;
}
.nav .list{
	width: 240px;
}
.nav h3,.nav h4{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #212121;
	text-align: center;
	line-height: 35px;
}  
.nav h3.on{
	/*background: url(../images/nav2.jpg) no-repeat right center;*/
}
.nav h3.on a,.nav h3:hover a,.nav h4.on a,.nav h4:hover a{
	color: rgba(1, 88, 167, 1);
}
.nav h3 a,.nav h4 a{
	color: #212121;
}
.nav ul{
	display: none;
}
.nav ul li a {
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	/*padding: 0 0 0 0.24rem;  */
}
.nav ul li a:hover{
	color: #0059a9;
}
.nav .item{
	width: 240px;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	padding-top: 15px;
	margin-top: 15px;
}
.nav .item p.on{
	font-family: "微软雅黑";
	padding-bottom: 14px;
	font-size: 16px;
	color: rgba(64, 64, 64, 1);
	text-align: center;
}
.nav .item p.on2{
	font-family: arial;
	font-size: 16px;
	color: rgba(1, 88, 167, 1); 
	text-align: center;
}
.nav .item a.yy{
	display: block;
	font-family: "微软雅黑";
	font-size: 12px;
	background: url(../images/dt.jpg) no-repeat left 1.2rem center ;
    -webkit-transition: all .5s ease;
	text-indent: 90px;
	line-height: 20px;
}
.nav .item a.yy:hover{
	background: url(../images/dt2.jpg) no-repeat left 1.2rem center;
    -webkit-transition: all .5s ease;
    color: rgba(1, 88, 167, 1);
}
.nav .item img.logo{
	display: block;
	margin: 10px auto 10px;
	width: 148px;
		height: 44px;
}
.nav .item .fx{
	display: table;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
}


.openMenu {
	right: 3rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.nav_logo{width: 148px;height: 44px;margin: 0 auto;}
.nav_logo img{width: 148px;height: 44px;}


.sub-menu{position: relative;}
.sub-menu h3{cursor: pointer;}
.sub-menu h3::before{content: "\e7c1";font-family: "iconfont";position: absolute;right: 30px;}
.sub-menu .open::before{content: "\e7bf" !important;font-family: "iconfont";position: absolute;right: 30px;}

.social-share {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.social-share * {
	font-family: "iconfont" !important
}

.social-share .icon-tencent:before {
	content: "\f07a"
}

.social-share .icon-qq:before {
	content: "\e68d"
}

.social-share .icon-weibo:before {
	content: "\e699"
}

.social-share .icon-wechat:before {
	content: "\e69a"
}

.social-share .icon-douban:before {
	content: "\f10a"
}

.social-share .icon-heart:before {
	content: "\f20a"
}

.social-share .icon-like:before {
	content: "\f00a"
}

.social-share .icon-qzone:before {
	content: "\f08a"
}

.social-share .icon-linkedin:before {
	content: "\f01a"
}

.social-share .icon-diandian:before {
	content: "\f05a"
}

.social-share .icon-facebook:before {
	content: "\f03a"
}

.social-share .icon-google:before {
	content: "\f04a"
}

.social-share .icon-twitter:before {
	content: "\f06a"
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}

.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 20px;
	border-radius: 50%;
	line-height: 32px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
	background: #666;
	color: #fff
}

.social-share .icon-weibo {
	color: #ff763b;
	border-color: #fff
}

.social-share .icon-weibo:hover {
	background: #ff763b
}

.social-share .icon-tencent {
	color: #56b6e7;
	border-color: #56b6e7
}

.social-share .icon-tencent:hover {
	background: #56b6e7
}

.social-share .icon-qq {
	color: #56b6e7;
	border-color: #fff
}

.social-share .icon-qq:hover {
	background: #56b6e7
}

.social-share .icon-qzone {
	color: #FDBE3D;
	border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
	background: #FDBE3D
}

.social-share .icon-douban {
	color: #33b045;
	border-color: #33b045
}

.social-share .icon-douban:hover {
	background: #33b045
}

.social-share .icon-linkedin {
	color: #0077B5;
	border-color: #0077B5
}

.social-share .icon-linkedin:hover {
	background: #0077B5
}

.social-share .icon-facebook {
	color: #44619D;
	border-color: #44619D
}

.social-share .icon-facebook:hover {
	background: #44619D
}

.social-share .icon-google {
	color: #db4437;
	border-color: #db4437
}

.social-share .icon-google:hover {
	background: #db4437
}

.social-share .icon-twitter {
	color: #55acee;
	border-color: #55acee
}

.social-share .icon-twitter:hover {
	background: #55acee
}

.social-share .icon-diandian {
	color: #307DCA;
	border-color: #307DCA
}

.social-share .icon-diandian:hover {
	background: #307DCA
}

.social-share .icon-wechat {
	position: relative;
	color: #7bc549;
	border-color: #fff
}

.social-share .icon-wechat:hover {
	background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -44px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666;
}

.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 64px;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}