@font-face {
    /*正常*/
    font-family: Roboto-Regular;
    src: url('/static/font/roboto/Roboto-Regular.ttf');

}

@font-face {
    /*窄的*/
    font-family: ITC Avant Garde Gothic Std;
    src: url('/static/font/ITC/ITCAvantGardeStd-DemiCn.otf');

}

@font-face {
    /*数字*/
    font-family: Akzidenz-Grotesk BQ Condensed A;
    src: url('/static/font/AkzidenzGrotesk-MediumCondAlt.otf');

}
html, body {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;

}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}


span {
    display: block;
}

img {
    object-fit: cover;
}

/* 头部 */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 999;
}

.head {
    width: 100%;
    height: 100px;
    padding: 0 57px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head a>img {
    width: 100%;
    height: 35px;

}

.head ui {
    display: flex;
    /* transform: translateX(45px); */
}

.head ui>li {
    margin: 30px 18px;



}
.head ui>li:hover .first{
    color: #0867AF!important;
}
.head ui>li a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    transition: 0.8s;
}

.head .icon {
    display: flex;
    align-items: center;
    margin-left: 59px;

}

.head .icon .en {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    width: 39px;
    height: 39px;
    background: #0867AF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.head .icon .hide {
    width: 39px;
    height: 39px;
    background: #0867AF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.head .icon .hide img {
    z-index: 99;
}

.head .search {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    background: #0867AF;
    border-radius: 50%;
    margin-left: 23px;
    cursor: pointer;

}
.head .ui .pro .dropMenu .container .two{
    transition: 0.8s;
    cursor: pointer;
}
.head .ui .pro .dropMenu .container .childs:hover .two{
    color: #0867AF;
}
.head .search .icon-sousuo {
    font-size: 20px;
    cursor: pointer;
}
.head ui>li .color{
    color: #0867AF;
}
/* 搜索框 */
.searchBox {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 1);
    transition: 1s;
    transform: translateY(-125px);
}

.header .event-a {
    transform: translateY(0);
}

.searchBox .close {
    width: 100%;
}

.searchBox .close .icon-guanbi {
    float: right;
    margin: 10px 25px;
    font-size: 25px;
    cursor: pointer;
    transition: 0.8s;
}

.searchBox .close .icon-guanbi:hover {
    color: #EE6B00;
}

.searchBox .box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
}

.searchBox .box input {
    border: none;
    margin-right: 10px;
    height: 25px;
    width: 250px;
    background: unset;
    border-bottom: 1px solid #666666;

}

.searchBox .box .search .iconfont {
    font-size: 20px;
    cursor: pointer;
    transition: 0.6s;
}

.searchBox .box .search .iconfont:hover {
    color: #EE6B00;
}


/* 底部 */
.footer {
    width: 100%;
}

.footer-main {
    width: 100%;
    height: 334px;
    background: #032036;
    display: flex;
    padding: 71px 300px 0;
    justify-content: center;
}

.footer-main .left {
    text-align: center;
    margin-bottom: 112px;
}

.footer-main .left .logo img {
    object-fit: contain !important;
    width: 85px;

}

.footer-main .left .tel {
    font-size: 18px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 48px;
}

.footer-main .right {
    margin-left: 309px;
}

.footer-main .right .ui {
    display: flex;
}

.footer-main .right .ui .top {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-main .right .ui li {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    text-align: center;

}

.footer-main .right .ui li:not(:last-child) {
    margin-right: 100px;
}

.footer-main .right .ui .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 13px;
}

.footer-main .right .ui .item a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 13px;
}


/* 版权 */
.footer-link {
    width: 100%;
    height: 72px;
    background: #01111E;
    /* border-top:1px solid rgba(rgb(246, 242, 242,0.3)) ; */
}

.footer-link .copyright {
    display: flex;
    justify-content: space-between;
    padding: 0 61px;
    align-items: center;
    height: 100%;
}

.footer-link a {
    display: block;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.53;
}


/* aos */
body[aos-duration='4000'] [aos],
[aos][aos][aos-duration='4000'] {
    transition-duration: 4000ms;
}

/* more */
.more {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;

}

.more .iconfont {
    font-size: 19px;
}

.more p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    margin-right: 13px;
}



/* @media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.footer-main .right .ui li:not(:last-child) {
        margin-right: 80px;
    }
}

@media screen and (max-width: 1792px){
    .footer-main .right .ui li:not(:last-child) {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1680px){
	.fp-tableCell{
        height: 100% !important;
    }
    .detail-swiper > .swiper-wrapper >.swiper-slide-active .content .right .one,
    .detail-swiper > .swiper-wrapper >.swiper-slide-active .content .right .two,
    .detail-swiper > .swiper-wrapper >.swiper-slide-active .content .right .three{
        height: 500px;
    }
    .page3 .content .right img{
        height: 100%;
    }
    .page3 .content .right .two{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page3 .content .right .one{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page3 .content .right .main p {
        font-size: 170px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){

}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}

 */
 .PE.icon .hide{
    margin-right: 23px;
}
.PC{
    display: flex !important;
}
.PE{
    display: none !important;
}
.MenuBox{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 1s;
    background-color: #FFFFFF;
    /* transform: translateY(100%); */
}
.MenuBox.Show{
    transform: translateY(99%);
}
.MenuBox ul{
    width: 100%;
}
.MenuBox ul li{
    width: 100%;
    text-align: center;
    height: 40px;
    display: block;
    line-height: 40px;
}
.MenuBox ul li .color {
    color: #0867AF;
}
.MenuBox ul li a{
    color: #000000;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    transition: 0.8s;
}
 @media screen and (max-width: 2560px){
    .footer-main .right .ui li:not(:last-child) {
        margin-right: 60px;
    }
    .page3 .list .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-main .right .ui .item a{
        font-size: 12px;
    }
    .ui-wrap,.head .ui{
        width: auto;
    }
	.banner .wrap .line-wrap {
        width: 1500px !important;
    }
    .banner{
        overflow-x: hidden;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1920px){
    .footer-main .right {
        margin-left: 180px;
    }
    .footer-main{
        padding: 71px 200px 0;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){
}

@media screen and (max-width: 1680px){
	.fp-tableCell{
        height: 100% !important;
    }

    .footer-main{
        padding: 71px 150px 0;
        justify-content: space-between;
    }

}

@media screen and (max-width: 1600px){
	.footer-main {
        padding: 71px 120px 0;
    }
}

@media screen and (max-width: 1440px){
    .head{
        padding: 0 30px;
    }
    .footer-main{
        padding: 71px 100px 0;
    }
    .footer-main .right {
        margin-left: 60px;
    }
}

@media screen and (max-width: 1400px){
	.head ui>li {
        margin: 30px 14px;
    }
}

@media screen and (max-width: 1366px){
    .head ui>li {
        margin: 30px 12px;
    }
	.footer-main .right .ui li:not(:last-child) {
        margin-right: 40px;
    }
}






@media screen and (max-width: 820px){
    .PC{
        display: none !important;
    }
    .PE{
        display: flex !important;
    }
    .banner .title p{
        font-size: 28px !important;
    }
    .head{
        height: 70px;
    }
    .banner {
        padding-top: 70px !important;
    }
    .banner .wrap{
        overflow: hidden;
    }
    .footer-main {
        padding: 71px 60px 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        height: auto;
    }
    .footer-main .right .ui{
        width: 100%;
        justify-content: space-between;
    }
    .footer-main .right .ui li:not(:last-child) {
        margin-right: 0;
    }
    .footer-main .right {
        width: 100%;
        margin-left: 0;
    }
    .footer-main .left{
        margin-top: 40px;
        display: flex;
        text-align: left;
        align-items: center;
        margin-bottom: 40px;
    }
    .footer-main .left .tel{
        margin-top: 0;
        margin-left: 40px;
    }
    .footer-main .right .ui{
        flex-wrap: wrap;
        justify-content: start;
    }
    .footer-main .right .ui li{
        width: 33.3%;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .banner .wrap{
        padding: 0 20px !important;
    }
    .banner .title p {
        font-size: 30px !important;
    }
    .banner .title span{
        margin-top: 0px !important;
    }
	.footer-main{
        padding: 71px 20px 0;
    }

    .head .icon .hide img{
        width: 20px;
        height: 20px;
    }
    .head .icon .en {
        font-size: 14px;
    }
    .head .search .icon-sousuo {
        font-size: 18px;
    }
    .head .icon .hide,.head .icon .en,.head .search{
        width: 34px;
        height: 34px;
    }
    .head.PE {
        height: 70px;
    }
    .logo{
        width: 120px;
    }
    .logo img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .head {
        padding: 0 20px;
    }
    .footer-link .copyright{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }
    .footer-main .right .ui li{
        width: 50%;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 414px){
	.banner .wrap .contain p {
        font-size: 24px;
    }
    .banner .wrap span {
        font-size: 12px;
    }

    
}

@media screen and (max-width: 375px){
	.footer-main .right .ui .item a {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px){
	
}


