.page-m a,
.page-ma:hover {
    text-decoration: none;
}

.page-m a {
    color: #333;
}

.page-ma:hover {
    color: #a31f15;
}

.page-m {
    overflow: hidden;
    position: relative;
    font-size: 1.8rem;
    background: url(../images/back.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #a31f15;
    margin: 0px auto;
    color: #333;
}

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

.m-banner {
    padding-bottom: 26.5625%;
    height: 0;
    background: url(../images/banner.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
    text-align: center;
    position: relative;
}

.m-banner .m-time {
    color: #f9e9b3;
    font-size: .22rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);    
}

.m-box-1 {
    padding-top: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-box-1 .m-photo {
    text-align: center;
    display: block;
    width: 75%;
    box-shadow: 2px 2px 70px rgba(104, 7, 0, .8);
    position: relative;
}

.m-box-1 .m-photo_img {
    height: 0;
    padding-bottom: 56.11111111%;
    display: block;
}

.m-box-1 .m-photo_img img {
    width: 100%;
    height: auto;
}
.m-box-1 .m-photo .m-title{
    height: .6rem;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .2rem;
    color: #fff;
    line-height: .6rem;
    padding-left: .2rem;
    text-align: left;
}

.m-slogan {
    padding: .4rem 0;
    color: #fff;
    text-align: left;
    line-height: 1.6;
}

.m-slogan p {
    font-size: .2rem;
    text-indent: 2em;
}

.m-body {
    margin: .2rem auto;
}

.m-body .m-container {
    position: relative;
    background-color: #fff;
    width: 96%;
    padding: .4rem 2%;
}


.m-box-2 {
    margin-top: .5rem;
    position: relative;
}

.m-public_head {
    display: flex;
    justify-content: center;
}

.m-public_title {
    position: relative;
    font-size: .32rem;
    display: block;
    color: #a31f15;
}

.m-public_title::before {
    content: '\20';
    width: .93rem;
    height: .35rem;
    position: absolute;
    left: -.85rem;
    top: -.25rem;
    background: url(../images/title_icon.png) no-repeat;
    background-size:contain;
}

.m-box-2 .m-items {
    position: relative;
    margin: .2rem 0px 0;
}

.m-box-2 .m-item {
    padding: .2rem 0;
    display: block;
}
/*2021.1.21*/
.m-box-2 .m-item .m-leader {
    position: relative;
}

.m-box-2 .m-item .m-leader_photo {
    height: 0;
    padding-bottom: 54.107143%;
    z-index: 9;
    position: relative;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
/*2021.1.21end*/
.m-box-2 .m-item .m-leader_photo img {
    width: 100%;
    height: auto;
}

.m-box-2 .m-item .m-leader_infos {
    background-color: #fff;
    padding: .1rem .2rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding-right: 5%;
}

.m-box-2 .m-item .m-leader_name {
    padding: .15rem 0;
    line-height: 1;
    font-size: .28rem;
    color: #333;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.m-box-2 .m-item .m-leader_post {
    border-top: 1px solid #eee;
    font-size: .24rem;
    padding: .1rem 0;
    position: relative;
}

.m-arrow_more {
    position: absolute;
    border: solid #a0a0a0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    top: 50%;
    right: 0;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-arrow_more:hover {
    border-color: #a31f15;
}

.m-box-2 .m-item.m-big .m-leader_photo {
    padding-bottom: 60.8%;
}

.m-box-3,
.m-box-4 {
    margin-top: .65rem;
}

.m-box-3 .m-items {
    margin-top: .1rem;
}

.m-box-3 .m-item {
    margin-top: .2rem;
    background-color: #fff;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    padding:.3rem;
}

.m-box-3 .m-item_main {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.m-box-3 .m-item_main .m-item_photo {
    width: 100%;
}

.m-box-3 .m-item_main .m-item_photo_img {
    height: 0;
    padding-bottom: 56.028369%;
}

.m-box-3 .m-item_main .m-item_photo_img img {
    width: 100%;
    height: auto;
    display: block;
}

.m-box-3 .m-item_main .m-item_intro {
    margin-top: .4rem;
}

.m-box-3 .m-item_main .m-item_intro .m-intro_herd {
    border-bottom: 1px solid #eee;
    padding-bottom: .2rem;
    line-height: 1;    
    font-size: .28rem;
}

.m-box-3 .m-item_main .m-item_intro .m-intro_herd a {
    color: #333;
    font-weight: bold;
}



.m-box-3 .m-item_main .m-item_intro .m-intro_herd p {
    font-size: .22rem;
    margin-top: .1rem;
}

.m-box-3 .m-item_main .m-item_intro .m-intro_bottom {
    margin-top: .2rem;
    position: relative;
    font-size: .22rem;
    padding-bottom: .5rem;
}

.m-box-3 .m-item_main .m-item_intro .m-intro_bottom p {
    text-indent: 2em;
    color: #666;
}

.m-box-3 .m-item_main .m-item_intro .m-intro_bottom a {
    position: absolute;
    width: .4rem;
    height: .4rem;
    background-color: #fff;
    border-radius: .4rem;
    right: 0;
    bottom: 0;
    display: block;
    border: 1px solid #a0a0a0;
}

.m-box-3 .m-item_main .m-item_intro .m-intro_bottom a::before {
    content: '\20';
    position: absolute;
    border: solid #a0a0a0;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: .05rem;
    top: 50%;
    left: 50%;
    margin-top: -.05rem;
    margin-left: -.08rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-box-3 .m-item_main .m-item_intro .m-intro_bottom a:hover,
.m-box-3 .m-item_main .m-item_intro .m-intro_bottom a:hover::before {
    border-color: #a31f15;
}

.m-box-4 .m-items {    
    margin-top: .3rem;
}

.m-box-4 .m-item {
    padding: .3rem 0;
}

.m-box-4 .m-item_main {
    position: relative;
}

.m-box-4 .m-item_photo {
    height: 0;
    padding-bottom: 56.563246%;
}

.m-box-4 .m-item_photo img {
    width: 100%;
    height: auto;
}

.m-box-4 .m-item_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .5rem;
    background-color: rgba(0, 0, 0, .5);
    line-height: .5rem;
    padding-left: .1rem;
    text-align: left;
}

.m-box-4 .m-item_title .m-text {
    color: #fff;
    font-size: .2rem;
    padding-right: .8rem;
}

.m-box-4 .m-item_title a {
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    top: 50%;
    right: .3rem;
    margin-top: -.05rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-box-4 .m-item_title a:hover {
    border-color: #a31f15;
}

.m-box-5 {
    margin-top: .5rem;
}

.m-box-5 .m-items {
    margin-top: .4rem;
}

.m-box-5 .m-item {
    padding: .15rem 0;
    border-bottom: 1px solid #eee;
}

.m-box-5 .m-item_intro {
    position: relative;
}

.m-box-5 .m-item_intro .m-title {
    font-size: .28rem;
    font-weight: bold;
}

.m-box-5 .m-item_intro .m-text {
    color: #666;
    text-indent: 2em;
    font-size: .2rem;
    margin-top: .1rem;
}
.m-box-5 .m-item_more{
    text-align: right;
    font-size: .2rem;
    margin-top: .2rem;
}
.m-box-5 .m-item_more a{
    color: #a31f15;
}
.m-box-5 .mw-item_more a:hover{
    color: #700100;
}


.m-footer {
    margin-top: 1rem;
    padding: .25rem 0;
    text-align: center;
    padding-bottom: .8rem;
}

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

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

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

.m-footer_info {
    margin-top: .2rem;
}

.m-footer_info_menu {
    font-size: .26rem;
}

.m-footer_info_menu a {
    color: #fff;
    margin: 0px .05rem;
}

.m-footer_info_menu a:hover {
    color: #f5dd99;
}

.m-footer_info_copy {
    margin-top: .1rem;
    font-size: .24rem;
}

.m-footer_info_filing {
    margin-top: .1rem;
}

.m-footer_info_filing span {
    font-size: .2rem;
}

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

.m-footer_weach {
    margin-top: .2rem;
    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;
}