@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  outline: 0;
}
body{
	overflow-x:hidden;
}
fieldset,img{
  border: 0;
}
.container-fluid{
	margin: 0px !important;
	padding: 0px !important;
}
:focus {
  outline: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{
  font-style: normal;
  font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: 0.2s;
  color: #555555;
}
a:hover {
  text-decoration: none;
}
abbr,acronym {
  border: 0;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul,
li {
  list-style: none;
}
ul,
li {
  list-style-type: none;
  /*	list-style-position:inside;*/
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
/*:link,:visited,ins {
	text-decoration:none
}*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
label {
  cursor: pointer;
}
select,
input,
img {
  vertical-align: middle;
}
img {
  border: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* 清除浮动 http://developer.51cto.com/art/201105/261229.htm */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.red{
	color: #F22A2A;
}
.blue{
	color: #2a70cf;
}
.org{
	color: #f08300;
}
#f08300
/* 超过指定宽度，用省略号代替 */
.ellipsis {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*强制换行*/
.break_word {
  word-wrap: break-word;
  word-break: break-all;
}
/*禁止换行*/
.keep_all {
  word-break: keep-all;
  white-space: nowrap;
}
/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/
textarea {
  resize: none;
}
/*表格边框合并*/
table {
  border-collapse: collapse;
}
/*两端对齐 若单行，至少要3个字符，只有两个字符的，中间补一个空格*/
.text_justify {
  text-align: justify;
  text-justify: distribute-all-lines;
  /*ie6-8*/
  text-align-last: justify;
  /* ie9*/
  -moz-text-align-last: justify;
  /*ff*/
  -webkit-text-align-last: justify;
  /*chrome 20+*/
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chrome*/
  .aaa:after {
    content: ".";
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 0;
  }
}
/*修复火狐按钮文字不垂直居中的bug*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
* html body {
  /* IE6 fixed box hack */
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
body {
 /*  font: 12px/1.5 "微软雅黑 Regular"; */
  color: #555555;
  background: #fff;
}
.px1000 {
  width: 1000px;
  margin: 0 auto;
}
.px1200 {
  width: 1200px;
  margin: 0 auto;
}
.px1100{
	width:1100px;
  margin:0 auto;
 	clear:both;
 	text-align:center;
}
.px500{
	width: 500px;
}
.fyh {
  font-family: "微软雅黑", "黑体";
}
.fht {
  font-family: "黑体";
}
.number {
  font-family: Arial;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.word-break {
  word-break: break-all;
  word-wrap: break-word;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.z1 {
  z-index: 1;
}
.z10 {
  z-index: 10;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.iblock {
  display: inline-block;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.vm {
  vertical-align: middle;
}
.vt {
  vertical-align: top;
}
.fr {
	display:inline-block;
	padding-bottom: 20px;
}
.fl {
  display: inline-block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  display: block;
}
.clear-both {
  clear: both;
  line-height: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.tablelist {
  width: 100%;
  border: 0;
}
.table_title {
  vertical-align: top;
}
.table_left {
  text-align: right;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml200 {
  margin-left: 200px;
}
.ml60 {
  margin-left: 60px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.p2 {
  padding: 2px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.ti {
  text-indent: 2em;
}

/*======== index.css===========*/


/*end article*/

#demo1 a{
	margin-right:15px;
	color:#48ade5;
	font-size:14px;
}
#demo1 a span{
	color:#888;
	font-size:12px;
}

.top-t{
	border-top: 2px solid #00A1E9;
	background:white;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ddd;
}
.top-t span{
	line-height: 30px;
	font-size: 12px;
}
.top-t .lo-re{
	padding-left: 20px;
}
.gy{
	line-height: 30px;
	float: right;
	color: #ec782b;
	font-size: 12px;
	margin-right: 35px;
}
.header{
	width: 100%;
	height: 133px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
				
.header .zxcf_nav_l{
	margin-top: 20px;
}
.login_main{
	float: left;
}
.logo_nav{
	float: left;
	margin-top: 20px;
	padding-left: 5px;
}
.logo_nav h1{
	font-size: 26px;
	color: #000;
	font-family: "方正大标宋简体";
	margin: 0;
	line-height: 38px;
}
.logo_nav h3{
	font-size: 14px;
	color: #999;
	text-align: right;
}
.header  .zxcf_na_r{
	margin-top: 15px;
}
.header  .zxcf_na_r .title_nav{
	padding-top: 30px;
}

.title_nav ul li{
	float: left;
	position: relative;
	width: 115px;
	text-align: center;
	
}
.title_nav ul li a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
	font-family: "微软雅黑 blod";
}
.title_nav ul li .blue{
	color: #2a70cf;
}

.title_nav ul li a:hover{
	color: #2a70cf;
	border-bottom: 3px solid #2a70cf;
}


.title_nav ul li .active{
	border-bottom: 3px solid #2a70cf;
	color: #2a70cf;
}

.title_nav ul li dl{
	display: none;
	left: -15%;
	background: #fff;
	text-align: center;
	top: 38px;
	position: absolute;
	
	box-shadow: -5px 5px 15px rgba(0,0,0,0.4);
	z-index: 9999;
}
.title_nav ul li dl dd{
	width: 150px;
}
.title_nav ul li dl dd a{
	padding: 10px 0;
	color: #333;
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.title_nav ul li dl dd a:hover{
	background: #2a70cf;
	color: #fff;
	display: block;
	border: none;
}

.banner{
	width: 100%;
	background: #eee;
}
.banner .zscf_banner{
	max-width: 1920px;
	max-height: 450px;
	margin: 0 auto;
	text-align: center;
}

.baner_nav{
	width: 100%;
	padding: 8px 0;
	background: #5991dc;
	margin-top: -1px;
}
.baner_nav marquee{
	font-size: 14px;
	color: #fff;
}
.baner_nav marquee a{
	font-size: 14px;
	color: #fff;
	padding-right: 30px;
}
.baner_nav p i{
	display: inline-block;
	float: left;
}
.baner_nav p span{
	margin-left: 30px;
	display: block;
}


.baner_nav ul{
	padding-top: 15px;
}

.baner_nav ul li{
 float:left;
 width:25%
}

.baner_nav ul li img{
 float:left;
 margin-right:15px;
}
.dao_summary{
 margin-top:5px
}
.dao_summary span{
 color:#fff;
 font-size:18px
}
.dao_summary p{
 font-size:12px;
 color:#333
} 

.zscf_new {
	padding-bottom: 25px;
}

.zscf_new ul li{
	display:inline-block;
	width: 340px;
	height: 280px;
	border: 1px solid #ddd;
	margin: 0 25px 0 0px;
	padding-bottom: 25px;
}
.zscf_new ul li:last-child{
	margin: 0;
}
.zscf_new ul li p.tle{
	line-height: 22px;
	border-left: 5px solid #2a70cf;
	color: #4e5e6e;
	font-weight: 600;
	text-align: left;
	font-size: 16px;
	padding-top: 0;
	margin-top: 15px;
	padding-left: 10px;
}
.zscf_new ul li img{
	
}
.zscf_new ul li dl{
	padding-top: 10px;
	
}

.zscf_new ul li dl dd{
	line-height: 28px;
	padding-left: 15px;
}

.zscf_new ul li dl dd i{
	vertical-align: 2px;
}

.zscf_new ul li p{
	text-align: center;
	padding-top: 20px;
	}
	
.zscf_new ul li p a{
	color: #2191d9;
}

.zscf_new ul li dl dd a:hover{
	color: #00aaff;
}

.h3{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	padding-bottom: 25px;
	text-transform: uppercase;
	}
	.bot{
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}
	
	.h3 i{
		display: inline-block;
		width: 5px;
		height: 20px;
		background: #2a70cf;
		margin-right: 10px;
		vertical-align: -4px;
	}

.zxcf_server{
	padding-bottom: 15px;
}
.zxcf_server ul li{
	display: inline-block;
	width: 16%;
	text-align: center;
}
.zxcf_server ul li h4{
	color: #666;
	font-size: 14px;
}
.ser-ul{
	padding-top: 30px;
}
	
.ass{
 display:block;
 width:90px;
 height:90px;
 border-radius:50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 text-align:center;
 margin:0 auto;
 margin-bottom: 10px;
}
.ass img{
	padding-top: 25px;
}
.tong{
	background: #2acf8b;
}
.tui{
	background: #2ac2cf;
}
.wai{
	background: #5991dc;
}
.rong{
	background: #8eb3e8;
}
.wu{
	background: #dea65b;
}
.bao{
	background: #e7c28d;
}
.ass:hover{

 box-shadow:-3px 3px 8px rgba(0,0,0,0.2);  
}
.zxcf_serb{
	width: 100%;
	
	padding-bottom: 15px;
	padding-top: 10px;
}

.zxcf_chat{
	width: 100%;

	padding-bottom: 30px;
}
.main-title{
	padding-bottom: 10px;
}
.main-title a{
	display:inline-block;
	padding: 3px 12px;
	margin-left:118px;
	border: 1px solid #ccc;
	color: #999;
}
.main-title img{
	display:block;
	width: 500px;
}
.main-title h3{
	width:280px;
	padding-bottom: 20px;
}
.main-list ul li{
	line-height: 30px;
}
.main-list ul li a{
	display:block;
	color: #555;
	font-size: 13px;
}
.main-list ul li .n-title{
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 410px;
	overflow:hidden;
}
.main-list ul li .date{
	color: #aaa;
}
.chat{
	padding: 25px 0;
}

.check_left{
	width: 50%;
	float: left;
	margin-top: 15px;
}
.check_left p{
	padding-left: 60px;
	color: #999;
	font-size: 16px;
	padding-bottom: 15px;
}

.check_left .text{
	border: 1px solid #fe771b;
	height: 50px;
	width: 360px;
	border-radius: 5px;
	background: #f6f6f6;
	padding-left: 10px;
}
.check_left .sumbit{
	border: 1px solid #fe771b;
	height: 52px;
	width: 80px;
	background: #fe771b;
	color: #fff;
	font-size: 16px;
	margin-left: -20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.zxcf_process{
	margin-bottom: 30px;
}
.zxcf_process p{
	text-align: center;
	padding: 20px 0;
}
.zxcf_process p .apply{
	display: block;
	width: 250px;
	border: 1px solid #7fa9e2;
	color: #5b84bc;
	font-size: 18px;
	border-radius: 5px;
	padding: 8px 0;
	margin: 15px auto;
}

.zxcf_partner{
	margin-bottom: 60px;
}
.zxcf_partner .slidener{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.zxcf_partner .slidener ul dd{
	float: left;
}
.zxcf_partner .slidener ul li{
	float: left;
	padding-right: 15px;
}
.zxcf_partner .slidener ul li img{
	width: 150px;
	height: 60px;
	border: 1px solid #eee;
}
.slideul1{width:3999px;}

.zscf_bottom_wper{
	width: 100%;
	height: 300px;
	background:#245494 url(../images/bottom_bg.png) no-repeat center;
}

.zscf_aboutus{
	padding-top: 20px;
	color: #fff;
}

.zscf_aboutus .zscf_aboutus_l{
	width: 350PX;
	border-right: 1px solid #ccc;
	margin-right: 30px;
}
.zscf_aboutus  dl dd{
	
	padding: 5px 10px;
}
.zscf_aboutus strong{
	font-size: 15px;
	font-weight: 600;
}
.zscf_aboutus dl dd a{
	color: #fff;
}

.zscf_aboutus .zscf_aboutus_r{
	width:;
	
}
.zscf_aboutus .zscf_aboutus_r ul li{
	float: left;
	padding-left: 80px;
}
.zscf_erwei p span{
	padding-top: 10px;
	display: block;
}

.back_top{
	text-align: right;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
.back_top a{
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.last{
	text-align: center;
	color: #fff;
}


.list_banner{
	max-width: 1920px;
	max-height: 290px;
	text-align: center;
	margin: 0 auto;
}
.list_banner img{
	width: 100%;
}


.title a{
	font-size: 16px;
	margin-right: 25px;
	padding-top: 10px;
}

.title a:hover{
	color: #2a70cf;
}

.brt_acur{
	border-top: 2px solid #333;
	
	color: #000;
}

.rank_box{
	padding: 15px 0;
	border-top: 1px solid #eee;
}

.rank_list_ul li{
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #eee;
}

.rank_list_ul li h3{
	line-height: 28px;
}
.rank_list_ul li .time{
	font-size: 18px;
	color: #666;
	padding-right: 15px;
}
.rank_list_ul li .title{
	font-size: 16px;
	color: #666;
	padding-left: 15px;
}

.rank_list_ul li .aricle{
	padding-top: 15px;
}
.rank_list_ul li .aricle i{
	padding-left: 5px;
	}
.rank_list_ul li .aricle span{
	padding-left: 110px;
	display: inline-block;
	margin-top: -17px;
}
.rank_list_ul li .aricle span:hover{
	text-decoration: underline;
}

.word{
	width: 800px;
}
.pic{
	width: 210px;
}
.pic img{
	width: 100%;
	height: auto;
}

.contern_title{
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee ;
}

.contern_title h1{
	color: #333;
	font-size: 16px;
	padding:15px 0;
}
.opc{
	text-align: left;
	border: none;
	padding-bottom: 0px;
}
.opc h1{
	font-size: 24px;
	color: #3977BD;
	padding: 10px 0;
}
.settime{
	font-size: 14px;
	color: #999;
}
.click{
	color: #ff0000;
	padding-left: 20px;
}
.contern_main{
	padding-bottom: 20px;
}
.contern_main p{
	text-indent: 20px;
	padding: 10px 0;
	line-height: 22px;
	color: #888;
}
.imgss{
	margin: 10px 0;
	width: 100%;
	text-align: center;
}
.contern_main h3{
	padding-bottom: 8px;
	color: #000;
	margin: 8px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.explpse{
	background: #eee;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 30px;
}

.explpse p{
	font-size: 14px;
}
.explpse p i{
	float: left;
	margin-right: 10px;
}
.explpse p span{
	padding-left: 30px;
	display: block;
	line-height: 24px;
	padding-bottom: 10px;
}

.c-title{
	border: 1px solid #ddd;
	padding: 12px 0;
	
}
.c-title a{
	margin: 0 10px;
	
}
.c-title span{
	padding-left: 10px;
	font-size: 14px;
	color: #000;
}

.c-title .brt_acur{
	border-top: none;
	background: #245494 ;
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
}

.ist_ul{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.xiadan{
	display: block;
	background: #ff5d00;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 20px;
}
.ist_ul li{
	line-height: 40px;
}
.ist_ul li i{
	margin-right: 8px;
}
.contern_main .ve-title{
	color: #666;
}

.way_ul{
	padding: 30px 0 80px 0px;
	
}
.pic-ul{
	padding: 15px 0 15px 20px;
	max-width: 600px;
}
.way_ul li{
	float: left;
	margin-bottom: 10px;
}

.way_ul li .set{
	width: 80px;
	text-align: center;
}
.way_ul li .set p{
	text-indent: 0;
	padding: 0;
}
.way_ul li .set i{
	display: block;
	width: 35px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #245494;
	color: #245494;
	font-size: 18px;
	line-height: 30px;
	font-family: "Arial";
	margin: 0 auto 10px auto;
}

.bor{
	height: 20px;
	width: 30px;
	border-bottom: 1px solid #ccc;
}



.login_con_wper {
  width: 100%;
  background: #EEE;
  position: relative;
}
.login_con {
 	max-width: 1920px;
	
	margin: 0 auto;
	position: relative;
}
.login_con .back-bg{
	width: 100%;
	display: block;
}
@media screen and (max-width: 1200px){
	.login_con .back-bg{
		height: 330px;
	}
}
.lg_section {
 
  
}
.lg_section_l {
  width: 817px;
}
.lg_section_r {
  width: 290px;
  padding: 20px 25px;
  background: rgba(255,255,255,0.95);
  box-sizing:content-box;
  position: absolute;
  left: 63%;
  top: 25px;
  border-radius: 5px;
}
.lg_sec_tit {
  color: #555555;
}
.lg_sec_tit span {
  font-size: 18px;
}
.lg_sec_tit em {
  font-size: 14px;
}
.lg_sec_tit em a {
  color: #eb4256;
}
.lg_check {
  color: #555;
  font-size: 14px;
  padding: 5px 0;
}
.lg_check a {
  color: #555;
}
.lg_btn {
  display: inline-block;
  width: 290px;
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #00a1e9;
  border: none;
}
.lg_btn:hover {
  background-color: #3bc4ee;
}

.reg_con_wper {
 	width: 100%;
 	min-height: 550px;
 	background: url(../images/Layer-re.png) no-repeat top center;
 	position: relative;
  
}
.reg_con {
 
}
.reg_box {
  
  
}
.reg_box_l {
  width: 604px;
}
.reg_box_r {
  width: 300px;
  padding: 35px 40px;
  background: rgba(255,255,255,0.95);
  position: absolute;
  left: 63%;
  top: 50px;
}
.reg_box_r label.error{
	color: #F22A2A;
}
.yanzheng{
	position: relative;
}
.yanzheng .lg_input {
  width: 125px;
}
.yanzheng span {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #f8b551;
  margin-left: 30px;
  border-radius: 5px;
}
.yanzheng img{
	position: absolute;
	left: 175px;
	top: 10px;
}


.lo_re_bottom{
	background: #f2f2f2;
	height: 300px;
}
.lo_re_bottom .zscf_aboutus, .lo_re_bottom .zscf_aboutus dl dd a{
	color: #333;
}
.lo_re_bottom .zscf_aboutus .zscf_aboutus_l{
	border-right: 1px solid #ccc;
}
.lo_re_bottom .back_top{
	border-bottom: 1px solid #d1d1d1;
}
.lo_re_bottom .back_top a{
	color: #666;
}

.lo_re_bottom .last{
	color: #666;
}

.reg_box_r-next{
	width: 400px;
	background: rgba(255,255,255,0.95);
	padding: 15px;
	margin: 40px;
}
.reg_box_r-next .lg_sec_tit{
	margin: 0 0 15px 0;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
.reg_box_r-next form{
	margin: 0 10px;
}
.reg_box_r-next form p{
	margin-bottom: 15px;
}
.reg_box_r-next form label{
	font-weight: normal;
	color: #333;
	width: 80px;
	text-align: right;
}
.reg_box_r-next form input{
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	padding: 3px 8px;
}
.reg_box_r-next .btn-steps{
	background: #2a70cf;
	color: #fff;
	border: none;
	padding: 5px 25px;
	border-radius: 5px;
	margin-left: 90px;
	margin-top: 10px;
}
.reg_box_r-next .uplo-pic{
	float: right;
	margin-right: 65px;
}
.reg_box_r-next .upload{
	margin-top: 5px;
}
.reg_box_r-next .upload img{
	width: 100px;
	height: 100px;
}


.newpage div{
	padding: 10px 0;
	text-align: right;
}
.newpage div .page_i{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #fcfcfc;
	line-height: 25px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
}
.newpage div .page_i:hover{
	border: 1px solid #245494;
}
.newpage div .page_cur{
	background: #fff;
	border: 1px solid #245494;
	color: #245494 ;
}

.newpage div .page_info{
	margin-left: 10px;
}
.newpage .page_cur,.newpage .page_i{margin: 0 1px;}

.nepage{
	display: inline-block;
	margin: 0 6px;
	width: 55px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ddd;
}
.nepage:hover{
	border: 1px solid #245494;
	color: #245494;
}

.hides{
	background: #f5f5f5;
	color: #999;
	
}
.hides:hover{
	color: #999;
	border: 1px solid #ddd;
}

/* 个人中心 */
.zxcf_center{
	min-height: 800px;
	margin-bottom: 30px;
	position: relative;
}

/***右边内容start***/
.zxcf_center .center-right{
	width: 900px;
	float: left;
	margin-top:30px;
	margin-left:30px;

}
.zxcf_center .center-right .deal-title span{
	font-size: 16px;
	color: #666;
}
.zxcf_center .center-right .deal-title a{
	font-size: 12px;
	color: #666;
}
.zxcf_center .center-right .deal-main{
	background: #fff;
	border: 1px solid #ddd;
	margin: -1px 0 15px 0;
}
.ser-bg{
	width: 100%;
	height: 100px;
	background: url(../images/ser-bg.png) no-repeat left bottom;
	border: 1px solid #eee;
	text-align: center;
	line-height: 100px;
	margin-bottom: 15px;
}
.ser-bg input{
	background: #fff;
	border: 1px solid #eee;
	width: 300px;
	line-height: 30px;
	padding-left: 5px;
}
.ser-bg a{
	display: inline-block;
	width: 80px;
	line-height: 30px;
	background: #F08300;
	color: #fff;
	margin-left: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
.audited{
	padding: 15px 20px;
}
.audited h3{
	font-size: 14px;
	color: #6e97da;
	margin-bottom: 10px;
}
.audited a{
	display: inline-block;
	padding: 3px 8px;
	background: #ebf1fb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #aec7f0;
	margin: 0 0px 5px 5px;
	color: #666;
}
.cen-form input.audited-edit{
	display: inline-block;
	width: 80px;
	border: 1px solid #F08300;
	background: #F08300;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 5px 0 80px;
}
.cen-form input.audited-add{
	display: inline-block;
	width: 80px;
	border: 1px solid #a7bee4;
	background: #a7bee4;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.shp{
	padding: 15px 20px;
	
}
.shp p{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.shp p font{
	color: #F08300;
}
.shp a{
	display: inline-block;
	padding: 2px 5px;
	background: #f5f5f5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e5e5e5;
	margin: 0 0px 5px 5px;
}
.seled{
	background: #e9eef4;

}
.seled-span{
	display:inline-block;
	background: #f5e7d7;
	padding: 3px 8px;
	color: #f08300;
	margin: 15px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #efcea7;	
	margin-right: 5px;
}
.text-hed{
	display: inline-block;
	width: 150px;
	text-align: right;
}
#show2 p,#pics p,#contact p{
	padding: 8px 0 8px 0px;
}
.input-text{
	border: 1px solid #ccc;
	padding: 2px;
	min-width: 180px;
	height: 18px;
	color: #666;
	font-size: 13px;
}
.pro-state{
	background: #f5f7fa;
	margin: 15px;
	height: 80px;
}
.pro-state .pro-state-l{
	width: 40%;
	float: left;
	background: #9db6e1;
	height: 100%;
	font-size: 15px;
}
.pro-state .pro-state-l span{
	line-height: 70px;
}
.pro-state .succ{
	background: #f6b567;
	color: #fff;
}
.pro-state .faile{
	background: #ccc;
	color: #fff;
}
.pro-state .pro-state-r{
	width: 60%;
	float: right;
	height: 100%;
}
.pro-state .pro-state-r span{
	display: inline-block;
	width: 45%;
}

#show2 p input.setbtn,#pics p input.setbtn,#contact p input.setbtn{
	width: 75px;
	margin-left: 150px;
	margin-top: 5px;
	margin-bottom: 25px;
}
#pics p button,.add-pic{
	border: 1px dashed #ccc;
	margin-left: 150px;
	background: #fcfcfc;
	padding: 10px 15px;
	
}
.add-pic{
	margin: 0;
}
.dele-pic{
	width: 20px;
	height: 20px;
	background: #ffeed9;
	border-radius: 50%;
	border: 1px solid #ffcd91;
	color: #f08300;
	text-align: center;
	line-height: 5px;
	vertical-align: -10px;
}
#pics p button i,.add-pic i{
	display: block;
	font-style: normal;
	font-size: 30px;
	color: #f08300;
}
.relate{
	border: none;
	background: transparent;
	color: #f08300;
}
#contact p a{
	color: #f08300;
}
.Pend{
	margin: 15px;
	background: #a7bee4;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	color: #fff;
}
.dra-title{
	line-height: 35px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-left: 10px;
	margin-top: -1px;
}
.deal-main table td span.tips{
	font-size: 12px;
	color: #999;
}
.center-right .main .form .order-table th{
	background: #e1e3e6;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}
.center-right .main .form .order-table td{
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}


.zxcf_center .center-right .info{
	background: #fff;
	min-height: 450px;
	clear: both;
	
}
.tre{
	border-bottom: 1px solid #eee;
}
.tre a{
	display: inline-block;
	font-size: 14px;
	padding: 8px 0;
	margin-right: 5px;
	color: #888;
}
.tre a.acv{
	border-bottom: 2px solid #245C75;
	color: #333;
}
.tre input{
	background: #F08300;
	color: #fff;
	border: none;
	float: right;
	padding: 3px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 8px;
}
.center-title{
	background:#e1e3e6;
	margin-bottom: 15px;
	
}
.center-title span{
	display: inline-block;
	color: #999;

	font-size: 16px;
	padding: 5px 10px;
}
.cen-form p{
	padding: 8px 0;
	font-size: 14px;
	color: #666;
}
.half p{
	width: 40%;
	float: left;
}
.cen-form p font{
	text-align: right;
	width: 80px;
	display: inline-block;
	
	color: #666;
}
.cen-form p font i{
	margin-right: 3px;
}
.cen-form p span{
	color: #333;
}
.cen-form input{
	border: 1px solid #ccc;
	padding: 4px 3px;
	width: 200px;
}
.cen-form .cen_btn{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #F08300;
	border: none;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin-left: 80px;
}



.setbtn{
	background: #ccc;
	color: #fff;
	border: none;
	padding: 3px 10px;
	margin-top: 30px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
}
.setbtn1{
	background: #ccc;
	color: #fff;
	border: none;
	padding: 3px 10px;
	margin-top: 2px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
}

.sel_locat{
	width: 80%;
	font-size: 14px;
	margin: 40px 0 25px 0;
}
.sel_locat a{
	color: #2a70cf;
}

.numb{
	display: inline-block;
	background: #ccc;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height: 25px;
	margin-right: 10px;
}
.center-right .cur{
	background: #F08300;
}
.center-right .main .form table th,.center-right .main .form table td{
	padding: 10px 0;
}
.center-right .main .form table.rel th{
	width: 200px;
	text-align: right;
	vertical-align: top;
}

.rel th,.rel span{
	width: 200px;
	text-align: right;
	vertical-align: top;
	font-size: 15px;
}	

.center-right .main .form table td a{
	color: #f08300;
}
.center-right .main .form table td strong{
	font-weight: 600;
	padding-right: 10px;
}
.center-right .main .form table td label,.center-right .main .form table td input{
	margin-right: 5px;
}
.center-right .main .form table td select{
	min-width: 200px;
	border: 1px solid #ccc;
}
.center-right .main .form table td textarea{
	resize: vertical;
}
.center-right .main .form table td .o-btn{
	background: #fff;
	border: dashed 1px #ccc;
	padding: 8px 12px;
	color: #999;
	width: 500px;
	background: #fcfcfc;
	text-align: center;
}
.cen-form input.checkb{
	width: 40px;
}
.bo{
	width: 96%;
	margin: 0 auto;
	border: 1px solid #e1e3e6;
	margin-top: -1px;
	padding-right: 15px;
}
.seled-list{
	font-size: 12px;
}
.seled-list p font{
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.seled-list p input.relate{
	border: none;
	margin-right:5px ;
}
.seled-list p input{
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 35px;
	vertical-align: baseline;
}
.seled-list table{
	width: 96%;
	margin: 0 auto;
	font-size: 12px;
	border: 1px solid #dbe2ec;
	background: #fff;
}
.center-right .main .form .seled-list table th{
	background: #f5f7fa;
	text-align: center;
}
.center-right .main .form .seled-list table td{
	text-align: center;
}
.center-right .main .form .seled-list table td input{
	width: 60px;
	border: 1px solid #c4d2e7;
	padding: 2px;
}
.center-right .main .form .seled-list table td select{
	min-width: 50px;
}
.center-right .main .form table td span{
	color: #888;
	padding-left: 5px;
	padding-right: 10px;
}
.chi{
	border: 1px solid #ccc;
	width: 110px;
	padding:0 5px;
}
.form .table-text{
	border: 1px solid #ccc;
	min-width: 200px;
	padding: 2px;
}

.center-right .comfirmm{
	margin: 40px auto 0 auto;
	width: 600px;
	padding: 20px 100px;
	border-top: 1px solid #ddd;
}
.center-right .comfirmm .comfbtn{
	background: #ccc;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.center-right .comfirmm .cur{
	background: #f08300;
	border-color: #f08300;
}
.center-right .comfirmm .upbtn{
	background: #fff;
	color: #666;
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.center-right .main .form table .goods span{
	padding: 0 3px;
	display: inherit;
	text-align: center;
}
.center-right .main .form table .goods span input{
	width: 100%;
	margin-right: 2px;
	border: 1px solid #ccc;
	padding: 2px 0;
}
.center-right .main .form table .goods span select{
	min-width: 45px;
}
.deal-menu{
	margin-top: 15px;
}
.deal-menu a{
	display: inline-block;
	padding:  8px 15px;
	border: 1px solid #ddd;
	border-bottom: none;
}
.deal-menu a.acur{
	background: #fff;
}
.deal-text{
	margin-top: 20px;
	display: none;
}
.order-table{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.order-table tbody{
	
}
 .order-table th{
	background: #e1e3e6;
	padding: 8px 0;
	text-align: center;
}
 .order-table td{
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.addtrader{
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
}
.addtrader input{
	border: 1px solid #ccc;
	width: 50%;
	padding:3px
}

.add-table{
	width: 100%;
	margin-top: 10px;
}
.add-table th{
	width: 25%;
	background: #f5f5f5;
	text-align: right;
	border: 1px solid #eee;
}
.add-table td{
	padding: 8px;
	border: 1px solid #eee;
}
.add-table td input{
	border: none;
}

.addtrader p input{
	margin: 10px 0 0 25%;
	background: #2a70cf;
	width: 80px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	border-radius: 5px;
	border: none;
}

.center-right .main .form table .goods .floatDiv{
	position: absolute;
	top: 28px;
	left: 3px;
	background: #fff;
	border: 1px solid #ccc;
	overflow-y: scroll;
	width: 250px;
	height: 290px;
	display: none;
	text-align: left;
	z-index:100;
}
.center-right .main .form table .goods .floatDiv a{
	color: #666;
}

.lmp{
	position: relative;
	width: 200px;
	display: table-cell;
}
.lmp input{
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px;
}
.caret{
	background: url(../images/dp.png) no-repeat;
}
.adf{
	background: transparent;
	border: none;
	position: absolute;
	right: -5px;
	top: 5px;
}
.lmp .imp-ul{
	position: absolute;
	background: #fff;
	border:1px solid #ddd;
	min-width: 200px !important;
	padding-right: 0 !important;
	display: none;
}
.lmp .imp-ul table{
	width: 100%;
}
.center-right .main .form  .lmp .imp-ul table td{
	padding: 5px;
}

.wrap{
	padding:10px;
	border:0px #ccc solid;
	height:180px;
	width:1100px;
	margin:20px auto;
}
.roll-wrap{
	height:130px;
	overflow:hidden;
	float:left;
	font-size:15px
}	    
.roll-wrap2{
	height:130px;
	overflow:hidden;
	float:right;
	font-size:15px
}


.tile.green {
	background-color: #71d398;
	color: #ffffff;
}

.tile.green:hover {
	background-color: #4ac77c;
}

.tile.yellow {
	background-color: #ffcc66;
	color: #ffffff;
}

.tile.yellow:hover {
	background-color: #ffbb33;
}

.tile.orange {
	background-color: #f4b162;
	color: #ffffff;
}

.tile.orange:hover {
	background-color: #f19932;
}

.tile.purple {
	background-color: #af91e1;
	color: #ffffff;
}

.tile.purple:hover {
	background-color: #9269d6;
}

.tile.pink {
	background-color: #f78db8;
	color: #ffffff;
}

.tile.pink:hover {
	background-color: #f45d9a;
}

.tile.lime {
	background-color: #a8db43;
	color: #ffffff;
}

.tile.lime:hover {
	background-color: #90c526;
}

.tile.magenta {
	background-color: #e65097;
	color: #ffffff;
}

.tile.magenta:hover {
	background-color: #e0237c;
}

.tile.teal {
	background-color: #97d3c5;
	color: #ffffff;
}

.tile.teal:hover {
	background-color: #73c4b1;
}

.tile.brown {
	background-color: #d1b993;
	color: #ffffff;
}

.tile.brown:hover {
	background-color: #c2a26f;
}

.tile.gray-spr {
	background-color: #f3f5f6;
}

.tile.gray-spr:hover {
	background-color: #d6dde0;
}

.tile.dark {
	color: #ffffff;
	background-color: #79859b;
}

.tile.dark:hover {
	background-color: #606c81;
}


/*****尺寸start****/
.s12 {
	font-size: 12px !important;
}

.s16 {
	font-size: 16px !important;
}

.s20 {
	font-size: 20px !important;
}

.s24 {
	font-size: 24px !important;
}

.s32 {
	font-size: 32px !important;
}

.s64 {
	font-size: 50px !important;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}
/*****尺寸end****/
.content{
	width: 100%;
	height: 100%;
	background:white;
}
.content>.right{
	float:left;
	width:90%;
	margin-left:1%;
}
#infomationContent>div{
	width:17%;
	display:inline-block;
	margin-left:20px;
	border-radius: 5px;
}
#infomationContent>div>a{
	display:inline-block;
	width:100%;
}
#infomationContent .title{
	font-size:18px;
	margin-top:40px;
	margin-bottom:30px;
	width: 100px;
}
#infomationContent .tile-icon {
    position: absolute;
    right: 13px;
    top: 38px;
}
@media (max-width:1023px){
	#infomationContent .title{
		font-size:12px;
	}
	.s64{
		font-size:20px !important;
		margin-top:10px;
	}
}
@media (max-width:840px){
	#infomationContent>div{
		width: 21%;
	}
}
@media (max-width:650px){
	.navTop>.right{
		display:none;
	}
	#infomationContent>div{
		width: 21%;
	}
}
.footer>p{
	text-align:center;
}
