.index-box-1 .index-title-box {
    margin-bottom: 0.4rem;
}
.index-box-1 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
}
.index-box-1 .info, .index-box-1 .pic {
    width: 50%;
}
.index-box-1 .info {
    background: url(../../upfile/2024/09/1725531281493.png) no-repeat center center;
    background-size: cover;
    padding-right: 1rem;
    padding-left: calc((100% - 16.36rem) / 2);
}
.index-title-box h3 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.index-title-box .en {
    font-size: 0.18rem;
    color: #d3d3d3;
    font-family: "mr";
    text-transform: uppercase;
    line-height: 0.24rem;
    margin: 0.05rem auto 0.26rem;
}
.index-title-box .line {
    width: 0.4rem;
    height: 0.05rem;
    background-image: linear-gradient(-90deg, #0b59c3 0%, #082c7e 100%);
    background-blend-mode: normal, normal;
}
.index-box-1 h1 {
    font-size: 0.36rem;
    font-weight: 700;
}
.index-box-1 .since {
    font-size: 0.48rem;
    text-transform: uppercase;
    line-height: 0.48rem;
    margin-top: 0.2rem;
    background-image: -webkit-linear-gradient(#0036d6, #03236b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index-box-1 .desc {
    line-height: 0.3rem;
    margin: 0.4rem auto 0.34rem;
	font-size: 16px;
}
.index-box-1 .data {
    margin-bottom: 0.44rem;
}
.index-box-1 .data ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index-box-1 .data ul li {
    max-width: 42%;
}
.data li {
    text-align: center;
}
.index-box-1 .data .num {
    font-size: 0.48rem;
    font-family: "mb";
    line-height: 0.48rem;
    height: 0.48rem;
    color: #082c7e;
}
.index-box-1 .data p {
    margin-top: 0.07rem;
    line-height: 0.24rem;
}
.index-box-1 .data em {
    font-size: 12px;
    color: #333;
    margin-left: 0.08rem;
}
.index-more {
    display: block;
    width: 1.46rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-family: "mb";
    text-transform: uppercase;
    color: #082c7e;
    text-align: center;
    position: relative;
    background-image: url(https://www.kedachina.com.cn/img/titbg3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.index-more i {
    display: inline-block;
    width: 0.14rem;
    height: 0.12rem;
    background-image: url(https://www.kedachina.com.cn/img/more2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 0.18rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.index-more:hover {
  color: #fff;
  background-image: url(https://www.kedachina.com.cn/img/titbg.png);
}
.index-more:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(https://www.kedachina.com.cn/img/more.png);
}
.index-more.white {
  color: #fff;
  background-image: url(https://www.kedachina.com.cn/img/titbg2.png);
}
.index-more.white i {
  background-image: url(https://www.kedachina.com.cn/img/more.png);
}
.index-more.white:hover {
  background-image: url(https://www.kedachina.com.cn/img/titbg.png);
}
.index-more.white:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.index-more i {
  display: inline-block;
  width: 0.14rem;
  height: 0.12rem;
  background-image: url(https://www.kedachina.com.cn/img/more2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 0.18rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.data em, .data i {
    display: inline-block;
    font-style: normal;
}
.data em {
    position: relative;
}
.data i {
    color: #082c7e;
    font-size: 22px;
    line-height: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 10;
}
.index-box2{width: 100%; padding:100px 0; }
.index-box2 .top{width: 100%; text-align: center;}
.index-box2 .top .title{font-size: 0.42rem; font-weight: bold; color: #111111; line-height: 1; display: table; margin: auto; position: relative;}
/*.index-box2 .top .title::after{content: ''; width: 100%; height: 4px; background: #0e4c3d; position: absolute; left: 0; bottom: 0; z-index: -1;}*/
.index-box2 .top .txt{font-size:17px; letter-spacing:1px; color: #666; margin-top: 0.12rem;}
.index-box2 .top .title b{ font-size:0.52rem; font-weight: bold;  color:#0e4c3d; padding:0 0.1rem; transform: skewX(-6deg); display: inline-block; font-family: Microsoft YaHei;}
@media (max-width: 1600px){.index-box2 .top .txt{font-size: 14px;}}
.index-box2 .list{width: 100%; position: relative;}
.index-box2 .list .swiper{width: 100%; overflow: hidden; height:6.9rem; padding: 0.5rem 0 100px;}
@media (max-width: 768px){.index-box2 .list .swiper{height: 6.7rem;}}
.index-box2 .list .swiper .swiper-slide{height: 5.7rem; background: #F5F5F5; border-radius: 10px; position: relative; padding: 1rem 0; margin-top: 0.4rem; transition: all ease-in-out 0.3s; overflow: hidden;}
@media (max-width: 768px){.index-box2 .list .swiper .swiper-slide{height: 4.2rem; padding: 0.8rem 0;}}
.index-box2 .list .swiper .swiper-slide .bg{width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: none;}
.index-box2 .list .swiper .swiper-slide .bg::after{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.4);}
.index-box2 .list .swiper .swiper-slide .bg img{width: 101%; height: 101%; margin: -1px 0 0 -1px; object-fit: cover;}
.index-box2 .list .swiper .swiper-slide .ico{ margin: auto; position: relative; z-index: 2;margin-top: -120px;}
.index-box2 .list .swiper .swiper-slide .ico img{width: 100%;}
.index-box2 .list .swiper .swiper-slide .t1{font-size: 22px; font-weight:bold; color: #111111; line-height: 30px; margin-bottom:0.12rem; text-align: center; margin-top: 0.4rem; position: relative; z-index: 2;}
@media (max-width: 1600px){.index-box2 .list .swiper .swiper-slide .t1{font-size: 20px;}}
@media (max-width: 1440px){.index-box2 .list .swiper .swiper-slide .t1{font-size: 18px;}}
@media (max-width: 1366px){.index-box2 .list .swiper .swiper-slide .t1{font-size: 16px;}}
@media (max-width: 768px){.index-box2 .list .swiper .swiper-slide .t1{margin-top: 0.2rem;}}
.index-box2 .list .swiper .swiper-slide .t2{font-size: 16px; color: #999999; line-height: 28px; text-align: center; margin-right: 0.15rem; padding: 0 0.2rem; position: relative; z-index: 2;}
@media (max-width: 1440px){.index-box2 .list .swiper .swiper-slide .t2{font-size: 14px; line-height: 24px;}}
.index-box2 .list .swiper .swiper-slide a{display: block;text-align: center;}
.index-box2 .list .swiper .swiper-slide .add{width: 0.6rem; height: 0.6rem; background: #082c7e; border-radius: 50%; display: none; justify-content: center; align-items: center; margin: 0.4rem auto 0; position: relative; z-index: 2;}
.index-box2 .list .swiper .swiper-slide .add img{width: 0.18rem; height: 0.18rem;}
.index-box2 .list .swiper .swiper-slide .num{font-size: 1rem; font-family: DIN; font-weight: bold; color: #E9E9E9; line-height: 1; overflow: hidden; height: 0.65rem; text-align: center; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 2;}
.index-box2 .list .swiper .swiper-slide.swiper-slide-active{height: 5.5rem; background: #FFFFFF; box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.1); border-radius: 20px; margin-top: 0;}
@media (max-width: 768px){.index-box2 .list .swiper .swiper-slide.swiper-slide-active{height: 5rem;}}
.index-box2 .list .swiper .swiper-slide.swiper-slide-active .bg{display: block;}
.index-box2 .list .swiper .swiper-slide.swiper-slide-active .t1{color: #fff;}
.index-box2 .list .swiper .swiper-slide.swiper-slide-active .t2{color: #fff;}
.index-box2 .list .swiper .swiper-slide.swiper-slide-active .add{display: flex;justify-content: center;}
.index-box2 .list .swiper .swiper-slide.swiper-slide-active .add img{overflow: hidden; -webkit-filter: grayscale(100%);filter: grayscale(0%);}
.section-honor {
    justify-content: center;
    align-items: center;
    /* background: #EDEDEF; */
    background: #EDEDEF url(http://www.huaaojs.com/weboms/Template/pc_web/statics/images/honor-bg.jpg) no-repeat right center;
    background-size: 59% 100%;
    height: 500px;
    position: relative;
}
.section-honor .cont {
    width: 40%;
    padding-right: 150px;
}
.section-honor .pic-wrap {
    width: 46.875%;
    padding-left: 60px;
}
.section-honor .cont .des {
    color: #8c8c8c;
    font-size: 18px;
    line-height: 28px;
    margin-top: 35px;
    margin-bottom: 55px;

}
.honor-swiper .item {
    text-align: center;
}
.honor-swiper .item .tit {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.elp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oh {
    overflow: hidden;
}
.img-scale img, .pic-scale img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.img-scale:hover img, .pic-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.abox {
    display: block;
}
.std-padd {
    padding: 100px 0;
}
.com-title h3 {
    color: #262626;
    line-height: 40px;
    font-weight: normal;
    margin-top: 20px;
    font-size: 0.36rem;

}
.com-title .en {
    margin-top: 12px;
    color: #121a86;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 0.42rem;
    font-weight: bold;

}
.section-honor .swiper-btn {
    position: absolute;
    left: 38.5%;
    bottom: 0;
    z-index: 2;
    font-size: 0;
}
.section-honor .swiper-btn .honor-prev,
.section-honor .swiper-btn .honor-next {
    display: inline-block;
    width: 47px;
    height: 46px;
    background-color: #2c303b;
    outline: none !important;
    cursor: pointer;
    background: #2c303b url(http://www.huaaojs.com/weboms/Template/pc_web/statics/images/icon/btn-prev-mini.png) no-repeat center;
}
.section-honor .swiper-btn .honor-prev {
    background-color: rgba(44,48,59,.5);
}
.section-honor .swiper-btn .honor-next {
    background: #2c303b url(http://www.huaaojs.com/weboms/Template/pc_web/statics/images/icon/btn-prev-mini.png) no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.flex {
    display: flex;
    /* justify-content: space-between; */
}
.nowrap {
    flex-wrap: nowrap;
}
.home-news-top-le .std-tit2 {
    color: #333;
    line-height: 1.2;
	font-weight: normal;
}
.std-tit2 {
    font-size: 48px;
    line-height: 1.2;
}
.std-mar {
    margin-bottom: 60px;
}
.home-news-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-news-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.hnbu-li {
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.hnbu-link {
    width: 100%;
    display: block;
    border: 1px solid rgba(34, 48, 126, 0.2);
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 0 0.36rem rgb(0 0 0 / 11%);
}

.hnbu-link-top {
    width: 100%;
    position: relative;
    padding: 40px 32px;
}

.hnbu-link-top-tit .std-tit5 {
    color: #333;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
	font-size: 18px;
}

.hnbu-link-top-tit {
    margin-bottom: 76px;
}

.hnbu-link-top-time p {
    color: #999;
    line-height: 1.6;
}

.hnbu-link-top-time {
    width: 100%;
    border-bottom: 1px solid rgba(34, 48, 126, 0.2);
    padding-bottom: 14px;
}

.hnbu-link-top-more {
    padding-top: 32px;
}

.hnbu-link-btm {
    border-radius: 10px;
}
.hwlm-link {
    display: flex;
    align-items: center;
}
.ys-imgbox-contain img, .ys-imgbox-cover img {
    width: 100%;
    transition: all .36s ease;
}
.hwlm-le img {
    transform: scale(1) !important;
}
.ys-imgbox-cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100%; */
}
.hwlm-le img:nth-child(2) {
    opacity: 0;
}
.ys-imgbox-contain, .ys-imgbox-cover {
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.hwlm-link:hover .hwlm-le img:nth-child(1) {
	opacity: 0;
}

.hwlm-link:hover .hwlm-le img:nth-child(2) {
	opacity: 1;
}
.std-word1, .std-word1 p {
	font-size: 14px;
}
.hwlm-ri {
    padding-left: 8px;
}
@media screen and (max-width: 1680px){
	.std-tit2 {
	    font-size: 42px;
	}
	.std-mar {
	    margin-bottom: 40px;
	}
	.mt {
	    margin-top: 1rem;
	}
	.index-box-1 .info {
	    padding-left: calc((100% - 14rem) / 2);
	    padding-right: 1rem;
	}
}
@media screen and (max-width: 1440px){
	.std-tit2 {
	    font-size: 36px;
	}
	.hnbu-link-top {
	    padding: 25px 18px;
	}
	
}
@media screen and (min-width: 1200px){
	a:hover .ys-imgbox-cover img {
	    transform: scale(1.05);
	}
}

