@charset "utf-8";

/*全局控制*/
*{box-sizing: border-box;}
body{margin:0;padding:0;line-height:22px;font: 14px/1.5;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:1400px;margin: 0 auto;}
img{padding: 0;margin: 0;vertical-align: middle;display: block;}
i{font-style:normal}
.clearfix::after {content: "";display: table;clear: both;}

.wap{display: none;}
.yheader{position: absolute;top: 3%;height: 76px;border-radius: 38px;background: #fff;left: 50%;margin-left: -700px;padding: 0 30px;z-index: 9998}
.yheader .logo{float: left;margin-top: 6px;}
.yheader ul{float: left;width: 720px;margin-left: 310px;}
.yheader ul li{float: left;width: 120px;line-height: 76px;text-align: center;position: relative;}
.yheader ul li a{display: block;}
.yheader ul li .er{display: none;position: absolute;top:76px;left: 0;width: 100%;background: #fff;padding:0 15px;z-index: 9999;box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);}
.yheader ul li .er a{height: 48px;line-height: 48px;border-bottom: 1px solid #dcdcdc;font-size: 12px;}
.yheader ul li .er a:last-child {border: #fff}
.yheader ul li:hover .er{display: block;}
.yheader ul li:hover .a{color:#1a56db}
.yheader ul li .er a:hover{color:#1a56db;}
.yheader .yen{float: right;line-height: 76px;position: relative;font-size: 14px;color: #365275;}
.yheader .yen img{display: inline-block;padding:0 0 0 30px;width: 55px;}
.yheader .yen::after{position: absolute;content: '';width: 1px;height:20px;top:28px;left: 0;background-color: #dcdcdc;}

/* 轮播容器：固定宽高，居中显示 */
.ybanner{
    width: 100%;
    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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 轮播文字：默认隐藏，绝对定位在底部 */
.ybanner .banner-text {
    position: absolute;
    width: 1200px;
    top: 30%;
    left: 50%;
    margin-left: -700px;
    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: 40px;
    line-height: 70px;
}
/*.ybanner .banner-text h1.right{
	text-align: right;
}*/

.ybanner .banner-text p{
	line-height: 45px;
	margin-top: 6%;
	font-size: 20px;
}

.ybanner .banner-text span{
   display: block;
   margin-top: 20%;
}

.ybanner .banner-text a{width: 175px;text-align: center;height: 55px;float: left;color: #fff;line-height: 55px;border-radius: 8px;}
.ybanner .banner-text a:nth-child(1){background: #fff;color: #1a56db;margin-right: 5%;}
.ybanner .banner-text a:nth-child(2){border: 3px solid #ffffff;line-height: 50px;}
.ybanner .ymore{position: absolute;bottom: 3%;color: #fff;font-size: 22px;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%;
}
.ybanner .swiper-button-next{
	right: 3%;
}
.ybanner .swiper-button-prev:after, .ybanner .swiper-button-next:after {
    font-size: 18px;
}

.ajhhsd img{display: inline-block;}

.yind1{}
.ytit{padding: 5% 0;}
.ytit p{font-size: 30px;}
.ytit h1{line-height: 75px;color: #1a56db;font-size: 50px;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: 100px;line-height: 100px;font-size: 30px;font-weight: bold;color: #fff;}
.yind1 li:nth-child(3n){margin-right: 0;}

.yind2{margin-top: 2%;position: relative;}
.yind2 .all .li{display: none;}
.yind2 .all .li:nth-child(1){display: block;}
.yind2 .li{position: relative;}
.yind2 .li .con{position: absolute;top:16%;width: 700px;left: 50%;margin-left: -700px;}
.yind2 .li .con span{display: block;line-height: 35px;}
.yind2 .li .con a{display: block;width: 60px;height: 60px;line-height: 56px;border: 2px solid #1a56db;border-radius: 50%;text-align: center;margin-top: 4%;}
.yind2 .li .con a i{font-size: 30px;color: #1a56db;}

.yind2 .ul{position: absolute;left: 0;bottom: 0;background: #f4f8fa;left: 50%;margin-left: -700px;}
.yind2 .ul li{width: 16.6666666%;float: left;height: 180px;text-align: center;padding-top: 65px;cursor: pointer;}
.yind2 .ul li i{font-size: 50px;color: #1a56db}
.yind2 .ul li p{margin-top: 15px;}
.yind2 .ul li.on{background: #1a56db;color: #fff}
.yind2 .ul li.on i{color: #fff}

.yind3{padding: 5% 0;}
.yind3 .yind3-l{width: 47%;float: left;}
.yind3 .yind3-l h1{color: #1a56db;font-size: 50px;}
.yind3 .yind3-l .span{display: block;margin-top: 10%;line-height: 40px;font-size: 18px;}
.yind3 .yind3-l a{display: block;width: 250px;height: 60px;line-height: 60px;color: #fff;text-align: center;background: #1a56db;border-radius: 10px;margin-top: 8%;font-size: 18px;letter-spacing: 2px;}
.yind3 .yind3-l a i{margin-left: 3%;}
.yind3 .yind3-r{width: 47%;float: right;}

.yind4{background: #f6f6f6;padding-bottom: 3%;}
#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%
}

.yind5{position: relative;overflow: hidden;padding-bottom:140px;}
.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;
}

.yind6{background: url(../images/y6.jpg)no-repeat center;background-size: cover;padding: 75px 0;}
.yind6 .l{float: left;width: 560px;color: #fff}
.yind6 .l h1{padding-top: 30px;line-height: 90px;font-size: 40px;}
.yind6 .l .p{line-height: 50px;margin-bottom: 40px;}
.yind6 .l .li{margin-bottom: 50px;}
.yind6 .l .li img{float: left;margin-right: 20px;}
.yind6 .l .li .s{float: left;}
.yind6 .l .li .s p{font-size: 20px;}
.yind6 .l .li .s span{display: block;margin-top: 10px;}
.yind6 .l .erm{margin-left: 70px;width: 150px;}

.yind6 .r{float: right;width: 646px;background: #fff;padding: 30px 40px;border-radius: 15px;}
.yind6 .r h1{text-align: center;margin-bottom: 45px;}
.yind6 .r .inp{width: 100%;margin-bottom: 25px;}
.yind6 .r .inp p{font-size: 18px;margin-bottom: 10px;}
.yind6 .r .inp input{width: 100%;border: 1px solid #eee;border-radius: 10px;height: 70px;line-height: 68px;padding: 0 3%;font-size: 16px;color: #969696}
.yind6 .r .inp textarea{width: 100%;border: 1px solid #eee;border-radius: 10px;height: 70px;line-height: 68px;padding: 0 3%;font-size: 16px;height: 170px;color: #969696}
.yind6 .r .w50{float: left;width: 47.5%;}
.yind6 .r .ml{margin-left: 5%;}
.yind6 button{width: 100%;height: 70px;line-height: 70px;border: 0;background: #1a56db;color: #fff;font-size: 20px;border-radius: 8px;margin-bottom: 20px;}

.yfoot{background: #1d2129;padding: 20px 0;color: #fff}
.yfoot a{color: #fff;margin: 0 8px;}
.yfoot p{text-align: center;line-height: 35px}

.channel-banner{ width: 100vw; /* 视口宽度 */height: 100vh; /* 视口高度 */position: relative; /* 子元素绝对定位的父容器 */ overflow: hidden; /* 隐藏图片溢出部分（保证全屏无滚动条） */background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;background-attachment: fixed;}

.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端文字最大宽度，避免过宽 */
}
.section-content p {
    font-size: 3.4rem; /* 描述文字响应式 */
    line-height: 2;
    opacity: 0.9; /* 轻微透明，避免与图片对比过强 */
    margin-bottom: 2rem;
}

/* 5. 文字样式：层级分明（标题粗体+描述轻量） */
.section-content h2 {
    font-size: clamp(2rem, 5vw, 4rem); /* 响应式字体：手机2rem，PC最大3.5rem */
    font-weight: 700;
    margin-bottom: 6rem;
    letter-spacing: 0.5px;
    line-height: 1;
}

.channel-banner .bouncing-image{ 
    position: absolute;
    bottom: 4%;
    z-index: 2; /* 文字在图片上层 */
    color: #fff; /* 白色文字（适配深色背景图） */
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    
    left: 50%;
    margin-left: -30px;
}
.channel-banner .bouncing-image i{display: inline-block;font-size: 30px;color: #fff;transform: rotate(90deg);}

.section-content a{width: 180px;text-align: center;height: 50px;line-height: 50px;border-radius: 25px;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{float: right;width: 650px;padding-top: 5%;}
.yabt1 .yabt1-r img{width: 100%;}
.yabt1 .yabt1-l{width: 670px;float: left;}
.yabt1 .yabt1-l .p{color: #1a56db;font-size: 18px;}
.yabt1 .yabt1-l .h3{line-height: 60px;font-size: 30px;}
.yabt1 .yabt1-l .com{padding: 5% 0;}

.yabt2{overflow: hidden;padding-bottom: 3%;}
.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-slide img{width: 100%}

/* 分页器默认状态 */
.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: 96px;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 45px;height: 600px;position: relative;}
.yabt3 .wc a{position: absolute;border-radius:50%;text-align: center;display: block;background: #fff;font-size: 18px;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: 130px;font-size: 30px;}
.yabt3 .wc a span{display: block;font-size: 40px;margin-top: 20px;}
.yabt3 .wc a:nth-child(1){width: 120px;height: 120px;left: 0;top: 72px;}
.yabt3 .wc a:nth-child(2){width: 130px;height: 130px;left: 234px;top: 56px;}
.yabt3 .wc a:nth-child(3){width: 90px;height: 90px;left: 444px;top: 20px;}
.yabt3 .wc a:nth-child(4){width: 130px;height: 130px;right: 452px;top: 0;}
.yabt3 .wc a:nth-child(5){width: 120px;height: 120px;right: 240px;top: 51px;}
.yabt3 .wc a:nth-child(6){width: 140px;height: 140px;right: 0;top: 50px;}

.yabt3 .wc a:nth-child(7){width: 120px;height: 120px;left:104px;top: 220px;}
.yabt3 .wc a:nth-child(8){width: 120px;height: 120px;left:308px;top: 270px;}
.yabt3 .wc a:nth-child(9){width: 360px;height: 360px;left: 50%;top:50%;transform: translate(-50%, -50%);display: block;line-height: 1;}
.yabt3 .wc a:nth-child(10){width: 130px;height: 130px;right:290px;top: 230px;}
.yabt3 .wc a:nth-child(11){width: 90px;height: 90px;right:130px;top: 206px;}

.yabt3 .wc a:nth-child(12){width: 120px;height: 120px;left:0px;bottom: 90px;}
.yabt3 .wc a:nth-child(13){width: 90px;height: 90px;left:178px;bottom: 40px;}
.yabt3 .wc a:nth-child(14){width: 120px;height: 120px;left:386px;bottom: 10px;}
.yabt3 .wc a:nth-child(15){width: 120px;height: 120px;right:340px;bottom: 0;}
.yabt3 .wc a:nth-child(16){width: 130px;height: 130px;right:130px;bottom: 40px;}

.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: 40px;color: #000;line-height: 160px;}
.allimg .li ul li{float: left;width: 23.5%;margin-right: 2%;margin-bottom: 2%;}
.allimg .li ul li:nth-child(4n){margin-right: 0;}
.allimg .li ul li img{width: 100%;}
.allimg .li ul li p{line-height: 70px;text-align: center;margin-bottom: 1%;font-size: 18px;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{float: left;width: 575px;padding: 0 20px;}
.ynban .img img{width: 100%;}
.ynban .conm{border: 1px solid #fff;border-radius: 15px;background-color: rgba(250, 250, 250, 0.3);float: right;width: 810px;padding: 50px;min-height: 530px;}
.ynban .conm h3{line-height: 50px;font-size: 40px;}
.ynban .conm ul li{line-height: 45px;}
.ynban .conm ul li span{width: 350px;float: left;}
.ynzcon{margin-top: 20px;}
.ynzcon .p{height: 85px;line-height: 85px;font-size:34px;border-bottom:1px solid #e5e5e5;font-weight: bold;position: relative;}
.ynzcon .p::after{position: absolute;content: '';width: 210px;height:3px;bottom:0;left: 0;background-color: #1a56db;}
.ynzcom{padding: 5% 0;}
.ynzcom img{display: inline-block;}


.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: 40px;color: #000;line-height: 160px;}
.ysbgm .li ul li{float: left;width: 23.5%;margin-right: 2%;background: #fafafa;margin-bottom: 2%;}
.ysbgm .li ul li:nth-child(4n){margin-right: 0;}
.ysbgm .li ul li img{width: 100%;height: 100%;object-fit: contain; /* 保持比例并完全显示在容器内 */}
.ysbgm .li ul li p{line-height: 80px;text-align: center;margin-bottom: 1%;font-size: 18px;}
.ysbgm .li ul li .img{padding: 40px 40px 0 40px;display: block;height: 400px;}

.ynnews{padding: 3% 0;}
.ynnewsh{padding:20px;background: #f3f8fe;border-radius: 12px;width: 100%;position: relative;}
.ynnewsh .ynnewsh-c{overflow: hidden;}
.ynnewsh .ynnewsh-c .img{width: 670px;float: left;}
.ynnewsh .ynnewsh-c .img img{width: 100%;height: 390px;}
.ynnewsh .ynnewsh-c .com{width: 660px;float: right;padding: 3% 0;}
.ynnewsh .ynnewsh-c .com p{color: #969696}
.ynnewsh .ynnewsh-c .com .a{display: block;font-weight: bold;font-size: 24px;padding:20px 0;border-bottom: 1px solid #e0e9f3;line-height: 35px;}
.ynnewsh .ynnewsh-c .com span{display: block;line-height: 32px;padding: 20px 0;color: #969696;font-size: 14px;}
.ynnewsh .ynnewsh-c .com .ymore{display: block;width: 180px;text-align: center;height: 50px;line-height: 50px;background: #1a56db;border-radius: 8px;color: #fff;margin-top: 35px;}
.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: 20px;height: 20px;background: #d0daf0;opacity: 1;margin: 0 8px!important;}
.ynnewsh .ynnewsh-c .swiper-pagination .swiper-pagination-bullet-active{width: 60px;height: 20px;border-radius: 10px;background: #1a56db}

.ynnewcom{padding: 7% 0 0;}
.ynnewcom .li{float: left;width: 32%;margin-right: 2%;margin-bottom: 2%;}
.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: 60px;color: #969696;padding: 10px 0;}
.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: 75px 0;}
.ycontact .l{float: left;width: 560px;color: #000}
.ycontact .l h1{padding-top: 30px;line-height: 90px;font-size: 40px;}
.ycontact .l .p{line-height: 50px;margin-bottom: 40px;}
.ycontact .l .li{margin-bottom: 50px;}
.ycontact .l .li img{float: left;margin-right: 20px;}
.ycontact .l .li .s{float: left;}
.ycontact .l .li .s p{font-size: 20px;}
.ycontact .l .li .s span{display: block;margin-top: 10px;}
.ycontact .l .erm{margin-left: 70px;}

.ycontact .r{float: right;width: 646px;background: #fff;padding: 30px 40px;border-radius: 15px;}
.ycontact .r h1{text-align: center;margin-bottom: 45px;}
.ycontact .r .inp{width: 100%;margin-bottom: 25px;}
.ycontact .r .inp p{font-size: 18px;margin-bottom: 10px;}
.ycontact .r .inp input{width: 100%;border: 1px solid #eee;border-radius: 10px;height: 70px;line-height: 68px;padding: 0 3%;font-size: 16px;color: #969696}
.ycontact .r .inp textarea{width: 100%;border: 1px solid #eee;border-radius: 10px;height: 70px;line-height: 68px;padding: 0 3%;font-size: 16px;height: 170px;color: #969696}
.ycontact .r .w50{float: left;width: 47.5%;}
.ycontact .r .ml{margin-left: 5%;}
.ycontact button{width: 100%;height: 70px;line-height: 70px;border: 0;background: #1a56db;color: #fff;font-size: 20px;border-radius: 8px;margin-bottom: 20px;}

#back-to-top{width: 50px;display: block;position: fixed;bottom: 5%;right: 30px;z-index: 9999999}
#back-to-top img{width: 100%}

.ypros{}
.ypros h3{line-height: 70px;border-bottom: 1px solid #E0E0E0;color: #1a56db;font-size: 30px;margin-bottom: 3%;}
.ypros ul{padding-bottom: 5%;}
.ypros li{width: 23.5%;margin-right: 2%;float: left;}
.ypros li:nth-child(4n){margin-right: 0;}
.ypros li img{width: 100%;}
.ypros li  p {line-height: 70px;text-align: center;margin-bottom: 1%;font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}