/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.header{width:100%; max-width:640px; float:left; position:relative; left:50%; top:0; z-index:9999999; background:#fff; transform: translateX(-50%); box-shadow:0 0 20px rgba(0,0,0,0.2);}
.logo{width:100%; float:left; position:relative; padding:10px;}
.logo img{width:80%; float:left; max-width:278px; max-height:50px;}
.icon-menu{width:40px; height:30px; float:right; cursor:pointer; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; display:flex; align-content:space-between; flex-wrap:wrap;}
.icon-menu span{width:100%; float:left; height:6px; background:#343434;}

.nav{display:none; width:150px;float:left; padding:2px;  background:rgba(0,0,0,0.8); position:absolute; right:0; top:100%;}
.nav li{width:100%; overflow:hidden; border-bottom:1px solid #fff;}
.nav li a{width:100%; display:block; height:40px; line-height:40px; text-align:center; overflow:hidden; font-family:'Microsoft YaHei'; font-size:14px; color:#fff; transition:all 0.4s; padding:0;}
.nav li a:hover{background:#ec1a23; color:#fff;}
.nav .on a{background:#ec1a23; color:#fff;}

.dh_B{width:100%; overflow:hidden; background:#343434; padding:1px;}
.dh{width:100%; overflow:hidden;border-left:1px solid #fff;border-top:1px solid #fff;}
.dh li{width:33.33%;float:left;border-right:1px solid #fff;border-bottom:1px solid #fff;}
.dh li a{ display:block; height:40px; line-height:40px; text-align:center; font-family:"microsoft YaHei"; overflow:hidden;color:#fff; font-size:14px; transition:all 0.4s;}
.dh li a:hover{ color:#ec1a23; background:#fff;}
/*END-头部+导航*/

/*banner图*/
.banner{width:100%; float:left; position:relative;}
.banner .banner-imgbox{width:100%; float:left;}
.banner .banner-imgbox .swiper-slide img{width:100%; height:auto; display:block;}
.banner .swiper-pagination {position: absolute; right:0; bottom:5px;}
.banner .swiper-pagination-bullet {width:15px; height:2px; background:#2b97e7; opacity:0.5; border-radius:initial; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#2b97e7;width:20px;}
/*END*/

/*首页内容*/
.picBox{width:100%; overflow:hidden; padding:10px 5px;}
.pic_ul{width:100%; overflow:hidden;}
.pic_ul li{height: 150px;width:49.3333%; float:left; border-right:1px solid #f0f0f0; padding:0 5px}
.pic_ul li .pic_B{width:100%; max-width:59%; border:1px solid #e0e0e0; margin:0 auto; background:#fff; border-radius:0%; position:relative; overflow:hidden;}
.pic_ul li .pic_B::before{content:""; display:block; padding-top:0%;}
.pic_ul li .pic_B .pic_img{width:50px; float:left; height:50px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background-image:url(../images/pic_icon.png); background-repeat:no-repeat; background-size:150px 100px;}
.pic_ul li .pic_p{display:block; overflow:hidden; text-align:center; line-height:30px; margin-top:5px; font-size:18px; color:#2a2a2a; font-weight:bold;}
.pic_ul li .pic_sp{display:block; overflow:hidden; text-align:center; line-height:18px; font-size:12px; color:#6c6c6c;}
.pic_ul li:nth-child(1) .pic_B .pic_img{background-position:left top;}
.pic_ul li:nth-child(2) .pic_B .pic_img{background-position:-50px top;}
.pic_ul li:nth-child(3) .pic_B .pic_img{background-position:right top;}
.pic_ul li:hover .pic_B{border-color:#ec1a23;}
.pic_ul li:hover .pic_p{color:#ec1a23;}
.pic_ul li:nth-child(1):hover .pic_B .pic_img{background-position:left bottom;}
.pic_ul li:nth-child(2):hover .pic_B .pic_img{background-position:-50px bottom;}
.pic_ul li:nth-child(3):hover .pic_B .pic_img{background-position:right bottom;}

.cpfl{width:100%; overflow:hidden; background:url(../images/cpfl_bj.jpg) no-repeat center center; background-size:cover; padding:10px;}
.cpfl_title{display:block; overflow:hidden; text-align:center; line-height:30px;}
.cpfl_p{font-family:Kalinga; line-height:22px; font-size:20px; color:#fff; letter-spacing:4px; text-transform:uppercase;}
.cpfl_p>span{color:#ec1a23;}
.cpfl_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;}
.cpfl_sp>span{float:left; padding:0 10px; position:relative; font-size:18px; color:#fff;}
.cpfl_sp>span::before{content:""; width:22px; float:left; height:2px; border-top:1px solid #535454; border-bottom:1px solid #a7a7a9; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.cpfl_sp>span::after{content:""; width:22px; float:left; height:2px; border-top:1px solid #535454; border-bottom:1px solid #a7a7a9; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.cpfl_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.cpfl_ul li{width:calc(50% - 5px); float:left; margin:10px 0 0 0;}
.cpfl_ul li a{display:block; overflow:hidden; border:2px solid #f5f5f5;}
.cpfl_ul li .cpfl_B{width:100%; overflow:hidden; border-bottom:2px solid #f5f5f5;}
.cpfl_ul li .cpfl_B .cpfl_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpfl_ul li .cpfl_B .cpfl_img::before{content:""; display:block; padding-top:108.0587%;}
.cpfl_ul li .cpfl_txtB{display:block; overflow:hidden; background:#fff; padding:5px;}
.cpfl_ul li .cpfl_txtB .cpfl_T{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; font-size:16px; color:#121212;}
.cpfl_ul li .cpfl_txtB .cpfl_txt{display:block; overflow:hidden; height:40px; line-height:20px; text-align:center; font-size:14px; color:#747474; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.cpfl_ul li:hover a{border-color:#2b97e7;}
.cpfl_ul li:hover .cpfl_B{border-bottom-color:#2b97e7;}
.cpfl_ul li:hover .cpfl_B .cpfl_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpfl_ul li:hover .cpfl_txtB{background:#2b97e7;}
.cpfl_ul li:hover .cpfl_txtB .cpfl_T{color:#fff;}
.cpfl_ul li:hover .cpfl_txtB .cpfl_txt{color:#fff;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:10px;}
.gsjj_left{width:100%; float:left; position:relative; z-index:2;}
.gsjj_title{display:block; overflow:hidden; text-align:center;}
.gsjj_p{font-size:20px; color:#fff; text-transform:uppercase; line-height:30px;}
.gsjj_sp{font-size:14px; color:#fff; line-height:20px;}
.gsjj_img{width:100%; overflow:hidden; margin-top:10px; background-position:center; background-repeat: no-repeat;background-size:cover;}
.gsjj_img::before{content:""; display:block; padding-top:66.875%;}
.gsjj_right{width:100%; float:left; border:2px solid #fff; padding:5px; margin-top:10px;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; line-height:24px; color:#fff;}
.gsjj_more{display:block; overflow:hidden; padding-top:10px;}
.gsjj_more>a{width:122px; display:block; height:32px; line-height:30px; text-align:center; border:1px solid #fff; background:#343434; font-size:14px; color:#fff;}
.gsjj_more>a:hover{background:#ec1a23; color:#fff;}

.case{width:100%; overflow:hidden; background:url(../images/case_bj.jpg) no-repeat center center; background-size:cover; padding:10px;}
.case_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.case_ul li{width:calc(50% - 5px); float:left; margin:10px 0 0 0;}
.case_ul li a{width:100%; float:left; overflow:hidden; position:relative; background-position:center; background-repeat: no-repeat; background-size:cover;}
.case_ul li a::before{content:""; display:block; padding-top:78.2313%;}
.case_ul li a .case_hover{width:100%; height:0; overflow:hidden; background:rgba(1,96,202,0.7); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.case_ul li a .case_hover::before{content:""; width:calc(100% - 14px); float:left; height:calc(100% - 14px); border:2px solid #fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.case_ul li a .case_logo{width:100%; float:left; position:absolute; left:-100%; bottom:50%; padding-bottom:5px;}
.case_ul li a .case_logo::before{content:""; width:100%; max-width:86px; height:1px; background:#fff; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.case_txt{width:100%; line-height:30px; font-size:14px; color:#fff; text-align:center;}
.case_ul li a:hover .case_hover{height:100%;}
.case_ul li a:hover .case_logo{left:0;}
.case_ul li a:hover .case_txt{right:0;}
.case_M{display:block; overflow:hidden; padding-top:10px;}
.case_M>a{width:122px; display:block; height:32px; line-height:30px; text-align:center; border:1px solid #343434; background:#343434; margin:0 auto; font-size:14px; color:#fff;}
.case_M>a:hover{background:#fff; color:#343434;}

.news{width:100%; overflow:hidden; padding:10px;background: url(../images/xw_bj.jpg) no-repeat center center;
    background-size: cover;}
.news_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; padding-top:10px; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}
.news_ul{width:100%; float:left;}
.news_ul li{display:block; overflow:hidden; margin-bottom:10px;}
.news_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:1px solid #c0c0c0;}
.news_ul li a .news_sub{width:80px; float:left; border-right:1px solid #c0c0c0; text-align:center; padding:10px 0; line-height:30px; color:#fff; font-family:Calibri; font-size:20px;}
.news_ul li a .news_sub .news_sub_p{display:block; overflow:hidden;}
.news_ul li a .news_B{width:calc(100% - 80px); float:left; padding:5px;}
.news_ul li a .news_B .news_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:16px; color:#fff; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_B .news_txt{display:block; overflow:hidden; height:32px; line-height:16px; font-size:12px; color:#fff; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:5px;}
.news_ul li a:hover{border-color:#c0c0c0;}
.news_ul li:last-child{margin:0;}
.news_img{width:100%; float:right; display:-webkit-box; display:-ms-flexbox; display:flex; margin-top:10px;}
.news_img>a{width:100%; float:left; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_img>a::before{content:""; display:block; padding-top:62.9311%;}
/*End-首页内容*/

/*底部*/
.link{width:100%; overflow:hidden; background:#343434; font-size:14px; color:#fff; line-height:20px; padding:10px;}
.link a{color:#fff; margin:0 5px;}
.link a:hover{color:#fff; text-decoration:underline !important;}

.footer{width:100%; overflow:hidden; text-align:center; background:#343434; font-size:12px; color:#fff; line-height:18px; padding:5px;}
.footer a{color:#fff; margin:0 5px;}
.footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*公司简介*/
.dqwz{width:100%; overflow:hidden;}
.dqwz_title{display:block; overflow:hidden; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #343434; height:50px; line-height:50px; font-family:'Microsoft YaHei'; font-size:20px; color:#fff; text-indent:20px; cursor:pointer;}

.about_ul{display:none; overflow:hidden; padding:0 2px;}
.about_ul>li{width:100%; float:left; margin:2px 0 0 0;position:relative;}
.about_ul>li>a{display:block; overflow:hidden; background:#ddd; height:40px; line-height:40px; text-align:center; font-size:16px; color:#000;}
.about_ul>li:hover>a{background:#2b97e7; color:#fff;}
.about_ul>li.about_on>a{background:#2b97e7; color:#fff;}

.about_dl{display:none; width:100%; float:left;}
.about_dl>dd{display:block; overflow:hidden; margin-top:1px;}
.about_dl>dd>a{display:block; overflow:hidden; height:34px; line-height:32px; text-align:center; font-size:14px; color:#383838; border:1px solid #cecece;}
.about_dl>dd>a:hover{background:#2b97e7;border-color:#2b97e7; color:#fff;}

.dqwz_contect{display:block; overflow:hidden; padding:10px;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px;}
/*END-公司简介*/

/*产品中心*/
.case_ul1{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.case_ul1 li{width:calc(50% - 5px); float:left; margin:0 0 10px 0;}
.case_ul1 li a{width:100%; float:left; overflow:hidden; position:relative; background-position:center; background-repeat: no-repeat; background-size:cover;}
.case_ul1 li a::before{content:""; display:block; padding-top:78.2313%;}
.case_ul1 li a .case_hover{width:100%; height:0; overflow:hidden; background:rgba(1,96,202,0.7); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.case_ul1 li a .case_hover::before{content:""; width:calc(100% - 6px); float:left; height:calc(100% - 6px); border:2px solid #fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.case_ul1 li a .case_logo{width:100%; float:left; position:absolute; left:-100%; bottom:50%; padding-bottom:5px;}
.case_ul1 li a .case_logo::before{content:""; width:100%; max-width:86px; height:1px; background:#fff; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.case_ul1 li a .case_txt{width:100%; float:left; position:absolute; right:-100%; top:50%; line-height:30px; font-size:14px; color:#000; text-align:center;}
.case_ul1 li a:hover .case_hover{height:100%;}
.case_ul1 li a:hover .case_logo{left:0;}
.case_ul1 li a:hover .case_txt{right:0;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#000; line-height:24px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:10px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:10px; font-size:14px; color:#000; line-height:24px;}
.cpxq_txt img{ max-width:100% !important; height:auto !important}
.cpxq_txt table{ width:100% !important; height:auto !important}
.cpxq_txt table tr td{ width:auto !important; height:auto !important}
/*END-产品中心*/

/*新闻活动*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:10px;}
.xw_ul li a{display:flex; overflow:hidden; background:#efefef; border:1px solid #d7d7d7;}
.xw_ul li a .xw_img{width:100px; float:left; border-right:1px solid #efefef; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 100px); float:left; padding:5px; color:#424242;}
.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:60px; line-height:20px; font-size:12px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:14px; font-size:12px;}
.xw_ul li a:hover{background:#2b97e7;}
.xw_ul li a:hover .xw_R{color:#fff;}

.news_ul1{width:100%; float:left;}
.news_ul1 li{display:block; overflow:hidden; margin-bottom:10px;}
.news_ul1 li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:1px solid #c0c0c0;}
.news_ul1 li a .news_sub{width:80px; float:left; border-right:1px solid #c0c0c0; text-align:center; padding:10px 0; line-height:30px; color:#000; font-family:Calibri; font-size:20px;}
.news_ul1 li a .news_sub .news_sub_p{display:block; overflow:hidden;}
.news_ul1 li a .news_B{width:calc(100% - 80px); float:left; padding:5px;}
.news_ul1 li a .news_B .news_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.news_ul1 li a .news_B .news_txt{display:block; overflow:hidden; height:32px; line-height:16px; font-size:12px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:5px;}
.news_ul1 li a:hover{border-color:#2b97e7;}
.news_ul1 li a:hover .news_sub{border-color:#2b97e7;}
.news_ul1 li a:hover .news_B .news_p{color:#2b97e7;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; font-weight:bold; color:#000; line-height:24px;}
.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-top:10px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:10px; font-size:14px; line-height:24px; color:#000;}
.xwxq_txt img{ max-width:100% !important; height:auto !important}
.xwxq_txt table{ width:100% !important; height:auto !important}
.xwxq_txt table tr td{ width:auto !important; height:auto !important}
/*END-新闻活动*/

/*在线留言*/
.message_form{display:block; overflow:hidden;}
.message_B{display:block; overflow:hidden; margin-bottom:5px;}
.message_sp{width:46px; float:left; height:36px; line-height:36px; font-size:14px; color:#393939;}
.message_inp1{width:calc(100% - 46px); float:left; height:36px; line-height:34px; border:1px solid #dfdfdf; background:#fff; font-size:14px; color:#000; padding:0 10px;}
.message_inp2{width:calc(100% - 46px); float:left; height:160px; line-height:24px; border:1px solid #dfdfdf; background:#fff; font-size:14px; color:#000; padding:5px 10px; outline:none;}
.message_btn{width:calc(100% - 46px); float:left; height:40px; background:#0175b2; border-radius:5px; font-size:16px; color:#fff; }
/*END-在线留言*/

/*联系我们*/
.contact_txt{width:100%; float:left; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; float:left; border:none; height:250px; margin-top:10px;}
/*END-联系我们*/

/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; max-width:640px; height:60px; position:fixed; bottom:0; left:50%; z-index:9999999999999;  background:#343434; transform: translateX(-50%);}
.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:2px 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:#ec1a23; color:#fff;}

.dbbox{ position: fixed; left:50%; bottom:65px; z-index:99999; width: 100%; max-width:640px; transform: translateX(-50%);}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #ec1a23;}
.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.ewm-box img{ max-width: 140px; }
/*End*/