.common-title h2 {
  font-weight: bold;
  font-size: 42px;
}

.contact1 {
  padding: 110px 0 196px
}

.contact1 .left {
  width: 50%
}

.contact1 .desc {
  margin: 30px 0 50px;
  max-width: 440px;
}

.contact1 .desc p {
  font-size: 20px;
  line-height: 1.5;
  color: #666666;

}

.contact1 .conpany-info {}

.contact1 .conpany-info h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.contact1 .conpany-info p {
  color: #666666;
  line-height: 1.7;
  font-size: 20px;
}

.contact1 .right {
  width: 47%
}

.contact1 .w-50 {
  margin-bottom: 27px;
}

.contact1 .w-100 {
  margin-bottom: 34px;
}

.contact1 .w-50 .every {
  width: 48.3%;
}

.contact1 .right p {
  margin-bottom: 16px;
  color: #313246;
  font-size: 20px;
}

.contact1 input,
.contact1 textarea {
  width: 100%;
  outline: none;
  height: 39px;
  border: 1px solid #E1E1E1;
  background: transparent;
  padding: 0 0 0 10px;
}

.contact1 textarea {
  resize: none;
  height: 83px;
  font-size: 14px;
  padding: 10px;
}

.contact-more {
  display: inline-block;
  padding: 10px 26px;
  background: #313246;
  border-radius: 1px;
  font-size: 18px;
  color: #FFFFFF;
}

.contact-more span {
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.4s ease;
  display: inline-block;
}

.contact-more:hover {
  color: #fff;
}

.contact-more:hover span {
  transform: translate(5px, 0);
}

.contact2 .common-title-bottom {
  max-width: 959px;
  margin: 0 auto;
  margin-top: 36px;
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  text-align: center;
}

.contact2 main {
  margin-top: 50px;
}

.contact2 .every,
.contact2 .every-title {
  padding: 26px 0;
  border-bottom: #E8E8E8 1px solid;
}


.contact2 .every .ev-head,
.contact2 .every-title {
  color: #666666;
  font-size: 20px;
  cursor: pointer;
}

.contact2 .every-title {
  color: #313246;
}

.contact2 .every .ev-head h4:nth-of-type(1),
.contact2 .every-title h4:nth-of-type(1) {
  width: 70%;
  line-height: 36px;
  transition: all ease 0.2s;
}


.contact2 .every .ev-head h4:nth-of-type(2),
.contact2 .every-title h4:nth-of-type(2) {
  width: 30%;
  line-height: 36px;
  position: relative;
  transition: all ease 0.2s;
}

.contact2 .every:hover .ev-head h4 {
  color: #1989FA;
}

.contact2 .every .down {
  padding: 27px 0 0;
  font-size: 16px;
  color: #949494;
  display: none;
}

.contact2 .every .down p {
  line-height: 1.7;
}

.contact2 .every .down .contact-more {
  margin-top: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.contact2 .every .ev-head h4 b {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  background: #B5B5B5;
  transition: all ease 0.4s;
}

.contact2 .every .ev-head h4 b::before,
.contact2 .every .ev-head h4 b::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all linear 0.4s;
}

.contact2 .every .ev-head h4 b::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.contact2 .every:hover .ev-head h4 b,
.contact2 .every.current .ev-head h4 b {
  background: #313246;
}

.contact2 .every.current .ev-head h4 b::after {
  transform: translate(-50%, -50%);
}


.common-more {
  padding: 42px 0 67px;
}

.common-more b {
  transition: all linear 0.2s;
}

.common-more:hover b {
  transform: rotate(90deg);
}

.common-more b span {
  font-weight: normal;
}

.common-more:hover {
  color: #000;
}

.contact1 input.input-error,
.contact1 textarea.input-error {
  box-shadow: 0 0 5px #f00;
}

.form-tips {
  color: #f00;
  font-size: 14px;
}

.form-tips span {
  display: none;
  margin-left: 20px;
}

.form-tips span.error {
  display: inline-block;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

/* 
*---------------------------------------------1519
*/
@media screen and (max-width:1519px) {
  .contact1 .desc p {
    font-size: 18px;
  }

  .common-title h2 {
    font-size: 34px;
  }

  .contact1 .right p {
    font-size: 16px;
  }

  .contact1 .conpany-info p {
    font-size: 18px;
  }

  .contact2 .common-title-bottom {
    font-size: 18px;
  }

  .contact2 .every .ev-head,
  .contact2 .every-title {
    font-size: 18px;
  }

  .contact2 .every .ev-head h4 b {
    width: 30px;
    height: 30px;
  }

  .contact2 .every .ev-head h4 b::before,
  .contact2 .every .ev-head h4 b::after {
    width: 50%;
  }
}

/* 
*---------------------------------------------1280
*/
@media screen and (max-width:1100px) {

  .contact1 .left,
  .contact1 .right {
    width: 100%;
  }

  .contact1 .left {
    margin-bottom: 80px;
  }

  .contact1 {
    padding: 88px 0 88px;
  }

  .contact-more {
    font-size: 16px;
  }
}

/* 
*---------------------------------------------991
*/
@media screen and (max-width:991px) {}

/* 
*---------------------------------------------768
*/
@media screen and (max-width:768px) {
  .common-title h2 {
    font-size: 28px;
  }

  .contact1 {
    padding: 44px 0 44px;
  }

  .contact1 .desc p {
    font-size: 16px;
  }

  .contact1 .conpany-info h3 {
    font-size: 20px;
  }

  .contact1 .conpany-info p {
    font-size: 16px;
  }

  .contact1 .w-50 .every {
    width: 100%;
    margin-bottom: 27px;
  }

  .contact1 .w-50 .every:nth-of-type(2) {
    margin-bottom: 0;
  }

  .contact2 .common-title-bottom {
    font-size: 16px;
  }

  .contact2 .every .ev-head h4:nth-of-type(1),
  .contact2 .every-title h4:nth-of-type(1) {
    width: 50%;
    line-height: 25px;
  }

  .contact2 .every .ev-head h4:nth-of-type(2),
  .contact2 .every-title h4:nth-of-type(2) {
    width: 50%;
    line-height: 25px;
  }

  .contact2 .every .ev-head,
  .contact2 .every-title {
    font-size: 16px;
  }

  .contact2 .every .ev-head h4 b {
    width: 25px;
    height: 25px;
  }

  .contact2 .every .ev-head h4 b::before,
  .contact2 .every .ev-head h4 b::after {
    height: 2px;
  }
}

/* 
*---------------------------------------------480
*/
@media screen and (max-width:480px) {}