/*外部公共样式*/
@import url("bootstrap.min.css");
@import "../swiper/css/swiper.min.css";
@import url("animate.css");
@import "iconfont.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%;border-bottom:1px solid #e1e1e1; line-height:32px; font-size:12px; color:#737373; font-family:SimSun;}
.topbox a{ color:#737373; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#192847; text-decoration:underline !important;}

.header{width:100%; padding:18px 0 25px;}
.logo img{width:100%; max-width:490px; max-height:70px;}

.header_dianhua{height:54px; line-height:27px;font-size:14px; font-weight:bold; background:url(../img/images/dianhua_06.png) no-repeat left center; padding-left:60px; margin-left:35px;}
.header_dianhua span{font-size: 34px;font-family: "微软雅黑";color: #db241c;}
/* .header_form{width:232px; float:left; border:1px solid #8f8f8f; margin-top:6px;}
.header_inp1{width:calc(100% - 40px); float:left; height:40px; line-height:40px; padding:0 10px; font-size:14px; color:#000;}
.header_btn{width:40px; float:left; height:40px; background:url(../images/search_ss.png) no-repeat left center;} */

nav{background:#37b201; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:12%; position:relative;margin: 0 8px;}
.nav>li>a{width:100%; height:52px; line-height:52px; font-size:16px; color:#fff; text-align:center;transition: all 2s; }
.nav>li:hover>a{background:#edb033; color:#fff;}
/* .nav li:nth-child(1) a{background-color: #EDB033;} */
/* .nav li:nth-child(1)::after{width: 100%;display: block;content: "";height: 8px;position: absolute;top: -8px;left: 0;background-color: #EDB033;}
.nav li:nth-child(1) a::after{display: block;content: "";width:0; height:0; border-right:8px solid #f08002; border-top:8px solid transparent; border-bottom:0px solid transparent; position:absolute;left:-8px;top:-8px; }
.nav li:nth-child(1) a::before{display: block;content: "";width:0; height:0; border-left:8px solid #f08002; border-top:8px solid transparent; border-bottom:0px solid transparent; position:absolute;right:-8px;top:-8px; } */
.nav li a::after{display: none;content: "";width:0; height:0; border-right:8px solid #f08002; border-top:8px solid transparent; border-bottom:0px solid transparent; position:absolute;left:-8px;top:-8px; }
.nav li a::before{display: none;content: "";width:0; height:0; border-left:8px solid #f08002; border-top:8px solid transparent; border-bottom:0px solid transparent; position:absolute;right:-8px;top:-8px; }
.nav li::before{width: 100%;display:none; content: "";height: 8px;position: absolute;top: -8px;left: 0;background-color: #EDB033;}

.nav li:hover::before{display:block;}
.nav li:hover>a::after{display: block;} 
.nav li:hover>a::before{display: block;}

.nav>li.on>a{background:#edb033; color:#fff;}
.nav>li.on::before{display:block;}
.nav>li.on>a::after{display: block;}
.nav>li.on>a::before{display: block;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background-color: #2C8E01;}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#EDB033; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../img/next_03.png) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../img/prev_03.png) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.search{width:100%;box-sizing: border-box;display: block;clear: both;position: relative;top: -35px;z-index: 9999;}
.sech{width: 100%;height: 55px;background-color: #f5f5f5;box-shadow: 0px 4px 4px #CCCCCC;}
.search_form{width:430px; float:left;background-color: #3cbd03;padding: 0px 30px;height: 55px;}
.sercbor{border-bottom: 1px dashed #FFFFFF;display: block;overflow: hidden;padding: 5px 0;}
.search_inp1{width:calc(100% - 46px); float:left; height:30px;font-family:SimSun; font-size:14px; color:#000;background-color: #3CBD03;color: #FFFFFF;}
.search_inp1::-webkit-input-placeholder{color:#FFFFFF;} 
.search_inp1:-moz-placeholder{color:#FFFFFF;} 
.search_btn{width:46px; float:left; height:30px; background:url(../img/images/serch_03.png) no-repeat center center ;}
.search_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:55px;padding-left: 35px;}
.search_txt>span{float:left;font-size: 20px;color: #3cbd03;}
.search_txt>a{color:#000; margin:0 10px;}
.search_txt>a:hover{color:#3cbd03; text-decoration:underline!important;}

.cpzs{display: block;overflow: hidden;width: 100%;padding:10px ;}
.title{text-align: center;font-size: 30px;font-weight: bold;color: #097c25;position: relative;}
.title::after{width: 501px;height: 1px;display: block;content: "";background-color: #737373;position: absolute;left: 0;top: 49%;opacity: 0.5;}
.title::before{width: 501px;height: 1px;display: block;content: "";background-color: #737373;position: absolute;right: 0;top: 49%;opacity: 0.5;}
.bor{width: 40px;height: 3px;background-color: #097C25;margin: 20px auto;}
.title_p{text-align: center;color: #676767;font-size: 14px;position: relative;}
.title_p::after{width: 7px;height: 11px;border: 1px solid #737373;display: block;content: "";transform: skew(30deg,-238deg);position: absolute;top: -252%;left: 42%;z-index: 999;}
.title_p::before{width: 7px;height: 11px;border: 1px solid #737373;display: block;content: "";transform: skew(30deg,-238deg);position: absolute;top: -252%;right: 42%;z-index: 999;}
.cptit_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: center;padding: 10px 0;flex-wrap: wrap;}
.cptit_ul li{width: 12%;margin: 0 10px;}
.cptit_ul a{display: block;height: 28px;line-height: 28px;background-color: #e6e6e6;color: #000;font-size: 14px;text-align: center;border-radius: 16px;}
.cptit_ul li:nth-child(1) a{background-color: #2f9801;color: #FFFFFF;}
.cptit_ul li:hover a{background-color: #2F9801;color: #FFFFFF;}
.cp_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 10px 0 30px;}
.cp_ul::after{width: 24%;content: "";}
.cp_ul li{width: 24%;margin: 7px 0;}
.cp_ul a{display: block;border: 1px solid #CCCCCC;}
.baoshou{width: 24%;height: 0;}
.cp_ul a{display: block;width: 100%;}
.cp_img{width: 100%;height: 210px;overflow: hidden;}
.cp_img img{width: 100%;height: 100%;transition: all 2s;}
.cp_img img:hover{transform: scale(2,2);}
.cp_p{font-size: 14px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;height: 42px;line-height: 42px;background-color: #ededed;padding: 0 15px;color: #000000;transition: all 2s;}
.cp_ul li:hover .cp_p{background-color: #2f9801;color: #FFFFFF;}
.cp_ul li:nth-child(1) .cp_p{background-color: #2f9801;color: #FFFFFF;}

.about{display: block;overflow: hidden;width: 100%;background-image: url(../img/images/about_bg_02.png);background-size: cover;padding: 0 10px;}
.about_tit{color: #FFFFFF;font-size: 16px;padding: 40px 0px 40px 20px;position: relative;}
.about_tit span{font-weight: bold;font-size: 30px;padding-right: 10px;}
.about_tit::after{width: 4px;height: 30px;display: block;content: "";background-color: #FFFFFF;position: absolute;left: 0;top: 38px;}
.about_m{margin-left: 100px;background-color: #eeeeee;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 35px;}
.about_l{width: 48%;height: 360px;}
.about_l img{width: 100%;height: 100%;}
.about_r{width: 48%;position: relative;}
.about_p{padding: 25px 0;font-size: 14px;line-height: 40px;}
.about_btn{width: 150px;height: 40px;line-height: 40px;font-size: 16px;background-image: linear-gradient(#3bb903, #2e9401);text-align: center;position: absolute;right: 0;bottom: 6%;}
.about_btn a{display: block;color: #FFFFFF;}

.sdys{display: block;overflow: hidden;width: 100%;padding: 30px 10px;}
.sdys_t1{padding: 20px 0;text-align: center;font-size: 48px;font-family: Arial, Helvetica, sans-serif;color: #999999;font-weight: bold;}
.sdys_t2{text-align: center;font-size: 30px;font-weight: bold;color: #3572ff;position: relative;}
.sdys_t2 span{font-weight: bold;font-size: 60px;color: #00923f;padding: 0px 15px 0;position: relative;top: 10px;}
.sdys_t2::after{width: 455px;height: 1px;display: block;content: "";background-color: #737373;position: absolute;left: 0;top: 49%;opacity: 0.5;}
.sdys_t2::before{width: 455px;height: 1px;display: block;content: "";background-color: #737373;position: absolute;right: 0;top: 49%;opacity: 0.5;}
.sdys_t3{text-align: center;padding: 20px 0 30px;font-size: 14px;color: #8c8c8c;}
.sdys_u{position: relative;display: block;}
.sdys_us{text-align: center;}
.sdys_us img{height: 100%;}
.sdys_1{position: absolute;left: 0;top: 0;text-align: center;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;width: 450px;height: 140px;transition: all 2s;}
.sdys_l{width: 30%;}
.sdys_l img{height: 100%;width: 100%;transition: all 2s;}
.sdys_l img:hover{transform: rotateY(360deg);}
.sdys_r{width: 68%;}
.sdys_rp{padding: 25px 0 15px;font-size: 18px;text-align: left;}
.sdys_rb{text-align: left;font-size: 14px;}
.sdys_2{position: absolute;right: 0;top: 0;text-align: center;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;width: 450px;height: 140px;transition: all 2s;}
.sdys_2 .sdys_rp{padding: 25px 0 15px;font-size: 18px;text-align: right;}
.sdys_2 .sdys_rb{text-align: right;font-size: 14px;}
.sdys_3{position: absolute;left: 0;bottom: 0;text-align: center;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;width: 450px;height: 140px;transition: all 2s;}
.sdys_4{position: absolute;right: 0;bottom: 0;text-align: center;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;width: 450px;height: 140px;transition: all 2s;}
.sdys_4 .sdys_rp{padding: 25px 0 15px;font-size: 18px;text-align: right;}
.sdys_4 .sdys_rb{text-align: right;font-size: 14px;}

.anli{display: block;overflow: hidden;width: 100%;padding: 10px 10px 30px;}
.linyu_m{position:relative; margin-top:35px;}
.cpzs-imgbox .swiper-slide{background-color: #FFFFFF;border: 1px solid #CCCCCC;}
.cpzs-imgbox .swiper-slide .cpzs_B{width:100%; overflow:hidden; height: 250px;}
.cpzs-imgbox .swiper-slide .cpzs_B .cpzs_img{width: 100%;height: 250px;overflow: hidden;}
.cpzs-imgbox .swiper-slide .cpzs_B .cpzs_img img{width:100%; overflow:hidden;height: 100%;transition:  all 2s;}
.cpzs-imgbox .swiper-slide .cpzs_B .cpzs_img img:hover{transform: scale(2,2);}
.cpzs-imgbox .swiper-slide .cpzs_fl{padding: 16px;text-align: center;color: #000000;background-color: #ededed;}
.cpzs-prev,.cpzs-next{left:-87px; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:30px; border-radius:50%;overflow:hidden; opacity:1;  cursor:pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; z-index:99;background-position: center center;background-repeat: no-repeat;}
.cpzs-next{left:initial; right:-87px;}

.news{display: block;overflow: hidden;width: 100%;padding: 10px 10px 30px;}
.news_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.news_l{width: 60%;}
.news_t{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;border-bottom: 1px solid #2C8E01;}
.news_nl{font-size: 22px;color: #2c8e01;width: 15%;border-bottom: 2px solid #2C8E01;padding: 0 0 16px}
.news_nr{padding: 0 0 16px;}
.news_tp{padding: 22px 0;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;padding: 20px 0;flex-wrap: wrap;}
.news_tpl{width: 40%;height: 180px;}
.news_tpl img{width: 100%;height: 100%;}
.news_tpr{width: 56%;}
.news_tppt{color: #2c8e01;font-size: 18px;padding: 20px 0;}
.news_tppp{}
.news_tppp span a{color: #2C8E01;}
.newsp_ul a{width: 100%;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;padding: 10px 0;color: #000000;border-bottom: 1px dashed #CCCCCC;}
.newsp_l{font-size: 16px;width: 68%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsp_r{font-size: 12px;width: 30%;text-align: right;}

.news_r{width: 30%;padding: 20px;border: 1px solid #CCCCCC;}
.newsr_img{width: 100%;}
.newsr_img img{width: 100%;}
.news_p1{font-size: 18px;padding: 15px 0;}
.news_do{display: flex;display: -ms-flexbox;display: -webkit-flex;}
.news_do li{width: 10px;height: 10px;border-radius: 50%;background-color: #666666;margin: 10px 2px;}
.news_do li:nth-child(2){background-color: #097C25;}
.news_r .swiper-pagination{position: static;text-align: left;}
.news_r .swiper-pagination-bullet-active{background-color: #2C8E01;}

.footer{display: block;overflow: hidden;width: 100%;padding: 25px 10px 15px;background-image: url(../img/images/footer_bg_43.jpg);background-size: cover;}
.f_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.footer1{width: 30%;}
.f_t{color: #ff9d1e;font-size: 18px;border-bottom: 1px solid #FF9D1E;width: 74px;}
.f_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 10px 0;}
.f_ul li{width: 45%;font-size: 16px;padding: 16px 0;border-bottom: 0.5px solid #B9B7B6;}
.f_ul a{display: block;color: #b9b7b6;}
.footer2{width: 32%;}
.f_2p{font-size: 16px;line-height: 40px;padding: 16px 0;color: #B9B7B6}
.footer3{width: 20%;}
.f_3{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;padding: 16px 0;}
.f_3p{width: 40%;text-align: center;color: #FFFFFF;height: 120px;padding: 10px 0;}
.f_img{height: 100px;width: 100%;}
.f_img img{width: 100%;height: 100%;}
.bootom{padding: 12px 0;background-color: #2C8E01;text-align: center;width: 100%;color: #FFFFFF;font-size: 16px;margin-top: -2px;}

/* 公司简介 */
.abner{width: 100%;display: block;overflow: hidden;padding: 5px 10px;}
.aboutner_m{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 30px 0;}
.aboutner_p{padding: 20px 0;line-height: 30px;}
/* 产品展示 */
.proner{width: 100%;display: block;overflow: hidden;padding: 10px 10px ;}
.pro_ner{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.proner_l{width: 20%;}
.proner_t{width: 100%;color: #FFFFFF;background-image: url(../img/images/proner_03.png);background-size: cover;text-align: center;}
.proner_t1{font-weight: bold;font-size: 26px;padding: 14px 0 10px;}
.proner_t2{text-transform: uppercase;font-size: 14px;font-family: Arial, Helvetica, sans-serif;position: relative;}
.proner_t2::after{width: 20px;height: 1px;display: block;content: "";background-color: #FFFFFF;position: absolute;left: 20px;top: 49%;}
.proner_t2::before{width: 20px;height: 1px;display: block;content: "";background-color: #FFFFFF;position: absolute;right: 20px;top: 49%;}
.left_rr{border: 1px solid #CCCCCC;}

.pro_ul1>li{width: 100%;padding: 12px 10px;}
.pro_ul1 .agao{color: #FFFFFF;width: 100%;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;background-color: #37B201;padding: 5px 20px;border-radius: 30px;}
.pro_ul1>a{color: #FFFFFF;width: 100%;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;background-color: #37B201;padding: 5px 20px;border-radius: 30px;}


.pro_ul2{display: none;}
.pro_ul1>li:nth-child(1) .pro_ul2{display:block;}

.pro_ul2>li{width: 100%;padding: 0px 10px;border-bottom: 1px dashed  #CCCCCC;}
.pro_ul2 a{width: 100%;padding: 5px 30px;display: block;background-image: url(../img/images/dolid_03.png);background-position: left center;background-repeat: no-repeat;color: #000}
.pro_ul2>li:hover a{color: #FFFFFF;background-color: #37B201;border-radius: 30px;}
.pro_ul2>li:hover a{color: #FFFFFF;}
.pro_ul2 li:only-child() a{border-bottom: none;}
.lianxi{padding: 10px 0;}
.lianxi_img{width: 100%;}
.lianxi_img img{width: 100%;}
.lianxi_p{line-height: 30px;font-size: 14px;padding: 0 15px;}
.proner_r{width: 78%;}
.pro_header{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;padding: 10px 0 7px;border-bottom: 1px solid #CCCCCC;}
.prohe_l{font-size: 18px;color: #2f9801;position: relative;padding-left: 16px;}
.prohe_l::after{display: block;content: "";width: 4px;height: 23px;background-color: #2E9401;position: absolute;left: 0;top: 0;}
.prohe_r{color: #8C8C8C;}
.pronerul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 10px 0 30px;}
.pronerul::after{width: 32%;content: "";}
.pronerul li{width: 32%;margin: 8px 0;}
.pronerul a{display: block;border: 1px solid #CCCCCC;}
.baoshou{width: 32%;height: 0;}
.pronerul_ul a{display: block;width: 100%;}
.proner_img{width: 100%;overflow: hidden;}
.proner_img .proner_imgs{width: 100%;height: 100%;transition: all 2s;background-position: center;background-repeat: no-repeat;padding-top: 73%;background-size: cover;}
.proner_img .proner_imgs:hover{transform: scale(2,2);}
.pronerr_p{font-size: 14px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;height: 42px;line-height: 42px;background-color: #ededed;padding: 0 15px;color: #000000;transition: all 2s;}
.pronerul li:hover .pronerr_p{background-color: #2f9801;color: #FFFFFF;}
.pronerul li:nth-child(1) .pronerr_p{background-color: #2f9801;color: #FFFFFF;}
/* 新闻资讯 */
.newsner{display: block;overflow: hidden;width: 100%;padding: 10px 10px;}
.newsner_ul{display:block; overflow:hidden;padding: 20px 0;}
.newsner_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.newsner_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#ededed; border:1px solid #a1a1a1;}
.newsner_ul li a .newsner_img{width:275px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.newsner_ul li a .newsner_R{width:calc(100% - 275px); float:left; padding:25px 30px; color:#363636;  border-left:1px solid #a1a1a1;}
.newsner_ul li a .newsner_R .newsner_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.newsner_ul li a .newsner_R .newsner_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:15px;}
.newsner_ul li a .newsner_R .newsner_sp{display:block; overflow:hidden; line-height:16px; font-size:12px; margin-top:15px;}
.newsner_ul li a:hover{background:#2f9801;}
.newsner_ul li a:hover .newsner_R{color:#fff;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#1e1e1e; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:14px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#1e1e1e;}
/* 成功案例 */
.anliner{width: 100%;padding: 20px 10px;display: block;overflow: hidden;}
.anliner_ul{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;padding: 20px 0 30px;}
.anliner_ul li{width: 30%;margin: 5px 0;}
.anliner_ul a{display: block;border: 1px solid #CCCCCC;}
.anliner_ul::after{width: 24%;content: "";}
.anliner_img{width: 100%;overflow: hidden;}
.anliner_img .anliner_imgs{width: 100%;height: 100%;transition: all 2s;background-position: center;background-repeat: no-repeat;padding-top: 73%;background-size: cover;}
.anliner_img .anliner_imgs:hover{transform: scale(2,2);}
.anliner_p{font-size: 14px;height: 42px;line-height: 42px;background-color: #ededed;padding: 0 15px;color: #000000;text-align: center;}
/* 联系我们 */
.contact{display: block;overflow: hidden;width: 100%;padding: 10px 10px;}
.concat_p{line-height: 30px;padding: 20px 0;font-size: 16px;}
.map{height: 400px;width: 100%;}
.map iframe{width: 100%;height: 100%;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/* 产品详情 */
.cpxq{width: 100%;padding: 20px 10px;display: block;overflow: hidden;}
.pro_showt{text-align: center;font-size: 30px;padding: 20px 0;}
.pro_showimg{background-position: center;background-repeat: no-repeat;padding-top: 24%;width: 40%;background-size: cover;margin: 0 auto;}
.pro_showp{width: 100%;line-height: 30px;font-size: 16px;padding: 10px 0;}
/* 新闻详情 */
.xwxq{width: 100%;padding: 20px;display: block;overflow: hidden;}
.xwxq .xwxp_mai{width: 100%;display: flex;display: -ms-flexbox;display: -webkit-flex;padding: 30px 0;}
.xwxq .xw_l{width: 100%;}
.xwxq .xw_l .xw_tit{text-align: center;font-size: 20px;font-weight: bold;}
.xwxq .xw_l .xw_p{text-align: center;color: #c8c7c4;line-height: 40px;}
.xw_l ul li{font-size: 16px;}
.xw_l .xw_bb{background-color: #C8C7C4;}
.xw_l .xw_img{text-align: center;}
.xwxq .xw_r{width: 20%;}
.xw_r .xw_rimg{text-align: center;}
.xw_r .xw_rimg img{width: 100%;height: 100%;}
.xw_r .xw_rp{text-align: center;}
.xw_r .xw_look{position: relative;padding-left: 90px;color: #C8C7C4;}
.xw_r .xw_look::after{width: 30px;height: 3px;display: block;background-color: #C8C7C4;content: "";position: absolute;top: 50%;left: 20%;}
.xw_r .xw_look::before{width: 30px;height: 3px;display: block;background-color: #C8C7C4;content: "";position: absolute;top: 50%;right: 20%;}
.xw_r .xw_ul{width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}
.xw_r .xw_ul li{width: 160px;border: 1px solid #CCCCCC;margin: 10px 0;}
.xw_ul li a{display: block;padding: 10px 0;}
.xw_ul .xw_mg  img{width: 100%;height: 120px;}
.xw_ul .xw_txt{width: 100%;text-align: center;color: #000000;overflow: hidden;height: 20px;text-overflow: ellipsis;white-space: nowrap;}
.xw_ul .xw_txt:hover{color: #00aaff;}


.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/


/*首页内容*/
.search{padding:14px 1%;}
.about_m{margin: 0;}
.title::before{width: 380px;}
.title::after{width: 380px;}
.sdys_t2::before{width: 330px;}
.sdys_t2::after{width: 330px;}

.sdys_l{width: 40%;}
.sdys_1{width: 340px;height: 130px;}
.sdys_2{width: 340px;height: 130px;}
.sdys_3{width: 340px;height: 130px;}
.sdys_4{width: 340px;height: 130px;}
.f_3p{width: 48%;}
/* 新闻详情 */
.xwxq{width: 100%;padding: 40px 20px;display: block;overflow: hidden;}
.xwxq .xwxp_mai{width: 100%;display: flex;}
.xwxq .xw_l{width: 100%;}
.xwxq .xw_l .xw_tit{text-align: center;font-size: 20px;font-weight: bold;}
.xwxq .xw_l .xw_p{text-align: center;color: #c8c7c4;line-height: 40px;}
.xw_l ul li{font-size: 16px;}
.xw_l .xw_bb{background-color: #C8C7C4;}
.xw_l .xw_img img{width: 100%;}
.xw_l .xw_pp{text-indent: 2em;}
.xwxq .xw_r{width: 30%;}

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu span{width:100%; height:6px; float:left;  background:#2C8E01;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:20px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:#2C8E01;}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li>a::after{display: none;}
.nav>li>a::before{display: none;}
.nav li:hover a::after{display: none;} 
.nav li:hover a::before{display: none;}

.nav li a::after{display: none;}
.nav li a::before{display: none;}
.nav li::before{display:none;}

.nav li:hover::before{display:none;}
.nav li:hover>a::after{display: none;} 
.nav li:hover>a::before{display: none;}

.nav>li.on>a{background:#edb033; color:#fff;}
.nav>li.on::before{display:none;}
.nav>li.on>a::after{display: none;}
.nav>li.on>a::before{display: none;}

/*END-头部+导航*/

/*首页内容*/
.search{padding:10px;}
.title::before{width: 283px;}
.title::after{width: 283px;}
.sdys_t2::before{width: 230px;}
.sdys_t2::after{width: 230px;}
.sdys_us img{width: 200px;}
.sdys_rp{padding: 0;}
.sdys_2 .sdys_rp{padding: 0;}
.sdys_4 .sdys_rp{padding: 0;}
.sdys_1{width: 255px;height: 95px;overflow: hidden;text-overflow: ellipsis;}
.sdys_2{width: 255px;height: 95px;overflow: hidden;text-overflow: ellipsis;}
.sdys_3{width: 255px;height: 95px;overflow: hidden;text-overflow: ellipsis;}
.sdys_4{width: 255px;height: 95px;overflow: hidden;text-overflow: ellipsis;}
.news_nl{width: 21%;}
/* 产品展示 */
.proner_l{width: 25%;}
.proner_r{width: 72%;}
/* 成功案例 */
.anliner_p{font-size: 10px;padding: 0 4px;overflow: hidden;}
/* 产品详情 */

/* 新闻详情 */
.xwxq{padding:20px 20px;}
.xwxq .xw_l{width: 100%;}
.xw_l .xw_img img{width: 100%;}
.xwxq .xw_l .xw_tit{font-size: 16px;}
.xw_l ul li{font-size: 14px;}
/* 新闻资讯 */
.newsner_ul li a .newsner_img{width:200px;}
.newsner_ul li a .newsner_R{width:calc(100% - 200px); padding:15px;}
.newsner_ul li a .newsner_R .newsner_txt{margin-top:10px;}
.newsner_ul li a .newsner_R .newsner_sp{margin-top:10px;}
}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}

/*END-头部+导航*/

/*首页内容*/
.search{padding:10px;}
.search_form {width:100%;}
.search_txt {width:100%; float:left; line-height:20px; padding-top:5px; font-size:12px;}
.search_txt a{margin:0 5px;}
.title{font-size: 20px;}
.title::before{width: 110px;}
.title::after{width:110px;}
.title_p::after{display: none;}
.title_p::before{display: none;}
.sdys_t2::before{width: 50px;}
.sdys_t2::after{width: 50px;}
.cptit_ul li {width: 28%;}
.cp_ul li{width: 48%;}
.cp_img{height: 160px;}
.cptit_ul{padding: 10px 0;}


.about_m{padding: 15px;}
.about_p{padding: 10px 0;}
.about_l{width: 100%;height: 200px;}
.about_r{width: 100%;}
.about_btn{position: static;}
.sdys_t1{font-size: 22px;}
.sdys_t2{font-size: 22px;}
.sdys_t2 span {font-size: 40px;top: 5px;}
.sdys_1{position:static;width:100%;margin: 10px 0;}
.sdys_2{position:static;width:100%;margin: 10px 0;}
.sdys_3{position:static;width:100%;margin: 10px 0;}
.sdys_4{position:static;width:100%;margin: 10px 0;}
.sdys_l{width: 28%;}
.sdys_rp{padding: 10px 0;}
.sdys_2 .sdys_rp{padding: 10px 0;}
.sdys_4 .sdys_rp{padding: 10px 0;}

.news_l{width: 100%;margin-bottom: 10px;}
.news_nl{width: 30%;}
.news_tpl{width: 100%;}
.news_tpr{width: 100%;}
.news_r{width: 100%;}

.footer1{width: 100%;}
.footer2{width: 60%;padding: 10px 0;}
.footer3{width: 38%;padding: 10px 0;font-size: 12px;}
.f_img{height: 80px;}
/* 公司简介 */
.aboutner_l{width: 100%;}
.aboutner_r{width: 100%;}
/* 产品展示 */
.proner_l{width: 100%;}
.proner_r{width: 100%;}
.pronerul li{width: 48%;}
.proner_t2::after{width: 80px;}
.proner_t2::before{width: 80px;}
/* 成功案例 */
.anliner_ul>li{width: 48%;margin: 5px 0;}
.anliner_p{font-size: 10px;padding: 0 4px;overflow: hidden;}
/* 联系我们 */
.contact_l{width: 100%;}
.contact_r{width: 100%;}
/* 产品详情 */
.pro_showimg{padding-top: 70%;width: 100%;}
/* 新闻详情 */
.xwxq{padding:20px 20px;}
.xwxq .xw_l{width: 100%;}
.xw_l .xw_img img{width: 100%;}
.xwxq .xw_l .xw_tit{font-size: 16px;}
.xw_l ul li{font-size: 14px;}
.xwxq .xwxp_mai{padding:  0;}
/* 新闻资讯 */
.newsner_ul li{margin-bottom:10px;}
.newsner_ul li a .newsner_img{width:100px;}
.newsner_ul li a .newsner_R{width:calc(100% - 100px); padding:5px;}
.newsner_ul li a .newsner_R .newsner_txt{margin-top:2px; height:60px; line-height:20px;-webkit-line-clamp:3;}
}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#192847;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#389e2e; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #389e2e;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/