*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box}
*,body{padding:0px;	margin:0px;color: #222;font-family: "微软雅黑";}
html,body{
    background: url("../images/bg01.png") no-repeat;
    background-size: cover;
    font-size: .16rem;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul,ol{
    list-style: none;
}
.allnav{
    height: 100%;
}
/*谷哥滚动条样式*/

::-webkit-scrollbar {width:5px;height:5px;position:absolute}
::-webkit-scrollbar-thumb {background-color:#5bc0de}
::-webkit-scrollbar-track {background-color:#ddd}

/***/
.allnav{
    height: 100%;
}

/*
头部*/
.header{
    width: 100%;
    height: 1.5rem;
    /*background: red;*/

}
.header .header-left{
    width: 25%;
    height: .3rem;
    color: white;
/*    border: 1px solid green;*/
    text-align: center;
    line-height: 1.55rem;
    font-size: 0.3rem;
    margin-bottom:-0.1rem;
}
.header .header-center{
    width: 50%;
    height: 1.05rem;
    /*border: 1px solid red;*/
/*    background: url("../images/head.gif") no-repeat;
    background-size: 100% 100%;*/
    position: relative;
}
.header .header-center marquee{
    font-size: 0.3rem;
    color: #fff;
    width: 99%;
    margin-top:-3px;
}
.header .header-center .header-title{
    text-align: center;
    color: #61d2f7;
    font-size: .4rem;
    text-shadow: 0 0 .3rem #00d8ff;
    line-height: 1.05rem;
}
.header .header-img{
    background: url("../images/head1.png") no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: .4rem;
}

.header .header-right{
    width: 25%;
    height: 1.05rem;
    /*border: 1px solid gold;*/
}
.header .header-bottom{
    width: calc(100% - .4rem);
    height: .16rem;
    background: url("../images/header.png") no-repeat;
    background-size: calc(100% - .2rem) 100%;
    padding: 0 .2rem;
    margin-left: .3rem;

}
/*
底部部*/
.footer{
    width: 100%;
    height: 0.1rem;
    /*background: red;*/

}
.footer .footer-center{
    width: 100%;
    position: relative;
}
.footer .footer-center .footer-title{
    text-align: center;
    color: #ffffff;
    font-size: .3rem;
}
/*
内容*/
.center{
    padding: .1rem .2rem .1rem .2rem;
}
.center .center-left{
    width: 25%;
    padding: .1rem;
/*    border: 1px solid red;*/

}
.center .center-left .left-top{
    width: 100%;
    height: 3.4rem;
    margin-bottom: .4rem;
    /*background: url("../images/panel.png") no-repeat;
    background-size: 100% 100%;*/
    /*transform-style: preserve-3d;*/
    border: 0.03rem solid #217093;
    position: relative;
    margin: 13px 0;/*间隔*/
    
}
.center .center-left .left-top h1{
    color: white;
    font-size: .4rem;
    transform: rotateX(0deg);
    /*display: flex;*/
    align-items: center;
    margin-bottom: 8px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    /*transform: rotateX(0deg);*/
    /*width: 100%;*/
    transition: transform 500ms cubic-bezier(0.15, 0.52, 0.5, 0.9) 0s;
    /*height: 24px;*/
    /*过渡效果*/
    transition: all 1s;
}
/*.center .center-left .left-top h1:hover{
    transform: rotateX(360deg);
    transition: all 2s;
}*/

.title{
    width: 90%;
    height: 0.3rem;
/*    border: 1px solid gold;*/
    position: relative;
    top:.2rem;
    left: .25rem;
    color: white;
    padding-left: 0.12rem;
    line-height: 0.3rem;
    font-size: 0.2rem;

}
.title:before{
    width: 0.05rem;
    height: 0.25rem;
    top: 0.02rem;
    position: absolute;
    content: "";
    background: #59ebe8;
    border-radius: 0.02rem;
    left: 0;
}
.top-list p{
    font-size: .5rem;
    color: #61d2f7;
}
.top-list span{
    color: #fff;
    font-size: 16px;
}
.top-list li{
    float: left;
    font-size: .2rem;
    color: #ffffff;
    width: 50%;
    height: .4rem;
    line-height: 0.4rem;
    padding: 0.6rem;
    text-align: center;
}




.top-list1 p{
    font-size: .3rem;
    color: #61d2f7;
}
.top-list1 span{
    color: #fff;
    font-size: .2rem;
}
.top-list1 li{
    float: left;
    font-size: .2rem;
    color: #ffffff;
    width: 25%;
    height: .5rem;
    line-height: 0.4rem;
    padding: .2rem;
    margin-top: .5rem;
    text-align: center;
}


.top-list .ul2 p{
    font-size: .2rem;
    color: #61d2f7;
}
.top-list .ul2 span{
    color: #fff;
    font-size: .14rem;
}

.top-list .ul2 li{
    float: left;
    font-size: .1rem;
    color: #ffffff;
    width: 20%;
    height: .4rem;
    line-height: 0.4rem;
    padding: .2rem;
    margin-top: .2;
    text-align: center;
}

.myscroll{
    height: 5rem;
    margin-top: 500px;
}

.center .center-left .left-cen{
    width: 100%;
    height: 3.4rem;
    margin-bottom: .4rem;
    /*background: url("../images/panel.png") no-repeat;
    background-size: 100% 100%;*/
    border: 0.03rem solid #217093;
}
.center .center-left .left-cen .company{
    width: calc(100% - .2rem);
    height: calc(100% - .6rem);
    margin-left: .1rem;
    margin-top: .1rem;
    /*border: 1px solid red;*/
    padding: .2rem;
    box-sizing: border-box;
}
.center .center-left .left-cen .company li{
    color: white;
    height: .3rem;
    line-height: .3rem;
}
.center .center-left .left-cen .company span{
    line-height: .6rem;
}

.center .center-left .left-bottom{
    width: 100%;
    height: 2.5rem;
    /*background: url("../images/panel.png") no-repeat;
    background-size: 100% 100%;*/
    border: 0.03rem solid #217093;
}
.center .center-left .left-bottom .company li{
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
    display: inline-block; 
    margin: 10px 0 0 25px;
    text-align: center;
    
}
.center .center-left .left-bottom .company img{
    width: 1rem;
}
.center .center-left .left-bottom .company b{
    color: #61d2f7;
}
.center .center-left .left-bottom .company p{
    color: #61d2f7;
    font-size: 0.3rem;
    margin-left: 0.4rem;
    line-height: 0.6rem;
}
.center .center-left .bottom-b{
    width: calc(100% - 0.2rem);
    height: 2.6rem;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
}
.center .center-cen{
    width: 75%;
    padding: .1rem;
}
.center .center-cen .cen-top{
    width: 100%;
    height: 9.6rem;
    /*background: url("../images/a.png") no-repeat;
    background-size: 100% 100%;*/
    border: 0.03rem solid #217093;
    margin-bottom: .4rem;
    position: relative;
}


.center .center-cen .cen-top .top-title{
    position: absolute;
    width: 35%;
    height: 1.5rem;
    /*border: 1px solid red;*/
    left: .5rem;
    top:.5rem;
}
.center .center-cen .cen-top .top-title li{
    float: left;
    width: 50%;
    height: 1rem;
    /*border: 1px solid green;*/
}
.center .center-cen .cen-top .top-title li p,
.center .center-cen .cen-top .top-title li span,
.center .center-cen .cen-top .top-title li b{
    color: #ffffff;
}
.center .center-cen .cen-top .top-title li p{
    padding: .1rem;
}
.center .center-cen .cen-top .top-title li span{
    text-align: center;
    display: inline-block;
    width: .35rem;
    height: .45rem;
    background: #37a9ea;
    margin-left: .1rem;
    line-height: .4rem;
    font-size: .3rem;
    margin-top: .1rem;
}
.center .center-cen .cen-top .top-bottom{
    width: 100%;
    height: 4.8rem;
    /*border: 1px solid red;*/
    position: absolute;
    top:1.6rem;
    padding: .2rem;
    /*overflow: hidden;*/
}


.center .center-cen .cen-bottom{
    width: 100%;
    height: 3.2rem;

    border: 0.01rem solid #217093;
}
.center .center-cen .bottom-b{
    width: calc(100% - 0.2rem);
    height: 2.6rem;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
}

.center .center-right{
    width: 25%;
    padding: .1rem;
}

.center .center-right .right-top{
    width: 100%;
    height: 3.2rem;
    margin-bottom: .4rem;
    border: 0.01rem solid #217093;
}
.center .center-right .right-cen{
    width: 100%;
    height: 3.2rem;
    margin-bottom: .4rem;
    border: 0.01rem solid #217093;
}
.center .center-right .right-bottom{
    width: 100%;
    height: 3.2rem;
    border: 0.01rem solid #217093;
}
.chat{
    width: calc(100% - .2rem);
    height: calc(100% - .6rem);
    margin-top: .1rem;
    margin-left: .1rem;
    padding: .1rem;
    /*overflow: hidden;*/
}



.gun{
    width: 100%;
    margin-top: .1rem;
}
.gun span{
    display: block;
    float: left;
    height: .2rem;
    /*background: red;*/
    /*margin: 15px 10px 10px 10px;*/
    /*padding: 20px;*/
    font-size: 0.3rem;
    font-weight: 600;
    color: #61d2f7;
    text-align: center;
    margin-bottom: .3rem;
}


.gun span:nth-child(1),.fontInner span:nth-child(1){ width: 5%}
.gun span:nth-child(2),.fontInner span:nth-child(2){ width: 10%}
.gun span:nth-child(3),.fontInner span:nth-child(3){ width: 18%}
.gun span:nth-child(4),.fontInner span:nth-child(4){ width: 15%}
.gun span:nth-child(5),.fontInner span:nth-child(5){ width: 10%}
.gun span:nth-child(6),.fontInner span:nth-child(6){ width: 10%}
.gun span:nth-child(7),.fontInner span:nth-child(7){ width: 10%}
.gun span:nth-child(8),.fontInner span:nth-child(8){ width: 10%}
.gun span:nth-child(9),.fontInner span:nth-child(9){ width: 8%}

.marquee {
    width: 4rem;
    height: 40px;
    background-color: #ccc;
    overflow: hidden;
    position: relative;
    background: none;
    float: right;
}

.marquee span {
    font-size: 0.3rem;
    color: #61d2f7;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% { transform: translate(100%); }
  100% { transform: translate(-100%); }
}
#FontScroll{
    width: 100%;
    height: 8.9rem;
    overflow: hidden;
    /*float: left;*/
    /*margin: 0 5%;*/
    /*margin-left: 50px;*/

    /*background: gold;*/

}
#FontScroll ul li{
    height: .6rem;
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: .6rem;
    border-bottom: 1px dashed #fff;
    /*width:33.3%;*/
    overflow: hidden;
    font-size: 0.14rem;
    /*border-bottom: 1px dashed #404040;*/
    /*width:33.3%;*/


    /*background: red;
    margin: 0 2%;*/

}

.fontInner span{
    display:inline-block;
    /*float: left;*/
    /*height: 20px;*/
    color: #ffffff;
    font-size: 0.2rem;
    text-align: center;

    /*background: red;*/

}
.fontInner span b{
    display: inline-block;
    width: .3rem;
    height: .3rem;
    border-radius: 0.03rem;
    color: #ffffff;
    line-height: .32rem;
}
/*#FontScroll ul li:nth-child(1) .fontInner span b{
    background: #EB6841

}*/

#FontScroll ul li:nth-child(8n-4) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:nth-child(8n-3) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:nth-child(8n-2) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:nth-child(8n-1) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:nth-child(8n-5) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:nth-child(8n-6) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:nth-child(8n-7) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:nth-child(8n) .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:first-child .fontInner span b{ background: #61d2f7 }
#FontScroll ul li:last-child .fontInner span b{ background: #61d2f7 }