.gw {
  width: 1200px;
  margin: 40px auto;
  clear: both;
}
.gw .fr {
  float: right;
}
.banner_sub {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 3px;
}
.banner_sub > a {
  display: block;
}
.banner_sub > a > img,
.banner_sub > img {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner_sub .gw {
  position: relative;
  z-index: 1;
}
#banner_domain form {
  position: absolute;
  left: 230px;
  top: 60px;
}
#banner_domain form {
  line-height: 48px;
}
#banner_domain select::-ms-expand {
  display: none;
}
#banner_domain .text {
  clear: both;
}
#banner_domain .text a {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  margin: 0 5px;
}
#banner_login {
  height: 565px;
  padding-top: 120px;
}
#banner_login form {
  height: 340px;
  margin: 20px;
  float: right;
  border: 1px #E5E5E5 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 25px;
}
#banner_login form p {
  font-size: 14px;
  color: #666;
}
#banner_login form dt {
  padding: 0 110px;
}
#banner_login form dt a {
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #666;
}
#banner_login form dt a.cur {
  color: #ff4563;
}
#banner_login form dt a:hover {
  color: #FF4563;
}
#banner_login form dd {
  padding: 7px;
}
#banner_login form input[type="text"] {
  width: 290px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  border: 1px #E6E6E6 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #999;
}
#banner_login form input[type="password"] {
  width: 290px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  border: 1px #E6E6E6 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #999;
}
#banner_login form #username {
  background: url(../img/icon_username.png) 0.5em center no-repeat;
  text-indent: 3em;
}
#banner_login form #userpass {
  background: url(../img/icon_userpass.png) 0.5em center no-repeat;
  text-indent: 3em;
}
#banner_login form input[type="submit"] {
  width: 245px;
  line-height: 40px;
  height: 40px;
  background: #F96969;
  color: #fff;
  border: none;
  padding: 0;
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 70px;
  margin-top: 12px;
}
#banner_login form input[type="checkbox"] {
  margin: 0 5px;
}
#banner_login form .links {
  line-height: 40px;
}
#banner_login form .links a {
  color: #FF4563;
}
#banner_login form .links strong {
  font-weight: normal;
  text-align: center;
  clear: both;
  display: block;
  line-height: 40px;
  margin-top: 10px;
  border-top: 1px #E5E5E5 solid;
}
#banner_login form .links strong a {
  display: inline-block;
}
#banner_login form #verifycode {
  width: 140px;
  margin-right: 10px;
}
