/* @font-face {
    font-family: PingFangSC;
    src: url("../fonts/PingFang SC Medium.ttf");
} */

html,
body {
    position: relative;
    height: auto;
    width:calc(100vw);
    overflow-x: hidden;
}

body {
    /* font-family: 'AvenirNext','PingFangSC'; */
    /* font-size: 14px; */
    color: #0B355A;
    margin: 0;
    padding: 0;
}

/* 全屏大图 */
.banner {
    width: 100% !important;
    background: url(../image/index/banner.png) no-repeat top center;
    background-size: cover;
    /* min-height: 800px !important; */
}

#header {
    width: 100%;
    height: 110px;
    background: url(../image/common/header_bg.png) repeat-x top center;
    background-size: 1920px 147px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#header input {
    border:none;
    outline:none; 
    border-radius: 5px;
    width:160px;
}

.headerScroll {
    background: #39b4c3 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.headerSearching {
    background:#063e48 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.headerSearching .menu__text {
    color:rgb(30,81,90) !important;
}
.headerSearching .menu_text_border {
    background:rgb(30,81,90) !important;
}
.headerSearching .menu__ct:nth-child(1),
.headerSearching .menu__lang
 {
    opacity: 0.1;
}


.header__ct {
    display: flex;
    width: 100%;
    height: 100%;
    line-height: 100px;
    margin: 0 auto;
}

.block__ct {
    width: 100%;
    display: flex;
    justify-content: center;
}

.block__ct .block__main {
    max-width: 1200px;
    padding-left:2rem;
    padding-right:2rem;
    text-align: center;
    padding-bottom:5rem;
    box-sizing: border-box;
}

.block__main .content {
    font-weight: normal;
    color: #0a3459;
    text-align: left;
}

.menu__ct {
    flex: none;
    padding: 0 41px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.menu__ct:hover {
    text-decoration: none;
}

.menu__ct:nth-child(1) {
    cursor: pointer;
    width: 171px;
    height: 59px;
    margin-left: 148px;
    margin-top: 28px;
    background: url("../image/logo.png") no-repeat top left;
    background-size: 171px 59px;
}

.menu__ct:nth-child(2) {
    color: #e50012;
    /* line-height: 103px; */
}

.menu__text {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 23px;
}

.menu_text_border {
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
    width: 0;
}

.menu__lang {
    margin-top: 50px;
    width: 78px;
    height: 32px;
    background: url("../image/common/icon_English.png") no-repeat top left;
    background-size: 25px 25px;
}

.menu__search {
    margin-top: 50px;
    width: 274px;
    height: 32px;
    line-height: 24px;
    padding-left: 36px;
    font-size: 18px;
    color: #ffffff !important;
    background: url("../image/common/icon_search.png") no-repeat top left;
    background-size: 25px 25px;
}

#searchText {
    cursor: pointer;
}

#chang_lang_bt {
    cursor: pointer;
}

.menu__dropdown {
    cursor: auto;
    position: absolute;
    left: 40px;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 27px 3px rgba(2, 2, 2, 0.15);
    border-radius: 2px;
    width: 186px;
    padding: 0 26px;
    display: none;
}

.menu__dropdownitem {
    color: #202020;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(10, 52, 89, 1);
    height: 25px;
    font-size: 18px;
    font-weight: normal;
    color: #0a3459;
    line-height: 25px;
    letter-spacing: 1px;
}
.menu__dropdownitem:hover {
    color: rgba(52, 177, 192, 1);
    border-color: rgba(52, 177, 192, 1);
}

.info__ct {
    width: 100%;
    height: 240px;
    background: #f7f7f7;
    opacity: 0.95;
}

.info__inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.info__bg {
    line-height: 178px;
    font-size: 178px;
    color: #0059ff;
    opacity: 0.05;
    position: absolute;
    bottom: -36px;
    left: 0;
}

.info__ct .links__ct {
    flex: none;
    width: 340px;
    font-size: 14px;
    color: #585858;
    padding: 36px 0;
    z-index: 99;
}

.info__ct .links__ct .link__title {
    width: 100%;
    color: #0B355A;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 21px;
    cursor: auto;
}

.info__ct .links__ct .link__flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: 124px;
}

.info__ct .links__ct .link__ct {
    flex: none;
    color: #585858;
    text-decoration: none;
    width: 170px;
    margin-bottom: 10px;
    cursor: pointer;
}

.info__ct .links__ct .link__ct:hover {
    color: #e50012;
}

.info__ct .links__ct .link__ct:first-child:hover {
    color: #0B355A;
}

.info__ct .contact__ct {
    flex: auto;
}

.info__ct .contact__ct .contact__title {
    color: #0B355A;
    font-weight: bold;
    font-size: 16px;
    margin: 38px 0 18px;
}

.info__ct .contact__ct .contact__phone,
.info__ct .contact__ct .contact__email,
.info__ct .contact__ct .contact__address {
    font-size: 14px;
    color: #585858;
    margin-top: 10px;
}

.info__ct .qrcodes__ct {
    flex: none;
    display: flex;
    justify-content: space-between;
    width: 430px;
    padding-top: 54px;
}

.info__ct .qrcodes__ct .qrcode__ct {
    flex: none;
}

.info__ct .qrcodes__ct .qrcode__ct .qrcode__main {
    position: relative;
    padding-bottom: 18px;
}

.info__ct .qrcodes__ct .qrcode__ct .qrcode__main .qrcode__image {
    width: 128px;
    height: 128px;
}

.info__ct .qrcodes__ct .qrcode__ct .qrcode__main .qrcode__icon {
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -27px;
}

.info__ct .qrcodes__ct .qrcode__ct .qrcode__title {
    width: 128px;
    font-size: 12px;
    color: #070707;
    text-align: center;
}

.register__ct {
    width: 100%;
    height: 60px;
    background-color: #101010;
    display: flex;
}

.register__ct > .item {
    flex: auto;
    line-height: 60px;
    font-size: 12px;
    color: #a4a4a4;
}

.register__ct > .item:first-child {
    text-align: right;
    padding-right: 34px;
}

/* gaotao */
/* gaotao */
/* gaotao */
/* gaotao */
/* gaotao */
/* gaotao */


#footer {
    margin: 0 auto;
    height: 633px;
    background: #063d47;
    padding-top: 123px;
    box-sizing: border-box;
    display: flex;
    justify-content:center;
}

#footer a {
    color: #ffffff !important;
}

#footer .footer_col1 {
    width: 300px;
    background: url("../image/logo_bottom.png") no-repeat 0 83px;
    background-size:260px;
}

#footer .footer_col2 {
    width: 844px;
}

#footer .footer_col2 .footer_col2_top {
    box-sizing: border-box;
    padding: 43px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: flex;
    color: #ffffff;
}

#footer .footer_col2 .footer_col2_top > div {
    width: 283px;
}

#footer .footer_col2 .footer_col2_top > div h1 {
    height: 42px;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 2px;
    margin-bottom: 43px;
}

#footer .footer_col2 .footer_col2_top > div > div {
    margin-bottom: 21px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

#footer .footer_col2 .footer_col2_top > div:last-child {
    flex: 1;
}

#footer .footer_col3 {
    width:220px;
}

#footer .copyright {
    margin-top: 72px;
    height: 28px;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
}

#footer .footer_qrcode {
    width: 150px;
    height: 64px;
    margin-left: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: visible;
    position: relative;
}

#footer .footer_qrcode img {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

#footer .footer_qrcode a {
    width: 56px;
    height: 43px;
    background: url("../image/common/email.png") no-repeat;
}

#footer .footer_qrcode .zoom_weixin {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url("../image/common/weixin.png") no-repeat;
    background-size: 150px 150px;
    display: none;
}

/* 手机屏幕 footer */
/* 手机屏幕 footer */
/* 手机屏幕 footer */
/* 手机屏幕 footer */
#footerPhone {
    background:rgba(6, 61, 71, 1);
    color:#ffffff !important;
    line-height:40px;
    padding-top:20px;
}
#footerPhone a {
    color:#ffffff !important;
}
#footerPhone ul {
    list-style:none;
    padding-left:19px;
    padding-right:19px;
    padding-bottom:10px;
    margin-bottom: 0;
}
#footerPhone>ul>li {
    font-size:14px;
    padding:0 20px;
}
#footerPhone>ul>li>ul {
    font-size:12px;
    display: none;
}
#footerPhone .footer-border {
    border-bottom:1px solid #ffffff;
}

/* 滚动条样式 */
.bar::-webkit-scrollbar {
    width: 5px;
    background-color: #cccccc;
}
.bar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff;
}
.bar::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%); */
    background-color: #cccccc;
    border-radius: 5px;
}

.custom_button,
.back_bt {
    width: 150px;
    height: 52px;
    background: linear-gradient(rgba(52, 177, 192, 1), rgba(46, 131, 137, 1));
    border-radius: 26px 26px 26px 26px;
    font-size: 22px;
    color: #ffffff;
    line-height: 52px;
    letter-spacing: 2px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

/* 顶部大标题的 共用样式 */
.block_top_title,
.block__top__subtitle {
    padding:20px 20px 20px 210px;
    font-size: 64px;
    color:#FFFFFF;
    background: rgba(52, 177, 192, 0.2475961595773697);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

/* 重新定义标题文字大小 */
.common_title {
    color: #0a3459;
    font-size:3rem ;
    font-weight: bold;
    margin-top: 4rem ;
    margin-bottom:1.5rem ;
}

/* 重新定义标题文字大小 */
.common_sub_title {
    color: #0a3459;
    letter-spacing: 0.166rem;
    font-weight: bold;
    margin-bottom: 2.83rem;
}

.common_title.white {
    color:#ffffff;
}
.common_sub_title.white {
    color:#ffffff;
}


/* 小屏下 顶部导航 */
.phone-nav {
    background:rgba(52, 177, 192, 1);
    color:#ffffff;
}
.phone-title {
    padding:0 23px;
    height:42px;
    /* background:linear-gradient(#378a95,rgb(93,184,237)); */
    background:#34b1c0;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.phone-title img{
    cursor: pointer;
}
.phone-search {
    width:100%;
    height:26px;
    background:#ffffff;
    border-radius: 26px;
    color: rgba(10, 52, 89, 1);
    display:flex;
    align-items: center;
    padding:0 8px;
    margin:10px 0;
}
.phone-search input {
    flex:1;
    height:26px;
    background:#ffffff;
    border-radius: 26px;
    border:none;
    outline:none;
}
.phone-menu {
    padding:0 23px;
    padding-bottom:50px;
    color:#ffffff;
    display:none;
    height:calc(100vh)
}
.phone-menu ul {
    list-style: none;
    padding-left: 28px;
}
.phone-menu > ul > li {
    border-bottom: 1px solid #ffffff;
    line-height:38px;
}

.phone-menu .child_li {
    border-top: 1px solid #ffffff;
    line-height:38px;
}

.phone-menu ul li a {
    display:block;
    height:100%;
    width:100%;
    cursor: pointer;
}


/* 字体适配 */
html {
    font-size: 14px;
    transition: font-size 0.2s ease-out;
}

body { font-size: 1rem; }
.banner {
    height: calc(100vh);
}
.font_70 { font-size: 5rem; }

.opacityHide {
    opacity: 0;
}

/* 下屏下的 顶部样式 替换 */
.d-lg-none .block_top_title>div {
    background: rgba(62, 234, 255, 0.2475961595773697) !important;
    border-radius: 10px 10px 10px 10px !important;
    padding-left:20px !important;
    padding-right:20px !important;
    display:inline-block !important;
}

/* 注意 attention */
.attention {
    font-size:8px;
    margin-top:16px;
    color:rgb(29,53,79);
}

@media (min-width: 100px) {
    html {
        font-size: 6px;
        transition: font-size 0.2s ease-out;
    }
    body { font-size: 2rem; }
    .banner {
        height: 285px;
    }
    .font_70 { font-size:6rem; }
    .common_sub_title {
        font-size:2.33rem;
    }
    .index__intro {
        /* height: 33.9rem; */
        font-size: 3rem;
    }
    .block__main .content {
        font-size: 2rem;
        
    }
    .btn01 {
        cursor: pointer;
        width: 18.16rem;
        height: 5.1rem;
        line-height: 5.1rem;
        text-align: center;
        font-size: 2.33rem;
        background: url("../image/common/bt01.png") no-repeat center;
        background-size: 166px 42px;
        border-radius:5.1rem;
    }
   
}

@media (min-width: 576px) {
   
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
        transition: font-size 0.2s ease-out;
    }
    body { font-size: 1rem; }
   
    .font_70 { font-size:5rem; }
    .common_sub_title {
        font-size:1.5rem;
    }
    .index__intro {
        /* height: 33.9rem; */
        font-size: 4.16rem;
    }
    .block__main .content {
        font-size: 1.333rem;
        line-height: 2.33rem;
        letter-spacing: 0.166rem;
    }
    .btn01 {
        cursor: pointer;
        width: 166px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 18px;
        background: url("../image/common/bt01.png") no-repeat center;
        background-size: 166px 42px;
    }
}

@media (min-width: 992px) {
    .banner {
        height: calc(100vh);
    }
}

@media (min-width: 1200px) {
    
}