/*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: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1;}
p{text-align: justify;}
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;
}
/*字体*/
@font-face {
	font-family: 'sfl';
  	src: url('../font/sanfranciscodisplay-light.ttf');
}
@font-face {
	font-family: 'sfh';
  	src: url('../font/sanfranciscodisplay-heavy.ttf');
}
#header .inner .language-box{display: none !important;}
#nav .icon-box a:nth-child(3){display: none !important;}
.reg-btn{display: none !important;}
/*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, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 327px;padding-top: 101px;}  /* 必须使用和footer相同的高度 */
#footer {position: relative;margin-top: -327px; /* footer高度的负值 */clear:both;}
.inner {max-width: 1100px;margin: 0 auto;}

#totop{
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #b8b8b8;
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 9;
}
#totop:hover{
	background-color: #0091db;
}
.mobile{
	display: none;
}
.web{
	display: block;
}
/*css 网页端头部*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	height: 101px;
	border-bottom: 1px solid #1d94d1;
	background-repeat: repeat;
	background-image: url(../images/bg_blue.png);
}
#header.type2{
	background-image: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #dfdfdf;
}
#header.type2.touming{
	background-color: rgba(242,242,242,0.8);
}
#header .logo{
	width: 191px;
	height: 60px;
	display: block;
	position: absolute;
	left: 80px;
	top: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/header_logo1.png);
}
#header.type2 .logo{
	background-image: url(../images/header_logo2.png);
}
#header .inner{
	text-align: center;
	padding-top: 43px;
}
#header .inner a{
	color: #fff;
	font-size: 14px;
	margin: 0 16px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
#header .inner a span{
	transition: transform 0.3s ease 0s;
}
#header .inner a .up{
	position: relative;
	top: 0%;
	left: 0;
	display: block;
}
#header .inner a .down{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
}
#header .inner a:hover .up,#header .inner a:hover .down{
	transform: translateY(-100%);
}
#header.type2 .inner a{
	color: #222;
}
#header .inner a:hover,#header .inner a.active{
	color: #9fdeff;
}
#header.type2 .inner a:hover,#header.type2 .inner a.active{
	color: #0091db;
}
#header .inner .language-box{
	display: inline-block;
	margin-left: 11px;
	position: relative;
	vertical-align: top;
	margin-top: -5px;
	padding: 1px;
	height: 24px;
	overflow: hidden;
}
#header .inner .language-box.sub{
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 0;
	height: auto;
}
#header .inner .language-box.sub{
	border: 1px solid #dfdfdf;
}
#header .inner .language-box a{
	margin: 0;
	display: block;
	padding: 5px 26px 5px 6px;
}
#header .inner .language-box span{
	display: block;
	width: 10px;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/header_lan_icon1.png);
	position: absolute;
	right: 7px;
	top: 10px;
	z-index: -1;
}
#header.type2 .inner .language-box span{
	background-image: url(../images/header_lan_icon3.png);
}
#header .inner .language-box.sub span{
	background-image: url(../images/header_lan_icon2.png);
}
#header.type2 .inner .language-box.sub span{
	background-image: url(../images/header_lan_icon4.png);
}
#header .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	line-height: 100px;
	font-size: 0;
	padding-right: 100px;
}
#header .right .tel{
	vertical-align: middle;
	width: 95px;
	height: 11px;
	background-repeat: no-repeat;
	background-image: url(../images/header_right_tel1.png);
	display: inline-block;
	margin-right: 19px;
}
#header.type2 .right .tel{
	background-image: url(../images/header_right_tel2.png);
}
#header .right .weibo{
	vertical-align: middle;
	margin-right: 16px;
	display: inline-block;
	width: 19px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/header_right_weibo1.png);
}
#header .right .weibo:hover{
	background-image: url(../images/header_right_weibo2.png);
}
#header.type2 .right .weibo{
	background-image: url(../images/header_right_weibo3.png);
}
#header.type2 .right .weibo:hover{
	background-image: url(../images/header_right_weibo4.png);
}
#header .right .weixin{
	vertical-align: middle;
	display: inline-block;
	width: 19px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/header_right_weixin1.png);
	position: relative;
	margin-right: 17px;
}
#header.type2 .right .weixin{
	background-image: url(../images/header_right_weixin3.png);
}
#header .right .weixin .qr{
	background-repeat: no-repeat;
	background-image: url(../images/header_right_weixin_qr_bg.png);
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 14px;
	padding-top: 15px;
	padding-left: 10px;
	width: 108px;
	height: 114px;
	display: none;
}
#header .right .weixin:hover{
	background-image: url(../images/header_right_weixin2.png);
}
#header.type2 .right .weixin:hover{
	background-image: url(../images/header_right_weixin4.png);
}
#header .right .tianmao{
	vertical-align: middle;
	display: inline-block;
	width: 17px;
	height: 14px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/header_right_tianmao1.png);
}
#header .right .tianmao:hover{
	background-image: url(../images/header_right_tianmao2.png);
}
#header.type2 .right .tianmao{
	background-image: url(../images/header_right_tianmao3.png);
}
#header.type2 .right .tianmao:hover{
	background-image: url(../images/header_right_tianmao4.png);
}
#header .right .search-box{
	vertical-align: middle;
	height: 100px;
	line-height: 100px;
	background-color: #ffd900;
	display: inline-block;
	width: 100px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s;
}
#header .right .search-box.open{
	padding-left: 30px;
	padding-right: 42px;
	width: 330px;
}
#header .right .search-box a{
	background-image: url(../images/header_right_search_icon.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.5s;
}
#header .right .search-box a:hover{
	transform: rotate(360deg);
}
#header .right .search-box input{
	vertical-align: middle;
	border-radius: 22px;
	width: 0;
	font-size: 14px;
	color: #222;
	display: inline-block;
	transition: all 0.5s;
}
#header .right .search-box.open input{
	margin-right: 17px;
	width: 225px;
	border: 1px solid #caac00;
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
}
/*css 网页端底部*/
#footer{
	background-color: #3d4248;
	height: 327px;
	overflow: hidden;
	text-align: center;
}
#footer .up-part{
	height: 226px;
	position: relative;
}
#footer .up-part .left-part{
	text-align: left;
	float: left;
}
#footer .up-part .left-part li{
	float: left;
	padding-top: 40px;
	margin-right: 32px;
}
#footer .up-part .left-part li a{
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	color: #b7b9bc;
}
#footer .up-part .left-part li a.first{
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
#footer .up-part .right-part{
	float: right;
	padding-top: 41px;
	text-align: right;
}
#footer .up-part .right-part .line1{
	margin-bottom: 30px;
}
#footer .up-part .right-part .line1 .tel{
	display: inline-block;
	background-color: #acacac;
	font-size: 0;
	vertical-align: middle;
}
#footer .up-part .right-part .line1 a{
	display: inline-block;
	margin-left: 16px;
	background-color: #bbb;
}
#footer .up-part .right-part .line1 a:hover{
	background-color: #0091db;
}
#footer .up-part .right-part .line1 .weixin{
	position: relative;
}
#footer .up-part .right-part .line1 .weixin .qr{
	background-repeat: no-repeat;
	background-image: url(../images/header_right_weixin_qr_bg.png);
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 14px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	width: 108px;
	height: 114px;
	display: none;
}
#footer .up-part .right-part .search-box{
	margin-bottom: 16px;
}
#footer .up-part .right-part .search-box input{
	width: 255px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background-color: #64686d;
	color: #fff;
	font-size: 16px;
}
#footer .up-part .right-part .search-box a{
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #0091db;
	display: inline-block;
	vertical-align: middle;
}
#footer .up-part .right-part p{
	line-height: 20px;
	font-size: 12px;
	color: #b7b9bc;
	text-align: right;
}
#footer .down-part{
	border-top: 1px solid #464b51;
	padding: 30px 0 34px;
}
#footer .down-part div{
	text-align: center;
	margin-bottom: 12px;
}
#footer .down-part div a{
	display: inline-block;
	margin: 0 20px;
	color: #b7b9bc;
	font-size: 12px;
}
#footer .down-part p{
	text-align: center;
	color: #b7b9bc;
	font-size: 12px;
	font-family: Arial;
}
/*css 手机端头部*/
#header2{
	position: fixed;
	z-index: 9;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
}
#header2 .logo{
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
#header2 .menu{
	display: block;
	height: 18px;
	width: 20px;
	position: absolute;
	left: 3.125%;
	top: 50%;
	margin-top: -9px;
	background-repeat: no-repeat;
	background-image: url(../images/header2_menu.png);
	background-size: 100% auto;
	background-position: center top;
}
#header2 .menu.active{
	background-position: center bottom;
}
#header2 .search-box{
	display: block;
	width: 19px;
	height: 20px;
	position: absolute;
	right: 3.125%;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
	line-height: 1;
}
#header2 .search-box.open{
	width: 100%;
	top: 0;
	right: 0;
	height: 45px;
	line-height: 45px;
	margin-top: 0;
}
#header2 .search-box a{
	width: 19px;
	height: 20px;
	display: inline-block;
}
#header2 .search-box a img{
	width: 100%;
	vertical-align: top;
}
#header2 .search-box.open a{
	position: absolute;
	right: 3.125%;
	top: 50%;
	margin-top: -10px;
}
#header2 .search-box input{
	display: none;
	vertical-align: middle;
	border-radius: 15px;
	width: 250px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.5rem;
	color: #222;
	background-color: #dfdfdf;
}
#header2 .search-box.open input{
	display: inline-block;
}
/*css 手机端底部*/
#footer2{
	background-color: #3d4248;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: none;
	/*margin-top: -327px;*/
}
#footer2 .up-part{
	height: 226px;
	position: relative;
}
#footer2 .up-part .left-part{
	text-align: left;
	float: left;
}
#footer2 .up-part .left-part li{
	float: left;
	padding-top: 40px;
	margin-right: 32px;
}
#footer2 .up-part .left-part li:last-child{
	margin-right: 0;
}
#footer2 .up-part .left-part li a{
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	color: #b7b9bc;
}
#footer2 .up-part .left-part li a.first{
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}
#footer2 .up-part .right-part{
	float: right;
	padding-top: 41px;
	text-align: right;
}
#footer2 .up-part .right-part .line1{
	margin-bottom: 30px;
}
#footer2 .up-part .right-part .line1 .tel{
	display: inline-block;
	background-color: #acacac;
	font-size: 0;
	vertical-align: middle;
}
#footer2 .up-part .right-part .line1 a{
	display: inline-block;
	margin-left: 16px;
	background-color: #bbb;
}
#footer2 .up-part .right-part .line1 a:hover{
	background-color: #0091db;
}
#footer2 .up-part .right-part .line1 .weixin{
	position: relative;
}
#footer2 .up-part .right-part .line1 .weixin .qr{
	background-repeat: no-repeat;
	background-image: url(../images/header_right_weixin_qr_bg.png);
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 14px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	width: 108px;
	height: 114px;
	display: none;
}
#footer2 .up-part .right-part .line1 .weixin:hover .qr{
	display: block;
}
#footer2 .up-part .right-part .search-box{
	margin-bottom: 16px;
}
#footer2 .up-part .right-part .search-box input{
	width: 255px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background-color: #64686d;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
}
#footer2 .up-part .right-part .search-box a{
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #0091db;
	display: inline-block;
	vertical-align: middle;
}
#footer2 .up-part .right-part p{
	line-height: 20px;
	font-size: 12px;
	color: #b7b9bc;
	text-align: right;
}
#footer2 .down-part{
	border-top: 1px solid #464b51;
	padding: 30px 0 34px;
}
#footer2 .down-part div{
	text-align: center;
	margin-bottom: 12px;
}
#footer2 .down-part div a{
	display: inline-block;
	margin: 0 20px;
	color: #b7b9bc;
	font-size: 12px;
}
#footer2 .down-part p{
	text-align: center;
	color: #b7b9bc;
	font-size: 12px;
	font-family: Arial;
}
/*css 手机端导航栏*/
#nav{
	width: 240px;
	height: 100%;
	position: fixed;
	left: -240px;
	top: 0;
	padding-top: 45px;
	overflow: scroll;
	display: none;
	box-shadow: 0px 9px 10px rgba(0,0,0,0.2);
	z-index: 12;
	background-color: #fff;
}
#nav .icon-box{
	text-align: center;
	position: relative;
}
#nav .icon-box img{
	width: 42px;
	margin: 0 5px;
}
#nav .icon-box .qr{
	width: 140px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 50px;
	display: none;
}
#nav .icon-box .weixin{
	width: 42px;
	height: 42px;
	display: inline-block;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-image: url(../images/nav_wx.png);
	background-size: 100% auto;
	background-position: center top;
}
#nav .icon-box .weixin.active{
	background-position: center bottom;
}
#nav ul{
	margin-bottom: 21px;
}
#nav .level1{
	height: 50px;
	line-height: 50px;
}
#nav .level1 a{
	padding-left: 24px;
	display: block;
	font-size: 1.8rem;
	color: #0091db;
	position: relative;
	letter-spacing: 2px;
}
#nav .level1.active a{
	color: #fff;
	background-color: #0091da;
}
#nav .level1 a span{
	width: 30px;
	height: 30px;
	background-image: url(../images/nav_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 20px;
}
#nav .sub-nav{
	display: none;
}
#nav .sub-nav a{
	padding-left: 24px;
	display: block;
	font-size: 1.8rem;
	color: #444;
	height: 40px;
	line-height: 40px;
	letter-spacing: 2px;
}
@media only screen and (max-width:1440px){
	#header .right .weibo{
		display: none;
	}
}
@media only screen and (max-width:1366px){
	#header .logo{
		left: 50px;
	}
	#header .inner a{
		margin: 0 8px;
	}
}
@media only screen and (max-width:1280px){
	#header .right .weixin,#header .right .tianmao,#header .right .tel{
		margin-right: 10px;
	}
}
@media only screen and (max-width:1180px){
	#header .logo{
		width: 150px;
		height: 47px;
		background-size: 100% auto;
		left: 20px;
		top: 28px;
	}
}
@media only screen and (max-width:1024px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
	html,body,p{font-family: PingFang SC Light Regular,微软雅黑 Light,STHeitiSC-Light,微软雅黑,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans;}
	#footer,#header{
		display: none;
	}
	#header2,#nav,#footer2{
		display: block;
	}
	#main{
		width: 100%;
		padding-top: 90px;
		padding-bottom: 0;
		background-color: #fff;
	}
	#header2{
		height: 90px;
		line-height: 90px;
		z-index: 20;
	}
	#header2 .logo{
		width: 150px;
	}
	#header2 .menu{
		width: 30px;
		height: 27px;
		margin-top: -14px;
	}
	#header2 .search-box{
		margin-top: -16px;
		width: 30px;
		height: 32px;
	}
	#header2 .search-box a{
		width: 30px;
		height: 32px;
	}
	#header2 .search-box input{
		width: 375px;
		height: 45px;
		line-height: 45px;
		border-radius: 23px;
	}
	#header2 .search-box.open{
		height: 90px;
		line-height: 90px;
	}
	#header2 .search-box.open a{
		margin-top: -16px;
	}
	#nav{
		padding-top: 90px;
	}
	/*#footer2{
		margin-top: -388px;
	}*/
	#footer2 .up-part{
		height: auto;
	}
	#footer2 .up-part .left-part,#footer2 .up-part .right-part{
		float: none;
		text-align: center;
	}
	#footer2 .up-part .left-part li{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#footer2 .up-part .right-part p{
		display: none;
	}
	#footer2 .up-part .left-part li a.first{
		margin-bottom: 20px;
	}
	#footer2 .up-part .right-part{
		padding-top: 20px;
	}
	#footer2 .up-part .right-part .line1{
		display: inline-block;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	#footer2 .up-part .right-part .search-box{
		display: inline-block;
	}
}
@media only screen and (max-width:768px){
	
	.mobile{
		display: block;
	}
	.web{
		display: none;
	}
}
@media only screen and (max-width:640px){
	#footer2 .up-part .left-part li{
		margin-right: 20px;
	}
}
@media only screen and (max-width:588px){
	/*#footer2{
		margin-top: -423px;
	}*/
}
@media only screen and (max-width:550px){
	/*#footer2{
		margin-top: -101px;
	}*/
	#footer2 .up-part{
		display: none;
	}
	#header2 .search-box input{
		width: 300px;
	}
}
@media only screen and (max-width:414px){
	#main{
		padding-top: 60px;
	}
	#header2{
		height: 60px;
		line-height: 60px;
	}
	#header2 .logo{
		width: 100px;
	}
	#header2 .menu{
		width: 20px;
		height: 18px;
		margin-top: -9px;
	}
	#header2 .search-box{
		margin-top: -10px;
		width: 19px;
		height: 20px;
	}
	#header2 .search-box a{
		width: 19px;
		height: 20px;
	}
	#header2 .search-box input{
		width: 300px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
	}
	#header2 .search-box.open{
		height: 60px;
		line-height: 60px;
	}
	#header2 .search-box.open a{
		margin-top: -10px;
	}
	#nav{
		padding-top: 60px;
	}
}
@media only screen and (max-width:380px){
	#footer2 .down-part p{
		width: 275px;
		line-height: 1.5;
		margin: 0 auto;
	}
	#footer2 .down-part{
		padding: 20px 0;
	}
}
@media only screen and (max-width:320px){
	#header2 .search-box input{
		width: 240px;
	}
	#nav .level1 a{
		font-size: 1.8rem;
	}
}