@charset "utf-8";

/*全局控制*/
*{box-sizing: border-box;}
body{margin:0;padding:0;line-height:22px;font-size:14px;font-family: "Arial", "Microsoft YaHei", sans-serif;-webkit-text-size-adjust:none;color:#333;}
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:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
.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;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.wc{width:100%;margin: 0 auto;padding:  0 3%;}
img{padding: 0;margin: 0;vertical-align: middle;display: block;}
i{font-style:normal}
.clearfix::after {content: "";display: table;clear: both;}

.yheader{display:none;}
.ctop-wap{display: block;}
.bhead{width: 100%;}
.bhead-c{position: relative;padding: 3% 0;}
.bhead-c .blogo{display: block;width: 38%;margin-left: 3%;}
.m_nav .language{padding: 0 20px;margin-top: 3%;height: 70px;line-height: 70px;font-weight: 16px;}
.m_nav .language img{height: 24px;margin-left: 10px;display: inline-block;}
.mnb{position: absolute;top: 20%;right: 2%;width: 10%;}
.mnb img{width: 100%;}
.m_nav{
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.m_nav .top .closed{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float:right;
    cursor: pointer;
}
.m_nav .logo{
    width: 100%;
    margin:0 auto;
}
.m_nav .logo img{
    height: 50px !important;
    display: block;
    margin:0 auto;
}
.m_nav .ul{
    margin-top: 30px;
}
.m_nav .ul li{
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
    height: 50px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
    -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(8) {
    -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(9) {
    -webkit-transition: all 1.8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(10) {
    -webkit-transition: all 2.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 2.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.m_nav .ul li .dropdown_menu{
    display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
    display: block;
}
.m_nav .ul li .dropdown_menu a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
    border: none;
}
.m_nav.open .ul .on a{color: #1a56db;font-weight: bold;}


/* 轮播容器：固定宽高，居中显示 */
.ybanner{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/* Swiper 幻灯片：相对定位（用于文字绝对定位） */
.ybanner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
/* 轮播图片：填充容器，保持比例 */
.ybanner .banner-img {
    height: 100%;
    object-fit: cover;
}
/* 轮播文字：默认隐藏，绝对定位在底部 */
.ybanner .banner-text {
    position: absolute;
    width: 90%;
    top: 5%;
    left: 5%;
    color: #fff;
    font-weight: 600;
    /* 默认状态：透明+位移（隐藏） */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    text-align: left;
}
.ybanner .banner-text h1{
    font-size: 20px;
    line-height:2;
}
.ybanner .banner-text h1.right{
	text-align: left;
}

.ybanner .banner-text p{
	line-height: 28px;
	margin-top: 6%;
	font-size: 14px;
}

.ybanner .banner-text span{
   display: block;
   margin-top: 10%;
}

.ajhhsd img{display: inline-block;}

.ybanner .banner-text a{width: 48%;text-align: center;height: 40px;float: left;color: #fff;line-height: 40px;border-radius: 8px;}
.ybanner .banner-text a:nth-child(1){background: #fff;color: #1a56db;margin-right: 4%;}
.ybanner .banner-text a:nth-child(2){border: 3px solid #ffffff;line-height: 35px;}
.ybanner .ymore{position: absolute;bottom: 3%;color: #fff;font-size: 14px;letter-spacing: 5px;margin-left: -60px;}
.ybanner .ymore i{display: block;transform: rotate(90deg);font-size: 34px;margin-top: 20px;}
/* 文字显示状态：通过Swiper的active类触发 */
.ybanner .swiper-slide-active .banner-text.show {
    opacity: 1;
    transform: translateY(0);
}
/* 自定义指示器样式（底部居中） */
.ybanner .swiper-pagination {
    bottom: 20px !important;
}
.ybanner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    margin: 0 6px !important;
}
.ybanner .swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 6px;
}
/* 左右切换按钮样式 */
.ybanner .swiper-button-prev, .ybanner .swiper-button-next {
    color: #fff;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.ybanner .swiper-button-prev{
	left: 3%;
    display: none;
}
.ybanner .swiper-button-next{
	right: 3%;
    display: none;
}
.ybanner .swiper-button-prev:after, .ybanner .swiper-button-next:after {
    font-size: 18px;
}

.yind1{}
.ytit{padding: 5% 0;}
.ytit p{font-size: 16px;}
.ytit h1{line-height: 35px;color: #1a56db;font-size: 24px;margin-top: 1%;}

.yind1 li{width: 30%;margin-right: 5%;float: left;margin-bottom: 5%;position: relative;}
.yind1 li img{width: 100%;}
.yind1 li p{position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;height: 60px;line-height: 60px;font-size: 14px;font-weight: bold;color: #fff;}
.yind1 li:nth-child(3n){margin-right: 0;}

.yind2{margin-top: 2%;position: relative;overflow: hidden;}
.yind2 .all .li{display: none;}
.yind2 .all .li:nth-child(1){display: block;}
.yind2 .all .li img{width: auto;width: auto;object-fit: cover;height: 600px;}
.yind2 .li{position: relative;}
.yind2 .li .con{position: absolute;top:3%;width: 94%;left: 3%;}
.yind2 .li .con span{display: block;line-height:28px;font-size: 14px;}
.yind2 .li .con a{display: block;width: 40px;height: 40px;line-height: 36px;border: 2px solid #1a56db;border-radius: 50%;text-align: center;margin-top: 8%;}
.yind2 .li .con a i{font-size: 20px;color: #1a56db;}

.yind2 .ul{position: absolute;width: 100%;bottom: 3%;left: 0;}
.yind2 .ul li{width: 33.3333333%;float: left;text-align: center;cursor: pointer;padding: 3% 0;background: #fff}
.yind2 .ul li i{font-size: 20px;color: #1a56db}
.yind2 .ul li p{margin-top: 3%;font-size: 14px;white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */}
.yind2 .ul li.on{background: #1a56db;color: #fff}
.yind2 .ul li.on i{color: #fff}

.yind3{padding: 5% 0;}
.yind3 .yind3-l{width: 100%;padding:0 3%;margin-top: 5%;}
.yind3 .yind3-l h1{color: #1a56db;font-size: 24px;}
.yind3 .yind3-l .span{display: block;line-height:26px;font-size:14px;padding: 5% 0;}
.yind3 .yind3-l a{display: block;width: 60%;height: 45px;line-height: 45px;color: #fff;text-align: center;background: #1a56db;border-radius: 10px;margin-top:5%;font-size: 14px;letter-spacing: 2px;}
.yind3 .yind3-l a i{margin-left: 3%;}
.yind3 .yind3-r{width: 100%;margin-top: 5%;padding: 0 3%;}
.yind3 .yind3-r img{width: 100%;}

.yind4{background: #f6f6f6;padding-bottom: 3%;display: none;}
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 130px;
}

#certify  .swiper-slide {
    width: 432px;
    height: 550px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
}
#certify  .swiper-slide p {
    line-height: 80px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    right: 100px;
    width: 66px;
    height: 66px;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
    top: -145px;
    font-weight: bold;
    left: auto;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 0;
    top: -145px;
    width: 66px;
    height: 66px;
    color: #1a56db;
    border: 2px solid #1a56db;
    border-radius: 50%;
    font-weight: bold;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.yind4-wap{background:#f6f6f6}
.yind4-com-wap .li{width: 48.5%;margin-right: 3%;float: left;margin-bottom: 3%;}
.yind4-com-wap .li:nth-child(2n){margin-right: 0;}
.yind4-com-wap .li img{width: 100%;}
.yind4-com-wap .li p{line-height: 35px;text-align: center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;font-size: 14px;}


.yind5{position: relative;overflow: hidden;padding-bottom:140px;display: none;}
.yind5 .swiper {
      width: 100%;
      height: 100%;
    }

.yind5 .swiper-slide {
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.yind5 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.yind5 .ynews{width: 100%;height: 100%;padding: 30px;background: #f4f8fe;}
.yind5 .ynews .a{display: block;height: 30px;line-height: 30px;width: 86px;text-align: center;background: #1a56db;color: #fff;border-radius: 10px 0 10px 0;font-size: 14px;}
.yind5 .ynews h3{line-height: 35px;font-size: 20px;color: #000;padding:20px 0;}
.yind5 .ynews h3 a{ height: 70px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.yind5 .ynews p{line-height: 26px;font-size: 14px;padding-bottom: 30px;border-bottom: 1px solid #c5d4eb;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.yind5 .ynews span{display: block;height: 60px;line-height: 70px;color: #969696;}
.yind5 .ynews:hover{background: #1a56db;}
.yind5 .ynews:hover .a{background: #fff;color: #1a56db}
.yind5 .ynews:hover h3 a{color: #fff}
.yind5 .ynews:hover p{color: #fff}
.yind5 .ynews:hover span{color: #fff}

.yind5 .swiper-pagination{bottom: 70px!important;}
.yind5 .swiper-pagination .swiper-pagination-bullet{width: 20px;height: 20px;background: #d0daf0;opacity: 1;margin: 0 8px!important;}
.yind5 .swiper-pagination .swiper-pagination-bullet-active{width: 60px;height: 20px;border-radius: 10px;background: #1a56db}
.yind5 .swiper-button-prev {
    right: 100px;
    width: 66px;
    height: 66px;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
    top: 116px;
    font-weight: bold;
    left: auto;
}


.yind5 .swiper-button-next {
    right: 0;
    top: 116px;
    width: 66px;
    height: 66px;
    color: #1a56db;
    border: 2px solid #1a56db;
    border-radius: 50%;
    font-weight: bold;
}

.yind5-wap{position: relative;overflow: hidden;padding-bottom:60px;}
.yind5-wap .swiper {
      width: 100%;
      height: 100%;
    }

.yind5-wap .swiper-slide {
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.yind5-wap .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.yind5-wap .ynews{width: 100%;height: 100%;padding: 3%;background: #f4f8fe}
.yind5-wap .ynews .a{display: block;height: 30px;line-height: 30px;width: 86px;text-align: center;background: #1a56db;color: #fff;border-radius: 10px 0 10px 0;font-size: 14px;}
.yind5-wap .ynews h3{line-height: 30px;font-size: 14px;color: #000;padding:3% 0;}
.yind5-wap .ynews h3 a{ height: 60px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.yind5-wap .ynews p{font-size: 12px;padding-bottom: 3%;border-bottom: 1px solid #c5d4eb;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.yind5-wap .ynews span{display: block;height: 40px;line-height: 40px;color: #969696;font-size: 12px;}

.yind5-wap .swiper-pagination{bottom: 20px!important;}
.yind5-wap .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #d0daf0;opacity: 1;margin: 0 5px!important;}
.yind5-wap .swiper-pagination .swiper-pagination-bullet-active{width: 35px;height: 10px;border-radius: 10px;background: #1a56db}
.yind5-wap .swiper-button-prev {
    right: 100px;
    width: 66px;
    height: 66px;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
    top: 116px;
    font-weight: bold;
    left: auto;
    display: none;
}


.yind5-wap .swiper-button-next {
    right: 0;
    top: 116px;
    width: 66px;
    height: 66px;
    color: #1a56db;
    border: 2px solid #1a56db;
    border-radius: 50%;
    font-weight: bold;
    display: none;
}



.yind6{background: url(../images/y6.jpg)no-repeat center;background-size: cover;padding: 10% 0;}
.yind6 .l{float: left;width: 100%;color: #fff;padding-bottom: 5%;}
.yind6 .l h1{line-height: 60px;font-size: 24px;}
.yind6 .l .p{line-height: 30px;margin-bottom: 10%;}
.yind6 .l .li{margin-bottom: 5%;}
.yind6 .l .li img{float: left;margin-right: 20px;width: 13%}
.yind6 .l .li .s{float: left;font-size: 12px;}
.yind6 .l .li .s p{font-size: 14px;}
.yind6 .l .li .s span{display: block;margin-top: 1%;}
.yind6 .l .erm{width: 35%;}

.yind6 .r{float: right;width: 100%;background: #fff;padding: 3% 5%;border-radius: 15px;margin-top: 5%;}
.yind6 .r h1{text-align: center;margin-bottom: 8%;margin-top: 5%;font-size: 20px;}
.yind6 .r .inp{width: 100%;margin-bottom: 5%;}
.yind6 .r .inp p{font-size:14px;margin-bottom: 3%;}
.yind6 .r .inp input{width: 100%;border: 1px solid #eee;border-radius: 5px;height: 40px;line-height: 38px;padding: 0 3%;font-size: 14px;color: #969696}
.yind6 .r .inp textarea{width: 100%;border: 1px solid #eee;border-radius: 10px;height: 40px;line-height: 40px;padding: 0 3%;font-size: 14px;height: 100px;color: #969696}
.yind6 button{width: 100%;height: 50px;line-height: 50px;border: 0;background: #1a56db;color: #fff;font-size: 16px;border-radius: 8px;margin-bottom: 20px;}

.yfoot{background: #1d2129;padding: 5% 0;color: #fff;font-size: 14px;}
.yfoot a{color: #fff;margin: 0 8px;}
.yfoot p{text-align: center;line-height: 35px}

.channel-banner{ width: 100%; /* 视口宽度 */height: 400px; /* 视口高度 */position: relative; /* 子元素绝对定位的父容器 */ overflow: hidden; /* 隐藏图片溢出部分（保证全屏无滚动条） */background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;}

.section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 绝对居中（水平+垂直） */
    z-index: 2; /* 文字在图片上层 */
    color: #fff; /* 白色文字（适配深色背景图） */
    text-align: center;
    padding: 0 20px; /* 手机端左右留白，避免文字贴边 */
    max-width: 1200px; /* PC端文字最大宽度，避免过宽 */
    width: 100%;
}
.section-content p {
    font-size: 1.4rem; /* 描述文字响应式 */
    line-height: 2;
    opacity: 0.9; /* 轻微透明，避免与图片对比过强 */
    margin-bottom: 0.5rem;
}

/* 5. 文字样式：层级分明（标题粗体+描述轻量） */
.section-content h2 {
    font-size: clamp(1rem, 5vw, 4rem); /* 响应式字体：手机2rem，PC最大3.5rem */
    font-weight: 700;
    margin-bottom: 6rem;
    letter-spacing: 0.5px;
}

.channel-banner .bouncing-image{ 
    position: absolute;
    bottom: 4%;
    z-index: 2; /* 文字在图片上层 */
    color: #fff; /* 白色文字（适配深色背景图） */
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    margin-left: -20px;
}
.channel-banner .bouncing-image i{display: inline-block;font-size: 20px;color: #fff;transform: rotate(90deg);}

.section-content a{width: 40%;text-align: center;height: 40px;line-height: 40px;border-radius: 20px;color: #fff;background: #1a56db;display: block;margin: 0 auto;} 
.section-content a i{margin-left: 10px;}

 @keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* 起始和结束位置 */
    }
    50% {
        transform: translateY(-20px); /* 中间位置（向上移动20px） */
    }
}

.bouncing-image {
        animation: bounce 1s ease-in-out infinite; /* 1秒为一个周期，无限循环 */
}

.yabt1{background: url(../images/y8.jpg)no-repeat top;background-size: cover;padding: 3.5% 0;}
.yabt1 .yabt1-r{width: 100%;}
.yabt1 .yabt1-r img{width: 100%;}
.yabt1 .yabt1-l{width: 100%;}
.yabt1 .yabt1-l .p{color: #1a56db;font-size: 16px;}
.yabt1 .yabt1-l .h3{line-height: 50px;font-size: 20px;}
.yabt1 .yabt1-l .com{padding: 5% 0;}

.yabt2{overflow: hidden;padding-bottom: 3%;display: none;}
.yyabt2-c{position: relative;}
/* 轮播容器基础样式 */
.abtmySwiper {
  width: 100%;
  margin: 20px auto;
}

/* 轮播slide样式 */
.abtmySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* 分页器默认状态 */
.abtmySwiper .swiper-pagination-bullet {
  width: 40px; /* 加宽，容纳两位数 */
  height: 40px;
  line-height: 40px; /* 文字垂直居中 */
  font-size: 16px;
  color: #666; /* 未激活颜色 */
  background: #eee; /* 未激活背景 */
  opacity: 1; /* 取消默认透明 */
  border-radius: 4px; /* 方形（可改为50%圆形） */
  margin: 0 8px !important; /* 调整分页器间距 */
}

/* 分页器激活状态 */
.abtmySwiper .swiper-pagination-bullet-active {
  color: #fff; /* 激活文字颜色 */
  background: #007aff; /* 激活背景色 */
  font-weight: bold;
}

.abtmySwiper .swiper-slide p{text-align: center;height: 60px;line-height: 60px;}

.abtmySwiper .swiper-button-prev {
    right: 180px;
    width: 56px;
    height: 56px;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
    top: -145px;
    font-weight: bold;
    left: auto;
    z-index: 2;
}

.abtmySwiper .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.abtmySwiper .swiper-button-next {
    right: 0;
    top: -145px;
    width: 56px;
    height: 56px;
    color: #fff;
    border: 2px solid #1a56db;
    background: #1a56db;
    border-radius: 50%;
    font-weight: bold;
    z-index: 2;
}

.abtmySwiper .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.abtmySwiper  .swiper-pagination{bottom: auto;left: auto;width: 88px;right: 75px;top: -129px;font-size: 30px;font-weight: bold;color: #e0e5f2}
.abtmySwiper  .swiper-pagination .swiper-pagination-current{color: #1a56db}
.abtmySwiper  .swiper-pagination .swiper-pagination-total{color: #e0e5f2}

.yabt3{background: url(../images/y9.jpg)no-repeat top;background-size: cover;padding: 5% 0;}
.yabt3 .wc{padding:0 5%;height: 100vh;position: relative;}
.yabt3 .wc a{position: absolute;border-radius:50%;text-align: center;display: block;background: #fff;font-size: 12px;display: flex;
  align-items: center; /* 垂直居中 */
  /* 可选：水平居中 */justify-content: center;}
.yabt3 .wc a.blue{background: #5083d8;color: #fff}
.yabt3 .wc a:hover{box-shadow: 0 0 15px rgba(0,0,0,0.2);}
.yabt3 .wc a p{margin-top:40%;font-size: 24px;}
.yabt3 .wc a span{display: block;font-size: 18px;line-height: 22px;margin-top: 5%;}
.yabt3 .wc a:nth-child(1){width: 5rem;height: 5rem;left: 3%;top: 3rem;}
.yabt3 .wc a:nth-child(2){width: 6rem;height: 6rem;left: 9rem;top: 1rem;}
.yabt3 .wc a:nth-child(3){width: 4rem;height: 4rem;right: 3%;top: 2rem;}
.yabt3 .wc a:nth-child(4){width: 6rem;height: 6rem;left: 6rem;top: 8rem;}
.yabt3 .wc a:nth-child(5){width: 5rem;height: 5rem;right: 5rem;top: 9rem;}
.yabt3 .wc a:nth-child(6){width: 4rem;height: 4rem;left: 3%;top: 14rem;}

.yabt3 .wc a:nth-child(7){width: 5rem;height: 5rem;right:3%;top: 16rem;}
.yabt3 .wc a:nth-child(8){width: 5rem;height: 5rem;left:3%;top: 25rem;}
.yabt3 .wc a:nth-child(9){width: 12rem;height: 12rem;left: 50%;top:16rem;margin-left: -6rem;display: block;}
.yabt3 .wc a:nth-child(10){width: 5rem;height: 5rem;right:3%;top: 23rem;}
.yabt3 .wc a:nth-child(11){width: 4rem;height: 4rem;left:6rem;top: 30rem;}

.yabt3 .wc a:nth-child(12){width: 4rem;height: 4rem;right:6rem;top: 28rem;}
.yabt3 .wc a:nth-child(13){width: 5rem;height: 5rem;left:3%;top: 36rem;}
.yabt3 .wc a:nth-child(14){width: 5rem;height: 5rem;right:3%;top: 32rem;}
.yabt3 .wc a:nth-child(15){width: 5rem;height: 5rem;left:6rem;top: 40rem;}
.yabt3 .wc a:nth-child(16){width: 5rem;height: 5rem;right:7rem;top: 36rem;}

.allimg .li{padding:2% 0;}
.allimg .li:nth-child(2n){background: url(../images/y10.jpg)no-repeat top;background-size: cover;}
.allimg .li h3{text-align: center;font-size: 20px;color: #000;line-height: 80px;}
.allimg .li ul li{float: left;width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
.allimg .li ul li:nth-child(2n){margin-right: 0;}
.allimg .li ul li img{width: 100%;}
.allimg .li ul li p{line-height: 50px;text-align: center;margin-bottom: 1%;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

.ytop{height: 86px;background: #fff;border-bottom: 1px solid #E0E0E0;}
.ytop .yheader{top: 5px;}

.ynban{background: url(../images/y11.jpg)no-repeat top;background-size: cover;padding: 3% 0;}
.ynban .img{width: 100%;}
.ynban .img img{width: 100%;}
.ynban .conm{border: 1px solid #fff;border-radius: 15px;background-color: rgba(250, 250, 250, 0.3);width: 100%;padding: 5%;margin-top: 3%}
.ynban .conm h3{line-height:50px;font-size: 20px;}
.ynban .conm ul li{line-height: 40px;}
.ynban .conm ul li span{width: 300px;float: left;}
.ynzcon{margin-top: 20px;}
.ynzcon .p{height: 60px;line-height: 60px;font-size:20px;border-bottom:1px solid #e5e5e5;font-weight: bold;position: relative;}
.ynzcon .p::after{position: absolute;content: '';width: 150px;height:3px;bottom:0;left: 0;background-color: #1a56db;}
.ynzcom{padding: 5% 0;}
.ynzcom img{max-width: 100%!important;height: auto!important;}

.ysbgm .li{padding:2% 0;}
.ysbgm .li:nth-child(2n){background: url(../images/y10.jpg)no-repeat top;background-size: cover;}
.ysbgm .li h3{text-align: center;font-size: 20px;color: #000;line-height: 80px;}
.ysbgm .li ul li{float: left;width: 48.5%;margin-right: 3%;background: #fafafa;margin-bottom: 3%;}
.ysbgm .li ul li:nth-child(2n){margin-right: 0;}
.ysbgm .li ul li img{width: 100%;height: 100%;object-fit: contain; /* 保持比例并完全显示在容器内 */}
.ysbgm .li ul li p{line-height: 45px;text-align: center;margin-bottom: 1%;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.ysbgm .li ul li .img{padding: 3%;display: block;}

.ynnews{padding: 3% 0;}
.ynnewsh{padding:3%;background: #f3f8fe;border-radius: 12px;width: 100%;position: relative;}
.ynnewsh .ynnewsh-c{overflow: hidden;}
.ynnewsh .ynnewsh-c .img{width: 100%;}
.ynnewsh .ynnewsh-c .img img{width: 100%;}
.ynnewsh .ynnewsh-c .com{width: 100%;padding: 3% 0;}
.ynnewsh .ynnewsh-c .com p{color: #969696}
.ynnewsh .ynnewsh-c .com .a{display: block;font-weight: bold;font-size: 16px;padding:2% 0;border-bottom: 1px solid #e0e9f3;line-height: 35px;}
.ynnewsh .ynnewsh-c .com span{display: block;padding: 20px 0;color: #969696;font-size: 12px;}
.ynnewsh .ynnewsh-c .com .ymore{display: block;width: 50%;text-align: center;height: 40px;line-height: 40px;background: #1a56db;border-radius: 8px;color: #fff;margin-top: 5%;}
.ynnewsh .ynnewsh-c .com .ymore i{margin-left: 8px;}

.ynnewsh .ynnewsh-c .swiper-pagination{bottom: -50px;}
.ynnewsh .ynnewsh-c .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #d0daf0;opacity: 1;margin: 0 8px!important;}
.ynnewsh .ynnewsh-c .swiper-pagination .swiper-pagination-bullet-active{width: 40px;height: 10px;border-radius: 5px;background: #1a56db}

.ynnewcom{padding: 80px 0 0;}
.ynnewcom .li{width: 100%;margin-bottom: 3%;padding: 0 3%}
.ynnewcom .li:nth-child(3n){margin-right: 0;}
.ynnewcom .li img{width: 100%;height: 260px;}
.ynnewcom .li p{margin-top: 15px;color: #969696}
.ynnewcom .li .a{display: block;line-height: 35px;margin-top: 10px;height: 70px;}

.text-center {text-align: center;padding: 40px 0 60px;}
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:6px 12px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#1a56db;color:#fff;border:1px solid #1a56db;}
/*分页 end*/

.mbxdh{line-height: 50px;color: #969696;padding: 10px 3%;}
.mbxdh a{color: #969696}
.ynzcon .article{text-align: center;padding-top: 3%;}
.ynzcon .article .text-gray{height: 60px;line-height: 60px;border-bottom: 1px dashed #d6d6d6;font-size: 14px;}
.ynzcon .article .text-gray span{margin: 0 10px;color: #999}
.ynzcon .article-com{padding: 2% 0;}
.ynzcon .article-com .img{text-align: center;}
.ynzcon .article-com img{max-width: 30%!important;margin: 3% auto;}

.ycontact{background: #fafbfd;padding: 5% 0;}
.ycontact .l{float: left;width: 100%;padding-bottom: 5%;}
.ycontact .l h1{line-height: 60px;font-size: 24px;}
.ycontact .l .p{line-height: 30px;margin-bottom: 10%;}
.ycontact .l .li{margin-bottom: 5%;}
.ycontact .l .li img{float: left;margin-right: 20px;width: 13%}
.ycontact .l .li .s{float: left;font-size: 12px;}
.ycontact .l .li .s p{font-size: 14px;}
.ycontact .l .li .s span{display: block;margin-top: 1%;}
.ycontact .l .erm{width: 35%;}

.ycontact .r{float: right;width: 100%;background: #fff;padding: 3% 5%;border-radius: 15px;margin-top: 5%;}
.ycontact .r h1{text-align: center;margin-bottom: 8%;margin-top: 5%;font-size: 20px;}
.ycontact .r .inp{width: 100%;margin-bottom: 5%;}
.ycontact .r .inp p{font-size:14px;margin-bottom: 3%;}
.ycontact .r .inp input{width: 100%;border: 1px solid #eee;border-radius: 5px;height: 40px;line-height: 38px;padding: 0 3%;font-size: 14px;color: #969696}
.ycontact .r .inp textarea{width: 100%;border: 1px solid #eee;border-radius: 10px;height: 40px;line-height: 40px;padding: 0 3%;font-size: 14px;height: 100px;color: #969696}
.ycontact button{width: 100%;height: 50px;line-height: 50px;border: 0;background: #1a56db;color: #fff;font-size: 16px;border-radius: 8px;margin-bottom: 20px;}

#back-to-top{width: 40px;display: block;position: fixed;bottom: 5%;right: 3%;z-index: 9999999}
#back-to-top img{width: 100%}

.ypros{}
.ypros h3{line-height: 50px;border-bottom: 1px solid #E0E0E0;color: #1a56db;font-size: 24px;margin-bottom: 5%;}
.ypros ul{padding-bottom: 5%;}
.ypros li{width: 48.5%;margin-right: 3%;float: left;}
.ypros li:nth-child(2n){margin-right: 0;}
.ypros li img{width: 100%;}
.ypros li  p {line-height: 45px;text-align: center;margin-bottom: 1%;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}