﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; line-height:36px; border-bottom:1px solid #d9d9d9; font-size:12px; color:#000;}
.top_dianhua{position:relative; background:url(../images/top_dianhua.png) no-repeat 16px center #091b52; padding-left:46px; color:#fff;}
.top_dianhua>span{float:right; font-size:18px; font-family:Impact;}
.top_dianhua>span::before{content:""; width:0; height:0; border-right:36px solid #091b52; border-top:36px solid transparent; border-bottom:0 solid transparent; position:absolute;left:-36px;top:0;}
.top_dianhua>span::after{content:""; width:100%; float:left; height:100%; background:#091b52; position:absolute; left:100%; top:0; margin-left:-1px;}

.header{width:100%; background:#fff; border-bottom:1px solid #d9d9d9; 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{width:40%; padding:14px 0;}
.logo img{width:100%; max-width:450px; max-height:64px;}

nav{width:55.5%!important; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.nav{width:100%; height:100%;}
.nav>li{width:16.6%; position:relative; height:100%;}
.nav>li>a{width:100%; height:100%; font-size:16px; color:#333; 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;}
.nav>li:hover>a{background:#f4f4f4; color:#333;}
.nav>li>a.on{background:#f4f4f4; color:#333;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:rgba(0, 0, 0, 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:#f4f4f4; color:#333;}

/*PC-banner*/
.PC_banner{width:100%; background:url(../images/banner_bj.jpg) no-repeat center center; background-size:cover;}
#abgne-gallery {position: relative; width: 100%; height: 440px;}
#abgne-gallery ul {width: 100%; height: 232px; position: absolute; left:0; bottom:25px; overflow: hidden;}
/*PC-箭头*/
#abgne-gallery .controls {position:absolute; top:50%; transform:translateY(-50%); display:block; width:38px; height:70px; outline:none; z-index:9999;}
#abgne-gallery .previous {display:none; left:0; background:url(../images/imgs/prev.jpg) no-repeat center center;}
#abgne-gallery .next {display:none; right:0; background:url(../images/imgs/next.jpg) no-repeat center center;}
.PC_banner_hover{width:100%; float:left; position:absolute; left:0; top:65px; text-align:center; color:#fff;}
.PC_banner_p{line-height:54px; font-size:40px; font-weight:bold;}
.PC_banner_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;}
.PC_banner_sp>span{float:left; padding:0 15px;line-height:34px; font-size:20px; position:relative;}
.PC_banner_sp>span::before{content:""; width:56px; height:1px; float:left; background:#fff; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.PC_banner_sp>span::after{content:""; width:56px; height:1px; float:left; background:#fff; position:absolute; left:100%; top:50%; transform:translateY(-50%);}

/*sj-banner*/
.banner{width:100%; position:relative; /*background:url(../images/sj_banner_bj.jpg) no-repeat center center; background-size:cover; padding:10px;*/}
.banner_hover{width:100%; overflow:hidden; text-align:center; color:#fff;}
.banner_p{line-height:30px; font-size:20px; font-weight:bold;}
.banner_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;}
.banner_sp>span{float:left; padding:0 5px;line-height:22px; font-size:12px; position:relative;}
.banner_sp>span::before{content:""; width:56px; height:1px; float:left; background:#fff; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.banner_sp>span::after{content:""; width:56px; height:1px; float:left; background:#fff; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.banner .banner-imgbox{/*margin-top:10px;*/}
.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:50px 0;}
.cpzs_title{display:block; overflow:hidden; text-align:center;}
.cpzs_p{line-height:34px; text-transform:uppercase; font-family:Arial; font-size:30px; color:#000;}
.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; padding:0 30px; line-height:38px; font-size:24px; color:#091b52; font-weight:bold; position:relative;}
.cpzs_sp>span::before{content:""; width:95px; float:left; height:1px; background:#000; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpzs_sp>span::after{content:""; width:95px; float:left; height:1px; background:#000; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.cpzs-imgbox{margin-top:30px;}
.cpzs-imgbox .swiper-slide .cpzs_B{width:100%; overflow:hidden;}
.cpzs-imgbox .swiper-slide .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs-imgbox .swiper-slide .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:78.4723%;}
.cpzs-imgbox .swiper-slide .cpzs_txt{display:block; overflow:hidden; height:44px; line-height:44px; text-align:center; background:#091b52;color:#fff!important; margin-top:1px; font-size:18px; color:#272727;}
.cpzs-imgbox .swiper-slide:hover .cpzs_B .cpzs_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzs-imgbox .swiper-slide:hover .cpzs_txt{background:#c60108; color:#fff!important;}

.gsjj{width:100%; overflow:hidden; background:#f8fbfe; padding:60px 0;}
.gsjj_left{width:40%; float:left; position:relative; z-index:9;}
.gsjj_img{width:100%; max-width:388px; float:left;}
.gsjj_img img{width:100%; display:block; height:auto;}
.gsjj_title{width:388px; float:left; background:rgba(255,255,255,0.8); position:absolute; left:206px; top:96px; padding:40px 30px 30px 40px; z-index:9;}
.gsjj_p{display:block; overflow:hidden; line-height:50px; font-size:36px; color:#091b52; font-weight:bold; text-transform:uppercase;}
.gsjj_heng{display:block; overflow:hidden; width:54px; height:6px; background:#c60108; margin:10px 0;}
.gsjj_sp{display:block; overflow:hidden; line-height:40px; font-size:24px; font-family:SimHei; color:#091b52; font-weight:bold;}
.gsjj_more{float:right; width:164px; height:146px; position:relative; margin-top:-30px;}
.gsjj_more::before{content:""; width:1px; float:left; height:210px; background:#c60108; position:absolute;right:50%; bottom:-25%; -webkit-transform: rotateZ(48deg); transform: rotateZ(48deg);}
.gsjj_more a{width:77px; float:right; height:47px; line-height:46px; position:absolute; right:0; bottom:0; border-right:1px solid #d3d4d4;background:#c60108;text-align:center; border-bottom:1px solid #d3d4d4; font-family:SimHei; font-size:14px; color:#fff;}
.gsjj_more a:hover{background:#091b52; color:#fff; }
.gsjj_right{width:60%; float:left; border:3px solid #fff; margin:50px 0; padding:40px 35px 30px 145px;}
.gsjj_pp{display:block; overflow:hidden; line-height:38px; font-size:24px; color:#c60108;}
.gsjj_spp{display:block; overflow:hidden; line-height:24px; font-size:14px; color:#000; text-transform:uppercase;}
.gsjj_txt{display:block; overflow:hidden; line-height:30px; height:210px; font-size:14px; color:#5a5a5a; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical;}
.gsjj_txt a{color:#c60108;}
.gsjj_txt a:hover{color:#c60108; text-decoration:underline!important;}

.newsBox{width:100%; overflow:hidden; padding:60px 0;}
.newsBox>.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;}
.news{width:374px; float:left;}
.news_title{display:block; overflow:hidden;}
.news_T{float:left; height:38px; line-height:38px; font-size:36px; color:#c60108; font-weight:bold;}
.news_p{display:block; overflow:hidden; line-height:14px; font-family:Arial; font-size:12px; color:#959595; text-transform:uppercase;}
.news_sp{display:block; overflow:hidden; background:url(../images/heng.jpg) repeat-x left bottom;}
.news_sp>span{float:left; background:#fff; line-height:24px; font-size:18px; color:#000; font-weight:bold; padding-right:5px;}
.news_contect{display:block; overflow:hidden; padding-top:20px;}
.news_contect a{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.news_contect a .news_B{width:144px; float:left; overflow:hidden;}
.news_contect a .news_B .news_img{width:100%; overflow:hidden; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_contect a .news_R{width:calc(100% - 144px); float:left; padding-left:20px; color:#000;}
.news_contect a .news_R .news_pp{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; font-weight:bold;}
.news_contect a .news_R .news_spp{display:block; overflow:hidden; height:22px; line-height:22px; font-size:12px;}
.news_contect a .news_R .news_txt{display:block; overflow:hidden; height:96px; line-height:24px; font-size:12px; margin-top:4px;}
.news_contect 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_contect a:hover .news_R{color:#091b52;}
.news_ul{display:block; overflow:hidden; padding-top:20px;}
.news_ul li{display:block; overflow:hidden; border-top:1px dotted #b9b9b9;}
.news_ul li a{display:block; overflow:hidden; height:36px; line-height:36px; font-size:12px; color:#6b6b6b; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a span{padding-left:5px;}
.news_ul li a:hover{color:#091b52;}
.news_more{display:block; overflow:hidden;}
.news_more a{display:block; overflow:hidden; height:34px; line-height:34px; background:#091b52; text-align:center; font-size:12px; color:#fff!important;}
.news_more a:hover{background:#c60108; color:#fff;}

.video{width:100%; overflow:hidden; position:relative;}
.video::before{content:""; display:block; padding-top:62.5%;}
.video>video{width:100%; float:left; height:100%; overflow:hidden; position:absolute; left:0; top:0;}
.video_txt{display:block; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:12px; color:#000;}
.video_more{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;}
.video_more a{width:calc(50% - 3px); float:left; height:34px; line-height:34px; text-align:center; background:#091b52; font-size:12px; color:#fff;}
.video_more a:hover{background:#c60108; color:#fff;}

.lxwm_txt{display:block; overflow:hidden; padding:20px 0 17px 0; font-size:12px; color:#000; line-height:24px;}
.lxwm_txt img{width:100%; display:block; height:auto; margin-bottom:17px;}
/*END-首页内容*/

/*底部*/
.footer_nav{width:100%; overflow:hidden; background-image: linear-gradient(#f6fafb, #c8d5e1); border-bottom:1px solid #fff; font-size:16px; color:#091b52; line-height:24px; padding:10px 0; text-align:center;}
.footer_nav a{color:#091b52; margin:0 40px;}
.footer_nav a:hover{color:#091b52; text-decoration:underline !important;}
.footer{width:100%; overflow:hidden; text-align:center; font-size:14px; color:#222; line-height:30px; background-image: linear-gradient(#e7f1fb, #fff); padding:22px 0;}
.footer a{color:#222; margin:0 5px;}
.footer a{color:#091b52; text-decoration:underline !important;}
/*END-底部*/

/*公司简介*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:265px; float:left;}
.about{width:100%; float:left; margin-bottom:30px;}
.about_title{display:block; overflow:hidden; height:56px; line-height:56px; text-align:center; background:#091b52; font-size:18px; color:#fff; font-weight:bold;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:10px;}
.about_ul>li>a{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; background:#efefef; font-size:14px; color:#646464;}
.about_ul>li:hover>a{background:#c60108; color:#fff;}
.about_ul>li.about_on>a{background:#c60108; color:#fff;}
.about_B{display:block; overflow:hidden; padding-top:15px;}
.about_B img{width:100%; display:block; height:auto;}
.about_B>span{display:block; overflow:hidden; background:#f2f2f2; padding:10px; font-size:14px; color:#111; line-height:30px;}

.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left; line-height:55px; border-bottom:1px solid #cfcfcf; font-size:14px; color:#8a8a8a;}
.dqwz_title>span{color:#c60108;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#1a1a1a; line-height:30px;}
.company img{max-width: 100%;height: auto!important;}

/*END-公司简介*/

/*产品展示*/
.cp_ul{display:block; overflow:hidden; width:909px;}
.cp_ul li{width:289px; float:left; margin:0 14px 25px 0;}
.cp_ul li .cpzs_B{width:100%; overflow:hidden;}
.cp_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:78.4723%;}
.cp_ul li .cpzs_txt{display:block; overflow:hidden; height:44px; line-height:44px; text-align:center; background:#dfdfdf; margin-top:1px; font-size:18px; color:#272727;}
.cp_ul li:hover .cpzs_B .cpzs_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul li:hover .cpzs_txt{background:#c60108; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.pc-slide {width:388px; float:left;}
.view .swiper-container .swiper-slide{position:relative; background:#efefef;}
.view .swiper-container .swiper-slide::before{content:""; display:block; padding-top:104.1238%;}
.preview {width:100%; margin-top:20px; position:relative; padding:0 20px;}
.preview .swiper-slide {width:calc(20% - 8px); cursor:pointer; opacity:0.5; margin:0 4px; background-position:center; background-repeat:no-repeat; background-size:cover;}
.preview .swiper-slide::before{content:""; display:block; padding-top:100%;}
.preview .active-nav{opacity:1;}
.preview .arrow-left,.preview .arrow-right{ width:15px; float:left; height:100%; background:#091b52; font-family:SimSun; font-size:14px; color:rgba(255,255,255,0.5); position: absolute;	left:0;	top:0; z-index: 10; 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;}
.preview .arrow-right {left:initial; right:0;}
.preview .arrow-left:hover,.preview .arrow-right:hover{background:#c60108; color:rgba(255,255,255,1)}
.cpxq_R{width:calc(100% - 388px); float:right; padding-left:50px;}
.cpxq_p{display:block; overflow:hidden; background:#efefef;}
.cpxq_p>span{float:left; height:54px; line-height:54px; font-size:16px; color:#fff; width:136px; background:#181818; text-align:center;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#191919; line-height:30px; padding-top:30px;}
.cpxq_txt>span{display:block; overflow:hidden; font-size:18px; margin-bottom:20px;}

.con {display:block; overflow:hidden; padding-top:45px;}
#tags {display:block; overflow:hidden; background:#efefef;}
#tags LI {width:136px; float:left; margin-right:1px;}
#tags LI A {display:block; overflow:hidden; height:54px; line-height:54px; background:#091b52; font-size:16px; color:#fff; text-align:center;}
#tags LI.selectTag A {background:#c60108; color:#fff;}
#tagContent {display:block; overflow:hidden; padding-top:30px; font-size:14px; color:#191919; line-height:30px;}
.tagContent {DISPLAY: none;}
#tagContent div.selectTag {DISPLAY: block}
.tagContent img{max-width: 100%;height: auto!important;}
.tagContent table{width: 100%!important;}

/*.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#111; font-weight:bold; line-height:30px;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_sp{display:block; overflow:hidden; background:#efefef;}
.cpxq_sp>span{float:left; height:54px; line-height:54px; font-size:16px; color:#fff; width:136px; background:#c60108; text-align:center;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#191919; line-height:30px; padding-top:20px;}*/
/*END-产品展示*/

/*最新讯息*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:25px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#efefef;}
.xw_ul li a .xw_img{width:260px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 260px); float:left; padding:25px 30px; color:#747474;}
.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; height:72px; line-height:24px; 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:#c60108;}
.xw_ul li a:hover .xw_R{color:#fff;}

.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:30px; color:#191919;}
/*END-最新讯息*/

/*电子型录*/
.cat_ul{display:block; overflow:hidden;}
.cat_ul li{display:block; overflow:hidden; line-height:38px; text-overflow:ellipsis; white-space: nowrap; border-bottom:1px dotted #696969; font-size:16px; color:#111; padding-bottom:10px; margin-bottom:10px;}
.cat_ul li a{width:86px; float:right; height:38px; line-height:38px; text-align:center; background:#b7b7b7; font-size:14px; color:#fff;}
.cat_ul li:hover{color:#c60108;}
.cat_ul li a:hover{background:#c60108;}
/*END-电子型录*/

/*视频专区*/
.cp_ul1{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;}
.cp_ul1 li{width:calc(50% - 7px); float:left; margin:0 0 25px 0;}
.cp_ul1 li .cpzs_B{width:100%; overflow:hidden; position:relative;}
.cp_ul1 li .cpzs_B>video{width:100%; float:left; height:100%; position:absolute; left:0; top:0;}
.cp_ul1 li .cpzs_B::before{content:""; display:block; padding-top:75%;}
.cp_ul1 li .cpzs_txt{display:block; overflow:hidden; height:44px; line-height:44px; text-align:center; background:#dfdfdf; margin-top:1px; font-size:18px; color:#272727;}
.cp_ul1 li:hover .cpzs_txt{background:#c60108; color:#fff;}
/*END-视频专区*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.cpzs{padding:40px 1%;}

.gsjj{padding:40px 1%;}
.gsjj_title{left:140px; padding:30px;}
.gsjj_right{margin:40px 0;}
.newsBox{padding:40px 1%;}
.news{width:32%;}
.video::before{padding-top:74%;}

.lxwm_txt{padding:20px 0;}
.lxwm_txt img{margin-bottom:20px;}
/*END-首页内容*/

/*底部*/
.footer_nav{padding:10px 1%;}
.footer_nav a{margin:0 30px;}
.footer{padding:20px 1%;}
/*END-底部*/

/*公司简介*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-公司简介*/

/*产品展示*/
.cp_ul{width:100%;}
.cp_ul li{width:32.33%; margin:0 0.5% 25px 0.5%;}

.cpxq_R{padding-left:30px;}
.con {padding-top:30px;}
/*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:#091b52;}

.topbox{padding:0 10px;}
.header{padding:0;}
.header>.container{display:block;}
.logo {width:100%; padding:10px;}
nav{width:100%!important; height:auto;}
.nav {display:none; width:150px; height:auto; padding:2px; position:absolute; right:10px; top:100%; background:rgba(0, 0, 0, 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-头部+导航*/

/*首页内容*/
.cpzs{padding:30px 10px;}

.gsjj{padding:30px 10px;}
.gsjj_title{width:320px; left:initial; right:-100px; top:50px; padding:20px;}
.gsjj_right{margin:20px 0; padding:20px 20px 20px 120px;}
.gsjj_pp {line-height: 34px; font-size: 20px;}
.gsjj_spp {line-height: 20px; font-size: 12px;}

.newsBox{padding:30px 10px;}
.news{width:48%;}
.news:first-child{width:100%; margin-bottom:20px;}
.news:first-child .news_contect {width:48%; float:left;}
.news:first-child .news_ul {width:48%; float:right;}
.news:first-child .news_more {width:100%; float:left; margin-top:20px;}
.video::before{padding-top:75%;}
/*END-首页内容*/

/*底部*/
.footer_nav{padding:10px;}
.footer_nav a{margin:0 15px;}
.footer{padding:15px 10px;}
/*END-底部*/

/*公司简介*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-公司简介*/

/*产品展示*/
.cp_ul li{width:48%; margin:0 1% 15px 1%;}

.pc-slide {width:388px; float:none; display:block; margin:0 auto;}
.cpxq_R{width:100%; float:none; padding:0; overflow:hidden; margin-top:20px;}
.cpxq_p>span{height:50px; line-height:50px;}
.cpxq_txt{padding-top:20px;}
.cpxq_txt>span {margin-bottom:10px;}

#tags LI {width:calc(20% - 1px);}
#tags LI A {height:50px; line-height:50px;}
#tagContent {padding-top:20px;}
/*END-产品展示*/

/*最新讯息*/
.xw_ul li a .xw_img{width:200px;}
.xw_ul li a .xw_R{width:calc(100% - 200px); padding:15px;}
.xw_ul li a .xw_R .xw_txt {margin-top:5px;}
.xw_ul li a .xw_R .xw_sp {margin-top:5px;}
/*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:14px;}
.cpzs_sp>span {padding:0 10px; line-height:30px; font-size:18px;}
.cpzs-imgbox {margin-top:10px;}
.cpzs-imgbox .swiper-slide .cpzs_txt {height:40px; line-height:40px; font-size:16px;}

.gsjj{padding:10px;}
.gsjj_left{width:100%;}
.gsjj_title{width:100%; position:relative; left:initial; right:initial; top:initial; padding:10px; text-align:center;}
.gsjj_p {line-height:30px; text-align:center; font-size:20px;}
.gsjj_heng {margin:5px auto;}
.gsjj_sp {line-height:30px; font-size:20px;}
.gsjj_more {width:100%; height:auto; margin-top:5px;}
.gsjj_more a {width:82px; float:none; display:block; margin:0 auto; height:32px; line-height:30px; position:relative; right:initial; bottom:initial; border:1px solid #d3d4d4;}
.gsjj_more::before {display:none;}
.gsjj_right{width:100%; margin:0; padding:10px;}
.gsjj_pp {line-height:24px; font-size:18px;}
.gsjj_spp {line-height:18px;}
.gsjj_txt {line-height:22px; height:220px; margin-top:5px; -webkit-line-clamp:10;}

.newsBox{padding:10px;}
.news{width:100%; margin-top:10px;}
.news_contect {padding-top:10px;}
.news:first-child{margin:0;}
.news:first-child .news_contect {width:100%;}
.news_contect a .news_B {width:120px;}
.news_contect a .news_R {width: calc(100% - 120px); padding-left:10px;}
.news_contect a .news_R .news_spp {height:18px; line-height:18px;}
.news_contect a .news_R .news_txt {height:80px; line-height:20px; margin-top: 0;}
.news:first-child .news_ul {width:100%; padding-top:10px;}
.news:first-child .news_more {margin-top:0;}
.video_txt {height:40px; line-height:40px;}
.lxwm_txt {padding:10px 0;}
.lxwm_txt img {margin-bottom:10px;}
/*END-首页内容*/

/*底部*/
.footer_nav{font-size:12px; line-height:20px;}
.footer_nav a{margin:0 4px;}
.footer{padding:10px; font-size:12px; line-height:20px;}
/*END-底部*/

/*公司简介*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title{height:50px; line-height:50px; text-align:left; padding-left:20px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #091b52;}
.about_ul{display:none; padding:0 2px;}
.about_ul li{margin-top:2px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-公司简介*/

/*产品展示*/
.cp_ul{display:flex; flex-wrap:wrap; justify-content:space-around;}
.cp_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cp_ul li .cpzs_txt {height:40px; line-height:40px; font-size:16px;}
/*.cpxq_p {font-size:16px; line-height:26px;}
.cpxq_img {padding:10px 0;}
.cpxq_sp>span {height:40px; line-height:40px; width:120px;}
.cpxq_txt {line-height:24px; padding-top:10px;}*/

.pc-slide {width:100%;}
.preview {margin-top:10px; padding:0 15px;}
.preview .swiper-slide {width:calc(33.3333% - 8px);}
.czxq_R{margin-top:10px;}
.cpxq_p>span{height:40px; line-height:40px;width:120px;}
.cpxq_txt{padding-top:10px; line-height:24px;}
.cpxq_txt>span {margin-bottom:5px;}
.con {padding-top:10px;}
#tags LI {width:calc(25% - 1px);}
#tags LI A {height:40px; line-height:40px; font-size:14px;}
#tagContent {padding-top:10px; line-height:24px;}
/*END-产品展示*/

/*最新讯息*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:0 10px;}
.xw_ul li a .xw_R .xw_txt {height:60px; line-height:20px; -webkit-line-clamp:3; margin-top:0;}
.xwxq_p {font-size:16px; line-height:26px;}
.xwxq_img {padding:10px 0;}
.xwxq_txt {line-height:24px;}
/*END-最新讯息*/

/*电子型录*/
.cat_ul li{font-size:14px; padding-bottom:5px; margin-bottom:5px;}
/*END-电子型录*/

/*视频专区*/
.cp_ul1 li{width:100%; margin:0 0 10px 0;}
.cp_ul1 li .cpzs_txt{height:40px; line-height:40px; font-size:16px;}
/*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-image: linear-gradient(#c8d5e1, #f6fafb);}
.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:#091b52; 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:#091b52; 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 #091b52;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}