@charset "utf-8";
:root{
  --font-size-150:clamp(90px, 7.8125vw, 150px);
  --font-size-90:clamp(72px, 4.6875vw, 90px);
  --font-size-72:clamp(68px, 3.75vw, 72px);
  --font-size-68:clamp(48px, 3.541667vw, 68px);
  --font-size-48:clamp(36px, 2.5vw, 48px);
  --font-size-36:clamp(30px, 1.875vw, 36px);
  --font-size-30:clamp(24px, 1.5625vw, 30px);
  --font-size-24:clamp(20px, 1.25vw, 24px);
  --font-size-20:clamp(18px, 1.041667vw, 20px);
  --font-size-18:clamp(16px, 0.9375vw, 18px);
  --font-size-16:clamp(14px, 0.833vw, 16px);
  --font-size-14:clamp(12px, 0.729vw, 14px);
}

@font-face{
  font-family:"Manrope ELight";
  src:url('Manrope/Manrope-ExtraLight.ttf');
}
@font-face{
  font-family:"Manrope Light";
  src:url('Manrope/Manrope-Light.ttf');
}
@font-face{
  font-family:"Manrope";
  src:url('Manrope/Manrope-Regular.ttf');
}
@font-face{
  font-family:"Manrope Bold";
  src:url('Manrope/Manrope-Bold.ttf');
}
@font-face{
  font-family:"Manrope EBold";
  src:url('Manrope/Manrope-ExtraBold.ttf');
}
/*全局控制*/
body{margin:0;padding:0;font-size:var(--font-size-16);line-height:1.75;font-family:Arial, Helvetica,"Microsoft Yahei","PingFang SC";-webkit-text-size-adjust:none; color: #333; max-width: 1920px; margin:0 auto !important;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:0.833vw;line-height:1.75;font-family:Arial, Helvetica,"Microsoft Yahei","PingFang SC";}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#005850;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both; background:#ddd;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
table{ border-color: #aaa; border-spacing: 0; border: 1px; border-collapse: collapse;}

.mainbox{ width:100%; padding: 5vw 100px; margin:0 auto; min-width:1300px; box-sizing:border-box;max-width: 1600px;}
.nymainbox{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box;max-width: 1400px;}

/*头部*/

.header_top{
  width:100%; padding:0 5vw; box-sizing:border-box;
  position: fixed; top: 0; left: 0;right:0; z-index: 999;
  transition: all .5s ease;
}
.header_top.on{ background:rgba(255,255,255,1); }
.header_top.on:hover{ background:rgba(255,255,255,1); }
.header_box{display: flex; flex-direction: row; justify-content: space-between;
  width:100%; margin:0 auto;
  min-width:1300px; max-width: 1600px;
}
.logo{ width:18.75vw; max-width: 300px; min-width:250px;height: 86px; }
.logo a{height: 86px;
    display: flex;
    align-items: center;
    width: 100%;}
.logo a img.logocaise{
  display: none;
}
.header_top.on img.logobaise{ display:none; }
.header_top.on img.logocaise{ display:block; }

/*顶部导航*/
.symenuping{ flex: 1; height:86px;  }
.symenuping>ul{ display:flex; flex-direction:row; justify-content:flex-end; height:86px;}
.symenuping>ul>li{ padding:0 1.6vw; -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1); transition: all 1s cubic-bezier(.4, 0, .2, 1); display:flex;align-items: center;}
.symenuping>ul>li>a{ color:#fff; line-height:50px; display: block; height: 50px; position:relative; font-size:var(--font-size-16); -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1); transition: all 1s cubic-bezier(.4, 0, .2, 1); display:flex;align-items: center; font-family: Microsoft Yahei Light;}
.symenuping>ul>li>a::after{ content:""; width:0; height:1px;-webkit-transition: all 0.8s cubic-bezier(.4, 0, .2, 1); transition: all 0.8s cubic-bezier(.4, 0, .2, 1); display:block; position:absolute; bottom:0; left:50%; background:#fff; }
.symenuping>ul>li:hover>a:after{ width:100%; left:0; }
.header_top.on .symenuping>ul>li>a{ color:#333; }
.header_top.on .symenuping>ul>li>a::after{ background:#aaa; }

/*语言和搜索*/
.topright{ width:160px; padding-left:2vw  }
.toptel{ height:86px; line-height:86px; position:relative;}
.toptel h3{ font-size:var(--font-size-16); color:#fff; font-weight:normal;}
.toptel h3 i{display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../images/toptel.png) no-repeat center center;
    background-size: cover;
    margin-right: 6px;
    margin-top:-3px;}
.toptel h3 span{ font-size:var(--font-size-16);color:#fff; text-transform:uppercase; }

.header_top.on .toptel h3 i{
  background: url(../images/toptel_h.png) no-repeat center center;
}
.header_top.on .toptel h3 span{ color:#333; }

.nytitle{
  width: 100%; position: relative;
}
.nytitle h3{
  position: relative;
}
.nytitle h3 b{  
  font-size: var(--font-size-36);
  font-weight: 600;
  color: #333;
}
.nytitle h3 em{  
  font-size: var(--font-size-90);
  font-style: normal;
  font-family: Manrope EBold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  text-transform: uppercase;
  background: linear-gradient(270deg, rgba(0, 88, 80, 0.1), rgba(0, 88, 80, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nytitle p{
  font-size: var(--font-size-16); color: #666; font-family: Microsoft Yahei Light;
}
.sytitle{
  width: 100%; position: relative;
}
.sytitle h3{
  position: relative;
}
.sytitle h3 b{  
  font-size: var(--font-size-36);
  font-weight: 600;
  color: #333;
}
.sytitle h3 em{  
  font-size: var(--font-size-90);
  font-style: normal;
  font-family: Manrope EBold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  text-transform: uppercase;
  background: linear-gradient(270deg, rgba(0, 88, 80, 0.1), rgba(0, 88, 80, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sytitle p{
  font-size: var(--font-size-18); color: #888;font-family: Microsoft Yahei Light;
}
.sytitle a{
  position: absolute; right: 0; top: 1vw; display: block; height: 3vw; border-bottom: 1px #333 solid; line-height: 3vw; font-size: var(--font-size-18); font-family: Manrope Light;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.sytitle a:hover{
  color: #005850;border-bottom: 1px #005850 solid; margin-top: -0.4vw;
}
.syhxjzl{
  background: #f7f7f7; position: relative;
}
.syhxjzl_wx{ position:absolute; left:50%; top:56%; transform: translate(-50%, -50%); width: 83.333333vw; height: 45.520833vw; z-index: 1}
.syhxjzl_box{ width: 100%; height: 35.416667vw; margin:4vw auto 0; display:flex;justify-content: space-around; align-items: center; position: relative; z-index: 2;}
.syhxjzl_box_l{ position:relative; width:50%; height:100%; }
.syhxjzl_box_r{ position:relative; width:50%; height:100%;}
.syhxjzl_box_l_box{  }
.syhxjzl_box_c1{ position:absolute; left:50%; top:50%; width:16.667vw;height: 16.667vw;  border-radius: 50%; background: linear-gradient(135deg, rgba(0, 117, 106, 0.1), rgba(0, 88, 80, 0.5));transform: translate(-50%, -50%);
display: flex;align-items: center; flex-direction: column;justify-content: center;
}
.syhxjzl_box_c1 h3{ color:#005850; font-size:var(--font-size-24); }
.syhxjzl_box_c1 p{ font-size:var(--font-size-14); color:#888; text-transform:uppercase; }
.syhxjzl_box_cl{
   position: absolute; left: 50%; top: 50%; width: 6.25vw; height: 6.25vw;
}
.syhxjzl_box_cl_c{
  position: absolute; background: linear-gradient(135deg, rgba(0, 117, 106, 0.1), rgba(0, 88, 80, 0.5)); border-radius: 50%;width: 6.25vw; height: 6.25vw;display: flex !important;align-items: center; flex-direction: column;justify-content: center;
}
.syhxjzl_box_cl h3{ font-size:var(--font-size-16); font-weight:400; }
.syhxjzl_box_c2{
  transform: translate(-7.375vw, -16.15625vw);
}
.syhxjzl_box_c3{
  transform: translate(-16.5vw, -8vw);
}
.syhxjzl_box_c4{
  transform: translate(-16.5vw, 3vw);
}
.syhxjzl_box_c5{
  transform: translate(-7.375vw, 9.45625vw);
}


.syhxjzl_box_c6{ position:absolute; left:50%; top:50%; width:16.667vw;height: 16.667vw;  border-radius: 50%; background: linear-gradient(135deg, rgba(255, 148, 50, 0.1), rgba(255, 148, 50, 0.5));transform: translate(-50%, -50%);display: flex;align-items: center; flex-direction: column;justify-content: center;
}
.syhxjzl_box_c6 h3{ color:#ff9432; font-size:var(--font-size-24); }
.syhxjzl_box_c6 p{ font-size:var(--font-size-14); color:#888; text-transform:uppercase; }

.syhxjzl_box_cr{
  position: absolute; left: 50%; top: 50%; width: 6.25vw; height: 6.25vw;
}
.syhxjzl_box_cl_r{
  position: absolute; background: linear-gradient(135deg, rgba(255, 148, 50, 0.1), rgba(255, 148, 50, 0.5)); border-radius: 50%;width: 6.25vw; height: 6.25vw;display: flex !important;align-items: center; flex-direction: column;justify-content: center;
}
.syhxjzl_box_cr h3{ font-size:var(--font-size-16); font-weight:400; }
.syhxjzl_box_c7{
 transform: translate(4.375vw, -16.15625vw);
}
.syhxjzl_box_c8{
 transform: translate(12vw, -3.125vw);
}
.syhxjzl_box_c9{
 transform: translate(4.375vw, 9.15625vw);
}

.syhxjzl_list{
  width: 100%; position: relative; z-index: 2;
}
.syhxjzl_list ul{
  display: flex;justify-content: space-around;
}

.syhxjzl_list ul li{align-items:center;color: #005850;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.syhxjzl_list ul li:hover{ margin-top:-5px; }
.syhxjzl_list ul li p{ font-size:var(--font-size-18); color:#888; margin-top:10px;font-family: Microsoft Yahei Light; }
.syhxjzl_list ul li h3{display: flex;}
.syhxjzl_list ul li h3 span{font-size:var(--font-size-30); color: #005850; font-weight: normal; font-family: Manrope ELight; line-height: 1;}
.syhxjzl_list ul li h3 b{ font-size:var(--font-size-68); color:#005850;
font-family: Manrope Bold; line-height: 1;}

.sysdyw{
  background: #fff url(../images/sysdywbg.jpg) center center no-repeat; position: relative;background-size: cover;
}
.sysdywbox{
  display: flex; margin:4vw auto 0;justify-content: space-around; align-items: center;
}
.sysdywbox_l{ padding-right:2vw }
.sysdywbox_l ul{
  width: 100%; display: flex; flex-wrap: wrap;gap: 1vw;
}
.sysdywbox_l ul li{ width:calc(50% - 1vw); padding:2vw; box-sizing:border-box; background:rgba(255, 255, 255, 0.6);  position: relative; z-index: 1; border-radius: 1vw; overflow: hidden;}
.sysdywbox_l ul li:first-child{ width:calc(100% - 1vw); }
.sysdywbox_l ul li:after{
  content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%;
  background: linear-gradient(135deg, rgba(0, 117, 106, 0.1), rgba(0, 88, 80, 0.2));-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.sysdywbox_l ul li:hover:after{
  width: 100%; 
}
.sysdywbox_l ul li.on:after{
  width: 100%; 
}
.sysdywbox_l ul li h3{ position: relative; z-index: 2; font-size:var(--font-size-24); color:#333; margin-bottom:0.6vw; }
.sysdywbox_l ul li:hover h3{ color:#005850 }
.sysdywbox_l ul li.on h3{ color:#005850 }
.sysdywbox_l ul li h3 span{ font-size:var(--font-size-16); color:#666; font-weight:normal; margin-left:0.6vw;font-family: Microsoft Yahei Light;}
.sysdywbox_l ul li p{ position: relative; z-index: 2;
  font-size: var(--font-size-16); color: #666; margin-bottom:0.6vw;
}
.sysdywbox_l ul li p span{font-family: Microsoft Yahei Light; display:inline-block; padding-left:1vw; position:relative; color:#666; margin-right:1vw; line-height:2 }
.sysdywbox_l ul li p span::before{
  content:""; width: 8px; height: 8px; border:1px #005850 solid; background: transparent; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translate(0, -50%);
}
.sysdywbox_l ul li p:last-child{
  border-top: 1px #ddd solid; color: #005850; margin-top: 1vw;  padding-top: 1vw; font-family: Microsoft Yahei Light;
}


.sysdywbox_r{ position:relative; min-width:557px }
.sysdywbox_r .sysdywbox_r_img{
  position: relative; padding-right: 10px;
}
.sysdyw_cl{
  position: absolute; left: 204px; top: -15px;display: flex; 
  align-items: center;
}
.sysdyw_cl h3{ font-weight:normal; font-size:16px; color:#333; margin:0 12px; }
.sysdyw_cl i{
  display: inline-block; width: 8px; height: 8px; background: #005850; border-radius: 50%; position: relative;
}
.sysdyw_cl i:after{
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: rgba(0, 88, 80, 0.2);
  margin-top: -6px;
    margin-left: -6px;
  -webkit-animation: warn1 2s linear 0s infinite;
  -moz-animation: warn1 2s linear 0s infinite;
  animation: warn1 2s linear 0s infinite;
  opacity: 0;
}

@keyframes warn1{
  0%{transform:scale(0.5); opacity:0;} 
  25%{transform:scale(1); opacity:0.4;} 
  50%{transform:scale(1.2); opacity:0.8;} 
  75%{transform:scale(1.3); opacity:0.4;} 
  100%{transform:scale(1.4); opacity:0;}
}

@-webkit-keyframes warn1{0%{transform:scale(0.5); opacity:0;} 25%{transform:scale(1); opacity:0.4;} 50%{transform:scale(1.2); opacity:0.8;} 75%{transform:scale(1.3); opacity:0.4;} 100%{transform:scale(1.4); opacity:0;}}
.sysdyw_cl2{ left:22px; top:108px; }
.sysdyw_cl3{ left:463px; top:105px; }
.sysdyw_cl3 h3{ margin-right:0 }

.sysdcj{background: #fff url(../images/sysdywbg.jpg) center center no-repeat; position: relative;background-size: cover;}
.sysdcjbox{
  margin:4vw auto 0; position: relative;
}
.sysdcjbox .sysdcjbox_img{ 
  width: 100%; max-width: 100%;
}
.sysdcjbox_text{
  position:relative; z-index:2; width:100%;
}
.sysdcjbox_text span{ color:#005850; font-size:16px; font-weight:bold; }
.sysdcjbox_text01{
  display: flex; margin-bottom: 17.25vw;    justify-content: space-around;
}
.sysdcjbox_text01 span{ color:#333; }
.sysdcjbox_text02{
  display: flex; margin-bottom: 6vw;justify-content: center;
}
.sysdcjbox_text02 span{padding: 0 4.7vw;}
.sysdcjbox_text03{
  display: flex;justify-content: center;
}
.sysdcjbox_text03 span{padding: 0 8vw;}

.syanlibox{
  margin:3vw auto 0; position: relative;
}
.syanlibox ul{ display:flex; flex-wrap: wrap; width:100% }
.syanlibox ul li{
  position: relative; width: calc(25% - 0.45vw); margin: 0 0.6vw 0.6vw 0;
}
.syanlibox ul li:nth-child(4n){
  margin-right: 0;
}
.syanlibox ul li h3{
  
}
.syanlibox ul li h3 a{
  display: block; line-height: 0;
}
.syanlibox ul li h3 a img{
  width: 100%; max-width: 100%;
}
.syanlibox ul li h4{
  position: absolute; z-index: 2; left: 0; right: 0; bottom:1.5vw; text-align: center; height: 2vw; display: flex;align-items: center;
    justify-content: center;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.syanlibox ul li h4 a{ font-size:var(--font-size-16); color:#fff; font-weight:normal; }

.syanlibox ul li:hover h4{
  height:100%; bottom: 0; background: rgba(0, 0, 0, 0.8);
}

.synews{background: #f8f8f8;}
.synewsbox{
  margin:4vw auto 0; position: relative;
}
.synewsbox ul{display:flex; flex-wrap: wrap; width:100%;justify-content: space-around;}
.synewsbox ul li{width: calc(25% - 0.9vw); margin: 0 1.2vw 1.2vw 0;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.synewsbox ul li:hover{ margin-top:-0.5vw }
.synewsbox ul li:nth-child(4){
  margin-right: 0;
}
.synewsbox ul li h3{ margin-bottom:1vw; line-height: 0; }
.synewsbox ul li h3 a{ line-height:0; }
.synewsbox ul li h3 a img{ width:100%; max-width:100%;aspect-ratio: 4 / 3 ;object-fit: cover; border-radius: 10px;
 }
.synewsbox ul li p a{ font-family: Microsoft Yahei Light;font-size:var(--font-size-16); color:#333; }

footer{ width:100%; min-width: 1300px; padding: 80px 0 0; box-sizing: border-box; background:#2e2e2e; }
.footer{ width:100%; box-sizing:border-box; padding:0 100px 4vw; }
.footer ul{ display:flex; flex-direction:row; justify-content:space-between; }
.footer ul li{ width:150px; }
.footer ul li img.footlogo{ width:120px; display:block; margin-bottom:1.6vw; }
.footer ul li dl dt{ font-size:var(--font-size-18); color:#fff; margin-bottom:1.2vw;font-family: Microsoft Yahei Light; }
.footer ul li dl dd{  }
.footer ul li dl dd a{ font-size:var(--font-size-16); color:#aaa; display:inline-block; position:relative; height:2.5vw; line-height:2.5vw;font-family: Microsoft Yahei Light; }
.footer ul li dl dd a:after{
  content: ""; width: 0; bottom: 0; position: absolute; left: 0; background: #aaa; height: 1px;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.footer ul li dl dd a:hover:after{  width:100%; }
.footer ul li p{font-family: Microsoft Yahei Light; font-size:var(--font-size-16); color:#fff;}
.footer ul li p b{ font-family:Manrope EBold; font-size:var(--font-size-24); }
.footer ul li.footlogobox{ width:360px;}
.footer ul li.foottel{ width:460px }
.footer ul li p.footewm{ display:flex; margin-top:1.5vw; align-items: center;}
.footer ul li p.footewm img{ margin-right:1vw }


.dibuyoulian{ width:100%; box-sizing:border-box; padding:10px 0;font-size:var(--font-size-16); color:#aaa }
.dibuyoulian a{ font-size:var(--font-size-16); color:#aaa }

.copyright{ border-top: 1px #444 solid; width:100%; box-sizing:border-box; padding:40px 100px; background:#2e2e2e; display:flex; justify-content:space-between; }
.copyright p{ font-size:var(--font-size-16); color:#aaa;}
.copyright p a{ font-size:var(--font-size-16); color:#aaa; }


.nybanner{ width:100%; height:31.25vw; display:flex; background-position:center;  }
.nybanner .nybannertext{
   width:100%; padding: 3vw 100px; margin:0 auto; min-width:1300px; box-sizing:border-box;max-width: 1600px; display: flex;align-items: flex-end;
}
.nybanner .nybannertext h3{
   font-size: var(--font-size-36); color: #fff; position: relative;
   width: 100%; margin-right: 1.5vw;
}
.nybanner .nybannertext h3 span{ margin-left: 1vw;
  font-size: var(--font-size-20); font-weight: normal; color: #fff; font-family: 微软雅黑 Light;
}
.nybanner .nybannertext h3 em{
  font-size: var(--font-size-150); font-family: Manrope EBold; color: #fff; font-style: normal;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nyabout{}
.nyaboutbox{
  margin:0 auto ; position: relative; display: flex;flex-wrap: wrap;
}
.nyaboutbox .nyaboutbox_video{ width:calc(45% - 3vw); padding-right:3vw; margin-bottom:3vw }
.nyaboutbox .nyaboutbox_video img{ max-width:100% }
.nyaboutbox .nyaboutbox_text{ width:55%; }
.nyaboutbox .nyaboutbox_text h3{ font-size:var(--font-size-36); margin-bottom:1.2vw; }
.nyaboutbox .nyaboutbox_text p{ font-size:var(--font-size-16); margin-bottom:1vw; color:#666; font-family: Microsoft Yahei Light; }
.nyaboutbox .nyaboutbox_text p span{ color:#005850 }
.nyabout_img{ width:calc(100% + 1vw);margin-left:-0.5vw;margin-right:-0.5vw; display:flex; flex-wrap: wrap;}
.nyabout_img img{ width:calc(14.28% - 1vw); margin:0 0.5vw 0.5vw; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
  box-sizing: border-box; position: relative;top: 0;
}
.nyabout_img img:hover{ 
  top: -3px; border-radius:10px;
  box-shadow: 0px 5px 30px 1px rgba(0, 88, 80, 0.2);
}


.nyzctd{ width:100%; background:#f8f8f8; }
.nyzctdbox{
  margin:4vw auto 0; position: relative; display: flex; 
}
.nyzctdbox_l{ width:300px; margin-right:4vw; position:relative;  }
.nyzctdbox_l h4{  font-family: Microsoft Yahei Light;font-size:var(--font-size-20); font-weight: normal; color:#666; margin-bottom: 2vw}
.nyzctdbox_l_btn{ position:absolute; bottom:1vw; left:50%; width:120px; height:40px; margin-left:-60px; }
.nyzctdbox_l_btn div{ width:36px; height:36px; border:1px #005850 solid; border-radius:6px; box-sizing:border-box; color:#005850; font-size:var(--font-size-20); }
.nyzctdbox_l_btn div:after{ font-size:var(--font-size-20); }
.nyzctdbox_l_btn div:hover{ background:#005850; color:#fff; }

.nyzctdbox_r{ flex:1; overflow:hidden; }

.tyd-swiper-tpgdbox{}
.tyd-swiper-tpgdbox .tyd-swiper-tpgd01 {
  width: 100%;
  overflow: hidden;
}

.nyzctdbox_r .swiper-slide{ }
.nyzctdbox_r .swiper-slide h3{
  position: relative; line-height: 0;
}
.nyzctdbox_r .swiper-slide h3 img{
  max-width: 100%; line-height: 0;
}
.nyzctdbox_r .swiper-slide h3 div{ 
  position: absolute; left: 0; top: 0; writing-mode: vertical-rl;line-height: 2;
}
.nyzctdbox_r .swiper-slide h3 div b{ display:block; font-family: "楷体"; color: #005850; font-size: var(--font-size-24);}
.nyzctdbox_r .swiper-slide h3 div span{ font-family: Microsoft Yahei Light;
  font-weight: normal; font-size: var(--font-size-16);
}
.nyzctdbox_r .swiper-slide h4{
  background: #fff; padding: 1vw;
}
.nyzctdbox_r .swiper-slide h4 p{ font-size:var(--font-size-14); font-weight:normal; color:#666; font-family: Microsoft Yahei Light; }
.nyzctdbox_r .swiper-slide h4 p span{ color:#005850 }

.nysdjjfa{ width:100%; background:#fff; }
.nysdjjfabox{
  margin:4vw auto 0; position: relative; 
}
.nysdjjfabox ul{ display: flex;}
.nysdjjfabox ul li{
  width: 30.83%; margin: 0 1.5% 0 0; box-sizing: border-box; padding: 3vw 2.5vw; border-radius: 10px; overflow: hidden;
  display: flex; height: 32.604167vw; position: relative;
  justify-content: space-between;flex-direction: column;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.nysdjjfabox ul li:hover{ margin-top:-5px; }
.nysdjjfabox ul li img.nyjjfabg{
  position: absolute; left: 0; top: 0; width: 100%; max-width: 100%; z-index: 1; height: 32.604167vw;object-fit: cover;
}
.nysdjjfabox ul li h3{
  position: relative; z-index: 2;
}
.nysdjjfabox ul li h3 img{
  display: block; margin-bottom: 1.5vw; width: 9.375vw;
}
.nysdjjfabox ul li h3 b{
  display: block; margin-bottom: 2vw;
  font-size: var(--font-size-24); color: #fff;
}
.nysdjjfabox ul li h3 a{ font-size:var(--font-size-16); color:#fff; font-weight: normal; position: absolute; left: 0; bottom: 0;
}

.nysdjjfabox ul li h4{
  position: relative; z-index: 2; display: flex;justify-content: flex-start; flex-wrap: wrap;
}
.nysdjjfabox ul li h4 p{
  display: flex; margin-bottom: 0.8vw;
        align-items: flex-start;
    flex-direction: column; width: 100%;
}
.nysdjjfabox ul li h4 p span{
  display: flex; align-items:center;
}
.nysdjjfabox ul li h4 p span img{object-fit: contain; margin-right: 6px; width: 21px; height:21px; }
.nysdjjfabox ul li h4 p span{ font-size:var(--font-size-18); color:#fff; font-weight:normal; }
.nysdjjfabox ul li h4 p i{
  font-size: var(--font-size-14); color: #fff;
  font-family: Microsoft Yahei Light; font-weight: normal;
  font-style: normal;
}

.nypxfn{ width:100%; background:#f8f8f8; }
.nypxfnbox{
  margin:2vw auto 0; position: relative; 
}
.nypxfnbox_t{ width:100%; position:relative; margin-bottom:1.5vw; }
.nypxfnbox_t h3{ font-size:var(--font-size-24); color:#005850; margin-bottom:1vw }
.nypxfnbox_t p{ font-size:var(--font-size-16); color:#666; width:40%;font-family: Microsoft Yahei Light; }
.nypxfnbox_t img{ position:absolute; right:0; top:0; z-index:1 }

.nypxfnbox_img{ width:calc(100% + 1vw);margin-left:-0.5vw;margin-right:-0.5vw; display:flex; flex-wrap: wrap; position: relative; z-index: 2}
.nypxfnbox_img img{ width:calc(14.28% - 1vw); margin:0 0.5vw 0.5vw; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
  box-sizing: border-box; position: relative;top: 0;
}
.nypxfnbox_img img:hover{ 
  top: -3px; border-radius:10px;
  box-shadow: 0px 5px 30px 1px rgba(0, 88, 80, 0.2);
}
.nypxfnsjz{ width:100%; margin-top:2vw; }
.nypxfnsjz_t { width:100% }
.nypxfnsjz_t img{ max-width:100%; }
.nypxfnsjz_text{ width:100%; margin-top:-10px; }
.nypxfnsjz_text ul{ display:flex; padding-left:2vw; }
.nypxfnsjz_text ul li{ position:relative;font-family: Microsoft Yahei Light; font-size:var(--font-size-14); color:#666; min-width: 9.635417vw; padding:10px 15px; }
.nypxfnsjz_text ul li:before{
  content:""; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: #005850;
}
.nypxfnsjz_text ul li:after{
  content:""; position: absolute; left: -4px; bottom: 0; width: 9px; height: 9px; background: #005850; border-radius: 50%;
}

.nyppzk{ width:100%; background:#fff; }
.nyppzkbox{
  margin:2vw auto 0; position: relative; display: flex;    align-items: center;
}
.nyppzkbox_l{ width:50%; }
.nyppzkbox_l img{
  width: 41.666667vw; margin-bottom: 2vw; max-width: 100%;
}
.nyppzkbox_l p{
  font-family: Microsoft Yahei Light;font-size: var(--font-size-16); color: #666; line-height: 2;
}
.nyppzkbox_l p span{ color:#005850; }

.nyppzkbox_r{ width:50%; position:relative; height:38.4375vw; }
.nyppzkbox_r:before{
  content: ""; position: absolute; width: 29.895833vw; height: 29.895833vw; left:50%; top: 50%; transform: translate(-50%, -50%);    background: linear-gradient(135deg, rgba(0, 117, 106, 0.1), rgba(0, 88, 80, 0.5)); border-radius: 50%;
}
.nyppzkbox_r img{
  position: absolute; z-index: 2; right: 0; top: 0; width: 32.708333vw; max-width: 100%;
}

.nyfwln{ width:100%; background:#f8f8f8; }
.nyfwlnbox{
  margin:2vw auto 0; position: relative;
}
.nyfwlnboxtitle{ text-align:center; }
.nyfwlnboxtitle h3{ font-size:var(--font-size-24); color:#005850; }
.nyfwlnboxtitle p{ font-size:var(--font-size-18); color:#666 }
.nyfwlnbox ul{ display:flex; margin-top:2vw; }
.nyfwlnbox ul li{border-radius:6px; overflow: hidden;
  height:26.041667vw; width:calc(25% - 1.75vw);
  margin:0 2vw 0 0; position: relative;
}
.nyfwlnbox ul li:after{
  content: ""; width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: rgba(0, 88, 80, 0.8); z-index: 2;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.nyfwlnbox ul li img{
  position: absolute; width: 100%; max-width: 100%; z-index: 1; height: 100%; object-fit: cover; z-index: 1; left: 0; top: 0;
}
.nyfwlnbox ul li h3{ font-size:var(--font-size-24); color:#fff; 
  position: absolute; left: 2vw; bottom: 2vw; z-index: 3;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.nyfwlnbox ul li h3 i{
  display: block; line-height: 1; font-style: normal;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Manrope EBold; font-size: var(--font-size-68);
}
.nyfwlnbox ul li div{ height:0; overflow: hidden; opacity: 0;
  position: absolute; left: 2vw; bottom:2vw; font-size: var(--font-size-16); color: #fff; z-index: 3;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;right: 2vw;
 }
.nyfwlnbox ul li div p{ margin-bottom:1vw; }
.nyfwlnbox ul li:hover:after{ height:26.041667vw }
.nyfwlnbox ul li:hover h3{  bottom:100%;transform: translate(0, calc(100% + 2vw)); }
.nyfwlnbox ul li:hover div{ height: auto; opacity: 1;  }

.nyfwlc{ width:100%; background:#fff; }
.nyfwlcbox{
  margin:2vw auto 0; position: relative;
}
.nyfwlcbox ul{
   display: flex; width: 100%;
}
.nyfwlcbox ul li{
  width: 14.285%; background: #005850; box-sizing: border-box; padding:3.125vw 2.34375vw 0;display: flex; height: 31.25vw;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
  position: relative; border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
.nyfwlcbox ul li h3{ width:100%; position:relative;-webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.nyfwlcbox ul li h3 span{ display:block; font-family:"微软雅黑 Light"; margin-bottom:1vw; color:#fff; }
.nyfwlcbox ul li h3 p{ position:relative; }
.nyfwlcbox ul li h3 p b{ font-size:var(--font-size-24); color:#ff9432; z-index:2; position:relative; }
.nyfwlcbox ul li h3 p em{ 
  font-family:Manrope EBold; font-size:var(--font-size-30); color:rgba(255, 255, 255, 0.1); position: absolute; left: 0; bottom: 0; text-transform: uppercase; font-style: normal;
}
.nyfwlcbox ul li h3 img{ width: 5.729167vw; position:absolute; left: 0; bottom:0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.nyfwlcbox ul li dl{ position: absolute; bottom:3.125vw; width:calc(100% - 5vw); height:0; overflow:hidden;-webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.nyfwlcbox ul li dl dd{ position:relative; padding-left:1vw; padding-bottom:1vw; }
.nyfwlcbox ul li dl dd:before{
  content: "◆"; position: absolute; left: 0; top: 0; color: #fff;
  font-size: var(--font-size-24); line-height: 1;
}
.nyfwlcbox ul li dl dd:after{
  content: ""; position: absolute; left: 6px;top: 10px; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.5);
}
.nyfwlcbox ul li dl dd b{ display:block; font-size:var(--font-size-18); color:#fff; }
.nyfwlcbox ul li dl dd span{
  font-size: var(--font-size-14); color: #fff; font-family: "微软雅黑 Light";
}

.nyfwlcbox ul li.on{
  width: 28.57%; background: #ff9432;
}
.nyfwlcbox ul li.on h3{ height:auto; }
.nyfwlcbox ul li.on h3 p b{ color:#fff; }
.nyfwlcbox ul li.on h3 img{ left:unset; bottom:unset; top:0; right:0; }
.nyfwlcbox ul li.on h3:before{
  content: ""; position: absolute; left: 0; top: calc(5.885417vw - 2px); width: 2vw; height: 5px; background: #fff;
}
.nyfwlcbox ul li.on h3:after{
  content: ""; position: absolute; left: 0; top: 5.885417vw; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.5);
}
.nyfwlcbox ul li.on dl{ height:auto; }

.nyfwcn{ width:100%; background:#f8f8f8 url(../images/nyfwcnbg.jpg) center center no-repeat; background-size:cover; }
.nyfwcnbox{
  margin:3vw auto 0; position: relative;
}
.nyfwcnbox ul{
   display: flex; width: 100%;justify-content: space-around;
}
.nyfwcnbox ul li{ display:flex; flex-direction: column;    align-items: center;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.nyfwcnbox ul li:hover{ margin-top:-5px; }
.nyfwcnbox ul li i{ padding:0.8vw; border-radius:50%; border:1px #005850 solid;  width: 3.125vw; height: 3.125vw;}
.nyfwcnbox ul li i img{ width: 3.125vw; height: 3.125vw; max-width:100%; background:#fff; border-radius:50% }
.nyfwcnbox ul li h3{ font-size:var(--font-size-18); color:#333; margin:1vw auto 0.3vw; }
.nyfwcnbox ul li p{ font-size:var(--font-size-14); color:#888; }


.nyqywh{ width:100%; background:#f8f8f8 url(../images/nyqywhbg.jpg) center bottom no-repeat; background-size:cover; }
.nyqywh .nytitle h3 b{ color:#fff; }
.nyqywh .nytitle h3 em{ background:linear-gradient(270deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.nyzzzy{
  width: 40vw;margin:3vw 0 0 0;
}
.nyzzzy p{ font-family: Microsoft Yahei Light; color:#fff; margin-bottom:2vw; line-height:2; }
.nyzzzy ul{ list-style: disc; font-family: Microsoft Yahei Light; color:#fff; margin-bottom:2vw; line-height:2; }
.nyqywhbox{
  margin:0 auto 0; box-sizing: border-box; position: relative; background: #fff;
}
.nyqywhbox ul{margin:3vw auto 0;
   display: flex; width: 100%;justify-content: space-between;
}
.nyqywhbox ul li{width: calc(20% - 0.8vw); text-align: center; margin:0 1vw 0 0; box-sizing: border-box; padding: 2vw; border:1px #ddd solid; border-radius: 10px;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.nyqywhbox ul li:last-child{ margin-right:0 }
.nyqywhbox ul li:hover{ margin-top:-5px; }
.nyqywhbox ul li h3{ display:flex;align-items: center; margin-bottom:0.5vw ;flex-direction: column;}
.nyqywhbox ul li h3 img{ background:#fff; border:1px #ddd solid; border-radius:50%; padding:1vw; width:30px; height:30px;object-fit: contain; }
.nyqywhbox ul li h3 b{ display: block; font-size:var(--font-size-24); color:#005850; margin:0 0.5vw }
.nyqywhbox ul li h3 span{
  font-size: var(--font-size-16); color:rgba(0, 0, 0, 0.3);
  font-family: Manrope ELight; font-weight: normal;
}
.nyqywhbox ul li p{
  color: #888; font-size: var(--font-size-16); font-family: Microsoft Yahei Light;
}

.nyanli{ width:100%; background:#fff; }

.nyanlibox{
  margin:3vw auto 0; position: relative;
}
.nyanlibox ul{ display:flex; flex-wrap: wrap; width:100% }
.nyanlibox ul li{
  position: relative; width: calc(25% - 0.45vw); margin: 0 0.6vw 0.6vw 0;
}
.nyanlibox ul li:nth-child(4n){
  margin-right: 0;
}
.nyanlibox ul li h3{
  
}
.nyanlibox ul li h3 a{
  display: block; line-height: 0;
}
.nyanlibox ul li h3 a img{
  width: 100%; max-width: 100%;
}
.nyanlibox ul li h4{
  position: absolute; z-index: 2; left: 0; right: 0; bottom:1.5vw; text-align: center; height: 2vw; display: flex;align-items: center;
    justify-content: center;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.nyanlibox ul li h4 a{ font-size:var(--font-size-16); color:#fff; font-weight:normal; }

.nyanlibox ul li:hover h4{
  height:100%; bottom: 0; background: rgba(0, 0, 0, 0.8);
}

.nynews{ width:100%; background:#fff; }

.nynewsbox{
  margin:0 auto 0; position: relative;
}
.nynewsbox ul{display:flex; flex-wrap: wrap; width:100%;}
.nynewsbox ul li{width: calc(25% - 0.9vw); margin: 0 1.2vw 1.2vw 0;-webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.nynewsbox ul li:hover{ margin-top:-0.5vw }
.nynewsbox ul li:nth-child(4n){
  margin-right: 0;
}
.nynewsbox ul li h3{ margin-bottom:1vw; line-height: 0; }
.nynewsbox ul li h3 a{ line-height:0; }
.nynewsbox ul li h3 a img{ width:100%; max-width:100%;aspect-ratio: 4 / 3 ;object-fit: cover; border-radius: 10px;
 }
.nynewsbox ul li p a{ font-size:var(--font-size-16); color:#333; }

.nynewsbox_detail{ width:100%; display:flex;  }
.nynewsbox_detail_l{ width:calc(100% - 23.833333vw); }
.nynewsbox_detail_title{ border-bottom:1px #ddd solid; padding-bottom:1vw; }
.nynewsbox_detail_title p{ font-size:var(--font-size-36); color:#333; }
.nynewsbox_detail_title span{ font-size:var(--font-size-16); font-weight:normal; color: #888;}
.nynewsbox_detail_textarea{ font-family:Microsoft Yahei Light; font-size:var(--font-size-16); color:#666; }
.nynewsbox_detail_textarea p{ margin-bottom: 0.6vw; font-family:Microsoft Yahei Light; font-size:var(--font-size-16); color:#666; }
.nynewsbox_detail_textarea img{ max-width:100%; }

.nynewsbox_detail_r{ width:20.833333vw; margin-left:3vw; }
.nynewsbox_detail_r_t{ margin-bottom:1vw; }
.nynewsbox_detail_r_t h2{ font-size:var(--font-size-24); color:#333; font-weight:normal; }
ul.nynewsbox_detail_r_xg{ width:100%; display:flex; flex-direction: column; }
ul.nynewsbox_detail_r_xg li{ width:100% }
ul.nynewsbox_detail_r_xg li a{ display:flex;align-items: center; }
ul.nynewsbox_detail_r_xg li a img{ width:9.375vw; max-width:100%;aspect-ratio: 4 / 3 ;object-fit: cover; border-radius: 6px; }
ul.nynewsbox_detail_r_xg li a span{ font-size:var(--font-size-16); color:#333; margin-left:1vw }

.nyitemshowb{ width:100%;}
.nyitemshowpreNext{}
.nyitemshowpreNext ul li{ background:#f8f8f8; padding:30px; float:left; width:48%; margin-right:4%; font-size:var(--font-size-xs); box-sizing:border-box; margin-bottom:20px; color: var(--font-color-dec);}
.nyitemshowpreNext ul li:nth-child(2){ margin-right:0}
.nyitemshowpreNext ul li a{ font-size:var(--font-size-base); color:var(--font-color-base); line-height: 3;}
.nyitemshowpreNext ul li a:hover{color:var(--primary-color);}
.nyitemshowpreNext ul li span{ font-weight: normal; font-size:var(--font-size-base); color:var(--font-color-dec);}


/*分页样式*/
.pagination {
  clear: both;
  margin: 10px 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
*display: inline;
  zoom: 1;
}
.pagination li a {
  display: block;
  padding: 4px 16px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size:16px;
  transition: all 0.3s ease;
}
.pagination li + li a {
  border-left: none;
}
.pagination li.active a, .pagination li a:hover {
  background-color: #005850;
  border: 1px solid #005850;
  color: #ffffff;
  border-left: none;
}

.nycontact{ width:100%; background:#fff; }

.nycontactbox{
  margin:0 auto 0; position: relative;
}

.nycontactbox_t{ margin-bottom:3vw; }
.nycontactbox_t h3{ font-size:var(--font-size-30); color:#005850;margin-bottom: 1vw; }
.nycontactbox_t p{ font-size:var(--font-size-18); color:#666; font-family: Microsoft Yahei Light; }

.nycontactbox_tel{ padding:3vw 0; border-top:1px #ddd solid; 
  display: flex;
}
.nycontactbox_tel_l{ width:20.833333vw; margin-right:3vw }
.nycontactbox_tel_l h3{ font-size: var(--font-size-30); color: #005850; margin-bottom: 1vw;}
.nycontactbox_tel_l p{font-family: Microsoft Yahei Light; font-size:var(--font-size-16); color:#888 }
.nycontactbox_tel_r{ flex:1;position: relative; }
.nycontactbox_tel_r img.nycontactimg{
  position: absolute; right: 0; top: 50%;transform: translate(0, -50%); width: 10.416667vw;
}
.nycontactbox_tel_r ul{}
.nycontactbox_tel_r ul li{
  margin-bottom: 1.5vw;
}
.nycontactbox_tel_r ul li span{ 
  font-size: var(--font-size-14); color: #888;
}
.nycontactbox_tel_r ul li p{
  font-size: var(--font-size-18); color: #005850;
}
.nycontactbox_tel_r dl{}
.nycontactbox_tel_r dl dd{ margin-bottom:1vw; }
.nycontactbox_tel_r dl dd .form-control1{
  padding: 1vw; background: #f8f8f8; width: 100%;
  border: none;font-size: var(--font-size-14); color: #888;
  border-radius: 6px;
}
.nycontactbox_tel_r dl dd .form-control2{font-size: var(--font-size-14); color: #888;
  padding: 1vw; background: #f8f8f8; width: 100%;border: none;
  border-radius: 6px;
}
.nycontactbox_tel_r dl dd .form-control3{font-size: var(--font-size-14); color: #888;
  padding: 1vw; background: #f8f8f8; width: 50%;border: none;
  border-radius: 6px;
}
.nycontactbox_tel_r dl dd .form-sub1{font-size: var(--font-size-14);
  width: 8.333333vw; height: 2.604167vw; background: #005850; color: #fff;border: none;border-radius: 6px;
}


.nykhdy{ width:100%; background:#fff url(../images/nykhdybg.jpg) center center no-repeat; background-size:cover; }

.nykhdybox{
  margin:0 auto 0; position: relative;
  padding: 6vw 0;
}
.tyd-cpxq01-swiper2{
  width: 1000px; margin:0 auto 3vw;
}
.tyd-cpxq01-swiper2 .swiper-slide{ text-align:center; }
.tyd-cpxq01-swiper2 .swiper-slide h3{ font-size:var(--font-size-36);  margin-bottom:2vw; }
.tyd-cpxq01-swiper2 .swiper-slide p{
  font-size: var(--font-size-18); color: #888; font-family:Microsoft Yahei Light; line-height: 2; margin-bottom: 2vw;
}
.tyd-cpxq01-swiper2 .swiper-slide a{display: block;margin-bottom:1vw; }
.tyd-cpxq01-swiper{
  width: 1000px; margin:0 auto;
}
.tyd-cpxq01-swiper .swiper-wrapper{}
