@charset "utf-8";
/* CSS Document */
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  cursor:pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}
.header
{
	min-height:60px;
    background: #fff;
    color: #fff;
}
.logo
{
	margin-top:10px;
	padding:0;
}
.header .login a
{
	padding:.4em .9em;
	border-radius:5px;
	background:#eeeeee;
	margin-left:.5em;
	line-height:60px;
	font-size:.89em;
}

.nav
{
	min-height: 70px;
	background: #1f69f0;
	padding:5px 0;
}
@media (min-width:1100px)
{
.nav a
{
	line-height: 70px;
	font-size:1em;
	color:#fff;
}
.cj
{
	min-height:30px;
    background: #f6dc4e;
	color:#1f69f0;
	line-height:30px;
	border-radius:50px;
	float:left;
	margin-top:20px !important;
	padding:0 0.7em;
	cursor:pointer;
}
}
.one h1
{
	font-size:1em;
	display:block;
}
.one p  span
{
	padding:2px 7px;
	margin-right:5px;
	color:#fff;
	font-size:.8em;
	border-radius:50px;
	background:#3a78d7;
}
.one p a
{
	color:#3a78d7;
}
.jz
{
	padding: 30px 0;
}
.jz h1
{
	color: #2961ea;
	text-align:left;
	font-size: 1.3em;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0;
    display: block;
}
.jz p
{
	line-height: 30px;
    font-size: .9em;
	padding-bottom:20px;
}

.prize_pro
{
	background:#125be1;
	border:3px solid #fff;
	border-radius:10px;
	color:#fff;
	padding:15px 10px;
	font-size: .9em;
	line-height:25px;
	position:relative;
}
.prize_pro b
{
	font-size:19px;
	color:#ebb412;
}
.prize_pro .one_icon
{
	width:13px;
	height:13px;
	margin-top:5px;
	margin-right:5px;
	float:left;
	display:block;
	background:url(/images/rt-thread/1_13.png) no-repeat;
}
.prize_pro .two_icon
{
	width:14px;
	height:15px;
	margin-top:5px;
	margin-right:5px;
	float:left;
	display:block;
	background:url(/images/rt-thread/1_16.png) no-repeat;
}
.prize_pro .three_icon
{
	width:13px;
	height:13px;
	margin-top:7px;
	margin-right:5px;
	float:left;
	display:block;
	background:url(/images/rt-thread/1_23.png) no-repeat;
}
.prize_pro .four_icon
{
	width:15px;
	height:9px;
	margin-top:10px;
	margin-right:5px;
	float:left;
	display:block;
	background:url(/images/rt-thread/1_27.png) no-repeat;
}
.li_img
{
	float:right;
	width:106px;
	height:80px;
	position:absolute;
	top:10px;
	right:10px;
}
.introduce h1
{
	color: #2961ea;
	text-align:center;
	font-size:1.3em;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0;
    display: block;
}
.two
{
	padding: 30px 0;
	background-image: linear-gradient(to bottom, #fff, #bfe3f8);
}
.introduce_in
{
	line-height:25px !important;
	text-align:center;
	font-size:.9em;
	color:#999999;
	margin-bottom:10px;
}

.introduce_in span.red
{
	color:#da452c !important;
}
.introduce_in span
{
	color:#3d6fff;
}


#list_content .class_video {
	margin: 10px 0;
	padding:0;
	padding-right:5px;
	/* margin-right: 6px; */
	float: left;
	/* height: 264px; */
	/* margin-right: 30px; */
	/* overflow: hidden; */
	/* position: relative; */
	/* width: 180px; */
}
#list_content .class_video:nth-child(6n)
{
    margin-right: 0;
}
#list_content .content_img {
	height: 100%;
	/* overflow: hidden; */
	/* position: absolute; */
	width: 100%;
}
#list_content .content_img .fm {
	display: block;
	height: 165px;
	position: absolute;
	width: 320px;
}

#list_content .content_text {
	/* bottom: 0; */
	box-sizing: border-box;
	font-size: 12px;
	height: 110px;
	/* position: absolute; */
	/* width: 180px; */
	padding:10px 15px;
	z-index: 8;
	background: #3d6fff;
}
.courselist_img
{
	margin:0 !important;
}
.courselist_img img
{
	width:100%;
	height:100%;
}
#list_content .content_text p {
	line-height: 15px;
	font-size: 13px;
	position: relative;	
	line-height:20px;
	/* margin-left: 13px; */
	color:#fff;
}
.item-tag1
{
	height:60px;
}
.download_a
{
	width:100%;
	height: 20px;
	background:#fff;
	border-radius:50px;
	padding:0 10px;
	margin-top:5px;
	color:#3d6fff;
}
.download_a a
{
	color:#3d6fff;
}
.download_a a span
{
	float:right;
}
.three
{
	padding: 30px 0;
	background:#2961ea;
}
/*流程*/

.agenda-con{
    width: 100%;
    margin:0 auto;
    /* padding:76px 0 0; */
}
.agenda-name{
    text-align: center;
    font-size:40px;
    font-weight:700;
    color:#01FCE1;
}
.agenda-date{
    /* margin-top:50px; */
}
.agenda-date h1{
    height: 36px;
    line-height: 36px;
    /* margin-top: 2px; */
    font-size: 24px;
    font-weight: 600;
    color: #01FCE1;
}
.agenda-desc{
    margin-top:8px;
    font-size:0;
}
.agenda-line>p{
    width:64px;
    height:60px;
    border-left:2px dashed rgba(255,255,255,.6);
    border-bottom:2px dashed rgba(255,255,255,.6);
}
.agenda-line>p:first-child{
    height:48px;
}
.agenda-item{
    width: 100%;
    min-height:36px;
    margin-bottom:24px;
    border-radius:0 20px 20px 20px;
    line-height:30px;
    font-size:0;
    color:#fff;
    padding: 10px 20px;
    background: #2152dc;
}

.agenda-item:last-child{
    margin-bottom:0;
}
.agenda-item>div{
    /* display:inline-block; */
    /* vertical-align: top; */
}
.agenda-item>div.agenda-dot{
    width:10px;
    height:10px;
    margin-left:16px;
    border-radius:50%;
    vertical-align: middle;
    background:#3B006B;
}
.agenda-info{
	/* max-width:700px; */
	/* margin-left:16px; */
	color:rgba(255,255,255,.9);
}
.agenda-info p{
    font-size:13px;
    width:100%;
}
.agenda-info span
{
	color:#f6dc4e;
	font-weight:bold;
	font-size:15px;
	margin-right:3px;
}
.agenda-info label{
    display:inline-block;
    vertical-align: top;
    font-size:13px;
	
}
.but
{
	background:#f6dc4e;
	border-radius:50px;
	padding:0px 10px;
	color:#2152dc;
	float:right;
	/* margin-top: 0px; */
	font-size:14px;
	line-height:30px;
	display:block;
}
.agenda-info>div div{
    display:inline-block;
    max-width:660px;
    vertical-align: top;
    font-size:13px;
}
.agenda-single{
    background:transparent;
}
.four
{
	padding: 30px 0;
	background:#4b4f5e;
}
.review h1
{
	color: #fff;
	text-align:center;
	font-size:1.3em;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0;
    display: block;
}
.peo
{
	margin-top:25px;
}
.review .pic img
{
	width:100px;
	height:100px;
	border-radius:50%;
	display:block;
	margin:0 auto;
}
.review .txt 
{
	color:#fff;
	line-height:25px;
	text-align:center;
}
.review .txt  .peotitle
{
	font-size:14px;
	line-height:20px;
	height:40px;
	overflow:hidden;
}
.review .txt  .name
{
	font-size:16px;
	font-weight:bold;
	line-height:45px;
	
}
.review_in
{
	color:#fff;
	font-size:14px;
	line-height:30px;
}
.rule
{
	margin-top:10px;
}
.rule h1
{
	color: #fff;
	text-align:center;
	font-size:1.3em;
    line-height: 30px;
    font-weight: bold;
    margin: 40px 0;
    display: block;
}

.five
{
	padding: 30px 0;
	background:#dbe7f5;
}
.more h1
{
	color: #2961ea;
	text-align:left;
	font-size: 1.3em;
	line-height: 30px;
	font-weight: bold;
	margin: 20px 0;
	display: block;
}
.more .jtwo
{
	font-size:14px;
	color:#333;
	line-height:26px;
	padding:0;
}

.more .jimg img
{
	width:100%;
	border:4px solid #6490fb;
}
.ulone
{
	padding:0;
}
.ultwo
{
	padding:0;
}
.ulone li
{
	float:left;
	margin-right:30px;
}
.ultwo h1
{
	display:block;
}
.ultwo li
{
	float:left;
	margin-right:30px;
}
.ulone li p
{
	text-align:center;
	font-size:14px;
	color:#868383;
	line-height:30px;
}
.ultwo li p
{
	text-align:center;
	font-size:14px;
	color:#868383;
	line-height:30px;
}
.logo img
{
	width:120px;
	height:59px;
	border:2px solid #c2ceec;
}
footer
{
	background:#312f2f;
	color:#fff;
	text-align:center;
	padding:20px 0;
	font-size:14px;
	line-height:30px;
}
/*二维码*/
@media (min-width:1100px)
{
	.code
	{
		position:fixed;
		top:20%;
		right:0px;
		z-index:999999;
		color:#333;
		line-height:20px;
		font-size:15px;
		text-align:center;
		background:rgba(255,255,255,0.7);
		padding:4px 7px;
		border-radius:10px;
	}
	.code img
	{
		width:165px;
		height:165px;
	}
	.code p
	{
		margin-top:10px;
	}
	.code p span
	{
		color:#ff8300;
	}
	.close1
	{
		width: 25px;
		height: 25px;
		display: block;
		margin-left:160px;
		background:url(/images/rt-thread/close.png) no-repeat;
	}
}
@media (max-width:1100px)
{
	.code
	{
		position:fixed;
		top:20%;
		right:0px;
		z-index:999999;
		color:#333;
		line-height:20px;
		font-size:15px;
		text-align:center;
		background:rgba(255,255,255,0.7);
		padding:4px 0px;
		border-radius:10px;
	}
	.code img
	{
		width:100px;
		height:100px;
	}
	.code p
	{
		margin-top:10px;
	}
	.code p span
	{
		color:#ff8300;
	}
	.close1
	{
		width: 25px;
		height: 25px;
		display: block;
		margin-left:160px;
		background:url(/images/rt-thread/close.png) no-repeat;
	}
}
.th_text
{
	float:right;
}
.th_text a
{
	color:#999;
	float:left;
}
.th
{
	width: 22px;
    height: 22px;
    display: block;
	margin-top:4px;
	float:left;
    background: url(/images/rt-thread/th.png) no-repeat;
}
/*弹窗*/
.modal-text1
{
	font-size:14px;
	line-height:25px;
	color:#2961ea;
}
.form-horizontal 
{
   margin-top:30px;
}
.form-horizontal  textarea
{
	width:100%;
	height:60px;
	resize:none;
	border:1px solid #cac8c8;
	border-radius:3px;
	font-size:14px;
}
.aradio label
{
	margin-right:10px;
	font-weight:normal;
}
.modal-header {
    padding: 15px;
   background:#2961ea;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
	color:#fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.btn-primary {
    color: #fff;
    background-color: #2961ea;
	border-radius:40px;
	margin:0 auto;
	width:80px;
	display:block;
}
.btn-default {
    color: #fff;
    background-color: #2961ea;
	border-radius:40px;
	margin:0 auto;
	width:80px;
	display:block;
}
.modal-text2
{
	color:#999;
	line-height:30px;
	font-size:14px;
}
.modal-text3
{
	text-align:center;
	font-size:14px;
	line-height:25px;
	color:#2961ea;
}
@media (max-width:1100px)
{
	.agenda-line
	{
		display:none;
	}
	.nav a {
    line-height: 40px;
    font-size: 1em;
    color: #fff;
}
.cj {
    min-height: 30px;
    background: #f6dc4e;
    color: #1f69f0;
    line-height: 30px;
    border-radius: 50px;
    float: left;
     margin-top: 0px; 
    padding: 0 0.7em;
	cursor:pointer;
}
.flo_nav
{
	display:none;
}

}

@media (max-width:1400px)
{
	.flo_nav
{
	background:#125be1;
	border-radius:80px;
	position:fixed;
	z-index:9;
	top:30%;
	left: 0px;
	padding: 8px;
}
.flo_nav li
{
	line-height:35px;
	color:#fff;
}
.flo_nav li a
{
	color:#fff;
	background:#125be1;
	font-size:13px;
	padding: 3px 5px;
	color:#fff;
}
.sign_a
{
	background:#f6dc4e !important;
	padding:5px 10px;
	color:#125be1 !important;
	border-radius:20px;
}

.live
{
	background:#f85b24 !important;
	padding:5px 10px;
	color:#fff !important;
	border-radius:20px;
}

}
@media (max-width:750px)
{
.flo_nav
{
	display:none;
}

}
@media (min-width:1400px)
{
/*左边浮动导航*/
.flo_nav
{
	background:#125be1;
	border-radius:80px;
	position:fixed;
	z-index:9;
	top:30%;
	left:20px;
	padding:20px;
}
.flo_nav li
{
	line-height:45px;
	color:#fff;
}
.flo_nav li a
{
	color:#fff;
	background:#125be1;
	padding:5px 10px;
	color:#fff;
}
.sign_a
{
	background:#f6dc4e !important;
	padding:5px 10px;
	color:#125be1 !important;
	border-radius:20px;
}

.live
{
	background:#f85b24 !important;
	padding:5px 10px;
	color:#fff !important;
	border-radius:20px;
}
}
@media (min-width:1100px)
{
.requirement_text
{
	background:url(/images/rt-thread/1_31.png) no-repeat;
	width:999px;
	height:506px;
	margin:0 auto;
	
}
.requirement h1
{
	color: #f6dc4e;
	text-align:center;
	font-size:1.3em;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0;
    display: block;
    padding-top:40px;
}
.requirement p
{
	line-height:34px;
	padding:10px 0;
	width: 630px;
	margin:50px auto;
	color:#fff;
	font-size:.9em;
}

.requirement_text i
{
	padding:0px 5px;
	margin-right:2px;
	border-radius:60px;
	background:#fbcc28;
	color:#3d6fff;
	font-size:10px;
	font-style:normal;
}
}

@media (max-width:1100px)
{
.requirement_text
{
	background:#2961ea;
	width:100%;
	border-radius:10px;
	max-height:506px;
	padding:10px;
	
}
.requirement h1
{
	color: #f6dc4e;
	text-align:center;
	font-size:1.3em;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0;
    display: block;
}
.requirement p
{
	line-height:30px;
	padding:10px 0;
	color:#fff;
	font-size:.9em;
}

.requirement_text i
{
	padding:0px 5px;
	margin-right:2px;
	border-radius:60px;
	background:#fbcc28;
	color:#3d6fff;
	font-size:10px;
	font-style:normal;
}
}
 @media screen and (min-width: 1200px) and (max-width: 1280px) {
     .jz {
    padding: 30px 50px;
}
.introduce
{
padding: 0px 50px;

}
.three {
    padding: 50px;
    background: #2961ea;
}
.rule {
   padding: 0 50px;
}
.more {
   padding: 0 50px;
}
     
 }
.right
{
	float:right;
}
.left label
{
	padding:0 !important;
}

.right lable
{
	padding:0;
}
.fm
{
	padding:0;
}

/*728 ltt+ 颁奖名单*/
.result1
		{
		background:#eccb7b;
		border-radius:5px;
		padding:25px 0;
		margin-top:20px;
		}
		.result_tit
		{
		
		text-align:center;
		width:120px;
		margin:0 auto;
		height:105px;
		display:block;
		margin-top:-50px;
		position:relative;
		background: url(/images/rt-thread/47.png) no-repeat;
		}
			.result_tit b
		{
		position:absolute;
		top:72px;
		left:28px;
		color:#fff;
		}
		.pri
		{
		text-align:center;
		font-size:16px;
		font-weight:bold;
		color:#e8440a;
		padding:20px 0 0 0;
		}
		.prize_get
		{
		}
		.prize_get li
		{
		padding:10px 0;
		}
		.prize_get img
		{
		width:80px;
		margin:0 auto;
		display:block;
		height:80px;
		border-radius:50%;}
		.prize_get p
		{
		text-align:center;}
		.prize_get a
		{
		color:#333;
		cursor:pointer;
		}
		.prize_get .pp1
		{
		text-align:center;
		font-weight:bold;
		line-height:30px;
		font-size:16px;
		}
		.prize_get .pp2
		{
		font-size:14px;
		line-height:24px;
		}
		@media (max-width: 992px) {
   .prize_get img
		{
		width:50px;
		margin:0 auto;
		display:block;
		height:50px;
		border-radius:50%;}
}
		
/*自定义五等分*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
 
}
 
.col-xs-1-5 {
    width: 20%;
    float: left;
}
 
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.clear:after { display:block; clear:both; content:"."; visibility:hidden; height:0; }
.clear {zoom:"1";}