@charset "utf-8";
 
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#565656;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#565656;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#05ae3a;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd70{padding:70px 0;font-size:.875em;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.eot');
  src: url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.woff') format('woff'),
  url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1152918_9ee6ghp2xv.svg#iconfont') format('svg');
}


.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}


/* 头部 */
.header{position: fixed;width:100%;line-height:90px;height:90px;z-index:99;left:0;top:0;}
.header .logo{position:absolute;left:0;top:0;} 
.nav {padding:0 20px 0 15%;font-size:1rem;height:90px;}
.nav .m{float:left;text-align:center;padding-left:1px;width:11%;}
.nav .m>a{color:#fff;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:20px;height:2px;background:#fff;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .sub{line-height:26px;position:absolute;z-index:90;top:100%;left:0;display:none;width:100%;padding:30px 0;}
.nav .sub::after{content:"";position: absolute;left:-50%;width:200%;height:100%;background:rgba(0,0,0,.6);top:0;z-index:-1;}
.nav .sub .left{background:#eee;width:30%;overflow:hidden;height:260px;}
.nav .sub .right{width:64%;}
.nav .sub .right a{float:left;font-size:.778em;position:relative;width:23%;padding:8px 10px 8px 15px;transition:color .2s ease-in-out;text-align:left;color:#fff;border-bottom:1px solid #ccc;background:url('../images/ly_li.png') no-repeat left;margin-left:2%;}
.nav .sub .right a:hover{color:#05ae3a;}
.nav .sub .right a:before{position:absolute;bottom:-1px;left:0;display:block;width:0;height:1px;content:'';-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;background:#05ae3a;}
.nav .sub .right a:hover:before{width:100%;}
.nav .sub .img:hover img{transform:scale(1.1);}
.headTel{position:absolute;right:0;top:0;background: url('../images/telIcon.png') no-repeat left center;padding-left:30px;color:#fff;font-size:1.5em;font-family:Arial;}
.headTel::after{content:"";position: absolute;left:0;top:50%;height:20px;margin-top:-10px;border-left: 1px dotted #fff;left:-20px}

.headFix{background:#000;}
.headFix .nav{font-size:1rem;}
.headFix .logo img{height:40px;transition:all .3s;}

/* PC端搜索 */
.search{position: absolute;padding:20px;background:#05ae3a; background: rgba(0,0,0,.5);left:0;top:100%;display:none;width:100%;padding-top:0;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 65px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;}
.search .btn{float:left;width:50px;height:50px; cursor:pointer;transition:all 0.3s;background:#333 url('../images/sIcon.png') no-repeat center;border-left:1px solid #666;margin-right:-50px;}
.search .btn:hover{background-color:#05ae3a;}
.searSelect{float:left;width:55px;color:#333;padding-left:10px;position:relative;font-size:12px;cursor:pointer;border-right:1px solid #ddd;margin-left:-65px;}
.searSelect span{position:relative;display:block;}
.searSelect span:after{content:"";position:absolute;right:5px;top:25px;border:4px solid transparent;border-top-color:#333;}
.searSelect ul{position:absolute;top:38px;left:0;background:#fff;text-align:center;width:55px;display:none;}
.searSelect ul li{line-height:25px;border-top:1px solid #f5f5f5;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#fff;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #019c32;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{background:#019c32;}
.banner .swiper-button-white::after{content: "";position: absolute;left: -100px;width: 60px;height: 2px;background: #fff;top:50%;margin-top: -1px;opacity: 0;transition: all .3s;}
.banner .swiper-button-next::after{left: auto; right: 100px;}
.banner .swiper-button-white:hover::after{opacity: 1;left: 3px;}
.banner .swiper-button-next:hover::after{left: auto;right: 0;}

/* 我们的产品 */
.proMenu{background:#f5f5f5;padding:20px 0;overflow:hidden;}
.proMenu .title{font-size:40px;color:#191919;}
.pro_tabMenu{padding-top:6px;}
.pro_tabMenu a{padding:0 25px;height:36px;line-height:36px;background:#e4e4e4;display:inline-block;border-radius:18px;margin-left:5px;}
.pro_tabMenu a:hover{background:#05ae3a;color:#fff;}
.conBox{padding:60px 0;font-size:.875rem;overflow:hidden;}
.pro_tabMenu .more{color:#05ae3a;}

.proTop{background:#f5f5f5;overflow:hidden;margin-bottom:40px;}
.proTop .pic{width:50%;border:1px solid #ccc;text-align:center;background:#fff;height:500px;position: relative;overflow:hidden;line-height:500px;}
.proTop .pic img{max-height:100%;display:inline-block;vertical-align:center;transition:all .5s;}
.proTop .txt{width:50%;padding:5%;}
.proTop h4{font-size:2.571em;color:#191919;line-height:1.2;padding-bottom:20px;margin-bottom:20px;position:relative;}
.proTop h4 span{display:block;color:#05ae3a;display:block;font-family:Arial;}
.proTop h4::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:50px;background:#595959;}
.proTop .more{display:inline-block;width:160px;height:40px;border:1px solid #05ae3a;line-height:40px;text-align:center;color:#05ae3a;margin-top:35px;}
.proTop .more:hover{background:#05ae3a;color:#fff;}

.product li{
    float: left;
    width: 25%;
    padding: 8px;
}
.product li a{display:block;border:1px solid #ddd;text-align:center;}
.product li .pImg{padding-top:75%;}
.product li h4{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:60px;line-height:50px;font-size:1.143em;}
.product li a:hover img,.proTop .pic:hover img{transform: scale(1.1);}
.product li a:hover{box-shadow:0 0 10px #ddd;}

/* 核心优势 */
.odds{background: url('../images/odds_bg.jpg');}
.oddsTop{margin-bottom:40px;overflow:hidden;}
.oddsTop .tie{color:#191919;font-size:2.571em;line-height:1.2 ;}
.oddsTop .tie span{display:block;font-size:1.111em;font-weight:bold;color:#019c32;}
.oddsTop .fr {text-align:right;}
.oddsTop .fr h4{background: url('../images/telIcon2.png') no-repeat left center;/*padding-left:30px;*/font-size:1.857em;font-family:Arial;color:#333;margin-bottom:5px;}
.oddsTop .fr a{display:inline-block;width:130px;height:35px;line-height:35px;background:#019c32;color:#fff;text-align:center;font-size:1.143em;}
.oddsTop .fr a:hover{width:210px;}
.oddsMain li{float:left;width:25%;text-align:center;padding:4% 1%;background:#fff;;min-height:320px;color:#333;transition:all .5s;}
.oddsMain li i{display:inline-block;width:66px;height:64px;background: no-repeat;transition:all .4s;}
.oddsMain li h4{margin-top:10px;color:#191919;font-size:1.714em;line-height:2;}
.oddsMain li p{position:relative;padding-bottom:20px;}
.oddsMain li p::after{content:"";position:absolute;left:50%;bottom:0;width:30px;margin-left:-15px;height:2px;background:#292a2e;}
.oddsMain .a2,.oddsMain .a4,.oddsMain .a5,.oddsMain .a7{background:#e8e8e8;}
.oddsMain li:hover{background:#019c32;color:#fff;}
.oddsMain li:hover h4{color:#fff;transition:all .5s;}
.oddsMain li:hover i{background-position: 0 -64px;}
.oddsMain li:hover p::after{background:#fff;}

/* 关于 */
.aboutL{
    width: 50%;
    height: 500px;
}
.hTitle{font-size:2rem;color:#191919;}
.hTitle span{display:block;font-size:15px;}
.aboutL .hTitle{position:relative;padding-bottom:15px;margin-bottom:25px;}
.aboutL .hTitle::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:1px;background:#019c32;}
.aboutL .txt{height:160px;margin-bottom:10px;line-height:1.6;}
.aboutL .font .more i{font-style:normal;margin-left:10px;}

.aboutR{height:440px;display:block;width:45%;border-radius:10px 10px 0 0;overflow:hidden;}
 
.aboutNum{height:130px;;display: -webkit-flex;display:flex;-webkit-justify-content: space-between;justify-content: space-between;padding-top:30px;}
.aboutNum li{float:left;color:#191919;font-size:1.143em;}
.aboutNum li span{color:#019c32;font-size:3em;position:relative;font-family:Arial;font-weight:bold;line-height:1.2;}

.setting{clear:both;padding-top:0px;}
.setting li{float:left;width:16.6%;position:relative;}
.setting li .pImg{padding-top:62%;background:#019c32;}
.setting li p{position:absolute;top:50%;left:50%;color:#fff;-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); transform:translate(-50%,-50%);width:100%;text-align:center;padding:0 5%;opacity:0;margin-top:20px;transition:all .5s;}
.setting li:hover p{opacity:1;margin-top:0;}
.setting li:hover img{transform: scale(1.1);opacity:.3;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 经典案例 */
.case{overflow:visible;position:relative;}
.case::after{content:"";position:absolute;top:0;left:-50%;width:200%;height:1px;background:#d9d9d9;}
.hTie_top{margin-bottom:40px;overflow:hidden;}
.hTie_top .more{background: url('../images/more_c.png') no-repeat left center;padding-left:20px;margin-top:50px;}
.caseMain{text-align:center;overflow:hidden;}
.caseMain li{float:left;width:25%;text-align:left;}
.caseMain li .pImg{padding-top:78%;}
.caseMain li a{display:block;border-bottom: 1px solid #ccc;position:relative;}
.caseMain li a::after{height:1px;top:auto;bottom:-1px;z-index:1;}
.caseMain li h4{color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:25px 0 15px 0;font-size:1.286em;}
.caseMain li p{min-height:80px;color:#777;}
.caseMain li:hover img{transform: scale(1.1);}
.caseMain li:hover h4{color:#05ae3a;}
.caseMain .btn{background:#555;color:#fff;width:60px;height:35px;line-height:35px;text-align:center;position: static;display:none;margin-top:30px;}

/* 新闻快讯 */
.news{background:#f3f3f3;overflow:hidden;}
.news .hTie_top{border-bottom: 1px solid #dadada;padding-bottom:15px;overflow:visible}
.newsMenu{margin-top:25px;font-size:1.571em;}
.newsMenu a{position:relative;color:#191919;margin-left:60px;display:inline-block;}
.newsMenu a::after,.caseMain a::after{content:"";position:absolute;left:0;bottom:-19px;background:#05ae3a;height:1px;transition:all .5s;width:0;}
.newsMenu .on{color:#05ae3a;}
.newsMenu a.on::after,.caseMain li a:hover::after{width:100%;}

.newsSlide{position: relative;overflow: hidden;}
.newsL{width:52%;overflow:hidden;}
.newsL li{float:left;width:48.5%;border-bottom: 1px solid #d2d2d2;padding-bottom:15px;position: relative;}
.newsL li:after,.newsR li::after{content: "";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background: #019c32;transition: transform .6s;transform: scale(0,1);transform-origin: right;}
.newsL li .pic{display:block;height:295px;border-radius:5px;overflow: hidden;}
.newsL li h4{font-size:1.333em;margin:20px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsL li p{height:80px;margin-bottom:20px;}
.newsL li h4 a{color: #333;}
.newsL li h4 a:hover{color: #019c32;}
.newsL li:nth-child(2){float:right;}
.newsL li:hover .bgImg{transform: scale(1.08);} 
.newsL li:hover::after,.newsR li:hover::after{transform: scale(1);transform-origin: left;}

.newsR{width:44%;overflow:hidden;position:relative;}
.newsR li{color:#888;border-bottom: 1px dotted #aeaeae;margin-bottom:25px;position: relative;}
.newsR li a{display:block;height:103px;padding-left:100px;color:#666;}
.newsR li .date{font-size: .75rem;color: #999;font-family: Arial;line-height: 1.2;margin-left: -100px;transition: all .3s;}
.newsR li .date b{font-size: 3.667em;color: #333;display: block;}
.newsR li h4{font-size:1.333em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#333;}
.newsR li a:hover{padding-left:0;}
.newsR li a:hover h4{color: #019c32;}
.newsR li:last-child{margin-bottom:0;}

/*底部 */
.footer{background:#262626;font-size:.75rem;color:#afafaf;line-height:2em;overflow:hidden;padding:50px 0;}
.footMain{padding-right:130px;}
.footL{width:54%;overflow:hidden;}
.footL ul{float:left;width:25%;}
.footL ul h4{color:#fff;font-size:1.333em;margin-bottom:20px;position:relative;padding-bottom:15px;}
.footL ul h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;width:15px;background:#fff;}
.footL .footMenu1{width:50%;overflow:hidden;}
.footL .footMenu1 li{float:left;width:50%;}
.footL .footMenu1 li:nth-child(1){float:none;width:100%;}
.footMenu_wap{display:none;overflow:hidden;float:left;}
.footFont{width:36%;}
.footFont .txt{margin-top:20px;}
.footWx{width:119px;text-align:center;line-height:1.6;margin-right:-130px;background: url('../images/wx_bg.png') no-repeat;padding-top:10px;}
.footWx img{width:109px;margin-bottom:10px;margin-right:10px;}
.footer a,.firendlink a{color:#afafaf;}
.footer a:hover,.firendlink a:hover{color:#fff;}
.firendlink{background:#212121;padding:20px 0;font-size:.75rem;}
.firendlink span{color:#fff;margin-right:25px;}
.firendlink a{margin:0 15px;}


/*内页公用 */
.listWrap{overflow:hidden;padding:70px 0;font-size:.875rem;}
.listBanner,.mzsmBanner{height:500px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.listBanner h3 span{display: block;font-size:12px;font-weight: 400;opacity: 0.5;}
.breadCrumb{font-size:.875rem;padding:25px 20px 25px 20px;position:relative;overflow:hidden;border-bottom: 1px solid #d9d9d9;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#e8e8e8;border:1px solid #e8e8e8;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#e8e8e8;color:#fff;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 65px;background:#f5f5f5;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sIcon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left}
.proSear .btn:hover{background-color:#111;}
.listWrap{padding-bottom:60px;font-size:.875em;overflow:hidden;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{background: rgba(0, 0, 0,.4);height:70px;line-height:70px;margin-top:-70px;position: relative;z-index:3;font-size:1rem;}
.listMenu a{float:left;color:#fff;position:relative;margin-right:80px;margin-right:5%;}
.listMenu a::after{content:"";position:absolute;left:0;width:100%;height:100%;;z-index:-1;transform: scale(0,1);transform-origin:right;transition: transform .5s;height:2px;bottom:1px;background:#fff;}
.listMenu a.cur::after{transform: scale(1);transform-origin:left;}

/* 产品列表 */
.proSider{width:20%;font-size:1rem;float:left;}
.proSider  h4{line-height: 3;
    /*text-align: center;*/
    font-size: 16px;}
.proSider .title{background: url('../images/side_bg.jpg') no-repeat;background-size:cover;color:#fff;text-align:center;line-height:90px;border-top: 3px solid #008b14;font-size:1.6em;}
.proSider .title span{float:right;color:#cf3400;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;}
.proSider .title span::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSider .side{border:1px solid #e6e6e6;border-top:none;width:100%;}
.proSider .m>a{display: block;height:70px;line-height:70px;border-bottom: 1px solid #e6e6e6;padding-left:10%;color:#333;}
.proSider .m>a i{font-family:"iconfont";font-style:normal;margin-right:5px;}
.proSider .m>.cur,.proSider .m>a:hover{color:#fff;background: #cf3400;}
.proSider .m>.cur,.proSider .m>a:hover{color:#fff;background: #008b14;}
.proSider ul ul{padding:10px 0;border-bottom: 1px solid #e6e6e6;font-size:.875em;}
.proSider ul ul li{background: url('../images/ly_li.png') no-repeat 15% center;padding-left:20%;line-height:40px;}
.proSider ul ul li .cur,.proSider ul ul a:hover{color:#cf3400;}

.proList{width:78%;overflow:hidden;}
.proList ul{margin-right:-30px;}
.proList li{float:left;width:33.3%;padding-right:0px;margin-bottom:0px;}
.proList li a{display:block;/*border:1px solid #ddd;*/text-align:center;}
.proList li .pImg{padding-top:75%;}
.proList li h4{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:60px;line-height:50px;font-size:1.143em;}
.proList li a:hover img,.proTop .pic:hover img{transform: scale(1.1);}
/*.proList li a:hover{box-shadow:0 0 10px #ddd;}*/


/*  产品详情 */
.proShow_box1{overflow:hidden;margin-bottom:50px;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;}
.gallery .gallery-top{position:relative;border-bottom: 1px solid #ddd;}
.gallery .gallery-top .pImg{padding-top:75%;}
.gallery img{width:100%;}
.gallery-top li a{position:relative;padding-top:81%;}
.gallery-thumbs{position: absolute;z-index:10;bottom:0;right:0;width:100%;left:100%;border-top: 1px solid #ddd;margin-left:1px;}
.gallery-thumbs li{border-right:1px solid #bdc4ce;padding-top:16%;cursor:pointer;width:20%;position: relative;}
.gallery-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallery-thumbs .on::after{border:2px solid #05ae3a;}
.gallery .btn{background:#333;width:60px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:.8;}
.gallery .swiper-button-prev{left:0;}
.gallery .swiper-button-next{right:0;left:auto;}
.gallery .btn:hover{background:#05ae3a;}
.page_aboutindex{width:100%;
display: inline-block;
}
 .page_aboutindex .panel2 ul{
 
    width: 100%;
}
.page_aboutindex .panel2 ul li{
    flex-grow:1;
  width: 49.5%;
 background: url('../images/qy1.jpg');
    margin:0 0 3px 3px;
    height: 300px;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;    float: left;
}
.col-md-3 .con .img{text-align: center;}
.col-md-9{float:left;width:70%}
.col-md-3{float: right;
    width: 30%;  background: url('../images/qy5.jpg');
  height: 603px;
}
.col-md-3 .con{
    padding-top: 38%;
    width: 85%;
    line-height: 2;
    margin: 0 auto;
    color: #fff;
}
.page_aboutindex .panel2 h2{    color: #fff;
    font-weight: 600;
    line-height: 3;
text-align: center;
    font-size: 20px;}
 
.page_aboutindex .panel2 ul li:nth-child(odd){
    margin-left: 0;
}
.page_aboutindex .panel2 ul li .img{
    margin-bottom: 15px;
}
.page_aboutindex .panel2 ul li p{
    font-size:16px;
    text-align: center;
    color:#fff;
    height: 90px;
    overflow: hidden;
}
.page_aboutindex .panel2 ul li .line{
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}
.page_aboutindex .panel2 .col_md_9{    float: left;
    width: 75%;
}
.page_aboutindex .panel2 ul li:nth-child(2){
background: url('../images/qy3.jpg');
}
.page_aboutindex .panel2 ul li:nth-child(3){
background: url('../images/qy2.jpg');
}
.page_aboutindex .panel2 ul li:nth-child(4){
background: url('../images/qy4.jpg');
}
.page_aboutindex .panel2 .con p{
text-align: center;
    font-size:16px;
    margin-top:30px;
}


.proShow_R{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:1.778em;color:#05ae3a;}
.proShow_R .font{min-height:180px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px;}
.proShow_R li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_R li i{display:inline-block;width:37px;height:37px;background: url('../images/show_Icon.png') no-repeat;}
.proShow_R li:nth-child(2) i{background-position: -37px 0;}
.proShow_R li:nth-child(3) i{background-position: -74px 0;}
.proShow_R li:nth-child(4) i{background-position: -111px 0;}
.proShow_R li span{display: block;}
.proShow_R .btn{margin-top:30px;overflow:hidden;}
.proShow_R .btn a{width:40%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #05ae3a;margin-right:25px;background:#05ae3a;color:#fff;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){border:1px solid #ddd;color:#333;background:none;}
.proShow_R .btn a:hover{background:#00528a;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#05ae3a;border:1px solid #05ae3a;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}

.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom:1px solid #05ae3a;;color:#05ae3a;height:50px;}
.relative_case ul{margin-right:-35px;}
.relative_case li{float: left;width:25%;padding-right:35px;margin-bottom:20px;}
.relative_case li .pImg{padding-top:70%;}
.relative_case li p{transition: all .3s;height:50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relative_case li p i{float: right;font-family:"Arial";opacity: .8;margin-left:15px;}
.relative_case li a:hover img{transform: scale(1.1);}
.relative_case li a:hover p{background:#05ae3a;padding:0 10px;color: #fff;}
.relative_pro ul{margin-right:-15px;}
.relative_pro li{float: left;width:25%;padding-right:15px;}
.relative_pro li .pImg{padding-top:81%;}
.relative_pro li p{border-bottom:1px solid #ddd;padding:10px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center}
.relative_pro li:hover img{transform:scale(1.1);}

/* 新闻列表 */
.newsTop{overflow:hidden;margin-bottom:50px;border-bottom:1px solid #ddd;padding-bottom:40px;font-size:.75rem;}
.newsTop ul{margin-right:-25px;}
.newsTop li{float:left;width:25%;padding-right:25px;}
.newsTop li .pImg{padding-top:70%;}
.newsTop .font{background:#f5f5f5;padding:15px;position:relative;}
.newsTop li .font:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background:#019c32;transition: transform .3s;transform-origin:right;transform:scale(0,1);}
.newsTop li h3{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #d9d9d9;color:#333;}
.newsTop span{display:block;font-size:12px;color:#bdbdbd;font-weight:normal;}
.newsTop li p{height:70px;margin-bottom:10px;line-height:22px;overflow:hidden;color:#888;}
.newsTop li .more{font-size:14px;color:#019c32;}
.newsTop li:hover img{transform:scale(1.1);}
.newsTop li:hover div:after{transform-origin:left;transform:scale(1.1);}

.newsList li{border:1px solid #e2e2e2;margin-bottom:30px;transition:all 0.3s;}
.newsList li a{display: block;padding:30px;overflow:hidden;}
.newsList li .font{width:75%;overflow:hidden;color:#333;padding-top:30px;padding-right:30px;}
.newsList li .date{width:110px;height:110px;background:#2b2b2b;color:#fff;padding-left:20px;font-size:20px;font-family:'Arial';position:relative;margin-right:40px;transition:all 0.4s;}
.newsList li .date span{display:block;opacity:.8;padding-top:35px;font-size:14px;}
.newsList li .date:after{position:absolute;content:"";width:50px;left:60px;background:#555;height:1px;top:10px;width:0;transition:all 0.3s;}
.newsList li h4{font-size:16px;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsList li  .txt{color:#666;}
.newsList li .pImg{width:260px;height:165px;overflow:hidden;padding-top:0;}
.newsList li:hover .date{margin-right:60px;}
.newsList li:hover .date:after{width:80%;}
.newsList li:hover h4,.newsTop li:hover h3{color:#019c32;}
.newsList li:hover img{transform:scale(1.1);}
.newsList li:hover{box-shadow:0 5px 10px #eee;}

/* 新闻详情 */
.picShow_l{width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon p{text-indent: 2em;
    font-size: 16px;
    line-height: 1.76;}
.showCon a{
    font-weight: 600;
    color: #00a52f;
}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:27%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #05ae3a;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#05ae3a;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.showPage{height:60px;line-height:60px;border:1px solid #bbb;overflow:hidden;}
.showPage a{float:left;width:40%;padding:0 10px;}
.showPage a i{font-style:normal;margin-right:10px;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(2) i{margin-left:10px;margin-right:0;}
.showPage a:nth-child(3){width:20%;text-align:center;border-left:1px solid #bbb;border-right:1px solid #bbb;}
.showPage a:hover{background:#05ae3a;color:#fff;}
.side_phone{margin-top:30px;color:#333;}
.side_phone h4{margin-top:15px;background: url('../images/p_icon.png') no-repeat left center;padding-left:45px;margin-left:40px;line-height:1.2;overflow:hidden;font-size:13px;margin-bottom: 15px;color:#666;padding-top:10px;}
.side_phone h4 span{display:block;font-size:28px;font-family:Arial;color:#333;margin-top:5px;}
.side_phone img{border:1px solid #d2d2d2;float:left;margin-right:30px;}

/* 关于我们 */
.aboutBox1 .font{
    overflow-y: auto;
    max-height: 450px;
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 30px;
}
.culture{background:#ececec;}
.culture li{float:left;background:#fff;padding:25px;width:31.3%;margin:0 1%;}
.culture li .pImg{padding-top:40%;}
.culture li h4{font-size:20px;color:#222;margin-bottom:15px;padding-bottom:10px;font-weight:normal;margin-top:15px;position:relative;}
.culture li h4 span{display:block;font-size:12px;font-family:Arial;color:#999;}
.culture li:hover img{transform: scale(1.1);}
.culture li h4 span:after{content:"";position:absolute;width:14px;height:1px;background:#05ae3a;bottom:0;left:0;transition:all .3s;}

.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #05ae3a;}
.honorSlide li{width:11.2%;text-align:center;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding-bottom:10px;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#05ae3a;}
.honorSlide .btn{width:40px;height:40px;background:#05ae3a;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #05ae3a;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}

.album {border-top: 1px solid #ddd;}
.album ul{position:relative;margin-right:-10px;overflow:hidden;}
.album li{float:left;width:25%;padding-right:10px;margin-bottom:10px;}
 
.album li .pImg{padding-top:72.4%;;}
.album li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p,.settingSlide li p{bottom:0;}

.partner{background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment: fixed;}
.partner li{float:left;width:14.2%;/*border:1px solid #d9d9d9;*/margin-left:-2px;margin-top:-2px;position: relative;transition:all .5s;}
.partner li .pImg{padding-top:62%;}
 .partner .hTitle {
    font-size: 2rem;
    color: #025620;
    font-weight: 600;
}
 .hTitle1 {
    font-size: 2rem;
    color: #025620;
    font-weight: 600;
}
.partner li a:hover img{filter:none;-webkit-filter:none;-ms-filter:none; -o-filter:none;transform: scale(1.1);}
/*.partner li a:hover{box-shadow:0 0 8px #ccc;z-index:2;}*/
.pMore{width:260px;height:50px;background:#05ae3a;margin:0 auto;color:#fff;line-height:50px;text-align:center;box-shadow:0 5px 6px #ffb2af;margin-left:-130px;display:block;margin:0 auto;margin-top:50px;}
.pMore i{font-style:normal;margin-left:15px;}
.pMore:hover{color:#fff;width:360px;}


/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:70%;border:1px solid #e1e1e1;}
.honorList li {width:20%;}
.honorList li .pImg{padding-top:120%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#05ae3a;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}

/* 售后服务 */
.serviceMain{margin-top:60px;padding-left:340px;position:relative;}
.serviceImg{height:240px;}
.serviceMain .tie{float:left;margin-left:-340px;font-size:1.714em;color:#333;}
.serviceMain::after{content:"";position:absolute;left:250px;height:100%;width:1px;background:#ccc;top:0;}
.serviceMain li{padding-left:35px;margin-bottom:50px;line-height:1.8;}
.serviceMain li h5{margin-bottom:20px;color:#191919;font-size:1.571em;}
.serviceMain li h5 i{float:left;margin-left:-40px;background:#05ae3a;width:24px;height:24px;border-radius:100%;color:#fff;display:inline-block;font-style:normal;font-size:14px;text-align:center;line-height:24px;font-family:Arial;}
.serviceMain li:last-child{margin-bottom:0;}

/* 常见问题 */
.faq{background:#efefef;}
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#05ae3a;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#05ae3a;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}

/* 下载中心 */
.downL{background: url('../images/down_tie.jpg') no-repeat;background-size:cover;height:550px;width:22.5%;color:#fff;padding:4%;}
.downL .hTitle{color:#fff;}
.downL .hTitle span{margin-top:15px;}
.downL h4{margin-top:150px;}
.downL .tel span{display:block;color:#fff;font-size:1.857em;font-family:Arial;margin-bottom:20px;}
.downL .tel{color:#aeaeae;}
.downL h5.tel  span{font-size:1.429em;}
.downR{width:75%;}
.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:3% 4%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e624";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-5px}
.downList li a:hover{background:#05ae3a;color:#fff;}
.downList li a:hover span{color:#fff;}

/* 客户案例 */
.caseList ul{margin-right:-30px;}
.caseList li{float:left;width:25%;padding-right:30px;margin-bottom:40px;}
.caseList li .pImg{padding-top:70%;}
.caseList li .txt{padding:15px 0;transition:all .4s;position:relative;height:130px;overflow:hidden;border-bottom: 1px solid #ddd;}
.caseList li .txt::after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:#05ae3a;z-index:-1;transition:all .5s;transform: translateY(100%);}
.caseList li h4{font-size:1.375em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:8px;}
.caseList li a:hover img,.caseSlide li:hover .bgImg{transform: scale(1.08);}
.caseList li a:hover .txt{padding:15px;color:#fff;}
.caseList li a:hover h4{color:#fff;}
.caseList li a:hover .txt::after{transform: translateY(0);}
.picShow{max-width:1400px;margin:0 auto;}


/* 联系我们 */
.mb60{overflow: hidden;margin-bottom:60px;}
.contactBox1{border-top: 1px solid #d9d9d9;padding-top:50px;}
.cTie{font-size:2.143em;color:#191919;margin-bottom:20px;} 
.contactBox1 ul{background:#efefef;overflow:hidden;}
.contactBox1 li{float:left;width:25%;border-right:1px solid #d9d9d9;min-height:180px;padding:3% 2% 1% 4%;font-size:1.125em;}
.contactBox1 li span{display: block;position:relative;margin-bottom:10px;}
.contactBox1 li span::after{content:"\e6ee";position:absolute;left:-30px;font-family:"iconfont";font-size:1.125rem;}
.contactBox1 li:nth-child(2) span::after{content:"\e60b";}
.contactBox1 li:nth-child(3) span::after{content:"\e60b";}
.contactBox1 li:nth-child(4) span::after{content:"\e646";}
.contactBox1 li:nth-child(5) span::after{content:"\e646";}
.contactBox1 li:nth-child(6) span::after{content:"\e646";}
.contactBox1 li:nth-child(7) span::after{content:"\e646";}
.contactBox1 li strong{display:block;font-size:1.714em;color:#333;}
.contactBox1 li:last-child{border-right:none;}
.contactBox1 .font{overflow: hidden;margin-top:30px;font-size:.875em;}
.contactBox1 .cLogo{width:26%;}
.contactBox1 .txt{width:70%;border-Left: 1px solid #ddd;line-height:2;min-height:120px;padding-left:40px;}
.contactBox2 ul{padding-left:1px;}
.contactBox2 li{float:left; width:33.3%;padding:2.5%;border:1px solid #d9d9d9;margin-top:-1px;min-height:200px;margin-left:-1px;}
.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;}
#dituContent{width:100%;height:560px;}

/* 在线留言*/
.feedback{background:#efefef;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:14px;}
.feedback .sub{background: #05ae3a;width: 30%;cursor: pointer;transition: all .3s;color: #fff;}
.feedback .sub:hover{background:#b30700;}

/*友情链接*/
.f_link li{display:inline-flex;padding:5px;}