@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; line-height:1.75; font-size: 16px; color: #333; line-height: 1.75;}
a,a:hover,a:active,a:visited,a:focus{color:#333; text-decoration: none;}
.bgcolor{ background-color: #3c9600;} /*主-背景色*/
/*返回顶部*/
#rollTop { position:fixed; z-index:9999; right:50px; bottom:10px; width:40px; height: 40px; border: 1px solid rgba(255,255,255,0.5);}
#rollTop a{ display: inline-block; width: 100%; height: 100%; background: url(../images/rollTop.png) no-repeat center; background-size: 50%;}
/*主体*/
.container{ width: 100%; max-width: 1500px; padding: 0 50px; }
.home{ position: relative; width: 100%; height: auto; overflow: hidden;}
.header{ position: relative; z-index: 1010; width: 100%; height: 80px; background:url(../images/h.jpg) no-repeat center #fff;}
.header .container{ height: 80px; display: flex; justify-content:space-between;display: -webkit-flex; -webkit-justify-content:space-between; }
.logo{ max-width: 240px; width: 40%;}
.logo img{ padding: 15px 30px; background: #3c9600;}
.nav{ width: 100%; max-width: 880px; min-width: 600px; padding: 0 50px; max-height: 80px; }
.nav ul{ display: flex; justify-content: space-between;}
.nav ul li{ position: relative; line-height: 80px;}
.nav ul li>a{ position: relative; display: inline-block; padding: 0 5px; line-height: 30px; font-size: 16px; }
.nav ul li .subnav{ position: absolute; top: 55px;left: 0; width: 150%; min-width:130px; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#3c9600 }
.nav ul li>a::before{  display: block; content: ""; position: absolute; width: 0; bottom: -5px; left: 0; height: 5px; background: #3c9600; transition: all 0.5s; }
.nav ul li:hover>a::before,.nav ul li.active>a::before{ width: 100%; }
.nav ul li:hover .subnav{max-height: 500px;}
.nav .subnav a{ display: block; float: left; box-sizing: border-box; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.2); color:#fff; line-height: 30px; font-size: 14px; padding: 5px 15px;transition: all 0.5s; }
.nav .subnav a:hover{ text-indent: 10px;}
.tel{ width:300px; min-width: 260px; height: 80px; display: flex; justify-content: flex-end; align-items: center; background: url(../images/1.png) no-repeat left #3c9600;}
.tel p{ line-height: 40px;height: 40px; color: #fff;}
.tel p a{ color: #fff; font-size: 24px;}
.code{ position: relative; width: 35px; height: 35px; margin-right: 15px;}
.code span.icon-code{ display: inline-block; width: 35px; height: 35px; background: url(../images/icon-code.png) no-repeat; background-size: 100% 100%; cursor: pointer;}
.code .code-img{ position: absolute; z-index: 999; bottom: 0; left: 0; width: 0; height: 0; opacity: 0; overflow: hidden; transition: all 0.5s;}
.code .code-img img{ width: 100%; height: 100%;}
.code:hover .code-img{opacity: 1; width: 120px; height: 120px; bottom: -130px; left: -40px;}
/*移动端导航样式*/
.menu-handler{overflow:hidden;width:60px;height:60px;cursor:pointer;position:absolute;right:0;top:0px;transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-webkit-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-moz-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);z-index:1012}
.menu-handler .burger{width:32px;height:5px;background:#eee;display:block;position:absolute;z-index:5;top:18px;left:50%;margin:0px 0px 0px -16px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:28px}
.menu-handler .burger-3{top:38px}
.menu-handler.active .burger-1{top:30px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);z-index:999;display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%;background:#3c9600;z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}
.navMobile{margin-top:60px; padding:30px 0;border-top: 1px solid rgba(255,255,255,0.3)}
.navMobile dd a{display:block;line-height:40px;color:#fff;font-weight:normal;font-size:18px;text-align: center;}
.navMobile dd p a.act{color:#fff}
.navMobile .mtnav a{padding:5px 30px;font-size:14px; border-bottom: 1px dotted #fff;}
.mtnav{background:rgba(0,0,0,.1);display:none}
.mtools{overflow:hidden;background:rgba(0,0,0,0.1);position:fixed;right:-100%;bottom:0;width:100%}
.mtools a{display:block;width:33.33%;text-align:center;float:left;padding-top:10px;height:60px;overflow:hidden;color:#fff; border-left: 1px solid rgba(255,255,255,0.1)}
.mtools .iconfont{font-size:20px}
.mtools p{display:inline-block;vertical-align:middle}
.mtools .weixin .ico{background-position:center -198px}
.mtools .sina .ico{background-position:center -378px}
.m-wx{ width: 100%;display: flex; justify-content: center; box-sizing: border-box;padding: 15px; margin: auto; border-top: 1px solid rgba(255,255,255,0.2);}
.m-wx img{ margin: auto; }
.mtools span{display:inline-block;width:100%;height:20px;line-height:20px;float:left}
.m-wx .codebox{ max-width: 40%;padding: 2%; text-align: center; line-height: 14px; color: #fff}
.mtools .iconfont{font-size:30px;display:inline-block;width:100%;height:20px;line-height:20px;float:left}
/*首页大图*/

#banner{ width: 100%; height: auto; overflow: hidden; position: relative; max-height: 100%}
#banner .swiper-container{width:100%;height:100%; position: initial;}
#banner .swiper-slide{position:relative; background: #fff; overflow: hidden;}
#banner .swiper-slide .vbox{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
#banner .swiper-slide .vbg{ position: absolute; top: 0;left: 0; width: 100%; height: 100%; background:url(../images/dot.png) repeat; opacity: 0.5;}
#banner .swiper-slide .vidbg{position:relative;z-index:9}
#banner .swiper-slide p{font-size:20px;letter-spacing:2px;font-weight:700;line-height:2}
#banner .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
#banner .swiper-slide-active img,#banner .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
#banner .swiper-pagination{ bottom: 20px; text-align:center;}
#banner .swiper-pagination-bullet{width:40px;height:40px; line-height: 35px; opacity:1;background:0 0;border:2px solid rgba(255,255,255,0.5);color: #fff; transition: all 0.5s;}
#banner .swiper-pagination-bullet-active{background:#3c9600; border: 2px solid #3c9600;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(60,150,0,0.3); text-align: center; color: #fff; line-height: 60px; width: 60px; height: 60px; font-weight: bold; font-size: 14px;}
#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover{ background: rgba(60,150,0,0.9);}

 /*首页*/
.wrapper{ width: 100%; height: auto; position: relative; z-index: 1;}
.s01,.s02,.s03,.s04,.s05,.s06{ width: 100%; height: auto; float: left; padding: 30px 0;}

.s01-box{ width: 100%; float: left;}
.s01-img{ margin-left: 300px; min-height: 1px;}
.s01-menu{ width: 240px; height: auto; overflow: hidden; background: #f5f5f5; float: left; margin-left: -100%; margin-top: -100px;}
.s01-menu .tit{ float: left; width: 100%; height: 400px; display: flex; justify-content: center; padding: 30px; box-sizing: border-box; background: url(../images/tbg1.png) no-repeat left #3c9600;}
.s01-menu .tit h3,.s01-menu .tit p{ color: #fff;writing-mode:tb-rl; line-height: 1;}
.s01-menu .tit h3{ font-size: 30px; letter-spacing: 5px;}
.s01-menu .tit p{ font-size: 45px; opacity: 0.3;}
.s01-menu .box{ float: left; padding: 30px;}
.s01-menu .box ul{ padding-bottom: 30px; height: auto; overflow: hidden;}
.s01-menu .box ul li{ width: 100%; height: 40px; line-height: 40px; float: left;}
.s01-menu .box ul li a{ display: inline-block; position: relative; width: 100%; padding-left: 20px; transition: all 0.5s; }
.s01-menu .box ul li:hover a{ background: #fff; color: #3c9600; text-indent: 1em;}
.s01-menu .box a::before{ content: "·"; font-size: 30px; line-height: 40px; color: #aaa; position: absolute; left: 10px;}
.s01-menu .box a.more{ width: 100%; text-align: center; display: inline-block; position: relative; padding-top: 50px;}
.s01-menu .box a.more::before{ content: "+"; color: #fff; text-align: center; font-size: 16px; line-height: 40px; position: absolute; left: 50%; top: 0; width: 40px; height: 40px; line-height: 40px; margin-left: -20px; background: #3c9600;}
.s01-menu .box a.more:hover{ color: #3c9600;}
.s01-menu .contact{ float: left;}
.s01-menu .contact h3{ background: #3c9600; padding:15px; color: #fff; font-weight: normal;}
.s01-menu .contact p{ line-height: 24px; padding: 15px; font-size: 14px;}
.s01-menu .contact img{ padding:15px; max-width: 150px;}
.s01-img ul li{ margin-bottom: 30px;}
.s01-img ul li a{ display: block; position: relative;}
.s01-img ul li .txt{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; transition: all 0.5s; background: rgba(0,0,0,.5); color: #fff; font-size: 16px;  text-align: center;}
.s01-img ul li:hover .txt{ background: rgba(60,150,0,0.9);} 

.s02-ad{ width: 100%; height: 240px; background: url(../images/adbg.png) no-repeat center #3c9600; background-size: 100%;}
.s02-ad .container{ display: flex; justify-content: space-between; align-items:center;}
.s02-ad .tit{ width: 100%;}
.s02-ad .img{ min-width: 672px;}
.s02-ad img{ max-height: 240px; padding-top: 30px;}
.s02-ad .tit h1{ font-size: 50px; color: #fff; opacity: 0.3; }
.s02-ad .tit h3{ position: relative; font-size: 30px; color: #fff; letter-spacing: 5px; padding-bottom: 15px;}
.s02-ad .tit h3::after{ content: ""; display: block; position: absolute; left:0; bottom: 0; width: 30px; height: 3px; background: #fff;}
.s02-ad .tit p{ color: #fff; font-size: 18px;}
.s02-box ul li{ margin-top: 30px;}
.s02-box ul li a{ display: block; position: relative;}
.s02-box ul li .txt{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; transition: all 0.5s; background: rgba(0,0,0,.5); color: #fff; font-size: 16px;  text-align: center;}
.s02-box ul li:hover .txt{ height: 100%; display: flex; justify-content: center; align-items: center; background: rgba(60,150,0,0.9);} 

.s03{ padding: 50px 0; background: url(../images/cbg.jpg) no-repeat bottom;}
.s03 .box{ padding: 30px 0;}
.s03 ul li{ padding: 15px; background: #3c9600; margin: 10px 0; display: flex; justify-content: flex-start; align-items: center; color: #fff;}
.s03 ul li .num{ padding:10px 30px;}
.s03 ul li .num span{ display: block; font-size: 40px; line-height: 30px; font-family: impact;}
.s03 ul li .txt h3{ font-size: 24px; letter-spacing: 5px;}
.s03 ul li .txt p{ font-size: 16px;}

.s04{ padding: 50px 0; background: url(../images/bg.jpg) no-repeat #3c9600; background-size: auto 100%;}
.s04 .tit{ width: 100%;}
.s04 .tit h1{ font-size: 50px; color: #fff; opacity: 0.3; }
.s04 .tit h3{ position: relative; font-size: 30px; color: #fff; letter-spacing: 5px; padding-bottom: 15px;}
.s04 .tit h3::after{ content: ""; display: block; position: absolute; left:0; bottom: 0; width: 30px; height: 3px; background: #fff;}
.s04 .tit p{ color: #fff; font-size: 18px; line-height: 24px;}
.s04 .imgbox{ padding: 30px 0;}
.s04 .imgbox .txt{ padding: 15px 0;}
.s04 .imgbox .txt h3{ color: #fff; line-height: 40px; font-weight: normal; font-size:20px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.s04 .imgbox .txt p{ color: #fff; line-height: 24px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.s04 ul li{ padding: 30px; background: rgba(0,0,0,.1); margin-bottom: 30px;}
.s04 ul li a{ display: block; color: #fff;}
.s04 ul li h3{ font-size: 20px;overflow: hidden; font-weight: normal; line-height: 40px;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.s04 ul li p small{ display: block; padding: 5px 0; font-size: 12px;}
.s04 ul li p{overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.s04 ul li span{ display: inline-block; margin-top: 10px; padding:5px 30px; border: 1px solid #fff; font-size: 16px; opacity: 0.5;}
.s04 ul li:hover{ background: rgba(0,0,0,.3);}

.s05{ padding: 50px 0; text-align: center;}
.s05 .tit{ padding: 15px 0; text-align: center;}
.s05 .tit h3{ font-size: 30px; color: #3c9600; line-height: 60px;}
.s05 .tit p{ font-size: 18px; line-height: 30px; color: #666;}
.s05 .contxt{ padding: 15px 0; max-width: 1200px; margin: auto;}
.s05 .contxt p{ line-height: 30px; text-align: center;}
.video{ width: 100%; height: auto; overflow: hidden; }
.videolist { position:relative; width:800px; height:400px; margin: auto; background: #3c9600; }
.videolist img{ opacity: 0.2;}
.videolist img.videoed{ opacity: 1;}
.videolist span{ font-size: 20px; display: inline-block; position: absolute; top: 50%; left: 50%;margin-top: 30px; margin-left: -60px; color: #fff;}
.videolist:hover{ cursor: pointer; }
.videoed { width:50px; height:50px; position: absolute; left:50%; top:50%; margin-left: -25px; margin-top: -25px; z-index:99; border-radius:100%; }
.videos{ display:none; position:fixed; left:50%; top:50%; margin-left:-500px; margin-top:-280px; z-index:100; width: 100%; max-width:1000px; height:auto; }
.vclose { position:absolute;right:0; top:0; border-radius:100%; cursor: pointer; }
.s05-img{ padding: 50px 0;}
.s05-img a{ display: block; position: relative;}
.s05-img a .txt{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; transition: all 0.5s; background: rgba(0,0,0,.5); color: #fff; font-size: 16px;  text-align: center;}
.s05-img a:hover .txt{ background: rgba(60,150,0,0.9);} 
.s05 a.more{ margin: auto; display: inline-block; padding: 10px 50px; background: #3c9600; color: #fff; border-radius: 50px;}

/*底部*/
.footer{ width: 100%; height: auto; float: left; padding: 50px 0; background: url(../images/adbg.png) no-repeat center #3c9600;}
.footer .box{display: flex; justify-content: space-between;}
.flogo img{ max-width: 100px;}
.footer .lbox h3{ line-height: 60px; color: #fff; font-size: 24px; font-weight: normal;}
.footer .lbox p{ color: #fff; line-height: 18px; font-size: 12px;}
.footer .lbox p a{ color: #fff;}
.footer .fnav{ height: auto; overflow: hidden; padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.2);}
.footer .fnav ul li a{ color: #fff; transition: all 0.5s;}
.footer .cbox{ font-size: 14px; color: #fff; padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.2);}
.footer .rbox img{ max-width: 150px;}
.footer .rbox { color: #fff;}
/*移动端底部拨号按钮*/
.kf_bottom{ position: fixed; z-index: 9999; bottom: 0; left: 0; width: 100%; padding: 10px; }
.kf_bottom .box{box-sizing: border-box; display: flex; justify-content: center; }
.kf_bottom a{ display: flex; justify-content: center; align-items: center; width: 45%; margin: 1%; background: #337f00; color: #fff; padding:5px 10px; line-height: 30px}
.kf_bottom i{ font-size: 30px; padding:0; padding-top: 5px; padding-right: 15px}

/*Ipad样式*/
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .s01-img{ margin-left: 0;}
    .header{ background: #3c9600; height: 60px;}
   
}

/*移动端样式*/
@media screen and (max-width: 768px) {
    #rollTop{ right: 0; bottom: 60px;}
    .container{ padding: 0 15px;}
    .s01-img{ margin-left: 0;}
    .s01-img ul li:nth-child(n+9){ display: none}
    .header{ background: #3c9600; height: 60px;}
    .logo img{padding: 5px; max-height: 100%;}
    .tel{ min-width: 220px; background: #3c9600; padding-right: 50px; height: 60px;}
    #banner .swiper-pagination{ display: none;}
    .s02-ad{ height: auto; background-size: 100% 100%;}
    .s02-ad .tit{ padding: 30px 0;}
    .s02-ad .tit h1,.s04 .tit h1{ font-size: 18px;}
    .s03 .tit{ position: relative; height: 100px; overflow: hidden;}
    .s03 .tit img{ min-width: 200%; margin-left: -50%;}
    .s03 ul li .txt p{ line-height: 18px; font-size: 14px; padding: 10px 0;}
    .s04{ padding:30px 0;}
    .s04 ul li{ padding: 10px; margin-bottom: 10px;}
    .s04 ul li h3{ font-size: 16px;}
    .s04 ul li p{ font-size: 12px;}
    .s05 .tit h3{ font-size: 20px;}
    .s05 .tit p{ font-size: 12px; line-height: 18px;}
    .s05 .contxt p{ text-align: left; font-size: 14px;}
    .videolist{ width: 100%; height: 240px;}
    .videos{ left: 0; top: 100px; margin: 0;}
    .footer .box{ display: block; text-align: center;}
    .flogo img{ margin: auto;}
    .footer .cbox{ text-align: left; margin: 30px 0; padding: 15px; border: 1px solid rgba(255,255,255,0.3);}

 }