.about-box {
  min-height: 10.24rem;
  background-image: url(../images/index-bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
}
.JianJie {
    display: flex;
    margin: 1rem auto;
}
.JianJie .left {
    flex: 1;
    padding-right: .2rem;
}
.JianJie .left.text-content {
    padding: 0 .3rem;
}
.JianJie .right {
    flex: 1;
    padding-left: .2rem;
    
}
.JianJie .right img {
    width: 6rem;
    margin: 0 auto;
}
.JianJie-pic {
    padding-bottom: .5rem;
}
.JianJie-pic .item{
    border-radius: .08rem;
    overflow: hidden;
    width: calc(100%/3 - .2rem);
    margin-right: .1rem;
    margin-left: .1rem;
	height: 2.9rem;
}
.JianJie-pic .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .JianJie-pic .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: .5rem;
    width: 3rem;
    right: 2.68rem;
    display: flex;
    justify-content: flex-end;
    left: auto;
} */

.JianJie-pic .swiper-pagination-bullet {
    background: #10335D;
    width: .1rem;
    height: .1rem;
    opacity: 1;
}

.JianJie-pic .swiper-pagination-bullet-active {
    background: #FF7600;
    width: .3rem;
    border-radius: .3rem;
}

.ZhiCi-box {
  min-height: 9.7rem;
  background-image: url(../images/ZhiCi-bg.jpg);
  background-repeat: no-repeat;
  background-position: center -2rem;
  display: flex;
}
.ZhiCi-box .ZhiCi{
    display: flex;
    margin: 1rem auto;
    align-items: center;
}
.ZhiCi-box .ZhiCi .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.ZhiCi-box .ZhiCi .left .photo {
    width: 4.65rem;
}
.ZhiCi-box .ZhiCi .left .name {
    width: 1.55rem;
}
.ZhiCi-box .ZhiCi .right {
    position: relative;
    flex: 1;
}
.ZhiCi-box .ZhiCi .right::before {
    position: absolute;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/left-mark.png);
    background-position: top right;
    background-size: 80%;
    background-repeat: no-repeat;
    left: -0.3rem;
    top: .2rem;
}
.ZhiCi-box .ZhiCi .right::after {
    position: absolute;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/right-mark.png);
    background-position: bottom left;
    background-size: 80%;
    background-repeat: no-repeat;
    right:0.0rem;
    bottom: -0.8rem;
}
.ZhiCi-box .ZhiCi .right .text-content{
    padding: 0px 1rem;
}
.RongYu-box {
    min-height: 10rem;
    background-image: url(../images/RongYu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    background-size: cover;
  }
.RongYu-recommend {
    margin-top: 1rem;
    background-image: url(../images/RongYu-swiper-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 6.3rem;
    margin-left: .7rem;
    margin-right: .7rem;
    overflow: inherit;
}
.RongYu-recommend .item {
    text-align: center;
}
.RongYu-recommend .item .img {
    width: 6rem;
    height: 4.15rem;
    margin-bottom: .2rem;
    margin: 0px auto;
    padding: .2rem;
    background-color: #fff;
    border-radius: .1rem;
}
.RongYu-recommend .item .img img {
    width: 100%;
    height: 100%;
}
.RongYu-recommend .item span {
    margin-top: .5rem;
    font-size: .24rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: #000;
}

.RongYu-recommend .swiper-pagination-bullet {
    background: #10335D;
    width: .1rem;
    height: .1rem;
    opacity: 1;
}

.RongYu-recommend .swiper-button-next,
.RongYu-recommend .swiper-button-prev {
  width: .5rem;
  height: .5rem;
  margin-top: 0;
  background-color: #10335D;
  opacity: 1;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all .4s;
  -webkit-transition: all .3s;
}
.RongYu-recommend .swiper-button-next {
    right: -0.5rem;
}
.RongYu-recommend .swiper-button-prev {
    left: -0.5rem;
}
.RongYu-recommend .swiper-button-next i,
.RongYu-recommend .swiper-button-prev i {
  font-size: .30rem;
  color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
}

.RongYu-recommend .swiper-pagination .swiper-pagination-current {
  font-size: .42rem;
  font-weight: bold;

}

.RongYu-recommend .swiper-button-next:hover,
.RongYu-recommend .swiper-button-prev:hover {
  background: #E67817;
}
.RongYu-recommend .swiper-pagination-bullet-active {
    background: #FF7600;
    width: .3rem;
    border-radius: .3rem;
}
.GuanHuai-recommend {
    margin-top: 1rem;
    margin-bottom: .75rem;
}
.GuanHuai-recommend .item {
    position: relative;
    display: flex;
    align-items: center;
}
.GuanHuai-recommend .item .img {
    width: 6.45rem;
    height: 4.2rem;
    border-radius: .08rem;
    overflow: hidden;
}
.GuanHuai-recommend .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.GuanHuai-recommend .item .info {
    flex: 1;
    position: absolute;
    left: 6rem;
    background-color: #fff;
    padding: .5rem;
    border-radius: .1rem;
    box-sizing: border-box;
    padding-bottom: .7rem;
}
.GuanHuai-recommend .item .info .date{
    display: flex;
    align-items: baseline;
    font-size: .22rem;
    color: #8697AA;
}
.GuanHuai-recommend .item .info .date p {
    margin: 0;
    font-family: engFont;
}
.GuanHuai-recommend .item .info .date .day {
    font-size: .38rem;
    font-weight: bold;
    color: #10335D;
    margin-right: .1rem;
    font-family: engFontB;
}
.GuanHuai-recommend .item .info .title {
    font-size: .2rem;
    color: #222;
    margin: .3rem 0;
}
.GuanHuai-recommend .item .info .summary {
    font-size: .15rem;
    color: #999999;
    line-height: 2em;
}
.GuanHuai-recommend .item .info .arrow {
    position: absolute;
    width: .4rem;
    height: .4rem;
    background-color: #10335D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: .5rem;
    top: .6rem;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.GuanHuai-recommend .item:hover .info .arrow {
    background-color: #E67817;
}
.GuanHuai-recommend .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.GuanHuai-recommend .swiper-pagination {
    text-align: right;
    padding-right: 1.3rem;
    box-sizing: border-box;
    bottom: .56rem;
}
.GuanHuai-recommend .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #10335D;
}
.GuanHuai-recommend .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255,0);
    border: 1px solid #10335D;
}
.GuanHuai-recommend .prev-next {
    position: absolute;
    width: .9rem;
    height: 1rem;
    right: .3rem;
    bottom: 0.2rem;
    z-index: 100;
}
.GuanHuai-recommend .prev-next .iconfont {
    font-size: .24rem;
}
.GuanHuai-recommend .prev-next .swiper-button-next, .GuanHuai-recommend .prev-next .swiper-button-prev {
    color: #10335D;
}
.YDN-contact-box {
    border-radius: .15rem;
    background-color: #fff;
    margin: 1rem auto;
    overflow: hidden;
}
.YDN-contact-box .left {
    width: 50%;
    float: left;
    padding: .5rem;
    box-sizing: border-box;
    background-image: url(../images/youdeniu-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.YDN-contact-box .left .title {
    display: flex;
    align-items: center;
}
.YDN-contact-box .left .title h4 {
    margin: 0 .2rem;
    font-size: .28rem;
    font-weight: bold;
    color: #222222;
}
.YDN-contact-box .left .title .line {
    width: .6rem;
    background-color: #88A4C8;
    height: 1px;
}
.YDN-contact-box .left .text-content{
    line-height: 2.8em;
    padding: .2rem;
}
.YDN-contact-box .right {
    width: 50%;
    float: left;
}
.YDN-contact-box .right a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.YDN-atlas .swiper .prev-next .iconfont {
    font-size: .28rem;
}
.YDN-atlas .swiper .prev-next .swiper-button-next, .YDN-atlas .swiper .prev-next .swiper-button-prev{
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #10335D;
    color: #fff;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.YDN-atlas .swiper .prev-next .swiper-button-next:hover, .YDN-atlas .swiper .prev-next .swiper-button-prev:hover{
    background-color: #fff;
    color: #10335D;
}
.YDN-atlas .swiper .swiper-button-next.swiper-button-disabled, .YDN-atlas .swiper .swiper-button-prev.swiper-button-disabled {
    background-color: #fff;
    color: #10335D;
    opacity: 1;
}
.news-list .item {
    border-top: 1px solid transparent;
    border-color: rgba(16, 51, 93, 10%);
    margin-top: .5rem;
    padding-top: .5rem;
    display: flex;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.news-list .item .date {
    width: 1rem;
    margin-right: .8rem;
}
.news-list .item .img {
    width: 2.5rem;
    height: 1.7rem;
    border-radius: .1rem;
    overflow: hidden;
    margin-right: .45rem;
}
.news-list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.news-list .item .info {
    flex: 1;
    margin-right: 1rem;
}
.news-list .item .date {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
    font-size: .22rem;
    color: #8697AA;
    position: relative;
}
.news-list .item .date i {
    position: absolute;
    left: .25rem;
    top: .16rem;
}
.news-list .item .date p{
    margin: 0;
    font-family: engFont;
}
.news-list .item .date .day {
    font-size: .38rem;
    font-weight: bold;
    color: #10335D;
    font-family: engFontB;
}

.news-list .item .info .title {
    font-size: .18rem;
    color: #222;
    margin-bottom: .3rem;
}
.news-list .item .info .summary {
    font-size: .15rem;
    color: #999999;
    line-height: 2em;
}
.news-list .item .arrow {
    width: .4rem;
    height: .4rem;
    background-color: #10335D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: .5rem;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.news-list .item:hover {
    border-color: rgba(16, 51, 93, 100%);
}
.news-list .item:hover .arrow {
    background-color: #E67817;
}
.news-list .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.ShiPin {
    margin-top: .8rem;
    overflow: hidden;
    border-radius: .1rem;
    background-image: url(../images/video-bg1.jpg);
    height: 3rem;
    display: flex;
    align-items: center;
}
.ShiPin .left {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 1.55rem;
    color: #fff;
}
.ShiPin .left p{
    margin: 0;
    font-size: .15rem;
}
.ShiPin .left p.eng {
    font-size: .19rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 60%);
}
.ShiPin .left h3 {
    font-size: .3rem;
    font-weight: 500;
    margin: .2rem 0;
}
.ShiPin .right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ShiPin .right .iconfont {
    font-size: .8rem;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width:768px) {
    .JianJie {
        flex-direction: column;
        margin: .5rem auto;
    }
    .JianJie .left {
        padding-right: 0rem;
    }
    .JianJie .right {
        padding-left: 0rem;
    }
    .JianJie .left.text-content {
        line-height: 2em;
		font-size: .28rem;
    }
    .JianJie-pic {
        margin: .2rem;
        padding-bottom: .8rem;
    }
    .JianJie-pic .item {
        width: calc(100%/2 - .2rem);
        margin-right: .1rem;
        margin-left: .1rem;
    }
    .JianJie-pic .item img {
        /* width: auto;
        height: auto; */
        object-fit: cover;
    }
    .ShiPin {
        margin: .4rem .2rem;
        flex-direction: column;
        padding: .4rem;
        background-size: cover;
    }
    .ShiPin .left {
        padding-left: 0rem;
        align-items: center;
    }
	.ShiPin .left p {
		font-size: .3rem;
	}
	.ShiPin .left p.eng {
		font-size: .4rem;
	}
    .ZhiCi-box {
        background-position: center -4rem;
    }
    .ZhiCi-box .ZhiCi .left {
        margin-bottom: .3rem;
    }
    .ZhiCi-box .ZhiCi .left .photo {
        width: 4.65rem;
    }
    .ZhiCi-box .ZhiCi {
        flex-direction: column;
    }
    .RongYu-recommend {
        width: 100vw;
        margin-left: 0rem;
        margin-right: 0rem;
        background-size: 100%;
        height: 5.5rem;
        background-image: none;
    }
    .RongYu-recommend .prev-next {
        display: none;
    }
    .RongYu-recommend .item {
        width: calc(100%/1);
    }
    .RongYu-recommend .item .img {
        width: 5rem;
        height: 3.5rem;
    }
    .RongYu-recommend .item span {
        margin-top: .4rem;
    }
    .GuanHuai-recommend {
        margin: .5rem .2rem;
    }
    .GuanHuai-recommend .item {
        flex-direction: column;
        width: 100%;
        
    }
    .GuanHuai-recommend .item .img{
        margin-bottom: .2rem;
        width: 100%;
    }
    .GuanHuai-recommend .item .info {
        position:unset;
        left: 0rem;
    }
    .GuanHuai-recommend .item .info .arrow {
        display: none;
    }
    .GuanHuai-recommend .prev-next {
        display: none;
    }
    .GuanHuai-recommend .swiper-pagination {
        text-align: center; 
        padding-right: 0;
        bottom: .1rem;
    }
    .YDN-contact-box {
        margin: .5rem auto;
    }
    .YDN-contact-box .left {
        width: 100%;
        float: none;
    }
    .YDN-contact-box .right {
        width: 7.1rem;
        margin: .2rem ;
        display: block;
    }
    .YDN-contact-box .left .text-content {
        line-height: 3.2em;
    }
    .news-list {
        margin: .2rem;
    }
    .news-list .item .date {
        display: none;
    }
    .news-list .item .arrow {
        display: none;
    }
    .news-list .item .info {
        margin-right: 0rem;
    }
    .news-list .item .info .title {
        margin-bottom: .1rem;
    }
    .news-list .item .info .summary {
        font-size: .26rem;
        line-height: 1.7em;
    }
	.GuanHuai-recommend .item .info .title {
		font-size: .4rem;
	}
	.GuanHuai-recommend .item .info .summary {
		font-size: .28rem;
		line-height: 1.8em;
	}
	.GuanHuai-recommend .item .info .date {
		font-size: .35rem;
	}
	.GuanHuai-recommend .item .info .date .day {
		font-size: .50rem;
	}
	.news-list .item .info .title {
	    font-size: .28rem;
	}
	.news-list .item .img {
	    width: 2.3rem;
	    margin-right: .25rem;
	}
}