@font-face {
  font-family: 'iconfont';  /* Project id 4051022 */
  src: url('//at.alicdn.com/t/c/font_4051022_r689ie85p.woff2?t=1683863893535') format('woff2'),
       url('//at.alicdn.com/t/c/font_4051022_r689ie85p.woff?t=1683863893535') format('woff'),
       url('//at.alicdn.com/t/c/font_4051022_r689ie85p.ttf?t=1683863893535') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




*{margin:0;padding:0}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{margin:0; padding:0;}
li{list-style:none;}
input,textarea,select{font-family:inherit; font-weight:inherit; font-size:14px; color:#484848;}
img{border:0;}
a{font-size:14px; color:#484848;}
a:link{text-decoration:none;}
a:visited{text-decoration:none; color:#484848;}
a:hover{text-decoration:none; color:#e00202; transition:0.5s all; -webkit-transition:0.5s all; -o-transition:0.5s all; -moz-transition:0.5s all; -ms-transition:0.5s all;}
a:active{text-decoration:none; color:#484848;}
body,td,th{font-size:14px; color:#484848; font-family:"Microsoft YaHei";}
body{ background-color:#fff;}
input,button,select,textarea{outline:none}
.clear{height:0; overflow:hidden; clear:both;}
.fl{float:left;}
.fr{float:right;}
.cp img{padding:2px; background-color:#fff; border:1px solid #ddd;}
.cp img:hover{padding:2px; border:1px solid #e00202;}
.rightarrowpointer{display:none;}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
.cl,.clear{clear:both;}
em,i{text-transform: uppercase;font-family: arial;vertical-align: top;display: block; font-style: normal;}


/*定义版面统一宽度*/
.box{ width:1400px; margin:0 auto; overflow:hidden;}
.w1400{width:1400px; margin:0 auto;}
.w1500{ width:1400px; margin:0 auto; overflow:hidden; padding: 50px;}

/*距离*/
.top10{ margin-top:10px;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top90{ margin-top:90px;}
.top100{ margin-top:100px;}


/*tit*/
.t{font-size:42px; font-weight:bold; text-align:center;}
.t b{color:#e00202;}
.t p{ font-size:16px; font-weight:normal; color:#777; padding:10px 0;}
.t em{font-size: 23px; color: #999;}







/* 页头 */
.top_souc{width: 100%; color: #999;  background: #222; height: 40px; line-height: 40px;}
.top_souc a{color:#999;}
.top_souc a:hover{color:#e00202;}
.souc_l{}
.souc_l img{vertical-align: middle; margin:0 8px 0 10px;}
.souc_r{}
.souc_r li{float: left; margin-right: 15px;}
.souc_r li b{ font-size: 20px; color: #fff;}
.souc_r li i{float: left; font-size: 20px;color: #999;}
.souc_r li:nth-child(2) i{font-size:30px;}
.souc_r li:nth-child(3) i{font-size: 25px; padding-right: 10px;}
.souc_r img{vertical-align: middle; margin:0 7px 3px 25px;}


/* 抬头 */
.nav_b{height:120px;}
.logo{padding-top: 25px;}
.logo_t {padding-top: 22px; font-size: 38px; font-weight: bold; color: #232323; padding-left: 12px;}
.logo_t p { font-size: 20px;  font-weight: normal;  color: #e00202;}
	
/*nav*/
.nav_t{ width:53%;}
.nav{ float: left;}
.nav > li { float: left; transition: 0.2s all ease-in-out; position: relative; padding:0 1.1rem;}
.nav > li > a { display: block; text-align: center; padding: 0px 0; font-size: 16px; line-height:120px; color: #333; transition: 0.2s all ease-in-out; height: 120px; position: relative; z-index: 1113; }
.nav > li > a:after,.nav > li > a::after{ content: ''; width: 0%; height: 2px; background: #e00202; display: block; position: absolute; left: 0; bottom: 0; transition:0.3s all ease-in-out; }
.nav > li.navcurrent > a:after,.nav > li.navcurrent > a::after,.nav > li:hover > a:after,.nav > li:hover > a::after{ width: 100%; }
.nav > li.navcurrent > a, .nav > li:hover > a { color: #e00202; font-weight:bold;}


/*下拉*/
.nav li>.nav2 {display: none; position:absolute; left:-20px; top:120px; z-index: 99999;}
.nav li>.nav2 a{display: block; background:#fff; height: 62px; line-height: 62px; width: 150px; font-size: 16px; text-align: center; color:#333; border-bottom: none;}
.nav li>.nav2 a+a{ border-top: 1px solid #eee;}
.nav li>.nav2 a:hover{background:#e00202; color: #fff;}


/*搜索*/
.head_but{float:left; margin-top:46px; position:relative; left: 10px;}
.head_but > img{cursor:pointer;}
.head_but > em{position:absolute; right:0; top:11px; width:1200px; padding-top:59px; z-index:99; display:none;}
.search_contbg{width:100%; background-color:rgba(255,255,255,0.95); padding:25px; overflow:hidden; box-sizing:border-box;}
.search_contfl{float:left; line-height:48px; font-style: normal;}
.search_contfr{float:right; width:260px; height:42px; background:#fff; border:1px solid #ccc;}
#infoname{border:none; outline:none; background:none; float:left; width:195px; line-height:42px; color:#666; padding-left:20px;}
.submit{border:none; outline:none; float:right; width:45px; height:42px; cursor:pointer; background:url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230511/20230511174132_1901242813.png) center no-repeat;}
.head_but i {  font-size: 30px;}




/*banner*/
.banner{ overflow: hidden; background:#000; }
.banner-box{ min-width:1400px; height:800px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:800px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn { width: 100%; position: absolute; top: -1px; left: -1px; margin-left: 0; height: 800px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:320px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230505/20230505144143_1286302075.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230505/20230505144143_1286302075.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:60px; width: 100%; display: block; }
.banner-box .hd ul { width: 1250px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#e42129 !important; width: 32px; }
.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; }






/*speak*/

.spleft{width: 630px; height: 470px; border: 30px solid #fff;  box-shadow: 0 0 15px #ccc;     float: right;}
.spright{width: 660px; float: left;}
.sp_t{ font-size:36px;  color:#333; font-weight: bold; line-height:35px; }
.sp_t b{font-size: 40px; font-weight: bold; color: #dadada;  text-transform: uppercase; display: block; line-height: 50px;}
.sp_t span{color: #e00202;}
.sp_t em{background: #eee; height: 2px; width: 70px;  display: block; margin-top: 20px;}

.sp_c b { display: block;   font-size: 22px;  color: #333;}
.sp_c{ font-size:15px; color:#666; line-height:33px;  margin:30px 0 20px 0;}
.char_txt {width: 700px; position: relative;}
.char_txt ul { display:  flex;justify-content: space-around; flex-wrap: wrap;}
.char_txt li {width:  350px; flex-direction:  column;align-items:  center; justify-content:  center;color:  #333; margin-top: 20px;}
.char_txt li i {font-size:35px; float: left; color: #fff; background: #e00202; border-radius: 50%; width: 70px; height: 70px; line-height: 70px; text-align: center;}
.char_txt li p { display:  flex;flex-direction:  column;align-items:  baseline; font-size:  16px; color:  #999; padding-left: 6%;}
.char_txt li p span { font-size:  36px;color:  #333;position:  relative;line-height:  40px; margin: 0 0 0px 0; font-family: 'din'; font-weight: 100; height: 40px;}
.char_txt li p span em {    font-size: 14px;
    position: absolute;
    top: -8px;
    color: #666;
    right: -20px;}


/*pro*/
.pro_bg{background: #f6f6f6; padding: 70px 0;  height: 530px;}
.protab{text-align: center; margin-top:40px;}
.protab li{font-size: 18px;width: calc(99% / 8); height: 70px;text-align: left; color: #484848;display: inline-block;background: #fff;transition: all .3s ease;position: relative;     float: left;  border: 1px solid #eee; text-align: center; line-height: 70px;}
.protab li a{font-size: 18px;}
.protab li.on:before,.protab li.on:after{background: #e00202;}
.protab li+li {margin-left: -1px;}
.protab li.on{background: #e00202;color: #fff;}
.protab li.on a,.protab li:hover.on a{color: #fff;}
.protab dl {display: none;}


.pro_con {display: flex;overflow: hidden;     width: 1400px;     margin: 0 auto;     height: 680px;}
.pro_call { width: 100%;overflow: hidden;transition: 0.5s;flex-shrink: 0; margin-top: 30px;}
.pro_call li {padding-left: 0 !important; display: block; float: left;  margin-bottom: 20px;     width: 24.1%; border: 1px solid #eee; }
.pro_call li+li { margin-left: 1%;}
.pro_call li a{display: block; width: 100%; height: auto; overflow: hidden; position: relative; }
.pro_call li a img{ }
.pro_call li br{display:none;}
.pro_call li span a{display:block;width:100%;height:60px;line-height:60px;font-size:18px;color:#333;   position: relative;z-index:22;     text-align: center; background: #fbfbfb; transition: all linear 0.7s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.7s;}
.pro_call li:nth-child(4),.pro_call li:nth-child(8){margin-right: 0%;}
.pro_call li img{ transition: all linear 0.7s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.7s; width: 100%;height: auto;}
.pro_call li:hover img{ -webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.pro_call li:hover span a{ color:#e00202;}

/*td*/
.mod_bg{ background: url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230510/20230510150605_1764169798.jpg); height: 720px; padding-top: 70px;}

.mod_bc{padding: 40px 0 70px;position: relative;overflow: hidden;}
.mod{}
.mod dl{width: 20%;position: relative;height: 414px;box-shadow: -20px 0 34px -20px rgba(0,0,0,0.1);}
.mod dl:nth-child(1) {box-shadow: none;}
.mod dl dt{background: #fff;text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 414px;}
.mod dl dt em{width: 104px;height: 104px;background: #f9f9f9;border-radius: 50%;font-size: 48px;text-align: center;color: #e00202;line-height: 104px;}
.mod dl dt em img{width: 84px;height: 84px;}
.mod dl dt b,.mod dl dd h5{display: block;font-size: 26px;line-height: 26px;padding: 30px 0 0;height: 68px; font-weight: normal;;}
.mod dl dt i,.mod dl dd h5 i{display: block;font-size: 15px;font-weight: normal;color: rgba(51,51,51,0.4);text-transform: uppercase;margin-top: 10px; padding: 10px 25px; }
.mod dl dt span{width: 108px;height: 31px;display: block;font-size: 25px;border-radius: 15px;text-align: center;line-height: 31px;    border: 1px solid #eee; margin-top: 82px;}
.mod dl dt span img{width: 88px;height: 24px;}
.mod dl dd{width: 100%;height: 0;position: absolute;top: -22px;text-align: center;left: 0;overflow: hidden;}
.mod dl dd p{margin: 18px;}
.mod dl dd p img{width: 100%;}
.mod dl dd h5{color: #fff;padding-top: 20px;line-height: 0;}
.mod dl dd h5 i{color: rgba(255,255,255,0.9);margin-top: 32px; line-height: 26px;}
.mod dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.mod dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
     background: linear-gradient(to bottom, #e00202, #f53704);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mod dl:hover dd:before,.mod dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.mod dl:hover dd,.mod dl.cur dd{height: 460px;top: -22px;}
.mod_t{display: flex;padding-top: 25px;}







/*case*/
.case{overflow:hidden;}
.casecenter{ height:auto;}
.casetab{ width:600px; margin:0 auto; z-index:99999;}
.casetab li{ float:left; width:289px; height:128px; margin-bottom:10px;background:#ececec;  color:#404845; font-size:18px; position:relative; cursor:pointer;}
.casetab li:nth-child(2n){ margin-left:10px;}
.casetab p{ padding:35px 0 0 100px;}
.casetab p span{ display:block; color:#999; font-size:13px; font-weight:lighter; margin-top:3px;}
.casetab li em{ width:60px; height:60px; border-radius:50%; text-align:center; position:absolute; top:35px; left:20px; z-index:33;  background:#fff;}
.casetab li em i{ font-family: 'iconfont'; display:inline-block; line-height:60px; width:50px; height:50px;  color:#333;     font-size: 35px;}
.casetab li.on i{ font-family: 'iconfont'; color:#fff;}
.casetab li.on em{ font-family: 'iconfont';  background:#e00202;}

.casetab li.on i{ background-position-y:-68px;}
.casetab li:after{ width:100%; height:100%; content:''; display:block; position:absolute; left:0; top:0; background:#e00202; transform:scale(0); transition:all .3s ease;}
.casetab li.on:after{ transform: scale(1);}
.casetab li.on,.casetab li.on span{ color:#fff;}
.casetab li.on em{ border-color:#fff;}
.casetab li p{ position:relative; z-index:33;}

.casecon{ width:800px;  font-weight:lighter;}
.casecon .news_div_item_pic img{ width:800px; height:540px; transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.6s;}
.casecon .divdgweb_new_div_item{ position:relative;}
.casecon .divdgweb_new_div_item_content{ position:absolute;  width:90%; padding:15px 5%; background:rgba(0,0,0,0.4); color:#fff; bottom:0; left:0;     z-index: 99999;}
.casecon a{ color:#fff;}
.casecon a:hover{ text-decoration:underline;}
.casecon .divdgweb_new_div_item_a{ font-size:22px;}
.casecon .divdgweb_new_div_item_body{ color:#fff; }
.casecon .divdgweb_new_div_item_body a{ color:#fff;}
.casetab li a{color: #404845; font-size: 18px;}
.casetab li a:hover{color: #fff; font-size: 18px;}
.casecon .divdgweb_new_div_item:hover img{ transform: scale(1.1);}




/*adv*/
.adv_bg{padding: 80px 0;background: url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230511/20230511174349_385601953.jpg);}
.adv {position: relative;}
.adv:before {content: '';width: 100%; height: 1px;  background: rgba(0, 0, 0, 0.1);position: absolute; top: 126px;}
.advnr{margin-top: 84px;}
.advtab{margin-top: 60px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; text-align:center;}
.advtab li{ box-sizing:border-box; width:25%;transition:all .3s ease; position:relative; font-size:30px; color:#333; cursor:pointer; transition:all .3s ease;}
.advtab li+li{margin-left:-1px !important;}
.advyuan{position:absolute; left:0; right:0; margin:54px auto 0 auto; top:64px; width:18px; height:18px; border-radius:50%; background:#e2e2e2;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}

.advtab li.on .advyuan{background:rgba(224,2,2,0.2);}
.advtab li.on .advyuan i{background:#e00202;}
.advyuan i{ width:8px; height:8px; border-radius:50%; background:#333333;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}

.advtab li b{font-size: 46px; color: #333333; margin-bottom: 10px; display: block;}
.advtab li:nth-child(2) b{font-size: 58px; margin-bottom: -3px !important;}
.advtab li.on b{color: #e00202;}
.advtab li.on{ color:#e00202;}

.advcon{ position:relative; height:470px;background: #fff; width: 1400px; margin: 0 auto; padding: 50px;}
.adv_rbo{ display: flex;align-items: center; position: absolute; bottom: 70px;}
.adv_rbo>a{display: flex;justify-content: center;width: 156px;height: 46px;align-items: center;background: #0e131f;transition: all .5s;}
.adv_rbo>a:hover{box-shadow: 0 10px 10px rgb(248 160 0 / 20%);transform: translateY(-3px);background: #f8a000;}
.adv_rbo>a>span:first-child{font-size: 16px;color: #fff;margin-right: 9px;}
.adv_rbo>a>span:last-child{font-size: 18px;color: #fff;}
.adv_rbo>div{font-size: 26px;color: #e00202;font-weight: bold;       font-family: "DIN";}
.adv_rbo .iconfont{font-size: 24px; font-weight: normal; color: #999;}
.adv_rbo>div>span{font-size: 35px;color: #f8a000;display: inline-block;margin-right: 12px;}

.advcen ul{width: 1400px !important; position:relative; height:470px;}
.advcen img{width: 100%; height: auto;    transition: 0.3s;}
.advcen .adv_tp{float: right;overflow: hidden;}
.adv_tp img{width: 100%; transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.6s;}
.adv_tp:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}

.advbox{ position: relative; width:600px; padding-top:20px;}



.adv_rt{display: flex;/* justify-content: space-between; */align-items: center;}
.adv_rt b{font-family: din;font-size: 80px;color: #e00202;font-weight: bold;  padding-right: 15px;}
.adv_rt dt{display: block; font-size: 32px;     color: #333;  font-weight: bold;}
.adv_rt dd{font-size: 22px; color: #555; margin-top: 0px;}

.adv_rt:after {
    position: absolute;
    content: "";
    background: url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230510/20230510180122_1664342376.jpg) no-repeat center;
    height: 10px;
    width: 100%;
    top: 140px;
    left: 0;}


.adv_info{ margin-top: 57px;}
.adv_info p{font-size: 16px; line-height: 35px; position: relative; padding-left: 25px;}
.adv_info>p:before { position: absolute;  content: "";  width: 9px;  height: 9px; border-radius: 100%;  border: 1px solid #bdbdbd; top: 9px;  left: 0;}



/*process*/
.process_bg{ width: 100%; background: #fff url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230511/20230511174453_810259280.jpg) bottom center no-repeat;  overflow: hidden;     height: 520px;}
.process_t{padding-top: 50px;overflow: hidden; width: 1400px;margin:0 auto;}
.lc_t li {position: relative; float: left; width: calc(100% / 6); text-align: center; padding: 30px 0; -webkit-transition: .5s;-o-transition: .5s; transition: .5s;}
.lc_t li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	    background-color: #e00202;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.lc_t li:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.lc_t li .pic {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	background: #fff;
	border: 1px solid #e8e8e8;
	font-size: 0;
	line-height: 110px;
	border-radius: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.lc_t li:hover .pic {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.lc_t li .tit {
	position: relative;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}
.lc_t li.on .tit,
.lc_t li.on .des,
.lc_t li:hover .tit,
.lc_t li:hover .des,
.lc_t li:hover .des a {
	color: #fff;}
.lc_t li .des {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 100;
	color: #999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
	
.lc_t li .more {
	position: relative;
	border-radius: 40px;
	border: 1px solid #e8e8e8;
	width: 100px;
	line-height: 34px; 
	height: 36px;
	margin:0 auto;
	display: block;
	font-size: 13px;}
.lc_t li.on .more,.lc_t li:hover .more {color: #fff; border-color: #fff;}
.lc_t li.on .more:hover,.lc_t li:hover .more:hover {background: #fff; color: #e00202;}
.lc_t li .pic i img { padding-top: 30px;}
.lc_t li .pic i {  font-size: 46px; color: #333;}



/*about*/
.about_bg{background: url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230511/20230511163325_189353929.jpg)no-repeat top;padding: 75px 0;   background-repeat: no-repeat; background-attachment: fixed;}

.about_page{     width: 1400px;
    background: rgba(255,255,255,0.82);
    padding: 3%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;}
.abwa{ margin:3% 0; font-size:16px; color:#444; line-height:35px; text-indent:2em;  padding: 0 40px;}
.abwa p+p{ margin-top:1%;}
.ab_more{ text-align:center;} 
.ab_more a{ transition:all .3s ease; border:1px solid #a7a7a7; color:#666; width:200px; height:43px; line-height:41px; display:inline-block; border-radius:33px; font-size:15px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;     font-weight: bold;}
.ab_more a:hover{ background:#e00202; color:#fff; width:240px;     transition: 0.2s all ease-in-out;}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 30px rgba(0, 159, 232, .0);}
    100%{box-shadow: 0 0 0 0 rgba(0, 159, 232, .0);}
}

/*workshop*/
.honorbg{width:1400px; height:375px; margin:0 auto;}
.honlink li{float:left;}
.honlink li+li{margin-left:5px;}
.honlink li a{display:block; width:132px; text-align:center; font-size:20px; line-height:50px; color:#333; text-decoration:none;}
.honlink li a:hover,.honlink li.honorcur a{background:#e00202; color:#fff;}
.honlink li a b {  font-size: 32px;   font-weight: normal;   padding-top: 30px;   position: relative; top:5px;}
.honlink_fr{float:right; padding-top:7px;}
.honlink_fr a{cursor:pointer;}
.honor{margin-top:30px; overflow:hidden;}
.honor .new_web_div2021 li{float:left; margin-right:20px;}
.honor .new_web_div2021 li > a{display:block; width:337px; height:253px; overflow:hidden;}
.honor .new_web_div2021 li > a img{transition-duration:0.5s;}
.honor .new_web_div2021 li p{margin-top:10px;}
.honor .new_web_div2021 li p a{display:block; width:100%; text-align:center; font-size:16px; line-height:16px; text-decoration:none;}
.honor .new_web_div2021 li:hover > a img{transform:scale(1.1);}






/*news*/
.news_bg{background:url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230506/20230506170636_1127348890.jpg); padding:70px  0 30px 0;}
.news{}
.new_tl { float: left; margin-bottom: 30px; display:block;color:#222;font-size:40px; font-weight: bold;}
.new_tl p{color:#666; font-size:16px; font-weight: normal;}

.news_tab ul li {display: inline-block; overflow: hidden;   width:140px; line-height: 46px;position: relative; padding: 0 10px;}
.news_tab ul li+li{ margin-left:25px;}
.news_tab ul li::after { content: ''; display: block; clear: both; width: 100%; height:46px; position: absolute; left: -100%; top: 0%;
background: #e00202; filter: progid:DXImageTransform.Microsoft.gradient( startColorproadv='#e00202', endColorproadv='#e00202',GradientType=1 ); transition: .3s all ease; border-radius: 30px;}
.news_tab ul li:hover,.news_tab ul li.on{ border-color: transparent;}
.news_tab ul li a img { display: inline-block;  vertical-align: middle; padding-right: 5px;  -webkit-filter: grayscale(1); filter: grayscale(1);}
.news_tab ul li:hover a img,.news_tab ul li.on a img{-webkit-filter: grayscale(0);filter: grayscale(0);}
.news_tab ul li:hover:after,.news_tab ul li.on:after{left: 0}
.news_tab ul li:hover a,.news_tab ul li.on a{color:#282f37;}
.news_tab ul { text-align: center; line-height: 30px;}
.news_tab ul li a { display: block; font-size:18px; font-weight:500; color: #343434; transition: .3s all ease; position: relative; z-index: 3;}
.news_tab { float: right; margin-top:15px;}
.news_tab img {position: relative; float: left; top: 18px;}
.news_tab li a i{color:#333; font-size: 28px;  position: relative; top: 2px; float: left; left: 12px;}
.news_tab li.on a,.news_tab li.on a i{color:#fff !important;  font-weight: normal;}	
	

.news_list{height:501px;width: 100%;overflow: hidden;}
.news_list .news_div{height:495px;}
.news_list .news_div_item,.news_list .divdgweb_new_div_item{width: 20.6%;display: inline-block;position: relative;height:450px;transition:0.5s; padding: 20px; background: #fff;}
.news_list .news_div_item+.news_div_item,.news_list .divdgweb_new_div_item+.divdgweb_new_div_item{margin-left:1.79%;}
.news_list .news_div_item_date,.news_list .divdgweb_new_div_item_date{position: absolute;top:250px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before,.news_list .divdgweb_new_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230505/20230505172437_2039030505.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content,.news_list .divdgweb_new_div_item_content{position: absolute;top:280px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .divdgweb_new_div_item_year, .news_list .divdgweb_new_div_item_month, .news_list .divdgweb_new_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a,.news_list .divdgweb_new_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before,.news_list .divdgweb_new_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 130px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after,.news_list .divdgweb_new_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230505/20230505172455_149958009.png) no-repeat center;width: 25px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body,.news_list .divdgweb_new_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;     overflow: hidden;}
.news_list .divdgweb_new_div_item_pic, .news_list .divdgweb_new_div_item_pic a, .news_list .divdgweb_new_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic,.news_list .divdgweb_new_div_item_pic{}
.news_list .news_div_item:hover .news_div_item_a,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color: #e00202;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a::before{background: #e00202;transition:0.5s;padding-left:40px; color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a::after{left:110px;transition:0.5s;}


.news_list .news_div_item .news_div_item_pic img,.news_list .divdgweb_new_div_item .news_div_item_pic img{ width:100%; height:100%; transition:all .9s ease; }
.news_list .news_div_item:hover .news_div_item_pic img,.news_list .divdgweb_new_div_item:hover .news_div_item_pic img{ transform:scale(1.1);}
.news_list .news_div_item:hover img{transform:scale(1.1);}

/*link*/
.links {
    overflow: hidden;
    margin: 0 auto;
    padding: 25px 0;}
.linksW {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
}
.links_l {
    width: 100px;
}
.links_lm {
    font-size: 18px;
    line-height: 27px;
    font-weight: lighter;
}
.links_lm p {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}
.links_lm p span { color: #da070f;}
.links_lm em {  font-size: 16px;  color: #666; letter-spacing: 5px;   line-height: 16px;     font-weight: normal;}
.links_r { width: 93%;  color: #fff;}
.links_r a {padding-top:40px; font-size: 15px;color: #666 !important;}
.linkTagcs li a {  font-weight: lighter;}




/*底部*/
.bottombg{width:100%; background:#131313;}
.bottom_cont{width:1400px; margin:0 auto;}
.bottom_fl{float:left; padding-top:85px;     width: 43%;}
.bottom_logo{width:360px; margin-left:4px; padding-bottom:28px; overflow:hidden;}
.bottom_logo_img{float:left;}
.bottom_ad{float:left; margin-left:15px; font-size:30px; line-height:30px; color:#fff; font-weight:bold;}
.bottom_ad p{margin-top:13px; font-size:16px; line-height:16px; color:#fff; font-weight:normal;}
.bottom_tel{margin-left:4px;}
.bottom_tel li{margin-bottom:12px; font-size:15px; color:rgba(255,255,255,.7); line-height: 24px;}
.bottom_tel li img{display:inline-block; margin-right:8px; vertical-align:middle;}
.bottom_tel li i{ color: #fff; font-size:20px; opacity: 0.7; padding-right: 10px; float: left;}

.bottom_nav{float:left; padding-top:94px;}
.bottom_nav dl{float:left;}
.bottom_nav dl+dl{margin-left:140px;}


.bottom_nav dt{font-weight: normal;font-size: 18px;color: #fff; position:relative; padding-bottom:40px;}
.top45{height: 45px;}
.bottom_nav dt:after{content: "";display: block;width: 28px;height: 2px;background: #fff; top:40px; position:absolute;}
.bottom_nav dl:hover dt:after{content: "";position: absolute;  top: 40px; width: 77px; height: 2px; background-color: #e00202; left:0px; transition: 0.5s; }


.bottom_nav dd a:hover { color: #fff;}
.bottom_nav dd{margin-top:20px;}
.bottom_nav dd a{display:block; margin-bottom:17px; font-size:15px; line-height:15px; color:rgba(255,255,255,.7);}



.social {padding-top:0px;clear: both;}
.social a { position: relative; font-size: 13px; color: #fff; display: inline-block; line-height: 25px; padding:5px 9px; /*background:#fff; */     border: 1px solid rgba(255,255,255,0.2); transition:0.3s all ease-in-out; float: left;display: block;margin-right:14px; margin-top:4%;}
.social a img{ display: block}
.social a:hover{ background: #d00000;  }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -35px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px;left: calc((100% - 10px) / 2); }
.social .ewm img { display: block; width: 100%; height:auto; }


/*版权*/
.Copyrightbg{width:100%; margin-top:90px;  border-top:1px solid rgba(255,255,255,0.1);}
.Copyright{width:1400px; margin:0 auto; padding:40px 0 50px 0;}
.Copyright,.Copyright a{font-size:15px; line-height:16px; color:rgba(255,255,255,.7);}
.Copyright_fl{float:left;}
.Copyright_fr{float:right;}