@charset "utf-8";


.yxnav_active1 a {
    display: block;
}


/* logo */
.mc_logo {
    max-width: 320px;
   /* margin-left: 225px;*/
   margin-top: 5px;
}



/* search */
.mc_search_btn {
    width: 20px;
    line-height: 80px;
}

/* menu */
.menu_btnbox {
    position: relative;
    top: 30px;
    width: 28px;
    height: 20px;
}

.menu_btn,
.menu_btn::after,
.menu_btn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all .3s ease-out 0s;
}

.menu_btn {
    top: 10px;
}

.menu_btn::after,
.menu_btn::before {
    content: '';
}

.menu_btn::after {
    top: -10px;
}

.menu_btn::before {
    top: 10px;
}

.active .menu_btn {
    background: transparent;
}

.active .menu_btn::after {
    top: 0;
    transform: rotate(45deg);
}

.active .menu_btn::before {
    top: 0;
    transform: rotate(-45deg);
}

.mc_tel_dt {
    width: 26px;
    line-height: 40px;
    margin-right: 18px;

}

.mc_hd_top {
    background: #f7f9fd;
    padding: 40px 0;
}

.mc_tel_dd {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #01538b;
    line-height: 40px;
}

.mc_hd_telbox {
    margin-right: 30px;
}

.mc_hd_searchbox {
    height: 40px;
}

.mc_hdsearch_inputbox {
    height: 100%;
}

.mc_hdsearch_inputbox input {
    width: 218px;
    height: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 1px solid #999;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mc_hdsearch_btn {
    width: 45px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background: #01538b;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.mc_hdsearch_btn img {
    width: 20px;
}

.mc_hdsearch_inputbox input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.mc_hdsearch_inputbox input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.mc_hdsearch_inputbox input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.mc_hdsearch_inputbox input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: 14px;
    line-height: 20px;
}





/* *************************************************************** */
/* 手机导航 */
.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: #fff;
}

.mc_language_ph a {
    line-height: 64px;
    color: #fff;
    margin-right: 15px;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
    width: 65px;
}

.mc_ph_menu {
    overflow: hidden;
    width: 50px;
    height: 100%;
}

.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: 28px;
    height: 1px;
    background-color: #000;
}

.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;

}

.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;
}

.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;
}

.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;
}



.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;
}



/*电话*/
.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: #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%;
}

/* 分页 */
.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;
}

/* *************************************************************** */

/* banner */
.mc_bannner_lisbox {
    position: relative;
    overflow: hidden;
}

.mc_banner_ph {
    display: none;
}

.mc_banner_container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* 视频高度 */
.index_banner_video {
    object-fit: fill;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 两边截取 */
/* .mc_banner_pc .mc_banner_bg{
    height: 792px;
    overflow: hidden;
}
.mc_banner_pc img{
    width: unset;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

.mc_ft_copy p {
    line-height: 50px;
}

/* b-share */
.mc_sharebox {
    margin: 0 10px;
}

.l_new_list {
    width: 100%;
}

.l_new_tjimg {
    position: relative;
    overflow: hidden;
    width: 428px;
}

.l_new_tjimg img {
    width: 100%;
    height: 100%;
}

.l_new_img_di {
    position: relative;
    top: 0;
    left: 0;
}

.l_new_img_sw {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}

.l_new_tjone {
    width: calc(100% - 428px);
    padding: 38px 55px 40px 38px;
}

.l_new_tj_tit {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #464646;
    line-height: 30px;
    font-weight: bold;
    max-height: 30px;
    overflow: hidden;
}

.l_new_tj_year {
    font-family: "Arial";
    font-size: 14px;
    color: #01538b;
    line-height: 30px;
    margin-bottom: 15px;
}

.l_new_tj_js {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin-bottom: 24px;
    max-height: 52px;
    overflow: hidden;
}

.l_new_tj_more {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #01538b;
    line-height: 26px;
}

.l_new_tj_more span {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #01538b;
    line-height: 26px;
}

.l_new_tjbox {



}

.l_new_leyaar {
    width: 108px;
}

.l_new_rimo {
    width: 84px;
}

.l_new_text {
    width: 708px;
}

.l_new_riqi {
    font-family: "微软雅黑";
    font-size: 36px;
    color: #01538b;
    margin-bottom: 12px;
    text-align: center;
}

.l_new_year {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #01538b;
    line-height: 26px;
    text-align: center;
}

.l_new_tit {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #464646;
    line-height: 30px;
    transition: all 1s;
    margin-bottom: 5px;
    padding-right: 40px;
}

.l_new_js {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    padding-right: 82px;
    max-height: 44px;
    overflow: hidden;
}

.l_new_more {
    width: 40px;
    margin-top: 10px;
}

.l_new_more img {
    width: 100%;
}

.l_new_box {
    border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.l_new_box a {
    display: inline-block;
    padding-top: 26px;
    padding-bottom: 26px;
}

.l_news_some {
width:97%;
    border-top: 1px solid #e9e9e9;
}




.g_home{
margin-top:13px !important;
}




/*分页*/
.paging {
    text-align: center;
}

.paging li {
    font-family: 'Arial';
    font-size: 14px;
    line-height: 31px;
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 4px;
    margin-left: 4px;
    -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;
    vertical-align: top;
    color: #999999;
    outline-width: 1px;
    outline-style: solid;
    outline-color: transparent;
}

.paging li a {
    color: #333333;
}

.paging li.activepage {
    color: #ffffff;
    background: #01538b;
}

.paging .lp {
    line-height: 32px;
}

.paging .hidden-md a {
    /*line-height: 40px;*/
    display: block;
    /*width: 80px;
	height: 40px;*/
    text-align: center;
    color: #333;
    /*	border: 1px solid #00a0e9;*/
}

.fenye {
    margin-bottom: 107px;
    margin-top: 60px;
}

.hidden-md {
    width: 100%;
}

.fenye a{
    display: inline-block;
}







.l_pub_bottom_box {
    width: 1300px;
    margin-left: 260px;
    padding-top: 50px;
}

.l_publick_bottom {
    background: #01538b;
}

.l_pub_bologo {
    width: 288px;
}

.l_pub_bologo img {
    width: 100%;
}

.l_pub_bo_addic {
    width: 18px;
    line-height: 40px;
    margin-right: 8px;
}

.l_pub_bo_addic img {
    width: 100%;
}

.l_pub_botwo {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #034470
}

.l_pub_botwo a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #b04046;
    line-height: 40px;
    margin-left: 15px;
    display: inline-block;
}

.l_pub_boschname {
    font-family: "思源黑体";
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 13px;
    margin-top: 5px;
}

.l_pub_boschnameen {
    font-family: "Helvetica (TT)";
    font-size: 16px;
    color: #ffffff;
}

.l_pub_bo_addtext {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #d9d9d9;
    line-height: 40px;
    width: calc(100% - 26px);
}

.l_pub_boone {
    margin-top: 50px;
    margin-bottom: 48px;
}

.l_pub_bosch {
    /*border-left: 1px solid #d0979a;*/
    padding-left: 25px;
    margin-left: 25px;
    width: calc(100% - 863px);
    position: relative;
}
.l_pub_bosch:before{
    content: '';
    position: absolute;
    top: 6px;
    left:0;
    width: 1px;
    height: 55px;
    background: #d0979a;
}
.l_pub_bo_right {
    width: 550px;
}

.l_pub_bo_add {
    width: 50%;
}
.l_pub_bo_add:nth-child(odd){
    width: 310px;
    padding-right: 40px;
}
.l_pub_bo_add:nth-child(even){
    width: calc(100% - 310px);
}
/* b4 */
/*内页*/
.g_ny {
    background: #f7f9fb;

}

.g_nycen {
    background: #fff;
}

.g_nycen {
    position: relative;
    z-index: 10;
    margin-top: -80px !important;
}

.g_nycenfl {
    width: 270px;
}

.g_nycenfr {
    width: calc(100% - 270px);
}

.g_nycenfltopbj {
    width: 100%;
    height: 80px;
    background: #01538b;
	border-bottom:1px solid #FFFFFF
}

.g_nycenfltop {
    position: relative;
}

.g_nycenfltop p {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.g_nycenflbotnr {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e9e9e9;

    padding-left: 30px;
    padding-right: 30px;
}

.g_nyflbotfl {
    color: #666666;
    line-height: 50px;
    font-size: 16px;
}

.g_nyflbotfr {
    position: relative;
    width: 8px;
    line-height: 50px;
}

.g_nyflbotfr1 {
    position: relative;
    top: 0;
    left: 0;
}

.g_nyflbotfr2 {
    position: absolute;
    top: 19px;
    left: 0;
    opacity: 0;
}

.g_nyfrtopox {
    padding-left: 30px;
    padding-right: 30px;
}

.g_nyfrtopfl1 {
    width: 34px;
}

.g_nyfrtopfl2 {
    line-height: 34px;
    color: #0b5fb4;
    font-size: 28px;
    font-family: "source-han-serif-sc";
    margin-left: 20px;
}

.g_home a{
    width: 15px;
    line-height: 40px;
}

.g_brandfl a {
    font-size: 12px;
    color: #a4a4a4;
    line-height: 43px;
}

.g_brandfl {
    margin-left: 6px;
}

.g_nycen {
    min-height: 100vh;
}

.g_nycenfl {
    /*border-right:1px solid #e3e3e3;*/
    min-height: 100vh;
    height: 100%;
}

.g_nyfrtop {
    padding: 18px 0;

}

.g_nycenflbotnr.act {
    background: #01538b;
}

.g_nycenflbotnr.act .g_nyflbotfl {
    color: #fff;
}

.g_nycenflbotnr.act .g_nyflbotfr1 {
    opacity: 0;
}

.g_nycenflbotnr.act .g_nyflbotfr2 {
    opacity: 1;
}

.g_nycenfrbot {
    padding-left: 30px;
    padding-right:30px;
    border-left: 1px solid #e3e3e3;
    min-height: 100vh;
}

.g_nyb1 p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    letter-spacing: 1px;
}

.g_nycenfrbotx {
    padding-top: 25px;
    padding-bottom: 85px;
}

.g_nyb1 img {
    max-width: 100%;
}

.yxedr_active p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.g_nyb2bot {
    margin-top: 25px;
}

.mc_hd_container {
    width: 1400px;
    margin: 0 auto;
}

.mc_b4tit_imgbox{
    width: 191px;
}

.g_b3topinfl1tu{
    width: 15px;
    margin-right: 7px;
}

.g_b3top h3{
    font-size: 24px;
    color: #464646;
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}

.g_nycenfrbotx{
    padding-top: 35px;
}

.g_b3topinfl1wz{
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
}

.g_b3topinfl1{
    margin-right: 40px;
}

.g_b3topinfr {
    width: 15px;
}

.g_b3top{
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f2f8;
}

.g_b3bot{
    padding-top: 20px;
    padding-bottom: 95px;
}

.g_b3bot p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    /* text-indent: 2em; */
}

.g_b3nextfl {
    width: 230px;
    height: 80px;
    background: #01538b;
    padding: 28px;
}

.g_b3nextfl p {
    color: #fff;
    font-size: 24px;
    text-align: right;
    position: relative;
}

.g_b3nextfl p::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: #fff;
    content: '';
}

.g_b3nextfr {
    width: calc(100% - 230px);
    padding-left: 10px;
}

.g_b3fen {
    border-top: 1px solid #e3e3e3;
}

.g_b3fen a {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
}

.g_b3shangfl {
    font-size: 14px;
    color: #01538b;
    width: 60px;
    line-height: 22px;
}

.g_b3shangfr {
    font-size: 14px;
    color: #787b7c;
    width: calc(100% - 60px);
    line-height: 22px;
    transition: all .36s;
}

.g_b3fen:last-child{
    border-bottom: 1px solid #e3e3e3;

}

.l_pub_boone{
    margin-top: 0;
}










/*10.14*/
/* main */
.mc_main{
    width: 100%;
}
.contain{
    margin: 0 auto;
    width: 1400px;
}
.l_sy_gg{
    width: 490px;
    margin-top: 50px;
}
.mc_title{
    position: relative;
    width: 278px;
	margin-top:20px;
}
.mc_title span{
    position: absolute;
    z-index: 3;
    color:#1C1C1C;
    font-size: 26px;
    font-family: Arial, 微软雅黑;
    top: 50%;
    left: 35%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}



.mc_title span i{
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    margin-left: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.mc_subtitle a{
    color: #01538b;
}
.mc_subtitle img{
    width: 20px;

    margin-top: 2px;
}
.mc_line{
    margin-top: 25px;
    height: 3px;
    width: 100%;
    position: relative;
}
.mc-linered{
    width: 80px;
    height: 3px;
    background-color: #01538b;
}
.mc_linegray{
    width: 83.68%;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 80px;
    background-color: gray;
}
.mc_linegray-dynamic{
    width: 100%;
}
.mc_announcement{
    width: 100%;
    margin-top: 26px;
}
.mc_announcement1{
    position: relative;
    width: 100%;
    margin-bottom: 28px;
}
.mc_announcement1 a{
    display: inline-block;
    width: 100%;
}
/* .mc_announcement-data{
    width: 70px;
    height: 45px;
} */
.l_gg_apr{
    font-size: 14px;
    color: black;
    margin-bottom: 8px;
}
.l_gg_year{
    font-size: 26px;
    color: #01538b;
}
.mc_annoucement-p{
    line-height: 26px;
    font-size: 16px;
    width: calc(100% - 72px);
    color: #333333;
    padding-left: 28px;
    letter-spacing: 0.5px;
    max-height: 52px;
    overflow: hidden;
}
.mc_announcement-data:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 45px;
    background-color: #ddd;
}
.mc_announcement1:nth-child(1){
    margin-top: 0;
}
.mc_dynamic{
    width: calc(100% - 530px);
    margin-top: 50px;

}
.mc_dynamic-dov{
    margin-top: 27px;
    width: 400px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.mc_dynamic-dov h4{
    margin-top: 18px;
    line-height: 28px;
    overflow: hidden;
    color: #333333;
    max-height: 56px;
    overflow: hidden;
}
.mc_dynamic-dov p{
    margin-top: 10px;
    font-size: 14px;
    color:#666666;
    line-height: 22px;
    overflow: hidden;
    max-height: 66px;
}
.mc_information{
    margin-top: 27px;
    margin-left: 40px;
    width: calc(100% - 440px);
}
.mc_information-1{ 
    width: 100%;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding:22px 0;
}
.mc_information-1:nth-child(1){
    padding-top: 22px;
}
.mc_information-data{
    width: 41px;
}
.l_pxdt_yf{
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    color: #01538b;
    margin-bottom: 16px;
}
.l_pxdt_nian{
    font-size: 14px;
    color: #01538b;
    text-align: center;
}
.mc_information-p{
    width: calc(100% - 41px);
    font-size: 16px;
    line-height: 26px;
    color:#333333;
    padding-left: 20px;
    max-height: 52px;
    overflow: hidden;
}
.mc_dynamic-img{
    overflow: hidden;
    width: 400px;
    height: 211px;
}
.mc_dynamic-dov img{
    transition: all 0.6s;
}
.mc_information-1:hover .mc_information-p{
    color: brown;
}

/* 培训 */
.mc_training{
    width: 100%;
    margin-top: 24px;
}
.training-back{
    width: 100%;
}
.mc_training-nav{
    width: 100%;
    background-color: #01538b;
    padding: 0 38px;
}
.mc_training-nav-ul{
    width: 100%;
}
.mc_training-nav-ul li{
    width: 14.28%;
    line-height: 55px;
    color: white;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    transition: all 1s;
}
.mc_training-main{
    width: 100%;
    padding: 40px 36px 35px;
    position: relative;
    overflow: hidden;
    display: none;
}
.mc_training-main:nth-child(1){
    display: block;
}
.mc_training-main-img{
    width: 427px;
    overflow: hidden;
    margin-top: 7px;
}



.mc_training-main-img img{
    transition: all 0.6s;
}
.mc_training-main ul li{
    font-size: 16px;
    color: #464646;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
    margin-bottom: 8px;
}
.mc_training-ul1 li:hover,.mc_training-ul2 li:hover{
    color: #01538b;
}
.mc_case{
    width: 100%;
    margin-top: 60px;
}
.mc_case-titbox{
    width: 100%;
    height: 40px;
}
.mc_case-title{
    position: relative;
    width: 189px;
    height: 43px;
}
.mc_case-title img{
    width: 189px;
    height: 43px;
}
.mc_case-title span{
    position: absolute;
    width: 100%;
    transform: translateX(50px);
    z-index: 3;
    color: white;
    line-height: 43px;
    font-size: 24px;
    font-family: arial;
}
.mc_case-subtitle{
    transform: translateY(-30px);
    width: 73px;
}
.mc_case-subtitle a{
    color: #01538b;
}
.mc_case-subtitle img{
    width: 7px;
    height: 12px;
    float: right;
    transform: translateY(-13px);
}
.mc_case-line{
    margin-top: 25px;
    height: 3px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.mc-case-linered{
    width: 80px;
    height: 3px;
    background-color: #01538b;
}
.mc_case-linegray{
    width: 100%;
    height: 1px;
    background-color: gray;
    position: absolute;
    top: 1px;
    left: 80px;
}
.mc_case-main{
    margin-top: 26px;
    margin-left: -10px;
    margin-right: -10px;
}
.mc_case-maincons{
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.mc_case-maincons-img{
    overflow: hidden;
}

.mc_case-maincons-img img{
    transition: all 0.6s;
}
.mc_case-mainline{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:0 10px;
    width: 100%;
}
.mc_case-mainline p{
    color: white;
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color:rgba(42, 42, 42, 0.445);
}
.mc_show{
    width: 100%;
    margin-top: 50px;
}
.show-photo{
    width: 33.333333%;
    position: relative;
}
.mc_show-img{
    cursor: pointer;
    overflow: hidden;
}

.mc_show-img img{
    transition: all 0.6s;
}
.show-photo span{
    font-size: 28px;
    color: white;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.show-photo span::after{
    position: absolute;
    left: 30%;
    top: 50px;
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: white;
}

.mc_backgr{
    position: relative;
    background-color: #F5F5F5;
    width: 100%;
    margin-top: 70px;

    padding-bottom: 55px;
}
.backgr-img{
    width: 20%;
    margin-top: 60px;
    padding: 0 15px;
    cursor: pointer;
}
.backgr-img span{
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
    color: #333;
    width: 100%;
    text-align: center;
}
.arrowl{
    position: absolute;
    top: 46%;
    left: -40px;
    width: 12px;
    cursor: pointer;
}
.arrowl img{
    width: 100%;
}
.arrowr{
    position: absolute;
    top: 46%;
    right: -40px;
    width: 12px;
    cursor: pointer;
}
.arrowr img{
    width: 100%;
}
.l_acase_box{
    position: relative;
}
.l_acase_di{
    position: relative;
    top: 0;
    left: 0;
}
.l_acase_img{
    position: absolute;
    top: 0;
    left: 0;
}
.l_acase_box img{
    width: 100%;
    height: 100%;
}









/*10.14*/
.l_baner_qhle{
    width: 20px;
    cursor: pointer;
}
.l_baner_qhle img{
    width: 100%;
}
.l_baner_qhri{
    width: 20px;
    cursor: pointer;
}
.l_baner_qhri img{
    width: 100%;
}
.mc_banner_line p{
    font-family: "微软雅黑";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    max-height: 20px;
    display: inline-block;
    width: 100%;
    max-height: 20px;
    overflow: hidden;
}
.mc_banner_line{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background:rgba(0,0,0,0.5);
    padding: 20px;
    overflow: hidden;
    width: 100%;
}
.mc_banner_slick{
    position: relative;
    z-index: 1;
}
.l_banner{
    width: 100%;
}
.l_banner img{
    width: 100%;
}
.l_banner_qiehuan{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    width: 95%;
}
.mc_banner{
    position: relative;
}
.l_nav_erji a{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;

border-top:1px solid #ddd;
    line-height: 46px;
    display: inline-block;
    padding: 0 35px;
    width: 100%;
    text-align: center;
}
.l_nav_xl{
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
    display: none;
}
.yxnav_active1{
    background: #ac0d15;
}
.yxnav_active2{
    background: #ac0d15;
}
.l_logo{
    width: 205px;
    margin-right: 20px;
}
.l_logo img{
    width: 100%;
}
.mc_hdtop_r {
    margin-top: 5px;
}
.mc_titbox{

}
.mc_announcement-data{
    width: 72px;
    position: relative;
    padding-left: 12px;
}
.mc_backgr-slick{
    margin:0 -15px;
    position: relative;
}
.l_ldgb_right {
    width: calc(100% - 427px);
}
.mc_training-ul1{
    padding-left: 80px;
    width: 384px
}
.mc_training-ul2{
    padding-left: 100px;
    width: calc(100% - 384px);
}
.l_ldgb_back{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.l_ldgb_back img {
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mc_training-nav-ul .slick-current{
    background: #f37178;
}
.mc_banner_pc{
    position: relative;
}
.l_sy_friend{
    position: relative;
}
.mc_training-mainback{
    position: relative;
}
.g_b3topinfl {
    width: 100%;
}
.l_sy_more{
    font-family: "微软雅黑";
    font-size: 14px;
    color:#999999;
    line-height: 26px;
    margin-right: 10px;
}
.l_gb_act{
    background: #f37178;
}
.mc_subtitle {
    margin-top: 10px;
}
.l_kf_gbic{
    width: 16px;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
}
.l_kf_gbic img{
    width: 100%;
}
.l_sy_mnimg{
    width: 120px;
    position: absolute;
    bottom: 11px;
    left: 12px;
}
.l_sy_mnimg img{
    width: 100%;
}
.l_sy_kfdi{
    width: 370px;
}
.l_sy_kfdi img{
    width: 100%;
}
.l_kf_box{
    position: fixed;
    top: 60%;
    right: 68px;
    z-index: 99;
    width: 370px;
}
.l_sy_kfdhtext{
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 5px;
}
.l_sy_kfdhhm{
    font-family: "微软雅黑";
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;;
}
.l_sy_kfdh{
    position: absolute;
    bottom: 35px;
    right: 16px;
}
.l_cb_box{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10;
}
.l_cb_text{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    font-weight: bold;
    padding: 8px 14px;
    cursor: pointer;
}
.l_ce_hover_ic{
    width: 23px;
    line-height: 60px;
    margin-right: 17px;
}
.l_ce_hover_ic img{
    width: 100%;
}
.l_ce_hover_text{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #a9150f;
    line-height: 60px;
    font-weight: bold;
}
.l_ce_hover_box{
    background: #fff;
    border:1px solid #f0f0f0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 62px;
    width: 238px;
    display: none;
    animation: fadeInRight 1s;
    z-index: -1;
}
.l_cb_tel{
    position: relative;
    background: #3372a4;
    transition: all 1s;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
}
.l_cb_top{
    width: 15px;
    margin-bottom: 8px;
    margin-left: 8px;
}
.l_cb_qq{
    width: 24px;
}
.l_cb_gt{
    width: 28px;
}
.l_smallic{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_cb_tel .bshare-custom .bshare-qqim{
    width: 100%;
    height: 100%;
}
.l_cb_tel .bshare-custom{
    height: 100%;
}
.l_cb_tel .bsPromo{
    display: block!important;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.l_cb_tel .bsPromo a{
    width: 100%;
    height: 100%;
}
.l_cb_tel .bshare-custom .bshare-qqim{
    background: none!important;
}
.l_cb_tel .bsPromo2{
    background: none!important;
}
.l_ph_banner{
    display: none;
}
.l_ban_mc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    z-index: 1;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .l_new_tjbox:hover .l_new_img_sw {
        transform: scale(1.05);
    }

    .l_new_box:hover .l_new_tit {
        color: #a9150f;
    }

    .paging li.activepage,
    .paging li:hover {
        color: #ffffff;
        background: #01538b;
    }

    .g_b3fen:hover .g_b3shangfr{
        color: #01538b;
    }
    .g_brandfl:hover a{
        color: #01538b;
    }
    .mc_nav_li:hover{
        background: #034470;
    }
    .mc_training-nav-ul li:hover{
        background: #f37178;
    }
    .mc_dynamic-dov:hover .l_acase_img{
        transform: scale(1.05);
    }
    .mc_training-main:hover .l_acase_img{
        transform: scale(1.05);
    }
    .mc_case-maincons:hover .l_acase_img{
        transform: scale(1.05);
    }
    .show-photo:hover .mc_show-img img{
        transform: scale(1.05);
    }
    .l_cb_tel:hover{
        background: #a9150f;
    }
    .l_cb_tel:hover .l_ce_hover_box{
        display: block;
    }
    .mc_dynamic-dov:hover .mc_dynamic-dov h4{
        color: #01538b;
    }
    .mc_announcement1:hover .mc_annoucement-p{
        color: #01538b;
    }
}


@charset 'utf-8';
/* CSS Document */
html,
body
{
    overflow-x: hidden;
    overflow-y: auto;
}
html
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*
{
   

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a
{
    -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;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    text-decoration: none;

    outline: none;
}
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;
}
h1
{
    font-size: 36px;
}
h2
{
    font-size: 30px;
}
h3
{
    font-size: 24px;
}
h4
{
    font-size: 18px;
}
h5
{
    font-size: 14px;
}
h6
{
    font-size: 12px;
}
body,
button,
input,
select,
textarea
{
    font-family: 'Arial','微软雅黑';
    font-size: 14px;
    line-height: 1;

    margin: 0;

    color: #333;
    border: 0;
    outline: none;
    background: none;
}
input,
textarea
{
    -webkit-appearance: none;
}
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;
}
label
{
    font-weight: normal;

    margin-bottom: 0;
}
img
{
    vertical-align: middle;
}
@media (min-width: 1230px)
{
    .container
    {

    }
}
.ib
{
    display: inline-block;

    vertical-align: middle;
}
.imgdiv img,
.tra0_3,
.imgk img
{
    -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;
}
.tra1
{
    -webkit-transition: all 1s ease-out 0s;
       -moz-transition: all 1s ease-out 0s;
        -ms-transition: all 1s ease-out 0s;
         -o-transition: all 1s ease-out 0s;
            transition: all 1s ease-out 0s;
}
.dimgdiv img:last-of-type
{
    display: none;
}
.dimgdiv:hover img:first-of-type
{
    display: none;
}
.dimgdiv:hover img:last-of-type
{
    display: inline;
}
.disnone
{
    display: none !important;
}
.clearfix::after
{
    display: block;
    clear: both;

    height: 0;

    content: ' ';
}
.clearfix
{
    zoom: 1;
}
.cp
{
    cursor: pointer;
}
.fb
{
    font-weight: bold;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.l,
.r
{
    width: 50%;
}
.c_333
{
    color: #333;
}
.c_666
{
    color: #666;
}
.c_999
{
    color: #999;
}
.c_w
{
    color: #fff;
}
.bg_w
{
    background: #fff;
}
.c_b
{
    color: #000;
}
.bg_b
{
    background: #000;
}
.img_d
{
    display: none;
}
.img_dd
{
    display: none !important;
}
.hm
{
    height: 100%;
}
.tn
{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}
.t50
{
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.tx50
{
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.ty50
{
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.tac
{
    text-align: center;
}
.tal
{
    text-align: left;
}
.tar
{
    text-align: right;
}
.tablediv
{
    display: table;
}
.tr
{
    display: table-row;
}
.td
{
    display: table-cell;
}
.imgdiv
{
    overflow: hidden;
}
/* v1.4 2019.6.28  gary*/
/*slick 修整*/
.slick-track .slick-slide{
    display: block !important;
}
/*分享修改*/
.bsBox, #bsPanel div, #bsMorePanel div, #bshareF div {
    box-sizing: content-box;
}
.bsTop span{
    line-height: 24px !important;
}
#bsPanel{
    margin-left: 20px !important;
}
/*编辑器图片和p默认样式处理*/
.yxedr_active img,.yxedr_active video,.yxedr_active audio{
    max-width: 100% !important;
    height: auto !important;
}
.yxedr_active p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}





body {
    overflow: hidden;
    font-family: "微软雅黑";
    background: #fff;
}

img,
video,
audio {
    width: 100%;
}

a {
    display: block;
}

.yxedr_active img,
.yxedr_active video,
.yxedr_active audio {
    width: unset;
}

.mc_cnzz span {
    display: inline-block;
    transform: translateY(-1px);
}

.mc_cnzz a {
    display: block;
    width: 50px;
    height: 12px;
    margin-left: 12px;
    margin-top: -6px;
}

.mc_cnzz img {
    width: 100%;
}

.mc_ft_bot p a {
    display: inline-block;
    vertical-align: middle;
}

.mc_ft_bot p {
    display: inline-block;
}


/* 响应式内容区变化 */
@media screen and (min-width: 1201px) {
    .mc_container {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .mc_container {
        width: 768px;
        /*padding: 0 15px;*/
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .mc_container {
        width: 100%;
        padding: 0 15px;
    }


    /* bshare手机端 */
    .bsBox {
        width: 255px !important;
        margin: 0 !important;
        transform: translate(-50%, -50%)
    }

    .bsTop {
        width: 255px !important;
    }

    #bsMorePanel {
        width: 255px !important;
    }

    .bFind-wrapper-top input {
        width: unset !important;
    }

    #bsPanel {
        display: none;
    }

    /* slick指示点 */
}

/* bshare 界面错乱调整 */
.bsBox,
#bsPanel div,
#bsMorePanel div,
#bshareF div {
    box-sizing: content-box;
}
.bsTop span {
    line-height: 24px !important;
}

.bshare-custom .mc_sharebox a{
    background: none !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}




/* 列表图片 */
.mc_list_imgbox {
    position: relative;
    overflow: hidden;
}

.mc_list_imgbox img {
    width: 100%;
    height: 100%;
}

.mc_list_png {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.mc_list_img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

/* 两边截取 */
.mc_lbjq {
    width: 100%;
    overflow: hidden;
}

.mc_lbjq img {
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 定位内容区 */
.mc_container_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.mc_container_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 小图标i标签 */
.mc_icon {
    display: inline-block;
    vertical-align: middle;
    background-position-x: center;
    background-position-y: top;
}

/* 下拉选择 */
.mc_select_hd {
    cursor: pointer;
}

.mc_select_bd {
    display: none;
}

.mc_select_list li {
    cursor: pointer;
}

.mc_select_xtb {
    transition: all .36s;
}

.mc_select_xtb.on {
    transform: rotate(180deg);
}

/* slick加载 */
.mc_slick .slick-slide:not(:first-child){
    display: none;
} 

/* tab栏 */
.mc_tabhd_li{
    float: left;
    cursor: pointer;
}
.mc_tabhd_li.on{
    background: #ccc;
}
.mc_tabbd_lisbox:not(:first-child){
    display: none;
};



/* 快捷类 */
.mc_show,
.mc_block {
    display: block;
}

.mc_hide {
    display: none;
}

/* plaeceholder样式改变 */
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

/* 载入效果 */
.mc_anmt_in{
    animation-delay: 0.3s;
    animation-name: fadeIn;
}
.mc_anmt_l{
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
}
.mc_anmt_r{
    animation-delay: 0.3s;
    animation-name: fadeInRight;
}
.mc_anmt1 {
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}
.mc_anmt2 {
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}
.mc_anmt3 {
    animation-delay: 0.7s;
    animation-name: fadeInUp;
}
.mc_anmt4 {
    animation-delay: 0.9s;
    animation-name: fadeInUp;
}
.mc_anmt5 {
    animation-delay: 1.1s;
    animation-name: fadeInUp;
}
.mc_anmt6 {
    animation-delay: 1.3s;
    animation-name: fadeInUp;
}