﻿@charset "utf-8";
body{
    background: url("../images/body.png") no-repeat bottom center;
    background-size: 100% auto;
}
.banner a{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: url("../images/b-mask.png") no-repeat bottom center; */
    background-size: auto 26%;
}
.banner a .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner a img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.banner .page{
    position: absolute;
    bottom: .98rem;
}
.banner .page span{
    width: .09rem;
    height: .09rem;
    opacity: .5;
    margin: 0 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.banner .page span.active{
    width: .22rem;
    opacity: 1;
    border-radius: .5rem;
}

.list1w a{
    display: block;
    position: relative;
    height: 1.6rem;
    padding-top: .33rem;
    transition: background-color .5s;
}
.list1w a .icon{
    position: relative;
    width: .59rem;
    height: .57rem;
    margin: 0 auto;
}
.list1w a .icon .img02,
.list1w a:hover .icon .img01{
    display: none;
}
.list1w a h4{
    font-size: .18rem;
    color: #3B3B3B;
    line-height: .24rem;
    text-align: center;
    margin-top: .13rem;
    transition: color .5s;
}
.list1w a .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 1.51rem;
    height: 1.38rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 2;
}
.list1w a:hover .bg{
    opacity: .1;
    visibility: visible;
}
.list1w a:hover{
    background-color: #075cae;
}
.list1w a:hover .icon .img02{
    display: block;
}
.list1w a:hover h4{
    color: #ffffff;
    font-weight: 600;
}
.list1w .swiper-container{
    border-radius: 1rem;
}
.list1w .btn{
    width: .47rem;
    height: .51rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    transition: .5s;
    transform: translateY(-50%);
}
.list1w .prev{
    left: -.23rem;
    background-image: url("../images/prev01.png");
}
.list1w .next{
    right: -.16rem;
    background-image: url("../images/next02.png");
}
.list1w .prev:hover{
    background-image: url("../images/prev02.png");
}
.list1w .next:hover{
    background-image: url("../images/next01.png");
}
.list1w{
    position: relative;
    border-radius: 1rem;
    background: #FFFFFF;
    box-shadow: 0px .04rem .1rem 0px rgba(2, 89, 173, 0.3);
}

.container01{
    position: relative;
    margin-top: -.75rem;
    z-index: 5;
}

.title001{
    display: flex;
    position: relative;
}
.title001 .titbox{
    position: relative;
    display: flex;
    align-items: flex-end;
}
.titbox h2{
    font-size: .36rem;
    color: #444444;
    line-height: .54rem;
    font-weight: 600;
    position: relative;
}
.titbox h2:after{
    position: absolute;
    content: '';
    bottom: -.07rem;
    left: 1.1rem;
    width: 3.5rem;
    height: .34rem;
    background: url("../images/tit_lin01.png") no-repeat 50%;
    background-size: 100%;
}
.titbox h2 span{
    color: #FB7C35;
}
.titbox img{
    display: block;
    max-width: .33rem;
    margin-left: .23rem;
    margin-bottom: .05rem;
}
.more{
    width: 1.4rem;
    background: #fff;
    border: 1px solid #075cae;
    border-right-width: .03rem;
    border-left-width: .03rem;
    border-radius: .5rem;
    transition: .5s;
}
.more a{
    display: block;
    font-size: .16rem;
    color: #075cae;
    line-height: .38rem;
    text-align: center;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}
.more:hover{
    background: #075cae;
}
.more:hover a{
    color: #fff;
}
.container02 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.container02 .left{
    width: 51.53%;
}
.container02 .left .txt p{
    font-size: .18rem;
    line-height: .36rem;
    color: #3E3E3E;
    text-indent: 2em;
}
.container02 .left .txt .scroll{
    padding-right: .38rem;
    height: 2.16rem;
    overflow-y: scroll;
}


.container02 .left .txt .scroll::-webkit-scrollbar {
    width:.06rem;height: 8px;
    background-color: rgba(2, 89, 173, 0.1)
}
.container02 .left .txt .scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(2, 89, 173, 0.1)
}
.container02 .left .txt .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #075cae;
}
.container02 .left .txt{
    margin-bottom: .4rem;
}
.container02 .title001{
    margin-bottom: .3rem;
}
.container02 .right{
    width: 46.6%;
}
.container02 .right .img_hz{
    position: relative;
    right: -.19rem;
}
.container02 .right .img_hz img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.container02{
    position: relative;
    z-index: 3;
    margin-top: -.85rem;
    padding-top: 1.33rem;
    padding-bottom: .47rem;
    background: url("../images/container02.jpg") no-repeat 50%;
    background-size: cover;
    border-radius: 0 0 0 1rem;
}

.homea .title001{
    position: relative;
    justify-content: center;
    margin-bottom: .5rem;
}
.homea .title001 .titbox h2{
    color: #ffffff;
}
.homea .title001 .titbox h2:after{
    background-image: url("../images/tit_lin02.png");
}
.homea .title001 .titbox img{
    width: .3rem;
    margin-left: .28rem;
}
.homea .title001 .titbox .tips{
    position: absolute;
    left: 2.5rem;
    bottom: .1rem;
    font-size: .18rem;
    color: #ffffff;
    line-height: .28rem;
    min-width: 2.46rem;
    white-space: nowrap;
}
.homea .title001 .titbox .tips i{
    display: inline-block;
    font-size: 12px;
    line-height: .2rem;
    background: #FB7C35;
    border-radius: .1rem;
    padding-left: .07rem;
    padding-right: .07rem;
    margin-right: .1rem;
    vertical-align: middle;
}

.homea .title001 .more{
    border-color: #fff;
    background: #075cae;
}
.homea .title001 .more a{
    color: #ffffff;
}
.homea .title001 .more:hover a{
    color: #075cae;
}
.homea .title001 .more:hover{
    background: #fff;
}
.list2w .swiper-slide{
    width: 2.22rem;
    margin-top: .26rem;
}


.list2w a{
    display: block;
    position: relative;
    border-radius: 0px .2rem  0px .2rem ;
    overflow: hidden;
}
.list2w a .pic{
    padding-top: 2.87rem;
}

.list2w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.44rem;
    background: rgb(2, 89, 173,0.8);
    border-radius: 0px  .2rem 0px .2rem ;
    z-index: 3;
    text-align: center;
    padding: .08rem .13rem .11rem;
    transition: .5s;
}
.list2w a .txt h2{
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .01rem;
}
.list2w a .txt h2 i{
    display: inline-block;
    font-size: .12rem;
    background: #FB7C35;
    border-radius: .1rem;
    vertical-align: middle;
    margin-right: .1rem;
    font-weight: normal;
    line-height: .2rem;
    padding: 0 .07rem;
}
.list2w a .txt h2 span {
    display: block;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 4px;
    background: #ffffff;
    color: #fb7c35;
	margin-left: 20px;
}
.list2w a .txt h5{
    font-size: .14rem;
    line-height: .22rem;
    color: rgba(255, 255, 255, 0.8);

}
.list2w a .txt p{
    font-size: .14rem;
    line-height: .22rem;
    color: rgba(255, 255, 255, 0.8);
    height: .44rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w .swiper-slide-active{
    width: 2.91rem;
    margin-top: 0;
}
.list2w .swiper-slide-active .pic{
    padding-top: 3.76rem;
}
.list2w .swiper-slide-active .txt h2 i{
    background: #fff;
    color: #FB7C35;
}
.list2w .swiper-slide-active .txt h2{
    margin-bottom: .12rem;
}
.list2w .swiper-slide-active .txt h2{
    justify-content: flex-start;
}
.list2w .swiper-slide-active .txt{
    bottom: 0;
    text-align: left;
    padding: .12rem .21rem .23rem .31rem;
    background: rgba(251, 124, 53, 0.8);
}
.list2w .swiper-slide-active .txt p{
    opacity: 1;
    visibility: visible;
}
.list2w .swiper-container{
    margin-bottom: .3rem;
}
.list2w .btnBox{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.list2w .btnBox:before{
    position: absolute;
    content: '';
    width: 46.53%;
    height: 1px;
    background:linear-gradient(90deg, #075cae 0%, rgba(69, 186, 191, 0) 100%);
    opacity: .3;
    right: 0;
    top: 50%;
}
.list2w .btnBox:after{
    position: absolute;
    content: '';
    width: 46.53%;
    height: 1px;
    background: linear-gradient(-90deg, #075cae 0%, rgba(69, 186, 191, 0) 100%);
    opacity: .3;
    left: 0;
    top: 50%;
}
.list2w .btn{
    width: 0.47rem;
    height: 0.51rem;
    margin: 0 .18rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    transition: .5s;
    cursor:pointer;
    position: relative;
    z-index: 3;
}
.list2w .prev{
    background-image: url("../images/prev01.png");
}
.list2w .next{
    background-image: url("../images/next02.png");
}
.list2w .prev:hover{
    background-image: url("../images/prev02.png");
}
.list2w .next:hover{
    background-image: url("../images/next01.png");
}

.homea{
    position: relative;
    padding-top: 2.36rem;
    padding-bottom: .24rem;
    margin-top: -1.44rem;
    background: url("../images/homea.png") no-repeat top center;
    background-size: 100% ;
}

.homeb .title001 .titbox img{
    width: .24rem;
    margin-left: .25rem;
}
.homeb .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homeb .left{
    width: 48.75%;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 3.75rem;
}
.list3w a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s4-img08.png") repeat-x bottom center;
    z-index: 2;
}
.list3w a .pic time{
    position: absolute;
    left: 0;
    bottom: .1rem;
    font-size: .14rem;
    color: #fff;
    line-height: .26rem;
    display: flex;
    align-items: center;
    z-index: 3;
}
.list3w a .pic time img{
    display: block;
    width: .3rem;
    margin-right: .1rem;
}
.list3w a .txt h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #2C2C2C;
    font-weight: 600;
    height: .6rem;
}
.list3w a .txt {
    padding: .32rem 1.16rem .34rem 0;
    border-bottom: .02rem solid #075cae;
}
.list3w .btn{
    width: .65rem;
    height: .37rem;
    top: auto;
    transform: none;
    background-position: 50%;
    background-size: .24rem;
    background-repeat: no-repeat;
}
.list3w .prev{
    left: auto;
    right: .65rem;
    bottom: 1.28rem;
    background-image: url("../images/s4-img02.png");
    background-color: #075cae;
    border-radius: .2rem 0 0 0;
}
.list3w .next{
    right: 0;
    bottom: .91rem;
    background-image: url("../images/s4-img03.png");
    background-color: #FB7C35;
    border-radius:  0 0 .2rem 0;
}

.homeb .right{
    width: 48.82%;
}
.homeb .right .img_box a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #075cae url("../images/s4-img07.png") no-repeat right center;
    background-size: 1.64rem 1.6rem;
    border-radius: .3rem 0 .3rem 0;
    overflow: hidden;
}
.homeb .right .img_box a .pic{
    width: 2.27rem;
    height: 1.6rem;
}
.homeb .right .img_box a .txt{
    width: calc(100% - 2.54rem);
    padding-right: .3rem;
}
.homeb .right .img_box a time{
    display: block;
    font-size: .14rem;
    color: #FFFFFF;
    line-height: .26rem;
    position: relative;
    padding-left: .13rem;
    margin-bottom: .05rem;
}
.homeb .right .img_box a time img{
    position: absolute;
    width: .29rem;
    left: -.27rem;
    top: 50%;
    transform: translateY(-50%);
}
.homeb .right .img_box a h2{
    font-size: .18rem;
    color: #fff;
    line-height: .26rem;
    font-weight: 600;
    margin-bottom: .1rem;
}
.homeb .right .img_box a p{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.6);
    height: .48rem;
}
.homeb .right .img_box{
    margin-bottom: .1rem;
}
.list_box1 li{
    position: relative;
    line-height: .58rem;
    font-size: .18rem;
    background: url("../images/s4-img09.png") no-repeat left center;
    background-size: .13rem;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #075cae;
    transition: .5s;
}
.list_box1 li a{
    color: #3E3E3E;
    transition: .5s;
    padding-left: .3rem;
    padding-right: 1.2rem;
}
.list_box1 li time{
    position: absolute;
    right: 0;
    top: 50%;
    line-height: .2rem ;
    color: #949494;
    padding-left: .1rem;
    border-left: 1px solid rgba(153, 153, 153, 0.2);
    transform: translateY(-50%);
}
.list_box1 li:hover:after{
    width: 100%;
}
.list_box1 li:hover a{
    color: #075cae;
}

.homeb .title001{
    margin-bottom: .36rem;
}

.container03{
    padding-bottom: .82rem;
    background: url("../images/container03.png") no-repeat bottom center;
}

.container04 .item{
    width: calc(100% / 3);
    position: relative;
    z-index: 3;
}
.container04 .item .con{
    padding: .37rem .48rem .3rem;
    background: #fff;
    position: relative;
    z-index: 3;
    border-radius: .6rem .1rem .1rem;
}
.container04 .item:before{
    position: absolute;
    content: '';
    left: -.3rem;
    right: -.35rem;
    top: -.22rem;
    bottom: -.33rem;
    background: url("../images/s5-img04.png") no-repeat 50%;
    background-size: 100% 100%;
}
.title002 h2{
    font-size: .36rem;
    color: #3E3E3E;
    line-height: .54rem;
    font-weight: 600;
}
.title002{
    margin-bottom: .22rem;
}
.container04 .item .img_hz a{
    display: block;
}
.container04 .item .img_hz .pic{
    padding-top: 2.15rem;
}
.container04 .item .img_hz{
    margin-bottom: .3rem;
}
.list_box2 li{
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
    padding-left: .2rem;
    position: relative;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .08rem;
    height: .08rem;
    background: #075cae;
    border-radius: 50%;

}
.list_box2 li:hover{
    font-weight: 600;
}
.list_box2{
    margin-bottom: .2rem;
}
.container04 .item .more{
    margin: 0 auto;
}
.container04 .item .more:hover a{
    color: #fff;
}
.container04 .item .more:hover{
    background: #075cae;
}
.container04 .item1 .title002 h2 span{
    color: #075cae;
}
.container04 .item2 .title002 h2 span{
    color: #FB7C35;
}
.container04 .item3 .title002 h2 span{
    color: #1C7DBE;
}
.container04 .item2 .list_box2 li:before{
    background: #FB7C35;
}
.container04 .item2 .aline_r{
    background-image: linear-gradient(#FB7C35,#FB7C35);
}
.container04 .item2 .alin_r:hover .aline_r{
    color: #FB7C35;
}
.container04 .item2 .more{
    border-color: #FB7C35;
}
.container04 .item2 .more a{
    color: #FB7C35;
}
.container04 .item2 .more:hover{
    background: #FB7C35;
}
.container04 .item2:before{
    background-image: url("../images/s5-img05.png");
}
.container04 .item3 .list_box2 li:before{
    background: #1C7DBE;
}
.container04 .item3 .aline_r{
    background-image: linear-gradient(#1C7DBE,#1C7DBE);
}
.container04 .item3 .alin_r:hover .aline_r{
    color: #1C7DBE;
}
.container04 .item3 .more{
    border-color: #1C7DBE;
}
.container04 .item3 .more a{
    color: #1C7DBE;
}
.container04 .item3 .more:hover{
    background: #1C7DBE;
}
.container04 .item3:before{
    background-image: url("../images/s5-img06.png");
}

.container04{
    padding-top: .8rem;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
}
@media (max-width: 1025px){
    .list2w a .pic,
    .list2w .swiper-slide-active .pic{
        padding-top: 129.21%;
    }
    .list2w .swiper-slide{
        margin-top: 0;
    }
    .list2w a{
        border-radius: 0 .25rem 0 .25rem;
    }
    .homea .title001 .titbox .tips{
        left: auto;
        bottom: -.45rem;
    }
    .homea{
        padding-top: 1.9rem;
    }
    .homea .title001{
        margin-bottom: .8rem;
    }
    .container04 .item .con{
        padding: .37rem .3rem .3rem;
    }
    .container04 .item .img_hz .pic{
        padding-top: 57.95%;
    }
    .container04{
        padding-bottom: .6rem;
    }
    .container02{
        border-radius: 0 0 0 .5rem;
    }
}

@media (max-width: 960px){
    .banner .page{
        bottom: .2rem;
    }
    .list1w a .icon{
        width: .4rem;
        height: .4rem;
    }
    .list1w a{
        height: 1.4rem;
    }
    .list1w .prev{
        left: -.15rem;
    }
    .list1w .next{
        right: -.1rem;
    }
    .list1w a .bg{
        display: none;
    }
    .container01{
        margin-top: 0;
        padding-top: .3rem;
    }
    .container02{
        margin-top: 0;
        padding-top: .4rem;
        padding-bottom: .4rem;
        border-radius: 0 0 0 .5rem;
    }
    .container02 .left{
        width: 100%;
        margin-bottom: .4rem;

    }
    .container02 .right{
        width: 100%;

    }
    .container02 .right .img_hz{
        right: 0;
    }
    .titbox h2{
        font-size: .28rem;
        line-height: .48rem;
    }
    .titbox h2:after{
        left: .75rem;
    }
    .container02 .left .txt .scroll{
        padding-right: .2rem;
    }
    .container02 .left .txt{
        margin-bottom: .3rem;
    }
    .homea{
        margin-top: -.5rem;
        padding-top: .8rem;
    }
    .homeb .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list3w a .pic{
        padding-top: 53.42%;
    }
    .homeb .right{
        width: 100%;
    }
    .container03{
        padding-bottom: .4rem;
    }
    .container04 .item{
        width: 100%;

        margin-bottom: .4rem;
    }
    .container04 .item .con{
        padding: .3rem .2rem;
    }
    .title002 h2{
        font-size: .28rem;
        line-height: .48rem;
    }
    .container04{
        padding-top: .4rem;
        padding-bottom: .1rem;
    }
}

@media (max-width: 769px){
    .more{
        width: 1.1rem;
    }
    .more a{
        line-height: .32rem;
        font-size: 12px;
    }
    .homea .title001{
        justify-content: flex-start;
    }
    .list3w a .txt h2{
        font-size: .18rem;
    }

}
@media (max-width: 481px){
    .homea{
        background-size: cover;
    }
    .list2w a .txt h2{
        line-height: .3rem;
        margin-bottom: .1rem;
    }
    .list2w a .txt h2 i{
        line-height: .26rem;
    }
    .list3w a .txt{
        padding: .2rem .75rem .2rem 0;
    }
    .list3w .prev{
        bottom: 1rem;
    }
    .list3w .next{
        bottom: 0.64rem;
    }
    .homeb .right .img_box a .pic{
        width: 100%;
        height: auto;
        padding-top: 70.48%;
    }
    .homeb .right .img_box a .txt{
        width: 100%;
        padding: .2rem ;
    }
    .container04 .item .con{
        padding: .3rem .2rem;
    }

    .homea .title001 .titbox .tips{
        line-height: .3rem;
    }
    .homea .title001 .titbox .tips i{
        line-height: .26rem;
    }
}