﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; border-bottom:1px solid #0099ff; line-height:32px; font-size:12px; color:#383838;}
.top_nav{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; height:32px;}
.top_nav>span{float:left; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-right:25px;}
.top_nav>span>img{float:left;margin-right:8px;}
.top_nav>span>a{float:right; color:#383838;}
.top_nav>span>a:hover{color:#005ca7; text-decoration:underline !important;}
.top_R a{color:#383838; margin:0 10px;}
.top_R a:last-child{margin:0 0 0 10px;}
.top_R a:hover{ color:#005ca7; text-decoration:underline !important;}

.header{width:100%; background:#005ca7; position:relative; left:0; top:0; z-index:999999;}
.header>.container{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;}
.logo{padding:20px 0;}
.logo img{width:100%; max-width:300px;}


nav{width:auto!important;}
.nav{width:auto!important; height:100%;}
.nav>li{position:relative; height:100%; margin-left:10px;}
.nav>li>a{width:100%; height:100%; line-height:100%; font-size:16px; color:#fff; text-align:center; 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; padding:0 10px;}
.nav>li:hover>a{background:#fff; color:#005ca7;}
.nav>li>a.on{background:#fff; color:#005ca7;}

.nav_sub{display:none; width:150%; float:left; padding-top:2px; position:absolute; left:-25%; top:100%; z-index:999999; background:rgba(0, 92, 167, 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:#fff; color:#005ca7;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; width:auto; position: absolute; left:50%; bottom:20px; transform:translateX(-50%); height:10px;}
.banner .swiper-pagination-bullet {width:10px; height:10px; float:left; background:#fff; opacity:1; border-radius:50%; margin:0 5px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#b1c7ce;}
.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-头部+导航+大图*/

/*首页内容*/
.cpzx{width:100%; overflow:hidden; padding:50px 0 100px 0;}
.cpzx_title{display:block; overflow:hidden; text-align:center; padding-bottom:20px; background:url(../images/title_heng.png) no-repeat center bottom;}
.cpzx_p{line-height:22px; font-size:14px; color:#6d7c88; text-transform:uppercase; display:none;}
.cpzx_sp{line-height:46px; font-size:36px; color:#2c3740; font-weight:bold;}
.cpzx_contect{margin-top:45px; position:relative;}
.cpzx-imgbox .swiper-slide a{width:100%; float:left; position:relative; overflow:hidden; border:1px solid #e3e3e3;}
.cpzx-imgbox .swiper-slide a .cpzx_B{width:100%; overflow:hidden;}
.cpzx-imgbox .swiper-slide a .cpzx_B .cpzx_img{width:100%; overflow:hidden; position:relative;}
.cpzx-imgbox .swiper-slide a .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:70.02653%;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB{width:100%; overflow:hidden; padding:15px 30px 40px 30px;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB .cpzx_T{display:block; overflow:hidden; height:34px; line-height:34px; font-size:24px; color:#2c3740; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB .cpzx_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:14px; color:#60707d; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB .cpzx_more{display:block; overflow:hidden; height:24px; line-height:24px; font-size:14px; color:#0072d4; font-weight:bold;}
.cpzx-imgbox .swiper-slide a .cpzx_hover{opacity:0; padding:20px; width:100%; overflow:hidden; height:100%; position:absolute; left:0; bottom:0; background:rgba(0,114,212,0.9);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; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; color:#fff; text-align:center;}
.cpzx-imgbox .swiper-slide a .cpzx_hover .cpzx_T{width:100%; overflow:hidden; height:34px; line-height:34px; font-size:24px; font-weight:bold;}
.cpzx-imgbox .swiper-slide a .cpzx_hover .cpzx_txt{width:100%; overflow:hidden; height:96px; line-height:24px; font-size:14px; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.cpzx-imgbox .swiper-slide a .cpzx_hover .cpzx_more{width:100%; overflow:hidden; height:24px; line-height:24px; font-size:14px; font-weight:bold;}
.cpzx-imgbox .swiper-slide a:hover .cpzx_txtB .cpzx_T{color:#fff;}
.cpzx-imgbox .swiper-slide a:hover .cpzx_txtB .cpzx_txt{color:#fff;}
.cpzx-imgbox .swiper-slide a:hover .cpzx_txtB .cpzx_more{color:#fff;}
.cpzx-imgbox .swiper-slide a:hover  .cpzx_hover{opacity:1;}
.cpzx-prev,.cpzx-next{left:-122px; position:absolute; top:50%; transform:translateY(-50%); width:48px; height:48px; background:url(../images/cpzx_L.jpg) no-repeat center center; background-size:100% 100%; overflow:hidden; opacity:1; cursor:pointer; z-index:99; outline:none;}
.cpzx-next{left:initial; right:-122px; background:url(../images/cpzx_R.jpg) no-repeat center center; background-size:100% 100%;}

.gsjj{width:100%; overflow:hidden; position:relative; background:#f1f4f8;}
.gsjj_bj{width:100%; float:left; position:relative; z-index:9; padding:20px 0 0 0;}
.gsjj_bj::before{content:""; width:1275px; float:left; height:100%; position:absolute; left:285px; top:0; background:#0072d4;}
.gsjj_left{width:44%; float:left; position:relative; z-index:9;}
.gsjj_title{width:100%; float:left; position:relative; z-index:9;}
.gsjj_title>img{float:left;}
.gsjj_title>img:first-child{margin:15px 62px 0 0;}
.gsjj_contect{width:100%; float:left; overflow:hidden; background:#fff; padding:35px 25px 30px 25px; margin-top:-15px;}
.gsjj_txt{display:block; overflow:hidden; height:168px; line-height:24px; font-size:14px; color:#636363; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px;}
.gsjj_more a{display:block; overflow:hidden; width:90px; height:22px; line-height:20px; border:1px solid #0072d4; background:#0072d4; text-align:center; font-size:14px; color:#fff;}
.gsjj_more a:hover{background:#fff; color:#0072d4;}
.gsjj_right{width:51.5%; float:right; position:relative; z-index:9; padding-top:45px;}
.gsjj_B{width:100%; float:left; padding:5px 0 0 5px; position:relative;}
.gsjj_B::before{content:""; width:calc(100% - 32px); float:left; height:calc(100% - 32px); border:1px solid #fff; position:absolute; left:0; top:0;}
.gsjj-imgbox{border-top:7px solid #0072d4; border-left:7px solid #0072d4; padding-bottom:20px;}
.gsjj-imgbox .swiper-slide{background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj-imgbox .swiper-slide::before{content:""; display:block; padding-top:33.9934%;}
.gsjj-imgbox .swiper-pagination {width:auto; position: absolute; left:initial; right:0; bottom:0; height:8px;}
.gsjj-imgbox .swiper-pagination-bullet {width:8px; height:8px; float:left; background:#8fcbff; opacity:1; border-radius:initial; margin:0 0 0 6px!important;}
.gsjj-imgbox .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.gsjj-imgbox :hover .swiper-pagination{opacity:1;} 

.news{width:100%; overflow:hidden; padding:80px 0;}
.news_ul{display:block; overflow:hidden; padding-top:55px; width:1227px;}
.news_ul li{width:382px; float:left; margin:0 27px 15px 0;}
.news_ul li a{display:block; overflow:hidden; border:1px solid #e3e3e3; padding:20px 16px 15px 16px;}
.news_ul li a .news_B{width:100%; overflow:hidden; border:1px solid #e3e3e3;}
.news_ul li a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_B .news_img::before{content:""; display:block; padding-top:69.3642%;}
.news_ul li a .news_p{display:block; overflow:hidden; line-height:50px; border-bottom:1px solid #e3e3e3; font-size:16px; color:#292929; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_txt{display:block; overflow:hidden; height:120px; line-height:24px; font-size:14px; color:#696969; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.news_ul li a .news_more{display:block; overflow:hidden; padding-top:10px; text-align:right; font-size:12px; color:#0072d4; font-weight:bold;}
.news_ul li a:hover{border-color:#0072d4;}
.news_ul li a:hover .news_B{border-color:#0072d4;}
.news_ul li a:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_ul li a:hover .news_p{color:#0072d4; border-bottom-color:#0072d4;}
/*END-首页内容*/

/*底部*/
.lxwm{width:100%; overflow:hidden; background:#065ca5; padding:30px 0 25px 0;}
.lxwm>.container{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;}
.lxwm_left{width:calc(100% - 174px); float:left; padding-right:20px;}
.lxwm_p{display:block; overflow:hidden; line-height:30px; font-size:18px; color:#fff; font-weight:bold;}
.lxwm_sp{display:block; overflow:hidden; line-height:24px; font-size:15px; color:#d8d8d8;}
.lxwm_right{width:174px; float:right;}
.lxwm_right>a{width:100%; float:left; overflow:hidden; height:50px; line-height:48px; border:1px solid #fff; background:#fff; text-align:center; font-size:18px; color:#065ca5; font-weight:bold;}
.lxwm_right>a:hover{background:#065ca5; color:#fff;}

.footer{width:100%; overflow:hidden; padding:30px 0; border-bottom:1px solid #434343; 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; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.footer_L{float:left;}
.footer_R{float:right; text-align:right; line-height:32px; font-size:12px;color:#313131;}
.footer_R a{color:#313131; margin:0 10px;}
.footer_R a:hover{color:#065ca5; text-decoration:underline!important;}
.footer_R a:nth-child(5){margin:0 0 0 10px;}
.foot{width:100%; overflow:hidden; padding:30px 0; line-height:24px; 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; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-size:12px; color:#313131;}
.foot_L{float:left;}
.foot_R{float:right;}
.foot a{color:#313131; margin:0 10px;}
.foot a:hover{color:#065ca5; text-decoration:underline!important;}
.foot_R>a{margin:0 0 0 10px;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:80px 0;}
.main_left{width:206px; float:left;}
.about{width:100%; float:left;}
.about_title{display:block; overflow:hidden; border:5px solid #d7d7d7; background:#005ca7; padding:30px 0; text-align:center;}
.about_p{line-height:34px; font-size:24px; font-weight:bold; color:#fff;}
.about_sp{line-height:20px; font-size:14px; color:#dfdfdf; text-transform:uppercase; display:none}
.about_ul{display:block; overflow:hidden; padding-top:5px;}
.about_ul>li{display:block; overflow:hidden; border-bottom:1px solid #d7d7d7; padding-bottom:1px;}
.about_ul>li>a{display:block; overflow:hidden; height:44px; line-height:44px; font-size:14px; color:#2f2f2f; font-weight:bold; padding:0 30px; position:relative;}
.about_ul>li>a::before{content:""; width:5px; float:left; height:28px; position:absolute; left:0; top:50%; transform:translateY(-50%); background:#fff;}
.about_ul>li>a::after{content:""; width:0; height:0; border-left:7px solid #2f2f2f; border-top:7px solid transparent; border-bottom:7px solid transparent; position:absolute; right:12px; top:50%; margin-top:-7px; transition:all 0.4s;}
.about_ul>li:hover>a{background:#005ca7; color:#fff;}
.about_ul>li:hover>a::after{border-left-color:#fff; right:10px; -webkit-transform:rotate(90deg); transform: rotate(90deg);}
.about_dl{display:none; overflow:hidden; border-top:1px solid #d7d7d7;}
.about_dl>dd{display:block; overflow:hidden; margin-top:1px;}
.about_dl>dd>a{display:block; overflow:hidden; background:#e4e4e4; height:44px; line-height:44px; padding:0 30px; font-size:12px; color:#282828;}
.about_dl>dd>a:hover{background:#005ca7; color:#fff;}
.about_B{width:100%; float:left; margin-top:15px; border:1px solid #d7d7d9; padding:20px 20px 35px 20px;}
.about_lxwm{display:block; overflow:hidden; padding-bottom:25px; border-bottom:1px solid #d7d7d9;}
.about_lxwm_p{display:block; overflow:hidden; line-height:28px; font-size:16px; color:#292929; font-weight:bold;}
.about_lxwm_sp{display:block; overflow:hidden; line-height:20px; margin-top:5px; font-size:14px; color:#292929;}
.about_lxwm_sp>img{float:left;width:18px; height:18px; margin-right:8px;}
.about_lxwm_sp>span{display:block; overflow:hidden;}
.about_lxwm_sp>span>em{color:#0341a8;}
.about_lxwm_sp1>img{margin-top:7px;}
.about_more{display:block; overflow:hidden; padding-top:15px;}
.about_more a{display:block; overflow:hidden; height:32px; line-height:30px; background:#005ca7; border:1px solid #005ca7; text-align:center; font-size:14px; color:#fff;}
.about_more a:hover{background:#fff; color:#005ca7;}
.main_right{width:970px; float:right;}
.dqwz_title{width:100%; float:left; line-height:34px; padding-bottom:3px; background:url(../images/dqwz_heng.png) repeat-x left bottom;}
.dqwz_p{float:left; font-family:Impact; font-size:30px; color:#c8c8c8; text-transform:uppercase; padding-right:15px;}
.dqwz_sp{float:left; font-size:18px; color:#c8c8c8; font-weight:bold; display:none;}
.dqwz_nav{float:right; font-size:12px; color:#404040;}
.dqwz_contect{width:100%; float:left; padding-top:25px;}
.company{display:block; overflow:hidden; font-size:14px; line-height:2; color:#000;}
/*END-关于我们*/

/*产品中心*/
.cpzx_ul{display:block; overflow:hidden; width:996px;}
.cpzx_ul li{width:306px; float:left; margin:0 26px 22px 0;}
.cpzx_ul li a{width:100%; float:left; position:relative; overflow:hidden; border:1px solid #e3e3e3;}
.cpzx_ul li a .cpzx_B{width:100%; overflow:hidden;}
.cpzx_ul li a .cpzx_B .cpzx_img{width:100%; overflow:hidden; position:relative;}
.cpzx_ul li a .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:70.02653%;}
.cpzx_ul li a .cpzx_txtB{width:100%; overflow:hidden; padding:30px;}
.cpzx_ul li a .cpzx_txtB .cpzx_T{display:block; overflow:hidden; height:34px; line-height:34px; font-size:24px; color:#2c3740; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.cpzx_ul li a .cpzx_txtB .cpzx_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:14px; color:#60707d; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.cpzx_ul li a .cpzx_txtB .cpzx_more{display:block; overflow:hidden; height:24px; line-height:24px; font-size:14px; color:#0072d4; font-weight:bold;}
.cpzx_ul li a .cpzx_hover{opacity:0; padding:20px; width:100%; overflow:hidden; height:100%; position:absolute; left:0; bottom:0; background:rgba(0,114,212,0.9);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; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; color:#fff; text-align:center;}
.cpzx_ul li a .cpzx_hover .cpzx_T{width:100%; overflow:hidden; height:34px; line-height:34px; font-size:24px; font-weight:bold;}
.cpzx_ul li a .cpzx_hover .cpzx_txt{width:100%; overflow:hidden; height:96px; line-height:24px; font-size:14px; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.cpzx_ul li a .cpzx_hover .cpzx_more{width:100%; overflow:hidden; height:24px; line-height:24px; font-size:14px; font-weight:bold;}
.cpzx_ul li a:hover .cpzx_txtB .cpzx_T{color:#fff;}
.cpzx_ul li a:hover .cpzx_txtB .cpzx_txt{color:#fff;}
.cpzx_ul li a:hover .cpzx_txtB .cpzx_more{color:#fff;}
.cpzx_ul li a:hover  .cpzx_hover{opacity:1;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_img img{border:1px solid #e3e3e3; max-width:100%;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px;}
.cpxq_txt img{ max-width:100%;}
.cpxq_txt table{width:100%;}
.cpxq_txt table td{ border:1px solid #CCCCCC}

/*END-产品中心*/

/*新闻资讯*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; border-bottom:1px dashed #c6c6c6; padding-bottom:20px; margin-bottom:20px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.xw_ul li a .xw_B{width:136px; float:left; border:1px solid #cdcdcd; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.xw_ul li a .xw_B .xw_img{width:100%; overflow:hidden; background-position:bottom; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 136px); float:left; padding:10px 0 10px 15px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#080909; background:url(../images/news_logo.png) no-repeat left center; padding-left:25px; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:44px; line-height:22px; font-size:12px; color:#6f6f6f; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.xw_ul li a:hover .xw_B{border-color:#005ca7;}
.xw_ul li a:hover .xw_R .xw_p{color:#005ca7;}
.xw_ul li a:hover .xw_R .xw_txt{color:#005ca7;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:20px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:24px; color:#000;}
.xwxq_txt img{ max-width:100%;}
.xwxq_txt table{width:100%;}
.xwxq_txt table td{ border:1px solid #CCCCCC}

.down_ul{display:block; overflow:hidden;}
.down_ul li{display:block; overflow:hidden; border-bottom:1px dashed #c6c6c6; padding-bottom:5px; margin-bottom:5px;}
.down_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.down_ul li a .xw_B{width:80px; float:right; line-height:33px; color:#333}
.down_ul li a .xw_B a{ color:#333}
.down_ul li a .xw_B a:hover{ color:#f00}
.down_ul li a .xw_R{width:calc(100% - 80px); float:left; padding:4px 10px 4px 0px;}
.down_ul li a .xw_R .xw_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#080909; background:url(../images/news_logo.png) no-repeat left center; padding-left:25px; text-overflow:ellipsis; white-space: nowrap;}
.down_ul li a:hover .xw_B{border-color:#005ca7;}
.down_ul li a:hover .xw_R .xw_p{color:#005ca7;}
.down_ul li a:hover .xw_R .xw_txt{color:#005ca7;}


/*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;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:40px 1% 80px 1%;}
.cpzx_contect{margin-top:40px;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB{padding:15px 25px 30px 25px;}
.cpzx-prev,.cpzx-next{left:0;}
.cpzx-next{left:initial; right:0;}

.gsjj {padding:0 1%;}
.gsjj_left {width:49%;}
.gsjj_title>img:first-child {margin:15px 40px 0 0;}
.gsjj_right {width:49%; padding-top:40px;}

.news {padding:60px 1%;}
.news_ul {padding-top:40px; width:100%;}
.news_ul li {width:31.33%; margin: 0 1% 15px 1%;}
.news_ul li a {padding:10px;}
/*END-首页内容*/

/*底部*/
.lxwm{padding:25px 1%;}
.footer{padding:40px 1%;}
.foot{padding:40px 1%;}
/*END-底部*/

/*关于我们*/
.main{padding:60px 1%;}
.main_left{width:20%;}
.main_right{width:78%;}
/*END-关于我们*/

/*产品中心*/
.cpzx_ul{width:100%;}
.cpzx_ul li{width:31.33%; margin:0 1% 22px 1%;}
/*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:#fff;}

.header{padding:0;}
.header>.container{display:block;}
.logo {width:100%; padding:15px 10px;}
nav{width:100%!important; height:auto;}
.nav {display:none; width:150px!important; height:auto; padding:2px; position:absolute; right:10px; top:100%; background:rgba(0, 92, 167, 0.8);}
.nav>li{width:100%; height:auto; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.cpzx{padding:30px 10px 60px 10px;}
.cpzx_contect{margin-top:30px;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB{padding:15px;}

.gsjj {width:100%; padding:0;}
.gsjj_bj{padding:20px 10px 0 10px;}
.gsjj_bj::before {left:300px;}
.gsjj_left {width:100%;}
.gsjj_title>img:first-child {margin:0 30px 0 0;}
.gsjj_contect {padding:20px; margin-top:10px;}
.gsjj_txt {height:auto; -webkit-line-clamp:inherit;}
.gsjj_right {width:100%; padding:10px 0; background:#0072d4;}
.gsjj_right::before{content:""; width:150%; height:100%; float:left; background:#0072d4; position:absolute; left:-25%; bottom:0;}

.news {padding:40px 10px;}
.news_ul {padding-top:30px;}
.news_ul li a {padding:5px;}
/*END-首页内容*/

/*底部*/
.lxwm{padding:20px 10px;}
.footer{padding:30px 10px;}
.footer_L {width:40%;}
.footer_R {width:60%;}
.foot{padding:30px 10px;}
/*END-底部*/

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:24%;}
.about_title {padding:20px 0;}
.about_B {padding:15px 10px;}
.main_right{width:74%;}
/*END-关于我们*/

/*产品中心*/
.cpzx_ul li{width:48%; margin:0 1% 15px 1%;}
.cpzx_ul li a{padding:15px;}
/*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-头部+导航*/

/*首页内容*/
.cpzx{padding:10px;}
.cpzx_title {padding-bottom:15px;}
.cpzx_p {line-height:18px; font-size:12px;}
.cpzx_sp {line-height:28px; font-size:18px;}
.cpzx_contect{margin-top:10px;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB{padding:5px;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB .cpzx_T {height:30px; line-height:30px; font-size:18px;}
.cpzx-imgbox .swiper-slide a .cpzx_txtB .cpzx_txt {height:auto; line-height:20px; font-size:12px; margin-top:5px; -webkit-line-clamp:initial;}
.cpzx-imgbox .swiper-slide a .cpzx_hover {padding:10px;}
.cpzx-imgbox .swiper-slide a .cpzx_hover .cpzx_T {height:30px; line-height:30px; font-size:18px;}
.cpzx-imgbox .swiper-slide a .cpzx_hover .cpzx_txt {height:auto; line-height:20px; font-size:12px; margin-top:5px; -webkit-line-clamp:initial;}
.cpzx-prev,.cpzx-next{width:30px; height:30px;}
.cpzx-next{width:30px; height:30px;}

.gsjj {width:100%; padding:0;}
.gsjj_bj{padding:10px;}
.gsjj_bj::before {display:none;}
.gsjj_left {width:100%;}
.gsjj_title{display:flex; align-items:center; justify-content:center;}
.gsjj_title>img{height:24px; margin:0 5px;}
.gsjj_title>img:first-child {margin:0 5px; height:24px;}
.gsjj_contect {padding:10px; margin-top:10px;}
.gsjj_txt {height:auto; -webkit-line-clamp:inherit; font-size:12px; line-height:20px;}
.gsjj_more {padding-top:5px;}
.gsjj-imgbox .swiper-slide::before{padding-top:60.9934%;}

.news {padding:10px;}
.news_ul {padding-top:10px;}
.news_ul li {width:100%; margin:0 0 10px 0;}
.news_ul li a {padding:5px;}
.news_ul li a .news_B {width:96px; float:left; margin-right:10px;}
.news_ul li a .news_B .news_img::before {padding-top:100%;}
.news_ul li a .news_p {line-height:30px;}
.news_ul li a .news_txt {height:60px; line-height:20px; font-size:12px; margin-top:5px; -webkit-line-clamp:3;}
/*END-首页内容*/

/*底部*/
.lxwm{padding:10px;}
.lxwm_left {width:100%; padding:0; text-align:center;}
.lxwm_p {font-size:16px;}
.lxwm_sp {line-height:20px; font-size:12px;}
.lxwm_right {width:100%; padding-top:10px;}
.lxwm_right>a {width:100%; max-width:120px; float:none; display:block; height:32px; line-height:30px; font-size:14px; margin:0 auto;}

.footer{padding:10px;}
.footer_L {width:100%;}
.footer_R {width:100%; text-align:center; line-height:20px; padding-top:10px;}
.footer_R a {margin:0;}
.footer_R a:nth-child(5) {margin:0;}
.foot{padding:10px; text-align:center; line-height:20px;}
.foot>div{width:100%;}
/*END-底部*/

/*关于我们*/
.main{padding:0;}
.main_left{width:100%;}
.about_title {padding:0 0 0 20px; border:none; height:50px; line-height:50px; font-size:18px; font-weight:bold; color:#fff; text-align:left; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #005ca7;}
.about_ul{display:none; padding:2px;}
.about_ul>li>a {height:40px; line-height:40px; padding:0 20px;}
.about_dl{display:none;}
.about_dl>dd>a {height:34px; line-height:34px; padding:0 20px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
/*END-关于我们*/

/*产品中心*/
.cpzx_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cpzx_ul li a {padding:0;}
.cpzx_ul li a .cpzx_txtB{padding:5px;}
.cpzx_ul li a .cpzx_txtB .cpzx_T{height:30px; line-height:30px; font-size:18px;}
.cpzx_ul li a .cpzx_txtB .cpzx_txt{height:40px; line-height:20px; font-size:12px; margin-top:5px; -webkit-line-clamp:2;}
.cpzx_ul li a .cpzx_txtB .cpzx_more{height:16px; line-height:16px; font-size:12px;}
.cpzx_ul li a .cpzx_hover{padding:10px;}
.cpzx_ul li a .cpzx_hover .cpzx_T{height:30px; line-height:30px; font-size:18px;}
.cpzx_ul li a .cpzx_hover .cpzx_txt{height:40px; line-height:20px; font-size:12px; margin-top:5px; -webkit-line-clamp:2;}
.cpzx_ul li a .cpzx_hover .cpzx_more{height:16px; line-height:16px; font-size:12px;}
.cpxq_p{font-size:16px; line-height:26px;}
.cpxq_img{padding:10px 0;}
/*END-产品中心*/

/*新闻资讯*/
.xw_ul li{padding-bottom:10px; margin-bottom:10px;}
.xw_ul li a .xw_B{width:90px;}
.xw_ul li a .xw_R{width:calc(100% - 90px); padding:0 0 0 10px;}
.xw_ul li a .xw_R .xw_p{padding-left:20px;}
.xw_ul li a .xw_R .xw_txt{height:40px; line-height:20px;}
.xwxq_p{font-size:16px; line-height:26px;}
.xwxq_img{padding:10px 0;}
/*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:#0580d2;}
.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:#0051ac; 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 #0051ac;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/