html,body{width: 100%;overflow-x:hidden; padding: 0!important; margin: 0; font-size: 0.22rem;}
*{ margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div{box-sizing: border-box;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a,img{-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;text-decoration:none;}
img,video{width:auto;height:auto;max-width:100%;vertical-align:middle}
a { background: transparent; text-decoration: none; color: #666; transition: 0.3s; -moz-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
a:active, a:hover { outline: 0;}

.s_width{ width:85%; margin:0 auto; position:relative}
i,em{ font-style:normal;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:0.5% 1%;white-space: nowrap;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 31px; }

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1}

@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}

/*===================== 公用样式 START =====================*/
.pub_title{text-align: center;color: #fff;text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 30px rgba(0,0,0,0.075);}
.pub_title h3{font-weight: 700;text-transform: uppercase;}
.pub_title p,.pub_title h4{font-weight: 400;}
.img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}


.more-info{ line-height: 40px;}
.more-info ul{width: 100%; margin: 0 auto; padding-top: 20px;}
.more-info li{width: 100%;}
.more-info li a{color: #333;}
.more-info li em{font-weight: 500; padding-right: 15px;}

/*主导航多级菜单*/
.tel_top{display: none;}
.head{ width: 100%;  height: 80px; position: absolute;; z-index: 20; top:0;  border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);}
.headin{ position: relative; z-index: 7; height: 100%;width: 90%; margin: 0 auto; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.head .logo{ z-index: 3;	 height: 100%; font-size: 0; line-height: 80px;}
.head .logo img{ max-height: 80%;}
.headright{  height: 40px; z-index: 14; line-height: 40px;	font-size: 0; text-align: center;margin-top: 22px;}
.headright a{ display: inline-block; height: 30px;	border-radius:15px; vertical-align: middle; line-height: 30px;}
.headright a.glass{ width: 48px; background-image: url('../images/glass1.png') ;	background-position: center; background-repeat: no-repeat; margin-top: -10px;}
.headright a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}


.nav{ width:55%; height: 100%; font-size: 0; text-align: center;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; }
.nav>li{ display: inline-block; height: 100%; position: relative; z-index: 1;}
.nav>li>a{ display: block;height: 100%; position: relative;  color: #fff; line-height: 80px;}
.nav>li>a:after{ left:50%; position: absolute; bottom: 0; content: " "; width:0; height: 2px; margin-left: 0; -webkit-transition: .3s; transition: .3s; background-color: #14ae67;}
.nav>li:hover>a:after,.nav>li.on>a:after{ width: 64px; margin-left: -32px;}

@media screen and (max-width:1400px){
  .nav>li>a{ padding: 0 15px;}
}
@media screen and (max-width:1300px){
  .nav>li>a{ padding: 0 10px;}
}
@media screen and (max-width:1200px){
  .nav>li>a{ padding: 0 10px;}
}
@media screen and (max-width:1150px){
  .nav{ width: auto; left: 170px;}
}

dl.navtwo{ width: 140%; display: none; position: absolute; top: 76px; left:-20%; z-index: 1; padding-top: 15px;  -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -ms-transition: top 0.3s;  -o-transition: top 0.3s; transition: top 0.3s;}
dl.navtwo.on{ top:90%;}
dl.navtwo .inner{ width: 100%; background-color: rgba(255,255,255,1); padding: 13px 0;  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;  box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);}
dl.navtwo:after{ position: absolute; left:50%; top: 0; margin-left: -11px; content: " "; width: 23px;   background: url('../images/sju1.png') center no-repeat; height: 15px; z-index: 1;}
dl.navtwo dd{ height: 36px; line-height: 36px; text-align: center;}
dl.navtwo dd>a{ display: block; height: 100%; font-size: 14px; color: #666; letter-spacing: 0; overflow: hidden; white-space: nowrap;}
dl.navtwo dd:hover>a{ color: #0f7bff; letter-spacing: 2px; background-color: #e1e1e1;}
dl.navtwo dd>a:after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; display: none; border-bottom: 1px solid #fff; -webkit-transition: .3s; transition: .3s;}
dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit- transition: width 0.3s;}

@media screen and (min-width:1024px){
	.navsjout{ display: none;}
}
@media screen and (max-width:1023px){
	.nav,.headright{ display: none;}
	.navbtn{ display: block;}
	.navsjout{ display: block;}
}
@media screen and (max-width:1023px){
	.special.head{ background-color: #fff; border-bottom-color: #e8e8e8;		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);}
}
@media screen and (max-width:750px){
	.topsouout .topsou{ width: 70%; padding-right: 10%;}
	.topsou input.anniu{ width: 12.5%;}
}
@media screen and (max-width:640px){
	.head,.headshadow{ height: 60px;}
	.head .logo{ line-height: 60px;}
	.headright{ top:10px;}

	.nav>li>a{ line-height: 60px;}
	.navsjout{ top:60px;}
	.navbtn{ top: 10px;}
}
@media screen and (max-width:540px){
	.head .logo{ left:20px;}
}


.head .tel {z-index: 2;-webkit-transform: translateY(-50%);transform: translateY(-50%);line-height: 24px;padding-left: 36px;color: #fff; }
.head .tel:before {content: " ";position: absolute;left: 0;top: 40%;width: 32px;height: 32px;background-image: url(../images/icon-tel.png);background-size: 100% 100%;background-position: 50% 50%;
background-repeat: no-repeat;-webkit-animation-name: swing;animation-name: swing;-webkit-animat.header .telion-duration: 1.6s;animation-duration: 1.6s;-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-animation-timing-function: ease;animation-timing-function: ease;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: normal;animation-direction: normal;-webkit-animation-play-state: running;animation-play-state: running;-webkit-animation-fill-mode: none;animation-fill-mode: none;}
.head .tel span{padding-top: 15px;}
.head .tel .sdt,.head .tel .sdd {display: inline-block;vertical-align: middle;}
.head .tel .sdd {font-weight: bold;display: inline-block;vertical-align: top; font-size: 0.4rem; padding-left: 0.1rem;}

@-webkit-keyframes fontSizeUp1 {
	0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
	7%,100% {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes fontSizeUp1 {
	0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
	7%,100% {-webkit-transform: scale(1);transform: scale(1);}
}

@media screen and (max-width:1300px){
	.nav{width: 60%;}
	.headright{display: none;}
}

@media screen and (max-width:790px){
	.head{display: none;}
.tel_top{display: block;}
.tel_header{ position: fixed;z-index:999;width: 100%;height: 54px;left: 0;top:0px;background-color: #14ae67;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block;}
@media (min-width: 640px){.tel_header {width: 640px !important;left: 50%;margin-left: -320px;}}
.tel_header .logo{height:44px;float:left;}
.tel_header .logo img{margin:0 auto; width:69%;margin-top: 12px;}
.tel_header .menu_box{float: right;width:24px;height:54px;}
.tel_header .nav_button{position: absolute;right:15px;top:25px;vertical-align: middle;width:31px;height:2px;cursor:pointer;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.tel_header .nav_button::after, .tel_header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.tel_header .nav_button::after{top:9px;}
.tel_header .nav_button::before{top:-9px;}
.tel_header .menu_box.on .nav_button{width:0;}
.tel_header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.tel_header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
.tel_header, .header .inner{height:54px;}


.header_nav{position: fixed;width:280px;height:400px;overflow:auto;padding:20px 0;top:50%;left:50%;margin:-200px 0 0 -140px;z-index:9999999999;background-color: #fff;box-shadow:0 0 10px #f1f1f1;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
#close{display: none;position: fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999;}
.header_nav ul{padding:0 15px;}
.header_nav ul li a{font-size:18px;display:block;color:#333;position: relative;line-height: 45px;border-bottom:1px solid #f9f9f9;text-align: center;}
.header_nav ul li:last-child a{border:none;}
.header_nav ul li a.link{color:#00a13b;}
.header_nav ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #00a13b;}
.header_nav ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}
}
/*banner*/
.sw5out {position: relative;width: 100%;height: 100%;}
#sw5 {width: 100%;height: 100%;}
#sw5 .swiper-slide {width: 100%;height: 100%;}
.sw5out .swiper-pagination {left: 0;bottom: 30px;width: 100%;font-size: 0;}
.sw5out .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 5px;background-color: #333;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;}
.sw5out .swiper-pagination-bullet-active {background-color: #0ead62;}
.sw5out .sw-next,.sw5out .sw-prev {position: absolute;top: 50%;width: 60px;height: 60px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px;}
.sw5out .sw-prev {left: 5%;background: rgba(0, 0, 0, 0.2) url('../images/lt4.png') center no-repeat;}
.sw5out .sw-next {right: 5%;background: rgba(0, 0, 0, 0.2) url('../images/gt4.png') center no-repeat;}
.sw5out .sw-prev:hover,.sw5out .sw-next:hover {background-color: #0ead62;-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);}
#sw5 .slideinner {position: relative;width: 100%;height: 100%;background-color: #000;}
#sw5 .slideinner img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
@media screen and (max-width: 790px) {
	.sw5out{margin-top: 50px;}
.sw5out .sw-next,.sw5out .sw-prev {width: 40px;height: 40px;margin-top: -20px;}
}
@media screen and (max-width: 560px) {
.sw5out .sw-next,.sw5out .sw-prev {display: none;}
}
  




/*公司简介*/
.about{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 5% 0;background: url(../images/aboutbg.jpg) no-repeat center top; }
.about .s_width{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; }
.about .about_l{ width: 50%; padding: 4%; }
.about .about_l h2{ font-weight: 500; }
.about .about_l h2 em{font-weight: 800; text-transform: uppercase; display: block;}
.about .about_l h2:after{ content: ""; width: 100px; height: 5px; background: #27b16f; display: block; border-radius: 10px; margin-top: 15px;}
.about .about_l p{ margin-top: 9%; line-height: 31px; font-weight: 200;}
.flex {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;width: 100%; margin: 0 auto;}
.flexwp {flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.flexbt {-webkit-box-pack: space-between;-ms-flex-pack: space-between;justify-content: space-between;-webkit-justify-content: space-between;}
.brandNum {margin-top: 1rem;}
.brandNum{ margin-top:5%;}
.brandNum .fbs{width: 46%; margin: 3% 2% 4% 0;}
.imgBad img{width: 1.5rem;margin-bottom: 1.6rem;}
.brandLeft{padding: .5rem 0 0 1rem; width: 45%; background-size: cover !important;position: relative;z-index: 3;}
.mapPoint{ margin: .6rem 0 -1.2rem 0;}
.colorlogo {color: #27b16f;}
.line1{line-height: 1;}

.about .about_r{width: 50%; position: relative; }
.about .about_r img{border-radius: 30px}

@media screen and (max-width: 1150px) {
	.flex{display: none;}
}
@media screen and (max-width:770px){
	.about .s_width{width: 95%;display:block;}
	.about .about_l{width: 100%;}
	.about .about_r{width: 100%;}
}

/*产品展示*/
.telpro{display: none;}
.index-pro{width: 100%;background:#f0f3fa url(../images/pro.jpg) no-repeat center top; padding: 5% 0; }
.pro_tit{margin-bottom: 2%; }
.pro_tit h2{ text-align: center;background:url("../images/pro_tit.png") no-repeat center top;   margin: 0 auto;line-height: 90px; font-weight: 500; padding-top: 35px;background-size:40%; color: #fff;}
.pro_tit h2 em{font-weight: 800; color: #d8160b;}
.pro_tit h2:after{ content: ""; width: 100px; height: 5px; background: #4f5277; display: block; margin:10px auto 0 auto;border-radius: 10px}
.pro_tit p{text-align: center; margin-top: 20px; color: #fff;}
.wrap{width:100%;max-width:1300px;margin:0 auto}
.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.index-pro .index-cp .slick-list{padding-bottom:20px}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slide,.slick-slide img,.slick-slider .slick-list,.slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block;zoom:1}
.slick-track:after,.slick-track:before{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-next,.slick-prev{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;margin-top:-40px;padding:0;border:none;outline:0}
.slick-next:focus,.slick-prev:focus{outline:0}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{filter:alpha(opacity=25);-moz-opacity:.25;-khtml-opacity:.25;opacity:.25}
.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;filter:alpha(opacity=80);-moz-opacity:.85;-khtml-opacity:.85;opacity:.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:25px;background:url(../images/left.png) no-repeat;-o-background-size:100% 100%;background-size:100% 100%;width:40px;height:80px}
.slick-next{right:25px;background:url(../images/right.png) no-repeat;-o-background-size:100% 100%;background-size:100% 100%;width:40px;height:80px}
.slick-dots{position:absolute;bottom:25px;list-style:none;display:block;text-align:center;padding:0;width:100%}
.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:0 0;display:block;height:10px;width:10px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer;outline:0}
.slick-dots li button:focus{outline:0}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"\2022";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;filter:alpha(opacity=25);-moz-opacity:.25;-khtml-opacity:.25;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{filter:alpha(opacity=75);-moz-opacity:.75;-khtml-opacity:.75;opacity:.75}
.slick-dots li button{background:#fff;border-radius:50%}
.slick-slider .slick-active button{background:#009633;background:-webkit-linear-gradient(left,#009633,#3c74af);background:-o-linear-gradient(right,#009633,#3c74af);background:-moz-linear-gradient(right,#d46707,#3c74af);background:-moz-linear-gradient(left,#009633,#3c74af);background:-o-linear-gradient(left,#009633,#3c74af);background:linear-gradient(to right,#009633,#3c74af);width:35px;border-radius:20px;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-webkit-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.caroursel{margin:30px auto 100px}

.index-pro .index-cp .slick-dots{bottom:50px}
.index-pro .index-cp .slick-dots button{opacity:1;background:#009633;border-radius:20px;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.index-pro .index-cp .slick-dots .slick-active button{background:#009633;opacity:1;background:-webkit-linear-gradient(left,#009633,#80c127);background:-o-linear-gradient(right,#009633,#80c127);background:-moz-linear-gradient(right,#009633,#80c127);background:-moz-linear-gradient(left,#009633,#80c127);background:-o-linear-gradient(left,#009633,#80c127);background:linear-gradient(to right,#009633,#80c127);width:40px;border-radius:20px;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.ind-box{background:#fff;margin-top:40px;border-radius:60px;padding:50px 8% 70px 3%;position:relative;box-shadow:0 0 30px rgba(0,0,0,.3)}
.ind-box:before{width:141px;height:150px;content:"";display:block;background:url(../images/sj_a.png) no-repeat;-o-background-size:cover;background-size:cover;position:absolute;right:-90px;top:68px}
.ind-box:after{width:408px;height:221px;content:"";display:block;background:url(../images/sj_b.png) no-repeat;-o-background-size:cover;background-size:cover;position:absolute;right:-10px;bottom:-10px}
.ind-box .left-box{float:left;width:7rem;margin-left:0;position:relative;z-index:5}
.ind-box .left-box:after{width:6rem;height:7rem;background:url(../images/ydp_bg.png) no-repeat;-o-background-size:cover;background-size:cover;content:"";display:block;position:absolute;top:-40px;left:-0.75rem;z-index:-1}
.ind-box .right-box{float:right;width:45%;margin-left:5%}
.ind-box .right-box h3 a{font-weight:700; color:#80c127;position:relative}
.ind-box .right-box h3 a:after{background:#6b9ee3;width:140px;height:2px;background:-webkit-linear-gradient(left,#009633,#fff);background:-o-linear-gradient(right,#009633,#fff);background:-moz-linear-gradient(right,#ff7a04,#fff);background:-moz-linear-gradient(left,#6b9ee3,#fff);background:-o-linear-gradient(left,#009633,#fff);background:linear-gradient(to right,#009633,#fff);display:block;content:"";position:absolute;left:0;bottom:-70px}
.ind-box .right-box .wl-tu{margin-top:10%}
.ind-box .right-box .wl-tu p{color:#333;margin-bottom:15px}
.ind-box .right-box .wl-tu span{color:#333;display:block;line-height:31px}
.ind-box .right-box .wl-tu ul{margin-top:10%}
.ind-box .right-box .wl-tu li{float:left;text-align:center;width:31.33%;margin-right:2%;border-radius: 10px}
.ind-box-js{margin-top: 3%;}
.ind-box-js p{color:#666;line-height:31px;margin-top:10px;padding-left:20px;background:url(../images/qq.png) no-repeat left center}
.bj-zx{position:absolute;right:80px;bottom:45px;text-align:center;z-index:2}
.bj-zx img{margin:0 auto}
.bj-zx span{display:block;cursor:pointer;font-size:30px;color:#fff;font-weight:700}
.index-case .case-tit,.index-new .new-tit,.index-pro .pro-tit{font-size:14px;color:#a3a3a3;text-align:center;display:inline-block;position:relative;margin:0 auto;width:100%;text-transform:uppercase}
.index-case .case-tit:before,.index-new .new-tit:before,.index-pro .pro-tit:before{content:"";display:inline-block;height:1px;width:160px;background:#a3a3a3;position:absolute;left:30%;top:10px}
.index-case .case-tit:after,.index-new .new-tit:after,.index-pro .pro-tit:after{content:"";display:inline-block;height:1px;width:160px;background:#a3a3a3;position:absolute;right:30%;top:10px}
.index-case h2,.index-new h2,.index-pro h2{text-align:center;margin:20px auto}
.index-case h2 a,.index-new h2 a,.index-pro h2 a{font-size:45px;color:#000;display:inline;text-align:center}
.index-pro h2 a{color:#fff}
.index-pro h2 a:hover{-webkit-animation:jello 1s both;-moz-animation:jello 1s both;-o-animation:jello 1s both;animation:jello 1s both;color:#6b9ee3}
@-webkit-keyframes jello{
11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
@-moz-keyframes jello{
11.1%,from,to{-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
22.2%{-moz-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-moz-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-moz-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-moz-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-moz-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
77.7%{-moz-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
88.8%{-moz-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
@-o-keyframes jello{
11.1%,from,to{transform:translate3d(0,0,0)}
22.2%{-o-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-o-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-o-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-o-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-o-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
77.7%{-o-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
88.8%{-o-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
@keyframes jello{
11.1%,from,to{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);-moz-transform:skewX(-12.5deg) skewY(-12.5deg);-o-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);-moz-transform:skewX(6.25deg) skewY(6.25deg);-o-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);-moz-transform:skewX(-3.125deg) skewY(-3.125deg);-o-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);-moz-transform:skewX(1.5625deg) skewY(1.5625deg);-o-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);-moz-transform:skewX(-.78125deg) skewY(-.78125deg);-o-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);-moz-transform:skewX(.390625deg) skewY(.390625deg);-o-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);-moz-transform:skewX(-.1953125deg) skewY(-.1953125deg);-o-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
@media screen and (max-width: 1150px) {
	.ind-box .left-box{width: 6rem;}
}

@media screen and (max-width: 790px) {
.index-pro{display: none;}
.telpro{display: block;}
#top_scroll{width: 95%; margin: 0 auto;}
#top_scroll ul li{width:4.7rem;margin:0 0.1rem 0.2rem 0; float: left;}
#top_scroll ul li:nth-child(2n){margin-right: 0;}
#top_scroll ul li .img img{width: 100%; height: auto;}
#top_scroll ul li .proText{ padding:0.2rem 0;}
#top_scroll ul li strong{ font-size:0.4rem;display: block;font-weight: normal; color: #333333;  text-align: center;}
}

/*客户案例*/
.abouttwo {padding: 112px 0 92px;background: url('../images/case.jpg') center no-repeat;background-attachment: fixed; background-size: cover;}
.case_tit{margin-bottom: 2%; }
.case_tit h2{ text-align: center;background:url("../images/case_tit.png") no-repeat center top;   margin: 0 auto;line-height: 90px; font-weight: 500; padding-top: 35px;background-size:33%; color: #fff;}
.case_tit h2 em{font-weight: 800; color: #fff;}
.case_tit h2:after{ content: ""; width: 100px; height: 5px; background: #4f5277; display: block; margin:10px auto 0 auto;border-radius: 10px}
.case_tit p{text-align: center; margin-top: 20px; color: #fff;}
@media screen and (max-width: 750px) {
.abouttwo {padding: 50px 0 92px;}
.case_tit h2{background-size: 100%;   padding-top: 22px;line-height: 27px;}
.case_tit p{margin-top: 0;}
.abtitle {font-size: 30px;line-height: 46px;}

}
.abfigure {width: 100%;margin-top: 54px;}
.abfigure img {max-width: 100%;}
.sw11out {position: relative;width: 100%;margin-top: 56px;padding-bottom: 48px;}
#sw11 {height: 654px;overflow: hidden;}
#sw11 .swiper-slide {width: 520px;}
.sw11out .swiper-pagination {left: 0;bottom: 0;width: 100%;font-size: 0;}
.sw11out .swiper-pagination-bullet {width: 12px;height: 12px;margin: 0 14px;background-color: #bfbfbf;outline: 0 none;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;border-radius: 50%;}
.sw11out .swiper-pagination-bullet-active {background-color: #14ae67;}
.sw11out .sw-next,.sw11out .sw-prev {position: absolute;top: 50%;width: 60px;height: 60px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px;}
.sw11out .sw-prev {left: 10%;background: url('../images/lt-yuanlin.png') center no-repeat;}
.sw11out .sw-next {right: 10%;background: url('../images/gt-yuanlin.png') center no-repeat;}
.sw11out .sw-prev:hover,.sw11out .sw-next:hover {background-color: #14ae67;}
#sw11 .swiper-slide a {display: block;position: relative;width: 100%;height: 100%;}
#sw11 .swiper-slide .pic {width: 100%;height: 600px;font-size: 0;line-height: 600px;background-color: #000;}
#sw11 .swiper-slide img {width: 100%;height: 100%;opacity: 0.5;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
#sw11 .swiper-slide-active img {opacity: 1;}
#sw11 .wz {width: 100%;margin-top: 24px;}
#sw11 h3 {font-size: 20px;color: #fff;line-height: 30px;font-weight: 500; text-align: center;opacity: 0;width: 100%;height: 30px;overflow: hidden;-webkit-transition: 0.5s;transition: 0.5s;padding: 0 10px;-webkit-box-sizing: border-box;
box-sizing: border-box;}
#sw11 .swiper-slide-active h3 {opacity: 1;}
@media screen and (max-width: 960px) {
#sw11 .swiper-slide {width: 100%;}
}

@media screen and (max-width: 750px) {
#sw11 {height: 554px;}
#sw11 .swiper-slide .pic {height: 500px;line-height: 500px;}
.sw11out .sw-prev {left: 5%;}
.sw11out .sw-next {right: 5%;}
}
.aboutone {padding: 76px 0 0;}


/*adv*/
.adv {padding: 112px 0 92px;background: url('../images/adv.jpg') no-repeat center top;}
.adv h2{text-align: center; color: #009633;}
.adv h2:after{content: "";background: url(../images/hg.png) no-repeat bottom; width: 222px; height: 13px;display: block; margin:0.5% auto 0 auto;}
.adv h2 em{display: block; font-weight: 300; margin-top: 0.5%; color: #000;}
.adv .s_width{margin-top: 3%;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; width: 1280px;}
.adv .adv_l{}
.adv .adv_r{}
.adv .adv_r ul{width: 557px;}
.adv .adv_r li{ height: 138px;margin-bottom: 2%;width: 100%;display: block;}
.adv .adv_r li:nth-child(1){background: url('../images/adv_a.png') no-repeat center top;}
.adv .adv_r li:nth-child(2){background: url('../images/adv_b.png') no-repeat center top;}
.adv .adv_r li:nth-child(3){background: url('../images/adv_c.png') no-repeat center top;}
.adv .adv_r li span{display: inline-block;color: #fff;margin-top: 47px;margin-left: 35px;}
.adv .adv_r li p{display: inline-block;color: #fff;line-height: 35px;position: relative;top: 1px; left: 60px;}

@media screen and (max-width: 1150px) {
	.adv .s_width{width: 90%;}
}

/*news*/
.news{width:100%; margin:0 auto 0 auto;background:url(../images/news.jpg) repeat center top; padding: 4% 0;}
.news_tit{margin-bottom: 2%; }
.news_tit h2{ text-align: center;background:url("../images/news_tit.png") no-repeat center top;   margin: 0 auto;line-height: 90px; font-weight: 500; padding-top: 35px;background-size:33%; color: #333;}
.news_tit h2 em{font-weight: 800; color: #333;}
.news_tit h2:after{ content: ""; width: 100px; height: 5px; background: #4f5277; display: block; margin:10px auto 0 auto;border-radius: 10px}
.news_tit p{text-align: center; margin-top: 20px; color: #333;}
.news_cont{position: relative; margin:0 auto 2% auto;width: 85%;}
.c-list {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.c-list li {width: 24%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); background: #fff;}
.c-list li .c-wrap {position: relative;z-index: 1;display: block;height: 40vh;overflow: hidden;border-bottom: 1px solid #d0d0d0;}
.c-list li .c-wrap:before {opacity: 0;content: "";position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;background: rgba(0, 0, 0, .4);transition: all 0.5s;}
.c-list li .c-wrap:after {content: "";position: absolute;bottom: -100%;left: 0;z-index: 3;width: 100%;height: 156px;background: rgba(111,186,44,.7);transition: all 0.5s;}
.c-list li .c-wrap:hover:after {bottom: 0;}
.c-list li .c-wrap img {position: relative;z-index: 2;opacity: 0;transition: all 0.5s;width: 100%;height: 100%;object-fit: cover;}
.c-list li .c-wrap .c-text-box {position: absolute;bottom: 50%;left: 0;padding: 20px 30px;z-index: 5;width: 100%;color: #fff;-webkit-transform: translateY(50%);transform: translateY(50%);transition: all 0.5s;}
.c-list li .c-wrap .c-text-box .c-time {line-height: 36px;color: #666;transition: all 0.5s;}
.c-list li .c-wrap .c-text-box .c-title {color: #333;height: 60px;font-size: 16px;line-height: 30px;transition: all 0.5s;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;
display: -webkit-box;-webkit-line-clamp: 2;}
.c-list li .c-wrap .c-text-box .c-arrow {opacity: 1;height: 65px;transition: all 0.5s; color: #666; overflow: hidden; line-height: 31px;} 
.c-list li .c-wrap:hover:before, .c-list li .c-wrap:hover img,.c-list li .c-wrap:hover .c-mask-red {opacity: 1;}
.c-list li .c-wrap:hover .c-text-box .c-arrow{display: none;}
.c-list li .c-wrap:hover .c-text-box{bottom: -30px;-webkit-transform: translateY(0);transform: translateY(0);}
.c-list li .c-wrap:hover .c-text-box .c-time, .c-list li .c-wrap:hover .c-title{color: #fff;}

@media screen and (max-width: 750px) {
	.news_tit h2{background-size: 100%;   padding-top: 22px;line-height: 27px;}
	.news_tit p{margin-top: 0;}
	.news_cont{ margin:0 auto 12% auto;width: 95%;}
	.c-list li {width: 100%;}
	.c-list li .c-wrap {height: 9vh; overflow: hidden;}
	.c-list li .c-wrap .c-text-box .c-arrow,.c-list li .c-wrap .c-text-box .c-time{display: none;}
	.c-list li .c-wrap .c-text-box .c-title{color: #fff;}
}


/*footer*/
.footer2{display: none;}
.footer{ width:100%; background:url("../images/end.jpg") no-repeat center top; padding:75px 0 0 0; display: block;}
.footer .s_width{ width:80%;}
.footer .f_contact{ width:30%; float:left; color:#fff;}
.footer .f_contact h2{ font-size:20px;text-transform: uppercase; font-weight:normal;}
.footer .f_contact h2:after{content: ""; width: 30px; height: 3px; background: #f8de07;display: block; margin-top:10px;}
.footer .f_contact .f_contact_cont{ padding-top:20px; width:100%;}
.footer .f_contact .f_contact_cont h3{ font-weight:normal; font-size:18px; line-height:35px;}
.footer .f_contact .f_contact_cont p{ font-size:16px; line-height:40px; padding-bottom:20px}
.footer .f_contact .f_contact_cont em{ color:#fff; line-height: 31px;font-weight: 800; font-size: 20px;}

.footer .f_pro{ width:40%; border-right:1px solid transparent; border-color: rgba(255, 255, 255, 0.3); border-left:1px solid transparent; border-color: rgba(255, 255, 255, 0.3); float:left; padding:0 0px 0 70px;color:#fff;}
.footer .f_pro h2{ font-size:20px;text-transform: uppercase; font-weight:normal;padding-bottom:50px;}
.footer .f_pro h2:after{content: ""; width: 30px; height: 3px; background: #f8de07;display: block; margin-top:10px;}
.footer .f_pro ul{ overflow:hidden; padding-bottom:20px; height:165px; overflow:hidden}
.footer .f_pro li{width:30%; float:left;}
.footer .f_pro li em{ display:block; color:#fff; padding-bottom:20px;}
.footer .f_pro li em:after{ content:""; width:40px; height:3px; background:#79c440; display:block; margin-top:10px;}
.footer .f_pro li a{ color:#fff;  line-height:31px; display:block;font-size: 16px;}
.footer .f_pro li a:hover{ display:block; }

.footer .f_wx{width:315px; float:right;color:#fff;}
.footer .f_wx h2{ font-size:20px;text-transform: uppercase; font-weight:normal;}
.footer .f_wx h2:after{content: ""; width: 30px; height: 3px; background: #f8de07;display: block; margin-top:10px;}
.footer .f_wx ul{ overflow:hidden; padding-top:50px;}
.footer .f_wx li{ width:100px; float:left; margin-right:15px; text-align:center;}
.footer .f_wx li img{ width:100%;} 
.footer .f_wx li em{ text-align:center; display:block; line-height:28px;}
.footer .f_wx p{ margin-top:9px; font-size:15px;padding-left: 15px;}
.footer .f_wx p img{ margin-top:10px; display:block;}

.end{width: 100%;background: #009633; padding: 0.3% 0; color:#fff; font-size: 16px;}
.end a{color: #fff;}
.footer_p .s_width{width: 85%; margin: 0 auto; min-width: 1200px;}
.footer_p ul{}
.footer_p ul li{float: left; margin-right: 20px;}
.footer_p ul li a{font-size: 16px; line-height: 80px; color: #fff;}
.footer_p div{font-size: 16px; line-height: 80px; color: #fff;}

@media only screen and (max-width: 1554px){
.footer_p ul li{margin-right: 19px;}
}
@media only screen and (max-width: 1440px){
.footer_p ul li{margin-right: 7px;}
}
@media only screen and (max-width: 1260px){
.footer_p ul li{margin-right: 5px;}
}
.go_top{display: none;background-color:#0e82e7;width:34px;height:34px;text-align: center;border-radius:50%;position: fixed;right:15px;bottom:100px;z-index:99999999999;}
.go_top img{display: inline-block;margin-top:12px;width:16px;}


@media screen and (max-width:1350px){
.footer .f_wx{ width: 24%; padding:3% 0; }
.footer .f_about{ padding:3% 0 0 0%;}
.footer .f_pro{padding:3% 0 0 4%;}

}

@media (max-width:1280px){
.footer .s_width{ width:90%;}
.footer .f_wx li{ width:100px;}
}

@media (max-width:770px){
	.footer,.end{display: none;}
	.footer2{display: block;}
	.zxy-btmswt { padding: 0 0.26667rem; z-index: 50; position: fixed; bottom: 0; width: 100%; max-width: 750px; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); height: 1.50667rem; overflow: hidden; }
.zxy-btmswt .zxybtm-fl { margin-right: 0.26667rem; background: linear-gradient(0deg, #14ae67, #0b9b59); border-radius: 0.4rem 0.4rem 0px 0px; float: left; width: 3.94667rem; height: 100%; padding-top: 0.33333rem; }
.zxy-btmswt .zxybtm-fl a { display: block; background: url(../images/zxy-ej.png) no-repeat left 0.4rem center; background-size: 0.64rem; padding-left: 1.33333rem; cursor: pointer; }
.zxy-btmswt .zxybtm-fl a span { display: block; font-size: 0.34667rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
.zxy-btmswt .zxybtm-fl a strong { display: block; font-size: 0.42667rem; color: #fff; line-height: 1; }
.zxy-btmswt .zxybtm-fr { background: linear-gradient(0deg, #f72621, #ff7541); border-radius: 0.4rem 0.4rem 0px 0px; float: right; width: 5.25333rem; height: 100%; padding-top: 0.33333rem; }
.zxy-btmswt .zxybtm-fr a { display: block; background: url(../images/zxy-dh.gif) no-repeat left 0.4rem center; background-size: 0.64rem; padding-left: 1.33333rem; cursor: pointer; }
.zxy-btmswt .zxybtm-fr a span { display: block; font-size: 0.34667rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
.zxy-btmswt .zxybtm-fr a strong { display: block; font-size: 0.42667rem; color: #fff; line-height: 1; letter-spacing: 1px; }
}


.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin: 5% auto; text-align: center;}

/* ===================== 内页 Banner 图 ===================== */
.inbanner {width: 100%;height: 600px;position: relative;overflow: hidden;}
.inbanner > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;z-index: 0;}
.inbanner > img.ibpropic {-o-object-position: 74% 50%;object-position: 74% 50%;}
.inbanner .cer {position: relative;height: 100%;}
.inbanner2 {width: 100%;height: 200px;position: relative;overflow: hidden;}
.inbanner2 > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;z-index: 0;}

.ibcate {position: absolute;width: 100%;left: 0;top: 50%;z-index: 1;padding: 50px 0;color: #fff;text-align: center;overflow: hidden;margin-top: -90px;background: url('../images/zuan.png') center no-repeat;}
.ibcate .cn {font-size: 58px;line-height: 82px;letter-spacing: 20px;text-indent: 20px;}
.ibcate .en {font-size: 54px;line-height: 70px;font-weight: bold;position: relative;font-family: 'helvetica';text-transform: uppercase;word-break: normal;}
.ibcate .hx {width: 40px;height: 3px;background-color: #fff;margin: 10px auto;}
.ibcate .en:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 66px;height: 2px;background-color: #fff;margin-left: -33px;display: none;}
a.ibret {position: absolute;right: 10%;bottom: 30px;z-index: 10;height: 25px;padding-left: 40px;font-size: 20px;color: #fffefe;line-height: 25px;font-family: "Source Han Sans";background: url('../images/ret2.png') 0 no-repeat;
}
a.ibret:hover {text-decoration: underline;text-shadow: 0 0 10px #fff;padding-left: 30px;}

.mouse {position: absolute;left: 50%;bottom: 0;z-index: 8;line-height: 20px;height: 90px;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.mouse > label {display: block;height: 20px;font-size: 16px;color: #fff;text-transform: uppercase;}
.mouse > b {position: absolute;bottom: 0;width: 1px;right: 0;overflow: hidden;background-color: rgba(255, 255, 255, 0.2);}
.mouse > b.i1 {left: 50%;height: 50px;}
.mouse > b.i1:after {content: "";position: absolute;height: 40%;width: 100%;background-color: #fff;bottom: 100%;left: 0;-webkit-animation: rise1 1.6s linear infinite;animation: rise1 1.6s linear infinite;}
@-webkit-keyframes rise1 {
	0% {
-webkit-transform: translate(0);transform: translate(0);
}
100% {
-webkit-transform: translateY(80px);
transform: translateY(80px);
}
}
@keyframes rise1 {
0% {
-webkit-transform: translate(0);
transform: translate(0);
}
100% {
-webkit-transform: translateY(80px);
transform: translateY(80px);
}
}


@media screen and (max-width: 790px) {
	.inbanner {height: 200px;}
	.ibcate .cn{font-size: 30px;}
	.mouse{display: none;}
a.ibret {right: 5%;}
}


.main{ width:100%; margin:0 auto 0 auto;padding: 5% 0 0 0;}
.main h2{  text-align:center; width:100%; position:relative; margin:0 auto 2rem auto; color: #393b8e;}
.main h2 i{ color:#008b3f; font-style: normal; margin-left: 20px;}
.main h2 em:after{ content:""; width:100px; height:7px; background-image: -webkit-linear-gradient(left,#069abf, #2aab1d); display:inline-block; margin:10px auto 20px auto; display: block;}
.main h2 span{ font-weight:normal; font-size:18px; color:#666; text-align: center;}


.se_nav{width:90%; margin:0 auto 3% auto;} 
.se_nav ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap:wrap; position: relative;}
.se_nav li{ padding:0 1%; line-height: 7vh; border: 1px solid #f2f2f2; text-align: center; margin: 1% 0.5%;transition: .5s; background: #ff7a04;color: #fff; cursor:pointer}
.se_nav li a{color: #fff;}
.se_nav li:hover{ background: #373d8e;}
.se_nav li:hover a{ color: #fff;}


.se_nav li div {display:none;width:250px;text-align:center;color:#fff;position:absolute;top:9vh;background: linear-gradient(to bottom, #e88624,#ff7a04); z-index:9999 ;  box-sizing:border-box;}
.se_nav li div a {display:block;COLOR: #fff; LINE-HEIGHT:45px!important; HEIGHT:45px;FONT-SIZE: 17px!important;font-weight:200!important; margin-top:0; border-bottom:1px solid rgba(255, 255, 255, 0.2); padding-left: 0; }
.se_nav li div a:hover {background:#05398c!important; border-top:0; border-right:0; border-left:0; font-weight:normal;transition:all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s; }

/* ===================== 内页 Banner 图 ===================== */

.mbx{ width:100%; height:60px;   border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.mbx .mbx_cont{ width:85%; margin:0 auto; font-size:16px; line-height:60px; color:#333;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.mbx .mbx_cont a{color: #333;}

@media (max-width:1280px){
	#nyba{height:350px;}
}

@media (max-width:790px){
	#nyba{height:150px;}
	.se_nav{width:95%;}
}


/*内页公司简介*/
.aboutone {padding: 76px 0 0;}
.abtitle {font-size: 42px;color: #333;line-height: 60px;text-align: center;}
.abintro {font-size: 18px;color: #333;line-height: 40px;max-width: 1300px;margin-top: 26px;margin-left: auto;margin-right: auto;}
@media screen and (max-width: 750px) {
	.aboutone {padding: 1rem 0 0;}
.abtitle {font-size: 25px;line-height: 46px;}
.abintro {font-size: 16px;line-height: 31px;max-width: 100%; margin-top: 0;}
}
.essay {height: 600px;overflow: hidden;position: relative;z-index: 1;margin-top: 84px;}
.essay .leftp {float: left;width: 50%;height: 100%;background-color: #14ae67;}
.essay .rightp {float: right;width: 50%;height: 100%;font-size: 0;text-align: center;}
.essay .ttxt {display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;padding: 0 20%;}
.essay .ttxt .inner {margin: auto 0;}
.essay .ttxt h3 {font-size: 42px;color: #fff;line-height: 56px;margin-bottom: 40px;}
.essay .ttxt .yuanluointro {font-size: 18px;line-height: 35px;color: #fff;max-height: 280px;overflow: auto;}
@media screen and (max-width: 1480px) {
.essay .ttxt {padding-left: 10%;padding-right: 10%;}
}
@media screen and (max-width: 1023px) {
.essay {height: auto;}
.essay .leftp {float: none;width: 100%;height: auto;}
.essay .rightp {float: none;width: 100%;height: auto;}
.essay .ttxt {display: block;padding: 50px 5%;}
}
@media screen and (max-width: 750px) {
.essay .ttxt h3 {font-size: 32px;margin-bottom: 20px;}
.essay .ttxt .yuanluointro {font-size: 16px;line-height: 31px;}
}

.propic-scroll {position: relative;width: 100%;height: 100%;background-color: #000;}
.propic-scroll .flex-viewport {width: 100%;height: 100%;}
.propic-scroll .slides {overflow: hidden;height: 100%;}
.propic-scroll .slides li {display: none;height: 100%;-webkit-backface-visibility: hidden;position: relative;}
.propic-scroll .slides li a {display: block;width: 100%;height: 100%;position: relative;overflow: hidden;text-align: center;}
.propic-scroll .slides a > img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.propic-scroll .slides h3 {position: absolute;left: 0;bottom: 92px;z-index: 2;width: 100%;padding: 0 20px;font-size: 24px;color: #f3eee4;line-height: 38px;font-style: italic;-webkit-box-sizing: border-box;
box-sizing: border-box;}
.propic-scroll .flex-direction-nav a {width: 36px;height: 72px;display: block;font-size: 0;position: absolute;top: 50%;z-index: 4;border-radius: 4px;margin-top: -36px;}
.propic-scroll .flex-direction-nav a.flex-prev {left: 7.5%;background: url('../images/lt-yuanluo.png') center no-repeat;}
.propic-scroll .flex-direction-nav a.flex-next {right: 7.5%;background: url('../images/gt-yuanluo.png') center no-repeat;}
.propic-scroll .flex-direction-nav a:hover {background-color: #14ae67;}
.propic-scroll .flex-control-paging {width: 100%;height: 12px;font-size: 0;text-align: center;position: absolute;bottom: 40px;left: 0;z-index: 3;}
.propic-scroll .flex-control-paging li {display: inline-block;*display: inline;*zoom: 1;overflow: hidden;width: 12px;height: 12px;margin: 0 14px;}
.propic-scroll .flex-control-paging li a {width: 12px;height: 12px;display: block;cursor: pointer;background-color: #bfbfbf;border-radius: 6px;}
.propic-scroll .flex-control-paging li a.flex-active {background-color: #14ae67;}

.cer8{ max-width: 1536px; margin:0 auto; padding: 0 30px;}
.aboutthree {position: relative;padding-top: 90px;}
.aboutthree .cer8 {position: relative;z-index: 1;}
.aboutthree:before {content: '';position: absolute;left: 0;top: 765px;z-index: 0;width: 100%;height: 720px;background-color: #eee6db;}
.aboutfour {position: relative;}
.aboutfour .cer8 {position: relative;z-index: 1;}
.sw42out {position: relative;margin-top: 40px;padding-bottom: 84px;}

@media screen and (max-width: 750px) {
	.cer8{ max-width: 100%; padding: 0 10px;}
	.propic-scroll .flex-direction-nav a.flex-prev {left: 5%;}
	.propic-scroll .flex-direction-nav a.flex-next {right: 5%;}
	.sw42out{padding-bottom: 1rem;}
	.aboutthree{padding-top: 0.5rem;}
	}
#sw42 {height: 640px;}
#sw42 .swiper-slide {width: 480px;}
#sw42 .swiper-slide a {display: block;}
#sw42 .swiper-slide .pic {width: 100%;height: 640px;font-size: 0;text-align: center;line-height: 640px;background-color: #000;}
#sw42 .swiper-slide img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;opacity: 0.7;-webkit-transition: 0.4s;transition: 0.4s;}
#sw42 .swiper-slide:hover img {opacity: 1;}
.sw42out .swiper-scrollbar {position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background-color: #eee6db;}
.sw42out .swiper-scrollbar-drag {background-color: #ac9583;}
@media screen and (max-width: 750px) {
#sw42 {height: 480px;}
#sw42 .swiper-slide {width: 360px;}
#sw42 .swiper-slide .pic {height: 480px;line-height: 480px;}
}
.aboutfive {position: relative;padding-top: 116px;}
.zhilist {width: 100%;height: 800px;overflow: hidden;margin-top: 92px;background-color: #000;}
.zhilist li {float: left;width: 20%;height: 100%;overflow: hidden;}
.zhilist li.on {width: 40%;}
.zhilist li .lin {width: 100%;height: 100%;position: relative;text-align: center;}
.zhilist img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.zhilist li h3 {font-size: 18px;color: #fff;line-height: 40px;-webkit-box-sizing: border-box;	box-sizing: border-box;position: absolute;left: 0;bottom: 56px;z-index: 2;width: 100%;padding: 0 20px;}
.zhilist li.on h3 {font-size: 30px;}
.zhilist li h3 {-webkit-transition: .6s;transition: .6s;}
.zhilist li {-webkit-transition: .4s;transition: .4s;}
@media screen and (max-width: 1024px) {
.zhilist li {width: 25%;}
.zhilist li.on {width: 25%;}
.zhilist li h3 {font-size: 16px;}
.zhilist li.on h3 {font-size: 16px;bottom: 66px;}
}
@media screen and (max-width: 840px) {
.zhilist li {width: 50%;height: 50%;}
.zhilist li.on {width: 50%;}
.sw42out{}
.aboutfive {padding-top: 1rem;}
.zhilist{margin-top: 0;}
}

/*内页产品展示*/
.se_tuandui { width:90%; margin:0rem auto 1rem auto;padding-top: 1rem; }
.se_tuandui ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_tuandui li{padding:0; width:18%; margin:0 2% 2% 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li:nth-child(5n){ margin-right:0px;}
.se_tuandui li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_tuandui li .p-name{ height:57px; line-height:57px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500;}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#008b3f;}
.se_tuandui ul li:hover{background-color:#008b3f;cursor:pointer; }
.se_tuandui ul li:hover .p-name{ color: #fff;}

@media (max-width:1440px){
	.se_tuandui li .p-img img{ height: 250px;}
}
@media (max-width:1280px){
	.se_tuandui { width:95%; margin:3rem auto 1rem auto; }
	.se_tuandui li{width: 23%;}
	.se_tuandui li:nth-child(4n){ margin-right:0px;}
	.se_tuandui li:nth-child(5n){ margin-right:2%;}
	.se_tuandui li .p-img{}
}

@media (max-width:1180px){
	.se_tuandui li .p-img img{height: 200px;}
	.se_tuandui ul li i{  background:none;}
}


@media (max-width:769px){
.se_tuandui { width:100%; margin:0rem auto; }
.se_tuandui ul{}
.se_tuandui li{float:left; padding:0; width:47%; margin:0 1% 25px 1%; position:relative; overflow:hidden;  border:1px solid #eee;}
.se_tuandui li:nth-child(2n){ margin-right:0px;}
.se_tuandui li .p-img{ width:100%; height:auto; margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden }
.se_tuandui li .p-name{ height:45px; line-height:45px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:16px; border-top:1px solid #eee; font-weight: 200;}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}	
.se_tuandui ul li i{display: none;}

}

/*内页产品展示*/
.se_pro{width: 90%;position: relative; overflow: hidden; margin: 0 auto; padding-top: 2%;}
.se_pro ul{position: relative;left:0; height: auto;display: flex; display:-webkit-flex;-webkit-justify-content: center;   justify-content: center;flex-wrap: wrap;}
.se_pro ul li{width: 22%;margin:1% 1%;background:#eef3f9; background-position:left center; background-size:200% 100%;  border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);}
.se_pro li .p-img{ width:100%; height:auto; margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden }
.se_pro li .p-name{ height:65px; line-height:65px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:16px; border-top:1px solid #eee; font-weight: 200;}
.se_pro li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_pro li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_pro p{ font-size:18px; line-height:35px; color:#666;}
.se_pro p span{ font-size:17px;  color:#af1318;}	
.se_pro ul li i{display: none;}

@media (max-width:769px){
	.se_pro{width: 95%;}
	.se_pro ul li{width: 47%;}
	.se_pro li .p-name{ height:36px; line-height:36px; }
}


/*产品展示内页*/
.se_procont{background: url('../images/cppage1bg.jpg') center no-repeat; width: 100%; padding: 5% 0;}
.se_procont .s_width{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content:space-between;   justify-content: space-between; }
.se_procont .se_procont_l{width: 50%; padding: 5% 0 0 0 ;}
.se_procont .se_procont_l h2{ font-weight: 700; color: #fff;}
.se_procont .se_procont_l h2:after{content: ""; background:#ccc; width: 100px; height: 5px; display: block; margin: 15px 0;}

.se_procont .se_procont_l .info-intro{ text-align: left; font-size: 16px; line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 15px; color: #fff;}
.se_procont .se_procont_l .info-intro span{ margin-right: 2%;}
.se_procont .se_procont_l .info-intro span i{display: block;}
.se_procont .se_procont_r{width: 45%; padding-top: 2%;}
.se_procont .se_procont_r img{width: 100%;border-radius: 10px}
.pro02BoxTit{background: url('../images/protwoicon01.png') no-repeat left center;padding-left: 90px; margin-bottom: 3%; }

.more-info{ line-height: 40px;  font-size: 16px;}
.more-info ul{width: 80%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; padding-top: 20px;}
.more-info li{width: 50%;}
.more-info li em{font-weight: 500; padding-right: 15px;}


@media (max-width:769px){
	.se_procont .s_width{width: 95%; display: block; }
	.se_procont .se_procont_l,.se_procont .se_procont_r{width: 100%;}
	.se_procont .se_procont_l h2:after{ margin: 15px 0 0 0;}
	.se_procont .se_procont_l .info-intro span:nth-child(3){display: none;}

	.more-info{ margin-bottom: 2rem;}
}


/*内页合作案例*/
.huoout {padding:5% 0;background: url('../images/bg_01.jpg') repeat;}
.huoout:before {content: "";position: fixed;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;}
.huoout .cer9{width: 90%; margin: 0 auto;}
.huoout h2.btitle {font-size: 42px;color: #333;line-height: 66px;text-align: center;height: 66px;overflow: hidden;}
.huocon {margin: 30px auto 62px;font-size: 16px;color: #333;line-height: 36px;max-width: 900px;text-align: center;}
.huocon img {max-width: 100%;}
.huobtn {display: block;width: 62px;height: 32px;padding-left: 48px;margin: 0 auto;font-size: 14px;color: #a9a9a9;line-height: 32px;position: relative;}
.huobtn i {position: absolute;left: 0;top: 0;z-index: 1;width: 32px;height: 32px;}
.huobtn:hover i {-webkit-animation: rotate360 2s linear infinite;animation: rotate360 2s linear infinite;}
.huobtn.finish {padding-left: 0;}
.huobtn.finish i {width: 0;opacity: 0;}
.kehulist {padding: 2px 0 60px;overflow: hidden;margin: 0 -12px;}
.kehulist li {float: left;width: 15.5%;margin: 10px 0; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin: 0 1% 1% 0;}
.kehulist li .lin {padding: 0 12px;text-align: center;}
.kehulist li a {display: block;background-color: #fff;overflow: hidden;}
.kehulist .pic {width: 100%;height: 120px;overflow: hidden;font-size: 0;line-height: 120px;}
.kehulist img {max-width: 75%;max-height: 90%; }
.kehulist li:hover a {
-webkit-transform: scale(0.9, 0.9);transform: scale(0.9, 0.9);
}
@media screen and (max-width: 1400px) {
.kehulist li {width: 20%;}
}
@media screen and (max-width: 1200px) {
.kehulist li {width: 25%;}
}
@media screen and (max-width: 900px) {
.kehulist li {width: 33.33%;}
.huoout h2.btitle {font-size: 36px;}
.huocon {line-height: 30px;}
}
@media screen and (max-width: 750px) {
    .huoout .cer9{width: 95%; }
    .huoout h2.btitle {font-size: 22px;}
    .huocon {margin: 10px auto 15px;line-height: 31px;max-width: 90%;text-align: center;}

    .kehulist .pic {height: 78px;line-height: 78px;}

.huoout {padding: 80px 0;}
.kehulist li {width: 50%;}
}

.sepro_cont{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;background: #f8f8f8; }
.sepro_cont_l{width: 50%;}
.sepro_cont_l img{width: 100%;}
.sepro_cont_r{width: 50%; padding: 4% 3%; }
.sepro_cont_r h2{ text-align: left; font-weight: 500; font-size: 35px;}
.sepro_cont_r .info-intro{text-align: left; }
.sepro_cont_r .info-pic{ margin: 10px 0;}
.sepro_cont_r .info-pic img{ margin: 0 auto; max-width: 100%; display: block;}
.sepro_cont_r .info_cont{font-size: 16px; line-height: 31px;;}
.sepro_cont_r .info_cont p{ margin-bottom: 15px;}

.fenye{width: 1280px; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 45px;}


/*内页新闻资讯*/
.yelbg {background-color: #fbf9f5;}
.news-out {padding: 85px 0 80px;}
@media screen and (max-width: 1200px) {
.news-out {padding: 70px 0;}
}
@media screen and (max-width: 750px) {
.news-out {padding: 60px 0;}
}
.newslist {padding: 0 0 2px;margin: 0 -21px;overflow: hidden;}
.newslist li {float: left;width: 25%;margin-bottom: 46px;}
.newslist li .lin {padding: 0 21px;}
.newslist li a {display: block;position: relative;background-color: #fff;padding: 32px 30px 30px;border-bottom: 5px solid #fff;border-radius: 5px;}
.newslist .pic {width: 100%;height: 0;padding-bottom: 62.5%;margin: 34px 0 40px;overflow: hidden;position: relative;}
.newslist img {-o-object-fit: cover;object-fit: cover;}
.newslist li h3 {font-size: 18px;color: #333;line-height: 34px;height: 68px;overflow: hidden;margin-top: 20px;}
.newslist li label {font-size: 14px;color: #999;line-height: 20px;height: 20px;overflow: hidden;display: block;background: url('../images/jtr-n.png') right no-repeat;}
.newslist li .date {font-size: 14px;color: #999;line-height: 24px;height: 24px;}
.newslist li:hover a {background-color: #14ae67;border-color: #f8de07;}
.newslist li:hover h3 {color: #fff;}
.newslist li:hover .date {color: #fff;}
.newslist li:hover label {color: #fff;background-image: url('../images/jtrh-n.png');}
.newslist h3,.newslist .date,.newslist label {-webkit-transition: .3s;transition: .3s;}
@media screen and (max-width: 1400px) {
.newslist li {width: 33.33%;}
}
@media screen and (max-width: 1200px) {
.newslist {margin: 0 -15px;padding-bottom: 20px;}
.newslist li {margin-bottom: 36px;}
.newslist li .lin {padding: 0 15px;}
}
@media screen and (max-width: 960px) {
.newslist li {width: 50%;}
}
@media screen and (max-width: 640px) {
.newslist {margin: 0;}
.newslist li {width: 100%;}
.newslist li .lin {padding: 0;}
}
/*新闻详情*/
.cer11{ max-width: 1344px; margin:0 auto; padding: 0 30px;}
@media screen and (max-width:600px){
.cer11{ padding: 0 5%;}
}
.newsbg {padding: 200px 0 70px;background: #000000 url('../images/newsbg.jpg') center no-repeat;background-attachment: fixed;position: relative;}
.newsbg:before {content: '';position: fixed;left: 0;top: 0;z-index: 0;width: 100%;height: 360px;background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));}
.atc {position: relative;z-index: 1;}
.atc-h {padding-bottom: 60px;position: relative;text-align: center;}
.atc-h h2 {font-size: 30px;color: #fff;line-height: 50px;margin-bottom: 12px;}
.atc-date {font-size: 16px;color: #fff;line-height: 36px;}
.atc-date span {display: inline-block;margin: 0 9px;}
.atc-two {padding: 74px 96px 70px;background-color: #fff;border-radius: 10px;}
.atc-con {padding-bottom: 70px;font-size: 16px;line-height: 32px;color: #666;text-align: justify;}
.atc-con .pic {text-align: center;padding: 24px 0;}
.atc-con img {max-width: 100%; margin: 0 auto;display: block;}
.atc-con a {color: #ad8f63;}
.atc-pn {height: 70px;line-height: 70px;overflow: hidden;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.atc-pn a {display: block;width: 45%;height: 100%;overflow: hidden;font-size: 16px;color: #666;line-height: 70px;}
.atc-pn a:hover {color: #ad8f63;}
a.atc-prev {float: left;text-align: left;}
a.atc-next {float: right;text-align: right;}
a.atc-ret {font-size: 0;display: inline-block;vertical-align: top;margin: 0 auto;width: 68px;height: 70px;background: #ffffff url('../images/ret.png') center no-repeat;border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
a.atc-ret:hover {border-color: #ad8f63;background-color: #ad8f63;}

@media (max-width:750px){
.container{margin-bottom: 15%;width: 95%; }
.newsbg{padding: 2rem 0 4rem 0;}
.newsbg:before{height: 0;}
.more-info ul{width: 95%; display: block;}
.more-info li{width:100%;}
.atc-two{padding: 20px;}
.atc-h h2 {font-size: 28px;}
.atc-h,.atc-con{padding-bottom: 0}
.atc-pn{height: auto; line-height: auto;}
.atc-pn a{width: 100%; font-size: 12px; line-height: 30px;}
a.atc-next{float: left; text-align: left;}
a.atc-ret{display: none;}
}



/*内页联系我们*/
.lx-out {overflow: hidden;width: 100%;position: relative;}
.lxleft {float: left;width: 50%;}
#map {position: absolute;right: 0;top: 0;z-index: 1;width: 50%;height: 800px;}
#map.fixed {position: fixed;height: 100%;}
.lxone {padding-top: 80px;margin-bottom: 125px;}
.lxone .inner {padding-left: 20%;padding-right: 10%;}
.lxone .lxtitle {font-size: 34px;color: #333;line-height: 46px;margin-bottom: 30px;
}
.lxway {padding: 40px 0 50px 48px;position: relative;border-bottom: 1px solid #e0e0e0;}
.lxway:before {content: '';position: absolute;left: 0;top: 40px;z-index: 0;border-radius: 50%;width: 32px;height: 32px;background: #bca688 url('../images/point1.png') center no-repeat;}
.lxway h3 {font-size: 24px;color: #bca688;line-height: 32px;margin-bottom: 8px;cursor: pointer;}
.lxway .txt {font-size: 16px;color: #666;line-height: 30px;min-height: 90px;}
.lxtwo {margin-bottom: 120px;}
.lxtwo .inner {padding-left: 20%;padding-right: 10%;}
.lxtwo .js-qiecon-wrap2 {overflow: visible;}
.lxbtnout {
	height: 48px;
	font-size: 0;
	position: relative;
	z-index: 1;
  }
  .lxbtnout a {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 22px;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	background-color: #bca688;
  }
  .lxbtnout a > img {
	-webkit-transition: 1s;
	transition: 1s;
  }
  .lxbtnout a:hover > img {
	-webkit-transform: rotateY(360deg);
			transform: rotateY(360deg);
  }
  .lianxiwx {
	position: relative;
  }
  .lianxiwx .bigewm {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 100%;
	margin-top: 20px;
	left: 0;
	z-index: 1;
	display: none;
	line-height: 120px;
  }
  .lianxiwx .bigewm.long {
	width: 250px;
  }
  .lianxiwx .bigewm img {
	height: 100%;
  }
  .lianxiwx .bigewm img:nth-child(2) {
	margin-left: 10px;
  }
  .lxthree {
	padding-bottom: 180px;
  }
  .lxthree .inner {
	padding-left: 20%;
	padding-right: 10%;
  }
  .lxthree .lxtitle {
	font-size: 34px;
	color: #333;
	line-height: 46px;
	margin-bottom: 44px;
  }
.lxthree {
	padding-bottom: 180px;
  }
  .lxthree .inner {
	padding-left: 20%;
	padding-right: 10%;
  }
  .lxthree .lxtitle {
	font-size: 34px;
	color: #333;
	line-height: 46px;
	margin-bottom: 44px;
  }
  @media screen and (max-width: 1440px) {
	.lxone .inner,
	.lxtwo .inner,
	.lxthree .inner {
	  padding-left: 10%;
	}
  }
  @media screen and (max-width: 1200px) {
	.scrollarea1 {
	  width: auto;
	  padding-right: 30px;
	}
	.addrlist li {
	  float: none;
	  width: 100%;
	}
	.addrqieerji a {
	  font-size: 22px;
	  text-indent: 0;
	}
	.addrqieerji a.on {
	  font-size: 28px;
	}
	.lxone .lxtitle,
	.lxthree .lxtitle {
	  font-size: 28px;
	  margin-bottom: 20px;
	}
	.lxone {
	  padding-top: 60px;
	  margin-bottom: 80px;
	}
	.lxway {
	  padding: 20px 0 30px 48px;
	}
	.lxway h3 {
	  font-size: 22px;
	}
	.lxway:before {
	  top: 20px;
	}
	.lxtwo {
	  margin-bottom: 80px;
	}
  }
  @media screen and (max-width: 960px) {
	.lxleft {
	  float: none;
	  width: 100%;
	}
	#map {
	  position: relative;
	  width: 100%;
	}
	#map.fixed {
	  position: relative;
	}
  }
  @media screen and (max-width: 750px) {
	.lxone .inner,
	.lxtwo .inner,
	.lxthree .inner {
	  padding-left: 5%;
	  padding-right: 5%;
	}
  }
/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}
