@charset "utf-8";
/* CSS Document */
* {
  outline: medium none !important;
}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,p,dl,dd,dt{ padding:0; margin:0;}
img{ border:none; height:auto;}
body{ font-family:Verdana, Arial, Helv, Helvetica, sans-serif'微软雅黑'; color:#555; height:auto; min-width:640px;  max-width:100%; font-size:14px;}
a{ text-decoration:none; color:#555;}
li{ list-style:none; font-family:Verdana, Arial, Helv, Helvetica, sans-serif'微软雅黑';}
input{ border:none;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }

/*---app---*/
#border{ -webkit-box-shadow:0px 0px 5px #5893DB; -moz-box-shadow:0px 0px 5px #5893DB; border:1px solid #5893DB;}
#top{ height:30px; background:#F1F1F1;}
.top_body{ width:1140px; margin:0 auto; height:30px; overflow:hidden; line-height:30px;}
.top_left{ float:left; color:#888888; width:500px; font-size:12px;}
.top_nav{ float:right;600px;}
.top_nav li,.top_left li,#logo_right li,#nav_body li{ float:left;}
.top_nav li a,.top_left li a{ padding:0 5px; color:#888}
.top_nav li a:hover,.top_left li a:hover,.footer_left a:hover{ text-decoration:underline; color:#333;}
.weuxin,.app{ position:relative; z-index:100;}
.weixin:hover{ background:#fff;}
.erwei{ position:absolute; clear:both; display:none; z-index:100; border:1px solid #999; background:#fff; text-align:center; padding:10px; top:30px; width:140px;}
.apps{ position:absolute; clear:both; display:none; z-index:1000; border:1px solid #999; background:#fff; text-align:center; padding:10px; top:30px; right:12%; width:280px; overflow:hidden;}
#div_app a{ display:block; width:16px; height:30px; background:url(../images/img7.png) no-repeat center;}
#div_app a:hover{ display:block; width:16px; height:30px; background:url(../images/img7_2.png) no-repeat center; background-color:#fff;}
#logo{ width:920px; margin:10px auto; overflow:hidden; height:70px;}
.logo_span{ font-size:20px; font-weight:300; border-left:1px dashed #999; height:30px; line-height:30px; float:left; margin:7px 0 0 10px; padding-left:10px;}
h1{ float:left; margin-top:15px;}
.zi{ font-size:16px; padding-right:20px; line-height:75px;}
 #logo_right{ float:right; position:relative; height:58px;}
 .pingtai,.shouji{ height:58px;}
.pingtai a{ display:block; height:58px; width:65px; position:absolute; left:-150px;}
.shouji a{ display:block; height:58px; width:65px; position:absolute; left:-65px;}
#logo_right .shouji{ position:relative; z-index:0;}
#new{ position:absolute; top:-2px; right:-1px; display:block;}
#nav{ width:100%; height:38px; background:#288CEA;}
#nav_body,#footer_body{ width:1140px; margin:0 auto; overflow:hidden;}
#nav_body li a{ display:block; height:38px; line-height:38px; padding:0 20px; color:#fff; font-size:14px; font-weight:bold;}
.nav_bg,#nav_body li a:hover{ background:#1672C5;}
#app_banner{ background:url(../images/app.png) no-repeat center top; min-width:640px; max-width:100%; height:auto; overflow:hidden; cursor:pointer; margin-bottom:40px;}
#app_body{ overflow:hidden; width:1090px; margin:0 auto; height:auto;}
.app_shouji{ padding-top:100px; float:left; width:440px;}
.app_right{ float:right; padding-top:100px; width:550px; overflow:hidden;}
.left{ float:left;}
.iphone a{ display:block; width:239px; height:55px; background:url(../images/img4.png) no-repeat; margin:20px 0;}
.iphone a:hover,.iphone a:focus,.current{ background:url(../images/img3.png) no-repeat;}
.app_ewm{ float:left; margin-left:50px;}
#footer{ background:url(../images/img13.png) repeat-x; padding:30px 0; line-height:25px; background-color:#E6E6E6;}
.footer_left{ float:left; width:500px; margin-left:50px;}
.footer_right{ float:right; margin-right:50px;}


#body{ background:#E6E6E6; height:auto; overflow:hidden; padding-bottom:40px; min-width:1000px; width:100%;}
.zhuce_body{ background:#fff; -webkit-box-shadow:0px 0px 5px #C6C6C6; -moz-box-shadow:0px 0px 5px #C6C6C6; width:950px; margin:20px auto; padding:20px; overflow:hidden;}
#nav_bg{ background:#1A71C2; height:5px; min-width:1000px;  max-width:100%;}
.zhuce_left{ float:left; width:650px; border-right:1px solid #EBEBEB; padding:30px 0;}
.form .input{ margin:15px 0;}
.input label{ width:180px; display:block; float:left; font-size:16px; text-align:right; height:40px; line-height:40px; padding-right:10px;}
.input .yanzheng{ width:100px; height:40px;}
.input .text{ width:211px; height:40px;}

.input .text.error{ border-color: #ff0000;}
.input .error{width:130px;font-size:12px;float:right;z-index:9;color:#459AD6;left:285px;display:block;padding:2px;top:3px;}

.input .text,.input .yanzheng{   border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 12px;
    line-height: 35px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 2px #cccccc inset;
    -moz-box-shadow: 0 0 2px #cccccc inset;
    box-shadow: 0 0 2px #cccccc inset;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
	}
.input .text:focus,.input .yanzheng:focus{border: 1px solid #2EA7E0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 12px;
    line-height: 35px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 2px #2EA7E0 inset;
    -moz-box-shadow: 0 0 2px #2EA7E0 inset;
    box-shadow: 0 0 2px #2EA7E0 inset;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; outline:none;}
.zhuce_a{ color:#00F}
.input .button{ color:#fff; background:#1C89ED;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; width:235px; height:40px; font-size:18px; font-weight:bold; margin-top:20px;cursor: pointer;}
.input .button:hover,.input .button:focus,.denglu .zhuce_denglu:hover{ background:#319BFA; outline: none;}
.zhuce_right{ float:right; width:260px; margin-right:20px;}
.denglu{ border-bottom:1px solid #EBEBEB; padding:20px 10px; overflow:hidden; font-size:16px;}
.denglu .zhuce_denglu{ display:block; padding:5px 10px; color:#FFF; background:#1C89ED; float:left; margin-left:10px;-moz-border-radius: 3px;-webkit-border-radius: 3px; border-radius:3px;}
.zhuce_qita{ padding:20px 0; border-bottom:1px solid #EBEBEB; overflow:hidden; font-size:14px;}
.zhuce_qita .but{ width:80px; height:28px; background:url(../images/qqdl.png);background-position:0 0; display:block; float:left; margin:10px 3px;}
.zhuce_qita .buts{ width:80px; height:28px; background:url(../images/qqdl.png);background-position:-84px 0; display:block; float:left; margin:10px 3px;}
.zhuce_qita .butss{ width:80px; height:28px; background:url(../images/qqdl.png);background-position:80px 0; display:block; float:left; margin:10px 3px;}
.zhuce_app{ text-align:center; margin:20px; overflow:hidden;}

.app_left li{ display:block; width:35px; height:40px; margin:20px 0; cursor:pointer;}
.app_left .app1{ background:url(../images/img19.png) no-repeat;}
.app_left .app2{ background:url(../images/img20.png) no-repeat;}
.app_left .app1:focus,.app_left .app1:hover{ background:url(../images/img21.png) no-repeat;}
.app_left .app2:focus,.app_left .app2:hover{ background:url(../images/img22.png) no-repeat;}


/*---queren---*/
.zc_span{ color:#F00; font-size:24px; font-weight:600;}
.successful{ width:420px; margin:0 auto; font-size:14px; text-align:right; line-height:40px; padding:100px 0 200px 0;}
.successful a:hover{ text-decoration:underline;}

dl.checkradio dd input {
  margin-right: 4px;
}
dl.checkradio dd a {
  color: #1374ce;
}
dl dd.code-img {
  line-height: 40px;
}
dl dd.code-img img {vertical-align: middle;cursor: pointer;width:100px;}
dl dd a.reload-code {
  display: block;
  height: 40px;
  width: 20px;
  background: url("../images/refresh_01.png") no-repeat center 15px;
  cursor: pointer;
}
dl dd.code-button {
  margin-left: 10px;
}
dl dd.dd-msg {
  color: #a5a5a5;
  font-size: 12px;
  padding: 10px 10px;
  display: none;
}
dl dd.dd-tips {
  color: #a5a5a5;
  font-size: 12px;
  padding: 10px 10px;
}
button,
a {
  cursor: pointer;
}
button {
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
button.btn-code {
  width: 125px;
  height: 40px;
  border: 1px solid #d0d0d0;
  background: #f1f1f1;
  color: #323232;
}
button.submit {width:160px; height:40px; font-size: 16px;padding: 5px 10px;-webkit-transition: background-color 0.15s, color 0.15s, border-color 0.15s;-moz-transition: background-color 0.15s, color 0.15s, border-color 0.15s;-ms-transition: background-color 0.15s, color 0.15s, border-color 0.15s;-o-transition: background-color 0.15s, color 0.15s, border-color 0.15s;transition: background-color 0.15s, color 0.15s, border-color 0.15s;display: inline-block;*display: inline;*zoom: 1;border-radius: 4px;text-align: center;text-decoration: none;cursor: pointer;border-width: 0px;border-style: solid;color: #fff;background-color:#38f;border-color: #38f;}
button.submit:hover {
  background:#2b78e5;border-color: #2b78e5;
}
button:disabled {
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
}
button:disabled:hover {
  background: #ccc;
}
button:disabled:active {
  background: #ccc;
}
input.text {
  width: 210px;
  height: 40px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 12px;
  line-height: 40px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 2px #cccccc inset;
  -moz-box-shadow: 0 0 2px #cccccc inset;
  box-shadow: 0 0 2px #cccccc inset;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input.text.code {
  width: 95px;
}
input.text:focus {
  border-color: #2ea7e0;
}
input.text.error {
  border-color: #ff0000;
}
input.text.error:focus {
  border-color: #ff0000;
  -webkit-box-shadow: 0 0 1px #ff0000 inset;
  -moz-box-shadow: 0 0 1px #ff0000 inset;
  box-shadow: 0 0 1px #ff0000 inset;
}
input:disabled {
  background: #f0f0f0;
  cursor: not-allowed;
}
.required {
  color: #ff0000;
}
.content .tabs-box.disabled .tabs .item {
  cursor: not-allowed;
}
.content .tabs-box .tabs {
  z-index: 2;
  height: 52px;
}
.content .tabs-box .tabs .item {
  float: left;
  height: 50px;
  font-size: 16px;
  background: #f7f7f7;
  border: 1px solid #bebebe;
  cursor: pointer;
  margin-right: 2px;
}
.content .tabs-box .tabs .item .title {
  padding: 0 40px;
  float: left;
  line-height: 50px;
}
.content .tabs-box .tabs .item.selected {
  font-weight: bold;
  background: #fff;
  cursor: default;
}
.content .tabs-box .tabs .item.selected .title {
  background: #fff;
  height: 51px;
}
.content .tabs-box .tab-content {
  z-index: 1;
  border: 1px solid #bebebe;
  margin-top: -1px;
  background: #fff;
}
.content .tabs-box .tab-content .register-box {
  float: left;
  display: inline-block;
  border-right: 1px solid #e7e7e7;
  width: 615px;
  margin: 20px 0;
  padding: 40px 0 70px 100px;
  min-height: 420px;
}
.zhuce_left dl {
  height: 60px;
}
.zhuce_left dl dt,
.zhuce_left dl dd {
  float: left;
  height: 40px;
}
.zhuce_left dl dt {
  width: 160px;
  text-align: right;
  font-size: 16px;
  padding: 10px 15px 10px 0;
}
.zhuce_left dl dd.error {
  color: #ff0000;
  font-size: 12px;
  padding: 10px;
}
.zhuce_left dl.checkradio dd.error {
  padding: 0 10px;
}
.validcode{display:none}
.haveAgency{line-height:40px}
.haveAgency a{color:#1374ce}
.haveAgency a:hover{text-decoration:underline}
#agencyarea{padding-right:10px}