﻿@charset "UTF-8";
/* LV1 box 最外 start */
.box {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/ali/iconfont.woff2?t=1651735594216") format("woff2"),
    url("../fonts/ali/iconfont.woff?t=1651735594216") format("woff"),
    url("../fonts/ali/iconfont.ttf?t=1651735594216") format("truetype");
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 25px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* LV1 box  end */
/* LV1 head 内页头部公共 start */
.head {
    width: 100%;
    position: relative;
    background: #027aff;
}

.head .headcent {
    width: 70%;
    max-width: 1200px;
    position: absolute;
}

.head .h-all-1 {
    height: 158px;
    width: 100%;
    position: relative;
}

.head .h-all-1 .headbg {
    width: 100%;
    height: 100%;
}

.head .h-all-1 .headcent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.head .h-all-1 .headlogo {
    width: 579px;
}

.head .user_box {
    position: absolute;
    top: 30px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.head .user_box .user-1 {
    height: 38px;
    width: 145px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.head .user_box .user-1 span {
    color: #fff;
}

.head .user_box .user-1 a {
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}

.head .user_box .user-1 a .menu-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.head .user_box .user-1 a .menu-title img {
    width: 20px;
    height: 20px;
}

.head .user_box .user-1 a img {
    margin-right: 5px;
}

.head .user_box .user-2 {
    height: 38px;
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #ffffff1a;
    border-radius: 20px;
    border: 1px solid #ffffff9e;
}

.head .user_box .user-2 span {
    color: #fff;
}

.head .user_box .user-2 a {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}

.head .user_box .user-2 a .menu-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.head .user_box .user-2 a .menu-title img {
    width: 20px;
    height: 20px;
}

.head .user_box .user-2 a img {
    margin-right: 5px;
}

.head .h-all-2 {
    height: 137px;
    width: auto;
    position: relative;
    background: #355e92;
}

.head .h-all-2 .headcent {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.head .h-all-2 .ha2cent-1 .h-c-1 {
    letter-spacing: 0.03rem;
    font-size: 60px;
    font-family: "SYht_Normal";
    font-weight: 700;
    color: #fff;
}

.head .h-all-2 .ha2cent-2 {
    position: absolute;
    top: 14px;
    right: 0px;
    margin: 0 auto;
}

.head .h-all-2 .ha2cent-2 .hall2-2 {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-family: "SYht_Normal";
    font-weight: 400;
    color: #fff;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .l-line {
    font-size: 22px;
    font-family: "SYht_Normal";
    font-weight: 400;
    color: #fff;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu-title {
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s background-color;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu-title:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 101;
    transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu:hover > .menu-title:before {
    border-top-width: 0;
    transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu-title:after {
    content: "";
    display: block;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 0 solid #ebebeb;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 101;
    transition: 0.2s border-bottom ease-in;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu:hover > .menu-title:after {
    transition: 0.2s 0.2s border-bottom-width ease-out;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu-dropdown {
    min-width: 100%;
    border-radius: 0.1rem;
    position: absolute;
    background: #fff;
    top: 45px;
    left: -35px;
    z-index: 100;
    transition: 0.5s padding, 0.5s background;
    box-shadow: 0px 0px 15px #777;
    font-size: 18px;
    font-family: "SYht_Normal";
    font-weight: 400;
    color: #999;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu-dropdown:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 101;
    transition: 0.5s border-top;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu:not(:hover) > .menu-dropdown {
    background: #dddddd;
    z-index: 99;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu:hover > .menu-dropdown {
    padding-bottom: 10px;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu:not(:hover) > .menu-dropdown:after {
    border-top-color: #dddddd;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu:not(:hover) > .menu-title:after {
    border-bottom-color: #dddddd;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu-dropdown > * {
    overflow: hidden;
    margin-top: 1px;
    padding: 1px 20px;
    background: transparent;
    white-space: nowrap;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
    text-align: center;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu-dropdown > *:hover {
    background: rgba(0, 0, 0, 0.1);
}

.head .h-all-2 .ha2cent-2 .hall2-2 .menu:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin,
    0.3s color, 0.6s visibility;
    z-index: 99;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .hList > * {
    float: left;
}

.head .h-all-2 .ha2cent-2 .hall2-2 .hList > * + * {
    margin-left: 0;
}

.head .h-all-2 .ha2cent-2 .hall2-2:active {
    transform: scale(1.02);
}

/* LV1 head 内页头部公共 end */
.home_line {
    width: 100%;
    height: 9px;
    background: #185489;
}

.Current {
    width: 100%;
    height: 50px;
    background: #ededed;
}

.Current > dl {
    max-width: 1200px;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    font-size: 16px;
    font-family: "SYht_Normal";
    font-weight: 400;
    color: #2c2c2c;
    position: relative;
}

.Current > dl a {
    color: #2c2c2c;
}

.Current > dl a:hover {
    color: #4396df;
}

.Current .icon_home {
    width: 22px;
    margin-right: 12px;
}

.Current dd {
    position: absolute;
    right: 0;
    font-size: 20px;
    font-family: "SYht_Normal";
    font-weight: 400;
    color: #2c2c2c;
}

/* LV1 centbox 中间公共 start */
.l_centbox {
    width: 100%;
    height: auto;
    background: url(../imgs/bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}

.l_centcont {
    max-width: 1200px;
    width: 70%;
    min-height: 560px;
    background: #fff;
    position: relative;
    /*z-index: 9999;*/
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 auto;
    box-shadow: 0 0 29px rgba(4, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.l_centcont_col {
    max-width: 1200px;
    width: 70%;
    min-height: 530px;
    position: relative;
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 auto;
    box-shadow: 0 0 29px rgba(4, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}

/* LV1 centbox 中间公共 end */
/* LV1 foot 底部公共 start*/
.foot {
    width: 100%;
    height: 227px;
    position: relative;
    background: #1581de;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.foot .footer-img {
    width: 100%;
    height: 100%;
}

.foot .footcent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.foot .footcent p {
    padding: 0px;
    margin: 0px;
}

.foot .footcent p span {
    margin-right: 10px;
}

.foot .dzjg img {
    width: 100%;
}

.foot .footer_font {
    width: auto;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    position: relative;
    margin-left: 10px;
}

.foot .footer_font a {
    color: #fff;
}

.foot .jc {
    width: 110px;
    margin-left: 10px;
    margin-top: 15px;
}

.foot .jc img {
    width: 110px;
    height: 52px;
}

.foot .f_guohui {
    width: 20px;
}

/* LV1 foot 底部公共 end*/
/* LV1 弹窗 start */
.tcbox {
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
}

.tcbox .div_row {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

/*大屏弹窗蓝色头部*/
.layui-layer-title {
    font-size: 22px !important;
    color: #fff !important;
    height: 54px !important;
    line-height: 54px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #027AFF !important;
}

.layui-layer-setwin .layui-layer-close1 {
    width: 20px;
    height: 19px;
    background: url(../imgs/ico_quxiao.png) center no-repeat !important;
    background-size: 100% 100%;
}

/* layer操作图标按钮 */
.layui-layer-iframe .layui-layer-btn {
    background: #ebebeb;
}

.layui-layer-btn a {
    width: 132px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 37px !important;
    line-height: 37px !important;
    font-size: 20px;
    font-family: "SYht_Normal";
    font-weight: 400;
    border-color: 0 !important;
    letter-spacing: 0.1rem;
    border-radius: 5px !important;
    box-sizing: border-box;
    padding: 0px !important;
    margin: 0px 15px !important;
    text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
    color: #fff;
    background-color: #2c7bc0 !important;
}

.layui-layer-btn .layui-layer-btn1 {
    color: #fff;
    background-color: #b3b3b3 !important;
}

.hongdian::before {
    content: "*";
    margin-right: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "SYht_Normal";
    font-weight: 700;
    color: #ff0000;
}

.dw_f_l {
    position: absolute;
    left: -348px;
    bottom: 0px;
}

.dw_f_l img {
    width: 100%;
}

.dw_f_r {
    position: absolute;
    right: -298px;
    bottom: 0;
}

.dw_f_r img {
    width: 100%;
}

.h15 {
    width: 100%;
    height: 15px;
}

.h30 {
    width: 100%;
    height: 30px;
}

.talk {
    width: 75px;
    position: absolute;
    top: 0;
    left: 1230px;
    display: block;
    z-index: 980;
    box-shadow: 0px 0px 9px 0px rgba(179, 179, 179, 0.43);
}

.talk li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    background: #fff;
}

.talk li a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 0;
    text-align: center;
}

.talk li span {
    display: inline-block;
    vertical-align: top;
    color: #027aff;
    font-weight: normal;
    font-size: 24px;
    padding: 8px 0 5px;
}

.talk li p {
    width: 100%;
    font-size: 13px;
    color: #000;
    padding-bottom: 5px;
}

.talk li:hover {
    background: #027aff;
}

.talk li:hover span {
    color: #fff;
}

.talk li:hover p {
    color: #fff;
}

.talk .active {
    background: #027aff;
}

.talk .active span {
    color: #fff;
}

.talk .active p {
    color: #fff;
}

.top {
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.top .L {
    font-size: 16px;
    font-weight: 400;
    color: #353535;
}

.top .R {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #1581de;
}

.top .R img {
    margin-right: 0.07rem;
}

@media screen and (min-width: 100px) and (max-width: 1399px) {
    .talk {
        width: 75px;
        position: absolute;
        top: 0;
        left: 975px;
        display: block;
        z-index: 980;
        box-shadow: 0px 0px 9px 0px rgba(179, 179, 179, 0.43);
    }
}

@media screen and (min-width: 1400px) and (max-width: 1439px) {
    .talk {
        width: 75px;
        position: absolute;
        top: 0;
        left: 1000px;
        display: block;
        z-index: 980;
        box-shadow: 0px 0px 9px 0px rgba(179, 179, 179, 0.43);
    }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .talk {
        width: 75px;
        position: absolute;
        top: 0;
        left: 1030px;
        display: block;
        z-index: 980;
        box-shadow: 0px 0px 9px 0px rgba(179, 179, 179, 0.43);
    }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {
    .talk {
        width: 75px;
        position: absolute;
        top: 0;
        left: 1150px;
        display: block;
        z-index: 980;
        box-shadow: 0px 0px 9px 0px rgba(179, 179, 179, 0.43);
    }
}
