/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#f2f2f2; line-height:36px; font-size:12px; color:#474747;}
.topbox a{ color:#474747; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#f00; text-decoration:underline !important;}

.header{width:100%; padding:25px 0;}
.logo img{width:100%; max-width:590px; max-height:90px;}
.header_R{padding-top:25px;}
.header_dianhua{height:40px; line-height:18px; color:#131313; font-size:14px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:52px; margin-left:25px;}
.header_dianhua span{display:block; overflow:hidden; line-height:22px; font-size:24px; font-weight:bold; color:#ee1c25; font-style:oblique; padding-right:3px;}

.search{width:232px; border:1px solid #8f8f8f; border-radius:3px;}
.search_inp1{width:calc(100% - 40px); float:left; height:38px; line-height:38px; padding:0 5px; font-size:14px; color:#000;}
.search_btn{width:40px; float:left; height:38px; background:url(../images/search_ss.png) no-repeat left center;}

nav{background:url(../images/nav_bj.jpg) repeat-x; background-size:auto 100%; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:12.5%; position:relative;}
.nav>li>a{width:100%; height:60px; line-height:60px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:url(../images/nav_hover.jpg) repeat-x; background-size:100% 100%; color:#fff;}
.nav>li>a.on{background:url(../images/nav_hover.jpg) repeat-x; background-size:100% 100%; color:#fff;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:rgba(238, 28, 37, 0.8);}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:url(../images/nav_hover.jpg) repeat-x; background-size:100% 100%; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../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:70px 0;}
.cpzs_title{display:block; overflow:hidden; text-align:center;}
.cpzs_p{line-height:30px; font-size:24px; color:#b0b0b0; text-transform:uppercase;}
.cpzs_sp{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;}
.cpzs_sp>span{float:left; line-height:40px; padding:0 20px; position:relative; font-size:30px; color:#000;}
.cpzs_sp>span::before{content:""; width:66px; float:left; height:1px; background:#000; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpzs_sp>span::after{content:""; width:66px; float:left; height:1px; background:#000; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.con {overflow:hidden; padding-top:20px;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;}
#tags {width:165px; float:left; min-height:450px; background:url(../images/cpzs_bj.jpg) no-repeat center center; background-size:100% 100%;}
#tags LI {width:100%; float:left; height:20%;}
#tags LI A {display:block; overflow:hidden; height:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-size:18px; color:#fff; font-weight:bold; text-align:center;}
#tags LI.selectTag A {background:#ee1c25;}
#tagContent {width:calc(100% - 165px); float:left; padding-left:20px; display:-webkit-box; display:-ms-flexbox; display:flex;}
.tagContent {display: none; width:100%; height:100%;}
#tagContent div.selectTag {display: block;}
.cpzs_left{width:37%; float:left; border:3px solid #ececec; height:100%; padding:20px 35px;}
.cpzs_T{display:block; overflow:hidden; line-height:38px; font-size:18px; color:#535353;}
.cpzs_T>span{display:block; overflow:hidden; line-height:40px; font-size:20px; font-weight:bold;}
.cpzs_txt{display:block; overflow:hidden; height:210px; line-height:30px; font-size:14px; color:#535353; margin-top:20px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical;}
.cpzs_more{display:block; overflow:hidden; padding-top:40px;}
.cpzs_more>a{width:50%; float:left; height:40px; line-height:34px; text-align:center; border:3px solid #ee1c25; background:#ee1c25; font-size:14px; color:#fff;}
.cpzs_more>a:hover{background:#fff; color:#ee1c25;}
.cpzs_right{width:61%; float:right; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:70px 0;}
.gsjj_contect{display:block; padding-top:35px;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;}
.gsjj_left{width:41%; float:left; box-shadow:0 0 18px rgba(0,0,0,0.3); border:10px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_right{width:56%; float:right;}
.gsjj_up{display:block; overflow:hidden; padding-bottom:20px; border-bottom:1px solid #cdcdcd;}
.gsjj_p{display:block; overflow:hidden; line-height:30px; font-size:22px; color:#313131; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; height:112px; line-height:28px; font-size:14px; color:#595959; margin-top:20px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px;}
.gsjj_more a{float:left; font-size:14px; color:#ff0002;}
.gsjj_more a:hover{text-decoration:underline!important;}
.honor{display:block; overflow:hidden; padding:25px 38px 0 38px; border-top:1px solid #fff; position:relative;}
.honor-imgbox .swiper-slide .honor_img{width:100%; overflow:hidden; position:relative; border:1px solid #fff; background:#fff;}
.honor-imgbox .swiper-slide .honor_img::before{content:""; display:block; padding-top:137.3057%;}
.honor-imgbox .swiper-slide .honor_txt{display:block; overflow:hidden; height:30px; line-height:30px; margin-top:10px; text-align:center; font-size:14px; color:#313131;}
.honor-imgbox .swiper-slide:hover .honor_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.honor-prev,.honor-next{left:0; position:absolute;top:25px; width:30px; height:calc(100% - 65px); background:#cdcdcd; overflow:hidden; opacity:1; cursor:pointer; font-size:24px; color:#fff; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-family:SimSun; font-weight:bold; transition:all 0.4s;}
.honor-next{left:initial; right:0;}
.honor-prev:hover,.honor-next:hover{background:#ee1c25; color:#fff;}

.news{width:100%; overflow:hidden; padding:75px 0;}
.news_nav{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; position:relative; margin-top:35px;}
.news_nav::before{content:""; width:100%; height:1px; float:left; position:absolute; left:0; top:10px; background:#e0e0e0;}
.news_nav>a{float:left; margin:0 40px; padding-top:20px; position:relative; z-index:2; text-align:center; line-height:36px; font-size:18px; color:#999;}
.news_nav>a::before{content:""; width:20px; float:left; height:20px; position:absolute; left:50%; top:0; transform:translateX(-50%); border-radius:50%; border:1px solid #e3e3e3; background:#fff; transition:all 0.4s;}
.news_nav>a::after{content:""; width:14px; float:left; height:14px; background:#999; border-radius:50%; position:absolute; left:50%; top:3px; transform:translateX(-50%); z-index:2; transition:all 0.4s;}
.news_nav>a:hover{color:#ee1c25;}
.news_nav>a:hover::before{border-color:#999;}
.news_nav>a:hover::after{background:#ee1c25;}
.news_nav>a.news_on{color:#ee1c25;}
.news_nav>a.news_on::before{border-color:#999;}
.news_nav>a.news_on::after{background:#ee1c25;}
.news_contect{padding-top:40px; overflow:hidden; 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;}
.news_ul{width:calc(50% - 20px); float:left;}
.news_ul li{display:block; overflow:hidden; margin-bottom:16px;}
.news_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:1px solid #fff;}
.news_ul li a .news_sub{width:115px; float:left; border-right:1px solid #c0c0c0; text-align:center; padding:16px 0; line-height:38px; color:#000; font-family:Calibri; font-size:30px;}
.news_ul li a .news_sub .news_sub_p{display:block; overflow:hidden;}
.news_ul li a .news_B{width:calc(100% - 115px); float:left; padding:15px;}
.news_ul li a .news_B .news_p{display:block; overflow:hidden; height:26px; line-height:26px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_B .news_txt{display:block; overflow:hidden; height:36px; line-height:18px; font-size:14px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:15px;}
.news_ul li a:hover{border-color:#c0c0c0;}
.news_ul li:last-child{margin:0;}
.news_img{width:calc(50% - 20px); float:right; display:-webkit-box; display:-ms-flexbox; display:flex;}
.news_img>a{width:100%; float:left; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}

.case{width:100%; overflow:hidden; background:url(../images/case_bj.jpg) no-repeat center center; background-size:cover; padding:70px 0;}
.case .cpzs_p{color:#fff;}
.case .cpzs_sp>span{color:#fff;}
.case .cpzs_sp>span::before{background:#fff;}
.case .cpzs_sp>span::after{background:#fff;}
.case_ul{display:block; overflow:hidden; width:1230px;}
.case_ul li{width:380px; float:left; margin:75px 30px 0 0;}
.case_ul li a{width:100%; float:left; background:#fff; padding:25px;}
.case_ul li a .case_logo{width:96px; display:block; overflow:hidden; height:96px; border:3px solid #fff; position:relative; border-radius:50%; margin-top:-73px;}
.case_ul li a .case_logo img{ z-index:99;}
.case_ul li a .case_logo::before{content:""; width:100%; height:50%; float:left; position:absolute; left:0; top:0; background:#d0d0d0; transition:all 0.4s;}
.case_ul li a .case_logo::after{content:""; width:100%; height:50%; float:left; position:absolute; left:0; bottom:0; background:#c0c0c0; transition:all 0.4s;}
.case_ul li a .case_p{display:block; overflow:hidden; margin-top:30px; line-height:30px; font-size:18px; color:#292929;text-overflow:ellipsis; white-space: nowrap;}
.case_ul li a .case_sp{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#292929;}
.case_ul li a .case_txt{display:block; overflow:hidden; height:120px; line-height:30px; font-size:14px; color:#858585; margin-top:20px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.case_ul li a:hover .case_logo::before{background:#b20910;}
.case_ul li a:hover .case_logo::after{background:#ee1c25;}

.cus{width:100%; overflow:hidden; padding:70px 0;}
.cus_p{display:block; overflow:hidden; line-height:30px; text-align:center; padding-top:20px; font-size:16px; color:#242424;}
.cus_contect{display:block; overflow:hidden; padding:0 100px; margin-top:30px; position:relative;}
.cus-imgbox .swiper-slide{margin-top:0!important;}
.cus-imgbox .swiper-slide .cus_img{width:100%; overflow:hidden; position:relative; border:1px solid #bcb0b1; border-radius:10px;}
.cus-imgbox .swiper-slide .cus_img::before{content:""; display:block; padding-top:65.0307%;}
.cus-imgbox .swiper-slide .cus_txt{display:block; overflow:hidden; height:55px; line-height:55px; text-align:center; font-size:14px; color:#242424;}
.cus-prev,.cus-next{left:0; position:absolute;top:50%; transform:translateY(-50%); width:48px; height:88px; background:url(../images/cus_L.png) no-repeat center center; background-size:100% 100%; overflow:hidden; opacity:1;  cursor:pointer; z-index:9; outline:none;}
.cus-prev{left:initial;right:0; background:url(../images/cus_R.png) no-repeat center center; background-size:100% 100%;}

.lxwm{width:100%; overflow:hidden; background:#f6f6f6; padding:60px 0;}
.lxwm_contect{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; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:50px;}
.lxwm_contect>div{float:left;}
.lxwm_p{display:block; overflow:hidden; line-height:44px; font-size:30px; color:#000; font-weight:bold;}
.lxwm_sp{display:block; overflow:hidden; line-height:26px; font-size:12px; color:#000; opacity:0.5; text-transform:uppercase; letter-spacing:0.3pt;}
.lxwm_dianhua{line-height:22px; font-size:12px; color:#000;}
.lxwm_dianhua img{width:90px; float:left; margin-right:15px;}
.lxwm_dianhua_txt{display:block; overflow:hidden;}
.lxwm_dianhua_txt>span{display:block; overflow:hidden;}
.lxwm_dianhua_txt>span:nth-child(1){line-height:20px; font-size:16px;}
.lxwm_dianhua_txt>span:nth-child(2){line-height:44px; font-size:24px; color:#ee1c25; font-weight:bold;}
.lxwm_wx{width:435px; font-size:14px; color:#000; line-height:24px;}
.lxwm_wx>img{width:96px; float:left; height:96px; margin-right:20px;}
.lxwm_wx>span{display:block; overflow:hidden; line-height:40px; font-size:16px; color:#000;}
/*END-首页内容*/

/*底部*/
.footer_nav{width:100%; overflow:hidden; background:#2e2e2e; line-height:24px; font-size:16px; color:#fff; text-align:center; padding:10px 0; border-bottom:1px solid #fff;}
.footer_nav a{color:#fff; margin:0 40px;}
.footer_nav a:hover{color:#fff; text-decoration:underline !important;}
.footer{background:#000; font-size:14px; color:#fff; line-height:30px; padding:22px 0; text-align:center;}
.footer a{color:#fff; margin:0 5px;}
.footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*企业简介*/
.main{width:100%; overflow:hidden; padding:70px 0; background:#fff;}
.main_left{width:280px; float:left;}
.about{width:100%; float:left; border:1px solid #ececec; margin-bottom:50px;}
.about_titleB{display:block; overflow:hidden; border-bottom:1px solid #ececec; padding:30px 0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.about_title{float:left; padding-left:56px; background:url(../images/about_title_logo.png) no-repeat left center;}
.about_p{line-height:30px; font-size:20px; font-weight:bold; color:#353639;}
.about_sp{line-height:22px; font-size:14px; color:#353639; opacity:0.45; text-transform:uppercase;}
.about_ul{display:block; overflow:hidden; padding:2px;}
.about_ul>li{display:block; overflow:hidden; margin-bottom:2px;}
.about_ul>li:last-child{margin:0;}
.about_ul>li>a{display:block; overflow:hidden; height:50px; line-height:50px; background:#eaeaea; font-size:16px; color:#989898; text-align:center;}
.about_ul>li:hover>a{background:#ee1c25; color:#fff;}
.about_ul>li.about_on>a{background:#ee1c25; color:#fff;}
.about_B{display:block; overflow:hidden;}
.about_B img{width:100%; height:auto; display:block;}
.about_txt{display:block; overflow:hidden; font-size:12px; color:#000; line-height:30px; padding:10px 15px;}

.main_right{width:890px; float:right;}
.dqwz_title{width:100%; float:left;}
.dqwz_p{display:block; overflow:hidden; line-height:30px; font-size:24px; color:#b0b0b0; text-transform:uppercase;}
.dqwz_sp{display:block; overflow:hidden; position:relative;}
.dqwz_sp>span{float:left; height:40px; line-height:40px; font-size:30px; color:#000; background:#fff; padding-right:10px; position:relative; z-index:2;}
.dqwz_sp::before{content:""; width:100%; float:left; height:1px; background:#c5c5c5; position:absolute; left:0; bottom:5px;}
.dqwz_contect{width:100%; float:left; padding-top:25px;}
.dqwz_contect table{ max-width:100%;}
.dqwz_contect img{ max-width:100%; height:auto !important;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.company img { max-width: 100%; height: auto !important;}
.company_p{display:block; overflow:hidden; font-size:18px; padding-bottom:10px; text-align:center;}
/*END-企业简介*/

/*成功案例/企业新闻*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:3px solid #ececec;}
.xw_ul li a .xw_img{width:290px; float:left; border-right:3px solid #ececec; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 290px); float:left; padding:25px 40px; color:#787878; background:#eaeaea;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:34px; font-size:18px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:54px; line-height:30px; 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:24px; font-size:12px; margin-top:10px;}
.xw_ul li a:hover .xw_R{background:#ee1c25; color:#fff;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#888; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow: hidden; padding:20px 0;}
.xwxq_img img{display:block; max-width:100%; height:auto; margin:0 auto;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#000; padding-top:15px;}
.xwxq_txt>img{display:block; overflow:hidden; max-width:100%; height:auto; margin:10px auto;}
.xwxq_txt img{ max-width:100%; height:auto; }
/*END-成功案例/企业新闻*/

/*资质证书*/
.qua_ul{display:block; overflow:hidden; width:930px;}
.qua_ul li{width:269px; float:left; margin:0 40px 40px 0;}
.qua_ul li a{width:100%; overflow:hidden; float:left; position:relative; border:3px solid #e1e1e1;}
.qua_ul li a::before{content:""; display:block; padding-top:145.24715%;}
.qua_ul li a:hover{border-color:#ee1c25;}
.qua_ul li a:hover img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
/*END-资质证书*/

/*尊贵客户*/
.cus_ul{display:block; overflow:hidden; width:905px;}
.cus_ul li{width:166px; float:left; margin:0 15px 15px 0}
.cus_ul li .cus_img{width:100%; overflow:hidden; position:relative; border:1px solid #bcb0b1; border-radius:10px;}
.cus_ul li .cus_img::before{content:""; display:block; padding-top:65.0307%;}
.cus_ul li .cus_txt{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:14px; color:#242424;}
.cus_ul li:hover .cus_img{border-color:#ee1c25;}
.cus_ul li:hover .cus_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cus_ul li:hover .cus_txt{color:#ee1c25;}
/*END-尊贵客户*/

/*联系我们*/
.contact_txt{width:100%; overflow:hidden; font-size:14px; color:#000; line-height:30px; margin-top:20px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:10px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
.header_dianhua span {font-size:20px;}
.search {width: 202px;}
.logo{width:57%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:50px 1%;}
.cpzs_left{width:38%; padding:20px 25px;}
.cpzs_right{width:60%;}
 
.gsjj{padding:50px 1%;}
.gsjj_contect{display:block; padding-top:35px;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;}
.gsjj_left{width:41%; float:left; box-shadow:0 0 18px rgba(0,0,0,0.3); border:10px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_right{width:56%; float:right;}
.gsjj_up{display:block; overflow:hidden; padding-bottom:20px; border-bottom:1px solid #cdcdcd;}
.gsjj_p{display:block; overflow:hidden; line-height:30px; font-size:22px; color:#313131; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; height:112px; line-height:28px; font-size:14px; color:#595959; margin-top:20px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px;}
.gsjj_more a{float:left; font-size:14px; color:#ff0002;}
.gsjj_more a:hover{text-decoration:underline!important;}
.honor{display:block; overflow:hidden; padding:25px 38px 0 38px; border-top:1px solid #fff; position:relative;}
.honor-imgbox .swiper-slide .honor_img{width:100%; overflow:hidden; position:relative; border:1px solid #fff; background:#fff;}
.honor-imgbox .swiper-slide .honor_img::before{content:""; display:block; padding-top:137.3057%;}
.honor-imgbox .swiper-slide .honor_txt{display:block; overflow:hidden; height:30px; line-height:30px; margin-top:10px; text-align:center; font-size:14px; color:#313131;}
.honor-imgbox .swiper-slide:hover .honor_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.honor-prev,.honor-next{left:0; position:absolute;top:25px; width:30px; height:calc(100% - 65px); background:#cdcdcd; overflow:hidden; opacity:1; cursor:pointer; font-size:24px; color:#fff; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-family:SimSun; font-weight:bold; transition:all 0.4s;}
.honor-next{left:initial; right:0;}
.honor-prev:hover,.honor-next:hover{background:#ee1c25; color:#fff;}

.news{padding:50px 1%;}
.case{padding:50px 1%;}
.case_ul {width:100%;}
.case_ul li {width:31.33%; margin:75px 1% 0 1%;}

.cus{padding:50px 1%;}
.cus_contect{padding:0 80px;}

.lxwm{padding:50px 1%;}
.lxwm_contect{padding-top:40px;}
.lxwm_p{line-height:40px; font-size:26px;}
.lxwm_sp{line-height:24px; letter-spacing:-0.5pt;}
.lxwm_dianhua img {width:85px; margin-right:10px;}
.lxwm_dianhua_txt>span:nth-child(2) {line-height:40px; font-size:20px;}
.lxwm_wx{width:415px; line-height:22px;}
.lxwm_wx>img{width:85px; height:85px; margin-right:10px;}
/*END-首页内容*/

/*底部*/
.footer_nav{padding:10px 1%;}
.footer_nav a{margin:0 20px;}
.footer{padding:22px 1%;}
/*END-底部*/

/*企业简介*/
.main{padding:50px 1%;}
.main_left{width:26%;}
.main_right{width:72%;}
/*END-企业简介*/

/*成功案例/企业新闻*/
.xw_ul li{margin-bottom:30px;}
.xw_ul li a .xw_R{padding:25px 30px;}
/*END-成功案例/企业新闻*/

/*资质证书*/
.qua_ul{width:100%;}
.qua_ul li{width:31.33%; margin:0 1% 30px 1%;}
/*END-资质证书*/

/*尊贵客户*/
.cus_ul{width:100%;}
.cus_ul li{width:19%; margin:0 0.5% 15px 0.5%}
/*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:#ee1c25;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:20px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(238, 28, 37, 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;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:30px 10px;}
.cpzs_left{width:100%; height:calc(50% - 5px); padding:10px;}
.cpzs_T{line-height:30px;}
.cpzs_T>span{line-height:34px;}
.cpzs_txt{height:72px; line-height:24px; margin-top:10px; -webkit-line-clamp:3;}
.cpzs_more{padding-top:10px;}
.cpzs_more>a{height:34px; line-height:30px; border:2px solid #ee1c25;}
.cpzs_right{width:100%; height:calc(50% - 5px); margin-top:10px;}

.gsjj{padding:30px 10px;}
.gsjj_contect{padding-top:30px;}
.gsjj_left{width:46%;}
.gsjj_right{width:50%;}

.news{padding:30px 10px;}
.news_nav{margin-top:30px;}
.news_nav>a{margin:0 30px;}
.news_contect{padding-top:30px;}
.news_ul {width:calc(50% - 10px);}
.news_img {width:calc(50% - 10px);}

.case{padding:30px 10px;}
.case_ul li a {padding:15px;}
.case_ul li a .case_p {margin-top:10px;}
.case_ul li a .case_txt {height:96px; line-height:24px; margin-top:10px;}

.cus{padding:30px 10px;}
.cus_contect{padding:0 50px;}
.cus-prev, .cus-next {width:40px; height:74px;}

.lxwm{padding:30px 10px;}
.lxwm_contect{padding-top:30px;}
.lxwm_p{line-height:30px; font-size:20px;}
.lxwm_sp{line-height:20px; letter-spacing:-1.5pt;}
.lxwm_dianhua img {width:75px;}
.lxwm_dianhua_txt>span:nth-child(2) {line-height:32px; font-size:20px;}
.lxwm_wx{width:270px; line-height:16px; font-size:12px;}
.lxwm_wx>img{width:75px; height:75px;}
.lxwm_wx>span {line-height:30px; font-size: 16px;}
/*END-首页内容*/

/*底部*/
.footer_nav{padding:10px;}
.footer_nav a{margin:0 10px;}
.footer{padding:15px 10px;}
/*END-底部*/

/*企业简介*/
.main{padding:30px 10px;}
.main_left{width:36%;}
.main_right{width:62%;}
/*END-企业简介*/

/*成功案例/企业新闻*/
.xw_ul li{margin-bottom:20px;}
.xw_ul li a .xw_img {width:200px;}
.xw_ul li a .xw_R{width:calc(100% - 200px); padding:20px;}
/*END-成功案例/企业新闻*/

/*资质证书*/
.qua_ul li{margin:0 1% 20px 1%;}
/*END-资质证书*/

/*尊贵客户*/
.cus_ul li{width:24%;}
.cus_ul li .cus_txt{height:40px; line-height:40px;}
/*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_p {line-height:20px; font-size:16px;}
.cpzs_sp>span {line-height:30px; padding:0 10px; font-size:20px;}
.con {padding-top:10px;}
#tags {width:100%; min-height:initial;}
#tags LI {width:33.3333%; height:auto;}
#tags LI A {height:50px; font-size:14px; line-height:18px;}
#tags LI:nth-child(4){width:50%;}
#tags LI:nth-child(5){width:50%;}
#tagContent {width:100%; padding:10px 0 0 0;}
.cpzs_left{height:auto; padding:10px;}
.cpzs_T{line-height:24px; font-size:16px;}
.cpzs_T>span{line-height:30px; font-size:18px;}
.cpzs_txt{height:auto; line-height:22px; margin-top:5px; -webkit-line-clamp:initial;}
.cpzs_more{padding-top:5px;}
.cpzs_right{width:100%; height:auto; margin-top:10px;}
.cpzs_right::before{content:""; display:block; padding-top:72%;}

.gsjj{padding:10px;}
.gsjj_contect{padding-top:10px;}
.gsjj_left{width:100%; border:3px solid #fff;}
.gsjj_left::before{content:""; display:block; padding-top:70%;}
.gsjj_right{width:100%; margin-top:10px;}
.gsjj_up{padding-bottom:10px;}
.gsjj_p{line-height:28px; font-size:18px;}
.gsjj_txt{height:96px; line-height:24px; margin-top:5px; -webkit-line-clamp:4;}
.gsjj_more{padding-top:5px;}
.honor{padding:10px 30px 0 30px;}
.honor-imgbox .swiper-slide .honor_txt{margin-top:0;}
.honor-prev,.honor-next{top:10px; width:24px; height:calc(100% - 40px); font-size:20px;}

.news{padding:10px;}
.news_nav{margin-top:10px;}
.news_nav>a{margin:0 10px;}
.news_contect{padding-top:10px;}
.news_ul {width:100%;}
.news_ul li {margin-bottom:10px;}
.news_ul li a .news_sub {width:70px; padding:9px 0; line-height:30px; font-size:18px;}
.news_ul li a .news_B {width: calc(100% - 70px); padding:5px;}
.news_ul li a .news_B .news_txt {margin-top:6px;}
.news_img {width:100%; margin-top:10px;}
.news_img>a::before{content:""; display:block; padding-top:70%;}

.case{padding:10px;}
.case_ul li{width:100%; margin-top:10px;}
.case_ul li a {padding:5px;}
.case_ul li a .case_logo {width:40px; float:left; height:40px; margin-top:0;}
.case_ul li a .case_logo img {height:20px;}
.case_ul li a .case_p {margin-top:0; height:40px; line-height:40px; font-size:16px;}
.case_ul li a .case_txt {height:80px; line-height:20px; margin-top:5px;}

.cus{padding:10px;}
.cus_p {line-height:20px; padding-top:5px; font-size:14px;}
.cus_contect{padding:0; margin-top:10px;}
.cus-prev,.cus-next {display:none; width:24px; height:44px;}
.cus-imgbox .swiper-slide .cus_txt {height:30px; line-height:30px;}

.lxwm{padding:10px;}
.lxwm_contect{padding-top:5px;}
.lxwm_logo{width:100%; text-align:center;}
.lxwm_p{line-height:34px; font-size:24px;}
.lxwm_sp{line-height:16px; letter-spacing:-0.8pt;}
.lxwm_dianhua{width:100%; margin-top:5px;}
.lxwm_wx{width:100%; margin-top:5px;}
/*END-首页内容*/

/*底部*/
.footer_nav{font-size:12px; line-height:18px;}
.footer_nav a{margin:0 5px;}
.footer{padding:10px; font-size:12px; line-height:18px;}
.footer a{margin:0 5px;}
/*END-底部*/

/*企业简介*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin-bottom:0;}
.about_title{width:100%; overflow:hidden; height:50px; line-height:50px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #ee1c25; font-size:18px; color:#fff; font-weight:bold; padding-left:20px;}
.about_ul{display:none;}
.about_ul>li>a {height:40px; line-height:40px; font-size:14px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company {line-height:24px;}
/*END-企业简介*/

/*成功案例/企业新闻*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img {width:108px;}
.xw_ul li a .xw_R{width:calc(100% - 108px); padding:5px;}
.xw_ul li a .xw_R .xw_p {line-height:30px; font-size:16px;}
.xw_ul li a .xw_R .xw_txt {height:60px; line-height:20px; -webkit-line-clamp:3; margin-top:5px;}
.xwxq_txt {line-height:24px; padding-top:10px;}
/*END-成功案例/企业新闻*/

/*资质证书*/
.qua_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.qua_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
/*END-资质证书*/

/*尊贵客户*/
.cus_ul li{width:32.33%; margin:0 0.5%;}
/*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:#000;}
.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:#ee1c25; 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 #ee1c25;}
.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;
}