﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#f0f0f0; line-height:40px; font-size:12px; color:#4c4c4c;}
.topbox a{ color:#4c4c4c; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#00a856; text-decoration:underline !important;}

.header{width:100%; padding:18px 0;}
.logo img{width:100%; max-width:482px; max-height:84px;}
.logo_txt img{max-width:370px;}
.header_dianhua{height:54px; line-height:27px; color:#e8a02a; font-size:24px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:74px; margin-top:16px; font-style:oblique;}

nav{background:#00a856;}
.nav{width:100%;}
.nav>li{width:16.666%; position:relative;}
.nav>li>a{width:100%; height:60px; line-height:60px; font-size:18px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#fd9b01; color:#fff;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:9999; background:rgba(0,168,86,0.8); padding-top:5px;}
.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:16px; color:#fff;}
.nav_sub dd a:hover{background:#fd9b01; color:#fff;}
.nav>li:hover>.nav_sub{display:block;}

/*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;}

.search{width:100%; overflow:hidden; padding:8px 0; border-bottom:1px solid #dedede;}
.search_form{width:344px;border:2px solid #00a856;}
.search_inp1{width:calc(100% - 50px); float:left; height:36px; padding:0 10px; font-size:14px; color:#222;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999; font-size:12px;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #999; font-size:12px;} 
.search_btn{width:50px; float:left; height:36px; background:#00a856; font-size:14px; color:#fff;}
.search_txt{display:block;overflow:hidden; line-height:22px; padding:9px 0; color:#4c4c4c;}
.search_txt a{color:#4c4c4c; margin:0 10px;}
.search_txt a:hover{color:#00a856; text-decoration:underline !important;}
/*END-头部+导航+大图*/

/*首页内容*/
.cpzx{width:100%; overflow:hidden; padding:50px 0;}
.cpzx_title{display:block; overflow:hidden; text-align:center; color:#00904a;}
.cpzx_p{display:flex; justify-content:center; line-height:40px; font-size:30px; font-weight:bold;}
.cpzx_p>span{float:left; position:relative; padding:0 25px;}
.cpzx_p>span::before{content:""; width:44px; height:7px; background:#00a856; float:left; position:absolute; left:-44px; top:50%; transform: translateY(-50%);}
.cpzx_p>span::after{content:""; width:44px; height:7px; background:#00a856; float:left; position:absolute; right:-44px; top:50%; transform: translateY(-50%);}
.cpzx_sp{line-height:26px; text-transform:uppercase; font-size:18px;}
.cpzx_ul{display:block; overflow:hidden; width:1210px; padding-top:30px;}
.cpzx_ul li{width:393px; float:left; margin:0 10px 13px 0;}
.cpzx_ul li a{width:100%; float:left; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li a::before{content:""; display:block; padding-top:70.2291%;}
.cpzx_ul li a .cpzx_hover{width:100%; height:34px; float:left; position:absolute; left:0; bottom:0; background:rgba(216,216,216,0.7); display:block; flex-wrap:wrap; align-content:center; justify-content:center;}
.cpzx_ul li a .cpzx_hover::before{content:""; width:0; float:left; height:0; border:2px solid transparent; position:absolute; left:5px; top:5px; transition:all 0.4s;}
.cpzx_ul li a .cpzx_logo{width:100%; overflow:hidden; display:none;}
.cpzx_ul li a .cpzx_heng{width:100px; height:1px; background:#fff; opacity:0.5; margin:5px 0;  display:none;}
.cpzx_ul li a .cpzx_txt{width:100%; overflow:hidden; height:34px; line-height:34px; text-align:center; font-size:18px; color:#666; text-align:center;}
.cpzx_ul li a:hover .cpzx_hover{height:100%; background:rgba(0,168,86,0.7); display:flex;}
.cpzx_ul li a:hover .cpzx_hover::before{width:calc(100% - 10px); height:calc(100% - 10px); border-color:#fff;}
.cpzx_ul li a:hover .cpzx_logo{display:block;}
.cpzx_ul li a:hover .cpzx_heng{display:block;}
.cpzx_ul li a:hover .cpzx_txt{color:#fff;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.gsjj .cpzx_title{color:#fff;}
.gsjj .cpzx_p>span::before{background:#fff;}
.gsjj .cpzx_p>span::after{background:#fff;}
.gsjj_contect{display:flex; overflow:hidden; flex-wrap:wrap; padding-top:35px;}
.gsjj_img{width:490px;display:flex; float:left; border:1px solid #e1e1e1; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.gsjj_img::before{content:""; width:100%; height:100%; float:left; position:absolute; left:0; top:0; border:12px solid #fff;}
.gsjj_R{width:calc(100% - 490px); float:left; padding-left:35px;}
.gsjj_p{display:block; overflow:hidden; line-height:28px; color:#fff; font-weight:bold; font-size:22px;}
.gsjj_txt{display:block; overflow:hidden; line-height:30px; color:#fff; font-size:14px; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; line-height:44px; border-bottom:1px solid #ccc;}
.gsjj_more a{color:#fff; font-size:12px;}
.gsjj_more a:hover{text-decoration:underline!important;}
.gsjj_B{display:block; overflow:hidden; margin-top:25px; position:relative; padding:0 38px;}
.gsjj-imgbox .swiper-slide{border:1px solid #e1e1e1; padding:5px; background:#fff;}
.gsjj-imgbox .swiper-slide a{width:100%; float:left; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj-imgbox .swiper-slide a::before{content:""; display:block; padding-top:86.4865%;}
.gsjj-imgbox .swiper-slide a .gsjj_hover{width:100%; height:26px; line-height:26px; overflow:hidden; text-align:center; background:rgba(0,168,86,0.7); position:absolute; left:0; bottom:-100%; z-index:9; font-size:12px; color:#fff;}
.gsjj-imgbox .swiper-slide:hover a .gsjj_hover{bottom:0;}
.gsjj-next{right:0; position:absolute;top:0; width:30px; height:100%; background:rgba(255,255,255,0.4); overflow:hidden; opacity:1;  cursor:pointer; font-size:24px; color:#fff; display:flex; align-content:center; align-items:center; justify-content:center; text-align:center; font-family:SimSun; font-weight:bold;}
.gsjj-prev{left:0; position:absolute;top:0; width:30px; height:100%; background:rgba(255,255,255,0.4); overflow:hidden; opacity:1; cursor:pointer; font-size:24px; color:#fff; display:flex; align-content:center; align-items:center; justify-content:center; text-align:center; font-family:SimSun; font-weight:bold;}
.gsjj-next:hover,.gsjj-prev:hover{ background:rgba(255,255,255,0.8); color:#00a856;}

.ys{width:100%; overflow:hidden; background:url(../images/ys_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.ys_title{display:block; overflow:hidden; max-width:720px; margin:0 auto; text-align:center;}
.ys_p{display:block; overflow:hidden; line-height:30px; font-size:24px; color:#7f7f7f; text-transform:uppercase; letter-spacing:5px;}
.ys_sp{display:block; overflow:hidden; line-height:70px; font-family:SimHei; font-size:60px; color:#151515; padding:0 55px; position:relative;}
.ys_sp>span{float:right; color:#00a856;}
.ys_sp>span>em{float:left; font-size:80px; font-family:Castellar; padding-right:10px;}
.ys_sp::before{content:""; width:50px; height:3px; float:left; background:#000; position:absolute; left:0; top:50%; transform: translateY(-50%);}
.ys_sp::after{content:""; width:50px; height:3px; float:left; background:#000; position:absolute; right:0; top:50%; transform: translateY(-50%);}
.ys_pp{display:block; overflow:hidden; line-height:36px; margin-top:10px; font-size:24px; color:#170600;}
.ys_spp{display:block; overflow:hidden; line-height:20px; font-size:12px; color:#170600; text-transform:uppercase;}
.ys_heng{width:100%; height:3px; position:relative; background:#000; margin-top:15px;}
.ys_heng::before{content:""; width:3px; height:120px; float:left; background:#000; position:absolute; left:0; bottom:0;}
.ys_heng::after{content:""; width:3px; height:120px; float:left; background:#000; position:absolute; right:0; bottom:0;}
.ys_contect{display:block; overflow:hidden; padding-top:50px;}
.ys_imgR{width:640px; float:right; margin-left:20px;}
.ys_imgR img{width:100%; display:block; height:auto;}
.ys_B{width:calc(100% - 660px); float:left; padding:20px 0;}
.ys_T{display:block; overflow:hidden; padding-bottom:15px; border-bottom:1px solid #11ae61;}
.ys_sub{width:73px; float:left; height:60px; line-height:60px; background:url(../images/ys_logo_bj.png) no-repeat center center; background-size:100% 100%; font-size:42px; color:#fff; font-weight:bold; text-align:center; padding-right:10px; margin-right:10px;}
.ys_ps{display:block; overflow:hidden; line-height:60px; font-size:25px; color:#00a856; font-weight:bold;}
.ys_ul{display:block; overflow:hidden; padding-top:25px;}
.ys_ul li{display:block; overflow:hidden; font-size:16px; color:#272726; line-height:30px;}
.ys_imgL{width:50%; float:left; margin-top:36px;}
.ys_imgL img{width:100%; display:block; height:auto;}
.ys_B1{width:50%; float:left; padding:20px 0 20px 60px;}

.news{width:100%; overflow:hidden; padding:50px 0;}
.news_contect{display:block; overflow:hidden; padding-top:30px;}
.news_ul{width:calc(50% - 20px); float:right;}
.news_ul li{display:block; overflow:hidden; margin-bottom:20px;}
.news_ul li a{display:flex; flex-wrap:wrap; overflow:hidden;}
.news_ul li a .news_img{width:160px; float:left; border:1px solid #c0c0c0; display:flex; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_R{width:calc(100% - 160px); float:left; padding-left:25px; color:#999;}
.news_ul li a .news_R .news_p{display:block; overflow:hidden; line-height:30px; font-size:16px; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_R .news_txt{display:block; overflow:hidden; line-height:18px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:15px;}
.news_ul li a .news_R .news_sp{display:block; overflow:hidden; line-height:26px; font-size:12px; margin-top:15px;}
.news_ul li a:hover .news_R{color:#000;}
.news_ul li a:hover .news_R .news_p{color:#00a856;}

.news_right{width:calc(50% - 20px); float:left;}
.news_right .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.news_right .news_img::before{content:""; display:block; padding-top:51.72414%;}
.news_right .news_img::after{content:""; float:left; width:0; height:0; border:2px solid transparent; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); transition:all 0.4s;}
.news_right .news_p{display:block; overflow:hidden; line-height:30px; margin-top:25px; font-size:16px; color:#00a856;}
.news_right .news_p>span{float:right;font-size:12px; color:#000;}
.news_right .news_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:18px; margin-top:15px;}
.news_right:hover .news_img::after{width:calc(100% - 10px); height:calc(100% - 10px); border-color:#fff;}

.equ{width:100%; overflow:hidden; background:url(../images/equ_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.equ .cpzx_title{color:#fff;}
.equ .cpzx_p>span::before{background:#fff;}
.equ .cpzx_p>span::after{background:#fff;}
.equ-imgbox{ margin-top:20px;}
.equ-imgbox .swiper-slide a{width:100%; float:left; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.equ-imgbox .swiper-slide a::before{content:""; display:block; padding-top:70.22901%;}
.equ-imgbox .swiper-slide a .equ_hover{width:100%; float:left; height:34px; line-height:34px; text-align:center; background:rgba(253,155,1,0.7); position:absolute; left:0; bottom:-100%; font-size:18px; color:#fff;}
.equ-imgbox .swiper-slide a:hover .equ_hover{bottom:0;}

.team{width:100%; overflow:hidden; background:url(../images/team_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.team-imgbox{ margin-top:30px;}
.team-imgbox .swiper-slide .team_B{width:100%; overflow:hidden; border:1px solid #ababab; background:#fff; padding:2px;}
.team-imgbox .swiper-slide .team_B .team_img{width:100%; overflow:hidden;}
.team-imgbox .swiper-slide .team_B .team_img::before{content:""; display:block; padding-top:54.4236%;}
.team-imgbox .swiper-slide .team_txt{display:block; overflow:hidden; height:48px; line-height:48px; text-align:center; font-size:18px; color:#373737;}
.team-imgbox .swiper-slide:hover .team_B{border-color:#00a856;}
.team-imgbox .swiper-slide:hover .team_txt{color:#00a856;}

.lxwm{width:100%; overflow:hidden; padding:50px 0;}
.lxwm_contect{display:block; overflow:hidden; padding-top:40px;}
.lxwm_left{width:50%; float:left;}
.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; float:left; height:152px; border:1px solid #e9e9e9; margin-right:15px;}
.lxwm_p{display:block; overflow:hidden; line-height:24px; color:#616161; font-size:16px;}
.lxwm_txt{display:block; overflow:hidden; line-height:24px; color:#000; font-size:14px; margin-top:6px;}

.lxwm_right{width:50%; float:left; padding-left:30px;}
.zxly{width:100%; float:left;}
.zxly_p{display:block; overflow:hidden; line-height:16px; font-size:14px; color:#282828; margin-bottom:20px;}
.zxly_B{display:block; overflow:hidden; margin-bottom:10px;}
.zxly_sp{display:block; overflow:hidden; line-height:22px; font-size:12px; color:#6d6d6d;}
.zxly_inp1{width:100%; display:block; overflow:hidden; height:34px; background:#f2f2f2; padding:0 10px; font-size:14px; color:#000;}
.zxly_inp2{width:100%; display:block; overflow:hidden; height:94px; background:#f2f2f2; padding:5px 10px; font-size:14px; color:#000; outline:none; border:none;}
.zxly_btn{width:100%; display:block; height:30px; background:#00a856; margin-top:20px; font-size:14px; color:#fff;}
/*END-首页内容*/

/*底部*/
footer{background:#00a856;}
.link{display:block; overflow:hidden; font-size:14px; color:#fff; line-height:24px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,0.2);}
.link>span{font-size:16px; float:left; font-weight:bold;}
.link a{color:#fff; margin:0 10px;}
.link a:hover{color:#fff; text-decoration:underline!important;}

.footer{display:block; overflow:hidden; padding:25px 0;}
.footer_left{width:50%;}
.footer_nav{display:block; overflow:hidden; line-height:28px; color:#fff; font-size:12px;}
.footer_nav a{color:#fff; margin-right:20px;font-size: 15px;}
.footer_nav a:hover{color:#fff; text-decoration:underline!important;}
.footer_txt{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#fff;}

.footer_wx{display:flex; padding-top:8px;}
.footer_wx img{width:88px; float:left; height:88px; margin-right:15px;}
.footer_wx .footer_p{display:block; overflow:hidden; color:#fff; line-height:24px; font-size:24px; font-weight:bold;}
.footer_wx .footer_p>span{display:block; line-height:40px; font-size:16px; font-weight:normal;}
.footer_wx .footer_p>span>em{font-size:12px;}
/*END-底部*/

/*公司简介*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:265px; float:left;}
.about{width:100%; float:left; margin-bottom:40px;}
.about_title{display:block; overflow:hidden; height:56px; line-height:56px; text-align:center; background:#444444; font-size:18px; font-weight:bold; 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:40px; line-height:40px; background:#efefef; text-align:center; font-size:14px; color:#646464;}
.about_ul li a:hover{background:#00a856; color:#fff;}
.about_B{display:block; overflow:hidden; padding-top:10px;}
.about_B img{width:100%; display:block; height:auto;margin: auto;}
.about_txt{display:block; overflow:hidden; background:#f2f2f2; padding:10px; font-size:14px; color:#111111; line-height:30px;}
.about_txt img{width:100%; display:block; height:auto;margin: auto;padding: 10px 0px 0px 0px}

.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left; border-bottom:1px solid #cfcfcf; line-height:54px; color:#00a856; font-size:12px;}
.dqwz_contect{width:100%; float:left; padding-top:20px;}
.company{display:block; overflow:hidden; font-size:14px; color:#444444; line-height:30px;}
.company img{max-width: 100%}
/*END-公司简介*/

/*产品中心*/
.cp_ul{display:block; overflow:hidden; width:915px;}
.cp_ul li{width:285px; float:left; margin:0 20px 20px 0;}
.cp_ul li .cp_B{width:100%; overflow:hidden; border:1px solid #ddd; padding:1px;}
.cp_ul li .cp_B .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul li .cp_B .cp_img::before{content:""; display:block; padding-top:70.2291%;}
.cp_ul li .cp_txt{display:block; overflow:hidden; height:45px; line-height:45px; font-size:14px; color:#565656; text-align:center; margin-top:2px; background:#d8d8d8;}
.cp_ul li:hover .cp_B{border-color:#00a856;}
.cp_ul li:hover .cp_txt{color:#fff; background:#00a856;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#444; line-height:20px;}
.cpxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#787878; line-height:18px; padding-top:10px;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#444; line-height:30px;}
/*END-产品中心*/

/*最新动态*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{ display:block; overflow:hidden; margin-bottom:20px;}
.xw_ul li a{display:flex; overflow:hidden; background:#ddd; padding:1px;}
.xw_ul li a .xw_B{width:282px; float:left; display:flex; border:1px solid #fff;}
.xw_ul li a .xw_B .xw_img{width:100%; height:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 282px); float:left; padding:30px; color:#4a4a4a;}
.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:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:15px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:16px; font-size:12px; margin-top:20px;}
.xw_ul li a:hover{background:#00a856;}
.xw_ul li a:hover .xw_R{color:#fff;}
/*END-最新动态*/

/*联系我们*/
.contact_txt{width:100%; float:left; margin-top:15px; font-size:14px; color:#444; line-height:30px;}
.contact_map{width:100%; float:left;}
#dituContentmap{width:100%; overflow:hidden; height:375px;}
.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:18px 1%;}
.logo img{max-width:422px;}
.logo_txt img {max-width:310px;}
.header_dianhua {margin-top:5px;}
nav{padding:0 1%;}

.search{padding:8px 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:40px 1%;}
.cpzx_ul{width:100%;}
.cpzx_ul li{width:32.33%; margin:0 0.5% 13px 0.5%;}

.gsjj{padding:40px 1%;}
.ys{padding:40px 1%;}
.ys_contect{padding-top:40px;}
.ys_imgR{width:53%; padding:50px 0;}
.ys_B{width:calc(47% - 20px);}
.ys_B1{padding:20px 0 20px 40px;}

.news{padding:40px 1%;}
.equ{padding:40px 1%;}
.team{padding:40px 1%;}
.lxwm{padding:40px 1%;}
/*END-首页内容*/

/*底部*/
.link{padding:15px 1%;}
.footer{ padding:25px 1%;}
/*END-底部*/

/*公司简介*/
.main{ padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-公司简介*/

/*产品中心*/
.cp_ul{width:100%;}
.cp_ul li{width:31.33%; margin:0 1% 20px 1%;}
/*END-产品中心*/
.lxwm_p{width: 100%;}

}

@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:#00a856;}

.topbox{padding:0 10px;}
.header{padding:0;}
.logo {width:100%; position:relative; padding:15px 10px;}
.logo img {max-width: 482px;}
nav{position:relative; z-index:9999;}

.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(0, 168, 86, 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:#fd9b01; color:#fff;}

.search{padding:8px;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:30px 10px;}

.gsjj{padding:30px 10px;}
.gsjj_contect {padding-top:30px;}
.gsjj_img {width:45%;}
.gsjj_R {width:55%; padding-left:30px;}

.ys{padding:30px 10px;}
.ys_contect{padding-top:30px;}
.ys_imgR{padding:80px 0;}
.ys_ul li {line-height:24px; font-size:14px;}
.ys_B1{padding:20px 0 20px 30px;}

.news{padding:30px 10px;}
.news_ul li a .news_img {width:140px;}
.news_ul li a .news_R {width: calc(100% - 140px); padding-left:20px;}
.news_ul li a .news_R .news_txt {margin-top:5px;}
.news_ul li a .news_R .news_sp {margin-top:5px;}

.equ{padding:30px 10px;}
.team{padding:30px 10px;}
.lxwm{padding:30px 10px;}
/*END-首页内容*/

/*底部*/
.link{padding:15px 10px;}
.footer{ padding:20px 10px;}
.footer_left {width: 55%;}
/*END-底部*/

/*公司简介*/
.main{ padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-公司简介*/

}

@media (max-width:767px){
	.company table{width: 100% !important; text-align: center;}
	.company table tr td{width: 100% !important; text-align: center; float: left;}
/*头部+导航*/
.logo {padding:10px;}
.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{padding:8px 10px;}
.search_form {width: 100%;}
.search_txt {width:100%; float:left;padding:10px 0 0 0;}
.search_txt a {margin: 0 5px;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:10px;}
.cpzx_p {line-height:30px; font-size:20px;}
.cpzx_p>span {padding: 0 10px;}
.cpzx_p>span::before {width:24px; height:4px; left:-34px;}
.cpzx_p>span::after {width:24px; height:4px; right:-34px;}
.cpzx_sp {line-height:24px; font-size:14px;}
.cpzx_ul {display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.cpzx_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cpzx_ul li a:hover .cpzx_logo>img{height:30px!important}
.cpzx_ul li a .cpzx_txt {font-size:14px; height:30px; line-height:30px;}
.cpzx_ul li:last-child{display:none;}

.gsjj{padding:10px;}
.gsjj_contect {padding-top:10px;}
.gsjj_img {width:100%;}
.gsjj_img::before {border:5px solid #fff;}
.gsjj_img::after{content:""; display:block; padding-top:65%;}
.gsjj_R {width:100%; padding:10px 0 0 0;}
.gsjj_txt {line-height:22px;}
.gsjj_B {margin-top:10px;}
.gsjj-imgbox .swiper-slide {padding: 2px;}

.ys{padding:10px;}
.ys_title{border:2px solid #000; padding:10px;}
.ys_p {font-size:14px; letter-spacing:1px; line-height:18px;}
.ys_sp {line-height:40px; font-size:26px; padding:0 15px;}
.ys_sp>span>em {font-size:40px; padding-right:5px;}
.ys_sp::before {display:none;}
.ys_sp::after {display:none;}
.ys_pp {line-height:20px; font-size:16px; padding:0 10px; margin:0;}
.ys_spp {line-height:14px; padding:0 10px;}
.ys_contect{padding-top:10px;}
.ys_imgR{width:100%; padding:0;}
.ys_B{width:100%; padding:0; margin-top:10px;}
.ys_imgL{width:100%; margin-top:10px;}
.ys_ul{padding-top:10px;}
.ys_B1{width:100%; padding:0; margin-top:10px;}

.news{padding:10px;}
.news_contect {padding-top:0;}
.news_ul{width:100%;}
.news_ul li{margin:10px 0 0 0;}
.news_ul li a .news_img {width:120px;}
.news_ul li a .news_R {width: calc(100% - 120px); padding-left:10px;}
.news_ul li a .news_R .news_txt {margin-top:5px;}
.news_ul li a .news_R .news_sp {margin-top:5px; line-height:16px;}

.equ{padding:10px;}
.equ-imgbox {margin-top:10px;}

.team{padding:10px;}
.team-imgbox {margin-top:10px;}

.lxwm{padding:10px;}
.lxwm_contect {padding-top:10px;}
.lxwm_right{width:100%; padding:0;}
/*END-首页内容*/

/*底部*/
.footer{ padding:10px;}
.footer_left {width:100%;}
.footer_nav {line-height:20px; text-align:center;}
.footer_nav a{margin:0 5px;}
/*END-底部*/

/*公司简介*/
.main{ padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title{text-align:left; padding-left:20px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #444;}
.about_ul{display:none; padding:2px;}
.about_ul li{margin-top:2px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
/*END-公司简介*/

/*产品中心*/
.cp_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cp_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cp_ul li .cp_txt{height:34px; line-height:34px;}
/*END-产品中心*/

/*最新动态*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_B{width:102px;}
.xw_ul li a .xw_R{width:calc(100% - 102px);padding:5px;}
.xw_ul li a .xw_R .xw_txt{margin-top:0; line-height:20px;}
/*END-最新动态*/

/*联系我们*/
.contact_txt{margin-top:10px;}
#dituContentmap{height:200px;}
/*END-联系我们*/

}
/*手机底部*/
.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:#00a856;}
.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:#fd9b01; 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 #fd9b01;}
.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:#c41313;}

.pull-left{float: left;}
.pull-right{float: right;}