
.wechat-column-1 {
  /* margin-top: 112px; */
  /* background: url(../images/banner_xcx.png) no-repeat;
  background-size: 100% 100%;
  height: 773px; */
}

.wechat-column-1 .img {
  width: 100%;
  height: 560px;
}
.we-top{
  top: 12%;
  left: 16%;
}
.wechat-column-title {
  position: absolute;
  justify-content: center;
  top: 3%;
  left: 10%;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.wechat-column-title .title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}


.he-zuo {
  width: 300px;
}

.wechat-column-1 .wechat-column-title .mudi-text {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}

.wechat-column-1 .wechat-column-title .mudi-text:nth-child(2) {
  margin-top: 8px;
}

.wechat-column-1 .wechat-column-title .mudi-text:before {
  content: '';
  position: absolute;
  top: 19%;
  left: 2%;
  width: 5px;
  height: 5px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.anli_box {
  margin-top: 15px;
}

.anli_main {
  margin-bottom: 15px;
}

.anli_txt {
  margin-bottom: 8px;
}

.anli_tit {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.hezuo_box {
  margin-top: 20px;
}

.wechat-column-1 .btn {
  position: relative;
  margin-top: 50px;
  width: 138px;
  height: 40px;
  margin: 25px 0 0 10px;
  background-color: #fff;
}

.wechat-column-1 .btn span {
  color: #5aa0f7;
  font-size: 15px;
  padding-right: 15px;
}

.wechat-column-title .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 20px solid transparent;
}

.wechat-column-title .btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 20px solid transparent;
}

.wechat-column-2 {
  padding: 80px 0;
  background: url(../images//wechat_column_2_bg.jpg) no-repeat;
  background-position: top center;
  /* background-size: 100% auto; */
}

.app-header-title {
  justify-content: center;
  align-items: center;
  height: 35px;
}

.app-header-title h3 {
  position: relative;
  font-size: 25px;
  color: #373737;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 11px;
  line-height: 33px;
  height: 35px;
}

.app-header-title h3:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0px;
  width: 1px;
  height: 30px;
  background-color: #d6d6d6;
}

.app-header-title .english-text {
  justify-content: space-between;
  align-items: flex-start;
  height: 35px;
}

.app-header-title .english-text .span {
  font-size: 14px;
  color: #7f8082;
  padding: 0;
  line-height: 19px;
}

.wechat-column-2 .content {
  align-content: center;
  align-items: center;
  margin-top: 80px;
  flex-flow: wrap;
  width: 70%;
  margin: 50px auto;
  justify-content: space-between;

}

.wechat-column-2 .content .cont-li {
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 23%;
  height: 450px;
  margin: 8px 0px;
  background-color: #fff;
  transition: all 1s ease 0s;
}

.wechat-column-2 .content .cont-li .title {
  position: relative;
  font-size: 24px;
  color: #575757;
  padding: 20px 0 25px 0;
  margin-top: 25px;
}

.wechat-column-2 .content .cont-li .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background-color: #a9a9a9;
}

.wechat-column-2 .content .cont-li img {
  width: 100%;
  height: 40%;
}

.wechat-column-2 .content .cont-li .text {
  font-size: 14px;
  color: #7c7c7c;
  margin-top: 25px;
  padding: 0 8%;
  line-height: 150%;
}

.wechat-column-2 .content .cont-li:hover {
  cursor: pointer;
  box-shadow: 0px 0px 71px 0px #00000057;
  z-index: 2;
}

.wechat-column-2 .content .cont-li:hover .title:after {
  background-color: #ffc106;
}

.wechat-column-3 {
  padding: 100px 0;
  background: url(../images//wechat_column_3_bg.jpg) no-repeat;
  background-position: top center;
  /* background-size: 100% auto; */
  height: 643px;
}

.wechat-header-title {
  justify-content: center;
  align-items: center;
}

.wechat-header-title .title {
  font-size: 40px;
  color: #fff;
}

.wechat-header-title .text {
  font-size: 18px;
  color: #a4a4a4;
  margin-top: 15px;
}

.wechat-column-3 .list-cont {
  flex-flow: wrap;
  width: 60%;
  margin: 50px auto;
  justify-content: space-between;
}

.wechat-column-3 .list-cont .li-cont {
  justify-content: center;
  align-items: center;
  width: 19%;
  height: 160px;
  background-color: #fff;
  margin: 10px 0;
}

.wechat-column-3 .list-cont .li-cont .header-img {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f1f1f1;
}

.wechat-column-3 .list-cont .li-cont .text {
  font-size: 14px;
  color: #363636;
  font-weight: 600;
  margin-top: 10px;
}

.wechat-column-4 {
  padding: 80px 0 0 0;
  background: url(../images/wechat_column_4_bg.jpg) no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  height: 880px;
}

.wechat-column-4 .content {
  flex-flow: wrap;
  margin: 50px auto 30px;
  justify-content: space-between;
  width: 60%;
}

.wechat-column-4 .content .li {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  margin: 10px 0;
}
 .btn-cont {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  /* padding-bottom: 20px; */
  /* margin-bottom: 20px; */
}

 .btn-cont .btn {
  position: relative;
  width: 131px;
  height: 54px;
  text-align: center;
  font-size: 14px;
  color: #262626;
  /* background-color: #ffc106; */
  background: url(../images/bg_txt_yellow.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

 /* .btn-cont .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-right: 15px solid #ffc106;
  border-bottom: 27px solid transparent;
}

 .btn-cont .btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-left: 15px solid #ffc106;
  border-bottom: 27px solid transparent;
} */

.wechat-column-5 {
  background: url(../images/column_6_bg.jpg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 100px 0;
}

.wechat-column-5 .content {
  margin: 50px auto;
  /* justify-content: space-between; */
  width: 65%;
}

.wechat-column-5 .content .li-cont {
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  width: 25%;
  height: 420px;
  margin: 5px 1px ;
  padding-top: 50px;
  transition: all 1s ease 0s;
}

.wechat-column-5 .content .li-cont h3 {
  font-size: 24px;
  color: #000106;
  margin-top: 15px;
}


.wechat-column-5 .content .li-cont .english-text {
  font-size: 12px;
  color: #bfbfbf;
  margin-top: 8px;
}

.wechat-column-5 .content .li-cont .span-cont {
  margin-top: 30px;
}

.wechat-column-5 .content .li-cont .span-cont span {
  position: relative;
  font-size: 15px;
  color: #9d9d9d;
  margin-top: 15px;
}


.wechat-column-5 .content .li-cont .span-cont span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background-color: #ffc000;
}

.wechat-column-5 .content .li-cont:hover {
  cursor: pointer;
  box-shadow: 0px 0px 71px 0px #00000057;
  z-index: 2;
}


.wechat-column-5 .content .li-cont .span-cont span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background-color: #ffc000;
}

/* 寰俊寮€鍙� */
.wechat3-column-2{
  padding: 100px 0;
  background-color: #f8f8f8;
}
.mobile-app-title{
  justify-content: center;
  align-items: center;
}
.mobile-app-title .title2 {
  color: #3a3a3a;
}
.mobile-app-title .text {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  line-height: 150%;
  text-align: center;
}
.mobile-app-title .text2 {
  color: #757575;
}
.wechat3-column-2 .box-cont {
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 50px auto 0 auto;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}

.wechat3-column-2 .box-cont:before, .wechat3-column-2 .box-cont:after {
  width: 70%;
  height: 55%;
  content: ' ';
  -webkit-box-shadow: 0 0px 24px 20px #5e5e5e;
  -moz-box-shadow: 0 0px 24px 20px #5e5e5e;
  box-shadow: 0 0px 24px 20px #5e5e5e;
  background-color: #5e5e5e;
  position: absolute;
  bottom: 20px;
  z-index: 0;
}

.wechat3-column-2 .box-cont .list-cont {
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1;
  flex-wrap: wrap;
}
.wechat3-column-2 .box-cont .list-cont .li-cont {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 200px;
  flex: 1;
}
.wechat3-column-2 .box-cont .list-cont .li-cont:nth-child(3) {
  border-right: 1px solid #e5e5e5;
}
.wechat3-column-2 .box-cont .list-cont .li-cont:nth-child(1) {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.wechat3-column-2 .box-cont .list-cont .li-cont:nth-child(2) {
  border-bottom: 1px solid #e5e5e5;
}
.wechat3-column-2 .box-cont .list-cont .li-cont .text-cont {
  margin-left: 30px;
}

.wechat3-column-2 .box-cont .list-cont .li-cont .text-cont .title {
  font-size: 24px;
  color: #262626;
}
.wechat3-column-2 .box-cont .list-cont .li-cont .text-cont .p {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 150%;
  margin-top: 20px;
  width: 345px;
}
.wechat3-column-3 {
  box-sizing: border-box;
  padding: 80px 0;
  /* height: 843px; */
}
.wechat3-column-3 .wechat-header-title .title{
  color: #000;
}
.wechat3-column-3 .content {
  width: 50%;
  margin: 50px auto 0 auto;
  border-radius: 35px;
  overflow: hidden;
  background-color: #fff;
}
.wechat3-column-3 .content .list-cont {
  /* justify-content: center; */
  /* align-items: baseline; */
  width: 100%;
  /* height: 150px; */
  flex-wrap: wrap;
}
.wechat3-column-3 .content .list-cont .li-cont {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 150px;
  transition: all 0.5s ease 0s;
}
.wechat3-column-3 .content .list-cont .li-cont:hover {
  background-color: #ffc106;
}
.wechat3-column-3 .content .list-cont .li-cont .span {
  font-size: 15px;
  color: #646464;
  margin-top: 12px;
}
.wechat3-column-4 {
  padding-top: 80px;
  padding-bottom: 80px;

}
.wechat3-column-4 .content {
  width:90%;
  margin: 50px auto 30px;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  z-index: 1;
}
.wechat3-column-4 .content .slide-li {
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(229, 229, 229, 1);
  width: 16%;
  background-color: #fafafa;
  text-align: left;
  transition: all 1s ease 0s;
  position: relative;  

}
.wechat3-column-4 .slide-li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0px;
  height: 3px;
  background-color: transparent;
  transition: all 1s ease 0s;
}
.slide-img {
  margin-top: 15px;
  margin-left: 8px;
  margin-right: 8px;
  width: 94.5%;
  height: 50%;
}
 .content .slide-li .text-cont {
  box-sizing: border-box;
  padding: 25px 5% 10px 5%;
}
 .slide-li .text-cont h3 {
  font-size: 18px;
  color: #2d2d2d;
}
 .slide-li .text-cont p {
  font-size: 14px;
  color: #7c7c7c;
  margin-top: 8px;
  line-height: 150%;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wechat3-column-4 .slide-li:hover {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px #00000057;
}

.wechat3-column-4 .slide-li:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 3px;
  margin-left: -50%;
  background-color: #ffc000;
}
.small_img{
  width: 100%;
}

/* 缃戠珯寮€鍙� */
.img{
  width: 100%;
  height: auto;
}
.web-column-1{
  /* margin-top: 112px; */
  width: 100%;
}
.web-column-title{
  position: absolute;
  justify-content: center;
}
.web-column-title .title {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}
.web-column-title .mudi-text {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.web-column-title1 .tit-2 {
  font-size: 16px;
  margin-top: 15px;
}
.web-column-title .anli_txt {
    font-size: 16px;
    width: 332px;
    line-height: 20px;
    text-align: justify;
    margin-top: 20px;
    color: #fff;
}
.web-column-title1 .anli-te1 {
  font-size: 16px;
  width: 332px;
  line-height: 20px;
  text-align: justify;
  margin-top: 20px;
}
.btn-1n {
  margin-top: 10%;
  width: 194px;
  background: url(../images/bg_txt.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.btn-1n .btn-text {
  font-size: 15px;
  /* padding-right: 15px; */
  color: #FF7200;
  background: none;
}

.web_img_box {
  width: 316px;
  height: 171px;
  margin-top: 82px;
}

.web-column-2{
  position: relative;
}
.web-column-2 .web-column-title1 {
  position: absolute;
  justify-content: center;

}
.web-column-title1 .anli_txt {
  font-size: 16px;
  width: 332px;
  line-height: 20px;
  text-align: justify;
  margin-top: 20px;
}
.web-column-title1 .title {
  font-size: 34px;
  font-weight: 500;
}
.web-column-title1 .mudi-text {
  font-size: 16px;
  margin-top: 15px;
}
.btn-2n {
  margin-top:10%;
  width: 169px;
  background: url(../images/bg_txt_yellow.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.web-column-title .mudi-text1 {
  font-size: 19px;
  color: #fff;
  margin-top: 10px;
}
.web-column-title .anli_txt1 {
  font-size: 14px;
  width: 525px;
  margin-top: 10px;
}
.top-box{
  top: 23%;
  left: 15%;
}
.top-box2{
  right: 10%;
  top: 8%;
}
.top-box3{
  top: 50%;
  left: 21%;
}
.top-box4{
  top: 8%;
  left: 45%;
}
.top-box5{
  top: 60%;
  left: 20%;
}
.top-box6{
  top: 20%;
  left: 48%;
}
.app-column-5 .content {
  position: relative;
  width: 50%;
  margin:30px auto;
}
.app-column-5 .slide-li {

  /* width: 280px; */
  height: 280px;
  background-color: #fff;
  text-align: left;
  transition: all 1s ease 0s;
}
.app-column-5 {
  padding: 100px 0;
  background-color: #f9f9f9;
}
.app-column-5 .slide-li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0px;
  height: 3px;
  background-color: transparent;
  transition: all 1s ease 0s;
}

.app-column-5 .slide-li:hover {
  cursor: pointer;
  box-shadow: 0px 0px 30px 0px #00000057;
  z-index: 2;
}

.app-column-5 .slide-li:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 3px;
  margin-left: -50%;
  background-color: #ffc000;
}
.anli_introduce {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 22px;
}
/* 鎵嬫満绔� */
@media (max-width:768px) {
  .col-xs-12 {
    padding: 0;
  }

  .we-top {
    top: 13%;
    left: 8%;
  }
  .wechat-column-2 .content {

    width: 90%;
  }

  .wechat-column-2 .content .cont-li {

    width: 49%;

  }

  .wechat-header-title .title {
    font-size: 30px;
  }

  .wechat-column-3 .list-cont {

    width: 80%;

  }

  .wechat-column-3 .list-cont .li-cont {

    width: 48%;

  }

  .wechat-column-3 {
    height: auto;
  }

  .wechat-column-4 {
    height: auto;
    padding-bottom: 30px;
  }

  .wechat-column-4 .content {
    width: 72%;
    justify-content: center;
  }

  .wechat-column-4 .content .li {

    width: 100%;
  }

  .wechat-column-5 .content {
    margin: 50px auto;
    width: 90%;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .wechat-column-5 .content .li-cont {

    width: 49%;
  }
  .wechat3-column-2 .box-cont {
    width: 90%;
    
  }
  .wechat3-column-2 .box-cont .list-cont {
    
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1;
    flex-wrap: wrap;
  }
  .wechat3-column-2 .box-cont .list-cont .li-cont {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    flex: 1;
  }
  .wechat3-column-2 .box-cont .list-cont .li-cont:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
  }
  .wechat3-column-2 .box-cont .list-cont .li-cont img{
    width: 60px;
  }
  .wechat3-column-2 .box-cont .list-cont .li-cont .text-cont .p {
    
    width: 185px;
  }
  .wechat3-column-3 .content .list-cont .li-cont {
    
    width: 25%;
    
  }
  .wechat-header-title .text {
    font-size: 15px;
    color: #a4a4a4;
    margin-top: 20px;
    padding: 0 20px;
  }
  .wechat3-column-4 .content .slide-li{
    width: 44%;
    height: 200px;
  }
  .anli_introduce{
    width: 300px;
  }
  .wechat-column-1 .img {
    width: 100%;
    height: 450px;
  }
  .wechat-column-title {
    position: absolute;
    justify-content: center;
    top: 1%;
    left: 6%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
  }
  .wechat-column-title .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .wechat-column-1 .wechat-column-title .mudi-text {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    width: 239px;
  }
  .wechat-column-1 .wechat-column-title .mudi-text:before {
    content: '';
    position: absolute;
    left: 2%;
    top: 12%;
    width: 5px;
    height: 5px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #fff;
  }
  .anli_box {
    margin-top: 15px;
  }
  .anli_txt {
    margin-bottom: 8px;
    width: 300px;
  }
  .anli_tit {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
  }

  .hezuo_box {
    margin-top: 12px;
  }
  .wechat-column-1 .btn {
    width: 90px;
    height: 35px;
    margin: 10px 0 0 10px;
    background-color: #fff;
  }
  .he-zuo {
    width: 200px;
  }
  .wechat-column-title .btn{
    padding: 0;
  }
  .wechat-column-title .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 18px solid transparent;
  }
  .wechat-column-title .btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 18px solid transparent;
  }
  .wechat-column-1 .btn span {
    color: #5aa0f7;
    font-size: 12px;
    padding-right: 0;
  }


  /* 缃戠珯寮€鍙� */
  .top-box {
    top: 5%;
    left: 5%;
  }
  .top-box2{
    top: 0%;
    right: 0%;
  }
  .top-box3 {
    top: 47%;
    left: 5%;  
  }
  .top-box4 {
    top: 0%;
    left: 40%;
  }
  .top-box5 {
    top: 49%;
    left: 8%;
}
.top-box6 {
  top: 6%;
  left: 50%;
}

  .web-column-title .title {
    font-size: 15px;
  }
  .web-column-title1 .title {
    font-size: 15px;
  }
  .web-column-title .mudi-text {
    font-size: 12px;
    margin-top: 5px;
    width: 200px;
  }
  .web-column-title1 .mudi-text {
    font-size: 12px;
    margin-top: 8px;
    width: 205px;
  }
  .web-column-title1 .tit-2{
    width: 142px;
    font-size: 12px;
    margin-top: 8px;
  }
  .web-column-title .anli_txt {
    font-size: 12px;
    width: 198px;
    line-height: 15px;
    margin-top: 8px;
    overflow: hidden;
    height: 29px;
    
  }
  .web-column-title1 .anli_txt {
    font-size: 12px;
    width: 185px;
    line-height: 15px;
    margin-top: 5px;
    overflow: hidden;
    height: 30px;
  }
  .web-column-title1 .anli-te1{
    width: 130px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    overflow: hidden;
    height: 30px;
  }
  .web-column-title  .text-top{
    width: 175px;
  }
  .btn-1n {
    margin-top:3%;
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .btn-2n {
    margin-top: 8px;
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .btn-1n .btn-text {
    font-size: 12px;
  }
  .btn-2n .btn-text {
    font-size: 12px;
  }
  .web_img_box {
    width: 120px;
    height: 60px;
    margin-top: 8px;
  }
  .web_img_box img{width: 100%;
  height: 100%;
  }
  .app-column-5 .content {
    width: 80%;
  }
  .slide-li .text-cont h3 {
    font-size: 14px;
    color: #2d2d2d;
  }
  .slide-li .text-cont p {
        font-size: 12px;}
}