@font-face {
    font-family: "FZLTZCHK";
    src: url("../font/FZLTZCHK.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold.otf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../font/SourceHanSansCN-Regular.otf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

html,
body {
    font-family: 'SourceHanSansCN-Regular';
    overflow-x: hidden !important;
}

:root {
    --main-color: #4397f7;
}

::-webkit-scrollbar {
    width: 5px;
    height: 40px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #eee
}

::-webkit-scrollbar-thumb:active {
    background-color: #eee
}

/*menu*/
.pc_nav {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .5s;
    background: #131a46f7;
}

.contentBox {
    max-width: 1572px;
    width: 94%;
    margin: 0 auto;
}

.pc_nav .contentBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_nav img {
    width: auto;
    height: 50px;
}

.pc_nav .mainUl {
    overflow: visible;
}

.pc_nav .mainUl>li {
    text-align: center;
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    display: block;
    float: left;position: relative;
}
.pc_nav .mainUl>li>a {
    display: block;
    position: relative;
    line-height: 120px;
    font-size: 18px;
    color: #fff;
    padding: 0 1.5vw;
}
.pc_nav .mainUl>li>a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: var(--main-color);
    transition: all .5s ease;
    transform: translateX(-50%);
}
.pc_nav .mainUl>li:hover>a::after,.pc_nav .mainUl>li.active>a::after{
    width: 100%;
}
.pc_nav .mainUl>li:hover .subUl{display:none;}
.pc_nav .mainUl>li:nth-child(3):hover>.subUl{display:block;}
.pc_nav .subUl{position: absolute;
    display: none;
    text-align: center;
    line-height: 36px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 35px 5px #fff inset;}
.pc_nav .subUl li{width:100%;cursor: pointer;border-bottom:1px solid rgba(1, 1, 2, 0.1);}
.pc_nav .subUl li a{color: #fff;
    font-size: 16px;line-height:36px;
    display: block;
    text-shadow: 0 0 5px #ffffff;}
.pc_nav .subUl li:last-child{border-bottom: none;}
.pc_nav .subUl li.active a,.pc_nav .subUl li:hover a{color:#30bcfe;}
/*banner*/
.topBanner{margin-top:-120px;}
.topBanner .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.topBanner .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.topBanner .swiper-container-android .swiper-slide,
.topBanner .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.topBanner .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.topBanner .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 14%;
    width: 100%;
    text-align: center;
}

.topBanner .swiper-pagination span {
    display: inline-block;
    margin-right: 4px;
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s ease;
}

.topBanner>div {
    animation-fill-mode: both;
}

.topBanner .bannerBox {
    width: 100%;
    height: auto;
}

.topBanner .content {
    position: relative;
    width: 100%;
    height: atuo;
}

.topBanner .picB {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
}

.topBanner .bannerPic {
    position: relative;
    width: 100%;
    transition: all 1s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
    display: block;
    left: 0px;
    top: 0px;
    height: 100vh;
    object-fit: cover;
    opacity: 0.8;
}

.topBanner .swiper-slide-active .bannerPic {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.topBanner .text:before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin-bottom: 3vw;
    background: var(--main-color);
}

.topBanner .text {
    position: absolute;
    top: 50%;
    width: 96%;
    max-width: 1580px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: left;
}

.topBanner .bannerTitle {
    color: #fff;
    position: relative;
    font-size: 46px;
    text-transform: uppercase;
    line-height: 2rem;
}

.topBanner .bannerTitle b {
    font-size: 50px;
}

.topBanner .summry b {
    font-size: 50px;
}


.topBanner .summry {
    color: #fff;
    position: relative;
    font-size: 46px;
    text-transform: uppercase;
    margin-top: 10px;
}

.topBanner .text * {
    transform: translateY(3rem);
    opacity: 0;
}

.topBanner .swiper-slide-active {
    z-index: 5;
}

.topBanner .swiper-slide-active .text * {
    transition: transform 2s ease .5s, opacity 2s ease .5s, background .5s;
    transform: translateY(0);
    opacity: 1;
}

.topBanner .L_moreBth {
    position: relative;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Arial";
    display: block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 70px;
}

.topBanner .L_moreBth:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.topBanner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 70px;
    background: var(--main-color);
}

.bannersp video {
    position: absolute;
    width: 120%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*box2*/
.box2 {
    background-image: linear-gradient(#e0ecfd, #eef3ff, #fafdff);
    min-height: 100px;
    overflow: hidden;
}

.box2 h1 {
    font-size: 46px;
    text-align: center;
    padding: 50px 0 40px 0;
    width: 100%;
    font-weight: normal;
    font-family: 'FZLTZCHK';
}

.box2 .tab {
    display: flex;
    border-radius: 30px;
    height: 80px;
    line-height: 70px;
    background: #fff;
    width: 100%;
}

.box2 .tab li {
    width: 20%;
    margin: 0 2%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.box2 .tab li img {
    height: 50px;
    width: auto;
}

.box2 .tab li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: var(--main-color);
    transition: all .5s ease;
    transform: translateX(-50%);
}

.box2 .tab li.active::after {
    width: 100%;
}

.tabContent {
    display: flex;
    align-items: center;
    padding-bottom: 120px;
    margin-top: 50px;
}

.tabContent img {
    width: 55%;
    margin-right: 10%;
}

.tabContent .tabInfo {
    flex: 1;
    position: relative;
}

.tabContent .tabInfo h3 {
    font-size: 44px;
    color: #2a88f4;
    font-family: "FZLTZCHK";
}

.tabContent .tabInfo h4 {
    font-size: 30px;
    color: #212121;
    margin: 30px 0 20px 0;
}

.tabContent .tabInfo p {
    font-size: 20px;
    color: #575757;
    line-height: 30px;
}

.tabContent .tabInfo a {
    display: block;
    background-image: linear-gradient(to right, #2c8bf4, #43a4f3, #59bef3);
    color: #fff;
    text-align: center;
    width: 120px;
    padding: 5px 0;
    border-radius: 15px;
    margin-top: 30px;
}

/*box3*/
.box3 {
    color: #fff;
    position: relative;
    background-size: 100vw auto;
    min-height: 100px;
    overflow: hidden;
    width: 100%;
}

.box3 .contentBox {
    padding: 120px 0 20px 0;
}

.box3 .contentBox>h3 {
    font-size: 44px;
    text-indent: 2%;font-family: "FZLTZCHK";
}

.box3 .contentBox>p {
    width: 25%;
    line-height: 30px;
    font-size: 20px;
    margin: 30px 0;
}

.box3 .contentBox>a {
    display: block;
    text-align: center;
    width: 120px;
    padding: 5px 0;
    border-radius: 15px;
    margin-top: 30px;
    background: #ecaf33;
    color: #fff;
}

.box3 .items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    background: #fff;
    border-radius: 50px;
    height: 140px;
}

.box3 .items li {
    width: 33.3%;
    margin: 0 1%;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-size: 18px;
}

.box3 .items li img {
    width: 84px;
    height: auto;
    margin-right: 5%;
}

.box3 .items li>div {
    flex: 1;
    color: #4d4d4d;
}

.box3 .items li h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2e8fd0;font-family: "FZLTZCHK";
}

.box3 .items li p {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 30px;
}

/*box4*/
.box4 {
    padding: 120px 0;
}

.box4 h3 {
    text-align: center;
    font-size: 46px;
    color: #212121;font-family: "FZLTZCHK";
}

.box4 .slideContent {
    display: flex;
    padding: 35px;
}

/*box5*/
.box5 {
    color: #fff;
    background-size: 100vw auto;
    min-height: 100px;
    overflow: hidden;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 60px;
}

.box5 .contentBox>h3,
.box5 .contentBox>h4 {
    font-size: 46px;
    text-align: center;font-family: "FZLTZCHK";
}

.ganHuo {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 95px 0;
}

.ganHuo>ul {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.ganHuo>ul>li {
    width: 48%;
    margin-right: 2%;
    background: #fff;
    border-radius: 6%;
}

.ganHuo>ul>li>img {
    width: 100%;
    height: 230px;
}

.ganHuo>ul>li p {
    font-size: 24px;
    color: #191919;
    padding: 40px 30px;
}

.ganHuo>ul>li a {
    margin-left: 30px;
}

.ganHuo>ul>li a,
.rightBk>div a {
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 18px;
    background: linear-gradient(to right, #2c8bf4, #43a4f3, #59bef3);
    color: #fff;
    display: inline-block;
}

.rightBk {
    display: flex;
    justify-content: space-between;
    flex: 1;
    background: #fff;
    border-radius: 6%;
}

.rightBk>img {
    width: 40%;
}

.rightBk>div {
    flex: 1;
    padding: 30px 40px;
}

.rightBk>div>img {
    height: 20px;
}

.rightBk>div h3 {
    color: #191919;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.rightBk>div p {
    color: #919191;
    font-size: 20px;
    line-height: 30px;
}

.rightBk>div a {
    margin-top: 60px;
}

.stItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.stItem>li {
    flex: 1;
    text-align: center;
}

.stItem>li img {
    width: 80px;
}

.stItem>li h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;font-family: "FZLTZCHK";
}

.stItem>li p {
    font-size: 20px;
}

/*box6*/
.box6 {
    padding-bottom: 60px;
}

.box6 .contentBox>h3 {
    color: #212121;
    font-size: 46px;
    padding: 60px 0;
    text-align: center;font-family: "FZLTZCHK";
}

.news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news>ul,
.news .newTb {
    width: 49%;box-sizing: border-box;
}

.news>ul>li {
    margin-bottom: 20px;
    padding: 30px;
}

.news>ul>li .time {
    font-weight: bold;
    font-size: 28px;
    color: #e2e2e2;
}

.news>ul>li .time>div:first-child {
    margin-bottom: 14px;
}

.news>ul>li.on {
    background: #3b83ea;
}

.news>ul>li.on,
.news>ul>li.on h4,
.news>ul>li.on p {
    color: #fff;
}

.news>ul>li:last-child {
    margin-bottom: 0;
}

.news>ul>li,
.news .newTb {
    box-shadow: -4px -4px 8px 0 rgba(1, 1, 2, .1), 4px 4px 8px 0 rgba(1, 1, 2, .1);
    border-radius: 15px;
}

.news>ul>li {
    display: flex;
    justify-content: space-between;
}

.news>ul>li>div:first {
    width: 80%;
    margin-right: 2%;
}

.news>ul>li>div h4,
.news .newTb h4 {
    font-size: 26px;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.news>ul>li>div p,
.news .newTb p {
    font-size: 20px;
    color: #737373;
}

.news .newTb {
    padding: 20px;
}

.news .newTb>img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

.news .newTb h5 {
    font-size: 17px;
    color: #b5b5b5;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.news .newTb h5 img {
    height: 22px;
    display: inline-block;
    margin-right: 4px;
}

.forMore {
    font-size: 24px;
    text-align: right;
    color: #3789f9;
    font-family: 'SourceHanSansCN-Regular';
}

/*box7*/
.box7 {
    color: #fff;
    position: relative;
    background-size: 100vw auto;
    min-height: 100px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 70px 0;
}

.box7 h3 {
    font-size: 46px;font-family: "FZLTZCHK";
}

.box7 p {
    margin: 35px 0;
    font-size: 24px;
}

.box7 a {
    display: block;
    text-align: center;
    width: 120px;
    padding: 5px 0;
    border-radius: 15px;
    margin-top: 30px;
    background: #c9e5fd;
    color: #3b78dd;
    margin: 0 auto;
}

/*box8*/
.box8 {
    padding: 40px 0 80px 0;
    background: #092a5b;
    font-size: 20px;
}

.box8 .contentBox {
    display: flex;
    justify-content: center;
}

.box8 .contentBox .wx {
    margin-right: 2.5%;
    color: #728cb3;
    margin-left: 1%;
}

.box8 .contentBox .wx img {
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.box8 .contentBox .wx p {
    font-size: 20px;
}

.box8 ul {
    display: flex;
    justify-content: flex-start;
}

.box8 ul li a,
.box8 ul li div {
    display: block;
    color: #728cb3;
    line-height: 38px;
    font-size: 20px;
}

.box8 ul:first-child {
    width: 45%;
}

.box8 ul:first-child li {
    width: 25%;
}

.box8 ul li p {
    color: #fff;
    margin-bottom: 8px;
    font-size: 22px;
}
.box8 ul li span{font-size:23px;font-weight: bold;}
/*box9*/
.box9 {
    background: #04214c;
    color: #728cb3;
    text-align: center;
    line-height: 65px;
}

.box9 a {
    color: #728cb3;padding-left:10px;
}

/**/

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    cursor: pointer;
}

#mySwiper2 {
    margin-top: 50px;
    padding: 5px;
    border-radius: 10px;
}

#mySwiper2 .swiper-wrapper {
    border-radius: 10px;
    box-shadow: -4px -4px 8px 0 rgba(1, 1, 2, .1), 4px 4px 8px 0 rgba(1, 1, 2, .1);
}

#mySwiper {
    padding: 10px 5px;
    margin-top: 20px;
    margin-bottom:30px;
}

#mySwiper .swiper-slide {
    border-radius: 10px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -4px -4px 8px 0 rgba(1, 1, 2, .1), 4px 4px 8px 0 rgba(1, 1, 2, .1);
}

#mySwiper .swiper-slide img {
    height: 55px;
}

.mySwiper .swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: calc(100% - 20px);
    height: 3px;
    background: var(--main-color);
    transition: all .5s ease;
    transform: translateX(-50%);
}

.rtInfo h3 {
    font-size: 29px;
    width: 100%;
    text-align: left;
    padding: 20px 0 40px 0;font-family: "FZLTZCHK";
}

.infoTxt {
    position: relative;
    padding: 60px 0px;
    font-size: 23px;
    color: #707070;
    line-height: 30px;
}

.infoTxt .dh {
    position: absolute;
    top: 0;
    left: 0;
}

.infoTxt .dh2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slideContent>img {
    display: inline-block;
    margin-right: 35px;
    width: 305px;
    height: 305px;
}

#mySwiper2 .swiper-button-next,
#mySwiper2 .swiper-button-prev {
    color: #2c2c2c;
}

.box3,
.box5,
.box7 {
    background-repeat: no-repeat;
    background-position: top center;
}

/**/
.topBg {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100vw auto;
    height: 595px;
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}

.topBg>div {
    padding-left: 15%;
    position: absolute;
    animation:fadeInUp 1.5s ease-in 0.3s 1 backwards;
    -moz-animation:fadeInUp 1.5s ease-in 0.3s 1 backwards;
    -webkit-animation:fadeInUp 1.5s ease-in 0.3s 1 backwards;
}

.topBg h3 {
    font-size: 47px;
    font-family: 'SourceHanSansCN-Bold';
}

.topBg p {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 40px;
    font-family: 'SourceHanSansCN-Regular';
}

.topBg a {
    display: block;
    background: #30bcfe;
    color: #fff;
    text-align: center;
    width: 165px;
    height: 45px;
    line-height: 45px;
    border-radius: 15px;
    font-size: 23px;
}

.innerPage {
    color: #454545;
}

.innerPage h3 {
    text-align: center;
    font-size: 37px;
    padding: 60px 0 30px 0;
    font-family: 'SourceHanSansCN-Bold';
}

.innerPage .infoTxt {
    font-family: 'SourceHanSansCN-Regular';
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    padding: 0 45px;
}

.line2 {
    display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
}
.line3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}