@charset "utf-8";

/*公共*/
body {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    background: #f6f6f6;
}

* {
    font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}

@font-face {
    font-family: "iskpota";
    src: url("../fonts/iskpota.woff2") format("woff2"),
        url("../fonts/iskpota.woff") format("woff"),
        url("../fonts/iskpota.ttf") format("truetype"),
        url("../fonts/iskpota.eot") format("embedded-opentype"),
        url("../fonts/iskpota.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TT0037M_";
    src: url("../fonts/TT0037M_.woff2") format("woff2"),
        url("../fonts/TT0037M_.woff") format("woff"),
        url("../fonts/TT0037M_.ttf") format("truetype"),
        url("../fonts/TT0037M_.eot") format("embedded-opentype"),
        url("../fonts/TT0037M_.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.g_content {
    width: 1200px;
    margin: auto;
}

.he2_contez {
    width: 1200px;
    margin: auto;
    position: relative;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

/*规范*/
.he2_title1 {
    font-size: 26px;
    line-height: 1.5;
}

.he2_title2 {
    font-size: 24px;
    line-height: 1.5;
}

.he2_title3 {
    font-size: 20px;
    line-height: 1.75;
}

.he2_title4 {
    font-size: 18px;
    line-height: 1.75;
}

.he2_title5 {
    font-size: 16px;
    line-height: 1.75;
}

.he2_title6 {
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
}

.he2_word1 p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}

.he2_word2 p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.he2_word3 p {
    font-size: 12px;
    line-height: 1.75;
}

/*规范*/
/*pc导航选中*/
.yxnav_active1 .g_nav1 {}

.yxnav_active2 .g_nav2 {}

/*ph导航选中*/
.yxnav_active1.g_phnav1 {
    color: #01438d;
}

.yxnav_active2.g_phnav2 {
    color: #01438d;
}

.yxnav_active3.g_phnav3 {
    color: #01438d;
}

.header2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #01438d;
    display: none;
}

.header2 .logo {
    width: 200px;
    line-height: 64px;
}

.header2 .logo img {
    width: 100%;
}

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
    padding-top: 25px;
}

.header2 .phsearch img {
    width: 100%;
}

.ph_mea_cl {
    overflow: hidden;
    width: 28px;
    height: 100%;
}

.header2 .menuph {
    width: 28px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.header2 .menuph .point: .navbtn,
.header2 .menuph .point: .navbtn::after,
.header2 .menuph .point: .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

.header2 .menuph .navbtn::after {
    top: -10px;
}

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}

.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}

.wj_header_i_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}

/*电话*/
.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;

}

.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 16px;
    color: #999;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

.wj_hin_r_en a {
    color: #fff;
}

.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}

.wj_hin_r_en {
    margin-right: 12px;
}


.he2_conte {
    margin-top: -90px;
    overflow: hidden;
}

.he2_bgti img {
    position: relative;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.he2_shla {
    background: #fff;
    position: relative;
    border-top: 1px solid transparent
}

.he2_heleimg {
    width: 525px;
}

.he2_heleimg img {
    width: 100%;
}

.he2_heleimg a {
    display: block;
}

.he2_headtop {
    padding-bottom: 22px;
}

.he2_headtople {
    margin-top: 18px;
}

.he2_heriin {
    height: 40px;
}

.he2_inpt {
    height: 100%;
}

.he2_inpt input {
    width: 197px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 18px;
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.he2_heapoit {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.he2_heabox {
    position: relative;
    width: 100%;
}

.he2_heapoi {
    padding-bottom: 40px;
}

.he2_inpt input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.he2_inptinput:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.he2_inptinput::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.he2_inptinput:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.he2_sousuo {
    width: 46px;
    height: 40px;
    background: #01438d;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.he2_sousuo img {
    width: 18px;
}

.he2_wxicon {
    width: 28px;
    margin-left: 26px;
    line-height: 40px;
    cursor: pointer;
}

.he2_wxicon img {
    width: 100%;
    opacity: 0.4;
    transition: all 0.36s;
}

.he2_headtopri {
    margin-top: 30px;
}

.he2_heriwx {
    position: relative;
    padding-right: 13px;
}

.he2_wxcode {
    width: 115px;
    position: absolute;
    top: 44px;
    left: -18px;
    display: none;
}

.he2_wxcode .he2_cofl {
    width: 100%;
    position: relative;
}

.he2_cofl1 {
    padding-top: 13px;
    padding: 16px 8px 8px;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.he2_heaboul {
    margin: 0 -35px;
    padding: 0 30px;
}

.he2_heaboli {
    transition: all 0.36s;
    position: relative;
}

.he2_heaboli a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 35px 13px;
}

.he2_helidown {
    background: rgba(139, 20, 20, 0.94);
    position: absolute;
    width: 100%;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}


.he2_heaboli.yxnav_active1 {
    background: rgba(122, 12, 12, 0.94);
}

.he2_helidoli {
    transition: all 0.36s;
}

.he2_helidoli.yxnav_active2 {
    background: rgba(122, 12, 12, 0.94);
}

.he2_helidoli a {
    padding: 12px 35px;
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.he2_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.g_syhead {
    position: relative;
    height: 150px;
}

.g_syhead.act .he2_heabox {
    position: fixed;
    top: -101px;
    z-index: 999;
    /* width: 100%; */
}

.he2_bannli {
    display: none;
}

.he2_bannli a {
    display: block;
    position: relative;
    width: 100%;
}

.he2_bannlin {
    width: 100%;
    position: relative;
}
.he2_bannliny{
    width: 100%;
    position: relative;
}
.he2_bannliny a{
    display: block;
    width: 100%;
}
.he2_bannliny a img{
    width: 100%;
}

.he2_bannlin a {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
}

.he2_bannlin img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he2_bannul {
    width: 100%;
    position: relative;
}

.he2_bannli a img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}

.he2_bannli a video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.he2_bannul .slick-dots li.slick-active {
    background: #01438d;
}

.he2_bannul .slick-dots li {

    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #fff;
    border: none;
}

.he2_bannul .slick-dots {
    bottom: 110px;
}

.he2_foot {
    position: relative;
    width: 100%;
}

.he2_content {
    height: 500px;
}

.he2_fobgt img {
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.he2_fottop {
    border-bottom: 1px solid rgba(178, 178, 178, 0.2);
}

.he2_fotnaul {
    margin: 0 -33px;
    padding: 0 43px;
}

.he2_fotna {
    position: relative;
}

.he2_fotna::after {
    content: '';
    width: 100vw;
    height: 1px;
    background: rgba(178, 178, 178, 0.2);
    position: absolute;
    top: 67px;
    left: -360px;
}

.he2_fotnali {
    transition: all 0.36s;
}

.he2_fotnali a {
    padding: 22px 33px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.he2_fotbot {}

.he2_fotbotle {
    width: 525px;
    margin-top: 36px;
}

.he2_fotbotle img {
    width: 100%;
}

.he2_fotbotri {
    margin-top: 43px;
}

.he2_fotgble {
    width: calc(100% - 295px);
}

.he2_fotgbri {
    width: 295px;
}


.mc_select_yqlj .mc_select_hd {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(205, 205, 205, .5);
    padding: 0 20px;
    cursor: pointer;
}

.mc_select_yqlj .mc_select_show {
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 10px 0px;
}

.mc_select_yqlj .mc_select_xtbbox {
    width: 14px;
    transition: all 0.36s;
}

.mc_select_xtbbox.act {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mc_select_yqlj .mc_select_xtbbox img {
    width: 100%;
}

.mc_select_yqlj .mc_select_xtbbox {
    padding: 17px 0;
}

.mc_icon_xjt {
    width: 10px;
}

.mc_select {
    position: relative;
}

.mc_select_yqlj .mc_select_bd {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    border: 1px solid rgba(205, 205, 205, .5);
    border-top: 0;
    max-height: 120px;
    padding: 15px 0;
    background: rgba(139, 20, 20, 1);
    z-index: 10;

}

.mc_ft_r {
    width: 100%;
}

.mc_select_yqlj .mc_select_li {
    font-size: 16px;
    padding: 2px 0;
}

/* plaeceholder样式改变 */
.mc_select_yqlj .mc_select_show::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.mc_select_yqlj .mc_select_show:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.mc_select_yqlj .mc_select_show::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.mc_select_yqlj .mc_select_show:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.mc_select_yqlj .mc_select_showbox {
    width: calc(100% - 14px);
    height: 100%;
    line-height: 50px;
}

.mc_select_yqlj .mc_select_list {
    padding: 3px 0;
}

.mc_select_yqlj .mc_select_a {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 20px;
    color: rgba(255, 255, 255, 0.5);
}

.mc_select_bd {
    display: none;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, .5) !important;
}

.he2_fotbli {
    width: 50%;
    padding: 0 44px;
}

.he2_fotbtle {
    margin-top: 33px;
    width: 100%;
}

.he2_fotbul {
    margin: 0 -44px;
}

.he2_fotblsp span {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
}

.he2_fotlltr {
    margin-right: 30px;
}

.he2_fotlte p,
.he2_fotlltr p {
    line-height: 32px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.he2_fenx {
    margin-top: 28px;
}


.l_r_topb {
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 27px;
    transition: all .36s;
    margin: 0 7px;
}

.l_r_topb i {
    width: 26px;
    height: 27px;
    display: block;
}

.iconfont img {
    width: 100%;
}

.l_r_topb .bshare_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.l_r_topb .bsPromo {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.l_r_topb .bshare_box a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0 !important;
}

.he2_powe {
    width: 100%;
    background: #01438d;
    text-align: center;
    padding: 13px 10px;
}

.he2_powe p {
    display: inline-block;
    letter-spacing: 1px;
}

.he2_powe .he2_powelr {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.2);
    padding-right: 10px;
}

.he2_powele {
    font-family: 'Arial';
    display: inline-block;
}

.he2_powele a {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.1);
}

.he2_powelr img {
    width: 50px;
    line-height: 24px;
    margin-left: 10px;
}

.he2_conte {
    background: #fff;
    position: relative;
}

.he2_swch {
    text-align: center;
    position: relative;
}

.he2_swchtop {
    margin-top: 25px;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
}

.he2_swbtn.act {
    background: #01438d;
    color: #fff;
    transition: all 0.36s;
}

.he2_swbtn {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: inline-block;
    padding: 5px 50px;
    cursor: pointer;
    transition: all 0.36s;
}

.he2_more {
    position: absolute;
    right: 50px;
    top: 38px;
    cursor: pointer;
}

.he2_more a {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    position: relative;
}

.he2_more a::after {
    content: '';
    width: 0px;
    height: 2px;
    background: #bd8282;
    position: absolute;
    top: 20px;
    left: 0;
    transition: all 0.36s;
}

.he2_newxin:not(:first-child) {
    display: none;
}

.he2_newxin {
    margin-top: 22px;
    transition: all 0.36s;
}

.he2_newxinli {
    width: 25%;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.36s;
    position: relative;
}

.he2_newxinli::after {
    content: '';
    width: 0px;
    height: 2px;
    background: #01438d;
    position: absolute;
    bottom: 0;
    transition: all 0.36s;
}

.he2_newxinli a {
    display: block;
}

.he2_neinlibox {
    width: 100%;
    padding: 23px 45px 29px;
}

.he2_neinlibimg {
    width: 14px;
}

.he2_neinlibimg img {
    width: 100%;
}

.he2_neinlibte {
    margin-left: 10px;
}

.he2_neinlibte span {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Arial';
    color: #666666;
}

.he2_neinlibp {
    margin-top: 8px;
}

.he2_neinlibp p {
    font-size: 16px;
    color: #333333;
    text-align: left;
    height: 56px;
    overflow: hidden;
    transition: all 0.36s;
    margin-bottom: 0px;
}

.he2_newxinli:last-child {
    border-right: none;
}

.he2_newzx {
    margin-top: 64px;
    position: relative;
    z-index: 10;
}

.he2_newzxle {
    width: calc(100% - 333px);
    padding-right: 50px;
    position: relative;
    z-index: 5;
}

.he2_newxinul {
    position: relative;
    z-index: 5;
}

.he2_newzxri {
    width: 333px;
    text-align: center;
}

.he2_newzxleto h4 {
    font-size: 26px;
    color: #333333;
    line-height: 26px;
    font-weight: bold;
    position: relative;
}

.he2_newzxlebo {
    margin-top: 50px;
}

.he2_newzxleto h4::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #01438d;
    position: absolute;
    top: 44px;
    left: 0;
}

.he2_newzxleto span {
    display: inline-block;

}

.he2_newzxleto a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #999;
    margin-top: 5px;
    position: relative;
    transform: all 0.36s;
}

.he2_newzxleto a::after {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    background: #bd8282;
    top: 20px;
    left: 0;
    transition: all 0.36s;
}

.he2_newzxleble {
    width: 342px;
}

.newzxlebri {
    width: calc(100% - 342px);
    padding-left: 34px;
}

.he2_nweimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.he2_nweimg img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.he2_nweijpg {
    position: absolute;
    top: 0;
    left: 0;
}

.he2_nweipng {
    position: relative;
    top: 0;
    left: 0;
}

.he2_nweite {
    margin-top: 30px;
}

.he2_nweitele h4 {
    font-size: 30px;
    line-height: 26px;
    color: #972e2f;
    font-family: 'Arial';
}

.he2_nweitele span {
    font-size: 14px;
    color: #464646;
    line-height: 26px;
    font-family: 'Arial';
    display: block;
    margin-top: 5px;
}

.he2_nweitele {
    width: 65px;
    border-right: 1px solid #d2d2d2;
    text-align: center;
}

.he2_nweiteri {
    width: calc(100% - 65px);
    padding-left: 25px;
}

.he2_nweiteri p {
    line-height: 1.75;
    color: #464646;
    height: 56px;
    overflow: hidden;
    transition: all 0.36s;
    margin-bottom: 0px;
}

.newzxlebri a span {
    display: inline-block;
    font-family: 'iskpota' !important;
    font-size: 14px;
    line-height: 30px;
    transition: all 0.36s;
    color: #999999;
    width: 55px;
    float: left;
}

.newzxlebri a p {
    display: inline-block;
    line-height: 1.75;
    color: #333333;
    transition: all 0.36s;
    letter-spacing: 1px;
    width: calc(100% - 55px);
    float: left;
    height: 28px;
    overflow: hidden;
    margin-bottom: 0;
}

.newzxlebri{
    display: block;
    margin-bottom: 11px;
}
.g_new{
    margin-bottom: 11px;
}

.newzxlebri:last-child {
    margin-bottom: 0px;
}

.he2_ylinj {
    width: 100%;
    background-size: 100%;
    margin-bottom: 30px;
}


.he2_ylinj a {
    padding: 22px 0 20px;
    display: block;
}

.he2_ylinj:last-child {
    margin-bottom: 0px;
}

.he2_ylinj img {
    width: 100%;
    width: 42px;
    display: inline-block;
}

.he2_topte {
    margin-top: 7px;
}

.he2_topte p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.he2_fripi {
    position: relative;
    padding-bottom: 65px;
}

.he2_gbte {
    width: 425px;
    position: absolute;
    top: 210px;
    left: 10px;
    z-index: 2;
}

.he2_gbte img {
    width: 100%;
}

.he2_xueshu {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}

.he2_xueshule {
    width: 390px;
}

.he2_xueshuri {
    width: calc(100% - 390px);
    padding-left: 30px;
}

.he2_xueshu .he2_newzxleto h4 {
    color: #fff;
}

.he2_xueshu .he2_newzxleto h4::after {
    background: #fff;
}

.he2_xueshu .he2_newzxleto a {
    color: #fff;
    transform: all 0.36s;
}

.he2_xueshu .he2_newzxleto a::after {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    background: #bd8282;
    top: 20px;
    left: 0;
    transition: all 0.36s;
}

.he2_xusulebt {
    margin-top: 43px;
    background: rgba(139, 20, 20, 0.9);
    padding: 12px 25px 25px;
    position: relative;
}

.he2_xupote {
    width: 197px;
    bottom: 20px;
    position: absolute;
    right: 15px;
}

.he2_xupote img {
    width: 100%;
}

.he2_xusulitbt {
    font-size: 14px;
    line-height: 23px;
    padding: 0 5px;
    background: #fff;
    display: inline-block;
    color: #01438d;
    margin-right: 12px;
}

.he2_xusulitop span {
    color: rgba(255, 255, 255, 0.6);
}

.he2_xusulibo {
    margin-top: 10px;
}

.he2_xusulibo p {
    line-height: 1.75;
    color: #fff;
    height: 56px;
    overflow: hidden;
    transition: all 0.36s;
    margin-bottom: 0px;
}

.he2_xusuli {
    border-bottom: 1px solid rgba(195, 140, 141, 0.5);

    position: relative;
    z-index: 10;
}

.he2_xusuli a {
    display: block;
    padding-bottom: 9px;
    padding-top: 13px;
}

.he2_xusrcnul {
    margin-top: 43px;
}

.he2_xusrcnli {
    width: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.96);
}

.he2_xusrcnli a {
    padding: 30px;
    display: inline-block;
    height: 242px;
}

.he2_xusrcnli h4 {
    color: #333333;
    max-height: 56px;
    overflow: hidden;
    transition: all 0.36s;
}

.he2_xusrcnli span {
    font-size: 14px;
    line-height: 22px;
    color: #afafaf;
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
}

.he2_xusrcnli p {
    color: #999999;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 0;
}

.he2_xunlpoi {
    font-size: 16px;
    line-height: 22px;
    color: #01438d;
    position: absolute;
    bottom: 31px;
}

.he2_swbtom {
    position: relative;
    z-index: 10;
}

.he2_xusrcnli:nth-child(1) {
    background: rgba(239, 239, 239, 0.96);
}

.he2_xusrcnli:nth-child(4) {
    background: rgba(239, 239, 239, 0.96);
}

.he2_jdszbox {
    padding-top: 53px;
    padding-bottom: 60px;
}

.he2_jdszble {
    width: calc(100% - 525px);

}

.he2_jdszbri {
    width: 525px;
    padding-left: 55px;
}

.he2_jdszblbot {
    margin-top: 52px;
}

.he2_jdszotul {
    margin: 0 -15px;
}

.he2_jdszotli {
    width: 50%;
    padding: 0 15px;
}

.he2_jdblbole {
    width: 100%;
}

.he2_jlboleimg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.he2_jlboleimg img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.he2_jdblbote {
    margin-top: 15px;
}

.he2_jdblbote h4 {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    height: 56px;
    overflow: hidden;
    transition: all 0.36s;
}

.he2_jdblbote span {
    font-size: 14px;
    line-height: 1.74;
    color: #666;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.he2_jdblbote p {
    color: #333333;
    height: 72px;
    overflow: hidden;
}

.he2_jdmo {
    font-size: 16px;
    line-height: 22px;
    color: #01438d;
    margin-top: 18px;
    position: relative;
}

.he2_jdmo::after {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    background: #bd8282;
    top: 20px;
    left: 0;
    transition: all 0.36s;
}

.he2_jdszile {
    width: 75px;
    background: #01438d;
    border-radius: 5px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 8px;
}

.he2_jdszile h4 {
    font-family: 'iskpota' !important;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
}

.he2_jdszile span {
    font-family: 'iskpota' !important;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.he2_jdszibot {
    margin-top: 50px;
}

.he2_jdsziri {
    width: calc(100% - 75px);
    padding-left: 21px;
}

.he2_jdsziriic {
    width: 13px;
}

.he2_jdsziriic img {
    width: 100%;
}

.he2_jdszirte {
    margin-left: 8px;
}

.he2_jdszirte span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #01438d;
}

.he2_xuzp {
    margin-top: 5px;
}

.he2_xuzp p {
    line-height: 1.75;
    color: #333;
    margin-bottom: 0;
    transition: all 0.36s;
    height: 56px;
    overflow: hidden;
}

.he2_jdszibli {
    margin-bottom: 18px;
}

.he2_jdszibli:last-child {
    margin-bottom: 0;
}

.he2_rwgsbn {
    padding-top: 44px;
    padding-bottom: 65px;
}

.he2_rwgsbox {
    background-image: url('../images/sytgs.jpg');
    background-repeat: no-repeat;
}

.he2_rwgscoul {
    margin: 0 -3px;
}

.he2_rwgscoli {
    width: 25%;
    padding: 0 3px;
    position: relative;
}

.he2_rwolibo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.he2_rwolibo img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.he2_rwgscobo {
    margin-top: 65px;
    position: relative;
}

.he2_rwolibo::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    z-index: 20;
    left: 0;
}

.he2_bokrt {
    width: 25px;
    height: 24px;
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 30;
}

.he2_bokrt img {
    width: 100%;
}

.he2_telb {
    position: absolute;
    left: 32px;
    bottom: 25px;
    z-index: 30;
}

.he2_telb h4 {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.he2_lebtn,
.he2_ribtn {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 5px 19.4px 0.6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.he2_lebtn img,
.he2_ribtn img {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he2_lebtn {
    left: -73px;
}

.he2_ribtn {
    right: -73px;
}

.he2_mtjzbox {
    padding-top: 55px;
    padding-bottom: 60px;
}

.he2_mtjzbbot {
    margin-top: 55px;
}

.he2_mtjzbbtul {
    margin: 0 -18px;
}

.he2_mtjzbbtli {
    width: 33.333333%;
}

.he2_mtjzbbtli a {
    display: block;
    padding: 0 18px;
}

.he2_mttlibox {
    width: 100%;
    border-top: 6px solid #01438d;
    padding: 23px 17px 27px;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.06);
}

.he2_mtibtole {
    position: relative;
    overflow: hidden;
    width: 89px
}

.he2_mtibtole img {
    width: 100%;
    height: 100%;
}

.he2_mtibtori {
    width: calc(100% - 89px);
    padding-left: 10px;
}

.he2_mtibtori h4 {
    color: #333333;
    letter-spacing: 1px;
    height: 56px;
    overflow: hidden;
    transition: all 0.36s;
}

.he2_mtibtori span {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    display: block;
    margin-top: 8px;
}

.he2_mttlibbt {
    margin-top: 11px;
}

.he2_mttlibbt p {
    color: #999999;
}

.he2_mjmo {
    font-size: 16px;
    line-height: 22px;
    color: #01438d;
    margin-top: 30px;
    position: relative;
}
.he2_mjmo::after{
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    background: #bd8282;
    top: 20px;
    left: 0;
    transition: all 0.36s;
}

.he2_yttopbm {
    width: 100%;
    margin-top: 55px;
}

.he2_yttbmli {
    width: 20%;
}

.he2_ytbmxim {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.he2_ytbmxim img {
    width: 100%;
    height: 100%;
}

.he2_ytbebo {
    height: 115px;
    position: relative;
    border-right: 1px solid #f3f3f3;
}

.he2_ytbmxte {
    background: #fff;
    padding: 27px 65px;
    position: absolute;
    height: 100%;
    bottom: 0;
    transition: all 0.36s;
}

.he2_yttbmli:last-child .he2_ytbmxte {
    border: none;
}

.he2_ytbmxte p {
    color: #333333;
    line-height: 1.75;
    transition: all 0.36s;
    max-height: 56px;
    overflow: hidden;
}

.he2_yttbmlibox {
    position: relative;
}

.he2_yxyan {
    width: 145px;
    position: absolute;
    top: 30px;
    right: 10px;
}

.he2_yxyan img {
    width: 100%;
}

.he2_bgtbox {
    position: relative;
    margin-top: -82px;
    z-index: 10;
}

.he2_rgbteq {
    width: 420px;
    position: absolute;
    top: 155px;
    left: 60px;
    z-index: -1;
}

.he2_rgbteq img {
    width: 100%;
}

.he2_contezle {
    width: 250px;
}

.he2_contezri {
    width: calc(100% - 280px);
    margin-left: 30px;
    background: #fff;
    position: relative;
}

.he2_cntzlet {
    background: rgba(1,67,141, 0.8);
    text-align: center;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.he2_cntzlet h4 {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
}

.he2_cntzlet span {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.he2_cntzleb {
    padding: 15px 40px 90px;
    box-shadow: 2.5px 4.3px 14px 0px rgba(0, 0, 0, 0.07);
    background: rgba(246, 246, 246, 0.5);
}

.he2_cntzlebli a {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    transition: all 0.36s;
    padding: 13px 0px 11px;

}

.he2_cntzlebli.on a {
    color: #01438d;
}

.he2_cntzlebli {

    border-bottom: 1px solid #cfcfcf;
}

.he2_cntzrito {
    width: 100%;
    padding: 22px 36px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.he2_cntitole {
    position: relative;
    padding-bottom: 21px;
}

.he2_cntitole h4 {
    color: #333333;
    position: relative;
}

.he2_cntitole h4 span {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
}

.he2_cntitole::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #01438d;
    bottom: 0px;
    left: 0;
}

.he2_cnindefl {
    width: 14px;
}

.he2_cnindefl a {
    line-height: 20px;
    display: block;
}

.he2_cnindefl a img {
    width: 100%;
    display: inline-block;
}

.he2_cninderi a {
    display: block;
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    transition: all 0.36s;
}

.he2_cninderi {
    margin-left: 7px;
}

.he2_cntitori {
    margin-top: 8px;
}

.he2_cntzribo {
    padding: 0px 37px;
}

.he2_cntzriboli {
    border-bottom: 1px solid #e6e6e6;
}

.he2_cntzriboli a {
    display: block;
    padding: 17px 15px 22px;
}

.he2_cnibole {
    width: 70px;
    text-align: right;
display:none;
}

.he2_cnibole h4 {
    color: #01438d;
    transition: all 0.36s;
}

.he2_cnibole span {
    transition: all 0.36s;
    color: #01438d;
}

.he2_cnibori {
    width: calc(100% - 70px);
}

.he2_cntzriboul {
    margin-top: 8px;
}

.he2_cniboriri {
    width: 36px;
    height: 36px;
    background: #01438d;
    position: relative;
}

.he2_cniboriri img {
    width: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he2_cniborile {
    width: calc(100% - 36px);
    padding-left: 75px;
    padding-right: 40px;
    position: relative;
}

.he2_cniborile h4 {
    color: #333333;
    letter-spacing: 1px;
    position: relative;
    margin-top: 5px;
    transition: all 0.36s;
    max-height: 56px;
    overflow: hidden;
}

.he2_cniborile::after {
    content: '';
    width: 36px;
    height: 1px;
    background: #01438d;
    position: absolute;
    top: 18px;
    left: 17px;
}

.he2_cniborile p {
    color: #999999;
    margin-bottom: 0px;
    letter-spacing: 1px;
    margin-top: 10px;
    max-height: 48px;
    overflow: hidden;
}

.he2_fybox {
    margin-top: 40px;
    margin-bottom: 48px;
}

/* 分页 */
.mc_fybtn {
    padding: 0 2px;
}

.mc_pcfy a {
    float: left;
}

.he2_transla {
    padding-bottom: 60px;
}

.mc_fybtn a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

.mc_phfy {
    display: none;
}

.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.pc_fenye li {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #a4a4a4;
    text-align: center;
    margin: 0px 10px;
    transition: .3s;
}

.pc_fenye li.activepage {
    color: #fff;
    background-color: #01438d;
}

.w_fenyeph {
    display: none;
}

.pc_fenye li.clolr {
    color: #01438d;
}

.he2_cntzrieto {
    padding: 0px 63px 60px;
}

.he2_czrietoim {
    padding: 40px 0px 30px;
    width: 100%;
}

.he2_czrietoim img {
    width: 100%;
}

.he2_czrietote p {
    color: #666666;
    margin-bottom: 0px;
}

.he2_cntzrieto2 {
    padding: 27px 65px 65px;
}

.he2_ieto2 p {
    color: #666666;
}

.he2_transla1 .he2_contezri {
    width: 100%;
}

.he2_transla1 .he2_cntitole h4 {
    font-weight: bold;
    color: #01438d;
}

.he2_cntisp {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}

.he2_transla1 .he2_cntzrito {
    padding: 15px 36px 0px;
    background: #fff;
}

.he2_transla1 .he2_cntitole h4::after {
    top: 64px;
}

.he2_transla1 .he2_cntitori {
    margin-top: 12px;
}

.he2_transla1 .he2_contezri {
    margin-left: 0px;
    background: rgba(255, 255, 255, 0.9);
}

.he2_cntzribtmb {
    padding: 33px 60px 65px;
}

.he2_cnrimbtit {
    text-align: center;
}

.he2_cnrimbtit h4 {
    color: #333333;
    letter-spacing: 1px;
}

.he2_cnrbtbt {
    text-align: center;
    margin-top: 23px;
    margin-bottom: 23px;
}

.he2_cnrbtbt span {
    font-sizE: 14px;
    line-height: 22px;
    color: #999999;
    display: inline-block;
}

.he2_cnrbtbt span:nth-child(2) {
    margin: 0 25px;
    letter-spacing: 1px;
}

.he2_edit p {
    color: #666;
}

.he2_swqieh {
    border-top: 1px solid #e9e9e9;
    position: relative;
}

.he2_swqieh::after {
    content: '';
    width: 54px;
    height: 1px;
    background: #01438d;
    position: absolute;
    top: -1px;
    left: 0;
}

.he2_swqit p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    width: calc(100% - 56px);
    float: left;
    transition: all 0..36s;
}

.he2_swqit span {
    color: #333;
    float: left;
    line-height: 20px;
    width: 56px;
}

.he2_swqit a {
    display: block;
    margin-top: 18px;
}

.he2_swqit {
    margin-top: 27px;
    font-size: 14px;
    line-height: 20px;
}

.he2_swqieh {
    margin-top: 50px;
}

.he2_yslist {
    padding: 35px 36px 0;
}

.he2_yslistul {
    margin: 0 -22px;
}

.he2_yslistli {
    padding: 0 22px;
    width: 33.333333%;
    margin-bottom: 38px;
}

.he2_yslistli a {
    display: block;
}

.he2_yslisim {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.he2_yslisim img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.he2_ysliste h4 {
    color: #333333;
    font-weight: bold;
    margin-top: 17px;
    max-height: 56px;
    overflow: hidden;
    transition: all 0.36s;
}
.he2_ysliste{
    height: 68px;
}
.he2_ysliste span {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    font-family: "iskpota" !important;
}

.he2_fyboxd {
    margin-top: 10px;
    margin-bottom: 55px;
}

.he2_rwbtobox {
    padding: 0 36px;
}

.he2_rwtobxul {
    margin: 0 -17px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.he2_rwtobxli {
    padding: 0 17px;
    width: 50%;
    margin-bottom: 33px
}

.he2_rwtobxli a {
    display: block;
    padding: 20px 18px;
    background: #f6f6f6;
}

.he2_rwtbxlto {
    border-bottom: 1px solid #01438d;
    padding-bottom: 27px;
    position: relative;
    padding-left: 10px;
    position: relative;
}

.he2_rwtltim {
    width: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.he2_rwtltim img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.he2_rwtltte {
    width: calc(100% - 90px);
    padding-left: 23px;
    padding-top: 20px;
}

.he2_rwtltte h4 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    transition: all 0.36s;
    height: 56px;
    overflow: hidden;
}

.he2_indb {
    position: relative;
    z-index: 10;
}

.he2_rwtepo {
    position: absolute;
    top: -6px;
    left: 90px;
    z-index: 2;
}

.he2_rwtepo span {
    font-size: 48px;
    line-height: 52px;
    color: rgba(139, 20, 20, 0.06);
    font-weight: bold;
    font-family: 'TT0037M_' !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.he2_rwtbxlbo p {
    color: #999;
    height: 72px;
    overflow: hidden;
    letter-spacing: 1px;
}

.he2_rwtbxlbo {
    padding: 20px 3px 0px;
}

.he2_xzbtxli {
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
    margin-bottom: 21px;
}
.he2_gbgt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.36s;
    background: url(../images/xzbgt.jpg) center / cover no-repeat;
}
.he2_gbgt img{
    width: 100%;
    height: 100%;
}

.he2_xzbtobox {
    padding: 31px 36px 8px;
}

.he2_xzbtxli a {
    display: block;
    padding: 25px 26px 25px 33px;
    position: relative;
    z-index: 10;
}

.he2_xzbtxlri {
    width: 36px;
    height: 36px;
    background: #01438d;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 10px;
    transition: all 0.36s;
    margin-top: 10px;
    z-index: 10;
}

.he2_xzimgbox {
    width: 14px;
    position: relative;
    display: inline-block;
}

.he2_xzimgbox img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.36s;
}

.he2_xzbtxlle {
    width: calc(100% - 36px);
    padding-right: 15px;
    position: relative;
    z-index: 10;
}

.he2_xzbtxlle h4 {
    color: #464646;
    transition: all 0.36s;
    height: 28px;
    overflow: hidden;
}

.he2_xzxltim {
    width: 12px;
    position: relative;
    height: 12px;
    margin-top: 6px;
}

.he2_xzxltim img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.36s;
}

.he2_show {
    opacity: 1;
}

.he2_hide {
    opacity: 0;
}

.he2_xzxltte {
    margin-left: 5px;
}

.he2_xzxltte span {
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
    transition: all 0.36s;
}

.he2_teyapoi {
    width: 120px;
    position: absolute;
    top: 14px;
    right: 0;
}

.he2_teyapoi img {
    width: 100%;
}

.he2_video {
    width: 800px;
    display: inline-block;
}

.he2_video video {
    width: 100%;
}

.he2_video img,
.he2_iframe img {
    width: 100%;
}

.he2_iframe {
    width: 800px;
    display: inline-block;
}

.he2_iframe iframe {
    width: 100%;
    height: 450px;
}

.he2_videobox {
    text-align: center;
}

iframe {

    height: 23.5vw;
}

.he2_dsjbxul::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.he2_dsjbxul:last-child::before {
    content: '';
    width: 23px;
    height: 1px;
    background: #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.he2_dsjbxul {
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}

.he2_dsjbtobox {
    padding: 0px 65px 69px;
    position: relative;
    z-index: 10;
}
.he2_dsjbxli:nth-child(n){
    width: 50%;
    position: relative;
    padding-left: 83px;
    float: right;
    clear: right;
    min-height: 130px;
    margin-bottom:80px;
}

.he2_dsjbxli:nth-child(n)::before{
    content: '';
    width: 56px;
    height: 1px;
    border: 1px dashed #cbcbcb;
    position: absolute;
    top: 19px;
    left: 15px;
}
.he2_dsjbxli:nth-child(n) h4 {
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
}

.he2_dsjbxli p {
    position: relative;
    padding-left: 17px;
    letter-spacing: 1px;
    min-height: 64px;
}
.he2_dsjbxli:nth-child(2n) p{
    padding-left: inherit;
    padding-right: 17px;
}
.he2_dsjbxli p::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #666666;
    position: absolute;
    border-radius: 50%;
    top: 13px;
    left: 0;
}
.he2_dsjbxli:nth-child(2n) p::before{
    right: 0px;
    left:inherit;
}
.he2_dsjbxli:nth-child(2n){
    text-align: right;
    width: 50%;
    margin-top: 90px;
    padding-right: 80px;
    padding-left: inherit;
    position: relative;
    float: left;
    clear: left;
    min-height:120px;
    margin-bottom:0px;
}
.he2_dsjbxli:last-child{
    margin-bottom: 0px;
}


.he2_dsjbxli::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../images/dsjdot.png');
    background-size: 100% 100%;
    position: absolute;
    z-index: 10;
    top: 11px;
    left: -9px;
}

.he2_dsjbxli:nth-child(2n)::after {
    right: -9px!important;
    left: inherit;
}
.he2_dsjbxli:nth-child(2n)::before {
    right: 15px;
    left: inherit;
}
/* 
.he2_dsjbxli:nth-child(2n) p {
    position: relative;
    padding-right: 17px;
    letter-spacing: 1px;
}



.he2_dsjbxli:nth-child(2n)::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #666666;
    position: absolute;
    border-radius: 50%;
    top: 13px;
    right: 0;
} */



/* 
.he2_dsjbxli {
    width: 50%;
    position: relative;
    padding-left: 83px;
}


.he2_dsjbxli::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../images/dsjdot.png');
    background-size: 100% 100%;
    position: absolute;
    z-index: 10;
    left: -9px;
    top: 11px;
}

.he2_dsjbxli::before {
    content: '';
    width: 56px;
    height: 1px;
    border: 1px dashed #cbcbcb;
    position: absolute;
    top: 19px;
    left: 15px;
}

.he2_dsjbxli h4 {
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
}

.he2_dsjbxli p {
    position: relative;
    padding-left: 17px;
    letter-spacing: 1px;
    min-height: 64px;
}

.he2_dsjbxli p::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #666666;
    position: absolute;
    border-radius: 50%;
    top: 13px;
    left: 0;
}

.he2_dsjbxli:nth-child(2n) h4 {
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
}

.he2_dsjbxli:nth-child(2n) {
    text-align: right;
    width: 50%;
    margin-top: 90px;
    padding-right: 80px;
    position: relative;
    float: left;
}

.he2_dsjbxli:nth-child(2n)::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../images/dsjdot.png');
    background-size: 100% 100%;
    position: absolute;
    z-index: 10;
    right: -9px;
    top: 11px;
}

.he2_dsjbxli:nth-child(2n)::before {
    content: '';
    width: 56px;
    height: 1px;
    border: 1px dashed #cbcbcb;
    position: absolute;
    top: 19px;
    right: 15px;
}

.he2_dsjbxli:nth-child(2n) p {
    position: relative;
    padding-right: 17px;
    letter-spacing: 1px;
}



.he2_dsjbxli:nth-child(2n)::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #666666;
    position: absolute;
    border-radius: 50%;
    top: 13px;
    right: 0;
} */

.he2_dsjgbt {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.he2_dsjgbt img {
    width: 100%;
}

.header2 .he2_wxicon {
    margin-left: 0;
    padding-top: 12px;
}

.header2 .he2_wxcode {
    width: 95px;
    position: absolute;
    top: 48px;
    left: -35px;
}
.header2 .he2_wxcode img{
    width: 100%;
}

.header2 .he2_wxicon {
    width: 25px;
}

.he2_bannli.on {
    display: block;
}

.he2_xunlpoi::after {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    background: #bd8282;
    top: 20px;
    left: 0;
    transition: all 0.36s;
}

.he2_xusuleto .he2_newzxleto a::after {
    background: #fff;
}

.he2_xueshuri .he2_newzxleto a::after {
    background: #fff;
}
.he2_pcbanyi{
    display: none;
}
.he2_dybox{
    position: relative;
}
.he2_dybsw{
    width:115px;
    position: absolute;
    bottom:37px;
    left:50%;
    transform: translateX(-50%);
    display: none;
}
.he2_dybsw img{
   width: 100%;
}
.he2_dybsw .he2_dybswb{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
    padding:6px;
}
.he2_dybsw .he2_dybswt{
    position: relative;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .he2_wxicon:hover img {
        opacity: 0.6;
    }

    .he2_heaboli:hover {
        background: rgba(122, 12, 12, 0.94);
    }

    .he2_helidoli:hover {
        background: rgba(122, 12, 12, 0.94);
    }

    .he2_fotnali:hover {
        background: rgba(122, 12, 12, 0.94);
    }

    .mc_select_yqlj .mc_select_a:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .he2_more:hover a {
        color: #01438d;
    }

    .he2_more:hover a::after {
        width: 53px;
    }

    .he2_newxinli:hover .he2_neinlibp p {
        color: #8A1414;
    }

    .newzxlebri a:hover span {
        color: #01438d;
    }

    .newzxlebri a:hover p {
        color: #01438d;
    }

    .he2_newxinli:hover::after {
        width: 100%;
    }

    .he2_newzxleble:hover .he2_nweimg img {
        transform: scale(1.1);
    }

    .he2_newzxleble:hover .he2_nweiteri p {
        color: #01438d;
    }

    .he2_xusuli:hover .he2_xusulibo p {
        color: rgba(255, 255, 255, 0.8);
    }

    .he2_newzxleto a:hover {
        color: #01438d;
    }

    .he2_newzxleto a:hover::after {
        width: 53px;
    }

    .he2_xueshu .he2_newzxleto a:hover::after {
        width: 53px;
    }

    .he2_xusrcnli:hover h4 {
        color: #8A1414;
    }

    .he2_xusrcnli:hover .he2_xunlpoi::after {
        width: 53px;
    }

    .he2_jdszotli:hover .he2_jlboleimg img {
        transform: scale(1.1);
    }

    .he2_jdszotli:hover .he2_jdblbote h4 {
        color: #8A1414;
    }

    .he2_jdszibli:hover .he2_xuzp p {
        color: #8A1414;
    }

    .he2_rwgscoli:hover .he2_rwolibo img {
        transform: scale(1.1);
    }

    .he2_mtjzbbtli:hover h4 {
        color: #8A1414;
    }

    .he2_yttbmli:hover .he2_ytbmxte {
        height: 155px;
        background: #8A1414;
        padding-top: 40px;
        border-right: 1px solid #8A1414;
    }

    .he2_yttbmli:hover .he2_ytbebo {
        border-right: none;
    }

    .he2_yttbmli:hover .he2_ytbmxte p {
        color: #fff;
    }

    .he2_swbtn:hover {
        background: #01438d;
        color: #fff;
    }

    .he2_cntzlebli:hover a {
        color: #01438d;
    }

    .he2_cninderi:hover a {
        color: #01438d;
    }

    .pc_fenye li:hover {
        color: #fff;
        background-color: #01438d;
    }

    .he2_cntzriboli:hover .he2_cniborile h4 {
        color: #01438d;
    }

    .he2_cntzriboli:hover .he2_cnibole h4 {
        color: #01438d;
    }

    .he2_cntzriboli:hover .he2_cnibole span {
        color: #01438d;
    }

    .he2_yslistli:hover .he2_yslisim img {
        transform: scale(1.1);
    }

    .he2_yslistli:hover .he2_ysliste h4 {
        color: #01438d;
    }

    .he2_rwtobxli:hover .he2_rwtltte h4 {
        color: #01438d;
    }

    .he2_xzbtxli:hover .he2_gbgt {
        opacity: 1;
    }

    .he2_xzbtxli:hover .he2_xzbtxlle h4 {
        color: #fff;
    }

    .he2_xzbtxli:hover .he2_hide {
        opacity: 1;
    }

    .he2_xzbtxli:hover .he2_show {
        opacity: 0;
    }

    .he2_xzbtxli:hover .he2_xzbtxlri {
        background: #ffffff;
    }

    .he2_xzbtxli:hover .he2_xzxltte span {
        color: #ffffff;
    }

    .he2_swqit a:hover p {
        color: #01438d;
    }

    .he2_xusuleto .he2_newzxleto a:hover {
        color: #fff;
    }

    .he2_xueshuri .he2_newzxleto a:hover {
        color: #fff;
    }

    .he2_jdszotli:hover .he2_jdmo::after {
        width: 53px;
    }
    .he2_mtjzbbtli:hover .he2_mjmo::after{
            width: 53px;
    }
}

/*载入效果*/
.g_fadein1 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s;
}

.g_fadeup1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.g_fadeup2 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}

.g_fadeup3 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.g_fadeup4 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}

.g_fadeup5 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}

.g_fadeup6 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.9s;
}

.g_fadeup7 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1s;
}

.g_fadedown1 {
    -webkit-animation: fadeInDown 1s ease both;
    animation: fadeInDown 1s ease both;
    animation-delay: 0.4s;
}

.g_fadeleft1 {
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
    animation-delay: 0.4s;
}

.g_faderigth1 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.4s;
}
/**/
.he2_bgti{
    height:150px;
    width:100%;
}

.select{
margin-top:30px;
}
.select .depart,
.select .letter{
    background-color:#fff;
    padding: 24px 20px 24px 58px;
}
 .select .depart{
    border:1px solid #f0f0f0;
}
 .select .depart p,
.select .letter p{
    font-size: 14px;
}
.select .depart a,
.select .letter a{
    display: inline-block;
    padding: 0 15px;
    color:#333 !important;
    line-height: 32px;
    border-radius: 15px;
    margin: 0 3px;
}
.select{
    margin-bottom: 20px;
}
.select .depart a.has:hover,
 .select .letter a.has:hover,
.select .depart a.active,
.select .letter a.active{
    background-color: #01438d;
    color:#fff !important;
}
.content .teacher_wrap p{
    margin-top: 0;
}
.letter a{
text-align: center;

}
.select a{
font-size:15px;
}
lect .letter span{
    height:96px;
}
.select .depart >span,
.select .letter > span{
    float: left;
    line-height: 32px;
font-size:16px;
}
.select .letter >p >a{
    width: 40px;
    text-align: center;
    padding: 0;
}
.select .letter >p >span{
    margin-right:10px;
}
.slectdiv{
display:inline;
}






.ca_news_item {
    padding: 24px 0px 26px;
    border-bottom: 1px solid #e9e9e9;
}
.ca_news_item a {
    display: block;
}
.ca_news_iteml {
    width: 70px;
}
.ca_news_itemr {
    position: relative;
    width: calc(100% - 70px);
    padding-left: 40px;
    padding-right: 115px;
}
.ca_news_date {
    padding: 10px 0px 6px 14px;
}
.ca_news_dd p,
.ca_news_ym p {
    text-align: right;
    color: #01438d;
}
.ca_news_dd {
    margin-bottom: 7px;
}
.ca_news_dd p {
    font-size: 36px;
}
.ca_news_ym p {
    font-size: 14px;
    line-height: 24px;
}
.ca_news_txt {
    margin-top: 8px;
}
.ca_news_txt p {
    max-height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
}
.ca_news_go {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #1b325c;
    transition: 0.36s all;
    border: 1px solid #1b325c;
}