@charset "utf-8";
/* CSS Document */
.interImg img { width: 100%; height: 100%; display: block; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear;}
.interImg:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}

#indexN1{ width: 100%; height: auto; float: left; background: url("../bn_images/indexN1bg.jpg") no-repeat center center; background-size: cover; position: relative;}
#indexN1 .left-logo { width: 70px; height: 87px; display: inline-block; position: absolute; top: 29%; left: 50%; transform: translate3d(-50%,-100%,0); z-index: 11; transition: top .85s ease-out;}
.indexN1Text{ display: none; width: 100%; height: auto; float: left; text-align: center; position: absolute; top: 34%; left: 0;}
.indexN1Text img{ width: 70%;}
@media(max-width: 1100px){
    #indexN1{ background: url("../bn_images/indexN12.jpg") no-repeat center center;; background-size: cover;}
    #indexN1 .left-logo{ width: 3.5rem; height: 4.35rem; /*transition: transform .6s ease-out;*/}
    .indexN1Text{ display: block;}
}


#indexN2{ width: 100%; height: auto; float: left; background: #ffffff; padding-top: 43px; padding-bottom: 90px;}
#indexN2 .indexN2In{ width: 800px; height: auto; margin: 0 auto;}
#indexN2 .indexN2LogoT{ width: 100%; height: 87px; float: left; text-align: center;}
#indexN2 .indexN2LogoB{ width: 100%; height: auto; float: left; text-align: center; margin-top: 17px;}
#indexN2 .indexN2LogoB .imgN2{ display: none;}
#indexN2 .indexN2Text{ width: 100%; height: auto; float: left; font-size: 16px; text-align: center; line-height: 35px; margin-top: 58px;}
.common-an-start {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -moz-transform: translate3d(0, 150px, 0);
    -o-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

/*.common-an-start.delay1 {*/
    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 1s;*/
    /*-o-transition: all 1s;*/
    /*transition: all 1s;*/
/*}*/

/*.common-an-start.delay2 {*/
    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 1s;*/
    /*-o-transition: all 1s;*/
    /*transition: all 1s;*/
/*}*/

.common-an-start.an-end {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}



#indexN2 .indexN2Link{ width: 100%; height: auto; float: left;}
#indexN2 .indexN2Link a{ width: 192px; height: 56px; float: left; line-height: 52px; margin-top: 70px; background: url("../bn_images/btn-border.png") no-repeat center center; background-size: 100%; margin-left: 50%; transform: translateX(-50%); text-align: center; font-size: 16px;
    -webkit-animation: breathBtn 2s ease infinite;
    -moz-animation: breathBtn 2s ease infinite;
    -o-animation: breathBtn 2s ease infinite;
    animation: breathBtn 2s ease infinite
}
@keyframes breathBtn {
    from {
        background-size: 100%;
    }
    50% {
        background-size: 90%;
    }
    to {
        background-size: 100%;
    }
}

@-moz-keyframes breathBtn {
    from {
        background-size: 100%;
    }
    50% {
        background-size: 90%;
    }
    to {
        background-size: 100%;
    }
}

@-webkit-keyframes breathBtn {
    from {
        background-size: 100%;
    }
    50% {
        background-size: 90%;
    }
    to {
        background-size: 100%;
    }
}

@-o-keyframes breathBtn {
    from {
        background-size: 100%;
    }
    50% {
        background-size: 90%;
    }
    to {
        background-size: 100%;
    }
}
@media(max-width: 1100px){
    #indexN2{ padding: 2rem 0 6rem; background: #191D28;}
    #indexN2 .indexN2In{ width: 84%;}
    #indexN2 .indexN2LogoT{ height: 4.35rem; position: relative; top: calc(4.35rem - 87px);}
    #indexN2 .indexN2LogoB .imgN1{ display: none;}
    #indexN2 .indexN2LogoB .imgN2{ width: 8.1rem; display: inline-block;}
    #indexN2 .indexN2Text{ font-size: 1.3rem; color: #c2c6c7; margin-top: 2.8rem; line-height: 2.1rem;}
    #indexN2 .indexN2Link a{ width: 9.65rem; height: 2.9rem; padding: 1rem 0.85rem; margin-top: 3.5rem; font-size: 1.3rem; line-height: 2.5rem; color: #CCD0D2; background: url("../bn_images/indexN8.png") no-repeat left; background-size: 99%; -webkit-animation: none; -moz-animation: none; -o-animation: none; animation:  none;}
}

#indexN3{ width: 100%; height: 880px; float: left; overflow: hidden; background: url("../bn_images/indexN3bg.jpg") no-repeat top center #ffffff;}
#indexN3 .indexN3In{ width: 1200px; height: auto; margin: 0 auto;}
#indexN3 .indexN3T{ width: 100%; height: auto; float: left;}
#indexN3 .indexN3T p{ width: 100%; height: auto; float: left; font-size: 15px; text-align:  center; color: #666666; margin-top: 90px;}
#indexN3 .indexN3T span{ width: 100%; height: auto; float: left; font-size: 40px; text-align:  center; color: #ffffff; margin-top: 20px;}
#indexN3 .indexN3B{ width: 100%; height: auto; float: left; margin-top: 40px;}
#indexN3 .indexN3B ul{ width: 100%; height: auto; float: left; display: none;}
@media(max-width: 1100px){
    #indexN3{ height: auto; background: #ffffff;}
    #indexN3 .indexN3In{ width: 100%;}
    #indexN3 .indexN3T{  width: 92%; margin-left: 4%; display: flex; flex-direction: column-reverse;}
    #indexN3 .indexN3T p{ font-size: 1rem; line-height: 1rem; margin-top: 1rem; text-align: left;}
    #indexN3 .indexN3T span{ font-size: 2rem; line-height: 2rem; color: #191D28; font-weight: bold; margin-top: 4.5rem; text-align: left;}
    #indexN3 .indexN3B{ margin-top: 3rem;}
    #indexN3 .indexN3B #posterTvGrid{ display: none;}
    #indexN3 .indexN3B ul{ display: flex; flex-wrap: wrap;}
    #indexN3 .indexN3B ul li{ width: 50%; height: auto; float: left; background-color: #E6E8EC; text-align: center; color: #191D28;}
    #indexN3 .indexN3B ul .liT{ width: 100%; height: auto; float: left;}
    #indexN3 .indexN3B ul .liT span{ width: 100%; height: auto; float: left; margin-top: 2.5rem; font-size: 1.5rem; line-height: 1.5rem; font-weight: bold;}
    #indexN3 .indexN3B ul .liT p{ width: 100%; height: auto; float: left; margin-top: 0.75rem; font-size: 0.9rem; line-height: 0.9rem;}
    #indexN3 .indexN3B ul .liM{ width: 100%; height: auto; float: left;}
    #indexN3 .indexN3B ul .liM span{ width: 100%; height: auto; float: left; margin-top: 1.5rem;}
    #indexN3 .indexN3B ul .liM span img{ width: 6.65rem;}
    #indexN3 .indexN3B ul .liM p{ width: 100%; height: auto; float: left; margin-top: 1.5rem; font-size: 1.1rem; line-height: 2.1rem;}
    #indexN3 .indexN3B ul .liB{ width: 10.8rem; height: 2.5rem; float: left; margin: 1.5rem 0 2.5rem; line-height: 2.5rem; border-radius: 0.3rem; font-size: 1.3rem; color: #ffffff; margin-left: 50%; transform: translateX(-50%); background-image: linear-gradient(to right, #F7BE6A , #A07A4D);}
    #indexN3 .indexN3B ul li:nth-child(2){ background-color: #F7F9FB; position: relative;}
    #indexN3 .indexN3B ul li:nth-child(2):before{ content: ""; width: 2rem; height: 2rem; background: #F7F9FB; border-radius: 50%; position: absolute; top: 40%; left: 0; transform: translateX(-50%);}
    #indexN3 .indexN3B ul li:nth-child(3){ background-color: #F7F9FB;}
    #indexN3 .indexN3B ul li:nth-child(4){ position: relative;}
    #indexN3 .indexN3B ul li:nth-child(4):before{ content: ""; width: 2rem; height: 2rem; background: #E6E8EC; border-radius: 50%; position: absolute; top: 40%; left: 0; transform: translateX(-50%);}
}

#indexN4{ width: 100%; height: auto; float: left; background: url("../bn_images/indexN4Bg.png") no-repeat bottom center #ffffff; padding-top: 100px; padding-bottom: 90px;}
#indexN4 .indexN4In{ width: 1200px; height: auto; margin: 0 auto;}
#indexN4 .indexN4T{ width: 100%; height: auto; float: left;}
#indexN4 .indexN4T p{ width: 100%; height: auto; float: left; font-size: 15px; text-align:  center; color: #dddddd;}
#indexN4 .indexN4T span{ width: 100%; height: auto; float: left; font-size: 40px; text-align:  center; margin-top: 20px;}
#indexN4 .indexN4B{ width: 100%; height: auto; float: left; margin-top: 80px;}
#indexN4 .indexN4B ul{ width: 100%; height: auto; float: left;}
#indexN4 .indexN4B li{ width: 384px; height: 504px; float: left; background: #ffffff; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); border-radius: 10px; margin-left: 24px;}
#indexN4 .indexN4B li.left{ margin-left: 0px;}
#indexN4 .indexN4B li .liN1{ width: 100%; height: 273px; float: left; text-align: center;}
#indexN4 .indexN4B li .liN2{ width: 308px; height: 58px; float: left; margin-left: 38px; font-size: 23px; background: url("../bn_images/indexN4BLiBg.jpg") no-repeat left bottom; margin-top: 22px;}
#indexN4 .indexN4B .liN2 em{ display: none;}
#indexN4 .indexN4B li .liN3{ width: 308px; height: auto; float: left; margin-left: 38px; font-size: 14px; line-height: 28px; margin-top: 15px;}
@media(max-width: 1100px){
    #indexN4{ background: #F7F9FB; padding-top: 4.5rem; padding-bottom: 6rem;}
    #indexN4 .indexN4In{ width: 92%;}
    #indexN4 .indexN4T{ display: flex; flex-direction: column-reverse;}
    #indexN4 .indexN4T p{ font-size: 1rem; line-height: 1rem; margin-top: 1rem; text-align: left;}
    #indexN4 .indexN4T span{ font-size: 2rem; line-height: 2rem; color: #191D28; font-weight: bold; margin-top: 0; text-align: left;}
    #indexN4 .indexN4B{ margin-top: 1.5rem;}
    #indexN4 .indexN4B li{ width: 100%; height: auto; margin-top: 3rem; padding-bottom: 1.5rem; border-radius: 0; box-shadow: none; margin-left: 0; position: relative;}
    #indexN4 .indexN4B li .liN1{ width: 10rem; height: 100%; position: absolute; bottom: 1.5rem; left: 0;}
    #indexN4 .indexN4B li .liN1 img{ width: 100%; height: 100%; object-fit: cover;}
    #indexN4 .indexN4B li .liN2{ width: calc(100% - 11.5rem); height: auto; margin-left: 11.5rem; margin-top: 1.5rem; font-size: 1.5rem; line-height: 1.5rem; color: #191D28; font-weight: bold; background: none;}
    #indexN4 .indexN4B .liN2 em{ display: inline;}
    #indexN4 .indexN4B li .liN3{ width: calc(100% - 13rem);  margin-left: 11.5rem; font-size: 1.3rem; line-height: 2.1rem; color: #191D28; margin-top: 1.25rem;}
}

#indexN5{ width: 100%; height: auto; float: left; background: url("../bn_images/indexN5Bg.jpg") no-repeat top center #ffffff;}
#indexN5 .indexN5In{ width: 1152px; height: auto; margin: 0 auto;}
#indexN5 .indexN5T{ width: 100%; height: auto; float: left; margin-top: 120px;}
#indexN5 .indexN5T p{ width: 100%; height: auto; float: left; font-size: 15px; text-align:  center; color: #dddddd;}
#indexN5 .indexN5T span{ width: 100%; height: auto; float: left; font-size: 40px; text-align:  center; color: #ffffff; margin-top: 20px;}
#indexN5 .indexN5B{ width: 100%; height: 457px; float: left; margin-top: 75px; background: #0262e9; box-shadow: 0px 10px 30px rgba(2, 98, 233, 0.4);}
#indexN5 .indexN5BN1{ width: 878px; height: auto; float: left; background:url("../bn_images/indexN5BN1Bg.png") repeat-x left bottom 1.5px; margin-left: 137px;}
#indexN5 .indexN5BN1 .logo{ width: auto; height: auto; float: left; margin-top: 58px; padding-bottom: 25px; padding-left: 8px; border-bottom: 3px solid #ffffff;}
#indexN5 .indexN5BN2{ width: 570px; height: auto; float: left; background:url("../bn_images/indexN5BN2Bg.png") no-repeat top center; padding: 0px 40px; padding-top: 20px; margin-left: 203px; margin-top: 60px; font-size: 16px; color: #ffffff; line-height: 30px;}
@media(max-width: 1100px){
    #indexN5{ padding-bottom: 6rem; background: #F7F9FB url("../bn_images/indexN5Bg.jpg") no-repeat top center / 100% 19.2rem ;}
    #indexN5 .indexN5In{ width: 92%;}
    #indexN5 .indexN5T{ margin-top: 4.5rem; display: flex; flex-direction: column-reverse;}
    #indexN5 .indexN5T p{ font-size: 1rem; line-height: 1rem; color: #F7F9FB; margin-top: 1rem;}
    #indexN5 .indexN5T span{ font-size: 2rem; line-height: 2rem; color: #F7F9FB; margin-top: 0;}
    #indexN5 .indexN5B{ height: auto; margin-top: 3rem; box-shadow: none;}
    #indexN5 .indexN5BN1{ width: calc(100% - 1.5rem); margin-left: 1.5rem;}
    #indexN5 .indexN5BN1 .logo{ margin-top: 1.5rem; padding-bottom: 1.25rem; padding-left: 0;}
    #indexN5 .indexN5BN1 .logo img{ width: 6.5rem;}
    #indexN5 .indexN5BN2{ width: calc(100% - 3rem); margin-left: 1.5rem; padding: 1.85rem 0 4.5rem; margin-top: 0; font-size: 1.3rem; line-height: 2.2rem; color: #F7F9FB; background: none;}
}

#indexN6{ width: 100%; height: auto; float: left; padding-bottom: 30px;}
#indexN6 .indexN6In{ width: 1240px; height: auto; margin: 0 auto;}
#indexN6 .indexN6T{ width: 100%; height: auto; float: left; margin-top: 115px;}
#indexN6 .indexN6T p{ width: 100%; height: auto; float: left; font-size: 15px; text-align:  center; color: #dddddd;}
#indexN6 .indexN6T span{ width: 100%; height: auto; float: left; font-size: 40px; text-align:  center; margin-top: 20px;}
#indexN6 .indexN6B{ width: 100%; height: auto; float: left; margin-top: 40px;}

#indexN6 .indexN6B .swiper-father{ width: 100%; position: relative;}
#indexN6 .indexN6B .swiper-button-next,#indexN6 .indexN6B .swiper-button-prev{ width:41px; height:24px;}
#indexN6 .indexN6B .swiper-button-next{ background:url("../bn_images/indjtRight.jpg") no-repeat left center !important;}
#indexN6 .indexN6B .swiper-button-prev{ background:url("../bn_images/indjtLeft.jpg") no-repeat left center !important;}
#indexN6 .indexN6B .swiper-container {width: 1120px;}
#indexN6 .indexN6B .swiper-slide img{ width: 100%; height: 80px; display: block;}
#indexN6 .indexN6B .swiper-pagination{ display: none;}
#indexN6 .indexN6B .swiper-pagination-bullet{ width: 0.4rem; height: 0.4rem; background: #E8D5BD; opacity: 1;}
#indexN6 .indexN6B .swiper-pagination-bullet-active{ width: 1.15rem; border-radius: 0.4rem; background-color: #A47E4E;}
@media(max-width: 1100px){
    #indexN6{ padding-bottom: 4.5rem;}
    #indexN6 .indexN6In{ width: 92%;}
    #indexN6 .indexN6T{ margin-top: 3rem; display: flex; flex-direction: column-reverse;}
    #indexN6 .indexN6T p{ font-size: 1rem; line-height: 1rem; color: #191D28; margin-top: 1rem;}
    #indexN6 .indexN6T span{ font-size: 2rem; line-height: 2rem; color: #191D28; font-weight: bold; margin-top: 0;}
    #indexN6 .indexN6B{ margin-top: 1.5rem;}
    #indexN6 .indexN6B .swiper-container {width: 100%;}
    #indexN6 .indexN6B .swiper-button-next,#indexN6 .indexN6B .swiper-button-prev{ display: none;}
    #indexN6 .indexN6B .swiper-slide img{ height: 4rem; margin-bottom: 3rem;}
    #indexN6 .indexN6B .swiper-pagination{ display: block;}
}

#mainN4{ width: 100%; height: 560px; float: left; background: url("../bn_images/indexN17.png") no-repeat center center / 100% 100%; overflow: hidden; font-family: "苹方","思源黑体","微软雅黑","宋体", "新宋体", Arial;}
.mainN4In{ width: 1200px; margin: 0 auto;}
.mainN4L{ width: auto; height: auto; float: left; margin-top: 100px;}
.mainN4LT{ width: auto; height: auto; float: left; display: flex; justify-content: center; align-items: flex-end;}
.mainN4LT span{ width: auto; height: auto; float: left;}
.mainN4LT span img{ width: 110px; height: 110px;}
.mainN4LT p{ width: auto; height: auto; float: left; margin-left: 32px;}
.mainN4LT p em{ width: auto; height: auto; float: left; font-size: 46px; line-height: 46px; color: #CFA972; font-weight: bold;}
.mainN4LT p i{ width: auto; height: auto; float: left; margin-top: 15px; font-size: 24px; line-height: 24px; color: #ffffff;}
.mainN4LM{ width: auto; height: auto; float: left; margin: 48px 0; font-size: 16px; line-height: 20px; color: #ffffff;}
.mainN4LM .br{ display: none;}
.mainN4LB{ width: auto; height: auto; float: left;}
.mainN4LB li{ width: 120px; height: auto; float: left; text-align: center;}
.mainN4LB li:last-child{ margin-left: 30px;}
.mainN4LB li span{ width: 100%; height: auto; float: left;}
.mainN4LB li span img{ width: 100%; height: 120px;}
.mainN4LB li p{ width: 100%; height: auto; float: left; margin-top: 10px; font-size: 14px; line-height: 14px; color: #ffffff;}
.mainN4R{ width: auto; height: auto; float: left; margin-left: 185px; margin-top: 87px;}
.mainN4R img{ width: 313px; height: 620px;}
@media(max-width: 1100px){
    #mainN4{ height: 57.5rem; background-image: url("../bn_images/indexN18.jpg");}
    .mainN4In,.mainN4L,.mainN4LT,.mainN4LM,.mainN4LB,.mainN4R{ width: 100%;}
    .mainN4L{ margin-top: 4rem;}
    .mainN4LT span img{ width: 7rem; height: 7rem;}
    .mainN4LT p{ margin-left: 1.5rem;}
    .mainN4LT p em{ font-size: 2.9rem; line-height: 2.9rem;}
    .mainN4LT p i{ font-size: 1.5rem; line-height: 1.5rem; margin-top: 1rem;}
    .mainN4LM{ margin: 2.5rem 0 3rem 0; text-align: center; font-size: 1.2rem; line-height: normal;}
    .mainN4LM .br{ display: block;}
    .mainN4LB{ display: flex; justify-content: center;}
    .mainN4LB li{ width: auto; display: flex; flex-direction: column;}
    .mainN4LB li span{ width: auto;}
    .mainN4LB li span img{ width: 7.5rem; height: 7.5rem;}
    .mainN4LB li p{ width: auto; height: 2rem; padding: 0 1rem; border-radius: 1rem; line-height: 2rem; font-size: 1rem; margin-top: 1rem; border: 1px solid #ffffff;}
    .mainN4LB li:last-child{ margin-left: 3rem;}
    .mainN4R{ display: none;}
}





















