﻿@font-face {
    font-family: "Saira Condensed";
    src: url("../font/SAIRACONDENSED-SEMIBOLD.TTF");
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
img{
    object-fit: cover;
}
span{
    display: block;
}
::-webkit-scrollbar{
    width: 0;
}
#my-scrollbar{
    height: 100vh;
    position: relative;
    overflow: hidden!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.scrollbar-track-y{
    background: transparent!important;
}
.scrollbar-thumb{
    background: transparent!important;
}
header{
    width: 100%;
    height: auto;
    /*background: rgba(0,0,0,0.1);*/
    position: fixed;
    top: 0;
    z-index: 99;
    transition: 0.6s;
}
.header_active{
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(24,25,26,.1);
}
header .second{
    width: 100%;
    height: 38px;
    position: relative;
    top: -38px;
    transition: 1s;
}
.header_active .second{
    top: 0;
}

header .second_con{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin: 30px auto 0;
}
header .second_con .down{
    margin-right: 29px;
    cursor: pointer;
    height: 100%;
    position: relative;
}
header .second_con .down .title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 100%;
    border: 1px solid #004098;
    transition: 0.6s;
}
header .second_con .down:hover .title{
    background: #004098;
}
header .second_con .down:hover .title p {
    color: #fff;
}
header .second_con .down .title p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004098;
    margin-right: 5px;
    transition: 0.6s;
}
header .second_con .down .title img{
    width: 11px;
    margin-top: 3px;
    display: none;
}
header .second_con .down .down_none{
    position: absolute;
    width: 126px;
    background: #fff;
    top: 41px;
    left: 50%;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(24,25,26,.1);
    transform-origin: center top;
    transform: translateX(-50%)scaleY(0);
    transition: opacity .2s linear, transform .32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    opacity: 0;
    z-index: 1;
}
header .second_con .down:hover .down_none{
    transform: translateX(-50%)scaleY(1);
    opacity: 1;
}
header .second_con .down .down_none a{
    display: block;
    color: #424242;
    font-size: 12px;
    line-height: 45px;
    transition: 0.4s;
    border: 1px solid #fff;
}
header .second_con .down .down_none a:hover{
    background: #004098;
    color: #fff;
    border: 1px solid #004098;
}
header .second_con a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #343434;
    transition: 0.6s;
}
header .second_con a:hover{
    color: #004098;
}
header .second_con>a{
    width: 100px;
    height: 40px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: 0.6s;
}
header .second_con>a:hover{
    background: #999;
    color: #fff;
}
header .second_con .cut{
    display: flex;
    align-items: center;
    margin-right: 45px;
}
header .second_con input{
    width: 0;
    height: 100%;
    background-color: transparent!important;
    border: 0;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #B1B1B1!important;
    transition: 0.3s;
    float: left;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5)!important;
    border-top: 1px solid transparent!important;
    border-left: 1px solid transparent!important;
    border-right: 1px solid transparent!important;
    position: relative;
    top: 5px;
    left: -10px;
    padding-bottom: 10px;
    opacity: 0;
}
header .second_con .search:hover input{
    width: 150px;
    opacity: 1;
}
header .second_con .search{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 35px;
}
header .second_con .search .border{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    background: rgba(0,0,0,.2);
    transition: 0.6s;
}
header .second_con .search .border i{
    color: #fff;
}
header .second_con .search p{
    color: #313131;
}
header .second_con div .line{
    margin-left: 12px;
    margin-right: 12px;
    width: 1px;
    height: 13px;
    background: #343434;
}
.banner .text{
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
header .menu{
    width: 1200px;
    height: 68px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s;
}
header .menu_left{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    top: -35px;
}
header .menu .logo{
    margin-right: 92px;
    transform: scale(1.2);
}
header .menu .logo i{
    font-size: 24px;
    color: #fff;
    transition: 0.6s;
}

header .menu .logo p{
    font-size: 12px;
    color: #979797;
    position: relative;
    top: -20px;
    left: -1px;
    text-align: center;
}

.header_active .menu .logo i{
    color: #004098;
}
header .menu .search{
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .menu .search .border{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    background: rgba(255,255,255,.2);
    transition: 0.6s;
}
.header_active .menu .search .border{
    background: rgba(0,0,0,.2);
}
header .menu .search .border i{
    color: #fff;
}
header .menu .search p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
.header_active .menu .search p{
    color: #313131;
}
header .menu .nav{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
header .menu .nav li{
    padding: 23px 0;
    cursor: pointer;
    /*position: relative;*/
}
header .menu .nav a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
.header_active .menu .nav a{
    color: #343434;
}
header .menu .nav li:hover a{
    color: #004098;
}
header .menu .nav li .none{
    position: fixed;
    top: 136px;
    /*top: 174px;*/
    left: 50%;
    transform: translateX(-50%);
    /*width: 1250px;*/
    /*width: 1600px;*/
    width: 1175px;
    height: 0;
    background: #fff;
    border-top: 1px solid #E6E6E6;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    display: flex;
    opacity: 0;
}
header .menu .nav li:hover .none{
    height: 540px;
    opacity: 1;
}
header .menu .nav li .none .sub{
    width: 35%;
    height: 100%;
    background: #f5f5f5;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    display: none;
}
header .menu .nav li .none .sub div{
    width: 80%;
}
header .menu .nav li .none .sub div span{
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}
header .menu .nav li .none .sub div p{
    font-size: 14px;
    line-height: 28px;
    color: #808080;
    margin-bottom: 25px;
}
header .menu .nav li .none .sub div a{
    font-size: 14px;
    line-height: 28px;
    color: #004098;
    display: inline-block;
    position: relative;
}
header .menu .nav li .none .text{
    width: 65%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}
header .menu .nav li .none .text>div{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
header .menu .nav li .none .text div .text_nav{
    width: 190px;
}
header .menu .nav li .none .text div .text_nav li{
    width: 100%;
    height: 60px;
    padding: 0;
    transition: 1s;
    /*position: relative;*/
    text-align: center;
}
header .menu .nav li .none .text div .text_nav li .li_three{
    position: absolute;
    top: 160px;
    /*left: 833px;*/
    left: 294px;
    display: none;
}
header .menu .nav li .none .text div .text_nav li .li_three a{
    font-size: 13px;
    opacity: 0.6;
    white-space: nowrap;
    color: #808080!important;
    text-align: left;
    line-height: 45px;
}
header .menu .nav li .none .text div .text_nav li .li_three a:hover{
    color: #004098!important;
    opacity: 1!important;
}
header .menu .nav li .none .text div .text_nav li:hover{
    background: #004098;
}
header .menu .nav li .none .text div .text_nav li:hover a{
    color: #fff;
}
header .menu .nav li .none .text div .text_nav li a{
    color: #808080;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    transition: 1s;
}
header .menu .nav li .none .text div .images{
    width: 320px;
    height: 180px;
    overflow: hidden;
    margin-left: 310px;
}
header .menu .nav li .none .text div .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
header .menu .nav li .none .text div .images img:hover{
    transform: scale(1.05);
}
footer{
    width: 100%;
    height: 461px;
    background: #333333;
    overflow: hidden;
}
footer .warp{
    width: 1520px;
    margin: auto;
}
footer .warp .footer_flex{
    display: flex;
    justify-content: space-between;
    height: 407px;
}
footer .warp .footer_flex .footer_nav{
    display: flex;
    padding-top: 79px;
}
footer .warp .footer_flex .footer_nav ul{
    margin-right: 110px;
}
footer .warp .footer_flex .footer_nav ul:last-child{
    margin-right: 0;
}
footer .warp .footer_flex .footer_nav ul a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
footer .warp .footer_flex .footer_nav ul .li_bot{
    margin-top: 28px;
}
footer .warp .footer_flex .footer_nav ul .li_bot a{
    display: block;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 35px;
    opacity: 0.5;
    transition: 0.6s;
}
footer .warp .footer_flex .footer_nav ul .li_bot a:hover{
    opacity: 1;
}
footer .warp .footer_flex .text{
    position: relative;
    padding-left: 53px;
    padding-top: 79px;
}
footer .warp .footer_flex .text:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 407px;
    background: #3D3D3D;
}
footer .warp .footer_flex .text i{
    font-size: 22px;
    color: #fff;
    margin-bottom: 57px;
    display: block;
}
footer .warp .footer_flex .text div{
    margin-bottom: 26px;
}
footer .warp .footer_flex .text div p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #717171;
    margin-bottom: 12px;
}
footer .warp .footer_flex .text div h1{
    font-size: 19px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
}
footer .warp .footer_flex .text div:nth-child(3) h1{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
}
footer .footer_block{
    width: 100%;
    height: 52px;
    background: #242424;
}
footer .footer_block div{
    width: 1520px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer_block div a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6E6E6E;
    transition: 0.6s;
}
footer .footer_block div a:hover{
    color: #fff;
}
.suspend{
    position: fixed;
    right: 3%;
    bottom: 10%;
    width: 210px;
    height: 55px;
    background: #004098;
    border-radius: 10px;
    z-index: 999;
    display: none;
}
.suspend_warp{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.suspend p{
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-right: 0!important;
}
.suspend i{
    color: #fff;
    font-size: 25px;
}
.suspend i:last-child{
    font-size: 18px;
}
.foo_bg{
    width: 100%;
    height: 40px;
    background: rgba(0,64,152,1);
    /*display: none;*/
    position: relative;
}
.foo_bg .bg_warp{
    width: 177px;
    margin: auto;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
}
.foo_bg i{
    color: #fff;
    font-size: 20px;
}
.foo_bg p{
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-right: 0!important;
}
.foo_bg i:last-child{
    font-size: 18px;
}
.foo_bg svg{
    position: absolute;
    z-index: 1;
    top: -4px;
    right: 5%;
    width: 22px;
    fill: #fff;
    cursor: pointer;
}
