﻿#contact .container1 .way {
  padding: 100px 0 70px;
}
#contact .container1 .way .max-width2 {
  display: flex;
  justify-content: space-between;
}
#contact .container1 .way .left {
  width: 72.435%;
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#contact .container1 .way .left .item {
  width: 48.245%;
  padding: 49px 0;
  flex: none;
  background: #F6F6F6;
  border-radius: 10px;
  text-align: center;
}
#contact .container1 .way .left .item .font24 {
  font-size: 24px;
  padding: 16px 0 10px;
  color: #000;
}
#contact .container1 .way .left .item .font16 {
  color: #666;
  font-size: 16px;
}
#contact .container1 .way .left .item .img {
  height: 37px;
  text-align: center;
}
#contact .container1 .way .left .item:nth-child(1),
#contact .container1 .way .left .item:nth-child(2) {
  margin-bottom: 30px;
}
#contact .container1 .way .left .item:hover {
  background: #003DA5;
}
#contact .container1 .way .left .item:hover .font24,
#contact .container1 .way .left .item:hover .font16 {
  color: #fff;
}
#contact .container1 .way .left .item:nth-child(1) .img {
  background: url(../image/icon1.png) no-repeat center;
  background-size: 37px 37px;
}
#contact .container1 .way .left .item:nth-child(1):hover .img {
  background: url(../image/icon1_a.png) no-repeat center;
  background-size: 37px 37px;
}
#contact .container1 .way .left .item:nth-child(2) .img,
#contact .container1 .way .left .item:nth-child(4) .img {
  background: url(../image/icon2.png) no-repeat center;
  background-size: 37px 37px;
}
#contact .container1 .way .left .item:nth-child(2):hover .img,
#contact .container1 .way .left .item:nth-child(4):hover .img {
  background: url(../image/icon2_a.png) no-repeat center;
  background-size: 37px 37px;
}
#contact .container1 .way .left .item:nth-child(3) .img {
  background: url(../image/icon3.png) no-repeat center;
  background-size: 37px 37px;
}
#contact .container1 .way .left .item:nth-child(3):hover .img {
  background: url(../image/icon3_a.png) no-repeat center;
  background-size: 37px 37px;
}
#contact .container1 .way .right {
  width: 25.576%;
  background: #F6F6F6;
  border-radius: 10px;
  display: none;
}
#contact .container1 .way .right .right_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .container1 .way .right .right_box .item img {
  max-width: 100%;
}
#contact .container1 .way .right .right_box .item .font20 {
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
#contact .container1 .way .right .right_box .item div {
  padding-top: 20px;
}
#contact .platform h2 {
  font-size: 36px;
  padding-bottom: 23px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
#contact .platform h2::after {
  content: '';
  width: 50px;
  height: 4px;
  background: #003DA5;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
}
#contact .platform ul {
  display: flex;
  justify-content: space-between;
}
#contact .platform ul li {
  flex: none;
  width: 31%;
  display: inline-flex;
  justify-content: center;
  padding: 30px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
#contact .platform ul li div {
  width: 100%;
  text-align: center;
}
#contact .platform ul li div .code {
  max-width: 60%;
  margin: 40px auto 25px;
}
#contact .platform ul li div p {
  font-size: 18px;
}
#contact .message {
  padding: 80px 0 100px;
}
#contact .message h2 {
  color: #000;
  font-weight: 400;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 80px;
  font-size: 36px;
}
#contact .message h2::after {
  content: '';
  width: 50px;
  height: 4px;
  background: #003DA5;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
}
#contact .message .max-width2 {
  background: #F6F6F6;
  padding: 5rem 4.4% 4.4rem;
  border-radius: 10px;
  text-align: center;
}
#contact .message .max-width2 div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#contact .message .max-width2 div input {
  width: 48.52%;
  box-sizing: border-box;
  padding: 0 24px;
  background: #fff;
  font-size: 16px;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
}
#contact .message .max-width2 .placeholder {
  color: #666;
}
#contact .message .max-width2 textarea {
  width: 100%;
  height: 140px;
  background: #fff;
  outline: none;
  resize: none;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding: 20px 24px;
}
#contact .message .max-width2 button {
  background: #000;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  margin: 52px auto 0;
  width: 200px;
  text-align: center;
  border: none;
}
/* 手机端样式 */
@media screen and (max-width: 1024px) {
  #contact .container1 .way {
    padding: 36px 0 40px;
  }
  #contact .container1 .way .max-width2 {
    flex-direction: column;
  }
  #contact .container1 .way .left {
    width: 100%;
    flex-direction: column;
  }
  #contact .container1 .way .left .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
    padding: 25px 0;
  }
  #contact .container1 .way .left .item:nth-child(1),
  #contact .container1 .way .left .item:nth-child(2) {
    margin-bottom: 12px;
  }
  #contact .container1 .way .left .item .font24 {
    font-size: 17px;
    padding: 10px 0 6px;
  }
  #contact .container1 .way .left .item .font16 {
    font-size: 12px;
  }
  #contact .container1 .way .right {
    width: 100%;
    padding: 60px 0 ;
  }
  #contact .container1 .way .right .right_box .item {
    text-align: center;
  }
  #contact .container1 .way .right .right_box .item .font20 {
    font-size: 17px;
    line-height: 25px;
  }
  #contact .container1 .way .right .right_box .item img {
    max-width: 90%;
  }
  #contact .platform h2 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 34px;
  }
  #contact .platform h2::after {
    width: 25px;
    height: 2px;
    left: calc(50% - 12.5px);
  }
  #contact .platform ul {
    flex-direction: column;
  }
  #contact .platform ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .platform ul li .img_box img {
    height: 40px;
  }
  #contact .platform ul li div .code {
    margin: 20px auto 10px;
  }
  #contact .platform ul li div p {
    font-size: 17px;
  }
  #contact .message {
    padding: 32px 0 60px;
  }
  #contact .message h2 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 34px;
  }
  #contact .message h2::after {
    width: 25px;
    height: 2px;
    left: calc(50% - 12.5px);
  }
  #contact .message .max-width2 div {
    flex-direction: column;
    margin-bottom: 0;
  }
  #contact .message .max-width2 div input {
    font-size: 15px;
    width: 100%;
    margin-bottom: 13px;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
  }
  #contact .message .max-width2 textarea {
    font-size: 15px;
    padding: 11px 12px;
  }
  #contact .message .max-width2 button {
    font-size: 17px;
    height: 47px;
    width: 100%;
    line-height: 45px;
    margin: 23px 0 0;
  }
}
