@charset "utf-8";
/* CSS Document */

body {
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
}

a {
	
    text-decoration: none;
    color: black;
}

h1 {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    display: block;
}

h2 {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    display: block;
}

h3 {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    display: block;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}
.petlist2{display: none;}
img {
    padding: 0;
    margin: 0;
    border: 0;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    width: 100%;
}

.header_box {
    width: 1224px;
    margin: 0 auto;

}

.logo {
    float: left;
    padding: 5px 0 0 0;
    width: 112px;
    height: 41px;
}

.logo a {
    display: block;
}

.header {
    width: 100%;
    height: 64px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.nav .box {
    width: 100%;
    position: relative;

}

.header .btn-logo {
    float: left;
    position: relative;
    top: 7px;
    left: 20%;
    /*width: 138px;*/
    /*height: 51px;*/
    /*margin-right: 15px;*/
    /*text-indent: -9999px;*/
    /*background: url("../img/logo2.png") no-repeat;*/
    /*float: left;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*top: 7px;*/
    /*left: 140px;*/
}
.header a img {
    width: 150px;
}
.header .nav {
    position: absolute;
    top: 0px;
    right: 250px;
    font-size: 16px;
    color: #283A6A;
    line-height: 64px;
}
// .header .nav-item  .active {
//     color: #283a6a;
//     padding: 5px;
//     border-bottom: 1px solid #283a6a;
// }
/*.header .nav li:hover, .header .nav li.active{*/
/*border-bottom: 1px solid #000033;*/
/*}*/
.header .nav li {
    position: relative;
    display: inline-block;
    padding: 0 15px 5px;
    margin: 0 20px;
    cursor: pointer;
}
.header .nav li .active {
    color: #283a6a;
    padding: 5px;
    border-bottom: 1px solid #283a6a;
}
.header .nav li i {
    position: absolute;
    top: 22px;
    right: -25px;
    display: block;
    width: 10px;
    height: 21px;
    background: url("../img/line_1.png");
    background-size: 100% auto;

}
.header .nav li a {
    padding: 5px;
    border-bottom: 1px solid transparent;
}
.header .nav li a:hover {
    color: #283a6a;
    padding: 5px;
    border-bottom: 1px solid #283a6a;
}
.first_li {
    margin-left: 276px;
}

.nav li {
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

/* 移动端 header部分 */
.header-web {
    display: block;
}

.header-m {
    display: none;
    /* position: relative; */
}

.nav-m {
    display: none;
    width: 100%;
}
.h-iPhone{
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 2%;
    margin-top: 12px;
    background: url('../img/iPhone.jpg') no-repeat;
    background-size: 100% 100%;
}
.h-qq{
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 7%;
    margin-top: 12px;
    background: url('../img/qq.png') no-repeat;
    background-size: 100% 100%;
}
.h-left {
    width: 19px;
    height: 100%;
    position: relative;
    float: right;
    right: 15px;
}

/*.h-left b {
    display: inline-block;
    width: 19px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.h-left b::before,
.h-left b:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: red;
}

.h-left b::before {
    top: 0;
}

.h-left b::after {
    bottom: 0;
}

.h-left em {
    position: absolute;
    width: 100%;
    height: 1px;
    background: red;
    top: 7px;
}
*/
.h-center {
    width: 140px;
    height: 56px;
    background: url('../img/logo.jpg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.nav-m {
    position: absolute;
    width: 100%;
    top: 64px;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 10;
}

.nav-m a {
    display: block;
    width: 86%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}

.nav-m a+a {
    border-top: 1px solid #ccc;
}



/* 移动端header结束 */
/*轮播开始*/
.banner {
    position: relative;
    width: 100%;
}

.banner .flexslider ul li {
    display: none;
    width: 100%;
}

.banner .flexslider ul li.active {
    display: block;
}

.banner .flexslider ul li a {
    display: block;
    width: 100%;
}

.banner .flexslider ul li a img {
    width: 100%;
}

/*轮播结束*/
.index_main {
    width: 100%;
    margin: 0 auto;
}

.main_top {
    width: 1224px;
    margin: 0 auto;
    height: 100px;
}

.main_top li {
    float: left;
    display: block;
    width: 180px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    margin-left: 64px;
}

.main_top .first_li2 {
    margin-left: 0;
}

.main_top .first_li2 {
    margin-right: 0;
}

.main_top span {
    float: left;
}

.main_top ul>li>span {
    font-weight: bold;
    color: #0D75DB;
    margin-top: -6px;
}

h1 {

    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}

h2 {

    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

.pla {
    width: 100%;
    height: 945px;
    background: url("../img/bg-gray1.png") no-repeat 100% bottom;
}

.pla-box {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 28px;
    min-height: 945px;
    text-align: center;
}

/*.pla-box .tit{*/
/*width: 40*/
/*}*/
.pla-box .tit img {
    padding: 6% 0 4% 0;
}

.pla-main .p-bg {
    background: url("../img/p_bg.png") no-repeat;
    width: 240px;
    height: 125px;
    float: left;
    margin: 0 2% 0 2%;
}

.pla-main {
    text-align: center;
    padding: 40px 0 0 4%;
}

.pla-main .p1 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0 0 0;
    font-weight: 500;
}

.pla-main .p2 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    width: 86%;
    margin: 0 auto;
    text-align: left;
    padding: 5px 0 0 0;
}

.pla-b_p3{
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    padding: 38px 0;
}

.pla-b .p4 {}

.pla-box .pla-b {
    background: url("../img/bg-k.png") no-repeat center;
    width: 950px;
    height: 383px;
    margin: 0px auto;
}

.pla-b .pla-b-main li {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.pla-b .pla-b-main .p4 {
    width: 65%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 0px 0 0 0;
}

.profile {
    width: 100%;
    background: linear-gradient(-90deg, rgba(39, 52, 94, 1), rgba(88, 81, 133, 1), rgba(39, 54, 97, 1));
}

.profile .profile-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
}

.profile-box .tit img {
    padding: 60px 0 40px 0;
}

.profile-main {}

.profile-main .pro-bg {
    background: url("../img/pro-bg.png") no-repeat;
    width: 340px;
    height: 349px;
    float: left;
    margin: 50px 2% 0 2%;
}

.profile-main .pro-bg img {
    padding: 0 20px 0 20px;
}

.profile-main .pro-bg .span1 {
    font-size: 46px;
    color: #E58B16;
    font-weight: bold;
    width: 50px;
    height: 50px;
    margin-left: 30px;
    margin-top: 10px;
    display: block;
    float: left;
    padding: 0 16px 0 0;
}

.profile-main .pro-bg .span2 {
    font-size: 20px;
    color: #E58B16;
    font-weight: 600;
    margin-left: 30px;
    margin-top: 25px;
    display: block;
    width: 250px;
    height: 40px;
}

.profile-main .pro-bg .p1 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    padding: 10px 10%;
    margin: 0 auto;
}

.profile-main .pro-bg .p2 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    padding: 0 10%;
    margin: 0 auto;

}

.display {
    width: 100%;
}

.display .display-box {
    width: 100%;
    max-width: 1200px;
    height: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.display-box .tit img {
    padding: 60px 0 40px 0;
}

.display {
    position: relative;
}

.display .tesewrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 514px;
    margin: 50px auto 0;
    z-index: 10;
}

.display .tesetab {
    position: absolute;
    width: 390px;
    height: 480px;
    top: 0;
    left: 0;
}

.display .tesewrap .icon {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 27px;
    left: 67px;
    border: 1px solid #ffffff;
}

.display .tesewrap .tesetab li.on,
.page2 .tesewrap .tesetab li:hover {
    background: #FF7F7F;
}

.display .tesetab li {
    position: relative;
    width: 434px;
    height: 95px;
    margin-bottom: 1px;
    cursor: pointer;
    background: #343348;
}

.display .tesewrap .tesetab li .icon img {
    width: 100%;
    height: 100%;
}

.display .tesewrap .tesetab li .tabtext .sma {
    font-size: 24px;
    line-height: 95px;
    color: #ffffff;

}

.display .tesewrap .tesetab li .tabtext .lar {
    font-size: 24px;
    line-height: 95px;
    color: #ffffff;

}



.display .tesewrap .tesecon .img-box {
    position: relative;
    width: 870px;
    height: 476px;
    background: url("../img/dis-1.jpg") no-repeat center;
    background-size: cover;
}
.display .tesewrap .tesecon.con4 .img-box {
    background-image: url("../img/dis-2.png");
}
.display .tesewrap .tesecon.con3 .img-box {
    background-image: url("../img/dis-5.jpg");
}
.display .tesewrap .tesecon.con5 .img-box {
    background-image: url("../img/dis-3.png");
}
.display .tesewrap .tesecon.con2 .img-box {
    background-image: url("../img/dis-4.png");
}
.display .tesewrap .tesecon.con5 .img-box {
    background-image: url("../img/dis-3.png");
}
.display .tesewrap .tesecon.on {
    display: block;
    opacity: 1;
}

.display .tesewrap .tesecon {
    display: none;
    position: absolute;
    width: 878px;
    height: 484px;
    padding: 4px;
    box-sizing: border-box;
    background: #ffffff;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px #b5b5b5;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.display .tesewrap .tesecon .img-box .text {
    position: absolute;
    width: 850px;
    height: 73px;
    line-height: 73px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding-left: 20px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.display .swiper-container {
    width: 1052px;
    height: 250px;
    margin-top: 25px;
    margin: 0 auto;
}

.display .swiper-container .swiper-slide .img-box {
    width: 100%
}

.display .swiper-container .swiper-slide .img-box img {
    width: 100%
}

.display .swiper-container .game-pro {
    height: 80px;
    width: 100%;
    color: #4e4e4e;
    font-size: 14px;
    background-color: #fff;
}

.display .swiper-container .game-pro .p1 {
    text-align: center;
    color: #333;
    font-size: 18px;
    padding-top: 10px
}

.display .swiper-container .game-pro .p2 {
    padding: 10px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.display .swiper-container {
    /*margin-left: auto;*/
    /*margin-right: ;*/
}

.swiper-container .game-pro {
    height: 80px;
    width: 100%;
    color: #333333;
    font-size: 18px;
    background: #ffffff;
}

#swiper-game {
    width: 100%;
    max-width: 1200px;
    height: 300px;
}

#swiper-game .swiper-slide {
    float: left;
    width: 19%;
    height: 250px;
    margin-right: 2.1%;
}

#swiper-game .swiper-slide:nth-of-type(5n+1) {
    clear: both;
}

.policy {
    width: 100%;
    height: 945px;
    background: linear-gradient(-90deg, rgba(39, 52, 94, 1), rgba(88, 81, 133, 1), rgba(39, 54, 97, 1));
}

.policy .policy-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.policy-box .tit img {
    padding: 60px 0 40px 0;
}

.policy .policy-main-p {
    float: left;
    background: url("../img/pol-1.png") no-repeat;
    width: 236px;
    height: 197px;
    float: left;
    margin: 140px 2% 0 2%;
}
.policy .policy-main-p1 {
    float: left;
    background: url("../img/pol-2.png") no-repeat;
    width: 236px;
    height: 197px;
    float: left;
    margin: 140px 2% 0 2%;
}

.policy-box .policy-main .p1 {
    font-size: 26px;
    color: #E58B16;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.policy-box .policy-main .p2 {
    font-size: 18px;
    color: #E58B16;
    font-weight: bold;
    line-height: 26px;
}

.policy-box .policy-main .p3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    text-align: left;
    width: 85%;
    display: block;
    margin: 5% auto;
}

.customer {
    width: 100%;
    position: relative;
}

.customer .customer-box {
    width: 100%;
    max-width: 1200px;
    height: 945px;
    margin: 0 auto;
    text-align: center;
}

.customer-box .tit img {
    padding: 60px 0 40px 0;
}

.customer {
    background: url("../img/bg-c.png") no-repeat 100% bottom;
}

.customer .swiper-slide {
    position: relative;
    /*overflow: hidden;*/
}

.customer .petlist-main {
    margin-top: 14%;
    padding: 0 4%;
}

.customer li {
    float: left;
    width: 20%;
    height: 180px;
    position: relative;
    cursor: pointer;
    padding: 8px 0;
}
.petCon{
	width: 100%;
	height: 830px;
    overflow: hidden;
    position: relative;
}
.click_left {
    width: 34px;
    height: 64px;
    background: url(../img/left.png) no-repeat;
    position: absolute;
    top: 43%;
    outline: none;
    left: 0;
}

.click_right {
    width: 34px;
    height: 64px;
    background: url(../img/right.png) no-repeat;
    position: absolute;
    top: 43%;
    outline: none;
    right:0
}

.contact {
    width: 100%;
    /*height: 945px;*/
    background: linear-gradient(-90deg, rgba(39, 52, 94, 1), rgba(88, 81, 133, 1), rgba(39, 54, 97, 1));
}

.contact .contact-us {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact .news {
    /*float: left;*/
    padding: 100px 2% 0 0;
}

.contact .news1 {
    float: left;
    background: url("../img/footer-n.png") no-repeat;
    width: 506px;
    height: 285px;
    padding: 2% 0 0 2%;
    margin-left: 4%;
}

.contact .news2 {
    float: left;
    background: url("../img/footer-n.png") no-repeat;
    width: 506px;
    height: 285px;
    padding: 2% 0 0 2%;
    margin-left: 4%;
}

.contact-us .f10-ul-lst>li>a {
    display: inline-block;
    vert-align: middle;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
    color: #000033;
    list-style: none;
}

.contact-us .f10-ul-lst span {
    margin-right: 2%;
    font-size: 18px;
    color: rgba(0, 0, 51, 0.6);
    line-height: 36px;
}

.contact .news2 ul li {
    width: 90%;

}

.contact .news2 ul li em {
    font-size: 18px;
    color: #000033;
    line-height: 26px;
    padding: 4px 0 2px 0;
    font-style: normal;
    display: block;
    width: 100px;
    float: left;
}

.contact .news2 ul li span {
    font-size: 14px;
    color: #000033;
    line-height: 26px;
    padding: 1% 0 1% 0;
    display: block;
}

.contact .contact-main {
    background: url("../img/footer-b.png") no-repeat;
    width: 632px;
    height: 695px;
    float: left;
    margin: 160px 0 0 0;
}

.contact-us p {
    width: 226px;
    height: 50px;
    background: linear-gradient(-90deg, rgba(127, 145, 199, 1), rgba(61, 84, 153, 1));
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    text-indent: 12px;
    margin-bottom: 2%;
}

.contact-main form {
    width: 100%;
    height: 84%;
}

.contact-main form input {
    outline: none;
    display: block;
    margin-bottom: 2.5%;
    width: 100%;
    height: 8.5%;
    font-size: 16px;
    color: #333333;
    background-color: transparent;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #CCC
}

.contact-main {
    display: inline-block;
    font-size: 14px;
    width: 45%;
    height: 100%;
    padding: 2% 3%;
    box-sizing: border-box;
    vertical-align: top
}

.contact-main form input[type="radio"] {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 2px
}

.contact-main form .message {
    outline: none;
    padding-top: 3%;
    font-weight: 600;
    display: block;
    margin-bottom: 2.5%;
    width: 98%;
    height: 30%;
    padding-left: 2%;
    font-size: 16px;
    background: #e6e6e9;
    color: #595959;
}

.contact-main form button {
    display: inline-block;
    width: 155px;
    height: 42px;
    background-color: #F89617;
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer
}

/*--------- 底部-----------*/
.footer{
    width: 100%;
    height: 230px;
    background: #1c2748;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 0;
}

.footer .footerImg {
    width: 142px;
    height: 40px;
    float: left;
    margin: 44px 50px 146px 0px;
}

.footer .footerImg div {
    width: 152px;
    margin: 0 auto;
}
.footer .footerImg div img {
     width: 100%;
}
.footer .footerHelp {
    width: 140px;
    float: left;
    margin: 44px 100px 37px 0px;
}

.footer .footerHelp .ft1 {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 14px;
    display: inline-block;
}

.footer .footerHelp .ft2 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    display: inline-block;
}
.footer .footerHelp .ft2 a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    display: inline-block;
}

.footer .footerHelp .ft3 {
    font-size: 14px;
}

.footer .footerCopyright {
    width: 377px;
    float: left;
    margin: 44px 120px 37px 0px;
}

.footer .footerCopyright .fy1 {
    color: #999;
    font-size: 15px;
    margin-bottom: 6px;
    position: relative;
}

.footer .footerCopyright .fy1 p {
    margin-left: 30px;
}

.footer .footerCopyright .fy1 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/jc.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
}

.footer .footerCopyright .fy2 {
    color: #999;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 26px;
}

.footer .footerAttention {
    float: left;
    margin: 44px 0 0 0;
}

.footer .footerAttention .fa1 {
    font-size: 14px;
    color: #999;
    margin-bottom: 14px;
}

.footer .footerAttention .fa2 {
    width: 108px;
    height: 108px;
}
.foot8 a{color:#1c2748;}
.foot8:hover a{color:#1c2748;}
@media screen and (max-width: 1180px) {
    .header-web {
        display: none;
    }

    .header-m {
        display: block;
    }

    .nav-m {
        display: none;
        width: 100%;
    }
    .contact {
        height: 1430px;
    }
    .contact .news {
        float: left;
        padding: 10px 2% 0 0;
    }
    .contact .contact-main {
        margin: 0;
    }
    .footer .footerImg {
        margin: 44px 10px 146px 0px;
    }
    .footer .footerHelp {
        margin: 44px 10px 37px 0px;
    }
    .footer .footerCopyright {
        margin: 44px 10px 37px 0px;
    }
}
/*屏幕宽度大于576px并且小于768px*/
@media screen and (min-width: 576px) and (max-width: 768px) {

    /*平台介绍*/
    .pla {
        width: 100%;
        height: 1400px;
    }

    .pla-box {
        margin: 0 auto;
        width: 80%;
        padding: 0;
        height: 100%;
    }

    .pla-main {
        padding: 0;
        margin: 30px 0 0;
    }

    .pla-main .p-bg {
        float: none;
        width: 330px;
        height: 125px;
        margin: 0 auto 20px;
    }

    .pla-box .pla-b {
        background: url() no-repeat;
        width: 80%;
        height: 700px;
        margin: 30px auto;
        // background-size: 100% 100%;
    }

    .pla-b .p3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 38px;
        padding: 38px 0;
    }

    .pla-b .pla-b-main li {
        width: 90%;
        margin: 0 5% 20px;
    }

    .pla-b .pla-b-main .p4 {
        width: 80%;
        margin: 10px auto 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        padding: 0;
    }

    /*专业平台搭建*/
    .profile .profile-box {
        width: 80%;
        height: 1320px;
        margin: 0 auto;
        text-align: center;
    }

    .profile-box .tit img {
        padding: 50px 0 30px;
        width: 100%;
    }

    .profile-main {
        margin: 30px 0;
    }

    .profile-main .pro-bg {
        float: none;
        margin: 0 auto 20px;
        overflow: hidden;
    }

    .profile-main .pro-bg .span2 {
        font-size: 18px;
    }

    /*游戏产品展示*/
    .display .display-box {
        width: 100%;
        height: 550px;
        margin: 0 auto;
    }

    .display .display-box .tit {
        width: 70%;
        margin: 0 auto;
    }

    .display .display-box .tit img {
        width: 100%;
    }

    .display .display-box h2 {
        width: 70%;
        margin: 0 auto;
    }

    .display .tesewrap {
        position: relative;
        width: 90%;
        height: 340px;
        margin: 30px auto 0;
        z-index: 10;
    }

    .display .tesetab {
        position: absolute;
        width: 220px;
        height: 100%;
        top: 0;
        left: 0;
    }

    .display .tesetab li {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin-bottom: 1px;
        cursor: pointer;
    }

    .display .tesewrap .icon {
        width: 38px;
        height: 38px;
        top: 10px;
        left: 16px;
    }

    .display .tesewrap .tesetab li .tabtext p {
        font-size: 20px !important;
        line-height: 60px !important;
        color: #ffffff;
    }

    .display .tesewrap .tesecon .img-box {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .display .tesewrap .tesecon {
        width: 75%;
        height: 300px;
        top: 25px;
        left: 180px;
    }

    .display .tesewrap .tesecon .img-box .text {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        padding: 0;
    }

    #swiper-game {
        width: 90%;
        height: 300px;
        margin: 40px auto 20px;
    }

    #swiper-game .swiper-slide {
        width: 32%;
        float: left;
        margin-right: 2.1%;
    }

    /*游戏代理招商*/
    .policy {
        clear: both;
        height: 1130px;
    }

    .policy .policy-box {
        width: 85%;
    }

    .policy .policy-main-p {
        width: 236px;
        height: 197px;
        margin: 30px 0 0;
    }

    .policy .policy-main-p:nth-of-type(odd) {
        float: left;
    }

    .policy .policy-main-p:nth-of-type(even) {
        float: right;
    }

    /*企业相关的平台*/
    .customer .customer-box {
        width: 80%;
        height: 540px;
    }
    .petCon {
        height: 410px;
    }
    .petlist1{display: none;}
    .petlist2{display: block;}
    .customer .customer-box .tit img {
        width: 100%;
    }

    .customer .petlist-main {
        margin-top: 8%;
        padding: 0 1.5%;
    }

    .customer .petlist-main li {
        width: 26%;
        height: 150px;
        padding: 0 11.5%;
    }

    .customer .petlist-main li img {
        width: 100%;
    }

    /*新闻中心*/
    .contact {
        height: 1430px;
    }

    .contact .contact-us {
        width: 80%;
        display: block;
    }

    .contact .news {
        float: none;
        padding: 24px 0 0;
    }

    .contact .news1,
    .contact .news2 {
        margin: 0 auto 24px;
        width: 464px;
        background-size: 100% 100%;
        padding: 5% 0px 0px 7%;
    }

    .contact .contact-main {
        clear: both;
        display: block;
        width: 80%;
        background-size: 100% 100%;
        height: 695px;
        float: none;
        margin: 0 auto;
    }
    .customer .petlist-main{
        margin-top: 10%;
        padding: 0 4%;
    }
    . .click_left {
        width: 34px;
        height: 64px;
        background: url(../img/left.png) no-repeat;
        position: absolute;
        top: 50%;
        outline: none;
    }

    .click_right {
        width: 34px;
        height: 64px;
        background: url(../img/right.png) no-repeat;
        position: absolute;
        top: 50%;
        outline: none;
    }


    /*底部*/
    .footer{
        width: 100%;
        height: 310px;
        background: #1c2748;
        display: inline-block;
    }
    .footer .footerImg {
        width: 100%;
        height: 40px;
        float: left;
        margin: 19px 0 0 0;
    }
    .footer .footerHelp {
        width: 100%;
        float: left;
        margin: 13px 0px 17px 0px;
    }
    .footer .footerHelp div{
        margin: 0 auto;
        width: 235px;
    }
    .footer .footerHelp .ft1 {
        width: 80px;
    }
    .footer .footerHelp .ft2 {
        width: 150px;
    }
    .footer .footerCopyright {
        width: 352px;
        float: left;
        margin: 0px 6px 37px 110px;
    }
    .footer .footerAttention {
        float: left;
        margin: 0;
        margin-top: -14px;
    }
}

/*屏幕宽度大于320px并且小于576px*/
@media screen and (min-width: 320px) and (max-width: 576px) {

    /*平台介绍*/
    .pla {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .pla-box {
        margin: 0 auto;
        padding: 0;
        width: 88%;
        height: 100%;
    }

    .pla-box .tit img {
        width: 70%;
    }

    .pla-box h2 {
        font-size: 18px;
    }

    .pla-main {
        padding: 0;
        margin: 30px 0 0;
    }

    .pla-main .p-bg {
        float: none;
        width: 100%;
        height: 125px;
        margin: 0 auto 20px;
        background-size: 100% 100%;
    }

    .pla-box .pla-b {
        width: 100%;
        height: 700px;
        margin: 30px auto 0;
        background: url() center no-repeat;
        background-size: 100% 100%;
    }

    .pla-b .p3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 38px;
        padding: 3% 0;
    }

    .pla-b .pla-b-main li {
        width: 90%;
        margin: 6% 5% 4%;
    }

    .pla-b .pla-b-main .p4 {
        width: 80%;
        margin: 10px auto 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        padding: 0;
    }

    /*专业平台搭建*/
    .profile .profile-box {
        width: 80%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .profile .profile-box h2 {
        font-size: 16px;
    }

    .profile-box .tit img {
        padding: 10% 0 4%;
        width:70%;
    }

    .profile-main {
        margin: 30px 0;
    }

    .profile-main .pro-bg {
        float: none;
        margin: 0 auto 20px;
        overflow: hidden;
        width: 95%;
        height: 310px;
        background-size: 100% 100%;
    }

    .profile-main .pro-bg img {
        width: 50%;
    }

    .profile-main .pro-bg .span1 {
        margin-top: 9px;
    }

    .profile-main .pro-bg .span2 {
        font-size: 18px;
        margin-top: 20px;
    }

    /*游戏代理招商*/
    .policy {
        height:1950px;
    }

    .policy .policy-box {
        width: 68%;
    }
    .tit {
        line-height: 60px;
    }
    .policy-box .tit h2{
        color:#ffffff;
    }

    .policy .policy-box img {
        width: 100%;
        padding: unset;
    }

    .policy .policy-main-p {
        float: none;
        width: 90%;
        height: 197px;
        margin: 30px auto 0;
        background-size: 100% 100%;
    }

    /*游戏产品展示*/
    .display .display-box {
        width: 100%;
        /*height: 360px;*/
        margin: 0 auto;
    }

    .display .display-box .tit {
        width: 70%;
        margin: 0 auto;
        line-height: 0;
    }

    .display .display-box .tit img {
    	padding: 10% 0 6% 0;
        width: 100%;
    }

    .display .display-box h2 {
        width: 70%;
        font-size: 18px;
        margin: 0 auto;
    }

    .display .tesewrap {
        position: relative;
        width: 90%;
        height: 340px;
        margin: 30px auto 0;
        z-index: 10;
    }

    .display .tesetab {
        position: absolute;
        width: 140px;
        height: 100%;
        top: 0;
        left: 0;
    }

    .display .tesetab li {
        position: relative;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 1px;
        cursor: pointer;
        text-align: center;
    }

    .display .tesewrap .icon {
        width: 25px;
        height: 25px;
        top: 8px;
        left: 8px;

    }
    .contact .news2 ul li em {
        font-size: 18px;
        color: #000033;
        /* line-height: 26px; */
        padding: 4px 0 2px 0;
        font-style: normal;
        display: block;
        width: 100px;
        float: left;
    }
    .display .tesewrap .tesetab li .tabtext p {
        font-size: 16px !important;
        line-height: 40px !important;
        color: #ffffff;
        margin-left: 2%;
    }

    .display .tesewrap .tesecon .img-box {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .display .tesewrap .tesecon {
        width: 70%;
        height: 196px;
        top: 12px;
        left: 118px;
    }

    .display .tesewrap .tesecon .img-box .text {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: 0;
    }

    #swiper-game {
        width: 90%;
        height: 200px;
        margin: 20px auto;
    }

    #swiper-game .swiper-slide {
        width: 48%;
        height: 200px;
        float: left;
    }

    #swiper-game .swiper-slide:nth-of-type(even) {
        margin-right: 2.2%;
    }

    #swiper-game .swiper-slide:nth-of-type(1) {
        margin: 0;
    }

    /*企业相关的平台*/

    .customer .customer-box {
        box-sizing: border-box;
	    padding: 0 30px;
	    width: 100%;
        height: 470px;
    }
    .customer-box .tit img{
        padding: 10% 0 4%;
    }
    .petCon {
        height: 350px;
    }
    .petlist1{display: none;}
    .petlist2{display: block;}
    .customer .customer-box .tit img {
        width: 100%;
        margin: 0 auto;
    }

    .customer .customer-box h2 {
        font-size: 18px;
    }
    .customer-box .click_left {
        width: 34px;
        height: 64px;
        background: url(../img/left.png) no-repeat;
        position: absolute;
        top: 50%;
        outline: none;
        left: 0;
    }
    .customer-box .click_right {
        width: 34px;
        height: 64px;
        background: url(../img/right.png) no-repeat;
        position: absolute;
        top: 50%;
        outline: none;
        right: 0;
    }

    .customer .petlist-main {
        /*margin-top: 10%;*/

    }

    .customer .petlist-main li {
        width: 38%;
        height: 120px;
        padding: 5% 5%;
    }

    .customer .petlist-main li img {
        width: 100%;
    }

    /*新闻中心*/
    .contact {
        height: 740px;
    }

    .contact .contact-us {
        width: 80%;
    }

    .contact .news {
        float: none;
        padding: 24px 0;
    }

    .contact .news1,
    .contact .news2 {
        width: 90%;
        height: 350px;
        background-size: 100% 100%;
        margin: 0 auto;
        padding: 5% 0px 0px 7%;
    }

    .contact .news2 {
        height: 250px;
        margin-top: 20px;
    }

    .contact-us p {
        width: 80%;
        height: 40px;
        font-size: 22px;
        line-height: 40px;
    }

    .contact-us .f10-ul-lst>li>a {
        font-size: 16px;
    }

    .contact .contact-main {
        clear: both;
        display: block;
        width: 80%;
        background-size: 100% 100%;
        height: 456px;
        float: none;
        margin: 0 auto;
    }
    .contact-main form .message {
        outline: none;
        padding-top: 3%;
        font-weight: 600;
        display: block;
        margin-bottom: 2.5%;
        width: 97%;
        height: 20%;
        padding-left: 2%;
        font-size: 16px;
        background: #e6e6e9;
        color: #595959;
    }
    .contact-main form input {
        outline: none;
        display: block;
        margin-bottom: 2.5%;
        width: 100%;
        height: 10%;
        font-size: 16px;
        color: #333333;
        background-color: transparent;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #CCC;
    }

    /*底部*/
.footer {
        width: 100%;
        height: 250px;
        background: #1c2748;
        overflow: hidden;
        display: inline-block;
    }
    .footer .footerImg {
        width: 100%;
        height: 40px;
        float: left;
        margin: 10px 0px 10px 0px;
    }
    .footer .footerHelp {
        width: 140px;
        float: left;
        margin: 0px 10px 0px 20%;
    }
    .footer .footerAttention {
        float: right;
        margin: -49% 10% 0 0;
    }
    .footer .footerAttention .fa1 {
        font-size: 14px;
        color: #999;
        margin-bottom: 6px;
    }
    .footer .footerAttention .fa2 {
        width: 90px;
        height: 90px;
    }
    .footer .footerAttention .fa2 img{
        width: 100%;
        height: 100%;
    }
    .footer .footerCopyright {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .footer .footerCopyright .fy2 {
        text-align: center;
    }
    .footer .footerCopyright .fy3{
        display: none;
    }
}
@media screen and (max-width: 967px) {
    .top_kefu {
        display: none;
    }
}
