/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ===== 联系我们 start ===== */
.container1 {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  padding-bottom: 70px;
}
.container1 .main {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.container1 .title-box {
  padding-top: 40px;
  text-align: center;
}
.container1 .title-box .title {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 24px;
}
.container1 .title-box .text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: normal;
}
.container1 .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container1 .subnav .item {
  position: relative;
  width: 24%;
  cursor: pointer;
  height: 175px;
  background-color: #f4f6f9;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 175px;
  font-size: 18px;
  font-weight: bold;
}
.container1 .subnav .item-sel {
  background-color: #0065d4;
  color: #fff;
}
.container1 .subnav .item-sel::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  display: block;
  width: 0;
  height: 0;
  border: solid 8px #0065d4;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.container1 .subnav .text-box {
  display: none;
}
.container1 .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}
.container1 .boxs .box-inner {
  display: none;

  width: 100%;
}
.container1 .boxs .box1 {
  display: block;
}
.container1 .boxs .links {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container1 .boxs .links .item {
  width: 20.5%;
  text-align: center;
  padding: 0 1.66%;
}
.container1 .boxs .links .item img {
  width: 78px;
  height: 61px;
}
.container1 .boxs .links .item .item-title {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}
.container1 .boxs .links .item .item-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.container1 .boxs .links .item .item-text2 {
  font-size: 12px;
  padding: 0 10px;
  margin-top: 10px;
  line-height: 18px;
  text-align: center;
}
.container1 .boxs .links .item .iconfont {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.container1 .boxs .links .item:hover .iconfont {
  color: #0065d4;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 1440px) {
  .container1 .main {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .container1 {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .container1 .title-box .title {
    font-size: 32px;
  }
  .container1 .boxs {
    display: none;
  }
  .container1 .subnav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .container1 .subnav .item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .container1 .subnav .item-sel {
    background-color: #fff;
  }
  .container1 .subnav .item-sel::after {
    display: none;
  }
  .container1 .subnav .item p {
    height: 44px;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    background-color: #0065d4;
  }
  .container1 .subnav .item .text-box {
    display: none;
  }
  .container1 .subnav .item-sel .text-box {
    display: block;
  }
  .container1 .subnav .item-sel .text-box .text-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container1 .subnav .item-sel .text-box .text-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .container1 .subnav .item-sel .text-box .item-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
  }
  .container1 .subnav .item-sel .text-box .item-text {
    font-size: 14px;
    line-height: 24px;
  }
  .container1 .subnav .item-sel .text-box .item-text2 {
    font-size: 12px;
    margin-top: 5px;
    line-height: 18px;
  }
  .container1 .subnav .item-sel .text-box img {
    width: 78px;
    height: 61px;
  }
}
