锘緻charset "utf-8";
*,body{
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei",Arial, "sans-serif";font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;}
html, body {width: 100%;height: 100%;}
ul li {list-style: none;}
a {	text-decoration: none;}
img {border: none;}
.clear {clear: both;}
h1,h2,h3,h4,h5,h6,p,i,span,li,a,img,.img,::after,::before{
	transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s;
	-ms-transition:all 0.5s;}
::-webkit-scrollbar {width: 8px;/* 杩欐槸閽堝缂虹渷鏍峰紡 (蹇呴』鐨? */ }
::-webkit-scrollbar-track {background-color: #fff;/* 婊氬姩鏉＄殑婊戣建鑳屾櫙棰滆壊 */}
::-webkit-scrollbar-thumb {background-color: #237ac1;/* 婊戝潡棰滆壊 */}
::-webkit-scrollbar-button {background-color: #fff;/* 婊戣建涓ゅご鐨勭洃鍚寜閽鑹 */}
::-webkit-scrollbar-corner {background-color: #fff;/* 妯悜婊氬姩鏉″拰绾靛悜婊氬姩鏉＄浉浜ゅ灏栬鐨勯鑹 */}
.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
@font-face{
	font-family: 'dincond-medium';src: url('../font/dincond-medium-webfont.eot');
	src: url('../font/dincond-medium-webfont1.eot?#iefix') format('embedded-opentype'), url('../font/dincond-medium-webfont.woff2') format('woff2'), url('../font/dincond-medium-webfont.woff') format('woff'), url('../font/dincond-medium-webfont.ttf') format('truetype'), url('../font/dincond-medium-webfont.svg#dincond-medium-webfont') format('svg');
}
@font-face {
	font-family: Montserrat-Regular;
	src: url("../../font/montserrat-regular.eot");
	/* IE9 Compat Modes */
	src: url("../../font/montserrat-regular1.eot?#iefix") format("embedded-opentype"), url("../../font/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
/*header鍒濆*/
.header{width:100%; height:80px;position: relative;z-index: 9999;
	background-color: #fff;
	box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
	-webkit-box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
	-moz-box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
	border-bottom: rgba(0,0,0,0.05);
}
.header .container{margin:0px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}
.header .logo{height:100%;}
.header .logo img{margin:5px 0 0 0;}
.header .nav{width:70%;height:100%;}
.header .tel{width: 25%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-o-justify-content:flex-end;
	justify-content: flex-end;
	padding: 0!important;margin: 0!important;
}
.navbar-nav{width:100%; height:auto;}
.navbar-nav ul{width:100%; height:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.navbar-nav ul li{border-right: 1px solid rgba(0,0,0,0.06);padding: 0 30px;}
.navbar-nav ul li:last-child{border-right: none;}
.navbar-nav ul li:hover{background:#ffa200;}
.navbar-nav ul li .dropdown{width:100%; line-height:80px;text-align:center; color:#333; font-size:16px; display:block;font-family: Montserrat-Regular,"Microsoft Yahei";}
.navbar-nav ul li:hover .dropdown{color:#fff; text-decoration: none}
.dropdown-menu{
	width: 1200px;left: 50%;margin-left: -600px;border-radius: 0 0 10px 10px;
	height:auto;
	padding:20px 0px;
	position:absolute;
	top:78px;
	z-index:9999;
	display:none;
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0 rgba(0, 0, 0, 0)!important;
	box-shadow: 0 rgba(0, 0, 0, 0)!important;}
.dropdown-menu .container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	height:auto;
	-webkit-box-shadow: 0 rgba(0, 0, 0, 0)!important;
	box-shadow: 0 rgba(0, 0, 0, 0)!important;}
.dropdown-menu .link{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	flex-direction:column;
	padding: 10px 0;margin: 0 5% 0 0;
}
.dropdown-menu .pro-link{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.dropdown-menu .pro-link ol{padding: 0 30px;border-right: 1px solid #eee;}
.dropdown-menu .pro-link ol:last-child{border-right: none;}
.dropdown-menu .pro-link ol dt{font-size: 16px;line-height: 50px;font-weight: 400;text-transform: uppercase;font-weight: 600;color: #666;}
.dropdown-menu .pro-link ol dd{}
.dropdown-menu .pro-link ol dd a{display: block;font-size: 14px;color: #666;line-height: 25px;}
.dropdown-menu .pro-link ol dd a:hover{color: #ffa200;text-decoration:none;}
.dropdown-menu .link{padding: 0 0 0 5%;} 
.dropdown-menu .link a{
	font-size:14px;text-transform: uppercase;
	display:block;width: 300px;height: 35px!important;line-height: 32px!important; border: 1px solid #ddd;margin: 0 0 4% 0;
	color: #666;padding: 0 10px;}
.dropdown-menu .link a i{font-size: 1.4rem;margin-right: 5px}
.dropdown-menu .link a img{margin-right: 5px}
.dropdown-menu .link a:hover{color: #ffa200 ;text-decoration: none;border: 1px solid #ffa200;}
.dropdown-menu .img{text-align: left;padding: 10px 0;}
.dropdown-menu .img img{height: 180px;}
.dropdown-menu .nav-seracrh{width: 40%;padding-left: 10%;}
.dropdown-menu .nav-seracrh form{font-weight: 400;padding: 10px 0 50px 0;margin: 0;width: 100%;}
.dropdown-menu .nav-seracrh label{display: block;padding: 0!important;height: 40px;margin-bottom:10px;}
.dropdown-menu .nav-seracrh select,.dropdown-menu .nav-seracrh input,.dropdown-menu .nav-seracrh button{
	width: 100%;font-weight: 400;height: 35px;line-height: 35px;border: 1px solid #eee;padding: 0 30px;}
.dropdown-menu .nav-seracrh input{}
.dropdown-menu .nav-seracrh button{background-color: #ffa200;border: none;color: #fff;}
.header .tel li{padding:0 10px;font-size:13px;color: #666;line-height: 80px;}
.header .tel li span{font-weight: 500;font-size: 16px;line-height: 28px;color:#ffa200}
.header .tel li a{color: #666}
.header .tel li a:hover{text-decoration: none}
.header .tel li i{font-size: 2rem;color: #ffa200;font-weight: 100;margin-right: 3px;}

/*1920*/
@media screen and (min-width:1800px) and (max-width: 1920px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:15px;}
	.fixednav{height: 60px!important;}
}

/*1700*/
@media screen and (min-width:1700px) and (max-width: 1799px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.container{width:1200px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:15px;}
	.fixednav{height: 60px!important;}
}

/*1600*/
@media screen and (min-width:1600px) and (max-width: 1699px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.container{width:1200px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:15px;}
	.fixednav{height: 60px!important;}
}

/*1500*/
@media screen and (min-width:1500px) and (max-width: 1599px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.container{width:1200px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:15px;}
	.fixednav{height: 60px!important;}
}

/*1400*/
@media screen and (min-width:1400px) and (max-width: 1499px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:15px;}
	.fixednav{height: 60px!important;}
}

/*1300*/
@media screen and (min-width:1300px) and (max-width: 1399px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.navbar-nav ul li{padding: 0 20px;}
	.navbar-nav ul li .dropdown{font-size:14px;}
	.fixednav{height: 60px!important;}
	.header .tel li{font-size:14px;}
	.header .tel li span{font-size: 14px;}
	.header .tel li i{font-size: 2rem;}
}

/*1200*/
@media screen and (min-width: 1200px) and (max-width: 1299px){
	.container{width:1100px}
	.sub-nav{width: 1100px;margin-left: -550px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:14px;}
	.fixednav{height: 60px!important;}
	.header .tel li{font-size:13px;}
	.header .tel li span{font-size: 13px;}
	.header .tel li i{font-size: 2rem;}
}

/*1100*/
@media screen and (min-width: 1100px) and (max-width: 1199px){
	.container{width:1000px}
	.sub-nav{width: 1000px;margin-left: -500px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:13px;}
	.fixednav{height: 60px!important;}
	.header .tel{display: none}
	.header .nav{width: 85%}
}

/*992*/
@media only screen and (max-width:992px){
	.container{width:96%}
	.sub-nav{width: 96%;margin-left: -48%;}
	.slide-image{height: 400px!important;width: auto;}
	.navbar-nav ul li{padding: 0 10px;}
	.navbar-nav ul li .dropdown{font-size:13px;}
	.header .tel{display: none}
	.header .nav{width: 90%}
}

footer{background-color: #2c2c2e;display: flex;display:-webkit-flex;justify-content:left;flex-wrap: wrap;padding:20px 0  0;}
footer .foot-nav{width: 70%;display: flex;display:-webkit-flex;justify-content:left;flex-wrap: wrap;padding: 0 0 30px 30px;}
footer .foot-contact{width: 20%;}
footer .foot-copy{width: 100%;padding: 0 30px;background-color: #252527;font-size:12px; color:rgba(255,255,255,0.4); line-height:35px;text-transform: uppercase;}
footer .copy a{padding-left: 10px; color: rgba(255,255,255,0.6)}
footer a{color:rgba(255,255,255,0.4);}
footer a:hover{color: rgba(255,255,255,0.8);text-decoration: none;}
.footer-single {margin:0 5% 0 0; }
.footer-single ul {}
.footer-single li {}
.footer-single li a{font-size:1.3rem;color: rgba(255,255,255,0.4);line-height: 28px; }
.footer-single li a:hover{color: rgba(255,255,255,0.8);text-decoration: none;}
footer .foot-nav h6 {
  font-size: 1.6rem;color:rgba(255,255,255,0.9);
  font-weight: 100;
  margin-bottom: 10px;
  line-height: 30px;}
footer .foot-contact .tel{
	text-decoration: none;color:rgba(255,255,255,0.6);font-size:3rem;letter-spacing:1px;display: block;
	line-height: 50px;
	font-family:'dincond-medium'}
footer .foot-contact .tel i{font-size: 3.2rem;}
footer .foot-contact .time{ font-size:13px; color:rgba(255,255,255,0.3);padding: 0 0 20px 0;display: block}
footer .foot-contact  p{ color:rgba(255,255,255,0.6); font-size:13px; line-height:25px;padding:0;margin:0;  }
footer .wx{width: 10%;padding: 15px 30px;line-height: 35px;color: rgba(255,255,255,0.5);text-align: center }
footer .wx img{width: 100%;max-width: 120px;display: block;margin: 0 auto;}





.section-header1 {margin:0 0 50px 0; }
.section-header1 .section-title {
  font-size: 30px;text-transform: uppercase;font-family: Montserrat-Regular,"Microsoft Yahei";
  position: relative;
  padding: 10px 0;
  font-weight:500;
  margin:0; 	
}
.section-header1 .section-title:after{
	content:'';
	width:150px;
	height:1px;
	background-color:rgba(255,255,255,0.3);
	display:block;
	position:absolute; left:50%;margin-left: -35%;bottom:30px;
	}
.section-header1 .section-title:before{
	content:'';
	width:150px;
	height:1px;
	background-color:rgba(255,255,255,0.3);
	display:block;
	position:absolute; right:50%;margin-right: -35%;bottom:30px;
	}
.section-header1 p{font-size:16px;font-family: Montserrat-Regular,"Microsoft Yahei";color:rgba(255,255,255,0.6);font-weight: 300;position:relative;line-height: 20px;display: block;text-transform: uppercase;padding: 0;margin: 0;}
.section-header1 p:before{
	content:'';
	width:30px;
	height:6px;
	background-color:#ffa200;
	display:block;
	position:absolute; right:50%;margin-right: -15px; top:-20px;border-radius: 4px;
}
.section-header1 p{font-size:14px!important;color:rgba(255,255,255,0.6)!important;margin: 30px 0 0 0;font-family: Montserrat-Regular,"Microsoft Yahei"; }

.section-header {margin:0 0 50px 0; }
.section-header .section-title {
  font-size: 30px;text-transform: uppercase;font-family: Montserrat-Regular,"Microsoft Yahei";
  color: #444;
  position: relative;
  padding: 10px 0;
  font-weight:500;
  margin:0; 	
}
.section-header .section-title:after{
	content:'';
	width:120px;
	height:1px;
	background-color:rgba(0,0,0,0.3);
	display:block;
	position:absolute; left:50%;margin-left: -30%;bottom:30px;
	}
.section-header .section-title:before{
	content:'';
	width:120px;
	height:1px;
	background-color:rgba(0,0,0,0.3);
	display:block;
	position:absolute; right:50%;margin-right: -30%;bottom:30px;
	}
.section-header p:before{
	content:'';
	width:30px;
	height:6px;
	background-color:#2da539;
	display:block;
	position:absolute; right:50%;margin-right: -15px; top:-20px;border-radius: 4px;
}
.section-header p.c2:before{
	 content:'';
	 width:30px;
	 height:6px;
	 background-color:#784273;
	 display:block;
	 position:absolute; right:50%;margin-right: -20px; top:-20px;border-radius: 4px;
 }
.section-header p.c3:before{
	content:'';
	width:30px;
	height:6px;
	background-color:#ffa200;
	display:block;
	position:absolute; right:50%;margin-right: -20px; top:-20px;border-radius: 4px;
}
.section-header p{font-size:16px!important;color:#999!important;margin: 30px 0 0 0;position:relative;font-family: Montserrat-Regular,"Microsoft Yahei";}

.news-title{position: relative;}
.news-title h2{color: #fff;font-size: 30px;font-weight: 800;padding: 0;margin: 0;position: relative;}
.news-title h2:after{
    content: '';
	width:30px;
	height:6px;
	background-color:#ffa200;
	top:-15px;left:0;
	position: absolute;}
.news-title h2 span{padding-left: 10px;font-weight: 300; color:#fff;font-size: 16px;font-family:Arial, "sans-serif";text-transform: uppercase;}
.news-nav{width:210px;margin:0 auto 50px;position: absolute;right: 25px;top:0;}
.news-nav li{width:100px;float: left;margin-right:10px;}
.news-nav li:nth-child(2){margin-right:0px; }
.news-nav li a{display: block;text-align: center;line-height: 34px;;font-size:14px;color:#333;background-color: #fff;}
.news-nav li a:hover,.news-nav li .cur{background-color:#ffa200;color:#fff;text-decoration: none }
.parallax-section {
	background-attachment: fixed !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.free{position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.7); z-index:9999; display:none;}
.free .freeBox{position:absolute; left:50%; top:50%; width:500px;height:500px; margin-left:-250px; background:#fff; padding:25px; margin-top:-250px;border-radius: 20px;}
.free .freeBox .freeClose{width:26px; height:26px; background:url(../images/x.png) no-repeat; position:absolute; right:15px; top:15px; cursor:pointer;}
.free .freeBox .biaoge{width:100%;}
.free .freeBox .biaoge h5{ width:100%;font-size:25px;color:#333;line-height:30px;text-align: center;margin-bottom: 20px;font-weight:500}
.free .freeBox .biaoge h5 i{color: #ffd300;font-size: 3rem;margin-right:5px;}
.free .freeBox .biaoge ul{text-align: center;}
.free .freeBox .biaoge ul li{width:100%;padding:10px 0;}
.free .freeBox .biaoge ul li input{width:100%; height:40px;line-height:40px;padding:0 20px; background:#f0f0f0; color:#222;font-size:14px;border: none;border-radius: 4px;}
.free .freeBox .biaoge ul li.l1{ width:100%; padding:0; border-bottom:0; margin-top:20px;}
.free .freeBox .biaoge ul li.l1 input{
	line-height:40px;
	height:40px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	color:#333;
	cursor:pointer;
	border: none;
	background-image: linear-gradient(125deg,#fdb817,#fddc8e);
	box-shadow: 0 5px 15px rgba(253, 183, 23, 0.28);
	-webkit-box-shadow: 0 5px 15px rgba(253, 183, 23, 0.28);
	border-radius: 6px;
	outline:none;
}
.free .freeBox .biaoge ul li textarea{width:100%;height:100px;padding:10px 20px; background:#f0f0f0; color:#222;font-size:14px;border: none;border-radius: 4px;}

@media screen and (max-width: 992px){
	.pc{display:none;}
	.mobile{display: block;}
	.floating_ck{display: none;}
	.free .freeBox{width:90%;height:300px; margin-left:-45%;padding:30px; margin-top:-150px;}
	.free .freeBox .biaoge{width:100%;}
	.free .freeBox .biaoge h5{font-size:2rem;line-height:3rem;margin:10px 0;font-weight:600;}
	.free .freeBox .biaoge h5 i{font-weight: 300;display: inline-block;vertical-align: middle;}
	.free .freeBox .biaoge ul li{padding:5px 0;font-size:1.4rem;}
	.free .freeBox .biaoge ul li input{height:35px;line-height:32px;font-size:1.4rem;}
	.free .freeBox .biaoge ul li.l1{ width:100%; padding:0; border-bottom:0; margin-top:10px;}
	.free .freeBox .biaoge ul li.l1 input{ line-height:32px; height:35px;font-size:1.6rem;}
}