@charset "utf-8";

@font-face{
    font-family: 'RobotoBoldCondensed';
    src: url('../fonts/RobotoBoldCondensed.eot');
    src: url('../fonts/RobotoBoldCondensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoBoldCondensed.woff2') format('woff2'),
    url('../fonts/RobotoBoldCondensed.woff') format('woff'),
    url('../fonts/RobotoBoldCondensed.ttf') format('truetype'),
    url('../fonts/RobotoBoldCondensed.svg#NeuesBauenDemo') format('svg');
    font-weight:normal;
    font-style:normal
}
.font1{font-family: 'RobotoBoldCondensed';}

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 '微软雅黑';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #000000; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #009233; text-decoration: none; transition-duration: 1s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; border: 0; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;font-weight: 100; background: #fff;}
::-webkit-input-placeholder{opacity: 1;}::-moz-placeholder{opacity: 1;}:-ms-input-placeholder{opacity: 1;}
@media(min-width: 1600px){.container{width: 1600px;padding: 0;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a{background:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a.curpage{background:#009233;}
.mc_pager a:nth-child(3),.mc_pager a:nth-last-child(2){width:50px;font-size: 0;}
.mc_pager a:nth-child(3):before{content:'◀';font-size:14px;}
.mc_pager a:nth-last-child(2):before{content:'▶';font-size:14px;}
.mc_pager .pageinfo,.mc_pager .homepage,.mc_pager .endpage{display:none;}
/*end 分页*/

/*二维码显示*/
.pro2wm{display:inline-block;position:relative;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:1s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:1s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:120px;padding:5px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-45px;z-index:999;transition-duration:1s;}
.pro2wm:hover .wxewm{opacity:1;width:120px;padding:5px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow{
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}
a:hover .grow{
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow{
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:before{
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:hover{
    transform: translateY(-5px);
}
.float-shadow:hover:before{
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
.fadeIn{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .headerbj{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#header .headerbj .headlogo{
    height: 90px;
    padding: 15px 0;
}
#header .headerbj .headlogo img{
    height: 100%;
}
#header .headerbj .headlang{
    font-size: 20px;
    line-height: 90px;
}
#header .headerbj .headnav{
    display: block;
}
#header .headerbj .headnav > ul > li{
    margin-right: 50px;
}
#header .headerbj .headnav > ul > li .overflow{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}
#header .headerbj .headnav > ul > li .overflow:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #009233;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0,1);
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li.hover .overflow:before,
#header .headerbj .headnav > ul > li:hover .overflow:before{
    transform: scale(1,1);
}
#header .headerbj .headnav > ul > li .overflow a{
    display: block;
    color: #323232;
    font-size: 20px;
    position: relative;
    top: -50px;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li.hover .overflow a,
#header .headerbj .headnav > ul > li:hover .overflow a{
    color: #009233;
    top: 0;
}
#header .headerbj .headnav > ul > li .headnavlist{
    width: 100%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li:hover .headnavlist{
    max-height: 300px;
}
#header .headerbj .headnav > ul > li .headnavlist ul{
    max-width: 1200px;
    margin: auto;
    padding: 15px 30px;
    text-align: right;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li{
    display: inline-block;
    margin: 15px 0 15px 70px;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li:nth-child(1){
    margin-left: 0;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a{
    display: block;
    color: #323232;
    font-size: 18px;
    line-height: 38px;
    border-bottom: 2px solid transparent;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a.hover,
#header .headerbj .headnav > ul > li .headnavlist ul > li a:hover{
    color: #009233;
    border-bottom: 2px solid #009233;
}
#header .headerbj.inheaderbj{
    background: none;
    box-shadow: none;
    transition-duration: 1s;
}
#header.height .headerbj.inheaderbj{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#header .headerbj.inheaderbj .headlang{
    color: #fff;
}
#header.height .headerbj.inheaderbj .headlang{
    color: #323232;
}
#header .headerbj.inheaderbj .headnav > ul > li .overflow a{
    color: #fff;
}
#header.height .headerbj.inheaderbj .headnav > ul > li .overflow a{
    color: #323232;
}
#header .headerbj.inheaderbj .headlogo img:nth-child(1){
    display: none;
}
#header.height .headerbj.inheaderbj .headlogo img:nth-child(1){
    display: block;
}
#header.height .headerbj.inheaderbj .headlogo img:nth-child(2){
    display: none;
}
/*header*/

/*mcbanner*/
#mcbanner{
    position: relative;
    z-index: 1;
}
#mcbanner .indexbanner .swiper-pagination{
    bottom: 30px;
}
#mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}
#mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: transparent;
    border: 2px solid #fff;
}
#mcbanner .indexbanner .swiper-button-prev,
#mcbanner .indexbanner .swiper-button-next{
    width: 50px;
    height: 50px;
    color: #fff;
    font: 25px/50px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
}
#mcbanner .indexbanner .swiper-button-prev{
    left: 5%;
}
#mcbanner .indexbanner .swiper-button-next{
    right: 5%;
}
/*mcbanner*/

/*index*/
.more{
    display: inline-block;
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #009233;
}
.more:before{
    content: '';
    width: 180%;
    height: 100%;
    background: #009233;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -200%;
    transition-duration: 1s;
}
.more:hover:before,
a:hover .more:before{
    left: -40%;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    position: relative;
    z-index: 2;
}

.inabout{
    text-align: center;
    padding: 70px 0 40px;
    overflow: hidden;
}
.inabout .container{
    max-width: 1200px;
}
.inabout .inabout1{
    color: #009233;
    font-size: 42px;
    padding-bottom: 30px;
    position: relative;
}
.inabout .inabout1:before{
    content: '';
    width: 100px;
    height: 3px;
    background: #009233;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
.inabout .inabout2{
    color: #b6b6b6;
    font-size: 16px;
    line-height: 38px;
    margin: 40px 0 50px;
}
.inabout .countup ul li{
    width: 25%;
    border-left: 1px solid #eeeeee;
}
.inabout .countup ul li:nth-child(1){
    border: 0;
}
.inabout .countup ul li .shuzi{
    color: #7d7d7d;
    font-size: 48px;
}
.inabout .countup ul li:hover .shuzi{
    color: #009233;
}
.inabout .countup ul li .shuzi sup{
    font-size: 14px;
    position: relative;
    top: -14px;
}
.inabout .countup ul li .countupname{
    color: #a6a6a6;
    font-size: 18px;
    padding-top: 10px;
}
.innews{
    padding: 0 0 50px;
    overflow: hidden;
}
.innews ul li{
    width: 32%;
    margin: 30px 2% 0 0;
}
.innews ul li:nth-child(3n){
    margin-right: 0;
}
.innews ul li a{
    display: block;
}
.innews ul li a .thumb{
    overflow: hidden;
}
.innews ul li a .thumb img{
    width: 100%;
}
.innews ul li a .title{
    color: #787878;
    font-size: 22px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .title{
    color: #009233;
}
.innews ul li a .description{
    color: #9a9a9a;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innews ul li a .newsmore{
    color: #9a9a9a;
    text-decoration: underline;
    margin-top: 20px;
}
.innews ul li a:hover .newsmore{
    color: #009233;
}
.incolumn{
    background: #f7f7f7;
    padding: 140px 0 70px;
    overflow: hidden;
}
.incolumn .container{
    max-width: 960px;
}
.incolumn .swiper-container{
    padding-bottom: 70px;
    overflow: unset;
}
.incolumn .swiper-pagination .swiper-pagination-bullet-active{
    background: #009233;
}
.incolumn .swiper-slide{
    opacity: .4;
}
.incolumn .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.incolumn .swiper-slide a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.incolumn .swiper-slide a .thumb{
    width: 460px;
    overflow: hidden;
}
.incolumn .swiper-slide a .columntit{
    width: calc(100% - 460px);
    padding: 60px 0 0 30px;
}
.incolumn .swiper-slide a .columntit .title1{
    color: #009233;
    font-size: 22px;
}
.incolumn .swiper-slide a .columntit .title2{
    color: #c7c7c7;
    font-size: 18px;
    padding: 15px 0 30px;
}
.incolumn .swiper-slide a .columntit .title3{
    color: #6f6f6f;
    font-size: 17px;
    line-height: 36px;
}
.incolumn .swiper-slide a .columntit .title4{
    color: #909090;
    font-size: 15px;
    padding-top: 30px;
}
.incolumn .swiper-slide a:hover .columntit .title4{
    color: #009233;
}
.inbest{
    background: url(../img/inbestbj.jpg) center / cover no-repeat;
    overflow: hidden;
}
.inbest .inbesttitle{
    color: #fff;
    font-size: 75px;
    text-align: center;
    padding: 180px 0;
}
.inpro{
    background: #f9f9f9;
    padding: 70px 0 100px;
    overflow: hidden;
}
.inpro .inprotit1{
    color: #e5e5e5;
    font-size: 58px;
    text-align: center;
}
.inpro .inprotit2{
    color: #b8b8b8;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}
.inpro ul li{
    width: 23.5%;
    margin: 30px 2% 0 0;
}
.inpro ul li:nth-child(4n){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.inpro ul li a .thumb{
    overflow: hidden;
    position: relative;
}
.inpro ul li a .thumb .proshui{
    position: absolute;
    top: 0;
    left: 0;
}
.inpro ul li a .proname1{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition-duration: 1s;
}
.inpro ul li a:hover .proname1{
    transform: scale(1);
}
.inpro ul li a .proname2{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inpro ul li a .title{
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li a .name{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*index*/

/*footer*/
#footer{
    position: relative;
    z-index: 3;
}
#footer .footcon{
    border-top: 1px solid #f2f2f2;
    padding: 50px 0;
    overflow: hidden;
}
#footer .footcon .foot2wm{
    width: 160px;
}
#footer .footcon .footnav{
    width: 30%;
    padding-left: 3%;
}
#footer .footcon .footnav .namemark{
    color: #1c1c1c;
    font-size: 18px;
    border-left: 2px solid #009233;
    padding-left: 18px;
    margin-bottom: 20px;
}
#footer .footcon .footnav dl{
    width: 33.33%;
    padding-left: 20px;
}
#footer .footcon .footnav dl a{
    color: #848484;
    font-size: 15px;
    line-height: 35px;
}
#footer .footcon .footnav dl a:hover{
    color: #009233;
}
#footer .footcon .footnav2{
    width: 25%;
    padding-left: 3%;
    border-right: 1px solid #f1f1f1;
}
#footer .footcon .footnav2 .namemark{
    color: #1c1c1c;
    font-size: 18px;
    border-left: 2px solid #009233;
    padding-left: 18px;
    margin-bottom: 20px;
}
#footer .footcon .footnav2 dl{
    width: 50%;
    padding-left: 20px;
}
#footer .footcon .footnav2 dl a{
    color: #848484;
    font-size: 15px;
    line-height: 35px;
}
#footer .footcon .footnav2 dl a:hover{
    color: #009233;
}
#footer .footcon .footfeed{
    width: calc(45% - 160px);
    padding-left: 8%;
}
#footer .footcon .footfeed .namemark{
    color: #717171;
    font-size: 15px;
}
#footer .footcon .footfeed form{
    overflow: hidden;
    padding: 15px 0 30px;
}
#footer .footcon .footfeed form .feedinput{
    width: calc(100% - 130px);
    height: 40px;
    color: #ccc;
    padding: 0 10px;
    outline: 0;
    border: 1px solid #f1f0ee;
}
#footer .footcon .footfeed form .feedsubmit{
    width: 130px;
    height: 40px;
    color: #fff;
    background: #807c77;
    outline: 0;
    border: 0;
}
#footer .footcon .footgzwm{
    width: 150px;
}
#footer .footcon .footgzwm .title{
    color: #676767;
    font-size: 16px;
    padding-bottom: 20px;
}
#footer .footcon .footgzwm a{
    display: inline-block;
    padding-right: 10px;
}
#footer .footcon .footgzwm .pro2wm .wxewm{
    left: 49px;
}
#footer .footcon .footlxwm{
    width: calc(100% - 150px);
}
#footer .footcon .footlxwm .title{
    color: #676767;
    font-size: 16px;
    padding-bottom: 20px;
}
#footer .footcon .footlxwm p{
    color: #807c77;
    line-height: 25px;
}
#footer .foottail{
    background: #009233;
    padding: 10px 0;
}
#footer .foottail .footright{
    color: #fff;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #fff;
}
#footer .foottail .footright a:hover{
    color: #fff;
}
#footer .foottail .footbanquan{
    position: relative;
    left: 0;
}
#footer .foottail .footbanquan:hover{
    left: -5px;
}
/*footer*/

/*product*/
.product{
    background: #f9f9f9;
    overflow: hidden;
}
.product .producttitle{
    position: relative;
    overflow: hidden;
}
.product .producttitle .protit1{
    padding: 80px 50px 0 0;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}
.product .producttitle .protit1 .protit11{
    color: #383838;
    font-size: 20px;
    letter-spacing: 7px;
    padding-bottom: 10px;
}
.product .producttitle .protit1 .protit12{
    color: #292420;
    font-size: 66px;
    line-height: 77px;
}
.product .producttitle .protit2{
    color: #a5a5a5;
    font-size: 18px;
    padding: 140px 0 0 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}
.product .producttitle:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: 150px;
    left: 0;
}
.product .pronav{
    width: 260px;
    margin: 30px 0;
}
.product .pronav a{
    display: table;
    color: #454545;
    font-size: 18px;
    line-height: 50px;
    position: relative;
}
.product .pronav a:hover,
.product .pronav a.hover{
    color: #009233;
}
.product .pronav a:before{
    content: '→';
    opacity: 0;
    position: absolute;
    top: 0;
    left: -30px;
}
.product .pronav a:hover:before,
.product .pronav a.hover:before{
    opacity: 1;
}
.product .prolist{
    width: calc(100% - 260px);
    padding: 0;
    overflow: unset;
}
/*showproduct*/
.showproduct{
    width: calc(100% - 260px);
    max-width: 1100px;
}
/*<!--第一部分-->*/
.showproduct .proone{  padding: 30px 0 50px;  }
.showproduct .proone .proimgurl{  width: 430px;  margin: auto;  }
.showproduct .proone .prodisplayimg{  width: 90px;  margin-left: 20px;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 600px);  }
.showproduct .proone .proonefr .proonename{  color: #161920;  font-size: 36px;  padding: 20px 0;  }
.showproduct .proone .proonefr .proonetitle{  color: #161920;  font-size: 28px;  }
.showproduct .proone .proonefr .content{  color: #1c1c1c;  font-size: 24px;  line-height: 38px;  padding-top: 50px;  }
.showproduct .proone .proonefr .content p br{  display: none;  }
.showproduct .proone .proonefr .prooneshare{  padding-top: 50px;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #fff;  font-size: 15px;  background: #919191;  width: 44px;  line-height: 44px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin: 0 5px 5px 0;  }
.showproduct .proone .proonefr .prooneshare a.procon{  width: 150px;  background: #009233;  }
.showproduct .proone .proonefr .prooneshare a.procon i{  width: 50px;  font-size: 18px;  line-height: 44px;  background: #15a742;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  top: 15px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  top: 18px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm{  left: auto;  right: 54px;  bottom: -30px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }
/*<!--第二部分-->*/
.showproduct .protwo{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    overflow: hidden;
}
.showproduct .protwo a{
    width: 10.22%;
    margin-right: 1%;
}
.showproduct .protwo a:nth-child(9){
    margin-right: 0;
}
.showproduct .protwo a .thumb{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.showproduct .protwo a .thumb .proshui{
    position: absolute;
    top: 0;
    left: 0;
}
/*<!--第三部分-->*/
.showproduct .prothree{
    padding: 50px 0;
}
.showproduct .prothree ul li{
    width: 24.25%;
    margin-right: 1%;
}
.showproduct .prothree ul li:nth-child(4){
    margin-right: 0;
}
.showproduct .prothree ul li img{
    width: 100%;
}
.showproduct .prothree .content{
    color: #1c1c1c;
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 30px;
}
.showproduct .prothree .content p br{
    display: none;
}
/*product*/

/*news*/
.news{
    background: #f9f9f9;
    overflow: hidden;
}
.news .newsname{
    color: #787878;
    font-size: 30px;
    padding: 60px 0 30px;
}
.news .newsnav{
    padding: 60px 0 30px;
}
.news .newsnav a{
    display: inline-block;
    color: #787878;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 2px solid transparent;
    margin-left: 50px;
}
.news .newsnav a:hover,
.news .newsnav a.hover{
    color: #009233;
    border-bottom: 2px solid #009233;
}
.news .newslist{
    padding: 0;
    overflow: unset;
}
/*shownews*/
.shownews{
    padding-top: 30px;
}
.shownews .title{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.shownews .time{
    color: #888;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.shownews .content{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #333;
    padding: 30px 0 50px;
    border-top: 1px solid #ccc;
}
.shownews .detailpage p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shownews .detailpage p a{
    color: #333;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #009233;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more2{
    color: #fff;
    background: #009233;
    border-radius: 5px;
    padding: 15px 30px;
}
/*news*/

/*about*/
.about{
    overflow: hidden;
}
.about .content{
    color: #414141;
    font-size: 18px;
    line-height: 48px;
    padding: 50px 0;
}
.about .content h1{
    color: #414141;
    font-size: 42px;
    font-weight: 100;
}
.about .content h2{
    color: #414141;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 5px;
    padding: 20px 0 40px;
}
.about .content ul li{
    float: left;
    width: 24.25%;
    margin: 1% 1% 0 0;
}
.about .content ul li:nth-child(4n){
    margin-right: 0;
}
.about .content ul li img{
    width: 100%;
}
.about .inabout{
    border-top: 1px solid #f2f2f3;
    padding: 50px 0;
}
.about .inabout .container{
    max-width: 1600px;
}
.about .aboutjzg{
    background: #fafafa;
    padding: 50px 0;
}
.about .aboutjzg .aboutjzgfl{
    width: 450px;
    background: #fff;
    padding: 30px;
}
.about .aboutjzg .aboutjzgfl .aboutjzgfltit{
    color: #262626;
    font-size: 20px;
    line-height: 30px;
    padding: 30px 0;
}
.about .aboutjzg .aboutjzgfl .aboutjzgflimg{
    padding-bottom: 30px;
}
.about .aboutjzg .aboutjzgfl p{
    color: #3f3f3f;
    font-size: 15px;
    line-height: 35px;
}
.about .aboutjzg .aboutjzgfr{
    width: calc(97% - 450px);
    margin-left: 3%;
    background: #fff;
    padding: 30px 50px;
}
.about .aboutjzg .aboutjzgfr .aboutjzgfrtit{
    color: #262626;
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
}
.about .aboutzs{
    padding: 30px 0;
}
.about .aboutzs ul li{
    width: 18.4%;
    margin-right: 2%;
}
.about .aboutzs ul li:nth-child(5){
    margin-right: 0;
}
.about .aboutzs ul li img{
    width: 100%;
}
/*about*/

/*contact*/
.contact{
    padding: 50px 0;
    overflow: hidden;
}
.contact .webname{
    color: #414141;
    font-size: 42px;
    font-weight: 100;
    text-align: center;
}
.contact .conadd{
    color: #414141;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    letter-spacing: 5px;
    padding: 20px 0;
}
.contact .conulli li{
    width: 32%;
    margin: 2% 2% 0 0;
    padding-top: 30px;
    min-height: 220px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
.contact .conulli li:nth-child(3n){
    margin-right: 0;
}
.contact .conulli li img{
    margin: 30px auto;
}
.contact .conulli li p{
    color: #414141;
    font-size: 20px;
    line-height: 30px;
}
.contact .conulli li.con2wm img{
    display: inline-block;
    width: 160px;
    margin: 0 5px;
}
.contact .confeed{
    padding: 50px 0;
}
.contact .confeed .confeedtitle{
    color: #3b3b3b;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
}
.contact .confeed .confeedtitle p{
    display: table;
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}
.contact .confeed .ftype_input{
    padding: 30px 0 15px;
    overflow: hidden;
}
.contact .confeed .ftype_input input{
    width: 32%;
    margin-right: 2%;
    color: #797979;
    height: 45px;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.contact .confeed .ftype_input input:nth-child(3n){
    margin-right: 0;
}
.contact .confeed .ftype_textarea textarea{
    width: 100%;
    margin-bottom: 15px;
    color: #797979;
    height: 90px;
    line-height: 30px;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.contact .confeed .ftype_code{
    width: 32%;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.contact .confeed .ftype_code input{
    width: 100%;
    color: #797979;
    height: 45px;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.contact .confeed .ftype_code .codeimg{
    position: absolute;
    top: 5px;
    right: 5px;
}
.contact .confeed .submit{
    width: 150px;
    height: 50px;
    color: #fff;
    background: #009233;
    border-radius: 50px;
    outline: 0;
    border: 0;
}
/*contact*/
@media (max-width: 1600px){
    #footer .footcon .footfeed{
        padding-left: 5%;
    }
    #footer .footcon .footgzwm{
        display: none;
    }
    #footer .footcon .footlxwm{
        width: 100%;
    }
}
@media (max-width: 1440px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
    #header .headerbj .headnav > ul > li{
        margin-right: 30px;
    }
    #footer .footcon .footnav{
        width: calc(70% - 160px);
    }
    #footer .footcon .footnav2{
        width: 30%;
        border: 0;
    }
    #footer .footcon .footfeed{
        display: none;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
    .showproduct .proone .proonefr{
        width: 100%;
        padding-top: 30px;
    }
    .contact .conulli li.con2wm img{
        width: 120px;
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 12px 6px 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #009233;  }
#header .menubutton .menuicon.top{ animation:icon01 linear infinite 2s; }
#header .menubutton .menuicon.middle{ animation:icon02 linear infinite 2s; }
#header .menubutton .menuicon.bottom{ animation:icon03 linear infinite 2s; }
@keyframes icon01{ 0%{ width:100%;} 25%{ width:25%;} 100%{ width:100%;} }
@keyframes icon02{ 0%{ width:100%;} 50%{ width:25%;} 100%{ width:100%;} }
@keyframes icon03{ 0%{ width:100%;} 75%{ width:25%;} 100%{ width:100%;} }
/*导航*/
.menumain{  display: none;  background: #009233;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 1000;  opacity: 1!important;  }
.menumain .menubox{  margin: 50px 5% 80px;  padding: 1px 0;  }
.menumain .menubox .menunav{  overflow: hidden;  }
.menumain .menubox .menunav .menuone a{  display: block;  color: #fff;  font-size: 16px;  line-height: 20px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid rgba(255, 255, 255, .2);  }
.menumain .menubox .menunav .menuone .menutwo{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo.bai{  width: 100%;  }
.menumain .menubox .menunav .menuone .menutwo:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: rgba(255, 255, 255, .5);  font-size: 15px;  margin: 30px 20px 0 5px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: rgba(255, 255, 255, .5);  font-size: 14px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #fff !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  overflow: hidden;  }
.menumain .menubox .lang a{  float: left;  width: 48%;  height: 40px;  line-height: 40px;  border: 1px solid rgba(255, 255, 255, .2);  margin: 2% 1%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  width: 25px;  margin-right: 10px;  position: relative;  top: -2px;  }
.menumain .menubox .lang a span{  display: inline-block;  color: #fff;  font-size: 15px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #009233;  border-top: 1px solid rgba(255, 255, 255, .2);  position: fixed;  left: 0;  bottom: 0;  z-index: 1001;  }
#mobtool ul li{  float: left;  width: 20%;  text-align: center;  border-left: 1px solid rgba(255, 255, 255, .2);  box-sizing: border-box;  }
#mobtool ul li:nth-child(1){  border: none;  }
#mobtool ul li a.menubutton{  background: rgba(255, 255, 255, .2);  }
#mobtool ul li a{  display: block;  width: 100%;  height: 50px;  color: #fff;  padding-top: 10px;  }
#mobtool ul li a p{  height: 25px;  line-height: 25px;  overflow: hidden;  font-size: 12px;  text-transform: uppercase;  }
/*ios下载到桌面*/
.u-layer-ath{display: none;background:url(/michuanimg/ath.png) no-repeat;z-index:99999999;width:200px;height:75px;position:fixed;bottom:0;left:50%;margin-left:-100px;background-size:contain;transform:translate3D(0,0,0);transition:2s all;perspective:400px;}
.u-layer-ath.u-ani-ath{transform:rotateY(360deg) translateZ(100px);}
.u-layer-ath .ath_addhome{position:absolute;left:0;top:0;width:140px;height:60px;}
.u-layer-ath .ath_close{position:absolute;right:0;top:0;width:30px;height:30px;}
/*list分类*/
#sortpro{  height: 40px;  line-height: 40px;  text-align: center;  background: #fff;  border-bottom: 1px solid #009233;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #009233;  }
#sortpro .sortpro_right{  float: right;  width: 35%;  color: #000;  font-size: 14px;  }
#sort_content{  width: 100%;  height: 100%;  overflow: hidden;  background: #eee;  position: fixed;  top: 0;  left: 0;  z-index: 10001;  -webkit-transform: translate3d(0px, 100%, 0px);  -moz-transform: translate3d(0px, 100%, 0px);  transform: translate3d(0px, 100%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)  }
#sort_content.show{  -webkit-transform: translate3d(0px, 0%, 0px);  -moz-transform: translate3d(0px, 0%, 0px);  transform: translate3d(0px, 0%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)  }
#sort_content .asort{  height: 100%;  }
.asort .hd{  height: 60px;  background: #009233;  }
.asort .hd .fl{  color: #fff;  font-size: 18px;  line-height: 60px;  padding: 0 20px;  }
.asort .hd .fr{  width: 30px;  height: 30px;  margin: 15px;  background: url(../showproduct/proclose.jpg);  background-size: cover;  }
.asort .ct{  height: calc(100% - 60px);  padding: 2%;  overflow: auto;  }
.asort .ct ul{  background: #fff;  border-top: 1px solid #eee;  }
.asort .ct ul li{  padding: 0 15px;  border-bottom: 1px solid #eee;  }
.asort .ct ul li a{  display: block;  }
.asort .ct ul li a p{  display: inline-block;  width: calc(100% - 30px);  height: 58px;  line-height: 58px;  overflow: hidden;  color: #333;  font-size: 14px;  text-align: left;  }
.asort .ct ul li a i{  float: right;  width: 15px;  height: 15px;  border: 3px solid #ddd;  background: #fff;  border-radius: 50%;  margin-top: 22px;  }
.asort .ct ul li a.hover i{  border: 3px solid #009233;  }
.asort .ct ul .navdown li{  padding: 0 20px;  border-bottom: 1px dotted #eee;  }
.asort .ct ul .navdown li a p{  display: block;  width: 100%;  height: 50px;  line-height: 50px;  color: #aaa;  }
.asort .ct ul li a.hover p{  color: #009233;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .mfp-zoom-out-cur, .mfp-wrap{  width: 100% !important;  height: 100% !important;  overflow: hidden;  }
    .mfp-wrap .mfp-arrow-left{  margin-left: -47%;  }
    .mfp-wrap .mfp-arrow-right{  margin-right: -47%;  }
    .pcweb{  display: none;  }
    .mobileweb{  display: block;  }
    /*index*/
    #header .headerbj.inheaderbj{
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    #header .headerbj .headlogo{
        height: 50px;
        padding: 5px;
    }
    #header .headerbj .headlogo img{
        display: none!important;
    }
    #header .headerbj .headlogo img:nth-child(1){
        display: block!important;
    }
    #header .headerbj .headlang,
    #header .headerbj .headnav{
        display: none;
    }
    #mcbanner{  margin-top: 50px;  }
    #mcbanner .indexbanner .swiper-pagination{  bottom: 10px;  }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{  width: 10px;  height: 10px;  margin: 0 5px;  }

    .menumain .menubox .menunav .menuone:nth-child(2) .menuone_two{
        display: none;
    }
    .inabout{
        padding: 50px 0 0;
    }
    .inabout .countup ul li{
        width: 50%;
        margin-bottom: 50px;
    }
    .inabout .countup ul li:nth-child(3){
        border: 0;
    }
    .inabout .countup ul li .shuzi{
        font-size: 35px;
    }
    .innews ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .incolumn{
        padding: 50px 0;
    }
    .incolumn .swiper-slide a .thumb{
        width: 100%;
    }
    .incolumn .swiper-slide a .columntit{
        width: 100%;
        padding: 30px;
    }
    .inbest .inbesttitle{
        font-size: 30px;
        padding: 80px 0;
    }
    .inpro{
        padding: 50px 0;
    }
    .inpro .inprotit1{
        font-size: 38px;
    }
    .inpro ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    #footer .footcon{
        display: none;
    }
    #footer .foottail{  padding: 30px 0 80px;  text-align: center;  }
    #footer .foottail .footright{  width: 100%;  }
    #footer .foottail .footright a:nth-last-child(1){  display: block;  }
    #footer .foottail .footbanquan{  width: 100%;  }
    #footer .foottail .footbanquan img{  margin: 15px auto 0;  }

    .product .producttitle{
        display: none;
    }
    .product .pronav{
        display: none;
    }
    .product .prolist{
        width: 100%;
    }
    .showproduct{
        width: 100%;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{  display: none;  }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{  background: #009233;  }
    .showproduct .proone .proonefr .prooneshare .pro2wm:nth-child(5){  display: none;  }
    .showproduct .protwo{
        display: none;
    }
    .showproduct .prothree{
        padding: 0 0 50px;
    }
    .showproduct .prothree ul li{
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .showproduct .prothree ul li:nth-child(2n){
        margin-right: 0;
    }
    #message.show #center{  width: 90%;  top: 50px;  transform: translate(-50%, 0);  }
    #message #center #feedback{  padding: 20px 0 20px 20px;  margin-bottom: 50px;  }
    #message #center #feedback .pro{  width: calc(100% - 30px);  margin-bottom: 15px;  }
    #message #center #feedback dl{  width: 100%;  padding: 0 30px 15px 0;  }

    .news .newsname{
        display: none;
    }
    .news .newsnav{
        display: none;
    }
    .shownews .detailpage .more2{
        display: none;
    }
    .about .content h1{
        font-size: 30px;
    }
    .about .content ul li{
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .about .content ul li:nth-child(2n){
        margin-right: 0;
    }
    .about .inabout{
        padding: 50px 0 0;
    }
    .about .aboutjzg .aboutjzgfl{
        width: 100%;
        margin-bottom: 30px;
    }
    .about .aboutjzg .aboutjzgfr{
        width: 100%;
        padding: 30px;
        margin: 0;
    }
    .about .aboutzs{
        padding: 50px 0;
    }
    .about .aboutzs ul li{
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .about .aboutzs ul li:nth-child(2n){
        margin-right: 0;
    }
    .contact .webname{
        font-size: 30px;
    }
    .contact .conulli li{
        width: 100%;
        margin: 20px 0 0;
        padding: 30px 0;
        min-height: unset;
    }
    .contact .conulli li img{
        margin: 0 auto 30px;
    }
    .contact .confeed .ftype_input{
        padding: 15px 0;
    }
    .contact .confeed .ftype_input input{
        width: 100%;
        margin: 15px 0 0;
    }
    .contact .confeed .ftype_code{
        width: 100%;
    }
    .contact .conmap #map{
        height: 300px!important;
    }
}