
.box2 {
    background: url(../img/img62.png) no-repeat;
    background-size: contain;
    height: 10.8rem;
    padding-top: 2.45rem;
}

.box2_about {
    width: 7.9rem;
}

.box2_about h2 {
    font-weight: bold;
    font-size: .5rem;
    color: #202020;
    line-height: .6rem;
    margin-bottom: .5rem;
    
    font-family: Sans-Bold;
}

.box2_about h2 span {
    color: #005DAB;
}

.box2_about p {
    font-size: .18rem;
    color: #202020;
    line-height: .34rem;
    
    
    font-family: Sans-Medium;
}

.btn {
    width: 2.27rem;
    height: .6rem;
    background: #005DAB;
    border-radius: .35rem;
    margin-top: .6rem;
    transition: all 0.5s;
}

.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .15rem;
}

.btn a span {
    font-size: .18rem;
    color: #FFFFFF;
    
    font-family: Sans-SemiBold;
}

.btn:hover {
    background: #9BBD00;
    transition: all 0.5s;
}

.box3 {
    padding-bottom: 1.2rem;
}

.imgvdieo {
    position: relative;
    height: 7.88rem;
    cursor: pointer;
}


.imgvdieo .video_file{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}



.imgvdieo video{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.imgtext {
    position: absolute;
    bottom: .4rem;
    color: #FFFFFF;
    font-size: .34rem;
    color: #FFFFFF;
    line-height: .34rem;
    left: .58rem;
    
    font-family: Sans-SemiBold;
}

.imgatn {
    width: 1.48rem;
    height: 1.48rem;
    background: rgba(255, 255, 255, 0.24);
    top: 40%;
    left: 45%;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.imgatn img {
    width: .58rem;
    height: .58rem;
    margin: 0 auto;
}

/* 视频进度条 */
#myVideo::-webkit-media-controls-enclosure {
	opacity: 0;
}

#myVideo.act::-webkit-media-controls-enclosure {
	opacity: 1;
}









.box4 {
        background: url(../img/img65.jpg) center 0.34rem no-repeat;
    background-size: auto 100%;
    height: 10.8rem;
    padding-top: 1.02rem;
}

.entit {
    margin-bottom: .27rem !important;
}

.textp {
    width: 9.55rem;
    margin: 0 auto;
    font-family: Sans-SemiBold;
    font-size: .18rem;
    color: #202020;
    line-height: .3rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.detail {
    width: 14rem;
    position: relative;
    height: 6.35rem;
}

.detail01 {
    position: absolute;
    left: 1rem;
    top: 30%;
}

.detail h2 {
    font-weight: bold;
    font-size: .2rem;
    color: #9BBD00;
    line-height: .5rem;
    font-family: Sans-Bold;
}

.detail p {
    font-size: .14rem;
    color: #202020;
    line-height: .2rem;
    font-family: Sans-Medium;
}

.detail02 {
    position: absolute;
    right: 1.5rem;
    top: 10%;
}

.detail03 {
    position: absolute;
    right: 1rem;
    bottom: 10%;
}

.box5 {
    background: #F7F9FA;
    padding-bottom: 1rem;
    padding-top: .43rem;
}

.box5 ul li {
    background: #FFFFFF;
    border-radius: .1rem;
    width: 50%;
    max-width: 8rem;
    flex: 1;
}

.box5 ul {
    display: flex;
    gap: .17rem;
    justify-content: center;
}

.box5tex {
    padding-top: .18rem;
    padding-left: .23rem;
    padding-right: .23rem;
    padding-bottom: .42rem;
}

.box5 ul li h2 {
    font-size: .24rem;
    line-height: .33rem;
    color: #005DAB;
    font-family: Sans-Bold;
}

.box5 ul li h3 {
    height: .22rem;
    font-family: Sans-Bold;
    font-size: .16rem;
    color: #000000;
    margin-top: .08rem;
    margin-bottom: .42rem;
}

.box5 ul li p {
    font-size: .16rem;
    color: #202020;
    line-height: .28rem;
    font-family: Sans-Medium;
}

.box5img {
    width: 100%;
    overflow: hidden;
    height: 3.37rem;
    border-radius: .1rem;
}

.box5img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.box5img:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.box6 {
    padding-top: 1rem;
    padding-bottom: 1.47rem;
}

.box6 .entit {
    margin-bottom: .2rem !important;
}

.box6_text {
    font-size: .18rem;
    color: #202020;
    line-height: .3rem;
    text-align: center;
    
    font-family: Sans-SemiBold;
}

.box6 ul {
    display: flex;
    gap: .45rem;
    margin-top: .52rem;
}

.box6 ul li {
    position: relative;
    width: 4.37rem;
    height: 7rem;
}

.box6 ul li .box6img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 4.2rem;
}

.box6 ul li .box6img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.box6 ul li .box6img:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.box6 ul li .box6_p {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px .15rem .01rem rgba(0, 0, 0, 0.16);
    border-radius: .14rem;
    width: 3.9rem;
    height: 3.5rem;
    left: .24rem;
    padding: .2rem .35rem;
}

.box6 ul li .box6_p h2 img {
    width: .32rem;
    height: .32rem;
    margin-right: 0.12rem;
    display: none;
}

.box6 ul li .box6_p h2 {
    display: flex;
    font-size: .24rem;
    color: #202020;
    line-height: .3rem;
    margin-bottom: .16rem;
    
    font-family: Sans-Bold;
}

.box6 ul li .box6_p h3 {
    font-size: .18rem;
    color: #202020;
    line-height: .3rem;
    
    font-family: Sans-Bold;
}

.box6 ul li .box6_p p {
    font-size: .16rem;
    color: #202020;
    line-height: .28rem;
    margin-top: .16rem;
    
    font-family: Sans-Medium;
}
.jz{
    margin: 0 auto;
    margin-top: .62rem;
}


.box7 {
    padding-top: .94rem;
    padding-bottom: 1.5rem;
}


.box7 .newslist {
    display: flex;
    margin-top: .78rem;
    column-gap: 0.3rem;
    justify-content: center;
}

.newslist li {
    width: calc((100% - .6rem)/3);
    background: #F7F9FA;
    border-radius: .14rem;
}


.newslist li .newsimg {
    border-radius: .14rem;
    width: 100%;
    overflow: hidden;
}

.newslist li .newsimg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.newslist li .newsimg:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.newslist li .text {
    padding: .26rem .33rem;
}

.newslist li .text p {
    font-size: .2rem;
    color: #202020;
    line-height: .34rem;
}

.newslist li .text .date {
    margin-top: .58rem;
    color: #005DAB;
}

.newslist li a:hover .text p {
    color: #9BBD00;
}
.box8{
    background:#b9bab4 url(../img/img72.jpg) center no-repeat;
    background-size: auto 100%;
    height: 7.85rem;
    padding-top: 1.72rem;
}
.box8box h2{
    text-align: right;
    font-size: .5rem;
color: #FFFFFF;
line-height: .5rem;
text-shadow: 0px .03rem .06rem rgba(0,0,0,0.16);
margin-bottom: .46rem;

font-family: Sans-SemiBold;

}
.box8box h3{
    text-align: right;
    font-size: .28rem;
color: #FFFFFF;
line-height: .4rem;
text-shadow: 0px .03rem .06rem rgba(0,0,0,0.16);

font-family: Sans-SemiBold;
}




.btn_class{
    position: relative;
    overflow: hidden;
}
.btn_class::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #9BBD00;
    border-radius: .35rem;
    transition: all 0.5s;
}
.btn_class:hover::after{
    width: 100%;
    height: 100%;
}
.btn_class span{
    position: relative;
    z-index: 2;
}
.btn_class span:last-child{
    margin-top: 4px;
}


.w_btn1 {
    width: 2.27rem;
    height: .6rem;
    border-radius: .35rem;
    margin-top: 1rem;
border: .02rem solid #FFFFFF;
float: left;
}


.w_btn1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .15rem;
}

.w_btn1 a span {
    font-size: .18rem;
    color: #FFFFFF;
    transition: all 0.5s;
    
    font-family: Sans-SemiBold;
}

.w_btn1 a:hover span{
    padding-right: .02rem;
    padding-left: .02rem;
}

.w_btn {
    width: 2.27rem;
    height: .6rem;
    border-radius: .35rem;
    margin-top: .6rem;
border: .02rem solid #FFFFFF;
float: right;
}

.w_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .15rem;
}

.w_btn a span {
    font-size: .18rem;
    color: #FFFFFF;
}

/* 应用动画 */
.w_btn a:hover span{
    padding-right: .02rem;
    padding-left: .02rem;
}
