@charset "utf-8";

/* ------------------------------------------------------
   HTML ELEMENTS
--------------------------------------------------------- */
*
{
    padding: 0;
    outline: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body
{
    margin: 0;
    padding: 0;
    font: 14px Arial, 微软雅黑;
    color:#333;
    /*text-align: center;*/
}
span {
	margin: 0px;
	padding: 0px;
}

/* images */
img
{
	border: 0px solid #DCDCDC;
	padding: 0px;
	vertical-align: middle;
}

.img_mid
{
	vertical-align: middle;	
}
.img_num {
	vertical-align: -30%;
}
/* form */

form {
	margin: 0px;
	padding: 0px;
}

.fileupload {
	height: 35px;
	width: 68px;
	overflow: hidden; 
	right:0; 
	top:0; 
	opacity: 0; 
	filter:alpha(opacity=0); 
	cursor:pointer; 
}
.fileupload2 {
	height: 35px;
	width: 111px;
	overflow: hidden; 
	right:0; 
	top:0; 
	opacity: 0; 
	filter:alpha(opacity=0); 
	cursor:pointer; 
}
input[type="text"],input[type="password"]{
	line-height: 39px;
	font-size: 16px;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075);
	border: 1px solid #999 ;
	border-radius: 3px;
	height: 39px;
	padding-left: 8px;
	color: #666;
	vertical-align:middle;
}
input[type="text"]:focus,input[type="password"]:focus{
	border: 1px solid #06F !important;
	border-radius: 3px;
}
input[type="text"]:hover,input[type="password"]:hover{
	border: 1px solid  #09F;
	border-radius: 3px;
}
textarea {
	font-size: 14px;
	color: #333;
	width: 555px;
	margin-left: 3px;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075);
	border: 1px solid #999;
	border-radius: 3px;
	white-space: pre;
	overflow: hidden;
	max-width: 555px;
	margin-right: 10px;
	vertical-align: text-top;
	line-height: 16px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right:5px;
}
textarea:focus{
	border: 1px solid #06F !important;
	border-radius: 3px;
}
textarea:hover{
	border: 1px solid #09F;
	border-radius: 3px;
}
.input_205px {
	width: 195px;
	margin-right: 7px;
	
}

.input_227px {
	width: 217px;
	margin-right: 7px;
}
.input_105px {
	width: 95px;
	margin-right: 7px;
}
.input_411px {
	width: 280px;
	margin-right: 7px;
}

.input_251px {
	width: 241px;
	margin-right: 7px;
}

.input_97px {
	width: 87px;
	margin-right: 7px;
}

.input_152px {
	width: 142px;
	margin-right: 7px;
}
.input_120px {
	width: 110px;
	margin-right: 7px;
}
.input_555px {
	width: 548px;
	margin-right: 7px;
}
.input_63px {
	width: 53px;
}
.input_168px {
	width: 158px;
	margin-right: 7px;
}

.input_368px {
	width: 280px;
	margin-right: 7px;
}
.input_320px {
	width: 310px;
	margin-right: 7px;
}
/* fonts */

.font_blue_14px_b {
	font-size: 14px;
	font-weight: bold;
	color: #0067b4;
}
.font_blue_14px {
	font-size: 14px;
	color: #0067b4;
}
.font_gray_bg_16px {
	color: #F5F5F5;
	font-size: 4px;
}
.font_gray_16px_s {
	color: #555;
	font-size: 16px;
	font-weight:normal;
}
.font_gray_14px {
	color: #adadad;
	font-size: 14px;
	font-weight: normal;
}
.font_gray_14px_dark {
	color: #4f4f4f;
	font-size: 14px;
	font-weight: normal;
}
.font_gray_16px {
	color: #333;
	font-size: 16px;
}
.reg_title_grey_17px {
	font-size: 17px;
	color:#333;
	font-weight:normal;
}
.reg_title_grey_17bpx {
	font-size: 17px;
	color:#333;
	font-weight:bold;
}
.reg_title_star {
	font-size: 16px;
	color: red;
	vertical-align: -20%;
	line-height: 16px;
	padding-right:3px;
	font-weight: normal;
}
.font_orange_16px {
	font-size: 16px;
	color: #fe800e;
	font-weight: normal;
}
.font_gray_16px_b {
	font-size: 16px;
	font-weight: bold;
	color: #555;
}

.font_white_16px {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}
.font_blue_16px{
	font-size: 16px;
	color: blue;
	line-height: 43px;
}
/* links */
a:link
{
    color: #424242;
    text-decoration: none;
}
a:visited
{
	color: #424242;
	text-decoration: none;
}
a:hover
{
    color: #0067b4;
	cursor:pointer;
}
a.underline:link
{
	color: #424242;
	background-color: inherit;
	text-decoration: underline;
}
a.underline:visited
{
	color: #999999;
	background-color: inherit;
	text-decoration: underline;
}
a.underline:hover
{
    color: #0067b4;
    background-color: inherit;
	text-decoration: none;
}
a.alpha:hover
{
    filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
}
a.del:link
{
    color: #333;
    background-color: inherit;
    text-decoration: none;
}
a.del:hover
{
    color: #0067b4;
    background-color: inherit;
}
a.blue:link, a.blue:visited
{
    color: #0067b4 !important;
    background-color: inherit;
    text-decoration: none;
}
a.blue:hover
{
    color: #999999;
    background-color: inherit;
	text-decoration: none;
}
a.blue_under:link, a.blue_under:visited
{
    color: #0067b4 !important;
    background-color: inherit;
    text-decoration: none;
}
a.blue_under:hover
{
    color: #999999 !important;
    background-color: inherit;
	text-decoration: underline;
}
a.bw:hover
{
    color: #fff !important;
    background-color: inherit;
}
a.bw:link, a.bw:visited
{
    color: #fff;
    background-color: inherit;
    text-decoration: none;
}
a.blue:hover
{
    color: #0067b4;
    background-color: inherit;
}
a.ora:link, a.ora:visited
{
    color: #ff7e0b;
    background-color: inherit;
    text-decoration: none;
}

a.ora:hover
{
    color: #555;
    background-color: inherit;
}


/* top */
.top {
	height: 110px;
	width: 100%;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.top_main_right {
	text-align: right;
	float: right;
	height: 30px;
	width: 450px;
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}

.top_main {
	padding: 0px;
	height: 110px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.top_main_left {
	float: left;
	height: 110px;
	width: 550px;
}
.main_left_down{
	padding-left:15px;
	margin-top:10px;
}

.top_main_right a {
	color: #FFF;
	text-decoration: none;
}

/* main */
#main {
	padding: 0px;
	width: 1000px;
	margin-top: 19px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: hidden;
}

	/* main left */
#main_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 197px;
	border: 1px solid #dadbdd;
	overflow: hidden;
}
.main_left_nav0 {
	height: 68px;
	width: 195px;
	font-size: 16px;
	color: #046dba;
	text-align: left;
	padding-left:5px;
	font-weight: bold;
	border-bottom: 1px solid #dadbdd;
}
.main_left_nav0 a {
	height: 68px;
	width: 195px;
	font-size: 16px;
	color: #046dba;
	font-weight: bold;
}
.main_left_nav0:hover {
	/*background-image: url(images/nav_1_c.png);*/
	background-color:#eee;
	cursor: pointer;
	/*color: #fff;*/
	
}
.main_left_nav0_c {
	height: 68px;
	width: 195px;
	font-size: 16px;
	color: #fff;
	background-color:#0067b4;
	text-align: left;
	padding-left:5px;
	font-weight: bold;
	border-bottom: 1px solid #dadbdd;
}
.main_left_nav0_c a {
	height: 68px;
	width: 195px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.main_left_nav0 img {
	padding-right: 5px;
	padding-left: 5px;
	float:left;
	padding-top:15px;
}
.main_left_nav0_c img {
	padding-right: 5px;
	padding-left: 5px;
	float:left;
	padding-top:15px;
}

.main_left_nav0_c  h1{
	font-size:16px;
	line-height:25px;
	padding-left:45px;
	padding-top:10px;
}
.main_left_nav0_c  h2{
	font-size:16px;
	line-height:25px;
	padding-left:45px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.main_left_nav0  h1{
	font-size:16px;
	line-height:25px;
	padding-left:45px;
	padding-top:10px;
}
.main_left_nav0  h2{
	font-size:16px;
	line-height:25px;
	padding-left:45px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.main_left_nav0_c:hover {
    background-color:#0067b4;
	cursor: pointer;
	color: #fff;
	border-bottom: 1px solid #dadbdd;

	
}





.main_left_nav a.nav_active {
	width: 200px;
}

.main_left_nav a.nav_detail {
	width: 200px;
}


.title_zb{font-size:16px; font-family:微软雅黑; color:#0067b4; padding-left:5px;}
.title_en{font-size:14px;font-family:Arial, Helvetica, sans-serif; color:#0067b4; padding-left:10px; font-weight:normal;}
.sqjd{border-collapse:collapse; width:540px;}
.sqjd th{width:60px;line-height:50px;font-style:italic;font-weight:normal;font-size:30px;  background-image:url(images/li_bg.png); background-position:-50px 8px; background-repeat:no-repeat;}
.sqjd td{ background-image:url(images/li_bg.png); background-position:-50px 8px; background-repeat:no-repeat;}
.sqjd h2{font-size:14px; font-family:微软雅黑; color:#333; line-height:200%; }
.sqjd h3{font-size:12px;font-family:Arial, Helvetica, sans-serif; color:#333; font-weight:normal;}

.sqjd1{border-collapse:collapse; width:560px; height:350px; margin-bottom:20px;}
.sqjd1 th{width:100px;line-height:60px;font-style:italic;font-weight:normal;font-size:40px;  background-image:url(images/li_bg.png); background-position:-60px 25px; background-repeat:no-repeat;}
.sqjd1 td{ background-image:url(images/li_bg.png); background-position:-60px 25px; background-repeat:no-repeat; font-size:16px;}
.sqjd1 h2{font-size:16px; font-family:微软雅黑; color:#333; line-height:30px; }
.sqjd1 h3{font-size:14px;font-family:Arial, Helvetica, sans-serif; color:#333; font-weight:normal;}

	/* main mid */
.main_mid {
	float: left;
	width: 542px;
	margin: 0px;
	padding-right: 11px;
	padding-left: 11px;
	text-align: left;
}

.main_mid_activity {
	/*height: 432px;*/
	height :auto;
	width: 542px;
	margin-top: 24px;
}

.main_mid_info {
	height: 158px;
	width: 542px;
}
.main_mid_activity_list_date {
	background-image: url(images/date_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 54px;
	width: 48px;
	margin-top: 5px;
	font-family: Arial;
	margin-left:20px;
}
.main_mid_activity_list_date_month {
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	clear: both;
	height: 14px;
	width: 40px;
	margin-top: 6px;
	margin-left: 2px;
}
.main_mid_activity_list_date_day {
	font-family: Arial;
	font-size: 22px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	clear: both;
	height: 22px;
	width: 40px;
	margin-top: 5px;
	margin-left: 2px;
}
.main_mid_activity_list_title {
	line-height: 18px;
	text-align: left;
	float: left;
	width: 405px;
	margin-top: 12px;
	margin-left: 3px;
}
.main_mid_recruit {
	height: 424px;
	width: 542px;
	padding-top: 9px;
}
.main_mid_recruit ul  {
	margin-left: 0px;
}
.main_mid_recruit ul li {
	color: #0064b1;
	list-style-type: none;
	height: 42px;
	margin: 0px;
	padding: 0px;
	line-height: 42px;
	background-image: url(images/li_bg.png);
	background-repeat: no-repeat;
}
.main_mid_recruit_list_title {
	line-height: 42px;
	float: left;
	height: 42px;
	width: 432px;
	padding-left: 18px;
}
.main_mid_recruit_list_date {
	line-height: 42px;
	color: #adadad;
	float: right;
	height: 42px;
	width: 90px;
	white-space: nowrap;
	overflow: hidden;
}


.main_mid_recruit_list {
	height: 407px;
	width: 542px;
}



.main_mid_activity_list_button {
	float: left;
	height: 35px;
	width: 68px;
	margin-top: 14px;
	margin-right:20px;
}

.main_mid_info_photo {
	float: left;
	height: 158px;
	width: 126px;
}
.main_mid_info_list {
	float: right;
	height: 35px;
	width: 404px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #424242;
	margin-left: 12px;
	line-height: 26px;
	overflow: hidden;
}

.main_mid_title {
	height: 31px;
	width: 542px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e76bd;
}
.main_mid_title_right {
	line-height: 31px;
	height: 31px;
	width: 42px;
	overflow: hidden;
	text-align: right;
	float: right;
}

.main_mid_title_left {
	font-size:16px;
	color:#0067b4;
	line-height:31px;
	font-weight:bold;
	float: left;
	height: 31px;
	width: 400px;
}
.main_mid_activity_menu {
	height: 30px;
	width: 542px;
	margin-bottom: 8px;
}
.main_mid_activity_menu_1 {
	line-height: 30px;
	background-color: #0064b1;
	float: left;
	height: 30px;
	width: 80px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}
.main_mid_activity_list {
	height: 72px;
	width: 541px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #424242;
}
.main_mid_activity_list2 {
	width: 751px;
	margin-left: 1px;
	height: 68px;
	width: 100%;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #424242;
}
.main_mid_activity_list3 {
	width: 751px;
	padding-left:20px;
	line-height: 40px;
	height:40px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #424242;
}

.main_mid_activity_list_last {
	height: 72px;
	width: 541px;
	margin-left: 1px;

}
.main_mid_activity_menu_2 {
	line-height: 30px;
	background-color: #e9ecee;
	float: left;
	height: 30px;
	width: 80px;
	overflow: hidden;
	color: #0067b4;
	text-align: center;
}


.main_mid_title_left {
	float: left;
	height: 31px;
	width: 400px;
}
	/* main_right */
.main_right {
	float: right;
	width: 234px;
}
.mid_right_ad_1 {
	height: 184px;
	width: 234px;
}
.mid_right_ad_2 {
	height: 230px;
	width: 234px;
	margin-top: 22px;
}
.mid_right_experience {
	text-align: left;
	/*height: 223px;*/
	width: 232px;
	margin-top: 18px;
	border: 1px solid #dadbdd;
}

.mid_right_experience_content {
	font-size: 12px;
	line-height: 23px;
	/*height: 130px;*/
}
.mid_right_experience_content table{ width:232px; border-collapse:collapse; margin-top:0px;}
.mid_right_experience_content table th{height:35px; border-bottom:1px solid #cccccc; text-align:center; background-color:#e7eef8; }
.mid_right_experience_content table td{ height:35px; border-bottom:1px  dotted #424242; text-align:center;}


.mid_right_experience_photo {
	height: 150px;
}
.mid_right_experience_title {
	height: 33px;
	width: 232;
	font-weight:bold;
	padding-top:10px;
}
.mid_right_ac {
	text-align: left;
	/*height: 272px;*/
	height: 295px;
	width: 232px;
/*	margin-top: 18px;*/
	border: 1px solid #dadbdd;
}

.mid_right_ac_content ul{
	width: 232px;
	padding-left:8px;
	padding-right: 10px;

}
.mid_right_ac_content ul li{
	float: left;
	width: 224px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 11px;
	margin-top: 10px;
	
	list-style:none;
}
.mid_right_ac_content ul li p{
	float: left;
	width: 45px;
	height: 50px;
	background: url('images/racontime.png') 0 0 no-repeat;
	color: #fff;
	text-align: center;
}
.mid_right_ac_content ul li p strong{
	float: left;
	width: 40px;
	font-size: 14px;
	
}
.mid_right_ac_content ul li p em{
	float: left;
	width: 40px;
	font-size: 24px;
	font-style:normal;}
.mid_right_ac_content ul li a{
	float: right;
	width: 170px;
	padding-right: 2px;
	text-align: left;
	line-height:150%;
}
.mid_right_ac_content ul li a span{
	display: inline-block;
	width: 27px;
	height: 11px;
	background: url('images/hot.gif') 0 0 no-repeat;
	margin-left: 5px;
}

.mid_right_ac_content ul li a b{
	display: inline-block;
	width: 27px;
	height: 11px;
	background: url('images/new.gif') 0 0 no-repeat;
	margin-left: 5px;
}



.mid_right_ac_title {
	height: 33px;
	width: 232;
	border-bottom:1px solid #0067b4;
	font-weight:bold;
	padding-top:10px;
}
.mid_right_follow {
	height: 85px;
	width: 234px;
	margin-top: 11px;
}
.mid_right_follow_title {
	clear: both;
	height: 33px;
	width: 234px;
}
.mid_right_follow_ico {
	float: left;
	height: 42px;
	width: 42px;
	margin-right: 5px;
	margin-left: 10px;
}
.follow_detail{
	
	border: none;}
.follow_active{
	border: none;}
.mid_right_contact {
	height: 105px;
	width: 232px;
	margin-top: 7px;
}
.mid_right_contact_title {
	height: 33px;
	width: 234px;
}
.mid_right_contact_content {
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	width: 234px;
	text-align: left;
	overflow: hidden;
}

/* foot */
.foot {
	background-color: #eee;
	height: 145px;
	width: 100%;
	margin-top: 10px;
}
.foot2 {
	background-color: #eee;
	height: 145px;
	width: 100%;
	margin-top: 22px;
	position: fixed;
	z-index: 999;
	overflow: visible;
	bottom:0;
	left:0;
}
.foot_main {
	width: 1000px;
	height: 145px;
	margin-right: auto;
	margin-left: auto;
}
.foot_main_left {
	font-size: 12px;
	text-align: left;
	float: left;
	height: 57px;
	width: 650px;
	margin-top: 41px;
	margin-left: 13px;
	line-height:200%;
}
.foot_main_right {
	float: right;
	height: 57px;
	width: 262px;
	margin-top: 41px;
}

/* inner page main */

.main_inner {
	float: right;
	width: 788px;
	text-align: left;
	min-height:550px;
}
.main_inner1 {
	float: right;
	width: 788px;
	text-align: left;
	min-height:310px;
}
.main_inner_title {
	background-image: url(images/inner_title_offReg_add_Exper.png);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 40px;
	width: 788px;
}
.main_inner_title_link {
	line-height: 24px;
	height: 24px;
	width: 330px;
	float:left;
	color:#9a0000;
}
.main_inner_edu_r{ text-align:right; width:750px; height:30px;}
.main_inner_edu_l{ float:left; width:650px;	height:45px;}
.main_inner_edu_desc{
	line-height: 24px;
	padding-left:10px;
	height:45px;
	width: 770px;
	color:#9a0000;}
.main_inner_title_back {
	line-height: 24px;
	height: 24px;
	width: 170px;
	float:right;
}
.main_inner_title_back a {
	color:#000000;
}
.main_inner_title_text {
	line-height: 24px;
	height: 24px;
	width: 85px;
	margin-left: 6px;
	float: left;
	font-size: 16px;
	color: #0067b4;
	font-weight:bold;
}
.main_inner_title_text_wide {
	line-height: 24px;
	height: 24px;
	width: 385px;
	margin-left: 6px;
	float: left;
	font-size: 16px;
	color: #0067b4;
	font-weight: bold;
	text-align: left;
}
.main_inner_title_text_right {
	line-height: 24px;
	height: 24px;
	width: 85px;
	margin-left: 6px;
	float: right;
	text-align:right;
}
.main_inner_line {
	background-image: url(images/inner_line.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 788px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.main_inner_line_2 {
	height: 16px;
	width: 788px;
	text-align: center;

}
.main_inner_steps {
	height: 55px;
	width: 788px;
}
.main_inner_steps_step {
	float: left;
	height: 55px;
	margin-right: 1px;
	margin-left: 1px;
	text-align:center;
	line-height: 22px;
	padding-top:6px;
	font-size:16px;
	color: #fff;
}
.step_110{
	width: 110px;
	background-image: url(images/but-110.png);
	background-repeat:repeat-x;
}
.step_110_1{
	width: 110px;
	background-image: url(images/but-110_1.png);
	background-repeat:repeat-x;
}
.step_110_c{
	width: 110px;
	background-image: url(images/but-110-c.png);
	background-repeat:repeat-x;
}
.step_110_c_1{
	width: 110px;
	background-image: url(images/but-110-c_1.png);
	background-repeat:repeat-x;
}
.step_120{
	width: 120px;
	background-image: url(images/but-120.png);
	background-repeat:repeat-x;
}.step_120_1{
	width: 120px;
	background-image: url(images/but-120_1.png);
	background-repeat:repeat-x;
}
.step_120_c{
	width: 120px;
	background-image: url(images/but-120-c.png);
	background-repeat:repeat-x;
}
.step_120_c_1{
	width: 120px;
	background-image: url(images/but-120-c_1.png);
	background-repeat:repeat-x;
}
.step_130{
	width: 130px;
	background-image: url(images/but-130.png);
	background-repeat:repeat-x;
}
.step_130_1{
	width: 130px;
	background-image: url(images/but-130_1.png);
	background-repeat:repeat-x;
}
.step_130_c{
	width: 130px;
	background-image: url(images/but-130-c.png);
	background-repeat:repeat-x;
}
.step_130_c_1{
	width: 130px;
	background-image: url(images/but-130-c_1.png);
	background-repeat:repeat-x;
}
.step_150{
	width: 150px;
	background-image: url(images/but-150.png);
	background-repeat:repeat-x;
}
.step_150_1{
	width: 150px;
	background-image: url(images/but-150_1.png);
	background-repeat:repeat-x;
}
.step_150_c{
	width: 150px;
	background-image: url(images/but-150-c.png);
	background-repeat:repeat-x;
}
.step_150_c_1{
	width: 150px;
	background-image: url(images/but-150-c_1.png);
	background-repeat:repeat-x;
}
.main_inner_steps_step_100 {
	float: left;
	height: 55px;
	width: 110px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(images/but-100.png);
	background-repeat:repeat-x;
	text-align:center;
	line-height: 22px;
	padding-top:6px;
	font-size:16px;
	color: #fff;
}
.main_inner_steps_step_100_c {
	float: left;
	height: 55px;
	width: 110px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(images/but-100.png);
	background-repeat: repeat-x;
	text-align:center;
	line-height: 22px;
	padding-top:6px;
	font-size:16px;
	color: #fff;
}
.main_inner_steps h1{
	font-size:16px;
	font-family:微软雅黑;
	}
.main_inner_steps h2{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-11px;
	}
.main_inner_steps_step_ce {
	float: left;
	height: 41px;
	width: 110px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(images/but-04.png);
	background-repeat: no-repeat;
	text-align:center;
	line-height: 41px;
	font-size:16px;
	color: #fff;
}
.main_inner_steps_step_e {
	float: left;
	height: 41px;
	width: 110px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(images/but-01.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	color: #fff;
}
.main_inner_steps_step:hover{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	cursor:pointer;
	}
.main_inner_steps_step_c:hover{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	cursor:pointer;
	}
.main_inner_steps_step_e:hover{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	cursor:pointer;
	}
.main_inner_content_title {
	line-height: 30px;
	background-image: url(images/inner_content_title_bg.png);
	height: 70px;
	width: 788px;
	padding-left: 15px;
	margin-bottom: 3px;
	padding-top:5px;
	background-repeat: no-repeat;
}
.main_inner_content_title5 {
	line-height: 25px;
	background-image: url(images/inner_content_title_bg2.png);
	height: 40px;
	width: 788px;
	padding-left: 15px;
	margin-bottom: 3px;
	padding-top:5px;
	background-repeat: no-repeat;
}
.main_inner_content_title2 {
	line-height: 30px;
	height: 30px;
	width: 788px;
	padding-left: 15px;
	margin-bottom: 3px;
	padding-top:5px;
	background-repeat: no-repeat;
}
.main_inner_content_top {
	background-image: url(images/inner_content_top_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	width: 788px;
}
.main_inner_content_info_left {
	line-height: 39px;
	float: left;
	height: 39px;
	width: auto;
}
.main_inner_content_info_left_174px {
	line-height: 39px;
	float: left;
	height: 39px;
	width: 314px;
	text-align: right;
}
.main_inner_content_info_left_b {
	line-height: 39px;
	float: left;
	height: 39px;
	width: auto;
	font-weight: bold;
	color: #333;
}
.main_inner_content_info_text {
	clear: right;
	float: left;
	height: 39px;
	width: 300px;
	text-align: left;
}
.main_inner_content_info_text2 {
	clear: right;
	float: left;
	height: 39px;
	width: 600px;
	text-align: left;
}
.main_inner_content_tips {
	height: 71px;
	width: 540px;
	margin-top: 9px;
	padding-left: 205px;
	font-size: 16px;
	line-height: 20px;
}
.main_inner_content_tips_3line {
	height: 120px;
	width: 540px;
	margin-top: 9px;
	padding-left: 205px;
	font-size: 16px;
	line-height: 20px;
	color:#333;
}
#main_inner_content_info_save {
	float: left;
	height: 35px;
	width: 68px;
	padding-right: 16px;
	padding-left: 420px;
}
#main_inner_content_info_save0 {
	float: left;
	height: 35px;
	width: 68px;
	padding-right: 16px;
	padding-left: 420px;
}
#main_inner_content_info_save1 {
	float: left;
	height: 35px;
	width: 68px;
	padding-right: 16px;
	padding-left: 420px;
}
#main_inner_content_info_save2 {
	float: left;
	height: 35px;
	width: 68px;
	padding-right: 16px;
	padding-left: 420px;
}
#main_inner_content_info_save3 {
	float: left;
	height: 35px;
	width: 68px;
	padding-right: 16px;
	padding-left: 420px;
}
.main_inner_content_info_add {
	clear: right;
	float: left;
	height: 35px;
	//width: 169px;
	width: 68px;
}
.main_inner_content_radio {
	font-size: 16px;
	line-height: 27px;
	color: #333;
	height: 49px;
	width: 780px;
	padding-left: 8px;
}



.main_inner_content_tips p {
	margin-bottom: 15px;
	color: #333;
}

.main_inner_content {
	background-image: url(images/inner_content_mid_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 788px;
}
.o_online_radio{ width:730px; margin-left:20px; border-bottom:1px dotted #ccc;}
.o_online_radio_radio{ cursor:pointer; padding-left:10px;}
.o_online_div{ display:block}
.o_upload_div{display:none}
.o_online_div1{ display:block}
.o_upload_div1{display:none}
.main_inner_content_info_topline {
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	width: 589px;
	padding-bottom: 14px;
	padding-left: 39px;
	color: #333;
	float:left;
	clear:left;
}

.main_inner_content_info {
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	width: 740px;
	padding-bottom: 14px;
	padding-left: 39px;
	color: #333;
	clear: both;
	white-space: nowrap;
}
.main_inner_content_info_autoheight {
	font-size: 16px;
	line-height: 39px;
	height:40px;
	width: 788px;
	padding-bottom: 14px;
	color: #333;
	clear: both;
	white-space: nowrap;
	
}

.main_inner_content_info_autoheight1 {
	font-size: 16px;
	line-height: 39px;
	height:auto;
	width: 788px;
	padding-bottom: 14px;
	color: #333;
	clear: both;
	white-space: nowrap;
	
}

.main_inner_content_info_autoheight_tj {
	font-size: 16px;
	width: 788px;
	padding-bottom: 14px;
	color: #333;
	clear: both;

	
}
.main_inner_content_info_grcs1 {
	font-size: 16px;
	line-height: 39px;
	height:300px;
	width: 788px;
	padding-bottom: 14px;
	color: #333;
	clear: both;
	white-space: nowrap;
	
}
.main_inner_content_info_grcs1 textarea {
	font-size: 14px;
	color: #333;
	width: 755px;
	margin-left: 3px;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075);
	border: 1px solid #999;
	border-radius: 3px;
	white-space: pre;
	overflow: hidden;
	max-width: 755px;
	margin-right: 10px;
	vertical-align: text-top;
	line-height: 16px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right:5px;
	height:300px;
}

.main_inner_content_info_grcs {
	font-size: 16px;
	line-height: 39px;
	width: 750px;
	padding-bottom: 15px;
	color:#333;
	clear: both;
	padding-left: 20px;
}
.main_inner_content_info_autoheight_b2 {
	font-size: 16px;
	line-height: 39px;
	height: auto;
	width: 788px;
	padding-bottom: 15px;
	color: #333;
	clear: both;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 5px;
	overflow:hidden;
}
.main_inner_content_info_autoheight_d {
	font-size: 14px;
	line-height: 19px;
	height: 22px;
	width: 788px;
	color: #333;
	clear: both;
	white-space: nowrap;
	padding-left: 10px;
}
.main_inner_content_info_autoheight_c {
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	width: 788px;
	padding-bottom: 3px;
	color: #333;
	clear: both;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 5px;
}
.main_inner_content_info_autoheight_real {
	font-size: 16px;
	line-height: 39px;
	height: auto;
	width: 788px;
	padding-bottom: 14px;
	color: #333;
	clear: both;
	white-space: nowrap;
	padding-left:5px;
	
}

.main_inner_content_info_autoheight_top {
	font-size: 16px;
	line-height: 39px;
	height: 180px;
	width: 788px;
	color: #333;
	clear: both;
}

.main_inner_content_foot {
	background-image: url(images/inner_content_foot_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 19px;
	width: 788px;
	clear: both;
	margin-bottom: 20px;
}

.main_inner_content_del {
	font-size: 16px;
	text-align: left;
	clear: right;
	float: right;
	height: 30px;
	width: 75px;
	line-height: 30px;
	color:#333;
	
}
.city_close {
	font-size: 16px;
	text-align: left;
	clear: right;
	float: right;
	height: 30px;
	width: 35px;
	line-height: 30px;
	color: #333;
	margin-top: 10px;	
}
.main_inner_content_edit {
	font-size: 16px;
	text-align: right;
	float: left;
	height: 30px;
	width: 55px;
	line-height: 30px;
	color:#333;
	
	
}
.main_inner_content_edit:hover {

	cursor:pointer;
	color:#0067b4;
}
.main_inner_content_edit img {
	vertical-align: -5%;
	margin-right: 3px;
}
.main_inner_content_del:hover {

	cursor:pointer;
	color:#0067b4;
}
.city_close:hover {

	cursor:pointer;
}
.main_inner_content_del img {
	vertical-align: -5%;
	margin-right: 3px;
}
#main_inner_content_para {
	width:788px;
}
#main_inner_content_para0 {
	width:788px;
}
#main_inner_content_para1 {
	width:788px;
	display:none;
}
#main_inner_content_para2 {
	width:788px;
	display:none;
}
#main_inner_content_para3 {
	width:788px;
	display:none;
}
#main_inner_content_para4 {
	width:788px;
}
#main_inner_content_para5 {
	width:788px;
	display:none;
}
#main_inner_content_para6 {
	width:788px;
	display:none;
}
#main_inner_content_para7 {
	width:788px;
	display:none;
}
#main_inner_content_para8 {
	width:788px;
}
#main_inner_content_para9 {
	width:788px;
	display:none;
}
#main_inner_content_para10 {
	width:788px;
	display:none;
}
#main_inner_content_para11{
	width:788px;
	display:none;
}
#main_inner_content_para12{
	width:788px;
}
#main_inner_content_para13{
	width:788px;
	display:none;
}
#main_inner_content_para14{
	width:788px;
	display:none;
}
#main_inner_content_para15{
	width:788px;
	display:none;
}

.main_inner_content_info_upload {
	background-image: url(images/upload_bt.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 68px;
	float:left;
	margin-right: 7px;

}
.main_inner_content_info_upload:hover {
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;

}
.main_inner_content_info_upload2 {
	background-image: url(images/up_photo_bt.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 111px;
	float:left;
	margin-right: 7px;

}
.main_inner_content_info_upload2:hover {
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;

}
.main_inner_foot {
	font-size: 14px;
	line-height: 58px;
	color: #333;
	background-image: url(images/inner_foot_bg.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 58px;
	width: 770px;
	clear:both;
}
.main_inner_save {
	clear: left;
	float: left;
	height: 35px;
	width: 90px;
	margin-right: 25px;
	margin-left: 250px;
	font-weight: bold;
	font-size: 16px;
}
.main_inner_save1 {
	clear: left;
	float: left;
	height: 35px;
	width: 220px;
	margin-right: 25px;
	margin-left: 200px;
	font-weight: bold;
	font-size: 16px;
}
.main_inner_back {
	clear: left;
	float: left;
	height: 35px;
	width: 151px;
	margin-right: 25px;
	margin-left: 220px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
}
.main_inner_submit {
	float: left;
	height: 35px;
	width: 90px;
	margin-right: 25px;
	font-size: 16px;
	font-weight: bold;
}
.main_inner_next {
	clear: right;
	float: left;
	height: 35px;
	width: 202px;
	font-size: 16px;
	font-weight: bold;
}
.alert_display_none {
	font-size: 16px;
	color: #fe800e;
	display: none;
}
.alert_display_none_14px {
	font-size: 14px;
	color: #fe800e;
	display: none;
}

.alert_img{
	vertical-align: -5%;
	margin-right: 3px;
}
.main_inner_connent_info_left {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 307px;

}
.main_inner_connent_info_left1 {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 307px;

}
.main_inner_connent_info_left_103px {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 103px;
	font-weight: bold;
}
.main_inner_connent_info_left_103px_2 {
	font-size: 16px;
	/*line-height: 45px;*/
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 45px;
	width: 283px;
	padding-left:10px;
}
.main_inner_connent_info_left_103px_3 {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 283px;
	padding-left:10px;
}
.main_inner_content_info_right_103px {
	font-size: 16px;
	/*line-height: 45px;*/
	color: #333;
	text-align: left;
	clear: right;
	float: left;
	height: 45px;
	width: 340px;
	padding-left:10px;
}
.main_inner_content_info_right_120px_2 {
	font-size: 16px;
	line-height: 45px;
	color: #333;
	text-align: left;
	clear: right;
	float: left;
	height: 45px;
	width: 100px;
	padding-left:10px;
}
.main_inner_content_info_right_120px_3 {
	font-size: 16px;
	line-height: 45px;
	color: #333;
	text-align: left;
	clear: right;
	float: left;
	height: 45px;
	width: 300px;
	padding-left:10px;
	padding-top:8px;
}
.main_inner_content_info_right_103px_10 {
	font-size: 16px;
	line-height: 35px;
	color: #333;
	text-align: left;
	clear: right;
	float: left;
	height: 630px;
	width: 340px;
	padding-left:10px;
}
.main_inner_content_info_right_103px_9{
	font-size: 16px;
	line-height: 35px;
	color: #333;
	text-align: left;
	clear: right;
	float: left;
	height: 500px;
	width: 340px;
	padding-left:10px;
	}
.main_inner_content_info_right_103px_8{
	font-size: 16px;
	line-height: 35px;
	color: #333;
	text-align: left;
	clear: right;
	float: left;
	height: 120px;
	width: 340px;
	padding-left:10px;
	}
.main_inner_content_info_right_103px_7{
	font-size: 16px;
	line-height: 35px;
	color: #333;
	text-align: left;
	clear: right;
	float: left;
	height: 150px;
	width: 340px;
	padding-left:10px;
	}
.main_inner_content_info_right_103px_top {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	float: left;
	height: 39px;
	width: 524px;
	margin-left:1px;
}
.main_inner_content_info_right {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	clear: right;
	float: right;
	height: 39px;
	width: 470px;
}

.main_inner_content_info_right1 {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	clear: right;
	float: right;
	height: auto;
	width: 470px;
}

.main_inner_connent_info_left_120px {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 120px;
	font-weight: bold;
}
.main_inner_content_info_right_120px {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	clear: right;
	float: right;
	height: 39px;
	width: 667px;
}

.main_inner_connent_info_left_120px_2 {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 120px;
}
.main_inner_content_info_right_120px_top {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	float: left;
	height: 39px;
	width: 507px;
	margin-left:1px;
}
.main_inner_connent_info_left_220px {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 220px;
	font-weight: bold;
}
.main_inner_content_info_right_220px {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	clear: right;
	float: right;
	height: 39px;
	width: 567px;
}

.main_inner_connent_info_left_220px_2 {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 220px;
}
.main_inner_content_info_right_220px_top {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	float: left;
	height: 39px;
	width: 407px;
	margin-left:1px;
}
.main_inner_connent_info_left_310px {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: right;
	clear: left;
	float: left;
	height: 39px;
	width: 310px;
	font-weight: bold;
}
.main_inner_content_info_right_310px {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	clear: right;
	float: right;
	height: 39px;
	width: 477px;
}


.main_inner_content_info_right_220px_top {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	float: left;
	height: 39px;
	width: 317px;
	margin-left:1px;
}
.main_inner_content_info_right_top {
	font-size: 16px;
	line-height: 39px;
	color: #333;
	text-align: left;
	clear: right;
	float: right;
	height: 180px;
	width: 657px;

}
.main_inner_content_info_right_photo {
	clear: left;
	float: left;
	height: 180px;
	width: 126px;
	margin-right: 17px;
}
.main_inner_content_info_right_option_168px {
	float: left;
	height: 39px;
	width: 168px;
	margin-right: 7px;
	
}
.main_inner_content_info_option_text {
	line-height: 39px;
	clear: right;
	float: left;
	height: 39px;
	width: 250px;
}


.main_inner_content_info_right_text {
	line-height: 35px;
	float: left;
	height: 35px;
	width: 430px;
	margin-top: 98px;
	background-image: url(images/upload_bt_2.png);
	background-repeat: no-repeat;
}
.main_inner_content_info_right_text:hover {
    filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
}
.main_inner_content_info_right_text_2 {
	line-height: 35px;
	float: left;
	height: 35px;
	width: 430px;
	color: #fe800e;
}
.option_168px {
	height: 39px;
	width: 190px;
	background: transparent;
	border: none;
	font-size: 16px;
	color: #333;
}
.display_true {
	display: inline;
}
#save_and_add0 {
	cursor: pointer;
}
#save_and_add1 {
	cursor: pointer;
}
#save_and_add2 {
	cursor: pointer;
}
#save_and_add3 {
	cursor: pointer;
}
.main_inner_content_info_right_103px_top #mbaSqXxjd2_chosen {
	width: 227px !important;
}
.main_inner_content_info_right_103px_top #mbaSqXxjd3_chosen {
	width: 227px !important;
}
.main_inner_content_info_right_103px_top #mbaSqXxjd4_chosen {
	width: 227px !important;
}
.main_inner_content_info_right_120px_top #mbaSqKsmc2_chosen {
	width: 227px !important;
}

.main_inner_content_info_right_120px_top #mbaSqKsmc3_chosen {
	width: 227px !important;
}

.main_inner_content_info_right_120px_top #mbaSqKsmc4_chosen {
	width: 227px !important;
}
.main_inner_content_info_right_120px_top #mbaSqKsmcqt2_chosen {
	width: 227px !important;
}

.main_inner_content_info_right_120px_top #mbaSqKsmcqt3_chosen {
	width: 227px !important;
}

.main_inner_content_info_right_120px_top #mbaSqKsmcqt4_chosen {
	width: 227px !important;
}
.main_inner_content_info_right_220px #mbaSqHwgj2_chosen {
	width: 168px !important;
}

.main_inner_content_info_right_220px #mbaSqHwgj3_chosen {
	width: 168px !important;
}

.main_inner_content_info_right_220px #mbaSqHwgj4_chosen {
	width: 168px !important;
}

.main_inner_content_info_right_310px #w_chosen {
	width: 251px !important;
}
.main_inner_content_info #mbaSqZlsqzt2_chosen {
	width: 205px !important;
}
.main_inner_content_info #mbaSqZlsqzt3_chosen {
	width: 205px !important;
}
.main_inner_content_info #mbaSqZlsqzt4_chosen {
	width: 205px !important;
}
.main_inner_content_info #mbaSqZlzzsx2_chosen {
	width: 205px !important;
}
.main_inner_content_info #mbaSqZlzzsx3_chosen {
	width: 205px !important;
}
.main_inner_content_info #mbaSqZlzzsx4_chosen {
	width: 205px !important;
}
.display_none {
	display: none;
}
.right_45px {
	margin-right: 45px;
	vertical-align: middle;
}
.main_inner_conntet_info_text_top {
	/*background-image: url(images/text_top_bg.png);
	background-repeat: no-repeat;
	background-position: left;*/
	height: 5px;
	width: 561px;
}
.main_inner_content_info_text_mid {
	/*background-image: url(images/text_mid_bg.png);
	background-repeat: repeat-y;
	background-position: left;*/
	height: auto;
	width: 100%;
}
.main_inner_content_info_text_foot {
	/*background-image: url(images/text_foot_bg.png);
	background-repeat: no-repeat;
	background-position: left;*/
	clear: both;
	height: 5px;
	width: 561px;
}

.main_inner_conntet_info_text_top2 {
	/*background-image: url(images/text_top_bg.png);
	background-repeat: no-repeat;
	background-position: left;*/
	height: 5px;
	width: 561px;
	margin-left:115px;
}
.main_inner_content_info_text_mid2 {
	/*background-image: url(images/text_mid_bg.png);
	background-repeat: repeat-y;
	background-position: left;*/
	height: auto;
	width: 561px;
	margin-left:115px;
}
.main_inner_content_info__text_foot2 {
	/*background-image: url(images/text_foot_bg.png);
	background-repeat: no-repeat;
	background-position: left;*/
	clear: both;
	height: 5px;
	width: 561px;
	margin-left:115px;
}


.main_inner_content_info_left_10px {
	float: left;
	height: 39px;
	width: 10px;
}
.main_inner_content_info_left_151px {
	float: left;
	height: 39px;
	width: 151px;
}
.main_inner_content_info_left_300px {
	height: 39px;
	width: 300px;
	position: relative;
}
.main_inner_content_info_left_330px {
	float: left;
	height: 39px;
	width: 330px;
}
.main_inner_content_info_left_330px img {
	margin-left: 5px;
	vertical-align: middle;
	margin-right: 5px;
}
.main_inner_content_info_right_330px {
	line-height: 39px;
	font-weight: normal;
	float: right;
	height: 39px;
	width: 95px;
}
.main_inner_content_info_auto_title {
	font-size: 18px;
	color: #0068B5;
	text-align: center;
	clear: both;
	height: 39px;
	width: 750px;
	margin-bottom: 10px;
	padding-left: 37px;
}
.main_inner_content_info_auto_foot {
	font-size: 16px;
	color: #0068B5;
	text-align: center;
	clear: both;
	height: 39px;
	width: 750px;
	margin-bottom: 10px;
	padding-left: 37px;
}
.main_inner_content_info_auto_text {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: left;
	clear: both;
	height: auto;
	width: 750px;
	
	white-space:normal;
	padding-left: 37px;
}
.main_788 {
	clear: both;
	height: auto;
	width: 788px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.main_inner_content_info_right_310px .checks {
	margin-left: 10px;
}
.padding_div {
	background-color: #FFF;
	clear: both;
	height: 4px;
	width: 100%;
}
.padding_div_50px {
	background-color: #FFF;
	clear: both;
	height: 50px;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.padding_div_20px {
	background-color: #FFF;
	clear: both;
	height: 20px;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.padding_div_40px {
	background-color: #FFF;
	clear: both;
	height: 40px;
	width: 100%;
}
.padding_div_40px2 {
	margin-left:260px;
	background-color: #FFF;
	clear: both;
	height: 40px;
	width: 100%;
}
/* main full */
.main_full_top {
	background-image: url(images/mid_top_bg.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
.main_full_foot {
	background-image: url(images/mid_foot_bg.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
.main_full {
	height: auto;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mid_center_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.main_full_line {
	clear: both;
	height: 39px;
	width: 810px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
	text-align:center;
}
.main_full_line_auto {
	clear: both;
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
}
.main_full_line_auto2 {
	clear: both;
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
	font-size:16px;
	text-align:center;
}
.main_full_line_title {
	line-height: 39px;
	float: left;
	width: 750px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0067b5;
}
.main_full_line_title_font_left {
	line-height: 39px;
	float: left;
	width: 690px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #0067b5;
	padding-left: 60px;
}
.main_full_full_right {
	line-height: 39px;
	float: right;
	height: 39px;
	width: 58px;
	text-align: left;
}
.main_full_full_right img {
	vertical-align: 3%;
	}
.main_full_lines {
	background-image: url(images/inner_line.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 788px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 23px;
}
.main_full_lines_720px {
	background-image: url(images/inner_line.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 720px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 23px;
}
.main_full_lines_400px {
	background-image: url(images/inner_line.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 400px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 23px;
}
.main_full_lines_400px2 {
	background-image: url(images/inner_line.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 400px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-position: center;
	margin-bottom: 23px;
	margin-top: 23px;
}
.main_full_line_left {
	font-size: 16px;
	line-height: 39px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: right;
	float: left;
	height: 39px;
	width: 210px;
}
.main_full_line_left2 {
	font-size: 16px;
	line-height: 39px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: right;
	float: left;
	height: 39px;
	width: 290px;
}
.main_full_line_right {
	font-size: 14px;
	line-height: 39px;
	color: #4f4f4f;
	text-align: left;
	float: right;
	height: 39px;
	width: 595px;
}
.main_full_line_right2 {
	font-size: 14px;
	line-height: 39px;
	color: #4f4f4f;
	text-align: left;
	float: right;
	height: 39px;
	width: 505px;
}
.main_full_line_right .left_m7 {
	margin-right: 3px;
	margin-left: 7px;
	vertical-align: middle;
}
.main_full_line_right_txt {
	background-image: url(images/full_text_bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #7f7f7f;
	height: 94px;
	width: 492px;
	margin-left: 216px;
	text-align: left;
	line-height: 29px;
	padding-right: 15px;
	padding-left: 15px;
}

.top_mar_70px {
	margin-top: 70px;
	clear: both;
	height: 3px;
	width: 100%;
}
.main_full_left {
	float: left;
	height: 350px;
	width: 540px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	overflow: hidden;
}
.main_full_right {
	float: right;
	height: 350px;
	width: 280px;
}
.main_full_title_80p {
	text-align: center;
	height: 44px;
	width: 85%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	clear: both;
}
.main_full_left_line {
	clear: both;
	height: 39px;
	width: 540px;
	margin-bottom: 13px;
}
.main_full_left_line5 {
	clear: both;
	height: 39px;
	width: 540px;
	margin-bottom: 13px;
	text-align:center;
}
.main_full_left_line2 {
	clear: both;
	height: 20px;
	width: 540px;
	margin-bottom: 10px;
}
.main_full_left_line3 {
	clear: both;
	height: 40px;
	width: 470px;
	margin-left:40px;

}
.main_full_right_line {
	text-align: center;
	height: 150px;
	width: 100%;
}
.main_full_right_button {
	text-align: center;
	height: 39px;
	width: 100%;
	margin-top: 20px;
}


.main_full_left_line_left {
	font-size: 16px;
	line-height: 39px;
	font-weight: bold;
	color: #333;
	text-align: right;
	float: left;
	height: 39px;
	width: 235px;
}
.main_full_left_line_left2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	text-align: right;
	float: left;
	height: 20px;
	width: 125px;
}
.main_full_left_line_right {
	font-size: 16px;
	line-height: 39px;
	text-align: left;
	float: right;
	height: 39px;
	width: 295px;
}
.main_full_left_line_right3 {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	float: right;
	height: 20px;
	width: 410px;
}
.main_full_left_line_right2 {
	font-size: 16px;
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 111px;
	font-weight:bold;
	text-align:center;
	margin-left:245px;
}
.log_right{float: left;margin-left:10px; padding-top:10px; width:140px;}
.main_full_down {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
	
}
.main_full_down2 {
	height: auto;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	line-height: 23px;
	padding: 4px 5px 3px 5px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #eee ;
	border-radius:10px;
	background-color:#eee;
}
.font_dgray_14px_b {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #424242;
}
/*city*/
.city_top {
    height: 48px;
    width: 588px;
    background-image: url(images/city_top_bg.png);
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: 0;
}
.city_top3 {
    height: 48px;
    width: 815px;
    background-image: url(images/selector_top_bg.png);
    background-repeat: repeat-x;
    margin-right: 0;
    margin-left: 0;
	padding-left: 15px;
	font-size:18px;
	font-weight:bold;
	color:#005fa8;
	line-height: 40px;
	text-align:left;
}
.city_top2 {
    height: 38px;
    width: 588px;
    margin-right: 0;
    margin-left: 0;
}
.city_foot {
	background-image: url(images/city_foot_bg.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 588px;
	margin-right: 0;
	margin-left: 0;
}
.city_main {

	width: 588px;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
}
.city_main2 {

	width: 830px;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
}
.city_main_title {
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	color: #000;
	text-align: left;
	height: 45px;
	width: 500px;
	margin-left: 47px;
	clear: both;
	
}
.city_main_title2 {
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	color: #0070c6;
	text-align: left;
	height: 39px;
	width: 500px;
	margin-left: 30px;
	margin-bottom : 10px;
	clear: both;
	
}

.city_main_title3 {
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	color: #0070c6;
	text-align: left;
	height: 39px;
	width: 500px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom : 10px;
	clear: both;
	
}
.city_main_title2 input {
	margin-left:5px;
	}
.city_main_city {
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	float: left;
	height: 33px;
	width: 70px;
	font-weight: normal;
}
.city_main_city3 {
	font-size: 16px;
	line-height: 33px;
	text-align: left;
	float: left;
	height: 33px;
	width: auto;
	font-weight: normal;
	margin-right:20px;
	padding-left:5px;
	padding-right:5px;
}
.city_main_line {
	text-align: left;
	height: auto;
	width: 500px;
	margin-left: 47px;
	clear: both;
	overflow:hidden;
}
.city_main_line2 {
	text-align: left;
	height: auto;
	width: 700px;
	margin-left: 50px;
	clear: both;
	overflow:hidden;
}
.city_main_line3 {
	text-align: left;
	height: 270px;
	width: 700px;
	margin-top:20px;
	margin-left: 50px;
	clear: both;
	overflow-x:none;
	overflow-y:auto;
	border: 1px solid #b2b2b2;
}
.city_main_city2 {
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	float: left;
	height: 40px;
	width: 330px;
	margin-left:10px;
	font-weight: normal;
}
/* letter */
.main_letter_logo {
	clear: both;
	height: 116px;
	width: 1000px;
}
.main_letter_logo_left {
	font-size: 32px;
	line-height: 95px;
	color: #0067b4;
	text-align: left;
	height: 95px;
	width: 740px;
	float: left;
}
.main_letter_logo_right {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #0067b4;
	float: right;
	height: 87px;
	width: 217px;
	padding-right: 22px;
	margin-top: 24px;
	text-align: right;
	line-height: 17px;
}
.main_letter_title {
	font-size: 16px;
	line-height: 30px;
	color: #fe8518;
	text-align: center;
	height: 30px;
	width: 1000px;
	font-weight: bold;
}
.main_letter_top {
	background-image: url(images/letter_top_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
}
.main_letter_foot {
	background-image: url(images/letter_foot_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
}
.main_letter {
	height: auto;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/letter_mid_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.main_letter_text {
	clear: both;
	height: 356px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 29px;
}

.main_letter_line {
	clear: both;
	height: 39px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 10px;
}
.main_letter_line_b {
	clear: both;
	font-weight:bold;
	height: 39px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 10px;
}
.main_letter_line_b6 {
	clear: both;
	font-weight:bold;
	height: 39px;
	width: 900px;
	margin-left: 55px;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 10px;
}
.main_letter_line_b3 {
	clear: both;
	font-weight:bold;
	height: 39px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 15px;
}
.main_letter_line_b5 {
	clear: both;
	font-weight:bold;
	height: 39px;
	width: 880px;
	margin-left: 55px;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 15px;
}

.main_letter_line_b4 {
	clear: both;
	font-weight:bold;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 15px;
	overflow:hidden;
}
.main_letter_line_b2 {
	clear: both;
	font-weight:bold;
	height: 60px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 28px;
	margin-bottom: 10px;
}
.main_letter_line_3 {
	clear: both;
	font-weight:bold;
	height: 39px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 15px;
}
.main_letter_line_auto {
	clear: both;
	height: auto;
	width: 850px;
	margin-left: 82px;

	padding-left: 28px
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 10px;
	font-size: 16px;
	overflow:hidden;
}
.main_letter_line_auto2 {
	clear: both;
	height: auto;
	width: 700px;
	margin-left: 82px;

	padding-left: 28px
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 10px;
	font-size: 16px;
	overflow:hidden;
}
.main_letter_line_auto3 {
	clear: both;
	height: auto;
	width: 850px;
	margin-left: 82px;

	padding-left: 28px
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 39px;
	margin-bottom: 10px;
	font-size: 16px;
}
.main_letter_lene_text_top {
	/*background-image: url(images/let_txt_top_bg.png);
	background-repeat: no-repeat;
	background-position: left;*/
	height: 5px;
	width:649px;
	clear: both;
}
.main_letter_lene_text_mid {
	/*background-image: url(images/let_txt_mid_bg.png);
	background-repeat: repeat-y;
	background-position: left;*/
	height: auto;
	width: 100%;
	clear: both;
	overflow:hidden;
}
.main_letter_lene_text_foot {
	/*background-image: url(images/let_txt_foot_bg.png);
	background-repeat: no-repeat;
	background-position: left;*/
	clear: both;
	height: 5px;
	width: 649px;
}
.main_letter_lene_text_mid textarea {
	width: 647px;
	max-width:647px !important;
}
.main_letter_line_auto table td {
	font-size: 16px;
	color: #555;
}
.letter_table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
}
.letter_table td {
	font-size: 16px;
	text-align: center;
	height: 34px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dfdfdf;
	border-left-color: #dfdfdf;
}
.main_letter_line_left {
	text-align: right;
	float: left;
	height: 39px;
	width: 300px;
	line-height: 39px;
}
.main_letter_line_left2 {
	text-align: right;
	float: left;
	height: 39px;
	width: 360px;
	line-height: 39px;
}
.main_letter_line_right {
	line-height: 39px;
	text-align: left;
	float: right;
	height: 39px;
	width: 545px;
}
.main_letter_line_right2 {
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 530px;
}
.main_letter_buttom {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	text-align: center;
	height: auto;
	width: 100%;
}
.main_inner_article_title {
	font-size: 18px;
	line-height: 66px;
	font-weight: bold;
	color: #424242;
	text-align: center;
	clear: both;
	height: 66px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.main_inner_article_title1 {
	font-size: 18px;
	color: #424242;
	text-align: left;
	height: 120px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.main_inner_article_title1 h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	padding-left:20px;
}
.main_inner_article_title1 h4 {
	font-size: 14px;
	font-weight:normal;
	padding-left:20px;
	line-height: 30px;
}
.event_left{ width:600px; float:left}
.event_right{ width:100px; float:right}
.event_right .event_apply{
	background:url('images/apply.png') 0 0 no-repeat;
	width:85PX;
	height:32PX;
	line-height:32PX;
	float:right;
	text-align:center;
	color:#ffffff;
	font-size:14px;
}
.main_inner_article_title2 {
	font-size: 18px;
	color: #424242;
	text-align: left;
	height: 90px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.main_inner_article_title2 h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	padding-left:20px;
}
.main_inner_article_title2 h4 {
	font-size: 14px;
	font-weight:normal;
	padding-left:20px;
	line-height: 30px;
}


.main_inner_article {
	font-size: 14px;
	color: #424242;
	text-align: left;
	clear: both;
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.main_inner_article p {
	line-height: 30px;
}
.main_inner_article h3 {
	font-size:16px;
	line-height:40px
}
.bt_blue1{
	line-height: 30px;
	color:#fff;
	background-image: url(images/blue_bg_bt.png);
	border: 0px;
	text-align: center;
	height: 35px;
	width: 124px;
	font-size:14px;
	cursor:pointer;
	font-family:Arial, 微软雅黑;
	
}
.main_article_nav {
	clear: both;
	height: 51px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}
.main_all_line_center {
	clear: both;
	height: 39px;
	width: 100%;
	line-height: 39px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.main_article_nav_left {
	font-size: 14px;
	line-height: 22px;
	color: #474747;
	background-color: #eeeeee;
	float: left;
	height: 51px;
	width: 365px;
}
.main_article_nav_right {
	font-size: 14px;
	line-height: 22px;
	color: #474747;
	background-color: #eeeeee;
	float: right;
	height: 51px;
	width: 365px;
}
.main_inner_nav_txt_left {
	float: left;
	height: 51px;
	width: 67px;
	text-align: center;
}
.main_inner_nav_txt_right {
	float: left;
	height: 51px;
	width: 280px;
	text-align: left;
	padding-right: 18px;
}
.main_letter_top_title {
	background-image: url(images/top_title_bg.png);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
}
.main_letter_top_title2 {
	height: auto;
	width: 100%;
	overflow:hidden;
}
.main_letter_top_title5 {
	height: auto;
	width: 90%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.main_letter_top_title3 {
	background-image: url(images/top_title_under_bg.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	margin-top:5px;
}
.main_letter_top_title4 {
	background-image: url(images/top_title_under_bg.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 90%;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
.main_full_line_option {
	font-size: 16px;
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 150px;
}
.main_full_line_option2 {
	font-size: 16px;
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 250px;
}
.main_full_line_option_260px {
	font-size: 16px;
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 260px;
}

.mian_inner_nav {
	clear: both;
	height: 34px;
	width: 780px;
	margin-bottom: 15px;
}
.mian_inner_nav1 {
	clear: both;
	height: 34px;
	width: 780px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.float_left ul li{
	display: inline;
}
.float_left ul {
	margin: 0;
	padding: 0;
}
.float_left li{
	float: left;
	height:34px;
	padding : 0 30px;
	line-height:34px;
	margin-right:1px;
	text-align:center;
	color: #0067b4;
	font-size: 15px;
	cursor: pointer;
	font-weight:bold;
	background-color: #eceff3;
}
.float_left li.now{
	color: #fff;
	background: #0067b4;
}
.now2{
	color:#0070c6 !important;
	font-weight:bold !important;
}
.main_inner_left {
	text-align: center;
	float: left;
	height: auto;
	width: 213px;
	margin-top: 30px;
}
.main_inner_right {
	float: right;
	width: 570px;
	overflow: hidden;
	margin-top: 30px;
}
.main_inner_right_line_50px {
	font-size: 16px;
	line-height: 39px;
	text-align: left;
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
.main_inner_right_line_left {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	float: left;
	height: 40px;
	width: 152px;
	text-align: right;
}
.main_inner_right_line_left1 {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	float: left;
	height: 40px;
	width: 202px;
	text-align: right;
}

.main_inner_right_line_left5 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	float: left;
	height: 40px;
	width: 150px;
	text-align: right;
}
.main_inner_right_line_mid {
	font-size: 16px;
	line-height: 40px;
	color: #424242;
	text-align: left;
	float: left;
	height: 40px;
	width: 240px;
	padding-left: 18px;
}
.main_inner_right_line_mid1 {
	font-size: 16px;
	line-height: 40px;
	color: #424242;
	text-align: left;
	float: left;
	height: 40px;
	width: 300px;
	padding-left: 18px;
}
.main_inner_right_line_mid3 {
	font-size: 16px;
	line-height: 40px;
	color: #424242;
	text-align: left;
	float: left;
	height: 40px;
	width: 300px;
}
.main_inner_right_line_mid4 {
	font-size: 16px;
	line-height: 40px;
	color: #424242;
	text-align: left;
	float: left;
	height: 40px;
	width: 200px;
}
.main_inner_right_line_right {
	clear: right;
	float: left;
	height: 40px;
	width: 160px;
}
.main_inner_right_line_right1 {
	clear: right;
	float: left;
	height: 40px;
	width: 180px;
}
.main_inner_right_line_right2 {
	clear: right;
	float: left;
	height: 40px;
	width: 120px;
	text-align:center;
}
.main_inner_right_line_40px {
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	height: 40px;
	width: 100%;
	clear: both;
}
.main_inner_right_line_40px1 {
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	height: 40px;
	width: 100%;
	clear: both;
	padding-left:220px;
}
.main_inner_right_line_left2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	float: left;
	height: 40px;
	width: 120px;
	text-align: center;
	line-height: 30px;
}
.main_inner_right_line_mid2 {
	font-size: 16px;
	line-height: 40px;
	color: #424242;
	text-align: left;
	float: left;
	height: 40px;
	width: 320px;
}
.main_inner_right_line_left3 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	float: left;
	height: 40px;
	width: 175px;
	text-align: center;
}
.main_inner_right_line_left4 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	float: left;
	height: 40px;
	width: 400px;
	text-align: left;
	padding-left:13px;
}
.main_inner_right_line_40px2 {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 100%;
	clear: both;
}
.cul1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #d0d5db;
}
.cul2 {
	font-size: 18px;
	color: #046dba;
	background-color: #eceff3;
}
.cul3 {
	font-size: 14px;
	color: #292929;
	background-color: #f7f9fa;
	padding-left: 12px;
	padding-bottom: 17px;
	padding-top: 17px;
}
.rowtitle {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background-image: url(images/tb_title_bg.png);
	background-repeat: repeat-x;
}
.cul4 {
	font-size: 14px;
	color: #818181;
	background-color: #eceff3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.tab1 {
	width: 100%;
	overflow: hidden;
	display:none;
}
.tabs1 {
	display:none;
}
.block {
	display:block;
	}
.tab_list ul  {
	margin-left: 0px;
}
.tab_list ul li {
	color: #0064b1;
	list-style-type: none;
	height: 42px;
	margin: 0px;
	padding: 0px;
	line-height: 42px;
	background-image: url(images/li_long_bg.png);
	background-position:10px;
	background-repeat: no-repeat;
	padding-left:10px;
}
.main_mid_recruit_list_title2 {
	line-height: 42px;
	float: left;
	height: 42px;
	width: 630px;
	padding-left: 18px;
}
.main_article_nav_left2 {
	font-size: 14px;
	line-height: 22px;
	color: #474747;
	float: left;
	height: 51px;
	width: 365px;
	text-align:left;
}
.main_article_nav_right2 {
	font-size: 14px;
	line-height: 22px;
	color: #474747;
	float: right;
	height: 51px;
	width: 365px;
	text-align:right;
	padding-right:20px;
}
.main_article_nav_left2 ul li{
	display: inline;
}
.main_article_nav_left2 ul {
	margin: 0;
	padding: 0;
}
.main_article_nav_left2 li{
	float: left;
	height:32px;
	width: 32px;
	line-height:32px;
	margin-right:3px;
	text-align:center;
	color: #555;
	font-size: 15px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.main_article_nav_left2 li.now{
	color: #fff;
	background: #0067b4;
}
.main_article_nav_left2 li:hover{
	color: #fff;
	background: #0067b4;
}
.tab_list {
	width: 100%;
}
.arrow {
	font-size: 9px !important;
}
.main_mid_activity_list_title2 {
	line-height: 18px;
	text-align: left;
	float: left;
	width: 585px;
	margin-top: 12px;
	margin-left: 3px;
}

.ordertype {
	float: right;
	height: 39px;
	width: 170px;
	font-size: 16px;
	line-height: 35px;
}
.ordertype2 {
	float: right;
	height: 39px;
	width: 170px;
	font-size: 16px;
	line-height: 35px;
	text-align:right;
}
.float_left {
	float: left;
	width: 580px;
	overflow: hidden;
}
.toggle:hover {
	cursor: pointer;
}
.main_left_nav0 img {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
.main_left_nav0_c img {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
.main_inner_title_text_wide2 {
	line-height: 24px;
	height: auto;
	width: 100%;
	margin-left: 6px;
	float: left;
	font-size: 16px;
	color: #0067b4;
	font-weight: bold;
	text-align: left;
}.main_letter_line_left_105px {
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 105px;
}
.main_letter_line_left_105px2 {
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 100px;
}
.main_inner_more{
	width:100px;
	float:right;
	}
.main_letter_line_right_105px {
	line-height: 39px;
	text-align: left;
	clear: right;
	float: left;
	height: 39px;
	width: 700px;
	font-weight: normal;
}
.main_letter_line_right_105px2 {
	line-height: 39px;
	text-align: left;
	clear: right;
	float: left;
	height: auto;
	width: 700px;
	font-weight: normal;
}
.main_letter_line_right_105px3 {
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 330px;
	font-weight: normal;
}
.main_letter_line_right_105px4 {
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 130px;
	font-weight: normal;
}
.main_letter_line_right_105px5 {
	line-height: 39px;
	text-align: left;
	float: left;
	height: 39px;
	width: 220px;
	font-weight: normal;
}
.main_photo {
	margin: 0px;
	height: 596px;
	width: 809px;
	padding-left: 20px;
}
.photo_title {
	font-size: 16px;
	line-height: 62px;
	font-weight: bold;
	color: #0064b2;
	background-image: url(images/up_title_bg.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 100%;
}
.photo_up {
	font-size: 16px;
	line-height: 48px;
	color: #ff7900;
	text-align: left;
	height: auto;
	width: 100%;
	margin-bottom: 13px;
	margin-top:10px;
	overflow:hidden;
}
.photo_up img {
	margin-right: 10px;
}
.photo_left {
	float: left;
	height: 450px;
	width: 300px;
}
.photo_img {
	height: 360px;
	width: 300px;
	border: 1px solid #000;
	overflow: hidden;
	background-color: #CCC;
	text-align: left;
	
}
.photo_img img{
	max-height:360px;
	max-width:300px;
	}
.photo_turn_left {
	margin-top:15px;
	float: left;
	height: 62px;
	width: 102px;
	text-align:center;
}
.photo_turn_right {
	margin-top:15px;
	float: right;
	height: 62px;
	width: 102px;
	text-align:center;
}
.photo_right {
	clear: right;
	float: left;
	height: 460px;
	width: 435px;
	padding-left: 25px;
}
.photo_right_intro {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	text-align: left;
	clear: both;
	height: 70px;
	width: 100%;
}
.photo_preview {
	height: 158px;
	width: 126px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}
.photo_preview1 {
	height: 158px;
	width: 56px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}
.photo_preview img{

	max-width:none;
	}
.photo_bt {
	text-align: center;
	clear: both;
	height: 35px;
	width: 100%;
}
.photo_bt {
	text-align: center;
	clear: both;
	height: 35px;
	width: 100%;
}
.center_bt {
	font-size:16px;
	font-weight:bold;
	clear: both;
	height: 40px;
	width: 500px;
	text-align:left;
}
.center_bt10 {
	font-size:16px;
	font-weight:bold;
	clear: both;
	height: 40px;
	width: 100px;
	text-align:left;
}
.center_bt11 {
	font-size:16px;
	font-weight:bold;
	clear: both;
	height: 40px;
	width: 100px;
	text-align:left;
	padding-left:90PX;
}
.center_bt3 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	height: 40px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.center_bt2 {
	font-size:16px;
	font-weight:bold;
	clear: both;
	height: 40px;
	width: 200px;
	margin-left: 150px;
	text-align: center;
	margin-top:20px;
}
.other {
	font-size: 16px;
	line-height: 45px;
	text-align: left;
	height: 39px;
	width: 500px;
	margin-left: 50px;
	margin-bottom : 10px;
	margin-top:10px;
	clear: both;
}
.tab_list2 {
	display: none;
}
.bt_blue {
	line-height: 35px;
	color:#fff;
	background-image: url(images/blue_bg_bt.png);
	background-repeat: repeat-x;
	border: 1px solid #fff ;
	border-radius:3px;
	text-align: center;
	float: left;
	height: 35px;
	width: 100%;
}
.bt_blue:hover{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	cursor:pointer;
	}

.bt_gray {

	line-height: 35px;
	color:#fff;
	background-image: url(images/blue_bg_bt.png) ;
	background-repeat: repeat-x;
	border: 1px solid #fff ;
	border-radius:3px;
	text-align: center;
	float: left;
	height: 35px;
	width: 100%;
}
.bt_gray:hover{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	cursor:pointer;
	}
.bt_113px {
	height: 35px;
	width: 113px;
	margin-right: 30px;
	float: left;
}
.bt_133px {
	height: 35px;
	width: 133px;
	margin-right: 30px;
	float: left;
}
.text_300 {
	line-height: 35px;
	float: left;
	height: 35px;
	width: 300px;
}
.input_num {
	height:16px !important;
	font-size: 14px !important;
	line-height: 16px  !important;
	font-weight: normal;
	color: #333 !important;
	width: 200px;
	border: none !important;
	box-shadow:none !important;
	padding: 0px !important;
	margin: 0px !important;
	
}
.btc_left {
	float: left;
	height: 35px;
	width: 111px;
}
.btc_right {
	float: right;
	height: 35px;
	width: 111px;
}
.city_main_city2 label {
	cursor:pointer;
	}
.autocomplete{
border: 1px solid #8f8f8f;
border-radius: 0px 5px 5px 0px;
background-color: white;
text-align: left;
}
.autocomplete li{
	font-size:16px;
	font-weight:normal;
	color:#046dba;
	list-style-type: none;
}
.clickable {
cursor: default;
}
.highlight {
background-color: #8f8f8f;
cursor:pointer;
}
.main_full_line_right label {
	cursor:pointer;
	}
.pading_left {
	padding-left: 200px;
}
#jb8,#jb9,#jb10,#jb11,#cj8,#cj9,#cj10,#cj11,#cj4,#cj5,#cj6,#cj7,#jb4,#jb5,#jb6,#jb7{
	display:none;
}.search_left {
	float: left;
	height: 39px;
	width: 300px;
}
.search_right {
	float: left;
	height: 39px;
	width: 50px;
	margin:8px 0;
}
.main_inner_right_line_right2  input[type="button"] {
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	background-image: url(images/blue_bg_bt.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #fff ;
	border-radius:3px;
}
.main_inner_right_line_right2  input[type="button"]:hover {
	cursor:pointer;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
}
.sub_left {
	float: left;
	height: 35px;
	width: 110px;
	line-height:35px;
}
.sub_right {
	float: left;
	height: auto;
	width: 460px;
	overflow: hidden;
}
.radio_line {
	font-size: 16px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	clear: both;
	height: 35px;
	width: 100%;
}
.radio_line label{
	cursor:pointer;}
/* teacher page*/

.teacher{width:960px; margin:0 auto; font-size:15px;}
.teacher .tabs {height:40px; line-height:40px;color:#0067b4;text-align:center;font-weight:bold;width:100%;margin-bottom:10px;}
.teacher .tabs ul li{display: inline;}
.teacher .tabs ul {margin: 0;padding: 0;}
.teacher .tabs li{float:left;height:40px; width:155px;background:#eceff3;margin-right:2px; cursor:pointer;}
.teacher .tabs .cur{background:#0067b4;color:#fff;}
.teacher .tabs2 {height:24px; line-height:24px;color:#0067b4;text-align:center;font-weight:bold;width:100%;margin-bottom:10px;margin-top:25px;}
.teacher .tabs2 ul li{display: inline;}
.teacher .tabs2 ul {margin: 0;padding: 0;}
.teacher .tabs2 li{float:left;height:25px; width:155px;background:#eceff3;margin-right:2px; cursor:pointer;}
.teacher .tabs2 .cur{background:#09b4ff;color:#fff;}
.teacher .tables {width:100%;}
.teacher .tables .table{border-top:#dadde2 1px solid;border-left:#dadde2 1px solid;margin:20px 0;}
.teacher .tables .table td {border-right:#dadde2 1px solid;border-bottom:#dadde2 1px solid; vertical-align:middle; text-align:left;color:#4f4f4f; line-height:27px;padding:0 5px;}
.teacher .tables .table .title{background:#eceff3;color:#0067b4;font-weight:bold;text-align:center; padding:0;}
.teacher .tables .table .subtitle{padding:0 0 0 8px;color:#0067b4;font-weight:bold;}
.teacher .tables .table .subtitle2{padding:0 0 0 8px;color:#000;font-weight:bold;}
.teacher .tables .table .front{color:#000;font-weight:bold;text-align:center;padding:0;}
.teacher .tables .table span {color:#4f4f4f;font-weight:normal;}
.teacher .tables .table .ctext {text-align:center;padding:0;}
.teacher .tables .table .view {text-align:center;padding:0;background:#0067b4;}
.teacher .tables .table .view a{color:#fff; text-decoration:underline;}
.teacher .tables .table .view a:hover{text-decoration:none;}
.weixin_b{position:relative;}
.weixin_b b{ position:absolute; width:245px; height:113px; display:none; top:-142px; left:-21px;  background:url(images/mba_w.png) no-repeat;}

