html,
body {
  width: 100%;
  font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  /*font-family: SourceHanSansSC-Regular;*/
  background-color: #ffffff;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.titlep {
  text-align: center;
  margin-bottom: 20px;
}
.titlep p {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
}

.title .sub-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.title .sub-title .text {
  font-size: 14px;
  color: #b9b9b9;
  display: inline-block;
  margin: 0 10px;
}
.title .sub-title .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #b9b9b9;
}
.title .sub-title-wrap a {
  text-align: right;
  display: block;
  margin-top: -30px;
  font-size: 14px;
  color: #666666;
}

.transtion-image {
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transform: scale(1.12);
  opacity: 0.8;
}
.transtion-image:hover {
  transform: scale(1);
  opacity: 1;
}

.join {

  position: relative;
  margin: 80px 0 80px;
}
.join .join-bg {
  height: 500px;
  z-index: 1;
  background-image: url('../image/join_bg.png');
  background-size: cover;
}
.join .submit-box {
  width: 684px;
  margin: 0px auto;
  padding-top: 40px;
}
.join .submit-box .submit-item {
  /*height: 60px;*/
  border-radius: 2px;
  margin-bottom: 20px;
}
.join .submit-box .submit-item select,
.join .submit-box .submit-item input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 15px;
	font-size: 16px;
	color: #979797;
  background-color: #ffffff;
}

.join .submit-box .submit-item .tex {
  width: 100%;

  height: 100px;
  border: none;
  padding:  15px;
  font-size: 16px;
  color: #979797;
  background-color: #ffffff;
}


.join .submit-box .submit-item select {
  border: 1px solid #ffffff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.join .submit-box .submit-item-select2 select {
  display: inline-block;
  float: left;
  width: 49%;
}
.join .submit-box .submit-button {
  width: 240px;
	height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
	background-color: #00479D;
  border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
  border:none;
  display: block;
  cursor: pointer;
}