@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1;
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.personLogo {
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
}
.personLogo .logo {
  width: 300px;
  height: 43px;
  margin: 25px 25px 0 0;
  background: url('../images/workLogo.png') no-repeat;
}
.personLogo .line {
  margin: 25px 20px;
  height: 30px;
  border-left: 1px solid #ccc;
}
.personLogo .logoTitle {
  font-size: 22px;
  color: #333;
}
.topBord {
  height: 90px;
  line-height: 90px;
  background: url(../images/navshadow.png) left bottom;
}
.main {
  /*background: url(../images/bgLogin.png) no-repeat center;*/
  height: 600px;
  position: relative;
  margin-bottom: 30px;
}
.login {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 50;
}
.loginBox {
  position: relative;
  background: #fff;
  height: 400px;
  width: 380px;
  margin: 100px 0 60px 0;
  padding: 35px 40px 0 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.boxTitle {
  height: 26px;
  line-height: 26px;
}
.boxTitle .bfTitle {
  font-size: 20px;
  color: #262626;
}
.boxTitle .noAccount {
  font-family: SimHei;
  font-size: 14px;
  color: #999;
}
.boxTitle .noAccount a {
  color: #ff9500;
}
.errorMsg {
  display: none;
  margin: 7px 0 9px 0;
  height: 30px;
  line-height: 30px;
  background: #fbebd2;
  padding-left: 40px;
  box-sizing: border-box;
  background: #fbebd2 url('../images/new_X.png') no-repeat 16px 7px;
}
.iconLt {
  display: inline-block;
  margin: 1px;
  width: 40px;
  height: 36px;
}
/*密码登录*/
.usrInput {
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.usrInput:hover,
.smInput:hover {
  border: 1px solid #bfbfbf;
}
.rtInput {
  height: 38px;
  width: 256px;
  margin: 0;
  padding-left: 10px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
}
.account {
  margin-top: 46px;
}
.account i {
  background: #F2F2F2 url('../images/icons-main.png') no-repeat -229px -8px;
}
.pwd i {
  background: #F2F2F2 url('../images/icons-main.png') no-repeat -75px -8px;
}
/* 手机检证登录*/
.smInput {
  width: 180px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.rtInputSm {
  height: 38px;
  width: 120px;
  margin: 0;
  padding-left: 10px;
  border: none;
}
.imgCode .iconLt {
  background: #F2F2F2 url('../images/icons-main.png') no-repeat -300px -8px;
}
.codeWay {
  margin-left: 15px;
  width: 105px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.phoneCode .iconLt {
  background: #F2F2F2 url('../images/icons-main.png') no-repeat -159px -5px;
}
.phoneCode .getPhoneCode {
  border: none;
  line-height: 40px;
  background-color: #ff9500 ;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.phoneCode .getPhoneCode.wait {
  background-color: #cccac6;
}
.phoneCode .getPhoneCode.wait s {
  text-decoration: none;
}
.telInput {
  margin: 0;
  padding-left: 10px;
  border: none;
}
.aboutPwd {
  margin-bottom: 50px;
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
}
.remPwd i {
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url('../images/icons-main.png') no-repeat -311px -89px;
}
.remPwd i.active {
  background: url('../images/icons-main.png') no-repeat -242px -89px;
}
.forgetPwd:hover {
  color: #ff9500;
}
.loginBtn {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  /*background: #FDC46F;
  background: -o-linear-gradient(top,#fcb95b, #ff9500);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc46d,endColorstr=#FDC46F,grandientType=0);*/
  /* background: url(../images/btnBg.png) repeat-x; */
  background: #ff9f1a;
}
.loginWay {
  position: absolute;
  left: 0;
  bottom: 0;
  /*margin-top:30px;*/
  height: 60px;
  width: 380px;
  line-height: 60px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafafa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.loginWay .iconSize {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.telLogin,
.pwdLogin {
  cursor: pointer;
  font-size: 14px;
  color: #4d4d4d;
}
.telLogin .iconSize {
  background: url('../images/icons-main.png') no-repeat -94px -89px;
}
.pwdLogin .iconSize {
  background: url('../images/icons-main.png') no-repeat -26px -89px;
}
.pwdLogin:hover {
  color: #05c300;
}
.telLogin:hover {
  color: #50a6fa;
}
.telGet {
  display: none;
}
/* ----轮播图 start-----*/
.banner {
  /*height: 100%;*/
  height: 600px;
}
.bannerImg {
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.unslider-nav {
  z-index: 20;
  position: absolute;
  left: 50%;
  bottom: 15px;
}
.unslider-nav ol li {
  /*float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;*/
  display: inline-block;
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  padding: 3px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: .4;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
  opacity: 1;
}
/* --=----轮播图end--------*/
.bannerImg li {
  width: 100%;
  height: 100%;
  float: left;
}
.uf {
  background: url(../images/bgLogin-1.png) no-repeat center;
}
.equipmentStore {
  background: url(../images/storeBg-1.png) no-repeat center;
}
/* 页脚 */
/*.footer{
  margin-top:30px;
}*/
.footnav {
  display: inline-block;
}
.linkList {
  margin-bottom: 20px;
  text-align: center;
}
.linkList li {
  float: left;
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
  border-right: 1px solid #999;
  font-size: 14px;
}
.linkList li a:hover{
	color:#ff9500;
}
.linkList .noRtBr {
  border-right: none;
}
.linkList .noRtBr span {
  color: #ff9500;
}
.comInfo {
  text-align: center;
  margin-bottom: 30px;
}
/* 注册页面*/
.goRegister a:hover {
  color: #ff9500;
}
.register {
  margin-top: 90px;
  position: relative;
}
.registConn {
  margin-bottom: 57px;
  min-height: 465px;
  padding: 0 246px 90px;
  background: url(../images/regist_imgs.png) no-repeat 195px 17px;
  /*rgba(162,81,81,0.6)*/
}
.registInfo {
  position: relative;
  margin-bottom: 20px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.registInfo .common_label {
  z-index: 5;
  float: left;
  position: relative;
  right: -180px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
  color: #666;
  cursor: text;
  pointer-events: none;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
.registInfo .reset {
  right: 0px;
  text-align: right;
}
.registInfo input {
  height: 45px;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  border: 1px solid #bfbfbf;
}
.registInfo .lgInput {
  width: 350px;
  padding: 0 10px;
  z-index: 10;
}
.registInfo .sInput {
  width: 210px;
  padding: 0 10px;
}
.registInfo .imgCode {
  width: 129px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #bfbfbf;
  margin-left: 10px;
  cursor: pointer;
}
.registInfo .imgCode img {
  width: 129px;
  height: 45px;
}
.inputTip {
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  max-height: 45px;
  max-width: 160px;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #333;
  font-size: 12px;
  background-color: #e6e6e6;
}
.inputTip i {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 6px solid #e6e6e6;
}
.inputTip span {
  display: inline-block;
  line-height: 15px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
}
.registPhoneCode {
  margin-left: 10px;
  width: 131px;
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 5px;
  background-color: #ff9500;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.wait {
  background-color: #cccac6;
}
.mgBtm-10 {
  margin-bottom: 10px;
}
.xieyi {
  margin: 0 0 80px 170px;
  font-size: 12px;
  color: #333;
  position: relative;
}
.xieyi .choiceAgree {
  cursor: pointer;
}
.xieyi .choiceAgree i {
  margin-right: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../images/icons-main.png') no-repeat -311px -89px;
  vertical-align: text-bottom;
}
.xieyi .choiceAgree i.active {
  background: url(../images/icons-main.png) no-repeat -242px -89px;
}
.xieyi a {
  color: #166Dee;
}
.registBtn,
.resetBtn {
  margin-left: 170px;
}
.registBtn .Btn,
.resetBtn .Btn {
  width: 350px;
  height: 50px;
  border: none;
  text-align: center;
  border-radius: 5px;
  background: url('../images/len50bg.png') repeat-x;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.registBtn .Btn:hover,
.resetBtn .Btn:hover,
.loginBtn:hover {
  background: #ff9500;
}
/* -------满天星效果start--------*/
.regIconBg {
  position: absolute;
  width: 56px;
  height: 56px;
  opacity: .1;
  background: #fff;
}
.regIconBg.IconTwinkle1 {
  -webkit-animation: IconTwinkle 2s linear infinite alternate;
  animation: IconTwinkle 2s linear infinite alternate;
}
.regIconBg.IconTwinkle2 {
  -webkit-animation: IconTwinkle 2s linear 1s infinite alternate;
  animation: IconTwinkle 2s linear 1s infinite alternate;
}
.regIconBg.IconTwinkle3 {
  -webkit-animation: IconTwinkle 2s linear 2s infinite alternate;
  animation: IconTwinkle 2s linear 2s infinite alternate;
}
.regIconBg.IconTwinkle4 {
  -webkit-animation: IconTwinkle 2s linear 3s infinite alternate;
  animation: IconTwinkle 2s linear 3s infinite alternate;
}
.regIconBg.IconTwinkle5 {
  -webkit-animation: IconTwinkle1 2s linear 3s infinite alternate;
  animation: IconTwinkle1 2s linear 3s infinite alternate;
}
@-webkit-keyframes IconTwinkle {
  0% {
    opacity: .1;
  }
  100% {
    opacity: .8;
  }
}
@keyframes IconTwinkle {
  0% {
    opacity: .1;
  }
  100% {
    opacity: .8;
  }
}
@-webkit-keyframes IconTwinkle1 {
  0% {
    opacity: .3;
  }
  100% {
    opacity: .8;
  }
}
@keyframes IconTwinkle1 {
  0% {
    opacity: .3;
  }
  100% {
    opacity: .8;
  }
}
/* ----------满天星效果end-----------*/

/* -------------- 重置密码页面 --------------------*/
.resetBtn {
  margin-top: 70px;
}
/* --------------  弹框登录 --------------------*/
/* --------------  出错页面 --------------------*/
.err {
  margin: 168px 0 290px 0;
}
.err .img {
  margin-bottom: 60px;
  text-align: center;
}
.txtCon {
  margin: 0 auto;
  width: 738px;
  box-sizing: border-box;
  background-color: #EFEDE9;
  padding: 40px 50px;
}
.txtCon h1 {
  color: #ff9500;
  font-size: 24px;
  margin-bottom: 30px;
}
.txtCon span {
  color: #23bd2b;
  font-size: 20px;
  line-height: 30px;
}

/*----关于我们改版start---- */
.goBack {
  padding-left: 19px;
  background: url('../images/goback.png') no-repeat left center;
}
.goBack a {
  font-size: 14px;
  color: #666;
}
.goBack a:hover {
  color: #ff9500;
}
.head {
  height: 350px;
  width: 100%;
  background-color: #909499;
}
.head .wrapBox{
	height: 350px;
	background:url('../images/new/headBg.png') no-repeat;
}
.content {
  background-color: #fff;
  margin-bottom: 30px;
}
.content .basicIntro {
  margin: 100px 0 130px 0;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-indent: 29px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.mainCont {
  padding-bottom: 180px;
  border-bottom: 1px solid #e6e6e6;
}
.mainCont .title {
  margin-bottom: 100px;
}
.mainCont .title .leftLine,
.mainCont .title .rightLine {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 502px;
  border-top: 1px solid #e6e6e6;
}
.mainCont .title .leftLine {
  margin-right: 30px;
}
.mainCont .title .rightLine {
  margin-left: 30px;
}
.mainCont .title em {
  font-size: 18px;
  color: #333;
}
.maintainPlat {
  position: relative;
  margin-bottom: 200px;
  height: 407px;
}
.maintainPlat .fl {
  position: relative;
  width: 845px;
  height: 407px;
  background: url('../images/new/maintainPlat-bg.png') no-repeat;
}
.maintainPlat .fl .maintainIntro {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 617px;
  height: 263px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  text-indent: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.maintainPlat .fr {
  position: relative;
  width: 355px;
  height: 407px;
}
.maintainPlat .fr .info {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 60px;
  height: 293px;
  width: 305px;
  background: url('../images/new/marintain-right.png') no-repeat top right;
}
.maintainPlat .engSays {
  position: absolute;
  left: 312px;
  top: 57px;
  font-size: 20px;
  color: #333;
  font-weight: 200;
}
.contactWay,
.companyAdd,
.suggest {
  margin-bottom: 20px;
}
.contactWay h3,
.companyAdd h3,
.suggest h3 {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #999;
  margin-bottom: 20px;
}
.contactWay p,
.companyAdd p,
.suggest p {
  margin: 0 0 13px 5px;
  font-size: 12px;
  color: #4d4d4d;
}
.contactWay p i,
.companyAdd p i,
.suggest p i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/icons-main.png') no-repeat;
  background-position: -445px -18px;
  margin-right: 10px;
  vertical-align: middle;
}
.contactWay .fax i,
.companyAdd .fax i,
.suggest .fax i {
  background-position: -353px -18px;
}
.contactWay .mail i,
.companyAdd .mail i,
.suggest .mail i {
  background-position: -403px -20px;
}
.contactWay .comName i,
.companyAdd .comName i,
.suggest .comName i {
  background-position: -449px -85px;
}
.contactWay .address i,
.companyAdd .address i,
.suggest .address i {
  background-position: -353px -88px;
}
.contactWay .sugMail i,
.companyAdd .sugMail i,
.suggest .sugMail i {
  background-position: -403px -88px;
}
.suggest {
  margin-bottom: 0;
}
.engProject {
  position: relative;
  margin-bottom: 200px;
}
.engProject .fl {
  position: relative;
  width: 351px;
  height: 408px;
}
.engProject .fl .info {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 203px;
  width: 351px;
  background: url('../images/new/engProject-left.png') no-repeat;
}
.engProject .fl .contactWay {
  margin-top: 10px;
}
.engProject .fl .contactWay,
.engProject .fl .suggest {
  margin-left: 26px;
}
.engProject .fr {
  position: relative;
  width: 849px;
  height: 408px;
  background: url('../images/new/engProject.png') no-repeat;
}
.engProject .fr .intro {
  position: absolute;
  left: 26px;
  bottom: 26px;
  width: 615px;
  height: 263px;
  padding: 25px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  text-indent: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.engProject .engSays {
  position: absolute;
  top: 70px;
  right: 317px;
  font-size: 20px;
  color: #333;
  font-weight: 200;
}
.youfuMall {
  position: relative;
  height: 798px;
  background: url('../images/new/youfuMall-bg.png') no-repeat;
}
.youfuMall .secondhand,
.youfuMall .pointsMall {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-indent: 25px;
}
.youfuMall .secondhand {
  left: 189px;
  top: 152px;
  width: 339px;
  height: 350px;
  line-height: 30px;
  padding-right: 30px;
  color: #333;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.youfuMall .pointsMall {
  top: 420px;
  right: 200px;
  height: 349px;
  width: 339px;
  line-height: 27px;
  color: #333;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.youfuMall .info {
  position: absolute;
  left: 175px;
  bottom: 3px;
  width: 440px;
  height: 223px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.youfuMall .info .contactWay,
.youfuMall .info .suggest {
  margin-left: 24px;
}
.youfuMall .secondHandEng {
  position: absolute;
  left: 320px;
  top: 70px;
  font-size: 20px;
  color: #333;
  font-weight: 200;
}
.youfuMall .integralMall {
  position: absolute;
  right: 320px;
  top: 335px;
  font-size: 20px;
  color: #333;
  font-weight: 200;
}


/*新增各业备版块号码*/
/* .maintainPlat {
  margin-bottom: 50px;
} */
/* .servicePhone {
  margin-bottom: 200px;
}
.servicePhone .title {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.servicePhone .title i {
  font-weight: normal;
}
.servicePhone .title em {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.topList {
  background-color: #F2F2F2;
}
.topList li {
  float: left;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-style: italic;
  font-size: 14px;
  color: #ff9500;
  text-align: center;
}
.topList li .phoneIcon {
  display: inline-block;
  margin-right: 8px;
  height: 19px;
  width: 19px;
  background: url('../images/phone.png') no-repeat center;
  vertical-align: text-bottom;
}
.serverList li {
  float: left;
  width: 200px;
  height: 160px;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
}
.serverList li .inner {
  display: table-cell;
  vertical-align: middle;
}
.serverList li p {
  margin-bottom: 14px;
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 14px;
}
.serverList li p.noMgBt {
  margin-bottom: 0;
}
.serverList li.bdrt {
  border-right: 1px solid #f2f2f2;
} */
/* @auth xumx */
.rAndf{
	margin-top:10px;
}
.rAndfpadding{
	margin-right:9px;
}
.loginBtn-margintop{
	margin-top: 20px;
}
#subForm .account{
	margin-top:11px !important;
}
.errorMsg-fram{
	width: 300px;
    height: 30px;
    margin: 7px 0 4px 0;
   
}
.phoneLogin{
	
}
.selectLogin{
	width: 100%;
    height: 28px;
}

.personLogin{
	width: 50%;
	position: relative;
 	float:left;
}
.personLogin span{
	font-size:16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(102,102,102,1);
	padding-left: 16px;
	cursor: pointer;

}
.enterprise{
	width: 50%;
	text-align: right;
	position: relative;
	float:right;
}
.enterprise span{

	font-size:16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(102,102,102,1);
	padding-right: 22px;
	    cursor: pointer;

}
.activeLogin:after{
	content: "";   
	display: block;   
	width:100px;
	height:2px;
	background:rgba(255,149,0,1);
	position: absolute;
    top: 25px;
}
.enterprise:after{
	right:0;
}
.bottmLine{
	width:300px;
	height:2px;
	background:rgba(242,242,242,1);
	margin-top: -3px;
}
.phoneLogin{
	font-size:12px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,149,0,1);
	text-align: right;
	cursor: pointer;
}
.rAndf a{

	font-size:12px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(155,158,160,1);

}
.errorMsg-fram .errorMsg{
	margin:0;
	border: 1px solid rgba(255,149,0,1);
}


