.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
}

.icon {
  margin: 0 auto;
  display: block;
}

.main {
  width: 100%;
  height: auto;
}

.col {
  padding: 35px 0;
  overflow: hidden;
}

.col .title {
  text-align: center;
  margin-bottom: 30px;
}

.col .title h2 {
  font-size: 36px;
  line-height: 60px;
  color: #333;
  letter-spacing: 2px;
  font-weight:600;
}

.col .title p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.col .title span {
  color: #4381ff;
}

.vslai {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 9;
  width: 121px;
  height: 75px;
}

/*banner 0915*/
.pj-Carousel {
  width: 100%;
  height: 520px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.pj-Carousel-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pj-Carousel-item {
  float: left;
  height: 100%;
  background-color: #e3e3e3;
  z-index: 10;
}

.pj-Carousel-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.pj-Carousel-item img {
  height: 100%;
}

.pj-Carousel-nav {
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 74px;
  z-index: 10;
}

.pj-Carousel-active {
  width: 170px;
  height: 14px;
  margin: 0 auto;
  text-align: center;
}

.pj-Carousel-color {
  background-color: #dadada;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #dadada;
  border-radius: 14px;
  opacity: 0.5;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pj-Carousel-color p {
  font-size: 16px;
  line-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  cursor: default;
  display: none;
}

.pj-Carousel .active {
  background-color: #fff;
  color: #fff;
  width: 24px;
  opacity: 1;
}

.pj-Carousel-btn {
}

.pj-Carousel-btn a {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 60px;
  /* background: rgba(0,0,0,.3); */
  z-index: 99;
  margin-top: -50px;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.pj-Carousel-btn a.prev {
  left: -54px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.pj-Carousel-btn a.next {
  right: -54px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.qqd-col {
  background: #f7f8fc;
}

/* .qqd-col .title span{color: #2555A7;} */
.qqd-col .list {
}

.qqd-col .list .item {
  float: left;
  width: 25%;
}

.qqd-col .list .item .box {
  width: 260px;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.qqd-col .list .item .box .img {
  width: 260px;
  height: 130px;
  position: relative;
}

.qqd-col .list .item .box .img .mask {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 26, 74, 0.4);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.qqd-col .list .item .box:hover .img .mask {
  opacity: 1;
}

.qqd-col .list .item:nth-child(1) .box .img {
  background: url(/skin/style/img/index/qqd/bg_01.png);
}

.qqd-col .list .item:nth-child(2) .box .img {
  background: url(/skin/style/img/index/qqd/bg_02.png);
}

.qqd-col .list .item:nth-child(3) .box .img {
  background: url(/skin/style/img/index/qqd/bg_03.png);
}

.qqd-col .list .item:nth-child(4) .box .img {
  background: url(/skin/style/img/index/qqd/bg_04.png);
}

.qqd-col .list .item:nth-child(5) .box .img {
  background: url(/skin/style/img/index/qqd/bg_05.png);
}

.qqd-col .list .item:nth-child(6) .box .img {
  background: url(/skin/style/img/index/qqd/bg_06.png);
}

.qqd-col .list .item:nth-child(7) .box .img {
  background: url(/skin/style/img/index/qqd/bg_07.png);
}

.qqd-col .list .item:nth-child(8) .box .img {
  background: url(/skin/style/img/index/qqd/bg_08.png);
}

.qqd-col .list .item .box .icon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.qqd-col .list .item .box .text {
  background: #ffffff;
  padding: 20px 10px;
}

.qqd-col .list .item .box .text .h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.qqd-col .list .item .box .text .p {
  /* margin: 10px 0; */
  text-align: center;
}

.bg-qqd_01 {
  width: 75px;
  height: 50px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png") -442px -10px;
}

.bg-qqd_02 {
  width: 44px;
  height: 40px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png") -180px -10px;
}

.bg-qqd_03 {
  width: 50px;
  height: 32px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png") -372px -10px;
}

.bg-qqd_04 {
  width: 33px;
  height: 45px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png") -10px -10px;
}

.bg-qqd_05 {
  width: 42px;
  height: 45px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png?") -247px -6px;
}

.bg-qqd_06 {
  width: 44px;
  height: 38px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png") -308px -10px;
}

.bg-qqd_07 {
  width: 38px;
  height: 38px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png") -63px -10px;
}

.bg-qqd_08 {
  width: 40px;
  height: 44px;
  background: url("/skin/style/img/index/qqd/qqd-sprites.png?") -120px -8px;
}

/*icon-bg*/
.bg-3x3 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -578px -266px;
}

.bg-banben_b_01 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -430px -706px;
}

.bg-banben_b_02 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -514px;
}

.bg-banben_b_03 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -430px;
}

.bg-banben_b_04 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -346px;
}

.bg-banben_b_05 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -262px;
}

.bg-banben_f_01 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -178px;
}

.bg-banben_f_02 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -94px;
}

.bg-banben_f_03 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -10px;
}

.bg-banben_f_04 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -682px -706px;
}

.bg-banben_f_05 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -598px -706px;
}

.bg-diy_icon01 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -834px -598px;
}

.bg-diy_icon02 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -262px -706px;
}

.bg-diy_icon03 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -178px -706px;
}

.bg-diy_icon04 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -94px -706px;
}

.bg-diy_icon05 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -10px -706px;
}

.bg-diy_icon06 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -706px -599px;
}

.bg-diy_icon07 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -706px -347px;
}

.bg-diy_icon08 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -706px -263px;
}

.bg-diy_icon09 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -514px -706px;
}

.bg-diy_icon10 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -346px -706px;
}

.bg-dp {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -138px -578px;
}

.bg-fh {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -266px -578px;
}

.bg-gys {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -394px -578px;
}

.bg-hezuo_icon01 {
  width: 136px;
  height: 136px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -10px -10px;
}

.bg-hezuo_icon02 {
  width: 136px;
  height: 136px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -166px -166px;
}

.bg-hezuo_icon03 {
  width: 136px;
  height: 136px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -10px -166px;
}

.bg-hezuo_icon04 {
  width: 136px;
  height: 136px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -166px -10px;
}

.bg-qy {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -578px -138px;
}

.bg-youshi_d {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -706px -431px;
}

.bg-youshi_v {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -706px -515px;
}

.bg-yx_bg_03 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -578px -10px;
}

.bg-yx_bg_05 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -394px -450px;
}

.bg-yx_bg_07 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -266px -450px;
}

.bg-yx_bg_09 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -138px -450px;
}

.bg-yx_bg_11 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -10px -450px;
}

.bg-yx_bg_13 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -450px -266px;
}

.bg-yx_bg_19 {
  width: 108px;
  height: 106px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -706px -137px;
}

.bg-yx_bg_20 {
  width: 108px;
  height: 107px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -706px -10px;
}

.bg-yx_bg_35 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -450px -138px;
}

.bg-yx_bg_21 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -450px -10px;
}

.bg-yx_bg_22 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -266px -322px;
}

.bg-yx_bg_23 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -138px -322px;
}

.bg-yx_bg_24 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -10px -322px;
}

.bg-yx_bg_25 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -322px -138px;
}

.bg-yx_bg_31 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -322px -10px;
}

.bg-yx_bg_32 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -10px -578px;
}

.bg-yx_bg_33 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -578px -394px;
}

.bg-yx_bg_34 {
  width: 108px;
  height: 108px;
  background: url("/skin/style/img/index_icon2.png") no-repeat -522px -578px;
}

/* banner*/
.banner {
  position: relative;
}

.banner-foot {
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  z-index: 100;
}

.banner-foot .banner-foot-list {
  height: 100%;
}

.banner-foot .banner-foot-list li {
  float: left;
  width: 229px;
  height: 100%;
  border-right: 1px solid #7eb4e3;
  overflow: hidden;
}

.banner-foot .banner-foot-list li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.banner-foot .banner-foot-list li:first-child {
  border-left: 1px solid #7eb4e3;
  width: 228px;
}

.banner-foot .banner-foot-list li .img {
  float: left;
  margin: 28px 26px 19px 40px;
}

.banner-foot .banner-foot-list li .img .icon {
  /*display: block;
    width: 46px;
    height: 46px;*/
}

.banner-foot .banner-foot-list li .text {
  padding: 22px 16px 9px;
}

.banner-foot .banner-foot-list li h3 {
  color: #333;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 6px;
}

.banner-foot .banner-foot-list li p {
  color: #666666;
  line-height: 18px;
  font-size: 14px;
}

/**/
.jl-ms {
  /* height: 500px; */
  /* background-image: url('/skin/style/img/index/jl-bg.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background: #f7f8fc;
}
.bgcnone {
  background: none !important;
}

.jl-ms .title span {
  /*    color: #64cb64 !important; */
}

.jl-ms .list {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jl-ms .list li {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  margin: 15px;
  vertical-align: top;
  font-size: 18px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  padding-right: 60px;
}
.jl-ms .list li:nth-child(6n + 6) {
  padding-right: 0px;
}

.jl-ms .list li .text {
  padding-bottom: 10px;
}

.ys {
  background: #fff;
}

.ys ul {
  width: 340px;
}

.ys ul li {
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #eee;
}

.ys ul li:hover {
  /* background: #f5f7fa; */
}

.ys ul li:after {
}

.ys ul li .sj {
  float: left;
  margin-left: -20px;
}

.ys .ys-img {
  float: left;

  width: 470px;

  text-align: center;
  margin-top: 30px;
}

.ys .ys-img img {
}

.ys ul li .box {
}

.ys ul li .h3 {
  font-weight: 600;

  font-size: 20px;

  letter-spacing: 1px;

  margin-bottom: 10px;
}

.ys ul li .text {
  line-height: 1.4;

  color: #666;

  height: 38px;
}

.ys ul li .tag {
  position: absolute;
  left: -4px;
  top: 9px;
  font-size: 40px;
  color: #fff;
}

.ys .boxF {
  width: 80px;
  height: 96px;
  overflow: hidden;
}

.ys .boxS {
  width: 80px;
  height: 96px;
  overflow: hidden;
}

.ys .boxT {
  width: 80px;
  height: 96px;
  overflow: hidden;
}

.ys .boxF,
.boxS {
  visibility: hidden;
}

.ys .boxF {
  transform: rotate(90deg);
  margin-top: -8px;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.ys .boxS {
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.ys .boxT {
  transform: rotate(-60deg);
  background: no-repeat 50% center;
  background-size: 125% auto;
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  visibility: visible;
  background: #5abbc6;
}

.ys ul.ys-l {
  float: left;
}

.ys ul.ys-r {
  float: right;
}

.ys ul.ys-r li .sj {
  position: absolute;
  right: -20px;
  top: 0px;
}

.ys ul.ys-r li .tag {
  left: initial;
  right: -4px;
}

.ys ul.ys-r li:after {
  left: -30px;
  right: initial;
  border-width: 40px 30px 40px 0;
  border-color: transparent #f1f1f1 transparent transparent;
}

.ys ul.ys-r .boxT {
  background: #fc8852;
}

.ys ul.ys-r li:hover {
}

.ys .foot {
  color: #555;
  text-align: center;
  font-size: 20px;
  margin: 50px auto 50px;
  line-height: 33px;
}

.ys .foot .c1 {
  color: #fc8852;
}

.ys .foot .c2 {
  color: #0a6dee;
}

/**/
.col-news {
  /* background: #f1f1f1; */
  background: #f3f8ff;
  padding: 30px 0;
}
.col-news .wrp1150 {
  background: #fff;
 /*  padding: 20px; */
}
.col-news .head {
  text-align: center;
  position: relative;
  /* height: 40px; */
  margin-bottom: 30px;
}
.col-news .head:before {
  /*content: '';*/
  position: absolute;
  margin-left: -142px;
  top: 0;
  display: block;
  left: 50%;
  width: 284px;
  height: 77px;
  background: url("/skin/style/img/index/news-bg.png?t=20190806") no-repeat;
}
.col-news .head h2 {
  color: #555;
  font-size: 32px;
  line-height: 56px;
}
.col-news .head p {
  color: #666;
  font-size: 16px;
}
.col-news .content {
  padding: 0 20px;
}
.col-news .list {
  width: 340px;
  float: left;
  margin: 0 15px;
}
.col-news .list .adv-img {
  display: block;
  width: 340px;
  height: 120px;
}
.col-news .list:last-child {
  margin-right: 0;
}
.col-news .list .h {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}
.col-news .list h3 .text {
  font-size: 18px;
  padding-left: 10px;
  position: relative;
}
.col-news .list h3 .text:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #3bbc6b;
  left: 0;
  top: 3px;
}
.col-news .list h3 .more {
  display: inline-block;
  float: right;
  width: 65px;
  height: 20px;
  /* background: url('/skin/style/img/index/more-btn.jpg') no-repeat; */
  margin-top: 6px;
  font-size: 12px;
  text-align: right;
  line-height: 22px;
  color: #f30000;
}
.col-news .list .first-item {
  padding: 10px 0;
  display: none;
}
.col-news .list .first-item .img {
  width: 130px;
  height: 100px;
  float: left;
}

.col-news .list .first-item .img img {
  width: 100%;
  height: 100%;
}

.col-news .list .first-item .text {
  overflow: hidden;
  padding-left: 10px;
  height: 100px;
}

.col-news .list .first-item .text .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 6px;
  letter-spacing: 1px;
}

.col-news .list .first-item .text .title a:hover {
  color: #52bf56;
}

.col-news .list .first-item .text .summary {
  color: #999;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
  letter-spacing: 2px;
}

.col-news .list .items {
  height: 260px;
}

.col-news .list .items li {
  line-height: 22px;
  padding: 5px 0;
  letter-spacing: 1px;
  height: 22px;
}

.col-news .list .items li a {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 280px;
  display: inline-block;
}

.col-news .list .items li a:hover {
  color: #029bdb;
}

.col-news .list .items li .time {
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

/*foot*/
.foot-col ul {
  width: 1200px;
  margin: 0 auto;
}
.foot-col ul li {
  position: relative;
  width: 382px;
  height: 340px;
  margin: 9px;
  text-align: center;
  border-radius: 4px;
  border-bottom: 3px #1472ff solid;
  overflow: hidden;
}
.foot-col ul li .popup {
  position: absolute;
  width: 382px;
  height: 340px;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.foot-col ul li .popup.active {
  display: block;
}
.foot-col ul li .popup .zxdz-btn {
  display: block;
  margin: 130px auto 20px;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #4381ff;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
}
.foot-col ul li .popup .zxdz-btn:hover {
  opacity: 0.9;
}
.foot-col ul li .popup p {
  font-size: 18px;
  color: #ffffff;
}
.foot-col ul li h3 {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #343434;
  line-height: 52px;
}
.foot-col ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
/**/
.hzye {
  padding: 40px 0;
  width: 100%;
}

.hzye .title {
  text-align: center;
  margin-bottom: 15px;
}

.hzye .title span {
  background: #f9bc01;
  display: inline-block;
  width: 100px;
  height: 5px;
  position: relative;
  top: -3px;
}

.hzye h2 {
  font-size: 36px;
  line-height: 80px;
  color: #555;
  letter-spacing: 2px;
}

.hzye .list {
  margin-right: -10px;
}

.hzye .list li {
  width: 220px;
  border: 1px solid #e5e5e5;
  height: 108px;
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

.hzye .list .img {
  width: 220px;
  height: 108px;
  text-align: center;
  line-height: 108px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.hzye .list .img img {
}

.hzye .list .profile {
  position: absolute;
  height: 110px;
  width: 222px;
  background: #096fff;
  color: #fff;
  left: -1px;
  text-align: center;
  bottom: -111px;
  z-index: 10;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

.hzye .list .profile .name {
  line-height: 40px;
}

.hzye .list .profile .summary {
  text-align: left;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 6px;
  height: 57px;
  overflow: hidden;
}

.hzye .list li:hover .profile {
  bottom: 0;
}

/**/
.cp-col {
  background: #f2f5fc;
}
.cp-col .title .title-desc {
  color: #4381ff;
}
.cp-col ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-col ul li a {
  display: block;
  background: #fff;
  box-shadow: 0px 2px 6px 5px #eff5fd;
  padding: 13px 0;
  box-sizing: border-box;
  width: 218px;
  height: 153px;
  border: 1px solid #ebedf0;
  border-radius: 6px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.cp-col ul li a:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.cp-col ul li a h4 {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  line-height: 60px;
}
.cp-col ul li a p {
  font-size: 14px;

  font-weight: 500;
  color: #777777;
}
.cp-centre-new {
}

.cp-centre-new .list {
}

.cp-centre-new .list li {
  float: left;
  width: 20%;
}

.cp-centre-new .list li a {
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  position: relative;
  left: 0;
  top: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  margin: 10px;
}

.cp-centre-new .list li a .text {
}

.cp-centre-new .list li a .text h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 20px;
  margin-top: 4px;
}

.cp-centre-new .list li a .text p {
  color: #777;
  line-height: 30px;
  height: 35px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 10px;
}

.cp-centre-new .list li a .img {
  margin-top: 6px;
  margin-bottom: 10px;
}

.cp-centre-new .list li a .img .icon {
  width: 76px;
  height: 76px;
}

.cp-centre-new .list li:hover a {
  /* background:#029bdb; */
  /* border-color: #029bdb; */
  top: -4px;
  left: -4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.cp-centre-new .list li:hover a .text h3 {
  /* color: #fff; */
}

.cp-centre-new .list li:hover a .text p {
  /* color: #fff; */
}

.cp-centre-new .list li:hover a .img .icon {
  /* background-position-y: -103px; */
}

/*2018-10-19 Ã©Ââ€šÃ¦ÂÂ¿Ã®â€“Æ’*/
.fx-col {
}
.fx-col .fx-head {
  height: 170px;
  /*background: url('/skin/style/img/index/fx-head-bg.png') center no-repeat; */
  text-align: center;
  margin-top: -10px;
}

.fx-col .fx-head h2 {
  font-size: 36px;
  line-height: 60px;
  color: #333;
  letter-spacing: 2px;
  padding-top: 8px;
  font-weight: 600;
}

.fx-col .fx-head h2 span {
  color: #4381ff;
  font-weight: 800;
}
.fx-col .fx-head p span {
  color: #e67728;
  font-weight: 600;
  font-size: 22px;
}

.fx-col .fx-head p {
  font-size: 18px;
  line-height: 35px;
  color: #666;
  margin-top: 10px;
}

.fx-col ul {
  padding: 25px 0 10px;
  display: flex;
  justify-content: space-between;
}

.fx-col ul li .item {
  box-shadow: 0px 2px 6px 5px #eff5fd;
  width: 230px;
  height: 180px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

.fx-col ul li .item:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.fx-col ul li .item h3 {
  font-size: 26px;
  font-weight: 800;
  /*  color: #4381ff; */
  color: #fff;
  margin: 20px 0 15px;
}

.fx-col ul li .item p {
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
  margin: 0 0 10px;
}

.fx-col ul li .item a.btn {
  display: block;
  width: 106px;
  height: 36px;
  text-align: center;
  margin: 0 auto;
  line-height: 36px;
  background: #fff;
  border-radius: 20px;
  color: #4381ff;
}

.fx-col ul li .item.fx-item {
  background-position-x: 0;
}

.fx-col ul li .item.wapp-item {
  background-position-x: -230px;
}

.fx-col ul li .item.jg-item {
  background-position-x: -460px;
}

.fx-col ul li .item.mf-item {
  background-position-x: -690px;
}

.fx-col ul li .item.fx-item .btn {
  color: #0b84fe;
}

.fx-col ul li .item.wapp-item .btn {
  color: #0d50c1;
}

.fx-col ul li .item.jg-item .btn {
  color: #068b92;
}

.fx-col ul li .item.mf-item .btn {
  color: #48bc44;
}

.fx-col ul li .item.fx-item-01 {
  background: url("/skin/style/img/index/fx/sc_01.png") no-repeat;
}

.fx-col ul li .item.fx-item-02 {
  background: url("/skin/style/img/index/fx/sc_02.png") no-repeat;
}

.fx-col ul li .item.fx-item-03 {
  background: url("/skin/style/img/index/fx/sc_03.png") no-repeat;
}

.fx-col ul li .item.fx-item-04 {
  background: url("/skin/style/img/index/fx/sc_04.png") no-repeat;
}

.tg-col {
}
.tg-col .tg-bg {
  display: block;
  width: 100%;
  height: 150px;
  background: url("/skin/style/img/index/tg-bg.png") no-repeat center center;
}
.tg-col1 {
}
.tg-col1 .tg-bg {
  display: block;
  width: 100%;
  height: 500px;
  background: url("/skin/style/img/index/b-jj.png") no-repeat center center;
}
.banner .pj-Carousel-item .wrp1150 {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  z-index: 99;
  height: 54px;
}
.banner .banner-btn.mf-banner-btn {
  left: 50%;
  bottom: 150px;
  width: 400px;
  height: 54px;
  margin-left: -360px;
}

.banner .banner-btn.weapp-banner-btn {
  left: 84px;
  bottom: 144px;
}

.banner .banner-btn.fx-banner-btn {
  left: 76px;
  bottom: 172px;
}

.banner .banner-btn.sj-banner-btn {
  left: 180px;
  bottom: 160px;
}

.banner .banner-btn .btn {
  float: left;
  width: 152px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 4px;
  border: 1px solid;
  margin: 0 20px;
}

.banner .banner-btn .btn:hover {
  opacity: 0.9;
}

.banner .banner-btn.mf-banner-btn .btn.resUrl {
  background: #fff;
  border-color: #fff;
  color: #6616ff;
}

.banner .banner-btn.weapp-banner-btn .btn.resUrl {
  background: #f84445;
  border-color: #f84445;
}

.banner .banner-btn.fx-banner-btn .btn.resUrl {
  background: #da1227;
  border-color: #da1227;
}

.banner .banner-btn.sj-banner-btn .btn {
  background: #fff;
  border-color: #0d2eb7;
  color: #0d2eb7;
}

.banner .banner-btn .btn.kfUrl {
  background: #ff7200;
  border-color: #ff7200;
}

.bg-b_f_01 {
  width: 46px;
  height: 46px;
  background: url("/skin/style/img/index/headfree4.png");
}

.bg-b_f_02 {
  width: 46px;
  height: 46px;
  background: url("/skin/style/img/index/index_icon3.png") -680px -20px;
}

.bg-b_f_03 {
  width: 46px;
  height: 46px;
  background: url("/skin/style/img/index/headfree1.png");
}

.bg-b_f_04 {
  width: 46px;
  height: 46px;
  background: url("/skin/style/img/index/headfree2.png") no-repeat;
}

.bg-b_f_05 {
  width: 46px;
  height: 46px;
  background: url("/skin/style/img/index/headfree3.png") no-repeat;
}

.bg-cp_01 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -133px -133px;
}

.bg-cp_02 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -246px -20px;
}

.bg-cp_03 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -246px -133px;
}

.bg-cp_04 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -20px -246px;
}

.bg-cp_05 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -133px -246px;
}

.bg-cp_06 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -246px -246px;
}

.bg-cp_07 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -20px -20px;
}

.bg-cp_08 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -359px -133px;
}

.bg-cp_09 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -359px -246px;
}

.bg-cp_10 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -20px -359px;
}

.bg-cp_11 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -133px -359px;
}

.bg-cp_12 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -133px -20px;
}

.bg-cp_13 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -359px -20px;
}

.bg-cp_14 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -20px -133px;
}

.bg-cp_15 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon3.png") -246px -359px;
}

.bg-jj_01 {
  width: 32px;
  height: 37px;
  background: url("/skin/style/img/index/index_icon3.png") -747px -9px;
}

.bg-jj_02 {
  width: 30px;
  height: 28px;
  background: url("/skin/style/img/index/index_icon3.png") -762px -314px;
}

.bg-jj_03 {
  width: 40px;
  height: 36px;
  background: url("/skin/style/img/index/index_icon3.png") -668px -168px;
}

.bg-jj_05 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -231px -642px;
}

.bg-jj_04 {
  width: 37px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -667px -468px;
}

.bg-jj_06 {
  width: 30px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -745px -166px;
}

.bg-jj_07 {
  width: 44px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -451px -544px;
}

.bg-jj_08 {
  width: 36px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -667px -542px;
}

.bg-jj_09 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -12px -643px;
}

.bg-jj_10 {
  width: 30px;
  height: 28px;
  background: url("/skin/style/img/index/index_icon3.png") -759px -243px;
}

.bg-jj_11 {
  width: 32px;
  height: 34px;
  background: url("/skin/style/img/index/index_icon3.png") -744px -88px;
}

.bg-jj_12 {
  width: 39px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -667px -242px;
}

.bg-jj_13 {
  width: 29px;
  height: 28px;
  background: url("/skin/style/img/index/index_icon3.png") -762px -459px;
}

.bg-jj_14 {
  width: 43px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -535px -545px;
}

.bg-jj_15 {
  width: 63px;
  height: 32px;
  background: url("/skin/style/img/index/index_icon3.png") -140px -455px;
}

.bg-jj_16 {
  width: 34px;
  height: 23px;
  background: url("/skin/style/img/index/index_icon3.png") -242px -467px;
}

.bg-jj_17 {
  width: 38px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -668px -316px;
}

.bg-jj_18 {
  width: 21px;
  height: 37px;
  background: url("/skin/style/img/index/index_icon3.png") -741px -370px;
}

.bg-jj_19 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -155px -642px;
}

.bg-jj_20 {
  width: 38px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -667px -391px;
}

.bg-jj_21 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -80px -644px;
}

.bg-jj_22 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -321px -470px;
}

.bg-jj_23 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -402px -474px;
}

.bg-jj_24 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -477px -643px;
}

.bg-jj_25 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -548px -642px;
}

.bg-jj_26 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -634px -642px;
}

.bg-jj_27 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -316px -642px;
}

.bg-jj_28 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon3.png") -396px -642px;
}

.bg-jl_01 {
  width: 63px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -472px -217px;
}

.bg-jl_02 {
  width: 58px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -580px -415px;
}

.bg-jl_03 {
  width: 59px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -580px -218px;
}

.bg-jl_04 {
  width: 59px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -580px -119px;
}

.bg-jl_05 {
  width: 50px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -113px -558px;
}

.bg-jl_06 {
  width: 68px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -472px -20px;
}

.bg-jl_07 {
  width: 62px;
  height: 58px;
  background: url("/skin/style/img/index/index_icon3.png") -472px -316px;
}

.bg-jl_08 {
  width: 71px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -359px -359px;
}

.bg-jl_09 {
  width: 53px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -20px -558px;
}

.bg-jl_10 {
  width: 60px;
  height: 59px;
  background: url("/skin/style/img/index/index_icon3.png") -580px -20px;
}

.bg-jl_11 {
  width: 68px;
  height: 58px;
  background: url("/skin/style/img/index/index_icon3.png") -472px -119px;
}

.bg-jl_12 {
  width: 60px;
  height: 58px;
  background: url("/skin/style/img/index/index_icon3.png") -580px -317px;
}

.bg-or {
  width: 80px;
  height: 46px;
  background: url("/skin/style/img/index/index_icon3.png") -20px -472px;
}

.bg-qyicon_01 {
  width: 138px;
  height: 35px;
  background: url("/skin/style/img/index/index_icon4.png") -1457px -10px;
}

.bg-qyicon_02 {
  width: 92px;
  height: 84px;
  background: url("/skin/style/img/index/index_icon4.png") -1051px -10px;
}

.bg-qyicon_03 {
  width: 73px;
  height: 73px;
  background: url("/skin/style/img/index/index_icon4.png") -539px -10px;
}

.bg-qyicon_05 {
  width: 70px;
  height: 70px;
  background: url("/skin/style/img/index/index_icon4.png") -267px -10px;
}

.bg-qyicon_04 {
  width: 86px;
  height: 86px;
  background: url("/skin/style/img/index/index_icon4.png") -837px -10px;
}

.bg-qyicon_06 {
  width: 70px;
  height: 70px;
  background: url("/skin/style/img/index/index_icon4.png") -357px -10px;
}

.bg-qyicon_07 {
  width: 128px;
  height: 70px;
  background: url("/skin/style/img/index/index_icon4.png") -1309px -10px;
}

.bg-qyicon_08 {
  width: 126px;
  height: 126px;
  background: url("/skin/style/img/index/index_icon4.png") -1163px -10px;
}

.bg-qyicon_09 {
  width: 81px;
  height: 63px;
  background: url("/skin/style/img/index/index_icon4.png") -632px -10px;
}

.bg-qyicon_10 {
  width: 62px;
  height: 62px;
  background: url("/skin/style/img/index/index_icon4.png") -10px -10px;
}

.bg-qyicon_11 {
  width: 84px;
  height: 84px;
  background: url("/skin/style/img/index/index_icon4.png") -733px -10px;
}

.bg-qyicon_12 {
  width: 68px;
  height: 68px;
  background: url("/skin/style/img/index/index_icon4.png") -179px -10px;
}

.bg-qyicon_13 {
  width: 67px;
  height: 67px;
  background: url("/skin/style/img/index/index_icon4.png") -92px -10px;
}

.bg-qyicon_14 {
  width: 72px;
  height: 71px;
  background: url("/skin/style/img/index/index_icon4.png") -447px -10px;
}

.bg-qyicon_15 {
  width: 88px;
  height: 56px;
  background: url("/skin/style/img/index/index_icon4.png") -943px -10px;
}

.bg-cp_04 {
  width: 50px;
  height: 43px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -798px -10px;
}

.bg-cp_07 {
  width: 48px;
  height: 48px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -593px -10px;
}

.bg-cp_09 {
  width: 41px;
  height: 46px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -10px -10px;
}

.bg-cp_13 {
  width: 50px;
  height: 50px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -868px -10px;
}

.bg-cp_15 {
  width: 50px;
  height: 42px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -938px -10px;
}

.bg-cp_ai {
  width: 45px;
  height: 46px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -127px -3px;
}

.bg-cp_app {
  width: 43px;
  height: 50px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -62px -7px;
}

.bg-cp_b2b2c {
  width: 47px;
  height: 44px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -519px -2px;
}

.bg-cp_b2c {
  width: 46px;
  height: 45px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -386px -4px;
}

.bg-cp_fh {
  width: 50px;
  height: 46px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -1002px -3px;
}

.bg-cp_fw {
  width: 46px;
  height: 49px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -452px -4px;
}

.bg-cp_fx {
  width: 58px;
  height: 47px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -1287px -4px;
}

.bg-cp_jxck {
  width: 45px;
  height: 46px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -192px -3px;
}

.bg-cp_md {
  width: 50px;
  height: 44px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -1073px -3px;
}

.bg-cp_mfyc {
  width: 45px;
  height: 46px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -258px -3px;
}

.bg-cp_pt {
  width: 50px;
  height: 47px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -1145px -2px;
}

.bg-cp_qqs {
  width: 49px;
  height: 45px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -723px -3px;
}

.bg-cp_tby {
  width: 45px;
  height: 46px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -322px -4px;
}

.bg-cp_xcx {
  width: 48px;
  height: 48px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -655px -3px;
}

.bg-cp_zb {
  width: 50px;
  height: 49px;
  background: url("/skin/style/img/index/cp/cp-sprites.png") -1213px -7px;
}

.bg-jz_01 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -31px -10px;
}

.bg-jz_02 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -149px -10px;
}

.bg-jz_03 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -269px -10px;
}
.bg-jz_04 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -385px -10px;
}
.bg-jz_05 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -509px -10px;
}
.bg-jz_06 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -628px -10px;
}
.bg-jz_07 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -741px -10px;
}

.bg-jz_08 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -859px -10px;
}
.bg-jz_09 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") -980px -10px;
}
.bg-jz_10 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 800px -10px;
}

.bg-jz_11 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 918px -10px;
}
.bg-jz_12 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 1036px -10px;
}
.bg-jz_13 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 682px -10px;
}
.bg-jz_14 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 575px -10px;
}
.bg-jz_15 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 467px -10px;
}
.bg-jz_16 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 355px -10px;
}

.bg-jz_17 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 246px -10px;
}
.bg-jz_18 {
  width: 100px;
  height: 100px;
  background: url("/skin/style/img/index/jz/fenxiaozhidu.png") 130px -10px;
}

.zn-col {
}

.zn-col .list {
  /* margin-bottom: 40px; */
}

.zn-col .list .item {
  float: left;
  width: 33.3333344%;
}

.zn-col .list .item .box {
  margin: 20px;
  text-align: center;
}

.zn-col .list .item .box .img {
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: center;
  height: 250px;
  line-height: 250px;
}

.zn-col .list .item .box .img img {
}

.zn-col .list .item .box .h3 {
  font-size: 20px;
  color: #555;
  margin: 20px 0 10px;
  font-weight: 800;
}

.zn-col .list .item .box .p {
  font-size: 16px;
}

.zn-col .list.zn-ms {
  width: 1130px;
  height: 165px;
  background: url(/skin/style/img/index/zn/bg.png?) center center;
  margin: 0 auto 40px;
}

.zn-col .list.zn-ms .item {
  width: 20%;
}

.zn-col .list.zn-ms .item .box {
  margin: 24px 0;
}

.zn-col .list.zn-ms .item .box .icon {
  width: 80px;
  height: 80px;
}

.zn-col .list.zn-ms .item .box .p {
  margin: 10px 20px;
}

.zn-col .btn-group {
  text-align: center;
  padding: 40px;
}

.zn-col .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ff9800;
  background: #ff9800;
  color: #fff;
  margin: 0 10px;
}

.bg-zn_01 {
  width: 67px;
  height: 65px;
  background: url("/skin/style/img/index/zn/zn-sprites.png") -250px -3px;
}

.bg-zn_02 {
  width: 80px;
  height: 60px;
  background: url("/skin/style/img/index/zn/zn-sprites.png") -344px 1px;
}

.bg-zn_03 {
  width: 60px;
  height: 59px;
  background: url("/skin/style/img/index/zn/zn-sprites.png") 2px 0px;
}

.bg-zn_04 {
  width: 64px;
  height: 64px;
  background: url("/skin/style/img/index/zn/zn-sprites.png") -165px -3px;
}

.bg-zn_05 {
  width: 63px;
  height: 63px;
  background: url("/skin/style/img/index/zn/zn-sprites.png") -82px -1px;
}

.qw-col {
}

.qw-col .img {
  text-align: center;
  padding: 40px 0;
}

.qw-col .img img {
}

.qw-col .text {
  padding: 20px 40px;
  color: #666;
  font-size: 16px;
  border-radius: 10px;
  border: 1px dashed #838484;
  margin: 20px 0;
}

.qw-col .text .p {
  overflow: hidden;
  line-height: 2.2;
}

.qw-col .text .span {
  font-weight: 800;
  float: left;
  line-height: 1.6;
  font-size: 20px;
}

.fn-col {
  height: 600px;
  background: url("/skin/style/img/index/fn/fn-bg02.png") no-repeat center
    center;
  padding: 40px 0;
}
.fn-col .title .h2 {
  color: #fff;
}
.fn-col .title .p {
  color: #ccc;
}
.fn-col .col-content {
  position: relative;
}
.fn-col .col-content .btn-box {
  z-index: 200;
  position: absolute;
  bottom: 40px;
  right: 280px;
  width: 400px;
  height: 45px;
  border: 1px solid #4381ff;
  border-radius: 5px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.fn-col .col-content .btn-box div {
  width: 270px;
}
.fn-col .col-content .btn-box .btn {
  width: 130px;
  height: 45px;
  color: #fff;
  background: #4381ff;
}
.fn-col .col-content .btn-box .btn:hover {
  opacity: 0.9;
}
.fn-col .list {
  position: relative;
  height: 505px;
}

.fn-col .list .items {
  /* overflow: hidden; */
  width: 10%;
  /* margin: 0 auto; */
  float: left;
}

.fn-col .list .items .item-left {
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.fn-col .list .items:last-child .item-left {
  border-bottom: none;
}

.fn-col .list .items .item-left span {
  vertical-align: middle;
  padding: 2px 8px;
  font-size: 16px;
  cursor: pointer;
}

.fn-col .list .items .item-right {
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.fn-col .list .items .item-right .banner {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: url("/skin/style/img/index/fn/fn-left.png") no-repeat center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.fn-col .list .items .item-right .banner-left {
  left: 0;
  background: url("/skin/style/img/index/fn/fn-left.png") no-repeat center;
}
.fn-col .list .items .item-right .banner-left:hover {
  background: url("/skin/style/img/index/fn/fn-New-left.png") no-repeat center;
}
.fn-col .list .items .item-right .banner-right {
  right: 0;
  background: url("/skin/style/img/index/fn/fn-right.png") no-repeat center;
}
.fn-col .list .items .item-right .banner-right:hover {
  background: url("/skin/style/img/index/fn/fn-New-right.png") no-repeat center;
}
.fn-col .list .items .item-right img {
  padding-left: 55px;
}
.fn-col .list .items.active .item-left span {
  background: #1472ff;
  border-radius: 20px;
}
.fn-col .list .items.active .item-right {
  opacity: 1;
  z-index: 10;
}

.bg-fn_01 {
  width: 20px;
  height: 18px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -713px -282px;
}

.bg-fn_02 {
  width: 22px;
  height: 21px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -713px -241px;
}

.bg-fn_03 {
  width: 18px;
  height: 16px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -713px -434px;
}

.bg-fn_04 {
  width: 18px;
  height: 18px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -713px -320px;
}

.bg-fn_05 {
  width: 18px;
  height: 18px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -713px -358px;
}

.bg-fn_06 {
  width: 18px;
  height: 18px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -713px -396px;
}

.bg-fn_07 {
  width: 50px;
  height: 36px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -278px -472px;
}

.bg-fn_08 {
  width: 39px;
  height: 45px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -575px -250px;
}

.bg-fn_09 {
  width: 42px;
  height: 39px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -644px 0px;
}

.bg-fn_10 {
  width: 42px;
  height: 40px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") 0px -543px;
}

.bg-fn_11 {
  width: 39px;
  height: 44px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -575px -379px;
}

.bg-fn_12 {
  width: 54px;
  height: 30px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -489px -470px;
}

.bg-fn_13 {
  width: 38px;
  height: 41px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -641px -238px;
}

.bg-fn_14 {
  width: 35px;
  height: 40px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -701px -2px;
}

.bg-fn_15 {
  width: 41px;
  height: 39px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -642px -121px;
}

.bg-fn_16 {
  width: 38px;
  height: 36px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") 0px -658px;
}

.bg-fn_17 {
  width: 37px;
  height: 40px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -642px -301px;
}

.bg-fn_18 {
  width: 54px;
  height: 30px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -132px -539px;
}

.bg-fn_19 {
  width: 41px;
  height: 39px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -641px -180px;
}

.bg-fn_20 {
  width: 38px;
  height: 34px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -193px -602px;
}

.bg-fn_21 {
  width: 32px;
  height: 36px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -699px -175px;
}

.bg-fn_22 {
  width: 35px;
  height: 35px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -701px -119px;
}

.bg-fn_23 {
  width: 46px;
  height: 34px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -132px -602px;
}

.bg-fn_24 {
  width: 54px;
  height: 30px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -206px -538px;
}

.bg-fn_25 {
  width: 50px;
  height: 36px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -347px -472px;
}

.bg-fn_26 {
  width: 49px;
  height: 36px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -416px -472px;
}

.bg-fn_27 {
  width: 40px;
  height: 40px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -641px -60px;
}

.bg-fn_28 {
  width: 42px;
  height: 35px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -642px -417px;
}

.bg-fn_29 {
  width: 39px;
  height: 44px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -575px -444px;
}

.bg-fn_30 {
  width: 54px;
  height: 30px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -280px -538px;
}

.bg-fn_31 {
  width: 39px;
  height: 45px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -575px -314px;
}

.bg-fn_32 {
  width: 43px;
  height: 37px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -1px -602px;
}

.bg-fn_33 {
  width: 45px;
  height: 35px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -66px -602px;
}

.bg-fn_34 {
  width: 39px;
  height: 36px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -641px -531px;
}

.bg-fn_35 {
  width: 39px;
  height: 44px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -446px -396px;
}

.bg-fn_36 {
  width: 34px;
  height: 40px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -701px -61px;
}

.bg-fn_37 {
  width: 50px;
  height: 38px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -207px -473px;
}

.bg-fn_38 {
  width: 42px;
  height: 42px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -578px -124px;
}

.bg-fn_39 {
  width: 42px;
  height: 42px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -577px -187px;
}

.bg-fn_40 {
  width: 42px;
  height: 40px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -63px -542px;
}

.bg-fn_41 {
  width: 37px;
  height: 40px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -641px -361px;
}

.bg-fn_42 {
  width: 54px;
  height: 30px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -353px -540px;
}

.bg-hx_01 {
  width: 82px;
  height: 79px;
  background: url("/skin/style/img/index/fn/fn-sprites.png") -5px -206px;
}

.mk-col {
  background: #f2f5fc;
  height: 680px;
}
.mk-col .left-box {
  position: relative;
  width: 870px;
  height: 525px;
  border-radius: 8px;
  background: #fff;
}

.mk-col .left-box .btn-group {
  position: absolute;
  top: 40px;
  right: 80px;
  text-align: center;
}

.mk-col .left-box .btn-group .btn {
  font-size: 18px;
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 1px solid;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  margin-right: 20px;
}

.mk-col .left-box .btn-group .btn.resUrl {
  width: 120px;
  height: 40px;
  color: #fff;
  border: #4381ff 1px solid;
  background: #4381ff;
  border-radius: 26px;
}

.mk-col .left-box .btn-group .btn.kfUrl {
  width: 120px;
  height: 40px;
  color: #4381ff;
  border-radius: 26px;
}

.mk-col .left-box .btn-group .btn:hover {
  opacity: 0.9;
}
.mk-col .left-box .left-title {
  width: 800px;
  padding: 20px 0 30px 30px;
}
.mk-col .left-box .left-title h3 {
  line-height: 70px;
  font-size: 30px;
  font-weight: bold;
  color: #1473ff;
}
.mk-col .left-box .left-title p {
  font-size: 16px;
/*   font-weight: 600; */
  margin: 10px 0;
  color: #666666;
}
.mk-col .left-box img {
  display: block;
  margin: 0 auto;
}
.mk-col ul {
  width: 280px;
}

.mk-col ul li {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  width: 270px;
  height: 90px;
  background: #fff;
  margin-bottom: 18px;
  border-radius: 8px;
}
.mk-col ul .active {
  background: linear-gradient(90deg, #0062e3 0%, #007fff 100%);
}
.mk-col ul .active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #0063e4;
  border-bottom: 15px solid transparent;
}
.mk-col ul li:nth-child(6) {
  margin-bottom: 0px;
}
.mk-col ul li h3 {
  line-height: 85px;
  font-size: 24px;
  color: #333333;
}
.mk-col ul .active h3 {
  color: #fff;
}
.mk-col ul li:hover {
}
.mk-col-icon {
  display: block;
  margin: 12.5px 15px;
  width: 60px;
  height: 60px;
}
.mk-col-icon-01 {
  background: url("/skin/style/img/index/mk/icon.png") -10px -10px;
}
.mk-col-icon-02 {
  background: url("/skin/style/img/index/mk/icon.png") -90px -10px;
}
.mk-col-icon-03 {
  background: url("/skin/style/img/index/mk/icon.png") -170px -10px;
}
.mk-col-icon-04 {
  background: url("/skin/style/img/index/mk/icon.png") -90px -90px;
}
.mk-col-icon-05 {
  background: url("/skin/style/img/index/mk/icon.png") -10px -90px;
}
.mk-col-icon-06 {
  background: url("/skin/style/img/index/mk/icon.png") 70px -90px;
}

.zc-col {
  height: 360px;
  background: url("/skin/style/img/index/zc/zc-bg.png?") center center;
  overflow: initial;
  margin-bottom: 470px;
}

.zc-col .title {
  margin: 30px 0;
}

.zc-col .title p,
.zc-col .title span {
  color: #fff;
}

.zc-col .list {
}

.zc-col .list .item {
  float: left;
  width: 25%;
  text-align: center;
}

.zc-col .list .item .h3 {
  color: #fff;
  font-size: 45px;
  margin: 20px 0;
}

.zc-col .list .item .p {
  color: #fff;
}

.zc-col .btn-group {
  text-align: center;
  margin-top: 60px;
}

.zc-col .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px;
}

.zc-col .al-box {
  padding: 40px 0;

  position: relative;
  margin-top: 210px;
}

.zc-col .al-box .pj-Carousel {
  margin: 0 -10px;
  width: 1170px;
  height: 570px;
}

.zc-col .al-box .item {
  background: transparent;
}

.zc-col .al-box .item img {
  width: auto;

  height: auto;
}

.zc-col .al-box .al-nav {
  bottom: 5px;
}

.zc-col .al-box .al-nav-item .pj-Carousel-color {
  background: #b7cdf4;
  color: #b7cdf4;
}

.zc-col .al-box .al-nav-item .pj-Carousel-color.active {
  background: #1159dc;
  color: #1159dc;
}

.zx-col {
  padding: 50px 0;
  height: 183px;
  background: url(/skin/style/img/index/last-col-bg.png?) no-repeat center
    center;
}

.zx-col .h2 {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  color: #444;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #fff;
  margin: 40px 0;
}

.zx-col .content {
  display: block;
  width: 654px;
  margin: 100px auto 0;
}

.zx-col .box {
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  position: relative;
  float: left;
}

.zx-col .box .inp {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 50px;
  padding-right: 130px;
  font-size: 18px;
  color: #666;
  border-radius: 4px;
}

.zx-col .box .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 120px;
  height: 46px;
  color: #fff;
  background: #0060ff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.zx-col .btn-zx {
  float: left;
  width: 120px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #1c9733;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  line-height: 46px;
  border: 2px solid #fff;
  margin-left: 30px;
  position: relative;
}

.zx-col .btn-zx:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 44px;
  background: #fff;
  left: -17px;
  top: 2px;
}

.gn-col {
}

.gn-col .title span {
}

.gn-col .content {
  position: relative;
  height: 600px;
  padding: 0 30px;
}

.gn-col .list {
  width: 330px;
  margin-top: 40px;
}

.gn-col .list .item {
  width: 100%;
  background: #f7f8fa;
  margin: 2px 0;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.gn-col .list .item .box {
  overflow: hidden;
}

.gn-col .list .item .img {
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  float: left;
}

.gn-col .list .item .icon {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gn-col .list .item .txt {
  height: 100px;
  overflow: hidden;
  padding-right: 15px;
}

.gn-col .list .item .h3 {
  font-size: 18px;
  margin: 40px 0 10px;
  font-weight: 600;
}

.gn-col .list .item .p {
  color: #666;
  line-height: 1.2;
}

.gn-col .list .item.on {
  background: #2e65ff;
}

.gn-col .list .item.on .img {
}

.gn-col .list .item.on .icon {
  background-position-y: -76px;
}

.gn-col .list .item.on .h3,
.gn-col .list .item.on .p {
  color: #fff;
}

.gn-col .bg {
  width: 316px;
  height: 587px;
  position: absolute;
  left: 50%;
  margin-left: -158px;
  background: url(/skin/style/img/index/gn/bg.png) center center no-repeat;
}

.gn-col .bg .img {
  width: 234px;
  height: 505px;
  display: block;
  margin: 42px 42px;
  border-radius: 16px;
}

.fz-col {
}

.fz-col .content {
  text-align: center;
}

.bg-gn_01 {
  width: 46px;
  height: 46px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -442px -10px;
}

.bg-gn_02 {
  width: 35px;
  height: 46px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -10px -10px;
}

.bg-gn_03 {
  width: 41px;
  height: 46px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -125px -10px;
}

.bg-gn_04 {
  width: 44px;
  height: 32px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -248px -10px;
}

.bg-gn_05 {
  width: 40px;
  height: 40px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -65px -10px;
}

.bg-gn_06 {
  width: 45px;
  height: 46px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -312px -10px;
}

.bg-gn_07 {
  width: 46px;
  height: 36px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -508px -10px;
}

.bg-gn_08 {
  width: 46px;
  height: 34px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -574px -10px;
}

.bg-gn_09 {
  width: 45px;
  height: 31px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -377px -10px;
}

.bg-gn_10 {
  width: 42px;
  height: 44px;
  background: url("/skin/style/img/index/gn/gn-sprites.png") -186px -10px;
}

.bg-fxms_01 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -10px -10px;
}

.bg-fxms_02 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -106px -10px;
}

.bg-fxms_03 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -202px -10px;
}

.bg-fxms_04 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -298px -10px;
}

.bg-fxms_05 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -394px -10px;
}

.bg-fxms_06 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -490px -10px;
}

.bg-fxms_07 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -586px -10px;
}

.bg-fxms_08 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -682px -10px;
}

.bg-fxms_09 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -778px -10px;
}

.bg-fxms_10 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -874px -10px;
}

.bg-fxms_11 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -970px -10px;
}

.bg-fxms_12 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -1066px -10px;
}

.bg-fxms_13 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -1162px -10px;
}

.bg-fxms_14 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -1258px -10px;
}

.bg-fxms_15 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -1354px -10px;
}

.bg-fxms_16 {
  width: 76px;
  height: 76px;
  background: url("/skin/style/img/index/fxms-sprites.png") -1450px -10px;
}

.sjgn-col {
  /* background: #f5f5f5; */
}

.sjgn-col .col-title .span {
  color: #4362fe;
}

.sjgn-col .content {
}
.sjgn-col .foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sjgn-col .foot li {
  text-align: center;
  line-height: 1.2;
  padding: 30px 40px 30px 0;
  padding-right: 70px;
}
.sjgn-col .foot li:nth-child(6n + 6) {
  padding-right: 0px;
}

.sjgn-col .foot li h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
}
.sjgn-col .foot img:hover {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 5px #eeebeb;
}
.sjgn-col .foot li p {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}
.sjgn-col .content .bg {
  width: 520px;
  height: 578px;
  background: url(/skin/style/img/index/sj-gn/bg.png) center center;
  float: left;
}
.sjgn-col .content .h4 {
  font-size: 24px;
  padding-top: 15px;
  padding-left: 20px;
  font-weight: 600;
  color: #333333;
}

.sjgn-col .content .bg img {
  padding: 75px 175px;
}

.sjgn-col .list {
  width: 477px;
  margin: 8px 0;
}

.sjgn-col .list .item {
  overflow: hidden;
  width: 25%;
  float: left;
}

.sjgn-col .list .item .box {
  margin-top: 10px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}

.sjgn-col .btn-group {
  padding-top: 25px;
  text-align: center;
}

.sjgn-col .btn-group .btn {
  font-size: 18px;
  display: inline-block;
  width: 158px;
  height: 52px;
  border: 1px solid;
  text-align: center;
  line-height: 52px;
  border-radius: 4px;
  margin: 0 20px;
}
.sjgn-col .btn-group .btn.resUrl {
  width: 175px;
  height: 52px;
  color: #fff;
  border: #4381ff 1px solid;
  background: #4381ff;
  border-radius: 26px;
}
.sjgn-col .btn-group .btn.kfUrl {
  width: 175px;
  height: 52px;
  color: #4381ff;
  border-radius: 26px;
}
.sjgn-col .btn-group .btn:hover {
  opacity: 0.9;
}
.sjgn-col .list .item .box .i {
  border-radius: 42px;
  border: 2px solid #c9c9c9;
  width: 78px;
  height: 78px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.sjgn-col .list .item .box .icon {
  display: inline-block;
}
.sjgn-col .list .item .box .h3 {
  font-size: 19px;
  color: #646464;
  margin: 15px 0;
}
.sjgn-col .list .item .box .p {
  line-height: 1.2;
  font-size: 13px;
  padding: 0;
  color: inherit;
  height: 30px;
  overflow: hidden;
}
.sjgn-col .list .item.on .box .i {
  border: 2px solid #056dff;
  background: #056dff;
}
.sjgn-col .list .item.on .box .icon {
  background-position-y: -122px;
}

.bg-sj_gn_01 {
  width: 52px;
  height: 48px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -41px -36px;
}

.bg-sj_gn_02 {
  width: 50px;
  height: 47px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -158px -36px;
}

.bg-sj_gn_03 {
  width: 54px;
  height: 52px;
  background: url(/skin/style/img/index/sj-gn/sj-gn-sprites3.png) -272px -36px;
}

.bg-sj_gn_04 {
  width: 48px;
  height: 52px;
  background: url(/skin/style/img/index/sj-gn/sj-gn-sprites3.png) -389px -36px;
}

.bg-sj_gn_05 {
  width: 50px;
  height: 50px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -502px -36px;
}

.bg-sj_gn_06 {
  width: 50px;
  height: 50px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -615px -36px;
}

.bg-sj_gn_07 {
  width: 50px;
  height: 50px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -730px -36px;
}

.bg-sj_gn_08 {
  width: 50px;
  height: 50px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png?t=20191210") -847px -36px;
}

.bg-sj_gn_09 {
  width: 39px;
  height: 32px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png?") -498px -36px;
}

.bg-sj_gn_10 {
  width: 34px;
  height: 39px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png?t=20191210") -52px -36px;
}

.bg-sj_gn_12 {
  width: 34px;
  height: 42px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -103px -36px;
}

.bg-sj_gn_13 {
  width: 39px;
  height: 32px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -557px -36px;
}

.bg-sj_gn_14 {
  width: 39px;
  height: 37px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -616px -36px;
}

.bg-sj_gn_15 {
  width: 37px;
  height: 37px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -267px -10px;
}

.bg-sj_gn_16 {
  width: 22px;
  height: 37px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png") -10px -10px;
}

.bg-sj_gn_11 {
  width: 41px;
  height: 42px;
  background: url("/skin/style/img/index/sj-gn/sj-gn-sprites3.png?t=20191210") -440px -10px;
}


.wz-col {
  padding: 50px 0;
  height: 560px;
}

.wz-col .title p,
.wz-col .title .span {
  color: #fff;
}

.wz-col .content {
  text-align: center;
}

.wz-col .content .btn {
  display: inline-block;
  width: 220px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  margin-top: 70px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(141deg, #f9313f, #ff5325 100%);
}

/* 新加 */
.banner-foot1 .banner-foot-list li {
  box-shadow: 0px 2px 2px 1px #f0f6fd;
  border-radius: 8px;
  margin: 10px 20px;
  float: left;
  width: 279px;
  height: 100px;
  border: none;
  background: url("/skin/style/img/index/whitenewtitle.png") repeat center;
  transition: 0.6s;
}

.banner-foot1 .banner-foot-list li:hover .bg-b_f_03 {
  background: url("/skin/style/img/index/headfree1-1.png");
}
.banner-foot1 .banner-foot-list li:hover .bg-b_f_04 {
  background: url("/skin/style/img/index/headfree1-2.png") no-repeat;
}
.banner-foot1 .banner-foot-list li:hover .bg-b_f_01 {
  background: url("/skin/style/img/index/headfree1-4.png") no-repeat;
}
.banner-foot1 .banner-foot-list li:hover .bg-b_f_05 {
  background: url("/skin/style/img/index/headfree1-3.png") no-repeat;
}

.banner-foot1 .banner-foot-list li:first-child {
  border: none;
  width: 279px;
  height: 100px;
}

.newwrp1150 {
  width: 1300px !important;
  margin: 0 auto;
}

.banner-foot1 .banner-foot-list li:hover {
  box-shadow: none;
  cursor: pointer;
  background: url("/skin/style/img/index/newtitle.png") repeat center;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: 0.6s;
}

.banner-foot1 .banner-foot-list li:hover .text h3 {
  color: #fff !important;
}

.banner-foot1 .banner-foot-list li:hover .text p {
  color: #fff !important;
}

.p60 {
  padding-top: 120px;
}
.headerlk1 {
  background: url("/skin/style/img/index/fenxiaomode1.png");
}
.headerlk2 {
  background: url("/skin/style/img/index/fenxiaomode2.png");
}
.headerlk3 {
  background: url("/skin/style/img/index/fenxiaomode3.png");
}
.headerlk4 {
  background: url("/skin/style/img/index/fenxiaomode4.png");
}

/* 分销能帮你做什么 */
.fenxiaoyoushi {
  background: url("/skin/style/img/index/fenxiaoyoushi.png");
}

.tc {
  text-align: center;
}

.fenxiaoyoushi ul:first-child {
  border-bottom: 2px solid #d2e7ff;
}
.bornone {
  border: none !important;
}
.bornone .li:first-child {
  height: 520px;
}
/* .bornoneimg{
    height: 520px;
} */

.fenxiaoyoushi li p {
  font-weight: bold;
  font-size: 22px;
  padding-top: 4px;
  padding-bottom: 8px;
}
.fenxiaoborderbottom {
  width: 60px;
  /* height: 7px; */
  border-bottom: 4px solid #4381ff;
  margin: 0 auto;
}

.choose {
  color: #4381ff;
  font-weight: bold;
  font-size: 22px;
  position: relative;
}

.choose:hover {
  cursor: pointer;
}
.showimg {
  display: none;
}
.selected {
  display: block;
}
.choose::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 7px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4381ff;
  border-radius: 5px;
}

.fenxiaoyoushi .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fenxiaoyoushi .content ul li:first-child {
  width: 432px;
  text-align: left;
}

.fenxiaoyoushi .content ul li .jieshao {
  font-size: 18px;
  color: #666666;
  padding-top: 33px;
}
.jieshao span {
  opacity: 0;
}
.abtn {
  display: block;
  margin-top: 43px;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #4381ff;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
}
.autoheigth {
  height: auto !important;
  padding-top: 0 !important;
}

.m25 {
  margin-top: 60px;
  /* margin: 25px auto; */
}
.m50 {
  margin: 50px auto;
}
/* 分销能帮你做什么 */

/* 为什么选择微商来 */
.ysli {
  /* display: flex; */
  margin-top: 25px;
}

.ysli li {
  border: none !important;
  display: flex;
}
.ysli li .libox {
  box-shadow: 0px 3px 38px 0px #e3eeff;
  border-radius: 6px;
  width: 340px;
  height: 90px;
  background: #ffffff;
  margin-bottom: 28px;
}
.ysli li .libox:hover {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.ysli li .libox .desc {
  margin: 20px 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(-27deg, #138eff 0%, #42b3ff 100%);
  border-radius: 50%;
}
.ysli li .libox .title {
  width: 230px;
  text-align: start;
}
.ysli li .libox .title h3 {
  padding: 22px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #545454;
}
.ysli li .libox .title p {
  font-size: 14px;
  line-height: 20px;
 /*  font-family: PingFang SC; */
  font-weight: 500;
  color: #999999;
}

/* .ysli li .libox p:first-child {
  height: 40px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.ysli li .libox p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.ysli li .libox p span {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #f96705;
} */

.liboxmiao {
  padding-top: 10px;
}

.footboxshow {
  width: 1148px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 3px 38px 0px #e3eeff;
  border-radius: 6px;
  padding-top: 10px;
}

/* 图片滚动 */
.wraps {
  /* width:600px;
	height:200px; */
  position: relative;
  overflow: hidden;
}
.wraps .imgscorll {
  display: flex;
  position: relative;
}
.futitle {
  font-size: 18px;
}
/* 获客引流 */
.selectedtitle {
  font-size: 34px !important;
}
