﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#eee; line-height:38px; font-family:SimSun; font-size:12px; color:#494949;}
.topbox a{ color:#494949; margin:0 15px;}
.topbox a:last-child{margin:0 0 0 15px}
.topbox a:hover{ color:#ffb400; text-decoration:underline !important;}

.header{width:100%; padding:21px 0;}
.logo img{width:100%; max-width:430px; max-height:66px;}
.logo_txt img{max-width:525px;}
.header_dianhua{height:54px; line-height:27px; color:#ffb400; font-size:25px; font-family:Impact; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:68px; margin-top:6px;}

nav{background:#238b07; position:relative; left:0; top:0; z-index:99999;}
.nav{width:100%;}
.nav>li{width:11.111%; position:relative;}
.nav>li>a{width:100%; height:48px; line-height:48px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#ffb400; color:#fff;}
.nav>li.act>a{background:#ffb400; color:#fff;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; background:rgba(35,139,7,0.8); padding-top:1px; z-index:9999999;}
.nav_sub dd{display:block; overflow:hidden;}
.nav_sub dd a{display:block; overflow:hidden; height:38px; line-height:38px; text-align:center; font-size:14px; color:#fff;}
.nav_sub dd a:hover{background:#ffb400; color:#fff;}
.nav>li:hover>.nav_sub{display:block;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
/*.banner .banner-imgbox .swiper-slide .banner_img_top{padding-top:26.04167%;}*/
.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;}

.searchBox{width:100%; overflow:hidden; padding:10px 0;}
.search{width:290px;}
.search_inp1{width:calc(100% - 66px); float:left; height:30px; border:1px solid #a9a9a9; border-right:none; padding:0 8px; font-size:14px; color:#222;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder { font-size:12px; color:#5f5f5f;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder { font-size:12px; color:#5f5f5f;} 
.search_btn{width:66px; float:left; height:30px; background:url(../images/search_ss.png) no-repeat center center #238b07;}
.search_txt{display:block; overflow:hidden; padding:5px 5px 5px 0; line-height:20px; font-family:SimSun; font-size:12px; color:#5f5f5f;}
.search_txt>span{float:left; font-weight:bold;}
.search_txt>a{float:left; color:#5f5f5f; margin:0 5px;}
.search_txt>a:hover{color:#ffb400; text-decoration:underline !important;}
/*END-头部+导航+大图*/

/*首页内容*/
.cp{width:100%; overflow:hidden; padding:50px 0; background:url(../images/service_bj.jpg) no-repeat center center; background-size:cover;}
.cp_title{display:block; overflow:hidden; text-align:center; color:#fff; font-weight:bold;}
.cp_p{display:flex; justify-content:center; line-height:42px; font-size:36px;}
.cp_p>span{float:left; position:relative; padding:0 20px;}
.cp_p>span::before{content:""; width:110px; float:left; height:2px; background:#fff; opacity:0.5; position:absolute; left:-110px; top:50%; transform: translateY(-50%);}
.cp_p>span::after{content:""; width:110px; float:left; height:2px; background:#fff; opacity:0.5; position:absolute; right:-110px; top:50%; transform: translateY(-50%);}
.cp_sp{line-height:26px; font-family:'Bell MT'; font-size:24px; text-transform:uppercase;}
.cp_ul{display:block; overflow:hidden; width:1236px; padding-top:40px;}
.cp_ul li{width:273px; float:left; margin:0 36px 35px 0;}
.cp_ul li a{display:block; overflow:hidden; background:#fff; border-radius:10px; padding:20px 15px; position:relative; top:0;}
.cp_ul li a .cp_logo{display:block; overflow:hidden; line-height:50px; color:#238b07; font-size:20px;}
.cp_ul li a .cp_logo img{width:50px; float:left; height:50px; margin-right:10px;}
.cp_ul li a .cp_txt{display:block; overflow:hidden; height:48px; line-height:24px; margin-top:15px; font-size:14px; color:#333;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.cp_ul li a:hover{top:-10px;}
.cp_ul li:nth-child(5) a .cp_logo{color:#1ab5a8;}
.cp_ul li:nth-child(6) a .cp_logo{color:#1ab5a8;}
.cp_ul li:nth-child(7) a .cp_logo{color:#1ab5a8;}
.cp_ul li:nth-child(8) a .cp_logo{color:#1ab5a8;}
.cp_ul li:nth-child(9) a .cp_logo{color:#ffb400;}
.cp_ul li:nth-child(10) a .cp_logo{color:#ffb400;}
.cp_ul li:nth-child(11) a .cp_logo{color:#ffb400;}
.cp_ul li:nth-child(12) a .cp_logo{color:#ffb400;}

.gsjjBox{width:100%; overflow:hidden; padding:30px 0;}
.gsjj-imgbox .swiper-slide a{width:100%; float:left; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj-imgbox .swiper-slide a::before{content:""; display:block; padding-top:61.780105%;}
.gsjj-imgbox .swiper-slide a .gsjj_hover{width:100%; float:left; height:30px; line-height:30px; text-align:center; background:rgba(23,23,23,0.5); position:absolute; left:0; bottom:0; font-size:14px; color:#fff;}
.gsjj-imgbox .swiper-slide a:hover .gsjj_hover{ background:rgba(35,139,7,0.5);}
.gsjj{display:flex; overflow:hidden; padding-top:80px;}
.gsjj_L{width:384px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_R{width:calc(100% - 384px); float:left; padding-left:40px;}
.gsjj_p{display:block; overflow:hidden; line-height:32px; font-size:18px; color:#999; text-transform:uppercase;}
.gsjj_p>span{float:left;font-size:24px; color:#292929; padding-right:8px;}
.gsjj_sp{display:block; overflow:hidden; line-height:38px; font-size:30px; color:#238b07; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; color:#393939; line-height:28px; margin-top:20px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical;}
.gsjj_txt>a{color:#238b07;}
.gsjj_txt>a:hover{color:#238b07; text-decoration:underline!important;}

.ys{width:100%; overflow:hidden; padding:50px 0; background:url(../images/ys_bj.jpg) no-repeat center center; background-size:100% 100%;}
.ys_titleB{display:flex; justify-content:center;}
.ys_title{float:left;}
.ys_p{text-align:center; line-height:40px; font-size:36px; color:#238b07; font-weight:bold;}
.ys_sp{line-height:26px; font-size:20px; color:#000; opacity:0.65; font-family:SimHei;}
.ys_spp{line-height:16px; font-size:14px; color:#bbb; text-transform:uppercase; position:relative;}
.ys_spp::before{content:""; width:2000px; float:left; height:3px; background:#cdcdcd; position:absolute; left:100%; bottom:3px;}
.ys_spp::after{content:""; width:2000px; float:left; height:1px; background:#cdcdcd; position:absolute; left:100%; bottom:8px;}
.ys_contect{display:block; overflow:hidden; padding-top:50px;}
.ys_img{width:722px; float:right; margin-right:-80px;}
.ys_img img{width:100%; height:auto; display:block;}
.ys_ul{display:block; overflow:hidden; padding-top:120px;}
.ys_ul li{display:block; overflow:hidden; margin-bottom:45px;}
.ys_ul li .ys_sub{width:55px; float:left; height:55px; line-height:55px; text-align:center; position:relative; background:#238b07; font-family:Calibri; font-size:36px; color:#fff; font-style:oblique; margin-right:32px;}
.ys_ul li .ys_sub::before{content:"";width:0; height:0; border-left:17px solid #81c784; border-top:0 solid transparent; border-bottom:42px solid transparent; position:absolute; right:-17px;bottom:0;}
.ys_T{display:block; overflow:hidden; height:55px; line-height:54px; border-bottom:1px dotted #00458e; font-size:18px; color:#238b07; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.ys_txt{display:block; overflow:hidden; line-height:30px; font-size:14px; color:#000; padding-left:30px; margin-top:15px; position:relative;}
.ys_txt::before{content:""; width:10px; float:left; height:10px; border-radius:50%; background:#238b07; position:absolute; left:12px; top:10px;}

.case{width:100%; overflow:hidden; padding:50px 0; background:url(../images/case_bj.jpg) no-repeat center center; background-size:cover;}
.case_contect{margin-top:30px; position:relative;}
.case-imgbox .swiper-slide a{display:block; overflow:hidden; background:#fff; border:2px solid #fff;}
.case-imgbox .swiper-slide a .case_B{width:100%; overflow:hidden; border-bottom:2px solid #fff;}
.case-imgbox .swiper-slide a .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case-imgbox .swiper-slide a .case_B .case_img::before{content:""; display:block; padding-top:78.26087%;}
.case-imgbox .swiper-slide a .case_p{display:block; overflow:hidden; height:24px; line-height:24px; text-align:center; margin-top:10px; font-size:14px; color:#1a1a1a;}
.case-imgbox .swiper-slide a .case_txt{display:block; overflow:hidden; height:36px; line-height:18px; text-align:center; margin:5px 0 15px 0; font-size:12px; color:#9d9d9d; padding:0 10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.case-imgbox .swiper-slide a:hover{border-color:#ffb400;}
.case-imgbox .swiper-slide a:hover .case_B{border-bottom-color:#ffb400;}
.case-imgbox .swiper-slide a:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}



.case-imgbox1 .swiper-slide a{display:block; overflow:hidden; background:#fff; border:2px solid #fff;}
.case-imgbox1 .swiper-slide a .case_B{width:100%; overflow:hidden; border-bottom:2px solid #fff;}
.case-imgbox1 .swiper-slide a .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case-imgbox1 .swiper-slide a .case_B .case_img::before{content:""; display:block; padding-top:78.26087%;}
.case-imgbox1 .swiper-slide a .case_p{display:block; overflow:hidden; height:24px; line-height:24px; text-align:center; margin-top:10px; font-size:14px; color:#1a1a1a;}
.case-imgbox1 .swiper-slide a .case_txt{display:block; overflow:hidden; height:36px; line-height:18px; text-align:center; margin:5px 0 15px 0; font-size:12px; color:#9d9d9d; padding:0 10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.case-imgbox1 .swiper-slide a:hover{border-color:#ffb400;}
.case-imgbox1 .swiper-slide a:hover .case_B{border-bottom-color:#ffb400;}
.case-imgbox1 .swiper-slide a:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}



.case-next{right:-50px; position:absolute;top:50%; transform: translateY(-50%); width:24px; height:26px; background:url(../images/case_R.png) no-repeat center center; background-size:cover; overflow:hidden; opacity:1;  cursor:pointer;}
.case-prev{left:-50px; position:absolute;top:50%; transform: translateY(-50%); width:24px; height:26px; background:url(../images/case_L.png) no-repeat center center; background-size:cover; overflow:hidden; opacity:1; cursor:pointer;}

.news{width:100%; overflow:hidden; padding:50px 0;}
.news_title{display:block; overflow:hidden; text-align:center; font-weight:bold;}
.news_p{display:flex; justify-content:center; line-height:42px; color:#1e1a17; font-size:36px;}
.news_p>span{float:left; position:relative; padding:0 20px;}
.news_p>span>em{color:#238b07;}
.news_p>span::before{content:""; width:110px; float:left; height:2px; background:#cac9c8; opacity:0.5; position:absolute; left:-110px; top:50%; transform: translateY(-50%);}
.news_p>span::after{content:""; width:110px; float:left; height:2px; background:#cac9c8; opacity:0.5; position:absolute; right:-110px; top:50%; transform: translateY(-50%);}
.news_sp{line-height:26px; font-family:'Bell MT'; font-size:24px; text-transform:uppercase; color:#999; opacity:0.75;}
.news_ul{display:block; overflow:hidden; padding-top:35px;}
.news_ul li{width:calc(50% - 25px); float:right; margin-bottom:35px;}
.news_ul li a{display:flex; overflow:hidden; background:#fff;}
.news_ul li a .news_B{width:163px; float:left; display:flex; overflow:hidden;}
.news_ul li a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_R{width:calc(100% - 163px); float:left; padding:0 20px 10px 20px;}
.news_ul li a .news_R .news_pp{display:block; overflow:hidden; line-height:46px; font-size:16px; color:#000;text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_R .news_pp>span{font-size:12px;color:#898989;}
.news_ul li a .news_R .news_heng{display:block; overflow:hidden; width:60px; height:3px; background:#8e8e8e;}
.news_ul li a .news_R .news_txt{display:block; overflow:hidden; height:48px; line-height:24px; font-size:12px; color:#000; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_ul li a:hover{background:#f9f9f9;}
.news_ul li 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_ul li a:hover .news_R .news_heng{width:100%; background:#238b07;}
.news_ul li:first-child{float:left; margin:0;}
.news_ul li:first-child a{display:block;}
.news_ul li:first-child a .news_B{width:100%; border:3px solid #efefef;}
.news_ul li:first-child a .news_B .news_img::before{content:""; display:block; padding-top:54.737%;}
.news_ul li:first-child a .news_R{width:100%; padding:0;}
.news_ul li:first-child a:hover{background:#fff;}
.news_ul li:last-child{margin:0;}

.equ{width:100%; overflow:hidden; padding:50px 0; background:#f7f7f7;}
.equ_ul{display:block; overflow:hidden; width:1224px; padding-top:35px;}
.equ_ul li{width:282px; float:left; margin:0 24px 25px 0; border:1px solid #737373; padding:1px; transition:all 0.4s;}
.equ_ul li a{display:block; overflow:hidden; position:relative;}
.equ_ul li a::before{content:""; display:block; padding-top:84.116%;}
.equ_ul li a .equ_txt{width:100%; float:left; height:100%; position:absolute;left:0; top:0; display:flex; align-content:center; align-items:center; justify-content:center; font-size:14px; color:#fff; padding:10px; background:rgba(35,139,7,0.5); opacity:0;}
.equ_ul li:hover{border-color:#238b07;}
.equ_ul li:hover a .equ_txt{opacity:1;}

.picBox{width:100%; overflow:hidden; border-bottom:1px solid #ccc; padding:50px 0;}
.pic_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.pic_ul li{float:left; position:relative; cursor:pointer;}
.pic_ul li .pic_logo{width:100%; overflow:hidden; position:relative; transition:all 0.8s;}
.pic_ul li .pic_logo::before{content:""; display:block; padding-top:100%;}
.pic_ul li .pic_txt{display:block; overflow:hidden; text-align:center; height:25px; line-height:25px; margin-top:15px; font-size:16px; color:#333;}
.pic_ul li:nth-child(odd){width:148px;}
.pic_ul li:nth-child(even){width:18px;}
.pic_ul li:nth-child(even) .pic_logo{height:calc(100% - 40px);}
.pic_ul li:nth-child(even) .pic_logo::before{display:none;}
.pic_ul li:hover .pic_logo{transform: rotateY(360deg);}


.lxwm{width:100%; overflow:hidden; padding:50px 0;}
.lxwm_L{width:50%; float:left; margin-top:40px;}
.lxwm_map{display:block; overflow:hidden; border:1px solid #e0e0e0;}
.lxwm_map img{width:100%; display:block; height:auto;}
.lxwm_B{display:block; overflow:hidden; padding-top:25px;}
.lxwm_B img{width:152px; height:152px; float:left; border:2px solid #f2f2f2; margin-right:15px;}
.lxwm_spp{display:block; overflow:hidden; font-size:12px; line-height:24px; color:#000; opacity:0.7; text-indent:2em;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px; padding-top:10px;}
.lxwm_txt>span{color:#238b07;}
.lxwm_R{width:calc(50% - 45px); float:right; margin-top:40px;}
.lxwm_p{display:block; overflow:hidden; line-height:26px; font-size:14px; color:#282828;}
.lxwm_sp{display:block; overflow:hidden; line-height:22px; margin-top:10px; font-size:12px; color:#6d6d6d;}
.lxwm_inp1{width:100%; display:block; height:34px; line-height:34px; background:#f2f2f2; font-size:14px; padding:0 10px; color:#000;}
.lxwm_inp2{width:100%; display:block; height:94px; line-height:24px; background:#f2f2f2; font-size:14px; padding:5px 10px; color:#000; border:none; outline:none;}
.lxwm_btn{display:block; width:100%; height:30px; line-height:30px; background:#238b07; font-size:12px; color:#fff; margin-top:20px;}
/*END-首页内容*/

/*底部*/
.footer{width:100%; overflow:hidden; background:#238b07; padding:40px 0;}
.footer_L{width:50%; float:left; display:flex; justify-content:space-between;}
.footer_B{width:calc(50% - 30px); float:left; background:url(../images/shutiao.jpg) repeat-y right top; padding-right:2px;}
.footer_p{display:block; overflow:hidden; line-height:20px; font-size:16px; color:#fff;}
.footer_ul{display:block; overflow:hidden; padding-top:20px;}
.footer_ul li{width:50%; float:left; line-height:30px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; color:#fff;}
.footer_ul li a{font-size:14px; color:#fff;}
.footer_ul li a:hover{color:#fff; text-decoration:underline!important;}
.footer_R{width:30%; float:right;}
.footer_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#fff; line-height:30px;}
.footer_txt>img{width:82px; float:right; height:82px; margin-left:25px;}
.footer_txt>span{display:block; overflow:hidden; font-size:24px; font-weight:bold;}

.foot{width:100%; overflow:hidden; background:#ffb400; font-size:12px; color:#fff; line-height:20px; padding:9px 0; text-align:center;}
.foot a{color:#fff;}
.foot a:hover{color:#fff; text-decoration:underline!important;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:45px 0;}
.main_left{width:262px; float:left;}
.about{width:100%; float:left; margin-bottom:30px;}
.about_title{display:block; overflow:hidden; background:#238b07; text-align:center; line-height:60px; font-size:18px; color:#fff;}
.about_ul{display:block; overflow:hidden;}
.about_ul li{display:block; overflow:hidden; margin-top:5px;}
.about_ul li a{display:block; overflow:hidden; height:34px; line-height:34px; text-align:center; background:#e3e3e3; font-size:16px; color:#1e1a17;}
.about_ul li a:hover{background:#ffb400; color:#fff;}
.about_ul li a.act{background:#ffb400; color:#fff;}
.about_B{display:block; overflow:hidden; margin-top:20px;}
.about_B img{width:100%; display:block; height:auto;}
.about_B span{display:block; overflow:hidden; background:#f2f2f2; padding:10px; font-size:14px; color:#282828; line-height:24px;}

.main_right{width:896px; float:right;}
.dqwz_title{width:100%; float:left; line-height:40px; border-bottom:3px solid #d3d3d3;}
.dqwz_p{font-size:18px; color:#222;}
.dqwz_nav{font-size:12px; color:#5f5f5f;}
.dqwz_nav>span{color:#238b07;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#1a1a1a;}
/*END-关于我们*/

/*服务项目*/
.pro_ul{display:block; overflow:hidden; width:921px;}
.pro_ul li{width:282px; float:left; margin:0 25px 0 0;}
.pro_ul li .pro_B{width:100%; overflow:hidden; border:1px solid #737373; padding:1px;}
.pro_ul li .pro_B video{width:100%; overflow:hidden; height: 255px;}
.pro_ul li .pro_B .pro_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.pro_ul li .pro_B .pro_img::before{content:""; display:block; padding-top:84.116%;}
.pro_ul li .pro_txt{display:block; overflow:hidden; height:56px; line-height:56px; text-align:center; font-size:16px; color:#6c6c6c; font-weight:bold;}
.pro_ul li:hover .pro_B{border-color:#238b07;}
.pro_ul li:hover .pro_B .pro_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.pro_ul li:hover .pro_txt{color:#238b07;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#1a1a1a;}
.cpxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#a4a4a4; padding-top:5px;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#1a1a1a;}
/*END-服务项目*/

/*最新资讯*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:30px;}
.xw_ul li a{display:flex; overflow:hidden; background:#e3e3e3; padding:1px;}
.xw_ul li a .xw_img{width:280px; float:left; border:1px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 280px); float:left; padding:30px; color:#444;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; line-height:26px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:18px; font-size:12px; margin-top:10px;}
.xw_ul li a:hover{background:#238b07;}
.xw_ul li a:hover .xw_R{color:#fff;}
/*END-最新资讯*/

/*联系我们*/
.contact_txt{width:100%; float:left; margin-top:15px; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; float:left;}
#dituContentmap{width:100%; overflow:hidden; height:340px;}
.iw_poi_title {color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap;}
.iw_poi_content {font: 12px arial,sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:21px 1%;}
.logo{width:78%;}
.logo>a{width:50%;}
.logo_txt{width:50%;}
.header_dianhua {font-size:20px; margin-top:3px;}
nav{padding:0 1%;}
.searchBox {padding:10px 1%;}
/*END-头部+导航*/

/*首页内容*/
.cp {padding:40px 1%;}
.cp_ul {width:100%;}
.cp_ul li {width:23%; margin: 0 1% 30px 1%;}

.gsjjBox {padding:40px 1%;}
.gsjj {padding-top:50px;}
.ys {padding:40px 1%;}
.ys_contect {padding-top:40px;}
.ys_img {width:50%; margin-right:-50px;}
.ys_ul {padding-top:0;}

.case {padding:40px 1%;}
.news {padding:40px 1%;}
.news_ul li {width: calc(50% - 20px); margin-bottom:25px;}

.equ {padding:40px 1%;}
.equ_ul {width:100%; padding-top:30px;}
.equ_ul li {width:23%; margin: 0 1% 25px 1%;}

.picBox {padding:40px 1%;}
.pic_ul li:nth-child(odd) {width:130px;}
.lxwm {padding:40px 1%;}
/*END-首页内容*/

/*底部*/
.footer{padding:40px 1%;}
.footer_R {width: 35%;}
/*END-底部*/

/*关于我们*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-关于我们*/

/*服务项目*/
.pro_ul{width:100%;}
.pro_ul li{width:31.33%; margin:0 1%;}
/*END-服务项目*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%; display:flex; align-content:center; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.icon-menu span{width:100%; height:6px; float:left; margin:3px 0; display:flex; justify-content:center;}
.icon-menu span::before{content:""; width:100%; float:left; height:100%; background:#238b07;}

.topbox{padding:0 10px;}
.header{padding:0; position:relative; left:0; top:0; z-index:99999; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.3);}
.logo {width:100%; position:relative; padding:15px 10px;}
nav{position:relative; z-index:9999;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(35,139,7,0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; color:#000; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li>a:hover{background:#ffb400; color:#fff;}
.searchBox {padding:10px;}
/*END-头部+导航*/

/*首页内容*/
.cp {padding:30px 10px;}
.cp_ul {padding-top:30px;}
.cp_ul li {width:31.33%;}

.gsjjBox {padding:30px 10px;}
.gsjj {padding-top:30px;}
.gsjj_L {width:45%;}
.gsjj_R {width:55%; padding-left:30px;}


.ys {padding:30px 10px;}
.ys_contect {padding-top:30px;}
.ys_img {width:50%; margin-right:-50px;}
.ys_ul {padding-top:0;}
.ys_ul li {margin-bottom:20px;}

.case {padding:30px 10px;}
.news {padding:30px 10px;}
.news_ul {padding-top:30px;}
.news_ul li {width: calc(50% - 10px); margin-bottom:20px;}

.equ {padding:30px 10px;}
.equ_ul {padding-top:30px;}
.equ_ul li {width:31.33%; margin: 0 1% 20px 1%;}

.picBox {padding:30px 10px;}
.pic_ul li:nth-child(odd) {width:90px;}

.lxwm {padding:30px 10px;}
.lxwm_L {margin-top:30px;}
.lxwm_R {width: calc(50% - 30px);margin-top:30px;}
/*END-首页内容*/

/*底部*/
.footer{padding:30px 10px;}
.footer_R {width:45%;}
.footer_B {width: calc(50% - 10px);}
/*END-底部*/

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-关于我们*/

/*最新资讯*/
.xw_ul li a .xw_img{width:180px;}
.xw_ul li a .xw_R{width:calc(100% - 180px); padding:15px;}
/*END-最新资讯*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo>a {width:100%;}
.logo img{width:80%;}
.icon-menu {right:10px; width:25px;}
.icon-menu span{margin:2px 0; height:3px;}
/*banner*/
.banner .banner-imgbox .swiper-slide {background-image:none !important;}
.search {width:100%;}
.search_txt>a {margin: 0 3px;}
/*END-头部+导航*/

/*首页内容*/
.cp {padding:10px;}
.cp_p {line-height:38px; font-size:26px;}
.cp_p>span {padding:0 10px;}
.cp_sp {line-height:24px; font-size:20px;}
.cp_ul {padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.cp_ul li {width:calc(50% - 5px); margin:0 0 10px 0;}
.cp_ul li a {padding:5px;}
.cp_ul li a .cp_logo {line-height:30px; font-size:18px;}
.cp_ul li a .cp_logo img {width:30px; height:30px; margin-right:5px;}
.cp_ul li a .cp_txt {height:40px; line-height:20px; margin-top:5px; font-size:12px;}
.cp_ul li a:hover{top:0;}
.gsjjBox {padding:10px;}
.gsjj {padding-top:10px; display:block;}
.gsjj_L{width:100%;}
.gsjj_L::before{content:""; display:block; padding-top:55%;}
.gsjj_R {width:100%; padding:10px 0 0 0;}
.gsjj_p {line-height:28px; font-size:16px;}
.gsjj_p>span {font-size:20px;}
.gsjj_sp {line-height:34px; font-size:24px;}
.gsjj_txt {line-height:24px; margin-top:10px;}

.ys {padding:10px;}
.ys_titleB {width:100%;}
.ys_title {width:100%; text-align:center;}
.ys_p {line-height:30px; font-size:26px;}
.ys_sp {line-height:24px; font-size:18px;}
.ys_spp {line-height:14px; font-size:12px;}
.ys_spp::before {display:none;}
.ys_spp::after {display:none;}
.ys_contect {padding-top:10px;}
.ys_ul li {margin-bottom:10px;}
.ys_ul li .ys_sub {width:40px; height:40px; line-height:40px; font-size:26px; margin-right:25px;}
.ys_T {height:40px; line-height:39px; font-size:16px;}
.ys_txt {line-height:20px; padding-left:20px; margin-top:10px;}
.ys_txt::before {left:5px; top:5px;}

.case {padding:10px;}
.case_contect {margin-top:10px;}
.case-imgbox .swiper-slide a .case_p {margin-top:5px;}
.case-imgbox .swiper-slide a .case_txt {margin:5px 0; padding:0 5px;}

.case-imgbox1 .swiper-slide a .case_p {margin-top:5px;}
.case-imgbox1 .swiper-slide a .case_txt {margin:5px 0; padding:0 5px;}

.news {padding:10px;}
.news_p>span {padding:0 10px;}
.news_p {line-height:38px; font-size:26px;}
.news_sp {line-height:24px; font-size:20px;}
.news_ul {padding-top:10px;}
.news_ul li {width:100%; margin-bottom:10px;}
.news_ul li a .news_B {width:110px;}
.news_ul li a .news_R {width:calc(100% - 110px); padding:0 0 0 10px;}
.news_ul li a .news_R .news_pp {line-height:30px;}
.news_ul li a .news_R .news_txt {height:36px; line-height:18px; margin-top:5px;}
.news_ul li:first-child {margin:0 0 10px 0;}
.news_ul li:first-child a{display:flex;}
.news_ul li:first-child a .news_B {width:110px; border:none;}
.news_ul li:first-child a .news_R {width:calc(100% - 110px); padding:0 0 0 10px;}
.news_ul li:first-child a .news_B .news_img::before {display:none;}

.equ {padding:10px;}
.equ_ul {padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.equ_ul li {width:calc(50% - 5px); margin: 0 0 10px 0;}

.picBox {padding:10px;}
.pic_ul li .pic_txt {margin:10px 0;}

.lxwm {padding:10px;}
.lxwm_R {width:100%; margin-top:10px;}
/*END-首页内容*/

/*底部*/
.foot{padding:9px;}
/*END-底部*/

/*关于我们*/
.main{padding:0;}
.main_left{width:100%;}
.main_right{width:100%;}
.about{margin:0;}
.about_title {background:url(../images/imgs/sj_jiantou.png) no-repeat right center #238b07; text-align:left; line-height:50px; text-indent:20px;}
.about_ul{display:none; padding:0 2px 2px 2px;}
.about_ul li{margin-top:2px;}
.dqwz_contect {padding:10px;}
/*END-关于我们*/

/*服务项目*/
.pro_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.pro_ul li{width:calc(50% - 5px); margin:0;}
.pro_ul li .pro_txt {height:40px; line-height:40px;}
/*END-服务项目*/

/*最新资讯*/
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:0 10px;}
.xw_ul li a .xw_R .xw_txt {line-height:24px; -webkit-line-clamp:3; margin-top:0;}
/*END-最新资讯*/

/*联系我们*/
#dituContentmap{height:200px;}
/*END-联系我们*/
.pro_ul li .pro_B video{width:100%; overflow:hidden; height: 185px;}
}
/*手机底部*/
.bottom_kong{width:100%; height:62px; float:left; background:#fff;}
.bottom{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#238b07;}
.bottom 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:2px solid #fff; font-size:12px; font-weight:normal;}
.bottom a>div{width:100%; float:left;}
.bottom a>div:first-child span{ font-size:20px;}
.bottom a:last-child{border:none;}
.bottom a:hover{background:#ffb400; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #238b07;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
/*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:#305ca7;}
