﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#f2f9f4; line-height:34px; font-size:14px; color:#131313;}
.topbox a{ color:#131313; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox>.container>.pull-right{background:url(../images/top_logo.png) no-repeat left center; padding-left:15px;}
.topbox a:hover{ color:#1e7d56; text-decoration:underline !important;}

.header{width:100%;background: url(../images/header_bj.jpg) repeat-x top;}
.logo{ padding:35px 0;}
.logo img{width:100%; max-width:580px; max-height:58px;}
.header_wx{width:86px; line-height:22px; text-align:center; font-size:12px; color:#000; margin-top:15px;}
.header_wx img{width:86px; height:86px; display:block; margin:0 auto;}
.header_dianhua{height:50px; line-height:20px; font-size:14px; color:000; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:65px; margin:35px 20px 0 0;}
.header_dianhua span{display:block; line-height:30px; color:#058528; font-size:28px; font-weight:bold;}

nav{background:url(../images/nav_bj.jpg) repeat; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:12.5%; position:relative; padding-right:1px;}
.nav>li::before{content:""; width:1px; float:left; height:100%; background:#fff; opacity:0.3; position:absolute; right:0; top:0;}
.nav>li:last-child::before{display:none;}
.nav>li>a{width:100%; height:52px; line-height:52px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#f5d522; color:#422f03;}
.nav>li>a.on{background:#f5d522; color:#422f03;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(5, 135, 35, 0.8); padding-top:2px;}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#f5d522; color:#422f03;}

/*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(../images/imgs/next.jpg) 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(../images/imgs/prev.jpg) 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-头部+导航+大图*/

/*首页内容*/
.cpzs{width:100%; overflow:hidden; padding:50px 0;}
.cpzs_title{display:block; overflow:hidden; text-align:center; padding-bottom:12px; position:relative;}
.cpzs_title::before{content:""; width:100%; float:left; height:1px; background:#ccc; position:absolute; left:0; bottom:0;}
.cpzs_title::after{content:""; width:100%; max-width:166px; float:left; height:3px; background:#058723; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.cpzs_p{line-height:36px; font-size:30px; color:#058723; font-weight:bold;}
.cpzs_sp{line-height:22px; font-size:18px; color:#878787; text-transform:uppercase;}
.cpzs_ul{display:block; overflow:hidden; width:1224px;}
.cpzs_ul li{width:282px; float:left; margin:35px 24px 0 0;}
.cpzs_ul li .cpzs_B{width:100%; overflow:hidden; position:relative;}
.cpzs_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_ul li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:75.1774%;}
.cpzs_ul li .cpzs_B .cpzs_hover{width:0; float:left; height:0; overflow:hidden; border:1px solid #fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzs_ul li .cpzs_txt{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; background:#058723; font-size:14px; color:#fff;}
.cpzs_ul li:hover .cpzs_B .cpzs_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzs_ul li:hover .cpzs_B .cpzs_hover{width:calc(100% - 2px); height:calc(100% - 2px);}
.cpzs_ul li:hover .cpzs_txt{background:#f5d522; color:#422f03;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.gsjj .cpzs_title::before{background:#fff;}
.gsjj .cpzs_title::after{background:#fff;}
.gsjj .cpzs_p{color:#fff;}
.gsjj .cpzs_sp{color:#fff;}
.gsjj_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:40px; background:#fff;}
.gsjj_left{width:36%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_right{width:64%; float:right; padding:30px 35px;}
.gsjj_txt{display:block; overflow:hidden; height:150px; line-height:30px; font-size:14px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.gsjj_dianhua{display:block; overflow:hidden; margin-top:30px; padding-left:76px; background:url(../images/gsjj_logo.png) no-repeat left center; line-height:22px; font-size:18px; color:#058723;}
.gsjj_dianhua>span{display:block; line-height:40px; font-size:36px; color:#058723; font-weight:bold;}
.gsjj_ul{display:block; overflow:hidden; margin-top:25px; background:#fff; padding:15px 0;}
.gsjj_ul li{width:20%; float:left; position:relative;}
.gsjj_ul li::before{content:""; width:1px; float:left; height:100%;background:#eee; position:absolute; right:0; top:0;}
.gsjj_ul li:last-child::before{display:none;}
.gsjj_ul li a{overflow:hidden; padding:10px 35px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-size:16px; color:#058723; font-weight:bold;}
.gsjj_ul li a img{width:46px; float:left; height:46px; margin-right:10px; transition:all 0.8s;}
.gsjj_ul li a:hover img{-webkit-transform: rotateX(360deg); transform: rotateX(360deg);}

.ys{width:100%; overflow:hidden; padding:50px 0;}
.ys_title{display:block; overflow:hidden; text-align:center; padding-bottom:6px; background:url(../images/ys_title.png) no-repeat center bottom;}
.ys_p{line-height:58px; font-size:36px; color:#058723; font-weight:bold;}
.ys_sp{line-height:50px; font-size:30px; color:#454545;}
.ys_spp{display:block; overflow:hidden; line-height:45px; text-align:center; margin-top:10px; font-size:32px; color:#e3e3e3; font-weight:bold; text-transform:uppercase;}
.ys_ul{display:block; overflow:hidden; padding-top:30px;}
.ys_ul li{display:block; overflow:hidden;}
.ys_ul li .ys_left{width:50%; float:left; padding-right:50px;}
.ys_ul li .ys_left .ys_B{display:block; overflow:hidden; margin-bottom:40px;}
.ys_ul li .ys_left .ys_B .ys_titleB{display:block; overflow:hidden; padding-bottom:22px; background:url(../images/ys_heng.png) repeat-x left bottom;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_sub{width:73px; float:left; height:70px; line-height:70px; text-align:center; padding-left:3px; background:url(../images/ys_logo.png) no-repeat center center; font-size:48px; color:#fff; font-weight:bold; margin-right:16px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp{display:block; overflow:hidden; line-height:42px; font-size:30px; color:#058723; font-weight:bold; margin-top:9px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps{display:block; overflow:hidden; line-height:16px; font-size:14px; color:#666; text-transform:uppercase;}
.ys_ul li .ys_left .ys_B .ys_txt{display:block; overflow:hidden; height:150px; line-height:22px; color:#212121; margin-top:10px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.ys_ul li .ys_right{width:50%; float:left;}
.ys_ul li .ys_left .ys_B:last-child{margin:0;}
.ys_ul li:nth-child(even) .ys_left{float:right; padding:50px 0 0 20px;}
.ys_ul li:nth-child(2) .ys_left .ys_B:last-child{margin-left:-50px;}

.hf{width:100%; overflow:hidden;}
.hf img{width:100%; display:block; height:auto;}

.news_box{width:100%; overflow:hidden; padding:20px 0 40px 0;}
.news{width:65%; float:left;}
.news_title{display:block; overflow:hidden;}
.news_p{float:left; line-height:38px; background:url(../images/news_logo.png) no-repeat left 6px; padding:0 0 10px 35px; border-bottom:3px solid #058723; font-size:24px; color:#262626; margin-right:3px;}
.news_more{display:block; overflow:hidden; height:51px; line-height:38px; padding-bottom:10px; border-bottom:3px solid #e4e4e4;}
.news_more>a{float:right; font-size:14px; color:#828282;}
.news_more>a:hover{color:#058723; text-decoration:underline!important;}
.news_contect{display:block; overflow:hidden; padding-top:25px;}
.news_contect>a{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.news_contect>a .news_B{width:380px; float:left; overflow:hidden;display:-webkit-box; display:-ms-flexbox; display:flex;}
.news_contect>a .news_B .news_img{width:100%;  overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_contect>a .news_R{width:calc(100% - 380px); float:left; padding-left:20px;}
.news_contect>a .news_R .news_pp{display:block; overflow:hidden; height:26px; line-height:26px; font-size:18px; color:#3a3a3a; text-overflow:ellipsis; white-space: nowrap;}
.news_contect>a .news_R .news_spp{display:block; overflow:hidden; height:16px; line-height:16px; font-size:12px; color:#9f9f9f; margin-top:10px;}
.news_contect>a .news_R .news_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#555; margin-top:10px;}
.news_contect>a .news_R .news_M{display:block; overflow:hidden; width:146px; height:40px; line-height:38px; text-align:center; border:1px solid #058723; border-radius:5px; font-size:14px; color:#058723; margin-top:24px;}
.news_contect>a:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_contect>a:hover .news_R .news_pp{color:#058723;}
.news_contect>a:hover .news_R .news_M{background:#058723; color:#fff;}
.news_ul{display:block; overflow:hidden;}
.news_ul li{display:block; overflow:hidden; margin-top:30px;}
.news_ul li .news_sub{width:94px; float:left; border:1px solid #058723; margin-right:20px;}
.news_ul li .news_sub .news_sub_p{display:block; overflow:hidden; height:49px; line-height:48px; text-align:center; border-bottom:1px solid #058723; font-size:36px; color:#545454;}
.news_ul li .news_sub .news_sub_sp{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; background:#058723; font-size:14px; color:#fff;}
.news_ul li .news_T{display:block; overflow:hidden; height:32px; line-height:32px; font-size:18px; color:#3a3a3a; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_txts{display:block; overflow:hidden; height:48px; line-height:24px; font-size:14px; color:#555; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_ul li:hover .news_sub .news_sub_p{background:#058723; color:#fff; border-bottom:1px solid #fff;}
.news_ul li:hover .news_T{color:#058723;}

.fw{width:32%; float:right;}
.fw_contect{display:block; overflow:hidden; padding-top:25px;}
.fw_contect .fw_B{width:100%; overflow:hidden;}
.fw_contect .fw_B .fw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fw_contect .fw_B .fw_img::before{content:""; display:block; padding-top:52.1053%;}
.fw_contect .fw_p{display:block; overflow:hidden; height:26px; line-height:26px; margin-top:25px; font-size:18px; color:#058723;}
.fw_contect .fw_txt{display:block; overflow:hidden; height:96px; line-height:24px; margin-top:10px; font-size:14px; color:#555; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.fw_contect .fw_M{display:block; overflow:hidden; width:146px; height:40px; line-height:38px; text-align:center; border:1px solid #058723; border-radius:5px; font-size:14px; color:#058723; margin-top:20px;}
.fw_contect:hover .fw_B .fw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.fw_contect:hover .fw_M{background:#058723; color:#fff;}

.footer{width:100%; overflow:hidden; padding:35px 0; background:url(../images/footer_bj.jpg) no-repeat center center; background-size:100% 100%;}
.link{display:block; overflow:hidden;}
.link_title{float:left; border-bottom:1px solid #077044; padding-bottom:15px; line-height:36px; font-size:16px; color:#058723;}
.link_title>span{float:right; font-size:30px; text-transform:uppercase; padding-left:8px;}
.link_contect{display:block; overflow:hidden; padding-bottom:15px; border-bottom:1px solid #c1c1c1;}
.link_contect p>a{float:left; line-height:22px; margin:7px 0 7px 40px; font-size:13px; color:#686868;}
.link_contect p>a:hover{color:#058723; text-decoration:underline!important;}
.foot{width:100%; overflow:hidden; padding-top:25px;}
.foot_left{width:32%; float:left;display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.foot_B{float:left;}
.foot_p{display:block; overflow:hidden; line-height:30px; font-size:16px; color:#058723; text-align:center;}
.foot_ul{display:block; overflow:hidden;}
.foot_ul li{display:block; overflow:hidden;}
.foot_ul li a{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; font-size:14px; color:#000;}
.foot_ul li a:hover{color:#058723; text-decoration:underline!important;}
.foot_right{width:59%; float:right; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.foot_txt{width:49%; float:left; font-size:14px; color:#5a5a5a; line-height:28px;}
.foot_txt>span{font-size:18px; font-weight:bold; color:#058723;}
.foot_txt>em{ font-weight:bold; color:#058723;}
/*END-首页内容*/

/*底部*/
footer{background:#058723; font-size:14px; color:#fff; line-height:30px; padding:25px 0;}
footer a{color:#fff; margin:0 5px;}
footer a:hover{color:#fff; text-decoration:underline !important;}
.footer_left{float:left; text-transform:uppercase;}
.footer_right{float:right;}
.footer_right>span{float:left;}
.footer_right>a{width:30px; float:left; height:30px; border-radius:50%; background:#fff; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -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; position:relative; margin-left:15px;}
.footer_right>a>i{font-size:18px; color:#058723;}
.footer_wx{width:140px; float:left; height:0; overflow:hidden; position:absolute; right:0; bottom:100%; z-index:99999;}
.footer_wx img{width:140px; height:140px; display:block;}
.footer_right>a:hover .footer_wx{height:140px;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:40px 0;}
.main_left{width:255px; float:left;}
.about{width:100%; float:left;}
.about_title{display:block; overflow:hidden; text-align:center; background:#058723; padding:22px 0;}
.about_p{line-height:32px; font-size:24px; color:#fff; font-weight:bold;}
.about_sp{line-height:20px; font-size:14px; color:#fff; font-weight:bold; text-transform:uppercase;}
.about_ul{display:block; overflow:hidden; padding-top:20px;}
.about_ul>li{display:block; overflow:hidden; border-bottom:1px solid #cecdcd;}
.about_ul>li>a{display:block; overflow:hidden; height:46px; line-height:46px; font-size:14px; color:#000; padding:0 25px;display:-webkit-box; display:-ms-flexbox; display:flex;-webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.about_ul>li>a>img{width:16px; float:left; height:16px; margin-right:8px;}
.about_ul>li:hover>a{background:#058723; color:#fff;}
.about_ul>li.about_on>a{background:#058723; color:#fff;}
.about_dianhuaB{display:block; overflow:hidden; background:#058723; padding:40px 0 40px 20px; margin-top:20px;}
.about_dianhua{display:block; overflow:hidden; height:54px; background:url(../images/about_dianhua.png) no-repeat left center; padding-left:50px; font-size:20px; color:#fff; line-height:20px;}
.about_dianhua>span{display:block; overflow:hidden; line-height:34px; font-family:Impact; font-size:30px; color:#fff;}
.about_txt{display:block; overflow:hidden; padding-top:15px; font-size:14px; color:#5a5a5a; line-height:30px;}

.main_right{width:905px; float:right;}
.dqwz_title{width:100%; float:left; line-height:50px; padding-bottom:15px; border-bottom:1px solid #ccc;}
.dqwz_p{float:left;font-size:30px; color:#058723; font-weight:bold;}
.dqwz_nav{float:right; font-size:14px; color:#000;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
/*END-关于我们*/

/*产品展示*/
.cpzs_ul1{display:block; overflow:hidden; width:927px;}
.cpzs_ul1 li{width:282px; float:left; margin:0 27px 30px 0;}
.cpzs_ul1 li .cpzs_B{width:100%; overflow:hidden; position:relative;}
.cpzs_ul1 li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_ul1 li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:75.1774%;}
.cpzs_ul1 li .cpzs_B .cpzs_hover{width:0; float:left; height:0; overflow:hidden; border:1px solid #fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.cpzs_ul1 li .cpzs_txt{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; background:#058723; font-size:14px; color:#fff;}
.cpzs_ul1 li:hover .cpzs_B .cpzs_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzs_ul1 li:hover .cpzs_B .cpzs_hover{width:calc(100% - 2px); height:calc(100% - 2px);}
.cpzs_ul1 li:hover .cpzs_txt{background:#f5d522; color:#422f03;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#000; line-height:26px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
/*END-产品展示*/

/*新闻中心*/
.xw_ul li{display:block; overflow:hidden; margin-bottom:40px;}
.xw_ul li a{display:flex; overflow:hidden;}
.xw_ul li a .xw_img{width:184px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 184px); float:left; padding-left:25px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px; color:#212121; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:14px; color:#212121; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.xw_ul li a:hover .xw_R .xw_p{color:#058723;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; font-weight:bold; color:#000; line-height:26px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#a4a4a4; padding-top:5px; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:15px 0;}
.xwxq_img img{border:1px solid #d6d6d6;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#000;}
/*END-新闻中心*/

/*在线咨询*/
.message_form{display:block; overflow:hidden; max-width:90%; margin:0 auto;}
.message_B{display:block; overflow:hidden; margin-bottom:15px;}
.message_sp{width:46px; float:left; height:36px; line-height:36px; font-size:14px; color:#393939;}
.message_inp1{width:calc(100% - 46px); float:left; height:36px; line-height:34px; border:1px solid #cacaca; background:#fff; font-size:14px; color:#000; padding:0 10px;}
.message_inp2{width:calc(100% - 46px); float:left; height:220px; line-height:24px; border:1px solid #cacaca; background:#fff; font-size:14px; color:#000; padding:5px 10px; outline:none;}
.message_btn{width:calc(100% - 46px); float:left; height:52px; background:#058723; border-radius:5px; font-size:16px; color:#fff; }
/*END-在线咨询*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:0 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:40px 1%;}
.cpzs_ul{width:100%;}
.cpzs_ul li{width:23%; margin:35px 1% 0 1%;}

.gsjj{padding:40px 1%;}
.ys{padding:40px 1%;}
.news_box{padding:20px 1% 40px 1%;}

.footer{padding:35px 1%;}
.link_contect>a{ margin:7px 0 7px 30px;}
/*END-首页内容*/

/*底部*/
footer{padding:25px 1%;}
/*END-底部*/

/*关于我们*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-关于我们*/

/*产品展示*/
.cpzs_ul1{width:100%;}
.cpzs_ul1 li{width:31.33%; margin:0 1% 30px 1%;}
/*END-产品展示*/

}

@media (max-width:991px){
/*头部+导航*/
.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%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#058723;}

.topbox{padding:0 10px;}
.header{padding:0; background: url(../images/header_bj.jpg) repeat-x top; 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;}
.nav>li{width:100%; margin:0; background:none;}
.nav>li::before{display:none;}
.nav>li>a{width:100%; color:#000; text-align:center; height:40px; line-height:40px; color:#fff; background: url(../images/nav_bj.jpg) no-repeat center center; background-size:100% 100%;}
.nav>li:hover>a{background:#f5d522; color:#422f03;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:30px 10px;}
.cpzs_ul li{margin:25px 1% 0 1%;}

.gsjj{padding:30px 10px;}
.gsjj_contect {margin-top:30px;}
.gsjj_right {padding:20px;}
.gsjj_dianhua {margin-top:10px;}
.gsjj_ul li a {padding:10px 15px; font-size:15px;}

.ys{padding:30px 10px;}
.ys_ul li .ys_left {padding-right:20px;}
.ys_ul li .ys_left .ys_B {margin-bottom:20px;}
.ys_ul li .ys_left .ys_B .ys_titleB {padding-bottom:15px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:32px; font-size:20px; margin-top:0;}
.ys_ul li .ys_left .ys_B .ys_txt {margin-top:10px;}
.ys_ul li:nth-child(even) .ys_left {padding:0 0 0 20px;}
.ys_ul li .ys_left .ys_B:last-child {margin-bottom:20px;}

.news_box{padding:30px 10px;}
.news {width:59%;}
.news_contect>a .news_B {width:200px;}
.news_contect>a .news_R {width:calc(100% - 200px);}
.news_ul li {margin-top:15px;}
.fw {width:39%;}

.footer{padding:30px 10px;}
.link_contect>a{ margin:7px 0 7px 10px;}
.link_title {font-size:14px;}
.link_title>span {font-size:20px; padding-left:4px;}
.foot_right {width:64%;}
/*END-首页内容*/

/*底部*/
footer{padding:15px 10px;}
/*END-底部*/

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-关于我们*/

/*产品展示*/
.cpzs_ul1 li{width:31.33%; margin:0 1% 20px 1%;}
/*END-产品展示*/

}

@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-头部+导航*/

/*首页内容*/
.cpzs{padding:10px;}
.cpzs_title {padding-bottom:6px;}
.cpzs_p {line-height:30px; font-size:20px;}
.cpzs_sp {line-height:18px; font-size:14px;}
.cpzs_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzs_ul li{width:calc(50% - 5px); margin:10px 0 0 0;}

.gsjj{padding:10px;}
.gsjj_contect {margin-top:10px;}
.gsjj_left{width:100%;}
.gsjj_left::before{content:""; display:block; padding-top:70%;}
.gsjj_right {width:100%; padding:10px;}
.gsjj_txt {height:160px; line-height:20px; -webkit-line-clamp:8;}
.gsjj_dianhua {padding-left:70px; font-size:14px;}
.gsjj_dianhua>span {font-size:30px;}
.gsjj_ul{margin-top:10px; padding:5px 0;}
.gsjj_ul li {width:33.33%;}
.gsjj_ul li a {padding:10px; font-size:14px; text-align:center; justify-content:center;}
.gsjj_ul li a img{float:none; display:block; margin:0 auto;}

.ys {padding:10px;}
.ys_title {background:url(../images/ys_title.png) no-repeat center bottom; background-size:100% 73%;}
.ys_p {line-height:30px; font-size:18px;}
.ys_sp {line-height:20px; font-size:14px;}
.ys_spp {line-height:30px; margin-top:5px; font-size:18px;}
.ys_ul {padding-top:10px;}
.ys_ul li .ys_left {width:100%; padding:0;}
.ys_ul li .ys_left .ys_B {margin-bottom:10px;}
.ys_ul li .ys_left .ys_B .ys_titleB {padding-bottom:10px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:28px; font-size:16px; margin-top:0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps {line-height:14px; font-size:12px;}
.ys_ul li .ys_left .ys_B .ys_txt {margin-top:10px;}
.ys_ul li:nth-child(even) .ys_left {padding:10px 0 0 0;}
.ys_ul li .ys_right {width:100%; padding-top:10px;}
.ys_ul li:nth-child(2) .ys_left .ys_B:last-child {margin-left:0;}

.news_box{padding:10px;}
.news {width:100%;}
.news_contect {padding-top:10px;}
.news_contect>a .news_B {width:100px;}
.news_contect>a .news_R {width:calc(100% - 100px); padding-left:10px;}
.news_contect>a .news_R .news_spp {height:14px; line-height:14px; margin-top:2px;}
.news_contect>a .news_R .news_txt {height:54px; line-height:18px; font-size:12px; margin-top:2px;}
.news_contect>a .news_R .news_M {width:82px; height:26px; line-height:24px; margin-top:5px;}
.news_ul li {margin-top:10px;}
.news_ul li .news_sub {width:84px; margin-right:10px;}
.fw {width:100%; margin-top:10px;}
.fw_contect {padding-top:10px;}
.fw_contect .fw_p {margin-top:5px;}
.fw_contect .fw_txt {margin-top:5px;}
.fw_contect .fw_M {width:82px; height:26px; line-height:24px; margin-top:5px;}

.footer{padding:10px;}
.link{display:flex; flex-wrap:wrap; justify-content:center;}
.link_title{padding-bottom:5px; line-height:30px;}
.link_contect{padding:10px 0;}
.link_contect>a{ margin:0 3px;}
/*END-首页内容*/

/*底部*/
footer{padding:10px; line-height:20px;}
.footer_left{width:100%; text-align:center;}
/*END-底部*/

/*关于我们*/
.main{padding:0;}
.main_left{width:100%;}
.about_title {height:50px; line-height:50px; text-align:left; padding:0 0 0 20px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #058723; font-size:18px; font-weight:bold; color:#fff;}
.about_ul{display:none; padding:3px;}
.about_ul li a{height:40px; line-height:40px; padding:0 15px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
/*END-关于我们*/

/*产品展示*/
.cpzs_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzs_ul1 li{width:calc(50% - 5px); margin:0 0 10px 0;}
/*END-产品展示*/

/*新闻中心*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:120px;}
.xw_ul li a .xw_R{width:calc(100% - 120px); padding-left:10px;}
.xw_ul li a .xw_R .xw_txt{height:72px; line-height:18px;}
/*END-新闻中心*/

/*在线咨询*/
.message_form{max-width:100%;}
.message_B{margin-bottom:10px;}
.message_sp {height:32px; line-height:32px;}
.message_inp1 {height:32px; line-height:30px;}
.message_inp2 {height:150px;}
.message_btn {height:40px;}
/*END-在线咨询*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

}
/*手机底部*/
.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:#058723;}
.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:#f5d522; 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 #f5d522;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
