.bannerSwiper,.bannerVideo{
    /*height: 660px;*/
    position: relative;
}
.bannerSwiper img{
    max-width: 100%;
    display: block;
    /*height: 100%;*/
    width: 100%;
}
.bannerSwiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: white;
    transition: all 0.3s;
    opacity: 1;
}

.bannerSwiper .swiper-pagination-bullet-active,.bannerSwiper .swiper-pagination-bullet:hover{
    width: 12px;
    height: 12px;
}
.bannerSwiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}
.bannerSwiper .swiper-button-prev,.bannerSwiper .swiper-button-next{
    color: white;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    background-color: rgba(0,0,0,0.5);
}
.bannerSwiper .swiper-button-prev{
    left: 282px;
}
.bannerSwiper .swiper-button-next{
    right: 282px;
}
.bannerSwiper .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.bannerSwiper .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after
{
    font-size: 30px;
    font-weight: bold;
}
/* 视频 */
.bannerVideo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.bannerVideo .playBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
}
/* index-module-2 */
.index-module-2{
    background-image: url(../images/index-module-2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 729px;
}
.index-module-2 .content{
    height: 471px;
    box-shadow: 2px 2px 35px rgba(33, 47, 76, .2);
    background-color: white;
}
.index-module-2 .content .left{
    width: 840px;
    height: 100%;
    position: relative;
    margin: 0 0 0 -15px;
}
.index-module-2 .content .left .modulePlayBtn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 99px;
    height: 99px;
    cursor: pointer;
}
.index-module-2 .content .left video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.index-module-2 .content .right{
    padding: 0 15px 0 30px;
}
.index-module-2 .content .right h5{
    margin: 30px 0;
}
.index-module-2 .content .right h5 span{
    color: #333333;
    font-size: 18px;
}
.index-module-2 .content .right h5 a{
    color: #c7c9d9;
    font-size: 16px;
}
.index-module-2 .content .right .videoList{
    margin: 0 0 50px 0;
    cursor: pointer;
}
.index-module-2 .content .right .videoList img{
    width: 160px;
    height: 86px;
    border: 2px solid white;
    transition: all 0.3s;
    box-sizing: border-box;
}
.index-module-2 .content .right .videoList.active img,.index-module-2 .content .right .videoList:hover img{
    border-color: #2c63b5;
}
.index-module-2 .content .right .videoList:hover span{
    color: #2c63b5;
}
.index-module-2 .content .right .videoList span{
    color: #333333;
    font-size: 18px;
    margin: 0 0 0 24px;
    transition: all 0.3s;
    line-height: 36px;
}
/* index-module-4 */
.index-module-4{
    background-color: #2c63b5;
    padding: 0 0 40px 0;
}
.index-module-4 h3{
    font-size: 32px;
    color: white;
    padding: 34px 0;
    text-align: center;
}
.index-module-4 form div span{
    font-size: 20px;
    color: white;
    padding: 0 20px 0 0;
}
.index-module-4 form div input{
    background-color: white;
    width: 270px;
    height: 56px;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 0 20px;
}
.index-module-4 form div input::-webkit-input-placeholder{
    font-size: 18px;
    color: #1561ad;
}
.index-module-4 form div input[type="button"]{
    background-color: #93beff;
    color: #214f95;
    font-size: 20px;
    cursor: pointer;
}
/* index-module-6 */
.index-module-6 .content a{
    width: calc((100% - 60px) / 3);
    margin: 0 20px 20px 0;
    height: 268px;
    display: block;
    position: relative;
    perspective: 1000;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}
.index-module-6 .content a:nth-child(3n){
    margin-right: 0;
}
.index-module-6 .content a:hover .front{
    /* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    z-index: 1 */
}
.index-module-6 .content a:hover .behind{
    z-index: 3;
    opacity: 1;
    /* transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    z-index: 2; */
}
.index-module-6 .content a .front,
.index-module-6 .content a .behind{
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    backface-visibility: hidden;
    /* transition: 0.6s ease-out;
    -webkit-transition: .6s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; */
    position: absolute;
    top: 0;
    left: 0;
}
.index-module-6 .content a .front{
    z-index: 2;
    /* transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg); */
    background-color: #f0f4f9;
}
.index-module-6 .content a .behind{
    background-color: #C30D23;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
    /* transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg); */
    padding: 0;
}
.index-module-6 .content a .front span,
.index-module-6 .content a .behind span{
    font-size: 20px;
    transition: all 0.3s;
    color: #C30D23;
}
.index-module-6 .content a .behind span{
    margin: 30px;
    overflow: hidden;
    white-space: pre-line;
}
.index-module-6 .content a .front p,
.index-module-6 .content a .behind p{
    font-size: 16px;
    transition: all 0.3s;
    color: #666666;
    line-height: 30px;
}
.index-module-6 .content a .front i,
.index-module-6 .content a .behind i{
    width: 50px;
    transition: all 0.3s;
    height: 2px;
    background-color: #C30D23;
}
.index-module-6 .content a .behind span,
.index-module-6 .content a .behind p
{
    color: white;
}
.index-module-6 .content a .behind i{
    background-color: white;
}
/* index-module-8 */
.index-module-8{
    height: 697px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Public/images/index-module-8-bg.jpg);
}
.index-module-8 .content{
    position: relative;
}
.index-module-8 .swiper-container{
    width: 100%;
    height: auto;
}
.index-module-8 a{
    width: 100%;
}
.index-module-8 a:hover h4{
    color: #C30D23;
}
.index-module-8 a .img{
    position: relative;
    width: 100%;
    height: 375px;
    overflow: hidden;
    box-shadow: 2px 2px 35px rgba(33, 47, 76, .2);
}
.index-module-8 a .img:hover div{
    top: 0;
}
.index-module-8 a .img img{
    width: 100%;
    height: 100%;
}
.index-module-8 a .img div{
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    height: 100%;
    background-color: white;
    padding: 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.index-module-8 a .img div h5{
    font-size: 20px;
    color: white;
    background-color: #C30D23;
    height: 46px;
    line-height: 46px;
    padding: 0 60px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}
.index-module-8 a .img div span,
.index-module-8 a .img div p{
    line-height: 28px;
    display: block;
    font-size: 16px;
    white-space: pre-line;
}
.index-module-8 a .img div span{
    color: #C30D23;
    margin: 5px 0;
}
.index-module-8 a .img div p{
    color: #666666;
}
.index-module-8 a h4{
    font-size: 20px;
    color: #C30D23;
    margin: 20px 0 0 0;
    transition: all 0.3s;
}
/* index-module-9 */
.index-module-9 .content .list{
    width: calc((100% - 90px) / 3);
    margin: 0 45px 45px 0;
}
.index-module-9 .content .list:nth-child(3n){
    margin-right: 0;
}
.index-module-9 .content .list h3{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index-module-9-bg.png);
    height: 85px;
}
.index-module-9 .content .list h3 i:nth-child(1){
    font-size: 24px;
    color: white;
    position: relative;
    padding: 0 0 0 42px;
}
.index-module-9 .content .list h3 i:nth-child(1)::before{
    content: "";
    width: 2px;
    height: 20px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    background-color: white;
    position: absolute;
    left: 25px;
}
.index-module-9 .content .list h3 i:nth-child(2){
    font-size: 20px;
    color: rgba(255,255,255,.42);
    text-transform: uppercase;
    padding: 0 0 0 42px;
}
.index-module-9 .content .list .main{
    border: 1px solid #ecedf2;
    padding: 0 25px;
    box-sizing: border-box;
}
.index-module-9 .content .list .main a{
    border-bottom: 1px dashed #c5c6cd;
    padding: 20px 0;
    font-size: 16px;
    color: #66697c;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    overflow: hidden;
}
.index-module-9 .content .list .main a:hover{
    color: #2c63b5;
}
.index-module-9 .content .list .main a:last-child{
    border: none;
}
.swiper-button-prev,.swiper-button-next{color:#C30D23 !important;}