.main_head {
    width: 77%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    margin-bottom: 10px;
}

.main_box_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_box_guild {
    margin: 40px 0;
}

.main_box_guild a {
    margin-right: 10px;
    padding: 10px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-weight: 550;
    font-size: 16px;
}

.reds {
    background-color: #d71a21;
    color: #ffffff;
}

.main_box_top div:nth-child(2)>a {
    color: #d71a21;
    border-bottom: 2px solid #d71a21;
    font-size: 16px;
    font-weight: 550;
}

.main_title {
    display: flex;
    flex-direction: column;
    background-color: #faf5f5;
    position: relative;
}

.main_title .main_title_txt {
    width: 55%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    margin: 50px 0;
}

.main_title .main_title_txt>text {
    font-size: 32px;
    font-weight: 600;

}

.main_title .main_title_txt>span {
    font-size: 16px;
    color: #999999;
    font-weight: 550;
}




.main_title_fx{
    width: 200px;
    height: 80px;
    position: absolute;
    bottom: -10px;
    right: 21%;
}
.main_title_fxt{
    width: 50%;
    display: flex;
    justify-content: center;
}
.main_title_fxt >img{
    width: 35%;
}
.main_title_fxb{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    display: none;
    
}
.main_title_fxb >img{
    width: 25%;
    position: absolute;
    bottom: -10px;
    right: 37%;
}






.main_boxx {
    width: 55%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 90px;
}
.main_boxx div{
    margin-top: 40px;
}
.main_boxx div >img{
    width: 100%;
}
.main_boxx >p{
    font-size: 16px;
    margin-top: 30px;
    line-height: 36px;
}


.main_btms{
    width: 100%;
    border-top: 1px solid #e6e5e5;
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 55px;
}
.main_btm_box{
    width: 55%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}
.main_btm_box p{
    font-size: 16px;
    border-radius: 5px;
}
.main_btm_box p:nth-child(1){
    position: relative;
}
.main_btm_box p:nth-child(1) > img{
    position: absolute;
    top: 15px;
    left: -10px;
}
.main_btm_box p:nth-child(1) > a{
    color: #333333;
    font-weight: 550;
    margin-left: 20px;
}
.main_btm_box p:nth-child(1) > a:hover{
    color: #d71a21;
}
.main_btm_box p:nth-child(2){
    background-color: #d71a21;
    padding: 15px 40px;
}
.main_btm_box p:nth-child(2) > a{
    color: #ffffff;
}
.main_btm_box p:nth-child(3){
    position: relative;
}
.main_btm_box p:nth-child(3) > img{
    position: absolute;
    top: 15px;
    right: -10px;
}
.main_btm_box p:nth-child(3) > a{
    color: #333333;
    font-weight: 550;
    margin-right: 20px;
}
.main_btm_box p:nth-child(3) > a:hover{
    color: #d71a21;
}



/* 新闻中心 */

/* .main_box_cent{
    width: 75%;
} */
.main_box_cent > ul:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_box_cent > ul:nth-child(1) li:nth-child(1){
    font-size: 28px;
    font-weight: 600;
}
.main_box_cent > ul:nth-child(1) li:nth-child(2){
    font-size: 16px;
    font-weight: 600;
    background-color: #e5e5e5;
    padding: 7px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.main_addnews{
    width: 75%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.main_news{
    margin-top:50px;
    border-bottom: 2px solid #e5e5e5;

}
.main_box_cent .main_news_shop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.main_box_cent .main_news_shop .main_news_shopl{
    width: 18%;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin:30px 15px;
}
.main_box_cent .main_news_shop .main_news_shopl div:nth-child(1){
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.main_box_cent .main_news_shop .main_news_shopl div:nth-child(1) > img:hover{
    transition: all 0.2s linear;
    transform: scale(1.1);
}
.main_box_cent .main_news_shop .main_news_shopl div:nth-child(1) > img{
    transition: all 0.2s linear;
    transform: scale(1);
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt{
    display: flex;
    flex-direction: column;
    align-content: space-around;
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt >text:nth-child(1){
    margin: 15px 0;
    font-size: 14px;
    color: #9e9b9b;
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt >text:nth-child(2){
    font-size: 16px;
    font-weight: 600;
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt >a{
    width:65px;
    text-align: center;
    margin-top: 25px;
    color: #d11818;
    border-bottom: 2px solid #d11818;
    font-size: 16px;
}

