.wt_footer {
  width: 100%;
  background-color: #f0f2f8;
}
.wt_footer .foot {
  padding: 46px 0;
}
.wt_footer .foot .foot_left {
  float: left;
  width: calc(100% - 300px);
}
.wt_footer .foot .foot_left .left_desc {
  display: inline-block;
  width: 180x;
  text-align: left;
}
.wt_footer .foot .foot_left .left_desc .icon {
  width: 169px;
  height: 37px;
  margin-top: -2px;
}
.wt_footer .foot .foot_left .left_desc p {
  margin: 38px 0 11px 0;
  font-size: 18px;
}
.wt_footer .foot .foot_left .left_desc h1 {
  font-size: 24px;
}
.wt_footer .foot .foot_left .foot_center {
  display: inline-block;
  width: calc(100% - 200px);
  vertical-align: top;
  padding-left: 70px;
  margin-top: 10px;
}
.wt_footer .foot .foot_left .foot_center li {
  display: inline-block;
  margin-right: 46px;
  padding-bottom: 10px;
  font-size: 16px;
}
.wt_footer .foot .foot_left .foot_center li a {
  font-weight: 500;
  color: #000;
}
.wt_footer .foot .foot_left .foot_center li.normal_check {
  border-bottom: 2px solid #008cf4;
}
.wt_footer .foot .foot_left .foot_center li.normal_check a {
  color: #008cf4;
}
.wt_footer .foot .foot_left .foot_center li.active a {
  color: #008cf4;
  font-weight: 500;
}
.wt_footer .foot .foot_left .foot_center .foot_sub_menu {
  margin-top: 30px;
}
.wt_footer .foot .foot_left .foot_center .foot_sub_menu a {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
}
.wt_footer .foot .foot_left .foot_center .foot_sub_menu a.active {
  color: #008cf4;
}
.wt_footer .foot .foot_left .foot_center .foot_sub_menu a:first-child {
  padding-left: 0;
}
.wt_footer .foot .foot_left .foot_center .foot_sub_menu a:last-child {
  border-right: none;
}
.wt_footer .foot .foot_left .foot_center a:hover {
  color: #008cf4;
}
.wt_footer .foot .foot_right {
  float: right;
}
.wt_footer .foot .foot_right .erwei {
  display: inline-block;
  text-align: center;
  width: 126px;
  height: 154px;
}
.wt_footer .foot .foot_right .erwei p {
  height: 22px;
  font-size: 16px;
  margin-top: 6px;
}
.wt_footer .foot .foot_right img {
  width: 126px;
  height: 126px;
}
.wt_footer .foot .foot_right .erwei:first-child {
  margin-right: 40px;
}
.wt_footer .other_link {
  text-align: center;
  border-top: 1px solid #dce0ed;
  padding: 24px 0 20px 0;
}
.wt_footer .other_link h1 {
  font-size: 16px;
  font-weight: normal;
}
.wt_footer .other_link h1 span {
  margin-left: 20px;
}
.wt_footer .other_link p {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
}
.choose_sec {
  padding: 90px 0;
  background-image: url('/image/common/bj_sqsy.png');
  background-size: cover;
  background-color: #fff;
  text-align: center;
}
.choose_sec h1 {
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.choose_sec .icon.btn {
  width: 264px;
  height: 48px;
}
.partner {
  padding: 100px 0;
}
.partner .sec_content ul {
  width: 1230px;
  transition: all 0.8s;
}
.partner .sec_content ul li {
  float: left;
  margin: 0 20px 60px 20px;
}
.partner .sec_content ul img {
  width: 206px;
  height: 86px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.partner .sec_content li:hover {
  transform: translateY(-10px);
}
