.top_bg {
  background: url(../images/contact_us/bg.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.top_bg .box {
  margin: auto;
  text-align: center;
  line-height: 56px;
}

.top_bg .box .name {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 200%;
}

.top_bg .box .desc {
  color: #FFFFFF;
  font-size: 100%;
}

/*  */

.section1 {
  background: #FFFFFF;
  width: 57%;
  margin: 0 auto;
}

.box_section .box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.box_section .box div:nth-child(1) {
  color: #838383;
  font-size: 140%;
  letter-spacing: 2px;
}

.box_section .box div:nth-child(2) {
  color: #343333;
  font-size: 140%;
  margin-top: 10px;
  font-weight: bold;
}

.box_section .box .border {
  background: #E5E5E5;
  width: 70%;
  height: 1px;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}

.box_section .box .border::after {
  position: absolute;
  content: '';
  background: #B70081;
  width: 20%;
  height: 4px;
  margin: auto;
  bottom: -2px;
  left: 0;
  right: 0;
}

.section1 .form {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 13px 0px rgba(201, 201, 201, 0.75);
  border-radius: 10px;
  padding: 50px 60px;
  margin-bottom: 100px;
}
.section1 .form  .form-head{
  width:100%;
  height:35px;
  margin-bottom:30px;
}
.section1 .form  .form-head .form-headFont{
  font-size: 30px;
  color:#2b2425;
}
.section1 .form  .form-head .form-headFont span{ 
  font-size:17px;
  color:#a7a7a7;
  margin-left:20px;
}
.section1 .form .form-row{
  width:100%;
  height:45px;
  margin-bottom:8px;
  display: flex;
}
.section1 .form .form-row .form-name{
  width:87px;
  height:100%;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}
.section1 .form .form-row .form-name span{
  color:#f00;
}
.section1 .form .form-row .input{
  width:564px;
  padding-left:20px;
  border:1px solid #d2d2d2;
  border-radius: 3px;
  outline: none;
  background:#f0f0f0;
}
.section1 .submit{
  margin-top:16px;
  margin-left: 87px;
  width:351px;
  height:57px;
  border-radius: 3px;
  outline: none;
  border:none;
  background-color: #b70081;
  color:#fff;
}








.section1 .form .left {
  width: 55%;
  position: relative;
}

.section1 .form .left .left_1 {}

.section1 .form .left .left_1 .h4_1 {
  color: #B70081;
  font-weight: bold;
}

.section1 .form .left .left_2 .h4_2 {
  position: absolute;
  color: #000000;
  padding: 7px 0;
  font-weight: normal;
  font-size: 18px;
  top: -10px;
  left: 0;
  height: 40px;
}

.section1 .form .left .left_1 p {
  color: #999999;
  font-size: 95%;
  line-height: 2.5;
}

.section1 .form .left .left_1 hr {
  color: #E5E5E5;
}

.section1 .form .left .left_2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
    bottom: 0;
    align-items: flex-end;
}

.section1 .form .left .left_2 .left_2_1 {
  padding-bottom: 10px;
}

.section1 .form .left .left_2 .left_2_1 .info {
  color: #333333;
  font-size: 95%;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin: 5px 0;
}

.section1 .form .left .left_2 .left_2_1 .info div:nth-child(1) {
  height: 16px;
  line-height: 16px;
}
.section1 .form .left .left_2 .left_2_1 .info div:nth-child(2) {
  height: 16px;
  line-height: 16px;
}

.section1 .form .left .left_2 .left_2_1 p {
  color: #333333;
  font-size: 95%;
  margin: 0 0 3px;
}

.section1 .form .left .left_2 .left_2_2 {
  width: 25%;
  text-align: center;
}

.section1 .form .left .left_2 .left_2_2 .img {
  width: 100%;
  border: 1px solid #cdcdcd;
}

.section1 .form .left .left_2 .left_2_2 div:nth-child(2) {
  color: #0A0204;
  font-size: 95%;
  margin-top: 7px;
}

.section1 .form .left .left_2 .left_2_2 .img img {
  width: 100%;
}

.section1 .form .right {
  width: 40%;
}
.section1 .form h4{
  font-weight: bold;
  padding: 5px 0;
}
.section1 .form .form-group {
  margin-bottom: 10px;
}

.section1 .form .form-group ::placeholder {
  color: #999999;
}

.section1 .form .form-group textarea,
.section1 .form .form-group input {
  background: #F0F0F0;
}

.section1 .form .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section1 .form .flex button,
.section1 .form .flex input {
  width: 48%;
}

.section1 .form .submitform {
  width: 100%;
  background: #B70081;
  color: #ffffff;
  border: none;
  outline: none;
}

.section1 .form .getcode {
  background: #9B9B9B;
  color: #ffffff;
  border: none;
  outline: none;
}

/*  */

.section2 {
  background: #2D2D2D;
}

.section2 .box div:nth-child(1) {
  color: #838383;
}

.section2 .box div:nth-child(2) {
  color: #FFFFFF;
}

.section2 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  margin-top: 10px;
}

.section2 .content .item {
  width: 33.3%;
  position: relative;
  margin: 0 10px;
  margin-bottom: 25px;
}

.section2 .content .item img {
  width: 100%;
}
.section2 .content .item .info{
  position: absolute;
  height: 30px;
  line-height: 30px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #ffffff;
  font-size: 30px;
}
.section2 .content .item .infoon {
  position: absolute;
  width: 70%;
  height: 68%;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: -56%;
  color: #ffffff;
  display: none;
}

.section2 .content .item .infoon h5 {
  font-size: 200%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

.section2 .content .item .infoon p {
  font-size: 95%;
  margin: 0 0 5px;
  height: 15px;
  text-decoration: none;
}