@charset "utf-8";

body {
    font-family: "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #000;
}

.ma_phnav {
    width: 100vw;
}
.ma_phnav.on{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.5);
}

.ma_cout1440 {
    width: 1440px;
    margin: 0 auto;
}

.ma_pnn_ul1 {
    padding-left: 20px;
}

.ma_pnn_li1 {
    float: left;
    position: relative;
}

.ma_pnn_a1 {
    color: #fff;
    line-height: 70px;
    padding: 0 35px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.36s;
}

.ma_pnn_li1.yxnav_active1 .ma_pnn_a1 {
    background: #0f2652;
}

.ma_pnn_ul2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    background: rgba(27, 50, 91, 0.96);
    text-align: center;
    padding: 16px 0;
    display: none;
    z-index: 20;
}

.ma_pnn_li2 {
    margin-bottom: 20px;
}

.ma_pnn_li2:last-child {
    margin-bottom: 0;
}

.ma_pnn_a2 {
    color: #fff;
    font-size: 16px;
    transition: all 0.36s;
    opacity: 0.8;
    line-height: 1.5;
    white-space: nowrap;
}

.ma_pnn_li2.yxnav_active2 .ma_pnn_a2 {
    opacity: 1;
}

.ma_pnl_main {
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    transition: all 0.36s;
    padding: 0 25px;
}

.ma_pc_search {
    width: 16px;
    line-height: 70px;
    margin-left: 22px;

}

.ma_pc_search img {
    width: 100%;
    cursor: pointer;
}

.ma_pc_language {
    position: relative;
}

.ma_pc_language::before {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ma_pcstc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.ma_pcstcbox {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 25px;
    height: 25px;
}

.ma_pcstcmain {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ma_pcstcm_l input {
    font-size: 25px;
    color: #fff;
}

.ma_pcstcm_r {
    width: calc(100% - 70px);
    height: 25px;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
}

.ma_pcstcm_r input {
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #fff;
}

/* ph导航 */
.ma_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 64px;
    padding: 0 15px;
    background: #fff;
}

.ma_ph_logo {
    width: 180px;
}

.ma_ph_logo a {
    line-height: 64px;
}
.ma_ph_logo img {
    width: 100%;
}

.ma_language_ph a {
    line-height: 64px;
    color: #666;
    margin-right: 15px;
}

.mc_ph_menu {
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.ma_phmenubox {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.active .ma_nav_btn {
    background: transparent;
}

.active .ma_nav_btn::after {
    transform: rotate(45deg);
    top: 0;
}

.active .ma_nav_btn::before {
    transform: rotate(-45deg);
    top: 0;
}

.ma_point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    top: 25px;
}

.ma_nav_btn,
.ma_nav_btn::after,
.ma_nav_btn::before {
    width: 28px;
    height: 1px;
    display: inline-block;
    background: #333;
}

.ma_nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.ma_nav_btn::after,
.ma_nav_btn::before {
    content: "";
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.ma_nav_btn::after {
    top: -10px;
}

.ma_nav_btn::before {
    top: 10px;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 101%;
    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-top: 5px;
    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%;
}

/* banner */
/* .ma_ban.on{
    margin-top: 70px;
} */
.ma_banlist {
    position: relative;
}

.ma_banlist a {
    display: block;
}

.ma_index .ma_ban::before {
    content: "";
    position: absolute;
    width: calc((100% - 1440px)/2);
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 10;
}
.ma_index .ma_ban::after {
    content: "";
    position: absolute;
    width: calc((100% - 1440px)/2);
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    z-index: 10;
}

.ma_banlist::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #333);
    z-index: 10;
}

.slick-active.ma_banlist::before {
    display: none;
}

.ma_banl_phimg {
    display: none;
}

.ma_banl_img img {
    width: 100%;
}

.ma_banl_a {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 680px;
    background: rgba(0, 0, 0, 0.5);
    padding: 18px 42px;
    z-index: 50;
    display: none;
    overflow: hidden;
}
.ma_banlist .ma_h31 {
    height: 28px;
    overflow: hidden;
}
.ma_banlist.slick-current .ma_banl_a {
    display: block;
}

.ma_banbox .slick-dots {
    left: 16px;
    display: inline-block !important;
    width: auto;
}

.ma_banbox .slick-dots li {
    width: 28px;
    height: 28px;
    background: transparent;
    position: relative;
}

.ma_banbox .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.3);
}

.ma_banbox .slick-dots li button {
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ma_banbox .slick-list {
    overflow: initial;
}

.ma_ban {
    position: relative;
}

.ma_ban_q {
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}
.ma_ban_q img {
    width: 100%;
}
.ma_ban_l {
    left: 110px;
}

.ma_ban_r {
    right: 110px;
}

.ma_banlist:not(:first-child) {
    display: none;
}

.ma_ft {
    content: "";
    position: relative;
    background: #0f2652;
}

.ma_ft::before {
    content: "";
    background: url(../images/footer_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.04;
}

.ma_ft_top {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #3b4863;
}

.ma_fttl_img {
    width: 415px;
    margin-bottom: 44px;
}
.ma_fttl_img img {
    width: 100%;
}
.ma_fttl_img a {
    display: block;
}

.ma_fttl_ul {
    margin: 0 -60px;
}

.ma_fttl_li {
    float: left;
    padding: 0 60px;
    width: 50%;
    margin-bottom: 14px;
}

.ma_ftt_l {
    width: 50%;
}

.ma_fttl_li p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}

.ma_fttl_li a {
    font-size: 14px;
    color: #fff;
}

.ma_ft_top {
    padding: 50px 0 15px;
}

.ma_ftt_r {
    width: 430px;
    padding-top: 25px;
}

.ma_ftt_ul {
    margin: 0 -55px;
}

.ma_ftt_li {
    padding: 0 55px;
    width: 33.33333%;
    float: left;
    margin-bottom: 36px;
}

.ma_ftt_li a {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    transition: all 0.36s;
}

.ma_ft_btm {
    position: relative;
    z-index: 20;
    padding: 30px 0;
}

.mc_ft_copyright p span {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    opacity: 0.24;
    display: inline-block;
    margin-right: 18px;
}

.mc_ft_copyright p a {
    color: #fff;
    font-size: 14px;
    opacity: 0.1;
}

.ma_ftbb_r a {
    margin-left: 18px;
    opacity: 0.6 !important;
}

.bshare-custom .bshare-sinaminiblog {
    background: url(../images/footer_fenx1.png) !important;
    width: 26px;
    height: 27px;
    background-size: contain !important;
}

.bshare-custom .bshare-weixin {
    background: url(../images/footer_fenx2.png) !important;
    width: 26px;
    height: 27px;
    background-size: contain !important;
}

.bshare-custom .bshare-qqim {
    background: url(../images/footer_fenx3.png) !important;
    width: 26px;
    height: 27px;
    background-size: contain !important;
}

/* index */
.ma_section {
    padding: 58px 0;
}

.ma_is1m_l {
    width: calc(100% - 410px);
    background: #fff;
    padding: 30px 34px;
}

.ma_title {
    margin-bottom: 28px;
}

.ma_th2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.ma_tp {
    color: #999;
    font-size: 16px;
}

.ma_title_r {
    padding-top: 44px;
}

.ma_is1m_l  .ma_title_r .ma_btn1 {
    font-size: 14px;
    color: #1b325c;
}
.ma_is1m_r  .ma_title_r .ma_btn1 {
    font-size: 14px;
    color: #666;
}

.ma_is1mlm_l {
    width: 420px;
}

.ma_is1mlm_l a {
    display: block;
}

.ma_is1mlml_img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.ma_is1mlml_img img {
    transition: 0.36s all;
}

.ma_is1mlml_img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.ma_is1mlml_imgbg {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ma_is1mlmlf_h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 5px;
    height: 56px;
    overflow: hidden;
    transition: all 0.36s;
}

.ma_is1mlmlf_time {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    margin-bottom: 5px;
}

.ma_is1mlmlf_main {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    transition: all 0.36s;
    height: 73.5px;
    overflow: hidden;
}

.ma_is1mlmr_top .ma_is1mlmlf_main {
    height: 49px;
}

.ma_is1mlm_r {
    width: calc(100% - 420px);
    padding-left: 40px;
}

.ma_is1mlmrt_l {
    width: 78px;
    height: 78px;
    padding: 12px;
}

.ma_is1mlmrtl_year {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.ma_is1mlmrtl_day {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: Arial,
        Helvetica,
        sans-serif;
}

.ma_is1mlmrt_r {
    width: calc(100% - 80px);
    padding-left: 18px;
}

.ma_is1mlmrt_r .ma_is1mlmlf_h4 {
    margin-bottom: 10px;
}

.ma_is1mlmr_top a {
    display: block;
}

.ma_is1mlmr_top {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e7e6e6;
}

.ma_is1mlmrl_main {
    width: calc(100% - 80px);
    padding-right: 20px;
}

.ma_is1mlmrl_main a {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    height: 28px;
    overflow: hidden;
    transition: all 0.36s;
}

.ma_is1mlmrl_time {
    width: 80px;
    color: #999;
    font-size: 16px;
    line-height: 1.75;
    transition: 0.36s all;
}

.ma_is1mlmr_li {
    margin-bottom: 10px;
}

.ma_is1mlmr_li:last-child {
    margin-bottom: 0;
}

.ma_is1m_r {
    width: 386px;
    background: #fff;
    padding: 30px 34px;
}

.ma_is1mr_main .ma_is1mlmr_top {
    padding-bottom: 0;
    border: none;
    margin-bottom: 18px;
}

.ma_is1mlmr_top:last-child {
    margin-bottom: 0;
}

.ma_is1mr_main .ma_is1mlmrt_r {
    padding-top: 10px;
}

.ma_is1mr_main .ma_is1mlmlf_h4 {
    font-weight: normal;
    margin-bottom: 0;
}

.ma_indexs2 {
    position: relative;
}

.ma_indexs2::before {
    content: "";
    background: url(../images/ma_sys2_bg.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.04;
}
.ma_indexs2_main .ma_th2{
    color: #fff;
}
.ma_indexs2_main .ma_tp {
    color: #fff;
}
.ma_indexs2_main{
    position: relative;
    z-index: 10;
}
.ma_indexs2_mainbox {
    margin: 0 -16px;
}
.ma_indexs2m_l{
    padding: 0 16px;
    float: left;
    width: 50%;
}
.ma_indexs2m_l .ma_btn1 {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.ma_indexs2ml_top{
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    position: relative;
}
.ma_indexs2ml_top a {
    display: block;
   padding: 48px 34px 24px 34px; 
}

.ma_indexs2ml_top::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    top: 30px;
    left: 34px;
}
.ma_indexs2mlt_title{
    margin-bottom: 14px;
}
.ma_indexs2mlt_img{
    margin-top: -3px;
    margin-right: 2px;
    width: 13px;
}
.ma_indexs2ml_top span{
    font-size: 14px;
    color: #fff;
}
.ma_indexs2mltm_h4{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
    height: 28px; 
    overflow: hidden;
    margin-bottom: 12px;
}
.ma_indexs2mlt_main p{
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    line-height: 1.75;
    transition: all 0.36s;
}
.ma_indexs2ml_btm .ma_is1mlmrl_main a{
    color: #fff;
}
/* carl start */
/* 分页 start */

.mc_pcfy a {
    float: left;
}

.mc_fybtn a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #999;
}

.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: 32px;
    color: #333333;
    text-align: center;
    margin: 0px 6px;
    border-radius: 50%;
    transition: .3s;
}

.pc_fenye li.activepage {
    color: #fff;
    background-color: #00aaa4;
}

.w_fenyeph {
    display: none;
}

.pc_fenye li.clolr {
    color: #00b9f1;
}
/* 分页 end */
.ca_img_real {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.ca_img_real {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.mc_cnt1200 {
    width: 1200px;
    margin: auto;
}
.ca_banner img {
    width: 100%;
}
.ca_side {
    width: 210px;
    transform: translateY(-40px);
}
.ca_cnt_area {
    width: calc(100% - 210px);
    padding-left: 66px;
    padding-right: 58px;
    background-color: #fff;
}
.ca_side_h {
    padding: 25px 30px 25px;
}
.ca_side_list {
    margin-left: 15px;
}
.ca_side_listi {
    position: relative;
    padding-left: 32px;
    border-bottom: 1px solid #dddee0;
    background-color: transparent;
    transition: 0.36s all;
}
.ca_side_listi a {
    display: block;
    font-size: 16px;
    line-height: 54px;
    color: #003262;
    transition: 0.36s all;
}
.ca_side_listi.act a {
    color: #1b325c;
}
.ca_side_listi.act {
    background-color: #fff;
}
.ca_side_listi::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -6px;
    width: 6px;
    height: 100%;
    background-color: transparent;
    transition: 0.36s all;
}
.ca_side_listi.act::before {
    background-color: #34ab96;
}
.ca_crumb {
    position: relative;
    padding-top: 20px;
    z-index: 2;
}
.ca_crumbi {
    display: inline-block;
}
.ca_crumbi a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    transition: 0.36s all;
}
.ca_crumbi:first-of-type a {
    width: 16px;
}
.ca_crumbi a img {
    margin-top: -4px;
    width: 100%;
}
.ca_crumbi::after {
    content: ">";
    display: inline-block;
    margin: 0px 2px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}
.ca_crumbi:last-of-type::after {
    content: "";
    margin: 0px;
}
.ca_cnt_h {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
}
.ca_cnt_h h3 {
    font-weight: 700;
}
.ca_b6 .ca_cnt_h h3 {
    font-size: 22px;
}
.ca_cnt_h span {
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #999;
    vertical-align: bottom;
}
.ca_b1 .ca_cnt_m {
    padding-top: 35px;
    padding-bottom: 52px;
}
.ca_b1_arc p,
.ca_b1_arc p span
{
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.ca_info_box {
    margin-top: 32px;
    margin-bottom: 42px;
}
.ca_info_boxi {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 32px;
    text-align: center;
    background-color: #004994;
}
.ca_info_boxi.on {
    background-color: #00c2a0;
}
.ca_info_num h4,
.ca_info_num p {
    display: inline-block;
}
.ca_info_numex,
.ca_info_boxi2 p
{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.ca_info_boxi1 h4 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.ca_cnt_mb {
    margin-top: 24px;
}
.ca_cnt_mbi p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.ca_b2 .ca_cnt_m {
    padding-top: 32px;
    padding-bottom: 52px;
}
.ca_per_img {
    width: 246px;
}
.ca_per_img img {
    width: 100%;
}
.ca_per_txt {
    width: calc(100% - 246px);
    padding-left: 40px;
    margin-top: -10px;
}
.ca_per_txt p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}


.ca_per_txt2 {
    width: calc(100% - 246px);
    padding-right: 20px;
    margin-top: -10px;
}
.ca_per_txt2 p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.ca_per_sign {
    margin-top: 60px;
}
.ca_per_signr {
    width: 104px;
    margin-top: -10px;
    margin-left: 18px;
}
.ca_per_signr img {
    width: 100%;
}

.ca_b3 .ca_cnt_m {
    padding-top: 40px;
    padding-bottom: 38px;
}
.ca_lea_teami {
    width: 50%;
    padding-right: 40px;
    padding-bottom: 32px;
}
.ca_lea_teamimg {
    position: relative;
    width: 177px;
}
.ca_lea_teamimg img {
    width: 100%;
    height: 100%;
}
.ca_lea_teaminfo {
    width: calc(100% - 177px);
    padding-left: 30px;
}
.ca_lea_tname {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ca_lea_tname::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
    background-color: #1b325c;
}
.ca_lea_tpoi {
    padding-top: 22px;
    padding-bottom: 10px;
}
.ca_lea_tpoi p,
.ca_lea_twork p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.ca_lea_twork p {
    max-height: 96px;
    overflow: hidden;
}

.ca_b5 .ca_cnt_m {
    padding-bottom: 70px;
}
.ca_ori_item {
    margin-top: 34px;
}
.ca_ori_itemimg {
    margin-top: 18px;
}
.ca_ori_item .ca_ori_itemh {
    text-align: center;
}
.ca_ori_itemimg img {
    width: 100%;
}
.ca_b6 .ca_cnt_m {
    padding-top: 42px;
    padding-bottom: 64px;
}
.ca_concat_h {
    margin-bottom: 34px;
}
.ca_concat_hi {
    width: 33.333333%;
}
.ca_concat_himg {
    width: 28px;
    margin: 0 auto;
}
.ca_concat_himg img {
    width: 100%;
}
.ca_concat_htitle p,
.ca_concat_htxt p {
    text-align: center;
}
.ca_concat_htitle {
    margin-top: 20px;
}
.ca_concat_htitle p {
    font-weight: 700;
}
.ca_concat_htxt p a {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}
#ca_school_map {
    width: 100%;
    height: 360px;
}
#ca_school_map .anchorBL {
    display: none !important;
}
.ca_c1 .ca_cnt_m {
    padding-top: 10px;
    padding-bottom: 67px;
}
.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: #003262;
}
.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;
}
.ca_new_goico {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 14px;
}
.ca_new_goico img {
    width: 100%;
    height: 100%;
    transition: 0.36s all;
}
.ca_new_goico .ca_img_real {
    opacity: 1;
}
.ca_new_goico .ca_img_static {
    opacity: 0;
    margin-top: -3px;
}
.ca_news_title h4 {
    max-height: 31px;
    transition: 0.36s all;
    overflow: hidden;
}
.ca_c1 .ca_fymr,
.ca_c2 .ca_fymr
{
    margin-top: 56px;
}
.ca_fymr .pc_fenye li {
    border-radius: 0px;
    color: #999;
}
.ca_fymr .pc_fenye li.activepage {
    background-color: #003262;
    color: #fff;
}
.ca_news_tab {
    padding-top: 4px;
}
.ca_news_tabi {
    width: 20%;
}
.ca_news_tabi a {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    height: 80px;
    text-align: center;
    color: #fff;
    transition: 0.36s all;
    padding: 10px 0;
}
.ca_news_tabi.act a {
    background-color: #fff;
    color: #333;
}
.ca_c2 .ca_cnt_m {
    padding-top: 28px;
    padding-bottom: 67px;
}
.ca_news_tab {
    margin-bottom: 24px;
}
.ca_c2 .ca_cnt_h {
    border-bottom: 0px;
}
.ca_d1 .ca_cnt_m {
    padding-top: 44px;
    padding-bottom: 80px;
}
.ca_d1 .ca_cnt_h h3,
.ca_d2 .ca_cnt_h h3
{
    font-size: 22px;
}
.ca_team_box {
    margin-left: -5px;
    margin-right: -5px;
}
.ca_team_boxi {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 32px;
}
.ca_team_boxiw {
    padding: 14px 14px 16px 14px;
    background-color: #e5eaef;
}
.ca_team_boximg {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ca_team_boximg img {
    width: 100%;
    height: 100%;
    transition: 0.36s all;
}
.ca_team_boxwork p,
.ca_team_boxname p {
    text-align: center;
}
.ca_team_boxwork p {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
}
.ca_d1 .ca_fymr {
    padding-top: 30px;
}
.ca_d1 .ca_cnt_h span,
.ca_d2 .ca_cnt_h span 
{
    padding-left: 38px;
}
.ca_team_boxname {
    margin-top: 10px;
}
.ca_team_boxi a {
    display: block;
}
.ca_d2 .ca_cnt_m {
    padding-bottom: 54px;
    padding-top: 45px;
}
.ca_team_detail h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.75;
    color: #1b325c;
}
.ca_team_detail p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}
.ca_team_detail h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #333;
}
.ca_download_item {
    position: relative;
    padding: 20px 0px 28px;
    border-bottom: 1px solid #e9e9e9;
}
.ca_download_item a {
    display: block;
}
.ca_download_itemlh {
    margin-bottom: 8px;
}
.ca_download_itemlhbl {
    position: relative;
    width: 12px;
    height: 12px;
}
.ca_download_itemlhbl img {
    width: 100%;
    height: 100%;
    transition: 0.36s all;
}
.ca_download_itemlhbl .ca_img_real {
    opacity: 1;
}
.ca_download_itemlhbl .ca_img_static {
    opacity: 0;
    margin-top: -4px;
}
.ca_f1 .ca_download_itemlhbl .ca_img_static {
    opacity: 0;
    margin-top: -5px;
}
.ca_download_itemlhbr p {
    font-size: 12px;
    color: #aaa;
    transition: 0.36s all;
}
.ca_download_iteml {
    width: calc(100% - 150px);
    padding-left: 16px;
}
.ca_download_itemr {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    padding: 9px 20px;
    border-left: 1px solid #e9e9e9;
}
.ca_download_itemrl {
    position: relative;
    width: 26px;
}
.ca_download_itemrl img {
    width: 100%;
    height: 100%;
    transition: 0.36s all;
}
.ca_download_itemrl .ca_img_real {
    opacity: 1;
}
.ca_download_itemrl .ca_img_static {
    opacity: 0;
}
.ca_download_itemrr p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    transition: 0.36s all;
}
.ca_download_itemlhbr {
    margin-left: 5px;
}

.ca_download_itemrr {
    margin-left: 18px;
}
.ca_download_itemlh .ma_h41 {
    transition: 0.36s all;
}
.ca_e1 .ca_cnt_m {
    padding-top: 6px;
    padding-bottom: 47px;
}
.ca_e1 .ca_fymr {
    margin-top: 57px;
}
.ca_exchange_item {
    padding: 20px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.ca_exchange_item a {
    display: block;
}
.ca_exchange_iteml {
    position: relative;
    width: 289px;
    overflow: hidden;
}
.ca_exchange_iteml img {
    width: 100%;
    height: 100%;
    transition: 0.36s all;
}
.ca_exchange_itemr {
    width: calc(100% - 289px);
    margin-top: 10px;
    padding-left: 26px;
}
.ca_exchange_title {
    margin-bottom: 15px;
}
.ca_exchange_time
{
    margin-bottom: 18px;
}
.ca_exchange_txt {
    margin-bottom: 25px;
}
.ca_exchange_morer {
    position: relative;
    width: 8px;
}
.ca_exchange_morer img {
    width: 100%;
    height: 100%;
    transition: 0.36s all;
}
.ca_exchange_morer .ca_img_real {
    opacity: 1;
}
.ca_exchange_morer .ca_img_static {
    opacity: 0;
    margin-top: -3px;
}
.ca_exchange_title p {
    height: 32px;
    transition: 0.36s all;
    overflow: hidden;
}
.ca_exchange_txt p {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}
.ca_exchange_morel {
    margin-right: 10px;
}
.ca_exchange_morel p {
    font-size: 14px;
    color: #999;
    transition: 0.36s all;
}
.ca_exchange_item.nopic .ca_exchange_itemr {
    width: 100%;
    padding-left: 0px;
}
.ca_f1 .ca_cnt_m {
    padding-top: 18px;
    padding-bottom: 72px;
}
.ca_f1 .ca_fymr,
.ca_f2 .ca_fymr {
    margin-top: 56px;
}
.ca_f2 .ca_cnt_h {
    padding-bottom: 44px;
    border-bottom: 0px;
}
.ca_f2 .ca_news_tab {
    margin-bottom: 42px;
}
.ca_f2 .ca_cnt_m {
    padding-bottom: 72px;
}
.ca_ex_dht p {
    text-align: center;
}
.ca_ex_dhbi {
    width: 33.333333%;
}
.ca_ex_dhbi p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.ca_ex_dhbiw {
    display: inline-block;
}
.ca_ex_dhbi:nth-of-type(1) {
    padding-left: 64px;
}
.ca_ex_dhbi:nth-of-type(2) {
    text-align: center;
}
.ca_ex_dhbi:nth-of-type(3) {
    text-align: right;
    padding-right: 56px;
}
.ca_f3 .ca_cnt_m {
    padding-top: 36px;
    padding-bottom: 52px;
}
.ca_ex_dht {
    margin-bottom: 18px;
}
.ca_ex_dm {
    padding-top: 14px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e9e9e9;
}
.ca_ex_df {
    padding-top: 12px;
}
.ca_ex_dfi p a {
    max-width: 130px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.36s all;
} 
.ca_ex_dm p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.ca_history {
    position: relative;
    z-index: 2;
}
.ca_history_item {
    /* border-left: 1px solid transparent; */
    width: 50%;
}
.ca_history_iteml {
    margin-left: -9px;
    margin-top: 10px;
}
.ca_history_iteml1 {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: rgba(0,50,98,0.2);
    border-radius: 50%;
}
.ca_history_iteml2 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: rgba(0,50,98,1);
    transform: translate(-50%, -50%);
}
.ca_history_itemr {
    position: relative;
    width: calc(100% - 18px);
    padding-left: 72px;
}
.ca_history_itemr::before {
    content: "--------------------";
    display: block;
    position: absolute;
    left: 6px;
    top: 10px;
    width: 56px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    color: #cbcbcb;
    /* border-top: 2px dashed #cbcbcb; */
}
.ca_history_itemr1 h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #333;
}
.ca_history_itemr2 {
    position: relative;
    padding: 0px 14px;
    margin-top: 6px;
    margin-bottom: 40px;
}
.ca_history_itemr2 p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.ca_history_itemr2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}
.ca_history_itemw:first-of-type .ca_history_item {
    padding-top: 50px;
}
.ca_history_itemw:last-of-type .ca_history_itemr2 {
    margin-bottom: 0px;
}
.ca_history_itemw:nth-of-type(odd) .ca_history_item {
    border-left: 1px solid #e6e6e6;
}
.ca_history_itemw:nth-of-type(even) .ca_history_item {
    border-right: 1px solid #e6e6e6;
    margin-left: 1px;
}
.ca_history_itemw:nth-of-type(odd) .ca_history_item {
    float: right;
}
.ca_history_itemw:nth-of-type(even) .ca_history_item {
    float: left;
}
.ca_history_itemw:nth-of-type(even) .ca_history_itemr2 {
    padding-left: 0px;
}
.ca_history_itemw:nth-of-type(even) .ca_history_iteml {
    float: right;
    margin-left: 0px;
    margin-right: -9px;
}
.ca_history_itemw:nth-of-type(even) .ca_history_itemr::before {
    right: 6px;
    left: auto;
}
.ca_history_itemw:nth-of-type(even) .ca_history_itemr {
    padding-left: 0px;
    padding-right: 72px;
    float: right;
}
.ca_history_itemw:nth-of-type(even) .ca_history_itemr1 h3 {
    text-align: right;
}
.ca_history_itemw:nth-of-type(even) .ca_history_itemr2 p {
    text-align: right;
}
.ca_history_itemw:nth-of-type(even) .ca_history_itemr2::before {
    left: auto;
    right: 0px;
}
.ca_b4 .ca_cnt_m {
    padding-bottom: 100px;
}
.ca_history_itemw:last-of-type .ca_history_iteml1::after {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: 60px;
    width: 24px;
    height: 1px;
    background-color: #cbcbcb;
}
.ca_history_itemw:last-of-type .ca_history_item {
    max-height: 70px;
}
.ca_b4 .ca_cnt_area {
    position: relative;
    /* overflow: hidden; */
}
.ca_history_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}
.ca_history_bg img {
    width: 100%;
}
.ca_ie_box {
    margin-left: -18px;
    margin-right: -18px;
}
.ca_ie_boxi {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 30px;
}
.ca_ie_boxi a {
    display: block;
}
.ca_ie_boxiw {
    background-color: #fff;
}
.ca_ie_boxib {
    padding: 16px 20px;
}
.ca_ie_boximg {
    position: relative;
    overflow: hidden;
}
.ca_ie_boximg img {
    width: 100%;
    height: 100%;
    transition: 0.36s all;
}
.ca_ie_boxitxt p {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    transition: 0.36s all;
}
.ca_ie_boxitime {
    margin-top: 18px;
}
.ca_ie_boxitime p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    transition: 0.36s all;
}
.ma_indexs3 {
    padding: 48px 0px 35px;
}
.ma_indexs4 {
    padding: 66px 0px;
    background-color: #fff;
}
.ma_indexs5 {
    padding: 42px 0px;
}
.ca_oth {
    margin-left: -46px;
    margin-right: -46px;
}
.ca_oth_i {
    width: 25%;
    padding-left: 46px;
    padding-right: 46px;
}
.ca_oth_i a {
    display: block;
}
.ca_oth_iw {
    position: relative;
    background-color: #204f7f;
    overflow: hidden;
}
.ca_oth_im {
    position: relative;
    padding: 30px 0px;
    z-index: 3;
}
.ca_oth_ico {
    width: 48px;
    margin: 0 auto 14px;
}
.ca_oth_ico img {
    width: 100%;
}
.ca_oth_p1 p,
.ca_oth_p2 p {
    text-align: center;
}
.ca_oth_p1 p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.ca_oth_p2 p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.5);
}
.ca_oth_imc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #194a7c;
    z-index: 1;
}
.ca_oth_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ca_oth_img img {
    width: 100%;
    opacity: 0.04;
    transition: 0.36s all;
}
.ca_oth_i:nth-of-type(2) .ca_oth_imc {
    background-color: #34ab96;
}
.ca_oth_i:nth-of-type(3) .ca_oth_imc {
    background-color: #465099;
}
.ca_oth_i:nth-of-type(4) .ca_oth_imc {
    background-color: #1b325c;
}
.ca_link_i {
    margin-right: 18px;
}
.ca_link_i:last-of-type {
    margin-right: 0px;
}
.ca_link_i a {
    display: block;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 44px;
    color: #1b325c;
    transition: 0.36s all;
}
.ca_link_i.act a {
    color: #fff;
    background-color: #1b325c;
}
.ca_td_img {
    width: 170px;
    margin-bottom: 18px;
}
.ca_td_img img {
    width: 100%;
}
.date_end {
    margin-top: 18px;
}
.ma_sy_banner1 {
    position: relative;
    height: 180px;
}
.ma_sy_banner1bg {
    height: 100%;
}
.ma_sy_banner1bg img {
    position: relative;
    width: auto;
    height: 100%;
}
.ma_sy_banner1logow a {
    display: block;
}
.ma_sy_banner1logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 536px;
}
.ma_sy_banner1logo img {
    width: 100%;
}
.ca_per_signl p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.ca_news_phtime {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.ma_indexs2ml_btm .ma_is1mlmrl_time {
    color: rgba(255,255,255,0.5);
}
.ca_ph_banner {
    display: none;
}
/* carl end */



@media screen and (min-width: 1200px) {
    .ma_pnn_li1:hover .ma_pnn_a1 {
        background: #0f2652;
    }

    .ma_pnn_a2:hover {
        opacity: 1;
    }

    .ma_pc_language:hover .ma_pnl_main {
        background: #0f2652;
    }

    .ma_ftt_li a:hover {
        opacity: 1;
    }
    .ma_indexs1 .ma_is1mlmr_li:hover .ma_is1mlmrl_main a {
        color: #1b325c;
    }

    .ma_indexs1 .ma_is1mlmr_li:hover .ma_is1mlmrl_time {
        color: #1b325c;
    }

    .ma_is1mlm_l a:hover .ma_is1mlmlf_h4 {
        color: #1b325c;
    }
    .ma_is1mlm_l a:hover .ma_is1mlml_img img {
        transform: scale(1.1);
    }

    .ma_is1mlmr_top a:hover .ma_is1mlmrt_r .ma_is1mlmlf_h4 {
        color: #1b325c;
    }

    .ma_is1mr_main .ma_is1mlmr_top a:hover .ma_is1mlmlf_h4 {
        color: #1b325c;
    }
    .ma_indexs2_main .ma_btn1:hover{
        color: #fff;
    }
    .ma_indexs2ml_btm .ma_is1mlmrl_main a:hover {
        color: #fff;
    }
    .ma_indexs2ml_top a:hover p {
        opacity: 1;
    }
    /* carl start */
    .ca_side_listi:hover {
        background-color: #fff;
    }
    .ca_side_listi a:hover {
        color: #1b325c;
    }
    .ca_side_listi:hover::before {
        background-color: #34ab96;
    }
    .ca_crumbi a:hover {
        color: #666;
    }
    .ca_news_item:hover .ca_news_title h4 {
        color: #003262;
    }
    .ca_news_item:hover .ca_news_go {
        background-color: #fff;
    }
    .ca_news_item:hover .ca_img_real {
        opacity: 0;
    }
    .ca_news_item:hover .ca_img_static {
        opacity: 1;
    }
    .ca_fymr .pc_fenye li:hover {
        color: #fff;
        background-color: #003262;
    }
    .ca_news_tabi:hover a {
        background-color: #fff;
        color: #333;
    }
    .ca_download_item:hover .ca_download_itemlh .ma_h41 {
        color: #003262;
    }
    .ca_download_item:hover .ca_download_itemlhbr p {
        color: #003262;
    }
    .ca_download_item:hover .ca_download_itemrr p {
        color: #003262;
    }
    .ca_download_item:hover .ca_img_real {
        opacity: 0;
    }
    .ca_download_item:hover .ca_img_static {
        opacity: 1;
    }
    .ca_exchange_item a:hover .ca_exchange_title p {
        color: #003262;
    }
    .ca_exchange_item a:hover .ca_exchange_morel p {
        color: #003262;
    }
    .ca_exchange_item a:hover .ca_exchange_morer .ca_img_real {
        opacity: 0;
    }
    .ca_exchange_item a:hover .ca_exchange_morer .ca_img_static {
        opacity: 1;
    }
    .ca_exchange_item a:hover .ca_exchange_iteml img {
        transform: scale(1.1);
    }
    .ca_ie_boxi:hover .ca_ie_boxitxt p,
    .ca_ie_boxi:hover .ca_ie_boxitime p {
        color: #1b325c;
    }
    .ca_ie_boxi:hover .ca_ie_boximg img {
        transform: scale(1.1);
    }
    .ca_oth_i:hover .ca_oth_img img {
        transform: scale(1.1);
    }
    .ca_link_i:hover a {
        color: #fff;
        background-color: #1b325c;
    }
    .ca_exchange_item:hover .ca_download_itemlhbl .ca_img_real {
        opacity: 0;
    }
    .ca_exchange_item:hover .ca_download_itemlhbl .ca_img_static {
        opacity: 1;
    }
    .ma_is1m_r .ma_title_r .ma_btn1:hover {
        color: #1b325c;
    }
    .ma_indexs2 .ma_is1mlmr_li:hover .ma_is1mlmrl_main a {
        color: rgba(255,255,255,0.8);
    }
    .ca_team_boxi:hover .ca_team_boximg img {
        transform: scale(1.1);
    }
    .ca_ex_dfi p a:hover {
        color: #1b325c;
    }
    
    /* carl end */
}

.ma_index .ma_ban::before,
.ma_index .ma_ban::after{
    display:none;
}

.ma_index .ma_banbox {
    width:100% !important;
}
.ca_cnt_m img{
    max-width: 100% !important;
    height: auto !important;
}
