﻿@import url(yzui.css);
.header{height:80px;background: #fff;position:fixed;top:0px;left:0px;display:inline-block;width:100%;z-index:999;}
.header .logo{height:80px;width:13%;}
.header .logo a{display:inline-block;width:100%;line-height:80px;height:80px;}
.header .logo img{vertical-align:middle;max-width:100%;}
.header .nav{height:80px;float:left;margin-left:9%;width:78%;}
.header .nav li{float:left;margin:0px 3.25%;position: relative;font-size:18px;line-height:80px;height:80px;}
.header .nav li>a{color: #333;display: block;}
.header .nav li:hover>a,.header .nav li.active>a{color:#1B6D2D;}
.header .nav li i{position: absolute;top:60px;left:0%;display: inline-block;display: none;width:100%;height: 2px;background:#1B6D2D;}
.header .nav li:hover i,.header .nav li.active i{display: block;}
.header .nav li dl{display: none;width: 200px;background: rgba(255,255,255,1);box-shadow: 0px 0px 10px 0px rgba(14, 4, 9, 0.2);position: absolute;top:80px;left:-30px;}
.header .nav li:hover dl{display: block;}
.header .nav li dl dd{text-align:left;position:relative;}
.header .nav li dl dd a{display: block;width: 100%;height:50px;line-height:50px;color:#666;padding:0 25px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:16px;}
.header .nav li dl dd:hover a{color:#fff;background:#1B6D2D;}
.header .nav li dl dd .sj{position:absolute;left:200px;top:0px;display:none;line-height:0;background: rgba(255,255,255,1);box-shadow: 0px 0px 10px 0px rgba(14, 4, 9, 0.2);}
.header .nav li dl dd .sj a{display:inline-block;font-size:16px;color:#666;padding:0px 20px;min-width:200px;height:50px;background:#fff;}
.header .nav li dl dd .sj a:hover{color:#fff;background:#1B6D2D;}
.header .nav li dl dd:hover .sj{display:block;}
.header .nav .tel{float:left;width:16%;margin-left:3.25%;padding-left:47px;background:url('../images/tel.png')no-repeat left center;height:38px;margin-top:21px;}
.header .nav .tel span{display:inline-block;width:100%;font-size:14px;color:#1B6D2D;}
.header .nav .h_search{float:right;width:16%;height:32px;border-radius:16px;border:solid 1px #cccccc;margin-top:24px;overflow:hidden;}
.header .nav .h_search input{float:left;height:30px;line-height:30px;width:75%;border:0px;padding:0px 5px 0px 15px;color:#666;}
.header .nav .h_search button{float:right;border:0px;width:25%;height:30px;background:url('../images/search.png')no-repeat center center;cursor:pointer;}
.zw{width:100%;height:80px;}
@media (max-width:1880px){
	.header .nav li{float:left;margin:0px 2.5%;}
}


.m_banner .swiper-slide{position:relative;}
.m_banner .swiper-slide h4{position:absolute;top:50%;margin-top:;height:;text-align:center;font-size:56px;margin-top:-40px;color:#fff;width:60%;left:20%;text-shadow:3px 3px 0px #333;}
.m_banner .banner-pagination{bottom: 4% !important;}
.m_banner .swiper-pagination-bullet{margin: 0 10px !important;opacity: 1;width: 60px;height: 5px;background-color: #cccccc;border-radius: 3px;}
.m_banner .swiper-pagination-bullet-active{background-color: #1B6D2D;}

.m_product{width:100%;padding:30px 0px;display:inline-block;font-size:0px;}
.m_title{width:100%;text-align:center;display:inline-block;}
.m_title span{display:inline-block;width:100%;font-size:28px;color:#333;font-weight:bold;}
.m_title p{width:100%;font-size:18px;color: #acacac;margin-top:10px;padding-bottom:14px;position:relative;font-weight:bold;}
.m_title p i{width:20px;height:4px;background:#000;position:absolute;bottom:0px;left:50%;margin-left:-10px;}
.m_product .tab{width:100%;margin-top:20px;display:inline-block;text-align:center;}
.m_product .tab ul li{display:inline-block;font-size:16px;}
.m_product .tab ul li a{display:inline-block;margin:0px 25px;font-size:18px;color:#333;cursor:pointer;}
.m_product .tab ul li.active a{    color: #fff;
    border: 1px solid;
    padding: 0px 5px;
    background-color: #1B6D2D;}
.m_product .tab ul li:nth-child(1) a{margin-left:0px;}
.m_product .tab ul li:nth-last-child(1) a{margin-right:0px;}
.m_product .list{width:100%;display:inline-block;margin-top:15px;}
.m_product .list .item ul{margin-left:-1.4%;margin-top:-30px;}
.m_product .list .item ul li{float:left;width:31.93%;margin-left:1.4%;margin-top:30px;background: #ffffff;transition:1s;}
.m_product .list .item ul li a{display:inline-block;width:100%;}
.m_product .list .item ul li a span{display:inline-block;width:100%;overflow:hidden;text-align:center;}
.m_product .list .item ul li a span img{/*width:100%;*/transition:1s;}
.m_product .list .item ul li:hover a span img{transform:scale(1.05);}
.m_product .list .item ul li a p{width:100%;height: 50px;border: solid 1px #eeeeee;border-top:0px;text-align:center;padding:0px 10px;font-size:16px;color:#333;line-height:50px;transition:0.5s;}
.m_product .list .item ul li:hover{box-shadow: 0px 4px 10px 0px	rgba(0, 0, 0, 0.3);}
.m_product .list .item ul li:hover a p{color:#1B6D2D;}
.m_more{width:100%;display:inline-block;margin-top:40px;text-align:center;}
.m_more a{display:inline-block;width:144px;height:48px;background:#1E1C4D;border-radius:8px;line-height:48px;font-size:14px;color:#fff;}

@media (max-width:1919px){
.m_product .tab ul li a{display:inline-block;margin:0px 23px;font-size:18px;color:#333;}
}


.m_ourservice{width:100%;display:inline-block;background:#f1f5f8;height:206px;margin-top: 15px;}
.m_ourservice .title{float:left;width:14.21%;text-align:center;height:206px;line-height:206px;background:#1B6D2D;font-size:24px;color:#fff;}
.ourservice_con{width:100%;float:right;width:85.79%;height:206px;padding:60px 0px;}
.ourservice_con ul{}
.ourservice_con ul li{float:left;width:16.66%;height:86px;line-height:86px;border-right:1px solid #a7a7a7;text-align:center;}
.ourservice_con ul li:nth-last-child(1){border:0px;}
.ourservice_con ul li span{display:inline-block;line-height:46px;padding-left:60px;font-size:18px;color:#666;}

.m_case{width:100%;padding:60px 0px 30px;display:inline-block;}
.m_case_con{margin-top:;display:inline-block;margin-top:40px;width:100%;}
.m_case_con .m_case_con_l{float:left;width:48.68%;}
.m_case_con .m_case_con_l a{display:inline-block;width:100%;overflow:hidden;position:relative;}
.m_case_con .m_case_con_l a img{width:100%;transition:1s;vertical-align:bottom;}
.m_case_con .m_case_con_l a:hover img{transform:scale(1.05);}
.m_case_con .m_case_con_l a .mc{position:absolute;left:0px;top:50%;width:100%;margin-top:-57px;height:114px;background:rgba(0,0,0,0.3);padding:23px 30%;text-align:left;}
.m_case_con .m_case_con_l a .mc span{color:#fff;font-size:18px;display:inline-block;padding-bottom:11px;position:relative;}
.m_case_con .m_case_con_l a .mc span::after{content:'';position:absolute;bottom:0px;left:0px;height:2px;width:50px;background:#fff;}
.m_case_con .m_case_con_l a .mc p{color:#fff;font-size:16px;margin-top:12px;}
.m_case_con .m_case_con_r{float:right;width:50.78%;}
.m_case_con .m_case_con_r ul{margin-left:-0.77%;margin-top:-10px;}
.m_case_con .m_case_con_r ul li{float:left;width:49.23%;margin-left:0.77%;margin-top:10px;position:relative;overflow:hidden;}
.m_case_con .m_case_con_r ul li a{display:inline-block;width:100%;}
.m_case_con .m_case_con_r ul li a img{width:100%;transition:1s;vertical-align:bottom;}
.m_case_con .m_case_con_r ul li:hover a img{transform:scale(1.1);}
.m_case_con .m_case_con_r ul li a .mc{position:absolute;top:0px;left:0px;text-align:center;width:100%;height:100%;background:rgba(0,0,0,0.3);}
.m_case_con .m_case_con_r ul li a .mc div{width:100%;text-align:center;position:absolute;left:0px;top:50%;margin-top:-22px;}
.m_case_con .m_case_con_r ul li a .mc span{display:inline-block;font-size:18px;color:#fff;width:100%;}
.m_case_con .m_case_con_r ul li a .mc p{font-size:16px;color:#fff;margin-top:9px;}



.m_about{width:100%;display:inline-block;padding:30px 0px 150px;}
.m_about_con{width:100%;display:inline-block;margin-top:45px;}
.m_about_con .m_about_con_l{float:left;width:40.85%;padding-top:65px;}
.m_about_con .m_about_con_l h3{font-size:24px;color:#333;}
.m_about_con .m_about_con_l p{font-size:16px;color:#666;line-height:32px;margin-top:15px;height:160px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.m_about_con .m_about_con_l ul{margin-top:30px;margin-left:-3.33%;}
.m_about_con .m_about_con_l ul li{float:left;width:30%;margin-left:3.33%;}
.m_about_con .m_about_con_l ul li b{font-size:40px;color:#1B6D2D;display:inline-block;width:100%;line-height:28px;}
.m_about_con .m_about_con_l ul li span{display:inline-block;width:100%;font-size:16px;color:#999;margin-top:15px;}
.m_about_con .m_about_con_r{float:right;width:57.23%;position:relative;}
.m_about_con .m_about_con_r img.img1{width:100%;}
.m_about_con .m_about_con_r img.img2{position:absolute;width:40.89%;right:0px;bottom:-90px;}
.m_about_con .m_more{text-align:left;}
.m_about_con .m_more a{text-align:center;}


.m_news{width:100%;background:#f1f5f8;display:inline-block;padding:40px 0px;}
.m_news_con{width:100%;display:inline-block;margin-top:30px;}
.m_news_con .m_news_con_l{float:left;width:54.46%;background:#fff;}
.m_news_con .m_news_con_l .text{float:left;width:52%;padding:30px 55px 55px 30px;}
.m_news_con .m_news_con_l .text span{display:inline-block;width:100%;font-size:14px;color:#999;}
.m_news_con .m_news_con_l .text a:nth-child(2){display:inline-block;width:100%;margin-top:45px;font-size:18px;color:#333;line-height:28px;/*height:56px;*/display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.m_news_con .m_news_con_l .text a:nth-child(2):hover{color: #1B6D2D;}
.m_news_con .m_news_con_l .text p{display:inline-block;width:100%;font-size:14px;color:#666;line-height:28px;margin-top:25px;height:111px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.m_news_con .m_news_con_l .text a:nth-child(4){display:inline-block;margin-top:43px;font-size:14px;color:  #1B6D2D;}
.m_news_con .m_news_con_l .img{float:right;width:48%;overflow:hidden;}
.m_news_con .m_news_con_l .img a{display:inline-block;width:100%;}
.m_news_con .m_news_con_l .img a img{width:100%;transition:1s;}
.m_news_con .m_news_con_l:hover .img a img{transform:scale(1.1);}
.m_news_con .m_news_con_r{float:right;width:43.26%;}
.m_news_con .m_news_con_r .item{margin-top:-25px;}
.m_news_con .m_news_con_r .item .item01{display:inline-block;width:100%;background:#fff;margin-top:25px;}
.m_news_con .m_news_con_r .item .item01 .text{width:72%;float:left;padding:30px 95px 30px 30px;}
.m_news_con .m_news_con_r .item .item01 .text span{display:inline-block;width:100%;font-size:14px;color:#999;}
.m_news_con .m_news_con_r .item .item01 .text p{ color:#666}
.m_news_con .m_news_con_r .item .item01 .text a:nth-child(2){display:inline-block;margin-top:20px;font-size:18px;line-height:28px;color:#333;/*height:56px;*/display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.m_news_con .m_news_con_r .item .item01:hover .text a:nth-child(2){color: #1B6D2D;}
.m_news_con .m_news_con_r .item .item01 .text a:nth-child(3){display:inline-block;margin-top:21px;font-size:14px;color:#1B6D2D;}
.m_news_con .m_news_con_r .item .item01 .img{width:28%;float:right;overflow:hidden;}
.m_news_con .m_news_con_r .item .item01 .img a{display:inline-block;width:100%;}
.m_news_con .m_news_con_r .item .item01 .img a img{width:100%;transition:1s;}
.m_news_con .m_news_con_r .item .item01:hover .img a img{transform:scale(1.1);}


.m_contact{width:100%;padding:90px 0px 165px;display:inline-block;}
.m_contact .container .nei{width:100%;display:inline-block;background:#353535;position:relative;max-height:506px;}
.m_contact .container .tit{float:left;padding:218px 88px;text-align:center;}
.m_contact .container .tit span{display:inline-block;width:100%;color:#fff;font-size:28px;line-height:20px;}
.m_contact .container .tit p{font-size:18px;color:#fff;margin-top:7px;position:relative;padding-bottom:14px;}
.m_contact .container .tit p::after{content:'';width:20px;height:4px;background:#fff;position:absolute;bottom:0px;left:50%;margin-left:-10px;}
.m_contact .container .m_message{float:left;width:32.6%;border: solid 3px #dadada;padding:33px 55px 43px;transform:translateY(80px);text-align:center;}
.m_contact .container .m_message p{text-align:center;font-size:18px;line-height:22px;letter-spacing:5px;color:#fff;}
.m_contact .container .m_message input{background:none;width:100%;margin-top:37px;border:0px;border-bottom:1px solid #fff;padding-bottom:10px;font-size:16px;color:#fff;}
.m_contact .container .m_message textarea{background:none;width:100%;border:0px;margin-top:37px;height:90px;line-height:26px;border:0px;border-bottom:1px solid #fff;color:#fff;}
.m_contact .container .m_message input::-webkit-input-placeholder,.m_contact .container .m_message textarea::-webkit-input-placeholder {color:#fff;font-size:16px;}
.m_contact .container .m_message input:-moz-placeholder,.m_contact .container .m_message textarea:-moz-placeholder{color:#fff;font-size:16px;}
.m_contact .container .m_message input::-moz-placeholder,.m_contact .container .m_message textarea::-moz-placeholder{color:#fff;font-size:16px;}
.m_contact .container .m_message input:-ms-input-placeholder,.m_contact .container .m_message textarea:-ms-input-placeholder{color:#fff;font-size:16px;}
.m_contact .container .m_message .btn{margin:50px auto 0px;height:48px;background:#1B6D2D;border-radius:8px;width:40%;border:0px;font-size:14px;color:#fff;}
.m_contact .container .m_contact_con{float:right;width:49.9%;position:absolute;right:0px;top:-30px;}
.m_contact .container .m_contact_con img{width:100%;}
.m_contact .container .m_contact_con .mc{position:absolute;top:0px;left:0px;width:100%;height:100%;padding:12% 20%;}
.m_contact .container .m_contact_con .mc p{color:#fff;font-size:16px;padding-top:7px;position:relative;margin-top:25px;}
.m_contact .container .m_contact_con .mc p:nth-child(1){margin-top:0px;}
.m_contact .container .m_contact_con .mc p::after{content:'';position:absolute;top:0px;left:0px;width:14px;height:3px;background:#1E1C4D ;}


.footer{width:100%;display:inline-block;background:#353535;}
.footer .f_link{width:100%;padding:20px 0px 0px;line-height:26px;}
.footer .f_link span{font-size:16px;color:#fff;}
.footer .f_link a{color:#fff;font-size:14px;margin:0px 10px;}
.footer .f_link a:hover{color:#1B6D2D;}
.footer .f_foot{width:100%;display:inline-block;padding:60px 0px 70px;}
.footer .f_foot .f_foot_l{float:left;width:14.16%;}
.footer .f_foot .f_foot_l .img{width:100%;text-align:left;}
.footer .f_foot .f_foot_l .img a img{max-width:195px;}
.footer .f_foot .f_foot_l .f_nav{width:100%;margin-top:10px;display:inline-block;}
.footer .f_foot .f_foot_l .f_nav li{float:left;width:50%;text-align:left;}
.footer .f_foot .f_foot_l .f_nav li:nth-child(2n){float:right;text-align:right;}
.footer .f_foot .f_foot_l .f_nav a{font-size:16px;color:#fff;margin-top:20px;display:inline-block;}
.footer .f_foot .f_foot_l .f_nav a:hover{color:#1B6D2D;}
.footer .f_foot .f_foot_c{float:left;margin-left:11%;width:38%;padding:0px 9%;border-left:1px solid rgba(255,255,255,0.3);border-right:1px solid rgba(255,255,255,0.3);}
.footer .f_foot .f_foot_c p{font-size:16px;color:#fff;padding-left:23px;margin-top:20px;}
.footer .f_foot .f_foot_c p:nth-child(1){background:url('../images/f_ico1.png')no-repeat left center;margin-top:0px;}
.footer .f_foot .f_foot_c p:nth-child(2){background:url('../images/f_ico2.png')no-repeat left center;}
.footer .f_foot .f_foot_c p:nth-child(3){background:url('../images/f_ico3.png')no-repeat left center;}
.footer .f_foot .f_foot_c p:nth-child(4){background:url('../images/f_ico4.png')no-repeat left center;}
.footer .f_foot .f_foot_r{float:right;width:35%;}
.footer .f_foot .f_foot_r ul li{float:right;margin-left:60px;width:19.5%;text-align:center;}
.footer .f_foot .f_foot_r ul li span{display:inline-block;width:100%;}
.footer .f_foot .f_foot_r ul li span img{width:100%;}
.footer .f_foot .f_foot_r ul li p{text-align:center;width:100%;font-size:14px;color:#fff;margin-top:20px;}
.footer .f_copyright{background:#202020;padding:22px 0px;width:100%;display:inline-block;text-align:center;font-size:12px;color:#fff;}
.footer .f_copyright a{color:#fff;}

.fixed_r{position:fixed;right:0px;top:40%;z-index:999;width:45px;}
.fixed_r li{cursor:pointer;width:154px;transition:1s;display:inline-block;transition:1s;}
.fixed_r li:nth-child(1){position:absolute;right:-109px;top:0px;}
.fixed_r li:nth-child(2){position:absolute;right:-109px;top:49px;}
.fixed_r li:nth-child(3){position:absolute;right:-109px;top:98px;}
.fixed_r li:nth-child(4){position:absolute;right:-109px;top:147px;}
.fixed_r li i{float:left;font-style:normal;width:45px;display:inline-block;z-index:999;}
.fixed_r li p{float:right;width:105px;height:45px;background:#1B6D2D;color:#fff;text-align:center;line-height:45px;font-size:14px;}
.fixed_r li:nth-child(3) p{position:absolute;top:0px;padding:5px;right:158px;height:auto;transition:1s;display:none;}
.fixed_r li p a{display:inline-block;width:100%;color:#fff;}
.fixed_r li:hover{right:0px;}
.fixed_r li:nth-child(3):hover{right:-109px;}
.fixed_r li:nth-child(4):hover{right:-109px;}
.fixed_r li:nth-child(3):hover p{display:block;}
.fixed_l{position:fixed;left:0px;top:40%;z-index:999;width:140px;padding:10px;background:#1B6D2D;}
.fixed_l a{display:inline-block;width:100%;text-align:right;color:#fff;font-size:14px;}
.fixed_l a:nth-child(1){margin-bottom:10px;line-height:20px;}
.fixed_l a:nth-child(2){margin-bottom:5px;line-height:20px;}
.fixed_l a:nth-child(3){text-align:center;font-size:12px;line-height:22px;}
.fixed_l a:nth-child(3) span{float:left;display:inline-block;width:60px;text-align:left;}
.fixed_l a:nth-child(3) i{font-style:normal;float:left;display:inline-block;width:110px;text-align:left;}
.fixed_l a img{margin-left:10px;width:15px;vertical-align:middle;margin-right:0px;margin-top:0px;}
/* product */
.nav_son{height:70px;background:#f1f5f8;width:100%;display:inline-block;text-align:center;}
.nav_son li{display:inline-block;margin:0px 18px;position:relative;}
.nav_son li>a{position:relative;display:inline-block;line-height:70px;padding:0px 12px;font-size:18px;color:#999;}
.nav_son li>a::after{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:2px;background:#1B6D2D;transition:1s;}
.nav_son li:nth-child(1){margin-left:0px;}
.nav_son li:nth-last-child(1){margin-right:0px;}
.nav_son li:hover a,.nav_son li.active a{color:#1B6D2D;}
.nav_son li:hover a::after,.nav_son li.active a::after{width:100%;}
.nav_son li .sj{display:none;position:absolute;top:70px;left:50%;background:rgba(255,255,255,0.9);width:200px;margin-left:-100px;text-align:center;z-index:999;}
.nav_son li .sj p a{display:inline-block;width:100%;font-size:16px;color:#666;line-height:50px;height:50px;}
.nav_son li:hover .sj{display:block;}
.nav_son li .sj p a:hover,.nav_son li .sj p a.hover{color:#1B6D2D;}

.product{width:100%;display:inline-block;padding:0px 0px 60px;}
.product .product_con{width:100%;display:inline-block;margin-top:40px;}
.product .product_con .tit{width:100%;display:inline-block;text-align:center;font-size:32px;color:#333;margin-bottom:40px;position:relative;padding-bottom:20px;}
.product .product_con .tit::after{content:'';position:absolute;bottom:0px;left:50%;margin-left:-20px;width:40px;height:4px;background:#1B6D2D;}
.product .product_con ul{margin-left:-1.4%;margin-top:-30px;}
.product .product_con ul li{float:left;width:31.93%;margin-left:1.4%;margin-top:30px;background: #ffffff;transition:1s;border: solid 1px #eeeeee;}
.product .product_con ul li a{display:inline-block;width:100%;}
.product .product_con ul li a span{display:inline-block;width:100%;overflow:hidden; text-align:center;}
.product .product_con ul li a span img{width:100%;transition:1s;}
.product .product_con ul li:hover a span img{transform:scale(1.05);}
.product .product_con ul li a p{width:100%;height: 50px;border-top:0px;text-align:center;padding:0px 10px;font-size:16px;color:#333;line-height:50px;transition:0.5s;}
.product .product_con ul li:hover{box-shadow: 0px 4px 10px 0px	rgba(0, 0, 0, 0.3);}
.product .product_con ul li:hover a p{color:#1B6D2D;}


/* pro_detail */
.pro_detail{width:100%;display:inline-block;padding:70px 0px;}
.detail_up{width:100%;display:inline-block;padding-bottom:40px;}
.detail_up .img{float:left;width:50%;}
.detail_up .img img{width:100%;}
.detail_up .text{float:right;width:47%;padding:10px 0px;}
.detail_up .text h3{font-weight:normal;font-size:24px;color:#333;display:inline-block;margin-bottom:10px;}
.detail_up .text .xinghao{display:inline-block;width:100%;padding:10px 0px;border-bottom:1px solid #f4f4f4;line-height:28px;}
.detail_up .text .xinghao .tit_l{float:left;width:8%;}
.detail_up .text .xinghao .con_r{float:right;width:92%;}
.detail_up .text .xinghao .con_r span{display:inline-block;margin-right:40px;}
.detail_up .text .bkc{width:100%;display:inline-block;padding:12px 0px;font-size:18px;color:#666;}
.detail_up .text .bkc span{display:inline-block;padding-left:25px;background:url('../images/kucun.jpg')no-repeat left center;}
.detail_up .text .bkc span.active{background:url('../images/kucuns.jpg')no-repeat left center;}
.detail_down{width:100%;display:inline-block;}
.detail_down .tit{width:100%;display:inline-block;border-bottom:1px solid #ccc;}
.detail_down .tit span{display:inline-block;padding:0px 12px 16px;border-bottom:2px solid #333;font-size:14px;color:#333;}
.detail_down .con{margin-top:35px;display:inline-block;width:100%;font-size:16px;color:#666;line-height:32px;}
.detail_down .con img{max-width:100%;}
.detail_down .con input{max-width:100%;}
.other_pro{width:100%;display:inline-block;margin-top:60px;}
.other_pro h3{width:100%;text-align:center;font-size:24px;color:#000;font-weight:normal;}
.other_pro .product_con{width:100%;margin-top:40px;}
.other_pro .product_con ul{margin-left:-1.4%;margin-top:-30px;}
.other_pro .product_con ul li{float:left;width:31.93%;margin-left:1.4%;margin-top:30px;background: #ffffff;transition:1s;}
.other_pro .product_con ul li a{display:inline-block;width:100%;}
.other_pro .product_con ul li a span{display:inline-block;width:100%;overflow:hidden; text-align:center;}
.other_pro .product_con ul li a span img{/*width:100%;*/transition:1s;}
.other_pro .product_con ul li:hover a span img{transform:scale(1.05);}
.other_pro .product_con ul li a p{width:100%;height: 50px;border: solid 1px #eeeeee;border-top:0px;text-align:center;padding:0px 10px;font-size:16px;color:#333;line-height:50px;transition:0.5s;}
.other_pro .product_con ul li:hover{box-shadow: 0px 4px 10px 0px	rgba(0, 0, 0, 0.3);}
.other_pro .product_con ul li:hover a p{color:#1B6D2D;}


/* service */
.service{width:100%;display:inline-block;padding:60px 0px 0px;font-size:0px;}
.service_video{width:100%;display:inline-block;}
.service_video video{width:100%;}
.service_fwjh{display:inline-block;width:100%;padding:60px 0px;}
.service_tit{width:100%;display:inline-block;}
.service_tit span{display:inline-block;width:100%;text-align:center;font-size:24px;color:#333;}
.service_tit p{font-size:16px;color:#666;margin-top:35px;text-align:left;line-height:32px;}
.service_fwjh .service_fwjh_con{display:inline-block;width:100%;margin-top:5px;}
.service_fwjh .service_fwjh_con .item .item01{width:100%;display:inline-block;margin-top:40px;}
.service_fwjh .service_fwjh_con .item .item01 .img{float:left;width:31.9%;}
.service_fwjh .service_fwjh_con .item .item01 .img img{width:100%;}
.service_fwjh .service_fwjh_con .item .item01 .text{float:right;width:64%;padding:20px 0px;}
.service_fwjh .service_fwjh_con .item .item01 .text h3{font-size:22px;color:#333;padding-bottom:21px;position:relative;}
.service_fwjh .service_fwjh_con .item .item01 .text h3::after{content:'';position:absolute;bottom:0px;left:0px;width:50px;height:2px;background:#1B6D2D;}
.service_fwjh .service_fwjh_con .item .item01 .text p{margin-top:20px;color:#666;line-height:30px;font-size:16px;}
.service_fwjh .service_fwjh_con .item .item01:nth-child(2n) .img{float:right;}
.service_fwjh .service_fwjh_con .item .item01:nth-child(2n) .text{float:left;}
.service_cpzlbx{width:100%;display:inline-block;padding:60px 0px;background:#f1f5f8;}
.service_cpzlbx_con{width:100%;display:inline-block;margin-top:60px;}
.service_cpzlbx ul{margin-left:-3.7%;}
.service_cpzlbx ul li{float:left;width:21.3%;margin-left:3.7%;padding:20px;background:#ffffff;border-radius: 10px;}
.service_cpzlbx ul li i{display:inline-block;width:100%;text-align:center;}
.service_cpzlbx ul li i img{max-width:50%;}
.service_cpzlbx ul li span{display:inline-block;width:100%;text-align:center;font-size:18px;color:#333;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.service_cpzlbx ul li p{width:100%;margin-top:15px;font-size:14px;color:#666;text-align:justify;line-height:26px;height:130px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
.service_fwyh{width:100%;padding:60px 0px 70px;display:inline-block;}
.service_fwyh .item{margin-top:-60px;}
.service_fwyh .item .item01{display:inline-block;width:100%;margin-top:60px;}
.service_fwyh .item .item01 .img{float:left;width:43.68%;text-align:center;padding:0px 10%;}
.service_fwyh .item .item01 .img img{width:100%;border-radius:50%;}
.service_fwyh .item .item01 .text{float:right;width:56.31%;padding:50px 0px;}
.service_fwyh .item .item01 .text h3{font-weight:normal;font-size:24px;color:#333;padding-bottom:30px;border-bottom:1px solid #ccc;}
.service_fwyh .item .item01 .text p{font-size:16px;color:#666;line-height:32px;margin-top:35px;}
.service_fwyh .item .item01:nth-child(2n) .img{float:right;}
.service_fwyh .item .item01:nth-child(2n) .text{float:left;}


/* case */
.case{width:100%;display:inline-block;}
.case .item01{display:inline-block;width:100%;padding:60px 0px;background:#fff;}
.case .item01 .img{float:left;width:43%;overflow:hidden;}
.case .item01 .img a{display:inline-block;width:100%;}
.case .item01 .img a img{width:100%;transition:1s;}
.case .item01:hover .img a img{transform:scale(1.1);}
.case .item01 .text{float:right;width:53.2%;padding-top:10px;}
.case .item01 .text h3{width:100%;text-align:left;padding-bottom:20px;position:relative;}
.case .item01 .text h3 a{display:inline-block;font-size:30px;color:#1B6D2D;width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.case .item01 .text h3::after{content:'';position:absolute;bottom:0px;left:0px;width:50px;height:2px;background:#1B6D2D;}
.case .item01 .text p{margin-top:15px;color:#666;font-size:14px;line-height:28px;height:56px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.case .item01 .more{width:100%;display:inline-block;margin-top:20px;text-align:left;}
.case .item01 .more a{display:inline-block;width:19%;height:47px;background:#1B6D2D;line-height:47px;text-align:center;font-size:16px;color:#fff;}
.case .item01 .imglist{width:100%;display:inline-block;margin-top:24px;}
.case .item01 .imglist ul{margin-left:-1%;}
.case .item01 .imglist ul li{float:left;width:32.33%;margin-left:1%;}
.case .item01 .imglist ul li img{width:100%;}
.case .item01:nth-child(2n){background:#f7f7f7;}


/* case_detail */
.case_detail{width:100%;display:inline-block;padding:40px 0px 60px;}
.case_detail_tit{width:100%;font-size:24px;color:#333;padding-bottom:30px;border-bottom:1px solid #ccc;}
.case_detail_con{width:100%;margin-top:20px;display:inline-block;}
.case_detail_con .case_detail_con_up{width:100%;display:inline-block;padding-bottom:40px;}
.case_detail_con .case_detail_con_down{width:100%;display:inline-block;padding:20px 0px 70px;border-top:1px solid #ccc;font-size:16px;color:#666;line-height:32px;}
.case_detail_con .case_detail_con_down img{max-width:100%;}
.case_detail_con .more{width:100%;display:inline-block;text-align:center;}
.case_detail_con .more a{display:inline-block;width:10%;height:48px;line-height:48px;background:#1B6D2D;border-radius:8px;color:#fff;font-size:14px;}
.case_detail_con .gallery-thumbs{padding:20px 0px 0px;}
.case_detail_con .gallery-thumbs .swiper-slide{height:100%;opacity: 0.6;}
.case_detail_con .gallery-thumbs .swiper-slide-thumb-active{opacity:1; }
.case_detail_con .swiper-button-next,.case_detail_con .swiper-button-prev{width:83px;height:153px;margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);}
.case_detail_con .swiper-button-next{background:url('../images/case_next.png')no-repeat center center;right:0px;}
.case_detail_con .swiper-button-prev{background:url('../images/case_prev.png')no-repeat center center;left:0px;}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after{content:'';}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after{content:'';}


/* about */
.about{width:100%;display:inline-block;}
.about_up{width:100%;display:inline-block;padding:60px 0px;}
.about_up .text,.about_down .text{float:left;width:48.5%;}
.about_up .text h4{font-size:24px;color:#1B6D2D;}
.about_up .text .text_con,.about_down .text .text_con{width:100%;display:inline-block;}
.about_up .text .text_con p,.about_down .text .text_con p{text-indent:25px;margin-top:25px;font-size:14px;color:#666;line-height:28px;}
.about_up .img,.about_down .img{float:right;width:48.5%;}
.about_up .img img,.about_down .img img{width:100%;}
.about_center{display:inline-block;width:100%;padding:60px 0px 30px;background:url('../images/about_bg.jpg')no-repeat center center;background-size:100% 100%;}
.about_center li{float:left;width:33.33%;text-align:center;}
.about_center li i{font-style:normal;display:inline-block;font-size:55px;line-height:32px;color:#1B6D2D;}
.about_center li em{position:relative;top:-40px;right:-5px;font-style:normal;font-size:18px;color: #1B6D2D;}
.about_center li span{display:inline-block;width:100%;text-align:center;margin-top:30px;font-size:16px;color:#333;font-weight:bold;}
.about_down{width:100%;display:inline-block;padding:60px 0px;}
.about_down .img{float:left;}
.about_down .text{float:right;}


/* contact */
.contact{width:100%;display:inline-block;}
.contact_con{width:100%;display:inline-block;padding:70px 0px;}
.contact_con li{float:left;width:25%;text-align:center;margin-top:30px;}
.contact_con li i{display:inline-block;width:100%;}
.contact_con li i img{width:39%;}
.contact_con li span{display:inline-block;width:100%;font-size:16px;margin-top:20px;color:#666;}
.contact_con li p{font-size:14px;margin-top:15px;color:#666;}
.contact_map{width:100%;height:480px;background:#efefef;}
.contact_mess{width:100%;display:inline-block;padding:60px 0px;}
.contact_mess h3{width:100%;text-align:center;font-size:24px;color:#333;font-weight:normal;margin-bottom:20px;display:inline-block;}
.contact_mess li{float:left;width:48.5%;text-align:left;margin-top:30px;}
.contact_mess li:nth-child(2){float:right;}
.contact_mess li:nth-child(3){width:100%;}
.contact_mess li:nth-child(4){width:100%;}
.contact_mess li p{width:100%;font-size:16px;color:#666;}
.contact_mess li input{width:100%;display:inline-block;height:50px;line-height:50px;margin-top:20px;border:1px solid #ccc;padding:0px 10px;font-size:16px;color:#666;}
.contact_mess li textarea{width:100%;display:inline-block;height:150px;line-height:26px;margin-top:20px;border:1px solid #ccc;padding:10px;font-size:16px;color:#666;}
.contact_mess li:nth-child(4) input{width:100%;}
.contact_mess input::-webkit-input-placeholder,.contact_mess textarea::-webkit-input-placeholder{color:#999;font-size:16px;}
.contact_mess input:-moz-placeholder,.contact_mess textarea:-moz-placeholder{color:#999;font-size:16px;}
.contact_mess input::-moz-placeholder,.contact_mess textarea::-moz-placeholder{color:#999;font-size:16px;}
.contact_mess input:-ms-input-placeholder,.contact_mess textarea:-ms-input-placeholder{color:#999;font-size:16px;}
.contact_mess .tijiao{display:inline-block;width:100%;text-align:center;margin-top:30px;}
.contact_mess .tijiao button{width:14%;height:48px;background:#1B6D2D;border-radius:8px;border:1px solid #1B6D2D;font-size:14px;color:#fff;cursor:pointer;}


.pages{width:100%;display:inline-block;padding:60px 0px;font-size:16px;color:#666;line-height:30px;}
.pages img{max-width:100%;}


/* news */
.news{width:100%;display:inline-block;padding:40px 0px 60px;}
.news .item01{width:100%;display:inline-block;margin-top:30px;transition:1s;border:solid 1px #dadada;transition:0.5s;}
.news .item01 .img{float:left;width:36.8%;overflow:hidden;}
.news .item01 .img a{display:inline-block;width:100%;}
.news .item01 .img a img{width:100%;transition:1s;}
.news .item01 .text{float:right;width:63.2%;padding:35px 45px;text-align:left;}
.news .item01 .text span{display:inline-block;width:100%;font-size:16px;color:#999;}
.news .item01 .text a:nth-child(2){display:inline-block;width:100%;margin-top:20px;font-size:20px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;transition:1s;}
.news .item01 .text p{margin-top:20px;color:#999;font-size:16px;line-height:26px;}
.news .item01 .text a:nth-last-child(1){margin-top:30px;width:18%;height:48px;line-height:48px;background:#ededed;display:inline-block;text-align:center;font-size:16px;color:#666;transition:1s;}
.news .item01:hover{box-shadow: 0px 2px 19px 5px rgba(45, 45, 45, 0.14);}
.news .item01:hover .img a img{transform:scale(1.1);}
.news .item01:hover .text a:nth-child(2){color:#1B6D2D;}
.news .item01:hover .text a:nth-last-child(1){background:#1B6D2D;color:#fff;}



/* detail */
.detail{width:100%;display:inline-block;padding:70px 0px;}
.detail .detail_tit{width:100%;text-align:center;display:inline-block;padding-bottom:35px;border-bottom:1px solid #ccc;}
.detail .detail_tit span{display:inline-block;font-size:30px;color:#333;line-height:42px;}
.detail .detail_tit p{font-size:16px;color:#999;margin-top:25px;}
.detail .detail_con{display:inline-block;padding:30px 0px 40px;width:100%;border-bottom:1px solid #ccc;font-size:16px;color:#666;line-height:32px;}
.detail .detail_more{width:100%;display:inline-block;margin-top:20px;text-align:center;font-size:16px;}
.detail .detail_more span:nth-child(1){float:left;display:inline-block;width:44%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.detail .detail_more span:nth-last-child(1){float:right;display:inline-block;width:44%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.detail .detail_more a{color:#666;}
.detail .detail_more a:hover{color:#1B6D2D;}
.detail .detail_more>a{display:inline-block;width:7%;text-align:center;font-weight:bold;color:#1B6D2D;}


.search{display:inline-block;width:100%;padding:60px 0px;}
.search_null{width:100%;text-align:center;display:inline-block;font-size:30px;margin-top:60px;color:#333;font-weight:bold;}
.search_list{width:100%;display:inline-block;}
.search_list .item{margin-top:-15px;}
.search_list .item01{width:100%;margin-top:15px;display:inline-block;font-size:18px;padding:20px;border-bottom:1px dashed #ddd;}
.search_list .item01 a{float:left;width:80%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.search_list .item01 span{float:right;width:15%;text-align:right;}
.search_list .item01:hover{border-bottom:1px dashed #1B6D2D;}
.search_list .item01:hover a{color:#1B6D2D;}

@media (max-width:1850px){
  .nav_son li{display:inline-block;margin:0px 6px;position:relative;}
}


/* 分页 */
.paging{width:100%;margin-top:60px;text-align: center;font-size:0px;}
.paging li{display:inline-block;margin:0px 2px;font-size:14px;color:#333;}
.paging li a,.paging li span{display:table-cell;color:#333;width:40px;height:40px;line-height:40px;text-align:center;background:#f7f7f7;}
.paging li a:hover{color:#fff;background:#1B6D2D;}
.paging li:nth-child(1) a,.paging li:nth-last-child(1) a,.paging li:nth-child(1) span,.paging li:nth-last-child(1) span{width:70px;display: table-cell;}
.paging li.active span{color:#fff;background:#1B6D2D;}
