@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td,a,img,span{ margin:0; padding:0; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
input,textarea,select { font-family:inherit; font-size:inherit; *font-size: 100%; font-weight:inherit; outline:none; }
table { border-collapse:collapse; border-spacing:0; } 
a{text-decoration: none;}
a:focus,a:active,button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,select::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner {
	outline: none;
	border:0;
}
a,button{cursor: pointer;}
input[type='button'],input[type='submit']{
	border:0;
}
ol,ul ,li{ list-style-type:none;list-style: none; } 
img{vertical-align:middle;border:0;}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
}
.fl{float:left;}
.fr{float:right;}
.hide{display: none;}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #737373;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    min-width: 1200px;
    overflow-x: auto;
}

p{line-height: 1;}


.clearfix>.item{
	float: left;
}

.play{
	cursor: pointer;
}

.page{
	padding: 80px 0 0 0;
	position: relative;
	color: #fff;
	text-align: center;
}
.header{
	position: absolute;
	height: 80px;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #fff;
	border-bottom: solid 1px #e5e5e5;
	transition: all ease 0.1s;
}
.header.fixed{
	position: fixed;
	top: 0;
	right: 0;
	z-index:2000;
}

.header .logo{
	float: left;
	display: block;
	width: 250px;
	height: 80px;
	background: url(../img/logo.png) no-repeat center;
}
.header .menu{
	float: left;
}
.header .menu li{
	float: left;
	height: 80px;
	padding: 0 15px;
	border-bottom: 4px solid #fff;
	display: table;
}
.header .menu li a{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.header .menu li.curr{
	border-bottom-color: #419ce6;
	background: #f5f5f5;
}
.header .menu li.curr a{
	color: #419ce6;
}
.header .register{
	display: block;
	float: right;
	width: 160px;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	background: #419ce6;
}

.banner{
	position: relative;
	height: 600px;
}
.banner .carousel,
.banner .carousel ul,
.banner .carousel li{
	height: 100%;
}
.banner .carousel li{
	background: no-repeat center / cover;
}
.banner .content{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 320px;
	z-index: 100;
}
.banner .content img{
	display: block;
	margin: 0 auto;
}
.banner .content .p1{
	font-size: 56px;
	padding: 20px 0 25px 0;
}
.banner .content .p2,
.banner .content .p3{
	font-size: 18px;
	font-style: initial;
}
.banner .content .p2{
	padding-bottom: 35px;
}
.banner .content .p3{
	padding-top: 20px;
}
.banner .drop{
	position: absolute;
	z-index: 101;
	left: 0;
	right: 0;
	bottom: 125px;
	margin: auto;
	animation: drop 1.5s ease infinite;
	-webkit-animation: drop 1.5s ease infinite;
}
@keyframes drop{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	60%{
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	100%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes drop{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	60%{
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	100%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
.countdown{
	position: absolute;
	height: 80px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(32,32,32,0.5);
	text-align: center;
	font-size: 24px;
	line-height: 80px;
	z-index: 120;
}
.countdown span{
	font-size: 26px;
	color: #419ce6;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
}

.section .title{
	padding: 70px 0 40px 0;
	width: 580px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #505050;
	text-align: center;
	border-bottom: solid 1px #9da5b0;
	position: relative;
}
.section .title:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
	width: 10px;
	height: 10px;
	background: #9da5b0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.section .txt{
	width: 1020px;
	margin:  0 auto;
	text-align: center;
	line-height: 24px;
	padding-top: 40px;
}

.link-box{
	text-align: center;
}
.link-box a{
	color: #419ce6;
	text-decoration: underline;
	font-size: 18px;
}

.play-btn{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: inline-block;
	background: url(../img/play.png);
}

/* 滚动条美化 */
.ps-scrollbar-y-rail {
    background: #c9d2df !important;
    opacity: 1 !important;
    width: 1px !important;
}

.ps-scrollbar-y {
	width: 5px !important;
	right: -2px !important;
    background: #c9d2df !important;
}


.sec1 .link-box{
	padding: 40px 0 70px 0;
}
.sec1 .bg{
	height: 220px;
	background: url(../img/bg1.png) no-repeat center / cover;
	color: #fff;
}
.sec1 .bg .item1{
	width: 460px;
}
.sec1 .bg .item2{
	width: 570px;
}
.sec1 .bg .p1{
	padding: 70px 0 30px 0;
	font-size: 16px;
}
.sec1 .bg .p1:after{
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	margin-top: 10px;
	background: #fff;
}
.sec1 .bg .p2{
	font-size: 50px;
}
.sec1 .news{
	margin-top: 70px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.sec1 .news .item{
	width: 50%;
	height: 60px;
	padding: 0 50px 0 30px;
	position: relative;
}
.sec1 .news .item:before{
	content: '';
	position: absolute;
	top:4px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #419ce6;
}

.sec1 .news a{
	display: inline-block;
	color: #505050;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.sec2 .bg{
	background: #232830;
	padding-bottom: 70px;
}
.sec2 .title,.sec2 .txt{
	color: #fff;
}
.sec2 .title{
	margin-bottom: 35px;
}
.sec2 .txt{
	padding: 0 0 25px 0;
}
.sec2 .cf1{
	padding-top: 70px;
	border-bottom: solid 1px #d2d2d2;
}
.sec2 .cf1 .item{
	position: relative;
	padding-left: 60px;
	height: 90px;
}
.sec2 .cf1 .item.item1{
	width: 457px;
}
.sec2 .cf1 .item.item2{
	width: 520px;
}
.sec2 .cf1 .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	background: #f5f5f5 no-repeat center;
}
.sec2 .cf1 .p1{
	color: #505050;
	font-size: 18px;
	padding-bottom: 10px;
}
.sec2 .cf1 .p2{
	line-height: 18px;
}

.sec2 .cf2 .p1{
	font-size: 18px;
	color: #505050;
	padding: 30px 0 20px 0;
}
.sec2 .cf2 .p2{
	font-size: 16px;
	line-height: 18px;
}
.sec2 .cf2 .register{
	display: block;
	float: right;
	margin: 50px 0 70px 0;
	width: 180px;
	height: 70px;
	line-height: 68px;
	color: #4EA2E3;
	text-align: center;
	font-size: 16px;
	border: solid 1px #4ea2e3;
	border-radius: 35px;
	-webkit-border-radius: 35px;
}

.sec3 .item{
	background: no-repeat center / cover;
	width: 25%;
	height: 310px;
	padding-top: 230px;
	display: table;
}
.sec3 .item p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	background: rgba(0,0,0,0.4);
	padding: 0 10px;
}
.sec3>div{
	position: relative;
}
.sec3 .flex-control-nav{
	display: block;
}
.sec3 .flex-control-paging li a{
	background: rgba(255, 255, 255, 0.5);
}
.sec3 .flex-control-paging li a.flex-active{
	background: #fff;
}
.sec4 .item {
	padding: 20px 0 20px 90px;
	width: 600px;
}
.sec4 .item p{
	font-size: 24px;
	padding-bottom: 50px;
}
.sec4 .video{
	height: 380px;
	background: url(../img/video-bg.png) no-repeat center / cover;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-style: italic;
}
.sec4 .video .play-btn{
	margin: 165px 0 30px 0;
}

.sec5 .clearfix{
	padding-top: 50px;
}
.sec5 .item{
	width: 120px;
	height: 60px;
	border: solid 1px #ced9e5;
	background: no-repeat center;
	margin: 0 96px 40px 0;
}
.sec5 .item:nth-child(6n){
	margin-right: 0;
}

.sec6{
	padding-bottom: 30px;
}
.sec6 .wrap{
	width: 1250px;
}
.sec6 .clearfix{
	padding-top: 70px;
}
.sec6 .item{
	text-align: center;
	width: 200px;
	height: 150px;
	padding-top: 80px;
	background: no-repeat center top;
	line-height: 16px;
	text-transform:uppercase;
}
.sec6 .clearfix .item:nth-child(1){width: 180px;}
.sec6 .clearfix .item:nth-child(2){width: 240px;}
.sec6 .clearfix .item:nth-child(3){width: 230px;}
.sec6 .clearfix .item:nth-child(4){width: 230px;}
.sec6 .clearfix .item:nth-child(5){width: 170px;}
.sec6 .clearfix .item:nth-child(6){width: 200px;}

.footer .bg1{
	background: #1a1a1a;
	height: 250px;
}
.footer .bg2{
	background: #101010;
	height: 80px;
}

.footer .item1{width: 290px;}
.footer .item1 img{
	margin-top: 50px;
}

.footer .item2{width: 300px;}
.footer .item3{width: 320px;}

.footer .item2 .p1,
.footer .item3 .p1{
	color: #d2d2d2;
	font-size: 16px;
	padding: 50px 0 10px 0;
	border-bottom: #737373 solid 1px;
	width: 250px;
}
.footer .item2 .p2,
.footer .item3 .p2{
	padding-top: 20px;
	color: #737373;
	line-height: 16px;
}

.footer .item4{width: 180px;float: right;text-align: center;}

.footer .bg1 .item4 img{
	margin: 50px auto 10px auto;
	display: block;
}


.footer .bg2 p{
	height: 80px;
	line-height: 80px;
	color: #666666;
	font-size: 12px;
	float: left;
}
.footer .bg2 .p1{
	width: 300px;
	margin-left: 290px;
}
.footer .bg2 .p2{
	width: 320px;
	margin-right: 100px;
}
.footer .bg2 .p3{
	float: right;
	text-align: right;
	margin-right: 10px;
}
.footer .bg2 .p3 img{
	margin: 0 10px;
}

.video-modal{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 3000;
	display: none;
}
.video-modal .content{
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 800px;
	height: 450px;
	background: rgb(20,20,20);
}
.video-modal img{
	cursor: pointer;
	width: 32px;
	height: auto;
	position: absolute;
	top: 0;
	right: -32px;
}
.video-modal video{
	width: 100%;
	height: 100%;
}


.register-page .page{
	padding-bottom: 0;
}
.register-page .main{
	padding: 40px 0;
}
.main .poster{
	float: left;
	width: 550px;
	height: 375px;
	background: url(../img/content-review03/register03.jpg) no-repeat center;
	color: #fff;
	text-align: center;
}
.main .poster .p1{
	font-size: 28px;
	padding: 85px 15px 25px 15px;
}
.main .poster .p1:before,
.main .poster .p1:after{
	content: '';
	display: inline-block;
	height: 2px;
	background: #fff;
	width: 40px;
	vertical-align: middle;
}
.main .poster .p2{
	font-size: 46px;
	padding-bottom: 35px;
}
.main .poster .p3{
	height: 40px;
	width: 250px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 22px;
	background: #2198e9;
}
.main .deatail{
	float: left;
	width: 650px;
	padding-left: 50px;
}
.main .deatail .p1{
	font-size: 32px;
	color: #505050;
	padding-bottom: 20px;
}
.main .deatail .p2{
	padding-bottom: 10px;
}
.main .deatail>a{
	display: block;
	margin: 5px 0 15px 0;
	width: 150px;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	font-size: 16px;
	color: #FFFFFF;
	background: #419ce6 url(../img/icon-download.png) no-repeat left 20px center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.main .deatail div{
	padding-top: 15px;
	border-top: solid 1px #dddddd;
}
.main .deatail div p{
	font-size: 16px;
	color: #419ce6;
	padding-bottom: 10px;
}
.main .deatail div li{
	line-height: 18px;
}
.main .deatail div a{
	color: #419ce6;
}
.tabs .bg1 {
	border-bottom: solid 1px #dddddd;
}
.tabs .bg1 li{
	float: left;
	margin-right: 70px;
	color: #505050;
	font-size: 22px;
	height: 80px;
	line-height: 80px;
	border-bottom: solid 6px #fff;
	cursor: pointer;
}
.tabs .bg1 li.curr{
	color: #419ce6;
	border-bottom-color: #419ce6;
}
.tabs .bg1 .fr{
	font-size: 16px;
	line-height: 80px;
}	
.tabs .bg1 .fr img{
	margin: -2px 10px 0 0;
}
.tabs .bg2{
	background: #f8f8f8;
	color: #505050;
	padding-bottom: 70px;
}
.tabs .bg2 .tab{
	display: none;
}
.tabs .bg2 .tab#tab1{
	display: block;
}
.tabs .bg2 h3{
	font-size: 24px;
	padding: 70px 0 40px 0;
}
.tabs .bg2  p{
	line-height: 24px;
	font-size: 16px;
}

.tabs .tab2 .wrap>p:first-child{
	padding-top: 70px;
}
.tabs .tab2 h3{
	padding: 40px 0 0 0;
}
.tabs .tab3 h3{
	padding: 70px 0 30px 0;
}
.tabs .tab3 .bg-fff{
	background: #fff;
	margin-top: 70px;
	padding-bottom: 70px;
}

.tabs .tab4 h3{
	padding: 70px 0 30px 0;
}
.tabs .tab img{
	display: block;
	margin: 20px auto;
	max-width: 1000px;
}
.tabs .tab .download{
	padding-top: 70px;
}
.tabs .tab .download a{
	display: inline-block;
	width: 120px;
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	background: url(../img/icon-download2.png) no-repeat left 10px center;
	color: #419ce6;
	font-size: 14px;
	border: solid 1px transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.tabs .tab .download a:hover{
	border-color: #419CE6;
}

.requirements{
	height: 400px;
	background: #fff;
	color: #505050;
	font-size: 16px;
	margin-top: 70px;
}
.requirements li,
.requirements p{
	line-height: 36px !important;	
}

.prizes{
	background: #f8f8f8;
	color: #505050;
	font-size: 16px;
}
.prizes>p{
	padding-bottom: 25px;
}
.prizes div p{
	line-height: 36px !important;
}

/*flexslider*/
.flex-control-nav,
.flex-direction-nav{
	display: none;
}
.flex-control-nav{width: 100%;position: absolute;bottom: 20px;text-align: center;z-index: 1000;}
.flex-control-nav li{margin: 0 6px;display: inline-block;}
.flex-control-paging li a{width: 11px;height: 11px;display: block;background: #666;background: rgba(0, 0, 0, 0.5);cursor: pointer;text-indent: -9999px;-webkit-border-radius: 20px;border-radius: 20px;}
.flex-control-paging li a:hover{background: #333;background: rgba(0, 0, 0, 0.7);}
.flex-control-paging li a.flex-active{background: #000;background: rgba(0, 0, 0, 0.9);cursor: default;}
.flex-direction-nav li{position: relative;z-index: 1000;}
.flex-direction-nav a{position: absolute;top: 200px;width: 30px;height: 48px;background-image: url(../img/arr.png);cursor: pointer;font-size: 0;color: #aaa;text-indent: -9999px;}
.flex-prev{left: 30px;background-position: 0 0;}
.flex-prev:hover{background-position: -65px 0;}
.flex-next{right: 30px;background-position: -130px 0;}
.flex-next:hover{right: 30px;background-position: -197px 0;}