/*外部公共样式*/
@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 20px;}
.topbox a:hover{ color:#d51614; text-decoration:underline !important;}

.header{width:100%;}
.logo{padding:24px 0;}
.logo img{width:100%; max-width:552px; max-height:72px;}
.header_dianhua{margin-top:17px;}
.header_dianhua img{width:86px; float:right; height:86px; margin-left:10px;}
.header_txt{line-height:28px; color:#333; font-size:18px; font-weight:bold; text-align:right;}
.header_txt span{color:#d51614;}

nav{background:#1b3389;}
.nav{width:100%;}
.nav>li{width:9%; 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:#fd9b01; color:#fff;}
.nav>li.act>a{background:#fd9b01; color:#fff;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999; background:rgba(27,51,137,0.9); padding-top:10px;}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:50px; line-height:50px; font-size:16px; color:#fff; text-align:center;}
.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{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;}

.search{width:100%; overflow:hidden; padding:8px 0; border-bottom:1px solid #dedede;}
.search_form{width:344px;border:2px solid #1a3383;}
.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:#1a3383; 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:#d51614; text-decoration:underline !important;}
/*END-头部+导航+大图*/

/*首页内容*/
.cpzs{width:100%; overflow:hidden; background:url(../images/cpzs_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.main_left{width:270px; float:left;}
.about{width:100%; float:left;}
.about_title{display:block; overflow:hidden; height:64px; line-height:64px; text-align:center; background:url(../images/about_title_bj.jpg) no-repeat center center; background-size:100%; font-size:24px; color:#fff;}
.about_ul{display:block; overflow:hidden; border:2px solid #00376c; padding:5px 15px 15px 15px;}
.about_ul>li{display:block; overflow:hidden; margin-top:10px;}
.about_ul>li>a{display:block; overflow:hidden; height:36px; line-height:34px; border:1px solid #b8b8b8; text-align:center; font-size:16px; color:#9d9d9d;}
.about_ul>li:hover>a{background:#1a3383; border-color:#1a3383; color:#fff;}
.about_ul li .act{background:#1a3383; border-color:#1a3383;color:#fff;}
==}
.about_dl{display:none;}
.about_dl>dd{display:block; overflow:hidden; border-bottom:1px dashed #b0b0b0;}
.about_dl>dd>a{display:block; overflow:hidden; height:34px; line-height:34px; font-size:14px; text-align:center; color:#acacac;}
.about_dl>dd>a:hover{color:#1a3383;}
.about_B{display:block; overflow:hidden; background:url(../images/about_txt_bj.jpg) no-repeat center center; background-size:cover; border:2px solid #00376c; border-top:none; text-align:center; color:#fff; font-size:20px; line-height:30px; padding:30px 0;}
.about_T{display:flex; justify-content:center; overflow:hidden; margin-bottom:15px;}
.about_T>span{float:left; padding:0 6px; position:relative; font-size:14px;}
.about_T>span::before{content:""; width:50px; float:left; height:1px; background:#fff; position:absolute; left:-50px; top:50%; transform: translateY(-50%);}
.about_T>span::after{content:""; width:50px; float:left; height:1px; background:#fff; position:absolute; right:-50px; top:50%; transform: translateY(-50%);}

.main_right{width:1095px; float:right;}
.dqwz_title{width:100%; float:left; padding-top:10px;}
.dqwz_p{float:left; height:43px; line-height:40px; border-bottom:3px solid #1a3383; font-size:18px; color:#000; background:url(../images/cpzs_logo.jpg) no-repeat left center; padding:0 5px 0 26px;}
.dqwz_sp{display:block; overflow:hidden; line-height:42px; border-bottom:1px solid #dedede; font-size:14px; color:#bfbfbf; text-transform:uppercase; padding-left:5px;}
.cpzs_ul{width:1112px; float:left;}
.cpzs_ul li{width:260px; float:left; margin:20px 18px 0 0;}
.cpzs_ul li .cpzs_B{width:100%; overflow:hidden; border:1px solid #ddd; padding:1px;}
.cpzs_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:contain;}
.cpzs_ul li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:135.03125%;}
.cpzs_ul li .cpzs_txt{display:block; overflow:hidden; background:#d8d8d8; height:42px; line-height:42px; text-align:center; font-size:14px; color:#3b3b3b; margin-top:1px;}
.cpzs_ul li:hover .cpzs_B{border-color:#1a3383;}
.cpzs_ul li:hover .cpzs_txt{background:#1a3383; color:#fff;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:50px 0;}
.gsjj_title{display:block; overflow:hidden; text-align:center; color:#fff;}
.gsjj_heng{width:80px; height:1px; background:#fff; margin:0 auto 10px auto;}
.gsjj_p{line-height:36px; font-family:Impact; font-size:30px; text-transform:uppercase;}
.gsjj_sp{line-height:30px; font-weight:bold; font-size:18px;}
.gsjj_contect{display:block; overflow:hidden; padding-top:36px;}
.gsjj_contect a{display:flex; width:100%; float:left; flex-wrap:wrap; overflow:hidden;}
.gsjj_img{width:590px; float:left; border:5px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.gsjj_img:before{content:""; width:0; height:0; float:left; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); transition:all 0.8s;}
.gsjj_txt{width:calc(100% - 590px); float:left; padding-left:35px; color:#fff; font-size:14px; line-height:24px;min-height:410px;}
.gsjj_txt>span{display:block; overflow:hidden; font-size:22px; font-weight:bold; padding-bottom:15px;}
.gsjj_contect a:hover .gsjj_img:before{width:calc(100% - 20px); height:calc(100% - 20px); border:1px solid #fff;}

.adv{width:100%; overflow:hidden; padding:60px 0;}
.adv_title{display:block; overflow:hidden;}
.adv_contect{display:block; overflow:hidden; padding-top:55px;}
.adv_img{width:600px; float:left;}
.adv_ul{width:calc(100% - 600px); float:left; padding:15px 0 0 50px;}
.adv_ul li{display:block; overflow:hidden; margin-bottom:45px;}
.adv_ul li .adv_sub{width:55px; float:left; height:55px; position:relative; line-height:55px; text-align:center; background:#1a3383; font-family:Calibri; font-size:36px; color:#fff; font-style:oblique; margin-right:30px;}
.adv_ul li .adv_sub::before{content:""; width:0; height:0; border-top:42px solid #546fc7; border-left:0 solid transparent; border-right:17px solid transparent; position:absolute; right:-17px; bottom:0;}
.adv_ul li .adv_p{display:block; overflow:hidden; line-height:40px; border-bottom:1px dashed #00458e; font-size:18px; color:#1a3383; font-weight:bold; margin-top:14px;text-overflow:ellipsis; white-space: nowrap;}
.adv_ul li .adv_txt{display:block; overflow:hidden; position:relative; font-size:14px; color:#000; line-height:30px; padding-left:30px; margin-top:15px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.adv_ul li .adv_txt::before{content:""; width:10px; height:10px; float:left; border-radius:50%; position:absolute; left:12px; top:10px; background:#1a3383;}

.case{width:100%; overflow:hidden; background:#f6f6f6; padding:60px 0;}
.case .gsjj_heng{background:#1a3383;}
.case .gsjj_p{color:#333;}
.case .gsjj_sp{color:#1a3383;}
.case-imgbox{padding-top:15px;}
.case-imgbox .swiper-slide .case_B{width:100%; overflow:hidden; border:1px solid #737373; padding:1px;}
.case-imgbox .swiper-slide .case_B .case_img{width:100%; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case-imgbox .swiper-slide .case_B .case_img::before{content:""; display:block; padding-top:87.92453%;}
.case-imgbox .swiper-slide .case_B .case_img .case_hover{width:100%; height:100%; float:left; position:absolute; left:0; bottom:-100%; background:rgba(26,51,131,0.8); display:flex; align-content:center; align-items:center; justify-content:center;}
.case-imgbox .swiper-slide .case_txt{display:block; overflow:hidden; height:45px; line-height:44px; text-align:center; font-size:16px; color:#6c6c6c; border-bottom:1px solid #737474;}
.case-imgbox .swiper-slide:hover .case_B{border-color:#1a3383;}
.case-imgbox .swiper-slide:hover .case_B .case_img .case_hover{bottom:0;}
.case-imgbox .swiper-slide:hover .case_txt{border-bottom-color:#1a3383;color:#1a3383;}

.news{width:100%; overflow:hidden; background:url(../images/news_bj.jpg) no-repeat center center; background-size:cover; padding:60px 0;}
.news_ul{width:1420px;}
.news_ul li{width:335px; float:left; margin:70px 20px 0 0;}
.news_ul li a{width:100%; float:left; background:#fff; padding:20px;}
.news_ul li a .news_logo{width:100px; height:100px; overflow:hidden; border-radius:50%; border:3px solid #fff; margin-top:-70px; position:relative; display:flex; align-content:center; align-items:center; justify-content:center;}
.news_ul li a .news_logo img{display:block; position:relative; z-index:9;}
.news_ul li a .news_logo::before{content:""; width:100%; float:left; height:50%; background:#d0d0d0; position:absolute; left:0; top:0; transition:all 0.4s;}
.news_ul li a .news_logo::after{content:""; width:100%; float:left; height:50%; background:#c0c0c0; position:absolute; left:0; bottom:0; transition:all 0.4s;}
.news_ul li a .news_p{display:block; overflow:hidden; line-height:30px; font-size:18px; color:#292929; text-overflow:ellipsis; white-space: nowrap; margin-top:20px;}
.news_ul li a .news_sp{display:block; overflow:hidden; line-height:24px; font-size:12px; color:#9f9f9f;}
.news_ul li a .news_txt{display:block; overflow:hidden; line-height:30px; font-size:14px; color:#858585; margin-top:20px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.news_ul li a:hover .news_logo::before{background:#1a3383;}
.news_ul li a:hover .news_logo::after{background:#546fc7;}

.lxwm{width:100%; overflow:hidden; padding:50px 0;}
.lxwm .gsjj_heng{background:#1a3383;}
.lxwm .gsjj_p{color:#333;}
.lxwm .gsjj_sp{color:#1a3383;}
.lxwm_contect{display:flex; overflow:hidden; background:url(../images/lxwm_bj.jpg) no-repeat right bottom #f6f6f6; margin-top:30px; border:1px solid #f6f6f6;}
.lxwm_map{width:688px; float:left; border-right:1px solid #f6f6f6; position:relative; background:#fff;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:26px; padding:15px 30px;}
.lxwmBox{display:block; overflow:hidden; padding-top:65px;}
.brand{width:370px;}
.brand_title{display:block; overflow:hidden;}
.brand_p{float:left; line-height:23px; border-bottom:2px solid #1a3383; font-size:18px; color:#494b46;}
.brand_sp{display:block; overflow:hidden; text-align:right; line-height:24px; border-bottom:1px solid #e3e3e3; font-size:12px;}
.brand_sp>a{color:#494b46; font-size:12px;}
.brand_sp>a:hover{color:#1a3383; text-decoration:underline!important;}
.brand_contect{display:block; overflow:hidden; padding-top:15px;}
.brand_contect img{width:100%;}
.brand_txt{display:block; overflow:hidden; font-size:14px; color:#333; line-height:24px; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:8; -webkit-box-orient: vertical;}
.service{width:592px; margin-left:34px;}
.message{width:370px;}
.message_form{display:block; overflow:hidden; padding-top:15px;}
.message_B{display:block; overflow:hidden; margin-bottom:15px;}
.message_sp{width:60px; float:left; height:36px; line-height:36px; font-size:14px; color:#262626;}
.message_inp1{width:calc(100% - 60px); float:left; height:36px; line-height:34px; border:1px solid #d9d9d9; font-size:14px; color:#000; padding:0 5px;}
.message_inp2{width:calc(100% - 60px); float:left; height:176px; line-height:24px; border:1px solid #d9d9d9; font-size:14px; color:#000; padding:0 5px; outline:none;}
.message_btn{width:100%; height:36px; background:#1a3383; font-size:14px; color:#fff;}
/*END-首页内容*/

/*底部*/
footer{background-image: linear-gradient(#1a3383, #3b54a6);}
.link{display:block; overflow:hidden; border-bottom:1px solid rgba(255,255,255,0.2); font-size:14px; color:#fff; line-height:24px; padding:28px 0;}
.link>span{float:left; font-size:16px; font-weight:bold;}
.link>a{color:#fff; margin:0 10px;}
.link>a:hover{color:#fff; text-decoration:underline!important;}

.footer{display:flex; justify-content:space-between; overflow:hidden; padding:30px 0;}
.footer_L{}
.footer_nav{display:block; overflow:hidden; line-height:24px; color:#fff; font-size:16px;}
.footer_nav a{color:#fff; margin:0 10px;}
.footer_nav a:hover{color:#fff; text-decoration:underline!important;}
.footer_nav a:first-child{margin:0 10px 0 0;}
.footer_txt{display:block; overflow:hidden; padding-top:20px; line-height:24px; font-size:12px; color:#fff;}
.footer_txt a{color:#fff; margin:0 10px;}
.footer_txt a:hover{color:#fff; text-decoration:underline!important;}
.footer_R{display:flex;}
.footer_R img{width:90px; float:left; height:90px; margin-right:10px;}
.footer_dianhua{display:block; overflow:hidden; line-height:24px; font-size:12px; color:#fff;}
.footer_dianhua span{display:block; overflow:hidden;}
.footer_dianhua span:nth-child(1){font-size:16px;}
.footer_dianhua span:nth-child(2){line-height:42px; font-size:24px; font-weight:bold;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.dqwz_contect{width:100%; float:left; padding-top:20px;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
/*END-关于我们*/

/*产品展示*/
.cpzs_ul1{width:1112px; display:block; overflow:hidden;}
.cpzs_ul1 li{width:260px; float:left; margin:0 18px 20px 0;}
.cpzs_ul1 li .cpzs_B{width:100%; overflow:hidden; border:1px solid #ddd; padding:1px;}
.cpzs_ul1 li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:contain;}
.cpzs_ul1 li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:135.03125%;}
.cpzs_ul1 li .cpzs_B .cpzs_img8{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_ul1 li .cpzs_B .cpzs_img8::before{content:""; display:block; padding-top:82.03125%;}
.cpzs_ul1 li .cpzs_txt{display:block; overflow:hidden; background:#d8d8d8; height:42px; line-height:42px; text-align:center; font-size:14px; color:#3b3b3b; margin-top:1px;}
.cpzs_ul1 li:hover .cpzs_B{border-color:#1a3383;}
.cpzs_ul1 li:hover .cpzs_txt{background:#1a3383; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:20px;}
.cpxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#666; line-height:18px; padding-top:5px;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.cpxq_txt img{max-width: 100%;height: auto;}

/*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:#e5e5e5;}
.xw_ul li a .xw_B{width:260px; float:left; display:flex; border:1px solid #ddd; background:#fff; padding:1px;}
.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% - 260px); float:left; border:1px solid #ddd; border-left:none; padding:20px 40px; color:#6e6e6e;}
.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:20px; font-size:12px; margin-top:15px;}
.xw_ul li a:hover{background:#1a3383;}
.xw_ul li a:hover .xw_R{color:#fff;}
/*END-新闻资讯*/

/*客户留言*/
.zxly{display:block; max-width:600px; overflow:hidden;}
.zxly_B{display:block; overflow:hidden; margin-bottom:10px;}
.zxly_sp{width:114px; float:left; height:52px; line-height:52px; text-align:right; font-size:18px; color:#818181; padding-right:15px;}
.zxly_sp>span{color:#f00;}
.zxly_inp1{width:calc(100% - 114px); float:left; height:186px; line-height:24px; border:1px solid #ddd; font-size:18px; color:#000; outline:none; padding:5px;}
.zxly_inp2{width:calc(100% - 114px); float:left; height:52px; line-height:52px; border:1px solid #ddd; font-size:18px; color:#000; padding:0 5px;}
.zxly_inp3{width:180px; float:left; height:52px; line-height:52px; border:1px solid #ddd; font-size:18px; color:#000; padding:0 5px;}
.yzm{width:180px; float:left; height:52px; border:1px solid #ddd; position:relative; margin-left:10px;}
.zxly_btn{width:calc(100% - 114px); float:left; height:52px; background:#1a3383; color:#fff; font-size:18px;}
.zxly input::-webkit-input-placeholder{color: #dcdcdc; font-size:18px;} 
.zxly input:-moz-placeholder{color: #dcdcdc; font-size:18px;} 
.zxly textarea::-webkit-input-placeholder {color: #dcdcdc; font-size:18px;} 
.zxly textarea:-moz-placeholder{color: #dcdcdc; font-size:18px;} 
/*END-客户留言*/

/*联系我们*/
.contact_txt{width:100%; float:left; font-size:14px; color:#000; line-height:30px; margin-top:15px;}
.contact_map{width:100%; float:left;}
#dituContentmap{width:100%; overflow:hidden; height:320px; border:1px solid #ddd;}
.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:1420px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:0 1%;}
nav{padding:0 1%;}
.search {padding:9px 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:50px 1%;}
.main_left{width:20%;}
.main_right{width:78%}
.cpzs_ul{width:100%;}
.cpzs_ul li{width:24%; margin:20px 0.5% 0 0.5%;}

.gsjj{padding:50px 1%;}
.adv{padding:50px 1%;}
.adv_contect{padding-top:50px;}
.case{padding:50px 1%;}

.news{padding:50px 1%;}
.news_ul{width:100%;}
.news_ul li{width:24%; margin:70px 0.5% 0 0.5%;}

.lxwm{padding:50px 1%;}
.lxwmBox{padding-top:50px;}
.brand{width:26%;}
.service{width:46%; margin:0 1%;}
.message{width:26%;}
/*END-首页内容*/

/*底部*/
.link{padding:28px 1%;}
.footer{padding:30px 1%;}
/*END-底部*/

/*关于我们*/
.main{padding:50px 1%;}
/*END-关于我们*/

/*产品展示*/
.cpzs_ul1{width:100%;}
.cpzs_ul1 li{width:24%; margin:0 0.5% 20px 0.5%;}
/*END-产品展示*/

}

@media (max-width:1200px) {
/*首页内容*/
.main_left{width:24%;}
.main_right{width:74%}
.cpzs_ul li{width:32.33%;}

.gsjj{padding:50px 1%;}
.gsjj_img{width:40%;}
.gsjj_txt {width:60%;}

.adv_img {width:50%;}
.adv_ul {width:50%;}

.lxwm_map {width:50%;}
.brand{width:29%;}
.service{width:40%;}
.message{width:29%;}
/*END-首页内容*/

/*底部*/
.link{padding:20px 1%;}
.footer{padding:20px 1%;}
.footer_L {width:65%;}
/*END-底部*/

/*产品展示*/
.cpzs_ul1 li{width:32.33%;}
/*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:#1b3389;}

.topbox{padding:0 10px;}
.topbox a {margin: 0 5px;}
.header{padding:0;}
.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(27, 51, 137, 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:9px 10px;}
.search_txt {padding:0 10px 0 0;}
.search_txt a {margin: 0 5px;}
/*END-头部+导航*/

/*首页内容*/
.cpzs {padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%}
.cpzs_ul li{width:32.33%;}

.gsjj{padding:30px 10px;}
.gsjj_contect {padding-top:30px;}
.gsjj_img{width:100%;}
.gsjj_img::after{content:""; display:block; padding-top:50%;}
.gsjj_txt {width:100%; padding:30px 0 0 0;}

.adv {padding:30px 10px;}
.adv_contect {padding-top:30px;}
.adv_ul {padding:15px 0 0 30px;}
.adv_ul li {margin-bottom:30px;}

.case{padding:30px 10px;}
.news {padding:30px 10px;}
.news_ul li {width:100%; margin:30px 0 0 0;}
.news_ul li a .news_logo {margin-top:0; float:left; margin-right:20px;}
.news_ul li a .news_p {margin-top:0;}
.news_ul li a .news_txt {margin-top:0; -webkit-line-clamp:3;}

.lxwm {padding:30px 10px;}
.lxwm_txt {padding: 15px 20px;}
.brand{width:30%;}
.service{width:38%;}
.message{width:30%;}
/*END-首页内容*/

/*关于我们*/
.main{padding:30px 10px;}
/*END-关于我们*/

/*新闻资讯*/
.xw_ul li a .xw_B{width:200px;}
.xw_ul li a .xw_R{width:calc(100% - 200px);padding:20px 30px;}
.xw_ul li a .xw_R .xw_txt{margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{margin-top:10px;}
/*END-新闻资讯*/

}

@media (max-width:767px){
/*头部+导航*/
.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:10px;}
.search_form {width:100%;}
.search_txt {width:100%; float:left; padding:10px 0 0 0;}
/*END-头部+导航*/

/*首页内容*/
.cpzs {padding:0;}
.main_left{width:100%;}
.about_title {height:50px; line-height:50px; text-align:left; text-indent:20px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center,url(../images/about_title_bj.jpg) no-repeat center center; background-size:auto,100%; font-size:20px;}
.about_ul{display:none;}
.about_ul {padding:2px 4px 4px 4px;}
.about_ul>li {margin-top:2px;}
.main_right{width:100%}
.cpzs_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding:0 10px 10px 10px;}
.cpzs_ul li{width:49%; margin:10px 0 0 0;}
.cpzs_ul li .cpzs_txt {height:34px; line-height:32px;}

.gsjj {padding:10px;}
.gsjj_heng {margin: 0 auto 5px auto;}
.gsjj_p {line-height:30px; font-size:20px;}
.gsjj_sp {line-height:22px; font-size:14px;}
.gsjj_contect {padding-top:10px;}
.gsjj_txt {padding:10px 0 0 0;}
.gsjj_txt>span {font-size:18px; padding-bottom:10px;}

.adv {padding:10px;}
.adv_contect {padding-top:10px;}
.adv_img{width:100%;}
.adv_ul {width:100%; padding:10px 0 0 0;}
.adv_ul li {margin-bottom:10px;}

.case{padding:10px;}
.case-imgbox .swiper-slide .case_txt {height:41px; line-height:40px; font-size:14px;}

.news {padding:10px;}
.news_ul li {width:100%; margin:10px 0 0 0;}
.news_ul li a{padding:5px;}
.news_ul li a .news_logo {width:90px; height:90px; border:none; margin-right:10px;}
.news_ul li a .news_p {font-size:16px;}
.news_ul li a .news_txt {line-height:20px; font-size:12px; -webkit-line-clamp:3;}

.lxwm {padding:10px;}
.lxwm_contect {margin-top:10px; display:block;}
.lxwm_map {width:100%;}
.lxwm_map img{position:relative;}
.lxwm_txt {width:100%; padding:10px; line-height:22px;}
.lxwmBox {padding-top:10px;}
.brand{width:100%;}
.service{width:100%; margin:10px 0;}
.message{width:100%;}
/*END-首页内容*/

/*底部*/
.footer{padding:10px;}
.footer_L {width:100%;}
.footer_txt {padding-top:0; line-height:20px; text-align:center;}
/*END-底部*/

/*关于我们*/
.main{padding:0;}
.dqwz_contect{padding:10px;}
/*END-关于我们*/

/*产品展示*/
.cpzs_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzs_ul1 li{width:49%; margin:0 0 10px 0;}
.cpzs_ul1 li .cpzs_txt {height:34px; line-height:32px;}
/*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_p{}
.xw_ul li a .xw_R .xw_txt{margin-top:0; line-height:20px;}
/*END-新闻资讯*/

/*客户留言*/
.zxly_sp{width:86px; height:34px; line-height:34px; font-size:14px; padding-right:10px;}
.zxly_inp1{width:calc(100% - 86px); height:120px; font-size:14px;}
.zxly_inp2{width:calc(100% - 86px); height:34px; line-height:32px; font-size:14px;}
.zxly_inp3{width:100px; height:34px; line-height:32px; font-size:14px;}
.yzm{width:100px; height:34px; margin-left:10px;}
.zxly_btn{width:100%; height:40px; font-size:16px;}
.zxly input::-webkit-input-placeholder{font-size:14px;} 
.zxly input:-moz-placeholder{font-size:14px;} 
.zxly textarea::-webkit-input-placeholder {font-size:14px;} 
.zxly textarea:-moz-placeholder{font-size:14px;} 
/*END-客户留言*/

/*联系我们*/
.contact_txt{line-height:24px; font-size:12px; 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:#1b3389;}
.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;}