* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  color: #0a6fdd !important;
}
input {
  font-family: '宋体';
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bcbbbb;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bcbbbb;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bcbbbb;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbbbb;
}
.width {
  width: 1400px;
  margin: 0 auto;
}
.min-width {
  min-width: 1400px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.xd-top {
  width: 100%;
  min-width: 1400px;
  height: 210px;
  background: url('../images/top-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
  padding-top: 30px;
}
.xd-top .logo {
  height: 85px;
  width: 1400px;
  margin: 0 auto;
}
.xd-top .logo img {
  height: 100%;
  width: auto;
}
.xd-top .top-nav {
  font-size: 18px;
  color: #ffffff;
  width: 1400px;
  margin: 0 auto;
  height: 80px;
  margin-top: 15px;
}
.xd-top .top-nav a {
  color: #ffffff;
}
.xd-top .top-nav .left a {
  margin-right: 50px;
}
.xd-top .top-nav .left a:hover {
  color: #fdf400 !important;
}
.xd-top .top-nav .left .active {
  color: #fdf400;
}
.xd-top .top-nav .right {
  overflow: visible;
}
.xd-top .top-nav .right .search-box {
  width: 20px;
  height: auto;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.xd-top .top-nav .right .search-box .searchBtn {
  font-size: 0;
  width: 100%;
  height: auto;
}
.xd-top .top-nav .right .search-box .search-if {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
}
.xd-top .top-nav .right .search-box .search-if input {
  width: 320px;
  height: 40px;
  background: none;
  float: left;
  border: none;
  padding-left: 10px;
  font-size: 16px;
}
.xd-top .top-nav .right .search-box .search-if span {
  float: left;
  width: 50px;
  height: 40px;
}
.xd-top .top-nav .right .register {
  padding: 0 10px;
  border-right: 1px solid #ffffff;
  height: 23px;
  line-height: 23px;
}
.xd-top .top-nav .right .login {
  padding-left: 10px;
}
.xd-bottom {
  width: 100%;
  height: 150px;
  font-size: 14px;
  color: #ffffff;
  background: #2f343d;
  min-width: 1400px;
  margin-top: 90px;
}
.xd-bottom .bottom-box {
  height: 100%;
  width: 1400px;
  margin: 0 auto;
}
.xd-bottom .bottom-box .left p {
  line-height: 26px;
}
.xd-bottom .bottom-box .left .connect .tel,
.xd-bottom .bottom-box .left .connect .fax {
  margin-right: 80px;
}
.xd-bottom .bottom-box .left .company {
  margin-top: 8px;
}
.xd-bottom .bottom-box .right {
  display: none;
  width: 100px;
  height: auto;
  margin-right: 108px;
}
.xd-bottom .bottom-box .right img {
  width: 100px;
  height: 100px;
}
.xd-bottom .bottom-box .right p {
  margin-top: 3px;
  text-align: center;
  letter-spacing: 5px;
}
.index .banner {
  width: 100%;
  height: auto;
  min-width: 1400px;
}
.index .banner img {
  display: block;
  width: 100%;
  height: auto;
}
.index .content {
  width: 1400px;
  margin: 0 auto;
  margin-top: 70px;
}
.index .content .title {
  width: 100%;
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  background: #e5e5e5;
  font-size: 36px;
  color: #000000;
}
.index .content .infor {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}
.index .content .infor .con {
  width: 690px;
  height: auto;
  float: left;
}
.index .content .infor .con .tit {
  width: 100%;
  height: 50px;
  background: #e5e5e5;
  padding-right: 10px;
}
.index .content .infor .con .tit span {
  height: 100%;
  line-height: 50px;
}
.index .content .infor .con .tit .txt {
  position: relative;
  color: #0a6fdd;
  width: 230px;
  padding-left: 10px;
  font-size: 30px;
}
.index .content .infor .con .tit .txt:after {
  content: "";
  width: 100%;
  position: absolute;
  border-top: 2px solid #0a6fdd;
  top: 0;
  left: 0;
}
.index .content .infor .con .tit .txt:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #0a6fdd;
  position: absolute;
  top: 0;
  left: 114px;
}
.index .content .infor .con .tit .more {
  color: #363636;
  font-size: 18px;
}
.index .content .infor .con .list {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  height: 276px;
}
.index .content .infor .con .list a {
  width: 100%;
  color: #000000;
  height: 32px;
  line-height: 32px;
}
.index .content .infor .con .list a .name {
  width: 556px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .content .infor .con:nth-child(2n) {
  margin-left: 20px;
}
.index .content-company {
  width: 1400px;
  margin: 0 auto;
  margin-top: 140px;
  overflow: hidden;
}
.index .content-company .left {
  width: 700px;
  float: left;
}
.index .content-company .left .img-big {
  width: 100%;
  height: 400px;
}
.index .content-company .left .img-big img {
  width: 100%;
  height: 100%;
}
.index .content-company .left .title {
  font-size: 22px;
  color: #040404;
  text-align: center;
  height: 88px;
  line-height: 88px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index .content-company .left .nav-img {
  width: 100%;
  height: 92px;
}
.index .content-company .left .nav-img .img {
  float: left;
  width: 168px;
  height: 100%;
  margin-right: 9.3px;
  cursor: pointer;
}
.index .content-company .left .nav-img .img img {
  width: 100%;
  height: 100%;
}
.index .content-company .left .nav-img .img:nth-last-child(1) {
  margin-right: 0;
}
.index .content-company .right {
  float: left;
  width: 660px;
  margin-left: 40px;
}
.index .content-company .right .title {
  width: 100%;
  height: 54px;
  position: relative;
}
.index .content-company .right .title .yw,
.index .content-company .right .title .jj,
.index .content-company .right .title .more {
  display: inline-block;
  height: 100%;
  line-height: 40px;
}
.index .content-company .right .title .yw {
  font-size: 30px;
  color: #0a6fdd;
  position: relative;
  cursor: pointer;
}
.index .content-company .right .title .yw:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #0a6fdd;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.index .content-company .right .title .jj {
  font-size: 30px;
  color: #051d32;
  margin-left: 80px;
}
.index .content-company .right .title .more {
  float: right;
  font-size: 20px;
  color: #010000;
}
.index .content-company .right .title:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #585858;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.index .content-company .right .list {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  font-size: 20px;
}
.index .content-company .right .list .item {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #040404;
  position: relative;
}
.index .content-company .right .list .item:after {
  content: "·";
  font-size: 20px;
  color: #040404;
  position: absolute;
  top: 0;
  left: -6px;
}
.notice {
  width: 100%;
  min-width: 1400px;
}
.notice .empty {
  width: 274px;
  margin: 200px auto;
  display: none;
}
.notice .empty img {
  width: 100%;
  height: auto;
}
.notice .banner-top {
  width: 100%;
  min-width: 1400px;
  height: auto;
  position: relative;
}
.notice .banner-top .xd-top {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  min-width: 1400px;
  z-index: 1;
}
.notice .banner-top .bg {
  width: 100%;
}
.notice .banner-top .bg img {
  display: block;
  width: 100%;
  height: auto;
}
.notice .show {
  width: 1400px;
  margin: 40px auto 0;
}
.notice .show .left img {
  width: 33px;
  height: auto;
}
.notice .show .left .txt {
  font-size: 26px;
  margin: 0 10px;
}
.notice .show .left .url {
  font-size: 20px;
  color: #282727;
  margin-top: 5px;
}
.notice .show .search {
  width: 300px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px rgba(191, 191, 191, 0.5);
}
.notice .show .search input {
  margin-left: 10px;
  border: none;
  background: none;
  font-size: 16px;
}
.notice .show .search .search-btn {
  width: 46px;
  height: 100%;
  background: url('../images/search-black.png') center center no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
  cursor: pointer;
}
.notice .article {
  position: relative;
  width: 1400px;
  margin: 30px auto;
}
.notice .article .left {
  display: none;
  width: 260px;
  height: auto;
  float: left;
  position: absolute;
  top: 0;
  left: -300px;
}
.notice .article .left .title {
  width: 100%;
  height: 60px;
  font-size: 24px;
  color: #ffffff;
  padding: 0 15px;
  line-height: 60px;
  background: url('../images/left-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.notice .article .left .title .more {
  font-size: 16px;
}
.notice .article .left .title .more i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px;
}
.notice .article .left .art {
  margin-bottom: 40px;
}
.notice .article .left .art .art-nav {
  width: 100%;
  height: 240px;
  border: 1px solid #c7c7c7;
  padding: 0 8px;
}
.notice .article .left .art .art-nav .item {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #c7c7c7;
  cursor: pointer;
}
.notice .article .left .art .art-nav .item:nth-last-child(1) {
  border: none;
}
.notice .article .content {
  width: 1400px;
  min-height: 600px;
  padding: 20px 30px;
  border: 1px solid #bfbfbf;
}
.notice-list .article .content {
  border: none;
  padding: 0;
}
.notice-list .article .content .notice-nav {
  width: 100%;
  height: 61px;
  border-bottom: 1px solid #bfbfbf;
  overflow: hidden;
}
.notice-list .article .content .notice-nav .title {
  float: left;
  padding: 0 15px;
  height: 100%;
  color: #ffffff;
  background: url('../images/left-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.notice-list .article .content .notice-nav .title .ch {
  font-size: 24px;
}
.notice-list .article .content .notice-nav .title .en {
  font-size: 18px;
}
.notice-list .article .content .notice-nav .item {
  display: inline-block;
  float: left;
  font-size: 22px;
  color: #010000;
  padding: 0 15px;
  height: 100%;
  line-height: 60px;
  cursor: pointer;
  position: relative;
}
.notice-list .article .content .notice-nav .item:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #000000;
  position: absolute;
  top: 33.33%;
  right: 0;
}
.notice-list .article .content .notice-nav .item:nth-last-child(1):after {
  display: none;
}
.notice-list .article .content .notice-nav .none:after {
  display: none;
}
.notice-list .article .content .notice-nav .active {
  color: #ffffff;
  background: url('../images/notice-nav-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.notice-list .article .content .notice-nav .active.item:after {
  display: none;
}
.notice-list .article .content .artice-box .artice-item {
  display: none;
}
.notice-list .article .content .artice-box .artice-item .time-nav {
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #000000;
  padding: 30px 0 26px;
}
.notice-list .article .content .artice-box .artice-item .time-nav .title,
.notice-list .article .content .artice-box .artice-item .time-nav .item {
  padding: 2px 15px;
}
.notice-list .article .content .artice-box .artice-item .time-nav .item {
  cursor: pointer;
}
.notice-list .article .content .artice-box .artice-item .time-nav .active {
  color: #ffffff;
  background: #00a0e9;
  position: relative;
}
.notice-list .article .content .artice-box .artice-item .time-nav .active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  -webkit-transform: translateX(-8px) rotate(45deg);
  -moz-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
  border-left: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
}
.notice-list .article .content .artice-box .artice-item .list-box {
  padding: 20px 30px;
  border: 1px solid #c7c7c7;
  min-height: 600px;
}
.notice-list .article .content .artice-box .artice-item .list-box .list {
  color: #565555;
  min-height: 600px;
  font-size: 18px;
}
.notice-list .article .content .artice-box .artice-item .list-box .list .item {
  width: 100%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.notice-list .article .content .artice-box .artice-item .list-box .list .item .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 200px;
}
.notice-list .article .content .artice-box .artice-item .list-box .list .item:before {
  content: '·';
  color: red;
  position: absolute;
  top: 0;
  left: -5px;
}
.notice-list .article .content .artice-box .artice-item .list-box .page {
  margin-top: 80px;
  text-align: center;
}
.notice-list .article .content .artice-box .artice-item .list-box .page span {
  font-size: 20px;
  color: #575757;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
  margin-left: 5px;
}
.notice-list .article .content .artice-box .artice-item .list-box .page .active {
  color: #ffffff;
  background: #1538a3;
}
.notice-list .article .content .artice-box .artice-item .list-box .page .home {
  margin-left: 20px;
}
.notice-list .article .content .artice-box .artice-item .list-box .page .until,
.notice-list .article .content .artice-box .artice-item .list-box .page .count,
.notice-list .article .content .artice-box .artice-item .list-box .page .to {
  border: none;
}
.notice-list .article .content .artice-box .artice-item .list-box .page .until {
  margin-left: 0;
  margin-right: -5px;
}
.notice-list .article .content .artice-box .artice-item .list-box .page input::-webkit-outer-spin-button,
.notice-list .article .content .artice-box .artice-item .list-box .page input::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
}
.notice-list .article .content .artice-box .artice-item .list-box .page input[type="number"] {
  -moz-appearance: textfield;
}
.notice-list .article .content .artice-box .artice-item .list-box .page .to input {
  border: 1px solid #c7c7c7;
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 5px;
  margin: 0 8px;
  text-align: center;
}
.about-us .article .content .artice-box .artice-item {
  border: 1px solid #c7c7c7;
  margin-top: 30px;
  padding: 20px;
}
.about-us .article .content .artice-box .lxwm .company {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-us .article .content .artice-box .lxwm .company .company-item {
  float: left;
  width: 49%;
  height: auto;
  margin: 30px 0 40px;
  font-size: 20px;
  color: #808b8d;
}
.about-us .article .content .artice-box .lxwm .company .company-item img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}
.about-us .article .content .artice-box .lxwm .company .company-item p {
  margin-bottom: 20px;
}
.about-us .article .content .artice-box .lxwm .company .company-item .name {
  font-size: 29px;
  color: #0c2585;
}
.about-us .article .content .artice-box .lxwm .company .company-item .address img {
  width: 20px;
  margin-right: 17px;
  margin-left: 6px;
}
.about-us .article .content .artice-box .lxwm .company .company-item:nth-child(2n) {
  margin-left: 2%;
}
.about-us .article .content .artice-box .lxwm .company-zb {
  font-size: 20px;
  color: #808b8d;
}
.about-us .article .content .artice-box .lxwm .company-zb .infor {
  margin: 20px 0;
  padding-right: 50px;
}
.about-us .article .content .artice-box .lxwm .company-zb .name {
  font-size: 29px;
  color: #0c2585;
}
.about-us .article .content .artice-box .lxwm .company-zb img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}
.about-us .article .content .artice-box .lxwm .company-zb .address img {
  width: 20px;
  margin-right: 17px;
  margin-left: 6px;
}
.about-us .article .content .artice-box .lxwm .mapBox {
  width: 100%;
  height: 306px;
}
.join-us .show {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
}
.join-us .show .txt {
  font-size: 24px;
  color: #000000;
}
.join-us .show .url {
  font-size: 18px;
  color: #282727;
}
.join-us .content {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #999999;
  min-height: 1290px;
  padding: 0 80px 80px;
}
.join-us .content .title {
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 26px;
  color: #000000;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.loginContent {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1400px;
  min-height: 600px;
  background: url('../images/login-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.loginContent .login-box {
  width: 100%;
  height: 475px;
  background: url('../images/login-bg1.png') left 110px no-repeat;
  -webkit-background-size: 100% 300px;
  background-size: 100% 300px;
}
.loginContent .login-box .login {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
}
.loginContent .login-box .login .left {
  width: 630px;
}
.loginContent .login-box .login .left .logo {
  height: 91px;
  width: auto;
}
.loginContent .login-box .login .left .img {
  max-width: 100%;
  max-height: 100%;
}
.loginContent .login-box .login .right {
  width: 570px;
  height: 100%;
  background: url('../images/login-bg2.png') top left no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 0 47px;
}
.loginContent .login-box .login .right .form {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.4);
  padding: 10px 35px;
}
.loginContent .login-box .login .right .form .title {
  font-size: 22px;
  margin: 20px 0 40px;
}
.loginContent .login-box .login .right .form .title .active {
  color: #0d2888;
}
.loginContent .login-box .login .right .form .title .xd {
  padding-left: 15px;
  margin-right: 60px;
  cursor: pointer;
}
.loginContent .login-box .login .right .form .title .ca {
  text-align: right;
  padding-right: 30px;
  border-left: 1px solid #626262;
  cursor: pointer;
}
.loginContent .login-box .login .right .form .item,
.loginContent .login-box .login .right .form .loginBtn {
  height: 58px;
  border: solid 1px #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  padding: 0 10px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
.loginContent .login-box .login .right .form .loginBtn {
  line-height: 58px;
  font-size: 21px;
  color: #666666;
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}
.loginContent .login-box .login .right .form .item {
  font-size: 21px;
}
.loginContent .login-box .login .right .form .item .txt {
  color: #999999;
  margin-right: 10px;
}
.loginContent .login-box .login .right .form .item input {
  height: 100%;
  border: none;
  font-size: 16px;
}
.loginContent .login-box .login .right .form .handle {
  margin-top: 15px;
  font-size: 20px;
}
.loginContent .login-box .login .right .form .handle a {
  color: #666666;
}
.loginContent .login-box .login .right .form .handle .register {
  position: relative;
  overflow: visible;
}
.loginContent .login-box .login .right .form .handle .register:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid #000000;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.loginContent .copy {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.forgetContent .login-box .login .right .forget-form .title {
  margin-bottom: 0;
  text-align: center;
  color: #406eff;
}
.forgetContent .login-box .login .right .forget-form .tit {
  text-align: center;
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
}
.forgetContent .login-box .login .right .forget-form .item {
  height: 50px;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
}
.forgetContent .login-box .login .right .forget-form .txt {
  width: 45px;
  height: 100%;
  position: relative;
}
.forgetContent .login-box .login .right .forget-form .txt:after {
  content: '';
  height: 24px;
  border-right: 1px solid #999999;
  position: absolute;
  right: 0;
  top: 13px;
}
.forgetContent .login-box .login .right .forget-form input {
  border: none;
  height: 100%;
}
.forgetContent .login-box .login .right .forget-form .member .txt {
  background: url('../images/forget-member.png') center center no-repeat;
  -webkit-background-size: 22px 24px;
  background-size: 22px 24px;
}
.forgetContent .login-box .login .right .forget-form .tel .txt {
  background: url('../images/forget-tel.png') center center no-repeat;
  -webkit-background-size: 17px 25px;
  background-size: 17px 25px;
}
.forgetContent .login-box .login .right .forget-form .code {
  margin-top: 25px;
  height: 50px;
}
.forgetContent .login-box .login .right .forget-form .code .code-l {
  width: 230px;
  height: 100%;
  border: 1px solid #999999;
}
.forgetContent .login-box .login .right .forget-form .code .code-l .txt {
  background: url('../images/forget-code.png') center center no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.forgetContent .login-box .login .right .forget-form .code .code-l input {
  padding: 0 10px;
}
.forgetContent .login-box .login .right .forget-form .code .get {
  width: 160px;
  height: 100%;
  border: solid 1px #406eff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #406eff;
  cursor: pointer;
}
.forgetContent .login-box .login .right .forget-form .confirm {
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  background: #406eff;
  margin-top: 60px;
  cursor: pointer;
  font-size: 28px;
}
.forgetContent .login-box .login .right .forget-form .hint {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}
.forgetContent .login-box .login .right .forget-form .hint span {
  color: #406eff;
}
.register .register-top {
  width: 100%;
  height: 112px;
  min-width: 1400px;
  background: url('../images/top-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.register .register-top .top-box {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.register .register-top .top-box .logo {
  height: 76px;
  width: auto;
}
.register .register-top .top-box .top-nav {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 10px;
}
.register .register-top .top-box .top-nav .item {
  color: #ffffff;
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #ffffff;
}
.register .register-top .top-box .top-nav .item:nth-child(1) {
  padding-left: 0;
}
.register .register-top .top-box .top-nav .item:nth-last-child(1) {
  border-right: none;
}
.register .register-top .top-box .top-nav .active {
  color: #fdf400;
  position: relative;
}
.register .register-top .top-box .top-nav .active:after {
  content: '';
  width: 70%;
  height: 1px;
  background: #fdf400;
  position: absolute;
  left: 15%;
  bottom: -10px;
}
.register .register-form {
  font-size: 22px;
  width: 1400px;
  background: #ffffff;
  margin: 30px auto;
  padding: 50px 190px;
}
.register .register-form .title {
  width: 184px;
  height: 59px;
  background: #406eff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  line-height: 59px;
  margin: 0 auto 50px;
}
.register .register-form .item {
  height: 50px;
  line-height: 50px;
  margin-top: 28px;
}
.register .register-form .item .left {
  width: 200px;
  text-align: right;
}
.register .register-form .item .left .strong {
  color: #da251d;
  margin-right: 3px;
}
.register .register-form .item .right {
  margin-left: 40px;
  width: 580px;
  height: 50px;
}
.register .register-form .item .right input {
  height: 48px;
  border: 1px solid #c7c7c7;
  padding: 0 10px;
  width: 100%;
}
.register .register-form .item .right .radio {
  margin-right: 30px;
  padding-left: 30px;
  background: url('../images/radio.png') left center no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  cursor: pointer;
}
.register .register-form .item .right .radio:nth-last-child(1) {
  margin-right: 0;
}
.register .register-form .item .right .select {
  background: url('../images/radioed.png') left center no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
}
.register .register-form .rule {
  padding-left: 240px;
  margin-top: 28px;
}
.register .register-form .rule .check {
  margin-right: 20px;
  padding-left: 30px;
  background: url('../images/check.png') left center no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  cursor: pointer;
}
.register .register-form .rule .checked {
  background: url('../images/checked.png') left center no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
}
.register .register-form .rule a {
  color: #da251d;
}
.register .register-form .code .right input {
  width: 336px;
}
.register .register-form .code .right .get {
  display: inline-block;
  margin-left: 8px;
  width: 225px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c7c7c7;
  cursor: pointer;
}
.register .register-form .registerBtn {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 55px auto 10px;
  background: #406eff;
  color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
}
.register .register-form .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.register .content {
  background: #ffffff;
  width: 1400px;
  margin: 30px auto;
  padding: 30px;
}
.register .content .title {
  font-size: 36px;
  color: #010000;
  text-align: center;
}
.register .content .text {
  font-size: 20px;
  margin-top: 15px;
  color: #565555;
  line-height: 35px;
}
.register .copy {
  width: 100%;
  min-width: 1400px;
  text-align: center;
  line-height: 56px;
  height: 56px;
  background: #ffffff;
  font-size: 22px;
  color: #7e7e7e;
}
