/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*gray*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.back-black .footer-nav ul li a{
  box-sizing: content-box;
}

.bg_1 {
  width: 100%;
  height: 550px;
  background-image: url('../img/WeChat/bg_01.png');
  background-size: cover;
}
.bg_1 .wrap1 {
  width: 1150px;
  margin: 0 auto;
  padding-top: 165px;
}
.bg_1 .wrap1 .title {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
}
.bg_1 .wrap1 .text {
  margin: 10px 20px;
  font-size: 28px;
  color: #ffffff;
}
.bg_1 .wrap1 .txt {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.8;
}
.bg_1 .wrap1 .jump {
  width: 125px;
  height: 36px;
  margin-top: 50px;
  margin-left: 50px;
  border-radius: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #ffffff;
}
/*面包屑*/
.crumbs {
  background-color: #f7f8fc;
}
.crumbs .crumbs-container {
  padding: 30px 0;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #dcdcdc;
}
.crumbs .crumbs-container .label {
  padding-right: 5px;
}
.crumbs .crumbs-container .value .item {
  float: left;
  padding: 0 5px;
}
.crumbs .crumbs-container .value .item.active {
  color: #333;
}
.box .box-top {
  text-align: center;
  padding: 60px 0 20px;
}
.box .box-top .title-top {
  font-weight: bold;
  font-size: 30px;
  color: #1a1a1a;
}
.box .box-top .text-top {
  font-size: 14px;
  color: #666666;
}
.box_1 {
  background-color: #f7f8fc;
  padding-bottom: 80px;
}
.box_1 .wrap1 {
  width: 1200px;
  margin: 0 auto;
}
.box_1 .wrap1 .list-1 {
  font-size: 0px;
  margin: 0 -13px;
}
.box_1 .wrap1 .list-1 .item {
  width: 278px;
  height: 280px;
  margin: 0 13px;
  border-radius: 6px;
  border: solid 1px #dcdcdc;
  display: inline-block;
  vertical-align: middle;
}
.box_1 .wrap1 .list-1 .item .icon {
  width: 100%;
  height: 148px;
  background-color: #efcbcb;
  border-radius: 6px 6px 0px 0px;
  background-size: cover;
}
.box_1 .wrap1 .list-1 .item .msg {
  padding: 20px 22px 0;
}
.box_1 .wrap1 .list-1 .item .msg .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.box_1 .wrap1 .list-1 .item .msg .text {
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
  color: #333333;
}
.box_2 {
  background-color: #fff;
  padding-bottom: 80px;
}
.box_2 .wrap1 {
  width: 1200px;
  margin: 0 auto;
}
.box_2 .wrap1 .list-2 {
  font-size: 0px;
}
.box_2 .wrap1 .list-2 .item {
  width: 300px;
  height: 318px;
  background-color: #ffffff;
  text-align: center;
  padding: 28px;
  display: inline-block;
  vertical-align: middle;
}
.box_2 .wrap1 .list-2 .item .title {
  padding: 15px 0 40px;
  font-size: 24px;
  color: #1a1a1a;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box_2 .wrap1 .list-2 .item .title::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #c2c2c2;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box_2 .wrap1 .list-2 .item .txt {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #4d4d4d;
}
.box_2 .wrap1 .list-2 .item .icon {
  width: 58px;
  height: 58px;
  box-shadow: linear-gradient(-90deg, #2dc881 0%, #2bbf87 63%, #29b98a 100%), linear-gradient(#dedede, #dedede);
  background-blend-mode: normal, 
                        normal;
  box-shadow: 0px 5px 30px 0px rgba(56, 116, 244, 0.2);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.box_2 .wrap1 .list-2 .item .icon_1 {
  background-image: url('../img/WeChat/icon_01.png');
}
.box_2 .wrap1 .list-2 .item .icon_2 {
  background-image: url('../img/WeChat/icon_01.png');
}
.box_2 .wrap1 .list-2 .item .icon_3 {
  background-image: url('../img/WeChat/icon_01.png');
}
.box_2 .wrap1 .list-2 .item .icon_4 {
  background-image: url('../img/WeChat/icon_01.png');
}
.box_2 .wrap1 .list-2 .item:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box_2 .wrap1 .list-2 .item:hover .title::before {
  background-color: #2abc88;
}
.box_3 {
  background-color: #f7f8fc;
  padding-bottom: 80px;
}
.box_3 .wrap1 {
  width: 1200px;
  margin: 0 auto;
}
.box_3 .wrap1 .hint {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 40px;
}
.box_3 .wrap1 .list_3 {
  font-size: 0px;
}
.box_3 .wrap1 .list_3 .item {
  width: 240px;
  height: 120px;
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}
.box_3 .wrap1 .list_3 .item .number {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #cccccc;
  vertical-align: top;
}
.box_3 .wrap1 .list_3 .item .right {
  width: 168px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.box_3 .wrap1 .list_3 .item .right .title {
  font-size: 18px;
  font-weight: bold;
  color: #1aaf7a;
  margin-bottom: 6px;
}
.box_3 .wrap1 .list_3 .item .right .txt {
  line-height: 21px;
  font-size: 12px;
  color: #1a1a1a;
}
.box_4 {
  background-color: #fff;
  padding-bottom: 80px;
}
.box_4 .wrap1 {
  width: 1200px;
  margin: 0 auto;
}
.box_4 .wrap1 .list_4 {
  font-size: 0px;
}
.box_4 .wrap1 .list_4 .item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 240px;
}
.box_4 .wrap1 .list_4 .item .msg {
  padding-top: 75px;
  width: 132px;
  height: 118px;
  margin: -85px auto 0;
  font-size: 20px;
  color: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.box_4 .wrap1 .list_4 .item .icon {
  width: 180px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.box_4 .wrap1 .list_4 .item .icon_1 {
  background-image: url('../img/WeChat/icon_05.png');
}
.box_4 .wrap1 .list_4 .item .icon_2 {
  background-image: url('../img/WeChat/icon_06.png');
}
.box_4 .wrap1 .list_4 .item .icon_3 {
  background-image: url('../img/WeChat/icon_07.png');
}
.box_4 .wrap1 .list_4 .item .icon_4 {
  background-image: url('../img/WeChat/icon_08.png');
}
.box_4 .wrap1 .list_4 .item .icon_5 {
  background-image: url('../img/WeChat/icon_17.png');
}
.box_4 .wrap1 .list_4 .item .icon_6 {
  background-image: url('../img/WeChat/icon_09.png');
}
.box_4 .wrap1 .list_4 .item .icon_7 {
  background-image: url('../img/WeChat/icon_10.png');
}
.box_4 .wrap1 .list_4 .item .icon_8 {
  background-image: url('../img/WeChat/icon_11.png');
}
.box_4 .wrap1 .list_4 .item .icon_9 {
  background-image: url('../img/WeChat/icon_12.png');
}
.box_4 .wrap1 .list_4 .item .icon_10 {
  background-image: url('../img/WeChat/icon_18.png');
}
.box_4 .wrap1 .list_4 .item:hover .msg {
  background-image: linear-gradient(180deg, #2cc681 -245%, #fff 90%);
}
.box_5 {
  background-color: #f7f8fc;
  padding-bottom: 80px;
}
.box_5 .wrap1 {
  width: 1200px;
  margin: 0 auto;
}
.box_5 .wrap1 .hint {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
  color: #1a1a1a;
}
.box_5 .wrap1 .list_5 {
  font-size: 0px;
  height: 318px;
  width: 100%;
  position: relative;
}
.box_5 .wrap1 .list_5 .item {
  position: absolute;
  z-index: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  height: 158px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box_5 .wrap1 .list_5 .item .left {
  display: inline-block;
  vertical-align: middle;
  width: 156px;
  height: 156px;
  text-align: center;
  line-height: 156px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box_5 .wrap1 .list_5 .item .left .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box_5 .wrap1 .list_5 .item .left .icon_1 {
  background: #eeeeee url('../img/WeChat/icon_16.png') center no-repeat;
  background-size: 47px 56px;
  vertical-align: middle;
}
.box_5 .wrap1 .list_5 .item .left .icon_2 {
  background: #eeeeee url('../img/WeChat/icon_13.png') center no-repeat;
  background-size: 40px 40px;
  vertical-align: middle;
}
.box_5 .wrap1 .list_5 .item .left .icon_3 {
  background: #eeeeee url('../img/WeChat/icon_14.png') center no-repeat;
  background-size: 45px 46px;
  vertical-align: middle;
}
.box_5 .wrap1 .list_5 .item .left .icon_4 {
  background: #eeeeee url('../img/WeChat/icon_15.png') center no-repeat;
  background-size: 35px 40px;
  vertical-align: middle;
}
.box_5 .wrap1 .list_5 .item .right {
  width: 364px;
  display: inline-block;
  vertical-align: middle;
}
.box_5 .wrap1 .list_5 .item .right .title {
  font-size: 24px;
  color: #000000;
}
.box_5 .wrap1 .list_5 .item .right .text {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(2) {
  right: 0px;
  top: 0;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(3) {
  left: 0px;
  bottom: 2px;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(4) {
  right: 0px;
  bottom: 2px;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(1):hover {
  width: 620px;
  left: -12px;
  top: -8px;
  height: 178px;
  z-index: 2;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(1):hover .left {
  width: 178px;
  height: 178px;
  background-image: linear-gradient(-90deg, #2dc881 0%, #2bbf87 63%, #29b98a 100%), linear-gradient(#fca5a5, #fca5a5);
  background-blend-mode: normal, 
                            normal;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(1):hover .left .icon {
  background-color: #2bbf87 !important;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(1):hover .right {
  padding-left: 20px;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(2):hover {
  width: 620px;
  right: -12px;
  top: -8px;
  height: 178px;
  z-index: 2;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(2):hover .left {
  width: 178px;
  height: 178px;
  background-image: linear-gradient(-90deg, #2dc881 0%, #2bbf87 63%, #29b98a 100%), linear-gradient(#fca5a5, #fca5a5);
  background-blend-mode: normal, 
                            normal;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(2):hover .left .icon {
  background-color: #2bbf87 !important;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(2):hover .right {
  padding-left: 20px;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(3):hover {
  width: 620px;
  left: -12px;
  bottom: -8px;
  height: 178px;
  z-index: 2;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(3):hover .left {
  width: 178px;
  height: 178px;
  background-image: linear-gradient(-90deg, #2dc881 0%, #2bbf87 63%, #29b98a 100%), linear-gradient(#fca5a5, #fca5a5);
  background-blend-mode: normal, 
                            normal;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(3):hover .left .icon {
  background-color: #2bbf87 !important;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(3):hover .right {
  padding-left: 20px;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(4):hover {
  width: 620px;
  right: -12px;
  bottom: -8px;
  height: 178px;
  z-index: 2;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(4):hover .left {
  width: 178px;
  height: 178px;
  background-image: linear-gradient(-90deg, #2dc881 0%, #2bbf87 63%, #29b98a 100%), linear-gradient(#fca5a5, #fca5a5);
  background-blend-mode: normal, 
                            normal;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(4):hover .left .icon {
  background-color: #2bbf87 !important;
}
.box_5 .wrap1 .list_5 .item:nth-of-type(4):hover .right {
  padding-left: 20px;
}
.box-11 {
  width: 100%;
  height: 166px;
  background: url('../img/WeChat/bg_02.png');
  text-align: center;
  padding: 35px 0;
}
.box-11 .title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.box-11 .jump {
  margin-top: 15px;
  width: 154px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
}
/*# sourceMappingURL=weChat.css.map */