@charset "utf-8";

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input:focus{ outline:none}
ul li{
	list-style:none;
}
input,textarea,select,option{
    outline: none;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
img{
	padding:0;
	margin:0;
	border:0;
}
.clearfix:before, .clearfix:after { 
	content: " "; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}
body{
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
	font-size:14px;
	background-color:#eef3fa;
}
.header{
	width:100%;
	margin:0 auto;
	height:84px;
	background:url(../images/joinbg.jpg) no-repeat center center;
}
.containers{
	width:1200px;
	margin:0 auto;
}
/*加入我们*/
.header_txt{
	float:left;
	padding-top:33px;
	color:#fff;
	font-size:17px;
	padding-left: 23px;
	text-transform:uppercase;
}
.header_logo{
	float:right;
	margin-top:10px;
}
nav{
	background:url(../images/jsnavbg.jpg) no-repeat top center;
	height:51px;
	clear:both;
}
.menu li{
	float:left;
	width:240px;
	text-align:center;
}
.menu li a{
	color:#fff;
	font-size:18px;
	line-height:47px;
}
.menu li a:hover{
	color:#fecd38;
}
.menu li .current{
	color:#fecd38;
}
/*.top_fc{
	padding-left: 370px;
    float: left;
    line-height: 32px;
    font-size: 12px;
    display: none;
}*/
.top_fc{
	width:154px;
	float:left;
	text-align:center;
	line-height: 32px;
    font-size: 14px;
	font-weight:bold;
}
.top_fc1{
	padding-left:262px;
    float: left;
    line-height: 32px;
    font-size: 12px;
}
.span1{
	color:#143740;
	padding:0 10px;
}
.span2{
	color:#00b0f0;
	padding:0 10px;
}
.home-join{
	padding:0px 95px;
	overflow:hidden;
}
.join_title{
	margin-top:20px;
	overflow:hidden;
}
.join_title p{
	float:left;
	color:#215968;
	background:url(../images/yuan2.jpg) no-repeat left center;
	padding-left:13px;
}
.join_title span{
	float:right;
}
.join_title span a{
	display:block;
	color:#1c7dbf;
	text-decoration:underline;
	font-style:italic;
	cursor:pointer;
}
/*隐私政策*/


.join_con{
	margin:25px 0px 100px 0px;
	overflow:hidden;	
}
.join_1{
	margin-bottom:27px;
	overflow:hidden;
}
.join_1box1{
	float:left;
	width:180px;
}
.join_1box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:15px;
}
.join_1box1 input{
	width:167px;
	height:31px;
	outline:none;
	color:#c5c7c9;
	border:1px solid #c5c7c9;
	line-height:29px;
	padding-left:10px;
	background-color:#eef3fa;
	margin-left: 13px;
}
.join_1box2{
	float:left;
	width:167px;
	margin: 0px 22px;
}
.join_1box2 p{
	color:#0085db;
	margin-bottom:15px;
}
.join_1box2 input{
	width:167px;
	height:31px;
	outline:none;
	color:#c5c7c9;
	border:1px solid #c5c7c9;
	line-height:29px;
	padding-left:10px;
	background-color:#eef3fa;
}
.join_1box1 input.lname{
	margin-left:0 !important;
}

.join_2{
	margin-bottom:20px;
	overflow:hidden;
}
.join_2box1{
	overflow:hidden;
}
.join_2box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:15px;
}
.join_2box2{
	float:left;
	margin-right:38px;
	position: relative;
	margin-left:13px;
}
.join_2box2 input{
	float:left;
	margin-top:10px;
	border:1px solid #ff5400;
	margin-right:7px;
}
.join_2box2 input[type="radio"] {
	width: 14px;
    height: 14px;
    opacity: 0;
}
.join_2box2 label{
	position: absolute;
   	left: 0px;
    top: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccced1;
	background-color:#eef3fa;
}
/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
.join_2box2 input:checked+label { 
	background-color: #eef3fa;
	border: 1px solid #ccced1;
}
.join_2box2 input:checked+label::after {
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
   	top: 3px;
    left: 3px;
	background-color:#7f7f7f;
	border-radius: 50%;
}
.join_2box2 p{
	float:left;
	font-size:14px;
	color:#7f7f7f;
	margin-right:0;
}

.join_3{
	margin-bottom:27px;
	height:65px;
}
.join_3box1{
	overflow:hidden;
}
.join_3box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:15px;
}
.join_3box2{
	color:#7f7f7f;
	font-size:14px;
	line-height: 27px;
}
.join_3box2 select{
	display:none;
}
.join_3box2 .select_box{
	float:left;
	width: 91px;
	height:31px;
    line-height:29px;
    border: 1px solid #986f4b;
	background-color:#eef3fa;
	color:#7f7f7f;
	position:relative;
	text-align:center;
}
.join_3box2 .select_showbox{
	height:29px;
	background:url(../images/select4.jpg) no-repeat right center;
	color: #7f7f7f;
}
.join_3box2 .select_showbox.active{
	background:url(../images/select4.jpg) no-repeat right center;
}
.join_3box2 .select_option{
	width: 100%;
	border:1px solid #c5c7c9;
	border-top:none;
	display:none;
	left:0px;
	top:30px;
	position:absolute;
	z-index:9999;
	background:#eef3fa;
}
.join_3box2 .select_option li{
	width: 100%;
	cursor:pointer; 
	line-height:20px;
}
.join_3box2 .select_option li.selected{
	color:#7f7f7f;
}
.join_3box2 select option{
	position:absolute;
	top:44px;
	left:10px;
	z-index:999;
}
select::-ms-expand { 
	display: none; 
}

/*月*/
.yue{
	float:left;
	margin-right:7px;
}
.yue .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}
/*年*/
.nian{
	float:left;
	margin-right:7px;
}
.nian .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}
/*国籍*/
.nation{
	float:left;
	margin-right:7px;
}
.nation .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}

.join_4{
	margin-bottom:27px;
	height:175px;
}
.join_4box1{
	overflow:hidden;
}
.join_4box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
}
.join_4box2{
	color:#7f7f7f;
	font-size:14px;
	padding-left:13px;
	line-height: 25px;
	font-style:italic;
}
.join_4box3{
	color:#7f7f7f;
	font-size:14px;
	width:600px;
}
.join_4box3 p{
	color:#7f7f7f;
	font-size:14px;
	line-height: 25px;
	padding-left:13px;
	margin-bottom: 5px;
}
.join_4box3 select{
	display:none;
}
.join_4box3 .select_box{
	float:left;
	width: 91px;
	height:31px;
    line-height:29px;
    border: 1px solid #986f4b;
	background-color:#eef3fa;
	color:#7f7f7f;
	position:relative;
	text-align:center;
}
.join_4box3 .select_showbox{
	height:29px;
	background:url(../images/select4.jpg) no-repeat right center;
	color: #7f7f7f;
}
.join_4box3 .select_showbox.active{
	background:url(../images/select4.jpg) no-repeat right center;
}
.join_4box3 .select_option{
	width: 100%;
	border:1px solid #c5c7c9;
	border-top:none;
	display:none;
	left:0px;
	top:30px;
	position:absolute;
	z-index:9999;
	background:#eef3fa;
}
.join_4box3 .select_option li{
	width: 100%;
	cursor:pointer; 
	line-height:20px;
}
.join_4box3 .select_option li.selected{
	color:#7f7f7f;
}
.join_4box3 select option{
	position:absolute;
	top:44px;
	left:10px;
	z-index:999;
}
select::-ms-expand { 
	display: none; 
}

/*国家*/
.country{
	float:left;
	margin-right:7px;
	margin-bottom: 5px;
}
.country .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}
/*地区*/
.state{
	float:left;
	margin-right:7px;
	margin-bottom: 5px;
}
.state .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}
/*城市*/
.city{
	float:left;
	margin-right:7px;
	margin-bottom: 5px;
}
.city .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}
/*时区*/
.timezone{
	float:left;
	margin-right:7px;
	margin-bottom: 5px;
}
.timezone .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}

.join_5{
	margin-bottom:27px;
	overflow:hidden;
}
.join_5box1{
	overflow:hidden;
}
.join_5box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
}
.join_5box2{
	color:#7f7f7f;
	padding-left:13px;
	line-height: 25px;
	font-style:italic;
	font-size:12px;
	margin-bottom:5px;
}
.join_5box3{
	color:#7f7f7f;
	font-size:14px;
}
.join_5box3 input{
	width: 167px;
    height: 31px;
    outline: none;
    color: #c5c7c9;
    border: 1px solid #c5c7c9;
    line-height: 29px;
    padding-left: 10px;
    background-color: #eef3fa;
    margin-left: 13px;
}
.jsemails{
	margin-left:0 !important;
}

.join_6{
	margin-bottom:27px;
	height:85px;
}
.join_6box1{
	overflow:hidden;
}
.join_6box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
}
.join_6box2{
	color:#7f7f7f;
	padding-left:13px;
	line-height: 27px;
}
.join_6box2_1{
	float:left;
	margin-right:8px;
}
.join_6box2_1 p{
	color:#7f7f7f;
	font-size:14px;
	line-height: 25px;
	margin-bottom: 5px;
}
.join_6box2_1 select{
	display:none;
}
.join_6box2_1 .select_box{
	float:left;
	width: 91px;
	height:31px;
    line-height:29px;
    border: 1px solid #986f4b;
	background-color:#eef3fa;
	color:#7f7f7f;
	position:relative;
	text-align:center;
}
.join_6box2_1 .select_showbox{
	height:29px;
	background:url(../images/select4.jpg) no-repeat right center;
	color: #7f7f7f;
}
.join_6box2_1 .select_showbox.active{
	background:url(../images/select4.jpg) no-repeat right center;
}
.join_6box2_1 .select_option{
	width: 100%;
	border:1px solid #c5c7c9;
	border-top:none;
	display:none;
	left:0px;
	top:30px;
	position:absolute;
	z-index:9999;
	background:#eef3fa;
}
.join_6box2_1 .select_option li{
	width: 100%;
	cursor:pointer;
	line-height:20px;
}
.join_6box2_1 .select_option li.selected{
	color:#7f7f7f;
}
.join_6box2_1 select option{
	position:absolute;
	top:44px;
	left:10px;
	z-index:999;
}
select::-ms-expand { 
	display: none; 
}

/*国家编号*/
.countrycode{
	float:left;
	margin-right:7px;
}
.countrycode .select_box{
	float:left;
	width:356px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
}
.join_6box2_2{
	float:left;
}
.join_6box2_2 p{
	color:#7f7f7f;
	font-size:14px;
	line-height: 25px;
	margin-bottom: 5px;
}
.join_6box2_2 input{
	width: 84px;
    height: 31px;
    outline: none;
    color: #c5c7c9;
    border: 1px solid #c5c7c9;
    line-height: 29px;
    padding-left: 10px;
    background-color: #eef3fa;
}

.join_7{
	margin-bottom:20px;
	overflow:hidden;
	width:600px;
}
.edu{
	width:140px !important;
}

.join_8{
	margin-bottom:27px;
	overflow:hidden;
}
.join_8box1{
	overflow:hidden;
}
.join_8box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:15px;
}
.join_8box2{
	color:#7f7f7f;
	padding-left:13px;
	line-height: 27px;
}
.join_8box2 input{
    width: 356px;
    height: 31px;
    line-height: 29px;
    border: 1px solid #c5c7c9;
    background-color: #eef3fa;
    font-size: 14px;
    color: #7f7f7f;
	padding-left:10px;
}

.join_9{
	margin-bottom:27px;
	overflow:hidden;
}
.join_9box1{
	overflow:hidden;
}
.join_9box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.join_9box2{
	color:#7f7f7f;
	padding-left:13px;
	line-height: 25px;
	font-style:italic;
	font-size:14px;
	margin-bottom:5px;
}
.join_9box3{
	color:#7f7f7f;
	font-size:14px;
}
.work{
	margin-right:89px;
}

.join_10{
	margin-bottom:15px;
	overflow:hidden;
}
.join_10box1{
	overflow:hidden;
}
.join_10box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
}
.join_10box2{
	color:#7f7f7f;
	padding-left:13px;
	line-height: 25px;
	font-size:14px;
	margin-bottom:5px;
}
.join_10box3{
	color:#7f7f7f;
	font-size:14px;
}
.join_10box3s{
	overflow:hidden;
	margin:0px 0px 12px 13px;
}
.join_10box3s span{
	position: relative;
	float:left;
	margin-right: 11px;
}
.join_10box3s .input_check {
	position: absolute;
	visibility: hidden;
}
.join_10box3s .input_check+label {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #c5c7c9; 
	background-color:#eef3fa;
	border-radius: 3px;    
} 
.join_10box3s .input_check:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 8px;
	width: 6px;
	height: 2px; 
	border: 2px solid #0085db;
	border-top-color: transparent;
	border-right-color: transparent; 
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}
.join_10box3s p{
	float:left;
	line-height: 13px;
}

.join_11{
	overflow:hidden;
}
.join_11box1{
	overflow:hidden;
}
.join_11box1 p{
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
}
.join_11box2{
	margin-bottom:10px;
	overflow:hidden;
	padding-left:13px;
}
.join_11box2 p{
	color:#7f7f7f;
	font-size:14px;
	margin-bottom:10px;
}
.join_11box2 input{
	width: 356px;
    height: 31px;
    line-height: 29px;
    border: 1px solid #c5c7c9;
    background-color: #eef3fa;
    font-size: 14px;
    color: #7f7f7f;
	padding-left:10px;
	outline:none;
}
.join_11box3{
	margin-bottom:10px;
	padding-left:13px;
	height: 60px;
}
.join_11box3 p{
	color:#7f7f7f;
	font-size:14px;
	margin-bottom:10px;
}
.join_11box3_con{
	color:#7f7f7f;
	font-size:14px;
	line-height: 27px;
}
.join_11box3_con select{
	display:none;
}
.join_11box3_con .select_box{
	float:left;
	width: 91px;
	height:31px;
    line-height:29px;
    border: 1px solid #986f4b;
	background-color:#eef3fa;
	color:#7f7f7f;
	position:relative;
	text-align:center;
}
.join_11box3_con .select_showbox{
	height:29px;
	background:url(../images/select4.jpg) no-repeat right center;
	color: #7f7f7f;
}
.join_11box3_con .select_showbox.active{
	background:url(../images/select4.jpg) no-repeat right center;
}
.join_11box3_con .select_option{
	width: 100%;
	border:1px solid #c5c7c9;
	border-top:none;
	display:none;
	left:0px;
	top:30px;
	position:absolute;
	z-index:9999;
	background:#eef3fa;
}
.join_11box3_con .select_option li{
	width: 100%;
	cursor:pointer; 
	line-height:20px;
}
.join_11box3_con .select_option li.selected{
	color:#7f7f7f;
}
.join_11box3_con select option{
	position:absolute;
	top:44px;
	left:10px;
	z-index:999;
}
select::-ms-expand { 
	display: none; 
}

/*前面时间*/
.ptime{
	float:left;
	margin-right:7px;
}
.ptime .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
}
/*后面时间*/
.ltime{
	float:left;
	margin-right:7px;
}
.ltime .select_box{
	float:left;
	width:167px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
	margin-left:13px;
}

.join_11box4{
	margin-bottom:10px;
	overflow:hidden;
	padding-left:13px;
}
.join_11box4 p{
	color:#7f7f7f;
	font-size:14px;
	margin-bottom:10px;
}
.join_11box4 input{
	width: 167px;
    height: 31px;
    line-height: 29px;
    border: 1px solid #c5c7c9;
    background-color: #eef3fa;
    font-size: 14px;
    color: #7f7f7f;
	padding-left:10px;
	outline:none;
}

.join_11box5{
	margin-bottom:10px;
	overflow:hidden;
	padding-left:13px;
}
.join_11box5 p{
	color:#7f7f7f;
	font-size:14px;
	margin-bottom:10px;
}
.join_11box5 textarea{
	width: 100%;
    line-height: 22px;
    border: 1px solid #c5c7c9;
    background-color: #eef3fa;
    font-size: 14px;
    color: #7f7f7f;
	padding-left:10px;
	outline:none;
	resize:none;
}

.join_11box6{
	margin:22px 0px 22px 13px;
	overflow:hidden;
}
.join_11box6 input{
	width:77px;
	height:28px;
	line-height:26px;
	border-radius:25px;
	margin-right:8px;
	outline:none;
	background-color:#eef3fa;
	text-align:center;
	cursor:pointer;
}
.join_11box6 input.reset{
	color:#7f7f7f;
	border:1px solid #c5c7c9;
}
.join_11box6 input.submit{
	color:#0085db;
	border:1px solid #0085db;
}

.join_11box7{
	margin-bottom:22px;
	overflow:hidden;
	background:url(../images/yuan3.jpg) no-repeat left center;
	padding-left:13px;
}
.join_11box7 a{
	display:block;
	width:172px;
	height:28px;
	line-height:26px;
	border-radius:25px;
	outline:none;
	background-color:#eef3fa;
	text-align:center;
	border:1px solid #0085db;
	color:#0085db;
}

.join_12{
	margin-bottom:20px;
	overflow:hidden;
}
.join_12box1{
	overflow:hidden;
}
.join_12box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
}
.join_12box2{
	color:#7f7f7f;
	padding-left:13px;
	line-height: 25px;
	margin-bottom:5px;
}
.join_12box3{
	color:#7f7f7f;
	font-size:14px;
	float:left;
	margin-right:38px;
	position: relative;
	margin-left:13px;
}
.join_12box3 input{
	float:left;
	margin-top:10px;
	border:1px solid #ff5400;
	margin-right:7px;
}
.join_12box3 input[type="radio"] {
	width: 14px;
    height: 14px;
    opacity: 0;
}
.join_12box3 label{
	position: absolute;
   	left: 0px;
    top: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccced1;
	background-color:#eef3fa;
}
/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
.join_12box3 input:checked+label { 
	background-color: #eef3fa;
	border: 1px solid #ccced1;
}
.join_12box3 input:checked+label::after {
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
   	top: 3px;
    left: 3px;
	background-color:#7f7f7f;
	border-radius: 50%;
}
.join_12box3 p{
	float:left;
	font-size:14px;
	color:#7f7f7f;
	margin-right:0;
}

.join_13{
	overflow:hidden;
}
.join_13box1{
	overflow:hidden;
}
.join_13box1 p{
	padding-left:13px;
	color:#0085db;
	margin-bottom:15px;
}
.join_13box2{
	margin-bottom:10px;
	overflow:hidden;
	padding-left:13px;
}
.photo {
	float:left;
    width:91px;
    height:91px;
    background-color: #eef3fa;
    overflow: hidden;
    color: #8a8a8a;
	font-size:12px;
    position: relative;
	display:block;
    border: 1px solid #c5c7c9;
    text-align: center;
	margin-bottom: 10px;
}
.photo img{
	text-align:center;
	display:block;
	margin:0 auto;
	width:33px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.photo input {
    width: 100%;
	height: 91px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.join_14{
	height:85px;
}
.join_14box1{
	overflow:hidden;
}
.join_14box1 p{
	background:url(../images/red1.jpg) no-repeat left center;
	padding-left:13px;
	color:#0085db;
	margin-bottom:5px;
}
.join_14box2{
	color:#7f7f7f;
	padding-left:13px;
	line-height: 27px;
}
.join_14box2 select{
	display:none;
}
.join_14box2 .select_box{
	float:left;
	width: 91px;
	height:31px;
    line-height:29px;
    border: 1px solid #986f4b;
	background-color:#eef3fa;
	color:#7f7f7f;
	position:relative;
	text-align:center;
}
.join_14box2 .select_showbox{
	height:29px;
	background:url(../images/select4.jpg) no-repeat right center;
	color: #7f7f7f;
}
.join_14box2 .select_showbox.active{
	background:url(../images/select4.jpg) no-repeat right center;
}
.join_14box2 .select_option{
	width: 100%;
	border:1px solid #c5c7c9;
	border-top:none;
	display:none;
	left:0px;
	top:30px;
	position:absolute;
	z-index:9999;
	background:#eef3fa;
}
.join_14box2 .select_option li{
	width: 100%;
	cursor:pointer;
	line-height:20px;
}
.join_14box2 .select_option li.selected{
	color:#7f7f7f;
}
.join_14box2 select option{
	position:absolute;
	top:44px;
	left:10px;
	z-index:999;
}
select::-ms-expand { 
	display: none; 
}

/*国家编号*/
.hear{
	float:left;
	margin-right:7px;
}
.hear .select_box{
	float:left;
	width:356px;
	height:31px;
    line-height:29px;
    border: 1px solid #c5c7c9;
	background-color:#eef3fa;
    font-size: 14px;
	color:#7f7f7f;
	position:relative;
	margin-right:7px;
}

.join_15{
	border-top:1px solid #badbf6;
	padding-top:27px;
	color:#7f7f7f;
	font-size:14px;
	margin-bottom:27px;
	overflow:hidden;
}
.join_15 span{
	position: relative;
	float:left;
	margin-right: 9px;
}
.join_15 .input_check {
	position: absolute;
	visibility: hidden;
}
.join_15 .input_check+label {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #c5c7c9; 
	background-color:#eef3fa;
	border-radius: 3px;    
} 
.join_15 .input_check:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 8px;
	width: 6px;
	height: 2px; 
	border: 2px solid #0085db;
	border-top-color: transparent;
	border-right-color: transparent; 
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}
.join_15 p{
	float:left;
	line-height: 13px;
}

footer{
	width:100%;
	margin:0 auto;
}
.footer{
	margin-bottom:20px;
	overflow:hidden;
}
.footer p{
	float:left;
	color:#7f7f7f;
	padding-left:13px;
	background:url(../images/yuan3.jpg) no-repeat left center;
	line-height:33px;
}
.footer p a{
	color:#0085db;
}
.footer span{
	float:right;
}
.footer span img{
	width:201px;
	height:33px;
}

.join_16{
	overflow:hidden;
	text-align: center;
}
.join_16 input{
	width: 104px;
	margin:0 auto;
    height: 38px;
	font-size:20px;
    line-height: 36px;
    border-radius: 25px;
    outline: none;
    background-color: #eef3fa;
    text-align: center;
	color: #0085db;
    border: 1px solid #0085db;
    cursor: pointer;
}

/*待上课程*/
.bai{
	height:16px;
}
.top{
	display:block;
	background:url(../images/tjgtopbg1.jpg) no-repeat center center;
	line-height:30px;
	height:36px;
}
.top_fl{
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	width:598px;
	padding-left: 170px;
	padding-top:2px;
}
.top_fl span{
	font-size:16px !important;
}
.top_cen{
    font-size:12px;
    float:left;
    line-height:30px;
    margin-left:362px;
}
.top_cen span{
    float:left;
    display: block;
    color:#143740;
    width:62px;
    text-align: center;
}
.top_cen p{
    float:left;
    color:#00b0f0;
    width:62px;
    text-align: center;
}
.top_fr{
	float:right;
}
.top_fr a{
	float:left;
	background:url(../images/jstopa.png) no-repeat right 10px;
	margin-left:10px;
	font-size:12px;
	line-height:30px;
	color:#fff;
}
.top_fr2{
	float:right;
}
.top_fr2 li{
	float:left;
	background:url(../images/ptopb.png) no-repeat right center;
	margin-left:9px;
	line-height:30px;
    padding-right:9px;
}
.top_fr2 li:last-child{
    padding-right: 0px;
}
.top_fr2 a{
	color:#fff;
	font-size:12px;
	
}

.you1{
	color:#fff;
	padding-right: 10px;
	line-height: 20px !important;
}
.top_fr2 sup{
	line-height: 20px !important;
	padding-left:4px;
}
.you2{
	color:#fff;
	padding-right: 10px;
}
.you3{
	color:#00b0f0;
	background:none !important;
}
.personalnav{
	display:block;
	width: 100%;
	margin:0 auto;
	height:72px;
	clear: both;
}
.yx{
	float:left;
	position:absolute;
	top:0;
	z-index:999;
}
.yx a{
	display:block;
}
.yx a img{
	/*width:100%;*/
	height:auto;
    margin-top: 2px;
}
.jstime{
	/* float:right;
	width:834px;
	height:57px;
	margin-top:13px;
	background:url(../images/tjgtimebg.png) no-repeat center center;
	padding:10px 30px 10px 31px;
	overflow:hidden; */
	float: right;
    width: 866px;
    height: 54px;
    margin-top: 15px;
    background: #2dc8ff;
    border-radius: 180px;
    border: 1px solid #143741;
    box-shadow: 0px 1px 1px #cfcfcf;
    padding: 9px 25px;
    overflow: hidden;
}
.jstime_fl{
	float:left;
	width:140px;
	border-right:1px dotted #fff;
}
.jstime_fl_gs{

	width:120px;

}
.jstime_fl2{
	float:left;
	font-size:12px;
	color:#143741;

}
.jstime_fl2 h3{
	font-weight:normal;
    font-size:12px;
    color:#143741;
}
.jstime_fl2 p{
    font-size:16px;
    color:#fff;
    font-weight: bold;

}
.jstime_fr{
    float:right;
    width:674px;
    font-size:12px;
    padding-left:12px;
    overflow:hidden;
    position:relative;
}
.jstime_fr_gs{
	width:652px;
}
.jstime_fr li{
    line-height:18px;
}
.jstime_fr .bd ul{
    overflow:hidden;
    zoom:1;
}
.jstime_fr li a{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:10px;

}
.jstime_fr li:nth-child(odd) a{
    background:url(../images/black.png) no-repeat left center;
    color:#143741;
}
.jstime_fr li:nth-child(even) a{
    color:#fff;
    background:url(../images/white.png) no-repeat left center;
}
/*.jstime_fr li a:hover{
    background:url(../images/white.png) no-repeat left center;
    color:#fff;
}*/


.jscenter_title_fr{
    float:right;
    font-size:12px;

}
.jscenter_title_fr span{
    display : block;
    float:left;
    background: url("../images/tjgdot1.png") no-repeat left center;
    padding-left:10px;
   font-size:14px;
    color:#112d35;
}
.jscenter_title_fr span b{
	font-weight: normal;
}
.jscenter_title_fr p{
    display : block;
    float:left;
    background: url("../images/tjgdot2.png") no-repeat left center;
    padding-left:10px;
    float:left;
    margin-left:21px;
}
.jscenter_title_fr p b{
    color:#a5a5a5;
    font-weight: normal;
}
.footer_fl{
	float: left;
    width: 1071px;
    height: 30px;
    background: #143942;
    border-radius: 15px;
    padding: 0px 25px 0px 25px;
    overflow: hidden;
}
.footer_fl p{
    float:left;
    color:#fff;
    line-height:28px;
    font-size:12px;
}
.footer_fl p b{
    color:#466672;
    font-weight: normal;
}
.footer_fl img{
	float:left;
	margin-top:7px;
}
.footer_fr{
	float:right;
	width:120px;
	height:30px;
	background: #143942;
    border-radius: 15px;
    overflow: hidden;
}
.footer_fr img{
	width:120px;
	height:30px;
}
.footer_flr{
	float:right;
}
.footer_flr a{
	float:left;
	font-size:12px;
	margin-left:25px;
	line-height:28px;
	cursor:pointer;
}
.footer_flr a.flr1{
	color:#00b0f0;
}
.footer_flr a.flr2{
	color:#ffc000;
}
.footer_flr a.flr3{
	color:#dd61eb;
}
.footer_flr a.flr4{
    color:#92d050;
}

.home-jscenter{
	width:100%;
	margin:20px auto;
	overflow:hidden;
}
.jscenter_fl{
	float:left;
	width: 238px;
    padding-left: 46px;
}
.jscenter_fl_title{
	color: #00b0f0;
    font-size: 14px;
    padding-left:38px;
    line-height: 22px;
	background:url(../images/js_y.jpg) no-repeat 21px center;
	line-height:25px;
}

.jscenter_fl_menu{
	width: 192px;
    border-right: 1px #143741 dotted;
	margin-top:10px;
}
.jscenter_fl_menu li{
	width: 178px;
    line-height: 48px;
    box-shadow: 0 2px 2px #cfcfcf;
    text-align: center;
    margin-bottom: 9px;
	border-radius: 180px;
}
.jscenter_fl_menu li a{
	display:block;
	font-size: 15px;
	line-height: 46px;
	color: #143741;
    border: 1px #143741 solid;
	border-radius: 180px;
    background-color: #e3e5e6;
    box-shadow: inset 0 2px 2px #cfcfcf; 
}
.jscenter_fl_menu li a:hover{
	color: #00b0f0;
    background-color: #143741;
    border: 1px #143741 solid;
    box-shadow: inset 0 2px 2px #0a2127;
}
.jscenter_fl_menu li .current{
	color: #00b0f0;
    background-color: #143741;
    border: 1px #143741 solid;
    box-shadow: inset 0 2px 2px #0a2127;
}

.jscenter_fr{
	float:right;
	width:901px;
	margin-right:46px;
}
.jscenter_frs{
	overflow:hidden;
}
.jscenter_fr_title{
	font-size:14px;
	color:#112d35;
	background:url(../images/js_z.jpg) no-repeat left center;
	padding-left:16px;
	margin-bottom:13px;
	line-height:25px;
}
.jscenter_fr_title a{
    font-size:14px;
    color:#00b0f0;
}
.jscenter_gognzi{
	float:right; margin-top:19px; text-align:right; 
}
.jscenter_gognzi span{
    display : block;
    float:left;
    background: url("../images/js_z.jpg") no-repeat left center;
    padding-left:16px;
    float:left;
    color:#112d35;
	margin-left:20px;
	font-size:14px;
	line-height:25px;
}

.jscenter_gognzi a{
	
    font-size:14px;
    color:#00b0f0;
}

/*我的积分账单*/

.tjgaccount_info{
    margin-top:140px;
    margin-left:216px;
    color:#153943;
    font-size:14px;

}
.tjg_top{
    line-height:27px;
}
.tjg_top input{
    width:74px;
    height:27px;
    line-height:27px;
    border:1px solid #d6d6d6;
    padding:0 3px;
    outline: 0;
	background-color:transparent;
}
.tjg_sub{
    background:url("../images/tjgsub.png") no-repeat top center ;
    width:69px;
    text-align: center;
    line-height:24px;
    border:0;
    margin-top:84px;
    float:right;
    margin-right:46px;
	background-color: #153943;
	font-size: 12px;
    border-radius: 25px;
    color: #00b0f0;
}
.tjg_sub input{
	background: none;
    font-size:12px;
    color:#00b0f0;
    border:0;
    width:69px;
    height:24px;
    line-height:24px;
    display: block;
    outline: 0;
    cursor: pointer;
}

/*我的积分账单个人*/

.jscenter_incoming_con{
    overflow:hidden;
}
.biaoge{
    border:1px solid #143741;
    border-radius:20px;
}
.biaoge_title{
    background-color:#143741;
    color:#eaf0f7;
    text-align:center;
    overflow:hidden;
}
.biaoge_title li{
    float:left;
    line-height:39px;
    border-right:1px solid #acacac;
}
.biaoge1{
    width:118px;
}
.biaoge2{
    width:309px;
}
.biaoge3{
    width:118px;
}
.biaoge4{
    width:118px;
}
.biaoge5{
    width:118px;
}
.biaoge6{
    width:118px;
    border-right:none !important;
}
.biaoge_con{
    overflow:hidden;
/*    height: 340px;*/
}
.even{
    background-color:#eef4f6;
    overflow:hidden;
}
.odd{
    background-color:#d3dcf5;
    overflow:hidden;
}
.biaoge_con1 li{
    float:left;
    text-align:center;
    border-bottom:1px solid #acacac;
    border-right:1px solid #acacac;
    line-height:34px;
    height:34px;
    color:#143741;
    font-size:12px;
}

.nbiaoge1{
	width:10%;
}
.nbiaoge2{
	width:10%;
}
.nbiaoge3{
	width:10%;
}
.nbiaoge4{
	width:25%;
}
.nbiaoge5{
	width:10%;
}
.nbiaoge6{
	width:10%;
}
.nbiaoge7{
	width:15%;
    border-right:none !important;
}
.fk{
	color:#bbbdba !important;
}
.cg{
	text-decoration:underline;
}
.cg a{
	cursor:pointer;
}

.gsbiaoge1{
	width:9%;
}
.gsbiaoge2{
	width:9%;
}
.gsbiaoge3{
	width:23%;
}
.gsbiaoge4{
	width:6%;
}
.gsbiaoge5{
	width:9%;
}
.gsbiaoge6{
	width:9%;
}
.gsbiaoge7{
	width:8%;
}
.gsbiaoge8{
	width:8%;
}
.gsbiaoge9{
	width:8%;
}
.gsbiaoge10{
	width:8%;
	border-right:none !important;
}



/*分页*/
.jscenter_incoming_page{
    overflow:hidden;
}
.jscenter_frpage1{
    float:left;
    margin-top:15px;
    overflow:hidden;
}
.jscenter_frpage_r1{
    float:left;
    margin-left:25px;
}

.jscenter_frpage{
    margin-top:15px;
    overflow:hidden;
}
.jscenter_frpage_l{
    float:left;
}
.pagev{
    clear:both;
}
.pagev i{
    padding:0px 9px;
    float:left;
}
.pagev span{
    float:left;
}
.pagev span a{
    color:#452310;
    font-size:12px;
    border:1px solid #acacac;
    line-height:24px;
    padding:0px 9px;
    display: inline-block;
    text-decoration:none;
    text-transform:uppercase;
}
.pagev span a:hover{
    color:#fff;
    background-color:#153943;
    border:1px solid #153943;
}

.incoming_report{
    float:right;
    margin-top:15px;
    margin-left:22px;
}
.incoming_report p{
    float:left;
    font-size:12px;
    color:#153943;
    background:url(../images/yuan3.jpg) no-repeat left center;
    padding-left:12px;
    line-height:27px;
    /* margin-right:18px; */
}
.incoming_report a{
    float:left;
    display:block;
    line-height:27px;
    width:84px;
    background-color:#153943;
    text-align:center;
    font-size:14px;
    border-radius:25px;
    color:#00b0f0;
    /* margin-left:13px; */
}



/*账号管理*/

.tjgcenter_number{
    overflow:hidden;
}
.tjgcenter_number.biaoge{
    border:1px solid #143741;
    border-radius:20px;
}
.tjgcenter_number .biaoge_title{
    background-color:#143741;
    color:#eaf0f7;
    text-align:center;
    overflow:hidden;
}
.tjgcenter_number .biaoge_title li{
    float:left;
    line-height:39px;
    border-right:1px solid #acacac;
}
.tjgcenter_number .biaoge1{
    width:171px;
}
.tjgcenter_number .biaoge2{
    width:380px;
}
.tjgcenter_number .biaoge3{
    width:348px;
    border-right:none !important;
}

.tjgcenter_number .biaoge_con1 li.biaoge0{
    border-top:0;
}
.tjgcenter_number .biaoge_con1 li.biaoge00{
    border-top:0;
    margin-top:-17px;
    height: 51px;
}
.tjgcenter_number .biaoge_con{
    overflow:hidden;
}


.tjgcenter_number .biaoge_con1 li{
    float:left;
    text-align:center;
    border-top:1px solid #acacac;
    border-right:1px solid #acacac;
    line-height:34px;
    height:34px;
    color:#143741;
    font-size:12px;
}

.incoming_report a.tianjia{
    width:106px;
    border-radius:25px;
    box-shadow: none;
    color:#fff;
	line-height:24px;
	background-color: #e8590a;
}

.incoming_report a.shanchu{
   width:106px;
    border-radius:25px;
    box-shadow: none;
    color:#fff;
	line-height:24px;
	background-color: #153943;
}

.tjgchaxun{
    background: url("../images/xshydian.png") no-repeat center left;
    padding-left:10px;
    display: block;
    overflow: hidden;
}
.tjgchaxun select{
    height:24px;
    line-height:24px;
    border:1px solid #c5c7c9;
    padding:0 4px;
    color:#7f7f7c;
    margin:0 2px;
    outline: none;
    float:left;
}

.tjgcx{
    width: 69px;
    text-align: center;
    line-height: 24px;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #00b0f0;
    display: block;
    float: left;
    background-color: #153943;
    text-align: center;
    border-radius: 25px;
    color: #00b0f0;
}
.tjgchaxun b{
    font-weight: normal;
    display: block;
    float:left;
    height:25px;
    line-height:25px;
    padding:0 3px;
}
.tjgdc{
    background: url("../images/tjgdc.png") no-repeat top center;
    width:69px;
    height:24px;
    text-align: center;
    line-height:24px;
    border:0;
    outline: none;
    cursor: pointer;
    color:#00b0f0;
    display: block;
    float:left;
}

#goodcover4 {
   
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#goodcover5 {
   
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
/*添加账号*/
#code5{
    z-index: 9999;
    position: fixed;
    top:190px;
    left:50%;
	margin-left:-339px;
    width: 678px;
    height:auto;
   
    border-radius: 20px;
    background-color: #fff;
    border:1px solid #143741;
    padding:24px 26px;
}
.theme-poptit5{
    position: relative;
}
.theme-poptit5 .close {
    float:right;
    position: absolute;
    right:0;
    top:-10px;
}
.theme-poptit5 .close img{
    width:25px;
    height:25px;
}
.theme-popbod5 {
    overflow: hidden;
}

.popbod5_fl_t{
    color: #112d35;
    font-size: 15px;
    border-bottom:1px solid #153943;
    padding-bottom: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    line-height: 20px;
}
.tjgtianjia form {

    overflow: hidden;
}
.tjgtianjia form ul{
	margin-bottom:22px;
	height:25px;

		
}
.tjgtianjia form ul li{
    float:left;
	height:25px;
    margin-right:35px;
}
.tjgtianjia form ul li label{
    height:25px;
    line-height:25px;
    margin-right:15px;
}
.tjgtianjia form ul li input{
    width:168px;
    height:25px;
    line-height:25px;
    color:#7f7f7f;
    padding:0 3px;
    font-size:12px;
    text-transform: capitalize;
}

.tjgtianjia_p{
	background: url("../images/xshydian.png") no-repeat center left;
    padding-left:20px;
    color:#9c9c9c;
    font-size:12px;
    line-height:24px;
}
.tjgsub{
    width:69px;
    height:30px;
    line-height:30px;
    text-align: center;
    border:0;
    margin:15px auto 0 auto;
    display: block;
    outline: none;
    cursor: pointer;
    background-color: #143741;
    text-align: center;
    font-size: 14px;
    border-radius: 25px;
    color: #fff;
}


/*删除账号*/
#code4{
      z-index: 9999;
      position: fixed;
      top:70px;
      left:50%;
	  margin-left:-339px;
      width: 678px;
      height:516px;
 
      border-radius: 20px;
      background-color: #fff;
      border:1px solid #143741;
      padding:24px 26px;
  }
.theme-poptit4{
    position: relative;
}
.theme-poptit4 .close {
    float:right;
    position: absolute;
    right:0;
    top:-10px;
}
.theme-poptit4 .close img{
    width:25px;
    height:25px;
}
.theme-popbod4 {
    overflow: hidden;
}
.popbod4_fl_t{
    color: #112d35;
    font-size: 15px;
    border-bottom:1px solid #153943;
    padding-bottom: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    line-height: 20px;
}

.tjgshanchu p{
    color:#112d35;
    line-height:24px;
}
.tjgtianshanchu table{
    padding:0;
    margin:0;
    width:333px;
    text-align: center;
    margin-top:16px;
  /*  margin-bottom:20px;*/
	width: 25%;
    float: left;
    margin-right: 8%;
}
.tjgtianshanchu table td{
 	
    line-height:24px;
}


.tjgtianshanchu table td span{
    position: relative;
}
.tjgtianshanchu table td .input_check {
    position: absolute;
    visibility: hidden;
}
.tjgtianshanchu table td .input_check+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #143741;
    border-radius: 0px;
}
.tjgtianshanchu table td .input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 8px;
    width: 6px;
    height: 2px;
    border: 2px solid #0085db;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}
.yuangong{
	overflow:hidden;
	margin-bottom:30px;
}


.jscenter_fr_con{
    margin-top:15px;
}
.jscenter_faq_fl{
    float:left;
    width:150px;
}
.jscenter_faq_fl li{
    margin-bottom:7px;
    overflow:hidden;
}
.jscenter_faq_fl li a{
    display:block;
    border-radius:25px;
    font-size:12px;
    width:121px;
    line-height:29px;
    background-color:#eef3fa;
    color:#143741;
    border:1px solid #153943;
    background:url(../images/jsyuan.png) no-repeat 14px center;
    padding-left:28px;
}
.jscenter_faq_fl li a:hover{
    color:#143741;
    border:1px solid #153943;
    background:#00b0f0 url(../images/jsyuan.png) no-repeat 14px center;
}
.jscenter_faq_fl li .current{
    background-color:#00b0f0;
    color:#143741;
    border:1px solid #153943;
    background:#00b0f0 url(../images/jsyuan.png) no-repeat 14px center;
}

.jscenter_faq_fr{
    float:right;
    width:750px;
}

/*FAQ*/
.jscenter_faq_frcon{
    overflow:hidden;
}
.services-list {

}
.services-list li {
    list-style: none;
    border-bottom:1px dotted #00b0f0;
}
.service-title{
    cursor: pointer;
    outline:none;
}
.service-title a{
    display:block;
    font-size:12px;
    color:#003300;
    min-height: 33px;
    line-height: 33px;
}
.service-title a:hover{
    color:#00b0f0;
}
.service-title a.active {
    color:#00b0f0;
}
.service-title p{
    float:left;
    font-size:12px;
/*    text-transform:uppercase;*/
}
.service-title .fr{
    float:right;
    background:url(../images/down1.png) no-repeat right center / 19px 19px;
    width:19px;
    height:19px;
    margin-top:8px;
}
.service-title a:hover .fr{
    float:right;
    background:url(../images/up1.png) no-repeat right center / 19px 19px;
    width:19px;
    height:19px;
    margin-top:8px;
}
.service-title a.active .fr{
    float:right;
    background:url(../images/up1.png) no-repeat right center / 19px 19px;
    width:19px;
    height:19px;
    margin-top:8px;
}
.service-content {
    background: #d0ecf8;
    color: #696969;
    line-height: 20px;
    overflow: hidden;
    width:100%;
    border-top:1px dotted #00b0f0;
	word-break:break-all; 
	word-wrap:break-word;
}
.service-info-text {
    padding:6px 20px;
    overflow:hidden;
    font-size:12px;
}
.jscenter_frpage{
    margin-top:15px;
    overflow:hidden;
}
.jscenter_frpage_l{
    float:left;
}
.pagev{
    clear:both;
}
.pagev i{
    padding:0px 9px;
    float:left;
}
.pagev span{
    float:left;
}
.pagev span a{
    color:#452310;
    font-size:12px;
    border:1px solid #acacac;
    line-height:24px;
    padding:0px 9px;
    display: inline-block;
    text-decoration:none;
    text-transform:uppercase;
}
.pagev span a:hover{
    color:#fff;
    background-color:#153943;
    border:1px solid #153943;
}
.fonts{
	 font-size:12px;
	  line-height:24px;
	padding:0px 9px;
    color:#fff !important;
    background-color:#153943 !important;
    border:1px solid #153943 !important;
}
.jscenter_frpage_r{
    float:right;
}
.fanyeform p{
    font-size:12px;
    color:#153943 !important;
    line-height:24px;
    float:left;
}
.fanyeform input{
    float:left;
    display: inline-block;
    border:1px solid #acacac;
    width:43px;
    color:#153943;
    text-align:center;
    outline:none;
    line-height:24px;
}
.yeshu{
    background-color:inherit;
}
.queding{
    background-color:#e4e4e4;
}



.tjgtuiguang li{
	float:left;
	width:47.5%;
	height:62px;
	overflow:hidden;
	margin-right:2.5%;
    border-bottom:1px dashed #a1aeb5;
	overflow:hidden;
	padding-bottom:8px;
    margin-bottom: 12px;
}
.tjgtuiguang li:nth-child(2n){
	margin-right:0;
}
.zip_img{
    float: left;
    width: 76px;
}
.zip_img a{
    display: block;
}
.zip_img a img{
    width: 58px;
    height: 58px;
}
.zip_txt{
    padding-left: 76px;
}
.zip_txt h3{
    color:#e86116;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 5px;
}
.zip_txt p{
    font-size:12px;
    color:#484848;
}



.company_message{
margin-right:46px;
}
.company_message .company_title{
    border-bottom:1px dashed #bebebe;
    overflow: hidden;padding-bottom: 10px;
}
.company_message .company_title h3{
    color:#e8590a;
    font-size:14px;
    font-weight: normal;
	line-height:25px;
    float:left;
}
.company_message .company_title .title_right{
    float:right;
    line-height:25px;
    color:#7f7f7c;
}
.company_message .company_title .title_right span{
    color:#00b0f0;
}
.company_message .company_title a{
    float:right;
    background: url("../images/tjgme.png") no-repeat center center;
    width:90px;
    text-align: center;
    height:25px;
    line-height:25px;
    color:#00b0f0;
	margin-left:15px;
}

.company_bottom,.company_bottom2{
    margin-top:10px;
    overflow: hidden;
}

.company_bottom li,.company_bottom2 li{
    overflow: hidden;
    margin-bottom:8px;
}
.company_bottom li label{
    width:130px;
    float:left;
    color:#143741;
/*	background: url(../images/red1.jpg) no-repeat left center;*/
    padding-left: 13px;
	line-height:25px;
}
.company_bottom2 li label{
    width:330px;
    float:left;
    color:#143741;
	/*background: url(../images/red1.jpg) no-repeat left center;*/
    padding-left: 13px;
	line-height:25px;
}
.company_bottom li label span,.company_bottom2 li label span{
	color:#e8590a;	
	
}
.company_bottom2 li img{
	/* margin-right:140px;	 */
}
.company_bottom input,.company_bottom2 input{
    width:493px;
    height:25px;
    line-height:25px;
    border:1px solid #c5c7c9;
    padding:0 5px;
    float:left;
    background: #eef3fa;
    color: #7f7f7c;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.company_bottom select,.company_bottom2 select{
    float:left;
    margin-right:5px;
    color:#7f7f7c;
    text-align: left;
    background: #eef3fa;
	height:25px;
    border: 1px solid #c5c7c9;
    padding-left: 5px;
}

.company_bottom select option,.company_bottom2 select option{
    color:#7f7f7c;
    text-align: left;
    background: #eef3fa;
}

.company_bottom select,.company_bottom2 select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background:url("../images/tjselect.jpg") right center no-repeat;
    height:25px;
    cursor:pointer;
}
.company_bottom select::-ms-expand,.company_bottom2 select::-ms-expand{
    display: none;
}


.company_bottom input.text_input1{
    width:452px;
    background: #eef3fa;
}
.company_bottom input.text_input2{
    width:108px;
    margin-right:30px;
    background: #eef3fa;
}
.company_bottom input.text_input3{
    width:120px;
    background: #eef3fa;
    margin-right:30px;
}
.company_bottom input.text_input4{
    width:259px;
    background: #eef3fa;
}
.company_bottom li label.label1{
   width:89px;
}
.company_bottom li select.txtgs{
	width:352px;
}
.company_bottom li select.txtgs option{
	text-align:center;
}
.company_bottom2 li textarea {
  line-height: 20px;
  font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
  border: 1px solid #c5c7c9;
  width: 495px;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  background: #eef3fa;
  font-size: 14px;
  font-weight: 500;
  color: #7f7f7c;
  background: #eef3fa;
}

.company_bottom2 li.mybank_title label{
  color: #999;
  font-size: 14px;
  font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
  font-weight: 500;
  background:none;
}
.message1{
    font-size:14px;
    color:#7f7f7f;
	line-height:25px;
   
}
.message{
    font-size:12px;
    color:#7f7f7f;
    line-height:30px;
}
.company_bottom1{
    overflow: hidden;
	padding-bottom:13px;
    border-bottom:1px dashed #bebebe;
}
.company_bottom1 li{
    float:left;
    margin-right:29px;
	margin-bottom:10px;
}
.company_bottom1 li label{
    width:130px;
    float:left;
    color:#143741;
	line-height:25px;
	background: url(../images/red1.jpg) no-repeat left center;
    padding-left: 13px;
}
.company_bottom1 li label.label2{
    width:81px;
}
.company_bottom1 li label.label3{
    width:89px;
}


/*.company_bottom1 li select{
    width:192px;
    height:25px;
    line-height:25px;
    border:1px solid #c5c7c9;
    padding:0 5px;
    float:left;
    color:#7f7f7c;
    text-align: center;
    background: #eef3fa;
	padding-left:50px;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}

.company_bottom1 li select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background:url("../images/tjselect.jpg") right center no-repeat;
    height:25px;
    cursor:pointer;
}
.company_bottom1 li select::-ms-expand{
    display: none;
}*/

.company_bottom1 select{
    float:left;
    margin-right:5px;
    color:#7f7f7c;
    text-align: center;
    background: #eef3fa;
	height:25px;
    border: 1px solid #c5c7c9;
    padding-left: 5px;
}
.company_bottom1 select option{
    color:#7f7f7c;
    text-align: center;
    background: #eef3fa;
}

/*.company_bottom1 select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background:url("../images/tjselect.jpg") right center no-repeat;
    height:25px;
    cursor:pointer;
}*/
.company_bottom1 select::-ms-expand{
    display: none;
}


.company_bottom1 li input{
    width:192px;
    height:25px;
    line-height:25px;
    border:1px solid #c5c7c9;
    padding:0 5px;
    float:left;
    color:#7f7f7c;
    background: #eef3fa;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.company_bottom1 input.text_input1{
    width:452px;
    background: #eef3fa;
}
.company_bottom1 input.text_input2{
    width:108px;
    margin-right:30px;
    background: #eef3fa;
}
.company_bottom1 input.text_input3{
    width:120px;
    background: #eef3fa;
    margin-right:30px;
}
.company_bottom1 input.text_input4{
    width:259px;
    background: #eef3fa;
}


.yanzhen{
    padding-top:10px;
    overflow: hidden;
	border-top:1px dashed #bebebe;
	margin-top:10px; 
}
.yanzhen label{
    /* width:130px; */
	width:auto;
    float:left;
    color:#143741;
    height:25px;
    line-height:25px;
	background: url(../images/red1.jpg) no-repeat left center;
    padding-left: 13px;
}

.yanzhen .yanzhen_input{
    width:87px;
    height:25px;
    line-height:25px;
    border:1px solid #c5c7c9;
    padding:0 5px;
    float:left;
    background: #eef3fa;
    color: #7f7f7c;
	margin-left:8px;
}

.tjg_txt{
	overflow:hidden;
/*    margin: 18px auto 0px auto;*/
	width: 527px;
    margin: 0 auto;
}
.tjg_txt p{
	line-height:20px;
    color: #595959;
	position:relative;
	padding-left: 13px;
	font-size:12px;
}
.tjg_txt p:before{
    content: '';
    position: absolute;
    top: .5rem;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #595959;
}

.huoqu{
/*    background: url("../images/tjgme.png") no-repeat center center;
    color:#00b0f0;
    text-align: center;
    height:25px;
    line-height:25px;
    display: block;float:left;
    margin-left:9px;
    width:auto;
	padding:0 10px;*/
	display:inline-block;
	  border: 1px solid #00b0f0;
    border-radius: 25px;
    color: #00b0f0;
    text-align: center;
 
  
    margin-left: 10px;
	padding:0 10px;
    width: auto;
	white-space: nowrap;
	height:27px;
    line-height: 25px;
}

.tijiao{  
    display: block;
    float:right;
    line-height: 27px;
    width: 73px;
    background-color: #153943;
    text-align: center;
    font-size: 14px;
    border-radius: 25px;
    color:#00b0f0;
}

.xiugai {
	border:1px solid #00b0f0;
	border-radius: 25px;
    color: #00b0f0;
    text-align: center;
    line-height: 25px;
    display: block;
    float: right;
    margin-right: 17px;
    width: 63px;
}

.company_title1{
    margin-top:10px;
}

.yinsi{
    float:right;
    font-size:12px;
    color:#00b0f0;
    font-style: italic;
}
.company_bottom1 li label.label4{
    width:110px;
}
.company_bottom1 li input.text_input5{
    width:320px;
    background: #eef3fa;
}

.yuedu{
    float:right;
color:#7f7f7f;
line-height:27px;
}
.yuedu a{
    color:#00b0f0;
    /* margin-right:10px; */
}


.yuedu b{
    position: relative;
    width: 13px;
    height: 13px;
    display: block;
    margin-top: 7px;
    margin-right:5px;
    float:left;
}
.yuedu .input_check {
    position: absolute;
    visibility: hidden;
}
.yuedu .input_check+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height:13px;
    border: 1px solid #143741;
    border-radius: 0px;
	background:none;

}
.yuedu .input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 5px;
    width: 6px;
    height: 2px;
    border: 2px solid #0085db;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}




.company_bottom input.text_input6{
    width:218px;
}





#code{
	z-index: 9999;
	position: fixed;
	top:10%;
	left:50%;
	width:1000px;
	margin-left:-500px;
	
	border-radius: 10px;
    background-color: #fff;
	padding:20px 25px 0px 0px;
	height:535px;
}
#goodcover {

	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit{
	position: relative;
}
.theme-poptit .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit .close img{
	width:30px;
	height:30px;
}
.theme-popbod{
    overflow: hidden;
}
.xieyi_title{
	margin-top:15px;
}
.xieyi_title p{
	float:left;
	color:#595959;
	font-size:18px;
	width:89%;
	line-height:36px;
	background:#c6c6c6 url(../images/yuan9.png) no-repeat 19px center;
	padding-left:39px;
	border-radius:0px 20px 20px 0px;
}
.xieyi_title img{
	float:left;
	margin-left:22px;
	margin-top:-7px;
}
.xieyi_con{
	padding:20px 5% 2% 5%;
	overflow:hidden;
	color:#7f7f7f;
	line-height:25px;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
	height:400px;
	overflow: auto;
}
.xieyi_img{
	overflow:hidden;
	margin:20px 5% 2% 5%;
}
#goodcover2 {
  
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#code2{
    z-index: 9999;
	position: fixed;
	top:10%;
	left:50%;
	width:1000px;
	margin-left:-500px;

	border-radius: 10px;
    background-color: #fff;
	padding:20px 25px 0px 0px;
	height:535px;
}
.theme-poptit2{
	position: relative;
}
.theme-poptit2 .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit2 .close img{
	width:25px;
	height:25px;
}
.theme-popbod2{
    overflow: hidden;
}

/*协议条款*/
#goodcover3 {
  
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#code3{
    z-index: 9999;
	position: fixed;
	top:10%;
	left:50%;
	width:1000px;
	margin-left:-500px;
	
	border-radius: 10px;
    background-color: #fff;
	padding:20px 25px 0px 0px;
	height:535px;
}
.theme-poptit3{
	position: relative;
}
.theme-poptit3 .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit3 .close img{
	width:25px;
	height:25px;
}
.theme-popbod3{
    overflow: hidden;
}

/*行为规范*/
#goodcover7 {
  
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#code7{
    z-index: 9999;
	position: fixed;
	top:10%;
	left:50%;
	width:1000px;
	margin-left:-500px;
	
	border-radius: 10px;
    background-color: #fff;
	padding:20px 25px 0px 0px;
	height:535px;
}
.theme-poptit7{
	position: relative;
}
.theme-poptit7 .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit7 .close img{
	width:25px;
	height:25px;
}
.theme-popbod6{
    overflow: hidden;
}


/*推荐管登录*/
.tjglogin{
	position:absolute;
	top:0px;
	width: 100%;
	margin:0 auto;
}
.tjglogin1{
	margin-top:32px;
	overflow:hidden;
}
.tjglogin1_fl{
	margin-bottom:25px;
	/*overflow:hidden;*/
	float:left;
}
.tjglogin1_fl h3{
	color:#143741;
	font-size:35px;
	font-weight:normal;
	margin-bottom:15px;
}
.tjglogin1_fl p{
	line-height:25px;
	color:#143741;
	font-size:14px;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.tjglogin1_fr{
	float:right;
	position:relative;
	width:80px;
	margin-bottom:25px;
	text-align:center;
	/*overflow:hidden;*/
}
.tjglogin1_fr a{
    width: 40px;
	
    height: 40px !important;
}
.tjglogin1_fr img{
	max-width:100%;
	height:auto;
	float:right;
}
.tjglogin2{
	margin-top:0px;
	float: right;
	/*margin-bottom:7%;*/
}
.tjglogin2 h3{
	font-size:24px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	text-shadow:0px 0px 5px #000;
}
.tjglogin2_1{
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	box-shadow: 1px 1px 5px #9e9595;
    border-radius: 5px;
}
.tjglogin2_1 label{
	position:absolute;
	top:8px;
	left:13px;
	color:#143741;
	font-size:14px;
}
.tjglogin2_1 input{
	width:295px;
	line-height:36px;
    height: 36px;
	background:url(../images/tjjbg.png) repeat center center;
    font-size: 14px;
    color: #6a6a6a;
    border-radius: 5px;
    padding-left: 100px;
	border:none;
	outline:none;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.tjglogin2_1 input::-webkit-input-placeholder{ 
	color: #6a6a6a; 
} 
.tjglogin2_1 input::-moz-input-placeholder{ 
	color: #6a6a6a; 
}
.tjglogin2_1 input::-ms-input-placeholder{ 
	color: #6a6a6a; 
}

.tjglogin2_2{
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
.tjglogin2_2_fl{
	float:left;
	box-shadow: 1px 1px 5px #9e9595;
    border-radius: 5px;
}
.tjglogin2_2 label{
	position:absolute;
	top:8px;
	left:13px;
	color:#143741;
	font-size:14px;
}
.tjglogin2_2 input{
	width:204px;
	line-height:36px;
    height: 36px;
	background:url(../images/tjjbg.png) repeat center center;
    font-size: 14px;
    color: #6a6a6a;
    border-radius: 5px;
    padding-left: 100px;
	border:none;
	outline:none;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.tjglogin2_2 input::-webkit-input-placeholder{ 
	color: #6a6a6a; 
} 
.tjglogin2_2 input::-moz-input-placeholder{ 
	color: #6a6a6a; 
}
.tjglogin2_2 input::-ms-input-placeholder{ 
	color: #6a6a6a; 
}

.tjglogin2_2_fr{
	float:right;
	box-shadow: 1px 1px 5px #9e9595;
    border-radius: 5px;
}
.tjglogin2_2_fr a{
	display:block;
	height:36px !important;
}
.tjglogin2_2_fr a img{
	width:80px;
	height:36px;
	border-radius: 5px;
}
.tjglogin2_3{
	margin-bottom:10px;
	overflow:hidden;
}
.tjglogin2_3_fl{
	float:left;
}
.tjglogin2_3_fl span{
	position: relative;
	float:left;
	margin-right:8px;
}
.tjglogin2_3_fl .input_check {
	position: absolute;
	visibility: hidden;
}
.tjglogin2_3_fl .input_check+label {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #a4a4a6; 
	background-color:#fff;
	border-radius: 0px;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;    
} 
.tjglogin2_3_fl .input_check:checked+label:after {
	content: "";
	position: absolute;
	left: 3px;
    bottom: 11px;
    width: 12px;
    height: 7px;
	border: 2px solid #6a6a6a;
	border-top-color: transparent;
	border-right-color: transparent; 
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}
.tjglogin2_3_fl p{
	float:left;
	color:#fff;
	line-height: 16px;
}
.tjglogin2_3_fl p.mb{
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}
.tjglogin2_3_fr{
	float:right;
}
.tjglogin2_3_fr a{
	color:#fff;
	line-height: 16px;
    height: 16px !important;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -webkit-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -moz-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);


}
.tjglogin2_4{
	margin-bottom:15px;
	overflow:hidden;
}
.tjglogin2_4 input{
	width:295px;
	line-height:36px;
	color:#fff;
	background-color:#143741;
	text-align:center;
	font-size:16px;
	border:none;
	outline:none;
	border-radius:5px;
}
.tjglogin2_4 a{
	text-align:center;
	margin-top:10px;
	font-size:14px;
	height:20px !important;
	cursor:pointer;
	color: #fff;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -webkit-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -moz-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}
/*注册成为推荐官*/
#code6{
	z-index: 9999;
	position: fixed;
	top:30%;
	left:50%;
	margin-left:-339px;
	width: 678px;
	height:auto;
	display: none;
	border-radius: 20px;
    background-color: #fff;
	border:1px solid #143741;
	padding:24px 34px;
}
#goodcover6 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit6{
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom:12px;
}
.theme-poptit6 .close {
	float:right;
    position: absolute;
    right:0;
    top: -12px;
}
.theme-poptit6 .close img{
	width:25px;
	height:25px;
}
.theme-poptit6 h3{
	color:#112d35;
	font-size:17px;
}
.theme-popbod6 {
    overflow: hidden;
}
.theme-popbod6 p{
	padding:30px 29px;
	overflow:hidden;
	color:#112d35;
	line-height:25px;
}
.theme-popbod6 p a{
	color:#1c7dbf;
}

.tjglogin3{
	clear:both;
	position:fixed;
	bottom:30px;

	
}
.tjglogin3 img{
	float:left;
	max-width:100%;
	height:auto;
}

/*登录2*/
.tjglogin11_fl{
	margin-bottom:25px;
	overflow:hidden;
	float:left;
}
.tjglogin11_fl h3{
	color:#fff;
	font-size:35px;
	font-weight:normal;
	margin-bottom:15px;
}
.tjglogin11_fl p{
	line-height:25px;
	color:#fff;
	font-size:14px;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.yanse input{
	color:#323232;
}
.yanse input::-webkit-input-placeholder{ 
	color: #323232; 
} 
.yanse input::-moz-input-placeholder{ 
	color: #323232; 
}
.yanse input::-ms-input-placeholder{ 
	color: #323232; 
}


/*忘记密码*/
.tjgpwd2{
	margin-top:0;
	float: right;
	margin-bottom:8%;
}
.tjgpwd2 h3{
	font-size:24px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	text-shadow:0px 0px 5px #000;
}
.tjgpwd2_1{
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	box-shadow: 1px 1px 5px #9e9595;
    border-radius: 5px;
}
.tjgpwd2_1 input{
	width:340px;
	line-height:36px;
	background:url(../images/tjjbg.png) repeat center center;
    font-size: 14px;
    color: #6a6a6a;
    border-radius: 5px;
    padding-left: 16px;
	border:none;
	outline:none;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.tjgpwd2_1 input::-webkit-input-placeholder{ 
	color: #6a6a6a; 
} 
.tjgpwd2_1 input::-moz-input-placeholder{ 
	color: #6a6a6a; 
}
.tjgpwd2_1 input::-ms-input-placeholder{ 
	color: #6a6a6a; 
}
.tjgpwd2_2{
	margin-bottom:10px;
	height:36px;
}
.tjgpwd2_2 input{
	float:left;
	width:97px;
	line-height:36px;
	background:url(../images/tjjbg.png) repeat center center;
    font-size: 14px;
    color: #6a6a6a;
    border-radius: 5px;
    padding-left: 16px;
	border:none;
	outline:none;
	box-shadow: 1px 1px 5px #9e9595;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.tjgpwd2_2 input::-webkit-input-placeholder{ 
	color: #6a6a6a; 
} 
.tjgpwd2_2 input::-moz-input-placeholder{ 
	color: #6a6a6a; 
}
.tjgpwd2_2 input::-ms-input-placeholder{ 
	color: #6a6a6a; 
}
.tjgpwd2_2 a{
	float:right;
	width:233px;
	height:36px !important;
	line-height:36px;
	background:url(../images/teacher4.png) repeat center center !important;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
	text-align:center;
}


.tjgpwd2_3{
	margin-bottom:15px;
	overflow:hidden;
}
.tjgpwd2_3 input{
	width:340px;
	line-height:36px;
	color:#fff;
	background-color:#143741;
	text-align:center;
	font-size:16px;
	border:none;
	outline:none;
	border-radius:5px;
}

.tjgcenter_reward_lc{
	font-size:12px;
	line-height:25px;
	color:#143741;
}

.tjgcenter_reward_zc{
	font-size:12px;
	line-height:25px;
	color:#143741;
}

.tjgcenter_competition_zc{
	font-size:12px;
	line-height:25px;
	color:#143741;
}


/*订单成功*/
#code10{
    z-index: 9999;
	position: fixed;
	top:10%;
	left:50%;
	width:1000px;
	margin-left:-500px;
	display: none;
	border-radius: 10px;
    background-color: #fff;
	padding:20px 25px 0px 0px;
	height:535px;
}
.theme-poptit10{
	position: relative;
}
.theme-poptit10 .close {
	float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit10 .close img{
	width:25px;
	height:25px;
}
.theme-popbod10{
    overflow: hidden;
}
.dingdan_title{
	margin-top:15px;
}
.dingdan_title p{
	float:left;
	color:#595959;
	font-size:18px;
	width:89%;
	line-height:36px;
	background:#c6c6c6 url(../images/yuan9.png) no-repeat 19px center;
	padding-left:39px;
	border-radius:0px 20px 20px 0px;
}
.dingdan_title img{
	float:left;
	margin-left:22px;
	margin-top:-7px;
}
.dingdan_con{
	padding:20px 5% 2% 5%;
	overflow:hidden;
	color:#7f7f7f;
	line-height:25px;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
	height:400px;
	overflow: auto;
}
.dingdan_cons{
	overflow:hidden;
}
.dingdan_img{
	overflow:hidden;
	margin:20px 5% 2% 5%;
}
.dingdan_con table {
    border-spacing: 0;
    border-collapse: collapse;
}
.dingdan_con table tr td {
    border: 1px solid #d5d5d5;
    padding: 6px 3px;
    overflow: hidden;
}
.dskcbg {
    background-color: #e2e2e2;
    text-align: center;
    line-height: 34px;
    color: ##a0a0a0;
}
.wdjf_ys td {
    padding: 9px;
}
.wdjf_ys{
	text-align: center;
	font-size: 13px;
}
.buyclassqr_fr_top_2{
	margin-top:-5px;
	border-bottom:1px dashed #dcdcdc;
	overflow:hidden;
}
.buyclassqr_fr_top_2 h4{
	color:#a0a0a0;
	font-weight:normal;
	font-size:14px;
}
.buyclassqr_fr_top_2 ul li{
	float:left;
	font-size:12px;
	color:#6e6e6e;
	line-height:25px;
	margin-right:50px;
}
.buyclassqr_fr_top_3{
	border-bottom:1px dashed #dcdcdc;
	overflow:hidden;
	padding:5px 0px;
}
.buyclassqr_fr_top_3 h4{
	color:#a0a0a0;
	font-weight:normal;
	font-size:14px;
	margin-bottom:5px;
}
.buyclassqr_fr_top_4{
	border-bottom:1px dashed #dcdcdc;
	overflow:hidden;
	padding:5px 0px;
}
.buyclassqr_fr_top_4 h4{
	color:#a0a0a0;
	font-weight:normal;
	font-size:14px;
}
.buyclassqr_fr_top_4 ul li{
	float:left;
	font-size:12px;
	margin-right:50px;
	color:#6e6e6e;
}
.buyclassqr_fr_top_4 ul li span{
	color:#8c8787;
}
.buyclassqr_fr_top_5{
	border-bottom:1px dashed #dcdcdc;
	overflow:hidden;
	padding:5px 0px;
}
.buyclassqr_fr_top_5 h4{
	color:#a0a0a0;
	font-weight:normal;
	font-size:14px;
}
.buyclassqr_fr_top_5 p{
	font-size:12px;
	color:#003300;
}
.buyclassqr_fr_top_5 p span{
	font-size:18px;
	color:#6e6e6e;
	font-weight:bold;
}


.jscenter_title_fr_gs{
    float:right;

}
.jscenter_title_fr_gs span{
    display : block;
    float:left;
    background: url("../images/tjgdot11.png") no-repeat left center;
    padding-left:16px;
    float:left;
    color:#112d35;
	margin-right:58px;
	font-size:14px;
	line-height:25px;
}



/*登录切换*/
.dl-top {
	overflow:hidden;
}
.dl-top dl dd {
	float:left;
	width:100%;
	text-align:center;
	cursor:pointer;
}
.dl-top dl dd h3 {
	font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #000;
}
.dl-top dl .on h3 {
	color:#d9d9d9;
}
.dl-show .dl-info {
	display:none;
}
.emwdl{
	overflow:hidden;
}
.emwdl img{
	display:block;
	max-width:53.5%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10%;
}
.emwdl p{
	text-align:center;
	font-size:12px;
	color:#143741;
	line-height:22px;
	margin-bottom: 10%;
	background-color: rgba(255,255,255,0.6);
    border-radius: 50px;
    padding: 5px 12px;
}
.emwdl a{
	text-align: center;
    margin-top: 10px;
    font-size: 14px;
    height: 20px !important;
    cursor: pointer;
    color: #1c7dbf;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
}








@media (max-width: 600px){
	.tjglogin1{
		display:none;
	}
	.tjglogin3{
		
	}
	.tjglogin2{
		margin-top: 20px !important;
		margin-bottom:0;
		padding-right:15%;
	}
	.tjglogin2 h3{
		font-size:18px;
		margin-bottom:10px;
	}
	.tjgpwd2{
		margin-top: 20px !important;
		margin-bottom:0;
		padding-right:15%;
	}
	.tjgpwd2 h3{
		font-size:18px;
		margin-bottom:10px;
	}
}


@media (min-width:601px) and (max-width:768px){
	.tjglogin1{
		margin-top: 15px;
	}
	.tjglogin1_fl h3{
		font-size:16px;
		margin-bottom:10px;
	}
	.tjglogin1_fl p{
		font-size:12px;
	}
	.tjglogin11_fl h3{
		font-size:16px;
		margin-bottom:10px;
	}
	.tjglogin11_fl p{
		font-size:12px;
	}
	.tjglogin3{
		clear: inherit;
	
	}
	.tjglogin2{
		margin-top: -100px !important;
		margin-bottom:0;
	}
	.tjgpwd3{
		clear: inherit;
	}
	.tjgpwd2{
		margin-top: -100px !important;
		margin-bottom:0;
	}
}
@media (max-width:1200px){
	.tjglogin1{
		margin-top: 15px;
	}
	.tjglogin1_fl h3{
		font-size:16px;
		margin-bottom:10px;
	}
	.tjglogin1_fl p{
		font-size:12px;
	}
	.tjglogin11_fl h3{
		font-size:16px;
		margin-bottom:10px;
	}
	.tjglogin11_fl p{
		font-size:12px;
	}
	.tjglogin3{
	
	
	}
	.tjgpwd3{
		
	}
	.tjglogin2{
		margin-top:40px;
		margin-bottom:0;
	}
	.tjgpwd2{
		margin-top:40px;
		margin-bottom:0;
	}
}

@media (min-width:1220px) and (max-width:1366px){
	.tjglogin2{
		margin-top:2%;
		margin-bottom:3%;
	}
	.tjgpwd2{
		margin-top:4%;
		margin-bottom:5%;
	}
}



/*补充css*/
.tjg_bottom {
    margin-top: 20px;	
    line-height: 27px;
}
.tjg_bottom span{
	text-align: right;
    width: 322px;
    display: inline-block;
}
.tjg_bottom input {
    width: 74px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #d6d6d6;
    padding: 0 3px;
    outline: 0;
	background-color:transparent;
}
.huoqu1 {
    background: url(../images/tjgdc.png) no-repeat center center;
    color: #00b0f0;
    text-align: center;
    height: 25px;
    line-height: 25px;
	display: inline-block;
    margin-left: 17px;
    width: 63px;
}
.zhihangselect{
	padding-left:35px !important;
}

/*微信绑定*/
.wxbd_fr_topl_3{
	margin-top:30px;
	overflow:hidden;
}
.wxbd_top{
	margin-bottom:30px;
	overflow:hidden;
}
.wxbd_top_fl{
	float:left;
	width: 427px;	
	border-right: 1px dashed #bfbfbf;
    height: 180px;
    padding-top: 30px;		
}
.wxbd_top_fl h3{
	color:#00b0f0;
	text-align:center;
	font-weight:normal;
	margin-bottom:35px;
}
.wxbd_top_fl p{
	color:#404040;
	line-height:25px;
	text-align:center;
}
.wxbd_top_fr{
	float:right;
	width:426px;
    padding-top: 30px;	
}
.wxbd_top_fr h3{
	color:#00b0f0;
	text-align:center;
	font-weight:normal;
	margin-bottom:35px;
}
.wxbd_top_fr p{
	color:#404040;
	line-height:25px;
    text-align: center;	
}
.wxbd_top_fr p span{
	color:#00b0f0;
}
.wx_yzm{
	overflow:hidden;
	padding-left:79px;
	margin-top: 7px;
}
.wx_yzm input{
	float:left;
    width: 140px;
    height: 29px;
    line-height: 27px;
    border: 1px solid #bfbfbf;
    color: #888;
    text-align: center;
	background-color:#e5e8ec;
	outline:none;
}
.wx_yzm input::-webkit-input-placeholder{ 
	color: #888; 
} 
.wx_yzm input::-moz-input-placeholder{ 
	color: #888; 
}
.wx_yzm input::-ms-input-placeholder{ 
	color: #888; 
}
.wx_yzm a{
	float:left;
	display: block;
    width: 113px;
    height: 29px;
    line-height: 27px;
    border: 1px solid #00b0f0;
    color: #00b0f0;
    text-align: center;
    border-radius: 25px;
	margin-left:13px;
}
.wxbd_bottom{
	margin-bottom:30px;
	overflow:hidden;
}
.wxbd_bottom a{
	display: block;
    width: 113px;
	margin:0 auto;
    height: 29px;
    line-height: 27px;
    border: 1px solid #143741;
    color: #00b0f0;
	background-color:#143741;
    text-align: center;
    border-radius: 25px;
	cursor:pointer;
}

#code13{
	z-index: 9999;
	position: fixed;
	top:15%;
	left:50%;
	margin-left: -183px;
	width: 366px;
	height: 452px;
	
	border-radius: 20px;
    background-color: #ffffff;
	border:1px solid #ffffff;
}
#goodcover13 {
	
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	z-index: 1001;
	-moz-opacity: 0.8;
	background-color:#000;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit13{
	overflow:hidden;
}
.theme-poptit13 .close {
	float:right;
    position: absolute;
    right:15px;
    top:15px;
}
.theme-poptit13 .close img{
	width:25px;
	height:25px;
}
.theme-popbod13 {
    padding-top: 50px;
	overflow:hidden;
	text-align:center;
}
.theme-popbod13 h3{
    color: #00b0f0;
	font-weight:normal;
	margin-bottom:10px;
}
.theme-popbod13 p{
	color:#595959;
	font-size:12px;
	margin-bottom:40px;
}
.theme-popbod13 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.wximg1{
	margin-bottom:60px;
}


/*访问受限*/
#code16{
	z-index: 9999;
	position: fixed;
	top:50%;
	left:50%;
	width: 445px;
	margin-left:-222.5px;
	margin-top:-95px;
	height:190px;
	display: none;
	border-radius: 20px;
    background-color: #ffffff;
}
#goodcover16 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:#000;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit16{
	position: relative;
	overflow:hidden;
	background:url(../images/gonggaobg.png) repeat-x top center;
	height:46px;
	border-radius: 20px 20px 0px 0px;       
}
.theme-poptit16 p{
	text-align: center;
    color: #000;
    font-size: 16px;
	line-height:46px;
}
.theme-poptit16 .close {
	float:right;
    position: absolute;
    right:11px;
    top:12px;
}
.theme-poptit16 .close img{
	width:22px;
	height:22px;
}
.theme-popbod16 {
    overflow: hidden;
}
.fwsx{
	overflow:hidden;
}
.fwsx p{
	color:#747474;
	text-align: center;
	line-height:25px;
	padding:55px 24px;
	overflow:hidden;
}


/*访问受限栏目*/
#code17{
	z-index: 9999;
	position: fixed;
	top:50%;
	left:50%;
	width: 445px;
	margin-left:-222.5px;
	margin-top:-95px;
	height:190px;
	display: none;
	border-radius: 20px;
    background-color: #ffffff;
}
#goodcover17 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:#000;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit17{
	position: relative;
	overflow:hidden;
	background:url(../images/gonggaobg.png) repeat-x top center;
	height:46px;
	border-radius: 20px 20px 0px 0px;       
}
.theme-poptit17 p{
	text-align: center;
    color: #000;
    font-size: 16px;
	line-height:46px;
}
.theme-poptit17 .close {
	float:right;
    position: absolute;
    right:11px;
    top:12px;
}
.theme-poptit17 .close img{
	width:22px;
	height:22px;
}
.theme-popbod17 {
    overflow: hidden;
}
.fwsxlm{
	overflow:hidden;
}
.fwsxlm p{
	color:#747474;
	text-align: center;
	line-height:25px;
	padding:55px 24px;
	overflow:hidden;
}


/*友情提示*/
#code18{
	z-index: 9999;
	position: fixed;
	top:50%;
	left:50%;
	width: 445px;
	margin-left:-222.5px;
	margin-top:-102.5px;
	height:205px;
	
	border-radius: 20px;
    background-color: #ffffff;
}
#goodcover18 {
	
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color:#000;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit18{
	position: relative;
	overflow:hidden;
	background:url(../images/gonggaobg.png) repeat-x top center;
	height:46px;
	border-radius: 20px 20px 0px 0px;       
}
.theme-poptit18 p{
	text-align: center;
    color: #000;
    font-size: 16px;
	line-height:46px;
}
.theme-poptit18 .close {
	float:right;
    position: absolute;
    right:11px;
    top:12px;
}
.theme-poptit18 .close img{
	width:22px;
	height:22px;
}
.theme-popbod18 {
    overflow: hidden;
}
.freetjsg{
	overflow:hidden;
	padding:30px 0px;
}
.freetjsg p{
	color:#747474;
	text-align: center;
	padding:0px 24px 30px 24px;
	overflow:hidden;
}
.freetjsg ul{
	text-align:center;
}
.freetjsg li{
	line-height:34px;
	text-align:center;
	margin:0px 7px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.freetjsg li a{
	display:block;
	width:124px;
	line-height:33px;
	text-align:center;
	border-radius:25px;
	border:1px solid #00b0f0;
	background-color:#fff;
	color:#00b0f0;
	cursor:pointer;
}


/*走马灯消息*/
#code19{
    z-index: 9999;
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -250px;
    margin-top:-290px;
    width: 500px;
    height: 580px;

    border-radius: 20px;
    background-color: #fff;
    border:2px solid #dedede;
}
#goodcover19 {

    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    z-index: 1001;
    background-color:#000;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.theme-poptit19{
    overflow:hidden;
}
.theme-poptit19 p{
    float:left;
    text-align: left;
    color: #ff5400;
    font-size: 18px;
    margin-top:30px;
    padding-left:34px;
    line-height:30px;
}
.theme-poptit19 .close {
    float:right;
    position: absolute;
    right:15px;
    top:15px;
}
.theme-poptit19 .close img{
    width:25px;
    height:25px;
}
.theme-popbod19 {
    overflow:hidden;
    padding:60px 50px 0px 50px;
}
.runmadeng_con{
    overflow:hidden;
}
.runmadeng_con1{
    margin-bottom: 20px;
    overflow: hidden;
}
.runmadeng_con1 h3{
    text-align: center;
    font-weight: normal;
    color: #00b0f0;
    font-size: 24px;
    margin-bottom: 10px;
}
.runmadeng_con1 span{
    color: #7f7f7f;
    font-size: 16px;
}
.runmadeng_con2{
    overflow:hidden;
    color: #7f7f7f;
    line-height: 25px;
    height: 395px;
}
.runmadeng_con3{
    overflow:hidden;
}
.runmadeng_con3 img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}



/*开通微信绑定*/
#code20{
    z-index: 9999;
    position: fixed;
    top:15%;
    left:50%;
    margin-left: -183px;
    width: 366px;
    height: 452px;
    display: none;
    border-radius: 20px;
    background-color: #ffffff;
    border:1px solid #ffffff;
}
#goodcover20 {
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    background-color: #000;
    filter: alpha(opacity=70);
}
.theme-poptit20{
    overflow:hidden;
}
.theme-poptit20 .close {
    float:right;
    position: absolute;
    right:15px;
    top:15px;
}
.theme-poptit20 .close img{
    width:25px;
    height:25px;
}
.theme-popbod20 {
    padding-top: 50px;
    overflow:hidden;
    text-align:center;
}
.theme-popbod20 h3{
    color: #00b0f0;
    font-weight:normal;
    margin-bottom:10px;
}
.theme-popbod20 p{
    color:#595959;
    font-size:13px;
    margin-bottom:40px;
}
.theme-popbod20 img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}


.province{
	padding-right:30px;
    width: 193px;
}
.city{
	padding-right:30px;
    width: 240px;
}
.area{
    width: 200px;
}

#pwdszform{
    width: 532px;
    margin: 20px auto;
}

#pwdszform .company_bottom input{
    width: 317px;
}
#myzm{
    width: 69px !important;
}


/*#loginForm .text_input{
    width: 317px;
}*/
#loginForm .text_input1{
    width: 227px;
}



.sxhy{
    cursor: pointer;
}
#goodcover21 {
  
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#code21{
    z-index: 9999;
    position: fixed;
    top:10%;
    left:50%;
    width:1000px;
    margin-left:-500px;

    border-radius: 10px;
    background-color: #fff;
    padding:20px 25px 0px 0px;
    height:535px;
}
.theme-poptit21{
    position: relative;
}
.theme-poptit21 .close {
    float:right;
    position: absolute;
    right:-10px;
    top:-5px;
}
.theme-poptit21 .close img{
    width:25px;
    height:25px;
}
.theme-popbod21{
    overflow: hidden;
}
.xshy_con{
    padding:20px 5% 0px 39px;
    overflow:hidden;
    color:#7f7f7f;
    line-height:25px;
    height:350px;
    overflow: auto;
}
.xshy_con_top{
    overflow: hidden;
}
.xshy_con_topfl{
    float: left;
    width: 119px;
    font-size: 15px;
    color: #000;
}
.xshy_con_topfr{
    float: left;
    width: 710px;
}
.xshy_con_topfr li{
    float: left;
    color: #7f7f7f;
    width: 155px;
    margin-bottom: 17px;
    margin-right: 25px;
}
.xshy_con_topfr li:nth-child(4n){
	width: 170px;
    margin-right: 0;
}
.xshy_con_topfr li p{
    font-size: 14px;
    margin-bottom: 5px;
}
.xshy_con_topfr li span{
    font-size: 20px;
}

.xshy_con_bottom{
    overflow: hidden;
    margin-top: 6px;
}
.xshy_con_bottomfl{
    float: left;
    width: 119px;
    font-size: 15px;
    color: #000;
}
.xshy_con_bottomfr{
    float: left;
    width: 710px;
}
.xshy_con_bottomfr dl{
    float: left;
    color: #7f7f7f;
    width: 155px;
    font-size: 15px;
    margin-right: 25px;
}
.xshy_con_bottomfr dl dt{

}
.xshy_con_bottomfr dl dd{
    line-height: 30px;

}
.xshy_con_bottomfr dl:nth-child(2){
    width: 155px;
	overflow:hidden;
}
.xshy_con_bottomfr dl.xdqy{
	width:300px;
}
.xshy_con_bottomfr dl.xdqy dd{
	/*font-size:20px;*/
}
.xshy_con_bottomfr dl:nth-child(2) dd{
    text-align: left;
}
.xshy_con_footer{
    border-top: 1px dashed #a6a6a6;
    padding-top: 18px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 25px;
}
.xshy_con_footer p{
    background: url("../images/xshydian.png") no-repeat left center;
    padding-left: 10px;
    font-size: 12px;
    color: #7f7f7f;
}
.xshy1{
    float: left;
}
.xshy2{
    float: right;

}

.xshy_img{
    overflow:hidden;
    margin:20px 5% 2% 5%;
    text-align: center;
}


.tj_title_fr{
    float: right;
    font-size: 12px;
    color: #112d35;
    background: url(../images/tjgdot1.png) no-repeat left center;
    padding-left: 10px;
}
/*站内信*/
.inner_con_letter{
    overflow: hidden;
}
.inner_con_letter li{
    border-bottom: 1px solid #d5d6d7;
    overflow: hidden;
    line-height: 36px;
    height: 37px;
	display: block;
    color: #373737;
    font-size: 12px;
    padding: 0px 10px;
    overflow: hidden;
}
.inner_con_letter li a{
	 color: #373737;
/*    display: block;
    color: #373737;
    font-size: 12px;
    padding: 0px 10px;
    overflow: hidden;*/
}
.inner_con_letter li:hover{
    background-color: #fbedb4;
    overflow: hidden;
}
.letter1{

}
.xin1{
    float: left;
}
.xin1 span{
    position: relative;
    float:left;
    margin-right: 10px;
    margin-top: 3px;
}
.letter1 .xin1 span{
    margin-right: 47px !important;
}
.xin1 .input_check {
    position: absolute;
    visibility: hidden;
}
.xin1 .input_check+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #adadad;
    /*background: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1, #eaeaea));
    background: -webkit-linear-gradient(top, #ffffff, #eaeaea);
    background: -o-linear-gradient(top, #ffffff, #eaeaea);
    background: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background: linear-gradient(to bottom, #ffffff, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);*/
    background-color: #eaeaea;
    border-radius: 3px;
}
.xin1 .input_check:checked+label{
    border: 1px solid #ff5500;
    background-color:#ff5500;
}
.xin1 .input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 18px;
    width: 6px;
    height: 2px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}
.xin2{
    float: left;
}
.xin3{
    float: right;
}
.letter2 .xin2{
    background: url("../images/wjx.png") no-repeat left center;
    padding-left: 37px;
}
.letter3 .xin2{
    background: url("../images/xin03.png") no-repeat left center;
    padding-left: 37px;
}
.letter3 .xin2.read{
    background: url("../images/xin04.png") no-repeat left center;
    padding-left: 37px;
}
.letter_bottom{
    margin-top: 22px;
}
.letter_bottom_fl{
    float: left;
}
.letter_bottom_fl a{
    display: block;
    float: left;
    line-height: 24px;
    width: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
}
.xindelete{
    color: #373737;
    background-color: #bfbfbf;
}
.xincun{
    color: #fff;
    background-color: #00b0f0;
}
.letter_bottom_fl p{
    float: left;
    line-height: 24px;
    color: #595959;
    font-size: 12px;
}
.letter_bottom_fr{
    float: right;
}
.letter_bottom_fr1{
    float: left;
}
.letter_bottom_fr1 a{
    display: block;
    line-height: 24px;
    float: left;
}
.letter_bottom_fr1 p{
    float: left;
    font-size: 12px;
    color: #373737;
    line-height: 24px;
    margin: 0px 10px;
}
.letter_bottom_fr2{
    float: left;
    margin: 0px 20px;
}
.letter_bottom_fr2 p{
    float: left;
    font-size: 12px;
    color: #595959;
    line-height: 23px;
}
.letter_bottom_fr2 p input{
    display: inline-block;
    border: 1px solid #00b0f0;
    width: 42px;
    font-size: 12px;
    color: #595959;;
    text-align: center;
    outline: none;
    line-height: 16px;
    background-color: transparent;
}
.letter_bottom_fr3{
    float: right;
}
.letter_bottom_fr3 a{
    display: block;
    line-height: 24px;
    width: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    background-color: #00b0f0;
    color: #fff;
}


/*站内信详情*/
.inner_con_lettershow{
    overflow: hidden;
}
.lettershow_title{
    margin-bottom: 20px;
    text-align: center;
}
.lettershow_title h3{
    font-size: 16px;
    color: #00b0f0;
    margin-bottom: 10px;
}
.lettershow_title span{
    font-size: 12px;
    color: #7f7f7f;
}
.lettershow_content{
    border-top: 1px dashed #00b0f0;
    border-bottom: 1px dashed #00b0f0;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 25px;
    font-size: 12px;
    color: #595959;
    min-height: 285px;
}
.lettershow_return{
    text-align: center;
    margin-top: 23px;
}
.lettershow_return a{
    display: block;
    width: 92px;
    margin: 0 auto;
    line-height: 24px;
    background-color: #00b0f0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
}
.wximg2{
	margin-top:60px;
}
/*课程预约*/
.kcyy_fr_top_2{
	
}
.kcyy_fr_top_2_top{
	overflow:hidden;
	margin-bottom:10px;
}
.kcyy_fr_top_2_topl{
	float:left;
	font-size:14px;
	color:#ff5400;
}
.kcyy_fr_top_2_topr{
	float:right;
	width:178px;
}
.kcyy_fr_top_2_topr input{
	float: left;
	border:1px solid #00b0f0;
	height:25px;
	line-height:23px;
	padding-left:8px;
	background-color:#d0ecf8;
    width:154px;
	outline:none;
	font-size:12px;
	color:#ababab;
	font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
}
.kcyy_fr_top_2_topr input::-webkit-input-placeholder{ 
	color: #ababab; 
} 
.kcyy_fr_top_2_topr input::-moz-input-placeholder{ 
	color: #ababab; 
}
.kcyy_fr_top_2_topr input::-ms-input-placeholder{ 
	color: #ababab; 
}
.kcyy_fr_top_2_topr label{
	float:left;
	width:24px;
	height:25px;
}
.kcyy_fr_top_2_bottom{
	
}
.kcyy_fr_top_2_bottom1{
	background-color:#ffe292;
	border:1px solid #ffc72f;
	line-height: 30px;
    height: 32px;
	padding:0px 10px;
}
.kcyy_fr_top_2_bottom1_1{
	float:left;
}
.kcyytxt{
	float:left;
	color:#452310;
	margin-right:4px;
	font-size:12px;
	line-height: 30px;
}
.kcyyzk{
	float:left;
	margin-right:5px;
}
.kcyyzk span{
	float:left;
	position: relative;
	margin:2px 6px 0px 0px;
}
.kcyyzk .input_check {position: absolute;visibility: hidden;}
.kcyyzk .input_check+label {display: inline-block;width: 13px;height: 13px;border: 1px solid #ffc72f; background-color:#fdfac3;} 
.kcyyzk .input_check:checked+label{
	border: 1px solid #ff5500;
	background-color:#ff5500;
} 
.kcyyzk .input_check:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 15px;
	width: 6px;
	height: 2px; 
	border: 2px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent; 
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}
.kcyyzk p{
	float:left;
	font-size:12px;
	color:#452310;
	line-height: 30px;
}
.kcyy_fr_top_2_bottom1_2{
	float:left;
	margin-left:24px;
}
.kcyy_fr_top_2_bottom1_2 select{
	display:none;
}
.wenti_fr_top_2{
	margin-top: 15px;
}
.wenti_fr_top_2fl{
	float:left;
	width:160px;
}
.wenti_fr_top_2fl li{
	margin-bottom:7px;
	overflow:hidden;
}
.wenti_fr_top_2fl li a{
	display:block;
	border-radius:25px;
	font-size:12px;
	width:121px;
	line-height:29px;
	color:#143741;	
	border:1px solid #153943;
	background: url(../images/yuan_h.png) no-repeat 14px center;
	padding-left:28px;
}
.wenti_fr_top_2fl li a:hover{
	color:#143741;	
	border:1px solid #153943;
	background:#00b0f0 url(../images/jsyuan.png) no-repeat 14px center;
}
.wenti_fr_top_2fl li .current{
	color:#143741;	
	border:1px solid #153943;
	background:#00b0f0 url(../images/jsyuan.png) no-repeat 14px center;
}
.wenti_fr_top_2fr{
	float:right;
	border-left:1px dotted #00b0f0;
	padding-left:39px;
	width:740px;
}
.inner_con_career{
	overflow:hidden;
}

.wylqform{
	width:218px;
    overflow:hidden;
	margin:0px auto 62px auto;
  
}
.wylqform input{
    float:left;
	margin-right:15px;
	background:none;
    border:1px solid #00b0f0;
    width:130px;
    line-height:29px;
    color:#00b0f0;;
    text-align:center;
}
.wylqform button{
  /*  float:left;
	margin-left:3px;*/
	cursor:pointer;
    border:1px solid #00b0f0;
    line-height:29px;
    color:#00b0f0;
    width:93px;
    
    background:none;
    border-radius:25px;
    text-align:center;
}

.btn_submit{
	display:block;
    width: 112px;
    line-height: 30px;
    background-color: #153943;;
    border-radius: 25px;
    font-family:"microsoft yahei","Arial", "Helvetica", "sans-serif";
    color: #00b0f0;
	text-align:center;
    font-size: 14px;
    border: none;
	cursor:pointer;
}

#code13a{
	z-index: 9999;
	position: fixed;
	top:15%;
	left:50%;
	margin-left: -183px;
	width: 400px;
	height: 452px;
	
	border-radius: 20px;
    background-color: #ffffff;
	border:1px solid #ffffff;
}
#goodcover13a {
	
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	z-index: 1001;
	-moz-opacity: 0.8;
	background-color:#000;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.theme-poptit13a{
	overflow:hidden;
}
.theme-poptit13a .close {
	float:right;
    position: absolute;
    right:15px;
    top:15px;
}
.theme-poptit13a .close img{
	width:25px;
	height:25px;
}
.theme-popbod13a {
    padding-top: 50px;
	overflow:hidden;
	text-align:center;
}
.theme-popbod13a h3{
    color: #00b0f0;
	font-weight:normal;
	margin-bottom:10px;
	font-size:14px;
}
.theme-popbod13a p{
	color:#595959;
	font-size:12px;
	margin-bottom:20px;
}
.theme-popbod13a img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.wximg1{
	margin-bottom:60px;
}
.tx_price{
    float:left;
	margin-right:15px;
	background:none;
    border:1px solid #00b0f0;
    width:100px;
    line-height:29px;
    color:#00b0f0;;
    text-align:center;
}
.theme-popbod13a .tx_info{ text-align:left; color:#595959;}
/*choose language*/

