*{
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,div,ul,li,ol,p,span,dl,dd,dt,img,a{
	list-style: none;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body{
	background:#040d1c;
	background: radial-gradient(220% 105% at top center, #000 10%, #000035 50%, #0b2570 70%, #040d1c);
	background-attachment: fixed;
}
.clearfix:after,.clearfix:before{
	display: table;
	content: '';
}
.clearfix:after{
	clear:both;
}
.hearder-wrap,.container-wrap,.nav-wrap,.footer{
	width: 1400px;
	position: relative;
}
.hearder-left{
	height: 80px;
	float:left;
	position: relative;

}
.hearder-left img{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
}
.hearder-right{
	float: right;
	overflow:hidden;
}
.hearder-right li{
	position: relative;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;;	
}
.icon li{

	background:url(../img/icon1.png) center center no-repeat;
	background-size: contain;
	animation: icon 10s linear infinite;
}
.text{
	position: absolute;
	right: 0
}
@keyframes icon{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}

.hearder-right li a{
	line-height: 80px;
	font-size: 13px;
	color: #00c7ff;
}
/*.nav-wrap li{
	float: left;
	height: 60px;
	padding: 0px 20px;	
}
.nav-wrap li a{
	line-height: 60px;
	color: #fff;
	font-size: 14px
}
*/
.title{
	width: 400px;
	background:url(../img/icon3.png) 0 0 no-repeat;
	background-size: cover;
	height: 100px;
	text-align: center;
	margin: 0 auto 40px;
}
.title span{
	line-height: 80px;
	color: #00c7ff;
	font-weight: bold;
	font-size: 30px;

}

.container{
	margin-bottom: 50px;
}
.container-wrap{
	background:rgba(0,0,0,.7) ;
	padding-bottom: 20px;
}
.container-t{
	padding: 0px 20px;
}
.container-t li{
	float: left;
	width: 10.8%;
	color:#fff;
	font-size: 13px;
	text-align: center;
	/*line-height: 60px;*/
	padding: 20px 0px;
	margin-left: 0.3%;
	font-weight: bold;
}
.data{
	 width: 100%;
    background:url(../img/sy4.png) no-repeat;
}
.data:nth-child(odd){

	 /*background:rgba(255,255,255,.1) */
}
.data-box{
	width: 1400px;
	padding: 0px 20px
}
.data ul li{
	float: left;
	width: 10.8%;
	color:#fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	margin-left: 0.3%;
	height: 40px
}
.data ul li a{
	font-weight: bold;
	color: #fff
}
.data ul li:nth-child(9) a{
	font-weight: normal;
}
.data:nth-child(odd) ul li{
	background:rgba(62, 145, 193, 0.2)
}
.data ul li:nth-child(8){
	cursor: pointer;
}
.data ul li:nth-child(8) span{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 4px solid #3eb6c1;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 0px;
	margin-left: 2px;
	transition: all .5s;
}
.pic{
	width: 1352px;
	height: 250px;
	display: none;
	margin: 0px auto 40px;
}
.bigpic{
	width: 1100px;
	height: 400px;
	position: relative;
}
.tab img{
	position: absolute;
	top: 50%;
	left: 0;
	opacity: .3;
	width: 300px;
	transform: rotate(-45deg)
}




.wrapper{
    width: 1400px;
    height: 560px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.content{
    width: 600%;
    height: 500px;
    position: absolute;
    left: 0;

    background-color: rgba(0,0,0,.7) ;
}
.tab{
    width:1400px;
    height: 500px; 
    float: left;
    color: #00c7ff;
    box-sizing: border-box;
    position: relative;
    background:url(../img/sy.png) no-repeat;
}
.tab .tab-title{
    line-height: 90px;
    width: 100%;
    text-align:center;
    font-size: 22px;
    transform: translateY(-50px) scale(.9);
    opacity: 0;   
    transition: all .6s .5s;

}


.tab .tab-l .tab-box p{
    color:#fff;
    text-align:left;
    margin: 0px 80px;
    margin-bottom: 20px;
    line-height: 25px;
    text-indent: 2em;
    opacity: 0;   
    -webkit-transform: translateY(50px) scale(.9);
    -moz-transform: translateY(50px) scale(.9);
    -o-transform: translateY(50px) scale(.9);
    transform: translateY(50px) scale(.9);
    -webkit-transition: all .6s .5s;
    -moz-transition: all .6s .5s;
    -o-transition: all .6s .5s;
    transition: all .6s .5s;
}

.transform .tab-l .tab-box p,.transform .tab-title{
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;   
}



.prev{
    left:50px;
    background:url(../img/prev.png) center center no-repeat;

}
.next{
    right:50px;
    background:url(../img/next.png) center center no-repeat;
}
.prev,.next{
    transition: all .3s;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    background-color:rgba(0, 33, 82, 0.83);
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}


.c{
	position: absolute;
	top:410px;
	left:50%;
	margin-left:-165px; 
	animation: qiu 50s linear infinite;
}
.d{
	position: absolute;
	top:450px;
	left: -250px;
	opacity: .5;
}
.Box{
	position: absolute;
    background-size:100%; 
    width: 100%;
    /*background: radial-gradient(200% 100% at bottom center, #0070aa, #0b2570, #000035, #000);*/
}
@-webkit-keyframes qiu{
	0%{
		transform:rotate(0deg) scale(1);
	}
	50%{
		transform:rotate(180deg) scale(.7);
	}
	100%{
		transform:rotate(360deg) scale(1);
	}
}
@keyframes qiu{
	0%{
		transform:rotate(0deg) scale(1);
	}
	50%{
		transform:rotate(180deg) scale(.7);
	}
	100%{
		transform:rotate(360deg) scale(1);
	}
}



.tubiao{
	width: 100%;
    height: auto;
    padding: 20px 0px;
    position: relative;
	background:rgba(0,0,0,.5) ;
	margin-bottom: 30px
}

.tubiao .data_ad_box {
    width: 20%;
    height: auto;
    float: left;
    position: relative;
    z-index: 6;
}
.tubiao .data_ad_box .img_box {
    width: 130px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    /*background-color: #0f1318;*/
    padding: 0px 20px;
}
.tubiao .data_ad_box img {
    text-align: center;
    margin: 0 auto;
    width: 90px;
}
.data_ad_box .ad_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    clear: both;
}
.data_ad_box .ad_box a {
    color:#00c7ff;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
}
#zt .tubiao-t{
	color: #00c7ff;
	text-align:center;
	margin-bottom: 30px;
	font-weight: bold;
}
#zt{
	height: 220px;
	overflow: hidden;
}
#zt .data_ad_box img{
	width: 70px
}
#zt .data_ad_box .img_box{
	height: 70px
}
#zt .data_ad_box{
	margin-bottom: 20px;
}
#zt .data_ad_box:nth-child(6),#zt .data_ad_box:nth-child(2),#zt .data_ad_box:nth-child(3),#zt .data_ad_box:nth-child(4),#zt .data_ad_box:nth-child(5){
	margin-bottom: 50px;
}
.zt-b{
	position: absolute;
	bottom: 0;
	left: 0;
	color:#00c7ff;
	font-size: 13px;
	width: 100%;
	background:rgba(0,0,0,.5);
	text-align:center;
	cursor: pointer;
	line-height: 30px;
	transition: all .5s;
	box-shadow: inset 0px -10px 10px rgba(0, 38, 82, 0.74)
}
.zt-b:hover{
	color: #fff

}
.footer p{
	text-align:center;
	margin: 0 auto;
	color: #00c7ff;
	font-size: 13px;
}
.footer2{
    background:#333;
    padding-top: 30px

}
.main {
    width: 1100px;
    margin: 0 auto;
    height: auto;
}
.bottom {
    float: left;
    height: auto;
    border-bottom: 1px solid #999;
}
.bottom2 {
    float: left;
    height: auto;
}
.bottom li {
    float: left;
    margin: 0px 15px;
    border-top: 2px solid #333;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.bottom li a {
    font-size: 14px;
    color: #CCC;
    text-decoration: none;
    line-height: 50px;
}
.ewm1 {
    float: right;
    margin-left: 40px;
}
.ewm1 p {
    color: #666;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.bottom2 li {
    float: left;
    margin: 0px 5px;
}
.bottom2 li a {
    font-size: 13px;
    color: #CCC;
    text-decoration: none;
    line-height: 50px;
}

@media (max-width: 1400px){
	.header,.footer,.footer2,.Box{
		width:1400px;
	}
}