.layout {
  width: 1200px;
  margin: 0 auto;
}

body a:hover {
  color: #1A48C3 !important;
}

.nav {
  width: 100%;
  background: rgb(9, 32, 161);
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.5);
  min-width: 1200px;
}

.nav ul {
  width: 1200px;
  height: 84px;
  display: table;
}

.nav ul li {
  display: table-cell;
  text-align: center;
  position: relative;
}

.nav ul li a {
  display: block;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 85px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
}

.nav ul li:first-child:hover a::before {
  left: 7px;
}

.nav ul li:last-child:hover a::before {
  left: 32px;
}

.nav ul li a:hover {
  color: white !important;
}

.nav ul li:hover a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(143deg, #FFFFFF 0%, rgba(255, 255, 255, 0.17) 100%);
  ;
  opacity: 0.38;
  position: absolute;
  top: 19px;
  left: 22px;
  border-radius: 50%;
}

.content {
  margin-top: 20px;
  margin-bottom: 30px;
}

.container-white {
  overflow: hidden;
}

.itme-words {
  background-color: #ffffff;
  padding: 30px 35px 56px 35px;
}

.headbar .headbar-left {
  padding-left: 20px;
  float: left;
}

.headbar .headbar-left span {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 75px;
  display: block;
  margin-right: 10px;
}

.headbar {
  height: 75px;
}

.headbar .headbar-right {
  margin-top: 28px;
  padding-right: 20px;
  float: right;
}

.headbar .headbar-right .scarch-btn {
  float: left;
  margin-right: 40px;
}

.headbar .headbar-right .scarch-btn input {
  float: left;
  width: 150px;
  height: 28px;
  background: #EBF4FF;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #0055B6;
  display: inline-block;
  padding: 0 10px 0 17px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  border-right: none;
}

.headbar .headbar-right .scarch-btn .scarch-return {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  background: #1A48C3;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #0055B6;
  padding: 0 15px;
  border-left: none;
}

.headbar .headbar-right .scarch-btn .scarch-return:hover {
  color: #ffffff !important;
}

.headbar .headbar-right .siginUp {
  float: left;
  margin-top: 2px;
}

.headbar .headbar-right .siginUp a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #858584;
  line-height: 26px;
  border-radius: 11px;
  padding: 0 16px;
  position: relative;
}

.headbar .headbar-right .siginUp a:after,
.headbar .headbar-right .siginUp a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #EBF4FF;
  z-index: -2;
  border-radius: 11px;
}

.headbar .headbar-right .siginUp a:hover {
  z-index: 1;
  background: transparent;
}

.headbar .headbar-right .siginUp a:before {
  transition: 1s ease all;
  background: #EBF4FF;
  z-index: -1;
}

.headbar .headbar-right .siginUp a:after {
  transition: 1s ease all;
  background: #EBF4FF;
  z-index: -2;
}

.headbar .headbar-right .siginUp a:hover:after,
.headbar .headbar-right .siginUp a:hover:before {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #868686;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #868686;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #868686;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #868686;
}

.headlogo {
  width: 100%;
  /* height: 489px;
  background: url(../images/gxPagebackimg-1.jpg) no-repeat;
  background-position: top center;
  min-width: 1200px;
  position: relative; */
  /* background-size: 100% 196px; */
}

.headlogo img{
  width: 100%;
  vertical-align: bottom;
}