@font-face {
  font-family: "syh";
  src: url("../fonts/SOURCEHANSANSCN-HEAVY.woff2") format("woff2"),
       url("../fonts/SOURCEHANSANSCN-HEAVY.woff") format("woff"),
       url("../fonts/SOURCEHANSANSCN-HEAVY.ttf") format("truetype"),
       url("../fonts/SOURCEHANSANSCN-HEAVY.eot") format("embedded-opentype"),
       url("../fonts/SOURCEHANSANSCN-HEAVY.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "syl";
  src: url("../fonts/SOURCEHANSANSCN-LIGHT.woff2") format("woff2"),
       url("../fonts/SOURCEHANSANSCN-LIGHT.woff") format("woff"),
       url("../fonts/SOURCEHANSANSCN-LIGHT.ttf") format("truetype"),
       url("../fonts/SOURCEHANSANSCN-LIGHT.eot") format("embedded-opentype"),
       url("../fonts/SOURCEHANSANSCN-LIGHT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "syn";
  src: url("../fonts/SOURCEHANSANSCN-NORMAL.woff2") format("woff2"),
       url("../fonts/SOURCEHANSANSCN-NORMAL.woff") format("woff"),
       url("../fonts/SOURCEHANSANSCN-NORMAL.ttf") format("truetype"),
       url("../fonts/SOURCEHANSANSCN-NORMAL.eot") format("embedded-opentype"),
       url("../fonts/SOURCEHANSANSCN-NORMAL.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "syr";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "itcbk";
  src: url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"),
       url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff"),
       url("../fonts/ITCAvantGardeStd-Bk.ttf") format("truetype"),
       url("../fonts/ITCAvantGardeStd-Bk.eot") format("embedded-opentype"),
       url("../fonts/ITCAvantGardeStd-Bk.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*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: "syr","微软雅黑","Microsoft YaHei", "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*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
html{margin: 0 auto;max-width: 1920px;}
html, body{height: 100%;}
body{
	background-color: #fff;
}
.mobile{
	display: none;
}
.web{
	display: block;
}
.inner{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#main{
	min-height: 100%;
	padding-bottom: 220px;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 70;
}
#header.hidden{
	top: -100px;
}
#header.fixed{
	position: fixed;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	top: 0!important;
}
#header.type2{
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(4,0,0,0.07);
}
#header .inner{
	position: relative;
	height: 100px;
	line-height: 100px;
}
#header .logo{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-image: url(../images/header_logo_bg.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}
#header.type2 .logo{
	background-position: center bottom;
}
#header .nav-box{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
#header .nav-box a{
	font-size: 16px;
	color: #fff;
	font-family: "syn";
	margin-right: 40px;
	padding: 0 5px;
	position: relative;
}
#header.type2 .nav-box a{
	color: #1f294c;
}
#header .nav-box a:last-child{
	margin-right: 0;
}
#header .nav-box a .line{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 15px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: none;
}
#header .nav-box a.active .line,#header .nav-box a:hover .line{
	display: block;
}
#header.type2 .nav-box .line{
	background-color: #1f294c;
}
#header .tel{
	font-size: 14px;
	color: #fff;
	font-family: "syn";
	width: 160px;
	height: 40px;
	line-height: 38px;
	border: 1px solid rgb(255,255,255,0.5);
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
#header.type2 .tel{
	color: #1f294c;
	border-color: rgba(31,41,76,0.5);
}
#header .menu img{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.34375rem;
	width: 1rem;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-image: url(../images/header_menu_bg.png);
}
#header.type2 .menu img{
	background-position: center bottom;
}
#footer{
	height: 220px;
	margin-top: -220px;
	border-top: 1px solid rgba(31,41,76,0.1);
	padding-top: 50px;
}
#footer .left{
	float: left;
}
#footer .left h5{
	font-size: 24px;
	color: #1f294c;
	font-weight: lighter;
	font-family: "syl";
	margin-bottom: 30px;
}
#footer .left .text-box{
	font-size: 0;
}
#footer .left .text-box .icon{
	margin-right: 14px;
	vertical-align: middle;
}
#footer .left .text-box .text{
	display: inline-block;
	vertical-align: middle;
}
#footer .left .text-box .text p{
	font-size: 14px;
	color: #666;
}
#footer .left .text-box .text p:last-child{
	margin-bottom: 0;
}
#footer .left .text-box .text p span{
	color: #1f294c;
}
#footer .right{
	float: right;
	text-align: right;
}
#footer .right .icon-box{
	font-size: 0;
	margin-bottom: 44px;
}
#footer .right .icon-box a{
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	border: 1px solid #1f294c;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
#footer .right .icon-box a.wx{
	background-image: url(../images/footer_right_icon_wx.png);
	position: relative;
}
#footer .right .icon-box a.wb{
	margin-left: 10px;
	background-image: url(../images/footer_right_icon_wb.png);
}
#footer .right .icon-box a:hover{
	background-position: center bottom;
	background-color: #1f294c;
}
#footer .right .icon-box a .qr{
	display: none;
	position: absolute;
	top: -125px;
	left: 50%;
	margin-left: -55px;
}
#footer .right .icon-box a:hover .qr{
	display: block;
}
#footer .right .copyrights{
	font-size: 12px;
	color: #666;
	font-family: "itcbk";	
}
#sidenav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
#sidenav.active{
	z-index: 90;
	opacity: 1;
}
#sidenav .logo{
	position: absolute;
	left: 0.9375rem;
	top: 0.9375rem;
	width: 3.75rem;
}
#sidenav .close img{
	position: absolute;
	right: 1.0625rem;
	top: 1.1875rem;
	width: 0.75rem;
}
#sidenav .nav-box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
}
#sidenav .nav-box a{
	font-size: 1.25rem;
	color: #333;
	margin-bottom: 2rem;
}
#sidenav .nav-box a:last-child{
	margin-bottom: 0;
}
#sidenav .nav-box a.active{
	border-bottom: 0.0625rem solid #333;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}
#sidenav .tel{
	position: absolute;
	left: 50%;
	bottom: 1.875rem;
	width: 8.75rem;
	height: 1.875rem;
	line-height: 1.8125rem;
	margin-left: -4.375rem;
	font-size: 0.75rem;
	color: #1f294c;
	font-family: "syn";
	border: 0.03125rem solid #1f294c;
	border-radius: 0.15625rem;
}
/*message*/
#message-cover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 99999;
	display: none;
}
#message-cover.active{ display:block;}
#message-cover .box{background-color: #fff;width: 600px;height:640px;position: relative;left:50%;top:50%;margin-top:-300px;margin-left:-300px;display: none;padding: 50px;}
#message-cover .box.active{display: block;}
#message-cover .box .close img{position: absolute;right: 16px;top: 16px;-ms-transition:all 1s;-moz-transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s;transition: all 1s;}
#message-cover .box .close:hover img{ -ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}	
#message-cover .box .submit{
	display: block;
	font-size:18px;
	color: #fff;
	line-height:50px;
	height:50px;
	text-align: center;
	background-color: #c0192a;
}
#message-cover .ques .top{padding-bottom:30px;}
#message-cover .ques .top .text-box{ float:left;}
#message-cover .ques .top img{ float:right;}
#message-cover .ques .top h5{
	font-size: 36px;
	color: #222;
	font-family: 'fontmedium';
	margin-bottom: 20px;
}
#message-cover .ques .top p{
	font-size: 16px;
	font-family: PingFang SC Bold,PingFang H,"Microsoft YaHei"; font-weight:bold;
	color: #222;
	line-height: 30px;
}
#message-cover .ques .bottom form{ width:100%;background-color: #f0f0f0;height: 60px;line-height: 60px; margin-bottom:20px;}
#message-cover .ques .bottom input{ float:left; padding-left:5%; width:90%;background-color: #f0f0f0;height: 60px;font-size: 16px;color: #666;}
#message-cover .ques .bottom .choose{font-size: 0;}
#message-cover .ques .bottom .choose a{
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #666; line-height:20px; height:20px;
	margin-top: 20px
}
#message-cover .ques .bottom .choose a span{
	display: inline-block; float:left;
	width: 20px;
	height:20px;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/message_ques_icon.png);
	background-position: center top;
}
#message-cover .ques .bottom .choose a.active span{background-position: center bottom;}
.box_message{ padding-top:20px; }
.box_message p{font-size:16px; line-height:30px; color:#444;}
.box_message p a{ color:#c0192a;font-family: 'fontregular'; font-size:20px; font-weight:bold;}
#message-cover .result{background-color: #fff;width:400px;height:420px;position: relative;left:50%;top:50%;margin-top:-250px;margin-left:-200px;display: none;	text-align: center; padding:0;
padding-top: 80px;}
#message-cover .result p{
	font-size:16px;
	color: #444;
	margin-bottom: 22px;
	font-weight: lighter;
}
#message-cover .result p.last{margin-bottom: 50px;}
#message-cover .result > img{margin-bottom: 40px;}
#message-cover .result h5{
	font-size: 26px;
	font-weight: lighter;
	color: #c0192a;
	margin-bottom: 32px;
}
#message-cover .result a.submit{ width:100%; border-top:1px dashed #c5c5c5; background:#fff; color:#444; height:60px; line-height:60px;font-family: PingFang SC Bold,PingFang H,"Microsoft YaHei"; font-weight:bold;}
@media only screen and (max-width:1500px){
	
}
@media only screen and (max-width:1440px){
	
}
@media only screen and (max-width:1366px){
	
}
@media only screen and (max-width:1024px){
	#header .nav-box a{
		margin-right: 15px;
	}
}
@media only screen and (max-width:830px){
}
@media only screen and (max-width:768px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile{
		display: block;
	}
	.web{
		display: none;
	}
	.inner{
		width: 92%;
	}
	#main{
		padding-bottom: 12.5rem;
	}
	#header.hidden{
		top: -3.125rem;
	}
	#header .inner{
		height: 3.125rem;
		line-height: 3.125rem;
	}
	#header .logo{
		height: 1.25rem;
		margin-top: -0.625rem;
	}
	#header .nav-box{
		display: none;
	}
	#footer{
		height: 12.5rem;
		margin-top: -12.5rem;
		padding-top: 2rem;
		text-align: center;
	}
	#footer .left{
		float: none;
	}
	#footer .left h5{
		font-size: 1rem;
		margin-bottom: 1.25rem;
	}
	#footer .left .text-box .icon{
		margin-right: 0.5rem;
		height: 1.8125rem;
	}
	#footer .left .text-box .text{
		text-align: left;
	}
	#footer .left .text-box .text p{
		font-size: 0.5625rem;
		margin-bottom: 0.625rem;
  width: 300px;
	}
	#footer .right{
		float: none;
		text-align: center;
		margin-top: 1.25rem;
	}
	#footer .right .icon-box{
		margin-bottom: 1.09375rem;
	}
	#footer .right .icon-box a{
		width: 1.25rem;
		height: 1.25rem;
	}
	#footer .right .icon-box a.wb{
		margin-left: 0.3125rem;
	}
	#footer .right .copyrights{
		font-size: 0.5625rem;
	}
	/*message*/
	#message-cover .box{width: 21.5625rem;height:35.1875rem;margin-top:-16.59375rem;margin-left:-10.78125rem;padding: 1.5625rem;}
	#message-cover .box .close img{right: 0.625rem;top: 0.625rem;width: 0.875rem;}
	#message-cover .box .submit{
		font-size:0.9375rem;
		line-height:2.5rem;
		height:2.5rem;
	}
	#message-cover .ques .top{padding-bottom:1.25rem;}
	#message-cover .ques .top h5{
		font-size: 1.5rem;
		margin-bottom: 0.6875rem;
	}
	#message-cover .ques .top p{
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
	#message-cover .ques .top img{
		width: 6.5625rem;
	}
	#message-cover .ques .bottom{padding: 1.25rem 0;}
	#message-cover .ques .bottom form{height: 2.5rem;line-height: 2.5rem; margin-bottom:0.375rem;}
	#message-cover .ques .bottom input{height: 2.5rem;font-size: 0.75rem;}
	#message-cover .ques .bottom .choose a{
		width: 50%;
		font-size: 0.75rem;
		line-height:0.9375rem; height:0.9375rem;
		margin-top: 0.875rem;
	}
	#message-cover .ques .bottom .choose a span{
		width: 0.9375rem;
		height:0.9375rem;
		margin-right: 0.625rem;
	}
	.box_message{ padding-top:20px; }
	.box_message p{font-size:0.6875rem; line-height:1.1875rem; }
	.box_message p a{font-size:0.6875rem;}
	#message-cover .result{width:15.625rem;height:17.5rem;margin-top:-8.75rem;margin-left:-7.8125rem;padding:0;padding-top: 2.5rem;}
	#message-cover .result p{
		font-size:0.75rem;
		margin-bottom: 1.25rem;
	}
	#message-cover .result p.last{margin-bottom: 1.8125rem;}
	#message-cover .result > img{margin-bottom: 1.5625rem;width: 3.75rem;}
	#message-cover .result h5{
		font-size: 1.3125rem;
		margin-bottom: 1.25rem;
	}
	#message-cover .result a.submit{ height:2.75rem; line-height:2.75rem;}
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){

}