/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.header{width:100%; border-top:1px solid #d5d5d5; padding:26px 0;}
.logo img{width:100%; max-width:358px; max-height:52px; display:block;}
.header_dianhua{padding-left:40px; background:url(../images/header_dianhua.png) no-repeat left center; margin:9px 0 0 40px; line-height:12px; font-size:12px; color:#484848;}
.header_dianhua span{display:block; overflow:hidden; color:#ffae00; font-size:24px; line-height:22px;}

nav{width:auto!important;}
nav ul{border-left:1px solid #f1f1f1; margin-top:16px;}
nav ul li{float:left; border-right:1px solid #f1f1f1;}
nav ul li>a{display:block; height:20px; line-height:20px; text-align:center; color:#a2a2a2; transition:all 0.4s; font-size:18px; padding:0 16px;}
nav ul li:hover>a{color:#1fab39;}
nav ul li.on>a{color:#1fab39;}
/*END-头部+导航*/

/*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:36.46%;}
.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:#1fab39; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#1fab39;}
.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-banner*/

/*内容*/
.gsjj{width:100%; overflow:hidden; padding:55px 0; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover;}
.gsjj_title{display:block; overflow:hidden; text-align:center; line-height:34px; color:#fff;}
.gsjj_p{font-family:Arial; font-size:30px; text-transform:uppercase;}
.gsjj_sp{font-size:24px; background:url(../images/heng1.png) no-repeat center center;}
.gsjj_spp{font-size:16px; line-height:28px; padding-top:5px;}
.gsjj_contect{display:flex; overflow:hidden; padding-top:30px; justify-content:space-between;}
.gsjj_img{width:567px; float:left; height:321px; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_L{width:144px; float:left; display:flex; align-content:space-between; flex-wrap:wrap;}
.gsjj_R{width:464px; float:right; background:rgba(255,255,255,0.2); padding:15px;}
.gsjj_T{display:block; overflow:hidden; height:34px; line-height:34px; font-size:18px; color:#fff; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; margin-bottom:10px;}
.gsjj_txt{display:block; overflow:hidden; height:240px; line-height:30px; color:#fff; font-size:14px;}
.gsjj_txt a{color:#fff;}
.gsjj_txt a:hover{color:#fff; text-decoration:underline!important;}

.cpzx{width:100%; overflow:hidden; padding:50px 0;}
.cpzx_ul{display:block; overflow:hidden; width:1228px;}
.cpzx_ul li{width:279px; float:left; margin:30px 28px 0 0;}
.cpzx_ul li a{display:block; overflow:hidden; border-top:3px solid #d6d6d6;}
.cpzx_ul li a .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li a .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx_ul li a .cpzx_B{display:block; overflow:hidden; background:#f2f2f2; padding:14px; line-height:22px; transition:all 0.4s;}
.cpzx_ul li a .cpzx_B .cpzx_more{float:right; width:54px; height:22px; line-height:22px; text-align:center; background:#d6d6d6; font-size:12px; color:#fff; border-radius:5px; margin-left:10px; transition:all 0.4s;}
.cpzx_ul li a .cpzx_B .cpzx_p{display:block; overflow:hidden; font-size:18px; color:#333; text-overflow:ellipsis; white-space:nowrap; transition:all 0.4s;}
.cpzx_ul li a:hover{border-top-color:#1fab39;}
.cpzx_ul li a:hover .cpzx_B{background:#1fab39;}
.cpzx_ul li a:hover .cpzx_B .cpzx_more{background:#fff; color:#1fab39;}
.cpzx_ul li a:hover .cpzx_B .cpzx_p{color:#fff;}

.hf{width:100%; overflow:hidden; background:url(../images/hf_bj.jpg) no-repeat center center; background-size:cover; padding:48px 0 30px 0; position:relative; text-align:center;}
.hf::before{content:""; width:0; height:0; border-top:18px solid #fff; border-left:24px solid transparent; border-right:24px solid transparent; position:absolute;left:50%;top:0; margin-left:-24px;}
.hf_p{line-height:46px; font-size:26px; color:#fff; font-weight:bold;}
.hf_sp{line-height:50px; font-family:YouYuan; font-size:30px; color:#fff;}

.picbox{width:100%; overflow:hidden; padding:44px 0;}
.pic_ul{display:flex; overflow:hidden;}
.pic_ul li{float:left; border-right:1px solid #cfcfcf; height:85px; display:flex; align-items:center;}
.pic_ul li:last-child{border-right:none;}
.pic_ul li img{float:left; margin-right:30px;}
.pic_ul li .pic_p{display:block; overflow:hidden; height:28px; line-height:28px; font-size:18px; color:#1b1b1b;}
.pic_ul li .pic_sp{display:block; overflow:hidden; line-height:24px; font-size:18px; color:#1b1b1b; margin-top:5px;}
.pic_ul li:first-child{width:285px;}
.pic_ul li:nth-child(2){width:460px; padding-left:65px;}
.pic_ul li:last-child{width:455px; padding-left:60px;}
/*End-内容*/

/*底部*/
footer{background:#1fab39; line-height:24px; padding:10px 0; text-align:center; color:#fff; font-size:14px;}
footer a{color:#fff; margin:0 18px;}
footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:55px 0;}
.main_left{width:288px; float:left;}
.about{width:100%; float:left; margin-bottom:35px;}
.about_title{display:flex; align-content:center; align-items:center; justify-content:center; overflow:hidden; border:2px solid #ececec; height:90px;background-image: linear-gradient(#1faa38, #047218);}
.about_title span{float:left; font-size:24px; color:#fff; padding:10px 0 10px 48px;}
.about_ul{display:block; overflow:hidden; margin-top:1px; border:2px solid #ececec;}
.about_ul li{display:block; overflow:hidden; border-bottom:2px solid #ececec;}
.about_ul li:last-child{border:none;}
.about_ul li a{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#a2a2a2; transition:all 0.4s;}
.about_ul li a:hover{background:#1fab39; color:#fff;}
.about_ul li.about_on a{background:#1fab39; color:#fff;}
.about_img{display:block; overflow:hidden; border:2px solid #ececec;}
.about_img img{display:block; width:100%; height:auto;}
.about_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px; padding:10px; border:2px solid #ececec; border-top:none;}

.main_right{width:893px; float:right;}
.dqwz_title{width:100%; float:left; line-height:42px; border-bottom:3px solid #d3d3d3;}
.dqwz_p{font-size:18px; color:#222;}
.dqwz_nav{font-size:12px; color:#5f5f5f;}
.dqwz_nav span{color:#1fab39;}
.dqwz_contect{width:100%; float:left; padding-top:20px;}
.company{display:block; overflow:hidden; font-size:16px; color:#444; line-height:2em;}
.company img{ max-width: 100%;}
.company table img{ width: 98%;}

/*END-关于我们*/

/*产品中心*/
.cpzx_ul1{display:block; overflow:hidden; width:921px;}
.cpzx_ul1 li{width:279px; float:left; margin:30px 28px 0 0;}
.cpzx_ul1 li a{display:block; overflow:hidden; border-top:3px solid #d6d6d6;}
.cpzx_ul1 li a .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul1 li a .cpzx_img::before{content:""; display:block; padding-top:100%;}
.cpzx_ul1 li a .cpzx_B{display:block; overflow:hidden; background:#f2f2f2; padding:14px; line-height:22px; transition:all 0.4s;}
.cpzx_ul1 li a .cpzx_B .cpzx_more{float:right; width:54px; height:22px; line-height:22px; text-align:center; background:#d6d6d6; font-size:12px; color:#fff; border-radius:5px; margin-left:10px; transition:all 0.4s;}
.cpzx_ul1 li a .cpzx_B .cpzx_p{display:block; overflow:hidden; font-size:18px; color:#333; text-overflow:ellipsis; white-space:nowrap; transition:all 0.4s;}
.cpzx_ul1 li a:hover{border-top-color:#1fab39;}
.cpzx_ul1 li a:hover .cpzx_B{background:#1fab39;}
.cpzx_ul1 li a:hover .cpzx_B .cpzx_more{background:#fff; color:#1fab39;}
.cpzx_ul1 li a:hover .cpzx_B .cpzx_p{color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_T{display:block; overflow:hidden; text-align:center; font-size:18px; line-height:30px; color:#222; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:10px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:16px; color:#444; line-height:2em;}
.cpxq_txt img{ max-width: 100%;}
.cpxq_txt table img{ width: 98%;}
/*END-产品中心*/

/*联系我们*/
.contact{display:block;  overflow:hidden;}
.contact_txt{width:100%; float:left; font-size:16px; color:#444; line-height:2em;}
.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-联系我们*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; border-bottom:1px dashed #ccc; line-height:40px;}
.xw_ul li span{float:right; font-size:14px; color:#888;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#000; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a em{ font-family:SimSun; font-weight:bold; padding:0 5px; font-size:16px;}
.xw_ul li a:hover{color:#1fab39;}

.xwxq{display:block; overflow:hidden;}
.xwxq_T{display:block; overflow:hidden; text-align:center; font-size:18px; line-height:30px; color:#000; padding-bottom:10px; border-bottom:1px dashed #b6b6b6;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#7a7a7a; padding:10px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.xwxq_txt img{max-width: 100%;}
/*END-闻中心*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:150px;z-index:9999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:140px;z-index:9999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top: 150px;width: 93px;height: 122px;z-index:9999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/

.key-top{text-align: right; color: #999}
.keys a{color: #999;}
.keys a:hover{text-decoration: underline !important;}
.key-footer a{margin: 0 3px;}