@charset "utf-8";
/* CSS Document */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,i{font-style:inherit;font-weight:inherit;}
*{box-sizing: border-box;font-size:14px;line-height:1em;}
html, body {min-height: 100%;}
body{min-width:1200px;}
body {font:14px/1.5 "Microsoft YaHei";font-size:14px;color:#333;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol,li{list-style: none;}
img {border: none;vertical-align: middle;}
a {text-decoration: none;color: #333;}
b{font-weight:normal;}
table {border-collapse: collapse;table-layout: fixed;}
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
textarea {resize: none;overflow: auto;}
.fl{float: left}
.fr{float: right}
.tl{text-align: left;}
.tc{text-align: center}
.tr{text-align: right;}
.cl{clear:both;}
.ov{overflow:hidden;}
.dfc{display:flex;align-items:end;justify-content:center;}
.dfv{display:flex;align-items:center;justify-content:center;}
.dfs{display:flex;align-items:end;justify-content:space-between;}
.dfe{display:flex;align-items:end;justify-content:end;}
.p80{padding-top: 80px;}
.db, .lb, .dd{font-size:0;}
.db>div, .lb>li, .dd>dl{display:inline-block;vertical-align:top;}
em, .em,i{text-transform:uppercase;font-family:arial;vertical-align:top;display:block;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
.page,.w1200{width:1200px;margin:0 auto;}
:focus {outline:none;background-color:transparent;}
::selection{background:#d5101a;color: #fff;}

@font-face {
  font-family: 'yuweij';
  src: url("../cssnew/yuweij.eot.txt") format('embedded-opentype'),
      url("../cssnew/yuweij.woff2.txt") format('woff2'),
      url("../cssnew/yuweij.woff.txt") format('woff'),
      url("../cssnew/yuweij.ttf.txt") format('truetype'),
      url("../cssnew/yuweij.svg.txt") format('svg');
}

/*headr*/
#headr{position: relative;z-index: 10;height: 140px;}
#headr .page{position:relative;}
.logo{position: absolute;top: 0;left: -26px;}
.logo img{}

.head{width: 100%;padding-left: 260px;}
.ggy{padding-top: 54px;}
.ggy b{color: #333;font-weight: 100;display: block;font-size: 22px;}
.ggy b strong{font-size: 25px;color: #d5111b;line-height: 25px;display: block;font-weight: bold;margin-bottom: 5px;}
.tel{padding-top: 55px;margin-left: 271px;}
.tel b{background:url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329111648_1672922917.png) no-repeat left center;height: 21px;display: block;line-height: 21px;padding-left: 32px;font-size: 15px;}
.tel em{font-size: 30px;color: #d5111b;font-weight: bold;display: block;line-height: 24px;margin-top: 9px;}
.wb_ri{padding-top: 63px;}
.wb_ri li{position:relative;text-align: center;border-left: 1px solid rgba(102, 102, 102, 0.34);padding: 2px 0 2px 20px;}
.wb_ri li a,.wb_ri li b{color: #939393;display: block;font-size: 12px;}
.wb_ri li em{display: block;margin-bottom:7px;}
.wb_ri li+li{margin-left: 14px;border-right: 1px solid rgba(102, 102, 102, 0.34);padding-right: 20px;}
.wb_ri li+li em img{}
.wb_ri .xl{background: #eee;position:absolute;top: 42px;left: 50%;z-index: 9;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;padding: 10px;margin-left: -55px;}
.wb_ri li:hover .xl{transform: perspective(600px) rotateX(0deg);transition:600ms ease;}
.wb_ri .xl i{width: 110px;}
.wb_ri .xl i img{width: 100%;}

/*nav*/
.nav_bg {height: 63px;z-index: 9;position: relative;background: #d5101a;}
.nav{width: 100%;height: 63px;padding-left: 205px;}
.nav>ul>li{height: 63px;position:relative;float: left;width: calc(100% / 6);}
.nav>ul>li+li{}
.nav>ul>li+li:after{content:'';height: 16px;background: rgb(255 255 255 / 70%);position:absolute;left:0;top: 50%;transition:all 0.3s ease;z-index: 2;width: 1px;margin-top: -8px;}
.nav>ul>li>a{width: 100%;font-size: 0.8334vw;color: #fff;display: block;text-align: center;position:absolute;z-index:2;transition:all 0.3s ease;line-height: 63px;overflow: hidden;}
.nav>ul>li>a>em{display: block;font-size: 12px;text-transform: none;color: #adadad;margin-top: 10px;}
.nav>ul>li.cur a{background:#343a40;transition:all 0.3s ease;}
.nav>ul>li:hover>a{background: #343a40;transition:all 0.3s ease;}

/*导航下拉*/
.nav>ul>li .sedNav {width:360px;height:0;position: absolute;background: rgba(255,255,255,0.9);right:-30px;top: 63px;z-index: 99;overflow: hidden;opacity: 0;transition:0.5s;}
.nav>ul>li .sedNav button{width:120px;height:30px;border:none;background:#eee;margin-top:20px;padding: 0;}
.nav>ul>li .sedNav button a{width:100%;height:100%;line-height:28px;}
.nav>ul>li:hover .sedNav{padding:30px;opacity: 1; height:auto;transition:0.5s;}
.nav li .sedNav p{font-size:18px; font-weight:bold; color:#222 !important;padding-bottom:8px;}
.nav li .sedNav span{text-transform: uppercase;font-size:12px !important;color:#999;}
.nav li .sedNav span:after{content:"";display: block;  width:30px; height:4px; background:#d5101a; margin-top:20px;}
.nav li .sedNav a {display: block;border:1px #ccc solid;margin-bottom:14px;width:140px;line-height: 34px;color: #fff !important;font-size: 14px;text-align: center;height: 34px;background:rgb(53 59 65 / 80%);}
.nav li .sedNav a:hover {border-color: #d5101a;background-color: #d5101a;}
.nav li .nav2{width:250%;}
.nav li .nav2 a{width:50%; float:left;}
.sedNav_r{margin-left: 10px;}

/*幻灯片*/
.banner{overflow:hidden;width:100%;position: relative;}
.banner-box{ min-width:1200px;height:700px;position:relative;margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:700px;background-position:center;background-color:#eee;}
.banner-box .bd li a{display:block;background-size:auto;width:100%;height:80%;position:relative;z-index: 9;}
.banner-btn{width:100%;position:absolute;bottom:0;left:0;margin-left:0;height:58%;overflow:hidden;}
.banner-btn a{ display:block;width:49px; height:104px;position:absolute;top:0;filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background:url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329172308_153952650.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px;background:url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329172308_153952650.png) no-repeat -49px 0;}
.banner-box .hd { position:absolute;bottom:30px;width:100%;display:block;}
.banner-box .hd ul{ text-align:center}
.banner-box .hd ul li{ width:10px; height:10px;border-radius:50%;text-indent:-9999px;background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#d5101a;border-radius:50px;width:50px;height:10px;}
.banner-box:hover .banner-btn a.prev{left:20px;filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4; }
.banner-box:hover .banner-btn a.next{right:20px;filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*search*/
#search {height: 80px;background: #f9f9f9;}
.box{position: relative;}
.search_l {color: #333;height: 80px;line-height: 80px;}
.search_l em{float: left;padding-top: 29px;}
.search_l span {color: #333;font-size: 15px;padding-left: 21px;font-weight: lighter;}
.search_l a {font-size: 15px;height: 80px;line-height: 80px;color: #333;font-weight: lighter;}
.search_l a:hover {color: #333;}
.search_r {margin-top: 22px;position: relative;width: 276px;height: 38px;padding-left: 39px;background: #fff;border-radius: 38px;border:1px solid #d9d9d9;}
.z{position: absolute;top: 0;right: 0;width: 38px;height: 38px;text-align: center;cursor: pointer;background: #d5101a;border-radius: 38px;}
.z_img{margin-top: 12px;}

/*title*/
.title{text-align: center;padding-top: 80px;margin-bottom: 40px;position: relative;}
.title p{font-size: 38px;font-weight: bold;}
.title p b{font-size: 38px;font-weight: bold;color:#d5101a;}
.title span{font-size: 20px;line-height:20px;display: block;margin-top: 17px;background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329143047_1061984538.png) no-repeat center;font-weight: 100;}
.bz1 span{line-height: 30px;margin-top: 12px;}
.bse,.bse span{color: #fff;}
.bse p{color: #fff;}
.bse span{background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329143102_527087795.png) no-repeat center;}

/*culture*/
.cult{position: relative;padding-bottom: 80px;}
.cult:after{position: absolute;content: '';}
.cult_le{width: 922px;}
.cult_le b{color: #333;display: inline-block;font-size: 48px;font-family: yuweij;position: relative;padding-left: 13px;padding-top: 30px;padding-bottom: 30px;margin-bottom: 21px;}
.cult_le b strong{font-size: 48px;color: #d5111b;line-height: 48px;display: inline-block;font-family: yuweij;position: relative;}
.cult_le b:before,.cult_le b:after{position: absolute;content: '';z-index: -1;}
.cult_le b:before{background:#fff;top: 50%;left: 3px;width: 201px;height: 83px;margin-top: -41.5px;z-index: 0;}
.cult_le b:after{width: 190px;height: 102px;border:3px solid #d5101a;top: 0;left: 0;}
.cult_le p{font-size: 16px;line-height: 28px;font-weight: 100;}
.cult_le em{display: block;margin-top: 30px;}
.cult_num{width: 278px;}
.cult_num li{text-align: center;background: #343a40;color: #fff;width: 278px;height: 149px;padding-top: 44px;}
.cult_num li i{font-size: 25px;display: block;margin-bottom: 13px;}
.cult_num li i em{display: inline-block;font-size: 50px;font-weight: bold;vertical-align: sub;margin-right: 11px;line-height: 38px;}
.cult_num li b{font-size: 16px;font-weight: 100;}
.cult_num li+li{margin-top: 1px;}

/*product*/
.pro_bg{background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329143227_1296902670.jpg) no-repeat center;height: 1033px;padding-bottom: 80px;}
.pro_con{height: 100%;}
.pro_le{width: 270px;background: #fff;padding-bottom: 20px;}
.pro_lbt{height: 124px;background:#d5101a;color: #fff;padding-top: 37px;text-align: center;}
.pro_lbt b{font-size: 36px;font-weight: bold;line-height: 30px;display: block;margin-bottom: 10px;}
.pro_lbt em{text-transform: uppercase;}
.pro_tab{}
.pro_tab>table{width: 100%;}
.pro_tab>table>tbody>tr{float: left;width: calc(100% / 7);border: 1px solid #dbdbdb;}
.pro_tab>table>tbody>tr,.pro_tab>table>tbody>tr>td{display: block;text-align: center;position: relative;transition: 0.3s;}
.pro_tab>table>tbody>tr+tr{}
.pro_tab>table>tbody>tr>td{padding: 19px !important;overflow: hidden;}
.pro_tab>table>tbody>tr>td>a{font-size: 16px;font-weight: normal !important;line-height: 22px;width: 65px;overflow: hidden;display: block;margin: 0 auto;height: 22px;transition: 0.3s;}
.pro_tab>table>tbody>tr:nth-child(1) td a{width: 111px;}
.pro_tab>table>tbody>tr:nth-child(5) td a{width: 80px;}
.pbcLista{display: block;width: 100%;height: 36px;background: #d5101a;line-height: 36px;font-size: 18px !important;font-weight: 100 !important;}
.protaba {background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210330/20210330091120_560022034.png) no-repeat center;width: 0;height: 22px;margin-right: 0;float: left;transition: 0.3s;}
.pro_tab>table>tbody>tr.on{background: #d5101a;transition: 0.3s;}
.pro_tab>table>tbody>tr.on a{color:#fff !important;width: 97px;}
.pro_tab>table>tbody>tr.on .protaba{width: 19px;margin-right: 12px;}
.pro_tab>table>tbody>tr.on:nth-child(5) td a{width: 111px;}

.pro_list{margin-top: 30px;}
.pro_text{padding-top: 122px;padding-left: 33px;}
.pro_text b{font-size: 36px;font-weight: bold;color: #d5101a;display: block;margin-bottom: 10px;}
.pro_text p{font-size: 16px;font-weight: 100;line-height: 26px;}
.pro_text p br{display: block !important;}
.pro_text em{position: absolute;bottom:21px;right:13px;}
.pro_nr{}
.pro_nr>table{width: 100%;}
.pro_nr>table>tbody>tr{}
.pro_nr>table>tbody>tr+tr{}
.pro_nr>table>tbody>tr>td{float: left;transition: 0.3s all;margin-right: 10px;margin-bottom: 10px;position: relative;overflow: hidden;}
.pro_nr>table>tbody>tr:nth-child(1)>td:nth-child(1){width: 593px;height: 444px;display: block;background: #fff;position: relative;}
.pro_nr>table>tbody>tr:nth-child(1)>td:nth-child(3),.pro_nr>table>tbody>tr:nth-child(1)>td:last-child{margin-right: 0;}
.pro_nr>table>tbody>tr>td>a{display: block;overflow: hidden;}
.pro_nr>table>tbody>tr>td>a>img{transform: scale(1);transition: 0.3s all;}
.pro_nr>table>tbody>tr>td br{display: none;}
.pro_nr>table>tbody>tr>td span{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: rotateX(90deg);background: rgba(0, 0, 0, 0.6);transition: 0.3s all;}
.pro_nr>table>tbody>tr>td span>a{color:#fff;font-size:18px;display: block;line-height: 217px;font-weight: 100;}
.pro_nr>table>tbody>tr>td:hover a>img{transform: scale(1.2);transition: 0.3s all;}
.pro_nr>table>tbody>tr>td:hover span{transition: 0.3s all;transform: rotateX(0deg);}

/*adv*/
.adv_bg{background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329144552_838999103.jpg) no-repeat center;height: 811px;width: 100%;}
.adv_con{position: relative;display: inline-block;width: 100%;}
.adv_tab{height: 52px;}
.adv_tab li{height: 52px;float: left;cursor: pointer;background: #343a40;width: calc((100% - 4px) / 4);display: flex;align-items: center;justify-content: center;}
.adv_tab li.on{background: #d5101a;}
.adv_tab li em{display: inline-block;font-size: 28px;font-weight: bold;color: #fff;line-height: 52px;}
.adv_tab li b{color: #fff;font-size: 18px;line-height: 52px;margin-left: 18px;}
.adv_tab li+li{margin-left: 1px;}

.adv_con .tempWrap{width:100% !important;margin-top: 30px;}
.adv_list{}
.adv_list dl{transition: 0.5s;position:relative;width: 1200px !important;}
.adv_list dt{float: left;background: #d5101a;padding: 20px;}
.adv_list dd{background: #fff;height:459px;width:50%;padding: 92px 46px 0 60px;float: right;color: #fff;}
.adv_list dd em{font-family: "Microsoft YaHei";font-size: 20px;color: #525252;display: block;margin-bottom: 28px;font-weight: 100;}
.adv_list dd b{display: block;font-weight: bold;font-size: 44px;line-height: 40px;margin-bottom: 28px;color: #d5101a;}
.adv_list dd i{background:#d1d1d1;display: block;width: 144px;height: 1px;margin-bottom: 14.5px;}
.adv_list dd p{line-height: 45px;color: #333;font-size: 16px;}

/*case*/
.case{padding-bottom: 80px;}
.case_con{}
.case_tab{}
.case_tab li{position:relative;transition:0.5s;width: 188px;height: 98px;background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329153820_467973664.png) no-repeat center;display: flex;align-items: center;justify-content: center;text-align: center;}
.case_tab li a{display:block;}
.case_tab li+li{margin-top: 10px;}
.case_tab li em{margin: 0 auto;margin-bottom: 12px;position: relative;z-index: 2;transition: 0.5s;width: 29px;display: block;height: 31px;text-align: center;}
.case_tab li em img{transition: 0.5s;z-index: 3;position: absolute;top: 0;left: 0;}
.case_tab li:nth-child(2) em{width: 26px;height: 29px;}
.case_tab li:nth-child(3) em{width: 28px;height: 28px;}
.case_tab li:nth-child(4) em{width: 25px;height: 21px;}
.case_tab li:nth-child(5) em{width: 30px;height: 25px;}
.case_tab li b{font-size: 18px;color: #333;display: block;transition: 0.5s;font-weight: 100;}
.case_tab li em img:first-child{transition: 0.5s;opacity: 1;transform: rotateX(0deg);}
.case_tab li em img:last-child{opacity: 0;transition: 0.5s;}
.case_tab li:hover{transition: 0.5s;background:#d5101a;}
.case_tab li:hover b{color:#fff;}
.case_tab li:hover img:first-child{opacity: 0;transition: 0.5s;transform: rotateX(90deg);}
.case_tab li:hover img:last-child{opacity: 1;transition: 0.5s;}

.case_img{margin-left: 10px;}
.case_list{width: 312px;height: 530px;overflow: hidden;}
.case_list .tempWrap{width:100% !important;}
.case_list tr,.case_list td{display:block;}
.case_list td{position: relative;transition: 0.3s all;overflow: hidden;margin-bottom:10px;}
.case_list td:last-child{margin-bottom:0;}
.case_list td>a{display: block;overflow: hidden;}
.case_list td>a img{transform: scale(1);transition: 0.3s all;}
.case_list td br{display:none;}
.case_list td div{position:absolute;bottom: -50px;left: 0;padding-top: 0 !important;width: 100%;height: 50px;transition: 0.3s;z-index: 2;background: rgba(0, 0, 0, 0.7);}
.case_list td div a{line-height:50px;font-size:16px;display: block;color: #fff;}
.case_list td:hover a img{transform: scale(1.1);transition: 0.3s all;}
.case_list td:hover div{bottom: 0;transition: 0.3s all;}

.case_pan{margin-top: 30px;}
.case_pan .tempWrap{width:100% !important;}
.case_pan tr{display: block;}
.case_pan td{position: relative;margin-right: 12.5px;transition: 0.5s;overflow: hidden;width: 230px;display: inline-block;}
.case_pan td:last-child{margin-right: 0;}
.case_pan td>a{display: block;border: 1px solid #eee;}
.case_pan td>a>img{width: 100%;}
.case_pan td>br{display: none;}
.case_pan td div{ padding-top:0px !important; position:absolute; left:-100%; top:0px; transition:all 0.5s ease; width:100%; height:100%;}
.case_pan td div a{ display:block; width:100%; height:100%;color:#fff; background:rgba(0,0,0,0.7); line-height:143px;font-size: 16px;}
.case_pan td:hover div{ left:0px; transform:rotate(360deg);}

/*Process*/
.Process{background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329161745_1025763339.jpg) no-repeat center;padding-bottom: 80px;height: 565px;}
.proc_con{}
.proc_con li{transition: 0.5s;position:relative;text-align: center;float: left;width: 136px;padding-bottom: 21px;}
.proc_con li:after{position:absolute;content:'';width: 136px;height: 155px;background: #f2f2f2;bottom: 0;left: 0;z-index: -1;}
.proc_con li>p{overflow: hidden;height: 127px;width: 110px;transform: rotate(-60deg) skewY(30deg);display: block;margin: 0 13px;margin-bottom: 28px;}
.proc_con li+li{margin-left: 16px;}
.proc_con li em:before{content: '';}
.proc_con li em:before {background: #d5101a;height: 100%;left: -100%;position: absolute;top: -100%;width: 100%;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;transform: rotate(-60deg) skewY(30deg);}
.proc_con li:hover em:before {left: 0;top: 0;}
.proc_con li em{background: #8c8c8c;padding-top: 48px;position: relative;display: block;overflow: hidden;width: 100%;height: 100%;transform: skewY(-30deg) rotate(60deg);}
.proc_con li em img{display: block;margin: 0 auto;z-index: 2;position: relative;}
.proc_con li b{display: block;font-weight: 100;font-size: 18px;margin-bottom: 14px;}
.proc_con li i{font-size: 20px;font-weight: bold;}
.Proc_lx{color: #fff;margin-top: 40px;}
.Proc_lx em{}
.Proc_lx b{font-size: 19px;margin: 0 16px 0 19px;font-weight: 100;}
.Proc_lx i{font-size: 32px;font-style:italic;font-weight: bold;}

/*news*/
.news_bg{background: #f5f5f5;padding-bottom: 80px;}
.news_box .title{margin-bottom: 51px;}
.news_cont{margin-top:40px;height:572px;}
.news_cont_l{width:560px;height:570px;}
.news_cont_l .news_div{width: 560px;height: 572px;padding: 36px;background: #fff;}
.news_cont_l .news_div_item{ position: relative;}
.news_cont_l .news_div_item_date{position: absolute;right: 0;top: 350px;width: 100px;height: 20px;display: block;font-size: 14px;line-height: 20px;font-family: 'Arial';}
.news_div_item_year ,.news_div_item_month ,.news_div_item_day{float:left}
.news_cont_l .news_div_item_content{position: absolute; top: 350px;}
.news_cont_l .news_div_item_pic{position: absolute;}
.news_cont_l .news_div_item_pic img{width:488px;height:320px;border: 1px solid #eee;}
.news_cont_l .news_div_item_a{font-size:18px;color:#333;font-weight:lighter;  width: 100%;height: 185px; display: block;position: absolute; z-index: 3;}
.news_cont_l .news_div_item_body{font-size:14px;color:#999;font-weight:lighter;margin-top: 36px; line-height:24px;}
.news_cont_l .news_div_item_body:after{content:'了解详细+';width:115px;height:35px;background:#aaa;text-align:center;color:#fff;display:block;line-height:35px; position: relative;   top: 26px;}
.news_cont_l .news_div_item_a:hover{color:#d5101a;}
.news_cont_l:hover .news_div_item_body:after{background:#d5101a;}
.news_cont_r{width:615px;height:570px;overflow: hidden;}
.news_cont_r ul{height:65px;}
.news_cont_r ul a{width:30%;height:63px;margin-left:5%;float:left;background:#fff;text-align:center;line-height:65px;font-size:18px;color:#333;font-weight:bolder;display:block; font-weight: 300;}
.news_cont_r ul a:nth-child(1){ margin-left:0;}
.news_cont_r .cur{background:#d5101a;color:#fff;}
.news_cont_r .news_div_item:nth-child(1){display:none;}
.news_cont_r .news_div_item{margin-top:20px;position: relative;width:613px;border:1px solid #eee;height:149px;background: #fff;}
.news_cont_r .news_div_item_date{display:none;}
.news_cont_r .news_div_item_pic{position: absolute;padding: 10px 8px;width: 186px;}
.news_cont_r .news_div_item_pic img{width:100%;height:100%;border: 1px solid #eee;}
.news_cont_r .news_div_item_content{position: absolute;width: 371px;left: 210px;top: 33px;}
.news_cont_r .news_div_item_a{font-size:18px;color:#333;width: 100%;height: 115px;display: block;position: absolute;z-index: 3;font-weight: normal;}
.news_cont_r .news_div_item_a:hover{color:#d5101a;}
.news .tempWrap{width:615px !important;}
.news_cont_r .news_div_item_body{font-size:14px;color:#999;font-weight:lighter;margin-top: 36px; line-height:24px;}

/*Equipment*/
.equ_bg{height: 620px;background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329170930_1180466472.jpg) no-repeat center;}
.equ_le{width: 31.25%;color: #fff;margin-top: 320px;}
.equ_le em{margin-bottom: 26px;}
.equ_le b{font-size: 36px;}
.equ_le i{display: block;width: 88px;height: 1px;background: #fff;margin: 28px 0 17.5px;}
.equ_le p{font-size: 15px;line-height: 30px;font-weight: 100;}
.equ_le p>a{color: #fff;font-size: 15px;font-weight: 100;}
.equ_ri{}

/*版权*/
.copy_row2 {background:#333;width:100%;padding-bottom: 40px;min-width:1200px;font-size: 14px;line-height: 28px;color: #888;}
.copy_row2 > .content1{ position:relative; padding-top:50px;}
.copy_list{float:left; margin-right: 80px; }
 .copy_list .fl+.fl{ margin-left: 35px;}
.copy_list2 ul{ float:left;}
.copy_list2 ul:nth-last-child(1){ padding-left:50px;}
 .copy_list2 a{/* width: 152px; */overflow: hidden;text-transform: uppercase;text-overflow: ellipsis;white-space: nowrap;}
.copy_list li,.copy_list li a{display: block;color: #888888;font-size: 14px;line-height: 28px;}
.copy_list li a:hover{color:#fff;}
.copy_list strong{ display:block;}
.copy_list strong a{color:#fff;line-height:50px;font-size:18px;font-weight:normal;display:inline-block;position:relative;padding-bottom:10px;margin-bottom:15px;width: 100%;}
.copy_list strong a:after{ content: ''; display:block; width:25px; height:2px; background:#fff; position:absolute; bottom:0; -webkit-transition:0.3s all ease; transition: 0.3s all ease;}
.copy_list:hover strong a:after{ width:100%; background:#d5101a;}

.copy_lists{ float:left;  margin-left:40px;}
.copy_lists li a{ display:block; color:#888888; font-size:12px; line-height:28px;}
.copy_lists li a:hover{text-decoration: underline;color: #fff;}
.copy_lists strong{ display:block;}
.copy_lists strong a{ color:#fff; line-height:50px; font-size:18px; font-weight:normal; display:inline-block; position:relative; padding-bottom:10px; margin-bottom:15px;}
.copy_lists strong a:after{ content: ''; display:block; width:25px; height:2px; background:#fff; position:absolute; bottom:0; -webkit-transition:0.3s all ease; transition: 0.3s all ease;}
.copy_lists:hover strong a:after{ width:100%; background:#d5101a;}

.copy_lists1{ float:left; margin-left:40px;}
.copy_lists1 li a{ display:block; color:#888888; font-size:12px; line-height:28px;}
.copy_lists1 li a:hover{text-decoration: underline;color: #fff;}
.copy_lists1 strong{ display:block;}
.copy_lists1 strong a{ color:#fff; line-height:50px; font-size:18px; font-weight:normal; display:inline-block; position:relative; padding-bottom:10px; margin-bottom:15px;}
.copy_lists1 strong a:after{ content: ''; display:block; width:25px; height:2px; background:#fff; position:absolute; bottom:0; -webkit-transition:0.3s all ease; transition: 0.3s all ease;}
.copy_lists1:hover strong a:after{ width:100%; background:#d5101a;}

.copy_lists2{ float:left;margin-left:40px;}
.copy_lists2 li a{ display:block; color:#888888; font-size:12px; line-height:28px;}
.copy_lists2 li a:hover{text-decoration: underline;color: #fff;}
.copy_lists2 strong{ display:block;}
.copy_lists2 strong a{ color:#fff; line-height:50px; font-size:18px; font-weight:normal; display:inline-block; position:relative; padding-bottom:10px; margin-bottom:15px;}
.copy_lists2 strong a:after{ content: ''; display:block; width:25px; height:2px; background:#fff; position:absolute; bottom:0; -webkit-transition:0.3s all ease; transition: 0.3s all ease;}
.copy_lists2:hover strong a:after{ width:100%; background:#d5101a;}

.copy_row3{ display:block; position:relative;  margin-top:35px;}
.copy_row3 .fl{border-top:1px #3e3e3e solid;width: 970px;padding-top:26px;}
.copy_row3 .fl,.copy_row3 .fl a{ font-size:14px; color:#888; line-height:30px; font-weight:100;}
.copy_row3 .fl a:hover{ text-decoration:underline; color:#fff;}

.copy_ewm {margin-top: 15px;}
.copy_phone{width: 229px;height:391px;position:absolute;top: 64px;right:0;z-index:5;background: url(https://memberpic.114my.com.cn/0332391/uploadfile/image/20210329/20210329175503_851675803.png) no-repeat top center;}
.copy_phone ul{width:auto;text-align:center;height:40px;display: flex;justify-content: center;align-items: center;margin-top: 100px;}
.copy_phone ul li{display:inline-block;border:1px solid #fff;border-radius:50%;padding:9px;width:41px;height:41px;margin:0 7px;-webkit-transition:0.3s all ease;transition:0.3s all ease;background:transparent;cursor:pointer;background: #333;}
.copy_phone ul li.cur{ background:#d5101a; border-color:#d5101a;}
.copy_phone ul li img{ display:block; width:100%; height:100%;}
.copy_ewm_cont{display:block;width:155px;height:155px;margin: 0 auto;position: absolute;left: 50%;margin-left: -77px;}
.copy_ewm_cont img{display:block;width:100%;height:100%;border: 1px solid rgb(0 0 0 / 0.1);padding: 10px;}
.copy_ewm_cont p{color:#fff;font-size:16px;text-align: center;display: block;background: #d5101a;width: 100%;line-height: 30px;margin-top: 10px;}

.copy1_item2{ padding-top:43px !important;}
.copy1_item3{ padding-top: 43px !important;}

/*友情链接*/
.links_bj{width:100%;background: #d5101a;margin:0 auto;display: flex;}
.links_zbt{width:165px;font-size:20px;color:#ffffff;line-height: 80px;}
.links_zbt span{ font-size:20px; color:#ffffff; font-family: akr; text-transform:uppercase;}
.links_lj{width:996px;font-size:12px;color:#ffffff;margin-left:10px;line-height: 80px;}
.links_tb{ width: auto; height:70px; }
.linkTagcs li a{font-size: 16px; line-height: 70px;}
 .linkTagcs li a:hover{ color: #fff !important;}
.jquery-lightbox.jquery-lightbox-mode-html {height: 514px !important;}