*{
	padding: 0;
	margin: 0;
	font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,body{
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 14px;
}
a{
	text-decoration: none;
	color: #0c1234;
}
a:hover{
	color: #e66334;
}
.js-fixed{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 9;
}
li{list-style: none;}
.left{float: left;}
.right{float: right;}
.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.clearfix{zoom: 1;overflow: hidden;}
.inline{display: inline-block;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit'],.textarea{
    -webkit-appearance: none;
    border-radius: 0;
}
input:focus, textarea:focus {
    outline: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cfd1db;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cfd1db;
}
input:-ms-input-placeholder{
    color: #cfd1db;
}
input::-webkit-input-placeholder{
    color: #cfd1db;
}
.dataTables_scrollBody{
	overflow: hidden!important;
}
.elm-m{
	display: none !important;
}
.elm-pc{
	display: block !important;
}
.container{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.slogan,
.slogan img{
	background-color: #0e1238;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}
.slogan{
	padding: 9% 0 7%;
}
.slogan.index-slogan{
	padding: 0;
}
.slogan.index-slogan .swiper-slide{
	padding: 9% 0 7%;
	background-color: #0e1238;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slogan .text1{
	line-height: 150%;
	font-size: 40px;
	font-weight: normal;
	color: #fff;
}
.slogan .text2{
	height: 125px;
	line-height: 150%;
	font-weight: lighter;
	font-size: 32px;
	color: #ee2e62;
}
.slogan .learnMore{
	width: 14%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334);
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334); 
	border-radius: 4px;
    font-size: 20px;
    color: #fff;
}
h4.title{
	padding: 4.7% 0;
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	color: #252d48;
}
h4.title.white{
	color: #fff;
}
/*header*/
.header{
	background: transparent;
	overflow: hidden;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index:9;
}
.header.fixed{
	background: #0a102b;
}
.header.header-white{
	position: relative;
	background-color: #fff;
}
.header .logo{
	padding: 15px 0;
	width: 100px;
}
.header .logo,
.header .logo img{
	display: block;
	height: 38px;
}
.header .nav{
	margin-left: 50px;
}
.header .nav li{
	float: left;
}
.header .nav li a{
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 15px 22px;
	font-size: 16px;
}
.header .nav li a{
	color: #fff;
}
.header .user_btn{	
	padding: 15px 0;
	margin-top: 2px;
}
.header .user_btn a{
	display: block;
	width: 100px;
	height: 34px;
	float: left;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
}
.header a.login_btn{
	color: #fff;
}
.header a.register_btn{
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334);
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334); 
    color: #fff;
}
.header.header-white a.login_btn,
.header.header-white .nav li a{
	color: #0c1234;
}
.header .nav li a:hover,
.header a.login_btn:hover{
	color: #e66334;
}

.nav-m{
	display: none;
}
/**/
.secondNav{
	display: none;
	background-color: rgba(6,12,39,0.7);
	position: fixed;
	top: 66px;
	left: 0;
	width: 100%;
	padding: 0 0 20px;
	z-index:98;
}
.secondNav dl{
	width: 12%;
	float: left;
}
.secondNav.project dl:first-child{
	/*margin-left: 15.5%;*/
}
.secondNav.support dl:first-child{
	margin-left: 29.5%;
}
.secondNav.about dl:first-child{
	margin-left: 39.5%;
}
.secondNav dt{
	display: block;
	padding: 10px 0;
	font-size: 16px;
	color: #de335d;
}
.secondNav a{
	display: block;
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.secondNav a:hover{
	color: #de335d;
}
/*footer*/
.footer{
	background-color: #32323c;
	padding-top: 30px;
	color: #79797e;
}
.footer .sitemap{
	overflow: hidden;
	padding-bottom: 30px;
}
.footer .sitemap dl{
	padding-left: 2%;
	width: 16.8%;
	float: left;
}
.footer .sitemap dl:first-child{
	padding-left: 0;
}
.footer .sitemap dt{
	padding-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
}
.footer .sitemap dd{
	line-height: 38px;
	height: 38px;
}
.footer a{	
	color: #79797e;
}
.footer a:hover{	
	color: #fff;
}
.footer .qrcode{
	width: 98px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
}
.footer .qrcode img{
	width: 98px;
	margin-top: 20px;
}
.footer .friendLink{
	border-top :solid 1px #58585f;
	border-bottom :solid 1px #58585f;
	overflow: hidden;
	padding: 10px 0;
	line-height: 30px;
	color: #fff;
}
.footer .friendLink .title{
	width: 8%;
	min-width: 56px;
}
.footer .friendLink .link{
	width: 92%;
}
.footer .friendLink a{
	display: inline-block;
	padding: 0 2.5%;
}
.copyright{
	padding: 25px 0;
	line-height: 22px;
	font-size: 12px;
}
/**/
.item-input,
.item-code,
.item-password{
	position: relative;
}
.item-input span,
.item-code span,
.item-password span{
	display: none;
	position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 12px;
    color: #e03f52;
}
.item-input:before{
	content: '';
    display: block;
    width: 28px;
    height: 20px;
    background: url(/image/icon.png) no-repeat;
    background-position: 4px -4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.item-input.item-tel:before{
	background: url(/image/icon.png) no-repeat;
    background-position: 4px -313px;
}
.item-code:before{
	content: '';
    display: block;
    width: 28px;
    height: 20px;
    background: url(/image/icon.png) no-repeat;
    background-position: 4px -263px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.item-password:before{
	content: '';
    display: block;
    width: 28px;
    height: 20px;
    background: url(/image/icon.png) no-repeat;
    background-position: 4px -47px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.subnav{
	background-color: #fff;
	text-align: center;
}
.subnav .container{	
	display: table;
}
.subnav a{
	position: relative;
	padding: 25px 0;
	/*flex: 1;*/
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #252d48;
}
.subnav a:hover,
.subnav a.active{
	color: #ee2e62;
}
.subnav a:after,
.subnav a.active:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	display: block;
	width: 80%;
	height: 2px;
	/*background-color: #de325d;*/
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334);
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334);

	-webkit-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	-o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);

    -webkit-transition: -webkit-transform 0.1s;
    -ms-transition: -webkit-transform 0.1s;
    -moz-transition: -webkit-transform 0.1s;
    -o-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}
.subnav a:hover:after,
.subnav a.active:after{
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/*icon*/
.address:before{
	content: '';
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(/image/icon.png) no-repeat;
    background-position: -11px -92px;
}
.tel:before{
	content: '';
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(/image/icon.png) no-repeat;
    background-position: -11px -122px;
}
.qq:before{
	content: '';
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(/image/icon.png) no-repeat;
    background-position: -11px -153px;
}
.wechat:before{
	content: '';
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(/image/icon.png) no-repeat;
    background-position: -8px -213px;
}
.email:before{
	content: '';
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(/image/icon.png) no-repeat;
    background-position: -11px -180px;
}
/**/
.popBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,17,48,0.7);
	z-index: 999;
	display: none;
}
.pop{
	display: none;
	width: 550px;
	/*height: 400px;*/
	position: fixed;
	top:50%;
	left: 50%;
	background-color: #fff;
	z-index:1000;
	margin-top: -250px;
	margin-left: -275px;
	border-radius: 4px;
}
.pop.notice{
	background: #fff url(/image/right.png) no-repeat 30px center;
	background-size: 30px auto;
	height: auto;
    padding: 30px 30px 30px 70px;
    width: 400px;
    margin-left: -230px;
    margin-top: -100px;
    line-height: 150%;
    text-align: center;
    font-size: 18px;
}
.pop .title{
	background-color: #f5f6fb;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	font-size: 24px;
	color: #252d48;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pop .title span{
	padding-left: 10px;
	font-size: 14px;
	color: #252d48;
}
.pop .close{
	background: url(/image/close2.png) no-repeat center top;
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: -60px;
	right: -21px;
}
.pop .close:after{
	position: absolute;
	top: 42px;
	left: 20px;
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334); 
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334);
}
.pop .form{
	width: 382px;
	margin: 20px auto;
}
/*.pop.pop02 .form{
	margin: 25px auto 0;
}*/
.pop .form .input-item{
	padding-top: 20px;
	line-height: 37px;
	clear: both;
	overflow: hidden;
}
/*.pop.pop02 .form .input-item{
	padding-top: 20px;
}*/
.pop .form label{
	text-align: center;
	width: 70px;
	display: block;
	float: left;
	font-size: 14px;
	color: #252d48;
}
.pop .form input{
	float: left;
	width: 290px;
	padding: 0 10px;
	height: 37px;
	line-height: 37px;
	border: solid 1px #aaaec4;
	border-radius: 4px;
}
.pop .form .code{
	width: 100px;
	height: 39px;
	display: block;
	float: left;
	background-color: #f8f8f8;
	margin-left: 30px;
}
.pop .form .code-item input{
	width: 150px;
}
.pop .form .btnBox{
	/*position: absolute;*/
	width: 312px;
	margin-top: 30px;
	padding-left: 69px;
	padding-bottom: 20px;
    /*left: 85px;
    bottom: 35px;*/
}
.pop .form .btn{
	width: 150px;
	height: 39px;
	display: block;
	line-height: 39px;
	text-align: center;
	background-color: #de325d;
	background: -webkit-linear-gradient(left, #de325d , #e66334);
    background: -o-linear-gradient(right, #de325d, #e66334);
    background: -moz-linear-gradient(right, #de325d, #e66334);
    background: linear-gradient(to right, #de325d , #e66334);
	border-radius: 3px;
	font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.pop .form .btnBox p{
	clear: both;
	line-height: 28px;
	font-size: 14px;
	color: #252d48;
}
.dataTables_info{
	display: none;
}
@media screen and (max-width:768px){
	html, body{
		overflow-x:hidden;
	}
	.elm-m{
		display: block !important;
		box-sizing: content-box;
	}
	.elm-pc{
		display: none !important;
	}
	.container{
		max-width: 100%;
	}
	h4.title{
		font-size: 18px;
	}
	.slogan{
		background-size: auto 60%;
		background-position: 74% 0;
		/*padding-top: 60%;*/
		text-align: center;
		background-image: none !important;
	}
	.slogan.index-slogan .swiper-slide{
		background-image: none !important;
	}
	.slogan .text1{
		font-size: 20px;
	}
	.slogan .text2{
		height: 70px;
		font-size: 16px;
	}
	.slogan .learnMore{
		width: 30%;
		margin: 0 auto;
		height: 30px;
		line-height: 30px;
	    font-size: 14px;
	}
	/*header*/
	.header{
		/*position: relative;*/
		background-color: #091129;
		height: 46px;
	}
	.header .logo, .header .logo img{
		height: 30px;
	}
	.header .logo{
		width: auto;
		padding: 8px 0 8px 3%;
	}
	.nav_btn{
		float: right;
		height: 20px;
		padding: 13px 3% 13px 0;
	}
	.nav_btn img{
		display: block;
		height: 100%;
	}
	/*nav*/
	.blankHeader{
		height: 46px;
		width: 100%;
	}
	.nav-m{
		background: rgba(0,0,0,0.4);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		display: none;
		z-index: 99;
		color: #fff;
	}
	.nav-m .close{
		position: fixed;
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
		background: url(/image/close.png) no-repeat center center;
		background-size: 60%;
	}
	.nav-m a{
		color: #fff;
	}
	.mainNav{
		background: rgba(0,0,0,0.85);
		width: 80%;
		height: 100%;
		margin-left: 100%;
		padding-top: 46px;
		overflow: hidden;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.mainNav .nav_title{
		height: 40px;
	    line-height: 40px;
	    width: 100%;
	    position: relative;
	    padding: 0 20px;
	    box-sizing: border-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    border-bottom: 1px solid #444;
	}
	.mainNav .nav_title:after,
	.mainNav .sub-channel-title:after{
	    content: '';
	    width: 10px;
	    height: 10px;
	    background: url(/image/arrow.png) no-repeat center center;
	    background-size: 10px;
	    display: block;
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    margin-top: -5px;
	}
	.mainNav .nav_title.active:after,
	.mainNav .sub-channel-title.active:after{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.mainNav .nav_title.disabled:after{
		display: none;
	}
	.mainNav .sub-nav-box{
		background: #3B3B3B;
		display: none;
	}
	.mainNav .sub-nav-box .sub-channel-title{
		font-size: 14px;
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    position: relative;
	    padding: 0 30px;
	    box-sizing: border-box;
	    color: #fff;
	    display: block;
	    border-bottom: 1px solid #444;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.mainNav .sub-nav-box dl{
		display: none;
	}
	.mainNav .sub-nav-box dd a{
		height: 40px;
	    line-height: 40px;
	    padding: 0 40px;
	    display: block;
	    color: #9B9EA0;
	    font-size: 14px;
	    border-bottom: 1px solid #444;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	/*footer*/
	.footer{
		font-size: 12px;
	}
	.footer .container{
		width: 90%;
		margin: 0 auto;
	}
	.footer .sitemap dl{
		width: 48%;
		padding-top: 10px;
		padding-left: 0;
		text-align: center;
	}
	.footer .sitemap dt{
		padding-bottom: 5px;
		font-size: 13px;
	}
	.footer .sitemap dd{
		height: 20px;
		line-height: 20px;
	}
	.footer .friendLink a{
		padding: 0 2.5% 0 0;
	}
	.copyright{
		padding: 20px 0;
		text-align: center;
	}
	/*icon*/
	.address:before{
		content: '';
	    width: 16px;
	    height: 18px;
	    background-position: -2px -44px;
		background-size: 22px;
	    top: 0;
	}
	.tel:before{
		content: '';
	    width: 16px;
	    height: 18px;
		background-size: 22px;
	    background-position: -2px -60px;
	    top: 0;
	}
	.qq:before{
		content: '';
	    width: 16px;
	    height: 18px;
		background-size: 22px;
	    background-position: -2px -76px;
	    top: 0;
	}
	.wechat:before{
		content: '';
	    width: 16px;
	    height: 18px;
		background-size: 22px;
	    background-position: -2px -106px;
	    top: 0;
	}
	.email:before{
		content: '';
	    width: 16px;
	    height: 18px;
		background-size: 22px;
	    background-position: -2px -90px;
	    top: 0;
	}
	/**/
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0;
	}
	.swiper-pagination-bullet-active{
		background :#df3b57;
	}
	.pop{
	    width: 90%;
	    left: 5%;
	    top: 20%;
	    height: auto;
	    padding-bottom: 5%;
	    margin-left: 0;
	    margin-top: 0;
	}
	.pop.notice{
		background: #fff url(/image/right.png) no-repeat center 20px;
		background-size: auto 30px;
	    padding: 70px 5% 5%;
	    width: 60%;
	    left: 15%;
	    top: 25%;
	    margin-left: 0;
	    margin-top: 0;
	    line-height: 150%;
	    text-align: center;
	    font-size: 14px;
	}
	.pop .title{
		padding: 0;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
	}
	.pop .title span{
		font-size: 12px;
	}
	.pop .form{
		width: 96%;
    	margin: 0 auto;
    	padding: 5% 0;
	}
	.pop.pop02 .form{
		margin: 0 auto;
	}
	.pop .close{
		width: 30px;
		height: 30px;
		right: 0;
		top: -40px;
		background:url(/image/close.png) no-repeat center center;
		background-size: 80%;
	}
	.pop .close:after{
		display: none;
	}
	.pop .form .input-item{
		padding-top: 5%;
		display: flex;
	    width: 90%;
	    margin: 0 auto;
	}
	.pop.pop02 .form .input-item{
		padding-top: 5%;
	}
	.pop .form input{
		flex: 1;
	    width: 100%;
	    height: 30px;
	    line-height: 30px;
	}
	.pop .form .code-item input{
		width: 30%;
	}
	.pop .form .code{
		width: 30%;
	    height: 32px;
	    line-height: 32px;
	    margin-left: 5%;
	}
	.pop .form .btnBox{
		width: 90%;
		padding-left: 0;
	    position: inherit;
	    margin: 5% auto 0;
	    clear: both;
	}
	.pop .form .btn{
		margin: 0 auto;
	    float: none;
	    width: 40%;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.pop .form .btnBox p{
		text-align: center;
		font-size: 10px;
	}
	.pop .form label{
		width: 60px;
		font-size: 12px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
	.slogan .text1{
		font-size: 30px;
	}
	.slogan .text2{
		height: 100px;
		font-size: 22px;
	}
	.slogan .learnMore{
		width: 10%;
		height: 30px;
		line-height: 30px;
	    font-size: 14px;
	}
	.header .nav li a{
		font-size: 14px;
	}
	.header .user_btn a{
		font-size: 14px;
	}
	.secondNav dt{
		font-size: 14px;
		padding:5px 0;
	}
	.secondNav a{
		font-size: 12px;
		padding:5px 0;
	}
	.subnav a{
		font-size: 14px;
		padding: 15px 0;
	}
	h4.title{
		font-size: 24px;
		padding:4% 0;
	}
	.footer .sitemap{
		padding-bottom: 20px;
	}
	.footer .sitemap dt{
		font-size: 14px;
		padding-bottom: 10px;
	}	
	.footer .qrcode{
		font-size: 14px;
	}
	.footer .sitemap dd{
		line-height:30px;
		height:30px;
	}
	.footer .friendLink{
		padding:3px 0;
	}
	.copyright{
		padding:20px 0;
	}
}