
.m-container {
    width: 95%;
    margin: 0 auto;
    position: relative
}

.m-header {
    background: url(../images/banner.jpg) no-repeat;
    background-size:contain;
    padding-bottom: 50%;
}

.m-body {
    background: url(../images/back.jpg) repeat-y;
    background-size:contain;
    padding-bottom: 30px;
}

.m-part01 {
    border-radius: 10px;
    background: #35afff;
    padding: 10px 20px 15px 20px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .1);
}

.m-part01_title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 80px;
}

.m-part01_mian {
    background-color: #fff;
    font-size: 0;
}

.m-part01_mian-left {   
    position: relative;
}

.m-part01_mian-photo {
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.m-part01_mian-right {
   margin-top: 10px;
}

.m-part01_mian-info {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.6;
}

.m-part01_mian-info p {
    text-indent: 36px;
    margin: 20px 0;
}

.m-part01_mian-info a {
    color: #5982f0;
}

.m-part01_mian-info a:hover {
    color: #f8cc6a;
}

.m-news-pagination {
    position: absolute;
    bottom: 5px;
    text-align: right;
    padding-right: 30px;
    left: 0;
    right: 0;
    height: 10px;
    z-index: 2;
}

.m-news-pagination .swiper-pagination-switch {
    background-color: #c0c0c0;
}

.m-news-pagination .swiper-active-switch {
    background-color: #1f3ad9;
}

.m-public {
    margin-top: 20px;
}

.m-public_head {
    height: 38px;
    text-align: center;
}

.m-public_head-title {
    width: 238px;
    height: 38px;
    background: url(../images/title_back.png) no-repeat center;
    background-size:contain;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}

.m-public_main {
    margin-top: 10px;
}

.m-speak {
  
}

.m-speak_item {
    margin-top: 10px;
}

.m-speak_box {
    background-color: #35afff;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}

.m-speak_photo {
    padding-bottom: 82.352941%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-speak_info {
    padding: 10px;
    color: #fff;
    text-align: center;
}

.m-speak_info_name {
    font-size: 18px;
    font-weight: blod;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);    
}

.m-speak_info_post {
    font-size: 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);   
}
.m-speak_info_title{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}
.m-speak_info_text {
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.6;
}

.m-speak_info_button {
    margin-top: 10px;
    height: 30px;
    background-color: #3f7aff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 10px;
}

.m-comm {
   
}

.m-comm_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.m-comm_item_left {
 
}

.m-comm_item_photo {
    padding-bottom: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-comm_item_right {        
    vertical-align: top;
    padding: 15px 0;
    text-align: center;
}

.m-comm_item_right_name {
    font-size: 18px;
}

.m-comm_item_right_post {
    font-size: 15px;
    color: #8087ff;
    margin-top: 15px;
}

.m-comm_item_right_text {
    color: #6e7099;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 20px;
    text-align: left;
}

.m-comm_item_right_buttonBox {
    height: 30px;
    text-align: center;
}

.m-comm_item_right_button {
    height: 30px;
    line-height: 30px;
    background-color: #3f7aff;
    display: inline-block;
    padding: 0 40px;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}

.m-train {
    margin-top: 30px;
}

.m-train_tabs {
    height: 35px;
    text-align: center;
    font-size: 0;
}

.m-train_tab {
    width: 33.33333%;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.m-train_tab::after {
    content: '\20';
    background: url(../images/icon_line.png) no-repeat;
    background-size:contain;
    width: 10px;
    height: 20px;
    top: 15px;
    right: -10px;
    position: absolute;
}

.m-train_tab:last-child::after {
    display: none;
}

.m-train_tab.active {
    background: url(../images/icon_active.png) no-repeat center;
    background-size:contain;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}

.m-train_main {
    margin-top: 20px;   
    position: relative;
}

.m-train_slide {
    margin: 0px;
    font-size: 0;
}

.m-train_item {
    width: 50%;
    display: inline-block;
    padding: 8px;
}

.m-train_itemPhoto img {
    width: 100%;
    height: auto;
}

.m-train_swiper_prev,
.m-train_swiper_next {
    position: absolute;
    width: 30px;
    height: 30px;
    background:rgba(255, 255, 255,.2) url(../images/icon_arrow.png) no-repeat center;
    background-size:30%;
    top: 50%;
    margin-top: -15px;
    left: 0;
    z-index: 2;
    border-radius: 15px;
    cursor: pointer;  
}

.m-train_swiper_next {
    left: auto;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}

.m-footer {
    padding: 20px 0;
    text-align: center;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 0;
}

.m-footer_logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-right: 20px;
}

.m-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.m-footer_info {  
}

.m-footer_info_menu {
    font-size: 13px;
}

.m-footer_info_menu a {
    color: #fff;
    margin: 0px 5px;
}
.m-footer_info_menu a:hover {
    color: #f5dd99;
}
.m-footer_info_copy {
    margin-top: 10px;
    font-size: 11px;
}
.m-footer_info_filing {
    margin-top: 10px;
}
.m-footer_info_filing span {
    font-size: 10px;
}

.m-footer_info_right {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,.5);
    padding: 10px 15px;
}

.m-footer_weach {
    margin-top: 15px;
    display: inline-block;
    width: 38.714286%;
    vertical-align: bottom;
}

.m-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}

.m-mask {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.m-mask.show {
    display: block;
}
.m-mask_main {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}
.m-mask_people {
    display: inline-block;
    width: 95%;
    background:#35afff;
    height: 50%;   
    position: relative;
    text-align: left;
    border-radius:10px;
    padding-top: 2%;
    text-align: center;
}
.m-mask_people_photo {
    width: 180px;
    height: 180px;      
    display: inline-block;
}

.m-mask_people_photo_img {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;  
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4); 
}

.m-mask_info {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;       
    display: inline-block;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.m-mask_info_title{
    font-size: 18px;
}
.m-mask_info_post{
    font-size: 16px;
}
.m-mask_info_js{
    overflow-y: scroll;
    height: 220px;
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
    padding: 10px 5px;
}

.m-mask_info_js::-webkit-scrollbar {
    width: 5px;
}

.m-mask_info_js::-webkit-scrollbar-thumb {
    background:rgba(255,255,255,.5);
    background-size: contain;
    border-radius: 25px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}
.m-mask_close {
    position: absolute;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, .4) url(../images/icon_close.png) no-repeat center;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: block;
    z-index: 99;
    border-radius: 100%;
}
.m-mask.m-maskTwo .m-mask_people {
    background-color:#fff;
}
.m-mask.m-maskTwo .m-mask_people .m-mask_info {
    color: #333;
}
.m-mask.m-maskTwo .m-mask_info_js::-webkit-scrollbar-thumb{
    background: #35afff;
}
.m-content{
    background: #fff;
    min-height: 500px;
    padding: 20px;
    border-radius: 10px;    
}

.m-content_head h1{
    font-size: 20px;
    text-align: center;
    color: #60affc;
}
.m-content_head .author{
    font-size: 12px;
    color: #717171;
    text-align: center;
    margin-top: 15px;
}
.m-content_head .author span{
    margin-top: 10px;
    display: block;
}
.m-content_main{
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}
.m-content_main img{
    max-width: 100%;
    margin-top: 10px;
    height: auto;
    display: block;
}

.m-content_main p{
    text-indent: 30px;
    margin: 15px 0;
    text-align: left;
    line-height: 1.8;
}
.m-content_main a{
    color: #35afff;
}
