@charset "UTF-8";

@font-face {

    font-family: 'DIN-Medium';

    src: url("../fonts/DIN-Medium.eot") format("embedded-opentype"),

    url("../fonts/DIN-Medium.ttf") format("truetype"),

    url("../fonts/DIN-Medium.woff") format("woff"),

    url("../fonts/DIN-Medium.svg") format("svg")

}

* { padding: 0;margin: 0;border: 0;outline: none;}

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 625%;}

body {color: #333;overflow-x: hidden;font-family:"microsoft Yahei", "Arial","Raleway,Helvetica Neue, Helvetica, sans-serif";font-size:.14rem; letter-spacing:1px;}

a:focus{outline:none;}

a { color: #333;}

input,select,button,textarea {vertical-align:middle;font-family: "microsoft Yahei","Arial","Raleway,Helvetica Neue, Helvetica,sans-serif"; outline: none;border: 0;-webkit-appearance:none;}

ul li { list-style:none;}

ol, ul{ padding:0;}

a,.trans3 { -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

.trans5,.trans { -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

.trans8 { -webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;}

.trans10 { -webkit-transition: all 0.1s ease;-moz-transition: all 0.1s ease;-ms-transition: all 0.1s ease;-o-transition: all 0.1s ease;transition: all 0.1s ease;}

.wrap,.wrap2 { margin-top:.8rem;}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #757575; opacity:1; }

::-moz-placeholder { /* Mozilla Firefox 19+ */color: #757575;opacity:1;}

input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #757575;opacity:1;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #757575;opacity:1;}

.cust_form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #757575; opacity:1; }

.cust_form::-moz-placeholder { /* Mozilla Firefox 19+ */color: #757575;opacity:1;}

.cust_form input:-ms-input-placeholder{color: #757575;opacity:1;}

.cust_form input::-webkit-input-placeholder{color: #757575;opacity:1;}

.tc { text-align: center;}

.text img { max-width:100%;}

.color { background: linear-gradient(to left, #faab5d, #f64e27);-webkit-background-clip: text;color: transparent;}

.ell,.am-ellipsis { text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.clear { clear: both;}

.fl { float:left;}

.fr { float:right;}







/* 导航 */



.admin-header { background: #fff;position: relative;}

.logo a { display:block;margin-top:25px;}

.nav_box { z-index:99;}

.nav_box li a { padding:0;color:#fff;display:block;}

.nav li a.nav-t:after {content:"";display:block;position:absolute;left:50%;right:50%;bottom:0;height:3px;opacity:0;background:#ec6a30;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}

.nav li a.nav-t:hover:after,.nav li.on a.nav-t:after{left:1%;right:1%;opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}

.admin-header { height:80px; z-index:2;  transition: all 0.3s ease-in-out;display: flex;align-items: center;box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.1);}

.language a { line-height:80px;margin-right:10px;position:relative;padding-right:15px;}

.language a:before { content:"";width:1px;height:15px;background:#b7b7b7;position:absolute;right:0;top:2px;}

.language a:hover { color:#ec6a30;}

.head-nav{margin-right:.2rem;}

.head-nav ul{list-style: none;padding-left: 0; margin-bottom: 0;}

.head-nav ul,.head-nav ul li{ float:left;line-height:80px;height: 100%;}

.head-nav ul li{position: relative; background: transparent;  transition: all 0.3s ease-in-out;}

.head-nav ul li >a{padding:0 1.2vw;font-size: 16px;position: relative;font-weight: 400;color: #333;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}

.head-nav ul li >a span { position:relative;display:block;}

.head-nav ul li.active >a span:before { content:"";position:absolute;width:100%;height:2px;background:#ec6a30;left:0;bottom:0;}

.sub-nav{position: absolute;left: 0;visibility: hidden;top: 80px;width: 100%;min-width: 100px;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;display: none;background-color: #fff;box-shadow: 0 4px 5px rgb(0 0 0 / 10%);}

.sub-nav2 { width:170%;}

.sub-nav .nav-item{ background-color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;width: 100%;}

.sub-nav .nav-item a{padding:12px 15px 16px;width:100%;display:block;background:transparent;font-size:15px;font-weight:400;color:#777777;line-height:22px;

align-items: center;justify-content: space-between; transition: all .5s;border-bottom: 1px solid rgba(226, 226, 226, 1);}

.sub-nav .nav-item a:last-child{border-bottom: 0;}

.sub-nav .nav-item a .more-box{opacity: 0;}

.sub-nav .nav-item a:hover{background: #ec6a30; color: #fff;}

.sub-nav .nav-item a:hover .more-box{ opacity: 1;}

.header-right {display: flex;align-items: center;transition: all .3s;}

.head-nav ul li.on{background: #ec6a30; }

.head-nav ul li.on >a{color: #ffffff !important;}

.sub-nav.on{visibility: visible;display:block;}

.head-nav ul li.active >a{color: #ec6a30;}







/* 手机导航 */

.sp_header{height:50px;overflow:hidden;position:fixed;z-index:9999;width:100%;top:0;left:0;box-shadow:0 0 10px #eee;background:#fff;}

.sp_header.bgr,.sp_header.bgr2,.sp_nav_se { background:#fff;border-bottom:none;}

.sp_logo a{ padding:8px 10px;float:left;display:block;}

.sp_logo img{margin:auto;max-height:23px;margin-top:6px;}

.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:100%;}

.sp_nav span{display:block;background:#434343;width:22px;height:2px;position:absolute;left:14px;transition:all ease 0.35s}

.sp_header.bgr .sp_nav span,.sp_header.bgr2 .sp_nav span,.sp_nav_se span { background:#333;}

.sp_nav span:nth-of-type(1){top:15px}

.sp_nav span:nth-of-type(2){top:23px}

.sp_nav span:nth-of-type(3){top:31px}

.sp_nav_se span:nth-of-type(1){top:23px;transform:rotate(45deg)}

.sp_nav_se span:nth-of-type(2){width:0}

.sp_nav_se span:nth-of-type(3){top:23px;transform:rotate(-45deg)}

.sjj_nav{position:fixed;z-index:999;background: #fff;width:100%;height:calc(100% - 0px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;opacity:0;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s;transition: all 0.5s ease;}

.nav_show{ opacity:1;top:0px;padding-top:50px;}

.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}

.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}

.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}

.sjj_nav ul li i{position:absolute;top:0px;right:0px;height:.5rem;width: .5rem;text-align: right;}

.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}

.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}

.sjj_nav ul li{border-top:1px #e5e5e5 solid;text-indent:.15rem;position:relative;line-height:.5rem;font-size:.16rem}

.sjj_nav>ul >li:last-child{border-bottom:1px #e5e5e5 solid;}

.sjj_nav ul li ul{display:none;margin: 0;}

.sjj_nav ul li>ul li:first-child { padding-top:8px;border-top:1px #e5e5e5 solid;}

.sjj_nav ul li>ul li:last-child { padding-bottom:8px;}

.sjj_nav ul li a{color:#434343;width:100%;display: block;}

.sjj_nav ul li.on>a { color:#ec6a30;}

/*.sjj_nav>ul>li>a { text-transform: uppercase;}*/

.sjj_nav ul li ul li { border:none;line-height: .38rem;font-size: .14rem;}

.sjj_nav ul li ul li a{ color:#232323;display:block;text-align:left;}

.sjj_nav ul li i:before { width:100%;height:.5rem;display: block;position: absolute;right:0;}

.sjj_nav ul li i.sp_nav_xjb:before{ content: "";background: url(../images/arr11.png) center no-repeat;background-size: 12px 7px;}

.sjj_nav ul li i.sjj_nav_i_se:before{content: "";background: url(../images/arr12.png) center no-repeat;background-size: 12px 7px}

.sjj_nav ul li ul li>ul{padding-left:10px;border-bottom:1px solid #e5e5e5 ;}

.lange-en { position: absolute;right:50px;top: 0;height: 50px;display: block;font-size:.15rem;line-height:50px;text-align: right;}

.lange-en a { display: block;padding: 0 3px 0 20px;color:#333;font-family:arial;width:50px;height:50px;}



.sjj_nav ul li ul li i { height:.38rem;}

.sjj_nav ul li ul li i:before { height:.38rem;}

.sjj_nav ul li ul li:first-child i:before { top:8px;}

.sjj_nav ul li>ul { padding-left:10px;}



.search{width:40px;height:36px;position:relative;z-index:9999;}

.search .box{float:right;position:relative;width:0px;overflow:visible !important;padding:22px 0 22px 30px;background:#fff;}

.search .box .search-text{display:none;position:relative;width:100%;height:36px;line-height:36px;border:1px solid #eee;padding:0 40px 0 10px;float:right;z-index:8;border-radius:20px;box-sizing:border-box;z-index:99999;font-size:13px;background:#f2f2f2;}

.search .box .btn,.search .box .sub{position:absolute;top:0;right:0;width:40px;height:36px;background:url(../images/search.png) no-repeat center;padding:0 3px;cursor:pointer;z-index:9;}

.search .box .btn { margin-top:22px;}

.search .box .sub { display:none;background:url(../images/search.png) no-repeat center;z-index:999999999;margin-top:22px;}



/* banner */

.banner .swiper-container2 .swiper-slide img { width:100%;}

.banner .swiper-container2 .swiper-slide a { display: block;}

.banner .swiper-pagination-bullet { background:#fff;width:.11rem;height:.11rem;border-radius:100%;opacity:.8;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 .06rem;}

.banner .swiper-pagination-bullet-active { opacity:1;background:#ec6a30;}

.banner .swiper-button-next, .banner .swiper-button-prev { width:76px;height:71px;margin-top: -35px;}

.banner .swiper-button-next { background:url(../images/arrow2.png) no-repeat;right:2%;}

.banner .swiper-button-prev { background:url(../images/arrow1.png) no-repeat;left:2%;}

.banner .swiper-button-prev:hover { background:url(../images/arrow3.png) no-repeat;}

.banner .swiper-button-next:hover { background:url(../images/arrow4.png) no-repeat;}

.banner .swiper-container2 .swiper-slide img { transition: all .8s ease;}

.swiper-container2,.swiper-container2 .swiper-wrapper { height:660px;}

.swiper-container2 a { display:block;height:100%;}

.swiper-container2 img { height:100%;object-fit:cover;}

img.banner-wap,img.banner-wap2 { display:none;}

.swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-container2.swiper-pagination-custom, .swiper-pagination-fraction { bottom:.32rem;}







.in-wrap { margin-top:.3rem;}
.in-tit { padding-bottom:.4rem;}
.in-tit h6 { font-size:.4rem;color:#333;}
.in-tit p { font-size:.17rem;color:#777;margin-top:.13rem;}
.in-pro-span { font-size:0;display:inline-block;}
.in-pro-span span { display:inline-block;color:#333;cursor:pointer;}
.in-pro-span span a { color:#333;font-size:.18rem;padding:0 25px;padding-bottom:20px;border-bottom:2px solid #eee;display:block;position:relative;}
.in-pro-span span.active a,.in-pro-span span a:hover { color:#ec6a30;}
.in-pro-span span a.nav-t:after,.tabs4 span a.nav-t:after {content:"";display:block;position:absolute;left:50%;right:50%;bottom:-2px;height:3px;opacity:0;background:#ec6a30;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}
.in-pro-span span a.nav-t:hover:after,.in-pro-span span.active a.nav-t:after,.tabs4 span.active a.nav-t:hover:after,.tabs4 span.active a.nav-t:after {left:1%;right:1%;opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}



.in-pro-slide p { font-size:.17rem;color:#333;padding:.1rem .05rem .3rem .05rem; letter-spacing:0;}

.in-pro-img { overflow:hidden;}

.in-pro-img img { width:100%;display:block;}

.in-pro-slide a { display:block;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.07);}

.bg1 { background:#f7f7f7;padding:.7rem 0;}

.bg2 { background:url(../images/bg.jpg) no-repeat center;padding:.7rem 0;background-size:100% 100%;}

.swiper-container3 { padding:15px;margin-top:30px;max-width:1330px;margin:30px auto 0 auto;}

.in-pro-slide a:hover  p { color:#ec6a30;}



.in-app-a a { width:1.8rem;height:.44rem;line-height:.44rem;background:#ec6a30;font-size:.15rem;color:#fff;margin:0 auto;display:block;margin-top:.4rem;border-radius:30px;}

.in-app-a2 a { margin:.3rem 0 0 0;width:1.6rem;}

.in-app-a a:hover { box-shadow: 0px 0px 10px 0px rgba(236,106,48,.7);}

.in-tit2 h6,.in-tit2 p { color:#fff;}

.in-tit-bor { width:.42rem;height:3px;background:#ec6a30;margin:.18rem auto 0 auto;}

.in-tit-bor2 { margin:15px 0 0 0;}



.ys-img { overflow: hidden;position: relative;display:block;}

.ys-img img { display:block;width:100%;}

.ys-t { position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(109,121,151,.8);color:#fff;padding:40px .25rem;display: flex;align-items: center; justify-content: center;font-size:16px;color:#fff;line-height:30px;cursor:pointer;}

.ys-ico { position: relative;overflow:hidden;}

.ys-ico span { width:.8rem;height:.8rem;border:2px solid #fff;border-radius:100%;margin:0 auto;display: flex;align-items: center; justify-content: center;}

.ys-p { font-size:.22rem;color:#fff;font-weight:bold;margin-top:.2rem;line-height:.28rem;display:block;}

.ys-list li { cursor:pointer;}



.thumbnails { margin-left:-.15rem;margin-right:-.15rem;}

.thumbnails li { padding:0 .15rem .3rem .15rem;}

.ser-p { font-size:.15rem;text-align:left;letter-spacing:0;margin-top:.2rem;display:none;color:#fff;line-height:.26rem;max-height:3.04rem;overflow:hidden;}

.ser-p p { line-height:.26rem;padding:.06rem 0;}

.ser-p a { color:#fff;}

.ser-p a:hover { text-decoration:underline;}



.ys-ico img { width:auto;}



.in-about { font-size:.16rem;color:#666;line-height:.34rem;max-height:3.04rem;overflow:hidden;}

.about-arr { position:absolute;right:0;bottom:0;width:.68rem;height:.34rem;}

.swiper-button-next4,.swiper-button-prev4 { width:.34rem;height:.34rem;margin-top:0;top:0;}

.swiper-button-next4 { right:0;background:#ec6a30 url(../images/arr1.png) no-repeat center;}

.swiper-button-prev4 { left:0;background:#333 url(../images/arr2.png) no-repeat center;}

.swiper-button-prev4:hover { background:#ec6a30 url(../images/arr2.png) no-repeat center;}

.swiper-container4 { height:100%;}

.swiper-container4 img { width:100%;display:block;height:100%;object-fit: cover}

.about-li,.in-news-li { display:flex;flex-direction:row;}

.about-li>li:nth-child(1) { padding-right:.3rem;}

.about-li>li:nth-child(2) { padding-left:.3rem;}

.about-a { margin-top:.4rem;}

.about-a b { font-size:.19rem;color:#333;vertical-align:middle;}

.about-a a  { display:block;}

.about-a img  { vertical-align:middle;margin-right:8px;}

.about-a a:hover b { color:#ec6a30;}

.in-tit3 { padding-bottom:.3rem;}

.in-logos { margin-top:.6rem;}

.in-logos-bg { background:#ec6a30;color:#fff;height:1.72rem;display:flex;align-items:center;padding:.18rem;width:2.88rem; position:absolute;left:0;top:0;}

.in-logos-en { font-size:.14rem;letter-spacing:3px;text-transform:uppercase;}

.in-logos-b { font-size:.26rem;font-weight:bold;margin-top:.16rem;}

.in-logos-p { font-size:.15rem;letter-spacing:0;margin-top:.08rem;}

.in-logos-img { height:1.70rem;display:flex;align-items:center;}

.in-logos-img img { width:100%;display:block;}

.in-logos-slide { border:1px solid #f1f1f1;border-left:0;}

.in-pro-box { position:relative;padding-left:2.88rem;}

.logos-arr { position:absolute;right:0;top:0;width:.45rem;height:100%;}

.swiper-button-next5,.swiper-button-prev5 { width:.45rem;height:50%;margin-top:0;opacity:1;}

.swiper-button-next5 { right:0;top:0;background:#333 url(../images/arr4.png) no-repeat center;}

.swiper-button-prev5 { right:0;left:0;bottom:0;background:#ec6a30 url(../images/arr3.png) no-repeat center;}

.swiper-button-next5:hover { background:#ec6a30 url(../images/arr4.png) no-repeat center;}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity:1;}

.bg3 { background:url(../images/bg3.jpg) no-repeat center;padding:.7rem 0;background-size:100% 100%;}

.logos-box { position:relative;padding-right:.45rem;}

.in-news-img { height:100%;}



.in-pro-box2 { position:relative;}

.tabs4 { font-size:0;text-align:center;}

.tabs4 span { display: inline-block;text-align:center;}

.tabs4 span a { padding:0 .25rem .2rem .25rem;border-bottom: 2px solid #eee;font-size:.18rem;cursor:pointer;color:#333;display:block;position:relative;}

.tabs4 span.active a { color:#ec6a30;}

.swiper-container6 { margin-top:40px;}

.swiper-container13 .in-case-slide p { padding-bottom:30px;}

.in-pro-slide a,.in-case-slide a { display: block;}

.in-case-slide a { display: block;}

.in-pro-img2 { overflow: hidden;}

.in-pro-img2 img { width:100%;display:block;}

.in-pro-slide a:hover p,.team-slide:hover p { color:#ec6a30;}

.in-time { font-family: 'DIN-Medium';color:#ccc;}

.in-time b { font-size:.38rem;font-weight:normal;display:block;margin-top:.05rem;}

.in-time p { font-size:.12rem;margin-top:.02rem;}

.in-news-tit { padding-left:.7rem;}

.in-news-tit h6 { font-size:.18rem;color:#111;font-weight:normal;}

.in-news-tit p { font-size:.14rem;line-height:.24rem;height:.48rem;color:#777;overflow:hidden;margin-top:.08rem;}

.in-news-list { padding:.18rem 0;border-bottom:1px solid #efefef}

.in-news-list a { display:block;}

.in-news-list a:hover h6,.in-news-list a:hover .in-time b,.in-news-list a:hover .in-time p { color:#ec6a30;}

.in-news .in-news-list:nth-child(1) { padding-top:0;}

.in-news-img a { display:block;position:relative;}

.in-news-img a,.in-news-img2,.in-news-img2 img { height:100%;}

.in-news-img a img { display:block;width:100%;object-fit:cover;}

.hot-news { position:absolute;bottom:0;left:0;right:0;height:1.3rem;background:rgba(0,0,0,.45);}

.hot-news .in-time { width:1rem;color:#fff;height:1.3rem;border-right:1px solid rgba(255,255,255,.5);}

.hot-news .in-news-tit { padding-left:1.3rem;padding-right:.9rem;background:url(../images/more.png) no-repeat right .3rem center;height:100%;}

.hot-news .in-news-tit h6,.hot-news .in-news-tit p { color:#fff;}

.hot-news .in-news-tit h6 { padding-top:.25rem;}

.hot-news .in-time b { margin-top:.28rem;}

.in-news-li li:nth-child(1) { padding-right:.2rem;}

.in-news-li li:nth-child(2) { padding-left:.2rem;}

.in-news-img2 { overflow:hidden;}

.in-news-img a:hover .in-news-tit { background:url(../images/more.png) no-repeat right .25rem center;}



.footer { background:#181818;padding:.6rem 0;color:#888;}

.foot-list li { margin-right:.8rem;}

.foot-list li.foot-fr { margin-right:0;text-align:right;}

.foot-list a { color:#666;}

.foot-list p { margin:0;color:#888;font-size:.15rem;line-height:.24rem;padding-bottom:.08rem;}

.foot-list a{ color:#7a7a7a;display:block;}

.foot-list a:hover { color:#fff;}

.foot-img p { line-height:36px;}

.bot { background:#1a1a1a;font-size:.14rem;color:#888;letter-spacing:0;}

.bot-wrap { border-top:1px solid #2b2b2b;line-height:.26rem;padding:.18rem 0;}

.bot a { color:#888;}

.bot a:hover { color:#fff;}

.foot-cont img { float:left;position:relative;top:8px;}

.sz { text-align:right;}

.foot-cont-li { max-width:3.8rem;}

.foot-list li h6 { font-size:.18rem;color:#fff;}

.sz { text-align: right;}

.sz span { margin:0 0 0 5px;}

.foot-p { margin-top:.2rem;}

.foot-cont-li { margin-top:.1rem;}

.foot-list li.foot-fr { max-width:2.8rem;}

.foot-list li.foot-fr p { line-height:.28rem;}

.foot-list li.foot-fr h6 { font-size:.3rem;font-family:'DIN-Medium';font-weight:normal;background:url(../images/tel.png) no-repeat left center;padding-left:.48rem;}

p.wx-img { margin-top:.18rem;}

p.wx-img img { display:block;float:right;width:1rem;}



.link { padding:.22rem 0;font-size:.16rem;}

.link a { display:inline-block;margin-right:.12rem;}

.link a:hover { color:#ec6a30;}

.swiper-container10 .swiper-pagination-bullet { background:#fff;}

.swiper-container10 .swiper-pagination-bullet-active,.swiper-pagination-bullet-active { background:#ec6a30;} 



.dist-bor { border:1px solid #e1e1e1;padding:0 .25rem;}

.dist-bor p { font-size:.16rem;color:#333;line-height:.6rem;border-top:1px solid #e1e1e1;}

.dist-img img { width:100%;display:block;}



.about-banner { height:3.8rem;}

.about-banner img { width:100%;height:100%;object-fit:cover;}

.about-banner img.banner-pc { display:block;}

.about-text { padding:.7rem 0 .75rem 0;}

/*------------------------------------分页样式----------------------------------*/

.fenye {clear: both;color:#333;font-size:0;padding-top:.35rem;text-align:center;}

.fenye a,.fenye span {padding:.07rem .12rem;color:#333;font-size:.15rem;border:1px solid #e5e5e5;margin:0 3px;background:#fff;}

.fenye a,.fenye span {transition:background 1s, color 0.5s;-moz-transition:background 1s, color 0.5s;-webkit-transition:background 1s, color 0.5s;-o-transition:background 1s, color 0.5s;}

.fenye .current,.fenye a:hover {background: #ec6a30;border:1px solid #ec6a30;color: #fff;padding:.07rem .12rem;text-decoration: none;}

.fenye span i { font-style: normal;color:#ec6a30;}

.am-pagination-select { font-size:.14rem;margin:0;line-height:.38rem;color:#333;}

.am-pagination-select>li>a,.am-pagination-select>li>a, .am-pagination-select>li>a,.am-pagination>li>a:focus, .am-pagination>li>a:hover, .am-pagination>li>span:focus, .am-pagination>li>span:hover { border:1px solid #ddd;}

.am-pagination-select span i { font-style: normal;color:#ec6a30;}

.am-pagination>li>a, .am-pagination>li>span { margin:0;}

.fenye span { border:none;background: none;}







.am-about-top { border-bottom:1px solid #e8e8e8;font-size:0;line-height:.76rem;}

.am-about-n span { display:block;float:left;}

.am-about-n a { color:#222;position: relative;display: block;padding-left:.7rem;font-size:.17rem;}

.am-about-n a.current2,.am-about-n a:hover { color:#ec6a30;}

.location { text-align:right;overflow:hidden;color:#434343;font-size:.15rem;}

.location img { position: relative;top:2px;margin-right:9px;}

.location a { color:#434343;}

.location a:hover { color: #ec6a30;}

.about-bg { background:#f7f7f7;}

.am-about-n img { vertical-align:middle;margin-right:.1rem;}

.am-about-n b { vertical-align:middle;font-weight:normal;}

.am-about-n img.show, .am-about-n a.current2 img.hide, .am-about-n a:hover img.hide { display:inline-block;}

.am-about-n img.hide, .am-about-n a.current2 img.show, .am-about-n a:hover img.show { display: none;}



.in-prod-span { font-size:0;}

.in-prod-span span { display:inline-block;margin:0 .15rem;}

.in-prod-span span a { font-size:.16rem;color:#333;padding:0 .3rem;line-height:.4rem;border:1px solid #ec6a30;border-radius:30px;display:block;position:relative;overflow:hidden;}

.in-prod-span span a:hover,.in-prod-span span.current a { background:#ec6a30;color:#fff;border:1px solid #e71600;}

.thumbnails2 { margin-left:-.22rem;margin-right:-.22rem;}

.thumbnails2 li { padding:0 .22rem .44rem .22rem;}

.download-li li a { display:block;background:#fff url(../images/down.png) no-repeat right .3rem center;padding:.3rem 1rem .3rem .3rem;}

.down-tit { font-size:.17rem;color:#222;line-height:.24rem;}

.down-img span:nth-child(1) { margin-right:.4rem;}

.down-img img,.down-img i { vertical-align:middle;}

.down-img { margin-top:.22rem;}

.down-img img { margin-right:.08rem;}

.down-img i { font-style:normal;font-size:.13rem;color:#999;}

.download-li { margin-top:.5rem;}

.download-li li a:hover { background:#fff url(../images/down2.png) no-repeat right .3rem center;}





.join-tit { position:relative;top:-.25rem;padding-bottom:.1rem;}

.list_dt11{ background:#fff;padding:.33rem .4rem;margin-top:.35rem;position:relative;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.04);border-radius:.15rem;}

.list_dt11:before { content:"";-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition: transform .2s linear,-webkit-transform .2s linear;position:absolute;right:.4rem;top:.42rem;width:.16rem;height:.08rem;background: url(../images/arr13.png) no-repeat center;background-size:100% 100%;}

.list_dt11#open { box-shadow:0 -6px 10px rgba(0,0,0,.04);}

.list_dt11#open:before{ -webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}

.list_dt11 .num { position:absolute;left:-.27rem;top:.22rem;width:.45rem;height:.45rem;color:#fff;background:#bbb;font-size:.22rem;font-family:arial;display:block;float:left;line-height:.45rem;text-align:center;border-radius:100%;font-weight:bold;}

.list_dt11#open{ padding:.3rem .4rem .2rem .4rem;}

.faq-t { font-size:.18rem;color:#232323;line-height:.34rem;padding-right:.3rem;font-weight:bold;}

.faq-t2 { margin-top:.2rem;padding-right:0;}

.list_dt11 .list_dt_icon{ display:inline-block;margin-left:.06rem;vertical-align:middle;background: url("../images/off.png") no-repeat center;background-size:.11rem .06rem;width:.11rem;height:.06rem;transition: all 0.5s ease;}

.list_dt11 #open .list_dt_icon { -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}

.list_dd11{ display:none;background:#fff;padding:0 .4rem .35rem .4rem;font-size:.16rem;line-height:.3rem;color:#777;border-bottom-left-radius:.15rem;border-bottom-right-radius:.15rem;box-shadow:0 5px 10px rgba(0,0,0,.04);}

.list_dd11 .join-text { border-top:1px dashed #ddd;}

.list_dd11 .join-text a { color:#666;}

.list_dl11 #open  { border-bottom-left-radius:0;border-bottom-right-radius:0;}

#open .num { background:#ec6a30;}

dl.list_dl11 { margin:0;margin-left:.27rem;}

.list_dl11 #open .join-ico { background:url(../images/n2.png) no-repeat .34rem center;background-size:.14rem .16rem;}

.faq-q { padding-left:.3rem;line-height:.3rem;}

.faq-q2 { font-size:.16rem;line-height:.3rem;color:#535353;font-weight:normal;}

.faq-t b { width:.35rem;line-height:.3rem;}





.list_dt10{ background:#fff;color:#111;text-align:center;cursor:pointer;margin-top:.4rem;padding:.28rem 0;font-size:.18rem;}

.list_dl .list_dt:first-child { margin-top:0;}

.list_dt10 .list_dt10_icon{ display:inline-block;vertical-align:middle;background: url(../images/arr13.png) no-repeat center;background-size:100% 100%;width:.16rem;height:.08rem;}

#open .list_dt10_icon,.list_dt10:hover span.list_dt10_icon { background: url(../images/arr14.png) no-repeat center;}

.list_dd10{display:none;background:#ec6a30;padding:.3rem .3rem .4rem .4rem;border-top:none;margin:0;border-top:none;border-top:1px solid #fff;color:#fff;font-size:.15rem;line-height:.3rem;}

.list_dd10 .join-text a { color:#fff;}

.list_dt10 span:first-child { text-align:left;}

.list_dt10 span.join-num { color:#ec6a30;}

.list_dl10 #open { background:#ec6a30;border-bottom-left-radius:0;border-bottom-right-radius:0;}

#open span { color:#fff;}

dl.list_dl { margin:0;}

.list_dt10 span.join-ico { background:url(../images/join1.png) no-repeat .34rem center;padding-left:.4rem;font-size:.2rem;color:#111;background-size:.14rem .16rem;}

.list_dt10 span.join-more { color:#ec6a30}

.list_dt10 #open .join-ico { background:url(../images/join2.png) no-repeat .34rem center;background-size:.14rem .16rem;}

.join-text { line-height:.32rem;}

.in-tit4 { padding-bottom:0;}

.in-tit4 p { font-size:.16rem;line-height:.28rem;color:#666;}

.in-tit4 p a { color:#ec6a30;}

.in-tit5 h6 { font-size:.36rem;}

.list_dd10 .join-text { letter-spacing:0;color:#fff;font-size:.15rem;line-height:.3rem;}

.join-wrap { padding-bottom:.3rem;}

.in-tit5 p { text-transform:uppercase;}



.fs_gallery {background: rgba(0,0,0, 0.9);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 9999;}

.fs_gallery_close {position: absolute;top: 20px;right: 20px;width: 25px;height: 25px;color: #ccc;font-size: 34px;line-height: 23px;text-align: center;cursor: pointer;z-index: 102;}

.fs_gallery_close:before {content: "×";}

.fs_gallery_close:hover {color: #fff;}

.fs_gallery_prev, .fs_gallery_next {position: absolute;width: 80px;color: #ccc;font-size: 30px;cursor: pointer;z-index: 101;}

.fs_gallery_prev:hover, .fs_gallery_next:hover {background: rgba(0,0,0, 0.1);color: #fff;}

.fs_gallery_prev {left: 0;top: 0;bottom: 0;}

.fs_gallery_next {right: 0;top: 0;bottom: 0;}

.fs_gallery_prev:before {content: "‹";position: absolute;height: 30px;margin-top: -30px;top: 50%;left: 35px;}

.fs_gallery_next:before {content: "›";position: absolute;height: 30px;margin-top: -30px;top: 50%;left: 35px;}

.fs_gallery_shuft {position: relative;width: 9999999px;}

.fs_gallery_shuft:after {clear: both;content: "";display: block;}

.fs_gallery_shuft_item {float: left;position: relative;background-image: url(data:image/gif;base64,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);background-position: center center;background-repeat: no-repeat;}

.fs_gallery_shuft_item img {box-shadow: 0 0 8px rgba(0,0,0, 0.8);position: absolute;top: 50%;left: 50%;}

/*.honor-list li .honor-bg { background: #fff;cursor: pointer;border:1px solid #efefef;margin-left: -1px;margin-top:-1px;}*/

.honor-list li .honor-bg a img { padding:.35rem .4rem;background:#fff;}

.honor-list li img { width:100%;margin:0 auto;display:block;position:relative;top:0;}

.honor-list p { overflow:hidden;text-align:center;padding:.2rem .05rem .25rem .05rem;margin:0 .25rem;border-top:1px solid #e6e8ed;line-height:.24rem;color:#333;font-size:.16rem;}

.honor-list li a { display:block;background:#fff;box-shadow: 0px 0px 15px rgba(0,0,0,.06);}

.honor-list li:hover p { color:#ec6a30;}

.honor-list li:hover .honor-img img { top:-5px}

.honor-list { margin-left:-.2rem;margin-right:-.2rem;}

.honor-list li { padding:0 .2rem .4rem .2rem;}



.news-list li a { display:block;}

.news-list li { padding-bottom:.45rem;border-bottom:1px solid #e8e8e8;margin-bottom:.45rem;}

.news-time { width:.96rem;height:1rem;border:1px solid #e8e8e8;}

.news-time b { font-size:.45rem;color:#555;font-family:'DIN-Medium';font-weight:normal;display:block;padding-top:.07rem;}

.news-time p { font-size:.14rem;color:#777;font-family:arial;padding-top:.03rem;}

.news-text { padding-right:1.7rem;padding-left:3.7rem;}

.news-text h6 { font-size:.22rem;color:#111;font-weight:normal;}

.news-text p { font-size:.16rem;color:#666;line-height:.3rem;height:.6rem;overflow:hidden;margin-top:.15rem;}

.news-more { font-size:.16rem;color:#ec6a30;border:1px solid #ec6a30;width:1.2rem;height:.42rem;text-align:center;line-height:.4rem;border-radius:3px;margin-top:.4rem;}

.news-list li a:hover .news-text h6 { color:#ec6a30;}

.news-time-img { width:3.33rem;height:2.01rem;overflow: hidden;}

.news-time-img img { width:100%;height:100%;object-fit:cover;display:block;}

.news-list li a:hover .news-more { background:#ec6a30;color:#fff;}



.main-newarc-title{padding-bottom:.22rem;border-bottom:1px solid #e8e8e8;}

.main-newarc-title h1 {text-align:center;font-size:.26rem;color:#333;line-height:.3rem;padding-bottom:.15rem;}

.main-newarc-title h3 {text-align:center;font-size:20px;color:#333;font-weight:bold;line-height:30px;padding-bottom:25px;padding-top:10px;}

.main-newarc-title .share{height:34px;line-height:34px;overflow:hidden;text-align:center;}

.main-newarc-title .share-p{display:inline-block;*display:inline;*zoom:1;margin:0 .15rem;font-size:.14rem;font-weight:normal;color:#8c8c8c;}

.main-newarc-title .bdsharebuttonbox{display:inline-block;*display:inline;*zoom:1;vertical-align:text-top;position:relative;top:-2px;left:-18px;}

.news-deta-text { margin-top:.4rem;}

.news-fl { width:77%;}

.news-fr { width:23%;}

.news-fl-bg { background:#fff;padding:.45rem .35rem;margin-right:.4rem;}

.share-p img {vertical-align: middle;}

.main-newarc-title .share-p span {vertical-align: middle;margin-left: 6px;}



.news-hot-tit { height:65px;line-height:65px;font-size:.22rem;background:#ec6a30;color:#fff;padding-lefT:42px;position:relative;}

.news-hot-tit:before { content:"";position:absolute;width:3px;height:20px;background:#fff;left:25px;top:23px;}

.news-hot-list { background:#fff;padding:.15rem 0;}

.news-hot-list li a { font-size:.15rem;line-height:.42rem;color:#434343;display:block;padding:0 .25rem 0 .4rem;background:url(../images/list.png) no-repeat 25px center;}

.news-hot-list li a:hover { color:#ec6a30;}

.news-hot-tit2 { margin-top:20px;}

.prod-label { border-top: 1px solid #e8e8e8;margin-top: 30px;padding-top: 25px;font-size:15px;color:#434343;}

.prod-label a { color:#434343;margin-right:10px;font-size:.15rem;}

.prod-label a:hover { color:#ec6a30;text-decoration: underline;}



.ser-tit { color:#222;font-size:26px;position:relative;padding-left:17px;}

.ser-tit:before { content:"";position:absolute;left:0;top:7px;width:3px;height:24px;background:#ec6a30;display:block;}

.ser-text { margin-top:25px;}

.ser-bg { background:#f6f7f9;padding:60px 0;}

.text { font-size:.16rem;line-height:.32rem;color:#434343;}



/*------------------------------------上一篇下一篇----------------------------------*/

.JLTupdown{  position: relative;line-height:.36rem;color: #999;font-size:.15rem;padding-top:.4rem;}

.JLTMain .JLTupdown {width: 100%;overflow: hidden;}

.JLTupdown ul li {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#333;}

.JLTupdown ul li a,.JLTcometol a{ color:#333;}

.JLTupdown ul li a:hover{ color:#ec6a30;text-decoration: underline;}

.JLTupdown strong{ color:#666666;font-weight:normal;}

.back { margin:0;}

.JLTcometol a{width:1.3rem;height:.42rem;line-height:.42rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background:#ec6a30 url(../images/back.png) no-repeat .3rem center;display:block;text-indent:.65rem;color:#fff;float: right;margin-top:.16rem;}

.JLTcometol a:hover { background:#db632c url(../images/back.png) no-repeat 30px center;}

.JLTupdown ul { margin: 0;}



.cont li { position:relative;}

.cont-bg { width:1.1rem;height:1.1rem;background:#f8f8f8;border-radius:100%;text-align: center;margin:0 auto;}

.cont-tel { height:45px;margin:40px auto 0 auto;background:#6f87d6;border-radius:30px;line-height:45px;position:relative;overflow:hidden;}

.cont-tel a { position:absolute;right:0;top:0;width:106px;text-align:center;font-size:16px;color:#fff;background:#48c6ef;}

.cont-tel span { font-size:20px;color:#fff;font-weight:bold;background:url(../images/tel2.png) no-repeat left center;padding-left:26px;margin-lefT:18px;}	

.cont-tel a:hover { background:#45bde5;}	

.cont li:nth-child(8) .cont-bg:before { width:0;}

.cont-bg img { display:block;margin:0 auto;padding-top:.18rem;}

.cont-list { margin-left:-.3rem;margin-right:-.3rem;display:flex;flex-direction:row;}

.cont-list li { padding:0 .15rem;}

.cont-t { background:#fff;padding:.6rem .35rem;/*display:flex;align-items:center;justify-content:center;*/height:100%;}

.cont-text { text-align:center;margin-top:.3rem;font-size:.17rem;color:#333;line-height:.32rem;letter-spacing:0;}

.cont-bg p { font-size:.16rem;color:#ec6a30;font-weight:bold;margin-top:.06rem;}



.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}

.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

#dituContent { width:100%;height:100%;}

.message { background:#fff;padding:.6rem;border-top:3px solid #ec6a30;box-shadow:0 0 15px rgba(0,0,0,.08);}

.mess-li { display -webkit-flex;display:flex;flex-flow:row wrap;}

.cont-tit2 { background:none;}

.cont-input input,.cont-input textarea,.code-input input { padding:.12rem .1rem;margin-bottom:.2rem;background:#fff;border:none;color:#888;outline-style:none;outline-width:0px;text-shadow:none;-webkit-appearance:none;-webkit-user-select:text;outline-color:transparent;font-size:.15rem;width:100%;border:1px solid #e6e6e6;border-radius:5px;padding-left:.5rem;}

.cont-input textarea { height:1.2rem;}

.submit2 { background:#ec6a30;color:#fff;width:1.4rem;font-size:.16rem;outline-style:none ;outline-width:0px;border-style:none;text-shadow:none ;-webkit-appearance:none;-webkit-user-select:text;outline-color:transparent;display:inline-block;color:#fff;line-height:.46rem;height:.46rem;cursor:pointer;}

.code-input input { width:1.2rem;padding:.12rem .1rem;}

.code-input img { width:1.1rem;height:.46rem;vertical-align:top;margin-left:.15rem;cursor:pointer;}

.cont-message { margin-bottom:60px;}

.submit2:hover { background:#db632c;}

.cont-input2 { width:1145px;margin-right:0;}

.message-box { width:1200px;margin:0 auto;}

.cont-mar { margin-right:-20px;}

.label-t { position:absolute;lefT:.52rem;top:.13rem;font-size:.15rem;color:#333;}

.mess-li li .cont-input:nth-child(1) .in_input { background:#fff url(../images/m1.png) no-repeat .15rem center;}

.mess-li li .cont-input:nth-child(2) .in_input { background:#fff url(../images/m2.png) no-repeat .15rem center;}

.mess-li li .cont-input:nth-child(3) .in_input { background:#fff url(../images/m3.png) no-repeat .15rem center;}

.mess-li li .cont-input:nth-child(4) .in_input { background:#fff url(../images/m4.png) no-repeat .15rem .12rem;}

.mess-img { padding-lefT:.8rem;}

.dist-bor { border:1px solid #e1e1e1;padding:0 .25rem;}

.dist-bor p { font-size:.16rem;color:#333;line-height:.6rem;border-top:1px solid #e1e1e1;}

.dist-img img { width:100%;display:block;}

.in-tit6 p { text-transform:inherit;}

.about-tit { font-size:.28rem;margin-top:.25rem;}

.about-text3 { color:#535353;margin-top:.3rem;line-height:.36rem;}

.about-t li:nth-child(1) { padding-right:.25rem;}

.about-t li:nth-child(2) { padding-left:.25rem;}

.bg4 { background:url(../images/cul-bg.jpg) no-repeat center;padding:.7rem 0 .9rem 0;background-size:cover;}



.cul-box { background: rgba(255,255,255,.9);padding:.55rem .3rem;cursor:pointer;}

.cul-img img { -webkit-transition:-webkit-transform .8s ease-out;-moz-transition: -moz-transform .8s ease-out;-o-transition: -o-transform .8s ease-out;-ms-transition: -ms-transform .8s ease-out;}

.cul-text h6 { font-size:.24rem;color:#111;font-weight:normal;margin-top:.3rem;}

.cul-text span { font-size:.16rem;color:#cac2c1;display:block;text-transform:uppercase;margin-top:.06rem;line-height:.24rem;letter-spacing:0;}

.cul-text p { font-size:.16rem;line-height:.3rem;color:#434343;height:.6rem;margin-top:.3rem;}

.culture-list { margin-left:-.1rem;margin-right:-.1rem;}

.culture-list li { padding:0 .1rem;}

.about-img img { width:100%;}



.side-list { padding-right:30px;}

.prod-img { overflow: hidden;}

.prod-img img { width: 100%;display:block;}

.side-list { padding-right:40px;}

.side-top { background:#ec6a30 url("../images/prod-tit.png") no-repeat right 25px center;height:100px;padding:0 28px;}

.side-top span { font-size:26px;color:#fff;font-weight:bold;display:block;padding-top:20px;}

.side-top p { font-size:14px;color:#fff;font-family:arial;text-transform: uppercase;}

.side-top img { margin-right:24px;}

.sjj_nav2 ul li i{position:absolute;top:0px;right:0px;height:54px;width:60px;text-align: right;}

.sjj_nav2 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}

.sjj_nav2 ul li .sjj_nav_i_se svg{transform:rotate(0deg)}

.sjj_nav2 ul li{ position:relative;line-height:55px;font-size:16px;background:#eee;margin-top:1px;}

.sjj_nav2 ul li ul{display:none;margin: 0;}

.sjj_nav2>ul li a{color:#333;font-size:16px;line-height:22px;width:100%;display: block;padding:16px 50px 16px 25px;}

.sjj_nav2 ul li ul li { border:none;line-height: 50px;margin-top:0px;font-size: 14px;background:#fff;padding:0 25px;border-bottom:1px solid #fff;}

.sjj_nav2 ul li ul li:first-child { padding-top:12px;}

.sjj_nav2 ul li ul li:last-child { padding-bottom:12px;}

.sjj_nav2 ul li ul li a{ color:#666;font-size:15px;font-weight:normal;line-height:24px;padding:11px 0;display:block;text-align:left;background:url(../images/list5.png) no-repeat left center;padding-left:14px;}

.sjj_nav2 ul li ul li a { display:block;border-bottom: 1px solid #eee;}

.sjj_nav2 ul li ul li a:hover,.sjj_nav2 ul li ul li.current3 a{ color:#ec6a30;background:url(../images/list6.png) no-repeat left center;}

.sjj_nav2 ul li i:before { width:100%;height:54px;display: block;position: absolute;right:0px;font-style: normal;}

.sjj_nav2 ul li ul li>ul{margin-left:10px}

.sjj_nav2 ul li.on>a,.sjj_nav2 ul li.on,.sjj_nav2 ul li.on,.sjj_nav2>ul>li:hover,.sjj_nav2>ul>li:hover>a { background:#ec6a30;color:#fff;}

.sjj_nav2 ul li i.sp_nav_xjb:hover:before,.sjj_nav2 ul li.on i.sp_nav_xjb:before { color:#fff;}

.sjj_nav2 ul li i.sjj_nav_i_se:before,.sjj_nav2 ul li:hover i.sp_nav_xjb:before,.sjj_nav2 ul li.on i.sp_nav_xjb:before { color:#333;content: "";font-size: 26px;right:0;background:url(../images/list3.png) no-repeat center;cursor:pointer;}

.sjj_nav2 ul li.on ul { background: #fff;}

.sjj_nav2 ul li i.sp_nav_xjb:before { content:"";position: absolute;background:url(../images/list2.png) no-repeat center;right:0;top:0px;font-size: 20px;color:#888;}

.prod-p h6 { color:#333;font-size:.17rem;}

.prod-list li a { display:block;}

.prod-p { padding:.25rem;border-top:1px solid #eaeaea;background:#fff;letter-spacing:0;}

.prod-text p,.prod-text { font-size:.14rem;line-height:.25rem;color:#888;}

.prod-text { margin-top:.1rem;height:.5rem;overflow:hidden;}

.prod-t { line-height:.6rem;height:.6rem;border-bottom:1px solid #e8e8e8}

.prod-t h1 { font-size:.2rem;color:#ec6a30;font-weight:normal;}

.prod-t h1 span { display:inline-block;position:relative;}

.prod-t h1 span:before { content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#ec6a30;}

.prod-tit { font-size:.24rem;color:#111;}

.prod-list { margin-left:-.12rem;margin-right:-.12rem;margin-top:.4rem;}

.prod-list li { padding:0 .12rem .24rem .12rem;}

.prod-list li a:hover .prod-p h6 { color:#ec6a30;}

.prod-list2 { margin-top:.4rem;}



.prod-tit { font-size:.18rem;line-height:.48rem;background:#ebebeb;font-weight:bold;color:#333;margin-top:.45rem;}

.prod-tit span { display:inline-block;background:#ec6a30;color:#fff;width:1.5rem;text-align:center;}

.prod-text4 { padding-top:.3rem;font-size:.15rem;line-height:.36rem;color:#535353;border-bottom:1px solid #e8e8e8;padding-bottom:.35rem;}

.in-pro-box5 { margin-top:.4rem;}

.prod-img2 { border:1px solid #eee;width:70%;margin:0 auto;}

.prod-img2 img { width:100%;display:block;}


.prod-tit10 { font-size:.24rem;color:#111;padding-bottom:.2rem;line-height:.3rem; letter-spacing:0;}

.prod-h { font-size:.15rem;color:#535353;line-height:.34rem;padding-top:.25rem;}


.prod-qq { margin-top:.3rem;}

.prod-qq a { width:1.5rem;height:.4rem;color:#fff;font-size:.16rem;line-height:.4rem;display:block;float:left;background:#4e4e4e;display:inline-block;text-align:center;margin-right:.2rem;}

.prod-qq a.prod-q { background:#ec6a30;}

.prod-qq img { vertical-align:middle;position:relative;top:-1px;margin-right:.05rem;}

.prod-qq a:hover { background:#db7216;box-shadow: 0px 0px 10px 0px rgba(236,106,48,.7);}

.in-pro-box3 { position:relative;}

.prod-arrow { position:absolute;right:.15rem;top:.14rem;width:.48rem;height:.2rem;}

.prod-arrow .swiper-button-next13,.prod-arrow .swiper-button-prev13 { width:.2rem;height:.2rem;margin-top:0;top:0;}

.prod-arrow .swiper-button-next13 { right:0;background:#333 url(../images/arr20.png) no-repeat center;}

.prod-arrow .swiper-button-prev13 { left:0;background:#333 url(../images/arr21.png) no-repeat center;}

.prod-arrow .swiper-button-next13:hover { background:#ec6a30 url(../images/arr20.png) no-repeat center;}

.prod-arrow .swiper-button-prev13:hover { background:#ec6a30 url(../images/arr21.png) no-repeat center;}

.swiper-container13 { margin-top:.35rem;}





.keifu{ position:fixed; top:30%; right:0; letter-spacing:0; width:164px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));z-index:99;}

.keifu_tab{ width:164px;}

.icon_keifu{ width:26px; height:110px; float:left; background:url(../images/keifu.png) center; position:relative;  cursor:pointer;display:none;}

.keifu_box{ border:5px solid #ec6a30;background: #fff;border-radius: 5px;}

.keifu_tab a{ display:block;}

.keifu_tab img { margin-right:5px;vertical-align: middle;}

.keifu_head{ background:#ec6a30; background-position: 0 -103px; font-size:18px;color:#fff; line-height:42px; position:relative;text-indent: 15px;}

.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/close2.png) center no-repeat; position:absolute; top:13px; right:8px;}

.keifu_close:hover{ background:url(../images/close3.png) center no-repeat;}

.keifu_con{ padding:20px 10px 10px 10px;margin:0;}

.keifu_con li{height:33px;}

.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}

.keifu_con span { vertical-align: middle;font-size: 12px;}

.kf-tel { border-top:1px solid #ec6a30;padding:10px;}

.kf-tel p { font-size: 14px;color: #000;margin: 0;}

.kf-tel b { font-size: 16px;color: #ec6a30;font-family: arial;font-weight: 800;}

.kf-tel2 p { font-size: 12px;}

.back-top { width: 100%;background: #ec6a30;border:none;font-size: 16px;color:#fff;text-align:center;height:40px;line-height:40px;}

.bot-img { display:block;margin-bottom:20px;}



.bottom{height:55px;background:#111;display:block;width:100%;position:fixed;bottom:0;left:0;z-index:998;font-size:12px;}

.bottom,.bottom a{color:#d3dae1;}

.bottom a{width:33.3%;float:left;text-align:center;line-height:20px;font-size:12px;background-size:20px 20px;}

.bottom .lnk {width:100%;height:20px;margin-top:5px;}

.bottom .icon01{background:url(../images/ico_29.png) no-repeat center;background-size:20px 20px;}

.bottom .icon02{background:url(../images/ico_32.png) no-repeat center;background-size:20px 20px;}

.bottom .icon03{background:url(../images/ico_32.png) no-repeat center;background-size:20px 20px;}

.bottom .icon04{background:url(../images/mess.png) no-repeat center;background-size:20px 20px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:0;}
.swiper-container50 { margin-top:40px;}


.link-pro { position:relative;padding-right:35px;}
.link-txt{overflow:hidden;transition:height 0.24s;}
.link-btn { position:absolute;right:0;top:0;display:block;width:50px;height:21px;background:url(../images/a1.png) no-repeat left center;color:#333;padding-left:17px;font-size:13px;cursor:pointer;}
.link-btn a { color:#333;font-size:13px;margin:0;}
.link-btn.link-block { background:url(../images/a2.png) no-repeat left center;color:#ec6a30;padding-left:17px;font-size:13px;}
.link a { padding-bottom:9px;}
.video-box { width:70%;height:500px;margin:0 auto;}
.video-box iframe { width:100%;height:100%;}

@media (min-width:1198px) {

    .in-pro-slide a:hover .in-pro-img img,.in-news-img a:hover .in-news-img2 img,.news-list li a:hover .news-time-img img,.prod-list li a:hover .in-pro-img img { -webkit-transform: scale(1.1);transform: scale(1.1);}

	.ys-list .ys-item.active .ys-t { background:rgba(236,106,48,.92);top:0;}

	.ys-list .ys-item.active .ser-p { display:block;-webkit-transform: translate(0,0);transform: translate(0,0);}

	.ys-list .ys-item.active .ys-ico { height:95%;}

	.culture-list li:hover { transform: translateY(-8px);-webkit-transform: translateY(-8px);}



	



}





@media (max-width: 1400px){

    .am-container { max-width: 1200px;}

	.swiper-container3 { max-width:1230px;}

	.about-li>li:nth-child(1) { padding-right:.25rem;}

	.about-li>li:nth-child(2) { padding-left:.25rem;}

	.foot-list li { margin-right:.64rem;}

	.mess-img { padding-left:.6rem;}

	.about-banner { height:3.5rem;}

	.swiper-container2,.swiper-container2 .swiper-wrapper { height:640px;}

	.side-list { padding-right:30px;}





	



}





 

@media (max-width: 1198px){

    .am-container,.cont-container,.case-container { padding: 0 .1rem;}

	

	img.banner-pc2 { display:none;}

	img.banner-wap2 { display:block;}

	.swiper-container2,.swiper-container2 .swiper-wrapper { height:5.2rem;}

	html{font-size: 605%;}

	body { padding-top:50px;}

	.about-banner { height:2.8rem;}

	.dj { display:none;} 

	.swiper-container3 { margin-top:0;}

	.swiper-container3 { padding:10px;}

	.ys-p { font-size:.2rem;height:.56rem;}

	.ys-ico { height:auto;}

	.about-li>li:nth-child(1) { padding-right:.2rem;}

	.about-li>li:nth-child(2) { padding-left:.2rem;}

	.foot-list li { width:20%;margin-right:0;padding-right:1%;}

	.bg1,.bg2,.bg3 { padding:.6rem 0;}

	.in-logos { margin-top:.5rem;}

	.news-fl { width:100%;}

	.news-fl-bg { margin-right:0;}

	.cont-list { margin-left:-.12rem;margin-right:-.12rem;}

	.cont-list li { padding:0 .12rem;}

	.message { padding:.5rem .4rem;}

	.mess-img { padding-left:.5rem;}

	.am-about-n { width:100%;}

	.am-about-n a { padding:0 .7rem 0 0;}

	.thumbnails { margin-left:-.1rem;margin-right:-.1rem;}

	.thumbnails li { padding:0 .1rem .2rem .1rem;}

	.thumbnails2 { margin-left:-.15rem;margin-right:-.15rem;}

	.thumbnails2 li { padding:0 .15rem .3rem .15rem;}

	.in-prod-span span { margin:0 .1rem;}

	.in-prod-span span a { padding:0 .25rem;}

	.honor-list { margin-left:-.15rem;margin-right:-.15rem;}

	.honor-list li { padding:0 .15rem .3rem .15rem;}

	.about-t li:nth-child(1) { padding-right:.2rem;}

	.about-t li:nth-child(2) { padding-left:.2rem;}

	.cul-box { padding:.4rem .2rem;}

	.cul-text span { font-size:.15rem;}

	.cul-text p { margin-top:.2rem;}

	.prod-t { height:.5rem;line-height:.5rem;}

	.prod-list { margin-left:-.1rem;margin-right:-.1rem;margin-top:.35rem;}

	.prod-list li { padding:0 .1rem .2rem .1rem;}
	.swiper-container13 { padding-bottom:.4rem;}
	
	.news-fr { width:100%;}

	

	

	

	

	



	

	



}





@media (max-width: 980px) {

	html{font-size: 575%;}

	.wrap { margin-top:.5rem;}

	.swiper-container2,.swiper-container2 .swiper-wrapper { height:4.1rem;}

	.in-tit h6 { font-size:.36rem;}

	.about-banner { height:2.3rem;}

	.news-text { padding-right:1.2rem;}

	.swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-container2.swiper-pagination-custom, .swiper-pagination-fraction { bottom:.2rem;}

	.cul-text p { font-size:.15rem;line-height:.28rem;height:.56rem;margin-top:.15rem;}

	.cul-text span { font-size:.14rem;}

	.cul-box { padding:.35rem .15rem;}

	.cul-img img { width:.52rem;}

	.cul-text h6 { font-size:.22rem;margin-top:.2rem;}

	.prod-p { padding:.22rem .15rem;}
	.video-box { height:460px;width:80%;}


	

	





	

	

	

	





}

@media (max-width: 767px) {

	html{font-size: 575%;}

	.about-banner { height:auto;}

	img.banner-wap { display:block;}

	body { padding-bottom:55px;}

    .about-banner img.banner-pc,img.banner-pc { display:none;}

	.swiper-container3,.swiper-container10 { padding-bottom:.4rem;}

	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:0;}

	.swiper-container2, .swiper-container2 .swiper-wrapper { height:auto;}

	.banner .swiper-pagination-bullet { width:.1rem;height:.1rem;}

	.ys-p { font-size:.18rem;margin-top:.15rem;}

	.ys-ico span { width:.66rem;height:.66rem;}

	.ys-ico img { width:.38rem;}

	.about-li>li:nth-child(1) { padding-right:0;}

	.about-li>li:nth-child(2) { padding-left:0;margin-top:.3rem;}

	.about-li, .in-news-li { display:block;}

	.in-about { max-height:none;}

	.about-a img { width:.24rem;}

	.about-a b { font-size:.18rem;}

	.in-tit h6 { font-size:.32rem;}

	.in-logos-bg { width:100%;height:auto;position: static;}

	.in-pro-box { padding-left:0;}

	.in-logos-img { height:auto;}

	.logos-box { border-lefT:1px solid #f1f1f1;}

	.in-logos-bg { padding:.25rem;}

	.in-logos-p { letter-spacing:2px;}

	.swiper-button-next5, .swiper-button-prev5,.logos-arr { width:.3rem;}

	.logos-box { padding-right:.3rem;}

	.swiper-button-prev5,.swiper-button-next5,.swiper-button-prev5:hover,.swiper-button-next5:hover  { background-size:.06rem .11rem;}

	.in-news-li li:nth-child(1) { padding-right:0;}

	.in-news-li li:nth-child(2) { padding-left:0;}

	.in-news { margin-top:.25rem;}

	.copy,.sz { text-align:center;}

	.in-tit p,.in-pro-slide p { font-size:.16rem;}

	.in-pro-slide p { padding:.1rem .05rem .22rem .05rem}

	.in-app-a a { width:1.5rem;}

	.bg1,.bg2,.bg3 { padding:.45rem 0;}

	.in-logos { margin-top:.4rem;}

	.in-about { font-size:.15rem;line-height:.3rem;}

	.in-tit3 { padding-bottom:.25rem;}

	.in-app-a a { margin-top:.3rem;height:.4rem;line-height:.4rem;}

	.in-app-a2 a { margin:.22rem 0 0 0;}

	.swiper-container4 img { height:auto;}

	.bot { font-size:.13rem;}

	.thumbnails { margin-left:-.05rem;margin-right:-.05rem;}

	.thumbnails li { padding:0 .05rem .2rem .05rem;}

	.dist-bor { padding:0 .15rem;}

	.dist-bor p { line-height:.55rem;}

	.fenye { padding-top:.3rem;}

	.cont-list { display:block;}

	.cont-list { margin-left:0;margin-right:0;}

	.cont-list li { padding:0 0 .24rem 0;}

	.cont-t { padding:.4rem .2rem;}

	#dituContent { height:3.6rem;}

	.mess-img { padding-left:0;margin-top:.3rem;}

	.message { padding:.4rem .15rem;}

	.list_dt10 span.join-ico { padding-left:.15rem;}

	.list_dt10 span,.list_dt10 span.join-ico { font-size:.16rem;}

	.list_dt10 { padding:.2rem 0;margin-top:.2rem;}

	.list_dt10 .list_dt10_icon{ width:.14rem;height:.07rem;}

	.list_dd10 { padding:.2rem .15rem .3rem .15rem;}

	.am-about-n span { width:33.33%;}

	.am-about-n a { padding:0;display:block;text-align:center;font-sizE:.16rem;}

	.am-about-n img { width:.16rem;}

	.am-container2 { padding:0;}

	.am-about-top { line-height:.66rem;}

	.thumbnails2 { margin-left:0;margin-right:0;}

	.thumbnails2 li { padding:0 0 .25rem 0;}

	.download-li li a { padding:.3rem .8rem .3rem .2rem;background:#fff url(../images/down.png) no-repeat right .2rem center;background-size:.4rem .4rem;}

	.download-li li a:hover { background:#fff url(../images/down2.png) no-repeat right .2rem center;background-size:.4rem .4rem;}

	.down-img { margin-top:.16rem;}

	.in-prod-span span { margin:0 .05rem;padding:.05rem 0;}

	.in-prod-span span a { padding:0 .2rem;font-size:.15rem;}

	.in-prod-span { text-align:left;}

	.download-li { margin-top:.35rem;}

	.about-text { padding:.45rem 0 .55rem 0;}

	.list_dt11 { padding:.25rem .1rem .25rem .3rem;}

	.list_dt11#open { padding:.3rem .1rem .2rem .3rem;}

	.faq-t { font-size:.17rem;line-height:.32rem;}

	.list_dt11:before { right:.15rem;}

	.list_dd11 { padding:0 .2rem .3rem .3rem;}

	.faq-q2 { font-size:.15rem;line-height:.26rem;}

	.list_dt11 .num { width:.4rem;height:.4rem;font-size:.2rem;line-height:.4rem;}

	.list_dt11 { margin-top:.25rem;}

	.list_dt11:before { background-size:.14rem .07rem;top:.36rem;}

	.news-text { padding-right:0;}

	.news-list li { padding-bottom:.3rem;margin-bottom:.3rem;}

	.news-time-img { width:2rem;height:1.02rem;}

	.news-more { display:none;}

	.news-text { padding-left:2.2rem;}

	.news-text h6 { padding-top:.05rem;font-size:.2rem;}

	.news-text p { font-size:.15rem;line-height:.28rem;height:.56rem;margin-top:.08rem;}

	.news-fl-bg { padding:.4rem .25rem;}

	.main-newarc-title h1 { font-size:.22rem;}

	.main-newarc-title { padding-bottom:.15rem;}

	.news-deta-text { margin-top:.3rem;}

	.main-newarc-title .share-p { margin:0 .05rem;font-size:.13rem;}

	.JLTcometol a,.back { float:left;}

	.honor-list { margin-left:-.1rem;margin-right:-.1rem;}

	.honor-list li { padding:0 .1rem .25rem .1rem;}

	.honor-list p { padding:.15rem .05rem .2rem .05rem;margin:0 .1rem;}

	.honor-list li .honor-bg a img { padding:.3rem .2rem;}

	.cont-text { margin-top:.2rem;}

	.mess-li li .cont-input:nth-child(1) .in_input,.mess-li li .cont-input:nth-child(2) .in_input,.mess-li li .cont-input:nth-child(3) .in_input,.mess-li li .cont-input:nth-child(4) .in_input { background-size:.17rem .18rem;}

	.cont-input input, .cont-input textarea, .code-input input { padding-left:.46rem;}

	.code-input input { padding:.12rem .1rem;}

	.in-tit { padding-bottom:.3rem;}

	.in-tit p { margin-top:.1rem;}

	.about-t li:nth-child(1) { padding-right:0;}

	.about-t li:nth-child(2) { padding-left:0;margin-top:.25rem;}

	.culture-list { margin-left:-.05rem;margin-right:-.05rem;}

	.culture-list li { padding:0 .05rem .2rem .05rem;}

	.cul-box { padding:.3rem .15rem;}

	.cul-img img { width:.48rem;}

	.cul-text p { font-size:.14rem;line-height:.24rem;height:.58rem;}

	.cul-text h6 { font-size:.2rem;margin-top:.15rem;}

	.cul-text span { margin-top:.02rem;line-height:.2rem;}

	.bg4 { padding:.5rem 0 .5rem 0;}

	.about-tit { margin-top:0;}

	.about-tit { font-size:.24rem;}

	.about-text3 { margin-top:.2rem;}

	.prod-p { padding:.22rem .1rem;}

	.prod-list { margin-left:-.05rem;margin-right:-.05rem;margin-top:0;}

	.prod-list li { padding:0 .05rem .15rem .05rem;}

	.prod-p h6 { font-size:.17rem;}
	.prod-list2 { margin-top:0;}
	.prod-img2 { width:100%;}
	.prod-tit10 { font-size:.2rem;}
	.prod-qq a { margin-right:.1rem;width:1.4rem;}
	.JLTupdown ul{ float:none;}
	.news-hot-tit { height:55px;line-height:55px;padding-left:30px;}
	.news-hot-tit:before { left:15px;top:20px;height:17px;}
	.news-hot-list li a { padding:0 15px 0 25px;background: url(../images/list.png) no-repeat 15px center;}
	.video-box { height:420px;width:100%;}


	

}



@media (max-width: 640px) {

	.swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-container2.swiper-pagination-custom, .swiper-pagination-fraction { bottom:.15rem;}

	.ys-p { font-size:.17rem;}

	.bg1,.bg2,.bg3 { padding:.4rem 0;}

	#dituContent { height:3.2rem;}

	.news-time-img { width:1.6rem;height:1rem;}

	.news-more { display:none;}

	.news-text { padding-left:1.75rem;}

	.news-text h6 { padding-top:.05rem;font-size:.18rem;}

	.news-list li { padding-bottom:.25rem;margin-bottom:.25rem;}

	.news-fl-bg { padding:.4rem .15rem;}

	.honor-list li .honor-bg a img { padding:.2rem .15rem;}

	.prod-p h6 { font-size:.16rem;}
	
	.video-box { height:340px;width:100%;}





	



	

	



	



}

@media (max-width: 374px) {

	.ys-ico span { width:.6rem;height:.6rem;}

	.ys-ico img { width:.32rem;}

	#dituContent { height:3rem;}

	.faq-t { font-size:.16rem;line-height:.28rem;}

	.faq-q { line-height:.28rem;}

	.news-time-img { width:1.45rem;height:.95rem;}

	.news-text { padding-left:1.62rem;}

	.news-list li { padding-bottom:.2rem;margin-bottom:.2rem;}

	.am-about-top { line-height:.6rem;}

	.text { font-size:.15rem;line-height:.29rem;}





	

	

}





html,body{  min-height:101%;}

html{ overflow:-moz-scrollbars-vertical;}