/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #fff;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::-moz-selection{background:#333;color:#fff;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.mt3{margin-top    : 3% !important;}
	.mb3{margin-bottom : 3% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml3{margin-left   : 3% !important;}
	.mr3{margin-right  : 3% !important;}
	.pt3{padding-top   : 3% !important;}
	.pb3{padding-bottom: 3% !important;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	h1{font-size: 32px; color: #edf0f1; text-align: center; line-height: 70px;}
	@media only screen and (max-width:768px ) {
		h1{font-size: 26px;}
	}
	h3{font-size: 20px; color: #33f8fa; text-align: center; line-height: 40px;}
	/*字号*/
	.font24{font-weight:600; font-size: 24px;color: #37eef5;line-height: 2em;}
	.font20{font-weight:600; font-size: 20px;color: #fff;line-height: 1.2em;}
	.font18{font-size: 18px;color: #37eef5;line-height: 4em; text-align: center;}
	.font16{font-weight:normal;font-size: 16px;color: #fff;line-height: 2em;}
	.font14{font-weight:normal;font-size: 14px;color: #7dbdff;line-height: 1.5em;}
	.font_blue{font-size: 16px; color: #2fe4ff; text-align:center;}
	.font_blue2{font-size: 14px; color: #2fe4ff; text-align:center;}
	.font_white{font-size: 13px; color: #fff; text-align:center; font-weight: normal;}
	.text_center{text-align: center; margin: 10px 0;}
	.bg_blue{background: #;}
	/*编辑器*/
	.text{text-align:justify;font-size: 16px;color: #fff;line-height: 2.2em;word-wrap: break-word;word-break: normal; background: #1e76c7; padding: 30px;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	.text p{padding: 10px;}
	@media screen and (max-width: 768px){
	}
	@media screen and (max-width: 1200px){
		h3{font-size: 16px; line-height: 20px;}
		.font24{font-size: 18px;}
		.font18{font-size: 16px; line-height: 26px;}
		.font16{font-size: 14px;}
		.text{font-size: 12px; line-height: 1.6em; padding: 10px;}
		.text p{padding: 0;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
/*********************************/
a{
	color: #fff;
}
a:hover{
	color: #b7d0ff;
}
body{
	width: 100%;
	background:url(../images/bodybg.png) #131d44;
	background-size:100%;
}
.wrapper{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}
.header{
	height: 60px;
	line-height: 60px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #ebebeb;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 10px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 25px;
}
.nav li a{
	font-size: 14px;
	color: #333333;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
.center{
	padding-top: 180px;
	position: relative;
	background: url(../images/banner.jpg) #131d44 no-repeat center 30px;
}
.menu{
	background: #000;
	height: 70px;
	margin-top: 124px;
	padding-top: 6px;
}
.menu_cont{max-width: 1280px; margin: 0 auto;}
.menu li {float: left; margin-left: 70px; color: #fff; line-height: 60px; }
.menu li a{display:inline-block; color: #fff; font-weight: bold; width: 227px; height: 60px; text-align: center;}
.menu li a:hover{display:inline-block; color: #16dbff; width: 227px; height: 60px; text-align: center; background: url(../images/menubg_hover.png) no-repeat bottom;}
.menu li a.sel{display:inline-block; color: #16dbff; width: 227px; height: 60px; text-align: center; background: url(../images/menubg_hover.png) no-repeat bottom;}
.jigou{float: left; margin-left: 20px; max-width: 48%; color: #fff; line-height: 40px;}
.jigou p{margin-top: 20px;}
@media only screen and (max-width:768px ) {
	.menu{height: 36px; line-height: 36px; margin-top: 10px; padding-top: 0;}
	.menu_cont{width: 100%; margin: 0 auto;}
	.menu li {float: left; line-height: 20px; font-size: 12px; margin-left: 0; width: 24%;}
	.menu li a{display:inline-block; width: 100%; height: 36px; line-height: 36px; text-align: center; background:none;}
	.menu li a:hover{display:inline-block; width: 100%; height: 36px; line-height: 36px; text-align: center;}
	.menu li a.sel{display:inline-block; width: 100%; height: 36px; line-height: 36px; text-align: center;}
	.jigou{margin-left: 30px; max-width: 100%;}
	}
.boxOne{background: url(../images/table_bg.png) no-repeat bottom;}
span.jigou_tt{display:inline-block; float: left; font-size: 20px; width: 112px; height: 40px; text-align: center; background: url(../images/jigou_tt.png) no-repeat; background-size:cover;}
span.jigou_text{display: inline-block; float: left; margin-left: 20px;}


.jiabin_tt{background: url(../images/jiabin_ttbg.png) no-repeat center; height: 56px; line-height: 56px; text-align: center; font-size: 24px; margin-top: 20px; font-weight: bold;}
.jiabin_pic{margin: 0 auto; text-align: center;}
.jiabin_pic li{display: inline-block; margin:20px; vertical-align: top;}
.jiabin_pic .pic{position: relative; border-radius:4px; overflow: hidden;}
.jiabin_pic .pic img{transform:scale(1.0); border: 2px solid #3b99f9;}
.jiabin_pic .follower{ font-weight: bold; margin-top:-50px; padding: 10px; margin-left: 2px; margin-right: 2px; margin-bottom: 10px; font-size: 18px; color: #fff; background: #000; opacity: 0.8; text-align: center;}
@media only screen and (max-width:768px ) {
	span.jigou_text{display: block; float: left; margin-left: 0; line-height: 1.8em;}
	.jiabin_tt{background: url(../images/jiabin_ttbg2.png) no-repeat center; height: 40px; line-height: 40px; text-align: center; font-size: 18px; margin-top: 30px;}
	}

.teyao_pic{margin: 0 auto; text-align: center;}
.teyao_pic li{display: inline-block; margin: 0; vertical-align: top;}
.teyao_pic .pic{position: relative; overflow: hidden;}
.teyao_pic .pic img{transform:scale(1.0); border: 2px solid #3b99f9;}
.teyao_pic .follower{margin-top:-50px; margin-bottom: 10px; padding: 10px; font-size: 18px; color: #fff; background: #000; opacity: 0.8; text-align: center; font-weight: 600;}


@media only screen and (max-width:1200px ) {
	.center{
		padding-top: 80px;
	}
	.header{
		top: 0;
	}
	.menu_btn{
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		margin-left: 10px;
		margin-top: 10px;
	}
	.menu_btn:before,
	.menu_btn:after{
		content: "";
		position: absolute;
		right: 0;
		width: 26px;
		height: 2px;
		background: #333;
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
	}
	.menu_btn:before{
		top: 13px;
	}
	.menu_btn:after{
		bottom: 13px;
	}
	.menu_btn.on:before{
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	         transform: rotate(45deg);
	    top: 50%;
	}
	.menu_btn.on:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		 -ms-transform: rotate(-45deg);
		     transform: rotate(-45deg);
		top: 50%;
	}
	
	.header .nav{
		position: absolute;
		right: 0;
		top: 110%;
		width: 260px;
		background: rgba(0,0,0,0.8);
		padding: 10px 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.header .nav.on{
		opacity: 1;
		visibility: visible;
		top: 100%;
	}
	.header .nav li{
		width: 100%;
		float: none;
	}
	.header .nav li>a{
		color: #fff;
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
	}
	
}
.footer{
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 2em;
	padding: 1%;
}
.hezuo{float: left; margin-right: 20px;}
.hezuo p{display:inline-block; float: left; margin-right: 16px;}
.hezuo p:first-child{background: #2d63d0; color: #fff; padding: 6px; font-weight: bold;}
.jiaofei{float: left;}
.jiaofei p{float: left; margin-right: 16px; text-align: center;}
.jiaofei p:first-child{background: #2d63d0; color: #fff; padding: 6px; font-weight: bold;}
@media only screen and (max-width:768px ) {
	.footer{
		font-size: 12px;
		padding: 10px;
		line-height: 1.4em;
	}
	.box_four .boxlist li a{
		font-size: 14px;
	}
	.center{
		background-size: 200% auto;
		-webkit-background-size: 200% auto;
	}
}
.titimg{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width:1400px ) {
	.titimg{
		max-width: 90%;
	}
}
.xzBtn{
	display: block;
	width: 290px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #064797;
	font-size: 30px;
	margin: 4% auto 6%;
}
@media only screen and (max-width:1400px ) {
	.xzBtn{
		width: 180px;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
}
@media only screen and (max-width:768px ) {
	.xzBtn{
		width: 140px;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}
.indent2{
	text-indent: 2em;
}
.pubtit{
	display: block;
	margin: 1% auto;
}
@media only screen and (max-width:1400px ){
	.pubtit{
		height: 60px;
		line-height: 48px;
		font-size: 24px;
		background-size:100% 100%;
		-webkit-background-size:100% 100%;
	}
}
@media only screen and (max-width:768px ){
	.pubtit{
		height: 50px;
		line-height: 34px;
		font-size: 18px;
		font-weight: normal;
	}
}

.picScroll{
	position: relative;
	margin-bottom: 12px;
}

.picScroll:before{
	left: 0;
}
.picScroll:after{
	right: 0;
}

.picScroll>a{
	position: absolute;
	width: 92px;
	height: 100%;
	z-index: 99;
}
.picScroll>a.prev{
	left: 0;
	top: 0;
	background: url(../images/prev.png) no-repeat center;
}
.picScroll>a.next{
	right: 0;
	top: 0;
	background: url(../images/next.png) no-repeat center;
}
table.richeng{border: 1px solid #2555cf; margin: 20px 0; color: #2ee4ff;}
table.richeng th{padding:10px; background: #2f65e1; color: #fff;}
table.richeng td{padding:10px;}
table.zhuce_tb{margin: 10px 0; border: 1px solid #2555cf; width: 100%; background: #021743;}
table.zhuce_tb th{padding:10px; background: #0a57a8;}
table.zhuce_tb td{padding:16px; text-align: center;}
@media only screen and (max-width:768px ){
	table.richeng th{padding: 4px;}
	table.richeng td{padding:2px;}
	table.zhuce_tb th{padding: 4px;}
	table.zhuce_tb td{padding:4px; font-size: 12px;}
}
.zhuce{width: 100%; margin: 0 auto; padding:40px 0; background: url(../images/zhuce_bg.jpg) #042f87 no-repeat bottom;}
.zhuce_lf{width:30%; float: left;}
.zhuce_rt{width: 70%; float: left;}
.boxFive .hezuo{float: left; width: 48%; height: 123px;  padding: 10px; padding-left: 140px; background: url(../images/img_hezuo.png) no-repeat center; background-size: 100%;}
.boxFive .zixun{float: right; width:48%; height: 123px; padding: 10px; padding-left: 140px; background: url(../images/img_zixun.png) no-repeat center; background-size: 100%;}
.boxFive .hezuo span{display: inline-block; margin-left: 16px;}
.boxFive .zixun span{display: inline-block; margin-left: 16px;}

@media only screen and (max-width:768px ){
	.zhuce_tt img{height: 20px;}
	.zhuce_lf{width: 100%; float: left;}
	.zhuce_rt{width: 100%; float: left;}
	.boxFive .hezuo span:after{content: ""; display: block;}
	.boxFive .zixun span:after{content: ""; display: block;}
	.boxFive .hezuo{font-size: 12px; float: left; width: 100%; padding-top: 2%; padding-left: 24%; background: url(../images/img_hezuo.png) no-repeat center; background-size: 100%; width: 100%; height: 86px;}
	.boxFive .zixun{font-size: 12px; float: left; width:100%; padding-top: 2%; padding-left: 24%; background: url(../images/img_zixun.png) no-repeat center; background-size: 100%; margin-top: 10px; width: 100%; height: 86px;}
	.font24{font-size: 16px;}
}

.link_list{
	background: #153268;
    padding: 10px 0px;
    color: #FFFFFF;
    overflow: hidden;
    height: 100%;
}
.link_list div {
    max-width: 1280px;
    margin: 0 auto;
    }
.link_list ul{
	width: 1280px;
    margin: 0 auto;
}
.link_list ul li{
	float: left;
    width: 32%;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
}
@media only screen and (max-width:768px ){
	.link_list ul li{
	float: left;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
}
	}
	
/*报名样式*/
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;}
.out-warp{
width:100%; margin: 0 auto; color: #fff;}
.layout-baoming{
width:100%;
margin:0px auto;
margin-bottom: 20px;
text-align:center;
}
.layout-baoming table{
color:#fff;
width: 70%;}
@media only screen and (max-width:768px){
	.layout-baoming table{
	width: 100%;
	font-size: 12px;
	}
	}
.layout-baoming img{
margin:20px 0px 50px 0px;}
.layout-baoming  input{
border:1px #CCCCCC solid;
height:24px;
line-height:24px;}

.layout-baoming table tr td{
vertical-align:middle; padding-bottom: 10px;}
.layout-baoming .text-box{
border:1px  solid #ccc;
padding-left:10px;
height:30px;
width:100%;
line-height:30px;
border-radius: 4px;}
.layout-baoming .tijiao{
float:left;
border:none;
display:block;
font-size:14px;
font-weight:bold;
height:40px;
line-height:40px;
border-radius: 4px;
font-family:"微软雅黑";
background:#009e8e;
color:#FFFFFF;
margin-right:20px;
padding:0 20px;}

/*报名样式结束*/
/*现场直播样式开始*/
.zhaiyao{
	text-align: justify; line-height: 2.2em;
	background: url(../images/live/zhaiyao_bg.png) no-repeat;
	padding:40px 60px;
	}
.zhaiyao p:first-child{
	text-align: center;
}
.zhaiyao p:last-child{
	text-align: center;
	margin-top: 10px;
}
.zhaiyao a.btn{padding: 10px 50px; border: 2px solid #70d5ff; transition: 0.5s; font-weight: bold; color: #5efffd}
.zhaiyao a.btn:hover{background: #4dc2ff; color: #fff; box-shadow: 0 2px 4px rgba(3,27,78,.06);}
@media only screen and (max-width:768px ){
	.zhaiyao{line-height: 1.8em; padding: 40px 20px; font-size: 14px;}
	.zhaiyao p img{width: 100%;}
}
.zhici{margin: 0 auto;}
.zhici div:first-child{width: 800px; margin: 0 auto;}
.zhici ul{text-align: center; display: inline-block;}
.zhici li{float: left; margin-left: 64px; width: 330px; margin-top: 20px; background: url(../images/live/baogao_picbg.png) no-repeat top;}
.zhici li p{margin-top: 20px;}
.zhici li img{transition-duration: 0.3s;}
.zhici li img:hover{transform: scale(1.1,1.1);}
@media only screen and (max-width:768px ){
	.zhici li{clear: left !important; margin-left: 15px !important;}
	.zhici li p{font-size: 14px;}
}
.baogao{background: #1d2b63; line-height: 30px; padding: 20px; margin-top: 20px;}
.baogao_pic1{background: url(../images/live/baogao_picbg.png) no-repeat; width: 314px; height: 355px; float: left; text-align: center; padding-top: 16px; margin: 0 auto;}
.baogao_pic1 img{transition-duration: 0.3s; border: 2px solid #6cafed;}
.baogao_pic1:hover img{transform: scale(1.1,1.1);}
.baogao_cont1{float: left; width: 800px; margin-left: 20px;}
@media only screen and (max-width:768px ){
	.baogao_cont1{width: 100%; margin-left: 0 !important;}
	.baogao_cont2{width: 100% !important; margin-right: 0 !important;}
}
.baogao_pic2{float: right; background: url(../images/live/baogao_picbg.png) no-repeat; width: 314px; height: 355px; text-align: center; padding-top: 16px;}
.baogao_cont2{float: right; width: 800px; margin-right: 20px;}
.baogao_pic2 img{transition-duration: 0.3s; border: 2px solid #6cafed;}
.baogao_pic2:hover img{transform: scale(1.1,1.1);}
.baogao_tt{font-size: 16px; line-height: 1.8em; padding-left: 10px; font-weight: bold; background: url(../images/live/baogao_ttbg.png) repeat-y; margin-bottom: 16px;}
.baogao_text{font-size: 14px; line-height: 2em;}

.baogao_btn a{display: block; font-weight: bold; background: url(../images/live/btn_bg.png) no-repeat; padding-left: 30px; height: 40px; line-height: 40px;}
.baogao_btn a:hover{color: #d8f4ff;}
.bbs_zhuxi{background: #212f68; width: 80%; margin: 0 auto; padding-top: 20px;}
.bbs_zhuxi span{display: inline-block; float: left; vertical-align: middle; margin-left: 30px; line-height: 30px;}
@media only screen and (max-width:768px ){
	.bbs_zhuxi{width: 90%; margin-top: 18px;}
	.bbs_zhuxi span{display: block; float: none !important; width: 94%; margin: 0 auto; text-align: center; line-height: 1.6em; font-size: 14px;}
	.baogao_text{font-size: 12px;}
}
.bbs_pic1{background: url(../images/live/baogao_picbg.png) no-repeat; width: 314px; height: 355px; text-align: center; padding-top: 16px; margin: 0 auto;}
.bbs_pic1 img{transition-duration: 0.3s; border: 2px solid #6cafed;}
.bbs_pic1:hover img{transform: scale(1.1,1.1);}
.bbs_person{border-top: 4px solid #26b4f6; background: #212f68; line-height: 28px; margin-top: 20px; padding: 20px;}
.bbs_person ul{display: inline-block; margin-top: 20px; width: 100%; margin: 0 auto;}
.bbs_person ul li{width: 33%; float: left; text-align: center; margin-top: 2%; font-size: 14px;}
@media only screen and (max-width:768px ){
	.bbs_person ul li{width: 100% !important; font-size: 12px;}
	
}
.bbs_btn a{display: block; background: url(../images/live/btn_bg.png) no-repeat center; padding-left: 30px; height: 40px; line-height: 40px;}
.bbs_btn a:hover{color: #d8f4ff;}

.link_list{
	background: #042f87;
    padding: 10px 0px;
    color: #46ebf1;
    overflow: hidden;
    height: 100%;
}
.link_list div {
    max-width: 1280px;
    margin: 0 auto;
    }
.link_list ul{
	width: 1280px;
    margin: 0 auto;
}
.link_list ul li{
	float: left;
    width: 32%;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 40px;
    color: #fff;
}
@media only screen and (max-width:768px ){
	.link_list ul li{
	float: left;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
}
	}
