﻿/*banner*/
.banner-top > img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 4%;
}

body {
    background-color: #2300b4;
}

/*导航栏*/
.top {
    width: 100%;
    text-align: center;
    z-index: 999;
    background-color: #0f00ff;
    position: fixed;

}
.fix-nav {
    background-color: rgb(13,1,154);
}


.fix-nav > ul {
    height: 100px;
    padding-left: 0px;
    width: 64%;
    margin: 0 auto;
    display: flex;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5rem;
    justify-content: space-between;
}
.fix-nav ul > .active {
    background-color: #0353FF;
    /*color:  #000000;*/
}
/*!* 当前导航项的样式 *!*/
/*.fix-nav a.active {*/
/*    color: #FF0000; !* 当前导航项的文字颜色 *!*/
/*    font-weight: bold; !* 当前导航项的字体加粗 *!*/
/*}*/

.fix-nav ul > a {
    width: 12.5%;
    color: #FFFFFF;
    line-height: 4em;
    text-decoration: none;
    font-size: 2.4rem;
}

.fix-nav {
    background-color: rgb(13,1,154);
    margin-top: -7px;
    /*position: relative;*/
}
/*主体*/
.MainBody {
    width: 58%;
    margin: 0 auto;
}

/*论坛背景*/
.jj_img > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.jj_img {
    width: 26%;
    margin: 0 auto;
    margin-bottom: 3%;
}

.jj_content > p {
    color: white;
    
    letter-spacing: 2px;
    font-size: 1.7rem;
    line-height: 4rem;
}

/*论坛嘉宾*/
.HonoredGuest-qy {
    display: flex;
    flex-wrap: wrap;
}
.HonoredGuest-mk>img {
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: all 0.8s;
}
.HonoredGuest-mk {
    position: relative;
    width: 19%;
    margin-right: 1%;
    margin-top: 1%;

}
.HonoredGuest-mk:hover img {
    transform: scale(1.1);
}
.HonoredGuest-js {

    width: 100%;


}
.HonoredGuest-p {
    width: 85%;
    margin: 0 auto;
    color: aliceblue;
}
/*论坛议程*/
.ForumAgenda1-table > table {
    width: 100%;
    color: aliceblue;
}
div table td {
    padding: 1% 0% 1% 0%;

    font-size: 2.3rem;
}
/*品牌价值*/


/*------------------------------------------*/
/*.image:hover {*/
/*    display: none; !* 悬浮时隐藏图片 *!*/
/*}*/

/*.image.show {*/
/*    display: block; !* 显示切换后的图片 *!*/
/*}*/
/*.image1:hover {*/
/*    display: none; !* 悬浮时隐藏图片 *!*/
/*}*/

/*.image1.show {*/
/*    display: block; !* 显示切换后的图片 *!*/
/*}*/

/*.image2:hover {*/
/*    display: none; !* 悬浮时隐藏图片 *!*/
/*}*/

/*.image2.show {*/
/*    display: block; !* 显示切换后的图片 *!*/
/*}*/
/*------------------------------------------*/
input#tabBtn1 {
    background: #22004b;
    color: white;
    width: 100px;
    height: 34px;
}
input#tabBtn2 {
    background: #22004b;
    color: white;
    width: 100px;
    height: 34px;
}
input#tabBtn3 {
    background: #22004b;
    color: white;
    width: 100px;
    height: 34px;
}
.PPJZ-1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}
.ZhiJingQY1 >img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.row11 {
    width: 100%;
    display: flex;
}
.mechanism1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
}

.mechanism1_ZT {
    width: 19%;
    display: flex;
    justify-content: flex-start;
}
.mechanism1-img > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.mechanism1_p {
    background-color: rgba(34,0,75);
    color: white;
    font-size: 1.6rem;
    /*margin: 0 auto;*/
    text-align: center;

}

.mechanism1_p > p {
    margin: 0;
    padding: 4%;
}
.mechanism1_ZT_1 {
    margin-top: 8%;
}

div#one1 {
    width: 30%;
}
.image {
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}
.image:hover {
    transform: scale(1.1);
}
div#one1 > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}


div#one2 {
    width: 30%;

}
div#one2 >img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
div#one3 {
    width: 30%;
}
div#one3 > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.dt {
    width: 100%;
    text-align: center;
}
.dt >img {
    width: 100%;
    height: auto;
    max-width: 100%
}

/*论坛嘉宾*/
.LD-Mk {
    width: 49%;
    background-color: rgb(13 1 154);
    color: white;
    margin-top: 2%;
}
.LD-nr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.LD-Mk-nr {
    padding: 4%;
    margin: 4% 0 4% 0;
}
.LD-img {
    margin: 0 auto;
    width: 14%;
}
.LD-img > img {
    width: 100%;
    margin: 0 auto;
}
.LD-hp {
    text-align: center;
}
/*优秀栏目*/
/*.swiper-container {*/
/*    width: 90%;*/
/*    height: 100%;*/
/*}*/
/*.swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    !*background: #fff;*!*/
/*    flex-direction:column;*/
/*    !* Center slide text vertically *!*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*    transition: 300ms;*/
/*    transform: scale(0.8);*/
/*    opacity: .5;*/
/*}*/
/*!*当前选中的图片*!*/
/*.swiper-slide-active,.swiper-slide-duplicate-active{*/
/*    transform: scale(1);*/
/*    z-index: 999;*/
/*    opacity: 1;*/
/*}*/
/*.swiper-slide a {*/
/*    width: 500px;*/
/*    height: 492px;*/
/*}*/
/*.swiper-slide a img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.swiper-slide p {*/
/*    width: 150%;*/
/*    height: 50px;*/
/*    font-size: 2.2rem;*/
/*    margin-top: -10%;*/
/*    background-color: #22004b96;*/
/*    color: white;*/
/*    text-align: left;*/
/*}*/
.focus {
    position: relative;
}
.lm-daxiao >img {
    width: 150%;
}

/*媒体支持*/
.LM-img {
    /* display: flex; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.LM-img-1 {
    /* display: flex; */
    width: 19%;
    /* flex-wrap: wrap; */
    margin: 0.5%;
    border-radius: 10px;
    overflow: hidden;
}

.LM-img-1 >img {
    width: 100%;
    height: auto;
    max-width: 100%;
}



.aaaaaaa-div2 {
    display: flex;
    flex-wrap: wrap;
}
.out_part.c_tab_5_1 {
    width: 18%;
    margin-top: 2%;
    margin-left: 2%;
}
.out_part.c_tab_5_1 >img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.aaaaaaa-img1 {
    width: 18%;
    margin-top: 2%;
    margin-left: 2%;
}
.aaaaaaa-img1 > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.c_tab_5_HC_1_jiazai {
    width: 100%;
    margin-top: 3%;
    text-align: center;
}
.more {
    border: 1px solid rgb(176,184,249);
    background-color: rgb(34 0 75);
    color: rgb(176,184,249);
    border-radius: 30px;
    padding: 2%;
    width: 20%;
    font-size: 2rem;
}

/*使图片在浏览器中居中显示*/
.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
    transform: translate(-50%,-50%);
}
/*遮罩层*/
.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    top: 0;
    left: 0;
}

/*******************************************************************************************************************************************/
/*.forum_introduce>p{*/
/*    text-align: justify;*/
/*    line-height: 1.5em;*/
/*    font-size: 22px;*/
/*}*/
/*.Successive_activity{*/
/*}*/
/*.Successive_activity>div{*/
/*    width: 60%;*/
/*    margin: 0 auto;*/
/*}*/
/*.Successive_activity_img{*/
/*    width: 100%;*/
/*}*/
/*.swiper-container1>.swiper-scrollbar{*/
/*    width: 15px;*/
/*    background-color: #f0f0f0;*/
/*}*/
/*.swiper-container1 .swiper-wrapper>.swiper-slide{*/
/*    width: 96%;*/
/*}*/

/*.swiper-scrollbar>.swiper-scrollbar-drag{*/
/*    background-color: #2056c3;*/
/*}*/
/*.forum_Halloffame>div{*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.forum_Halloffame_avitve{*/
/*    width: 100%;*/
/*    border-left: #ffa949 solid 3px;*/
/*    border-bottom: #f0f0f070 solid 1px;*/
/*}*/
/*.forum_Halloffame_bigdiv{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    background-color: #f0f0f0;*/
/*}*/
/*.forum_Halloffame_div{*/
/*    width: 25%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-content: center;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/
/*.forum_Halloffame_div>div{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-content: center;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.forum_Halloffame_div>img{*/
/*    width: 100%;*/
/*    border-radius: 50%;*/
/*}*/
/*.forum_Halloffame_div_title{*/
/*    width: 80%;*/
/*    text-align: center;*/
/*    color: #000;*/
/*    font-size: 25px;*/
/*    font-weight: bold;*/
/*    line-height: 2.0em;*/
/*    margin: 0 auto;*/
/*}*/
/*.forum_Halloffame_div_ativce{*/
/*    width: 80%;*/
/*    text-align: center;*/
/*    color: #ffa949;*/
/*    font-size: 16px;*/
/*    line-height: 1.2em;*/
/*}*/
/*.forum_Halloffame_div:hover >div{*/
/*    background-color: #ffa949;*/
/*}*/
/*.forum_Halloffame_div:hover div >.forum_Halloffame_div_title{*/
/*    color: #f0f0f0;*/
/*}.forum_Halloffame_div:hover div >.forum_Halloffame_div_ativce{*/
/*     color: #f0f0f0;*/
/* }*/
/*.swiper-button-next, .swiper-button-prev{*/
/*    border: #ffa949 solid 1px;*/
/*    height: 100px;*/
/*    width: 30px;*/
/*    background-image:none;*/
/*}*/
/*.swiper-container2{*/
/*    --swiper-navigation-color: #ffa949;!* 单独设置按钮颜色 *!*/
/*    --swiper-navigation-size: 30px;!* 设置按钮大小 *!*/
/*}*/
/*.Salute_partnerbigdiv>div{*/
/*    width: 60%;*/
/*    margin: 0 auto;*/
/*}*/
/*.Salute_partner_title>img{*/
/*    width: 100%;*/
/*    border-left: #ffa949 solid 3px;*/
/*    border-bottom: #f0f0f070 solid 1px;*/
/*}*/
/*.Salute_partner_body{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    align-content: flex-start;*/
/*}*/
/*.Salute_partner_body>div{*/
/*    width: 23%;*/
/*    margin-bottom: 10px;*/
/*    border-radius: 10px;*/
/*}*/
/*.Salute_partner_body div>img{*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*}*/
/*.bottomdiv{*/
/*    width: 60%;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: nowrap;*/
/*    justify-content: space-between;*/
/*    align-content: flex-start;*/
/*    font-size: 24px;*/
/*    line-height: 1.5em;*/
/*}*/
/*.bottomdiv_left{*/
/*    width: 40%;*/
/*}*/
/*.bottomdiv_right{*/
/*    width: 40%;*/
/*}*/
/*.bottomdiv_right_ma{*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-content: center;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*}*/
/*.bottomdiv_right_ma>div{*/
/*    margin-right: 20px;*/
/*    width: 24%;*/
/*}*/
/*.bottomdiv_right_ma div>img{*/
/*    width: 100%;*/
/*}*/
/*.bottomdiv_left_img{*/
/*    width: 25%;*/
/*    margin-top: 40px;*/
/*}*/
/*!*******************************************************************************************************************************************!*/

.forum_Halloffame_bigdiv > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}


.swiper-button-prev.swiper-button-prev1.aaa3 {
    color: #ffa949;
    left: -5%;
}
.swiper-button-next.swiper-button-next1.aaa4 {
    color: #ffa949;
    right: -5%;
}
/*-------------------*/

.martop{
    margin-top: 40px;
}
.marbottom{
    margin-bottom: 40px;
}
p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.width60{
    width: 60%;
    margin: 0 auto;
}
.topbanner >img{
    width: 100%;
    z-index: 5;
}
.topbanner_div{
    width: 100%;
    position:absolute;
    top: 5%;
    padding-left: 3%;
    z-index: 10;
}
.topbanner_div>img{
    width: 10%;
    margin-right: 1%;
}
.divbody{
    margin-top: -8px;
}
.forum_introduce{
    width: 100%;
}
.forum_introduce>*{
    width: 60%;
    margin: 0 auto;
}
#biaoti{
    font-size: 40px;
    letter-spacing:0.6em;
    text-align: center;
    border-bottom: #ffa949 solid 2px;
    text-align: center;
    width: 30%;
    line-height: 2em;
}
.forum_introduce>p{
    text-align: justify;
    line-height: 1.5em;
    font-size: 22px;
}
.Successive_activity{
}
.Successive_activity>div{
    width: 60%;
    margin: 0 auto;
}
.Successive_activity_img{
    width: 100%;
}
.swiper-container1>.swiper-scrollbar{
    width: 15px;
    background-color: #f0f0f0;
}
.swiper-button-prev {
    width: 100px;
    height: 30px;


}
.swiper-container1 .swiper-wrapper>.swiper-slide{
    width: 96%;
}
.aaaa {
    position: relative;
}
.aaa1 {
    position: absolute;
    color: #ffa949;
    left: -5%;
}
.aaa2 {
    color: #ffa949;
    position: absolute;
    right: -5%;
}

.swiper-scrollbar>.swiper-scrollbar-drag{
    background-color: #2056c3;
}
.forum_Halloffame>div{
    width: 100%;
    margin: 0 auto;
}
.forum_Halloffame_avitve{
    width: 100%;
    border-left: #ffa949 solid 3px;
    border-bottom: #f0f0f070 solid 1px;
}
.forum_Halloffame_bigdiv{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.forum_Halloffame_div{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

    width: 25%;

}

.bottomdiv > img {
    width:60%;

    margin: 0 auto;
    display: block;
}

.forum_Halloffame_div>div{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.forum_Halloffame_div>img{
    width: 97%;
    padding-top: 5%;

}
.forum_Halloffame_div_title{

    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 2.0em;
    margin: 0 auto;
}
.forum_Halloffame_div_ativce{

    text-align: center;
    color: #ffa949;
    font-size: 0.8em;
    line-height: 1.2em;
}
.forum_Halloffame_div:hover >div{
    background-color: #ffa949;
}
.forum_Halloffame_div:hover div >.forum_Halloffame_div_title{
    color: #f0f0f0;
}.forum_Halloffame_div:hover div >.forum_Halloffame_div_ativce{
     color: #f0f0f0;
 }
.swiper-button-next, .swiper-button-prev{

    height: 230px;
    width: 44px;
    background-image:none;
    margin-top: -10%;
    background-size: 44px;


}


.swiper-container2{
    --swiper-navigation-color: #ffa949;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.Salute_partnerbigdiv>div{
    width: 60%;
    margin: 0 auto;
}
.Salute_partner_title>img{
    width: 100%;
    border-left: #ffa949 solid 3px;
    border-bottom: #f0f0f070 solid 1px;
}
.Salute_partner_body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.Salute_partner_body > div {
    width: 23%;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #fff;
    padding: 0%;
}
.Salute_partner_body div>img{
    width: 100%;
    border-radius: 10px;
    margin-top: 3%;

}
.bottomdiv{


}
.bottomdiv_left{
    width: 40%;
}
.bottomdiv_right{
    width: 40%;
}
.bottomdiv_right_ma{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.bottomdiv_right_ma>div{
    margin-right: 20px;
    width: 24%;
}
.bottomdiv_right_ma div>img{
    width: 100%;
}
.bottomdiv_left_img{
    width: 25%;
    margin-top: 40px;
}
.forum_Halloffame_div img {
    transition: transform 0.3s ease;
}

.forum_Halloffame_div img:hover {
    transform: scale(1.1);
}

/********************----------------------------------------------------------------------------------------------------------------*/
.swiper {
    width: 100%;
    height: 380px;

    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;

}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 50%;
    position: absolute;
    top: 30px;
    left: 23%;
    /* margin-left: -350px; */
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
}

.swiper .pic li img {
    width: 100%;
    height: 100%;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

._bg {
    background-color: red !important;
}

.swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper .btns {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 38px;
    z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
    height: 100%;
    width: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}


.swiper .btns .leftbtn::after,
.swiper .btns .rightbtn::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;

}

.swiper .btns .leftbtn::after {
    -webkit-transform: translate(12px, 8px) rotate(-45deg);
    -moz-transform: translate(12px, 8px) rotate(-45deg);
    -o-transform: translate(12px, 8px) rotate(-45deg);
    -ms-transform: translate(12px, 8px) rotate(-45deg);
    transform: translate(12px, 8px) rotate(-45deg);
}

.swiper .btns .rightbtn::after {
    -webkit-transform: translate(4px, 8px) rotate(135deg);
    -moz-transform: translate(4px, 8px) rotate(135deg);
    -o-transform: translate(4px, 8px) rotate(135deg);
    -ms-transform: translate(4px, 8px) rotate(135deg);
    transform: translate(4px, 8px) rotate(135deg);
}

.leftBox,
.rightBox {
    height: 300px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}

.lbt-ty {
    display: flex;
    justify-content: center;
}
/*3D 轮播图*/

section {
    width: 400px;
    height: 300px;
    position: relative;
    /* 所有子元素在3D空间中呈现。 */
    transform-style: preserve-3d;
    /* 设置动画属性 */
    animation: dh 30s linear infinite;
}


section div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* 图片居中 */
    text-align: center;
    /* 设置图片倒影 */
    /*-webkit-box-reflect: below 1px linear-gradient(transparent 5%, rgba(255, 255, 255, 0.3));*/
}

/* 设置每一张图片的特有样式 */
section div:nth-child(1) {
    /*background-color: #C14C39;*/
    /* 在Z轴上移动300px */
    transform: translateZ(400px);
}

section div:nth-child(2) {
    /*background-color: #6E9C72;*/
    /* 沿Y轴旋转0度，并在Z轴上移动300px */
    transform: rotateY(60deg) translateZ(400px);
}

section div:nth-child(3) {
    /*background-color: #5E5F7A;*/
    transform: rotateY(120deg) translateZ(400px);
}

section div:nth-child(4) {
    /*background-color: #F5EB98;*/
    transform: rotateY(180deg) translateZ(400px);
}

section div:nth-child(5) {
    /*background-color: #50A3BC;*/
    transform: rotateY(240deg) translateZ(400px);
}

section div:nth-child(6) {
    /*background-color: #F9A99A;*/
    transform: rotateY(300deg) translateZ(400px);
}

/* 整体旋转动画 */
@keyframes dh {
    from {
        /* 起始角度 */
        transform: rotateY(0deg);
    }

    to {
        /* 最终角度 */
        transform: rotateY(360deg)
    }
}
@media screen and (min-width: 1281px)and (max-width: 1367px) {
    /* 在宽度大于等于 1280px 时应用的样式 笔记本 */
    .MainBody {
        width: 70%;
        margin: 0 auto;
    }
    .HonoredGuest-p {
        width: 90%;
    }
    .forum_Halloffame_div {
        width: 25%;
    }
}
@media screen and (min-width: 1025px)and (max-width: 1280px) {
    /* 在宽度大于等于 1025px 时应用的样式 电脑*/
    .fix-nav > ul {
        width: 80%;
    }
    .MainBody {
        width: 70%;
        margin: 0 auto;
    }.HonoredGuest-p {
         width: 90%;
     }
    .forum_Halloffame_div {
        width: 25%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* 在宽度 768px 到 1024px 之间应用的样式 平板*/
    .fix-nav > ul {
        width: 80%;
    }

    .MainBody {
        width: 74%;
        margin: 0 auto;
    }

    .HonoredGuest-mk {
        width: 24%;
    }

    .HonoredGuest-p {
        width: 98%;
    }

    .swiper {
        width: 100%;
        height: 242px;
        position: relative;
    }
    .forum_Halloffame_div {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    /* 在宽度小于等于 767px 时应用的样式 手机*/
    .fix-nav > ul {
        width: 80%;
    }
    .MainBody {
        width: 80%;
        margin: 0 auto;
    }
    .fix-nav > ul {
        width: 90%;
    }
    .HonoredGuest-p {
        width: 98%;
    }
    .forum_Halloffame_div {
        width: 25%;
    }

}

