*{
    margin:0;
    padding:0;
}

.fdbd{
    height:5.8125vw;
    width:100%;
    background:rgb(198, 0, 0);
    position:fixed;
    bottom:0px;
    left:0px;
    z-index: 10;
    -webkit-transition: ease 1s;
    transition: ease 1s;
}
body.fixed .fdbd {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
}
.ipr_ztara{
    display: flex;
    align-items: flex-start;
}
.fdbd_zt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width:82%;
    margin:0 auto;
}
.fdbd_zt1{
    color:rgb(255, 255, 255);
    font-weight:700;
    font-size:1.5625vw;
}
.fdbd_zt2{
    display:flex;
}
.fdbd_zt2ty{
    width:13.22916666666667vw;
    margin-left:0.9375vw;
}
.fdbd_zt2ty:nth-child(3){
    width:19.53125vw;
}
.fdbd_zt2ty input {
    width: 100%;
    border: none;
    background: #fff;
    text-indent: 1em;
    line-height: 2.60416666666667vw;
}
.fdbd_zt2ty input::-webkit-input-placeholder,.fdbd_zt2ty textarea::-webkit-input-placeholder{
	font-size: 14px;
	font-family: 微软雅黑;
}
  
.fdbd_zt2ty input:-moz-placeholder,.fdbd_zt2ty textarea:-moz-placeholder{
	font-size: 14px;
	font-family: 微软雅黑;
  }
  
.fdbd_zt2ty input:-ms-input-placeholder,.fdbd_zt2ty textarea:-ms-input-placeholder{
	font-size: 14px;
	font-family: 微软雅黑;
}
.fdbd_zt2d {
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    color: #fff;
    font-size: 0.833vw;
    line-height: 2.5vw;
    width: 9.89583333333333vw;
    cursor: pointer;
}
.inproduct .tybanner{
    margin-top:0px;
}
.dwz{
    position: relative;
    top: -15.625vw;
    display: block;
    height: 0;
    overflow: hidden;
}
.iprlistxz .dykslistr {
    position: absolute;
    right: -5%;
    top: 50%;
    color: #000;
}
.iprlistxz .dykslistl {
    position: absolute;
    left: -5%;
    top: 50%;
    color: #000;
}
header{
    position:absolute;
    background:#fff;
    top:0px;
    left:0px;
    width:100%;
    z-index: 9;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.l-flex {
    height:128px;
    margin: 0 4.27083333333333vw;
}
.lh-nav{
    display:flex;
}
.lh-nav li:hover .lh-nava{
    color:rgb(198, 0, 0);
}
.ss{
    padding:0px 1.0625vw;
}
.xcx{
    padding:0px 1.0625vw;
}
.ss {
    display: flex;
    padding: 0px 1.0625vw;
    align-items: center;
    cursor: pointer;
}
.xcx {
    display: flex;
    padding: 0px 1.5625vw 0px 0.5vw;
    align-items: center;
    position:relative;
}
.xcx:hover .xcx1{
    opacity: 1;
}
.xcx1 {
    position: absolute;
    left: -50%;
    top: 100px;
    width: 140px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    opacity: 0;
}
.xcx1 img{
    width:100%;
}

.top_zt {
    position: relative;
    width: 100%;
}
.topimg{
    position:absolute;
    top:0px;
    left:0px;
    transition: all .4s ease;
}
.topimg img{
    width:100%;
    
}
.topcon {
    position: relative;
    z-index: 11;
    height: 2.70833333333333vw;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.top {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top .topcon div:nth-child(1){
    font-size:1.35416666666667vw;
    font-weight:700;
    color:rgb(255, 255, 255);
}
.top .topcon div:nth-child(2){
    display:none;
}
body.topon .topcon{
    position:fixed;
}
body.topon .top .topcon div:nth-child(1){
    font-size:1.23385416666667vw;
    line-height:1.23385416666667vw;
}
body.topon .top .topcon div:nth-child(2){
    display:inline;
    color:rgb(255, 255, 255);
    font-size:1.23385416666667vw;
    line-height:1.23385416666667vw;
    font-weight:700;
    padding-left:1.25vw;
    margin-left:1.25vw;
    position:relative;
}
body.topon .top .topcon div:nth-child(2)::after{
    content:'';
    position:absolute;
    top:15%;
    left:0px;
    height:80%;
    width:1px;
    background:rgb(255, 255, 255);
}
body.topon .topimg{
    position:fixed;
}
#scrollToTopBtn {  
    position: fixed;  
    bottom: 16%;  
    right: 30px;  
    width:50px;
    height:50px; 
    background-color: rgb(198, 0, 0);  
    color: white;  
    border: none;  
    border-radius: 5px;  
    cursor: pointer;  
    display: none; /* 初始隐藏，当用户滚动时才显示 */  
    font-size: 16px;  
    text-align:center;
    line-height:50px;
}  
#scrollToTopBtn i{
    font-size:32px;
}
 
#scrollToTopBtn:hover {  
    background-color: rgba(198, 0, 0,0.6);   
}
.l-lft {
    display: flex;
    height: 128px;
    justify-content: space-between;
    align-items: center;
    width: 21.4vw;
}
.l-lft img{
    width:17.29166666666667vw;
}
.l-lft a{
    margin-left:0%;
}
.l-cen{
    margin-top: 50px;
    display: flex;
    height: 78px;
}
.lh-nav ul{
    display:flex;
}
.lh-nav ul li{
    position:relative;
    line-height:78px;
}
.lh-nav .lh-nava{
    color:rgb(0, 0, 0);
    padding:0px 1.2625vw;
    font-size:0.833vw;
}
.right_r {
    display: flex;
    height: 128px;
    align-items: center;
    margin-right:10px;
}
.right_rl {
    color: rgb(198, 0, 0);
    margin-right: 25px;
    display: flex;
    align-items: center;
    position: relative;
    top: 5px;
}
.right_rl i{
    font-size:2.08333333333333vw;
}
.right_rr1{
    font-size:0.8333vw;
    line-height:1.666vw;
    color:rgb(50, 50, 50);
}
.right_rr2{
    font-size:1.77083333333333vw;
    font-weight:700;
    height:1.77083333333333vw;
    line-height:1.77083333333333vw;
    color:rgb(32, 32, 32);
}
.layui-form{
    position:relative;
}
.layui-form input{
    border:1px solid rgba(0, 0, 0, 0.3);
    line-height:32px;
    text-indent:12px;
    font-size:16px;
    width:100%;
}
.layui-form button{
    width:80px;
    line-height:32px;
    border:1px solid rgba(0, 0, 0, 0.3);
    text-align:center;
    background:None;
    border:none;
    position:absolute;
    right:1px;
    top:1px;
    border-left:1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height:100vh;
    overflow:hidden;
  }
  
  .banner .slide-inner {
    position: absolute;
    width: 100%;
    height:100vh;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
  }
  .banner .swiper-pagination{
    bottom:3%;
  }
  .banner .swiper-pagination-bullet{
    width:30px;
    height:30px;
    background:none;
    opacity: 1;
    position:relative;
  }
  .banner .swiper-pagination-bullet::after{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    left:50%;
    top:50%;
    background:#fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
  }
  .banner .swiper-pagination-bullet-active{
    border:1px solid #fff;
  }
  
.header_ccb{
    position:absolute;
    text-align:center;
    width:100%;
    left:0px;
    top:100%;
    padding-top:0px;
    visibility: hidden;
    transform: scale(0);
}

.header_ccb  a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom:1px solid rgba(122,192,140,0.1);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 0.833vw;
    font-family: 'syhtr';
}
nav li a.on {
    color:rgb(198, 0, 0) !important;
}
nav li:hover .header_ccb {
    visibility: visible;
    
}
nav li:hover .header_ccb {
    z-index: 10;
    transform: scale(1);
}
.header_ccb a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}
nav li:hover .header_ccb  a  {
    opacity: 1;
    transform: none;
}
nav li .header_ccb a:hover {
    background: rgb(198, 0, 0);
    color: #fff;
}
nav li:hover .header_ccb  a:nth-child(1) {
    transition-delay: 0s
}

nav li:hover .header_ccb  a:nth-child(2) {
    transition-delay: 50ms
}

nav li:hover .header_ccb  a:nth-child(3) {
    transition-delay: .1s
}

nav li:hover .header_ccb  a:nth-child(4) {
    transition-delay: 150ms
}

nav li:hover .header_ccb  a:nth-child(5) {
    transition-delay: .2s
}

nav li:hover .header_ccb  a:nth-child(6) {
    transition-delay: 250ms
}

nav li:hover .header_ccb  a:nth-child(7) {
    transition-delay: .3s
}

nav li:hover .header_ccb  a:nth-child(8) {
    transition-delay: 350ms
}

nav li:hover .header_ccb  a:nth-child(9) {
    transition-delay: .4s
}
   

/*zsjmk*/
.zsjmk{
	background: rgb(213, 1, 17);
	padding:2.86458333333333vw 0px 4.53125vw;
    margin-top:3vw;
    
}
.zsjmk .w1500 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.zsjmk_l1{
	color: rgb(255, 255, 255);
	font-family: Microsoft YaHei;
	font-size: 2.1875vw;
	font-weight: 700;
	line-height: 2.86458333333333vw;
	position:relative;
	padding-bottom:20px;
	margin-bottom:30px;
	letter-spacing: 2px;
}
.zsjmk_l1::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 6px;
    background: #fff;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}
.zsjmk_l2{
	color: rgb(255, 255, 255);
	font-size: 0.8333vw;
	font-weight: 400;
	line-height: 24px;
}
.zsjmk_r{
	float:right;
}
.zsjmk_r1{
	color: rgb(255, 255, 255);
    font-size:1vw;
	font-weight: 400;
	line-height:1.5;
	letter-spacing: 1px;
}
.zsjmk_r1 span{
    line-height: 2.13541666666667vw;
    font-size: 1.61458333333333vw;
}
.zsjmk_r2{
	margin-top:1.66666666666667vw;
}
.zsjmk_r2 a{
	float:left;
}
.zsjmk_r2a{
	position:relative;
	float:left;
}
.zsjmk_r2b{
	position:relative;
	float:left;
	margin-right:7px;
}
.zsjmk_r2a1{
	width:15.46875vw;
	line-height:2.60416666666667vw;
	background:#fff;
	color: rgb(0, 0, 0);
	font-family: pfsc;
	font-size: 0.833vw;
	font-weight: 400;
	position:relative;
    margin-right:7px;
}

.zsjmk_r2 .layui-edge {
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
}
.zsjmk_r2 .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.zsjmk_r2a.ed .layui-edge,.zsjmk_r2b.ed .layui-edge {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px\9;
}
.zsjmk_r2a2{
	display:none;
	position:absolute;
	top:52px;
	left:0px;
	background:#fff;
	padding: 5px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #eee;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
}
.zsjmk_r2a2 li{
	padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	cursor: pointer;
}
.zsjmk_r2a2 .action{
	background-color: rgb(198, 0, 0);
    color: #fff;
}
.zsjmk_r2a1s{
	width:15.46875vw;
	line-height:2.60416666666667vw;
	background:#fff;
	color: rgb(0, 0, 0);
	font-family: pfsc;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}
.zsjmk_r2a1 input,.zsjmk_r2a1s input{
	width:100%;
	border:none;
	line-height:50px;
	background:#fff;
	color: rgb(0, 0, 0);
	font-family: pfsc;
	font-size: 16px;
	font-weight: 400;
	text-indent:20px;
	position:relative;
}
.zsjmk_r2a2s{
	display:none;
	position:absolute;
	top:52px;
	left:0px;
	background:#fff;
	padding: 5px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #eee;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
}
.zsjmk_r2a2s li{
	padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	cursor: pointer;
}
.zsjmk_r2a2s .action{
	background-color: rgb(198, 0, 0);
    color: #fff;
}
.zsjmk_r2c{
	width:105px;
	line-height:50px;
	background: rgb(53, 56, 62);
	color: rgb(255, 255, 255);
	font-family: pfsc;
	font-size: 16px;
	font-weight: 400;
	float:left;
	text-align:center;
	letter-spacing: 2px;
	cursor: pointer;
}

.w1500{
    width:78.125vw;
    margin:0 auto;
}
.iab_zta {
    display: flex;
    justify-content: space-between;
    padding:8.229vw 0px 3.281vw;
}
.iab_ztl{
    width:40.625vw;
}
.iab_ztl1{
    font-size:1.875vw;
    color:rgb(0, 0, 0);
    line-height:1;
    margin-bottom:0.8333vw;
}
.iab_ztl2{
    font-size:1.875vw;
    color:rgb(0, 0, 0);
    line-height:1;
    font-weight:bold;
}
.iab_ztl3{
    font-size:0.8333vw;
    color:rgb(51, 51, 51);
    line-height:32px;
    text-align:justify;
    margin-top:40px;
}
.iab_ztl4{
    margin-top:40px;
}
.iab_ztl4 a{
    color:rgb(0, 0, 0);
    position:relative;
    display:inline;
    font-size:0.833vw;
}
.iab_ztl4 a::after{
    content:'';
    position:absolute;
    right:-28px;
    top:50%;
    margin-top:-1px;
    width:24px;
    height:2px;
    background:rgb(198, 0, 0);
    transition: .5s;
}
.iab_ztl4 a:hover::after{
    width:1.875vw;
    right:-40px;
}
.iab_ztr{
    width:22.8125vw;
}
.iab_ztr img{
    width:100%;
}

.iab_ztb {
    display: flex;
    align-items: flex-end;
    padding-bottom:6.5625vw
}
.iab_ztb li {
    width: 16.666%;
    background: rgb(236, 236, 236);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.iab_ztb li:nth-child(2n){
    background:rgb(245, 245, 245);
}
.iab_ztb li:nth-child(1){
    height:10.833vw;
}
.iab_ztb li:nth-child(2){
    height:13.177vw;
}
.iab_ztb li:nth-child(3){
    height:10.260vw;
}
.iab_ztb li:nth-child(4){
    height:15.3125vw;
}
.iab_ztb li:nth-child(5){
    height:11.822vw;
}
.iab_ztb li:nth-child(6){
    height:13.697vw;
}
.iab_ztb1 {
    display: flex;
    align-items: center;
}
@font-face {
    font-family: bebas;
    src: url(../font/BebasNeue-Regular.otf);
}
.iab_ztb1a{
    font-size:3.125vw;
    line-height:3.125vw;
    font-family:bebas;
    margin-right:4px;
}
.iab_ztb1b{
    font-size:0.7291vw;
    margin-top:10px;
}
.iab_ztb2{
    font-size:0.7291vw;
    line-height:1.458vw;
    color:rgb(65, 65, 65);
}
.ivideo{
    position:relative;
    cursor: pointer;
}
#positive .bg {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 27.44791666666667vw;
    background: url(../images/index/video.jpeg) center no-repeat;
    background-size: 83% 70%;
}

.ivideo_zt {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 27.44791666666667vw;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ivideo_zt1{
    position:relative;
    width:110px;
    height:110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ivideo_zt1::before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    translate: -50% -50%;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255);
    opacity: 0.1;
    border-radius:50%;
    animation: grow1 2s infinite; /* 动画持续2秒，并无限循环 */ 
}
.ivideo_zt1::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    translate: -50% -50%;
    width:60%;
    height:60%;
    background:rgba(255, 255, 255);
    opacity: 0.2;
    border-radius:50%;
    animation: grow 2s infinite; /* 动画持续2秒，并无限循环 */ 
    }
.ivideo_zt1 i{
    font-size:32px;
    color:#fff;
}
.ivideo_zt2{
    font-size:1.875vw;
    color:rgb(255, 255, 255);
    margin-top:30px;
}
@keyframes grow1 {  
    0% {  
      width: 100%; /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */  
      height:100%;
      opacity: 0.1; /* 对于::before始终为0.1 */  
      /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */  
    }  
    100% {  
      width: 60%; /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */  
      height:60%;
      opacity: 0.2; /* 最终透明度 */  
    }  
  } 
@keyframes grow {  
    0% {  
      width: 60%; /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */  
      height:60%;
      opacity: 0.2; /* 对于::before始终为0.1 */  
      /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */  
    }  
    100% {  
      width: 100%; /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */  
      height:100%;
      opacity: 0.1; /* 最终透明度 */  
    }  
  } 


  .ipr{
    padding-top:4.427vw;
    height:44.322vw;
    width:100%;
    background:url(../images/index/pr_bg.jpeg) center no-repeat;
    background-size:cover;
  }
  .ipr_zta {
    display: flex;
    justify-content: space-between;
}
  .ipr_ztal{
    width:14.270vw;
  }
  .ipr_ztal img{
    width:100%;
  }
  .ipr_ztac {
    width: 31.822vw;
    height: 31.822vw;
    background: url(../images/index/pr2.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    margin-left:3vw;
    }
  .ipr_ztac1 img{
    width:20.520vw;
  }
  .ipr_ztac2{
    position:absolute;
    bottom:3vw;
  }
  .ipr_ztarty{
    display:inline-block;
    writing-mode: vertical-lr; /* 垂直自右向左 */  
    text-orientation: upright; /* 文本方向为直立 */
    text-align:right;  
  }
  .ipr_ztar {
    display: flex;
    align-items: flex-start;
}
.ipr_ztarty{
    font-size:22px;
    line-height:32px;
    margin-left:22px;
    padding-left:10px;
    border-left:1px solid rgb(187, 187, 187);
    letter-spacing: 4px;
}
.ipr_ztar1{
    color:rgb(198, 0, 0);
}
.ipr_ztar4{
    margin-left:40px;
}
.ipr_ztar4 li {
    position:relative;
    display: flex;
    width: 106px;
    height: 106px;
    background: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.041vw;
    color: rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    margin-bottom:26px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
}
.ipr_ztar4 li::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    translate:-50% -50%;
    width:84px;
    height:84px;
    border-radius:50%;
    border:1px solid rgba(0, 0, 0, 0.2);
}
.ipr_ztb{
    width:204px;
    line-height:49px;
    background:url(../images/index/pr4.png) center no-repeat;
    background-size:100% 100%;
    margin:43px auto 0px;
}
.ipr_ztb a{
    text-align:center;
    color:rgb(165, 114, 59);
}

.iprlist_zt1{
    text-align:center;
    padding-top:90px;
}
.shux{
    height:48px;
    width:1px;
    background:rgb(198, 0, 0);
    margin:0 auto;
}
.iprlist_zt2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:55px;
}
.iprlist_zt2 li{
    width:49%;
    margin-left:0.666%;
    background:rgb(238, 238, 238);
    padding:4.27083333333333vw 0px 2.1875vw;
    text-align:center;
    margin-bottom:0.666vw;
    position: relative;
    overflow: hidden;
}

.iprlist_zt2c {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.iprlist_zt2a{
    font-size:26px;
    color:#000;
}
.iprlist_zt2b{
    color:rgba(0, 0, 0, 0.5);
    margin:10px 0px 12px;
}
.iprlist_zt2d{
    font-size:0.7291vw;
    color:rgb(198, 0, 0);
    margin-top:0.875vw;
    margin-bottom:8vw;
    
}
.iprlist_zt2 li:hover .iprlist_zt2d i{
    margin-left:0.4vw;
}
.iprlist_zt2d i{
    position:relative;
    top:1px;
    transition: .5s;
}
.iprlist_zt2 li a{
    position:relative;
    z-index: 1;
}
.iprlist_zt2 li:nth-child(1)::before{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:url(../images/index/prlista1.png) center no-repeat;
    background-size:100% 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.iprlist_zt2 li:nth-child(2)::before{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:url(../images/index/prlista1.png) center no-repeat;
    background-size:100% 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.iprlist_zt2 li:nth-child(3)::before{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:url(../images/index/prlistc1.png) center no-repeat;
    background-size:100% 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.iprlist_zt2 li:nth-child(4)::before{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:url(../images/index/prlistd1.png) center no-repeat;
    background-size:100% 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    
}
.iprlist_zt2 li:nth-child(1):hover::before,
.iprlist_zt2 li:nth-child(2):hover::before,
.iprlist_zt2 li:nth-child(3):hover::before,
.iprlist_zt2 li:nth-child(4):hover::before{
    opacity: 1;
}
.iprlist_zt2 li:hover .iprlist_zt2a,
.iprlist_zt2 li:hover .iprlist_zt2b,
.iprlist_zt2 li:hover .iprlist_zt2d{
    color:#fff;
}

.rqyslist{
    height:29.166vw;
    margin-top:70px;
}
.rqyslist .swiper-slide {
    text-align: center;
    font-size: 0.9375vw;;
    background: #fff;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.6;
    background:rgb(26, 28, 40);
    border-radius: 10px;
  }
  .rqyslist .swiper-slide-active,.rqyslist .swiper-slide-duplicate-active{
    transform: scale(1);
    opacity: 1;
  }
  .rqyslista {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:2.083vw;
    cursor: pointer;
}
.rqyslista1{
    position:relative;
    overflow: hidden;
    width:11.614vw;
}
.rqyslista1 .dykslist_d1{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: 2;
}
.rqyslista1::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    translate:-50% -50%;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    border-radius:50%;
}

.rqyslista1 img{
    width:100%;
    display:block;
	border-radius: 50%;
}
.rqyslista2{
    font-size:1.041vw;
    line-height:1.875vw;
    color:#fff;
    margin-top:0.8333vw;
}
.rqyslista3 {
    font-size: 0.8333vw;
    line-height: 1.875vw;
    color: #fff;
    display: flex;
    align-items: center;
}
.rqyslista3 img{
    margin-right:5px;
}
.rqyslista4{
    padding:0px 40px;
    font-size:0.7291vw;
    color:rgba(255, 255, 255, 0.5);
    line-height:1.458vw;
    margin-top:0.8333vw;
}
.rqyslistb{
    background:rgb(34, 94, 154);
    padding:10px 40px;
    text-align:left;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    border-radius: 10px;
}
.rqyslistb1{
    font-size:0.9375vw;;
    font-weight:700;
    color:rgb(255, 255, 255);
    line-height:1.875vw;
}
.rqyslistb2{
    font-size:0.8333vw;
    color:rgba(255, 255, 255, 0.5);
    line-height:1.458vw;
}
.rqyslistc {
    width: 6.822vw;
    height: 6.822vw;
    background: url(../images/index/bjx.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -3.410vw;
    bottom: 0px;
    font-size: 0.9375vw;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 1.458vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.qnmf1{
    width:36.666vw;
    text-align:center;
    line-height:32px;
    margin:16px auto 24px;
}
.atc-con iframe{
    width:800px;
    max-width:100%;
    height:600px;
    margin:0 auto;
}
.atc-con p:has(img) {  
    text-indent: 0 !important; /* 取消缩进 */  
}
.atc-con div:has(iframe){
    text-align:center !important;
}
.qnmf {
    position:relative;
    height: 36.345vw;
    width: 100%;
}
.qnmf .qnmfbg{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    background: url(../images/index/qnmf2.jpeg) center no-repeat;
    background-size: 100% 100%;
    transition: .5s;
}
.qnmf li {
    width: 20%;
    border-right: 1px solid #fff;
    float: left;
    position:relative;
    z-index: 1;
}
.qnmf li:hover::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    background:rgba(0, 0, 0, 0.6);
}
.qnmf li.action .qnmfa3{
    display:block;
}
.qnmf li.action::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    background:rgba(0, 0, 0, 0.6);
}
.qnmf li:hover .qnmfa3{
    display:block;
}
.qnmf li a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36.345vw;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.qnmfa1 img{
    width:7.34375vw;
}
.qnmfa2{
    font-size:1.354vw;
    line-height:1.666vw;
    color:rgb(255, 255, 255);
    margin-top:1.5625vw;
}
.qnmfa3{
    font-size:0.833vw;
    line-height:1.666vw;
    color:rgb(255, 255, 255);
    margin-top:0.833vw;
    display:none;
}

.iyhfk{
    width:100%;
    background:url(../images/index/yhfk.jpeg) center no-repeat;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.lyhfk_zt {
    padding: 6.66666666666667vw 0px;
    display: flex;
    justify-content: space-between;
}
.lyhfk_ztl1{
    color:rgb(255, 255, 255);
    font-size:1.875vw;
    line-height:56px;
    font-weight:700;
}
.lyhfk_ztr{
    width:38.125vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height:28.75vw;
    position:relative;
    overflow: hidden;
}
.lyhfk_ztr ul{
    position:absolute;
    top:0px;
    width:100%;
    transition: .5s;
}
.lyhfk_ztr1{
    width:121px;
    height:121px;
    position:relative;
    overflow: hidden;
    border-radius: 50%;
}
.lyhfk_ztr1 img{
    display:block;
    width:100%;
}
.lyhfk_ztr li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:3.6875vw;
}
.lyhfk_ztr2{
    width:29.47916666666667vw;
}
.lyhfk_ztr21{
    line-height:28px;
    color:rgb(255, 255, 255);
    font-size:14px;
}
.lyhfk_ztr22 {
    color: rgb(255, 255, 255);
    line-height: 28px;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top:1vw;
}
.lyhfk_ztr22 img{
    margin-left:1.47083333333333vw;
    position:relative;
    top:2px;
}
.lyhfk_ztl{
    padding-top:55px;
    position:relative;
    width:24.89583333333333vw;
}
.iyhfk .iprlist_zt2d{
    color:rgb(255, 255, 255);
    margin-top:74px;
}
.lyhfk_ztr ul{
    height:auto;
    overflow-y: auto;
}
.index-titq {
    position: absolute;
    width:100%;
}

.inews{
    background:rgb(241, 241, 241);
    padding:5.208vw 0px 4vw;
}
.inews_zt1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgb(197, 197, 197);
}
.inews_zt1l{
    padding-bottom: 1.302vw;
}
.inews_zt1r{
    display:flex;
    position:relative;
}
.inews_zt1r li{
    padding-bottom: 1.602vw;
    width:4.583vw;
    margin-left:1.354vw;
    text-align:center;
}
.inews_zt1r li a{
    color:rgb(0, 0, 0);
    font-size:0.833vw;
}
.inews_zt1r .action{
    border-bottom:2px solid rgb(198, 0, 0);
}
.inews_zt1r .action a{
    color:rgb(198, 0, 0);
}
.newslist .swiper-slide{
    background:#fff;
}
.newslist1a{
    position:relative;
    overflow: hidden;
}
.newslist1a img{
    width:100%;
    transition: .5s;
}
.newslist .swiper-slide:hover .newslist1a img{
    transform: scale(1.04);
}
.newslist1b{
    padding:2.083vw;
}
.newslist .swiper-slide:hover{
    background:rgb(198, 0, 0);
}
.newslist .swiper-slide:hover .newslist1{
    color:rgba(255, 255, 255, 0.5);
}
.newslist .swiper-slide:hover .newslist2{
    color:rgba(255, 255, 255, 1);
}
.newslist .swiper-slide:hover .newslist3{
    color:rgba(255, 255, 255, 0.8);
}
.newslist .swiper-slide:hover .newslist4{
    color:#fff;
}
.newslist1{
    color:rgb(198, 0, 0);
}
.newslist2 {
    font-size: 1.041vw;
    line-height: 1.666vw;
    height: 3.332vw;
    color: rgb(0, 0, 0);
    font-weight: 700;
    margin: 0.78125vw 0px 1.5625vw;
    display: flex;
    align-items: center;
}
.newslist3{
    color:rgb(137, 137, 137);
    line-height:1.458vw;
    height:2.916vw;
    margin-bottom:2.166vw;
    font-size:0.833vw;
}
.inews_zt2{
    padding:4.166vw 0px 0px;
}
.newslistd{
    text-align:center;
    margin-top: 2.083vw;
}
.newslistd .swiper-pagination-bullet {
    width:9px;
    height:9px;
    margin:0px 4.5px;
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.newslistd .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background:rgb(198, 0, 0);
}

.infooter{
    background:rgb(53, 53, 53);
    padding-top:3.854vw;
}
.infooter_zt1l2a{
    margin-top:3.020vw;
}
.infooter_zt1l2{
    color:rgb(255, 255, 255);
    font-size:0.7291vw;
    line-height:1.458vw;
}
.infooter_zt1l3{
    color:rgb(255, 255, 255);
    font-size:1.466vw;
    font-weight:700;
}
.infooter_zt1{
    padding-bottom:3.125vw;
}
.infooter_zt1l4{
    display:flex;
    margin-top:2.083vw;
}
.infooter_zt1l4 li{
    width:48px;
    border-radius: 50%;
    position:relative;
    margin-right:22px;
    cursor: pointer;
}
.infooter_zt1l4 .infooter_zt1l4a img{
    width:100%;
    display:block;
}
.infooter_zt1l4 .infooter_zt1l4a img:nth-child(2){
    display:none;
}
.infooter_zt1l4a1{
    position:absolute;
    top:-100px;
    left:-26px;
    display:none;
}
.infooter_zt1l4 li:hover .infooter_zt1l4a1{
    display:block;
}
.infooter_zt1l4 li:hover .infooter_zt1l4a img:nth-child(2){
    display:block;
}
.infooter_zt1l4 li:hover .infooter_zt1l4a img:nth-child(1){
    display:none;
}
.infooter_zt1 {
    display: flex;
    justify-content: space-between;
}
.infooter_zt1ra {
    display: flex;
    justify-content: space-between;
}
.infooter_zt1ra a{
    color:#fff;
}
.infooter_ztra2{
    color:#fff;
    line-height:1.666vw;
    font-size:0.8333vw;
}
.infooter_zt1r{
    width:30.208vw;
}
.infooter_zt1ra1{
    margin-top:6px;
}
.infooter_zt1ra1 a{
    color:rgba(255, 255, 255, 0.8);
    font-size:0.7291vw;
    line-height:1.458vw;
    transition: .5s;
}
.infooter_zt1ra1 a:hover{
    color:#fff;
    padding-left:4px;
}
.infooter_zt1rb {
    display: flex;
    justify-content: flex-end;
    margin-top:5.46875vw;
}
.infooter_zt1rb li{
    margin-left:1.666vw;
}
.infooter_zt1rb img{
    display:block;
    width:100px;
}
.infooter_zt1rb2{
    font-size:14px;
    text-align:center;
    color:rgb(255, 255, 255);
    line-height:28px;
}
.infooter_ztb{
    border-top:1px solid rgba(255, 255, 255, 0.3);
    font-size:14px;
    color:#fff;
}
.infooter_ztb_zt {
    display: flex;
    line-height: 45px;
    justify-content: space-between;
}
.infooter_ztbl a{
    display:inline-block;
}
.infooter_ztb a{
    font-size:14px;
    color:#fff;
}
.qnmfa .shux{
    height:100px;
    position:relative;
    z-index: 2;
}
.qnmf{
    margin-top:-55px;
}

.tybanner{
    margin-top:100px;
}
.tybanner img{
    width:100%;
    display:block;
}

.znav{
    background:rgb(247, 247, 247);
    line-height:70px;
}
.znav_zt{
    display:flex;
}
.znav_zt li{
    margin-right:3.489vw;
    position:relative;
}
.znav_zt li::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    width:0%;
    height:1px;
    background:rgb(198, 0, 0);
    transition:.5s;
}
.znav_zt li a{
    color:rgb(0, 0, 0);
}
.znav_zt .action::after,
.znav_zt li:hover::after{
    width:100%;
}
.znav_zt li:hover a,
.znav_zt .action a{
    color:rgb(198, 0, 0);
}

.about{
    padding:4.166vw 0px 5.208vw;
}
.about_zt_title{
    text-align:center;
}
.about_zt_titleen{
    font-size:1.875vw;
    font-weight:700;
    color:rgb(198, 0, 0);
    text-transform: uppercase;
}
.about_zt_titlecn{
    color:rgb(198, 0, 0);
    font-size:1.458vw;
}
.lg-object.lg-image{
    max-height:70% !important;
}
.about_zt_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.about_zt_list li{
    cursor: pointer;
    width:32%;
    margin-right:2%;
    background:rgb(247, 247, 247);
    padding:1.5625vw 2.083vw;
    margin-bottom:1.5625vw;
}
.about_zt_list li:nth-child(3n){
    margin-right:0px;
}
.about_zt_lista1{
    color:rgb(0, 0, 0);
    font-size:20px;
    line-height:32px;
}
.about_zt_lista2{
    color:rgb(0, 0, 0);
    line-height:32px;
}
.about_zt_listb{
    margin-top:34px;
    padding-top:58px;
    border-top:1px solid rgb(223, 223, 223);
}
.about_zt_listb img{
    width:100%;
}
.xian1{
    width:1px;
    height:50px;
    background:rgb(198, 0, 0);
    margin:36px auto 70px;
}

.gsjj_zt1 {
    display: flex;
    margin: 5.98958333333333vw 0px 8.125vw;
    justify-content: space-between;
    position:relative;
}
.gsjj_zt1l {
    width: 39.375vw;
    display: flex;
    height: 29.53125vw;
    flex-direction: column;
    justify-content: center;
}
.gsjj_zt1l .ty_title{
    position:relative;
}
.gsjj_zt1l .ty_title::after{
    content:'';
    position:absolute;
    right:0px;
    top:50%;
    width:15.78125vw;
    height:1px;
    background:rgb(198, 0, 0);
}
.ty_titleen{
    text-transform: uppercase;
    font-size:1.875vw;
    color:rgb(198, 0, 0);
    font-weight:700;
}
.ty_titlecn{
    font-size:1.45833333333333vw;
    color:rgb(198, 0, 0);
}
.gsjj_zt1la{
    margin-top:3.125vw;
    color:rgb(77, 77, 77);
    font-size:0.833vw;
    line-height:1.66666666666667vw;
    text-align:justify;
}
.gsjj_zt1r {
    width: 31.92708333333333vw;
    display: flex;
    height: 29.53125vw;
    flex-direction: column;
    justify-content: flex-end;
    position:relative;
    overflow: hidden;
}
.erase-target {  
    width: 100%; /* 初始时填满容器 */  
    height:100%;  
    background-color: rgb(247, 247, 247);  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    transform-origin: right; /* 设置变换原点为右侧 */  
} 
@-webkit-keyframes scaleX {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes scaleX {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.scaleX {
	-webkit-animation-name: scaleX;
	animation-name: scaleX
}
.gsjj_zt1r img{
    width:100%;
    display:block;
}
.gsjj_zt1::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:45.05208333333333vw;
    height:100%;
    background:rgb(247, 247, 247);
    z-index: -1;
}
.gsjj_zt2 .ty_title{
    text-align:center;
}
.gsjj_zt2_c{
    width:100%;
    background:url(../images/about/gsjj2.jpeg) center no-repeat;
    
    margin-top:-45px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gsjj_zt2a{
    margin-top:-45px;
}
.gsjj_zt2a img{
    display:block;
    width:100%;
}
.xian{
    width:1px;
    height:90px;
    background:rgb(198, 0, 0);
    margin:35px auto 0px;
    position:relative;
    z-index: 1;
}
.gsjj_zt2_c ul {
    display: flex;
    width: 72.91666666666667vw;
    height: 34.21875vw;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.gsjj_zt2_c ul li{
    height:20.729vw;
    background:rgb(255, 255, 255);
    width:19.895vw;
    padding:0px 1.14583333333333vw;
}
.gsjj_zt2_c ul li:nth-child(2){
    position:relative;
    top:1.14583333333333vw;
}
.gsjj_zt2_c1{
    color:rgb(198, 83, 0);
    font-size:1.25vw;
    padding:1.71875vw 0px;
    border-bottom:1px solid rgb(219, 219, 219);
}
.gsjj_zt2_c2{
    color:rgb(99, 99, 99);
    font-family: Bebas;
    font-size:1.5625vw;
    padding:2.76vw 0px 0.833vw;
}
.gsjj_zt2_c3{
    color:rgb(99, 99, 99);
    font-size:0.833vw;
    line-height:1.666vw;
    width:80%;
    text-align:justify;
}
.gsjj_zt3a{
    margin-top:3.125vw;
    color:rgb(56, 56, 56);
    line-height:2.34375vw;
    margin-bottom:4.94791666666667vw;
}
.gsjj_zt3a li{
    padding-left:1.97916666666667vw;
    position:relative;
    font-size:0.8333vw;
    cursor: pointer;
}
.gsjj_zt3a li::after{
    content:'';
    position:absolute;
    left:0px;
    top:50%;
    width:1.14583333333333vw;
    height:1.14583333333333vw;
    background:url(../images/about/iconjb.png) center no-repeat;
    background-size:100% 100%;
    margin-top:-0.57291666666667vw;
}
.gsjj_zt3a li:hover,.gsjj_zt3a li.active{
    color:rgb(198, 0, 0);
}
.gsjj_zt3ba{
    display:flex;
    position:absolute;
    bottom:0px;
    left:0px;
}
.gsjj_zt3b{
    color:#000;
    position:relative;
}
.gsjj_zt3b::after{
    content:'';
    position:absolute;
    right:-30px;
    top:50%;
    height:2px;
    width:24px;
    background:rgb(198, 0, 0);
}

.jdpz{
    background:url(../images/about/jdpz1.jpeg) center no-repeat;
}
.jdpz_zt1 {
    padding-top: 6.25vw;
    display: flex;
    justify-content: space-between;
}
.jdpz_zt1l{
    padding-top:1.458vw;
}
.jdpz_zt1la{
    color:rgb(58, 58, 58);
    font-size:0.833vw;
    margin-top:2.083vw;
    line-height:1.666vw;
}

.jdpz_zt1r{
    width:30vw;
}
.jdpz_zt1r ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jdpz_zt1r li {
    width: 49%;
    background: rgb(247, 247, 247);
    height: 10.72916666666667vw;
    margin-bottom: 0.52083333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0px 2.08333333333333vw;
}
.jdpz_zt1r li:nth-child(1){
    opacity: 0;
}
.jdpz_zt1r1{
    font-size:2.1875vw;
    color:rgb(0, 0, 0);
}
.jdpz_zt1r1 span{
    font-size:14px;
    color:rgb(0, 0, 0);
}
.jdpz_zt1r2{
    color:rgb(65, 65, 65);
    font-size:14px;
    text-align:center;
    line-height:1.14583333333333vw;
}
.jdpz_zt2{
    margin-top:12.60416666666667vw;
    position:relative;
    padding-bottom:9.01041666666667vw;
}
.zlzs_fx{
    position:absolute;
    bottom:10%;
    left:50%;
    display:flex;
    transform: translate(-50%,0px);
}
.zlzs_fxs{
    position:relative;
    top:5px;
    width:1px;
    height:30px;
    background:rgb(198, 0, 0);
    margin:0px 4.94791666666667vw;
}
.zlzs_fx i{
    cursor: pointer;
    font-size:40px;
    color:rgb(198, 0, 0);
}
.zlzslist img{
    width:100%;
}
.zlzslist .swiper-slide{
    cursor: pointer;
}
.gztx_zt1 .iab_ztl4{
    margin-top:0px;
    margin-right:6vw;
}
.gztx_zt1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3.75vw 0px;
}
.bztx{
    position:relative;
    margin-bottom:7.29166666666667vw;
    overflow: hidden;
}
.bztx::after{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:89.0625vw;
    height:31.97916666666667vw;
    background:rgb(247, 247, 247);
    z-index: -1;
}
.bztx_zt2{
    width:89.0625vw;
    margin-left:10.9375vw;
    background:url(../images/about/jdpz3.jpeg) center no-repeat;
    background-size:cover;
    height:31.97916666666667vw;
}
.bztx_zt2{
    display:flex;
}
.bztx_zt2 li {
    display: flex;
    height: 31.97916666666667vw;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    justify-content: center;
    align-items: center;
    position:relative;
}
.bztx_zt2 li:hover::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.bztx_zt2 li:hover .bztx_zt2a{
    display:none;
}
.bztx_zt2 li:hover .bztx_zt2b{
    display:inline-block;
    position:relative;
    z-index: 2;
}
.bztx_zt2 li:hover:nth-child(1){
    background:url(../images/about/jdpz10.jpeg) center no-repeat;
    background-size:cover;
}
.bztx_zt2 li:hover:nth-child(2){
    background:url(../images/about/jdpz11.jpg) center no-repeat;
    background-size:cover;
}
.bztx_zt2 li:hover:nth-child(3){
    background:url(../images/about/jdpz12.jpg) center no-repeat;
    background-size:cover;
}
.bztx_zt2 li:hover:nth-child(4){
    background:url(../images/about/jdpz13.jpg) center no-repeat;
    background-size:cover;
}
.bztx_zt2 li:nth-child(4){
    border-right:none;
}
.bztx_zt2a{
    width:2.96875vw;
}
.bztx_zt2a img{
    width:100%;
}
.bztx_zt2b{
    display:none;
    color:#fff;
    font-size:0.833vw;
    text-align:center;
    line-height:1.666vw;
}
.ddyc_zt{
    display:flex;
}
.ddyc_ztl{
    background-size:100%;
    width:55.46875vw;
    background:url(../images/about/jdpz8.png) bottom no-repeat rgb(247, 247, 247);
    padding:7.03125vw 9.89583333333333vw 14.32291666666667vw 10.9375vw;
}
.ddyc_ztr {
    width: 44.53125vw;
    display: flex;
    align-items: flex-end;
}
.ddyc_ztr img{
    width:100%;
}
.bztxn_zt{
    padding-top:5.9375vw;
}
.bztxn_zt .ty_title{
    text-align:center;
}
.bztxn_zt .xian{
    height:48px;
}
.bztxn_zt1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:4.47916666666667vw;
}
.bztxn_zt1l{
    width:39.16666666666667vw;
}
.bztxn_zt1l1{
    width:13.17708333333333vw;
    margin-bottom:14px;
}
.bztxn_zt1l1 img{
    width:100%;
}
.bztxn_zt1l2{
    font-size:0.833vw;
    line-height:32px;
    color:rgb(77, 77, 77);
}
.bztxn_zt1l3{
    font-size:30px;
    color:rgb(198, 0, 0);
    font-weight:bold;
    font-family: "宋体";
    margin-top:4.6875vw;
    margin-bottom:24px;
}
.bztxn_zt1r{
    width:30.05208333333333vw;
    position:relative;
    overflow: hidden;
}
.bztxn_zt1r img{
    width:100%;
    display:block;
}

.bztxn_zt2{
    background:url(../images/about/bztx/2.png) left top no-repeat;

}
.bztxn_zt2a{
    padding-top:6.61458333333333vw;
    width:35vw;
    float:right;
    margin-right:10.9375vw;
}
.bztxn_zt2list{
    margin-left:10.9375vw;
    margin-top:4.89583333333333vw;
}
.bztxn_zt2list .bztxn_zt2list1 img{
    width:100%;
    display:block;
}
.bztxn_zt2list2{
    position:absolute;
    bottom:4.16666666666667vw;
    left:3.85416666666667vw;
    z-index: 2;
}
.bztxn_zt2list2a{
    font-size:1.5625vw;
    color:rgb(255, 255, 255);
    font-weight:700;
    font-family: "宋体";
}
.bztxn_zt2list2b{
    font-size:0.833vw;
    color:rgb(255, 255, 255);
    line-height:1.666vw;
    margin-top:6px;
}
.zy{
    background:url(../images/about/bztx/7.png) left bottom no-repeat;
}
.zy_zt {
    display: flex;
    justify-content: space-between;
    padding-top:11.19791666666667vw;
}
.zy_ztl{
    width:29.16666666666667vw;
}
.zy_ztr{
    width:41.30208333333333vw;
}
.zy_ztr {
    display: flex;
    justify-content: space-between;
}
.zy_ztr img{
    width:49%;
    display:flex;
}
.bztxn_zt1l1{
    width:8.69791666666667vw;
}
.bztxn_zt1l1 img{
    width:100%;
}
.zy .bztxn_zt2a .bztxn_zt1l1{
    width:13.17708333333333vw;
}
.bztxn_zt2list1 img{
    width:100%;
}
.zylist img{
    display:block;
}
.zy_bottom{
    margin-top:2.91666666666667vw;
    margin-bottom:8.33333333333333vw;
}
.fzlclist{
    margin-left:10.9375vw;
}
.fzlclist .swiper-slide{
    width:24.89583333333333vw;
    margin-right:1.66vw;
    border-radius: 15px;
}
.fzlclist .swiper-slide:nth-child(2n){
    position:relative;
    margin-top:100px;
}
.fzlclist .swiper-slide img{
    width:100%;
    display:block;
    border-radius: 15px;
}
.fzlclist .swiper-slide::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    left:0px;
    top:0px;
    z-index: 2;
    border-radius: 15px;
}
.bztxn_zt2list1{
    position:relative;
    z-index: 1;
}
.bztxn_zt2list3{
    position:relative;
    z-index: 3;
}
.bztxn_zt2list3{
    position:absolute;
    left:3.125vw;
    right:3.125vw;
    bottom:0px;
}
.bztxn_zt2list31{
    color:#fff;
    line-height:1.666vw;
    font-size:0.833vw;
}
.bztxn_zt2list32{
    font-family: 'Bebas';
    font-size:72px;
    color:#fff;
    height:72px;
    margin-top:1.666vw;
}
.fzlc{
    padding:4.27083333333333vw 0px 6.97916666666667vw;
}
.fzlc .ty_title{
    text-align:center;
}
.fzlc .xian{
    height:40px;
    margin-bottom:5.20833333333333vw;
}
.qyln{
    padding:4.27083333333333vw 0px 6.5625vw;
}
.qyln .ty_title{
    text-align:center;
}
.qyln .xian{
    height:40px;
    margin-bottom:1.8229166666666vw;
}
.qyln_txt{
    text-align:center;
    color:rgb(58, 58, 58);
    line-height:32px;
}
.qylnlist ul{
    display:flex;
    border:1px solid rgb(179, 179, 179);
    margin-bottom:6.5625vw;
}
.qylnlist ul li{
    width:25%;
    padding:3.38541666666667vw 2.8125vw;
    border-left:1px solid rgb(179, 179, 179);
}
.qylnlist ul li:nth-child(1){
    border-left:none;
}
.qylnlist2{
    margin:1.82291666666667vw 0px;
    font-size:20px;
    font-weight:700;
    color:rgb(0, 0, 0);
}
.qylnlist3{
    color:rgb(58, 58, 58);
    line-height:32px;
}
.qylnbottom{
    background:url(../images/about/qyln/5.jpeg) center no-repeat;
    background-size:cover;
    height:36.45833333333333vw;
    width:100%;
    position:relative;
}
.qylnbottom_zt{
    background:rgb(255, 255, 255);
}
.qylnbottom_ztp{
    width:82.8125vw;
    position:absolute;
    right:0px;
    bottom:0px;
    background:#fff;
}
.qylnbottom_ztp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height:20.83333333333333vw;
}
.qylnbottom_ztp1{
    font-size:1.04166666666667vw;
    font-weight:700;
    color:rgb(0, 0, 0);
    position:relative;
    padding-bottom:0.41666666666667vw;
    margin-bottom:1.30208333333333vw;
}
.qylnbottom_ztp1::after{
    content:'';
    position:absolute; 
    width:24px;
    height:2px;
    bottom:0px;
    left:0px;
    background:rgb(1, 126, 29);
}
.qylnbottom_ztp2{
    font-size:0.833vw;
    color:rgb(58, 58, 58);
    line-height:1.66666666666667vw;
}
.qylnbottom_ztp ul li{
    border-right:1px solid rgb(199, 199, 199);
    padding:0px 5.20833333333333vw;
}
.qylnbottom_ztp ul li:last-child{
    border-right:none;
}

.lszs{
    width:100%;
}
.lszs img{
    width:100%;
    display:block;
}
.lszsd{
    position:absolute;
    text-align:center;
    z-index: 2;
}
.lszsd .swiper-pagination-bullet{
    background:#fff;
    opacity: 1;
}
.lszsd .swiper-pagination-bullet-active{
    background:rgb(198, 0, 0);
}

.zsfhj_zt {
    position: relative;
    height: 38.28125vw;
    display: flex;
    align-items: flex-end;
}
.zsfhj_zt::after{
    content:'';
    position:absolute;
    width:71.77083333333333vw;
    height:100%;
    background:rgb(247, 247, 247);
    left:0px;
    top:0px;
    z-index: -1;
}
.zsfhz_ztl{
    width:42.1875vw;
}
.zsfhz_ztl img{
    width:100%;
}
.zsfhz_ztr{
    width:42.96875vw;
    margin-left:7.8125vw;
}
.zsfhz_ztr1{
    position:relative;
    font-size:28px;
    line-height:42px;
    color:rgb(0, 0, 0);
    padding:1.92708333333333vw 0px;
}
.zsfhz_ztr1::after{
    content:'';
    position:absolute;
    right:0px;
    top:50%;
    height:1px;
    width:15.83333333333333vw;
    background:rgb(198, 0, 0);
}
.zsfhz_ztr2{
    color:rgb(77, 77, 77);
    font-size:0.833vw;
    line-height:42px;
    padding-bottom:5.83333333333333vw;
}
.zsfhj1{
    background:url(../images/zsfhj/lszs6.png) center no-repeat;
    background-size:cover;
}
.w1132{
    width:58.95833333333333vw;
    margin:0 auto;
    padding:10.3125vw 0px;
}
.zsfhj1_zt {
    display: flex;
    flex-wrap: wrap;
}
.zsfhj1_zt .zsfhj1_ztty{
    width:50%;
    height:22.39583333333333vw;
}
.zsfhj1_zt1{
    background:rgb(198, 0, 0);
}
.zsfhj1_zt4{
    background:rgb(202, 133, 0);
}
.zsfhj1_zt2 img{
    width:22.8125vw;
}
.zsfhj1_zt2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.zsfhj1_zt3 img{
    width:22.8125vw;
}
.zsfhj1_zt3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.zsfhj1_zt1a{
    width:18.95833333333333vw;
    font-size:0.833vw;
    color:rgb(255, 255, 255);
    line-height:1.666vw;
}
.zsfhj1_zt .zsfhj1_zt1,
.zsfhj1_zt .zsfhj1_zt4 {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zsfhj1_zt .zsfhj1_zt1::after,
.zsfhj1_zt .zsfhj1_zt4::after {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:url(../images/zsfhj/lszs5.png) center no-repeat;
    background-size:cover;
}
.zsfhj_jj_zt {
    background: rgb(247, 247, 247);
    height: 34.6875vw;
    margin: 7.60416666666667vw 0px 5.46875vw;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.zsfhj_jj_ztf{
    position:absolute;
    left:6.25vw;
    bottom:6.92708333333333vw;
    z-index: 1;
}
.zsfhj_jj_ztr{
    width:51.77083333333333vw;
    position:relative;
    overflow: hidden;
}
.zsfhj_jj_ztr .erase-target{
    height:100%;
}
.zsfhj_jj_ztr img{
    width:100%;
    display:block;
}
.zsfhj_jj_zt1{
    color:rgb(198, 0, 0);
    font-size:1.875vw;
    line-height:2;
    -webkit-text-stroke: 1px #fff;
    font-weight:700;
}
.zsfhj_jj_zt2{
    margin-top:3.75vw;
    font-size:1.04166666666667vw;
    line-height:2.08333333333333vw;
    color:rgb(0, 0, 0);
}
.zsfhj_jj_zt1b1 {
    color: rgb(249, 241, 228);
    writing-mode: vertical-rl;
    background: url(../images/zsfhj/gs3.png) center no-repeat;
    background-size: 100% 100%;
    width: 2.5vw;
    height: 10.78125vw;
    font-size:1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 8px;
    text-indent:8px;
    margin-right:2.13541666666667vw;
}
.zsfhj_jj_zt1a img{
    width:100%;
}
.zsfhj_jj_zta1 {
    display: flex;
    justify-content: space-between;
}
.zsfhj_jj_zta1 li{
    width:30%;
}
.zsfhj_jj_zt1b {
    display: flex;
    height: 18.22916666666667vw;
    align-items: center;
    justify-content: center;
    background:rgb(247, 247, 247);
}
.zsfhj_jj_zt1b2{
    width:13vw;
}
.zsfhj_jj_zt1b2 p{
    line-height:1.666vw;
    font-size:0.833vw;
    color:#000;
}
.zsfhj_jj_zt1b2 h4{
    line-height:1.666vw;
    font-size:0.833vw;
    font-weight:700;
    color:#000;
}
.dyks_zt1{
    font-size:32px;
    color:rgb(44, 44, 44);
    text-align:center;
    line-height:60px;
    padding-top:5.72916666666667vw;
}
.dyks_zt2{
    background:rgb(247, 247, 247);
    padding-top:5.72916666666667vw;
    padding-bottom:4.47916666666667vw;
    margin-top:-45px;
    padding-left:10.83333333333333vw;
    padding-right:10.83333333333333vw;
    position:relative;
}
.dykslist{
    height:24.63541666666667vw;
}
.dykslist .swiper-slide{
    position:relative;
    overflow: hidden;
}
.dykslist .swiper-slide:hover img{
    transform: scale(1.02);
}
.dykslist .swiper-slide::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3)
}
.dykslist img{
    width:100%;
    display:block;
    transition: .5s;
}
.dykslist_d {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.dykslist_d1 i{
    font-size:30px;
    color:#fff;
}
.dykslist_d1 {
    width: 6.25vw;
    height: 6.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.dykslist_d1 i{
    position:relative;
    z-index: 1;
}
.dykslist_d1::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 60%;
    height: 60%;
    background: rgba(255, 255, 255);
    opacity: 0.2;
    border-radius: 50%;
    animation: grow 2s infinite;
}
.dykslist_d1::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255);
    opacity: 0.1;
    border-radius: 50%;
    animation: grow1 2s infinite;
}
.dykslist_d2{
    font-size:16px;
    line-height:1.6;
    width:80%;
    color:rgb(255, 255, 255);
    text-align:center;
}
.dykslistl{
    position:absolute;
    left:5%;
    top:50%;
    color:#000;
}
.dykslistr{
    position:absolute;
    right:5%;
    top:50%;
    color:#000;
}
.dykslistr i,
.dykslistl i{
    cursor: pointer;
    font-size:3.125vw;
}
.zsfhj_1_zt1 {
    display: flex;
    padding: 7.8125vw 0px 2.86458333333333vw;
    justify-content: space-between;
    align-items: center;
}
.zsfhj_1_zt1l{
    width:37.29166666666667vw;
}
.zsfhj_1_zt1l1{
    width:15.625vw;
    height:1px;
    background:rgb(0, 0, 0);
}
.zsfhj_1_zt1l2{
    margin:3.33333333333333vw 0px 1.51041666666667vw;
    color:#000;
    font-size:1.666vw;
}
.zsfhj_1_zt1l3{
    font-size:0.833vw;
    line-height:1.666vw;
}
.zsfhj_1_zt1r{
    display:flex;
}
.zsfhj_1_zt1r div {
    width: 2.60416666666667vw;
    height: 2.60416666666667vw;
    border-radius: 50%;
    display: flex;
    border: 1px solid rgb(155, 155, 155);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.zsfhj_1_zt1r div:nth-child(2){
    margin-left:2.60416666666667vw;
}
.zsfhj_1_zt1r div i{
    color:rgb(155, 155, 155);
}
.zsfhj_1_zt1r div:hover{
    border:1px solid rgb(198, 0, 0);
    background:rgb(198, 0, 0);
}
.zsfhj_1_zt1r div:hover i{
    color:#fff;
}
.zsfhj_1_zt2 .swiper-slide:hover .zsfhj_1_zt2 img{
    transform: scale(1.02);
}
.zsfhj_1_zt2a{
    position:relative;
    overflow: hidden;
}
.zsfhj_1_zt2 img{
    width:100%;
    display:block;
    transition: .5s;
}
.zsfhj_1_zt2b{
    background:rgb(247, 247, 247);
    padding:1.45833333333333vw 1.875vw;
}
.zsfhj_1_zt2b1{
    font-size:1.04166666666667vw;
    line-height:1.666vw;
}
.zsfhj_1_zt2b2{
    font-size:0.9375vw;
    line-height:1.666vw;
    color:rgb(24, 24, 24);
}
.zsfhj_1_zt2{
    height:17.8125vw;
}
.zsfhj_1_zt31{
    text-align:center;
}
.zsfhj_1_zt31 .zsfhj_1_zt1l3 {
    font-size: 0.833vw;
    width: 47vw;
    margin: 0 auto;
    line-height: 1.666vw;
}
.zsfhj_1_zt31 .zsfhj_1_zt1l2{
    padding-top:7.8125vw;
}
.zsfhj_1_zt31 .xian{
    height:63px;
    margin:2.5vw auto 1.97916666666667vw;
}
.zsfhj_1_zt32 {
    display: flex;
    justify-content: space-between;
    margin-bottom:8.07291666666667vw;
}
.zsfhj_1_zt32 li{
    position:relative;
    width:14.79166666666667vw;
    position:relative;
}
.zsfhj_1_zt32a img{
    width:100%;
}
.zsfhj_1_zt32b{
    position:absolute;
    left:0px;
    bottom:0px;
    width:9.16666666666667vw;
    height:3.38541666666667vw;
    background:url(../images/zsfhj/gs11.png) center no-repeat;
    background-size:100% 100%;
    color:rgb(255, 255, 255);
    font-size:0.833vw;
    padding-top:1.7vw;
    padding-left:1vw;
}

.mtzy1l{
    width:31.25vw;
    padding-top:4.84375vw;
}
.mtzy1{
    margin:6.25vw 0px;
    position:relative;
}
.mtzy1::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    background:url(../images/zsfhj/mtzy/2.png) center no-repeat;
    background-size:100% 100%;
    width:18.54166666666667vw;
    height:7.03125vw;
}
.mtzy1_zt{
    position:relative;
    height:33.125vw;
}
.mtzy1_zt::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    background:rgb(247, 247, 247);
    width:50.67708333333333vw;
    height:100%;
    z-index: -1;
}
.mtzy1r {
    width: 40.625vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.mtzy1r img{
    width:100%;
}
.mtzy1_zt {
    display: flex;
    justify-content: space-between;
}
.mtzy2 .ty_title{
    text-align:center;
}
.mtzy2_zt {
    background: rgb(247, 247, 247);
    height: 16.92708333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-45px;
}
.mtzy2_zt img{
    width:9.0625vw;
}
.mtzy2_zt li{
    margin:0px 1.62291666666667vw;
}
.mtzy3 .ty_title{
    text-align:center;
    margin-top:4.6875vw;
}
.mtzy3 .xian{
    height:40px;
}
.mtzy3_list {
    display: flex;
    justify-content: space-between;
    margin-bottom:6.25vw;
    margin-top:1.666vw;
}
.mtzy3_list li {
    width: 12.03125vw;
    height: 16.19791666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgb(247, 247, 247);
    position:relative;
}
.mtzy3_list li img{
    width:5.36458333333333vw;
    border-radius: 10px;
}
.mtzy3_list li:hover .mtzy3_listewm {
    opacity: 1;
}
.mtzy3_list .mtzy3_listewm {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgb(247, 247, 247);
    opacity: 0;
}
.mtzy3_list1{
    text-align:center;
    font-size:0.833vw;
    line-height:4;
    color:#000;
}
.zsfxz1_zt1{
    text-align:center;
    font-size:28px;
    line-height:48px;
    font-weight:bold;
    color:rgb(44, 44, 44);
    width:52.1875vw;
    margin:5.20833333333333vw auto 0px;
}
.zsfxz1_zt .xian{
    background:rgb(0, 0, 0);
}
.zsfxz1_zt2 {
    display: flex;
    justify-content: space-between;
    padding-top:7.44791666666667vw;
    position:relative;
    margin-top:-45px;
    margin-bottom:5.3125vw;
}
.zsfxz1_zt2r{
    width:36.875vw;
}
.zsfxz1_zt2r img{
    width:100%;
}
.zsfxz1_zt2::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:48.02083333333333vw;
    height:100%;
    background:rgb(247, 247, 247);
    z-index: -1;
}
.zsfxz1_zt2l{
    width:35.9375vw;
    padding-top:3.33333333333333vw;
}
.zsfxz1_zt2l .ty_titlecn{
    color:rgb(18, 18, 18);
    line-height:1.7;
}

.zsfxz2 {
    width: 100%;
    height: 38.4375vw;
    background: url(../images/zsfxz/10.jpeg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.zsfxz2_zt1{
    text-align:center;
    font-size:1.45833333333333vw;
    line-height:1.7;
    color:rgb(18, 18, 18);
}
.zsfxz2_zt2{
    text-align:center;
    font-size:0.833vw;
    color:rgb(77, 77, 77);
    line-height:1.666vw;
    width:51.875vw;
    margin:2.1875vw auto 5.52083333333333vw;
}
.zsfxz2_zt3 {
    display: flex;
    justify-content: space-between;
}
.zsfxz2_zt3 li{
    width:9.0625vw;
}
.zsfxz2_zt31{
    background:url(../images/zsfxz/2.png) center no-repeat;
    background-size:100% 100%;
}
.zsfxz2_zt31 img{
    width:100%;
}
.zsfxz2_zt32{
    text-align:center;
    line-height:1.666vw;
    color:rgb(0, 0, 0);
    margin-top:0.98958333333333vw;
}
.zsfxz3{
    height:29.58333333333333vw;
    position:relative;
    margin:6.92708333333333vw 0px 9.63541666666667vw;
}
.zsfxz3::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:58.95833333333333vw;
    height:100%;
    background:rgb(247, 247, 247);
    z-index: -1;
}
.zsfxz3_zt2 {
    display: flex;
    justify-content: space-between;
}
.zsfxz3 .zsfxz1_zt2r {
    display: flex;
    align-items: flex-end;
    margin-top: 5.91666666666667vw;
    position: relative;
}
.zsfxz1_zt2rlistd{
    position:absolute;
    z-index: 2;
    text-align:center;
    width:100%;
}
.zsfxz1_zt2rlistd .swiper-pagination-bullet{
    background:#fff;
}
.zsfxz4_zt{
    display:flex;
    margin-bottom:7.1875vw;
}
.zsfxz4_ztl{
    width:50%;
}
.zsfxz4_ztl img{
    width:100%;
    display:block;
}
.zsfxz4_ztr{
    margin-top:3.38541666666667vw;
    width:50%;
    background:rgb(247, 247, 247);
    padding:5.10416666666667vw 5.63333333333333vw 0px;
}
.zsfxz4_ztr .ty_titlecn{
    color:rgb(18, 18, 18);
}
.zsfxz4_ztr .gsjj_zt1la{
    margin-top:1.1875vw;
}
.zsfxz4_ztr1 {
    display: flex;
    justify-content: space-between;
    padding:3.4375vw 0px;
}
.zsfxz4_ztr1 li{
    border-left:3px solid rgb(198, 0, 0);
    font-size:0.833vw;
    color:rgb(99, 99, 99);
    line-height:1.7;
    padding-left:0.72916666666667vw;
}
.product_zt{
    padding:6.25vw 0px;
}
.product_zt1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product_zt1 li{
    width:32%;
    margin-right:2%;
    background:rgb(247, 247, 247);
    margin-bottom:1.66vw;
    position:relative;
    
}
.product_zt1 li:nth-child(3n){
    margin-right:0px;
}
.product_zt1a {
    display: flex;
    height: 27.8125vw;
    justify-content: center;
    align-items: center;
}
.product_zt1a img{
    max-width:80%;
    max-height:80%;
}
.product_zt1b{
    margin:0px 1.14583333333333vw;
    text-align:center;
    border-top:1px solid rgb(224, 224, 224);
    height:3.95833333333333vw;
    position:relative;
    overflow: hidden;
}
.product_zt1b1{
    line-height:3.95833333333333vw;
    color:rgb(0, 0, 0);
    font-size:1.04166666666667vw;
}
/*line*/
.product_zt1 li .sp {
    position: absolute;
    background: rgb(198, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .product_zt1 li .line-1 {
    left: 0%;
    top: 0%;
    width: 0%;
    height: 2px;
  }
  .product_zt1 li:hover .line-1, .product_zt1 li:hover .line-3 {
    width: 100%;
  }
  .product_zt1 li:hover .line-2, .product_zt1 li:hover .line-4 {
    height: 100%;
  }
  .product_zt1 li .line-2 {
    right: 0%;
    top: 0%;
    width: 2px;
    height: 0%;
  }
  .product_zt1 li .line-3 {
    right: 0%;
    bottom: 0%;
    width: 0%;
    height: 2px;
  }
  .product_zt1 li .line-4 {
    left: 0%;
    bottom: 0%;
    width: 2px;
    height: 0%;
  }
  
  
  /*line end*/

  .prcontent_zt {
    display: flex;
    background: rgb(247, 247, 247);
    align-items: center;
    height:30.72916666666667vw;
    margin:4.375vw 0px;
}
.prcontent_ztl {
    width: 50%;
    border-right: 1px solid rgb(224, 224, 224);
    display: flex;
    align-items: center;
    justify-content: center;
    height:30.72916666666667vw;
}
.prcontent_ztl img{
    max-width:80%;
    max-height:80%;
}
  .prcontent_ztr{
    width:50%;
    padding:0px 5.625vw;
    padding-top:4.58333333333333vw;
    height:30.72916666666667vw;
  }
  .prcontent_ztr1{
    color:rgb(0, 0, 0);
    font-size:24px;
    line-height:38px;
  }
  .prcontent_ztr2{
    color:rgb(100, 100, 100);
    line-height:1.5;
    margin-bottom:1.5625vw;
  }
  .prcontent_ztr2 .prcontent_ztr21{
    margin-top:1.5625vw;
    line-height:1.75;
  }
  .prcontent_ztr3 {
    display: flex;
    align-items: center;
}
  .prcontent_ztr3 li:nth-child(1){
    margin-right:0px;
  }
  .prcontent_ztr3 li{
    color:rgb(100, 100, 100);
    margin-right:0.88541666666667vw;
  }
  .prcontent_zt1{
    background:rgb(217, 217, 217);
  }
  .prcontent_zt2{
    padding:3vw 0px 5vw;
  }

  .qwtj{
    padding-bottom:4vw;
  }
  .qwtj .xian{
    height:60px;
    background:rgb(198, 0, 0);
    margin-bottom:1vw;
  }
  .qwtj_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
  .qwtj_list li{
    position:relative;
    background:rgb(26, 28, 40);
    border-radius: 10px;
    width:28%;
    margin-right:8%;
    margin-bottom:2vw;
  }
  .qwtj_list li:nth-child(3n){
    margin-right:0px;
  }

  .news{
    margin:5.208vw 0px 5.208vw;
  }
  .news1_zt{
    padding-top:5.208vw;
    position:relative;
  }
  .newszx_list .swiper-slide a{
    background:rgb(247, 247, 247);
  }
  .newszx_list .swiper-slide:hover img{
    transform: scale(1.04);
  }
  .newszx_list .swiper-slide:hover .news1lb{
    color:rgb(198, 0, 0);
  }
  .news1l{
    width:50%;
    position:relative;
    overflow: hidden;
  }
  .news1l img{
    width:100%;
    display:block;
    transition: .5s;
  }
  .news1a{
    display: flex;
    align-items: center;
}
.news1r{
    width:50%;
    padding: 0px 2vw;
    word-wrap: break-word;
}
.news1la {
    opacity: 0.4;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.news1la i{
    margin-right:4px;
}
.news1lb {
    color: rgb(0, 0, 0);
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.666vw;
    margin: 0.625vw 0px 1.25vw;
}
.news1lc {
    opacity: 0.6;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.news1ld {
    opacity: 0.64;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4.58333333333333vw;
}
.newszx_listd {
    position: absolute;
    z-index: 99;
    text-align: right;
    padding-right: 72px;
    bottom: 1.875vw !important;
}

.newszx_listd .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: rgb(1, 140, 50) !important;
    opacity: 1 !important;
    margin: 0px 9px !important;
}

.newszx_listd .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    margin-left: -9px;
    border: 1px solid rgb(1, 140, 50);
    border-radius: 50%;
    display: none;
}

.newszx_listd .swiper-pagination-bullet-active::after {
    display: block;
}
  .news,.newswa{
    margin-top:3vw;
  }
  .news_ztlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
  .news_ztlist li{
    width:32%;
    margin-right:2%;
    margin-bottom:20px;
    margin-bottom:1vw;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  }
  .news_ztlist li:nth-child(3n){
    margin-right:0px;
  }
  .news_ztlist li:hover img{
    transform: scale(1.04);
  }
  .news_ztlist1{
    position:relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .news_ztlist1 img{
    width:100%;
    transition: .5s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display:block;
  }
  .news_ztlist2{
    padding:1.145vw;
  }
  .news_ztlist21{
    background:rgba(198, 0, 0, 0.1);
    width:88px;
    line-height:34px;
    border-radius: 2px;
    color:rgb(198, 0, 0);
    font-size:14px;
    text-align:center;
  }
  .news_ztlist22{
    margin-top:24px;
    font-size:1.041vw;
    line-height:1.666vw;
    color:rgb(0, 0, 0);
    height:3.332vw;
    display: flex;
    align-items: center;
  }
   .news_ztlist li:hover .news_ztlist22{
    color:rgb(198, 0, 0);
   }
  .news_ztlist23{
    margin-top:2.864vw;
    color:rgb(161, 161, 161);
    font-size:14px;
  }
  .newsw .news_ztlist22{
    padding-top:0px;
    margin-top:10px;
  }
  .news_ztlist24{
    font-size:16px;
    color:rgb(141, 141, 141);
    line-height:28px;
    margin:20px 0px 40px;
    text-align:justify;
  }
  .newsw .news_ztlist23{
    margin-top:0px;
  }
  .lxwm_zt{
    display:flex;
  }
  .lxwm_ztl {
    width: 50%;
    background: rgb(198, 0, 0);
    padding: 4.47916666666667vw 4.16666666666667vw 0px;
    height: 33.54166666666667vw;
}
  .lxwm_ztl2 li {
    display: flex;
    height: 3.33333333333333vw;
    align-items: center;
    margin-top:1.77083333333333vw;
}
  .lxwm_ztl2r{
    color:#fff;
    margin-left:1.04166666666667vw;
  }
  .lxwm_ztl2r1{
    font-size:1.041vw;
    font-weight:700;
  }
  .lxwm_ztl2r2{
    font-size:0.833vw;
    line-height:1.45833333333333vw;
  }
  .lxwm_ztl2l {
    width: 3.33333333333333vw;
    height: 3.33333333333333vw;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.lxwm_ztl2l img{
    width:50%;
}
.lxwm_ztl1{
    font-size:28px;
    color:#fff;
    padding-bottom:1.5625vw;
    position:relative;
}
.lxwm_ztl1::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    width:2.39583333333333vw;
    height:0.26041666666667vw;
    background:#fff;
}
  
  .lxwm_ztr{
    width:50%;
    background:rgb(247, 247, 247);
    padding: 4.47916666666667vw 4.16666666666667vw 0px;
    height: 33.54166666666667vw;
}
.lxwm_ztr .lxwm_ztl1{
    color:rgb(198, 0, 0);
}
.lxwm_ztr .lxwm_ztl1::after{
    background:rgb(198, 0, 0);
}
.lxwm_ztr2{
    margin-top:1.875vw;
}
.lxwm_ztr21 li{
    width:100%;
    line-height:2.86458333333333vw;
    border:1px solid rgb(213, 213, 213);
    margin-top:1.041vw;
    border-radius: 3px;
}
.lxwm_ztr21 input{
    width:100%;
    line-height:2.86458333333333vw;
    border:none;
    background:none;
    text-indent:0.833vw;
}
.lxwm_ztr21 textarea{
    width:100%;
    line-height:2.86458333333333vw;
    border:none;
    background:none;
    text-indent:0.833vw;
    font-family: "微软雅黑";
}
.lxwm_yzm {
    margin-top: 1.041vw;
    display: flex;
    justify-content: space-between;
}
.lxwm_yzm input{
    width:10.20833333333333vw;
    line-height:2.86458333333333vw;
    border:1px solid rgb(213, 213, 213);
    border-radius: 3px;
    text-indent:0.833vw;
    background:None;
}
.lxwm_yzm img{
    height:2.86458333333333vw;
}
.btna{
    background:rgb(198, 0, 0);
    width:10.20833333333333vw;
    line-height:2.86458333333333vw;
    text-align:center;
    color:#fff;
    font-size:0.833vw;
    cursor: pointer;
}
.lxwm{
    padding:6.97916666666667vw 0px 6.35416666666667vw;
}

.yhfk_zt{
    padding:4vw 0px;
}
.yhfk_zta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.yhfk_zta li {
    display: flex;
    width: 32%;
    margin-right: 2%;
    background: rgb(247, 247, 247);
    margin-bottom:2.60416666666667vw;
    border-radius: 10px;
    cursor: pointer;
}
.yhfk_zt .pages{
    padding-top:20px;
}
.yhfk_ztal,.yhfk_ztar{
    width:50%;
}
.yhfk_ztal img{
    width:100%;
    display:block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.yhfk_zta li:nth-child(3n){
    margin-right:0px;
}
.yhfk_ztar{
    padding:0px 1.04166666666667vw;
}
.yhfk_ztar1{
    width:80%;
    margin:0 auto;
    padding:1.5625vw 0px;
    position:relative;
    margin-bottom:1.14583333333333vw;
}
.yhfk_ztar1::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:-10%;
    width:120%;
    height:1px;
    background:rgb(212, 212, 212);
}
.yhfk_ztar1 img{
    width:100%;
    display:block;
}
.yhfk_ztar2{
    font-size:0.833vw;
    line-height:1.97916666666667vw;
    color:rgb(56, 56, 56);
    margin:0 1.04166666666667vw;
}
.tc{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 10;
    display:none;
}
.tc_bg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
}
.tc_zt{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:64.89583333333333vw;
    height:40.3125vw;
    background:#fff;
    display:flex;
}
.tc_ztl {
    padding:2vw 0px;
    width: 50%;
    background: rgb(231, 231, 231);
    display: flex;
    justify-content: center;
}
.tc_ztrz{
    position:relative;
    height:100%;
}
.tc_ztr{
    width:50%;
    padding:0px 2.23958333333333vw;
    position:relative;
}
.tc_ztrz1{
    color:rgb(56, 56, 56);
    font-size:0.9375vw;
    line-height:1.97916666666667vw;
    padding:2.8125vw 0px;
    border-bottom:1px solid rgb(211, 210, 210);
    margin-bottom:1.97916666666667vw;
}
.tc_ztrz2{
    color:rgb(56, 56, 56);
    font-size:0.9375vw;
    line-height:1.97916666666667vw;
}
.tc_ztrz3 {
    position: absolute;
    bottom: 4%;
    left: 0px;
    width: 100%;
    display: flex;
    font-size: 0.9375vw;
    line-height: 1.97916666666667vw;
    justify-content: space-between;
}
.tc_ztrz3 div{
    cursor: pointer;
}
.tc_ztrz3 div:hover{
    color:rgb(198, 0, 0);
}
.tc_ztrz3 i{
    font-size:1.3375vw;
    position:relative;
    top:4px;
}
.tc_ztl video{
    width:auto;
    height:100%;
}
.no-scroll{
    overflow: hidden;
}
.prnav{
    background:rgb(246, 246, 246);
}
.prnav_zt {
    display: flex;
    height: 13.02vw;
    justify-content: space-between;
    align-items: center;
}
.prnav_zt2{
    text-align:center;
    color:rgb(0, 0, 0);
    font-size:0.833vw;
}
.xpr_ztlist>li {
    display: flex;
    background: rgb(246, 246, 246);
    align-items: center;
    margin-top:5.72916666666667vw;
    min-height:28.4375vw;
}
.prnav_zt li{
    width:8.95833333333333vw;
}
.prnav_zt1 img{
    width:100%;
}
.xpr_ztlistl{
    width:45%;
    padding:0px 3.90625vw;
}
.item-name{
    font-size:1.5625vw;
    color:rgb(0, 0, 0);
    line-height:2.29166666666667vw;
}
.item-type span{
    padding:0px 1vw;
    font-size:0.833vw;
    line-height:1.97916666666667vw;
    text-align:center;
    cursor: pointer;
    color: #000;
    background: #ccc;
    opacity: .5;
    display: inline-block;
    margin-bottom:0.3vw;
}
.item-type .active{
    background:rgb(191, 15, 12);
    color:#fff;
    opacity: 1;
}
.item-desc1{
    color:rgb(100, 100, 100);
    font-size:0.833vw;
    line-height:1.35416666666667vw;
    margin-top:1.5625vw;
    
}
.desc1l{
    width:20%;
}
.item-desc1r{
    word-break: normal;
    font-family: "微软雅黑";
    white-space: pre-wrap;
    width:80%;
}

.item-desc1{
    display:flex;
}
.prcontent_ztr3 li:nth-child(1){
    width:auto;
    font-size:0.833vw;
}
.prcontent_ztr3 li{
    margin-top:1.5625vw;
    width:2.08333333333333vw;
}
.prcontent_ztr3 li img{
    width:100%;
}
.line{
    margin:1.3vw 0px;
    height:2px;
    width:3.85416666666667vw;
    background:rgb(0, 0, 0);
}
.xpr_ztlistr{
    width:56.2%;
}
.xpr_ztlistr img{
    width:100%;
    display:block;
    height:28.4375vw;
}
.xpr_ztlist>li:nth-child(2n) {
    display: flex;
    background: rgb(246, 246, 246);
    align-items: center;
    margin-top: 5.72916666666667vw;
    flex-direction: row-reverse;
}
.xpr{
    padding-bottom:4vw;
}

@media only screen and (max-width: 1100px) {
    .pc{
        display:none;
    }
    .sj{
        display:block !important;
    }
    /*header*/
    .sjheaderd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sjheaderd_left{
        height:50px;
        display:flex;
        align-items: center;
    }
    .sjheaderd_left img {
        height: 36px;
    }
    .sjheader {
        position: fixed !important;
        top: 0;
        left:0;
        z-index: 111;
        inset-inline-end: 0;
        inset-inline-start: 0;
        width: 100%;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background:#fff;
        border-top: 0;
        box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    }
    .sidebar__toggle {
        cursor: pointer;
    }
    .bar-icon {
        width: 26px;
        height: 18px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }
    .bar-icon span {
        width: 100%;
        height: 2px;
        background: #000;
        display: inline-block;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }
    .bar-icon span:nth-child(2) {
        margin-left: 0px;
    }
    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: var(--rs-common-black);
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }
    .sjposition{
        
        transition: all 0.7s;
        position:fixed;
        z-index: 999;
        width:100%;
        background:#fafafa;
        top:0px;
        left:100%;
        height:100vh;
        background: #fafafa url(../images/sjlogo.svg) center bottom no-repeat;
        background-size: 60% auto;
    }
    .sjposition.cur {
        transition: all 0.7s;
        left: 0%;
    }
    .sjposition_a {
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: center;
    }
    .sjposition_al{
        height:40px;
    }
    .sjposition_al img{
        height:100%;
    }
    .sjposition_ar i{
        font-size:30px;
    }
    .sjposition_b>ul>li{
    border-bottom: #ccc 1px solid;
    }
    .sjposition_b li .sjposition_b1>a{
        line-height:60px;
        display:block;
        color: #333;
    }
    .sjposition_b1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sjposition_b1 .more {
        position: relative;
        transform: rotate(0deg);
        width:60px;
        height:60px;
        margin-right:10px;
    }
    .sjposition_b1 .more::before {
        transition: all 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top:-7px;
        width: 22px;
        height: 14px;
        background: url(../images/icon/icon_93.png) center right no-repeat;
        background-size: 100% auto;
        content: " ";
    }
    .sjposition_b1 .more.cur::before {
        transition: all 0.5s;
        transform: rotate(90deg);
        width: 22px;
    }
    .sjposition_b2{
        display:none;
    }
   .sjposition_b2 li:first-child {
        border-top: #ccc 1px solid;
    }
    .sjposition_b2 li a {
        padding: 0 15px 0 5px;
        line-height: 50px;
        font-size: 16px;
        color: #333;
        display:block;
    }
    .w1330{
        width:94%;
        margin:0 auto;
    }
    /*header end*/

    .banner{
        margin-top:70px;
    }
    .banner .swiper-slide,
    .banner .slide-inner{
        height:260px;
    }
    .banner-s,
    .banner-x{
        display:none;
    }
    .banner .swiper-pagination-bullet::after{
        width:3px;
        height:3px;
    }
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .w1500{
        width:92%;
    }
    .iab_zta {
        display: flex;
        padding: 30px 0px;
        flex-direction: column-reverse;
    }
    .iab_ztl {
        width: 100%;
    }
    .iab_ztr {
        width: 50%;
    }
    .iab_ztl1 {
        font-size: 24px;
        color: rgb(0, 0, 0);
        line-height: 1;
        margin-bottom: 15px;
        margin-top:20px;
    }
    .iab_ztl2 {
        font-size: 26px;
        color: rgb(0, 0, 0);
        line-height: 1;
        font-weight: bold;
    }
    .iab_ztl3 {
        font-size: 14px;
        color: rgb(51, 51, 51);
        line-height: 32px;
        text-align: justify;
        margin-top: 20px;
    }
    .iab_ztl4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .iab_ztl4 a {
        color: rgb(0, 0, 0);
        position: relative;
        display: inline;
        font-size: 16px;
    }
    
    .iab_ztb li {
        width: 33.33%;
        background: rgb(236, 236, 236);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .iab_ztb {
        display: flex;
        align-items: flex-end;
        padding-bottom: 6.5625vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .iab_ztb li:nth-child(1),
    .iab_ztb li:nth-child(2),
    .iab_ztb li:nth-child(3),
    .iab_ztb li:nth-child(4),
    .iab_ztb li:nth-child(5),
    .iab_ztb li:nth-child(6){
        height:auto;
        padding:20px 0px;
    }
    .iab_ztb1a {
        font-size: 27px;
        line-height: 1.5;
        font-family: bebas;
        margin-right: 4px;
    }
    .iab_ztb1b {
        font-size: 12px;
        margin-top: 6px;
    }
    .iab_ztb2 {
        font-size: 12px;
        line-height: 1.75;
        color: rgb(65, 65, 65);
    }
    #positive .bg {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 300px;
        background: url(../images/index/ivideo_bg.jpg) center no-repeat;
        background-size: 100% 100% !important;
    }
    .ivideo_zt {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 300px;
        width: 100%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ivideo_zt2 {
        font-size: 20px;
        color: rgb(255, 255, 255);
        margin-top: 10px;
    }
    .ivideo_zt1 {
        position: relative;
        width: 80px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ivideo_zt1 i {
        font-size: 22px;
        color: #fff;
    }
    .ipr {
        padding: 30px 0px;
        height: auto;
        width: 100%;
        background: url(../images/index/pr_bg.jpeg) center no-repeat;
        background-size: cover;
    }
    .ipr_zta {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .ipr_ztala{
        text-align:right;
    }
    .ipr_ztal {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .ipr_ztal img{
        width:30%;
    }
    .ipr_ztac {
        width: 300px;
        height: 300px;
        background: url(../images/index/pr2.png) center no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin:0 auto;
    }
    .ipr_ztac1{
        width:60%;
        margin:0 auto;
    }
    .ipr_ztac1 img {
        width: 100%;
    }
    .ipr_ztac2{
        width:30%;
    }
    .ipr_ztac2 img{
        width:100%;
    }
    .ipr_ztar {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .ipr_ztarty {
        display: inline-block;
        writing-mode: unset;
        text-orientation: unset;
        text-align: left;
        margin: 5px 0px;
        font-size: 14px;
        padding-left: 0px;
        padding-right: 5px;
        letter-spacing: 1px;
        border-left: none;
        border-right: 1px solid rgb(187, 187, 187);
        line-height: 1.75;
    }
    .ipr_ztar4 {
        margin-left: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top:20px;
    }
    .ipr_ztar4 li {
        position: relative;
        display: flex;
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 50%;
        font-weight: 700;
        font-size: 14px;
        color: rgb(0, 0, 0);
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
    }
    .iprlist_zt2c img{
        width:70%;
    }
    
    .ipr_ztb {
        width: 150px;
        line-height: 39px;
        background: url(../images/index/pr4.png) center no-repeat;
        background-size: 100% 100%;
        margin: 20px auto 0px;
    }
    .ipr_ztb a{
        font-size:14px;
    }
    .iprlist_zt1{
        padding-top:50px;
        max-width:70%;
        margin:0 auto;
    }
    .iprlist_zt1 img{
        width:100%;
    }
    .shux {
        height: 18px;
        width: 1px;
        background: rgb(198, 0, 0);
        margin: 0 auto;
    }
    .iprlist_zt2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 25px;
        align-items: center;
    }
    .iprlist_zt2 li {
        width: 94%;
        margin-left: 0.666%;
        background: rgb(238, 238, 238);
        padding: 40px 0px;
        text-align: center;
        margin-bottom: 15px;
        transition: .5s;
    }
    .inews_zt1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgb(197, 197, 197);
        flex-direction: column;
    }
    .inews_zt1l {
        max-width: 70%;
        padding-bottom: 1.302vw;
    }
    .inews_zt1l img{
        width:100%;
    }
    .infooter_zt1rb li{
        width:20%;
    }
    .infooter_zt1rb li img{
        width:100%;
    }
    .infooter_zt1ra{
        display:none;
    }
    .infooter_zt1 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .iprlist_zt2d {
        font-size: 14px;
        color: rgb(198, 0, 0);
        margin-bottom: 30px;
    }
    .rqyslist {
        height: 400px;
        margin-top: 30px;
    }
    .rqyslista1 {
        position: relative;
        overflow: hidden;
        width: 30%;
    }
    .rqyslista2 {
        font-size: 18px;
        line-height: 1.75;
        color: #fff;
        margin-top: 10px;
    }
    .rqyslista3 {
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .rqyslista4 {
        padding: 0px 40px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.5;
        margin-top: 5px;
    }
    .rqyslistb1 {
        font-size: 14px;
        font-weight: 400;
        color: rgb(255, 255, 255);
        line-height: 1.5;
    }
    .rqyslistb2 {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.5;
    }
    .rqyslistc {
        width: 80px;
        height: 80px;
        background: url(../images/index/bjx.png) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0px;
        bottom: 0px;
        font-size: 12px;
        font-weight: 700;
        color: rgb(255, 255, 255);
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align:center;
    }
    .rqyslista {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 35px;
        cursor: pointer;
    }
    .qnmf1 {
        width: 92%;
        text-align: center;
        line-height: 1.5;
        margin: 16px auto 24px;
    }
    .inews_zt1r{
        margin-top:25px;
    }
    .inews_zt1r li {
        padding-bottom: 1.602vw;
        width: 110px;
        margin-left: 1.354vw;
        text-align: center;
    }
    .inews_zt1r li a {
        color: rgb(0, 0, 0);
        font-size: 14px;
    }
    .inews_zt1r .action {
        border-bottom: 1px solid rgb(198, 0, 0);
    }
    .inews {
        background: rgb(241, 241, 241);
        padding: 40px 0px;
    }
    .newslist2 {
        font-size: 18px;
        line-height: 1.75;
        color: rgb(0, 0, 0);
        font-weight: 700;
        margin: 5px 0px;
        height:auto;
    }
    .newslist3 {
        color: rgb(137, 137, 137);
        line-height: 30px;
        height: 60px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .newslist .swiper-slide {
        background: #fff;
    }
    .newslist1b{
        padding: 28px;
    }
    .qnmf li{
        height:300px;
    }
    .qnmf li a {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    .qnmf li:nth-child(2),
    .qnmf li:nth-child(3),
    .qnmf li:nth-child(4){
        width:33.33%;
        border-bottom:1px solid #fff;
    }
    .qnmf li:nth-child(5),
    .qnmf li:nth-child(6){
        width:50%;
    }
    .qnmf .qnmfbg{
        background-size:cover;
    }
    .qnmf {
        height: 600px;
        width: 100%;
        background: url(../images/index/qnmf2.jpeg) center no-repeat;
        background-size: cover;
    }
    .qnmfa2 {
        font-size: 18px;
        line-height: 1.75;
        color: rgb(255, 255, 255);
        margin-top: 0px;
    }
    .qnmfa1 img{
        width:30%;
    }
    .qnmfa3 {
        font-size: 14px;
        line-height: 1.75;
        color: rgb(255, 255, 255);
        margin-top: 0.833vw;
        display: none;
    }
    .infooter_zt1l1{
        text-align:center;
    }
    .infooter_zt1l2 {
        color: rgb(255, 255, 255);
        font-size: 16px;
        line-height: 2;
    }
    .infooter_zt1l3 {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 700;
    }
    .infooter_zt1l4 {
        display: flex;
        margin-top: 2.083vw;
        justify-content: center;
    }
    .infooter_zt1r {
        width: 100%;
    }
    .infooter_zt1rb {
        display: flex;
        justify-content: space-between;
        margin-top: 5.46875vw;
        width: 100%;
    }
    .infooter_zt1rb2 {
        font-size: 12px;
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 28px;
    }
    .gsjj_zt1 {
        display: flex;
        margin: 40px 0px;
        justify-content: space-between;
        position: relative;
        flex-direction: column-reverse;
    }
    .gsjj_zt1r {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: flex-end;
    }
    .gsjj_zt1l {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        padding:30px 15px 0px;
    }
    .ty_titleen {
        text-transform: uppercase;
        font-size: 22px;
        color: rgb(198, 0, 0);
        font-weight: 700;
    }
    .ty_titlecn {
        font-size: 18px;
        color: rgb(198, 0, 0);
    }
    .gsjj_zt1la {
        margin-top: 3.125vw;
        color: rgb(77, 77, 77);
        font-size: 14px;
        line-height: 1.75;
        text-align: justify;
    }
    .xian {
        width: 1px;
        height: 50px;
        background: rgb(198, 0, 0);
        margin: 5px auto 0px;
        position: relative;
        z-index: 1;
    }
    
    .gsjj_zt2_c {
        width: 100%;
        background: url(../images/about/gsjj2.jpeg) center no-repeat;
        background-size: cover;
        margin-top: -25px;
        padding:30px 0px;
    }
    .gsjj_zt2_c ul {
        display: flex;
        width: 90%;
        height: auto;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .gsjj_zt2_c ul li {
        height: auto;
        background: rgb(255, 255, 255);
        width: 100%;
        padding: 30px;
        margin-bottom:10px;
    }
    .gsjj_zt2_c ul li:nth-child(2) {
        position: relative;
        top: 0;
    }
    .gsjj_zt2_c1 {
        color: rgb(198, 83, 0);
        font-size: 18px;
        padding: 0px 0px 10px;
        border-bottom: 1px solid rgb(219, 219, 219);
    }
    .gsjj_zt2_c2 {
        color: rgb(99, 99, 99);
        font-family: Bebas;
        font-size: 32px;
        padding: 2.76vw 0px 0.833vw;
    }
    .gsjj_zt2_c3 {
        color: rgb(99, 99, 99);
        font-size: 16px;
        line-height: 1.75;
        width: 100%;
        text-align: justify;
    }
    .gsjj_zt3a {
        margin-top: 3.125vw;
        color: rgb(56, 56, 56);
        line-height: 2;
        margin-bottom: 4.94791666666667vw;
    }
    .gsjj_zt3a li {
        padding-left: 18px;
        position: relative;
        font-size: 16px;
    }
    .gsjj_zt3a li::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        width: 15px;
        height: 15px;
        background: url(../images/about/iconjb.png) center no-repeat;
        background-size: 100% 100%;
        margin-top: -6px;
    }
    .gsjj_zt3ba{
        position:relative;
        margin:0px;
    } 
    .gsjj_zt3ba a{
        font-size:14px;
    }
    .jdpz_zt1 {
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .jdpz_zt1l {
        padding-top: 0px;
    }
    .jdpz_zt1la {
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.75;
    }
    .jdpz_zt1r {
        width: 100%;
        margin-top:20px;
    }
    .jdpz_zt1r li {
        width: 49%;
        background: rgb(247, 247, 247);
        height: auto;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 14px;
    }
    .jdpz_zt1r1 {
        font-size: 22px;
        color: rgb(0, 0, 0);
    }
    .jdpz_zt1r2 {
        color: rgb(65, 65, 65);
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
    }
    .jdpz {
        background: url(../images/about/jdpz1.jpeg) center no-repeat;
        background-size: cover;
    }
    .jdpz_zt2 {
        margin-top: 0px;
        position: relative;
        padding-bottom: 30px;
    }
    .gztx_zt1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0px;
        padding:15px 0px;
    }
    .bztx_zt2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .bztx_zt2 {
        width: 100%;
        margin-left: 0px;
        background: url(../images/about/jdpz3.jpeg) center no-repeat;
        background-size: cover;
        height: auto;
    }
    .bztx_zt2 li {
        display: flex;
        height: 300px;
        width: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .bztx_zt2b {
        display: none;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.75;
    }
    .bztx_zt2a {
        width: 14%;
    }
    .bztx_zt2 li:nth-child(1),
    .bztx_zt2 li:nth-child(2){
        border-bottom:1px solid rgba(255, 255, 255, 0.5);
    }
    .ddyc_zt {
        display: flex;
        flex-direction: column;
    }
    .ddyc_ztl {
        background-size: 100%;
        width: 100%;
        background: url(../images/about/jdpz8.png) bottom no-repeat rgb(247, 247, 247);
        padding: 30px 4%;
    }
    .ddyc_ztr {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    .fzlclist {
        margin-left: 0px;
        width: 92%;
        margin: 0 auto;
    }
    .fzlclist .swiper-slide {
        width: 100%;
        margin-right: 0px;
        border-radius: 15px;
    }
    .fzlclist .swiper-slide img{
        width:100%;
        border-radius: 15px;
    }
    .qylnlist2 {
        margin: 1.82291666666667vw 0px;
        font-size: 16px;
        font-weight: 700;
        color: rgb(0, 0, 0);
    }
    .qylnlist3 {
        color: rgb(58, 58, 58);
        line-height: 1.6;
        font-size: 14px;
    }
    .bztxn_zt2list31 {
        color: #fff;
        line-height: 1.75;
        font-size: 16px;
    }
    .qylnlist ul {
        display: flex;
        border: 1px solid rgb(179, 179, 179);
        margin-bottom: 6.5625vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .qylnlist ul li {
        width: 50%;
        padding: 3.38541666666667vw 2.8125vw;
        border-left: 1px solid rgb(179, 179, 179);
    }
    .qylnlist ul li:nth-child(1),
    .qylnlist ul li:nth-child(2){
        border-bottom: 1px solid rgb(179, 179, 179);
    }
    .qylnlist ul li:nth-child(3){
        border-left:none;
    }
    .qylnbottom {
        background: url(../images/about/qyln/5.jpeg) center no-repeat;
        background-size: cover;
        height: auto;
        width: 100%;
        position: relative;
        padding:30px 0px;
    }
    .qylnbottom_zt {
        width: 92%;
        background: none;
        margin: 0 auto;
    }
    .qylnbottom_ztp{
        width:100%;
        position:relative;
        background:none;
    }
    .qylnbottom_ztp ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        flex-direction: column;
    }
    .qylnbottom_ztp ul li {
        width: 100%;
        border-right:none;
        padding: 30px 5.20833333333333vw;
        margin-bottom:10px;
        background:#fff;
    }
    .qylnbottom_ztp2 {
        font-size: 16px;
        color: rgb(58, 58, 58);
        line-height: 1.75;
    }
    .qylnbottom_ztp1 {
        font-size: 22px;
        font-weight: 700;
        color: rgb(0, 0, 0);
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    .zsfhj_zt {
        position: relative;
        height: auto;
        display: flex;
        align-items: flex-end;
    }
    .zsfhj_zt {
        position: relative;
        height: auto;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .zsfhz_ztl {
        width: 100%;
    }
    .zsfhz_ztr {
        width: 92%;
        margin: 30px auto;
    }
    .zsfhz_ztr1 {
        position: relative;
        font-size: 24px;
        line-height: 42px;
        color: rgb(0, 0, 0);
        padding: 1.92708333333333vw 0px;
    }
    .zsfhz_ztr2 {
        color: rgb(77, 77, 77);
        font-size: 16px;
        line-height: 2;
        padding-bottom: 5.83333333333333vw;
    }
    .w1132 {
        width: 92%;
        margin: 0 auto;
        padding: 10.3125vw 0px;
    }
    .zsfhj1_zt .zsfhj1_ztty {
        width: 100%;
        height: auto;
        padding:15px 0px;
    }
    .zsfhj1_zt2 img ,
    .zsfhj1_zt3 img {
        width: 100%;
    }
    .zsfhj1_zt1a {
        width: 90%;
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 1.5;
    }
    .zsfhj_jj_ztf {
        position: relative;
        left: 0px;
        bottom: 0px;
    }
    .zsfhj_jj_zt {
        background: rgb(247, 247, 247);
        height: auto;
        margin: 30px 0px;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }
    .zsfhj_jj_ztr {
        width: 100%;
    }
    .zsfhj_jj_ztf {
        position: relative;
        left: 0px;
        bottom: 0px;
        margin: 0 auto;
        width: 92%;
        padding: 15px 0px;
    }
    .zsfhj_jj_zt1 {
        color: rgb(198, 0, 0);
        font-size: 18px;
        line-height: 1.7;
        -webkit-text-stroke: unset;
    }
    .zsfhj_jj_zt2 {
        margin-top: 3.75vw;
        font-size: 16px;
        line-height: 1.7;
        color: rgb(0, 0, 0);
    }
    .zsfhj_jj_zta1 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .zsfhj_jj_zta1 li {
        width: 100%;
    }
    .zsfhj_jj_zt1b {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
        background: rgb(247, 247, 247);
        padding:30px 0px;
    }
    .zsfhj_jj_zt1b1 {
        color: rgb(249, 241, 228);
        writing-mode: vertical-rl;
        background: url(../images/zsfhj/gs3.png) center no-repeat;
        background-size: 100% 100%;
        width: 30px;
        height: auto;
        padding: 20px 0px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 8px;
        text-indent: 8px;
        margin-right: 4%;
    }
    .zsfhj_jj_zt1b2 p {
        line-height: 1.75;
        font-size: 16px;
        color: #000;
    }
    .zsfhj_jj_zt1b2 h4 {
        line-height: 1.75;
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }
    .zsfhj_jj_zt1b2 {
        width: 80%;
    }
    .dyks_zt1 {
        font-size: 18px;
        color: rgb(44, 44, 44);
        text-align: center;
        line-height: 1.75;
        padding-top: 40px;
    }
    .dykslist {
        height: 300px;
    }
    .dykslist_d1 {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .dykslist_d2 {
        font-size: 16px;
        line-height: 1.75;
        color: rgb(255, 255, 255);
    }
    .zsfhj_1_zt1 {
        display: flex;
        padding: 7.8125vw 0px 2.86458333333333vw;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .zsfhj_1_zt1l {
        width: 100%;
    }
    .zsfhj_1_zt1l2 {
        margin: 3.33333333333333vw 0px 1.51041666666667vw;
        color: #000;
        font-size: 20px;
    }
    .zsfhj_1_zt1l3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .zsfhj_1_zt1r{
        margin:15px 0px 0px;
    }
    .zsfhj_1_zt1r div {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        border: 1px solid rgb(155, 155, 155);
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .zsfhj_1_zt2 {
        height: 340px;
        display: block;
    }
    .zsfhj_1_zt2b {
        background: rgb(247, 247, 247);
        padding: 15px;
    }
    .zsfhj_1_zt2b1 {
        font-size: 16px;
        line-height: 1.5;
    }
    .zsfhj_1_zt2b2 {
        font-size: 16px;
        line-height: 1.5;
        color: rgb(24, 24, 24);
    }
    .zsfhj_1_zt31 .zsfhj_1_zt1l2 {
        padding-top: 0;
    }
    .zsfhj_1_zt31 .zsfhj_1_zt1l3 {
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        line-height: 1.5;
    }
    .zsfhj_1_zt31 .xian {
        height: 30px;
        margin: 15px auto;
    }
    .zsfhj_1_zt32 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8.07291666666667vw;
        flex-direction: column;
    }
    .zsfhj_1_zt32 li {
        position: relative;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }
    .zsfhj_1_zt32b {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 60%;
        height: 12%;
        background: url(../images/zsfhj/gs11.png) center no-repeat;
        background-size: 100% 100%;
        color: rgb(255, 255, 255);
        font-size: 18px;
        padding-top: 32px;
        padding-left: 14px;
    }
    .mtzy1_zt {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        height: auto;
    }
    .mtzy1l {
        width: 100%;
        padding-top: 4.84375vw;
    }
    .mtzy1r {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .mtzy2_zt {
        background: rgb(247, 247, 247);
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -25px;
        padding: 30px 0px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mtzy2_zt li {
        width: 33.33%;
        margin: 10px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mtzy2_zt li img{
        width:60%;
    }
    .mtzy3_list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6.25vw;
        margin-top: 1.666vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .mtzy3_list li {
        width: 30%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(247, 247, 247);
        margin-bottom: 10px;
        position:relative;
    }
    .mtzy3_list li img {
        width: 40%;
    }
    .zsfxz1_zt1 {
        text-align: center;
        font-size: 20px;
        line-height: 1.75;
        font-weight: bold;
        color: rgb(44, 44, 44);
        width: 100%;
        margin: 40px auto 0px;
    }
    .zsfxz1_zt2l .ty_titlecn {
        color: rgb(18, 18, 18);
        line-height: 1.7;
        font-size: 16px;
    }
    .zsfxz1_zt2 {
        display: flex;
        justify-content: space-between;
        padding-top: 7.44791666666667vw;
        position: relative;
        margin-top: -45px;
        margin-bottom: 5.3125vw;
        flex-direction: column-reverse;
    }
    .zsfxz1_zt2l {
        width: 100%;
        padding-top: 3.33333333333333vw;
    }
    .zsfxz1_zt2r {
        width: 100%;
    }
    .zsfxz2 {
        width: 100%;
        height: auto;
        background: url(../images/zsfxz/10.jpeg) center no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        padding: 30px 0px;
    }
    .zsfxz2_zt1 {
        text-align: center;
        font-size: 20px;
        line-height: 1.6;
        color: rgb(18, 18, 18);
    }
    .zsfxz2_zt2 {
        text-align: center;
        font-size: 14px;
        color: rgb(77, 77, 77);
        line-height: 1.75;
        width: 100%;
        margin: 15px auto;
    }
    .zsfxz2_zt3 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .zsfxz2_zt3 li{
        width:24%;
    }
    .zsfxz2_zt32 {
        text-align: center;
        line-height: 1.7;
        color: rgb(0, 0, 0);
        margin-top: 0.98958333333333vw;
    }
    .zsfxz3 {
        height: auto;
        position: relative;
        margin: 30px 0px;
    }
    .zsfxz3_zt2 {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .zsfxz4_zt {
        display: flex;
        margin-bottom: 7.1875vw;
        flex-direction: column;
    }
    .zsfxz4_ztl {
        width: 100%;
    }
    .zsfxz4_ztr {
        margin-top: 3.38541666666667vw;
        width: 100%;
        background: rgb(247, 247, 247);
        padding: 5.10416666666667vw 5.63333333333333vw 0px;
    }
    .zsfxz4_ztr1 li {
        border-left: 3px solid rgb(198, 0, 0);
        font-size: 14px;
        color: rgb(99, 99, 99);
        line-height: 1.7;
        padding-left: 10px;
    }
    .tybanner{
        margin-top:70px;
    }
    .product_zt1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product_zt1 li {
        width: 100%;
        margin-right: 0%;
        background: rgb(247, 247, 247);
        margin-bottom: 15px;
        position: relative;
    }
    .product_zt1a{
        max-height:400px;
        height:400px;
        padding:30px 0px;
    }
    .product_zt1b1 {
        line-height: 4;
        color: rgb(0, 0, 0);
        font-size: 18px;
    }
    .product_zt1b {
        margin: 0px 1.14583333333333vw;
        text-align: center;
        border-top: 1px solid rgb(224, 224, 224);
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .product_zt1b2{
        display:none;
    }
    .prcontent_zt1 img{
        max-width:100% !important;
    }
    .prcontent_zt {
        display: flex;
        background: rgb(247, 247, 247);
        align-items: center;
        height: auto;
        margin: 4.375vw 0px;
        flex-direction: column;
        padding-bottom:30px;
    }
    .prcontent_ztl {
        width: 100%;
        border-right: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 30px;
    }
    .prcontent_ztr {
        width: 100%;
        padding: 0px 5.625vw;
        padding-top: 4.58333333333333vw;
        height: auto;
    }
    .prcontent_ztr1 {
        color: rgb(0, 0, 0);
        font-size: 20px;
        line-height: 38px;
    }
    .prcontent_ztr2{
        font-size:14px;
    }
    .prcontent_ztr3{
        font-size:14px;
    }
    .prcontent_ztr3 img{
        width:40px;
    }
    .qwtj_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .qwtj_list li {
        position: relative;
        background: rgb(26, 28, 40);
        border-radius: 10px;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        height: 400px;
    }
    .rqyslista1::before {
        content: "\e61c";
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        color: #fff;
        font-size: 32px;
        font-family: "iconfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .news_ztlist {
        display: flex;
        flex-direction: column;
    }
    .news_ztlist li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
    }
    .ty_content {
        background-color: #f5f5f5;
        padding: 40px 0px;
    }
    .news_ztlist24 {
        font-size: 16px;
        color: rgb(141, 141, 141);
        line-height: 28px;
        margin: 15px 0px;
        text-align: justify;
    }
    .atc-pn a {
        display: inline-block;
        color: #666;
        line-height: 1.5;
    }
    .lxwm_zt {
        display: flex;
        flex-direction: column;
    }
    .lxwm_ztl {
        width: 100%;
        background: rgb(198, 0, 0);
        padding: 30px;
        height: auto;
    }
    .lxwm_ztl2r1 {
        font-size: 18px;
        font-weight: 700;
    }
    .lxwm_ztl2r2 {
        font-size: 16px;
        line-height: 1.5;
    }
    .lxwm_ztl2l {
        width: 60px;
        height: 60px;
        display: flex;
        background: rgba(255, 255, 255, 0.2);
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    .lxwm_ztl2 li {
        display: flex;
        height: 60px;
        align-items: center;
        margin-top: 15px;
    }
    .lxwm_ztl2r {
        color: #fff;
        margin-left: 5px;
        width:calc(100% - 75px);
    }
    .lxwm_ztl1 {
        font-size: 28px;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
    }
    .lxwm_ztl1::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 30px;
        height: 1px;
        background: #fff;
    }
    .lxwm_ztr {
        width: 100%;
        background: rgb(247, 247, 247);
        padding: 30px;
        height: auto;
    }
    .lxwm_ztr2 {
        margin-top: 15px;
    }
    .lxwm_ztr21 li {
        width: 100%;
        line-height: 32px;
        border: 1px solid rgb(213, 213, 213);
        margin-top: 10px;
        border-radius: 3px;
    }
    .lxwm_ztr21 textarea {
        width: 100%;
        line-height: 32px;
        border: none;
        background: none;
        text-indent: 1.66666666666667vw;
        font-family: "微软雅黑";
    }
    .lxwm_yzm {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    .lxwm_yzm input {
        width: 32%;
        line-height: 32px;
        border: 1px solid rgb(213, 213, 213);
        border-radius: 3px;
        text-indent: 1.66666666666667vw;
        background: None;
    }
    .lxwm_yzm img {
        height: 32px;
        width: 32%;
    }
    .btna {
        background: rgb(198, 0, 0);
        width: 32%;
        line-height: 32px;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
    #allmap {
        height: 300px;
        width: 100%;
    }
    .news_ztlist2 {
        padding: 15px;
    }
    .yhfk_zta {
        display: flex;
        flex-direction: column;
    }
    .yhfk_zta li {
        display: flex;
        width: 100%;
        margin-right: 0px;
        background: rgb(247, 247, 247);
        margin-bottom: 10px;
        border-radius: 10px;
        cursor: pointer;
    }
    .yhfk_ztar2 {
        font-size: 16px;
        line-height: 1.75;
        color: rgb(56, 56, 56);
        margin: 0 1.04166666666667vw;
    }
    .yhfk_ztar1 {
        width: 80%;
        margin: 0 auto;
        padding: 30px 0px;
        position: relative;
        margin-bottom: 1.14583333333333vw;
    }
    .yhfk_ztar2 {
        font-size: 16px;
        line-height: 1.75;
        color: rgb(56, 56, 56);
        margin: 0px auto;
        width: 80%;
    }
    .tc{
        overflow: auto;
        z-index: 999;
    }
    .tc_gb{
        position:fixed;
        right:30px;
        top:30px;
        font-size: 26px;
        color:#fff;
        z-index: 3;
    }
    .tc_gb i{
        font-size:26px;
    }
    .tc_zt {
        position: absolute;
        left: 0%;
        top: 0%;
        transform: unset;
        width: 100%;
        height: auto;
        background: #fff;
        display: flex;
        flex-direction: column;
        
    }
    .tc_ztl {
        padding: 0vw 0px;
        width: 100%;
        background: rgb(231, 231, 231);
        display: flex;
        justify-content: center;
    }
    .tc_ztl video {
        width: 100%;
        height: 100%;
    }
    .tc_ztr {
        width: 100%;
        padding: 0px 2.23958333333333vw;
        position: relative;
    }
    .tc_ztrz1 {
        color: rgb(56, 56, 56);
        font-size: 16px;
        line-height: 1.75;
        padding: 15px 0px;
    }
    .tc_ztrz2 {
        color: rgb(56, 56, 56);
        font-size: 16px;
        line-height: 1.7;
    }
    .tc_ztrz3 {
        position: relative;
        bottom: 0%;
        left: 0px;
        width: 100%;
        display: flex;
        font-size: 16px;
        line-height: 1.7;
        justify-content: space-between;
        padding:20px 0px;
    }
    .tc_ztrz3 i {
        font-size: 18px;
        position: relative;
        top: 1px;
    }
    .xpr_ztlist>li {
        display: flex;
        background: rgb(246, 246, 246);
        align-items: center;
        margin-top: 20px;
        flex-direction: column-reverse;
    }
    .xpr_ztlist>li:nth-child(2n) {
        display: flex;
        background: rgb(246, 246, 246);
        align-items: center;
        margin-top: 5.72916666666667vw;
        flex-direction: column-reverse;
    }
    .xpr_ztlistl {
        width: 100%;
        padding: 15px;
    }
    .xpr_ztlistr {
        width: 100%;
    }
    .item-name {
        font-size: 18px;
        color: rgb(0, 0, 0);
        line-height: 1.7;
    }
    .item-type span {
        padding: 0px 10px;
        font-size: 12px;
        line-height: 2;
        text-align: center;
        cursor: pointer;
        color: #000;
        background: #ccc;
        opacity: .5;
        display: inline-block;
        margin-bottom: 5px;
        margin-right:0px;
    }
    .item-desc1 {
        color: rgb(100, 100, 100);
        font-size: 14px;
        line-height: 2;
        margin-top: 15px;
    }
    .item-desc1 {
        display: flex;
        flex-direction: column;
    }
    .line {
        margin: 10px 0px 15px;
        height: 1px;
        width: 20px;
        background: rgb(0, 0, 0);
    }
    .item-desc1r {
        word-break: normal;
        font-family: "微软雅黑";
        white-space: pre-wrap;
        width: 100%;
        padding-left: 2%;
    }
    .prcontent_ztr3 li:nth-child(1) {
        width: auto;
        font-size: 14px;
    }
    .prcontent_ztr3 li {
        margin-top: 0px;
        width: 30px;
    }
    .prcontent_ztr3 li {
        margin-top: 0px;
        width: 30px;
        display: flex;
        align-items: center;
    }
    .prcontent_ztr3{
        padding:20px 0px;
    }
    .prnav_zt li {
        width: 23vw;
    }
    .prnav_zt {
        display: flex;
        height: auto;
        justify-content: space-between;
        align-items: center;
        padding:20px 0px;
    }
    .prnav_zt2 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 12px;
    }
    .dwz{
        position: relative;
        top: -400px;
        display: block;
        height: 0;
        overflow: hidden;
    }
    .xpr{
        margin-top:90px;
    }
    .bztx_zt{
        position:relative;
    }
    .bztx_zt .iab_ztl4{
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .bztxn_zt1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 4.47916666666667vw;
        flex-direction: column-reverse;
    }
    .bztxn_zt1l {
        width: 100%;
        padding:30px 0px;
    }
    .bztxn_zt1r {
        width: 100%;
    }
    .bztxn_zt1l1 {
        width: 20%;
    }
    .bztxn_zt1l2 {
        font-size: 14px;
        line-height: 1.75;
        color: rgb(77, 77, 77);
    }
    .bztxn_zt1l3 {
        font-size: 30px;
        color: rgb(198, 0, 0);
        font-weight: bold;
        font-family: "宋体";
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .bztxn_zt2a {
        padding-top: 6.61458333333333vw;
        width: 100%;
        float: unset;
        margin: 0px auto;
    }
    .bztxn_zt2list {
        margin: 20px auto 0px;
    }
    .zy_zt {
        display: flex;
        justify-content: space-between;
        padding-top: 6.61458333333333vw;
        flex-direction: column;
    }
    .zy_ztl {
        width: 100%;
    }
    .zy_ztr {
        width: 100%;
        margin-top: 15px;
    }
    .bztxn_zt2list1 img{
        width:100%;
    }
    .about_zt_titleen {
        font-size: 22px;
        font-weight: 700;
        color: rgb(198, 0, 0);
        text-transform: uppercase;
    }
    .about_zt_titlecn {
        color: rgb(198, 0, 0);
        font-size: 18px;
    }
    .about {
        padding: 40px 0px;
    }
    .xian1 {
        width: 1px;
        height: 25px;
        background: rgb(198, 0, 0);
        margin: 10px auto 20px;
    }
    .about_zt_list li {
        cursor: pointer;
        width: 100%;
        margin-right: 0px;
        background: rgb(247, 247, 247);
        padding: 15px;
        margin-bottom: 10px;
    }
    .about_zt_listb {
        margin-top: 14px;
        padding-top: 22px;
        border-top: 1px solid rgb(223, 223, 223);
    }
    .dykslistr i, .dykslistl i {
        cursor: pointer;
        font-size: 32px;
    }
    .dykslistr {
        position: absolute;
        right: 0%;
        top: 50%;
        color: #000;
        transform: translate(0%,-50%);
    }
    .dykslistl {
        position: absolute;
        left: 0%;
        top: 50%;
        color: #000;
        transform: translate(0%,-50%);
    }
    .dykslist .swiper-slide::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }
    .zsfhj_1_zt32 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8.07291666666667vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .zsfhj_1_zt32 li {
        position: relative;
        width: 49.5%;
        position: relative;
        margin-bottom: 5px;
        margin-right: 1%;
    }
    .zsfhj_1_zt32 li:nth-child(2n){
        margin-right:0px;
    }
    .zsfhj_1_zt32b {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 18%;
        background: url(../images/zsfhj/gs11.png) center no-repeat;
        background-size: 100% 100%;
        color: rgb(255, 255, 255);
        font-size: 14px;
        padding-top: 25px;
        padding-left: 14px;
    }
    .zsfxz4_ztr .ty_titlecn{
        font-size:16px;
    }
    .news_ztlist22 {
        margin-top: 15px;
        font-size: 20px;
        line-height: 32px;
        color: rgb(0, 0, 0);
        height: auto;
        display: block;
        align-items: center;
    }
    .lxwm_ztl1 {
        font-size: 22px;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
    }
    .lxwm_ztl2r1 {
        font-size: 16px;
        font-weight: 700;
    }
    .lxwm_ztl2r2 {
        font-size: 14px;
        line-height: 1.5;
    }
    .lxwm_ztl2l img {
        width: 40%;
    }
    .lxwm_ztr21 input {
        width: 100%;
        line-height: 2.86458333333333vw;
        border: none;
        background: none;
        text-indent: 1.66666666666667vw;
        font-size: 14px;
    }
    .lxwm_ztr21 textarea {
        width: 100%;
        line-height: 32px;
        border: none;
        background: none;
        text-indent: 1.66666666666667vw;
        font-size: 14px;
        font-family: "微软雅黑";
    }
    .iprlistxz .dykslistr {
        position: absolute;
        right: 1%;
        top: 50%;
        color: #fff;
    }
    .iprlistxz .dykslistl {
        position: absolute;
        left: 1%;
        top: 50%;
        color: #fff;
    }
    .erase-target{
        height:100%;
        display:none !important;
    }
    .bztxn_zt2{
        width:92%;
        margin:0 auto;
    }
    .zy .bztxn_zt2a .bztxn_zt1l1{
        width:30%;
    }
    .news1a {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .news1l {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .news1r {
        width: 100%;
        padding: 30px 20px;
        word-wrap: break-word;
    }
    .news1lb {
        color: rgb(0, 0, 0);
        font-size: 22px;
        font-weight: 700;
        line-height: 1.6;
        margin: 0.625vw 0px 1.25vw;
    }
    .news1lb {
        color: rgb(0, 0, 0);
        font-size: 22px;
        font-weight: 700;
        line-height: 1.6;
        margin: 0.625vw 0px 1.25vw;
    }
    .newszx_listd {
        position: absolute;
        z-index: 99;
        text-align: right;
        padding-right: 20px;
        bottom: 6% !important;
    }
    .newszx_listd .swiper-pagination-bullet {
        width: 4px !important;
        height: 4px !important;
        background: rgb(1, 140, 50) !important;
        opacity: 1 !important;
        margin: 0px 4px !important;
    }
    .newszx_listd .swiper-pagination-bullet::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        margin-top: -3px;
        margin-left: -3px;
        border: 1px solid rgb(1, 140, 50);
        border-radius: 50%;
        display: none;
    }
    .newszx_listd .swiper-pagination-bullet-active::after {
        display: block;
    }
    .zsjmk {
		background: rgb(213, 1, 17);
		padding: 30px 0px;
	}
	.zsjmk_l1 {
		color: rgb(255, 255, 255);
		font-family: Microsoft YaHei;
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 5px;
		letter-spacing: 2px;
	}
	.zsjmk_l1::after {
		content: '';
		position: absolute;
		width: 46px;
		height: 2px;
		background: #fff;
		bottom: 0px;
	}
	.zsjmk_r2 a{
		float:none;
	}
	.zsjmk_l2 {
		color: rgb(255, 255, 255);
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
	}
	.zsjmk_r1 {
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.7;
		letter-spacing: 1px;
		text-align:center;
	}
    .zsjmk_r2 {
        margin-top: 10px;
        width: 100%;
    }
	.zsjmk_r2a {
		position: relative;
		float: unset;
		width:100%;
        margin-bottom:10px;
	}
	.zsjmk_r2a1 {
		width: 100%;
		line-height: 50px;
		background: #fff;
		color: rgb(0, 0, 0);
		font-family: pfsc;
		font-size: 16px;
		font-weight: 400;
		text-indent: 0px;
		cursor: pointer;
		position: relative;
	}
	.zsjmk_r2 input::-webkit-input-placeholder,.zsjmk_r2 textarea::-webkit-input-placeholder{
	color: rgba(0,0,0,0.22);
	font-size: 14px;
	font-family: 微软雅黑;
}
  
.zsjmk_r2 input:-moz-placeholder,.zsjmk_r2 textarea:-moz-placeholder{
	color: rgba(0,0,0,0.22);
	font-size: 14px;
	font-family: 微软雅黑;
  }
  
.zsjmk_r2 input:-ms-input-placeholder,.zsjmk_r2 textarea:-ms-input-placeholder{
	color: rgba(0,0,0,0.22);
	font-size: 14px;
	font-family: 微软雅黑;
}
	.zsjmk_r2b {
		position: relative;
		float: unset;
		margin: 0px;
		width:100%;
        margin-bottom:10px;
	}
	.zsjmk_r2a1s {
		width: 100%;
		line-height: 50px;
		background: #fff;
		color: rgb(0, 0, 0);
		font-family: pfsc;
		font-size: 16px;
		font-weight: 400;
		text-indent: 0px;
		cursor: pointer;
	}
	.zsjmk_r {
		float: none;
		width:100%;
	}
	.zsjmk_r2c {
		clear: both;
		width: 105px;
		line-height: 40px;
		background: rgb(53, 56, 62);
		color: rgb(255, 255, 255);
		font-family: pfsc;
		font-size: 14px;
		font-weight: 400;
		float: none;
		text-align: center;
		letter-spacing: 2px;
		margin: 0px auto 0px;
		position: relative;
		top: 10px;
	}
    .zsjmk_r1 span {
        font-size: 22px;
        line-height: 1.75;
        display:block;
    }
    .zsjmk_l{
        float:unset;
    }
    .gsjj_zt2a{
        position: relative;
        margin-top: -25px;
        overflow: hidden;
        height: 250px;
    }
    .gsjj_zt2a img{
        transform: translate(-50%, -50%);
        display: block;
        width: 160%;
        position: absolute;
        left: 50%;
        top: 50%;
    }
    .sjheader1{
        font-size:18px;
        text-align:center;
        line-height:40px;
        color:#fff;
        background:rgb(191, 15, 12);
    }
    .sjheader1 img{
        width:100%;
        display:block;
    }
    .lyhfk_zt {
    padding: 6.66666666666667vw 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.lyhfk_ztl {
    padding-top: 40px;
    position: relative;
    width: 100%;
}
.index-titq {
    position: unset;
    width: 100%;
}
.lyhfk_ztl1 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.75;
    font-weight: 700;
}
.iyhfk .iprlist_zt2d {
    color: rgb(255, 255, 255);
    margin-top: 15px;
}
.lyhfk_ztr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    position: relative;
    overflow: hidden;
}
.lyhfk_ztr ul {
    position: unset;
    top: 0px;
    width: 100%;
    transition: .5s;
}
.lyhfk_ztr li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.6875vw;
    flex-direction: column;
}
.lyhfk_ztr2 {
    width: 100%;
}
.qnmfa .shux{
    height:50px;
}
.qnmf{
    margin-top:-25px;
}
}