@charset "utf-8";
*{box-sizing: border-box;}
body{margin:0;padding:0;line-height:22px;font-size: 14px;font-family: "å¾®è½¯é›…é»‘";-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,button{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;}
img{padding: 0;margin: 0;vertical-align: middle;display: block;}
i{font-style:normal}
.clearfix::after {content: "";display: table;clear: both;}
.hide2{display: -webkit-box;-webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */-webkit-box-orient: vertical; /* 必须结合的属性，设置或检索盒模型的子元素排列方式 */overflow: hidden; /* 隐藏超出容器的部分 */}
.hide3{display: -webkit-box;-webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */-webkit-box-orient: vertical; /* 必须结合的属性，设置或检索盒模型的子元素排列方式 */overflow: hidden; /* 隐藏超出容器的部分 */}
.bmg{background: #f5f9fc}

.qhead{height:70px;line-height: 70px;position: absolute;top: 0;left: auto;width: 100%;z-index: 900;z-index: 8;display: none;}
.qhead .wc{position: relative;}
.qhead .qlogo{float: left;margin-top: 7px;height: 55px;}
.qhead .qlogo img{height: 100%;}
.qhead ul{float: right;width: 660px;margin-right: 130px;}
.qhead ul li{float: left;text-align: center;position: relative;width: 110px;}
.qhead ul li a{color: #fff;display: block;}
.qhead .al{position: absolute;width: 100px;right: 0;top: 0;height: 70px;}
.qhead .al .i{width: 50px;float: left;position: relative;}
.qhead .al .i::after {content: "";display: block;width: 2px;height: 24px;background: #fff;position: absolute;bottom: 24px;right: 0;-oz-transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-moz-transform: translateX(-50%);-transform: translateX(-50%);}
.qhead .al i{color: #fff;font-size: 30px;float: left;cursor: pointer;}
.qhead .al .lang{float: right}
.qhead .al .lang img{width: 25px;margin-top: 20px;}

.ctop-wap{display: block;background: #fff;}
.bhead{width: 100%;}
.bhead-c{position: relative;height: 70px;line-height: 70px;padding: 3% 0;}
.bhead-c .blogo{display: block;height: 100%;margin-left: 2%;width: auto;}
.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: #b5d8fe;
    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;}
.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;}


.wap{display: black;}
.bmySwiper{width: 100%;overflow: hidden;position: relative;}
.bmySwiper .swiper-slide { display: flex;justify-content: center;align-items: center;}
.bmySwiper .swiper-slide a{display: block;width: 100%;}
.bmySwiper .swiper-slide img { display: block; width: 100%;height: 100%;object-fit: cover;}
.bmySwiper .swiper-pagination-bullets{bottom: 40px;width: 100%;z-index: 8}
.bmySwiper .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;margin: 0 5px;}
.bmySwiper .swiper-pagination-bullet-active{width: 20px;border-radius: 5px;}
.bmySwiper .swiper-button-prev,.bmySwiper .swiper-button-next {width: 30px;height: 30px;border: 2px solid #fff;border-radius: 50%;color: #fff;transition: background 0.3s ease;}
.bmySwiper .swiper-button-prev{left: 3%;}
.bmySwiper .swiper-button-next{right: 3%;}

.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m .mask-ico i{font-size:40px;font-weight: bold;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#ff9600}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0;font-size: 16px;}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px;}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;cursor: pointer;}

.qtit{text-align: center;padding: 30px 0;font-weight: bold;font-size: 24px;color: #000;}
.qind1{background: #fbfaf9;padding:0 3% 2%;}
.qind1 ul li{float: left;width: 48.5%;margin-right: 3%;margin-bottom: 3%;border-radius: 3px;transform: translateZ(0);box-shadow: 0 2px 8px rgba(0,0,0,0.1);transition: transform 0.3s, box-shadow 0.3s;overflow: hidden;}
.qind1 ul li:nth-child(2n){margin-right: 0;}
.qind1 ul li img{width: 100%;}
.qind1 ul li div{background: #fff;padding: 3%;}
.qind1 ul li div .a{color: #000;display: block;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.qind1 ul li div p{color: #0c40a1;line-height: 30px;font-size: 12px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;height: 30px;}
.qind1 ul li:hover {transform: translateY(-5px);box-shadow: 0 5px 15px rgba(0,0,0,0.1);}

.qind2{width: 100%;background:url(../images/g2.jpg) no-repeat bottom;background-size:cover;position: relative;padding-bottom: 50px;}
.qind2-c{padding: 8% 5% 0;text-align: center;color: #fff;}
.qind2-c h3{font-size: 24px;}
.qind2-c img{display: block;margin: 5% auto;width: 16%;}
.qind2-c span{display: block;line-height: 24px;font-size: 12px;}
.qind2-c .a{display: block;width: 130px;height: 40px;line-height: 40px;text-align: center;background: #ec1c0d;color: #fff;border-radius: 20px;margin: 5% auto 0;}

.qind3 .container {width: 100%;}
.qind3 .left-section {background-color: #0047b3;color: white;display: flex;flex-direction: column;justify-content: center;}
.qind3 .left-section .com{width: 100%;padding: 15%;}
.qind3 .right-section {flex: 1;overflow: hidden;}
.qind3 .title {font-size: 34px;font-weight: bold;margin-bottom: 40px;}
.qind3 .subtitle {font-size: 20px;margin-bottom: 30px;}
.qind3 .description {font-size: 16px;line-height: 2;margin-bottom: 40px;}
.qind3 .pagination1 {display: flex;align-items: center;}
.qind3 .pagination-btn {background-color: transparent;border: 1px solid white;color: white;width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;margin: 0 10px;}
.qind3 .pagination-text {margin: 0 10px;}
.qind3 .swiper {width: 100%;height: 100%;}
.qind3 .swiper-slide {display: flex;align-items: center;justify-content: center;height: 100%;}
.qind3 .swiper-slide img {width: 100%;height: 100%;object-fit: cover;}

.yabt2{overflow: hidden;padding-bottom: 3%;}
.ytit{padding: 0 3%;width: 100%;}
.ytit p{font-size: 12px;line-height: 28px;}
.ytit h1{line-height: 60px;color: #000;font-size: 24px;margin-bottom: 1%;}
.yyabt2-c{position: relative;}
/* 轮播容器基础样式 */
.abtmySwiper {
  width: 100%;
  padding: 0 3%;
  margin-top: 20px;
}

/* 轮播slide样式 */
.abtmySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* 分页器默认状态 */
.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{height: 60px;line-height: 60px;position: absolute;bottom: 2%;left: 0;color: #fff;padding: 0 5%;font-size: 24px;}
.abtmySwiper .swiper-slide img{width: 100%;height: auto;}

.abtmySwiper .swiper-button-prev {
  
    width: 45px;
    height: 45px;
    color: #fff;
    border: 2px solid #1a56db;
    border-radius: 50%;
    background: #1a56db;
    font-weight: bold;
    left: 3%;
    z-index: 2;
}

.abtmySwiper .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.abtmySwiper .swiper-button-next {

    width: 45px;
    height: 45px;
    color: #fff;
    border: 2px solid #1a56db;
    background: #1a56db;
    border-radius: 50%;
    font-weight: bold;
    z-index: 2;
    right: 3%;
}

.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}

.qind4{width: 100%;background:#cccbca;background-size:cover;}
.qind4-l{width: 100%;padding:40px 3% 3% 3%;}
.qind4-l h3{color: #000;font-size: 24px;}
.qind4-l span{display: block;line-height: 28px;margin-top: 5%;}
.qind4-l .more{display: block;width: 130px;height: 40px;line-height: 40px;text-align: center;background: #ec1c0d;color: #fff;border-radius: 20px;margin-top: 5%;}
.qind4-r{width: 100%;padding: 5% 3% 0;}
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    
}

#certify  .swiper-slide {
    width: 432px;
    height: 400px;
}
#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 {
    width: 42px;
    height: 42px;
    color: #fff;
    background: #0c40a1;
    border-radius: 50%;
    bottom: 20px;
    top: auto;
    font-weight: bold;
    left: 3%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 3%;
    top: auto;
    width: 42px;
    height: 42px;
    color: #0c40a1;
    background: #fff;
    border-radius: 50%;
    font-weight: bold;
    bottom: 20px;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}


.qind5{padding:3%;}
.qind5-l{width: 100%;margin-top: 20px;}
.qind5-l a{display: block;width: 120px;height: 36px;line-height: 36px;background: #0c40a1;text-align: center;color: #fff;border-radius: 18px;}
.qind5-l h3{font-size: 20px;margin: 3% 0;color: #0c40a1}
.qind5-l p{line-height: 32px;}
.qind5-l p i{color: #0c40a1;margin-right: 10px;font-size: 20px;}
.qind5-r{width: 100%;}
.qind5-r div{float: left;margin: 5% 1.5% 0;}
.qind5-r div img{width: 200px;}
.qind5-r div p{line-height: 35px;text-align: center;color: #0c40a1;margin-top: 5%;}

.footer{background: #0c40a1;color: #fff;padding: 10px 0;}
.footer p{text-align: center;line-height: 35px;font-size: 14px;}
.footer a{color:#fff}

.bannerimg{display: flex;align-items: center;position: relative;justify-content: center;}
.bannerimg img{width: 100%;}
.bannerimg .bannerimg-com{position: absolute;z-index: 8;padding-left: 2%;}
.bannerimg .bannerimg-com h3{padding-bottom:30px;color: #fff;font-size: 24px;font-weight: bold;position: relative;}
.bannerimg .bannerimg-com h3::after {content: "";display: block;width: 40px;height: 3px;background: #fff;position: absolute;bottom: 0;left: 0;border-radius: 1px;}

.about-1{padding: 3%;}
.about-1-l{width: 100%;padding-top: 3%;}
.about-1-l .h3{font-size: 24px;color: rgb(12, 64, 161);line-height: 40px;margin-bottom: 20px;}
.about-1-r{float: right;width:48%;}
.mySwiperabout {width: 100%;height: 100%;position: relative;overflow: hidden;padding-bottom: 45px;}
.mySwiperabout .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.mySwiperabout .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.mySwiperabout .swiper-pagination-bullets{bottom: 0px;width: 100%;z-index: 8}
.mySwiperabout .swiper-pagination-bullet{width: 10px;height: 10px;background: #000;margin: 0 5px;}
.mySwiperabout .swiper-pagination-bullet-active{width: 35px;border-radius: 5px;background: #0c40a1}

.about-2{width: 100%;background:url(../images/g6.jpg) no-repeat bottom;background-size:cover;height: 600px;position: relative;}
.about-2-li{position: absolute;bottom: 0;background-color: rgba(0, 0, 0, 0.6);}
.about-2-li .li{float: left;width: 50%;height: 90px;position: relative;cursor: pointer;}
.about-2-li .li.on{background: #fff;}
.about-2-li .li .div1{padding: 10px 5%;color: #fff;}
.about-2-li .li .div1 p{font-size: 14px;font-weight: bold;}
.about-2-li .li .div1 p:nth-child(2){height: 50px;display: flex;align-items: center;}
.about-2-li .li .div2{display: none;position: absolute;bottom: 90px;left: 0;width: 100%;background: #0c40a1;color: #fff;padding: 5%;min-height: 250px;font-size: 10px;line-height: 26px;}

.about-2-li .li.on .div1{color: #000;}
.about-2-li .li.on .div2{display: block;}

.comone{padding-top:  3%;}
.protype{margin-bottom: 3%;}
.protype a{float: left;height: 35px;line-height: 35px;text-align: center;border-radius: 17.5px;color: #000;background: #ffffff;margin: 0 1.5% 3%;padding: 0 5%}
.protype a.active{color: #fff;background: #0c40a1;}
.pro{padding: 0 3%;}

.pro ul .li{width: 100%;margin-bottom: 3%;border-radius: 3px;transform: translateZ(0);box-shadow: 0 2px 8px rgba(0,0,0,0.1);transition: transform 0.3s, box-shadow 0.3s;overflow: hidden;}
.pro ul .li img{width: 100%;}
.pro ul .li div{background: #fff;padding: 15px 20px;}
.pro ul .li div .a{color: #000;display: block;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pro ul .li div p{color: #0c40a1;line-height: 30px;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pro ul .li:hover {transform: translateY(-5px);box-shadow: 0 5px 15px rgba(0,0,0,0.1);}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    font-size: 14px;
    padding-bottom: 2%;
}

.pagination a, .pagination span {
    padding: 4px 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    margin: 0 1px;
}

.pagination a:hover {
    border-color: #160e4c;
    color: #160e4c;
}

.pagination .active a{
    background-color: #0c40a1;
    color: #fff;
    border-color: #0c40a1;
}

.news{padding: 0 2%;}
.news .li{float: left;margin: 0 1.5%;margin-bottom: 3%;border-radius: 8px;}
.news .newsh{width: 97%;height: 240px;position: relative;overflow: hidden;background-size:cover;}
.news .newsh p{display: block;position: absolute;bottom: 15px;left: 0;width: 100%;color: #fff;line-height: 35px;padding: 0 3%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news .span2{display: block;position: absolute;right: 12px;top: 12px;height: 30px;line-height: 30px;width: 100px;text-align: center;background-color: rgba(255, 255, 255, 0.6);font-size: 12px;color: #000;border-radius: 15px;}
.news .newsli{width: 47%;position: relative;overflow: hidden;}
.news .newsli .img{overflow: hidden;height: 160px;display: block;line-height: 160px;background: #e5e5e5}
.news .newsli .img img{display: inline-block;width: 100%;}
.news .newsli .com{background: #fff;padding: 5%;}
.news .newsli .com h3{font-size: 14px;line-height: 24px;font-weight: 400;color: #000;height: 48px;}
.news .newsli .com .span1{font-size: 12px;color: #969696;line-height: 20px;height: 40px;margin: 8px 0;}
.news .newsli .com .a{font-size: 14px;color: #0c40a1;}

.chang-1{padding: 3%;}
.chang-1-l{width: 100%;padding-top: 3%;}
.chang-1-l .h3{font-size: 24px;color: rgb(12, 64, 161);line-height: 40px;margin-bottom: 10px}
.about-1-r{width: 100%;overflow: hidden;margin-top: 3%;}
.about-1-r img{width: 100%;}

.chang-2{overflow: hidden;padding:5% 3% 80px;position: relative;}
.mySwiperchang .swiper-slide{overflow: hidden;border-radius: 10px;}
.mySwiperchang .swiper-slide p{background: #fff;padding: 4%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight: bold;}
.mySwiperchang .swiper-slide img{width: 100%;}
.mySwiperchang .swiper-pagination{width: 100%;bottom: 10%;}
.mySwiperchang .swiper-pagination .swiper-pagination-bullet{margin: 0 3px;width: 12px;height: 12px;}

.mess{padding: 0 3%;}
.mess .h3{font-size: 20px;color: #0c40a1;margin-bottom:3%;}
.mess .p{line-height: 40px;}
.mess .com{padding-bottom: 5%;}
.mess .com .l{width: 100%;background: #fff;padding: 5%;border-radius: 8px;}
.mess .com .l .inp{width: 100%;margin-bottom: 25px;}
.mess .com .l .inp p{font-size: 16px;margin-bottom: 10px;color: #000;}
.mess .com .l .inp input{width: 100%;border: 1px solid #eee;border-radius: 10px;height: 45px;line-height: 43px;padding: 0 3%;font-size: 14px;color: #969696}
.mess .com .l .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}
.mess button{width: 100%;height: 50px;line-height: 50px;border: 0;background: #0c40a1;color: #fff;font-size: 16px;border-radius: 8px;margin-bottom: 20px;}
.mess .com .r{width: 100%;}
.mess .com .r .erwm{margin-bottom: 5%;}
.mess .com .r .erwm img{width: 48%;float: left;}
.mess .com .r .erwm img:nth-child(1){margin-right: 4%;}
.mess .com .r p{line-height: 35px;}

.newshow{padding-bottom: 3%;}
.newshow .newshow-l{width: 100%;padding:3% 3% 3% 3%;background: #fff;}
.newshow .newshow-l h2{margin-bottom: 1%;}
.newshow .newshow-l .text-gray{height: 60px;line-height: 60px;border-bottom: 1px dashed #d6d6d6;font-size: 14px;}
.newshow .newshow-l .text-gray span{margin: 0 10px;color: #999}
.newshow .newshow-l .coms{padding: 2% 0;}
.newshow .newshow-l .coms img{max-width: 100%!important;margin:0 auto;}

.newshow .newshow-r{width: 100%;background: #fff;margin-top: 3%}
.newshow .newshow-r h3{line-height: 60px;height: 60px;padding: 0 5%;color: #0c40a1;}
.newshow .newshow-r .li{border-top: 1px solid #ededed;padding: 12px 5%;display: block;}
.newshow .newshow-r .li img{width: 33%;float: left;}
.newshow .newshow-r .li span{width: 63%;float: right;line-height: 32px;font-size: 14px;}

.proshow .qhead{background: #0c40a1;}

.spro{padding:  3% 0;}
.spro-l{width: 100%;padding-bottom: 5%;}
#magnifier {
  position: relative;
  width: 100%;
}
.small-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 3%;
}
.small-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #aaa;
  background: #0099ff;
  opacity: .5;
  filter: alpha(opacity: 50);
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  width: 22px;
  height: 90px;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(../images/btn_prev.png) no-repeat;
}
.thumbnail-box .btn-next {
  right: 0;
  background: url(../images/btn_next.png) no-repeat;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
}
.thumbnail-box .list .item img{max-width: 100%;  float: unset;max-height: 100%;width: auto!important;}
.thumbnail-box .list .item-cur {}
.thumbnail-box .list .item{
  border: 1px solid #fff;
}
.thumbnail-box .list .item-cur{
  border: 1px solid #f87b1e;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 451px;
  top: 0;
  width: 540px;
  height: 540px;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
}

.spro-r{background: #fff;overflow: hidden;padding: 3%;border-radius: 10px;}
.spro-r h3{font-size: 24px;color: #000;line-height: 60px;position: relative;}
.spro-r h3::after {content: "";display: block;width: 60px;height: 3px;background: #0c40a1;position: absolute;bottom: 0;left: 0;}
.spro-r .div{line-height: 28px;font-size: 12px;margin-top: 4%;overflow-wrap: break-word;}
.spro-r a{display: block;width: 200px;text-align: center;height: 34px;line-height: 34px;border-radius: 17px;background: linear-gradient(to right, #f19000, #f57300, #fc4c00);color: #fff;margin-top: 5%;}

.scomcon{padding: 5% 3%;}
.scomcon .h3{text-align: center;margin-bottom: 3%;font-size: 24px;}
.scomcon .h3 img{max-width: 100%!important;margin:0 auto;}

.procas{}
.procas .ul li{background: #fff;width:32%;float: left;margin-right: 2%;padding: 20px 20px 0 20px;margin-bottom: 2%;}
.procas .ul li:nth-child(3n){margin-right: 0;}
.procas .ul li p{line-height: 70px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/* 遮罩层样式 */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: white;
    font-size: 50px;
    cursor: pointer;
}

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
}
.lightbox-arrow i{font-size: 30px;}

.lightbox-arrow-left {
    left: 20px;
    transform: rotate(180deg);
}

.lightbox-arrow-right {
    right: 20px;
}

/* 图片列表样式调整 */
.procas .ul li {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.procas .ul li:hover {
    transform: scale(1.05);
}

.yops{padding-top: 60px;}
.yops ul .li{position: relative;}
.yops ul .li span{position: absolute;top: 20px;right: 20px;height: 35px;line-height: 35px;text-align: center;background: #fff;padding: 0 10px;border-radius: 5px;color: #0c40a1}