@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.he_downl3 .he_downldli {
    width: 100% !important;
}
.ys_phnavss_modal input {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #fff;
    border: 0;
    outline: none;
    background: none;
}

/* 默认样式reset start*/
.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}
.clearfix:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    -moz-transition: all .36s;
    transition: all .36s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]) {
    cursor: default;
}
img, video {
    max-width: 100%;
    vertical-align: middle;
}

ul,
ol,
li {
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
    line-height: 1;
}

p {
    word-wrap: break-word;
    word-break: normal;
}




/* input,
textarea {
    -webkit-appearance: none;
}

input {
    line-height: normal;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
} */

input:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

input:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

input:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

input:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

/* input,
[tabindex="0"] {
    outline: 0 !important;
} */



a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner {
    border: 0;
    outline: 0;
}

a,
button {
    cursor: pointer;
}

/* 默认样式reset end*/

/* 显示隐藏 */
.ys_show,
.ys_block {
    display: block;
}

.ys_hide {
    display: none;
}


/* 浮动 */
.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ys_header {
    position: relative;
    z-index: 99;
}
/* pc端导航 */
.ys_hd_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    border-bottom: 1px solid #E5EDF4;
}
.he_hd_pc {
    /* padding-right: 34px;
    padding-left: 0px; */
    width: 100%;
    position: relative;
}
.he_hd_pc_le {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.he_hd_lo {
    width: 158px;
    line-height: 80px;
}
.he_hd_lo a {
    width: 100%;
    display: inline-block;
}
.he_hd_searb {
    width: 332px;
    position: relative;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
}
.he_hd_searb input {
    border: 1px solid rgba(225, 225, 225, 1);
    width: 100%;
    height: 40px;
    padding: 0 15px;
    padding-right: 50px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.he_hd_searb img {
    width: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
    cursor: pointer;
}

.he_hd_nav {
    padding-right: 60px;
}
.he_navli {
    margin: 0 23px;
    position: relative;
}
.he_navli .he_hamavg {
    font-size: 16px;
    display: block;
    line-height: 80px;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    color: #45596a;
}
.he_hamavg.yxnav_active1 {
    font-size: 16px;
    display: block;
    line-height: 80px;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    color: #0068b7;
}
.he_down {
    position: fixed;
    top: 80px;
}
.he_down4 {
    width: 100%;
    /* left: 0; */
    height: auto !important;
    background: #fff;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    display: none;
    /* transform: none; */
    max-height: calc(100vh - 80px);
    overflow: auto;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
            box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
}

.he_down4db {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
            height: 100%;
}
.he_downbx {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.he_downl1 .he_downle {
    margin: 0 auto;
}
.he_down4dle {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
    padding: 0;
}
.he_down4 .he_down4dle {
    /* width: 65%; */
}
.he_down4 .he_down4dle .he_down4dti {
    padding-left: 20px;
}
.he_down4dti p {
    font-size: 16px;
    line-height: 1.5;
    color: #0068b7;
    font-weight: bold;
}
.he_down4dldk {
    width: 100%;
    position: relative;
    margin-top: 0;
    /* margin-top: 15px; */
}
.he_down4gle {
    width: 36%;
    background: #F7F9FC;
    padding-left: 133px;
    padding-right: 0;
    padding-top: 44px;
    height: 100%;
}
.he_down4dsb {
    width: 100%;
    position: relative;
}
.he_down4ddg > a {
    padding: 0;
    display: flex;
    align-items: center;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #EAEAEA;
}
.he_down4ddg .hdul_ul {
    margin-top: 10px;
}
.he_down4ddg .hdul_ul a {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    transition: all .4s;
    position: relative;
    padding: 4px;
}
.he_down4ddg .hdul_ul a:hover {
    color: rgb(0, 104, 183);
}
.he_down4dsb a:hover, .he_down4dsb.yxnav_active2  {
    background: #ffff;
}
.he_down4dlh {
    padding-left: 15px;
}
.he_down4dsb a {
    display: block;
    width: 100%;
    padding: 15px 50px 10px 0px;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    border-radius: 3px;
}
/* .he_down4ddg-wrapper a {
    padding: 0;
} */
.he_down4wle {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    padding-right: 10px;
}
.he_down4wle p {
    /* font-size: 16px; */
    line-height: 1.5;
    color: #637381;
}
.he_down4dsb:hover .he_down4wle p, .he_down4dsb.yxnav_active2 .he_down4wle p {
    color: #0068b7;
}
.he_down4wri {
    width: 16px;
    margin-top: 3px;
    opacity: 0;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
}
.he_down4wri img {
    width: 100%;
}
.he_down4dsb.yxnav_active2 .he_down4wri, .he_down4dsb:hover .he_down4wri {
    opacity: 1;
}
.he_down4gri {
    width: 60%;
    border-left: 1px solid #f0f0f0;
    width: 63%;
    padding-left: 76px;
    padding-top: 39px;
    padding-bottom: 50px;
}
.he_down4gtv {
    width: 100%;
    display: none;
}
.he_down4gtv_ul_ll {
    /* display: flex; */
    width: 50%;
}
.he_down4gtv:first-child {
    display: block;
}
/* .he_downri {
    width: 35%;
    background: #f7f9fc;
} */
.he_downri a {
    display: block;
    width: 100%;
    /* padding: 34px 50px; */
}
.he_dowd1p1 p {
    /* font-size: 16px;
    line-height: 1.5; */
    color: #0068b7;
    font-weight: bold;
}
.he_hd_lan {
    position: relative;
}
.he_hd_user {
    position: relative;
    padding-right: 25px;
}
.he_hd_ls {
    padding: 0 !important;
    background: transparent;
    cursor: pointer;
}
.he_hd_lxa {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    display: none;
}
.he_hd_lxa {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120px;
    min-width: 120px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
            box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
}
/* .he_hd_user .he_hd_lxa{
    text-align: left;
} */
.he_hd_ic1 {
    width: 26px;
    line-height: 80px;
}
.he_hd_te {
    padding-right: 0 !important;
    padding-left: 10px;
    display: flex;
}
.he_hd_te img {
    margin-right: 10px;
}
.he_hd_per {
    width: 20px;
    line-height: 66px;
}
.he_hd_ic2 {
    width: 10px;
    line-height: 80px;
}
.he_hd_ic1 img, .he_hd_ic2 img {
    width: 100%;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
}
.he_hd_lan .he_hd_te p,
.he_hd_user .he_hd_te p {
    color: rgb(0, 104, 183);
    font-size: 16px;
    line-height: 80px;
}
.he_hd_lj a:hover,
.he_hd_lj span:hover {
    color: rgb(0, 104, 183);
}
.he_hd_lj {
    margin: 5px 0;
}
.he_hd_lj a,
.he_hd_lj span {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    display: block;
    cursor: pointer;
}
.he_dowd1p2 {
    margin-top: 10px;
}
.he_dowd1p2 p {
    /* font-size: 14px;
    line-height: 1.5; */
    color: #637381;
    font-family: "MondaRegular";
}
.he_dowd1pig {
    /* width: 37%;
    margin-top: 15px; */
}
.he_downrmo {
    margin-top: 15px;
}
.he_b1p1lpk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            color: #337ab7;
}
.he_b1p1lxle {
    padding-right: 9px;
}

.he_down1 {
    width: 100%;
    left: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
            box-shadow: 0px 0px 8px 0px rgba(19, 60, 91, 0.17);
    display: none;
}
.he_downle {
    width: 65%;
    padding: 36px 87px 30px 54px;
}
.he_downldb {
    margin: 0 -30px;
}
.he_downldli {
    /* margin-bottom: 12px; */
    width: 50%;
    padding: 0 30px;
}
.he_downldsb {
    width: 100%;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    padding: 8px 16px;
    border-radius: 3px;
}
.he_downlxle {
    /* width: 20px; */
    position: relative;
}
.he_downlxle img {
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
}
.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.he_img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.he_downlxle .he_img1 {
    opacity: 0;
}
.he_downlxri {
    /* width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px); */
    /* padding-left: 6px; */
}
.he_b1p1lxri {
    width: 17px;
    position: relative;
}
.he_b1p1lxri, .he_mopuig, .he_a3p1bsri {
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
}
.he_downlxri p {
    /* font-size: 16px; */
    line-height: 1.5;
    color: #637381;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    min-height: 3em;
}
.he_down2li a:hover {
    background-color: #f6f7f9;
    color: #0068b7;
}

.he_downldsb:hover {
    background: #f6f7f9;
}

.he_downldsb:hover .he_downlxle .he_img1 {
    opacity: 1;
}

.he_downldsb:hover .he_downlxle .he_img {
    opacity: 0;
}

.he_downldsb:hover .he_downlxri p {
    color: #0068b7;
}
.he_down2 {
    width: 100%;
    padding: 23px 30px;
    background: #ffffff;
    display: none;
}
.he_down2bx {
    width: 100%;
    position: relative;
}
.he_down2li {
    width: 100%;
}
.he_down2li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    color: #637381;
    padding: 10px 16px;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    border-radius: 3px;
}

@media screen and (max-width: 1680px) {
    .he_hd_pc {
        /* padding-left: 25px; */
    }
    .he_hd_searb {
        width: 264px;
    }
    .he_down4ddg-wrapper .he_down4dsb:nth-child(n+2) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1560px) {
    .he_hd_pc {
        /* padding-left: 2.5%; */
    }
    .he_downlxle {
        margin-top: 2px;
    }
}
@media screen and (max-width: 1440px) {
    .he_hd_pc {
        /* padding-left: 6%; */
    }
    .he_hd_lo {
        width: 136px;
        line-height: 70px;
    }
    .he_navli {
        margin: 0px 18px;
    }
    .he_navli .he_hamavg {
        line-height: 70px;
    }
    .he_down {
        top: 70px;
    }
    .he_down4dle {
    }
    .he_down4wle p {
        font-size: 14px;
    }
    .he_hd_lxa {
        top: 70px;
    }
    .he_hd_ic1 {
        line-height: 70px;
    }
    .he_hd_ic2 {
        line-height: 70px;
    }
    .he_downldli {
        margin-bottom: 8px;
    }
    .he_downlxle {
        margin-top: 0px;
    }
    .he_down2 {
        padding: 20px 24px;
    }
	.he_hd_lan .he_hd_te p,
    .he_hd_user .he_hd_te p {
	    line-height: 70px;
	}
}
@media screen and (max-width: 1360px) {
    .he_hd_searb {
        width: 244px;
    }
    .he_hd_searb input {
        height: 38px;
    }
    .he_hd_nav {
        padding-right: 25px;
    }
    .he_navli {
        margin: 0px 15px;
    }

    .he_down4 .he_down4dle {
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
    }
    .he_down4gle {
        padding-right: 20px;
    }
    .he_down4gri {
        padding-left: 25px;
    }
    .he_down4 .he_downri {
        width: 35%;
    }
    .he_downl1 {
        right: -250px;
    }
}
@media screen and (max-width: 1280px) {
    .he_hd_nav {
        padding-right: 19px;
    }
    .he_navli {
        margin: 0 8px;
    }
}
/* 手机端导航 */

.ys_hd_ph {
    display: none;
}

.ys_ph_navbar {
    height: 64px;
}

.ys_phnav_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    height: 64px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
            box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}

.ys_phnav_logo {
    width: 120px;
}

.ys_phnav_logo a {
    width: 100%;
}
.ys_phnav_right {
    display: flex;
}
.ys_phnav_user {
    transform: translateX(-20px);
    position: relative;
}
.wc_phnav_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px);
    padding: 20px;
    background: #f1f1f1;
    color: #999;
}
.wc_phnav_menu .wc_phnav_li {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);

}
.wc_phnav_menu .wc_phnav_li img {
    width: 16px;
}
.wc_phnav_menu span {
    color: #999;
}
.wc_phnav_menu  .wc_phnav_btn{
    position: absolute;
    bottom: 0px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    left: 0;
    line-height: 48px;
    text-align: center;
    color: #333;
}
.ys_phnav_header a,
.ys_phnav_logo,
.ys_phnav_r>div {
    line-height: 64px;
}

.ys_phnav_r>div {
    float: left;
    margin-left: 15px;
}

.ys_phnav_header a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.ys_phnav_menubtn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 28px;
    height: 22px;
}

.ys_phnav_menubtn::before,
.ys_phnav_menubtn::after {
    content: "";
}

.ys_phnav_menubtn span,
.ys_phnav_menubtn::before,
.ys_phnav_menubtn::after {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #666;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    -moz-transition: all .36s;
    transition: all .36s;
}

.ys_phnav_menubtn::before {
    margin-top: -10px;
}

.ys_phnav_menubtn::after {
    margin-top: 10px;
}

.ys_phnav_menubtn.on span {
    opacity: 0;
}

.ys_phnav_menubtn.on::before,
.ys_phnav_menubtn.on::after {
    margin-top: 0;
}

.ys_phnav_menubtn.on::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
         -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

.ys_phnav_menubtn.on::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
         -o-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}

.ys_phnav_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px);
    padding: 20px;
    background: #043c62;
    color: #fff;
}

.ys_ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
    margin-top: 50px;
}

.ys_phs_form {
    position: relative;
    z-index: 1;
    width: 100%;
}

.ys_phs_form input {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 17.5px;
    padding-left: 20px;
    padding-right: 50px;
    color: #fff;
}

.ys_phs_form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, .6);
}

.ys_phs_form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .6);
}

.ys_phs_form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .6);
}

.ys_phs_form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, .6);
}

.ys_phs_form .iconfont {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    color: rgba(255, 255, 255, .6);
}

.ys_ph_nav ul {
    padding: 0 15px;
    display: none;
}

.ys_ph_nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    padding: 1em 0;
    color: #fff;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.ys_ph_nav ul a {
    font-size: 12px;
}
.phone-nav {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: rgba(255, 255, 255, .6);
}

.ys_phnav_lisbox {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.ys_phnav_icon {
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.ys_phnav_icon::before,
.ys_phnav_icon::after {
    content: "";
    position: absolute;
    background: #fff;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    -moz-transition: all .36s;
    transition: all .36s;
}

.ys_phnav_icon::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 1px;
}

.ys_phnav_icon::after {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100%;
}

.ys_phnav_icon.on::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
       -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
         -o-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
}

.ys_phnav_haschild .ys_phnav_icon {
    display: block;
}

.ys_ph_nav li:not(.ys_phnav_haschild)>.ys_phnav_lisbox .ys_phnav_icon {
    display: none;
}

.ys_ph_nav li:not(.ys_phnav_haschild)>.ys_phnav_lisbox>a {
    display: block;
    max-width: 100%;
}

.ys_phmenu_scroll {
    margin-right: -15px;
    padding-right: 15px;
    max-height: -webkit-calc(100% - 85px);
    max-height: -moz-calc(100% - 85px);
    max-height: calc(100% - 85px);
    overflow: scroll;
}

/* 样式二 */



.ys_phnav_search .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: inherit;
}









.ys_phnavss_form {
    width: 100%;
}

.ys_phnavss_form input {
    height: 40px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border-bottom: 1px solid #eee;
}

.ys_phnavss_form button {
    width: 20px;
}

.ys_phnavss_form .iconfont {
    font-size: 20px;
    line-height: 40px;
    color: #1c5cb0;
}




.ys_phmenu_close {
    font-size: 14px;
    line-height: 64px;
    font-weight: bold;
    color: #333;
}













/* 搜索弹窗 */
.ys_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}
.ys_phnavss_modal {
    background: rgba(0, 0, 0, .8);
}
.ys_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}
.ys_modal_close .icon-close {
    width: 18px;
    height: 18px;
}
.ys_modal_container {
    position: relative;
    z-index: 1;
}
.ys_modal_content {
    width: 950px;
    padding: 50px 20px;
    max-width: -webkit-calc(100vw - 40px);
    max-width: -moz-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    max-height: -webkit-calc(100vh - 80px);
    max-height: -moz-calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow: hidden;
    background: #fff;
}
.ys_phnavss_modal .ys_modal_content {
    background: transparent;
    padding: 10px 0 11px;
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.ys_modal_content.mCustomScrollbar .mCustomScrollBox.mCSB_inside {
    margin-right: -15px;
    padding-right: 15px;
    max-width: -webkit-calc(100% + 15px);
    max-width: -moz-calc(100% + 15px);
    max-width: calc(100% + 15px);
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

element.style {
    position: relative;
    top: 0;
    left: 0;
}
.ys_modal_content.mCustomScrollbar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}
.ys_phnavss_form {
    width: 100%;
}
.ys_phnavss_modal .ys_phnavss_form {
    border-bottom: 1px solid #fff;
}
.ys_phnavss_form input {
    height: 40px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border-bottom: 1px solid #eee;
}
.ys_phnavss_modal input {
    color: #fff;
}
.ys_phnavss_modal .ys_phnavss_form input {
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    border-bottom: 0;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ys_phnavss_modal button {
    width: 40px;
    font-size: 16px;
    color: #fff;
}
.ys_phnav_search .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: inherit;
}
.ys_phnavss_btn {
    width: 18px;
    height: 18px;
}

.ys_phnavss_form .iconfont {
    font-size: 20px;
    line-height: 40px;
    color: #1c5cb0;
}
.ys_phnavss_form .iconfont {
    color: #fff;
    font-size: 22px;
}
@media screen and (max-width: 1199px) {
    .ys_modal_container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

.ys_phnavss_modal .ys_modal_close .iconfont {
    color: #fff;
}

.ys_phnavss_modal .ys_modal_content {
    background: transparent;
    padding: 10px 0 11px;
}

.ys_phnavss_modal input {
    color: #fff;
}

.ys_phnavss_modal button {
    width: 40px;
    font-size: 16px;
    color: #fff;
}

.ys_phnavss_modal .ys_phnavss_form {
    border-bottom: 1px solid #fff;
}

.ys_phnavss_modal .ys_phnavss_form input {
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    border-bottom: 0;
}

.ys_phnav_tel {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}

.ys_ph_navbar4 .ys_phmenu_scroll {
    max-height: -webkit-calc(100% - 50px);
    max-height: -moz-calc(100% - 50px);
    max-height: calc(100% - 50px);
}

.ys_ph_navbar4 .ys_phnav_menu {
    background: #f1f1f1;
    color: #999;
}

.ys_ph_navbar4 .ys_ph_nav a {
    color: #999;
}

.ys_ph_navbar4 .ys_phnav_icon::before,
.ys_ph_navbar4 .ys_phnav_icon::after {
    background: #999;
}

.ys_ph_navbar4 .ys_phnav_lisbox {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #1c5cb0;
}

.ys_ph_navbar4 .ys_phnav_header {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ys_ph_navbar4 .ys_phnav_menu {
    padding-top: 0;
}

.ys_phsearch_btn {
    cursor: pointer;
    padding: 9px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

@media screen and (max-width: 1199px) {
    .ys_hd_ph {
        display: block;
    }

    .ys_hd_pc {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .he_phlange {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding-top: 10px;
    }
    .he_phlange a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .he_phlange img {
        width: 20px;
    }
    .he_phlange p {
        color: #333;
        line-height: 1.5;
        padding-left: 10px;
        margin-top: 2px;
    }
}


/* 尾部 */
.ys_footer {
    background: #2b303e;
}
.he_footer {
    width: 100%;
    position: relative;
    padding: 60px 86px 0;
}
.he_folok {
    position: relative;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid rgba(34, 105, 224, 0.24);
    padding: 0 23px 26px;
}
.he_folokri {
    margin-top: 40px;
}
.he_folbsh .clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.he_shrsh {
    margin-left: 22px;
    position: relative;
    cursor: pointer;
}
.he_wexin {
    width: 22px;
}
.he_wexin img {
    width: 100%;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    opacity: 0.53;
}
.he_wexig {
    width: 100px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
}
.he_wexig img {
    width: 100%;
}
.ys_sharebox {
    margin-left: 22px;
    margin-right: 0 !important;
    position: relative;
    z-index: 1;
    /* margin: 0 5px; */
}
.ys_sharebox img {
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    opacity: 0.53;
}
.ys_sharebox a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
}
.he_folodb {
    padding: 25px 25px 70px;
    width: 100%;
    position: relative;
}
.he_folodle {
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
}
.he_foloddc {
    /* width: 936px; */
    width: auto !important;
    max-width: 100%;
}
.he_foloddm, .he_folse {
    width: 936px;
    max-width: 100%;
}
.he_folse {
    margin-top: 48px;
}
.he_folodsn {
    margin-right: 80px;
}
.he_folodsn a {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
}
.he_folsele {
    width: -webkit-calc(100% - 156px);
    width: -moz-calc(100% - 156px);
    width: calc(100% - 156px);
    padding-right: 17px;
}
.he_folsedc {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}
.he_folsedc input {
    width: 100%;
    height: 100%;
    padding: 0 37px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    background: none;
}
.he_folseri {
    width: 156px;
    background: #0068b7;
    border-radius: 3px;
    cursor: pointer;
}
.he_folseri p {
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    color: #fff;
}
.he_folmnav {
    width: 100%;
    margin-top: 52px;
}
.he_folmnfl {
    width: auto !important;
    margin-right: 58px;
    padding-right: 0 !important;
}
.he_folmnfl:nth-child(2) {
    padding-right: 30px !important;
}
.he_folmnti p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.he_folmnti a {
    color: #fff;
}
.he_folmndb {
    width: 100%;
    margin-top: 14px;
}
.he_folmnda {
    margin-bottom: 10px;
}
.he_folmnda a {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    -moz-transition: all 0.36s;
    transition: all 0.36s;
    position: relative;
    padding-right: 14px;
}
.he_folmnda img {
    width: 27px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 100%;
}
.he_folodri {
    width: 360px;
    margin-top: 70px;
}
.he_folodfsn {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    height: 200px;
}
.he_folodfsn p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.he_banquan {
    border-top: 1px solid rgba(34, 105, 224, 0.24);
    padding: 20px 15px;
    text-align: center;
}
.he_banquan p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.18);
}
.he_banquan p a {
    color: rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 1680px) {
    .he_folmnfl {
        margin-right: 48px;
    }
}
@media screen and (max-width: 1560px) {
    .he_foloddm, .he_folse {
        width: 820px;
    }
    .he_folmnfl {
        margin-right: 22px;
    }
}
@media screen and (max-width: 1440px) {
    .he_foloddm, .he_folse {
        width: 760px;
    }
    .he_folmnfl {
        margin-right: 34px;
    }
    .he_folodri {
        width: 260px;
    }
    .he_folodfsn p {
        font-size: 24px;
    }
    .he_folodle {
        width: -webkit-calc(100% - 260px);
        width: -moz-calc(100% - 260px);
        width: calc(100% - 260px);
    }
}
@media screen and (max-width: 1360px) {
    .he_folmnfl {
        margin-right: 26px;
    }
}

@media screen and (max-width: 1280px) {
    .he_footer {
        padding: 60px 50px 0;
    }
    .he_foloddm, .he_folse {
        width: 660px;
    }
    .he_folodsn {
        margin-right: 34px;
    }
    .he_folodri {
        width: 260px;
    }
    .he_folodfsn p {
        font-size: 24px;
    }
    .he_folodle {
        width: -webkit-calc(100% - 260px);
        width: -moz-calc(100% - 260px);
        width: calc(100% - 260px);
    }
}
@media screen and (max-width: 1199px) {
    .he_footer {
        padding: 60px 40px 0;
    }
    .he_folmnav {
        display: none;
    }
    .he_folodri {
        margin-top: 50px;
    }
    .he_banquan p {
        font-size: 12px;
    }
    .he_folodle {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .he_footer {
        padding: 40px 20px 0;
    }
    .he_folok {
        padding: 0 10px 26px;
    }
    .he_shrsh {
        margin-left: 8px;
        margin-right: 7px;
    }
    .he_folodb {
        padding: 20px 10px 36px;
    }
    .he_folodsn {
        margin-right: 20px;
    }
    .he_folodsn a {
        font-size: 14px;
    }
    .he_folsele {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .he_folsedc {
        height: 40px;
    }
    .he_folsedc input {
        padding: 0 10px;
        font-size: 14px;
    }
    .he_folseri {
        width: 100px;
    }
    .he_folseri p {
        font-size: 14px;
        line-height: 40px;
    }
    .he_folodri {
        margin-top: 25px;
        width: 180px;
    }
    .he_folodfsn {
        height: 110px;
    }
    .he_folodfsn p {
        font-size: 18px;
    }
}

.he_down4ddg-wrapper {
    display: flex;
    width: 100%;
}

.he_down4ddg-column {
    width: 48%;
}

.he_down4ddg-left-column {
    float: left;
    margin-right: 4%;
}

.he_down4ddg-right-column {
    float: right;
}