@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*-moz-user-select:none;*/
    outline: none;
}
body,html{
    width:100%;
    /*height: 100%;*/
    font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-overflow-scrolling:touch;
    min-width: 290px;
}
ul,ol,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #fff;
    width: 100%;
    /*height: 100%;*/
    display: inline-block;
}
a:hover,a:focus{
    text-decoration: none !important;
}
b,th{
    font-weight: normal;
}
fieldset,img{
    border: none;
    vertical-align: middle;
}
button,input,select,textarea{
    font-size: 100%;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
}
table td{
    word-break: break-all;
    word-wrap:break-word;
}
input[type="button"],input[type="submit"],input[type="reset"]{
    -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}

.in_box,.ga_box{
    width: 100%;
}
.header{
    position: fixed;
    background: rgba(255,255,255,.95);
    z-index: 1000000;
    width: 100%;
    height: 80px;
    top: 0;
    -webkit-transform: translateZ(0);
}
.header_box,.in_game>div,.in_parBox,.ga_top2>div,
.ab_box2,.bu_box3,.bu_box5,.If_box2,.bu_fixed{
    height: 100%;
}
.header_box,.in_game>div,.in_parBox,.ga_top2>div,
.ab_box2,.bu_box3,.bu_box5,.If_box2,.bu_fixed,.ga_t4,
.tabBox,.ga_fhq,.If_box1 .info_tab p{
    width: 80%;
    position: relative;
    margin: auto;
    max-width: 1200px;
    /*min-width: 900px;*/
}
.header .logo{
    float: left;
    height: 50%;
    width: 200px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
    margin-top: 20px;
}
.header .header_box>ul{
    margin-right: 50px;
    float: right;
    font-size: 15px;
}
.header .header_box>ul>li a{
    color: #000;
}
.header .header_box>ul>li{
    float: left;
    line-height: 80px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.header .header_box>ul>li:hover a,
.header .header_box>ul>li a.active {
    color: #4996E8;
}
.header .header_box>ul>li:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #b3b3b3;
    top: 35px;
    right: 0;
}
.header .header_box>ul>li:hover a:before,.header .header_box>ul>li a.active:before,
.in_foot1 ul>li a.active:before{
    opacity: 1;
    width:40%
}
.navbar.show{
    -webkit-animation: fadeInDown .5s 0s ease-in-out both;
    -moz-animation: fadeInDown .5s 0s ease-in-out both;
    -ms-animation: fadeInDown .5s 0s ease-in-out both;
    animation: fadeInDown .5s 0s ease-in-out both;
}
.navbar.hide{
    -webkit-animation: fadeOutUp1 .5s 0s ease-in-out both;
    -moz-animation: fadeOutUp1 .5s 0s ease-in-out both;
    -ms-animation: fadeOutUp1 .5s 0s ease-in-out both;
    animation: fadeOutUp1 .5s 0s ease-in-out both;
}
.navbar>ul{
    width: 80%;
    margin: auto;
    text-align: center;
}
.navbar>ul li{
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding: 15px;
}

.navbar a{
    color: #6f6f6f;
}
.in_foot1 ul>li a.active:before{
    max-width: 50px;
}
.header .header_box>ul>li a:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #4996E8;
    margin: auto;
    opacity: 0;
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: -40px;
}

.header .topOpen,.yd_logo{
    position: absolute;
    top: 0;
    right: 0;
    /* width: 90px; */
    height: 80px;
    z-index: 9999;
    /* background: #4996E8; */
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.yd_logo{
    display: none;
}

.header .topOpen.active i,
.header.active .yd_logo i{
    background: url(../images/errorV8.png) no-repeat;
    background-size: contain;;
}
.topOpen i,.yd_logo i {
    position: relative;
    width: 33px;
    height: 25px;
    margin: 0 auto;
    top: 30px;
    background: url(../images/daohangV8.png) no-repeat 0px 0px;
    display: block;
}
.topOpen span{
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0px;
    bottom: 10px;
    height: 23px;
    text-align: center;
    font-size: 12px;
}
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.95);
    z-index: 9999;
    display: none;
    height: 100vh;
    padding-top: 70px;
}
.footer .fo_top{
    position: absolute;
    width: 30px;
    height: 30px;
    background: red;
    right: 5%;
    top: 15px;
     display: none;
    background: url(../images/top1.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
@keyframes fadeOutUp1 {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform:translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}
@-webkit-keyframes fadeOutUp1 {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform:translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@-webkit-keyframes fadeInDown {
    0%,60%,75%,90%,100% {
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: .01;
        filter: alpha(opacity=1);
        -webkit-transform:translate3d(0,-16rem,0);
        -ms-transform: translate3d(0,-16rem,0);
        transform: translate3d(0,-16rem,0);
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate3d(0,15px,0);
        -webkit-transform:translate3d(0,15px,0);
        -ms-transform: translate3d(0,15px,0)
    }

    75% {
        transform: translate3d(0,-8px,0);
        -webkit-transform:translate3d(0,-8px,0);
        -ms-transform: translate3d(0,-8px,0)
    }

    90% {
        transform: translate3d(0,4px,0);
        -webkit-transform:translate3d(0,4px,0);
        -ms-transform: translate3d(0,4px,0)
    }

    100% {
        transform: none;
        -webkit-transform:none;
        -ms-transform:none
    }
}

@keyframes fadeInDown {
    0%,60%,75%,90%,100% {
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: .01;
        filter: alpha(opacity=1);
        -webkit-transform:translate3d(0,-16rem,0);
        -ms-transform: translate3d(0,-16rem,0);
        transform: translate3d(0,-16rem,0);
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate3d(0,15px,0);
        -webkit-transform:translate3d(0,15px,0);
        -ms-transform: translate3d(0,15px,0)
    }

    75% {
        transform: translate3d(0,-8px,0);
        -webkit-transform:translate3d(0,-8px,0);
        -ms-transform: translate3d(0,-8px,0)
    }

    90% {
        transform: translate3d(0,4px,0);
        -webkit-transform:translate3d(0,4px,0);
        -ms-transform: translate3d(0,4px,0)
    }

    100% {
        transform: none;
        -webkit-transform:none;
        -ms-transform:none
    }
}
#topBar{
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background:rgba(255,255,255,.95);
    padding: 50px;
    overflow: auto;
    display: none;
    /*border-bottom: 2px solid #4996E8;*/
}
#topBar .tBleft,.tBright{
    float: left;
    height:100%;
    min-height: 340px;
}
.tBleft{
    width: 30%;
    border-right: 1px dashed #e8e9e9;
    margin-right: 5%;
}
.topP{
    border-bottom: 2px solid #4996E8;
    padding-bottom: 5px;
}
.tBleft>p,.tBright>p{
    margin-bottom: 35px;
}
.tBleft li{
    float: left;
    margin: 0px 20% 20px 0px;
    cursor: pointer;
}
.tBleft li img{
    width: 84px;
    height: 84px;
    border-radius: 15px;
}
.tBleft li p{
    margin-top: 15px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #3a434c;
    cursor: pointer;
}
.tBright{
    width:65%;
}
.tBright li{
    width: 33.3%;
    float: left;
    margin-bottom: 25px;
    padding-right: 20px;
    cursor: pointer;
}
.tBright li a{
    color: #000;
}
.tBright li p{
    width: 100%;
}
.tBright li p,.ga_lianyun .ga_p>div:nth-of-type(2) p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tBright li p:nth-of-type(1){
    font-size: 14px;
    margin-bottom: 8px;
}
.tBright li p:nth-of-type(2){
    margin-left: 15px;
    color: #959595;
    font-size: 13px;
    width:85%
}
.t_rad{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #959595;
    display: inline-block;
    margin-right: 8px;
}
.tBleft{
    width: 30%;
    border-right: 1px dashed #e8e9e9;
    margin-right: 5%;
}
.footer{
    position: relative;
    width: 100%;
    height: 281px;
    background: url(../images/footBgV8.jpg) center center no-repeat;
    background-size: cover;
}
.footer>div:nth-of-type(1) {
    background: url(../images/logo.png) center center no-repeat;
    background-size: contain;
    width: 70%;
    height: 60px;
    position: absolute;
    left: 15%;
    top:80px;
}
.footer p{
    /*background-color: rgba(36, 37,37, 0.25);*/
    color: #000;
    text-align: center !important;
    font-size: 12px;
    clear: both;
    width: 100%;
    padding: 161px 0 86px;
}
.footer:before {
    background-color: rgba(36, 37,37, 0.3);
    color: #fff;
    text-align: center !important;
    font-size: 12px;
    clear: both;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 17px;
    white-space: pre;
    padding: 182px 0 65px;
}
#idx .footer:before{
    background-color: rgba(36, 37,37, 0.82);
}
.hot_ul{display: flex;justify-content: space-around}
.ab_con {
    padding-top: 0px;
    padding-bottom: 50px;
}
.ab_con p{
    padding: 0;
}
.ab_con table {
    width: 1200px;
    font-size: 16px;
    border: 1px solid #cfcfcf;
    border-collapse: collapse;
    color: #444;
    line-height: 44px;
}
.ab_con table tr.detailtext td {
    padding: 30px 0 30px 100px;
}
.ab_con table tbody tr:hover{
    background-color: rgba(246, 238, 172, 0.4);
}
.ab_con table .fst1 {
    background-color: #ebebeb;
}

.ab_con table tr {
    background-color: #f6f6f6;
    border: 1px solid #cfcfcf;
}
.fstwd {
    width: 450px;
    padding: 0 100px;
}
.todown, .todown2 {
    display: block;
    float: right;
    width: 52px;
    height: 35px;
    padding-top: 6px;
    cursor: pointer;
}
.todown .totoparrow {
    display: none;
}
.detailtext{display: none}
.join-email{text-align: left;padding-top: 20px;padding-bottom: 20px;}
.in_join{display: none}
@media  screen  and (max-width: 1280px){
    .tabEmail{
        display: block;
        width: 100%;
        float: none;
    }
    .join_img>div.img1:nth-of-type(1)>div{
        margin-bottom: 9px;
    }
    .join_life li{
        height: 350px;
    }
    .ly_con_img1{
        display: none;
    }
    .header_box,.hot_box,.par_box,.par_b_box{
        width: 90%;
    }
    .yf_b{
        padding: 20px;
    }
    .yf_r_t>p:nth-of-type(2){
        marign: 10px 0;
        font-size: 13px;
    }
    .tBleft li{
        margin: 0px 10% 20px 0px;
    }
    .header .header_box>ul>li{
        padding: 0 10px;
    }
    .yf_r_t{
        padding: 10px;
    }
    .header .header_box>ul{
        font-size: 14px;
    }
    .ga_box .inver_ul1 ul{
        padding: 0 45px 0 50px;
    }
    .yf_r_t,.yf_r_img{
        width: 100%;
    }
    .ly_con_r{
        width: 59%;
    }
    .ad_con p:nth-of-type(1){
        font-size: 25px;
        top:15px
    }
    .ad_con p:nth-of-type(2){
        width: calc(100% - 40px);
        left: 20px;
        top: 60px;
        font-size: 15px;
    }
    .fh_r ul li{
        height:auto;
        font-size: 13px;
    }
    .fh_r{
        padding: 2% 0;
        line-height: 25px;
        font-size: 14px;
    }
    .ab_culture h3{
        font-size: 20px;
    }
    .ab_culture p{
        font-size: 14px;
        line-height: 20px;
    }
    .honor_box ul{
        width: 400px;
    }
    .fh_r_t1,.fh_r_t2{
        font-size: 17px;
        margin: 10px 0;
    }
    .fh_r ul{
        margin-top: 2%;
    }
    .join_l{
        width: 55%;
    }
    .join_r{
        float: right;
        width: 45%;
    }
    .tabAdd li{
        margin: 0 5px;
    }
    .zp_box>ul li:nth-of-type(1){
        padding: 40px 10px;
    }
    .zp_box_t2>span{
        width: 45%;
        margin-bottom: 10px;
    }
    .zp_arrow{
        top:15px
    }

}
@media  screen  and (max-width: 1024px){
    .ad_con p:nth-of-type(2){
        top: 55px;
        line-height: 25px;
    }
    .join_img>div.img1:nth-of-type(1)>div {
        margin-bottom: 6px;
    }
    .join_life li{
        height: 300px;
    }
    .life_l,.life_five .life_l {
        padding-top: 30px;
    }
    .zp_arrow{
        width: 30px;
    }

}
@media  screen  and (max-width: 900px){
    .ad_con p:nth-of-type(1){
        top:75px
    }
    .ad_con p:nth-of-type(2){
        top:150px;
        font-size: 14px;
    }
    /*.bu_box .bus_top{*/
    /*    background: url(../images/ydBV8.jpg) no-repeat center bottom;*/
    /*    background-size: cover;*/
    /*}*/
    .game_top{
        background: url(../images/ydg.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .news_box{
        background: url(../images/ydnew.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .ab_top{
        background: url(../images/ydAb.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .join_top{
        background: url(../images/ydJV8.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .If_box .If_box1{
        background: url(../images/ydnew.jpg) no-repeat center bottom;
        background-size: cover;
    }
    /*.If_box .If_box1.active{*/
    /*    background: url(../images/gameBgV8.jpg) no-repeat center center;*/
    /*}*/
    .pc_life{
        display: none;
    }
    .yd_life{
        display: block;
    }
    .life_r img {
        width: 100%;
    }
    .join_life li,.join_life li.life_five{
        height: auto;
        text-align: left;
    }
    .life_l, .life_r{
        width: 100%;
    }
    .left_m{
        display: none;
    }
    .If_box1 .info_tab p{
        line-height: 40px;
    }
    .If_box2{
        width: 100%;
    }
    .ad_con p {
        width: calc(100% - 100px);
        left: 50px;
        top: 80px;
    }
    .ly_con_img1{
        margin: 10% 0;
    }
    .par_box{
        padding: 20px 0;
    }
    .header .header_box>ul,.topParent,.in_logo ul{
        display: none;
    }
    .yd_logo{
        display: block;
        height: 70px;
    }
    .header {
        height: 70px;
    }
    #idx .swiper-container.in_banner,.game_top,.news_box,.ab_top,
    .If_box .If_box1,.Ifd_box ,.inver_top,
    .bu_box .bus_top,.join_top{
        height: 53vh;
    }
    .hot_title .hot_title_t,.par_box .hot_title_t{
        font-size: 18px;
    }
    .hot_title>p:nth-of-type(2),.par_box>p:nth-of-type(2){
        font-size: 15px;
    }
    .par_b_box1{
        width: 100%;
    }
    .par_b_box1 li{
        width: 33%;
        margin: 0;
        text-align:center;
        padding: 10px 0px;
    }
    .par_b_box2 li{
        width: 23%;
    }
    .par_b_box2 li:nth-of-type(6){
        margin-right: 2%;
    }
    .par_b_box2{
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .yf_r_img,.inver_ul1,.ga_yf .pageBox,.ga_ly .pageBox {
        display: none;
    }
    .ga_tab,.info_tab,.inver_tab{
        /*background: rgba(153,153,153,0.8);*/
        height: 40px;
    }
    .If_box1 .info_tab{
        background: rgba(255,255,255,0.6);
    }
    .ga_tab ul li,.ga_tab ul li:last-child,.info_tab ul li,.inver_tab ul li{
        border: 0;
        font-size: 14px;
        line-height: 30px;
    }
    .inver_tab ul li.active{
        background: #fff;
    }
    .ga_tab ul,.ga_yf,.ga_ly,.ab_introduce,.con_3,
    .honor_box,.ga_ad,.info_tab ul,.If_box3,.inver_tab ul,
    .inver_gsgl,.inver_tz,.bus_box>div,.join_life,.join_lx,
    .join_zp,.join_bg{
        width: 90%;
    }
    .ga_fh{
        width: 100%;
    }
    .yf_box{
        padding:0px;
    }
    .yf_b{
        padding: 20px 0;
        border: 0;
        margin-top: 0;
    }
    .ga_box,.ga_yf,.ga_ly{
        background: rgb(246,246,246);
    }
    .yf_r{
        background: rgb(238,238,238);
    }
    .yf_l{
        padding-top: 0;
    }
    .yd_t_p,.upBtn{
        display: block;
    }
    .yd_t_p{
        font-size: 16px;
        line-height: 60px;
    }
    .yd_t_p::after{
        top: 45px;
    }
    .ly_con li{
        width: 100%;
        margin-bottom: 20px;
    }
    .ly_con_all{
        position: absolute;
        bottom: 10%;
        width: 90%;
        left: 5%;
    }
    .ly_con_all p{
        font-size: 14px;
    }
    .ly_con{
        padding:0;
    }
    .ab_culture{
        width: 100%;
        padding: 20px 0;
    }
    .ab_culture li:nth-of-type(2n+1){
        margin: 0 20px 20px 0;
    }
    .ab_culture li{
        width: calc(50% - 10px);
    }
    .con_3{
        padding: 30px;
    }
    .ad_img1,.fh_img{
        display: none;
    }
    .ad_img2,.fh_img1{
        display: block;
    }
    .fh_box{
        margin-top: 0;
    }
    .fh_r{
        width: 100%;
        position: relative;
    }
    .fh_r ul{
        width: 90%;
        margin-left: 5%;
    }
    .fh_bottom{
        margin-top: 20px;
    }
    .g_detail{
        width: 100%;
        padding-top: 20px;
    }
    .g_d_box .fh_bottom_img{
        height: 100px;
    }
    .g_detail .swiper-container{
        width: 96%;
        margin-left: 2%;
    }
    .g_detail .swiper-button-next, .g_detail .swiper-button-prev{
        width: 20%;
        height: 15%;
    }
    .yd_join .swiper-button-next,.yd_join .swiper-button-prev{
        width: 50px;
        height: 50px;
    }
    .If_box2 ul.If_ul li{
        padding: 40px 5%;
        border-bottom: 1px dashed rgb(111,115,127);
    }
    .If_box2>ul li>div:nth-of-type(1),.If_box2>ul li>div:nth-of-type(2){
        width: 100%;
        padding: 0;
    }
    .If_box2{
        background: rgb(245,245,245);
    }
    .If_ul{
        margin: 0;
    }
    .If_box2>ul li>div:nth-of-type(2){
        padding-top: 20px;
    }
    .Ifd_p2{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .Ifd_p1{
        margin: 0;
        font-size: 17px;
        padding-top: 25px;
    }
    .Ifd_page>div{
        padding-right: 20px;
    }
    .If_box1 .info_tab .inver_img {
        margin: 11px 10px 0 0;
    }
    .xxpl_box,.inver_tz{
        background: rgb(245,245,245);
        width: 100%;
        padding: 30px 0 70px;
    }
    .inver_tz .gszd_title{
        margin-top: 0px;
    }
    .gszd_t2{
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .gszd_t {
        padding-left:0;
    }
    .inver_xxpl .gszd_wjm{
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gszd_time{
        width: 30%;
    }
    .life_num{
        top: 20px;
        width: 30%;
        max-width: 100px;
    }
}
@media  screen  and (max-width: 768px){
    .event_r_box, .event_l_box{
        line-height: 26px;
        font-size: 14px;
        margin-top: 8px;
    }
    .event_r_box::after, .event_l_box::after{
        top:8px
    }
    .ad_con p:nth-of-type(1){
        top:50px;
        font-size: 23px;
    }
    .ad_con p:nth-of-type(2){
        top:100px
    }
    .pc_join{
        display: none;
    }
    .yd_join{
        display: block;
    }
    .join_bg{
        width: 100%;
    }
    .zp_box_t2>span{
        font-size: 12px;
    }
    .zp_box>ul li:nth-of-type(1){
        padding: 20px 10px;
    }
    .searhBox{
        line-height: 35px;
    }
    #search{
        height:35px;
    }
    .searchBtn{
        height: 29px;
        margin: 5px 10px 0;
    }
    /*.tabTitle{*/
        /*width: 180px;*/
        /*position: absolute;*/
        /*right: 0;*/
        /*text-align: right;*/
    /*}*/
    .join_zp, .join_r{
        width: 100%;
        padding: 0;
    }
    .join_l{
        padding: 0;
    }
    .searhBox,.join_l{
        width: 90%;
        margin: 10px 5%;
        position: relative;
    }
    .join_t{
        font-size: 14px;
    }
    .join_lx{
        background:rgb(246,246,246);
        width: 100%;
    }
    .pc_map{
        display: none;
    }
    .yd_map{
        display: block;
    }
    .yd_life .life_l,.join_life li:nth-of-type(2) .life_l,
    .join_life li:nth-of-type(4) .life_l{
        padding: 30px 15px 10px;
    }
    .join_life{
        width: 100%;
        padding: 20px 10px 0;
    }
    .join_life li{
        padding: 0;
    }
    .bus_box>div li p:nth-of-type(1){
        font-size: 17px;
    }
    .bus_box>div{
        width: 100%;
        padding: 0px 0px 40px;
        background: rgb(246,246,246);
    }
    .bus_box>div li{
        width: 100%;
        padding: 20px 10%;
    }
    .xxpl_box ul, .xxpl_box .gszd_title,.tz_box ul{
        padding: 0px 20px;
    }
    .inver_ul2 ul li,.gszd_t,.gszd_t2{
        font-size: 14px;
        font-weight: 500;
    }
    .pageBox>div, .pageBox ul li, .pageBox ul{
        padding: 0 8px;
    }
    .pageBox{
        padding: 20px 0 40px;
    }
    .If_p1 a{
        margin: 10px 0 20px 0;
    }
    .ad_con p{
        font-size: 13px;
        line-height: 25px;
    }
    .ab_honor{
        background: rgb(246,246,246);
        overflow: auto;
        margin-top: 0;
        height: auto;
    }
    .sw-mo{height: auto}
    .header-mo{
        height: 70px;
    }
    .honor_box{
        overflow: auto;
    }
    .ab_honor img.ab_h_img{
        width: 100%;
        display: block;
    }
    .honor_box ul{
        width: 90%;
        float: none;
        margin: 5%;
        height: auto;
        background: rgb(238,238,238);
    }
    .con_2{
        font-size: 18px;
    }
    .con_3{
        width: 100%;
        padding: 10px 10px 30px;
        background: rgb(248,248,248);
    }
    .ab_culture{
        padding: 5px 0;
    }
    .ab_box .ab_culture li{
        margin: 0 5px 5px 0;
    }
    .ab_box .ab_culture li:nth-of-type(2),.ab_box .ab_culture li:nth-of-type(4){
        margin-right: 0;
    }
    .ab_culture li {
        width: calc(50% - 2.5px);
    }
    .ly_con_all p{
        padding: 0 5px;
    }
    .ly_con_img1{
       display: none;
    }
    .ly_con1 .ly_con_r{
        opacity: 1;
        background: #fff;
        color: rgb(123, 123, 123);
        border: 3px solid rgb(1,117,252);;
        padding: 5% 0;
    }
    .footer .fo_top{
        display: block;
    }
    .in_hot,.in_partners{
        background: #fff;
    }
    .header .logo{
        width: 40%;
    }
    .par_b_box1 li{
        font-size: 15px;
    }
    .par_b_box1{
        padding: 20px 0 20px;
        height: 60px;
    }
    .par_b_box1 li {
        font-size: 14px;
    }
    .par_b_box2 {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .par_b_box2 li{
        width: 31%;
        margin-right: 3%;
        height:40px;
    }
    .par_b_box2 li:nth-of-type(3n){
        margin-right: 0;
    }
    .hot_title .hot_title_t .t_befor, .par_box .hot_title_t .t_befor,
    .hot_title .hot_title_t .t_after, .par_box .hot_title_t .t_after{
        width: 50px;
    }
    .footer{
        height:125px
    }
    .footer>div:nth-of-type(1){
        top:20px;
        height: 28px;
    }
    .footer p{
        padding: 50px 0 27px;
    }
    .moreStyle,.in_gaSwiper, .in_join{
        display:block;
    }
    .hot_ul,.hot_more,.hot_join,#thumbs{
        display: none;
    }
    .ab_introduce{
        width: 90%;
        background: rgb(246,246,246);
    }
    .ab_introduce h3{
        padding: 30px 0;
        font-size: 20px;
    }
    .ab_introduce p{
        padding: 0 3% 20px;
        font-size: 13px;
    }
    .tz_boxTop .tz_event{
        padding: 0;
    }
    .tz_word{
        padding-left: 5px;
    }
    .tz_bottom{
        font-size: 14px;
    }
    .zp_arrow {
        width: 23px;
        right: 2px;
    }
    .zp_box>ul li:nth-of-type(2){
        padding:20px;
    }
    .zp_box li:nth-of-type(2) p{
        line-height: 25px;
        font-size: 13px;
    }
    .zp_box li:nth-of-type(2) p.zp_t1{
        font-size: 16px;
    }
}
@media  screen  and (max-width: 667px){
    .ad_con p:nth-of-type(1){
        top:30px;
        font-size: 20px;
    }
    .ad_con p:nth-of-type(2){
        top:60px
    }
    .ly_con_all p{
        font-size: 12px;
    }
    .ga_ad{
        width: 100%;
    }
    .game_url{display: none}
    .time_year{
        width: 60px;
        height: 60px;
    }
    .year_child {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .time_r{
        left: 70px;
    }
    .time_l{
        right: 70px;
    }
    .time_r, .time_l{
        font-size: 21px;
        top: 15px;
    }
    .event_r_box, .event_l_box{
        font-size: 14px;
        padding: 0 3px;
    }
    .yf_l{
        width: 100%;
    }
    .yf_l_img{
        width: 90%;
    }
    .yf_r{
        width: 95%;
        background: none;
        border-bottom: #000000 1px solid;
    }
    .yf_l_b span{
        width: 40%;
        margin: 0 2% 0 0;
        font-size: 12px;
    }
    .yf_l_b span:nth-of-type(2){
        margin-right: 0;
    }
    .yf_r_t>p:nth-of-type(2){
        font-size: 15px;
    }
    /*.ly_con_r{*/
        /*width: 60%;*/
    /*}*/
    .ab_culture h3 {
        font-size: 17px;
    }
    .ab_culture p{
        font-size: 12px;
        line-height: 18px;
    }
    .ab_c{
        top:20%;
    }
    .ad_t_p{
        font-size: 12px;
        width: 90%;
        margin-left: 5%;
        line-height: 20px;
    }
}
@media  screen  and (max-width: 520px){
    .join_t>span{
        padding: 0;
    }
    .ad_con p:nth-of-type(1){
        top:15px;
        font-size: 18px;
    }
    .ad_con p:nth-of-type(2){
        top:55px
    }
    .tabTitle{
        position: relative;
        text-align: left;
        padding: 0;
    }
    .searhBox{
        margin: 10px 5% 0;
    }
    .tabAdd li{
        font-size: 14px;
    }
    .inver_tz .tz_time, .tz_add{
        width: 30%;
    }
    .gszd_title .tz_event,.tz_boxTop .tz_event{
        width: 40%;
    }
    .fh_bottom_img{
        height: 50px;
    }
    .fh_r ul li{
        font-size: 12px;
        line-height: 20px;
    }
    .ad_con p {
        font-size: 12px;
        line-height: 22px;
        width: calc(100% - 40px);
        left: 20px;
        top: 50px;
    }
    .honor_box ul{
        font-size: 14px;
        padding: 10px;
        line-height: 30px;
    }
    .event_r_box, .event_l_box{
        font-size: 12px;
    }
    .event_l_t2, .event_r_t2{
        width: 75%;
    }
    .par_b_box2 li{
        height: 35px;
    }
    .yf_l_b a{
        width: 80%;
    }
    .yf_l_b span{
        width: 100%;
        margin: 0 0 2% 0;
    }
    .ly_con_ewm{
        width: 60px;
        height:60px;
        margin: 10px 0;
    }
    .ly_con_r>p:nth-of-type(1){
        font-size: 15px;
    }
    .ly_con_img1{
        margin: 0;
    }
    .ab_introduce h3{
        padding: 10px 0;
        font-size:16px;
    }
    .ga_fh .swiper-container{
        width: 90%;
        margin-left: 5%;
    }
    .tz_bottom p{
        font-size: 13px;
    }
}
@media  screen  and (max-width: 414px){
    .ad_con p:nth-of-type(2){
        top:45px;
        line-height: 20px;
    }
    .If_p1 a{
        font-size: 15px;
    }
    .If_box2>ul li>div:nth-of-type(2){
        font-size: 14px;
        line-height: 25px;
    }
    .ad_con p {
        top: 30px;
    }
    .ga_tab ul li{
        font-size: 13px;
    }
    .ly_con_ewm {
        width: 40px;
        height: 40px;
        margin: 5px 0 0;
    }
    .ab_introduce p {
        font-size: 12px;
    }
}
@media  screen  and (max-width: 375px){
    .join_t>span i{
        margin: 0 7px;
    }
    .If_box1 .info_tab p,.inver_ul2 ul li,
    .inver_xxpl .gszd_wjm a,.gszd_time,.honor_box ul,
    .gszd_wjm,.gszd_title .tz_time, .gszd_title .tz_event,
    .gszd_title .tz_add,.inver_tz .tz_time, .tz_add,
    .tz_boxTop .tz_event,.tz_bottom p{
        font-size: 12px;
    }
    .ab_culture h3{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .ad_con p{
        top:10px;
        line-height:20px;
    }
}
@media  screen  and (max-width: 370px){
    .ad_con p:nth-of-type(1){
        font-size:16px ;
    }
    .ad_con p:nth-of-type(2){
        top: 33px;
        line-height: 18px;
    }
    .bus_box>div li{
        padding: 10px 5%;
    }
    .bus_box>div li p{
        font-size: 13px;
    }
    .bus_box>div li p:nth-of-type(1){
        font-size: 16px;
    }
}
@media  screen  and (max-width: 320px){
    .fh_r ul li{
        height:80px
    }
}