﻿@import url(style.css);
@import url(custom.css);
@import url(mobile.css);
@import url(lrtk3.css);
@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
/*内页*/
.postions{ height:76px; line-height:76px; /* overflow:hidden; */color:#222222; font-size:14px; background:#fff; position:relative;}
.postions:after{ content:""; position:absolute; bottom:0; left:0; height:1px; width:100%; background:#e5e5e5;}
.sec .postions{ margin-top:20px;}
.postions.bgs2{-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);box-shadow: 0 5px 15px rgba(0,0,0,.1);}
/* .postions.bgs3{ } */
.postions.bgs4{display: none;}
.posadd .postions{ position:fixed; top:0; left:0; width:100%; z-index:5;}
.postions.lift-pos{ position:fixed; top:0; left:0; width:100%; z-index:999;}
.postions a{color:#222222; }
.postions a:hover{ color:var(--main-color);}
.postions label{ color:#777777;}
.postions .goback{ float:right; height:72px; line-height:72px;color:#777777; font-size:14px; padding-left:25px; background:url(../images/goback.png) left center no-repeat; background-size:16px 15px;}
.postions .goback:hover{color:#00468c;}
.postions .postions_r{overflow: hidden;white-space: nowrap; text-overflow: ellipsis;  width: 80%;}
.postions .postions_r img{ vertical-align:text-top; margin-right:8px; height:16px;}
.postions .postions_r img:first-child{ margin-left:0;}
.postions h2{ float:left; font-weight:normal; color:#333; height:58px; font-size:20px;}
.postions h2 span{font-size:16px; font-family:Arial; }
.postions .rclass{ float:right;background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto;  padding-left:25px;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent; display:none;}
.postions .postions_b{ text-align:center;}
.postions .postions_b li{ display:inline-block; vertical-align:top; /*float:left;*/margin-left: 1.5%;margin-right: 1.5%; text-align:center;/* overflow:hidden; */ font-size:16px; color:#222222; position:relative;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:0; }
.postions .postions_b li a{display: block;position: relative;}
.postions .postions_b li a:hover{color:#222222;}  
.postions .postions_b li a span{ display:inline-block; vertical-align:top; overflow:hidden; padding:inherit; z-index:0; position:relative;}
.postions .postions_b li a span:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:3px;opacity: 0;background:var(--main-color);-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
/* .postions .postions_b li a:before{ content:""; position:absolute; right:0; top:50%; margin-top:-15px; height:30px; width:1px; background:#e6e6e6;}
.postions .postions_b li a:last-child:before{ display:none;} */
.postions .postions_b li.isel a span:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b li a:hover span:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b li.isel a{color:var(--main-color); }
.postions .postions_b li a i{ height:100%; width:20px; background:url(../images/arrow1.png) right center no-repeat; vertical-align:middle; margin-right:16px;float: right;display: inline-block;vertical-align:top;margin-top: 20px; height: 20px;background-size: 9px auto;display: none;}
.postions .postions_b li.isel a i{background-image: url(../images/top_bg2.png);}
.postions .postions_b li .dl{ position:absolute; top:80px; left:50%;margin-left: -300px; width:600px;  height:0;transition:all 0.3s; z-index:1; overflow:hidden;}
.postions .postions_b li .dl a{ display:inline-block;vertical-align: top;margin-left: 10px;margin-right: 10px; font-size:15px; color:#555555; -webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; text-align:center; height:50px; line-height:50px; overflow:hidden;}
.postions .postions_b li .dl a:hover{ color:var(--main-color);}
.postions .postions_b li .dl a.on{ color:var(--main-color);}
.area_a{height:70px; line-height:70px; /* overflow:hidden; */color:#222222; font-size:14px; background:#fff;}
.area_a .swiper-wrapper{justify-content: center;}
.area_a .swiper-slide{text-align: center;font-size:16px;}
.area_a .swiper-slide span{display:inline-block; vertical-align:top; overflow:hidden;z-index:0; position:relative;margin-left: 2.5%;margin-right: 2.5%;}
.area_a .swiper-slide span:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:3px;opacity: 0;background:var(--main-color);-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
.area_a .swiper-slide.isel span::after{left: 0%;right: 0%;opacity: 1;}
.area_a .swiper-slide span a{display: block;}
/*搜索*/
.postions .search{ float:right; background:#ffffff;border-radius:4px; overflow:hidden; margin-top:16px; width:374px; border:1px solid #dddddd;}
.postions .search .inputs{height:38px; line-height:38px; background:none; border:0;width:calc(100% - 112px);width:-webkit-calc(100% - 112px);width:-moz-calc(100% - 112px); float:left; outline:none; text-indent:12px; font-size:14px; color:#777777; font-family:"微软雅黑";}
.postions .search .inputs::-webkit-input-placeholder{color:#999999;}
.postions .search .inputs::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#999999;}
.postions .search .inputs:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999999;}
.postions .search .inputs:-ms-input-placeholder{  /* Internet Explorer 10-11 */color:#999999;}
.postions .search .bnts{ float:right;width:112px; height:38px; background:#00468c;  cursor:pointer; border:none; border-radius:0 4px 4px 0; color:#fff; background:#00468c;}
.position2 .search .bnts:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
/*分类弹窗*/
.about_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}

.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .cons .wrap3{ height:100%; display:table; }
.o_big_con .cons .wrap12{ height:100%; display:table; }
.o_big_con .h2{font-weight:normal; display:table-cell; vertical-align:middle;   text-transform:uppercase; text-align:center;}
.o_big_con .h2 label{width:100%; display:block;color:rgba(255,255,255,1);  margin-top:1%;  text-transform:none; line-height:36px;font-weight: lighter;}
.o_big_con .h2 .span{ display:block;  color:rgba(255,255,255,1); line-height:1;  position:relative;  letter-spacing:1px; font-weight:bold; }
.o_big_con .h2 .span i{ font-style:normal; overflow:hidden; color:rgba(153,153,153,0.15); font-family:Arial; display:block; position:relative; line-height:100px; text-transform:uppercase;}
.o_big_con .h2 .span em{ font-style:normal; overflow:hidden; color:#fff; position:absolute; bottom:0; left:0;}
.o_big_con .h2 .play_video{width: 78px;height: 78px;background: url(../images/solution_pic1.png) no-repeat;background-size: 100% 100%;cursor: pointer;display: block;margin: 0 auto;transition:all 0.3s;position: relative;z-index: 11;}
.o_big_con .cons:hover .h2 .play_video{transform:scale(1.1, 1.1);}
.o_big_con .videos2{cursor: pointer;}
.o_big_con .videos{ position:absolute; top:0; left:0; width:100%; height:100%;object-fit: fill;}
.o_big_con.bgs4 .o_big{min-height: 200px;}
.o_big_con .search_div{ display:table-cell; vertical-align:middle;  transition:all 0.6s;overflow: hidden;}
.o_big_con .search_div .search_form2{max-width: 842px;margin:  0 auto;  height:76px;background: #fff;border-radius:10px; padding: 2px;position: relative;}
.o_big_con .search_div .search_form2 .input_shurk{  float:left;width:calc(100% - 100px);width:-webkit-calc(100% - 100px);width:-moz-calc(100% - 100px); height:72px; line-height:72px; background:#fff;border:none;outline:medium; color:#333333; font-size:18px; text-indent:64px;background: url(../images/search_pic1.png) left 27px center no-repeat;background-size: 23px 23px;}
.o_big_con .search_div .search_form2 .input_shurk::-webkit-input-placeholder {color: #999999;}
.o_big_con .search_div .search_form2 .input_shurk:-moz-placeholder {color: #999999;}
.o_big_con .search_div .search_form2 .input_shurk:-ms-input-placeholder {color: #999999;}
.o_big_con .search_div .search_form2 .s_btns{position: absolute;right: 0;top: 0; width:160px; height:76px;background:var(--main-color);border-radius:0 10px 10px 0; color:#fff;  border:none;cursor:pointer; outline:none; }
.o_big_con .search_div .search_form2 .s_btns:hover{transition:all 0.3s; background:#c3020f;}
.o_big_con .search_div .search_label{max-width: 842px;margin:  0 auto; overflow: hidden;margin-top: 23px;}
.o_big_con .search_div .search_label label{float: left;color: #fff;margin-right: 11px;line-height: 28px;}
.o_big_con .search_div .search_label .p{overflow: hidden;}
.o_big_con .search_div .search_label .p a{float: left;margin-right: 16px;overflow: hidden;color: #fff;line-height: 28px;margin-bottom: 5px;}
.o_big_con .search_div .search_label .p a:hover{color: var(--main-color);}

.postions2{ position:absolute; left:0; width:100%; height:78px; line-height:78px; overflow:hidden;color:rgba(255,255,255,1); font-size:15px; bottom:0;/* border-bottom: 1px solid #e9e9e9; */text-align: left;}
.postions2.bgs2{position: static;}
.postions2 a{color:rgba(255,255,255,1); }
.postions2 a:hover{ color:var(--main-color);}
.postions2 .postions_r img{ height:16px; margin-right:9px;vertical-align:text-bottom;}
.postions2 .postions_r{ overflow:hidden; position:relative;}
/*.postions2 .postions_r:after{ content:""; position:absolute; left:24px; top:50%; margin-top:-5px; height:10px; width:1px;background:rgba(255,255,255,0.5); }*/
.postions2 label{ color:#fff;}
.postions2 h2{ float:left; font-weight:normal; color:#fff; height:58px; }
.postions2 h2 span{font-size:15px; font-family:Arial; color:rgba(255,255,255,0.5); }
.map{ position: relative;top: -80px; color:#999999; font-size:14px;transition:all 0.3s;}
/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:4%; padding-bottom:5%; clear:both; font-family:Arial;}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:42px; line-height:42px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:42px;margin-left:8px;  text-align:center; color:#555; font-size:15px; border:1px solid #ffffff; background:#ffffff;border-radius: 50%; }
.yema a:hover{ text-decoration:none; color:#fff; background:var(--main-color);border:1px solid var(--main-color);}
.yema a.on{color:#fff;  background:var(--main-color);border:1px solid var(--main-color);}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:var(--main-color);}
.yema a span{ font-family:"宋体"; font-weight:bold; font-size:15px;}
/*暂无内容*/
.nodata{ clear:both; max-width:1200px; margin:0 auto; overflow:hidden; text-align:center; margin-top:13%; margin-bottom:13%; background:url(../images/empty.png) center top no-repeat; background-size:auto 169px; padding-top:180px;}
.nodata .title{ color:#555555; font-size:18px; overflow:hidden; margin-top:2%; line-height:26px;}
.nodata .desc{color:#999999; font-size:14px; overflow:hidden; line-height:24px; margin-top:5px;}

@media screen and (max-width: 1700px) {
/*内页*/
.postions .postions_b li{margin-left: 1%;margin-right:1%;}
}
@media screen and (max-width: 1560px) {
/*内页*/
.postions{  font-size:14px;height: 60px;line-height: 60px;}
.postions .search{ margin-top:10px;}
.postions .goback{height:60px; line-height:60px;}
.postions .postions_b li .dl{top: 60px;}
.area_a{font-size:14px;height: 60px;line-height: 60px;}
.area_a .swiper-slide span{margin-left: 2%;margin-right: 2%;}
.postions2{font-size: 15px;}
.o_big_con .search_div .search_form2{height: 66px;}
.o_big_con .search_div .search_form2 .input_shurk{font-size: 16px;height: 62px;line-height: 62px;}
.o_big_con .search_div .search_form2 .s_btns{height: 66px;}
.o_big_con .search_div .search_label{margin-top: 20px;}
}

@media screen and (max-width: 1360px) {
.o_big_con .h2 .span i{ line-height:86px;}
.postions .postions_b li{margin-left: 0.5%;margin-right:0.5%;font-size: 15px;}
}

@media screen and (max-width: 1200px) {
/*内页*/
.sec .postions{ margin-top:10px;}
.postions h2{ font-size:18px;}
.postions h2 span{ font-size:14px;}
.postions .postions_b li{font-size: 14px;}
.area_a .swiper-slide span{margin-left: 1%;margin-right: 1%;}
.postions2{ height:60px; line-height:60px;font-size: 14px;}
.postions2 h2{ font-size:18px;}
.postions2 h2 span{ font-size:14px;}
.postions2.bgs2{bottom: 0;}
.o_big_con.bgs2 .h2 label{ margin-bottom:3%;}
.o_big_con .h2 label{ line-height:30px;margin-top: 1.5%;}
.o_big_con .h2 .span i{ line-height:72px;}
.o_big_con .search_div .search_form2{height: 56px;}
.o_big_con .search_div .search_form2 .input_shurk{height: 52px;line-height: 52px;background-position: left 20px center;text-indent: 57px;}
.o_big_con .search_div .search_form2 .s_btns{height: 56px;width: 140px;}
.o_big_con .search_div .search_label{margin-top: 15px;}
.map{ top:-50px;}


}

@media screen and (max-width: 1100px) {
/*内页*/
.postions .search{ margin-top:6px; width:300px;}
.postions .search .inputs{width: calc(100% - 80px);width: -webkit-calc(100% - 80px);width: -moz-calc(100% - 80px); font-size:13px;}
.postions .search .bnts{ width:80px;}
.postions .goback{height:50px; line-height:50px;}

/*分页*/
.yema a{ height:36px; line-height:36px;min-width:36px; font-size:14px;}
.yema a span{ font-size:14px;}


}
@media screen and (max-width: 1000px) {
/*内页*/
.postions{ position:static; border-bottom:1px solid #e1e1ea;}
.postions:after{ display:none;}
.postions.bgs4{display: block;}
.postions.bgs3{height: 0;border-bottom: 0;}
.postions .rclass{ display:block;}
.postions .postions_b{ display:none;}

.postions .postions_b li{ float:none; font-size:15px; display:block;  margin-left:0;  text-align:left; background:#efefef; border-bottom:1px solid #fff; width:auto; margin-right:0;}
.postions .postions_b li a{padding-left:3%;}
.postions .postions_b li.isel a:hover{ background:var(--main-color); color:#fff;}
.postions .postions_b li.isel a{ color:#fff;background:var(--main-color);}
.postions .postions_b li a span:after{ height:0;}
.postions .postions_b li .dl{position: static;left: 0;padding-left: 3%;top: 0;margin-left: 0;}
.postions .postions_b li .dl a{background: none;color: #333333;margin-left: 0;display: block;text-align: left;}
.postions .postions_b li a i{display: inline-block;}
.area_a .swiper-slide{font-size: 15px;}
.area_a .swiper-slide span{margin-left: 5px;margin-right: 5px;}
.postions2{ height:50px; line-height:50px;}
.postions2 .postions_r:after{ left:24px;}
.o_big_con .h2 label{  line-height:26px;}
.o_big_con .h2 .span i{ line-height:68px;}

/*分类弹窗*/
.about_tc{z-index: 19891025; width: 0%; right: 0%; position:absolute; overflow: hidden; top:0; height:100%;/* display: none;*/transition: all 0.3s;}
.postions_b.lws .about_tc{ width:80%;}
.postions_b.lws{ display:block;}
.about_l.lws .about_tc{ width:88%;}
.about_tc .about_divs{ position:absolute; right:0; width:85%; background-color:#f5f5f7; top:0; overflow:hidden; height:100%;}
.about_tc .closed2{ right:84.5%; position:absolute; top:150px; cursor:pointer; width:25px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}


}
@media screen and (max-width: 992px) {
/*内页*/
.o_big_con .h2 .play_video{width: 60px;height: 60px;}
.o_big_con .search_div .search_form2{height: 46px;}
.o_big_con .search_div .search_form2 .input_shurk{height: 42px;line-height: 42px;background-position: left 15px center;text-indent: 50px;background-size: 20px 20px;}
.o_big_con .search_div .search_form2 .s_btns{height: 46px;width: 130px;}
.o_big_con .search_div .search_label{margin-top: 12px;}
.area_a.pro .swiper-wrapper{justify-content:left;}
}

@media screen and (max-width: 830px) {
/*内页*/
.postions h2{ font-size:16px;}
.postions h2 span{ font-size:13px;}
.postions2 h2{ font-size:16px;}
.postions2 h2 span{ font-size:13px;}


}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ height:290px;}
.o_big_con .h2 .span i{ line-height:60px;}
.postions{ height:44px; line-height:44px; font-size:13px;}
.sec .postions{ margin-top:0px;}
.postions h2{ display:none;}
.postions .postions_b li{ /* height:44px; line-height:44px; */ font-size:14px;}
.postions .postions_b li .dl{top: 44px;}
.postions .postions_b li a i{margin-top: 12px;}
.postions .postions_b li .dl a{line-height: 40px;height: 40px;font-size: 14px;}
.area_a{height:44px; line-height:44px; font-size:13px;}
.area_a .swiper-slide{font-size: 14px;}
.postions .search{ margin-top:3px;}
.postions .goback{height:44px; line-height:44px; font-size:12px;}
.postions2{ font-size:13px; height:40px; line-height:40px;}
/*分页*/
.yema a{ height:26px; line-height:24px; padding-left:6px; padding-right:6px; margin-left:6px; font-size:13px; min-width:26px;}
.yema a span{ font-size:13px;}

}

@media screen and (max-width: 640px) {
/*内页*/
.position{height:44px; line-height:44px; font-size:13px;}
.position .postions_b a{ font-size:13px;}
.postions .postions_r img{ height:16px;}
.o_big_con .h2 label{  line-height:24px;margin-top: 2%;}
.o_big_con .h2 .span i{ line-height:50px;}
.o_big_con .h2 .play_video{width: 50px;height: 50px;}
.o_big_con .search_div .search_form2 .input_shurk{font-size: 15px;}
.o_big_con .search_div .search_label .p a{margin-right: 12px;}
.o_big_con .search_div .search_label label{margin-right:5px;}
/*分页*/
.yema a{ font-size:12px;}
.yema a span{ font-size:12px;}
/*暂无内容*/
.nodata{background-size:auto 130px; padding-top:140px;margin-top:15%; margin-bottom:15%;}

}


@media screen and (max-width: 480px) {
/*内页*/
.o_big{ height:200px;}
.o_big_con .h2{ font-size:18px; }
.o_big_con .h2 label{ line-height:22px;}
.o_big_con .h2 .span i{ line-height:50px;}
.o_big_con .h2 .play_video{width: 40px;height: 40px;}
.o_big_con .search_div .search_form2{height: 36px;}
.o_big_con .search_div .search_form2 .input_shurk{font-size: 14px;height: 32px;line-height: 32px;background-position: left 11px center;text-indent: 40px;background-size: 18px 18px;}
.o_big_con .search_div .search_form2 .s_btns{height: 36px;width: 100px;}
.o_big_con .search_div .search_label{margin-top: 10px;}
.o_big_con .search_div .search_label label{line-height: 24px;}
.o_big_con .search_div .search_label .p a{line-height: 24px;}
.postions{ font-size:12px;}
.postions .postions_b li{ font-size:13px;}
.area_a{font-size: 12px;}
.area_a .swiper-slide{font-size: 13px;}
.postions .postions_r span{ display:none;}
.postions .postions_r img{ height:14px;}
.postions .search{ width:220px;}
.postions .search .inputs{width: calc(100% - 60px);width: -webkit-calc(100% - 60px);width: -moz-calc(100% - 60px); font-size:12px;}
.postions .search .bnts{ width:60px;}
.postions2{ font-size:12px;height: 30px;line-height: 30px;}

/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:5px;}

}

@media screen and (max-width: 420px) {
/*内页*/
.o_big_con .h2 label{ line-height:20px;}
.o_big_con .h2 .span i{ line-height:46px;}
.o_big_con .h2 .span{font-size: 26px;}

}
@media screen and (max-width: 360px) {
/*内页*/
.o_big_con .h2 label{ font-size:12px;}
.o_big_con .h2 .span{font-size: 22px;}
}
/*滚动条*/
.i_jsq_scroll{ overflow:hidden;overflow-y: auto; max-height:100%; position:relative;/*  background:url(../images/contact_bg3.png) right top repeat-y; */ }
.i_jsq_scroll::-webkit-scrollbar { -webkit-appearance: none;}
.i_jsq_scroll::-webkit-scrollbar:vertical { width: 4px;}
.i_jsq_scroll::-webkit-scrollbar-thumb { border-radius: 8px; border:0; background-color:var(--main-color);}

/*关于我们*/
.a_name{position:relative;top:-80px;}
.o_about_bg{overflow: hidden;position: relative;z-index: 0;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.o_about_t{text-align: center;margin-top: 5%;overflow: hidden;position: relative;padding-bottom: 2.2%;font-weight: bold;color: #333333;}
.o_about_t::after{content: "";position: absolute;bottom: 0;left: 50%;margin-left: -28px;height: 4px;background: var(--main-color);width: 56px;}
.o_about_t img{display: block;height: 42px;margin: 0 auto;}
.o_about_bg .o_about{margin-top: 3%;margin-bottom: 6%;position: relative;z-index: 0;overflow: hidden;/* display: flex;align-items: center;justify-content: space-between; */}
.o_about_bg .o_about .txts{width: 48.63%;overflow: hidden;line-height: 2;color: #222222;position: absolute;height: 100%;left: 0;top: 0; z-index: 1;}
.o_about_bg .o_about .txts p{overflow: hidden;margin-bottom: 2.5%;}
.o_about_bg .o_about .txts .i_jsq_scroll{padding-right: 10px;max-height:100%;}
.o_about_bg .o_about .imgs{overflow: hidden;width: 49.13%;max-width: 737px;border-radius:16px;position: relative;padding-top: 55.664%;float: right;}
.o_about_bg .o_about .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.o_about_bg .o_about .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.o_about_bg .counter{ text-align:left; margin-top:5%;margin-bottom: 6%;}
.o_about_bg .counter ul{display: flex;justify-content: space-between;width: 100%;}
.o_about_bg .counter ul li{ transition:all 0.3s; position:relative;display: flex;align-items: center;}
.o_about_bg .counter ul li:nth-child(1){width: 20.93%;}
.o_about_bg .counter ul li:nth-child(2){width: 23.33%;}
.o_about_bg .counter ul li:nth-child(3){width: 21.73%;}
.o_about_bg .counter ul li:nth-child(4){width: 22.4%;}
.o_about_bg .counter ul li:nth-child(5){width: auto;}
.o_about_bg .counter ul li:nth-child(5)::after{display: none;}
.o_about_bg .counter ul li::after{content: "";position: absolute;right: 30%;top: 50%;height: 84px;width: 1px;margin-top: -42px;background: rgba(0, 0, 0, 0.08);}
.o_about_bg .counter ul li .nums{  line-height:1; color:var(--main-color);position: relative;display:inline-block;padding-right: 20px;}
.o_about_bg .counter ul li:last-child .nums{padding-right: 0;}
.o_about_bg .counter span{overflow:hidden;  font-weight:bold; font-family:Arial;color: var(--main-color);}
.o_about_bg .counter label{margin-bottom: 13%;line-height: 0;background: linear-gradient(-90deg, #E75959 0%, #A51F23 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
.o_about_bg .counter i{font-style: normal;position: absolute;right: -2px;top: -2px;font-weight:normal;line-height: 1;color: var(--main-color);}
.o_about_bg .counter .h6{ font-weight: normal; overflow:hidden; line-height:1.3;  /*  white-space:nowrap;text-overflow:ellipsis; */ margin-top:6px;  color:#222222;}
.o_about_bg .counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
.o_about_two_bg{overflow: hidden;position: relative;z-index: 0;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.o_about_two_bg .o_about_t{color: #ffffff;position: absolute;width: 100%;line-height: 1;top: 0;z-index: 1;}
.o_about_two{overflow: hidden;}
.o_about_two ul{display: flex;}
.o_about_two ul li{width: 25%;background: rgba(0, 0, 0, 0.3);display: flex;align-items: center;justify-content: center;cursor: pointer;height: 90vh;transition:all 0.3s;position: relative;}
.o_about_two ul li::after{content: "";position: absolute;right: 0;top: 0;height: 100%;width: 1px;background: rgba(255,255,255,0.17);}
.o_about_two ul li:last-child:after{display: none;}
.o_about_two ul li:hover{background: rgba(185, 0, 11, 0.85);}
.o_about_two ul li .boxs{width: 96%;margin: 0 auto;text-align: center;}
.o_about_two ul li .boxs i{display: block;width: 73px;height: 73px;margin: 0 auto;background: var(--main-color);transition:all 0.3s;position: relative;border-radius: 50%;}
.o_about_two ul li .boxs i img{display: block;width: 100%;height: 100%;filter: brightness(0) invert(1);
    transition: filter 0.3s ease;position: absolute;left: 0;top: 0;}
.o_about_two ul li:hover .boxs i{background: #ffffff;}
.o_about_two ul li:hover .boxs i img{filter: none;}
.o_about_two ul li .boxs .span{color: rgba(255, 255, 255, .68);overflow: hidden;line-height: 1.6;height: 0;transition:all 0.3s;}
.o_about_two ul li .boxs .h4{font-weight: bold;color: #ffffff;overflow: hidden;line-height: 40px;min-height: 160px; margin-top: 20px;}
.o_about_two ul li:hover .boxs .span{height: auto;margin-top: 26px;}
@media screen and (max-width: 1560px) {
/*关于我们*/
.o_about_t img{height: 38px;}
.o_about_bg .counter ul li:nth-child(2):after{right: 20%;}
.o_about_bg .counter ul li .nums{padding-right: 17px;}
.o_about_two ul li .boxs .h4{line-height: 32px;min-height: 128px;}
}
@media screen and (max-width: 1440px) {
/*关于我们*/
.o_about_t img{height: 32px;}
.o_about_bg .o_about .txts{line-height: 1.8;}
.o_about_bg .o_about .txts p{margin-bottom: 2%;}
.o_about_two ul li .boxs .h4{line-height: 28px;min-height: 112px;}
}
@media screen and (max-width: 1200px) {
/*关于我们*/
.a_name{top:-50px;}
.o_about_t img{height: 28px;}
.o_about_bg .counter ul li .nums{padding-right: 15px;}
.o_about_bg .counter ul li::after{height: 70px;margin-top: -35px;}
.o_about_bg .counter ul li:nth-child(2):after{right: 15%;}
.o_about_two ul li .boxs .h4{margin-top: 15px;}
.o_about_two ul li:hover .boxs .span{margin-top: 21px;}
.o_about_two ul li .boxs i{width: 62px;height: 62px;}
}
@media screen and (max-width: 992px) {
/*关于我们*/
.o_about_t img{height: 24px;}
.o_about_bg .o_about{margin-top: 4%;display: block;}
.o_about_bg .o_about .imgs{width: 100%;margin-top: 2%;max-width: none;float: none;}
.o_about_bg .o_about .txts{width: 100%;position: static;}
.o_about_bg .o_about .txts .i_jsq_scroll{padding-right: 0px;}
.o_about_bg .counter{margin-top: 6%;}
.o_about_bg .counter ul{flex-wrap: wrap;justify-content: center;}
.o_about_bg .counter ul li::after{display: none;}
.o_about_bg .counter ul li:nth-child(1){width: 33.33%;}
.o_about_bg .counter ul li:nth-child(2){width: 33.33%;}
.o_about_bg .counter ul li:nth-child(3){width: auto;}
.o_about_bg .counter ul li:nth-child(4){width: 33.33%;margin-top: 6%;}
.o_about_bg .counter ul li:nth-child(5){margin-top: 6%;}
.o_about_two ul{flex-wrap: wrap;}
.o_about_two ul li .boxs i{width:56px;height: 56px;}
.o_about_two ul li{height: 44vh;width: 50%;}
.o_about_two ul li:nth-child(1):before,.o_about_two ul li:nth-child(2):before{content: "";position: absolute;left: 0;bottom: 0;height: 1px;width: 100%;background: rgba(255,255,255,0.17);}
}


@media screen and (max-width: 640px) {
/*关于我们*/
.o_about_t{padding-bottom: 3.5%;}
.o_about_t img{height: 20px;}
.o_about_t::after{width: 44px;margin-left: -22px;height: 3px;}
.o_about_bg .o_about .imgs{width: 100%;}
.o_about_bg .o_about .txts{line-height: 1.6;}
.o_about_two ul li .boxs .h4{margin-top: 10px;}
.o_about_two ul li:hover .boxs .span{margin-top: 16px;}
}
@media screen and (max-width: 520px) {
/*关于我们*/
.o_about_bg .counter ul{justify-content: left;}
.o_about_bg .counter ul li:nth-child(1),.o_about_bg .counter ul li:nth-child(2),.o_about_bg .counter ul li:nth-child(3),.o_about_bg .counter ul li:nth-child(4),.o_about_bg .counter ul li:nth-child(5){width: 50%;}
.o_about_bg .counter ul li:nth-child(3){margin-top: 6%;}
}
@media screen and (max-width: 480px) {
/*关于我们*/
.o_about_t{margin-top: 7%;font-size: 22px;}
.o_about_t img{height: 16px;}
.o_about_two ul li .boxs i{width:50px;height: 50px;}
.o_about_two ul li .boxs .h4{font-size: 18px;line-height: 26px;min-height: 104px;}



}
@media screen and (max-width: 420px) {
/*关于我们*/
.o_about_t{font-size: 20px;}
.o_about_two ul li .boxs i{width:44px;height: 44px;}
.o_about_two ul li .boxs .h4{font-size: 16px;}
}


/*发展历程2*/
.about-page{overflow: hidden;background: url(../images/about_bg3.jpg) center center no-repeat;background-size: cover;}
.about-page .history {
 margin-top:4%;margin-bottom: 5%;
}
.about-page .o_about_t{text-align: left;}
.about-page .o_about_t::after{left: 0;margin-left: 0;}
.about-page .history .gallery-top{overflow: hidden;position: relative;}
.about-page .history .bb_boxs{ margin-bottom: 4%;position: relative;}
.about-page .history .gallery-top .swiper-slide {
  overflow: hidden;
}
.about-page .history .gallery-top .pic{width: 50%; float: left;overflow: hidden;border-radius: 10px;max-width: 750px;}
.about-page .history .gallery-top .text{width: 48%;position: absolute; top: 0px;right: 0px; height: 100%; max-width: 680px; overflow: hidden;  display: flex;  align-items: center; justify-content: left;}
.about-page .history .gallery-top .cons{overflow: hidden;}
.about-page .history .gallery-top img {
   width:100%;  display:block;-webkit-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
}
.about-page .history .gallery-top .pic:hover img{-webkit-transform:scale(1.12, 1.12); -moz-transform:scale(1.12, 1.12); -o-transform:scale(1.12, 1.12); -ms-transform:scale(1.12, 1.12); transform:scale(1.12, 1.12);}
.about-page .history .gallery-top .year{color: var(--main-color);overflow: hidden;line-height: 1.2;font-weight: bold;}
.about-page .history .gallery-top .txt{
   width:100%; font-weight:normal; color:#222222; overflow:hidden; line-height:34px;margin-top: 4%;
}
.about-page .history .gallery-top .txt li{display: block;position: relative;overflow: hidden;margin-bottom: 10px;padding-left: 15px;}
.about-page .history .gallery-top .txt li::after{content: "";position: absolute;left: 0;top: 12.5px;width: 9px;height: 9px;border-radius: 50%;background: var(--main-color);}
.about-page .history .bb_boxs .btns{position: absolute;right: 0;/* width: 134px;bottom: -42px; */width: 100%;top: 50%;margin-top: -28px;}
.about-page .history .bb_boxs .btns .btn{ position: absolute;top: 0; z-index: 1; width: 50px;height: 50px;cursor: pointer; background-repeat:no-repeat; background-position:center center; background-size:9px 16px;background-color: #c6c8ca;border-radius:50%; transition:all 0.3s;}
.about-page .history .bb_boxs .btns .prev{ left: -70px; background-image:url(../images/left.png);}
.about-page .history .bb_boxs .btns .prev:hover{background-color: var(--main-color);}
.about-page .history .bb_boxs .btns .next{ right: -70px;background-image:url(../images/right.png);}
.about-page .history .bb_boxs .btns .next:hover{background-color: var(--main-color);}
.about-page .history .gallery-thumbs {
/* max-width: 240px;overflow: visible; */position: relative;padding-top: 30px;
}
.about-page .history .gallery-thumbs::before{content: "";height: 10px;width: 100%;position: absolute;top: 33px;left: 0;background: rgba(213, 213, 213, 0.3);border-radius: 5px;}
.about-page .history .gallery-thumbs .swiper-slide {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding-top: 50px; color:#222222;
  cursor: pointer;transition:all 0.3s; line-height: 24px;position: relative;
}
.about-page .history .gallery-thumbs .swiper-slide-thumb-active {
  color:#222222; 
}
/* .about-page .history .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon{opacity:1.0;filter:Alpha(opacity=100);} */
.about-page .history .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon .circle::before,
.about-page .history .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon .circle::after{display: block;}
.about-page .history .gallery-thumbs .swiper-slide .icon{position: absolute;z-index: 4;width: 16px;height: 16px;top: 0;left: 50%;transition:all 0.3s;/* opacity:0;filter:Alpha(opacity=0); */margin-left: -0.08rem;}
.about-page .history .gallery-thumbs .swiper-slide .icon .circle{width: 0.16rem; height: 0.16rem; position: relative;}
.about-page .history .gallery-thumbs .swiper-slide .icon .circle::before,
.about-page .history .gallery-thumbs .swiper-slide .icon .circle::after {
  content: "";
  position: absolute;
  left: -0.09rem;
  top: -0.09rem;
  margin: auto;
  width: 0.34rem;
  height: 0.34rem;
  background-color: rgba(208, 33, 39, 0.5);
  border-radius: 50%;
  opacity: 0.5;
  -webkit-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite;display: none;
}
.about-page .history .gallery-thumbs .swiper-slide .icon .circle::after {
  left: -0.19rem;
  top: -0.19rem;
  width: 0.54rem;
  height: 0.54rem;
  background-color: rgba(208, 33, 39, 0.5);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.about-page .history .gallery-thumbs .swiper-slide .icon .circle span {
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--main-color);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1560px) {
/*发展历程2*/
.about-page .history .gallery-thumbs::before{top: 31px;}
}
@media screen and (max-width: 1200px) {
/*发展历程2*/
.about-page .history .bb_boxs{margin-bottom: 3%;}
.about-page .history .gallery-thumbs::before{height: 6px;top: 32px;}

}
@media screen and (max-width: 992px) {
/*发展历程2*/
.about-page .history{margin-top: 4%;}
.about-page .history .bb_boxs .btns{/* width: 110px; */margin-top: -22px;}
.about-page .history .bb_boxs .btns .btn{width: 44px;height: 44px;}
.about-page .history .bb_boxs .btns .prev{left: -55px;}
.about-page .history .bb_boxs .btns .next{right: -55px;}
.about-page .history .gallery-top .pic,
.about-page .history .gallery-top .text {
	width: 100%;
	float: none;
}
.about-page .history .gallery-top .pic{max-width: none;}
.about-page .history .gallery-top .text{position: static;margin-top: 4%;margin-bottom: 2%;}
.about-page .history .gallery-top .txt li{margin-bottom: 5px;}
}
@media screen and (max-width: 780px) {
  /*发展历程2*/
.about-page .history{margin-top: 5%;}
  .about-page .history .bb_boxs .btns .prev{left: -50px;}
.about-page .history .bb_boxs .btns .next{right: -50px;}
}
@media (max-width: 767px) {
    /*发展历程2*/
 .about-page .history .gallery-thumbs .swiper-slide .icon .circle::before{  left: -0.09rem;
  top: -0.09rem;  width: 0.34rem;
  height: 0.34rem;}
.about-page .history .gallery-thumbs .swiper-slide .icon .circle::after {  left: -0.19rem;
  top: -0.19rem;
  width: 0.54rem;
  height: 0.54rem;}


}
@media screen and (max-width: 640px) {
/*发展历程2*/
.about-page .history{margin-top:4%;}
.about-page .history .gallery-top .pic{width:100%; float:none;}
.about-page .history .gallery-top .text{ width:100%; position:static; display:block; height:auto;margin-top: 5%; }
.about-page .history .gallery-top .txt{ line-height:30px;margin-top: 3%;}
.about-page .history .gallery-top .txt li::after{top: 11px;width: 8px;height: 8px;}
.about-page .history .gallery-thumbs{padding-top: 20px;}
.about-page .history .gallery-thumbs::before{top: 21px;}
.about-page .history .gallery-thumbs .swiper-slide {font-size: 16px;padding-top: 30px;}
.about-page .history .bb_boxs{margin-bottom: 2%;}
.about-page .history .bb_boxs .btns{/* width: 100px;bottom: -32px; */margin-top: -15px;}
.about-page .history .bb_boxs .btns .btn{width: 30px;height: 30px;}
.about-page .history .bb_boxs .btns .prev{left: -36px;}
.about-page .history .bb_boxs .btns .next{right: -36px;}

}
@media screen and (max-width: 480px) {
/*发展历程2*/
.about-page .history{margin-top: 5%;}
.about-page .history .bb_boxs .btns{/* width: 70px;bottom: -22px; */margin-top: -14px;}
 .about-page .history .bb_boxs .btns .btn{width:28px;height: 28px;}
 .about-page .history .bb_boxs .btns .prev{left: -32px;}
.about-page .history .bb_boxs .btns .next{right: -32px;}
.about-page .history .gallery-top .text{margin-top: 6%;}
.about-page .history .gallery-top .txt{line-height:26px;}
.about-page .history .gallery-top .txt li::after{top: 10px;width: 6px;height: 6px;}
.about-page .history .gallery-thumbs .swiper-slide { font-size: 14px;}

}
@media screen and (max-width: 420px) {
/*发展历程2*/
.about-page .history{margin-top: 6%;}

 .about-page .history .bb_boxs .btns .prev{left: -28px;}
.about-page .history .bb_boxs .btns .next{right: -28px;}
}
@-webkit-keyframes circleScale {
  0% {
    opacity: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes circleScale {
  0% {
    opacity: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/*荣誉资质*/
.fancybox-button--zoom{display: none!important;}
.honor_a{text-align: center;display: flex;flex-wrap: wrap;gap: 12px;justify-content: center;margin-top: 3%;margin-bottom: 4%;}
.honor_a a{padding-left: 12px;padding-right: 12px;min-width: 176px;text-align: center;height: 50px;background: #FFFFFF;
box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.11);border-radius: 12px;line-height: 22px;display: flex;align-items: center;justify-content: center;color: #222222;}
.honor_a a:hover{background: var(--main-color);color: #ffffff;}
.honor_a a.on{background: var(--main-color);color: #ffffff;}
.honor_list_bg{overflow: hidden;background-repeat: no-repeat;background-position: center center; background-size: cover;}
.honor_list{overflow: hidden;margin-top: 4%;}
.honor_list ul{display: flex;flex-wrap: wrap;}
.honor_list ul li{width: 32%;margin-right: 2%;margin-bottom: 2%;overflow: hidden;}
.honor_list ul li:nth-child(3n){margin-right: 0;}
.honor_list ul li .imgs{ overflow:hidden; position:relative; padding-top:68.543%; }
.honor_list ul li .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.honor_list ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.honor_list ul li .h3{font-weight: normal;line-height: 36px;height: 36px;white-space:nowrap;text-overflow:ellipsis;color: #222222;margin-top: 17px;text-align: center;overflow: hidden;}
.honor_list ul li:hover .h3{color: var(--main-color);}
@media screen and (max-width: 1560px) {
/*荣誉资质*/
.honor_a a{min-width: 160px;height: 46px;}
.honor_list ul li .h3{margin-top: 12px;}
}
@media screen and (max-width: 1200px) {
/*荣誉资质*/
.honor_a a{min-width: 140px;height: 44px;}
}
@media screen and (max-width: 992px) {
/*荣誉资质*/
.honor_list{margin-top: 5%;}
.honor_list ul li{width: 49%;}
.honor_list ul li:nth-child(3n){margin-right: 2%;}
.honor_list ul li:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 640px) {
/*荣誉资质*/
.honor_a{margin-top: 4%;}
.honor_a a{min-width: 120px;}
.honor_list ul li .h3{line-height: 30px;height: 30px;margin-top: 6px;}
}
@media screen and (max-width: 480px) {
/*荣誉资质*/
.honor_a{gap: 8px;margin-top: 5%;margin-bottom: 6%;}
.honor_a a{min-width: 100px;line-height: 20px;height: 40px;}
.honor_list{margin-top: 6%;}
}
/*新闻列表*/
.news_ul{margin-top: 35px;}
/*.news_ul::-webkit-scrollbar {width: 8px;height: 10px;}
 .news_ul::-webkit-scrollbar-thumb { background-image:url(../images/product_bg1.png); background-position:center center; background-repeat:no-repeat; background-size:10px 6px;background-color: rgba(210, 17, 31, 1.0);}
.news_ul:hover::-webkit-scrollbar-thumb {background-color: rgba(210, 17, 31, 0.7);}
.news_ul::-webkit-scrollbar-thumb:hover { background-color: rgba(210, 17, 31, 1.0);-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); }
.news_ul::-webkit-scrollbar-track {  background-color:#e6e6e6;} */
.news_ul ul{display: flex;flex-wrap: wrap;}
.news_ul ul li{width: 32%;background: #f7f7f7;border-radius: 10px;transition:all 0.3s;overflow: hidden;position: relative;z-index: 0;margin-right: 2%;margin-bottom: 2%;}
.news_ul ul li:nth-child(3n){margin-right: 0;}
.news_ul ul li::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;box-shadow: 0px 0px 40px 0px rgba(105,105,105,0.75);background: var(--main-color);transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);
z-index: -1;}
.news_ul ul li:hover::before{opacity:1.0;filter:Alpha(opacity=100);}
.news_ul ul li .boxs{overflow: hidden;}
.news_ul ul li .boxs .imgs{ overflow:hidden; position:relative; padding-top:67.017%;padding-top: 313px; }
.news_ul ul li .boxs .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.news_ul ul li .boxs:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_ul ul li .boxs .txts{padding: 30px 35px;overflow: hidden;}
.news_ul ul li .boxs .label{border-radius: 0px 10px 0px 10px;background: var(--main-color);color: #ffffff;font-size: 15px;line-height: 36px;height: 36px;overflow: hidden;position: absolute;right: 0;top: 0;text-align: center;width: 114px;}
.news_ul ul li .boxs .h3{font-weight: bold;line-height: 30px;max-height: 60px;color: #222222;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news_ul ul li .boxs:hover .h3{color: #ffffff;}
.news_ul ul li .boxs .p{color: #666666;line-height: 26px;height: 78px; overflow: hidden;margin-top: 18px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.news_ul ul li .boxs:hover .p{color: #ffffff;}
.news_ul ul li .boxs .ends{margin-top:29px;margin-bottom: 10px;display: flex;color: var(--main-color);line-height: 26px;}
.news_ul ul li .boxs .ends .a{padding-right: 16px;background: url(../images/i_pic4.png) right center no-repeat;background-size: 8px 13px;}
.news_ul ul li .boxs:hover .ends .a{background-image: url(../images/right.png);}
.news_ul ul li .boxs .ends .a:hover{margin-left: 5px;transition:all 0.3s;}
.news_ul ul li .boxs:hover .ends{color:#ffffff;}
.news_ul ul li a{display: block;}
@media screen and (max-width: 1560px) {
  /*新闻列表*/
.news_ul ul li .boxs .txts{padding: 25px 25px;}
.news_ul ul li .boxs .imgs{padding-top: 292px;}
}

@media screen and (max-width: 1200px) {
    /*新闻列表*/


}

@media screen and (max-width: 992px) {
      /*新闻列表*/
.news_ul{/* overflow: hidden;overflow-x: auto; */margin-top: 3%;}
.news_ul ul{flex-wrap: wrap;}
.news_ul ul li{width: 49%;}
.news_ul ul li:nth-child(3n){margin-right: 2%;}
.news_ul ul li:nth-child(2n){margin-right: 0;}
.news_ul ul li .boxs .ends{margin-top: 30px;}
.news_ul ul li .boxs .imgs{padding-top: 67%;}


}

@media screen and (max-width:640px) {
      /*新闻列表*/
.news_ul ul li{border-radius: 12px;}
.news_ul ul li .boxs .label{width: 100px;height: 30px;line-height: 30px;font-size: 14px;}
.news_ul ul li .boxs .txts{padding: 20px;}
.news_ul ul li .boxs .h3{line-height: 26px;max-height: 52px;}
.news_ul ul li .boxs .p{margin-top: 10px;}
.news_ul ul li .boxs .ends{margin-top: 15px;margin-bottom: 0;}


}
@media screen and (max-width:480px) {
   /*新闻列表*/
.news_ul{margin-top: 4%;}
.news_ul ul li .boxs .label{width: 90px;height: 26px;line-height: 26px;font-size: 12px;}
/* .news_ul ul li{width:100%;margin-right: 0%;}
.news_ul ul li:nth-child(2){margin-top: 3%;} */

}
/*新闻资讯详细*/
.news_two{margin-bottom: 6%;}
.about_x2{ float:left; width:70.6%; padding-bottom:1%; padding-right:1%;padding-top:70px;/* border-right:1px solid #e7e7e7;*/max-width: 1032px;}
.about_x2.bgs2{float: none;width: 100%;padding-right: 0;max-width: none;}
.about_x2.bgs2 .show_t{text-align: center;}
.about_x2 .show_t{ line-height:1.3;color:#333333; text-align:left; margin-bottom:3%; margin-top:5px; font-weight:bold;}
.about_x2 .con_line{height:50px; line-height:40px;font-size:15px; color:#c8c8c8; border-bottom:1px solid #f0f0f0; text-align:left; padding-bottom:1%; }
.about_x2 img{ max-width:100%;}
.about_x2 .con_id{ line-height:32px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:4%;font-size:17px; color:#333333;text-align:left;/* font-family:"宋体";*/ padding-bottom:4%;}
.about_x2 .con_id .h2{   margin-bottom:2%;color: #222222;font-weight: bold;}
.about_x2 .con_id p{ padding-bottom:10px; overflow:hidden;}
.about_x2 table{border-collapse:collapse;border-spacing:0;}
.about_x2 table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}
.prenext{ padding-top:3%; text-align:center;  font-size:17px;border-top:1px solid #f0f0f0; overflow:hidden; line-height:26px; color:#555555; text-align:center; }
.prenext span{ width:40%; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.prenext span.l{ text-align:left;}
.prenext span.r{ text-align:right;}
.prenext a{ color:#555555; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:var(--main-color);  text-decoration:none;/*opacity:0.8;filter:Alpha(opacity=80);*/}
.prenext .goback{ display:inline-block; vertical-align:top; height:38px; line-height:38px; width:120px; border:1px solid #9e0534; border-radius:20px; color:#9e0534; margin-top:-6px;}
.prenext .goback:hover{ background:#1b8b29; color:#fff;}
.fenxiang{ float:right;}
.fenxiang div.social-share{ display:inline-block; vertical-align:top;}
.fenxiang .news_fx{ text-align:center;display:inline-block; vertical-align:top;  padding-left:3px; padding-right:3px;}
.fenxiang .news_fx ul li{ display:inline-block; width:30px; height:30px;  margin-left:2px; margin-right:2px; background-repeat:no-repeat; background-size:100% 100%; cursor:pointer;}
.fenxiang .news_fx ul li.bgs1{ background-image:url(../images/fx_pic1.png);}
.fenxiang .news_fx ul li.bgs2{ background-image:url(../images/fx_pic2.png);}
.fenxiang .news_fx ul li.bgs3{ background-image:url(../images/fx_pic3.png); position:relative;}
.fenxiang .news_fx ul li:hover{transition:all 0.3s/*;opacity:0.8;filter:Alpha(opacity=80);*/}
.fenxiang .news_fx ul li.bgs1:hover{ background-image:url(../images/fx_pic1_on.png);}
.fenxiang .news_fx ul li.bgs2:hover{ background-image:url(../images/fx_pic2_on.png);}
.fenxiang .news_fx ul li.bgs3:hover{ background-image:url(../images/fx_pic3_on.png);}
.fenxiang .news_fx ul li a{ display:block; width:30px; height:30px; padding:0; margin:0;}
.fenxiang .news_fx ul li a:hover{ background:none;}
.fenxiang .social-share .icon-qq:before{ content:"";}
.fenxiang .social-share .icon-qq{ border:0;}
.fenxiang .social-share .icon-qq:hover{ background-image:url(../images/fx_pic1_on.png);background-size:100% 100%;}
.fenxiang .social-share .icon-wechat:before{ content:"";}
.fenxiang .social-share .icon-wechat{ border:0;}
.fenxiang .social-share .icon-wechat:hover{ background-image:url(../images/fx_pic3_on.png);background-size:100% 100%;}
.fenxiang .social-share .icon-weibo:before{ content:"";}
.fenxiang .social-share .icon-weibo{ border:0;}
.fenxiang .social-share .icon-weibo:hover{ background:url(../images/fx_pic2_on.png) no-repeat;background-size:100% 100%;}


.news_r{ float:right; /*overflow:hidden;*/ background:#fff; width:27.4%; max-width:388px; margin-top:50px; margin-bottom:5%;position: sticky;top: 0;}
.news_r .news_t{ font-weight:normal;  overflow:hidden; position:relative;/*  padding-left:10px; */}
.news_r .news_t .h2{ font-weight:bold; color:#333333; font-size:22px; height:80px; line-height:80px;}
.news_r .news_ul3{ /* margin-left:10px; */overflow:hidden;}
.news_r .news_ul3 ul li{ display:block; border-bottom:1px solid #f0f0f0; padding-bottom:5%; margin-bottom:5%; overflow:hidden;}
.news_r .news_ul3 ul li label{ display:block; height:24px; line-height:24px;  color:#c8c8c8; font-size:14px;}
.news_r .news_ul3 ul li .h3{ font-weight:normal; overflow:hidden;height:30px; line-height:30px; color:#555555; font-size:18px;transition:all 0.3s; margin-top:1%; margin-bottom:1%;white-space:nowrap;text-overflow:ellipsis;}
.news_r .news_ul3 ul li:hover .h3{ color:var(--main-color);}
.news_r .news_ul3 ul li:last-child{ border-bottom:0;}
.news_title{text-align: center;overflow: hidden;margin-top: 5%;font-weight: bold;}

@media screen and (max-width: 1440px) {
/*新闻资讯详细*/
.prenext{font-size: 16px;}
.about_x2 .con_id{font-size: 16px;}
.news_r .news_t .h2{ font-size:20px;}
}
@media screen and (max-width: 1200px) {
/*新闻资讯详细*/
.about_x2{ width:61%;}
.prenext{font-size: 15px;}
.news_r{ width:37%;}
.news_r .news_ul3 ul li .h3{ font-size:17px;}
}
@media screen and (max-width: 992px) {
  /*新闻资讯详细*/
.news_two{margin-bottom: 0;}
.about_x2{ width:100%; float:none; border-right:0; padding-right:0;padding-top: 6%;}
.about_x2 .show_t{margin-bottom: 2%;}
.about_x2 .con_id{ line-height:30px; font-size:15px;}
.news_r{ width:100%; float:none; max-width:none;margin-top: 1%;}
.news_r .news_t .h2{height: 70px;line-height: 70px;}
.news_r .news_ul3 ul li{ padding-bottom:2%; margin-bottom:2%;}
.news_r .news_ul3 ul li .h3{ font-size:16px;}
.prenext{ font-size:14px; line-height:24px; text-align:right;}
.prenext span{ width:70%;}
.prenext .l{ float:none; display:block;}
.prenext .r{ float:none; display:block;}
.prenext span.r{ text-align:left;}
.prenext .goback{ text-align:center; margin-top:-44px; width:110px;}
.fenxiang .news_fx ul li{ width:26px; height:26px;}
}
@media screen and (max-width: 640px) {
  /*新闻资讯详细*/

.about_x2 .show_t{ font-size:20px; line-height:1.5; text-align:center;}
.about_x2 .con_line{ font-size:12px;height: 40px;  line-height:30px; text-align:center;}
.about_x2 .con_id{ font-size:14px; line-height:26px;}
.news_r .news_t .h2{font-size:18px; height:60px; line-height:60px;}
.news_r .news_ul3 ul li .h3{ font-size:15px;}
.news_r .news_ul3 ul li label{ font-size:13px;}

.prenext{ font-size:13px; text-align:center;}
.prenext span{ width:100%;}
.prenext .goback{ margin-top:15px; height:32px; line-height:32px; width:99%; margin-bottom:10px;}

.fenxiang{ float:none; margin-top:5px;}
}
@media screen and (max-width: 480px) {
  /*新闻资讯详细*/

.about_x2 .show_t{ font-size:18px; line-height:1.6;}
.about_x2 .con_id{ font-size:13px;line-height: 24px;}	
.news_r .news_t .h2{font-size:16px; height:50px; line-height:50px;}

.prenext{ font-size:12px; line-height:22px;}
}
@media screen and (max-width: 420px) {
    /*新闻资讯详细*/
 
}
/*解决方案*/
.solution_one{ overflow:hidden; margin-top:6%;position: relative;margin-bottom: 6%;display: flex;justify-content: space-between;}
.solution_one .imgs{ width:47%; overflow:hidden;max-width: 679px;}
.solution_one .imgs img{ width:100%; display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.solution_one .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.solution_one .imgs .swiper-pagination-bullet{background: none;border: 1px solid #dedede; opacity:1;width: 14px;height: 14px;}
.solution_one .imgs .swiper-pagination-bullet-active{background: var(--main-color);border-color: var(--main-color);}

.solution_one .solution_one_r{position: absolute;right: 0;top: 0; height: 100%; overflow: hidden;width: 50%; color: #222222;  line-height: 1.6; /* text-align:justify; */display: flex;align-items: center;}
.solution_one .solution_one_r .boxs{width: 100%;overflow: hidden;position: relative;max-height: 100%;}
.solution_one .solution_one_r img{display: block;height: 59px;}
.solution_one .solution_one_r .h3{font-weight: bold;margin-bottom: 3%;line-height: 1.3;margin-top: 4%;}
.solution_one .solution_one_r p{ overflow:hidden;margin-bottom: 2%;}
.solution_one .about_osolution_one_rne_r p:last-child{margin-bottom: 0;}
.solution_one .solution_one_r .i_jsq_scroll{padding-right: 10px;max-height: 100%;}
.solution_two_bg{overflow: hidden;background: url(../images/solution_bg1.jpg) center center no-repeat;background-size: cover;}
.solution_two_bg .o_about_t{text-align: left;}
.solution_two_bg .o_about_t::after{left: 0;margin-left: 0;}
.solution_two{position: relative;padding-top: 2.5%;margin-bottom: 7%;}
.solution_two .swiper-container{overflow: visible;}
.solution_two .pages{width: 110px;position: absolute;height: 60px;top: -54px;right: 0;}
.solution_two .swiper-button-next,.solution_two .swiper-button-prev{width: 50px;height: 50px;background-size:9px 16px;transition:all 0.3s;margin-top: 0;color: #ffffff;background-color: #c6c8ca;border-radius: 50%;}
.solution_two .swiper-button-next:after,.solution_two .swiper-button-prev:after{font-size: 14px;}
.solution_two .swiper-button-prev{background-image: url(../images/left.png);left: 0;top: 0;}
.solution_two .swiper-button-prev:hover{background-color: var(--main-color);}
.solution_two .swiper-button-next{background-image: url(../images/right.png);right: 0;top: 0;}
.solution_two .swiper-button-next:hover{background-color: var(--main-color);}
.solution_two .boxs{overflow: hidden;border-radius: 16px;background: #ffffff;}
.solution_two .imgs{ overflow: hidden;position: relative;padding-top: 60.5%;}
.solution_two .imgs img{ width:100%;position: absolute;left: 0;top: 0;width: 100%;height: 100%; display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.solution_two .boxs:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.solution_two .txts{overflow: hidden;width: 92%;margin: 0 auto;margin-top: 6%;margin-bottom: 7%;max-width: 400px;min-height: 302px;}
.solution_two .h3{overflow: hidden;font-weight: bold;line-height: 1.3;white-space:nowrap;text-overflow:ellipsis;}
.solution_two .span{color: #999999;line-height: 1.6;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;margin-top: 2%;}
.solution_two .p{color: #222222;line-height: 26px;height: 52px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;margin-top: 4%;}
.solution_two .h4{overflow: hidden;font-weight: bold;line-height: 1.3;white-space:nowrap;text-overflow:ellipsis;margin-top: 5%;}
.solution_two ul{margin-top: 2%;}
.solution_two ul li{color: #999999;overflow: hidden;position: relative;line-height: 28px;}
.solution_two .boxs:hover .h3{color: var(--main-color);}
@media screen and (max-width: 1770px) {
/*解决方案*/
.solution_two .txts{min-height: 294px;}
}
@media screen and (max-width: 1660px) {
/*解决方案*/
.solution_two .txts{min-height: 288px;}
}
@media screen and (max-width: 1560px) {
/*解决方案*/
.solution_two .txts{min-height: 264px;}
.solution_two .p{line-height: 22px;height: 44px;}
.solution_two .h4{margin-top: 3%;}
}
@media screen and (max-width: 1440px) {
/*解决方案*/
.solution_two .txts{min-height: 259px;}
}
@media screen and (max-width: 1200px) {
/*解决方案*/
.solution_one .solution_one_r img{height: 50px;}
}
@media screen and (max-width: 992px) {
/*解决方案*/
.solution_one{display: block;}
.solution_one .imgs{width: 100%;max-width: none;}
.solution_one .solution_one_r{position: static;width: 100%;margin-top: 5%;}
.solution_one .solution_one_r .h3{margin-top: 3%;margin-bottom: 2%;}
.solution_one .solution_one_r p{margin-bottom: 1.5%;}
.solution_two .pages{width: 90px;top: -40px;}
.solution_two .swiper-button-next,.solution_two .swiper-button-prev{width: 40px;height: 40px;}
.solution_two .txts{min-height: 264px;}
}
@media screen and (max-width: 640px) {
/*解决方案*/
.solution_one .imgs .swiper-pagination-bullet{width: 12px;height: 12px;}
.solution_one .solution_one_r{margin-top: 6%;}
.solution_one .solution_one_r img{height: 44px;}
.solution_one .solution_one_r .h3{margin-bottom: 3%;margin-top: 4%;}
.solution_two{padding-top: 4%;}
.solution_two ul li{line-height: 26px;}
.solution_two .txts{min-height: 268px;}
}
@media screen and (max-width: 480px) {
/*解决方案*/
.solution_one .solution_one_r{margin-top: 7%;}
.solution_one .solution_one_r p{margin-bottom: 2%;}
.solution_two{padding-top: 5%;}
.solution_two .boxs{border-radius: 12px;}
.solution_two ul li{line-height: 24px;}
.solution_two .h4{margin-top: 4%;}
.solution_two .txts{min-height: 252px;}
}
/*联系我们*/
.contact_one_bg{ background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;}
.contact_one_bg .o_about_t{text-align: left;}
.contact_one_bg .o_about_t::after{left: 0;margin-left: 0;}
.contact_one{overflow: hidden;position: relative;color: #222222;display: flex;align-items: center;justify-content: space-between;}
.contact_one dl{padding-top: 2%;width: 57.33%;line-height: 1.6;}
.contact_one dd{display: block;}
.contact_one dd label{overflow: hidden;display: block;line-height: 1.6;margin-top: 5%;color: #999999;margin-bottom: 5px;}
.contact_one dd a{color: #222222;}
.contact_one dd a:hover{color: var(--main-color);}
.contact_one dd .p{overflow: hidden;margin-top: 1%;font-weight: bold;margin-bottom:3%;}
.contact_one .img{width: 39.33%;order: 1;}
.contact_one .img img{width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.contact_one .img img:hover{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}
.contact_two{position: relative;padding-top: 2.5%;margin-bottom: 7%;}
.contact_two .swiper-container{overflow: visible;}
.contact_two .boxs{overflow: hidden;border-radius: 16px;background: #ffffff;border-radius: 12px;position: relative;z-index: 0;}
.contact_two .boxs::before{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;background: url(../images/contact_bg2.jpg) center center no-repeat;background-size: cover;transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.contact_two .boxs:hover:before{opacity:1.0;filter:Alpha(opacity=100);}
.contact_two .boxs .cons{width: 92%;margin: 0 auto;max-width: 406px;margin-top: 35px;margin-bottom: 28px;color: #222222;}
.contact_two .boxs .h3{font-weight: bold;line-height: 36px;padding-bottom: 19px;border-bottom: 1px solid #f1f1f1;transition:all 0.3s;color: #555555;}
.contact_two .boxs .p{line-height: 26px;min-height: 130px;overflow: hidden;margin-top: 24px;transition:all 0.3s;max-width: 400px;}
.contact_two .boxs:hover .h3{border-bottom-color: rgba(255,255,255,0.13);color: #ffffff;}
.contact_two .boxs:hover .p{color: #ffffff;}
.contact_three{overflow: hidden;margin-bottom: 1%;}
.contact_three .o_about_t{text-align: left;}
.contact_three .o_about_t::after{left: 0;margin-left: 0;}
.contact_three .contact_feedback{width: 100%;max-width: none;}
.contact_three .contact_feedback .p .inputs{background-color: #fbfbfb;}
.contact_three .rbtn{width: 176px;}
@media screen and (max-width: 1200px) {
/*联系我们*/
.contact_two{padding-top: 3%;}
.contact_three .rbtn{width: 136px;}

}
@media screen and (max-width: 992px) {
/*联系我们*/
.contact_one_bg .o_about_t{text-align: center;}
.contact_one_bg .o_about_t::after{left: 50%;margin-left: -28px;}
.contact_two{padding-top: 3.5%;}
.contact_three .o_about_t{text-align: center;}
.contact_three .o_about_t::after{left: 50%;margin-left: -28px;}
}

@media screen and (max-width: 640px) {
/*联系我们*/
.contact_one_bg .o_about_t::after{margin-left: -22px;}
.contact_one{display: block;margin-top: 4%;margin-bottom: 7%;}
.contact_one .img{width: 100%;display: block;}
.contact_one .img img{width: 70%;display: block;margin: 0 auto;}
.contact_one dl{width: 100%;padding-top: 0;}
.contact_two{padding-top: 4%;}
.contact_two .boxs .cons{margin-top: 25px;margin-bottom: 20px;}
.contact_two .boxs .cons{line-height: 24px;min-height: 96px;}
.contact_two .boxs .h3{padding-bottom: 10px;}
.contact_two .boxs .p{margin-top: 14px;}
.contact_three .rbtn{width: 122px;}
.contact_three .o_about_t::after{margin-left: -22px;}
}
@media screen and (max-width: 480px) {
/*联系我们*/
.contact_one .font24{font-size: 16px;}
.contact_two{padding-top: 5%;}
.contact_two .boxs .cons{margin-top: 20px;margin-bottom: 15px;}

}
@media screen and (max-width: 420px) {
/*联系我们*/
.contact_one .font24{font-size: 15px;}
}

/*应用案例*/
.search_form{ height:110px;margin-top:4%; position:relative; z-index:2;margin-bottom: 4%;}
.search_form dl{display: flex;}
.search_form dl dd{width: 26.6%;margin-right: 2%;}
.search_form dl dd:last-child{width: 14.2%;}
.search_form dl dd .tt{position: relative;padding-left: 20px;line-height: 28px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.search_form dl dd .tt::before{content: "";position: absolute;left: 0;height: 100%;width: 3px;background: var(--main-color);top: 0;}
.search_form dl dd:last-child{margin-right: 0;}
.search_form dl dd:last-child .tt::before{display: none;}
.search_form .searchtitle4{width:100%;height: 60px;position: relative;  background:url(../images/case_pic1.png) #fbfbfb right 23px top 26px no-repeat; background-size:11px 9px;  }
.search_form .searchtitle4 label{text-indent:25px;height:60px; line-height:60px; display:block; width:100%; text-decoration:none; cursor:pointer; overflow:hidden; color:#222222; text-align:left;border:1px solid #e5e5e5;border-radius: 8px; }
.search_form .searchtitle4 .ul{display: none;position: absolute;z-index: 10;width: 100%; top: 67px; background-color:#fbfbfb; border:1px solid #e0e0e0;  margin-right:0; border-radius:8px;padding-top: 15px;padding-bottom: 18px;}
.search_form .searchtitle4 .ul .i_jsq_scroll{padding-right: 10px;max-height:380px;margin-right: 10px;}
.search_form .searchtitle4 li{cursor: pointer; line-height:50px;text-indent:25px;color:#fff;overflow:hidden; height:50px;}
.search_form .searchtitle4 li:last-child{border-radius:0 0 6px 6px;}
.search_form .searchtitle4 li a{ color:#333;/*border-bottom:1px solid #eee; */text-align:left; display:block;text-decoration:none; text-indent:25px;}
.search_form .searchtitle4 li:hover{color:var(--main-color);}
.search_form .searchtitle4 li:hover a{ color:var(--main-color);}
.search_form .input_shurk{ margin-right:10px; float:left;width:calc(100% - 500px);width:-webkit-calc(100% - 500px);width:-moz-calc(100% - 500px); height:60px; line-height:60px; background:#fff;border:1px solid #e5e5e5;outline:medium; color:#555555; font-size:15px; text-indent:20px; font-family:"PingFang-Bold";}
.search_form .bnt{display: flex;width: 100%;border: 1px solid #e0e0e0;border-radius: 8px;background: #fbfbfb;overflow: hidden;}
.search_form .s_btns{  width:50%; height:60px;background:none; font-size:17px; color:#222222;  border:none;cursor:pointer; outline:none;border-radius: 8px;}
.search_form .s_btns:hover{transition:all 0.3s;background: var(--main-color);color: #ffffff;}
.search_form .s_btns:first-child{background: var(--main-color);color: #ffffff;}
.search_form .s_btns:first-child:hover{opacity:0.8;filter:Alpha(opacity=80);}
.case_list_bg{overflow: hidden;background: #f6f6f6;}
.case_list{overflow: hidden;margin-top: 4%;}
.case_list ul{display: flex;flex-wrap: wrap;}
.case_list ul li{width: 31.066%;margin-right: 3.33%;margin-bottom: 3.33%;overflow: hidden;}
.case_list ul li:nth-child(3n){margin-right: 0;}
.case_list ul li .imgs{ overflow:hidden; position:relative; padding-top:60.96%;border-radius: 10px;}
.case_list ul li .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.case_list ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.case_list ul li .txts2{overflow:hidden; position:absolute; top:0%; left:0; width: 100%; height:100%;display: flex; align-items:end; justify-content: left;transition:all 0.6s;}
.case_list ul li .txts2 .cons{width: 90%; margin:0 auto; text-align:center;margin-bottom:16px;}
.case_list ul li .h4{overflow:hidden; line-height:36px;   color:#fff; font-weight:normal;}
.case_list_empty{
	max-width: 520px;
	margin: 48px auto 64px;
	padding: 24px 16px;
	text-align: center;
	background: transparent;
}
.case_list_empty_title{
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
	color: #333333;
	font-weight: 500;
}
.case_list_empty_desc{
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.65;
	color: #888888;
}

.fliter_boxs {
	border-radius: 0 0 4px 4px;
	background: #ffffffcc;
	backdrop-filter: blur(40px);
	box-shadow: 4px 4px 8px 0 #00000066;display: none;
}
.fliter_boxs .wrap{padding-top: 36px;}
.flex_h{display: flex;flex-wrap: wrap;}
.btn_red_line{border-radius: 8px;border: 1px solid var(--main-color);color: var(--main-color);	font-size: 16px;
	font-weight: 400;min-width: 64px;	height: 48px;line-height: 48px;	text-align: center;cursor: pointer;}
  .btn_red,
.btn_default {
	background: var(--main-color);
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	min-width: 64px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	border-radius: 8px;
}

.btn_default {

	background: #cccccc;

	color: #333333;

}
.fliter_border {
	padding: 24px 0;
	border-bottom: 1px solid #999999;
}

/* .fliter_div {
	width: 73%;
	margin: auto;
	padding-top: 36px;
} */

.fliter_title {
	color: #000000;
	font-weight: 700;
	margin-bottom: 14px;
}

.fliter_h {
	margin-left: 40px;
	gap: 12px 24px;
	flex: 1;
}

.fliter_str1 {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0;
	min-width: 80px;
}
.flex_str2 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	padding: 8px 24px;
	text-align: center;
	min-width: 46px;
}

.flex_str3 {
	border-radius: 4px;
	background: #bbbbbb;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 8px 24px;
}
.filter_btnH{display: flex;justify-content: space-between;  padding: 24px 0;}
@media screen and (max-width: 1560px) {
/*应用案例*/
.search_form{height: 100px;}
.search_form .s_btns{font-size: 16px;}
.search_form .searchtitle4{height: 50px;background-position: right 20px top 21px;}
.search_form .searchtitle4 label{height: 50px;line-height: 50px;}
.search_form .searchtitle4 .ul{top: 57px;}
.search_form .s_btns{height: 50px;}
.case_list ul li{width: 32%;margin-right: 2%;margin-bottom:2%;}

}
@media screen and (max-width: 1200px) {
/*应用案例*/
.search_form .s_btns{font-size: 15px;}
.search_form .searchtitle4 label{text-indent: 18px;}
.search_form .searchtitle4 li{ text-indent:18px;}
.search_form .searchtitle4 li a{text-indent: 18px;}
.case_list ul li .txts2 .cons{margin-bottom: 10px;}
.case_list ul li .h4{line-height: 30px;}
}
@media screen and (max-width: 992px) {
/*应用案例*/
.search_form{height: auto;margin-bottom: 3%;}
.search_form dl{flex-wrap: wrap;}
.search_form dl dd{width: 49%;margin-bottom: 2%;}
.search_form dl dd:nth-child(2n){margin-right: 0;}
.search_form dl dd:last-child{width: 49%;}
.search_form dl dd .tt{margin-bottom: 10px;}
.case_list{margin-top: 5%;}
.case_list ul li{width: 49%;}
.case_list ul li:nth-child(3n){margin-right: 2%;}
.case_list ul li:nth-child(2n){margin-right: 0;}

.fliter_boxs .wrap{padding-top: 18px;}
/* .fliter_div {
		width: calc(100% - 32px);
		padding: 0 16px;padding-top: 18px;
	} */
.fliter_title{margin-bottom: 5px;}
	.fliter_border {
		padding: 16px 0;
	}

	.fliter_str1 {
		color: #333333;
		font-size: 14px;
		font-weight: 500;
		min-width: 42px;
		padding: 8px;
	}

	.flex_str2 {
		color: #00000066;
		font-size: 14px;
		font-weight: 400;
		min-width: 52px;
		padding: 8px;
	}

	.flex_str3 {
		color: #000000;
		font-size: 14px;
		font-weight: 400;
		padding: 8px;
	}

	.fliter_h {
		gap: 8px;
		margin-left: 8px;
	}

	.filter_btnH {
		margin-top: 0;
	}
  .btn_red_line,
	.btn_red,
	.btn_default {
		font-size: 14px;
		font-weight: 400;
		min-width: 52px;
		height: 32px;
		line-height: 32px;
		border-radius: 4px;
	}
}
@media screen and (max-width: 640px) {
/*应用案例*/
.search_form dl dd .tt{line-height: 24px;}
.search_form .searchtitle4{ background-position:right 12px top 15px; height:38px;}
.search_form .searchtitle4 label{ text-indent:12px; height:38px; line-height:38px;  font-size:14px;}
.search_form .searchtitle4 li{ text-indent:12px; height:30px; line-height:30px;}
.search_form .s_btns{  height:38px; line-height:38px; font-size:14px;}
.search_form .input_shurk{ text-indent:12px; font-size:14px; height:38px; line-height:38px;width: calc(100% - 130px);width: -webkit-calc(100% - 130px); width: -moz-calc(100% - 130px);}
.case_list_empty{margin: 36px auto 48px; padding: 20px 12px;}
.case_list_empty_title{font-size: 16px;}
.case_list_empty_desc{font-size: 13px;}
.case_list ul li .h4{line-height: 26px;}
}
@media screen and (max-width: 480px) {
/*应用案例*/
.search_form{margin-top: 5%;}
.search_form .searchtitle4 label{ font-size:13px;}
.search_form .s_btns{ font-size:13px;}
.search_form .input_shurk{ font-size:13px;}
.search_form dl dd{margin-bottom: 3%;}
.search_form dl dd .tt{font-size: 16px;}
.case_list{margin-top: 6%;}
.case_list ul li .h4{line-height: 24px;}
}
@media screen and (max-width: 420px) {
/*应用案例*/
.case_list ul li .h4{line-height: 22px;}
}
/*常见问题*/
.technology_ul{ margin-top:3.5%;overflow:hidden;border-top:1px solid #ececec;}
.technology_ul ul li{ display:block; overflow:hidden; border-bottom:1px solid #ececec; background:url(../images/faq_pic1.png) right 28px top 25px no-repeat;transition:all 0.3s; cursor:pointer;-webkit-tap-highlight-color:transparent; background-size:69px 69px;}
.technology_ul ul li:hover{  background-image:url(../images/faq_pic1_on2.png);}
.technology_ul ul li.on{   background-image:url(../images/faq_pic1_on.png);}
.technology_ul ul li .h3{ font-weight:bold; overflow:hidden; padding-top:15px; padding-bottom:15px; line-height:88px; padding-right:110px; /*white-space:nowrap;text-overflow:ellipsis;*/  color:#222222; position:relative;}
.technology_ul ul li.on .h3{color: var(--main-color);}
.technology_ul ul li .down{overflow:hidden; line-height:30px; font-size:16px;  padding-bottom:35px; display: none;  color:#555555;  position:relative; max-width: 1400px;}
.technology_ul ul li .down p{overflow: hidden;}
.technology_ul ul li .down p:last-child{margin-bottom: 0;}
.technology_ul ul li .down .i_more{margin-top: 2%;}
@media screen and (max-width: 1560px) {
/*常见问题*/
}
@media screen and (max-width: 1200px) {
/*常见问题*/
.technology_ul ul li{ background-position:right 20px top 14px; background-size:50px 50px;}
  .technology_ul ul li .h3{   padding-right:70px;line-height: 50px;}
  .technology_ul ul li .down{ font-size:15px; line-height:26px;}
}

@media screen and (max-width: 640px) {
/*常见问题*/
.technology_ul ul li{ background-position:right 6px top 20px; background-size:30px 30px;}
.technology_ul ul li .h3{  padding-top:15px; padding-bottom:15px;line-height: 40px;padding-right: 60px;}
.technology_ul ul li .down{  padding-bottom:20px; font-size:14px;}
}
@media screen and (max-width: 480px) {
/*常见问题*/
.technology_ul{ margin-top:4%;}
.technology_ul ul li{ background-position: right 10px top 12px;}
.technology_ul ul li .h3{ padding-top:10px; padding-bottom:10px;line-height: 36px;padding-right: 50px;}
.technology_ul ul li .down{ font-size:13px; line-height:22px;}
}
@media screen and (max-width: 420px) {
/*常见问题*/
.technology_ul{ margin-top:5%;}
.technology_ul ul li{ background-position: right 6px top 9px;}
  .technology_ul ul li .h3{line-height: 28px;padding-right: 42px;}
}
/*证书查询*/
.service_one_bg{background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;min-height: 780px;}
.service_one_bg .o_about_t{margin-top: 14%;}
.service_one_bg .service_search{overflow: hidden;position: relative;padding-right: 216px;border-radius: 40px;max-width: 1108px;margin: 0 auto;margin-top: 4%;margin-bottom: 5%;padding: 4px;background: #ffffff;width: 80%;}
.service_one_bg .service_search .input{overflow: hidden;border: 0;background: none;border-radius: 40px;height: 71px;text-indent: 42px;outline: none;color: #222222;width: 100%;}
.service_one_bg .service_search .input::-webkit-input-placeholder {
  color: #222222;
}
.service_one_bg .service_search .input:-moz-placeholder {
  color: #222222;
}
.service_one_bg .service_search .input::-moz-placeholder {
  color: #222222;
}
.service_one_bg .service_search .input:-ms-input-placeholder {
  color: #222222;
}
.service_one_bg .service_search .bnts{width: 210px;position: absolute;right:5px;top: 4px;height: 71px;background:var(--main-color);border: 0;outline: none;border-radius:40px;cursor: pointer;transition:all 0.3s;color: #ffffff;}
.service_one_bg .service_search .bnts:hover{opacity:0.8;filter:Alpha(opacity=80);}
@media screen and (max-width: 1560px) {
    /*证书查询*/
  .service_one_bg{min-height: 680px;}
.service_one_bg .service_search .input{height: 61px;text-indent: 32px;}
.service_one_bg .service_search .bnts{height: 61px;width: 200px;}
}
@media screen and (max-width: 1200px) {
 /*证书查询*/
.service_one_bg{min-height: 580px;}
.service_one_bg .service_search .bnts{width: 180px;}
}
@media screen and (max-width: 992px) {
  /*证书查询*/
.service_one_bg{min-height: 500px;}
.service_one_bg .service_search .input{height: 51px;text-indent: 22px;}
.service_one_bg .service_search .bnts{height: 51px;width: 160px;}
}
@media screen and (max-width: 640px) {
/*证书查询*/
.service_one_bg{min-height: 400px;}
.service_one_bg .service_search{margin-top: 5%;}
.service_one_bg .service_search .input{height: 41px;text-indent: 16px;}
.service_one_bg .service_search .bnts{height: 41px;font-size: 13px;width: 140px;}
}
@media screen and (max-width: 480px) {
/*证书查询*/
.service_one_bg{min-height: 300px;}
.service_one_bg .service_search{margin-top: 6%;}
.service_one_bg .service_search{width: 90%;}
.service_one_bg .service_search .bnts{width: 110px;}
}
@media screen and (max-width: 420px) {
/*证书查询*/
.service_one_bg{min-height: 250px;}
.service_one_bg .service_search{width: 96%;}
.service_one_bg .service_search .bnts{width: 90px;}
.service_one_bg .service_search .input{text-indent: 12px;}
}

/*滚动分类*/
.sec_a{ text-align:center; overflow:hidden; margin-top:4%;position: relative;}
.sec_a::after{background: #e2e2e2;content: "";position: absolute; bottom: 0;left:0%; width: 100%;height: 1px;}
.sec_a .boxs{overflow: hidden;width: 99%;margin: 0 auto;height: 96px;}
.sec_a .boxs ul{text-align: center;width: 100%;padding-bottom: 8px;}
.sec_a .boxs ul li{width: 19%; display: inline-block;vertical-align: top;overflow: hidden;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;position: relative;}
.sec_a .boxs ul li a{display: inline-block;vertical-align: top;height: 96px; line-height: 96px; color: #999999;position: relative;}
.sec_a .boxs ul li a:after{ content:""; position:absolute; bottom:0; left:50%; right:50%; width:0; height:3px; background:var(--main-color);transition:all 0.3s;}
.sec_a .boxs ul li.isel a{color: #222222;}
.sec_a .boxs ul li.isel a::after{width: 100%;left: 0;right: 0;}
.sec_a .boxs ul::-webkit-scrollbar-button{
  background-color:rgba(0,0,0,0);
}
.sec_a .boxs ul::-webkit-scrollbar-track{
  background-color:rgba(0,0,0,0);
}
.sec_a .boxs ul::-webkit-scrollbar-track-piece{
  background-color:rgba(0,0,0,0);
}
.sec_a .boxs ul::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,0);
}
.sec_a .boxs ul::-webkit-scrollbar-corner{
  background-color:rgba(0,0,0,0);
}
.sec_a .boxs ul::-webkit-scrollbar-resizer{
  background-color:rgba(0,0,0,0);
}
.sec_a .boxs ul::-webkit-scrollbar{
  width:0px;
  height:0px;
}

.sec_a.w2 .boxs ul li{width: 32%;}
.sec_a.w3 .boxs ul li{width: 15.6%;}
.sec_a.w4 .boxs ul{text-align: left;}
.sec_a.w4 .boxs ul li{width: auto;margin-right: 2%;}

.sec_a#i_two_a1{overflow: visible;z-index: 1; }
.sec_a#i_two_a1 .boxs{overflow: visible;}
.sec_a#i_two_a1 .boxs ul li{z-index: 0;overflow: visible;}
.sec_a .boxs ul li .h4{font-weight: normal;overflow: hidden;height: 60px;}
.sec_a .boxs ul li .p{width: 180px;position: absolute;top: 60px;transform: translate(-50%, 0%);  left: 50%;background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,0.05);height: 0;overflow: hidden;transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.sec_a .boxs ul li .p a{display: block;height: 40px;line-height: 40px; color: #9a9fb5;font-size:14px;border-bottom: 1px solid #eee;}
.sec_a .boxs ul li .p a:hover{color: var(--main-color);}
.sec_a .boxs ul li .p a::after{display: none;}
.sec_a .boxs ul li:hover .p{height: auto;opacity:1.0;filter:Alpha(opacity=100);}
/*搜索*/
.search_box{display: flex;display: -webkit-flex;gap:20px;margin-top: 3.8%;}
.search_box .search_box_l{overflow: hidden;}
.search_box .search_box_l .sec_a{margin-top: 0;}
.news_con{ overflow:hidden;margin-top: 3%;margin-bottom: 2%;}
.news_con ul li{ /*overflow:hidden;*/padding-top:4%;border-bottom:1px dashed #ebebeb; display:block; padding-bottom:4%;transition:all 0.3s; position:relative; }
.news_con ul li .imgs{width:240px;float:left;display:inline;overflow:hidden;margin-right:20px;}
.news_con ul li .imgs img{display: block; width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s; transition:all 0.5s ease-out 0s;}
.news_con ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_con ul li .txts{ overflow:hidden;max-width: 1076px; }
.news_con ul li .txts .h3{ line-height:36px; height:36px; overflow:hidden; color:#222222; font-weight:bold;transition: all 0.3s;white-space:nowrap;text-overflow:ellipsis; }
.news_con.bgs2 ul li .txts .h3{ margin-top:0;}
.news_con ul li .txts .p{  overflow:hidden; font-size:15px; color:#666666; line-height:28px;white-space:nowrap;text-overflow:ellipsis; margin-top:9px;}
.news_con ul li:hover .txts h3{color:var(--main-color);}
.news_con ul li .txts .date{font-size: 14px; height:18px; overflow:hidden;color:#9A9FB5; line-height:18px;margin-top: 5px;}
.news_con.bgs2 ul li .txts .p{color: #727272;}
.news_con ul li .mores{color: var(--main-color);padding-right: 15px;float: left;margin-top: 3.5%;background: url(../images/i_pic4.png) no-repeat;background-size: 8px auto;background-position: right center;transition:all 0.3s;}
.news_con ul li .mores:hover{margin-left: 5px;}
@media screen and (max-width: 1560px) {
/*滚动分类*/
.sec_a .boxs{height: 86px;}
.sec_a .boxs ul li a{height: 86px;line-height: 86px;}
}
@media screen and (max-width: 1200px) {
/*滚动分类*/
.sec_a .boxs{height: 76px;}
.sec_a .boxs ul{overflow-x: scroll; overflow-y: hidden;white-space: nowrap;}
.sec_a .boxs ul li{width: auto;min-width: 19%;}
.sec_a .boxs ul li a{height:76px;line-height: 76px;}
.sec_a.w2 .boxs ul li{width: auto;min-width: 32%;}
.sec_a.w3 .boxs ul li{width: auto;min-width: 15.6%;}
.sec_a.w4 .boxs ul li{width: auto;min-width: 15.6%;}
}
@media screen and (max-width: 992px) {
/*搜索*/
.search_box{display: block;display: -webkit-block;gap: 0;margin-bottom: 6%;}
.news_con ul li .imgs{ margin-right:2%;}
.news_con ul li .txts .p{font-size: 15px;}
.news_con ul li .txts .date{font-size: 13px;}
}
@media screen and (max-width: 640px) {
  /*滚动分类*/
/*搜索*/


}

@media screen and (max-width: 480px) {
/*滚动分类*/
.sec_a{font-size: 16px;}
.sec_a .boxs{height: 50px;}
.sec_a .boxs ul li a{height: 50px;line-height: 50px;}
.sec_a .boxs ul li .h4{height: 50px;}
.sec_a .boxs ul li .p{top:50px;}
  /*搜索*/
  .news_con ul li{padding-top: 15px;padding-bottom: 15px;}
.news_con ul li .imgs{width: 200px;}
.news_con ul li .txts .h3{font-size: 16px;height: 30px;line-height: 30px;}
.news_con ul li .txts .p{line-height: 22px;font-size: 14px;margin-top: 4px;}
.news_con ul li .txts .date{font-size: 12px;margin-top: 0;}
.news_con ul li .mores{background-size: 6px auto;}
}

@media screen and (max-width: 420px) {
  /*滚动分类*/
.sec_a{font-size: 15px;}
  /*搜索*/
  .news_con ul li{padding-top: 12px;padding-bottom: 12px;}
.news_con ul li .imgs{width: 160px;}
.news_con ul li .txts .h3{font-size: 15px;line-height: 26px;height: 26px;}
.news_con ul li .txts .p{line-height: 20px;font-size: 13px;}

}
@media screen and (max-width: 360px) {
/*滚动分类*/
.sec_a{font-size: 14px;}
.sec_a .boxs ul li{padding: 0px 6px;}
}
/*视频中心*/
.video_one{position: relative;margin-top: 5%;margin-bottom: 6%;}
.video_one .swiper-container{overflow: hidden;}
.video_one .pages{width: 110px;position: absolute;height: 50px;bottom: 12%;left:53.66%;}
.video_one .swiper-button-next,.video_one .swiper-button-prev{width: 50px;height: 50px;background-size:9px 16px;transition:all 0.3s;margin-top: 0;color: #ffffff;background-color: #c6c8ca;border-radius: 50%;}
.video_one .swiper-button-next:after,.video_one .swiper-button-prev:after{font-size: 14px;}
.video_one .swiper-button-prev{background-image: url(../images/left.png);left: 0;top: 0;}
.video_one .swiper-button-prev:hover{background-color: var(--main-color);}
.video_one .swiper-button-next{background-image: url(../images/right.png);right: 0;top: 0;}
.video_one .swiper-button-next:hover{background-color: var(--main-color);}
.video_one .boxs{overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.video_one .imgs{ overflow: hidden;position: relative;/* padding-top: 30.5%; */width: 50%;border-radius: 10px;cursor: pointer;aspect-ratio: 16 / 9;
@supports not (aspect-ratio: 16/9) {
    .video_one .imgs {
      padding-top: 30.5%;
      height: 0;
    }
  }
}
.video_one .imgs .img img{ width:100%;position: absolute;left: 0;top: 0;width: 100%;height: 100%; display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;object-fit: cover;}
.video_one .boxs .imgs:hover .img img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.video_one .imgs .img iframe{position: absolute; top: 0; left: 0;width: 100%; height: 100%; border: 0; display: none; z-index: 3;}
.video_one .boxs .imgs .play{width: 51px;height: 51px;position: absolute;left: 50%;top: 50%;margin-left: -25.5px;margin-top: -25.5px;z-index: 1;pointer-events: none;}
.video_one .boxs .imgs .play img{width: 100%;height: 100%;display: block;}
.video_one .boxs .imgs .play::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(204,14,25,.4);
}

.video_one .boxs .imgs .play::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(204,14,25,.4);
}
.video_one .boxs .imgs:hover .play:before {
    animation: boderM 3s .75s infinite;
}
.video_one .boxs .imgs:hover .play::after {
    animation: boderM 3s infinite;
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}
.video_one .txts{overflow: hidden;width: 46.34%;}
.video_one .h3{overflow: hidden;font-weight: bold;line-height: 1.5;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;color: #222222;}
.video_one .p{color: #666666;line-height: 28px;height: 56px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;margin-top: 3%;margin-bottom: 15%;}
.video_two_bg{overflow: hidden;background: #efefef;}
.video_two{overflow: hidden;margin-top:5%;}
.video_two ul{display: flex;flex-wrap: wrap;}
.video_two ul li{width: 32%;margin-right: 2%;margin-bottom: 2%;overflow: hidden;}
.video_two ul li:nth-child(3n){margin-right: 0;}
.video_two ul li .imgs{ overflow:hidden; position:relative;/*  padding-top:60.96%; */border-radius: 10px;
aspect-ratio: 16 / 9;
@supports not (aspect-ratio: 16/9) {
    .video_two ul li .imgs {
      padding-top: 60.96%;
      height: 0;
    }
  }
}
.video_two ul li .imgs .img img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.video_two ul li:hover .imgs .img img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.video_two ul li .imgs .img iframe{position: absolute; top: 0; left: 0;width: 100%; height: 100%; border: 0;display: none; z-index: 3}
.video_two ul li .imgs .bgs{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .39);display: flex;align-items: center;justify-content: center;transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
/* .video_two ul li:hover .imgs .bgs{opacity:1.0;filter:Alpha(opacity=100);} */
.video_two ul li .imgs .play{width: 51px;height: 51px;z-index: 1;pointer-events: none;}
.video_two ul li .imgs .play img{width: 100%;height: 100%;display: block;}
.video_two ul li .imgs .play::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(204,14,25,.4);
}

.video_two ul li .imgs .play::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(204,14,25,.4);
}
.video_two ul li .imgs:hover .play:before {
    animation: boderM 3s .75s infinite;
}
.video_two ul li .imgs:hover .play::after {
    animation: boderM 3s infinite;
}
.video_two ul li .h3{font-weight: bold;line-height: 30px;height: 60px;color: #222222;margin-top: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.video_two ul li:hover .h3{color: var(--main-color);}
@media screen and (max-width: 1560px) {
/*视频中心*/
.video_two ul li .h3{margin-top: 15px;}
}
@media screen and (max-width: 992px) {
/*视频中心*/
.video_one .pages{width: 90px;bottom: 8%;height: 40px;}
.video_one .swiper-button-next,.video_one .swiper-button-prev{width: 40px;height: 40px;}
.video_two ul li .h3{margin-top: 10px;}
}
@media screen and (max-width: 780px) {
/*视频中心*/
.video_one .p{line-height: 24px;height: 48px;margin-bottom: 18%;}
.video_two ul li{width: 49%;}
.video_two ul li:nth-child(3n){margin-right: 2%;}
.video_two ul li:nth-child(2n){margin-right: 0;}
.video_two ul li .h3{line-height: 26px;height: 52px;}
}
@media screen and (max-width: 640px) {
/*视频中心*/
.video_one .boxs{display: block;}
.video_one .imgs{width: 100%;/* padding-top: 61%; */
@supports not (aspect-ratio: 16/9) {
    .video_one .imgs {
      padding-top: 61%;
      height: 0;
    }
  }
}
.video_one .txts{width: 100%;margin-top: 5%;}
.video_one .p{margin-bottom: 14%;}
.video_one .pages{left: 0;bottom: 0;}
.video_two ul li{margin-bottom: 3%;}
.video_two ul li .h3{line-height: 24px;height: 48px;}
}
@media screen and (max-width: 480px) {
/*视频中心*/
.video_one{margin-top: 6%;}
.video_one .p{margin-bottom: 16%;}
.video_one .boxs .imgs .play{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.video_one .boxs .imgs .play::before{width: 40px;height: 40px;}
.video_one .boxs .imgs .play::after{width: 40px;height: 40px;}
.video_two{margin-top: 6%;}
.video_two ul li .imgs .play{width: 40px;height: 40px;}
.video_two ul li .imgs .play::before{width: 40px;height: 40px;}
.video_two ul li .imgs .play::after{width: 40px;height: 40px;}
.video_two ul li .h3{margin-top: 6px;}
}
@media screen and (max-width: 420px) {
/*视频中心*/
.video_one .p{margin-bottom: 18%;}
}
/*询盘*/
.product-form-page{background: #f6f6f6;overflow: hidden;}
.product-form-page .postions{background: none;margin-top: 1%;margin-bottom: 0.6%;border: 0;}
.product-form-page .postions:after{display: none;}
.product-form-page .page-main{overflow: hidden;padding: 50px;border-radius: 16px;background: #ffffff;margin-bottom: 6%;}
.product-form-page .page-main .o_about_t{text-align: left;margin-top: 0;}
.product-form-page .page-main .o_about_t::after{left: 0;margin-left: 0;}
.product-form-page .page-main .page-con{margin-bottom: 8%;}
.user_table{overflow: auto;margin-top: 3%;}
.user_table table{min-width: 780px;}
.user_table table th{ height:66px; text-align:center; color:#444444; font-size:18px;padding-left:5px; padding-right:5px;background: #f6f6f6;font-weight: normal;}
.user_table table th:first-child{border-radius: 6px 0 0 6px;width: 92px;}
.user_table table th:last-child{border-radius: 0 6px 6px 0;}
.user_table table th:nth-child(4),.user_table table th:nth-child(5){width: 18%;}
.user_table table th:nth-child(2){width: 25%;}
.user_table table td{border-bottom:1px solid #f0f0f0; padding-left:5px; padding-right:5px; color:#222222; line-height:22px; padding-top:13px;  padding-bottom:13px; text-align:center; vertical-align:middle;background: #fff;font-size: 16px;height: 112px;}
.user_table table td:nth-child(2),.user_table table td:nth-child(3){text-align: left;}
.user_table table td:nth-child(3) a{float: left;}
.user_table table td a{color:#333333; text-decoration:none;display: flex;align-items: center;justify-self: center;}
.user_table table td a:hover{ color:var(--main-color);}
.user_table table td .img{max-width: 66px;margin-right: 16px;}
.user_table table td .img:hover{transition: all 0.3s; opacity: 0.8; filter: Alpha(opacity=80);}
.user_table table td .pro_name{  padding-top:4px; padding-bottom:4px;text-align: left;padding-right: 5px; }

.user_table table td .pro_bnt3{height:27px; line-height:27px; border:0; background:#595959; color:#fff; text-transform:uppercase; text-decoration:none; display:inline-block; padding-left:6px; padding-right:6px; margin-bottom:5px;}
.user_table table td .pro_bnt3:hover{ color:#fff;transition: all 0.3s; opacity: 0.8; filter: Alpha(opacity=80);}
.user_table table td a.pro_del{width: 18px;height: 20px;background: url(../images/cart_pic2.png) no-repeat;background-size: 100% 100%;}
.user_table table td a.pro_del:hover{ background-image: url(../images/cart_pic2_on.png);}
.cart_box{ border:1px solid var(--main-color); width:22px; height:22px;background:#fff;display: inline-block;vertical-align: middle;border-radius: 50%;cursor: pointer;}
.cart_box[type="checkbox"]:checked{background:url(../images/cart_pic1.png) no-repeat;background-size: 100% 100%;border: 0;}
.add_chose2{height:46px; margin:0 auto; width:134px;border: 1px solid #d9d9d9;}
.add_chose2 a{float:left;margin:0;display:block;width:43px;height:46px;overflow:hidden;}
.add_chose2 a.reduce{ background:url(../images/product_pic10.png) center top no-repeat;}
.add_chose2 a.reduce.bgs{background:url(../images/product_pic10.png) center top no-repeat;background-size: 100% 100%;}
.add_chose2 a.reduce:hover{background-image: url(../images/product_pic10_on.png);}
.add_chose2 a.add{ background:url(../images/product_pic11.png) center top no-repeat;background-size: 100% 100%;}
.add_chose2 a.add:hover{background-image: url(../images/product_pic11_on.png);}
.add_chose2 a:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.add_chose2 .text{float:left;margin:0px ;display:inline;width:46px;height:46px; color:#444;text-align: center;font-size: 16px; padding: 0px;overflow: hidden; outline:medium; border:0; background:none;box-sizing: border-box; }
.user_cart{ margin-top:40px; overflow:hidden; line-height:50px;background: #fff;font-size: 16px;color: #333333;padding-bottom: 40px;border-bottom: 1px solid #f0f0f0;}
.user_cart .label{float: left;margin-left: 35px;cursor: pointer;position: relative;}
.user_cart .label::after{content: "";position: absolute;right: -22px;top: 50%;margin-top: -7px;width: 1px;height: 14px;background: #dddddd;}
.user_cart .label:hover{color: var(--main-color);}
.user_cart .a{float: left;margin-left: 46px;color: #888888;}
.user_cart .a em{font-style: normal;}
.user_cart a.a:hover{color: var(--main-color);}
.user_cart .user_cart_r{float:right;}
.user_cart .user_cart_r .a{margin-left: 0;}
.user_cart .cart_box{margin-right: 40px;}

.cart_two{overflow: hidden;margin-bottom: 1%;}
.cart_two .contact_feedback{width: 100%;max-width: none;margin-bottom: 0;}
.cart_two .rbtn{width: 176px;}
@media screen and (max-width: 1560px) {
/*询盘*/
.product-form-page .page-main{padding: 40px;padding-top: 50px;}

}
@media screen and (max-width: 1200px) {
/*询盘*/
.product-form-page .page-main{padding: 30px;padding-top: 40px;}
.cart_two .rbtn{width: 136px;}
/* .user_cart .cart_box{margin-right: 55px;} */
.user_table table th{font-size: 16px;}
.user_table table td{font-size: 14px;}
}

@media screen and (max-width: 992px) {
/*询盘*/
.product-form-page .page-main .o_about_t{text-align: center;}
.product-form-page .page-main .o_about_t::after{left: 50%;margin-left: -28px;}
.add_chose2{width: 110px;height: 36px;}
.add_chose2 a{width: 36px;height: 36px;}
.add_chose2 .text{width: 36px;}
.add_chose2 .text{height: 36px;}
.user_table{margin-top: 4%;}
.user_table table th{height: 56px;}
.user_table table th:nth-child(4),.user_table table th:nth-child(5){width: 15%;}
.user_table table th:first-child{width: 70px;}
.user_table table td{height: 92px;}
.user_table table td .img{max-width: 56px;}
.user_cart .label{margin-left: 25px;}
.user_cart .cart_box{margin-right: 32px;}
.user_cart .label::after{right: -16px;}
.user_cart .a{margin-left: 36px;}
.user_cart{margin-top: 30px;padding-bottom: 30px;}
.cart_box{width: 18px;height: 18px;}
}
@media screen and (max-width: 640px) {
/*询盘*/
.product-form-page .page-main .o_about_t::after{margin-left: -22px;}
.product-form-page .page-main{border-radius: 12px;padding-left: 20px;padding-right: 20px;}
.cart_two .rbtn{width: 122px;}
.user_table{margin-top: 5%;}
.user_table table th:first-child{width: 60px;}
.user_cart .cart_box{margin-right: 22px;}
.user_cart .label::after{right: -11px;}
.user_cart .a{margin-left: 26px;}

}
@media screen and (max-width: 480px) {
/*询盘*/
.product-form-page .page-main{padding-left: 12px;padding-right: 12px;padding-top: 30px;}
.user_table table th{height: 46px;font-size: 14px;}
.user_table table td{font-size: 13px;height: 82px;}

}
/*产品中心*/
.i_product2{overflow: hidden;margin-top: 4%;margin-bottom: 4%;}
.i_product2 .h3{padding-left: 20px;position: relative;line-height: 36px;color: #222222;font-weight: bold;}
.i_product2 .h3::after{content: "";position: absolute;left: 0;width: 3px;height: 28px;top: 4px;background: var(--main-color);}
.i_product2 .ul{overflow: hidden;margin-top: 1.5%;}
.i_product2 .ul ul{display: flex;flex-wrap: wrap;}
.i_product2 .ul ul li{width: 11.625%;margin-right: 1%;margin-bottom: 1%;text-align: center;}
.i_product2 .ul ul li:nth-child(8n){margin-right: 0;}
.i_product2 .ul ul li .css-label_r2{display: flex;align-items: center;justify-content: center; width: 100%; height: 50px;line-height: 22px;background: #FFFFFF;box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.11);border-radius: 12px;color: #222222;padding-left: 5px;padding-right: 5px;cursor: pointer;}
.i_product2 .ul ul li:hover .css-label_r2{background: var(--main-color);color: #ffffff;}
.i_product2 .ul ul li.on .css-label_r2{background: var(--main-color);color: #ffffff;}
.product_list_bg{background: #f6f6f6;overflow: hidden;}
.product_list{margin-top: 5%;}
.product_list ul{display: flex;flex-wrap: wrap;}
.product_list li{float: left;width: 23.5%;margin-right: 2%; margin-bottom: 2%;text-align: center;overflow: hidden;background: #fff;position: relative;transition:all 0.3s;border-radius: 10px;}
.product_list li:nth-child(4n){margin-right: 0;}
.product_list li:hover{box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);}
.product_list li::after{content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 3px;background: #0560f6;transition:all 0.3s;}
/* .product_list li:hover:after{width: 100%;left: 0;} */
.product_list li .imgs{overflow: hidden;position: relative;padding-top:90.925%;}
.product_list li .imgs img{display: block;width: 100%;height: 100%;top: 0;left: 0;position: absolute; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.product_list li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_list li .txts{width: 92%;margin: 0 auto;overflow: hidden;margin-top: 24px;}
.product_list li .h3{font-weight: bold;overflow: hidden;/* white-space:nowrap;text-overflow:ellipsis;height: 36px; */line-height: 36px;transition:all 0.3s;color: #222222;}
.product_list li .p{overflow: hidden;height: 48px;line-height: 24px;color: #999999;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;margin-bottom: 19px;margin-top: 4px;}
.product_list li:hover .h3{color: var(--main-color);}
.product_list_empty{
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 36px 16px 48px;
	margin: 0 auto;
	text-align: center;
}
.product_list_empty_title{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #666666;
}
.product_list_empty_meta{
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: #999999;
}
.product_list_empty_link{
	color: var(--main-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.product_list_empty_link:hover{
	opacity: 0.85;
	color: var(--main-color);
}

@media screen and (max-width: 1560px) {
/*产品中心*/
.i_product2 .ul ul li{width: 13.428%;}
.i_product2 .ul ul li:nth-child(8n){margin-right: 1%;}
.i_product2 .ul ul li:nth-child(7n){margin-right: 0;}
}
@media screen and (max-width: 1400px) {
/*产品中心*/
.i_product2 .ul ul li{width: 15.83%;}
.i_product2 .ul ul li .css-label_r2{height: 46px;}
.i_product2 .ul ul li:nth-child(7n){margin-right: 1%;}
.i_product2 .ul ul li:nth-child(6n){margin-right: 0;}
.product_list li{width: 32%;}
.product_list li:nth-child(4n){margin-right: 2%;}
.product_list li:nth-child(3n){margin-right: 0;}
.product_list li .txts{margin-top: 20px;}
}
@media screen and (max-width: 1200px) {
/*产品中心*/
.product_list li .txts{margin-top: 20px;}
}
@media screen and (max-width: 1100px) {
/*产品中心*/

}
@media screen and (max-width: 992px) {
/*产品中心*/
.i_product2 .ul ul li{width: 18.4%;}
.i_product2 .ul ul li:nth-child(6n){margin-right: 1%;}
.i_product2 .ul ul li:nth-child(5n){margin-right: 0;}
 .product_list li .p{margin-bottom: 15px;}
  .product_list li .txts{margin-top: 15px;}
}
@media screen and (max-width: 780px) {
/*产品中心*/
.i_product2 .ul ul li{width: 24.25%;}
.i_product2 .ul ul li:nth-child(5n){margin-right: 1%;}
.i_product2 .ul ul li:nth-child(4n){margin-right: 0;}
.product_list li{width: 49%;}
.product_list li:nth-child(3n){margin-right: 2%;}
.product_list li:nth-child(2n){margin-right: 0;}

}
@media screen and (max-width: 640px) {
/*产品中心*/
.i_product2 .ul ul li{width: 32.66%;}
.i_product2 .ul ul li:nth-child(4n){margin-right: 1%;}
.i_product2 .ul ul li:nth-child(3n){margin-right: 0;}
.product_list li{width: 49%;}
.product_list li:nth-child(3n){margin-right: 2%;}
.product_list li:nth-child(2n){margin-right: 0;}
.product_list li .imgs{padding-top: 95.323%;}
.product_list li .txts{margin-top: 10px;}
.product_list li .p{margin-bottom: 10px;height: 44px;line-height: 22px;}
.product_list_empty{padding: 28px 12px 36px;}
.product_list_empty_title{font-size: 15px;}
.product_list_empty_meta{font-size: 13px;}
}
@media screen and (max-width: 480px) {
/*产品中心*/
.i_product2{margin-top: 5%;margin-bottom: 5%;}
.i_product2 .ul{margin-top: 3%;}
.i_product2 .ul ul li{width: 49%;margin-right: 2%;margin-bottom: 2%;}
.i_product2 .ul ul li:nth-child(3n){margin-right: 2%;}
.i_product2 .ul ul li:nth-child(5n){margin-right: 2%;}
.i_product2 .ul ul li:nth-child(7n){margin-right: 2%;}
.i_product2 .ul ul li:nth-child(2n){margin-right: 0;}
.product_list li .p{height: 40px;line-height: 20px;}
.product_list li .h3{/* height: 26px; */line-height: 26px;}
.product_list li .txts{margin-top: 4%;}
}


/*产品详细2*/
.product2_one_bg{background: #f7f7f7;overflow: hidden;clear: both;}
.product2_one{overflow: hidden;margin-top: 4%;display: flex;justify-content: space-between;margin-bottom: 6.5%;}
.product2_one .product2_one_l{width: 44%;overflow: hidden;max-width: 612px;}
.product2_one .product2_one_l .swiper-slide .imgs{ overflow:hidden; position:relative;padding-top:100%; }
.product2_one .product2_one_l .swiper-slide .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
/* .product2_one .product2_one_l .swiper-slide:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);} */
.product2_one .product2_one_l .swiper-pagination{position: static;margin-top: 25px;}
.product2_one .product2_one_l .swiper-pagination-bullet{background: none;border: 1px solid #dedede; opacity:1;width: 14px;height: 14px;}
.product2_one .product2_one_l .swiper-pagination-bullet-active{background: var(--main-color);border-color: var(--main-color);}
.product2_one .product2_one_l .swiper-button-prev,.product2_one .product2_one_l .swiper-button-next{width: 11px;height: 18px;background-size: 11px 18px;}
.product2_one .product2_one_l .swiper-button-prev{background-image: url(../images/product_pic1.png);left: 0;}
.product2_one .product2_one_l .swiper-button-prev:hover{background-image: url(../images/product_pic1_on.png);}
.product2_one .product2_one_l .swiper-button-next{background-image: url(../images/product_pic2.png);right: 0;}
.product2_one .product2_one_l .swiper-button-next:hover{background-image: url(../images/product_pic2_on.png);}
.product2_one .product2_one_r{overflow: hidden;width: 53%;max-width: 790px;margin-top: 3.9%;}
.product2_one .product2_one_r .boxs{overflow: hidden;}
.product2_one .product2_one_r .date{overflow: hidden;color: var(--main-color);line-height: 1.5;}
.product2_one .product2_one_r .h3{font-weight: bold;color: #000000;overflow: hidden;line-height: 1.3;margin-top: 1.8%;transition:all 0.3s;}
.product2_one .product2_one_r .p{color: #000000;line-height: 32px;overflow: hidden;margin-top: 4.2%;border-top: 1px solid #e4e4e4;padding-top: 4.2%;}
.product2_one .product2_one_r .p p{overflow: hidden;margin-bottom: 2%;}
.product2_one .product2_one_r .p p:last-child{margin-bottom: 0;}
.product2_one .product2_one_r .p ul li{display: block;margin-bottom: 13px;position: relative;overflow: hidden;padding-left: 20px;}
.product2_one .product2_one_r .p ul li b::before{content: "";position: absolute;left: 0px;top:12.5px;width: 7px;height: 7px;background: #999999;border-radius: 50%;}
.product2_one .product2_one_r .p ul li:last-child{margin-bottom: 0;}
.product2_one .product2_one_r .divs{overflow: hidden;margin-top: 3.5%;border-top: 1px solid #e4e4e4;padding-top: 1%;display: flex;justify-content: left; align-items: center;}
.product2_one .product2_one_r .divs .rbtn{}

.product_bg2 .o_about_t{text-align: left;}
.product_bg2 .o_about_t::after{left: 0;margin-left: 0;}
.product_two{overflow: hidden;margin-top: 3%;}
.product_two ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_two ul li{width: 49%;margin-right: 2%;margin-bottom: 2%;overflow: hidden;background: #f7f7f7;border-radius: 18px;cursor: pointer;position: relative;z-index: 0;}
.product_two ul li::before{content: "";position: absolute;z-index: -1;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/product_bg1.jpg) center center no-repeat;background-size: cover;opacity:0;filter:Alpha(opacity=0);transition:all 0.3s;}
.product_two ul li:hover::before{opacity:1.0;filter:Alpha(opacity=100);}
.product_two ul li:nth-child(2n){margin-right: 0;}
.product_two ul li .boxs{width: 92%;max-width: 670px;margin: 0 auto;position: relative;padding-left: 20px;line-height: 28px;margin-top: 28px;margin-bottom: 28px;color: #555555;transition:all 0.3s;min-height: 84px;}
.product_two ul li .boxs::before{content: "";position: absolute;left: 0;width: 7px;height: 7px;top: 10.5px;border-radius: 50px;background: var(--main-color);}
.product_two ul li:hover .boxs{color: #ffffff;}
.product_two ul li:hover .boxs::before{background: #ffffff;}
.product_three{overflow: hidden;margin-top: 4%;display: flex;justify-content: center;}
.product_four{ margin-top: 3.5%;margin-bottom: 6%;}
.product_four .swiper-container{overflow: visible;}
.product_four .imgs{ overflow: hidden;position: relative;padding-top: 52.778%;width:100%;cursor: pointer;}
.product_four .imgs .img img{ width:100%;position: absolute;left: 0;top: 0;width: 100%;height: 100%; display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;object-fit: cover;}
.product_four .imgs:hover .img img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_four .imgs .play{width: 51px;height: 51px;position: absolute;left: 50%;top: 50%;margin-left: -25.5px;margin-top: -25.5px;z-index: 1;}
.product_four .imgs .play img{width: 100%;height: 100%;display: block;}
.product_four .imgs .play::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(204,14,25,.4);
}

.product_four .imgs .play::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(204,14,25,.4);
}
.product_four .imgs:hover .play:before {
    animation: boderM 3s .75s infinite;
}
.product_four .imgs:hover .play::after {
    animation: boderM 3s infinite;
}
.product_five_bg{background: #f6f6f6;overflow: hidden;}
.product_five{padding-top: 3.5%;margin-bottom: 5%;position: relative;}
.product_five .pages{width: 110px;position: absolute;height: 60px;top: -54px;right: 0;}
.product_five .swiper-button-next,.product_five .swiper-button-prev{width: 50px;height: 50px;background-size:9px 16px;transition:all 0.3s;margin-top: 0;color: #ffffff;background-color: #c6c8ca;border-radius: 50%;}
.product_five .swiper-button-next:after,.product_five .swiper-button-prev:after{font-size: 14px;}
.product_five .swiper-button-prev{background-image: url(../images/left.png);left: 0;top: 0;}
.product_five .swiper-button-prev:hover{background-color: var(--main-color);}
.product_five .swiper-button-next{background-image: url(../images/right.png);right: 0;top: 0;}
.product_five .swiper-button-next:hover{background-color: var(--main-color);}
.product_five a{display: block;overflow: hidden; text-align: center;background: #fff; position: relative; transition: all 0.3s; border-radius: 10px;margin-bottom: 4%;}
.product_five a:hover{box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);}
.product_five a .imgs{overflow: hidden;position: relative;padding-top:90.925%;}
.product_five a .imgs img{display: block;width: 100%;height: 100%;top: 0;left: 0;position: absolute; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.product_five a:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_five a .txts{width: 92%;margin: 0 auto;overflow: hidden;margin-top: 24px;}
.product_five a .h3{font-weight: bold;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;height: 36px;line-height: 36px;transition:all 0.3s;color: #222222;}
.product_five a .p{overflow: hidden;height: 48px;line-height: 24px;color: #999999;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;margin-bottom: 19px;margin-top: 4px;}
.product_five a:hover .h3{color: var(--main-color);}
.product_six{overflow: hidden;margin-top: 3.5%;margin-bottom: 6%;}
.product_six .imgs{ overflow:hidden; position:relative; padding-top:60.96%;border-radius: 10px;}
.product_six .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;object-fit: cover;}
.product_six a:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_six a .txts2{overflow:hidden; position:absolute; top:0%; left:0; width: 100%; height:100%;display: flex; align-items:end; justify-content: left;transition:all 0.6s;}
.product_six a .txts2 .cons{width: 90%; margin:0 auto; text-align:center;margin-bottom:16px;}
.product_six a .h4{overflow:hidden; line-height:36px;   color:#fff; font-weight:normal;}

@media screen and (max-width: 1560px) {
/*产品详细2*/
.product_five a .txts{margin-top: 20px;}

}
@media screen and (max-width: 1200px) {
/*产品详细2*/
.product2_one .product2_one_r .p{line-height: 26px;}
.product2_one .product2_one_r .p ul li b::before{width: 6px;height: 6px;top: 10px;}
.product2_one .product2_one_r .p ul li{padding-left: 16px;}
.product_five a .txts{margin-top: 20px;}
.product_six a .txts2 .cons{margin-bottom: 10px;}
.product_six a .h4{line-height: 30px;}
}
@media screen and (max-width: 992px) {
/*产品详细2*/
    .product2_one{display: block;}
    .product2_one .product2_one_l{width: 100%;max-width: none;}
    .product2_one .product2_one_r{width: 100%;}
    .product2_one .product2_one_r .boxs{max-width: 860px;margin-top: 2%;}
    .product2_one .product2_one_r .p{margin-top: 4%;padding-top: 4%;}
  .product_five{padding-top: 4%;}
.product_five a .p{margin-bottom: 15px;}
.product_five a .txts{margin-top: 15px;}
.product_five .pages{width: 90px;top: -40px;}
.product_five .swiper-button-next,.product_five .swiper-button-prev{width: 40px;height: 40px;}

}
@media screen and (max-width: 640px) {
/*产品详细2*/
.product2_one .product2_one_l .swiper-pagination-bullet{width: 12px;height: 12px;}
.product_two{margin-top: 4%;}
.product_two ul{display: block;}
.product_two ul li{width: 100%;margin-right: 0;}
.product_five a .imgs{padding-top: 95.323%;}
.product_five a .txts{margin-top: 10px;}
.product_five a .p{margin-bottom: 10px;height: 44px;line-height: 22px;}
.product_six{margin-top: 4%;}
.product_six a .h4{line-height: 26px;}
}
@media screen and (max-width: 480px) {
/*产品详细2*/
.product2_one .product2_one_r .p{margin-top: 5%;padding-top: 5%;}
.product2_one .product2_one_r .boxs{margin-top: 5%;}
.product_two{margin-top: 5%;}
.product_two ul li{border-radius: 12px;}
.product_two ul li .boxs{margin-top: 20px;margin-bottom: 20px;}
.product_four .imgs .play{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.product_four .imgs .play::before{width: 40px;height: 40px;}
.product_four .imgs .play::after{width: 40px;height: 40px;}
  .product_five{padding-top: 5%;}
.product_five a .p{height: 40px;line-height: 20px;}
.product_five a .h3{height: 26px;line-height: 26px;}
.product_five a .txts{margin-top: 4%;}
.product_six{margin-top:5%;}
.product_six a .h4{line-height: 24px;}
}
@media screen and (max-width: 420px) {
/*产品详细2*/
.product_two ul li .boxs{margin-top: 15px;margin-bottom: 15px;}
.product_six a .h4{line-height: 22px;}
}



@media screen and (max-width: 1560px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 480px) {

}