.mc_section {
	    padding: 10% 0 10%;
}
.mc_section>.container{
	width: 1360px;
	margin: auto;
}
.mc_section .mc_title {
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: bold;
	color: #1d1d1f;
}
.mccontent{
	width: 65%;
}
.mc_txt p {
    color: #666;
    font-size: 20px;
}
.mc_d2s2_title {
    margin-bottom: 80px;
        font-size: 40px;
    font-weight: bold;
    color: #1d1d1f;
}

/*轮播*/
.mc_d2s2>.container{
	width: 1360px;
	margin: auto;
}

.mc_d2s2 {
    padding: 150px 0 0px 0px;
    background: #fff;
}

.mc_d2s2_swiper.swiper-container .swiper-slide {
    width: 22%;
    height: 480px;
    border-right: 1px solid #e5e5e5;
    padding: 35px 40px;
    overflow: hidden;
}

.mc_d2s2_content {
    width: calc(50vw + 670px);
}

.mc_d2s2_year {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 45px;
    color: #001eb4;
  
}

.mc_d2s2_txt p {
    font-size: 16px;
    line-height: 30px;
    /* font-weight: lighter; */
    color: #666666;
}

.mc_d2s2_swiper.swiper-container {
    padding-bottom: 75px;
    margin-left: -45px;
}

.mc_d2s2_swiper.swiper-container .swiper-pagination {
    top: auto;
    bottom: 0;
    left: 45px;
    height: 2px;
    background: #dcdcdc;
}

.mc_nav_nor .mc_navxlr_imgbox {
    display: none;
}

.mc_nav_nor .mc_navxl_l {
    border-right: 0;
    width: 100%;
    min-height: auto;
}

.mc_nav_nor .mc_subnav {
    text-align: center;
}

.mc_nav_nor .mc_subnav_li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 50px;
}



.mc_nav_nor .mc_navxl_subnav {
    max-width: none;
}

.mc_nav_nor .mc_subnav_li:nth-child(odd) {
    clear: none;
}

.mc_nav_nor .mc_navxl_title {
    display: none;
}

.mc_nav_nor .mc_navxl_r {
    display: none;
}

.mc_nav_nor .mc_navxl_subnav {
    width: 100%;
}


.mc_navxl_container {
    padding: 30px 0;
}

.mc_inban_title_samll {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy","OPPOSans2_En_design-Regular","Roboto", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.mc_d2s2_swiper .swiper-button-prev,.mc_d2s2_swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    color: #001eb4;
    opacity: 0;
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    top: calc(50% - 40px);
}
.mc_d2s2_swiper .swiper-button-next {
    right: 100px;
}
.mc_d2s2_swiper:hover .swiper-button-prev,.mc_d2s2_swiper:hover .swiper-button-next{
    opacity: 1;
}
.mc_d2s2_swiper.swiper-container .mCSB_outside+.mCSB_scrollTools {
    right: 5px;
        overflow: hidden;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #001eb4 !important;
}


.mc_d2s2_swiper.swiper-container {
    padding-bottom: 75px;
    margin-left: -45px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px;
}
.swiper-button-disabled{
    opacity: 0 !important;
}