/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#f0f0f0; line-height:44px; font-size:14px; color:#696969;}
.topbox a{ color:#333; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#ff6c00; text-decoration:underline !important;}

.header{width:100%; padding:28px 0;}
.logo img{width:100%; max-width:205px; max-height:48px;}
.logo_txt img{max-width:304px;}
.header_dianhua{height:46px; line-height:20px; color:#454545; font-size:16px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:48px;}
.header_dianhua span{display:block; overflow:hidden; line-height:26px; font-size:24px; font-family:Impact; color:#ff6c00;}

nav{background:#004c9f; position:relative; left:0; top:0; z-index:999999;}
.nav{width:calc(100% - 300px); float:left; padding-right:20px;}
.nav>li{width:16.66%; position:relative;}
.nav>li>a{width:100%; height:61px; line-height:58px; font-size:16px; color:#fff; text-align:center; padding-top:3px; position:relative;}
.nav>li>a::before{content:""; width:0; height:3px; background:#ff6c00; float:left; position:absolute; left:0; top:0; transition:all 0.4s;}
.nav>li:hover>a{background:#002655; color:#fff; font-weight:bold;}
.nav>li:hover>a::before{width:100%;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(0, 76, 159, 0.8); padding-top:2px;}
.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:#002655; color:#fff;}
.nav>li:hover .nav_sub{display:block;}

.search{width:280px; float:right; padding-top:13px;}
.search_inp1{width:calc(100% - 40px); float:left; height:35px; border:1px solid #e0e9f3; border-right:none; background:#fff; line-height:33px; padding:0 10px; font-size:14px; color:#000;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #8a8a8a; font-size:13px;} 
input:-moz-placeholder, textarea:-moz-placeholder {color: #8a8a8a; font-size:13px;} 
.search_btn{width:40px; float:left; height:35px; background:url(../images/search_ss.png) no-repeat center center #ff6c00;}

/*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-头部+导航+大图*/

/*首页内容*/
.cpzx{width:100%; overflow:hidden; background:#f7f7f7; padding:50px 0;}
.cpzx_title{display:block; overflow:hidden; text-align:center; padding-bottom:10px; background:url(../images/title_heng.png) no-repeat center bottom;}
.cpzx_p{line-height:34px; font-size:36px; color:#e7e7e7; font-weight:bold; text-transform:uppercase;}
.cpzx_sp{line-height:38px; font-size:30px; color:#373737;}
.cpzx_nav{display:block; padding-top:45px;}
.cpzx_nav>a{width:12.5%; float:left; height:60px; line-height:60px; text-align:center; background:#004c9f; border-right:1px solid #fff; font-size:16px; color:#fff; position:relative;}
.cpzx_nav>a::before{content:"";width:0; height:0; border-top:10px solid #004c9f; border-left:10px solid transparent; border-right:10px solid transparent; position:absolute;left:50%; bottom:0; transform:translateX(-50%); transition:all 0.4s;}
.cpzx_nav>a:hover{background:#ff6c00;}
.cpzx_nav>a:hover::before{bottom:-10px; border-top-color:#ff6c00;}
.cpzx_nav>a.cpzx_on{background:#ff6c00;}
.cpzx_nav>a.cpzx_on::before{bottom:-10px; border-top-color:#ff6c00;}
.cpzx_contect{display:block; overflow:hidden; background:#fff; padding:35px 35px 5px 35px; box-shadow:0 0 40px rgba(83,83,83,0.25);}
.cpzx_ul{display:block; overflow:hidden; width:1155px;}
.cpzx_ul li{width:360px; float:left; margin:0 25px 30px 0;}
.cpzx_ul li .cpzx_B{width:100%; overflow:hidden;}
.cpzx_ul li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:65.2778%;}
.cpzx_ul li .cpzx_txt{display:block; overflow:hidden; height:52px; line-height:52px; text-align:center; background:#f2f2f2; font-size:16px; color:#323232;}
.cpzx_ul li:hover .cpzx_B .cpzx_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx_ul li:hover .cpzx_txt{background:#ff6c00; color:#fff;}

.hy{width:100%; overflow:hidden;}
.hx_title{display:block; overflow:hidden; padding:60px 0 35px 0; text-align:center;}
.hx_p{line-height:40px; font-size:30px; color:#2d2d2d;}
.hx_sp{line-height:24px; font-size:16px; color:#717171;}
.hy_box{display:block; overflow:hidden; border-top:1px solid #ddd;}
.hy_ul{display:block; overflow:hidden;}
.hy_ul li{width:30%; float:left; border-right:1px solid #ddd; padding:40px; display:flex; justify-content:center;}
.hy_ul li .hy_B{width:85%; float:left;}
.hy_ul li .hy_logo{width:72px; float:left; border:1px solid #dbdbdb; border-radius:50%; position:relative; margin-right:15px;}
.hy_ul li .hy_logo::before{content:""; display:block; padding-top:100%;}
.hy_ul li .hy_R{display:block; overflow:hidden; padding-top:8px;}
.hy_ul li .hy_R .hy_p{width:100%; overflow:hidden; line-height:30px; font-size:20px; color:#4b4b4b;}
.hy_ul li .hy_R .hy_p>span{font-weight:bold;color:#004c9f;}
.hy_ul li .hy_R .hy_sp{width:100%; overflow:hidden; line-height:26px; font-size:14px; color:#898989;}
.hy_ul li:first-child{width:20%; padding:40px 0;}
.hy_ul li:first-child .hy_B{width:100%;}
.hy_ul li:last-child{width:20%; justify-content:flex-end; border-right:none; padding:40px 0; }
.hy_ul li:last-child .hy_B {width:80%;}
.hy_contect{display:flex; flex-wrap:wrap; overflow:hidden;}
.hy_left{width:50%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.hy_left::before{content:""; width:100%; float:left; height:100%; position:absolute; left:0; top:0; background:rgba(0,90,174,0.85);}
.hy_BB{width:100%; max-width:600px; float:right; padding:68px 65px 58px 0; position:relative; z-index:2;}
.hy_pp{display:block; overflow:hidden; line-height:40px; font-size:24px;color:#fff; font-weight:bold;}
.hy_heng{display:block; overflow:hidden; width:70px; height:1px; background:#fff; opacity:0.4; margin:20px 0;}
.hy_txt{display:block; overflow:hidden; height:180px; line-height:30px; font-size:16px; color:#fff; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical;}
.hy_dianhua{display:block; overflow:hidden; line-height:36px; margin-top:35px; color:#fff; font-size:18px; font-weight:bold;}
.hy_dianhua>span{display:block; font-size:24px; color:#ff6c00;}
.hy_right{width:50%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}

.case{width:100%; overflow:hidden; padding:80px 0;}
.case-imgbox{padding:65px 0 80px 0;}
.case-imgbox .swiper-slide .case_B{width:100%; overflow:hidden; border-radius:10px;}
.case-imgbox .swiper-slide .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case-imgbox .swiper-slide .case_B .case_img::before{content:""; display:block; padding-top:92%;}
.case-imgbox .swiper-slide .case_txt{width:calc(100% - 30px); margin:-28px auto 0 auto; overflow:hidden; height:56px; line-height:56px; background:#fff; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.2); text-align:center; font-size:16px; color:#404040; position:relative; z-index:2;}
.case-imgbox .swiper-slide:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case-imgbox .swiper-slide:hover .case_txt{background:#ff6c00; color:#fff;}
.case-next,.case-prev{left:calc(50% + 18px); position:absolute; bottom:0; width:37px; height:37px; background:url(../images/case_icon.png) no-repeat right center; overflow:hidden; opacity:1;  cursor:pointer; z-index:999;}
.case-prev{left:initial; right:calc(50% + 18px);-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.case-next:hover{background:url(../images/case_icon.png) no-repeat left center;-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.case-prev:hover{background:url(../images/case_icon.png) no-repeat left center;-webkit-transform: rotate(-360deg); transform: rotate(-360deg);}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:90px 0;}
.gsjjBox{width:100%; overflow:hidden; position:relative; padding:0 30px 30px 30px;}
.gsjjBox::before{content:""; width:100%; float:left; height:calc(100% - 74px); background:#fff; position:absolute; left:0; bottom:0;}
.gsjj_contect{display:block; overflow:hidden; position:relative; z-index:2;}
.gsjj_img{width:calc(50% - 20px); float:left;}
.gsjj_img img{width:100%; float:left; height:auto;}
.gsjj_R{width:calc(50% - 20px); float:right;}
.gsjj_title{float:left; position:relative; height:74px;}
.gsjj_p{display:block; overflow:hidden; height:74px; line-height:94px; font-size:72px; font-weight:bold; color:#fff; opacity:0.5; text-transform:uppercase; margin-left:-35px;}
.gsjj_sp{float:left; position:absolute; left:0; top:45%; font-size:24px; color:#004c9f; font-weight:bold;} 
.gsjj_txt{width:100%; float:left; overflow:hidden; margin-top:40px; height:216px; line-height:24px; font-size:16px; color:#545454;}
.gsjj_more{width:100%; float:left; padding-top:25px;}
.gsjj_more a{display:block; width:134px; height:42px; border:1px solid #ff6c00; line-height:40px; text-align:center; border-radius:5px; font-size:14px; color:#ff6c00;}
.gsjj_more a:hover{background:#ff6c00; color:#fff;}

.news{width:100%; overflow:hidden; padding:80px 0; background:#f7f7f7;}
.con {display:block; overflow:hidden; padding-top:35px;}
#tags {display:flex; flex-wrap:wrap; justify-content:center; overflow:hidden;}
#tags LI {width:154px; float:left;}
#tags LI A {display:block; overflow:hidden; height:56px; line-height:54px; border:1px solid #eaeaea; text-align:center; font-size:18px; color:#363636; background:#fff;}
#tags LI.selectTag A {background:#004c9f; border-color:#004c9f; color:#fff;}
#tags LI:hover A {background:#004c9f; border-color:#004c9f; color:#fff;}
#tagContent {display:block; overflow:hidden; padding-top:15px;}
.tagContent {DISPLAY: none;}
#tagContent div.selectTag {DISPLAY: block}
.news_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.news_ul li{width:calc(50% - 10px); float:left; margin-top:25px;}
.news_ul li a{display:block; overflow:hidden; background:#fff; padding:20px;}
.news_ul li a .news_B{width:150px; float:left; overflow:hidden; margin-right:15px;}
.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:73.3334%;}
.news_ul li a .news_p{display:block; overflow:hidden; line-height:28px; font-size:16px; color:#393939; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_txt{display:block; overflow:hidden; height:40px; line-height:20px; font-size:14px; color:#6c6c6c; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:15px;}
.news_ul li a .news_sp{display:block; overflow:hidden; line-height:12px; font-size:12px; color:#bababa; margin-top:15px;}
.news_ul li a:hover{background:#004c9f;}
.news_ul li a:hover .news_p{color:#fff;}
.news_ul li a:hover .news_txt{color:#fff;}
.news_ul li a:hover .news_sp{color:#fff;}
/*END-首页内容*/

/*底部*/
footer a{color:#fff; margin:0 5px;}
footer a:hover{color:#fff; text-decoration:underline !important;}

.footer{width:100%; overflow:hidden; background:#2e2e2e;}
.footer>.container{display:flex;}
.footer_B{float:left; border-right:1px solid rgba(221,221,221,0.1); padding:60px 0;}
.footer_B:nth-child(1){width:22%;}
.footer_B:nth-child(2){width:21%;}
.footer_B:nth-child(3){width:47%; padding-left:50px;}
.footer_B:nth-child(4){width:10%; border-right:none;}
.footer_logo{display:block; overflow:hidden; padding-right:50px;}
.footer_logo img{display:block; max-width:100%; height:auto;}
.footer_dianhua{display:block; overflow:hidden; padding-left:50px; font-size:16px; color:#fff; line-height:34px;}
.footer_dianhua>span{display:block; font-family:Impact; font-size:24px; color:#ff6c00;}
.footer_add{display:block; overflow:hidden; line-height:25px; font-size:16px; color:#fff; background:url(../images/footer_add.png) no-repeat left center; padding-left:40px;}
.footer_mail{display:block; overflow:hidden; line-height:25px; font-size:16px; color:#fff; background:url(../images/footer_mail.png) no-repeat left center; padding-left:40px; margin-top:25px;}
.footer_wx{width:100px; float:right;}
.footer_wx img{width:100px; height:100px; display:block;}
.foot{width:100%; overflow:hidden; background:#004c9f; text-align:center; font-size:14px; color:#fff; line-height:24px; padding:23px 0;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:35px 0;}
.main_left{width:292px; float:left; border-right:1px solid #e6e6e6; padding-right:28px;}
.about{width:100%; float:left; position:relative;}
.about:before{content:""; width:100%; float:left; height:calc(86px + 7px); position:absolute; left:5px; top:-7px; border:2px solid #f96b04; border-bottom:none; border-left:none;}
.about::after{content:""; width:2px; float:left; height:58px; background:#f96b04; position:absolute; left:5px; top:-7px;}
.about_title{display:block; overflow:hidden; background:#004c9f; padding:12px 0 12px 34px;}
.about_p{line-height:34px; font-size:24px; color:#fff; font-weight:bold;}
.about_sp{line-height:28px; font-size:24px; color:#fff; opacity:0.25; text-transform:uppercase; font-family:'Microsoft YaHei Light'}
.about_ul{display:block; overflow:hidden; border:1px solid #e3e3e3;}
.about_ul>li{display:block; overflow:hidden; border-bottom:1px solid #e3e3e3;}
.about_ul>li>a{display:block; overflow:hidden; height:50px; line-height:50px; padding:0 30px; background-image: linear-gradient(#fdfdfd, #eaeaea); font-size:16px; color:#404040;}
.about_ul>li>a>span{float:right; font-size:18px; color:#929292; font-weight:bold; font-family:SimSun; padding-left:10px;}
.about_ul>li:hover>a{background-image: linear-gradient(#ff6c00, #ff6c00); color:#fff;}
.about_ul>li:hover>a>span{color:#fff;}
.about_ul>li .act{background-image: linear-gradient(#ff6c00, #ff6c00); color:#fff;}
.about_ul>li:last-child{border:none;}
.about_B{width:100%;float:left; background:url(../images/about_img.jpg) no-repeat center center; background-size:cover; padding:46px 0; margin-top:15px;}
.about_hover{display:block; overflow:hidden; background:rgba(0,0,0,0.3); text-align:center; padding:10px 0; color:#fff;}
.about_pp{line-height:30px; font-size:24px;}
.about_spp{line-height:18px; font-size:14px; opacity:0.8; text-transform:uppercase;}
.main_right{width:882px; float:right;}
.dqwz_title{width:100%; float:left; line-height:26px; border-bottom:1px solid #e0e0e0; padding:10px 0 20px 0; font-size:18px; color:#595959; font-weight:bold;}
.dqwz_title::before{content:""; width:4px; height:26px; background:#004c9f; float:left; margin-right:16px;}
.dqwz_contect{width:100%; float:left; padding-top:25px;}
.company{display:block; overflow:hidden; font-size:16px; line-height:30px; color:#5f5f5f;}
/*END-关于我们*/

/*产品中心/客户案例*/
.cpzx_ul1{display:block; overflow:hidden; width:900px;}
.cpzx_ul1 li{width:282px; float:left; margin:0 18px 18px 0;}
.cpzx_ul1 li .cpzx_B{width:100%; overflow:hidden;}
.cpzx_ul1 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul1 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:83.3334%;}
.cpzx_ul1 li .cpzx_txt{display:block; overflow:hidden; height:52px; line-height:52px; text-align:center; background:#f2f2f2; font-size:16px; color:#323232;}
.cpzx_ul1 li:hover .cpzx_B .cpzx_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzx_ul1 li:hover .cpzx_txt{background:#ff6c00; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#323232; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
/*END-产品中心/客户案例*/

/*资讯动态*/
.news_ul1{display:block; overflow:hidden;}
.news_ul1 li{display:block; overflow:hidden; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #dadada;}
.news_ul1 li .news_B{width:120px; float:left; overflow:hidden; margin-right:20px;}
.news_ul1 li .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul1 li .news_B .news_img::before{content:""; display:block; padding-top:100%;}
.news_ul1 li .news_p{display:block; overflow:hidden; line-height:30px; font-size:16px; color:#393939; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_ul1 li .news_txt{display:block; overflow:hidden; height:60px; line-height:20px; font-size:14px; color:#6c6c6c; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:5px;}
.news_ul1 li .news_sp{display:block; overflow:hidden; line-height:20px; font-size:12px; color:#bababa; margin-top:5px;}
.news_ul1 li: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_ul1 li:hover .news_p{color:#004c9f;}
.news_ul1 li:hover .news_txt{color:#004c9f;}
.news_ul1 li:hover .news_sp{color:#004c9f;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:24px; color:#323232; line-height:30px; font-weight:bold;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#959595; line-height:24px; padding:10px 0; border-bottom:1px solid #d7d7d7;}
.xwxq_txt{display:block; overflow:hidden; font-size:16px; color:#5f5f5f; line-height:24px; padding-top:20px;}
/*END-资讯动态*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:16px; color:#5f5f5f; line-height:26px;}
.contact_txt>span{color:#151515; font-weight:bold;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzx {padding:40px 1%;}
.cpzx_contect {padding:20px 20px 5px 20px;}
.cpzx_ul {width:100%;}
.cpzx_ul li {width:31.33%; margin: 0 1% 15px 1%;}

.hx_title {padding:40px 0;}
.hy_box {padding:0 1%;}
.hy_ul li {width:25%; padding:25px 10px;}
.hy_ul li .hy_B {width:100%;}
.hy_ul li:first-child {width:25%; padding:25px 10px;}
.hy_ul li:last-child {width:25%; padding:25px 10px;}
.hy_ul li:last-child .hy_B {width:90%;}
.hy_BB {padding:40px;}

.case {padding:50px 1%;}
.case-imgbox {padding:50px 0 60px 0;}
.gsjj {padding:50px 1%;}
.news {padding:50px 1%;}
/*END-首页内容*/

/*底部*/
.footer{padding:0 1%;}
.footer_B{padding:40px 0;}
.footer_B:nth-child(3){width:45%; padding:40px 30px;}
.footer_B:nth-child(4){width:12%;}
.footer_logo{padding-right:40px;}
.footer_dianhua{padding-left:40px;}
.footer_dianhua>span{display:block; font-family:Impact; font-size:24px; color:#ff6c00;}
/*END-底部*/

/*关于我们*/
.main{padding:35px 1%;}
.main_left{width:24%; padding-right:20px;}
.main_right{width:74%;}
/*END-关于我们*/

/*产品中心/客户案例*/
.cpzx_ul1{width:100%;}
.cpzx_ul1 li{width:31.33%; margin:0 1% 18px 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:#004c9f;}

.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(0, 76, 159, 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:hover>a{background:#ff6c00; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.cpzx {padding:30px 10px;}
.cpzx_nav {padding-top:30px;}
.cpzx_nav>a {width:25%; height:50px; line-height:50px; margin-bottom:15px;}
.cpzx_contect {padding:20px 10px;}
.cpzx_ul {width:100%;}
.cpzx_ul li {width:48%;}

.hx_title {padding:30px 0;}
.hy_box {padding:0 1%; border:none;}
.hy_ul li {width:50%; padding:20px; border: 1px solid #ddd;}
.hy_ul li:first-child {width:50%; padding:20px;}
.hy_ul li:last-child {width:50%; padding:20px; border: 1px solid #ddd;}
.hy_BB {padding:20px;}
.hy_heng {margin:10px 0;}
.hy_dianhua {margin-top:20px;}

.case {padding:40px 10px;}
.case-imgbox {padding:30px 0 50px 0;}

.gsjj {padding:40px 10px;}
.gsjjBox {padding: 0 10px 10px 10px;}
.gsjj_txt {margin-top:20px; height:198px; line-height:22px; font-size:14px;}
.gsjj_more {padding-top:15px;}

.news {padding:40px 10px;}
.con {padding-top:30px;}
.news_ul li {margin-top:20px;}
.news_ul li a {padding:10px;}
/*END-首页内容*/

/*底部*/
.footer{padding:0 10px;}
.footer_B{padding:30px 0;}
.footer_B:nth-child(2) {width:23%;}
.footer_B:nth-child(3){width:39%; padding:30px 20px;}
.footer_B:nth-child(4){width:16%;}
.footer_logo{padding-right:20px;}
.footer_dianhua{padding-left:20px;}
.footer_dianhua>span{font-size:20px;}
/*END-底部*/

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:32%; padding-right:15px;}
.main_right{width:66%;}
/*END-关于我们*/

/*产品中心/客户案例*/
.cpzx_ul1 li{width:48%; margin:0 1% 15px 1%;}
/*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_p {line-height:28px; font-size: 26px;}
.cpzx_sp {line-height:28px; font-size: 24px;}
.cpzx_nav {padding-top:0;}
.cpzx_nav>a {height:40px; line-height:40px; font-size:12px; margin:15px 0 0 0;}
.cpzx_contect {padding:10px 10px 0 10px;}
.cpzx_ul li {width:calc(50% - 5px); margin:0 0 10px 0;}
.cpzx_ul li .cpzx_txt {height:38px; line-height:38px; font-size:14px;}

.hx_title {padding:10px;}
.hx_p {line-height:34px; font-size: 22px;}
.hx_sp {line-height:22px; font-size: 12px;}
.hy_box {padding: 0 10px;}
.hy_ul li {width:100%; padding:10px;}
.hy_ul li:first-child {width:100%; padding:10px;}
.hy_ul li:last-child {width:100%; padding:10px; justify-content:flex-start;}
.hy_left {width:100%;}
.hy_BB {padding:10px;}
.hy_pp {line-height:30px; font-size:18px;}
.hy_heng {margin:5px 0;}
.hy_txt {height:120px; line-height:20px; font-size:14px; -webkit-line-clamp: 6;}
.hy_dianhua {line-height: 30px; margin-top:10px; font-size: 14px;}
.hy_dianhua>span {font-size: 22px;}
.hy_right{width:100%;}
.hy_right::before{content:""; display:block; padding-top:80%;}

.case {padding:10px;}
.case-imgbox {padding:10px 0 50px 0;}
.case-imgbox .swiper-slide .case_txt {margin:-20px auto 0 auto; height:40px; line-height:40px; font-size:14px;}

.gsjj {padding:10px;}
.gsjjBox {padding:0;}
.gsjjBox::before {height:100%;}
.gsjj_img {width:100%;}
.gsjj_R {width:100%; padding:10px;}
.gsjj_title {height:auto;}
.gsjj_p {height:50px; line-height:50px; font-size:50px; color: #000; opacity: 0.2; margin-left:0;}
.gsjj_sp {line-height:50px; top:50%; font-size:18px; transform:translateY(-50%);}
.gsjj_txt {margin-top:10px;}

.news {padding:10px;}
.con {padding-top:10px;}
#tags LI {width:50%;}
#tags LI A {height:40px; line-height:40px; font-size:14px;}
#tagContent {padding-top:0;}
.news_ul li {width:100%; margin-top:10px;}
.news_ul li a {padding:5px;}
.news_ul li a .news_B {width:94px; 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 {margin-top:5px;}
.news_ul li a .news_sp {line-height:14px; margin-top:5px;}
/*END-首页内容*/

/*底部*/
.foot{padding:10px; line-height:20px;}
/*END-底部*/

/*关于我们*/
.main{padding:0;}
.main_left{width:100%; padding-right:0; border:none;}
.about::before{display:none;}
.about::after{display:none;}
.about_title {padding:0 0 0 20px; height:50px; line-height:50px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #004c9f; font-size:20px; color:#fff;}
.about_ul{display:none;}
.about_ul li a{height:40px; line-height:40px; padding:0 15px; font-size:14px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{font-size:14px; line-height:24px;}
/*END-关于我们*/

/*产品中心/客户案例*/
.cpzx_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzx_ul1 li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cpzx_ul1 li .cpzx_txt {height:38px; line-height:38px; font-size:14px;}
/*END-产品中心/客户案例*/

/*资讯动态*/
.news_ul1 li{padding-bottom:10px; margin-bottom:10px;}
.news_ul1 li .news_B{width:100px; margin-right:10px;}
.news_ul1 li .news_txt{height:40px; -webkit-line-clamp:2; margin-top:5px;}
.news_ul1 li .news_sp{margin-top:5px;}
/*END-资讯动态*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*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:#2e2e2e;}
.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:#ff6c00; 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 #ff6c00;}
.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;}