*{ margin:0; padding:0;}
body{overflow-x:hidden; }
ul{ margin:0; padding:0;}
li{list-style:none;font-family:"Microsoft YaHei","arial","微软雅黑","verdana","宋体";}
.clear {height:0px;clear:both;}
textarea{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
div{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
p{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体"; margin:0; padding:0;}
a{text-decoration:none;font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";cursor:pointer;}
a:hover{text-decoration:none;}
img{ border:none;image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */}
.px-0{ padding:0 0;}

.mx-0{ margin:0 0;}
.mbpx-0{padding:0 0;}
html {
          font-size: 100px; /*根元素默认的大小是16px*/
        }
.max-1920{ max-width:1920px !important; margin:auto;}		
	
@media screen and (max-width: 1680px){
	html{
		font-size:86px;
	}
}		
@media screen and (max-width: 1440px){
	html{
		font-size:78px;
	}
}

@media screen and (max-width: 1200px){
.hidden-1280{ display:none !important;}
}
@media screen and (max-width: 1024px){
	html{
		font-size:60px;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size:60px;
	}
	
}
@font-face {
	font-family: 'DIN-Black';
	src: local('DIN-Black'), url(../fonts/DIN-Black.otf) format('woff');
}
@font-face {
	font-family: 'PRG55';
	src: local('PRG55'), url(../fonts/PRG55.woff) format('woff');
}

.pagination a {
	font-size: 16px;
	color: #777777;
	float: left;
	min-width: 50px;
	height: 50px;
	font-family: 'goth';
	line-height: 50px;
	text-align: center;
	margin-left: 22px;
}

.pagination p {
	margin-left: 22px;
	font-size: 16px;
	color: #777777;
	float: left;
	min-width: 50px;
	height: 50px;
	font-family: 'goth';
	text-align: center;
	line-height: 50px;
}
.cur {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff !important;
	font-family: 'goth';
	text-align: center;
	border-radius: 50%;
	background:#d70d1a;
}
.pagination {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.pagination a:hover {
	
	color: #d70d1a;

}
/*mask*/
.mask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.readmask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.readmask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.isPlay:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";

  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
}


@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

@font-face {font-family:'move';src: local('move'), url(../img/move.woff) format('woff');}

@font-face {font-family:'News';src: local('News'), url(../img/News.woff) format('woff');}
div.publicheadback{ width:10vw; height: 100vh; position: fixed; left: 0; top: 0; z-index: 999999;}

.publicheadback.in{opacity:1;/* transition:all 0.3s ease-in-out;transform:translateX(0); */}
.headerWprDown{ left: 0;}
.publicheadback.out{ opacity:1; /* transition:all 0.3s ease-in-out; transform:translateX(-100px) */}


img.publicinheadbg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));}

div.publicinhead{ width: 78%; height: 100%; position: absolute; left: 0; top: 0; padding-top: 0.5rem;}

div.publicinheadtable{ width: 100%; height: 100%; display: table;}

div.publicinheadcell{ width: 100%; height: 100%; display: table-cell; vertical-align: top;}

div.publicinheadlogo{ width:60%; height: auto;  margin: auto; }

div.publicinheadlogo img{ width: 100%; height: auto;}

div.publicinhead_navbk{ width: 100%; height: auto; margin-top: 0.5rem;}

div.publicinhead_nav{ width: 100%; height: auto; line-height:4; text-align: center; font-size: 18px; position: relative;font-weight: bold;}
@media screen and (max-width : 1480px) {
div.publicinhead_nav {font-size: 16px;}
}
div.publicinhead_nav a{ color: #fff; transition: all 0.36s ease-in-out; }

div.publicinhead_gouwuche{ width:0.36rem; height: auto; margin: auto; margin-top: 0.3rem; left: -0.05rem; position: relative;}
.publicinhead_gouwuche img {
	filter: grayscale(100%) brightness(3000%);
}
div.publicinhead_nav a:hover{ color: #ffdeb3; }
div.publicinhead_gouwucheby {
    width: 0.21rem;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 0;
}
div.publicinhead_gouwucheby img {
    width: 100%;
}
.nyywan {
    font-family: 'News';
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.nyywan:hover {
    color: #ffdeb3;
    text-decoration: none;
}
#rmenu{ position:absolute; right:30px; top:50%; transform:translateY(-50%); z-index:5; display:none; text-align:right;}
.rmenum_a{display:inline-block; position:relative; line-height:22px; height:22px; padding-right:34px; font-size:0; letter-spacing:2px;}
.rmenum_a span{display:inline-block; transition:all 0.3s ease-in-out; opacity:0;}
.active .rmenum_a span{opacity:1;}
.active .rmenum_a{ color: #f50019; }
.rmenum_a i{width:12px; height:2px; position:absolute; right:0; top:10px; transition:all 0.5s ease-in-out; background:rgba(0,0,0,0.2);}
.active .rmenum_a i{ background:#f50019; width:24px;}

div.indexbannerback{ width: 100%; height: 100vh; position: relative;}

div.indexbannerback .mySwiper{ width: 100%; height: 100%;}

div.indexbanner{ width: 100%; height: 100%;  }

div.indexbannerbg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;}

div.indexbanner_pic{ width: 5.3rem; height:auto; position: absolute; left:19.2vw; top:50%; margin-top: -1.41rem; }

div.indexbanner_pic img{ width: 100%;}

div.indexbanner_pic1{ width:6.78rem; height:auto; position: absolute; left:19.2vw; top:50%; margin-top: -1.41rem; }

div.indexbanner_pic1 img{ width: 100%; }

div.indexbanner_pic2{ width: 6.58rem; height:auto; position: absolute; left:19.2vw; top:50%; margin-top: -1.41rem; }

div.indexbanner_pic2 img{ width: 100%;}


div.indexinheadtop{ position: fixed; right: 3.3%; top: 6.5%; z-index: 999;}

div.indexinheadtoptel{ float: left; height: 36px; line-height: 42px; padding-left:40px; color: #f50019; font-size: 26px; font-family: 'move'; background: url("../img/icotel.png") left center no-repeat;}

div.indexinheadtoplan{ width: 108px; height: 36px; float: left; margin-left: 0.45rem; border-radius: 6px; overflow: hidden;}

div.indexinheadtoplan1{ width: 50%; height: 36px; float: left; background: #fff; line-height: 40px; text-align: center; color: #f50019; font-size: 16px; font-family: 'move'; transition: all 0.36s ease-in-out;}

div.indexinheadtoplan1 a{font-family: 'move'; display: block; width: 100%; height: 100%; color: #f50019; transition: all 0.36s ease-in-out;}


div.indexinheadtoplan2{ width: 50%; height: 36px; float: left; background: #f50019; line-height: 40px; text-align: center; color: #fff; font-size: 16px; font-family: 'move'; transition: all 0.36s ease-in-out; border-left: 1px solid #f50019;}

div.indexinheadtoplan2 a{font-family: 'move'; display: block; width: 100%; height: 100%; color: #fff; transition: all 0.36s ease-in-out;}


div.indexbannercontrols{ width: 130px; height: 30px;  line-height: 30px; position: absolute; bottom: 8.3%; right: 4.1vw; z-index: 99;}

div.indexbannercontrols .swiper-pagination{ width:100%; height: 30px; position: relative; bottom: auto;  color: #f50019; font-size: 0.26rem; font-family: 'move'; font-size: 0;}

div.indexbannercontrols .swiper-pagination-current{ color: #f50019; font-size: 0.26rem; font-family: 'move'; display: block; line-height: 0.35rem;}

div.indexbannercontrols .swiper-pagination-total{ color: #f50019; font-size: 0.26rem; font-family: 'move'; display: none;}

div.indexbannercontrols_l{ width: 19px; height: 30px; position: absolute; left: 0; top: 0; outline: none; cursor: pointer; background: url("../img/bannerleft.png") center no-repeat; z-index: 100;}

div.indexbannercontrols_l:hover{background: url("../img/bannerlefth.png") center no-repeat;}

div.indexbannercontrols_r{ width: 19px; height: 30px; position: absolute; right: 0; top: 0; outline: none; cursor: pointer; background: url("../img/bannerright.png") center no-repeat; z-index: 100;}

div.indexbannercontrols_r:hover{background: url("../img/bannerrighth.png") center no-repeat;}



div.indexoneback{ width: 100%; height: 100%; position: relative; background: url("../img/indextwoback.jpg") 50%/cover no-repeat;}

div.indexoneright{ width: 73vw; height: 100%; position: absolute; right: 9.4vw; top: 0; z-index: 99;}

div.indexoneright_1{ width: 57%; height: auto; float: left; padding-top: 20vh; position: relative; z-index: 100; transform: translate(-50px,0); visibility: hidden; opacity: 0;}

div.indexoneright_2{ width: 37%; height: auto; position: absolute; right: 0; bottom: 0; transform: translate(50px,0); visibility: hidden; opacity: 0;}

.active div.indexoneright_1{ transform: translate(0,0); visibility: visible; opacity: 1;transition-delay: 0.3s;}

.active div.indexoneright_2{ transform: translate(0,0); visibility: visible; opacity: 1;transition-delay: 0.7s;}

div.indexoneright_2 img{ width: 100%; height: auto;}

div.indexoneright_1_t{ width: 100%; height:auto; line-height: 0.54rem; font-size: 0.28rem; font-weight: 700; }

div.indexoneright_1_ft{ height: auto; width: 100%; line-height: 0.8rem; color: #f50019; font-size: 0.58rem; font-family: 'move';}

div.indexoneright_1_line{ width: 0.61rem; height: 4px; margin-top: 0.06rem; background: #f50019;}

div.indexoneright_1_desc{ height: auto; line-height: 0.32rem; margin-top: 0.29rem; color: #4c4c4c; font-size: 16px;}

div.indexoneright_1_jt{ width: 0.52rem; height: 0.25rem; background: url("../img/indexonejt.png") center no-repeat; background-size: 100%;  margin-top: 0.26rem; position: relative; left: 0;}

div.indexoneright_1_jt:hover{ left: 0.15rem; background: url("../img/indexthree_more.png") center no-repeat; background-size: 100%; }

div.indexoneright_1_jt a{ width: 100%; height: 100%; display: block;}

div.indexonebottomnavback{ width: 100%; height: auto; position: absolute; bottom: 0; z-index: 100;}

div.indexonebottomnav{ width: 0.11rem; height: 0.11rem; position: absolute; border-radius: 50%; background: #f50019; cursor: pointer;}

div.indexonebottomnavborder{ width:0.33rem; height:0.33rem; position:absolute; left: -0.11rem; top: -0.11rem; border-radius: 50%; border: 2px solid #f50019;}

div.indexonebottomnav1{ left: 18%; top: 44%;}

div.indexonebottomnav2 {
    left: 37%;
    top: 21.5%;
}

div.indexonebottomnav3 {
    left: 54%;
    top: 45%;
}

div.indexonebottomnav4 {
    left: 71%;
    top: 60%;
}

div.indexonebottomnav5 {
    left: 85%;
    top: 46%;
}

div.indexonebottomnav11{ left: 18%; top: 44%;}

div.indexonebottomnav22 {
    left: 40%;
    top: 23%;
}

div.indexonebottomnav33 {
    left: 60%;
    top: 55%;
}

div.indexonebottomnav44 {
    left: 83%;
    top: 50%;
}

div.indexonebottomnavh{ width: 1.53rem; height: 1.53rem; position: absolute; left: -0.715rem; top:-0.715rem; background: #d70c19; border-radius: 50%; transform: scale(0); transition: all 0.5s ease-in-out;}

div.indexonebottomnavhtable{ width: 100%; height: 100%; display: table;}

div.indexonebottomnavhcell{ width: 100%; height: 100%; display:table-cell; vertical-align: middle;}

div.indexonebottomnav_cnt{ width: 100%; height: auto; line-height: 0.32rem; text-align: center; color: #fff; font-size: 0.22rem; }

div.indexonebottomnav_ent{ width: 100%; height: auto; line-height: 0.26rem; text-align: center; color: #fff; font-size: 0.14rem; font-family: 'move'; }

div.indexonebottomnav:hover div.indexonebottomnavh{ transform: scale(1);}

div.indexonebottomnavnewh{ transform: scale(1);}

div.indextwoback{ width: 100%; height: 100vh; position: relative;}

div.indextwobgback{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;}

div.indextwobg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.7s ease-in-out;}

div.indextwobgh{opacity: 1;}

div.indextwomainback{ width: 100%; height: auto; position: absolute; top: 0;  transform: translate(0,20px);opacity: 0;  transition: all 0.7s ease-in-out; }

div.indextwomainbackactive{ width: 100%; height: auto; position: absolute; top: 20vh;  transform: translate(0,70px);opacity: 0;  transition: all 0.7s ease-in-out;}

.active div.indextwomainbackactive{ transform: translate(0,0);opacity: 1; transition-delay: 0.5s; }

div.indextwomain{ width: 44.6%; height: auto; margin: auto; }

div.indextwomainh{transform: translate(0,0); visibility: visible; opacity: 1; z-index: 100;}

div.indextwomain_t{ width: 100%; height: auto; text-align: center;}

div.indextwomain_t img{ width: 3.49rem; height: auto;}

div.indextwomain_desc{ width: 100%; height: auto; position: relative; margin: auto; margin-top: 0.3rem; line-height:2; color: #fff; font-size: 16px; }

div.indextwomain_jt{ width: 0.52rem; height: 0.25rem; margin: auto; margin-top: 0.5rem; position: relative; transform: translate(0,0); transition: all 0.36s ease-in-out; background: url("../img/indextwo_more.png") center no-repeat; background-size: 100%;}

div.indextwomain_jt a{ display: block; width: 100%; height: 100%;}

div.indextwomain_descico1{ width: 0.59rem; height: 0.48rem; position: absolute; left: -1rem; top: 0; }

div.indextwomain_descico2{ width: 0.59rem; height: 0.48rem; position: absolute; right: -1rem; top: 0; }

div.indextwomain_jt:hover{transform: translate(15px,0);  background: url("../img/indexthree_more.png") center no-repeat; background-size: 100%;}

div.indextwobottomnav{ width: 0.11rem; height: 0.11rem; position: absolute; border-radius: 50%; background: #f50019; cursor: pointer;}

div.indextwobottomnavh div.indexonebottomnavh{ transform: scale(1);}

div.indexthreeback{ width: 100%; height: 100%; position: relative; background: url(https://pic01.sq.seqill.cn/uploads/image/20230505/47d23b9a2b8a0505362fb1bcd6c5d0b3.jpg) 50%/cover no-repeat;}

div.indexthreetable{ width:70.3%; height: 100%; display: table; left: 18.6%; position: absolute; top: 0;}

div.indexthreecell{ width: 100%; height: auto; display: table-cell; vertical-align: middle;}

div.indexthreepic{ width: 55%; height: auto; transform: translateX(-50px); opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out;}

div.indexthreepic img{ width: 100%; height: auto;}

div.indexthree{ width: 100%; height: auto; display: flex; flex-wrap: nowrap; justify-content: space-between;}

div.indexthreert{ width: 43%; height: auto; flex-shrink: 0; margin-top: 0.35rem; transform: translateX(50px); opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out;}

.active div.indexthreepic{ transform: translateX(0); opacity: 1; visibility: visible; transition-delay: 0.35s;}

.active div.indexthreert{ transform: translateX(0); opacity: 1; visibility: visible; transition-delay: 0.7s;}

div.indexthreert_ent{ width: 100%; height: auto; line-height: 0.67rem; color: #f50019; font-size: 0.54rem; font-family: 'move';}

div.indexthreert_cnt{ width: 100%; height: auto; line-height: 0.52rem; color: #fff; font-size: 0.28rem; font-weight: 700;}

div.indexthreert_line{ width: 0.5rem; height: 4px; background: #ff051e; margin-top: 0.13rem;}

div.indexthreert_desc{ width: 100%; height: auto; line-height: 2; margin-top: 0.24rem; color: #ffffff; font-size: 16px;}

div.indexthreert_more{ width: 0.52rem; height: auto; margin-top: 0.27rem; position: relative; transform: translate(0,0); transition: all 0.36s ease-in-out;}

div.indexthreert_more img{ width: 100%; height: auto;filter: grayscale(100%) brightness(3000%);transition: all 0.36s ease-in-out;}

div.indexthreert_more:hover{ transform: translate(15px,0)}
div.indexthreert_more:hover img {filter: grayscale(0%) brightness(100%);}
div.indexfourback{ width: 100%; height: 100%; background: url(https://pic01.sq.seqill.cn/uploads/image/20230505/a7275bd5777b613e289abd4ce85276c8.jpg) 50%/cover no-repeat;}

div.indexfour{ width: 69.5%; height: 100%; position: absolute; left: 18.9%; top: 0; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.indexfourleft{ width: 38.6vw; height: auto; transform: translateX(-50px); opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out;}

div.indexfourli{ width: calc(25% - 2px); margin:1px; float: left; height: auto; background: rgba(255,255,255,0.76);}

div.indexfourli img{ width: 100%; height: auto;}

div.indexfourli2{ width: calc(25% - 2px); margin: 1px; height: auto; position: relative; float: left; text-align: center;}

div.indexfourli2_b{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #d70c19; color: #ffffff;}

div.indexfourli2_b a{ color: #fff;}

div.indexfourli2_btable{ width: 100%; height: 100%; display: table;}

div.indexfourli2_bcell{ width:100%; height: auto; vertical-align: middle; display: table-cell;}

div.indexfourli2_bcell img{ width: 0.18rem; height: auto; margin-left: 3px;position: relative; top: -2px;}

div.indexfourtable{ width: 100%; height: 100%; display: table;}

div.indexfourcell{ width: 100%; height: auto; display: table-cell; vertical-align: middle;}

div.indexfourli_t{ width: 100%; height: auto; line-height: 0.5rem; margin-bottom: 0.3rem; text-align: center; color: #e9000f; font-size: 0.4rem; font-weight: 700;}

div.indexfourbutton{ width: 130px; height: 30px;  line-height: 30px;  margin: auto; margin-top: 0.48rem; z-index: 99; position: relative;}

div.indexfourbutton .swiper-pagination{ width:100%; height: 30px; position: relative; bottom: auto; line-height: 35px;  color: #f50019; font-size: 0.26rem; font-family: 'move';}

div.indexfourbutton .swiper-pagination-current{ color: #f50019; font-size: 0.26rem; font-family: 'move';}

div.indexfourbutton .swiper-pagination-total{ color: #f50019; font-size: 0.26rem; font-family: 'move';}

div.indexfourbuttonl{ width: 19px; height: 30px; position: absolute; left: 0; top: 0; outline: none; cursor: pointer; background: url("../img/bannerleft.png") center no-repeat; z-index: 100;}

div.indexfourbuttonl:hover{background: url("../img/bannerlefth.png") center no-repeat;}

div.indexfourbuttonr{ width: 19px; height: 30px; position: absolute; right: 0; top: 0; outline: none; cursor: pointer; background: url("../img/bannerright.png") center no-repeat; z-index: 100;}

div.indexfourbuttonr:hover{background: url("../img/bannerrighth.png") center no-repeat;}

div.indexfourrt{ width: 38%; height: auto; margin-top: 0.9rem; transform: translateX(50px); opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out;}

.active div.indexfourleft{ transform: translateX(0); opacity: 1; visibility: visible; transition-delay: 0.35s;}

.active div.indexfourrt{ transform: translateX(0); opacity: 1; visibility: visible; transition-delay: 0.7s;}

div.indexfourrt_ent{ width: 100%; height: auto; line-height: 0.66rem;  color: #f50019; font-size: 0.54rem; font-family: 'move'; text-align: right;}

div.indexfourrt_cnt{ width: 100%; height: auto; line-height: 0.4rem; color: #383838; font-size: 0.28rem; font-weight: 700; text-align: right;}

div.indexfourrt_desc{ width: 100%; height: auto; line-height: 2; color: #3c3c3c; font-size: 16px; margin-top: 0.18rem; text-align: right;}

div.indexfourrt_more{ width:0.52rem; height: auto;  float: right; margin-top: 0.36rem; transition: all 0.36s ease-in-out; transform: translate(0,0)}

div.indexfourrt_more img{ width: 100%;filter: grayscale(100%) brightness(3000%);transition: all 0.36s ease-in-out;}

div.indexfourflex{ width: 100%; height: auto; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.indexfourrt_more:hover{transform: translate(15px,0)}
div.indexfourrt_more:hover img {filter: grayscale(0%) brightness(100%);}
div.indexfiveback{ width: 100%; height:auto; padding: 0.6rem 8.3% 0; background: #f8f8f8;}

div.indexfivetop{ width: 100%; height: auto; padding-bottom: 0.95rem;}

div.indexfiveleft{ float: left; transition: all 0.5s ease-in-out; opacity: 0; visibility: hidden; transform: translateX(-50px);}

div.indexfivelefttop{ width: 100%; height: auto; display:flex; flex-flow: nowrap; justify-content: space-between;}

div.indexfiveleftlogo{ width: 1.03rem; height: auto;}

div.indexfiveleftlogo img{ width: 100%; height: auto;}

div.indexfiveleftxx{ float: right; width: 3.7rem; height: auto; margin-left: 0.27rem;}

div.indexfiveleftxx_cnt{ width: 100%; height: 0.33rem; line-height: 0.33rem; color: #d70b19; font-size: 16px;}

div.indexfiveleftxx_tel{ width: 100%; height: auto; line-height: 0.75rem; color: #d70b19; font-size: 0.5rem; font-family: 'move'; margin-bottom: 0.15rem;}

div.indexfiveleftxx_li{ width: 100%; height: auto; line-height: 0.38rem; color: #6d6d6d; font-size: 16px;}

div.indexfiveleftbottom {
    width: 45%!important;
    height: auto;
    margin-top: .9rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    float: right;
}

div.indexfiveleftbottomnav{ width: 0.64rem;
    height: 0.64rem;
    position: relative;
    margin: 0 3%;
    margin-bottom: 0.3rem;}
div.indexfiveleftbottomnav:nth-child(1){background: url("../img/footerico1h.png") center no-repeat; background-size:100%;display:none; }
div.indexfiveleftbottomnav:nth-child(2){background: url("../img/footerico2h.png") center no-repeat; background-size:100%;margin-left:0; }
div.indexfiveleftbottomnav:nth-child(3){background: url("../img/footerico3h.png") center no-repeat; background-size:100%; }
div.indexfiveleftbottomnav:nth-child(4){background: url("../img/footerico4h.png") center no-repeat; background-size:100%;margin: 5% 9%;margin-right: 0; }
div.indexfiveleftbottomnav:nth-child(5){background: url("../img/footerico5h.png") center no-repeat; background-size:100%;display:none; }
div.indexfiveleftbottomnav:nth-child(6){background: url("../img/footerico6h.png") center no-repeat; background-size:100%;display:none; }

div.indexfiveright{ float: right; transition: all 0.5s ease-in-out; opacity: 0; visibility: hidden; transform: translateX(50px);}

.active div.indexfiveleft{opacity: 1; visibility: visible; transform: translateX(0); transition-delay: 0.35s;}

.active div.indexfiveright{opacity: 1; visibility: visible; transform: translateX(0); transition-delay: 0.7s;}

div.indexfiverightli{ float: left;     margin-left: 0.75rem;  margin-top: 0.3rem; }
@media screen and (max-width : 1600px) {
div.indexfiverightli{     margin-left: 0.55rem; }
}
div.indexfiverightli_t{ height: 0.38rem; line-height: 0.38rem; color: #3f3f3f; font-size: 0.18rem; font-weight: 700;}

div.indexfiverightli_t a{ color: #3f3f3f; transition: all 0.36s ease-in-out;}

div.indexfiverightli_t a:hover{color: #d70b19;}

div.indexfiverightli_list{ height: auto; line-height: 1.8; margin-top: 0.3rem; color: #878787; font-size: 16px;}

div.indexfiverightli_list a{ color: #878787; transition: all 0.36s ease-in-out; }

div.indexfiverightli_list a:hover{ color: #d70b19;}

div.indexfivebottom{ width: 100%; height: auto; padding: 0.35rem 0; border-top: 1px solid #e5e5e5; color: #8a8a8a; font-size: 16px; line-height: 1.8;}

div.indexfivebottom a{ color: #8a8a8a; transition: all 0.36s ease-in-out; }

div.indexfivebottom a:hover{ color: #d70b19; }

div.indexfiveleftbottomnavewm{  width: 1.66rem; height: auto; position: absolute; left: 50%; margin-left: -0.83rem;  top: -1.63rem; opacity: 0; visibility: hidden; transition: all 0.36s ease-in-out; }

div.indexfiveleftbottomnavewm img{ filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));width: 100%;}

div.indexfiveleftbottomnavhover div.indexfiveleftbottomnavewm{ opacity: 1; visibility: visible;}

div.indexfiveleftbottomnavhover:nth-child(1){background: url("../img/footerico1.png") center no-repeat; background-size:100%; }
div.indexfiveleftbottomnavhover:nth-child(2){background: url("../img/footerico2.png") center no-repeat; background-size:100%; }
div.indexfiveleftbottomnavhover:nth-child(3){background: url("../img/footerico3.png") center no-repeat; background-size:100%; }
div.indexfiveleftbottomnavhover:nth-child(4){background: url("../img/footerico4.png") center no-repeat; background-size:100%; }
div.indexfiveleftbottomnavhover:nth-child(5){background: url("../img/footerico5.png") center no-repeat; background-size:100%; }
div.indexfiveleftbottomnavhover:nth-child(6){background: url("../img/footerico6.png") center no-repeat; background-size:100%; }


div.indexfivebottomrighticobk{ float: right; height: auto;}

div.indexfivebottomrightico{ width: 0.56rem; height: 0.56rem; float: left; margin-left: 0.35rem; cursor: pointer;}

div.indexfivebottomrightico img{ width: 100%; height: 100%;}

div.indexfivebottomxxl{ float: left;}

div.nybannerback{ width: 100%; height: 8.2rem; position: relative; }

div.nybannerbg{ width:100%; height: 8.2rem; position: absolute; left: 0; top: 0;}

div.nybannertop{ width: 87%; height: auto; position: absolute; left:6.5%; z-index: 999999; top: 0; }

div.nybannertop1{ position: relative; height: auto; padding: 14px 28px; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.5);}

div.nybannertop1logo{ width: 103px; height: auto; margin: auto;}

div.nybannertop1logo img{ width: 100%; height: auto;}

div.nybannertop1tel{ height: 125px; position: absolute; left: 28px;  top: 14px; line-height: 137px; background: url("../img/icotel.png") left center no-repeat; padding-left: 35px; color: #f50019; font-size: 26px; font-family: 'move';}

div.nybannertop1rt{ position: absolute; right: 28px; top: 55px; height: 36px;}

div.nybannertop1rtleft{ height: 36px; float: left; margin-right: 36px; }

div.nybannertop1rtmenu{ float: left; height: 36px; cursor: pointer;}

div.nybannerbottomnavbk{ width: 100%; height: auto; line-height: 90px; justify-content: center; display: flex; flex-flow: nowrap;}

div.nybannerbottomnav{ height: 90px; line-height: 90px; margin: 0 0.5rem; color: #ffffff; font-size: 20px;}

div.nybannerbottomnav a{ color: #fff; transition: all 0.36s ease-in-out;}

div.navhover a{ color: #d70d1a;}

div.nybannerbottomnav a:hover{ color: #d70d1a;}

div.gywmoneback{ width:100%; height: auto; padding: .75rem 11.7% 1.6rem 14.6%;}

div.gywmoneleft{ width: 69.375%; height: auto; float: left; position: relative; z-index: 10; margin-top: 0.3rem;}

div.gywmoneleft_t{ width: 100%; height: 108px; background: url("../img/gywmone_t.png") center no-repeat; position: relative;}

div.gywmoneleft_cont{ width: 100%; height: auto; line-height: 0.32rem; color: #696969; font-size: 16px; padding: 28px 0 67px; border-bottom: 2px solid #d70d1a;}

div.gywmonert{ width: 41%; height: auto; position:absolute; right:4.5%;}

div.gywmonert_n{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding-top: 0.3rem;padding-left: 53%;}

div.gywmonert_n_nav{ width: 2.6rem; height: auto; margin-bottom: 1.4rem;margin-top: .25rem;}

div.gywmonert_n_nav:nth-child(3){margin-bottom:0; }

div.gywmonert_n_nav_1{ height: 0.75rem; line-height: 0.75rem; color: #d70d1a; font-size: 0.8rem;}

div.gywmonert_n_nav_1 span{ font-family: 'move';}

div.gywmonert_n_nav_1 sup{ color: #2d2d2d; font-size: 0.2rem; font-weight: 700;top: -2em; left: 5px; }

div.gywmonert_n_nav_2{ height: 0.3rem; line-height: 0.3rem; color: #2d2d2d; font-size: 16px; font-weight: 700;}

div.gywmtwoback{ width:85.4%; height: 6.8rem; position: relative; margin-left: 14.6%;}

div.gywmtwomain{ width: 100%; height: 6.8rem; position: relative;}

div.gywmtwoleft{ width: 17vw; height: auto; position: absolute; left: 0; top: 0.19rem; z-index: 10;}

div.gywmtwoleft_catt{ width: 100%; height: auto; line-height: 0.56rem; color: #383838; font-size: 0.28rem; font-weight: 700;}

div.gywmtwoleft_catent{ width: 100%; height: auto; line-height: 0.95rem; color: #d70d1a; font-size: 0.8rem; font-family: 'move'; white-space: nowrap;}

div.gywmtwoleft_lit{ width: 100%; height: auto; line-height: 0.6rem; margin-top: 0.5rem; color: #232121; font-size: 0.28rem;}

div.gywmtwoleft_lidesc{ width: 100%; height: auto; line-height: 0.31rem; color: #575757; font-size: 16px; text-align: justify;}

div.gywmtwort{ width: 63.8vw; height: 6.8rem; position: absolute; right: 0; top: 0; overflow:hidden;}

div.gywmtwortpic{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;}

div.gywmtwortico{ width:101px; height: 101px; position: absolute; left: 50%; margin-left: -50.5px; top: 50%; margin-top: -50.5px; background: url("../img/gywmtwolink.png") center no-repeat; transition: all 0.7s ease-in-out; transform: scale(0); opacity: 0;}

div.gywmtwomain:hover div.gywmtwortpic{ transform: scale(1.07);}

div.gywmtwomain:hover div.gywmtwortico{ transform: scale(1); opacity: 1;}

div.gywmtwoback .swiper-pagination{ width: 1px; height: 380px; position: absolute; right: 6.3%; top: 1.35rem; bottom: 0; left: auto;}

div.gywmtwoback .swiper-pagination .swiper-pagination-bullet{ width: 1px; height: 1rem; background:rgba(255,255,255,0.8); border-radius: 0;}

div.gywmtwoback .swiper-pagination .swiper-pagination-bullet-active{ background: #d70d1a;}

div.gywmtwortnum{ height: 0.65rem; line-height: 0.65rem;  bottom: 0.5rem; right: 4.2vw; color: #d70d1a; font-size: 0.64rem; font-family: 'move'; position: absolute;}

div.gywmtwobuttonbk{ width: 1.92rem; height: 0.8rem; position: absolute; left: 0; bottom: 0; z-index: 10;}

div.gywmtwobuttonleft{ width: 0.8rem; height: 0.8rem; float: left; border-radius: 50%; border: 1px solid #e8e8e8; background: url("../img/gywmtwobuttonl.png") #fff center no-repeat; cursor: pointer; outline: none;position: absolute;left: 0%;top: 0rem;z-index: 99;}

div.gywmtwobuttonright{ width: 0.8rem; height: 0.8rem; float: right; border-radius: 50%; border: 1px solid #e8e8e8; background: url("../img/gywmtwobuttonr.png") #fff center no-repeat; cursor: pointer; outline: none;position: absolute;right: 0%;top: 0rem;z-index: 99;}

div.gywmtwobuttonleft:hover{ background: url("../img/gywmtwobuttonlh.png") #d7101d center no-repeat; border: 1px solid #d7101d;}

div.gywmtwobuttonright:hover{ background: url("../img/gywmtwobuttonrh.png") #d7101d center no-repeat; border: 1px solid #d7101d;}

div.gywmthreeback{ width: 100%; height: 10.26rem; background: url(https://pic01.sq.seqill.cn/uploads/image/20230508/21b92aa64ebea5287f608bb6fabd6d70.jpg) 50%/cover no-repeat;  padding-top: 2rem;}

div.gywmthreemain{ width: 74.935%; height: 7.38rem; margin: auto; position: relative;margin-left: 16.666%;}

div.gywmthreeli{ width: 100%; height: 7.38rem; position: relative;}

div.gywmthreelibg{ width: 100%; height: 100%;}

div.gywmthreelin{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding-top: 1.08rem;}

div.gywmthreelinleft{ width: 70%; height: auto; float: left; margin-left: 1.3rem;}

div.gywmthreelinleft_1{ width: 100%; height: auto; line-height: 0.53rem; color: #ffffff; font-size: 0.28rem; font-weight:700;}

div.gywmthreelinleft_2{ width: 100%; height: auto; line-height: 0.95rem; color: #fff; font-size: 0.8rem; font-family: 'move';}

div.gywmthreelinleft_3{ width: 100%; height: auto; line-height: 0.5rem; margin-top: 0.37rem; color: #ffffff; font-size: 0.2rem; font-weight: 700;}

div.gywmthreertbutton{ width: 0.8rem; height: auto; position: absolute; right: 0.95rem; top: 0; padding-top: 2.74rem; z-index: 10;}

div.gywmthreertbuttonr{ width: 0.8rem; height: 0.8rem; border-radius: 50%; border: 1px solid #fafcfc; background: url("../img/gywmtwobuttonrh.png") center no-repeat; cursor: pointer; outline: none; margin-bottom: 0.3rem;}

div.gywmthreertbuttonr:hover{background: url("../img/gywmtwobuttonrh.png") #d7101c center no-repeat; border: 1px solid #d7101c;}

div.gywmthreertbuttonl{ width: 0.8rem; height: 0.8rem; border-radius: 50%; border: 1px solid #fafcfc; background: url("../img/gywmtwobuttonlh.png") center no-repeat; cursor: pointer; outline: none;}

div.gywmthreertbuttonl:hover{background: url("../img/gywmtwobuttonlh.png") #d7101c center no-repeat; border: 1px solid #d7101c;}

div.gywmthreemain .swiper-pagination{ bottom: 0.7rem;}

div.gywmthreemain .swiper-pagination .swiper-pagination-bullet{ width: 11px; height: 11px; background: #fff; margin: 0 7px; opacity: 1;}

div.gywmthreemain .swiper-pagination .swiper-pagination-bullet-active{ width: 32px; border-radius: 15px; height: 11px; background: #d70d1a; margin: 0 7px; opacity: 1;}

div.gywmfourback{ width: 77.037%; margin: auto; margin-top: 0.15rem;margin-left: 14.6%;}

div.gywmfourtop{ width: 100%; height: auto;}

div.gywmfourtopleft{ float: left;}

div.gywmfourtopleft1{ height: 0.54rem; line-height: 1.2rem; color: #383838; font-size: 0.28rem; font-weight: 700;float: left;}

div.gywmfourtopleft2{ height: 0.82rem; line-height: 1.3rem; color: #d70d1a; font-size: 0.5rem; font-family: 'move';float: left;margin-left: 0.23rem;}

div.gywmfourtopright{ float: right; height: 1.39rem; height: auto; float: right; margin-top: 0.68rem; position: relative; left: 0;}

div.gywmfourtopright:hover{ left: 15px;}

div.gywmfourbottombk{ width: 100%; height:auto; margin-top: 0rem; position: relative; padding-bottom: 2rem;}

div.gywmfourbottom{ width: 100%; height: 4.84rem; margin-top: 0.7rem; position: relative;}

div.gywmfourbottomleft{ width:39vw; height: auto; position: absolute; left: 0; top: 0rem; z-index: 10;}

div.gywmfourbottomleft_1{ width: 100%; height: auto; line-height: 1rem; border-bottom: 1px solid #ccc; font-size: 0.8rem; color:#383838; font-family:'move';}

div.gywmfourbottomleft_2{ width: 70%; height: auto; line-height: 0.31rem; margin-top: 0.2rem; color: #575757; font-size: 16px; }

div.gywmfourbottomrt{ width:8.2rem; height: 100%; position: absolute; right: 0;}

div.gywmtwobuttonbk1{ width: 1.92rem; height: 0.8rem; position: absolute; left: 0; bottom: 0; z-index: 10;}

div.gywmtwobuttonleft1{ width: 0.8rem; height: 0.8rem; float: left; border-radius: 50%; border: 1px solid #e8e8e8; background: url("../img/gywmtwobuttonl.png") #fff center no-repeat; cursor: pointer; outline: none;}

div.gywmtwobuttonright1{ width: 0.8rem; height: 0.8rem; float: right; border-radius: 50%; border: 1px solid #e8e8e8; background: url("../img/gywmtwobuttonr.png") #fff center no-repeat; cursor: pointer; outline: none;}

div.gywmtwobuttonleft1:hover{ background: url("../img/gywmtwobuttonlh.png") #d7101d center no-repeat; border: 1px solid #d7101d;}

div.gywmtwobuttonright1:hover{ background: url("../img/gywmtwobuttonrh.png") #d7101d center no-repeat; border: 1px solid #d7101d;}

div.gynback{ width: 100%; margin: auto; /* max-width: 1450px; */ padding: .4rem 10.4% 1rem 14.6%;}

div.dszleft {
    width: 62%;
    height: auto;
    float: left;
    margin-top: 0.25rem;
}

div.dszleft_t{ /* width: 100%; */ height: auto; line-height: 0.8rem; color: #383838; font-weight: 700; font-size: 0.28rem;float: left;}

div.dszleft_ent{ /* width: 100%; */ height: auto; line-height: 0.86rem; color: #d70d1a; font-size: 0.5rem;/* margin-bottom: 0.15rem; */ font-family:'move';float: left; margin-left: 0.23rem;}

div.dszleft_ent p{ font-family:'move';}

div.dszleft_line{ width: 0.6rem; height: 4px; background: #d70d1a;}

div.dszleft_desc{ width: 100%; height: auto; line-height: 1.8; margin-top: 0.64rem; font-size: 0.18rem;}

div.dszrt{ width: 29.5%; height: auto; float: right; }

div.dszrt img{ width: 100%; height: auto;}

div.gyntopback{ width: 100%; height: auto;  padding-bottom: 0.3rem; border-bottom: 1px solid #dbdbdb;}

div.gyntopleft{ float: left; height: auto;}

div.gyntopright{ float: right; height: 0.58rem; color: #828282;margin-top: 0rem;
}

div.gyntopright_nav{ float: left; height: 0.58rem; line-height: 0.58rem; color: #828282; font-size: 0.22rem; margin-left: 0.35rem;}

div.gyntopright_nav a{ color: #828282; transition: all 0.36s ease-in-out;}

div.gyntopright_nav a:hover{ color: #d70d1a;}

div.gyntopright_navh1 a{ color: #d70d1a;}

div.fgccontentback{ width: 100%; height: auto; padding: 0.6rem 0rem 1.1rem; line-height: 1.8; color: #3a3a3a; font-size: 16px;}

div.fgccontentback img{ max-width: 100%;}


div.zhuyingmain{ width: 54.441%; height: auto; margin: auto; margin-top: 0.9rem; margin-bottom: 100px;margin-left: 26.5%;position: relative;}

div.zhuyingqh{ padding-bottom: 58px;}

div.zhuyinglist{ width: 100%; height: auto; position: relative;}

div.zhuyinglist img{  filter: grayscale(10); transition: all 0.36s ease-in-out;}


div.zhuyinglistnr{    width: 486px;
    height: 193px;
    position: absolute;
    bottom: -39px;
    left:-1px;
    background: #fff;
    padding: 0 34px;
    padding-top: 16px;
    display: none;
    }

div.zhuyinglistnr_1{ text-align: left; width: 100%; height: 63px; line-height: 63px; overflow: hidden; color: #303030; font-size: 28px; font-weight: 700;}

div.zhuyinglistnr_2{ text-align: left; width: 100%; height: 100px; overflow-y: auto; padding-right: 15px; line-height: 32px;  color: #919191; font-size: 16px;}

div.zhuyinglistnr_more{ width: 64px; height: 64px; position: absolute; right: -32px; top: -32px; background: url(../img/zhuyingmore.png) center no-repeat; z-index: 10; transition: all 0.36s ease-in-out;}

div.zhuyinglist:hover div.zhuyinglistnr_more{transform: rotate(180deg);}

div.zhuyinglistnr::before {
    content: "";
    position: absolute;
    z-index: 3;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
}


div.zhuying_buttonlt{ position: absolute; left: -16.5%; top: 45%; font-size: 24px; color: #a9a9a9; z-index: 99; cursor: pointer; transition: all 0.36s ease-in-out;width: 0.41rem;}
div.zhuying_buttonlt img {
	width: 100%;
	filter: grayscale(100%) brightness(400%);
}
div.zhuying_buttonlt:hover img{ filter: grayscale(0%) brightness(100%);}

div.zhuying_buttonrt{ position: absolute; right: -16.5%; top: 45%; font-size: 24px; color: #a9a9a9; z-index: 99; cursor: pointer; transition: all 0.36s ease-in-out;width: 0.41rem;}

div.zhuying_buttonrt img {
	width: 100%;
	filter: grayscale(100%) brightness(400%);
	transform-origin: center;
	transform: rotate(180deg);
}
div.zhuying_buttonrt:hover img{ filter: grayscale(0%) brightness(100%);}

div.zizhiback{ width: 100%; height: auto; position: relative; margin: auto;padding-left: 1rem;}

div.zizhilist{ width: calc((100% - 2.3rem) / 3); float: left; margin-top: .6rem; position: relative; /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */ z-index: 10;margin-left: 1.15rem;}
div.zizhilist:nth-child(3n-2) {margin-left: 0;}
.zzwz {
	display: block;
	width: 100%;
	margin-top: 26px;
	color: #767676;
	font-size: .18rem;
	line-height: 1;
	text-align: center;
}
div.zizhilist a{ width: 100%; height: auto; position: relative; z-index: 10;}

/* div.zizhilist:nth-child(2n){float: right;} */

div.zizhibottombg{ width:15.76rem; height: auto; position: relative; left: 50%; margin-left: -7.88rem; top: 0px}

div.gynyanfaright{ float: right; height: auto;  margin-top: 0rem;}

div.gynyanfarightnav{ height: .8rem; line-height: 1.2rem; float: left; margin-left:0.35rem; font-size: 0.22rem; font-weight: 500; position: relative;}

div.gynyanfarightnav:nth-child(1){margin-left: 0;}

div.gynyanfarightnav a{ color: #828282; position:relative; z-index:10; transition: all 0.36s ease-in-out; display:block; width:100%; height:100%;}

div.gynyanfarightnavbg{ width: 39px; height: 39px; position: absolute; left: 50%; margin-left: -19.5px; top: -40px; opacity: 0; transition: all 0.36s ease-in-out;}

div.gynyanfarightnavbg img{ width: 100%; height: auto;}

div.gynyanfarightnav:hover a{color: #d70d1a; font-weight: 700;}

div.gynyanfarightnav:hover div.gynyanfarightnavbg{ opacity: 1;}

div.gynyanfarightnavh div.gynyanfarightnavbg{ opacity: 1;}

div.gynyanfarightnavh a{ color: #d70d1a; font-weight: 700;}

div.yanfamianbk{ width: 100%; height: auto; margin: auto; margin-top: 1.2rem;}

div.yanfanav{ width: 48%; height: auto; float: left; margin-bottom: 1.57rem; overflow: hidden;}

div.yanfanav img{ width: 100%; height: auto;transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;}

div.yanfanav:nth-child(2n){float: right;}

div.yanfanav:hover img{ transform: scale(1.05);}

div.kehuoneback{ width: 100%; height: auto; position: relative; padding: 0.5rem 0;}

div.kehuone{ width: 100%; height: auto; line-height: 0.67rem; text-align: center; color: #d70d1a; font-size: 0.22rem;  font-family: "Noto Serif SC";}

div.kehuone::after{content: ''; display: block; width: 100%; height: 75%; position: absolute; bottom: 0; left: 0; /* background: linear-gradient( to bottom , transparent , #fff); */ }

div.kehutwomain{ width: 100%; height: auto; margin-top: 0.3rem;}

div.kehutwonav{ width: 20%; height: auto; float: left; text-align: center; margin-bottom: 15px;}

div.kehutwonav img{ max-width: 100%; height: auto;}

div.fazhanquan{ width: 8px; height: 8px; margin: auto; border-radius: 50%; background: #dcdcdc; position: relative; margin-top: 0.15rem;}

div.fazhanquan::before{content: ''; display: block; width:19px; height: 19px; border-radius: 50%; position: absolute; margin-left: -10px; margin-top: -10px; background: #d70d1a; left: 50%; top: 50%; opacity: 0; transition: all 0.36s ease-in-out;}

div.fazhanquan::after{content: ''; display: block; width:11px; height: 11px; border-radius: 50%; position: absolute; margin-left: -6px; margin-top: -6px; background: #fff; left: 50%; top: 50%;opacity: 0; transition: all 0.36s ease-in-out;}

.jituanjianjie-history-item.active div.fazhanquan::before{opacity: 1;}

.jituanjianjie-history-item.active div.fazhanquan::after{opacity: 1;}

.jituanjianjie-history-item{ color: #afafaf; font-size: 0.32rem;}

.jituanjianjie-history-item.active{ color: #d70d1a; font-size: 0.48rem; font-weight: 700;}

div.dashijilist{ width: 100%; height:auto; /* padding: 1.3rem 0; */ border-bottom: 1px solid #ededed; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.dashijilist_left{ width: 100%; height: 1.4rem; /* margin-right: 1.3rem; */}

div.dashijilist_lefttable{ width: 100%; height: 100%; display: table;}

div.dashijilist_leftcell{ width: 100%; display: table-cell; height: auto; vertical-align: middle; color: #595959; font-size: 0.24rem;}

div.dashijilist_rt{ width: 5rem; height: 2.95rem; overflow: hidden;flex-shrink: 0;  }

div.dashijilist_rtbg{ width: 100%; height: 100%;  transition: all 1s cubic-bezier(.165,.84,.44,1) 0s; }

div.dashijileftbutton{ width: 0.6rem; height: 0.6rem; position: absolute; left: -0.6rem; top: 64.5px; background: url("../img/gywmtwobuttonlh.png") #d2d2d2 center no-repeat; border-radius: 50%; cursor: pointer; outline: none;}

div.dashijileftbutton:hover{ background: url("../img/gywmtwobuttonlh.png") #d70d1a center no-repeat;}

div.dashijirightbutton{ width: 0.6rem; height: 0.6rem; position: absolute; right: -0.6rem; top: 64.5px; background: url("../img/gywmtwobuttonrh.png") #d2d2d2 center no-repeat;border-radius: 50%; cursor: pointer; outline: none;}

div.dashijirightbutton:hover{ background: url("../img/gywmtwobuttonrh.png") #d70d1a center no-repeat;}

div.dashijitopline::before {
    width: 90%;
    height: 1px;
    position: absolute;
    left: 5%;
    top: 97px;
    background: #ededed;
    display: block;
    content: '';
}

div.gynvideomain{ width: 100%; height: auto; margin-top: 1rem;}

div.gynvideonav{ width: 46.172%; height: auto; float: left; margin-bottom: 50px;}

div.gynvideonavpic{ width: 100%; height: auto; overflow: hidden;}

div.gynvideonavpic img{ width: 100%; height: auto; transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;}

div.gynvideonav_t{ width: 100%; height: auto; line-height: 0.78rem; margin-top: 12px;}

div.gynvideonav_lt{ width: 85%; height: 0.78rem; line-height: 0.78rem; color: #373737; font-size: 0.24rem; float: left;white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

div.gynvideonav_rt{ float: right; width: 0.43rem; height: 0.2rem; margin-top: 0.27rem; background: url("../img/shipinmore.png") center no-repeat;background-size: 100% auto;}

div.gynvideonav:nth-child(2n){ float: right;}

div.gynvideonav:hover div.gynvideonavpic img{ transform: scale(1.1);}

div.gynvideonav:hover div.gynvideonav_rt{background: url("../img/shipinmoreh.png") center no-repeat;background-size: 100% auto;}

div.gynvideonav:hover div.gynvideonav_t{ color: #d70d1a;}

div.protopback{ width: 100%;
    margin: auto;
    /* max-width: 1450px; */
    padding: 0.6rem 10.4% 1rem 14.6%;background: #fff;}

div.protopleft{ float: left; height: auto;}

div.protopleft_cnt{height: 0.54rem;
    line-height: 0.54rem;
    color: #383838;
    font-size: 0.28rem;
    font-weight: 700;}

div.protopleft_ent{  height: 0.82rem;
    line-height: 1rem;
    color: #d70d1a;
    font-size: 0.64rem;
    font-family: 'move';}

div.protoprt{ float: right; height: auto; margin-top: 0rem;}

div.protoprt_left{ float: left;}

div.protoprt_rss{ float: left; width: 0.43rem; height: 0.43rem; margin-left: 0.5rem; cursor: pointer;  background: url("../img/cpss.png") center no-repeat; background-size: 100%; display: none;}

div.promainback{ width: 100%; /* height: 125vh; */ position: relative;padding: 0rem 11% 1rem 14.6%;}

div.promainback::before{content: ''; display: block; width: 100%; height: 30vh; position: absolute; top: 0; left: 0; background: #fff/* linear-gradient( to bottom , #f0f0f0, #fff) */;}

/* div.promainback::after{content: ''; display: block; width: 100%; height: 1px; position: absolute; top:90vh; left: 0; background: #dbdbdb;} */

div.promainback .mySwiper2{ max-width: 1800px; margin: auto; width: 91.5%;/* height: 80%; */ border-bottom: 1px solid #dbdbdb;/* min-height: 6.5rem; */}

div.promaincont{ width: 100%; height: 100%; display:flex; flex-flow:nowrap;}

div.promaincontleft{ float: left;  width: 5.2rem; height: 59vh;position: relative;}

div.promaincontleft img{ max-width: 100%; max-height: 100%;}

div.promaincontrt{ float: left; width: 6.3rem; height: auto;  margin-top: 3vh;}

div.promaincontrtpic{ width:auto; margin-top: 6vh;}

div.promaincontrtpic img{ width:4.6rem; height:auto;}

div.promaincontrt_t{ width: 100%; height: 0.78rem; line-height: 0.78rem; color: #4c4c4c; font-size: 0.36rem; font-weight: 700;}

div.promaincontrt_line{ width: .74rem; height: 3px; background: #d70d1a; margin-top: 0.07rem;}

div.promaincontrt_desc{ width: 100%; height: auto; line-height: 28px; color: #666;  font-size: 16px; margin-top: 0.23rem;padding-bottom: .2rem;border-bottom: 1px solid #e5e5e5;margin-bottom: .2rem;}
.promaincontrt_desc p {text-align: justify;}
div.promaincontrt_content{  height:33vh; margin-top:10px;}

div.promaincontrt_content p{ height:100%;}

div.promaincontrt_content img{  height:100% !important; display:block;}

div.promainback .mySwiper{ max-width: 1500px; margin: auto; width: 100%; height: 20%;margin-top: .2rem; }

div.promainback .mySwiper .swiper-slide{opacity: 0.5; cursor: pointer;}

div.promainback .mySwiper .swiper-slide-thumb-active{opacity: 1;}

/* div.probuttonback{ width: 1.94rem; height: auto; position: absolute; bottom: 15vh; right:1.2rem; z-index: 10;} */

div.fanganmain{ width: 100%;/* max-width: 1280px; */ height: auto; margin: auto; padding: .5rem 10.4% .95rem 14.6%; line-height: 1.9; font-size: 16px;}

div.fanganmain img{ max-width: 100%; height: auto;}

div.cxfgsback{ /* max-width: 1500px; */margin: auto; width: 100%; padding: 0.5rem 10.4% 1rem 14.6%;}

div.cxfgslist{ width: 100%; height: auto; border-bottom: 1px solid #dbdbdb; padding: 0.3rem 0;}
div.cxfgslist:last-child {
	border-bottom: none;
}
div.cxfgslistlogo{ width: 3rem; height: auto; float: left;}

div.cxfgslistlogo img{ width: 100%; height: auto;}

div.cxfgslistrt{ float: right; width: calc(100% - 5.95rem); height: 3rem;margin-left: 1.7rem;margin-right: 1.25rem;}

div.cxfgslistrt_t{ width: 100%; height: 0.63rem; line-height: 0.63rem; color: #191919; font-size: 0.36rem; margin-bottom: 0.13rem;}

div.cxfgslistrt_t span{ color: #595757; font-size: 0.24rem; margin-left: 0.18rem;}

div.cxfgslistrt_desc{ width: 100%; height: auto; line-height: 2; color: #7e7e7e; font-size: 16px;}

div.cxfgslistrttable{ width: 100%; height: 100%; display: table;}

div.cxfgslistrtcell{ width: 100%; height: auto; vertical-align: middle; display: table-cell;}

div.xwlistback{ width: 100%; height: auto; padding:0.2rem 20px;border-bottom: 1px solid #efefef;padding-left: 0;}

div.xwlistback a{ width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; }

div.xwlist_left{ height: 0.65rem; line-height: 0.65rem; color: #c9c9c9; font-size: 0.24rem; font-family: 'PRG55'; margin-top: 0.2rem; }

div.xwlist_mid{ width: 8rem; height: auto; flex-shrink: 1;margin-left: -1.65rem;}

div.xwlist_mid_t{ width: 100%; height: 0.95rem; line-height: 0.95rem; overflow: hidden; color: #4f4f4f; font-size: 0.28rem;}

div.xwlist_mid_desc{ width: 100%; height: auto; line-height: 0.4rem; margin-top: 0.1rem; color: #767676; font-size: 0.22rem;}

div.xwlist_jt{ width: 0.43rem; height: auto;  flex-shrink: 1; /* background: url("../img/shipinmore.png") center no-repeat; */ background-size: 100%;}

div.xwlistback:hover div.xwlist_left{ color: #d70c19;}

div.xwlistback:hover div.xwlist_mid_t{ color: #d70c19; font-weight: 700;}

div.xwlistback:hover div.xwlist_jt{ background: url("../img/shipinmoreh.png") center no-repeat; background-size: 100%;}

div.jobback {  /* max-width: 1500px; */ margin: auto;   width: 100%; padding: 0.5rem 10.4% .5rem 14.6%;}

div.jobtopback{ width: 100%; height: 0.84rem; background: #40444f;}

div.jobtopnav{ width: calc(100% / 6); height: 0.84rem; line-height: 0.84rem; text-align: center; float: left; color: #fff; font-size: 16px;}

div.joblist{ width: 100%; height: 0.84rem; overflow: hidden; border-bottom: 1px solid #e5e5e5; cursor: pointer;}

div.joblistnav{ float: left; width: calc(100% / 6); height: 0.84rem; text-align: center; line-height: 0.84rem; overflow: hidden; color: #40444d; font-size: 16px;}

div.joblistnav1{ float: left; width: calc(100% / 6); height: 0.84rem; text-align: center; line-height: 0.84rem; overflow: hidden; color: #ff0000; font-size: 16px;}

div.jobcontbk{ width: 100%; height: auto; padding: 0.54rem 0.9rem; background: #f6f6f6; display: none;}

div.jobcontmid{ width: 100%; height: auto; position: relative;}

div.jobcontmidleft{ width: 50%; height: auto; float: left;}

div.jobcontmidleft:nth-child(2){padding-left: 0.8rem;}

div.jobcontmidleft_t{ width: 100%; height: auto; line-height: 0.5rem; font-size: 0.24rem; font-weight: 700; color: #3e4452;}

div.jobcontmidleft_desc{ width: 100%; height: auto; line-height: 2; color: #40444d; font-size: 16px;}

div.jobcontmid::before{ width: 1px; height: 100%; position: absolute; left: 50%; top: 0; content: ''; display: block; background: #dadada;}

div.jobcontmidmore{ width: 209px; height: 56px; background: url("../img/jobmore.png") center no-repeat; margin-top: 0.7rem;}

div.jobcontmidmore a{ width: 100%; height: 100%; display: block;}

div.jobxxcont{ /* max-width: 1500px; */margin: auto;   width: 100%; padding: 0rem 10.4% 0rem 14.6%; }

div.nybread{ width: 100%; height: 86px; border-bottom: 1px solid #e0e0e0;}

div.nybreadn{ width: 100%; height: auto; line-height: 86px; margin: auto; color: #999999; font-size: 14px;}

div.nybreadn a{ color: #a2a2a2; transition: all 0.36s ease-in-out;font-size: 16px;margin-left: 4px;margin-right: 4px;}

div.nybreadn a:hover{ color: #d70c19;} 



div.nybreadnleft{ width: auto; float: left; margin-right: 15px;}

div.nybreadnleft a:hover{ color: #d70c19;}

div.nybreadnmid{ width: 165px; height: 86px; margin-left: 0; text-align: center; color: #999; font-family: 'dinp'; font-size: 14px;float: left;}

div.nybreadr{ float: right; height: 86px; position: relative;}

div.nybreadr::before{ content: ''; display: block; width: 1px; height: 16px; background: #a7a7a7; position: absolute;     left: 94px;
    top: 35px;}

div.nybreadrleft{ float: left; height: 86px; padding-left: 40px; background: url("../img/newxxleft.png") center left no-repeat; color: #999999; font-size: 14px; margin-right: 12px;}

div.nybreadrright{ float: left;height: 86px; padding-right: 40px; background: url("../img/newxxright.png") center right no-repeat; color: #999999; font-size: 14px; margin-left: 12px;}

div.newxxonebk{ width: 100%; height: auto; margin: auto; padding: 56px 0 122px;padding-top: 0;}

div.newxxone_t{ width: 100%; height: auto; line-height: 49px; text-align: center; color: #585858; font-size: 30px;}

div.newxxone_cont{ width: 100%; height: auto; margin-top: 36px; line-height: 36px; color: #585858; font-size: 16px;margin-left:auto;margin-right:auto;}
div.newxxone_cont span {
    text-wrap: wrap!important;
}
div.newxxone_cont img{ max-width: 100%;}

div.lianxitwoback{ width: 100%; height: auto; padding:0.6rem 10.4% 1rem 14.6%; background: #f2f2f2; margin-top: 0.95rem;}

div.lxwmtwonavform{ width: 100%; display: flex; justify-content: space-between; margin-top: 0.8rem;}

div.lxwmtwonv{ width: 30%; height: 0.7rem; line-height: 0.7rem; background: #fff; padding: 0 0.3rem;}

div.lxwmtwonv input{ width: 100%; height: 0.7rem; line-height: 0.7rem;  display: block; border: none; outline: none; padding-right: 0.35rem;}

div.lxwmtwonavformbottom{  float: right; margin-top: 0.64rem;}
 
div.lxwmtwonavformbottom_submit{ width: 172px; height: 46px; float: left; background: url(../img/lxwmsubmit.jpg) center no-repeat; margin-right: 0.3rem;}

div.lxwmtwonavformbottom_submit input{ width: 100%; height: 100%; display: block; background: none; border: none; outline: none; font-size: 0; cursor:pointer;}

img.yanzhengmacode{ width: 120px; height: 46px; float: left;}

div.lxwmtwonavformbottom_shuru{ width: 170px;float: left; height: 46px; margin-left: 10px; background: #fff; color: #8a8a8a; font-size:15px; text-align: center;}

div.lxwmtwonavformbottom_shuru input{ width: 100%; height: 100%; display: block; background: none; border: none; outline: none;  text-align: center;}

div.lxwmtwonavformbottom_shuru input::placeholder{ color: #8a8a8a; }

div.lianxione_linet {
    width: 100%;
    height: auto;
    line-height: 0.89rem;
    border-bottom: 1px solid #c6c6c6;
    color: #545454;
    font-size: 0.3rem;
    font-weight: 700;
}


div.newheadxlback{ width: 100%; height: 0; position: fixed; left: 0; top: 0; z-index: 999999; background: #ffffff;   overflow: hidden; transition: all 0.7s ease-in-out;}

div.newheadxlbackh{ height: 100vh;padding: 0.4rem 10% 0; }

div.newheadxltopicobk{ width: 100%; height: 0.43rem;}

div.newheadxltopico{ float: right;}

div.newheadxltopico1{ float: left; height: 0.43rem; width: 0.43rem; margin-right: 0.1rem;}

div.newheadxltopico2{ float: left; height: 0.43rem; width: 0.43rem; cursor: pointer;}

div.newheadxlbottombk{ width: 100%; height: auto; display: flex; flex-flow: nowrap; justify-content: space-around; margin-top: 0.5rem; position: relative;}

div.newheadxlbottombk::before{content: ''; display: block; width: 100%; height: 1px; background: #e7e7e7; position: absolute; top: 1rem;}

div.newheadxlbottomli_t{ height: 1rem; line-height: 0.83rem; margin-bottom:0.3rem; color: #484848; font-size: 0.28rem; position: relative;}

div.newheadxlbottomli_t a{ display: block; width: 100%; height: 100%; color: #484848; transition: all 0.36s ease-in-out;}

div.newheadxlbottomli_t::before{content: ''; display: block; width:0; height: 3px; background: #d70c19; bottom: 0; left: 0; transition: all 0.5s ease-in-out; position: absolute;}

div.newheadxlbottomli:hover div.newheadxlbottomli_t:before{width: 100%;}

div.newheadxlbottomli_t a:hover{ color: #d70c19;}

div.newheadxlbottomli_list{ height: auto; line-height: 3; color: #959595; font-size: 0.2rem; }

div.newheadxlbottomli_list a{ color: #959595;}

div.newheadxlbottomli_list a:hover{ color: #d70c19; font-weight: 700;}

div.publicinhead_navh{ width: 100%; height: auto; position: absolute; left: 0; top: -10%; z-index: 99;  filter: drop-shadow(0 0 20px rgba(0,0,0,0.2)); transform: translate(-150%,0); opacity: 0;  transition: all 0.7s ease-in-out;}

div.publicinhead_nav:hover div.publicinhead_navh{transform: translate(0,0); opacity: 1; }

div.publicinhead_navbottombg{ width: 120%; height: auto;}

div.publicinhead_navbottombg img{ width: 100%; height: auto;}

div.publicinhead_navxl{ width: 120%; height: auto; position: relative; border-top-right-radius: 20px; padding: 20px 0 0; background: #f01b2e; }

div.publicinhead_navxl_t{ width: 93%; height: auto; line-height: 0.35rem; text-align: center; color: #ffffff; font-size: 18px; font-weight: 700;  padding-bottom: 0.1rem;}
@media screen and (max-width : 1480px) {
div.publicinhead_navxl_t {font-size: 16px;}
}
div.publicinhead_navxl_t>a{ color: #ffffff !important; }

div.publicinhead_navxl_li{ width: 93%; height: 0.41rem; line-height: 0.41rem; text-align: center; color: #fff; font-size: 0.17rem; position: relative;}

div.publicinhead_navxl_li a{ color: #fff; transition: all 0.36s ease-in-out; }

div.publicinhead_navxl_li a:hover{ color: #ffdeb3;}

div.publicinhead_navxl_li::before{content: ''; display: block; width: 0.18rem; height: 1px; position: absolute; left: 0; top: 50%; background: #ffffff; transform: translate(-100%,0);  transition: all 0.5s ease-in-out;}

div.publicinhead_navxl_li:hover:before{transform: translate(0,0);}


div.bannerjt1{ width: 0.52rem; height: 0.25rem; background: url("../img/indextwo_more.png") center no-repeat; background-size: 100%; transition: all 0.36s ease-in-out; transform: translate(0,0); margin-top: 0.15rem !important;}

div.bannerjt1:hover{ transform: translate(10px,0);background: url("../img/indexthree_more.png") center no-repeat; background-size: 100%;}

div.bannerjt1 a{ display: block; width: 100%; height: 100%;}

div.fangannewback{ 
	/* max-width: 1500px; */
    margin: auto;
    width: 100%;
		padding: 0.7rem 10.4% 0.7rem 14.6%;
    /* padding: 0.7rem 0; */
		}

div.fangannewlist{ width:24%; height:auto; float:left; position:relative; margin-right: 1.33%; margin-bottom:35px;}

div.fangannewlipic{ width:100%; height:auto; position:relative; overflow:hidden;}

div.fangannewlipic img{ width:100%; height:auto; transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;}

div.fangannewli_t{ width:100%; height:auto; line-height:1.8; padding:7px 0; font-size:20px; font-weight:700; color:#878787;padding-top: 18px;}

div.fangannewli_desc{ width:100%; height:auto; line-height:1.9; font-size:15px; padding-bottom:13px; border-bottom:1px solid #d5d5d5; color: #6f6f6f;}

div.fangannewlist:nth-child(4n){ margin-right:0;}

div.fangannewlist:hover div.fangannewlipic img{ transform:scale(1.1);}

div.fangannewlist:hover div.fangannewli_t{ color:#d70d1a;}

div.fanganleftpic{ float:left; width:52.65%; height:auto;}

div.fanganleftpic video{ max-width:100%; height:auto;width: 100%;/* height: 4.24rem; */}

div.fanganrt{ width:40.638%; height:auto; float:right; font-size:18px;}


div.zhijiannewlist{ width:30%; height:auto; margin-bottom: 0.35rem;float: left; margin-right: 5%;}

div.zhijiannewlist:nth-child(3n){ margin-right:0;}

div.yanfanav1{ width: 100%; height: auto;  overflow: hidden;}

div.yanfanav1 img{ width: 100%; height: auto;transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;}

div.yanfanav1:nth-child(2n){float: right;}

div.yanfanav1:hover img{ transform: scale(1.05);}

div.zhijiannewlist_t{ width:100%; height:auto; line-height:55px; font-size:18px; color:#333; margin-top:10px;}



.nyzywqh {
	margin-right: 0!important;
	position: absolute;
	right: 11.7%;
	top: 0.13rem;
	display: none;
}


.nyzywqh div.indexinheadtoplan1 {
	background: #f0f0f0;
}




.dibuyccgss {
	color: #c1c1c1;
	font-size: 16px;
	line-height: 1;
	text-align: right;
}
.zjdm {
	font-family: 'DIN-Black';
	color: #d70b19;
	font-size: 35px;
	line-height: 1;
	text-align: right;
}



div.gynyanfarightnavh a {
    color: #d70d1a!important;
    font-weight: 700;
}

.pcycxtpwk {
	width: 39px;
	float: left;
}
.pcycxtpwk img {
	width: 100%;
}
.cpycxwzwk {
	color: #666666;
	font-size: 16px;
	margin-left: 18px;
	float: left;
	padding-top: 2px;
	line-height: .36rem;
	width: calc(100% - 57px);
}
.cpycxwzwk .cpqxz {
	color: #454545;
	font-weight: bold;
	float: left;
}
.cpycxmg {
	overflow: hidden;
	margin-bottom: .15rem;
}
.cpgmtp {
	position: absolute;
	width: 0.8rem;
	left: 50%;
	margin-left: -0.4rem;
	bottom: .2rem;
}
.cpgmtp img {
	width: 100%;
}
.cpgmwz {
	width: 113px;
	height: 26px;
	border: 1px solid #e6e6e6;
	line-height: 24px;
	text-align: center;
	color: #7d7d7d;
	font-size: 14px;
	background: #fffcf0;
	position: absolute;
	left: 55%;
	bottom: 1.04rem;
	opacity: 0;
	transition: .25s all;
}
.cpgmwz a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #7d7d7d;
}

@media screen and (max-width : 1400px) {
div.promaincontrt {
	width: 5.3rem;
}
}
.gmxgcp {
	color: #616161;
	font-size: 20px;
	overflow: hidden;
	margin-top: 16px;
}
.gmxg {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}
.gmxgcp a {
	color: #616161;
	transition: .25s all;
}
.gmxgcp div {
	float: left;
}
.gmxgcp a:hover {
	color: #d70d1a;
	font-weight: bold;
}


.nydibu div.indexfiveleftbottomnav:nth-child(1) {
	background: url(../img/footerico6h.png) center no-repeat;
	background-size: 100%;
}
.nydibu div.indexfiveleftbottomnav:nth-child(2) {
	background: url(../img/footerico5h.png) center no-repeat;
	background-size: 100%;
}
.nydibu div.indexfiveleftbottomnav:nth-child(3) {
	background: url(../img/footerico4h.png) center no-repeat;
	background-size: 100%;
}
.nydibu div.indexfiveleftbottomnav:nth-child(4) {
	background: url(../img/footerico2h.png) center no-repeat;
	background-size: 100%;
}
.nydibu div.indexfiveleftbottomnav:nth-child(5) {
	background: url(../img/footerico3h.png) center no-repeat;
	background-size: 100%;
}
.nydibu div.indexfiveleftbottomnav:nth-child(6) {
	background: url(../img/footerico1h.png) center no-repeat;
	background-size: 100%;
}


.nydibu div.indexfiveleftbottomnavhover:nth-child(1) {
	background: url(../img/footerico66.png) center no-repeat;
	background-size: auto;
	margin: 0 6%;
	display: block;
}
.nydibu div.indexfiveleftbottomnavhover:nth-child(2) {
	background: url(../img/footerico55.png) center no-repeat;
	background-size: auto;
	display: none;
}
.nydibu div.indexfiveleftbottomnavhover:nth-child(3) {
	background: url(../img/footerico44.png) center no-repeat;
	background-size: auto;
	display: none;
}
.nydibu div.indexfiveleftbottomnavhover:nth-child(4) {
	background: url(../img/footerico22.png) center no-repeat;
	background-size: auto;
	    margin: 0 3%;
    margin-bottom: 0.3rem;
    display: block;
}
.nydibu div.indexfiveleftbottomnavhover:nth-child(5) {
	background: url(../img/footerico33.png) center no-repeat;
	background-size: auto;
	display: block;
}
.nydibu div.indexfiveleftbottomnavhover:nth-child(6) {
	background: url(../img/footerico11.png) center no-repeat;
	background-size: auto;
	display: none;
}


.cbdhxwk{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
}
.cbdhxwk:after {
    content:"";
    position: absolute;
    height: 24px;
    width: 1px;
    background: #cecece;
    left: 50%;
    top: 0;
}
.nyyw {
    margin-left: 12px;
    line-height: 24px;
    margin-right: 7px;
}
.zzdmwk {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}