

.header{
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ccc;
}

.header .border{
    background-color: #124ea3;
}

.header li a{
    color: #333;
}

.header li.active a{
    font-weight: 600;
    color: #124ea3;
}


.header .logo .img1{
    display: none;
}

.header .logo .img2{
    display: block;
}


.search{
    background: url(../images/news/search.png) center no-repeat;
}



.content{
    padding-top: 98px;
}

.ban-menu{
    line-height: 110px;
    position: relative;
    right: 0;
    margin-bottom: 20px;
    margin-top: 35px;
}
.ban-menu a{
    color: #999;
}

.ban-menu img:first-child{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ban-menu img:nth-child(2){
    margin-left: 30px;
}



.list1 .box1{
    width: 554px;
    height: 360px;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px 0 #ccc;
}

.list1 .box1.active{
    display: block;
}

.list1 .box1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.list1 .box2{
    width: 600px;
    height: 360px;
}

/* .list1 .box2 .box2-text{
    display: none;
} */

/* .list1 .box2 .box2-text.active{
    display: block;
} */

.list1 .box2 h2{
    font-size: 28px;
    color: #333;
}

.list1 .box2 .b-b{
    width: 127px;
    height: 4px;
    background: #124ea3;
    margin-top: 25px;
    margin-bottom: 33px;
}

.list1 .box2 p{
    font-size: 16px;
    color: #666;
    line-height: 33px;
    text-indent: 2em;
}

.list1 .box2 .swiper .swiper-slide:hover{
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 10px 0 #124ea3;
}

.list1 .box2 .swiper .swiper-slide.active{
    background: #fff;
    box-shadow: 0 0 10px 0 #124ea3;
}

.list1 .swiper img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.swiper{
    margin-top: 30px;
    position: relative;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
    /* width: 55px; */
    height: 80%;
}

.swiper-container {
    width: 90%;
    height: 110px;
    padding:90px 0;
    margin-left: auto;
    margin-right: auto;
    
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;

    /* 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;
    transition-property:all;
    width: 114px!important;
    height: 85px!important;
    border: 1px solid #ccc;
    margin-top: 11px;
    margin-left: 10px;
}

.swiper-button-next, .swiper-button-prev{
    width: 20px!important;
    height: 54px!important;
    background: #205baf!important;
    margin-top: -25px!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: inherit!important;
    color: #fff!important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0%!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0%!important;
}


.tab{
    margin-top: 55px!important;
    width: 100%!important;
}

.tab .tab-li{
    width: 33.4%;
}

.tab .tab-li .b-b2{
    width: 42px;
    height: 4px;
    background: #205baf;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: none;
}

.tab .tab-li.active .b-b2{
    display: block;
}


.tab .tab-li.active .b-b2{
    display: block;
}


.tab .tab-li:hover .b-b2{
    display: block;
}




.list2{
    border-bottom: 1px solid #ebebeb;
    margin-top: 15px;
}

.list-title{
    height: 60px;
    line-height: 60px;
}

.list-title .b-l{
    width: 3px;
    height: 20px;
    background: #205baf;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 23px;
}

.list-title h3{
    font-size: 20px;
    color: #333;
    margin-left: 37px;
}

.list2 .p1{
    line-height: 37px;
    color: #333;
    font-size: 16px;
    text-indent: 2em;
    padding: 0 23px 20px;
}


.list3{
    margin-top: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.list3 img{
    display: block;
    margin: 20px auto;
    max-width: 100%;
    /* height: 80%; */
}

.list3 .p1{
    line-height: 37px;
    color: #333;
    font-size: 16px;
    text-indent: 2em;
    padding: 0 23px 20px;
}

.list4{
    margin-top: 15px;
}

.list4 .box{
    width: 510px;
    height: 65px;
    background: #efefef;
    font-size: 18px;
    line-height: 65px;
    margin-left: 43px;
    padding-left: 40px;
    margin-bottom: 20px;
}

form{
    padding: 0 40px 0 43px;
    overflow: hidden;
}

form .inp{
    width: 504px;
    height: 65px;
    padding-left: 40px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    line-height: 65px;
    float: left;
}

form .inp2{
    margin-left: 25px;
}

form span{
    color: #f00;
}

form input{
    border: none;
    font-size: 18px;
    color: #333;
    width: 85%;
    outline: none;
}

form .textarea{
    width: 1075px;
    height: 155px;
    border: 1px solid #cdcdcd;
    /* margin-top: 20px; */
    float: left;
    padding-left: 40px;
    margin-bottom: 50px;
}

form textarea{
    border: none;
    font-size: 18px;
    color: #333;
    outline: none;
    width: 95%;
    height: 110px;
    margin-top: 23px;
    margin-left: 10px;
    resize: none;
}

form .textarea span{
    top: 15%;
}

.list4 .box2{
    margin: 50px auto 60px;
    width: 100%;
}

.list4 .box2 .sub{
    width: 450px;
    height: 65px;
    background: #205baf;
    color: #fff;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    border: none;
}

.list4 .box2 .code{
    width: 448px;
    height: 63px;
    border: 1px solid #cdcdcd;
    /*margin-left: 60px;*/
}

.list4 .box2 .code input{
    border: none;
    font-size: 18px;
    color: #333;
    outline: none;
    margin-left: 20px;
    width: 60%;
    height: 60%;
    margin-top: 12px;
}

.list4 .box2 .code div{
    width: 140px;
    height: 64px;
    border-left: 1px solid #cdcdcd;
    top: 0;
    right: 0;
}

.list4 .box2 .code div img{
    width: 100%;
    height: 99%;
}

.list4 .box2 p{
    margin-left: 18px;
    font-size: 20px;
    line-height: 65px;
    color: #333;
}

.rec{
    background: #f7f7f7;
    padding-bottom: 55px;
}

.title{
    position: relative;
    width: 100%;
    height: 70px;
    padding-top: 50px;
    margin-bottom: 40px;
    margin-top: 0;
}

.title .p1{
    line-height: 70px;
    position: absolute;
    z-index: 10;
    color: #124ea3;
    font-size: 38px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.title .p1 span{
    font-size: 38px;
    color: #333;
}

.title .p2{
    font-size: 26px;
    color: #e1e1e1;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
}

.rec li{
    width: 278px;
    height: 318px;
    border: 1px solid #ebebeb;
    background: #fff;
    position: relative;
}

.rec li .rec-img{
    margin: 30px auto;
    width: 125px;
    height: 160px;
}

.rec li .rec-img img{
    display: block;
    height: 100%;
    width: 100%;
}

.rec li p{
    font-size: 18px;
    color: #333;
    text-align: center;
}

.rec li .btn{
    width: 110px;
    height: 37px;
    background: #fff;
    color: #666;
    font-size: 16px;
    /* margin: 35px auto; */
    text-align: center;
    line-height: 37px;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
}

.rec li:hover{
    background: #fff;
}

.rec li:hover p{
    color: #124ea3;
}

.rec li:hover .btn{
    color: #fff;
    background: #124ea3;
}



.ban-menu, .tab, .list1, .list2, .list3, .list4, .title, .rec ul{visibility: hidden;}
.ban-menu.active, .tab.active, .list1.active, .list2.active, .list3.active, .list4.active, .title.active, .rec ul.active{
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}