/*banner*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .swiper-slide{
    background: #ffffff;
}
.banner .swiper-pagination-bullet{
    width: .19rem;
    height: .19rem;
    background: rgba(255,255,255,.43);
}
.banner .swiper-pagination-bullet-active{
    background: #ffffff;
}
.suspension{
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 50px;
}


/*背景*/
.ot{
    position: relative;
    padding-top: .8rem;
    background: url("../images/index/00.jpg")no-repeat top center;
    background-size: 19.18rem 10.54rem;
}

/*一级标题*/
.title{
    margin-bottom: .52rem;
}
.title h1{
    font-size: .4rem;
    font-weight: bold;
    color: #0068b7;
    padding-left: .4rem;
    position: relative;
}
.title h1:before{
    content: "";
    display: block;
    width: .91rem;
    height: .45rem;
    background: url("../images/index/02.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left:  -.09rem;
    top: -.15rem;
    z-index: 0;
}
.title h1 span{
    position: relative;
    z-index: 1;
}
.title .more{
    display: grid;
    width: 2.04rem;
    height: .55rem;
    background: url("../images/index/04.png")no-repeat center;
    background-size: 100% 100%;
    padding-top: .08rem;
    align-items: center;
    padding-left: 1rem;
    font-size: .18rem;
    color: #ffffff;
}
/*第一块*/
.one .l{
    width: 8.37rem;
}
.one .l .img{
    width: 100%;
    height: 4.98rem;
    overflow: hidden;
    margin-bottom: .42rem;
}
.one .l .img img{
   width: 100%;
}
.one .l .img:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.one .l .text h4{
    padding-left: .09rem;
    border-left: .03rem solid #0068b7;
    height: .24rem;
    display: grid;
    align-items: center;
    position: relative;
}
.one .l .text h4 a{
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .22rem;
}
.one .l .text h4 a:hover{
    color: #0068b7;
    font-weight: bold;
}
.one .l .text h4:after{
    content: "";
    display: block;
    width: .41rem;
    height: .12rem;
    background: url("../images/index/06.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: .42rem;
    top: .13rem;
}
.one .l .text span{
    display: inline-block;
    padding-left: .12rem;
    margin: .2rem 0;
}
.one .l .text p{
    padding-left: .12rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
}
.one .l .swiper-button-white{
    width: .95rem;
    height: .63rem;
    top: calc(4.98rem - .63rem);
    margin-top: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: .3rem;
    font-family: "宋体";
    color: #ffffff;
    font-weight: bold;
}
.one .l .swiper-button-prev{
    left: 0;
    background: #0d8cc8;
}
.one .l .swiper-button-next{
    left: .95rem;
    right: 0;
    background: #0068b7;
}
.one .r{
    width: 6.78rem;
}
.one .r .li{
    height: 1.09rem;
    background-color: #ffffff;
    display: grid;
    align-items: center;
    padding:  .25rem 0 .2rem .2rem;
    border-radius: .04rem;
    margin-bottom: .22rem;
    background-image: url("../images/index/07.png");
    background-position: 6rem .57rem;
    background-repeat: no-repeat;
    background-size: .31rem .31rem;
}
.one .r .li h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .08rem;
    border-left: .03rem solid #0d8cc8;
    width: 85%;
    font-size: .2rem;
   line-height: .2rem;
}
.one .r .li span{
    padding-left: .11rem;
    font-size: .16rem;
}
.one .r .li:hover{
    background-color: #0068b7;
}
.one .r .li:hover a,.one .r .li:hover span{
    color: #ffffff;
}
/*第二块*/
.two{
    min-height: 6.98rem;
    padding: 1.4rem 0 .69rem 0;
    background: url("../images/index/01.png")no-repeat center;
    background-size: 19.2rem 6.98rem;
}
.two .title{
    margin-bottom: .58rem;
}
.two .title h1:before{
    background: url(../images/index/03.png)no-repeat center;
    background-size: 100% 100%;
}
.two .title h1 span{
    color: #ffffff;
}
.two .title .more{
    background: url(../images/index/05.png)no-repeat top center;
    background-size: 100% 100%;
}
.two ul{
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill,5.16rem);
}
.two ul li{
    margin-bottom: .26rem;
    background-color: #ffffff;
    position: relative;
    height: 1.62rem;
    display: grid;
    align-items: center;
    padding: .1rem .26rem .2rem .26rem;
}
.two ul li:before{
    content: "";
    display: block;
    width: 100%;
    height: .07rem;
    position: absolute;
    left: 0;
    top: -.07rem;
    background: linear-gradient(to right,#239bd5,#6ec6fc);
}
.two ul li h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
}
.two ul li h4 a:hover{
    font-weight: bold;
}
.two ul li div{
    font-size: .16rem;
}
.two ul li div .more{
    color: #1269bc;
}
.two ul li div .more span{
color:#69c3f9;
    margin-right: .14rem;
}

.fg{
    width: 100%;
    height: .26rem;
    background: #eaf4ff;
}

/*第三块*/
.three{
    padding: .68rem 0 0 0;
}
.three .l{
    width: 46.61%;
    max-width: 8.95rem;
    padding-right: 1.37rem;
    position: relative;
    padding-bottom: .8rem;
}
.three .l::after{
    content: "";
    display: block;
    width: 7.15rem;
    height: 4.48rem;
    background: url("../images/index/11.png")no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: .62rem;
    bottom: -.4rem;
    z-index: 0;
}
.three .l ul{
    width: 5.98rem;
    float: right;
    padding-top: .1rem;
}
.three .l ul li{
    border-bottom: .01rem dashed #d3ebf7;
    padding:  .34rem 0 .13rem 0;
}
.three .l ul li h4{
    max-width: 84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .2rem;
    margin-bottom: .2rem;
}
.three .l ul li div span{
    padding-left: .4rem;
    background: url("../images/index/10.png")no-repeat left center;
    background-size: .25rem auto;
    font-size: .14rem;
    line-height: .25rem;
}
.three .l ul li div .more{
    color: #1f7cbc;
    font-size: .16rem;
    padding-right: .35rem;
    background: url("../images/index/09.png")no-repeat right center;
    background-size: .14rem auto;
    line-height: .25rem;
}
.three .r{
    width: 53.39%;
    max-width: 10.25rem;
    padding-bottom: .8rem;
}
.three .jqxs{
    height: 6.17rem;
    background: url("../images/index/08.png")no-repeat center;
    background-size: 100% 100%;
    padding: .45rem 0 .48rem .42rem;
    position: relative;
}
.three .jqxs .bt{
    position: absolute;
    left: 4.7rem;
    top: .93rem;
    z-index: 99;
    padding-left: .5rem;
    background: url("../images/index/13.png")no-repeat;
    background-size: auto .33rem;
    line-height: .33rem;
    font-size: .26rem;
    color: #fcd449;
}
.three .jqxs .box{
    width: 100%;
}
.three .jqxs .box .img{
    width: 3.86rem;
    overflow: hidden;
}
.three .jqxs .box .img img{
    width: 100%;
}
.three .jqxs .box .img:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.three .jqxs .box .text{
    width: calc(100% - 3.86rem);
    background: url("../images/index/12.jpg")no-repeat;
    background-size: auto 100%;
    padding-left: .29rem;
}
.three .jqxs .box .text .tet{
    width: 4.1rem;
    padding-top: 1.55rem;
}
.three .jqxs .box .text .tet h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .3rem;
    font-size: .2rem;
    height: .6rem;
    padding-left: .15rem;
}
.three .jqxs .box .text .tet h4 a{
    color: #ffffff;
}
.three .jqxs .box .text .tet .x{
    width: 100%;
    height: .01rem;
    margin: .65rem 0 .28rem 0;
    background: #5385b7;
}
.three .jqxs .box .text .tet li{
    font-size: .16rem;
    line-height: .4rem;
    color: #ffffff;
    padding-left: .5rem;
    background-position: .15rem center;
    background-repeat: no-repeat;
}
.three .jqxs .box .text .tet li.a{
    background-image: url("../images/index/14.png");
    background-size: .23rem auto;
}
.three .jqxs .box .text .tet li.b{
    background-image: url("../images/index/15.png");
    background-size: .2rem auto;
}
.three .jqxs .box .text .tet li.c{
    background-image: url("../images/index/16.png");
    background-size: .22rem auto;
}
.three .swiper-button{
    position: absolute;
    left: 4.3rem;
    bottom: .26rem;
    z-index: 9;
    width: .88rem;
}
.three .swiper-button .swiper-button-but{
    position: relative;
    margin-top: 0;
    width: .44rem;
    height: .4rem;
    background: #67b4ff;
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: .18rem;
    color: #ffffff;
    font-family: "宋体";
    z-index: 0;
    font-weight: bold;
}
.three .swiper-button .swiper-button-prev{
    left: 0;
}
.three .swiper-button .swiper-button-next{
    right: 0;
}
.three .swiper-button:after{
    content: "";
    display: block;
    width: .01rem;
    height: .14rem;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: .14rem;
    z-index: 1;
}
/*第四块*/
.four{
    padding: .6rem 0 1.47rem 0;
    background: url("../images/index/17.jpg")no-repeat center;
    background-size: 19.20rem 7.58rem;
}
.four .title{
    margin-bottom: .37rem;
}
.four .title h1{
    padding-left: .65rem;
    height: .59rem;
    display: grid;
    align-content: flex-end;
}
.four .title h1 span{
    background-image: linear-gradient(to right,#f3a165,#cd3000,#f29659);
    background-image: -webkit-linear-gradient(to right,#f3a165,#cd3000,#f29659);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
.four .title h1:before{
    width: .59rem;
    height: .59rem;
    background: url("../images/index/18.png")no-repeat left center;
    background-size: .56rem auto;
    left: 0;
    top: 0;
}
.four .l{
    width: 7rem;
}
.four .l .list{
    width: 3.35rem;
    background: #ffffff;
    padding: .19rem .18rem;
    box-shadow: 0 0 .16rem 0 rgba(0,0,0,0.21);
    -webkit-box-shadow: 0 0 .16rem 0 rgba(0,0,0,0.21);
    -moz-box-shadow: 0 0 .16rem 0 rgba(0,0,0,0.21);
    border-radius: .04rem;
}
.four .l .list .bt{
    display: grid;
    align-content: center;
    justify-content: center;
    width: .88rem;
    height: .27rem;
    background-image: linear-gradient(to right,#cd3000,#f3a165);
    color: #ffffff;
    font-size: .16rem;
    border-bottom-right-radius: .13rem;
    border-top-right-radius: .13rem;
    border-top-left-radius: .13rem;
}
.four .l .list .img{
    height: 1.63rem;
    overflow: hidden;
    margin: .22rem 0;
}
.four .l .list .img img{
    height: 100%;
}
.four .l .list .img:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.four .l .list h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
}
.four .l .list h4 a:hover{
    color: #cd3000;
}
.four .l .list p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .12rem;
    line-height: .24rem;
    height: .48rem;
    margin: .13rem 0;
}

.four .r{
    width: 8.2rem;
}
.four .r .bt{
    font-size: .24rem;
    font-weight: bold;
    justify-content: flex-start;
    margin-bottom: .3rem;
}
.four .r .bt:after{
    content: "New";
    display: grid;
    align-content: center;
    justify-content: center;
    width: .58rem;
    height: .22rem;
    background-image: linear-gradient(to right,#cd3000,#f3a165);
    color: #ffffff;
    font-size: .16rem;
    font-weight: bold;
    margin-left: .1rem;
    border-bottom-right-radius: .11rem;
    border-top-right-radius: .11rem;
    border-top-left-radius: .11rem;
}
.four .r ul li{
    margin-bottom: .25rem;
}
.four .r ul li:last-child{
    margin-bottom: 0;
}
.four .r ul li h4{
    max-width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .2rem;
}
.four .r ul li h4 a:hover{
    color: #d44b1f;
}
.four .r ul li span{
    font-size: .18rem;
}
.four .download{
 display: none;
}




/*小屏幕*/
@media screen and (max-width: 1200px) {
.one .l{ width:100%;}
.one .l .img{height: 3.5rem;}
.xydt{padding: 0px 10px;}
.one .r{margin-top: .3rem;}
.one .r .li{background-color: #dbf3ff;}
.two .title h1 span{color: #0068b7;}
.two{padding: .5rem .1rem;}
.two ul li{ box-shadow: 0px 0px 3px 1px #d7e4f2;}
.three {padding: .5rem .1rem;}
.three .l{ padding-right: .1rem;width: 100%;}
.three .r{display: none;}
.three .l ul{width: 100%;}
.one .l .swiper-button-white{top: calc(4.98rem - 2.4rem);}
.suspension{display: none;}
.four {padding: 0rem .1rem; background: 0;}
.four .l .list{width: 47%;margin: 0px 5px;}
.four .r{ width: 100%;
    margin: .4rem 0rem;}
.four .l .list .img{height: 1.5rem;}
.four .download{
 display: block;
}


}