/*reset and common stylesheet*/
a{
	text-decoration:none;
}
.clearfix{
	*zoom:1;
}
.clearfix:after{
	content:" ";
	clear:both;
	visibility:hidden;
	height:0;
	display:block;
}
.clear_b{
	overflow:hidden;
	height:0;
	clear:both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
ul.listnone{
	margin:0;
	padding:0;
	list-style:none;
}
input,select,textarea{
	color:#c2c2c2;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.collapse{
	display:none;
}
img{
	border:0;
}
/*layout*/
/*html{
	overflow-y: scroll;
}*/
html,body{
	height:100%;
}
body{
	font:12px/20px "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background:url(/img/bg_navbar.png) repeat-x;
	margin:0;
	overflow-y: scroll;
	*overflow-y: visible;
}
#wrap{
	background:url(/img/bg_sidebar.png) repeat-y;
	width:1024px;
	margin:0 auto;
	min-height:100%;
}
#footer{
	color:#a1a1a1;
	text-align:center;
	background:#fff;
	border-top:1px solid #eee;
	margin-top:-56px;
	height:55px;
	line-height:55px;
}
#navbar{
	color:#fff;
	background:url(/img/bg_navbar.png) repeat-x;
	height:46px;
}
#navbar a{
	color:#fff;
}
#navbar .logo{
	margin:11px 57px 0 0;
	width:97px;
	height:22px;
	overflow:hidden;
	float:left;
}
#navbar .main_nav{
	float:left;
}
#navbar .main_nav li{
	float:left;
}
#navbar .main_nav li a{
	text-align:center;
	text-decoration:none;
	width:100px;
	height:46px;
	display:block;
	line-height:46px;
}
#navbar .main_nav li.current a,
#navbar .main_nav li:hover a{
	background:url(/img/bg_nav_current.png) repeat-x;
}
#navbar .main_nav li a:before{
	content:" ";
	display:inline-block;
	background: url(/img/icon_nav.png) no-repeat;
	width:22px;
	height:15px;
	vertical-align:middle;
}
#navbar .main_nav li.nav_product a:before{
	background-position:0 -15px;

}
#navbar .main_nav li.nav_set a:before{
	background-position:0 -30px;
}
#navbar .main_nav li.nav_cloud a:before{
	width:27px;
	background-position:0 -45px;
}
#navbar .main_nav li.nav_questions a:before{
	background-position:0 -60px;
}
#navbar .user_zone{
	float:right;
}
#navbar .menu_icon{
	background: url(/img/icon_user_action.png) no-repeat;
}
#navbar .user_mail{
	padding:0 10px 0 26px;
	float:right;
	line-height:46px;
	position:relative;
}
#navbar .user_mail span{
	display:none;
	color:#fff;
	font-size:11px;
	
	background:#7bb6ee;
	border:1px solid #3187d9;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	
	position:absolute;
	left:10px;
	top:7px;
	
	padding:0 3px;
	height:14px;
	line-height:14px;
}
#navbar .user_action{
	float:right;
	margin-left:15px;
	position:relative;
}
#navbar .user_action .user_name{
	background-position:5px -46px;
	padding:0 5px 0 30px;
	display:block;
	border:1px solid transparent;
	border-bottom:0;
	line-height:46px;
}
#navbar .user_action .user_name em{
	overflow:hidden;
	border:4px solid transparent; 
	border-color:#fff  transparent transparent transparent;
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:0;
}
#navbar .user_action:hover .user_name{
	color:#64686f;
	background-color:#fff;
	background-position:5px -92px;
	border-color:#d0d0d0;
}
#navbar .user_action:hover .user_name em{
	border-color:#373130  transparent transparent transparent;
}
#navbar .user_action:hover ul{
	display:block;
}
#navbar .user_action ul{
	display:none;
	list-style:none;
	border:1px solid #d0d0d0;
	border-top:0;
	background:#fff;
	position:absolute;
	right:0;
	top:46px;
	padding:0;
	margin:0;
}
#navbar .user_action ul li{
	border-bottom:1px solid #e3e3e4;
	padding:8px 10px;
}
#navbar .user_action ul li:hover{
	background:#f6f6f6;
}
#navbar .user_action ul li a{
	color:#1a6cc1;
	display:block;
	height:30px;
	width:100px;
	line-height:30px;
}
#navbar .user_action ul li a em{
	width: 30px;
	height: 25px;
	float:left;
}
.icon_account_setting{
	background: url(/img/icon_user_action.png) 0 -138px no-repeat;
}
.icon_account_exit{
	background: url(/img/icon_user_action.png) 0 -168px no-repeat;
}
#navbar .user_action ul li a span{
	float:left;
}
#mainbody{
	/*padding-bottom:56px;*/
	padding-bottom:100px;
}
.sidebar{
	font-size:13px;
	padding:55px 4px 50px 0;
	width:151px;
	float:left;
}
.sidebar .page_title{
	color:#0d58a9;
	font-size:14px;
	font-weight:normal;
	background:url(/img/icon_nav.png)  -15px 0 no-repeat;
	border-bottom:1px solid #eee;
	margin:0;
	padding-left:53px;
	line-height:40px;
}
.sidebar ul li a{
	color:#000;
	background:url(/img/icon_sidemenu.png) 15px 0 no-repeat;
	padding-left:53px;
	display:block;
	height:32px;
	line-height:32px;
}
.sidebar ul li.menu_fixed a{
	background-position:15px -32px;
}
.sidebar ul li.menu_expire a{
	background-position:15px -64px;
}
.sidebar ul li.menu_private a{
	background-position:15px -96px;
}
.sidebar ul li.menu_company a{
	background-position:15px -128px;
}
.sidebar ul li.menu_client a{
	background-position:15px -160px;
}
.sidebar ul li:hover{
	background:#f8f8f8;
}
.sidebar ul li.current a{
	background:#f0f0f0 url(/img/icon_sidemenu_current.png) 15px 0 no-repeat;
}
.sidebar ul li.menu_fixed.current a{
	background-position:15px -32px;
}
.sidebar ul li.menu_expire.current a{
	background-position:15px -64px;
}
.sidebar ul li.menu_private.current a{
	background-position:15px -96px;
}
.sidebar ul li.menu_company.current a{
	background-position:15px -128px;
}
.sidebar ul li.menu_client.current a{
	background-position:15px -160px;
}

/*****
index page
******/
#indexwrap{
	min-height:100%;
}
#indexwrap > div{
	min-width:1024px;
}
.inner{
	width:1024px;
	margin:0 auto;
}
.noticeinner{
	width:1250px;
	margin:0 auto;
}
#indexwrap > .inner:first-child{
	width:100%;
	background:url(/img/bg_navbar.png) repeat-x;
}
#indexwrap #navbar{
	width:1024px;
	margin:0 auto;
}
#indexwrap > .inner{
	position: relative;
	z-index:3;
}
.latest_news{
	background:url(/img/bg_latest_news.png) repeat-x;
	width:100%;
	position:absolute;
	top:0;
	z-index:2;
}
.latest_news .inner{
	overflow:hidden;
	height:45px;
	position:relative;
}
.latest_news .noticeinner{
	overflow:hidden;
	height:45px;
	position:relative;
}
.latest_news ul{
	margin:0;
	padding:0;
	position:absolute;
	list-style: none;
	height:45px;
	line-height:45px;
}
.latest_news ul li:first-child{
	background:url(/img/icon_latest_news.png) left center no-repeat;
	float:left;
	color:#c6c6c6;
	padding-left:30px;
}
.latest_news ul li{
	float:left;
	color:#c6c6c6;
}
.latest_news ul li a{
	color:#c6c6c6;
	padding-right:30px;
	background:url(/img/icon_latest_news_dot.png) 0 center no-repeat;
	padding-left:10px;
}
#indexbanner{
	background:url(/img/index_banner.jpg) center top no-repeat;
	height:566px;
	padding:270px 0 0;
}
#indexbanner h2{
	text-indent:-9999px;
	background:url(/img/index_txt.png) no-repeat;
	margin:0;
	height:103px;
}
#indexbanner .btn_base{
	display:inline-block;
	font-size:18px;
	color:#fff;
	text-align: center;
	background:#6480de;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-shadow:0px 1px 1px #4e6cd1;
	-moz-box-shadow:0px 1px 1px #4e6cd1;
	-ms-box-shadow:0px 1px 1px #4e6cd1;
	box-shadow:0px 1px 1px #4e6cd1;
	width:180px;
	height:43px;
	line-height:43px;
}
#indexbanner .btn_detail{
	margin:56px 15px 0 326px;
}
#indexbanner .btn_register{
	background:#38d25c;
	-webkit-box-shadow:0px 1px 1px #25bb48;
	-moz-box-shadow:0px 1px 1px #25bb48;
	-ms-box-shadow:0px 1px 1px #25bb48;
	box-shadow:0px 1px 1px #25bb48;
}
.index_section{
	font-size:14px;
	border-bottom:1px solid #e7e7e7;
	padding:70px 0;
	line-height:24px;
}
.index_section .inner{
	overflow:hidden;
}
.index_section .left{
	float:left;
	width:470px;
}
.index_section .right{
	float:right;
	width:450px;
}
.index_section h3{
	color:#0e5cb0;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:35px 0 20px;
	position:relative;
}
.index_section h3:before{
	content:" ";
	background:#e7e7e7;
	height:3px;
	display:block;
	width:200px;
	position:absolute;
	left:0;
	top:0;
}
.index_section.grey_back{
	background:#f8f8f8;
}
.index_section_news.index_section_news{
	padding:30px 0 50px;
}
.index_section_news .right{
	font-size:13px;
	width:412px;
	border-left:1px dashed #dee2ea;
	padding:0 0 0 30px;
}
.index_section_news img{
	margin-top:70px;
}
.index_section_news h4{
	font-size:18px;
	font-weight: normal;
	margin:10px 0;
	float:left;
}
.index_section_news .more{
	color:#5b5b5b;
	text-align:right;
	float:right;
	margin-top:10px;
}
.index_section_news a:hover{
	text-decoration:underline;
}
.index_section_news .listing{
	clear:both;
}
.index_section_news .listing dd{
	margin:0 0 10px;
}
.index_section_news .listing dd a{
	color:#5b5b5b;
}
.indexbottombanner{
	background:url(/img/index_banner_bottom.jpg) center top no-repeat;
	height:145px;
	padding:102px 0 186px;
}
.indexbottombanner h4{
	text-indent:-9999px;
	background:url(/img/index_bottom_txt.png) no-repeat;
	height:35px;
	width:459px;
	overflow:hidden;
}
.indexbottombanner .btn_link{
	display:inline-block;
	font-size:18px;
	color:#444;
	text-align: center;
	background:url(/img/index_bg_bottom_btn.png) repeat-x;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	
	width:180px;
	height:35px;
	line-height:35px;
}
.indexbottombanner .btn_link_register{
	margin:16px 15px 0 0;
}
.indexbottombanner .btn_link_detail{
	margin:16px 0 0 0;
}
#indexfooter{
	min-width:1024px;
	text-align:center;
	background:#f8f8f8;
	border-bottom:34px solid #1064bd;
	height:52px;
	padding:50px 0;
	margin-top:-186px;
}
#indexfooter a{
	color:#a1a1a1;
	font-size:13px;
	margin-left:20px;
}
#indexfooter .text{
	color:#999;
	margin-top:15px;
}
#indexfooter span{
	font-size:13px;
	margin-left:10px;
	color: #a1a1a1
}

#loginbox{
	color:#4e4e4e;
	font-size:13px;
}
#loginbox .login_tb{
	margin:20px 0 0 30px;
}
#loginbox .login_tb th{
	width:70px;
	font-weight:normal;
}
#loginbox .login_tb td{
	padding:7px 0;
}
#loginbox input[type="text"],
#loginbox input[type="password"]{
	height:25px;
	width:220px;
	float:left;
}
#loginbox input.captcha_input{
	width:128px;
	margin-right:15px;
	float:left;
}
#loginbox .captcha_img{
	float:left;
	margin:2px 0 0;
}
.link_forget{
	color:#939393;
	font-size:12px;
	line-height:25px;
}
.loginbox .btn_submit{
	display:block;
	padding:0;
	width:240px;
	background:url(/img/btn_register_submit.png) repeat-x;
	border:1px solid #56b551;
	cursor:pointer;
	margin:0 0 10px;
}
.accountsetbox .btn_submit{
	display:block;
	padding:0;
	width:100px;
	background:url(/img/btn_register_submit.png) repeat-x;
	border:1px solid #56b551;
	cursor:pointer;
	margin:0 0 10px;
}
.accountsetbox .btn_submit button{
	width:100px;
	background:none;
	border:0;
	color:#fff;
	font-size:18px;
	height:30px;
}
.loginbox .btn_submit button{
	width:240px;
	background:none;
	border:0;
	color:#fff;
	font-size:18px;
	height:30px;
}
.loginbox .error{
	display: inline;
	float:left;
	margin-left:8px;
	line-height:35px;
}
.loginbox .login_bottom{
	font-size:12px;
	text-align:right;
}
.loginbox .login_bottom a{
	color:#0f60b6;
}
#phonebox .phone_tb{
	margin:20px 0 0 50px;
}
#phonebox .phone_tb th,
#phonebox .phone_tb td{
	text-align:left;
	padding:0 0 5px;
}
#phonebox input.captcha_phone{
	float:left;
	margin-right:15px;
	width:170px;
}
#phonebox .captcha_phone_link{
	cursor:pointer;
	text-decoration:underline;
	color:#0f60b6;
	float:left;
	line-height:30px;
}
#phonebox .captcha_phone_error.error{
	padding:0;
	margin:0;
}
#phonebox .captcha_phone_tips{
	display:none;
	color:#0f60b6;
	padding:0;
}
/*----------
form elements style
------------*/
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #646464;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 2px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 25px;
  *height: auto;
  line-height: 25px;
  *margin-top: 4px;
}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(145, 209, 146, 0.8);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(145, 209, 146, 0.6);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(145, 209, 146, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(145, 209, 146, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 215px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 520px;
}
button{
	outline:none;
	cursor:pointer;
}
.modal-dialog textarea{
	resize:none;
}

/*style for content*/
.content{
	margin-left:155px;
	padding:25px 0 50px 21px;
}
.breadcrumb{
	font-size:13px;
	padding-bottom:20px;
}
.breadcrumb a{
	color:#000;
}
.title_part{
	border-bottom:1px solid #eee;
	height:46px;
	margin-bottom:28px;
}
h1.title{
	font-size:30px;
	margin:0;
	line-height:42px;
}
ul.tabbing{
	margin:16px 0 0;
}
ul.tabbing li{
	float:left;
}
ul.tabbing li a{
	color:#000;
	text-align:center;
	background:#fff;
	border-top:2px solid #fff;
	display:block;
	width:126px;
	height:28px;
	line-height:28px;
}
ul.tabbing li.current a{
	border-top:2px solid #0f5eb4;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #fff;
}
ul.tabbing li:hover{
}
ul.tabbing li:hover a{
	background:#f2f2f2;
}
form{
	margin:0;
	overflow:hidden;
}
.list_topbar{
	color:#2b2d30;
	background:#eee;
	border:1px solid #d2d2d2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	padding:12px;
	margin:15px 0;
	height:28px;
}
.list_topbar h3{
	font-size:16px;
	font-weight:normal;
	margin:0;
	line-height:26px;
}
.list_topbar ul.actionbar{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	border-right:1px solid #d2d2d2;
}
.list_topbar ul.actionbar > li{
	float:left;
	background: url(/img/bg_actionbar.png) repeat-x;
	position:relative;
}
.list_topbar ul.actionbar > li >  a{
	border:1px solid #d2d2d2;
	border-right:0;
	color:#2b2d30;
	padding:0 20px;
	display:block;
	height:26px;
	text-align:center;
	line-height:26px;
}
.list_topbar ul.actionbar > li:first-child > a{
}
.list_topbar ul.actionbar.actionselect > li >  a{
	position:relative;
	padding:0 32px 0 22px;
	width:52px;
}
.list_topbar ul.actionbar.actionselect > li >  a em{
	border:4px solid transparent;
	border-color:#7f7f7f transparent transparent;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:11px;
	right:16px;
}
.list_topbar ul.actionbar.actionselect{
}
.list_topbar ul.actionbar.actionselect > li >  ul{
	border:1px solid #d2d2d2;
	border-top:0;
	background:#fff;
	position:absolute;	
	top:28px;
	left:0;
}
.list_topbar ul.actionbar.actionselect > li >  ul > li{
	text-align:center;
	color:#646464;
	width:106px;
	height:26px;
	cursor:pointer;
	line-height:26px;
}
.list_topbar ul.actionbar.actionselect > li >  ul > li:hover{
	background:#f1f1f1;
	color:#000;
}


/*---------------
recored-header
-----------------*/
.record-header{
	border-bottom:1px solid #e7e7e7;
	overflow:hidden;
	font-size:13px;
}
.record-header > div{
	color:#2b2d30;
	font-weight:bold;
	text-align:center;
	padding:15px 5px 8px;
	float:left;
}
.record-header .header-checkbox{
	width:20px;
}
.record-header .header-name{
	width:100px;
	cursor:pointer;
}
.record-header .header-type{
	width:94px;
	cursor:pointer;
}
.record-header .header-line{
	width:94px;
	cursor:pointer;
}
.record-header .header-value{
	width:178px;
	cursor:pointer;
}
.record-header .header-mx{
	width:80px;
	cursor:pointer;
}
.record-header .header-ttl{
	width:76px;
	cursor:pointer;
}
.record-header .header-operation{
	width:62px;
}
/******
 *record listing
 * ********/
#record-list{
	float:left;
}
#record-list .entry-header {
	color:#646464;
	font-size:13px;
	clear:both;
  	border-bottom: 1px dashed #ddd;
}
#record-list .entry-header:hover {
  	background-color: #f5f5f5;
}
#record-list .status_edit.entry-header,
#record-list .status_new.entry-header {
  	background-color: #f6f6f6;
}
#record-list .with_helper .entry-header {
  	border-bottom: none;
}
#record-list .entry-header > div{
	float:left;
	padding:9px 5px;
}
#record-list .entry-header .txt span{
	padding:3px 4px 2px;
	text-align:center;
	border:1px solid #fff;
	display:block;
	height:18px;
	line-height:18px;
}
#record-list .entry-header:hover .txt span{
	border:1px solid #f5f5f5;
}
#record-list .entry-header .txt span:hover{
	border:1px solid #ccc;
}
#record-list .entry-header input[type="text"]{
	font-size:13px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:1px;
	padding:3px 4px 2px;
}
#record-list .entry-header .entry-checkbox input{
	vertical-align:middle;
}
#record-list .entry-header .entry-name.txt span{
	width:90px;
}
#record-list .entry-header .entry-name input{
	width:90px;
}
#record-list .entry-header .entry-type.txt span{
	width:84px;
}
#record-list .entry-header .entry-type select{
	width:94px;
}
#record-list .entry-header .entry-type span{
	text-align:center;
}
#record-list .entry-header .entry-line.txt span{
	width:84px;
}
#record-list .entry-header .entry-line select{
	width:94px;
}
#record-list .entry-header .entry-line span{
	text-align:center;
}
#record-list .entry-header .entry-value.txt span{
	width:168px;
}
#record-list .entry-header .entry-value input{
	width:168px;
}
#record-list .entry-header .entry-mx.txt span{
	width:56px;
}
#record-list .entry-header .entry-mx input{
	width:56px;
}
#record-list .entry-header .entry-ttl.txt span{
	width:66px;
}
#record-list .entry-header .entry-ttl input{
	width:66px;
}
#record-list .entry-header .entry-operation{
   width:72px;
   overflow:hidden;
}
#record-list .entry-header .entry-operation .btn_line{
	margin-top:2px;
}
#record-list .entry-header .entry-operation a{
	color:#1a6cc1;
	width:36px;
	float:left;
	text-align:center;
	cursor:pointer;
	line-height:25px;
}
#record-list .entry-header .entry-operation a:hover{
	text-decoration:underline;
}
#record-list .entry-header .record-entry-status{
	width:57px;
}
#record-list .entry-header .record-entry-status .icon_note{
	background:url(/img/icon_record.png) no-repeat;
	width:17px;
	height:17px;
	margin: 6px 0 0 10px;
	float:right;
	cursor:pointer;
}
#record-list .entry-header .record-entry-status .icon_note.fill{
	background-position:0 -17px;
}
#record-list .entry-header .record-entry-status .icon_question{
	background:url(/img/icon_record.png) 0 -51px no-repeat;
	width:17px;
	height:17px;
	margin: 6px 0 0;
	float:right;
	cursor:pointer;
}
#record-list .entry-extra {
  padding:15px 50px;
  background:#fff;
  border:1px solid #ddd;
  color:#646464;  
  font-size:12px;
  position: relative;
}
#record-list .entry-extra h3{
	font-size:14px;   
	margin-bottom:10px;
}
#record-list .entry-extra p{
	margin-bottom:10px;
}
#record-list .entry-extra ul{
	list-style:none;
	margin:0;
	padding:0 0 30px;
}
#record-list .entry-extra ul li{
	color:#646464;    
	line-height:20px;
}
#record-list .entry-extra ul li span{
	display: inline-block;
	width:90px; 
	text-align:left;
	color:#1a6ec4;
	cursor: pointer;
}
#record-list .entry-extra ul li span:hover{
	text-decoration: underline;
}
#record-list .entry-extra i {
	background: url(/img/icon_record.png) -17px -18px no-repeat;
	width: 15px;
	height: 7px;
	display: block;
	position: absolute;
	top: -7px;
}
#record-list .entry-extra .noticeHelper {
	font-size: 14px;
	font-weight: bold;
}
#record-list .entry-extra .noEditHelper {
	position: absolute;
	bottom: 18px;
	right: 36px;
	color: #1a6ec4;
	cursor: pointer;
	line-height: 3px;
}

/******
 *record pause
 * ********/
#record-list .entry-header.pause {
  	background-color: #fff5f4;
	color:#ce122b;
}
#record-list .entry-header.pause .entry-operation a{
	color:#ce122b;
}
 
#record-list .entry-extra .noEditHelper i {
	background: url(/img/icon_record.png) -17px 0 no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 5px;
	top:-3px;
}


/******
 *record hold
 * ********/
#record-list .hold{
   	background:#f2f2f2;
}
#record-list .hold .txt span{
	border:1px solid #f2f2f2;
	background:#f2f2f2;
}
#record-list .icon_lock{
	float: right;
	background: url(/img/icon_record.png) 0 -34px no-repeat;
	width: 17px;
	height: 17px;
	margin:6px 0 0;
	cursor:pointer;
}


/* tip style */
.alert-message{
	font-size:13px;
	background:#e2f6fc;
	border:1px solid #d3f1fa;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	padding:12px;
	margin-bottom:15px;
}
.alert-message > div{
	margin-right:30px;
}
.alert-message .close {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#404040;
	float:right;
	text-shadow: 0 1px 0 #ffffff;
	filter: alpha(opacity=25);
	opacity: 0.25;
	line-height:16px;
}
.tip_action_result{
	color:#fff;
	font-size:12px;
	background-color:#fafafa;
	display:inline-block;
	padding:2px 22px 0 10px;
	min-width:120px;
	position:relative;
}
.tip_action_result .close{
	display: inline-block;
	width:15px;
	height:15px;
	background:url(/img/icon_tip_msg.png) no-repeat;
	position:absolute;
	right:3px;
	top:4px;
	cursor:pointer;
}
.tip_success{
	background:#30ab00;
}
.tip_failure{
	background:#bb0000;
}
.tip_failure .close{
	background-position:0 -15px;
}
/*btn style */
.btn{
	font-size:12px;
	display:inline-block;
	height:28px;
	background:url(/img/bg_btn_add.png) repeat-x;
	border:1px solid #0f62be;
	line-height:28px;
}
.btn.btn_add{
	margin-right:18px;
}
.btn.btn_add span{
	color:#fff;
	background:url(/img/icon_btn_add.png) 22px 0 no-repeat;
	display:block;
	padding:0 25px 0 40px;
}
.btn.btn_search{
	margin-left: 10px
}
.btn.btn_search span{
	color:#fff;
	background:url(/img/icon_btn_search.png) 22px 0 no-repeat;
	display:block;
	padding:0 25px 0 40px;
}
.btn_line{
	background:url(/img/btn_form_submit.png) no-repeat;
	border:0;
	padding:0;
	float:left;
	border-radius: 0;
	-webkit-border-radius:0;
}
.btn_line.btn_submit{
	width:36px;
	height:21px;
	cursor:pointer;
}
.btn_line.btn_cancel{
	background-position:-36px 0;
	width:36px;
	height:21px;
	cursor:pointer;
}
button.button {
    color: #646464;
    font: 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 17px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*margin-right: 10px;*/
}
button.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
button.button:active {
    color: #000;
    border-color: #444;
}
button.secondary{
   color:#fff;
   text-shadow: none;
   /* padding-left:10px; */
   /* padding-right:10px; */
   background-image: -webkit-linear-gradient(top,#4d90fe,#1c8ede);
   background-color: #4D90FE;
   background-image: linear-gradient(top,#4d90fe,#4787ed);
   border: 1px solid #3079ED;
   margin-right:5px;

}
button.secondary:hover{
	color:#fff;
	border-color: #1c8ede;
    text-shadow: none;
	background-image: -webkit-linear-gradient(top,#4d90fe,#1c87d2);
}

/*---------------
 domain manage
-----------------*/
.dotted-tb{
	border-collapse:collapse;
	font-size:13px;
	color:#8d8d8d;
	table-layout:fixed;
	line-height:30px;
}
.dotted-tb td{
	border-bottom:1px dotted #bebebe;
	padding:12px 0;
	overflow:hidden;
	vertical-align:top;
}
.dotted-tb th{
	color:#2b2d30;
	font-weight:normal;
	text-align:left;
	padding:12px 0;
	border-bottom:1px dotted #bebebe;
	vertical-align:top;
}
.dotted-tb .domain-remark textarea{
	height:60px;
}
.dotted-tb .btn_group{
	overflow:hidden;
}
.dotted-tb .col-last{
	padding:12px 30px;
	text-align: center;
}
.dotted-tb a{
	color:#1a6cc1;
}
.dotted-tb input.large,
.dotted-tb textarea{
	color:#1c801d;
	width:350px;
}
/*---------------
 parse manage
-----------------*/
.dotted-tb .parse-download{
	width:30px;
	padding:12px 30px;
	text-align:center;
}
/*---------------
 account manage
-----------------*/
#oneCol{
	padding:50px 0 100px;
}
#wrap.account{
	background:none;
}
#oneCol h1{
	margin:0 0 10px 35px;
	font-weight:normal;
	font-size:24px;
}
.account_tb th{
	padding-left:35px;
}
.account_tb input.large{
	color:#1c801d;
	width:350px;
	float:left;
}
.account_password .status_edit > div{
	overflow:hidden;
	margin-bottom:10px;
}
.account_password  input{
	float:left;
	margin-right:20px;
}
.account_password  input.pwdPlaceholder{
	color:#bfbfbf;
}
/*pagination*/
.pagination {
	color:#bdbfc1;
	font-size:12px;
	float:right;
	margin:15px 0 0;
	color:#909090;
}
.pagination a {
	color:#0178c2;
	padding:0 12px;
	margin-left:5px;
	height:18px;
	border:1px solid #ddd;
	display:inline-block;
	line-height:18px;
}
.pagination a.current {
	background:#f1f0f0;
	color:#989898;
}
.pagination > a.prev {
	background: url(/img/icon_pagination.jpg) 5px -2px no-repeat;
	padding-left:15px;
}
.pagination > a.next {
	background: url(/img/icon_pagination.jpg) 53px -26px no-repeat;
	padding-right:15px;
}
.pagination > input {
	width:28px;
	height:16px;
	text-align:center;
	padding:0;
	border-radius:0;
	-webkit-border-radius:0;
}
.pagination a.pagesureclass {
	color:#0178c2;
	width:30px;
	text-align:center;
	padding:0;
}
.error_input{
	border-color:#ff0000;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
}
input.error_input_account{
	border-color:#ff0000;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	width:350px;
}
.account_input{
	border-color:#ff0000;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
}
textarea.error_input{
	border-color:#ff0000;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6);
}
span.error{
	color:#ce0101;
}
span.errorRegister{
	color:#ce0101;
}
/*---------------
 mails page
-----------------*/
.border_title{
	clear:both;
	border:1px solid #eee;
	height:0;
	overflow:hidden;
}
.mails-tb td{
	padding:15px 0 15px 35px;
}
.btn_grey{
	display: inline-block;
	color:#3a3b3d !important;
	text-align:center;
	background:#f6f6f6;
	padding:0 22px;
	border:1px solid #d2d2d2;
	height:29px;
	line-height:29px;
}
.btn_delete{
	margin:10px 0 0;
}
/*---------------
 register page
-----------------*/
.register{
	background:#f0f0f0 url(/img/bg_navbar.png) repeat-x;
}
.register #wrap{
	background:none;
}
.register #footer{
	background:#f0f0f0;
	border-top: 1px solid #e1e1e1;
}
.user_zone .user_login{
	line-height:22px;
	margin-top:11px;
	padding:0 15px;
	border-right:1px solid #0b4e97;
}
.user_zone .user_register{
	border-left:1px solid #2c78c9;
	padding:0 15px;
	margin-top:11px;
	line-height:22px;
}
.user_zone .user_login:hover,
.user_zone .user_register:hover{
	text-decoration:underline;
}
#registerbody{
	color:#4e4e4e;
	background:#fff;
	width:1024px;
	padding:10px 0 40px;
	margin:36px 0 68px;
	overflow:hidden;
}
#registerbody a[href]{
	color:#0f60b6;
}
#registerbody h1.title{
	color:#0e5aac;
	font-size:18px;
	font-weight:normal;
	padding-left:15px;
	border-bottom:1px solid #ccc;
	margin:0;
	line-height:40px;
}
#registerbody .l_content{
	padding: 0 20px 0 40px;
	width:960px;
	margin-top:30px;
}
#registerbody .input_line{
	font-size:13px;
	display:block;
	margin: 0 0 16px;
	position:relative;
	overflow:hidden;
}


#registerbody .span_submit{
	font-size:18px;	
	color:#0e5aac;
}
#registerbody .span_download{
	font-size:18px;	
	color:#0e5aac
}

#registerbody .btn_submit{
	display:block;
	padding:0;
	width:223px;
	background:url(/img/btn_register_submit.png) repeat-x;
	border:1px solid #56b551;
	cursor:pointer;
	margin:0 0 10px 80px;
}
#registerbody .btn_submit button{
	width:223px;
	background:none;
	border:0;
	color:#fff;
	font-size:18px;
	height:30px;
}
#registerbody .agreement-title{
	margin-left:80px;
}
#registerbody .agreement{
	margin:22px 0 0;
	background:#f8f8f8;
	padding: 0 0 0 10px;
	width:480px;
	height:150px;
	overflow-y:auto;
	margin-left:80px;
}
#registerbody .agreement em{
	color:#8d8d8d;
	float:right;
	font-style:normal;
}
#registerbody .agreement h3{
	clear:both;
	color:#666;
	font-weight:normal;
	font-size:12px;
}
#registerbody .agreement{
	margin:22px 0 0;
	background:#f8f8f8;
	padding: 0 0 0 10px;
	width:480px;
	height:150px;
	overflow-y:auto;
	margin-left:80px;
}
#registerbody .r_content{
	padding:10px 32px;
	margin-top:30px;
}
#registerbody .successbox{
	background:url(/img/icon_success.png) no-repeat;
	padding:0 60px;
	margin:30px 110px 0;
}
#registerbody .successbox h2{
	color:#7abd54;
	font-weight:normal;
	font:24px;
	line-height:41px;
}
#registerbody .successbox .btn_link_in{
	clear:both;
	margin-top:20px;
}
#registerbody .successbox .btn_link_validate{
	clear:both;
	margin-top:40px;
}
.pageError{
	width:830px;
	margin:110px auto;
	text-align:center;
}
.pageError .icon{
	background:url(/img/icon_http.png) no-repeat;
	height:53px;
}
.pageError .icon.e404{
	background-position:bottom center;
}
.pageError .icon.e500{
	background-position:top center;
}
.pageError h1{
	font-weight:normal;
	color:#000;
}
.pageError .desc{
	border-top:2px solid #eee;
	color:#b3b3b3;
	font-size:14px;
	margin:10px;
	padding:20px;
}
#registerbody .pageError .btn{
	color:#fff;
	padding:0 35px;
}

/*---------------
domain-header
-----------------*/
.domainList .add_field{
	padding:20px 20px 20px 0;
	overflow:hidden;
}
.domainList .add_field label{
	overflow:hidden;
	display:block;
	float:left;
}
.domainList .add_field label input{
	float:left;
	margin-right:10px;
}
.domainList .add_field label span.label{
	float:left;
	width:50px;
	line-height:28px;
}
.domainList .add_field label span.error{
	display:none;
	float:left;
	line-height:28px;
}
.domainList .add_field .btn_group{
	margin:3px 0 0 10px;
	float:right;
}

.domain-header{
	border-bottom:1px solid #e7e7e7;
	overflow:hidden;
	font-size:13px;
}
.domain-header > div{
	color:#2b2d30;
	font-weight:bold;
	text-align:center;
	padding:15px 5px 8px;
	float:left;
}
.domain-header .header-checkbox{
	width:20px;
}
.domain-header .header-domain{
	width:300px;
	cursor:pointer;
}
.domain-header .header-status{
	width:200px;
	cursor: pointer;
}
.domain-header .header-operation{
	width:184px;
}
.domain-header .header-remark{
	width:94px;
	text-align:right;
}
/******
 *domain listing
 * ********/
#domain-list{
	float:left;
}
#domain-list .entry-header {
	color:#646464;
	font-size:13px;
	clear:both;
  	border-bottom: 1px dashed #ddd;
}
#domain-list .entry-norecord {
	color:#ce122b;
	font-size:13px;
	clear:both;
	width:848px;
	border-bottom: 1px dashed #ddd;
}
#domain-list .entry-header:hover {
  	background-color: #f5f5f5;
}
#domain-list .entry-header.newadd {
  	background-color: #ffffcd;
}
#domain-list .entry-header.norecord {
  	background-color: #fff5f4;
	color:#ce122b;
}
#domain-list .entry-header.norecord .entry-operation a{
	color:#ce122b;
}
#domain-list .entry-header.checked {
  	background-color: #eef7ff;
}
#domain-list .entry-header > div{
	float:left;
	padding:9px 5px;
}
#domain-list .entry-header span{
	text-align:center;
	display:block;
	padding:2px 0 3px;
	word-wrap:break-word;
}
#domain-list .entry-header input[type="text"]{
	font-size:13px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:1px;
	padding:3px 4px 2px;
}
#domain-list .entry-header .entry-checkbox{
	text-align:center;
	width:20px;
}
#domain-list .entry-header .entry-checkbox input{
	vertical-align:middle;
}
#domain-list .entry-header .entry-domain a{
	display:block;
	width:300px;
	color:#646464;
	text-align:center;
	padding:2px 0 3px 0;
	word-wrap:break-word;
}
#domain-list .entry-header .entry-status span{
	width:200px;
}
#domain-list .entry-header .entry-status input{
	width:402px;
}
#domain-list .entry-header .entry-operation{
   width:184px;
   overflow:hidden;
	text-align:center;
}
#domain-list .entry-header .entry-operation .btn_line{
	margin-top:2px;
}
#domain-list .entry-header .entry-operation a{
	color:#1a6cc1;
	width:52px;
	display:inline-block;
	cursor:pointer;
	line-height:25px;
}
#domain-list .entry-header .entry-operation a:hover{
	text-decoration:underline;
}
#domain-list .entry-header .entry-remark{
	width:94px;
	text-align:right;
}
#domain-list .entry-header .entry-remark .icon_note{
	background:url(/img/icon_record.png) no-repeat;
	width:17px;
	height:17px;
	margin: 6px 0 0 10px;
	float:right;
	cursor:pointer;
}
#domain-list .entry-header .entry-remark .icon_note.fill{
	background-position:0 -17px;
}

/*retrieveDomain*/
.retrieve_title{
	color:#7e7e7e;
	font-size:12px;
	font-weight:normal;
	margin:15px 0 0 15px;
}
.retrieve_content{
	width:610px;
	margin:60px auto 0;
}
.retrieve_content .step{
	color:#fff;
	text-align:center;
	position:relative;
	float:left;
	background:#c8c8c8;
	padding-top:18px;
	width:120px;
	height:67px;
}
.retrieve_content .step3{
	padding-top:26px;
	height:59px;
}
.retrieve_content .step em{
	background:url(/img/icon_retrieve_step.png) repeat-x;
	display:inline-block;
	width:46px;
	height:46px;
	position:absolute;
	bottom:-23px;
	left:37px;
}
.retrieve_content .step2 em{
	background-position:0 -46px;
}
.retrieve_content .step3 em{
	background-position:0 -92px;
}
.retrieve_content .step.current{
	background:#69c;
}
.retrieve_content .step1.current em{
	background-position:-46px 0;
}
.retrieve_content .step2.current em{
	background-position:-46px -46px;
}
.retrieve_content .step3.current em{
	background-position:-46px -92px;
}
.retrieve_content .arrow_l{
	float:left;
	background:url(/img/icon_retrieve_step_arrow.jpg) no-repeat;
	width:80px;
	height:85px;
}
.retrieve_content .arrow_r{
	float:left;
	background:url(/img/icon_retrieve_step_arrow.jpg) -80px 0 no-repeat;
	width:80px;
	height:85px;
}
.retrieve_content .retrieve_bottom{
	margin:60px 0 0 0;
}
.retrieve_content .retrieve_bottom .line{
	margin-bottom:8px;
	line-height:31px;
}
.retrieve_content .retrieve_bottom .label{
	text-align:right;
	display:block;
	width:75px;
	padding-right:10px;
	float:left;
}
.retrieve_content .retrieve_bottom .retrieve_select{
	width:225px;
	float:left;
}
.retrieve_content .retrieve_bottom .hint{
	color:#aeaeae;
	padding-left:150px;
	line-height:20px;
}
#registerbody .retrieve_content .retrieve_bottom .btn_submit{
	margin:10px auto 0;
	cursor:pointer;
}
.retrieve_content .retrieve_bottom .chosen-single{
	color:#4e4e4e;
	height:29px;
	line-height:29px;
	background:none;
	border-radius:0;
	border:1px solid #e1e1e1;
	box-shadow:none;
}
.retrieve_content .retrieve_bottom .chosen-container-single .chosen-single div b{
	background-position:0 5px;
}
.retrieve_content .retrieve_bottom .chosen-container-single .chosen-drop{
	border-radius:0;
	border-color:#e1e1e1;
	box-shadow:none;
}
.retrieve_content .retrieve_bottom input[type="text"]{
	height:20px;
}
.retrieve_content .retrieve_bottom .finish{
	color:#24b91b;
	font-size:14px;
	background:url(/img/finish.jpg) no-repeat;
	padding-left:30px;
	margin:65px auto 40px;
	width:140px;
	line-height:23px;
}
/*retrieve password*/
.retrieve_password_content{
	width:720px;
	margin:60px auto 0;
}
.retrieve_content .step3{
	padding-top:18px;
	height:67px;
}
.retrieve_content .step4{
	padding-top:26px;
	height:59px;
}
.retrieve_content .step4 em{
	background-position:0 -138px;
}
.retrieve_content .step4.current em{
	background-position:-46px -138px;
}
.retrieve_content.retrieve_password_content .retrieve_bottom .label{
	width:238px;
}
.retrieve_content.retrieve_password_content .retrieve_bottom .hint{
	color:#aeaeae;
	padding-left:250px;
	line-height:30px;
}
.retrieve_content.retrieve_password_content .retrieve_bottom .finish{
	width:180px;
}

/*sets.html / questions.html*/
.c_content{
	padding:15px;
}
.sets_tb{
	border-collapse:collapse;
}
.sets_tb th{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background:#0f5eb2;
	border-top:3px solid #094585;
	height:46px;
}
.sets_tb td{
	text-align:center;
	font-size:14px;
	color:#333;
	border-bottom:1px solid #e8e8e8;
	height:56px;
}
.sets_tb td.even{
	background:#f1f1f1;
}
.item_q{
	font-size:14px;
	background:#f9f9f9;
	margin-bottom:5px;
}
.item_q .item_q_t{
	color:#7b7b7b;
	font-weight:normal;
	font-size:14px;
	background:url(/img/bg_questions_title.jpg) repeat-x;
	height:34px;
	padding:0 25px;
	margin:0;
	cursor: pointer;
}
.item_q .item_q_c{
	padding:0 25px;
	overflow:hidden;
	display:none;
}
/*introduce.html*/
.intro_content{
	padding:15px 40px 0;
	font-size:14px;
	line-height:24px;
}
.intro_content .intro_section{
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:40px 0 80px;
}
.intro_content .intro_section.last{
	border-bottom:0;
}
.intro_section .left{
	width:440px;
	float:left;
}
.intro_section .right{
	width:504px;
	text-align:center;
	float:right;
	margin:70px 0 0;
}
.intro_section .left h2{
	font-size:18px;
	font-weight:normal;
	margin:0 0 50px;
}
.intro_section .right{
  -webkit-transition: all 2s ease-out 0.9s;
  -moz-transition-property: all 2s ease-out 0.9s;
  -ms-transition-property: all 2s ease-out 0.9s;
  -o-transition-property: all 2s ease-out 0.9s;
  transition-property: all 2s ease-out 0.9s;
  opacity: 1;
}
.intro_section.wait .right {
  opacity: 0;
}
.intro_section p{
  -webkit-transition: all 2s 0.3s;
  -o-transition: all 2s 0.3s;
  -moz-transition: all 2s 0.3s;
  -ms-transition: all 2s 0.3s;
  transition: all 2s 0.3s;
  left:0;
  position:relative;
}
.intro_section.wait p{
  position:relative;
  left:-440px;
}
.intro_section .delay1 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.intro_section .delay2 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.intro_section .delay3 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.intro_section .list{
	margin:0;
	padding:0;
	list-style:none;
}
.intro_section.wait .list li{
	position:relative;
	left:-440px;
}
.intro_section.wait .list li.delay2{
	position:relative;
	left:-150px;
}
.intro_section li{
  -webkit-transition: all 2s 0.3s;
  -o-transition: all 2s 0.3s;
  -moz-transition: all 2s 0.3s;
  -ms-transition: all 2s 0.3s;
  transition: all 2s 0.3s;
  left:0;
  position:relative;
}
.addPhoneNum{
	padding-left:20px;
	margin-top:5px;
}
.addPhoneNum span{
	color:#2b2d30;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
    display:inline;
    font-size: 13px;
}
.addPhoneNum a{
	cursor:pointer;
	color:#0f60b6;
	line-height:30px;
}
.caret-down:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;
}
.caret-up:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #666;
}
.bottom_href a{
    font-size:13px;
	margin-left:10px;
	color: #a1a1a1
}
.success_case_img img{
	margin-left:30px;
}
.success_case_img div{
	margin-top:15px;	
}
.success_case_img h2{
	font-size: 18px;
	font-weight: normal;
	margin-left:27px;
}
.sets_tb .text_align{
    text-align:left;
}
.footerdiv{
     margin-top:10px;
     border-top:1px solid #ccc;
     padding-top:10px;
}
.intro_section .left .companyClass{
	font-size:18px;
	font-weight:normal;
}
.fudong_app{
	position:fixed;
	display:block;
	top:400px;
	width:92px;
	height:158px; 
	background:#dedddd; 
	z-index:1000; 
	right:10px; 
    _position:absolute; 
	_margin-top:160px;
	_top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.offsetHeight)/2)
}
.tc{
	text-align:center;
}
.fudong_app img {
	font-family:Arial,"microsoft yahei"; 
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
}
div{zoom:1}
#record-list .entry-norecord {
	color:#ce122b;
	font-size:13px;
	clear:both;
	width:848px;
	border-bottom: 1px dashed #ddd;
    padding-left:50px;
}

