/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "黑体","SimHei",SimHei, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.nodisplay{display: none;}
html{margin: 0 auto;max-width: 1920px;}
html, body{height: 100%;}
.inner{width: 1200px;margin: 0 auto;max-width: 92%;}
.mobile{
	display: none!important;
}
.web{
	display: block!important;
}
/*footer*/
#footer{
	background-color: #333;
	padding: 43px 0 55px;
	text-align: center;
}
#footer .inner{
	width: 1000px;
}
#footer .top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	margin-bottom: 12px;
}
#footer .top a{
	font-size: 14px;
	color: #909090;
	margin-bottom: 16px;
	display: block;
	text-align: left;
}
#footer .top a.first{
	color: #fff;
}
#footer .top a:last-child{
	margin-bottom: 0;
}
#footer .bottom{
	position: relative;
}
#footer .bottom .link-box{
	margin-bottom: 28px;
}
#footer .bottom .link-box a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	position: relative;
}
#footer .bottom .link-box .icon{
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
#footer .bottom .link-box img:hover{
	background-position: center bottom;
}
#footer .bottom .link-box a.weixin .icon{
	background-image: url(../images/footer_icon1.png);
}
#footer .bottom .link-box a.weibo .icon{
	background-image: url(../images/footer_icon2.png);
}
#footer .bottom .link-box a.chat .icon{
	background-image: url(../images/footer_icon3.png);
}
#footer .bottom .link-box a.weixin .qr{
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: 100%;
	margin-bottom: 10px;
	display: none;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
}
#footer .bottom .link-box a.weixin:hover .qr{
	display: block;
}
#footer .bottom .copyright{
	font-size: 12px;
	color: #909090;
}
#footer .bottom .copyright br{
	display: none;
}
#footer .bottom .copyright a{
	color: #e71419;
	margin-left: 1em;
}
#footer .bottom .friend-link{
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer .bottom .friend-link .btn{
	font-size: 12px;
	color: #909090;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #575757;
	border-radius: 15px;
}
#footer .bottom .friend-link .btn:hover{
	color: #fff;
}
#footer .bottom .friend-link .btn span{
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-color: #7d7d7d transparent transparent transparent;
	border-width: 5px 4px 0px 4px;
	margin-left: 5px;
}
#footer .bottom .friend-link .btn:hover span{
	border-color: #fff transparent transparent transparent;
}
#footer .bottom .friend-link.active .btn span{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#footer .bottom .friend-link .box{
	border: 1px solid #575757;
	border-radius: 4px;
	padding: 10px;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-bottom: 7px;
	background-color: #333;
	display: none;
	z-index: 1;
}
#footer .bottom .friend-link .box a{
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	color: #a4a4a4;
	white-space: nowrap;
}
#footer .bottom .friend-link .box a:last-child{
	margin-bottom: 0;
}
#footer .bottom .friend-link .box a:hover{
	color: #fff;
}
#footer .bottom .friend-link .box .tri{
	background-repeat: no-repeat;
	width: 8px;
	height: 6px;
	background-image: url(../images/footer_friend_tri.png);
	background-size: 100% auto;
	position: absolute;
	left: 40px;
	bottom: -6px;
}
#footer .bottom .plantform-box{
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer .bottom .plantform-box a{
	display: block;
	font-size: 0;
	margin-top: 2px;
	border-style: solid;
	border-color: #4d4d4d;
	border-width: 2px 2px 2px 0;
}
#footer .bottom .plantform-box a:hover{
	border-color: #e71419;
}
#footer .bottom .plantform-box a .icon{
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
	background-color: #4d4d4d;
}
#footer .bottom .plantform-box a:hover .icon{
	background-color: #e71419;
}
#footer .bottom .plantform-box a .icon img{
	vertical-align: middle;
}
#footer .bottom .plantform-box a p{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	width: 115px;
	text-align: left;
	font-size: 14px;
	color: #7d7d7d;
	padding: 0 20px 0 10px;
	position: relative;
}
#footer .bottom .plantform-box a:hover p{
	color: #fff;
}
#footer .bottom .plantform-box a p span{
	width: 6px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/footer_icon6.png);
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
#footer .bottom .plantform-box a:hover p span{
	background-position: center bottom;
}
/*header*/
#header{
	background-color: #fff;
	padding: 0 40px;
	position: relative;
}
#header .left{
	float: left;
	line-height: 100px;
	height: 100px;
}
#header .left img{
	vertical-align: middle;
}
#header .right{
	float: right;
	line-height: 100px;
	height: 100px;
	font-size: 0;
}
#header .right .nav-box{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#header .right .nav-box a{
	margin-right: 25px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #222;
}
#header .right .nav-box a:hover,#header .right .nav-box a.active{
	color: #e71419;
}
#header .right .nav-box a.active{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 2px;
	background-image: url(../images/header_bgline.png);
}
#header .right .sub-nav{
	width: 100%;
	height: 60px;
	background-color: rgba(51,51,51,0.95);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 51;
	display: none;
}
#header .right .sub-nav .sub{
	line-height: 60px;
	height: 60px;
	display: none;
}
#header .right .sub-nav .sub.active{
	display: block;
}
#header .right .sub-nav .sub a{
	font-size: 14px;
	color: #fff;
	margin-right: 3em;
}
#header .right .sub-nav .sub a:hover,#header .right .sub-nav .sub a.active{
	color: #e71419;
}
#header .right .sub-nav .sub a:last-child{
	margin-right: 0;
}
#header .right .link-box{
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #dadada;
	line-height: 1;
}
#header .right .link-box a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
#header .right .link-box .icon{
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	position: relative;
}
#header .right .link-box .icon:hover{
	background-position: center bottom;
}
#header .right .link-box a.weixin .icon{
	background-image: url(../images/header_icon1.png);
}
#header .right .link-box a.weibo .icon{
	background-image: url(../images/header_icon2.png);
}
#header .right .link-box a.chat .icon{
	background-image: url(../images/header_icon3.png);
}
#header .right .link-box a.weixin .qr{
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 100%;
	margin-top: 10px;
	display: none;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
	z-index: 51;
}
#header .right .link-box a.weixin:hover .qr{
	display: block;
}
#header .right .menu{
	display: none;
}
/*侧导航*/
#sidenav{
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 60;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#sidenav.active{
	left: 0;
}
#sidenav .top{
	background-color: #333;
	height: 4.0625rem;
	padding: 0 2.3125rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#sidenav .top .logo{
	width: 7.125rem;
}
#sidenav .top .menu img{
	width: 1.6875rem;
}
#sidenav .nav-box{
	position: relative;
	height: 100%;
	padding: 4.0625rem 0 6.25rem;
	overflow-y: auto;
}
#sidenav .nav-box > div a.first{
	border-bottom: 1px solid #ededed;
	height: 3.5rem;
	padding: 0 2.3125rem;
	font-size: 1.1875rem;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}
#sidenav .nav-box > div.active a.first{
	background-color: #f5f5f5;
}
#sidenav .nav-box > div a.first img{
	width: 0.5625rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#sidenav .nav-box > div.active a.first img{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#sidenav .nav-box > div .sub{
	text-align: center;
	padding: 0 2.3125rem;
	display: none;
}
#sidenav .nav-box > div .sub a{
	display: block;
	border-bottom: 1px solid #ededed;
	line-height: 2.9375rem;
	font-size: 0.9375rem;
	color: #333;
}
#sidenav .link-box{
	height: 6.25rem;
	line-height: 6.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 2.3125rem;
	background-color: #fff;
	z-index: 1;
}
#sidenav .link-box a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2.1875rem;
	line-height: 1;
	position: relative;
}
#sidenav .link-box a:last-child{
	margin-right: 0;
}
#sidenav .link-box .icon{
	height: 1.875rem;
	vertical-align: middle;
}
#sidenav .link-box a.weixin .qr{
	position: absolute;
	left: -1.375rem;
	bottom: 100%;
	margin-bottom: 1rem;
	width: 13.5625rem;
	display: none;
}
#sidenav .link-box a.weixin.active .qr{
	display: block;
}
@media only screen and (max-width:1320px){
	
}
@media only screen and (max-width:1270px){
	
}
@media only screen and (max-width:1100px){
	#header .right .nav-box a{
		margin-right: 15px;
	}
}
@media only screen and (max-width:1024px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile{
		display: block!important;
	}
	.web{
		display: none!important;
	}
	/*footer*/
	#footer{
		padding: 3.6875rem 0 1.1875rem;
	}
	#footer .inner{
		width: 90.66%;
	}
	#footer .top{
		display: none;
		-webkit-display: none;
	}
	#footer .bottom .link-box{
		display: none;
	}
	#footer .bottom .copyright{
		font-size: 0.5rem;
		line-height: 0.8125rem;
		padding-top: 0.75rem;
		border-top: 1px solid #717171;
	}
	#footer .bottom .copyright br{
		display: block;
	}
	#footer .bottom .friend-link{
		bottom: 3.9375rem;
	}
	#footer .bottom .friend-link .btn{
		font-size: 0.5625rem;
		width: 4rem;
		height: 1.3125rem;
		line-height: 1.25rem;
		border-radius: 0.625rem;
	}
	#footer .bottom .friend-link .btn span{
		border-width: 0.1875rem 0.15625rem 0px 0.15625rem;
		margin-left: 0.25rem;
	}
	#footer .bottom .friend-link .box{
		border-radius: 0.25rem;
		margin-bottom: 0.5rem;
		padding: 0;
	}
	#footer .bottom .friend-link .box a{
		margin-bottom: 0;
		font-size: 0.5625rem;
		padding: 0.5rem 1rem;
	}
	#footer .bottom .friend-link .box a:nth-child(odd){
		background-color: #3d3d3d;
	}
	#footer .bottom .friend-link .box .tri{
		width: 0.5rem;
		height: 0.375rem;
		left: 2.125rem;
		bottom: -0.375rem;
	}
	#footer .bottom .plantform-box{
		bottom: 3.8125rem;
		font-size: 0;
	}
	#footer .bottom .plantform-box a{
		margin-top: 0;
		border-width: 0.0625rem 0.0625rem 0.0625rem 0;
		display: inline-block;
		vertical-align: top;
	}
	#footer .bottom .plantform-box a:first-child{
		margin-right: 0.3125rem;
	}
	#footer .bottom .plantform-box a .icon{
		width: 1.25rem;
		height: 1.125rem;
		line-height: 1.125rem;
	}
	#footer .bottom .plantform-box a .icon img{
		width: 0.75rem;
	}
	#footer .bottom .plantform-box a p{
		height: 1.125rem;
		line-height: 1.125rem;
		width: 4.1875rem;
		font-size: 0.5rem;
		padding: 0 0.625rem 0 0.3125rem;
	}
	#footer .bottom .plantform-box a p span{
		width: 0.1875rem;
		height: 0.3125rem;
		right: 0.3125rem;
		margin-top: -0.15625rem;
	}
	/*header*/
	#header{
		padding: 0 1.5rem;
	}
	#header .left{
		line-height: 4rem;
		height: 4rem;
	}
	#header .left img{
		width: 7.125rem;
	}
	#header .right{
		line-height: 4rem;
		height: 4rem;
	}
	#header .right .nav-box{
		display: none;
	}
	#header .right .link-box{
		display: none;
	}
	#header .right .menu{
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
		position: relative;
	}
	#header .right .menu img{
		width: 1.5625rem;
		opacity: 0;
	}
	#header .right .menu .line1{
		position: absolute;
		right: 0;
		top: 0;
		height: 0.25rem;
		border-radius: 0.125rem;
		width: 100%;
		background-color: #333;
		animation: 1s infinite lineone;
		-webkit-animation: 1s infinite lineone;
	}
	@keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-webkit-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	#header .right .menu .line2{
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -0.125rem;
		height: 0.25rem;
		border-radius: 0.125rem;
		width: 72%;
		background-color: #333;
		animation: 1s infinite linetwo;
		-webkit-animation: 1s infinite linetwo;
	}
	@keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-webkit-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	#header .right .menu .line3{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 0.25rem;
		border-radius: 0.125rem;
		width: 88%;
		background-color: #333;
		animation: 1s infinite linethree;
		-webkit-animation: 1s infinite linethree;
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-webkit-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}