@charset "utf-8";

@font-face {
    font-family: "BELLMT";
    src: url("../fonts/bellmt.woff2") format("woff2"),
        url("../fonts/bellmt.woff") format("woff"),
        url("../fonts/bellmt.ttf") format("truetype"),
        url("../fonts/bellmt.eot") format("embedded-opentype"),
        url("../fonts/bellmt.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #333;
}

.mc_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #293a83;
}

.mc_language_ph a {
    line-height: 64px;
    color: #fff;
    margin-right: 15px;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_logo a img{
    width:100%;
}

.mc_ph_menu {
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #fff;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 10px;
    right: 0;
    -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;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -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;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -10px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 10px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 64px;
    z-index: 998;
    transform: translateX(-50%);
    padding: 0 15px;
    background-color: #f1f1f1;
    max-height: calc(100vh - 64px);
    overflow: auto;

}

.xialaph {
    display: none;
    width: 100%;
    padding-bottom: 18px;
    background-color: #f1f1f1;
    font-family: '微软雅黑';
}

.xialaph h4 {
    position: relative;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}

.xialaph h4 a {
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 15px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.header2 {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    transform: translateX(-50%);
}

.header2 .logo {
    width: 80px;
    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: 50px;
    height: 100%;
}

.header2 .menuph {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.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: #666;
}

.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: #666;
}

.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;
    font-family: "微软雅黑";
    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: 18px;
    color: #666;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

.wj_hin_r_en {
    color: #666;
}

.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}


.yxnav_active1 a {
    display: block;
}

/* *************************************************************** */

/* 分页 */
.mc_fybtn {
    padding: 0 15px;
}

.mc_pcfy a {
    float: left;
}

.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: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    border-radius: 50%;
    transition: .3s;
}

.pc_fenye li.activepage {
    color: #fff;
    background-color: #00b9f1;
}

.w_fenyeph {
    display: none;
}

.pc_fenye li.clolr {
    color: #00b9f1;
}

/* *************************************************************** */

/* pc导航 */
.mc_hd_top {
    padding: 36px 0;
    transition: all .36s;
    background-image: url(../images/b1bgimg2.jpg);
    background-repeat: 20% 100%;
}

.mc_hd_top a {
    line-height: 58px;
}

.mc_logo {
    width: 779px;
}

.mc_hd_tr a {
    font-size: 16px;
    color: #881413;
    margin-left: 35px;
}

.mc_hd_li {
    float: left;
    width: 11%;
    text-align: center;
}

.mc_hd_a {
    width: 100%;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
}

.mc_hd_bot{
    height: 60px;
}

.mc_hd_botbox {
    background: #293a83;
}



.mc_hd_botbox.mc_hd_fixed{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;
}

/* *************************************************************** */
/* banner */
.mc_banner {
    width: 100%;
    position: relative;
}

.mc_ban_li {
    position: relative;
    overflow: hidden;
}

.mc_ban_imgbox {
    position: relative;
    z-index: 1;
}

.mc_ban_imgbox a {
    display: block;
}

.mc_ban_pc,
.mc_ban_ph {
    position: relative;
    overflow: hidden;
}

.mc_ban_ph {
    display: none;
}

.mc_ban_img {
    position: relative;
    z-index: 1;
}

.mc_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    transform: translate(-50%, -50%);
    object-fit: fill;
}

.mc_ban_modal {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}

.mc_ban_titlebox {
    color: #fff;
}

.mc_ban_li:not(:first-child) {
    display: none;
}

.mc_ban_li .mc_container {
    z-index: 2;
}

.mc_ban_ph .mc_ban_img {
    width: 100%;
    height: auto;
}


/** 全屏等比缩小banner */
/* banner高度 */
.mc_banner_fulldefault .mc_ban_pc {
    height: 100vh;
}

.mc_banner_fulldefault .mc_ban_pc img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-height: 100%; */
    /* transform: translate(-50%, -50%); */
}

/** 全屏截取banner */
/* banner高度 */
.mc_banner_fullcut .mc_ban_pc {
    height: 100vh;
}

.mc_banner_fullcut .mc_ban_pc img {
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

/** 正常等比缩放 */
.mc_banner_default .mc_ban_pc img {
    width: 100%;
    height: auto;
}

.mc_banner .slick-dots li {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #fff;
}

.mc_banner .slick-dots li.slick-active {
    background: #fff;
}

.mc_banner .slick-dots {
    width: 1200px;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    text-align: left;
}

.mc_ft {
    position: relative;
}

.mc_ft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 58, 131, .9);
    pointer-events: none;
}

.mc_ft_top,
.mc_ft_bot {
    position: relative;
    z-index: 2;
}

.mc_ft_top {
    padding-top: 58px;
    padding-bottom: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.mc_ft_logo {
    width: 411px;
}

.mc_ft_l {
    width: 411px;
    margin-right: 100px;
}

.mc_ft_nav {
    padding: 21px 40px;
}

.mc_ft_navbox {
    border-left: 1px solid rgba(255, 255, 255, .2);
    min-width: 340px;
}

.mc_ft_navbox:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.mc_ft_a {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
    color: #fff;
}

.mc_select_yqlj .mc_select_hd {
    width: 211px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 0 12px;
}

.mc_select_yqlj .mc_select_show {
    color: #fff;
}

.mc_select_yqlj .mc_select_xtbbox {
    width: 10px;
}

.mc_select_yqlj .mc_select_xtbbox {
    padding: 12px 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(255, 255, 255, .5);
    border-top: 0;
    max-height: 120px;
}

.mc_select_yqlj .mc_select_li {
    font-size: 16px;
}

/* plaeceholder样式改变 */
.mc_select_yqlj .mc_select_show::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.mc_select_yqlj .mc_select_show:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.mc_select_yqlj .mc_select_show::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.mc_select_yqlj .mc_select_show:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.mc_select_yqlj .mc_select_showbox {
    width: calc(100% - 10px);
    height: 100%;
}

.mc_select_yqlj .mc_select_list {
    padding: 7px 0;
}

.mc_select_yqlj .mc_select_a {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 12px;
    color: #fff;
}

.mc_copyright {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: .5;
}

.mc_ft_bot {
    padding: 16px 0;
}

.mc_inds1_l {
    width: calc(100% - 610px);
    margin-right: 60px;
}

.mc_inds1_r {
    position: relative;
    width: 550px;
    border-bottom: 6px solid #293a83;
}

.mc_inds1r_bg{
    pointer-events: none;
    position: absolute;
    left: 450px;
    top: 60%;
    transform: translateY(-50%);
    width: 222px;
    opacity: .7;
}

.mc_icon_yjt {
    vertical-align: top;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-left: 8px solid #a90533;
    border-right: 8px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-left: 4px;
}

.mc_main_more {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    margin-top: 15px;
}

.mc_main_title {
    font-family: "宋体";
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    max-width: calc(100% - 100px);
}

.mc_main_hd {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.mc_inds1l_bd {
    padding-top: 30px;
}

.mc_inds1lt_list {
    margin: 0 -14px;
}

.mc_inds1lt_li {
    float: left;
    width: 50%;
    padding: 0 14px;
    /* margin-bottom: 14px; */
}

.mc_inds1l_top {
    /* border-bottom: 1px solid #e1e1e1; */
}

.mc_list_imgbox img {
    transition: all .36s;
}

.mc_inds1lt_imgbox {
    max-width: 339px;
    margin: 0 auto 30px;
}

.mc_inds1lt_date {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.mc_inds1lt_title {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333;
    transition: all .36s;
}

.mc_main_bd a {
    width: 100%;
}

.mc_inds1lb_datebox {
    font-size: 16px;
    overflow: hidden;
    color: #999;
    width: 50px;
}

.mc_inds1lb_title {
    width: calc(100% - 50px);
    font-size: 17px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mc_inds1lb_li {
    margin-top: 40px;
}

.mc_inds1lb_list {
    margin: 0 -15px;
}

.mc_inds1lb_li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.mc_inds1l_bot {
    padding-top: 15px;
}

.mc_inds1_l {
    padding-bottom: 70px;
}

.mc_inds1_r {
    margin-top: 35px;
    padding: 0 30px;
    background: #fff;
    
}

.mc_inds1r_lisbox {
    padding: 9px 0;
    width: 100%;
}

.mc_main {
    position: relative;
    z-index: 2;
}

.mc_inds1r_d {
    font-family: "BELLMT", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}

.mc_inds1r_ym {
    font-family: Arial, "BELLMT", "微软雅黑", "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-size: 14px;
    color: #999999;
}

.mc_inds1r_title {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.mc_inds1r_date {
    width: 74px;
    padding-right: 20px;
    border-right: 1px solid #eeeeee;
    margin: 5px 0;
}

.mc_inds1r_txt{
    width: calc(100% - 74px);
    padding-left: 20px;
}

.mc_inds1r_title{
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #666666;
}

.mc_inds1r_li{
    border-bottom: 1px solid #eeeeee !important;
}

.mc_inds1r_arrow img{
    width: 20px;
}

.mc_inds1r_arrow{
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.mc_inds1r_arrowbox{
    margin: 3px 0;
    padding: 8px 0;
}

.mc_inds1r_prev{
    border-right: 1px solid #eeeeee;
}

.mc_inds1r_li:nth-child(n+6){
    display: block;
}

.mc_hd_tr a:hover{
    opacity: .7;
}

.mc_hd_li{
    position: relative;
}

.mc_hd_subnav{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_hd_suba{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
}

.mc_sharebox,
.mc_inds1lt_title,
.mc_inds1lb_title,
.mc_inds1r_title{
    transition: all .36s;
}



body {
    background-color: #f9f9f9;
}

.su_content {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 10;
}

.yxedr_active p {
    font-size: 16px;
    line-height:2;
    color: #333333;
    margin-bottom: 25px;
}

.su_left {
    width: 290px;
    transform: translateY(0px);
}

.su_right {
    width: calc(100% - 290px);
    padding-left: 55px;
    margin-bottom: 10px;
}
.su_right1{
    width: calc(100% - 290px);
    padding-left: 65px;
    margin-bottom: 10px;
}

.su_boxtop {
    width: 100%;
    background: #293a83;
}

.su_boxtop h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px;
    letter-spacing: 1px;
    font-weight: 200;
    font-family: '宋体';
    font-weight: bold;
}

.su_boxbotto {
    background: #2b478c;
}
.su_boxbotto a{
    display:block;
}

.su_boxconte {
    width: 100%;
    padding-left: 90px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all .36s;
}

.su_boxconte span {
    font-size: 16px;
    color: #d0d0d0;
    display: inline-block;
    height: 16px;
    overflow: hidden;
  } 
.su_bctext span{
    transition: all 0s;
}


.su_bctext {
    width: calc(100% - 10px);
}

.su_bcimg {
    opacity: 0;
    width: 8px;
    transition: all .36s;
}

.su_bcimg img {
    width: 100%;
}



.su_ritop {
    margin-top: 20px;
}

.su_crumbs img {
    width: 10px;
}

.su_crutex {
    margin-top: 1px;
}

.su_crutex a {
    font-sizE: 14px;
    color: #999999;
}

.su_title {
    margin-top: 40px;
    transition: all .36s;
}

.su_titl1 h3 {
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
}

.su_titl2 {
    padding-top: 28px;
    padding-bottom: 20px;
    text-align: left;
}

.su_titl2 .su_titicon:last-child span {
    margin-right: 0;
}

.su_titicon span {
    display: inline-block;
    margin-right: 45px;
}

.su_titicon span img {
    width: 17px;
    margin-right: 15px;
}

.su_titicon i {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-style: normal;
}

.su_titp {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding-top: 28px;
}

.su_titp p {
    letter-spacing: 0.8px;
}

.su_switch {
    margin-top: 25px;
    margin-bottom:90px;
}

.su_sele a {
    font-size: 14px;
    color: #989898;
    width:210px;
    height:17px;
    overflow: hidden;
    line-height: 18px;
}

.su_seri a {
    font-size: 14px;
    color: #989898;
    width:210px;
    height:17px;

    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.su_ulbox {
    margin-top: 25px;
}

.su_list {
    border-left: 2px solid #293a83;
    padding-left: 35px;
    background-image: url(../images/b2bgt.png);
    background-repeat: 100%;
    background-size: 100% 100%;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.su_position {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.su_libtop h3 {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    padding-top: 23px;
    font-weight: 600;
    height: 55px;
    overflow: hidden;
    transition: all .36s;
}

.su_litime span {
    font-size: 14px;
    color: #333;
    font-family: 'Arial';
    line-height: 30px;
    transition: all .36s;
}

.su_lip p {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    margin-top: 5px;
    padding-right: 30px;
    height: 24px;
    overflow: hidden;
}

.su_more {
    margin-top: 18px;
    padding-bottom: 25px;
}

.su_more span {
    font-size: 14px;
    color: #666666;
}

.su_moimg {
    width: 8px;
    margin-left: 10px;
}

.su_moimg img {
    width: 100%;
}

.su_libimg {
    max-width: 260px;
    overflow: hidden;
    position: relative;
}

.su_libox {
    width: calc(100% - 60px);
    position: relative;
    z-index: 10;
}

.su_lipng {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.su_lijpg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.su_list1 .su_libox {
    width: 100%;
}
.su_list a{
    display: block;
}
.su_middle{
    margin: 0px auto;
    text-align: center;
}
.su_middle1{
    display: inline-block;
}
.su_fenye{
    color:#999;
    font-size:12px;
    margin-top:10px;
}
.su_ye{
    color:#999;
    font-size:12px;
}
.su_midfen .su_prevdis,.su_midfen a{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    background: #3d8dcd;
    color: #fff;
    margin: 0px 5px;
    border-radius: 3px;
    height: 28px;
}
/* a.su_next {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    color: #fff;
    margin: 0px 5px;
    border-radius: 3px;
    height: 28px;
} */
.su_midfen input.su_defabut {
    border: none;
    background: #fff;
}
.su_midfen input {
    color: #3d8dcd;
    font-size: 12px;
    padding-right: 4px;
    width:30px;
    height:23px;
}
.su_midfen input.su_defainp {
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
}

.su_bgbox{
    background-image: url('../images/b1bgimg22.jpg');
    background-size: 20%;
    background-repeat:20% 100%;
    position: relative;

}
.su_learntop{
    border-bottom:1px solid rgba(238,238,238,0.2);
    padding-top:75px;
    padding-bottom:18px;
}
.su_letle h4{
   font-size:30px;
   color:#fff;
   font-family: '宋体';
   font-weight: bold;
}
.su_letri{
    margin-top:18px;
    transition: all .36s;
}
.su_lerite{
   
}
.su_lerite span{
    line-height: 1.2;
    font-size:14px;
    color:#fff;
}
.su_leriimg{
    width:8px;
    margin-left:10px;
}
.su_leriimg img{
    width:100%;
}
.su_learnbotto{
    margin-top:35px;
    padding-bottom:83px;
}
.su_learnlis{
    width:50%;
}
.su_learnlis a{
    margin-right:20px;
}
.su_learnbotto ul{
  width: 605px;
  margin-right: 50px;
}
.su_bgtext img{
    opacity: 0.22;
}
.su_bgtext{
  position: absolute;
  top:85px;
  left:110px;
  z-index: 1;
}
.su_learnend{
    width: calc(100% - 665px);
    padding:32px 35px 25px;
    background-color:rgba(244, 244, 244, 0.1);
    border:1px solid rgba(244, 244, 244, 0.1);
}
.su_learlist:last-child{
    border:none;
}
.su_learlist{
    border-bottom:1px solid rgba(244, 244, 244, 0.1);
    padding:17px 0;
    transition: all .36s;
}
.su_learlist a{
    display: block;
}

.su_lesrleft{
    display: inline-block;
    background-color:#fff;
    width:100%;
    
}
.su_lletext{
    margin-top:20px;
    padding-left:40px;
    padding-right:25px;
    
}
.su_lltopsp span{
    font-size:14px;
    color:#999999;
    font-family: 'Arial';
}
.su_lleimg{
    position: relative;
    margin:0 auto;
    overflow: hidden;
}
.su_lleimg img{
    transition: all .36s;
    height: 225px;
}
.su_lljpg{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
}
.su_llpng{
    width:100%;
    position: relative;
    top:0;
    left:0;
    z-index: 1;
}
.su_lltopp{
   margin-top:5px;
}
.su_symore{
    margin-top:25px;
    margin-bottom:45px;
}
.su_lltopp p{
    line-height:1.75;
    color:#333;
    letter-spacing: 1px;
    height:52px;
    overflow: hidden;
    font-size:16px;
}
.su_symorete span{
     font-size:14px;
     color:#666;
     transition: all .36s;
} 
.su_symoreim img{
    width:8px;
    margin-left:10px;
}

.su_learlip p{
        font-size: 16px;
        color: #ffffff;
        /* height: 20px; */
        /* padding-right: 40px; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.su_learlip{
    width:calc(100% - 40px);
}
.su_learlisp{
    width:40px;
}
.su_learlisp span{
    font-size:14px;
    color:#ffffff;
}
.su_letri2 .su_lerite span{
      color:#666;
      transition: all .36s;
}
.su_learntops1 h4{
    color:#333;
}

.su_lumnus{
    border-bottom:1px solid #eee;
    padding-top:48px;
    padding-bottom:18px;
}
.su_alulist ul{
    margin:0 -8px;
}
.su_alulist ul li{
    padding:0 8px;
    width:25%;
}
.su_alulist ul li a{
    display: block;
}
.su_aluline{
   width:100%;
   border-top: 6px solid #293a83;
   box-shadow: 0 0 4px 4px #f1f1f0;
   padding:22px 20px 26px;
}
.su_alulist{
    margin-top:30px;
}
.su_alutimg{
    width:89px;
    position: relative;
    overflow: hidden;
}
.su_alutimg img{
  transition: all .36s;
}
.su_alutjpg{
    width:100%;
    height:100%;
    z-index: 10;
    position: absolute;
    top:0;
    left:0;
}
.su_alutpng{
    width:100%;
    position: relative;
    top:0;
    left:0;
     z-index: 1;
}
.su_alutext{
    width: calc(100% );
}

.su_alutext{
    /* padding-left:10px; */
}
.su_alutext h4{
    font-size:16px;
    color:#333333;
    line-height:28px;
    height:56px;
    overflow: hidden;
    transition: all 0.36s;
}
.su_alutext span{
    display:block;
    font-size:12px;
    color:#999999;
    margin-top:12px;
}
.su_alutexp p{
    font-size:12px;
    color:#999999;
    line-height:20px;
    margin-top:13px;
    max-height:100px;
    overflow: hidden;
}
.su_alumte span{
    font-size:14px;
    color:#666666;
    transition: all 0.36s;
}
.su_alumore{
    margin-top:20px;
}
.su_alumimg img{
    width:8px;
    margin-left:10px;
}
.su_blessing{
     border-top: 6px solid #293a83;
     margin-top:100px;
     background-image: url('../images/sybgt2.png');
     padding: 0px 35px;
}
.su_carousel .su_caroul{
    margin:0 -15px;
}
.su_carousel .su_caroul .su_caroli{
    padding:0 15px;
    width:33.333333%;
}
.su_carousel .su_caroul .su_caroli a{
    display: block;
}
.su_carolist{
    width:100%;
    background-color:#fff;
    padding:25px;
}
.su_caroliname span{
       font-size:16px;
       color: #293a83;
}
.su_carolip p{
    font-size:16px;
    color:#333333;
    line-height:25px;
    margin-top:12px;
    height:50px;
    overflow: hidden;
    transition: all .36s;
}
.su_carolip span{
    display:block;
    font-size:12px;
    color:#999999;
    margin-top:15px;
}
.su_caroul .slick-dots{
   position: absolute;
   bottom:-50px;
}
.su_caroul .slick-dots li {
    width:10px;
    height:10px;
    border: 1px solid #293a83;
    border-radius: 50%;
    background:none;
}
.su_caroul .slick-dots li.slick-active {
    background: #293a83;
}
.su_mylumnu {
    position: relative;
    z-index: 200000;
    display: inline-block;
}
.su_mylumnus{
   margin-top:25px;
   background: #293a83;
   padding:3px 15px;
   margin-bottom:35px;
}
.su_mylumnus a{
    display: block;
}
.su_mylumnus span{
   font-size:14px;
   color:#ffffff;
   line-height:1.75;
}
.su_shadow{
  margin-top: 55px;
  margin-bottom:45px;
}
.su_bottoimg ul li{
    width:25%;
    position: relative;
    overflow: hidden;
}
.su_boijpg{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
}
.su_boipng{
   width:100%;
   position: relative;
   top:0;
   left:0;
   z-index: 1;
}
.su_boimgaimg{
    position: absolute;
    top:30px;
    right:30px;
    z-index:20;
}
.su_boimgaimg img{
    width:31px;
}
.su_boimgatex span{
    font-size:20px;
    color:#fff;
}
.su_boimgatex{
   position: absolute;
   bottom:35px;
   left:45px;
   z-index: 20;
}
.su_boimga::after{
    content: '';
    width:100%;
    height:100%;
    background:rgba(35,35,35,0.4);
    position: absolute;
    top:0;
    left:0;
    z-index: 15;
    transition: all .36s;
}

@media screen and (min-width:1200px) {
    .pc_fenye li:hover {
        color: #fff;
        background-color: #00b9f1;
    }

    .mc_inds1lt_lisbox:hover img {
        transform: scale(1.1);
    }

    .mc_inds1lt_lisbox:hover .mc_inds1lt_title{
        color: #881413;
    }
     .mc_hd_li:hover a{
        opacity: .7;
     }
    .mc_hd_a:hover .su_lerite span{
        opacity: .7;
    }
    .su_learntop .su_letri:hover{
        opacity: .7;
    }
    .su_learntop .su_letri img:hover{
        opacity: .7;
    }
    .mc_hd_suba:hover{
        color: #881413;
    }
    .su_learlist:hover a{
        opacity: .7;
    }
    .mc_sharebox:hover{
        opacity: .7;
    }
    .mc_ft_a:hover{
        opacity: .7;
    }
    .mc_select_a:hover{
        opacity: .7;
    }
    .mc_inds1lb_title:hover{
        color: #881413;
    }
    .mc_main_more:hover{
        color: #881413;
    }
    .mc_inds1r_lisbox:hover .mc_inds1r_title{
        color: #881413;
    }
    .su_boxconte:hover {
        background-color: rgba(255, 255, 255, .2);
    }

    .su_boxconte:hover .su_bctext span {
        color: #fff;
        font-weight: bold;
    }

    .su_boxconte:hover .su_bcimg {
        opacity: 1;
    }

    .su_list:hover .su_libtop h3 {
        color: #d11e26;
    }

    .su_list:hover .su_litime span {
        color: #d11e26;
    }
    .su_crutex a span:hover{
        color:#d11e26;
     }
     .su_boimga:hover::after{
        background:none;
    }
    .su_lesrleft:hover .su_symorete span{
        color: #d11e26;
    }
    .su_lesrleft:hover .su_lleimg img{
        transform: scale(1.1);
    }
    .su_aluline:hover .su_alutimg  img{
        transform: scale(1.1);
    }
    .su_aluline:hover .su_alutext h4{
        color: #d11e26;
    }
    .su_aluline:hover .su_alumore .su_alumte span{
        color: #d11e26;
    }
    .su_letri2:hover a .su_lerite span{
        color: #d11e26!important;
    }
    .su_carolist:hover .su_carolip p{
        color: #d11e26;
    }
}