@charset "utf-8";

/*全局控制*/
*{box-sizing: border-box;}
body{margin:0;padding:0;line-height:22px;font-size: 14px;font-family: "Microsoft YaHei", "微软雅黑", Arial, 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,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;}
.h70{width: 100%;height: 70px;display: none;}


.ctop-wap{display: block;background-color: rgba(255, 255, 255, 0.9); /* 半透明的红色 */}
.bhead{width: 100%;}
.bhead-c{position: relative;height: 70px;line-height: 70px;padding: 2% 0;}
.bhead-c .blogo{display: block;height: 100%;margin-left: 3%;}
.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: 9998;
    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: #f68430;font-weight: bold;}

.kp{margin-top: 6%;padding-left: 3%;}
.kp a{float: left;padding:0 15px;height: 35px;line-height: 35px;margin: 0 5px;border-radius: 17.5px;color: #fff;font-size: 12px;}
.kp a i{margin-right: 10px;}
.kp a:nth-child(1){background: #fc9a0c}
.kp a:nth-child(2){background: #0087b3;padding: 0 30px;}


.dhead{width: 100%;position: fixed;top:0;border-bottom: 1px solid rgba(204, 204, 204, 0.5);height: 70px;font-size: 16px;z-index: 9998;display: none;}
.dhead .logo{float: left;margin-top: 5px;}
.dhead ul{float: left;margin-left: 250px;}
.dhead ul li{float: left;width: 100px;text-align: center;line-height: 70px;height: 70px;}
.dhead ul li a{color: #fff;}
.dhead ul li.on a{color: #0087b3;}
.dhead .r{float: right;margin-top: 15px;}
.dhead .r a{float: left;padding:0 15px;height: 35px;line-height: 35px;margin: 0 5px;border-radius: 17.5px;color: #fff;font-size: 12px;}
.dhead .r a i{margin-right: 10px;}
.dhead .r a:nth-child(1){background: #fc9a0c}
.dhead .r a:nth-child(2){background: #0087b3;padding: 0 30px;}
.fff{background: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}
.fff .dhead{background: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}
.fff ul li a{color: #333}

.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: 3%;width: 100%;}
.bmySwiper .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;margin: 0 5px;opacity: 1;border-radius: 5px;}
.bmySwiper .swiper-pagination-bullet-active{background: #0087b3}

.dind1{margin-top: 2%;padding: 0 3%;}
.dind1 .l1{height: 50px;line-height: 50px;text-align: center;position: relative;}
.dind1 .l1::after {position: absolute;content: '';width: 100%;height: 1px;left: 0;bottom: 24px;background-color: #eeeeee;z-index: -1;}
.dind1 .l1 span{width: 100%;display: block;margin: 0 auto;height: 50px;line-height: 50px;background: #fff;color: #000;font-size: 16px;}
.dind1 .ul{margin: 2% 0;}
.dind1 .ul li{width: 20%;float: left;padding:8px 1%;transition: 0.4s ease;}
.dind1 .ul li img{width: 100%;}
.dind1 .ul li:hover img{filter: grayscale(0%) brightness(1);}
.dind1 .ul li:hover{box-shadow: 0 10px 30px rgba(0,0,0,0.1);transform: translateY(-2px); /* 上浮一点 */}
.dind1 .l2{position: relative;padding-top: 2%;}
.dind1 .l2 span{display: block;;font-size: 14px;line-height: 35px;}
.dind1 .l2 a{display: block;width: 180px;text-align: center;height: 40px;line-height: 40px;border-radius: 20px;border: 1px solid #4b4b4b;font-size: 14px;margin: 3% auto 0;}
.dind1 .l2 a i{margin-left: 15px;}
.dind1 .l3{margin-top: 3%;background: #f2fcff;padding: 5%;border-radius: 20px;}
.dind1 .l3 .l{float: left;width: 100%;}
.dind1 .l3 .l h3{line-height: 50px;margin-top: 10px;font-size: 20px;}
.dind1 .l3 .l span{display: block;padding: 10px 0;}
.dind1 .l3 .l ul li{float: left;width: 50%;height: 32px;line-height: 32px;}
.dind1 .l3 .l ul li i{color: #9bd2e4;display: inline-block;line-height: 40px;margin-right: 5px;}
.dind1 .l3 .l .a{display: block;width: 160px;text-align: center;height: 40px;line-height: 40px;border-radius: 20px;font-size: 12px;color: #fff;background:#0087b3;margin-top: 5%;}
.dind1 .l3 .l .a i{float: right;width: 30px;height: 30px;text-align: center;line-height: 30px;border-radius: 50%;background: #fff;color: #0087b3;margin-right: 5px;margin-top: 5px;}
.dind1 .l3 .r{float: right;width:100%;border-radius: 15px;overflow: hidden;margin-top: 3%;}
.dind1 .l3 .r img{width: 100%;}
.dind1 .l4{margin-top: 3%;}
.dind1 .l4 .l{float: left;width: 48.5%;text-align: center;background: #f3f8ff;border-radius: 15px;padding:1.5% 2% 5%;}
.dind1 .l4 .l h3{line-height: 50px;font-size: 20px;}
.dind1 .l4 .l span{font-size: 12px;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; /* 限制显示的行数为3 */overflow: hidden;height: 78px;line-height: 26px;margin: 3% 0 5%;}
.dind1 .l4 .l .imglo{margin: 0 auto;width: 60%;}
.dind1 .l4 .l .pic{width: 100%;border-radius: 5px;}
.dind1 .l4 .l ul{padding-top: 15px;}
.dind1 .l4 .l ul li{float: left;width: 100%;height: 30px;line-height: 30px;text-align: left;font-size: 12px;}
.dind1 .l4 .l ul li i{color: #217dff;display: inline-block;line-height: 40px;margin-right: 5px;}
.dind1 .l4 .l .a{display: block;width: 90%;text-align: center;height: 40px;line-height: 40px;border-radius: 20px;font-size: 12px;color: #fff;background:#006aff;margin-top: 8%;}
.dind1 .l4 .l .a i{float: right;width: 30px;height: 30px;text-align: center;line-height: 30px;border-radius: 50%;background: #fff;color: #006aff;margin-right: 5px;margin-top: 5px;}
.dind1 .l4 .l:nth-child(2){margin-left: 3%;background: #fff9f4;}
.dind1 .l4 .l:nth-child(2) ul li i{color: #fc7f0c;}
.dind1 .l4 .l:nth-child(2) .a{background:#fc7f0c;}
.dind1 .l4 .l:nth-child(2) .a i{color: #fc7f0c;}
.dind1 .l4 .l:hover{box-shadow: 0 5px 20px rgba(0,0,0,0.1);transform: translateY(-4px);cursor: pointer;}

.dind2{padding-bottom: 30px;position: relative;}
.dind2 .mores{display: block;position: absolute;width: 200px;height: 46px;line-height: 46px;text-align: center;bottom: 10px;left: 50%;margin-left: -100px;background: #0388b3;border-radius: 23px;color: #fff;font-size: 14px;}
.dind2 .mores i{margin-left: 15px;}
.tit{padding: 5% 0 3%;text-align: center;}
.tit p{color: #000;}
.tit h3{line-height: 50px;font-size: 24px;color: #000;}
.picarr{padding-bottom: 50px;max-height: 1500px; /* 你想要的最大高度 */overflow: hidden;      /* 超出隐藏 */position: relative;}
/* 底部雾状阴影遮罩 */
.picarr::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 300px;         /* 雾状高度，可调 */background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);pointer-events: none; /* 不影响点击 */}
.masonry-cols {padding: 3%;}
.item {break-inside: avoid; /* 防止元素被拆到两列 */margin-bottom: 30px; /* 垂直间距 */position: relative;border-radius: 10px;overflow: hidden;cursor: pointer;}
.item img {width: 100%;height: auto;display: block;}
.item .c{position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(to bottom, rgba(197,98,70,0) 0%, #0388b3 100%);padding:5%;color: #fff;display: block;}
.item .c h3{font-size: 16px;}
.item .c p{padding: 10px 0 20px;line-height: 22px;font-size: 12px;}
.item .c .a{height: 26px;}
.item .c .a a{float: left;padding: 0 20px;height: 30px;border: 1px solid #fff;border-radius: 15px;color: #fff;font-size: 12px;margin-right: 20px;line-height: 26px}
.item .c .a a:hover{background: #fc7f0c;color: #fff;border: 1px solid #fc7f0c;}
.item:hover .c{display: block;}

.dind3 .news{padding: 0 3%;}
.dind3 .news .li{width:100%;border-radius: 8px;overflow: hidden;box-shadow: 0 5px 20px rgba(0,0,0,0.1);margin-bottom: 3%;}
.dind3 .news .li:nth-child(3n){margin-right: 0;} 
.dind3 .news .li .img{height: 250px;overflow: hidden;display: block;}
.dind3 .news .li img{width: 100%;transform-origin: center;transition: transform 1.5s cubic-bezier(.22,1,.36,1);}
.dind3 .news .li .com{background: #ffffff;padding: 0 3% 3%;}
.dind3 .news .li .type{display: block;color: #0087b3;font-weight: bold;font-size: 14px;line-height: 45px;}
.dind3 .news .li .com .a{height: 40px;color: #333333;font-size: 14px;font-weight: bold;line-height: 20px;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* 限制显示的行数为3 */overflow: hidden;}
.dind3 .news .li .com span{display: block;color: #969696;margin-top: 5%;}
.dind3 .news .li .com li{height: 40px;line-height: 40px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.dind3 .news .li .com li a{color: #333333;font-weight: bold;font-size: 14px;}
.dind3 .news .li:hover .img img{transform: scale(1.06);}

.dind4 .mess{padding: 0 5%;}
.dind4 .mess .inp{width: 100%;height: 45px;line-height: 45px;border-radius: 5px;background: #fff;border: 1px solid #dedede;padding: 0 2%;margin-bottom: 5%;}
.dind4 .mess .inp:nth-child(3n){margin-right: 0;}
.dind4 .mess .sub{display: block;width: 200px;height: 46px;line-height: 46px;text-align: center;bottom: 10px;background: #0388b3;border-radius: 23px;color: #fff;font-size: 14px;margin: 0 auto 50px;}
.dind4 .mess .sub i{margin-left: 15px;}

.dfooter{background: #0087b3;color: #fff;padding: 0 3%;}
.dfooter a{color: #fff}
.dfooter .l1{padding-top: 3%;border-bottom: 1px solid #219cc4;padding-bottom: 3%;}
.dfooter .l1 img{float:left;}
.dfooter .l1 ul{float: right;width: 720px;display: none;}
.dfooter .l1 ul li{width: 120px;height: 70px;line-height: 70px;text-align: center;float: left;}
.dfooter .l1 ul li a{color: #fff;font-size: 16px;}
.dfooter .l2{padding: 5% 0;}
.dfooter .l2 .l{float: left;width: 100%;}
.dfooter .l2 .l span{display: block;line-height: 35px;margin-bottom: 1px;font-size: 16px;font-weight: bold;}
.dfooter .l2 .l span i{margin-right: 10px;}
.dfooter .l2 .l p{font-size: 12px;line-height: 30px;}
.dfooter .l3{padding-bottom: 2%;}
.dfooter .l3 p{line-height: 35px;font-size: 16px;}
.dfooter .l3 .a{padding: 10px 0;}
.dfooter .l3 .a a{float: left;height: 15px;line-height: 15px;padding: 0 20px;border-right: 2px solid #fff;margin-bottom: 3%;}
.dfooter .l3 .a a:nth-child(1){padding: 0 20px 0 0;}
.dfooter .l3 .a a:last-child{border: 0;}
.dfooter .l4{border-top: 1px solid #219cc4;font-size: 14px;padding: 3% 0;line-height: 26px;}
.dfooter .l4 a{margin-left: 3%;}

.ze{z-index:9999;position: fixed;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);display: none;}
.zx{position: fixed;width: 90%;top:3%;left:5%;background: #e6f9ff;border-radius: 15px;overflow: hidden;}
.zx .l{float: left;width: 100%;padding: 5%;}
.zx .l h3{font-size: 12px;}
.zx .l p{line-height: 30px;font-size: 12px;color: #000;margin: 3% 0;}
.zx .l .img{padding-bottom: 3%;}
.zx .l .img .li{float: left;text-align: center;margin-right: 3%;width: 45%;}
.zx .l .img .li img{width: 100%;}
.zx .l .img .li p{font-size: 12px;height: 40px;line-height: 40px;}
.zx .l span{display: block;font-size: 12px;color: #000;}
.zx .l .span{margin-top: 10px;}
.zx .r{width: 100%;float: right;background: #f3fcff;padding:5%;position: relative;}
.zx .r p{font-size: 14px;line-height: 30px;}
.zx .r .ms{padding-top:3%; }
.zx .r .ms .li{line-height: 35px;}
.zx .r .ms .li .span{font-size: 12px;color: #000;line-height: 35px;float: left;margin-right: 2%;}
  /* 自定义复选框容器 */
.checkbox-item {
  display: inline-flex;
  align-items: center;
  margin-right: 3%;
  cursor: pointer;
  user-select: none;
}
/* 隐藏原生复选框 */
.checkbox-item input {
  display: none;
}
/* 自定义方框 */
.checkbox-mark {
  width: 18px;
  height: 18px;
  border: 1px solid #3498db; /* 蓝色边框 */
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  background: #fff;
  transition: all 0.2s ease;
}
/* 勾选状态样式 */
.checkbox-item input:checked + .checkbox-mark {
  background: #3498db;
}
/* 对勾 */
.checkbox-mark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.checkbox-item input:checked + .checkbox-mark::after {
  opacity: 1;
}
/* 文字样式 */
.checkbox-text {
  color: #333;
  font-size: 12px;
}
.zx .r .ms .inp{width: 100%;height: 42px;border: 1px solid #0087b3;border-radius: 5px;background: #fff;padding: 0 3%;font-size: 14px;margin-top: 3%;}
.zx .r .ms .sub{width: 100%;height: 42px;border: 0;border-radius: 5px;background: #0087b3;color: #fff;font-size: 14px;margin-top: 3%;font-weight: bold;}
.zx .r .ms h5{width: 100%;text-align: center;font-weight: 400;height: 40px;line-height: 40px;color: #969696;font-size: 12px;display: none;}
.zx .close{position: fixed;width: 26px;height: 26px;top: 4%;right: 7%;cursor: pointer;}

.wqq{position: fixed;right: 10px;bottom: 20%;width: 46px;z-index: 9998;display: none;}
.wqq .li{width: 46px;height: 46px;border-radius: 50%;box-shadow: 0 5px 20px rgba(0,0,0,0.2);text-align: center;line-height: 46px;background: #fff;margin-bottom: 20px;cursor: pointer;position: relative;}
.wqq .li i{font-size: 20px;}
.wqq .li span{display: none;}
.wqq .li .tel{position: absolute;top: -6px;right: 70px;height: 60px;line-height: 60px;box-shadow: 0 5px 20px rgba(0,0,0,0.2);text-align: center;font-size: 18px;color: #000;font-weight: bold;background: #fff;border-radius: 8px;width: 200px;}
.wqq .li .wei{position: absolute;top: -99px;right: 70px;box-shadow: 0 5px 20px rgba(0,0,0,0.2);text-align: center;color: #000;font-weight: bold;background: #fff;border-radius: 8px;width: 200px;}
.wqq .li:hover span{display: block;}

.about1{padding: 5% 3% 5%;}
.bmySwiper1{width: 100%;overflow: hidden;position: relative;}
.bmySwiper1 .swiper-slide { display: flex;justify-content: center;align-items: center;}
.bmySwiper1 .swiper-slide a{display: block;width: 100%;}
.bmySwiper1 .swiper-slide img { display: block; width: 100%;height: 100%;object-fit: cover;}
.bmySwiper1 .swiper-pagination-bullets{bottom: 3%;width: 100%;}
.bmySwiper1 .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;margin: 0 5px;opacity: 1;border-radius: 5px;}
.bmySwiper1 .swiper-pagination-bullet-active{background: #0087b3}

.about3{padding: 5% 3%;}
.about3-1 h3{color: #bbbbbb;font-size: 20px;padding-bottom: 10px}
.about3-1 p{width: 100%;font-size: 12px;}
.about3-2{width: 100%;background: #f4f9ff;border: 1px solid #fbfcfe;border-radius: 15px;margin-top: 3%;}
.about3-2 .l{width: 100%;padding: 5%;border-right: 1px solid #ebecee;}
.about3 .h3{font-size: 20px;color: #000;margin-bottom: 3%;}
.about3-2 p{line-height: 32px;font-size: 14px;color: #000;}
.about3-2 .r{width: 100%;padding: 5%;}
.about3-2 .r .img{padding-top: 3%}
.about3-2 .r .img img{float: left;width: 45%;}
.about3-2 .r .img img:nth-child(2){margin-left: 3%;}

.about4{padding: 3%;}
.about4 ul{margin: 3% 0;}
.about4 ul li{width: 20%;float: left;padding:8px 1%;transition: 0.4s ease;margin-right: 3%;margin-bottom: 3%;}
.about4 ul li:nth-child(6n){margin-right: 0;}
.about4 ul li img{width: 100%;}
.about4 ul li:hover img{filter: grayscale(0%) brightness(1);}
.about4 ul li:hover{box-shadow: 0 10px 30px rgba(0,0,0,0.1);transform: translateY(-2px); /* 上浮一点 */}

.aboutpro1{padding: 5% 3%;}
.aboutpro_pro_h3{font-size: 16px;color: #000;}
.aboutpro_pro_p{margin-top: 5%;font-size: 12px;color: #000;}
.aboutpro1 .com{margin-top: 2%;background: #ebf2ff;border-radius: 10px;padding: 3%;}
.aboutpro1 .com .l{width: 100%;}

.aboutpro1 .com .l a{width: 25%;display: block;height: 32px;line-height: 32px;border-radius: 17.5px;text-align: center;font-size: 12px;float: left;margin-bottom: 2%;}
.aboutpro1 .com .l a.on{background: #0087b3;color: #fff;}
.aboutpro1 .com .r{width: 100%;}
.aboutpro1 .com .r .li{height: 100%;display: none;}
.aboutpro1 .com .r .li:nth-child(1){display: block;}
.aboutpro1 .com .r .left{width: 100%;padding-top: 3%;position: relative;}
.aboutpro1 .com .r .left h3{font-size: 16px;color: #000;font-weight: 400;}
.aboutpro1 .com .r .left p{color: #000;margin-top: 3%;font-size: 12px;}
.aboutpro1 .com .r .left ul{margin-top: 5%;}
.aboutpro1 .com .r .left li{line-height: 30px;}
.aboutpro1 .com .r .left li i{color: #0b8bb6;margin-right: 8px;}
.aboutpro1 .com .r .left .a{}
.aboutpro1 .com .r .left .a a{float: left;width: 48.5%;text-align: center;height: 36px;line-height: 36px;border-radius: 23px;font-size: 12px;color: #fff;background: #0087b3;margin-top: 3%;}
.aboutpro1 .com .r .left .a a i{float: right;width: 26px;height: 26px;text-align: center;line-height: 26px;border-radius: 50%;background: #fff;color: #0087b3;margin-right: 5px;margin-top: 5px;}
.aboutpro1 .com .r .left .a a:nth-child(2){background: #fff;color:#0087b3;margin-left: 3%;}
.aboutpro1 .com .r .left .a a:nth-child(2) i{background: #0087b3;color:#fff;}
.aboutpro1 .com .r .right{width: 100%;margin-top: 3%;}
.aboutpro1 .com .r .right img{border-radius: 10px;width: 100%;}

.aboutpro2{padding: 5% 0;}

.aboutpro2 .r{width: 50%;float: right;margin-right: 5%;}
.aboutpro2 .r ul{margin-top: 5%;}
.aboutpro2 .r li{line-height: 35px;}
.aboutpro2 .r li i{color: #0b8bb6;margin-right: 8px;}
.aboutpro2 .r .a{margin-top: 2%;}
.aboutpro2 .r .a a{float: left;width: 160px;text-align: center;height: 42px;line-height: 42px;border-radius: 23px;font-size: 14px;color: #fff;background: #0087b3;margin-top: 3%;}
.aboutpro2 .r .a a i{float: right;width: 36px;height: 32px;text-align: center;line-height: 32px;border-radius: 50%;background: #fff;color: #0087b3;margin-right: 5px;margin-top: 5px;}

.aboutpro2{padding: 5% 0;}
.aboutpro2 .l{width: 50%;float: left;margin-left: 5%;}
.aboutpro2 .l ul{margin-top: 5%;}
.aboutpro2 .l li{line-height: 40px;}
.aboutpro2 .l li i{color: #0b8bb6;margin-right: 8px;}
.aboutpro2 .l .a{margin-top: 5%;}
.aboutpro2 .l .a a{float: left;width: 160px;text-align: center;height: 42px;line-height: 42px;border-radius: 23px;font-size: 14px;color: #fff;background: #0087b3;margin-top: 30px;}
.aboutpro2 .l .a a i{float: right;width: 36px;height: 32px;text-align: center;line-height: 32px;border-radius: 50%;background: #fff;color: #0087b3;margin-right: 5px;margin-top: 5px;}

.aboutpro3{padding-bottom:5%;}
.aboutpro3tit{padding: 4% 3% 3%;position: relative;text-align: center;}
.aboutpro3tit p{color: #000;text-align: left;}
.aboutpro3tit h3{line-height: 42px;font-size: 14px;color: #000;}
.aboutpro3mores{display: block;width: 180px;height: 40px;line-height: 40px;text-align: center;background: #0388b3;border-radius: 20px;color: #fff;font-size: 12px;margin: 3% auto}
.aboutpro3mores i{margin-left: 15px;}

.bng{background: linear-gradient(#c0eeff, rgba(192,238,255,0));background-size: 100% 1000px;background-repeat: no-repeat;padding-bottom: 5%;}
.aboutpro3tit .sew{width: 100%;height: 46px;border: none;background: #fff;border-radius: 5px;overflow: hidden;margin-top: 5%;}
.aboutpro3tit .sew #keywords{float: left;width:85%;height: 46px;padding: 0 3%;border: 0;font-size: 14px;color: #b6b6b6}
.aboutpro3tit .sew .button{width: 15%;float: right;background: url(../images/ico-search-button.png) no-repeat center 50%;height: 46px;line-height: 46px;cursor: pointer;}

.protype{padding: 3%;}
.protype a{width: 23.5%;float: left;margin-right: 2%;height: 34px;line-height: 34px;border-radius: 17px;text-align: center;background: #fff;font-size: 12px;margin-bottom: 2%;}
.protype a:nth-child(4n){margin-right: 0;}
.protype a.active{background: #0087b3;color: #fff;}

.bng .picarr{max-height: unset;}
.bng .picarr::after{display: none;}

.dnews .dnews1{padding: 3%;}
.dnews .dnews1 .l{width:100%;overflow: hidden;border-radius: 15px;position: relative;}
.dnews .swiper {width: 100%;height: 100%;}
.dnews .dnews1 .l img{width: 100%;height: 100%;}
.newsmySwiper .swiper-wrapper{position: relative;}
.newsmySwiper .swiper-wrapper p{position: absolute;bottom: 0;left: 0;width: 70%;color: #fff;line-height: 60px;padding-left: 3%;font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; /* 限制显示的行数为3 */overflow: hidden;}
.newsmySwiper .swiper-pagination-bullets{bottom: 0;width: 30%;right: 0;height: 60px;line-height: 60px;}
.newsmySwiper .swiper-pagination-bullet{width: 12px;height: 12px;background: #fff;margin: 0 2px;opacity: 1;border-radius: 50%;}
.newsmySwiper .swiper-pagination-bullet-active{background: #0087b3}

.dnews .dnews1 .r{width:100%;border-radius: 15px;background: #fff;padding: 3%;margin-top: 3%}
.dnews .dnews1 .r h3{display: block; color: #0087b3;font-size: 16px;}
.dnews .dnews1 .r ul{padding-top: 3%;}
.dnews .dnews1 .r ul li{line-height: 41px;height: 41px;}
.dnews .dnews1 .r ul li span{float: left;width: 76%;white-space: nowrap;   /* 不换行 */overflow: hidden;      /* 超出隐藏 */text-overflow: ellipsis; /* 超出显示... */}
.dnews .dnews1 .r ul li i{float: right;width: 20%;color: #969696}

.dnews .dnews2{padding: 3%;}
.dnews .dnews2 .li{width: 100%;margin-bottom: 3%;transition: 0.4s ease;}
.dnews .dnews2 .li:nth-child(3n){margin-right: 0;}
.dnews .dnews2 .li .img{width: 100%;height: 260px;background-color: #f0f0f0;display: flex;align-items: center;justify-content: center;overflow: hidden;border-radius: 10px;}
.dnews .dnews2 .li .img img{width: 100%;width: 100%;height: 100%;object-fit: cover;transform-origin: center;transition: transform 1.5s cubic-bezier(.22,1,.36,1);}
.dnews .dnews2 .li:hover img{transform: scale(1.06);}
.dnews .dnews2 .li .a{height: 50px;font-size: 14px;color: #000;display: block;margin-top: 3%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* 限制显示的行数为3 */overflow: hidden;}
.dnews .dnews2 .li span{color: #969696;margin-top:10px;}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 3%;
    font-size: 14px;
}

.pagination a, .pagination span {
    padding: 4px 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.pagination a:hover {
    border-color: #160e4c;
    color: #160e4c;
}

.pagination .active a{
    background-color: #0087b3;
    color: #fff;
    border-color: #0087b3;
}
.newshow{padding-top: 5%;}
.newshow .l{width: 96%;padding:3%;background: #fff;border-radius: 8px;box-shadow: 0 5px 20px rgba(0,0,0,0.05);margin: 0 auto ;}
.newshow .l h2{margin-bottom: 1%;font-size: 14px;}
.newshow .l .text-gray{height: 50px;line-height: 50px;border-bottom: 1px dashed #d6d6d6;font-size: 12px;}
.newshow .l .text-gray span{margin: 0 10px;color: #999}
.newshow .l .coms{padding: 2% 0;}
.newshow .l .coms img{max-width: 100%!important;margin:0 auto;}
.newshow .l .button-big{width: 180px;text-align: center;height: 50px;line-height: 48px;border: 1px solid #000;display: block;border-radius: 25px;margin:3% auto 0;font-size: 14px;}
.newshow .l .button-big i{margin-right: 3%;transform: rotate(180deg);display: inline-block;}
.newshow .l .button-big:hover{border: 1px solid #0087b3;color: #0087b3}

.newshow .r{width: 96%;background: #fff;border-radius: 15px;box-shadow: 0 5px 20px rgba(0,0,0,0.05);padding: 3%;margin: 3% auto 0;}
.newshow .r h3{color: #000;font-size: 18px;}
.newshow .r .r2{margin-top: 3%;}
.newshow .r .r2 .neew1{padding-top:3%;}
.newshow .r .r2 .neew1 a{display: block;line-height: 30px;white-space: nowrap;   /* 不换行 */overflow: hidden;      /* 超出隐藏 */text-overflow: ellipsis;}
.newshow .r .r2 .neew1 span{color: #969696}
.newshow .r .r3{margin-top: 5%;}
.newshow .r .r3 h3{margin-bottom: 3%;}
.newshow .r .r3 a{display: block;line-height: 32px;white-space: nowrap;   /* 不换行 */overflow: hidden;      /* 超出隐藏 */text-overflow: ellipsis;}

.contact{padding: 5% 3%;}
.contact .l{width: 100%;}
.contact .l h1{margin-bottom: 18px;font-size: 20px;}
.contact .l .mesa1{margin-bottom: 3%;}
.contact .l .mesa1 p{line-height: 30px;font-size: 16px;color: #000;font-weight: bold;}
.contact .l .mesa1 .inpt{width: 100%;height: 45px;line-height: 45px;padding: 0 2%;border: 1px solid #cccccc;background: #f9f9f9;border-radius: 5px;margin-top: 2%;}
.contact .l .mesa1 textarea{width: 100%;height: 200px;padding:  2%;border: 1px solid #cccccc;background: #f9f9f9;border-radius: 5px;margin-top: 10px;}
.contact .l .mesa1 .op{border: 0;background: #e0eaf7;font-size: 14px;font-weight: bold;width: 40%;height: 46px;border-radius: 23px;cursor: pointer;}
.contact .l .mesa1 .submt{width: 40%;background: #0087b3;color: #fff;margin-left: 3%;}

.contact .r{width: 100%;margin-top: 5%;}
.contact .r h1{margin-bottom: 18px;font-size: 20px;}
.contact .r .li{margin-top: 5%}
.contact .r .li h3{line-height: 40px;}
.contact .r .li p{line-height: 32px;}
.contact .r .li p img{float: left;width:50%;}

.text-yellow{color: #0087b3;margin-right: 10px;}
