@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  border: none;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html,
body {
  position: relative;
  height: 100%;
  font-family: "microsoft yahei";
}
html {
  font-size: 12px;
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 20px;
  }
}
::-webkit-scrollbar {
  width: 0px;
}
.fullpage {
  width: 100%;
  height: 100%;
}
.common_width {
  width: 1210px;
  margin: 0 auto;
}
.public_aside {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 9;
}
.public_aside img {
  position: relative;
  display: block;
  width: 96px;
  height: auto;
  margin-left: 2px;
  z-index: 10000;
}
.public_aside .icon_close {
  position: absolute;
  right: -5px;
  top: 65px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_kefu.png) center center no-repeat;
  background-position: -1px -2px;
  z-index: 10001;
}
.public_aside .links {
  position: relative;
  width: 100px;
  height: 145px;
  background: rgba(255, 255, 255, 0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
  border-radius: 6px;
  padding: 28px 10px;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: -8px;
}
.public_aside .links a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #3b83f9;
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.public_aside .links a:hover {
  background: #66c396;
  color: #ffffff;
}
.public_aside .links a:hover .show_section {
  display: block;
}
.public_aside .links a.a_tel .show_section {
  width: 120px;
  line-height: 20px;
  padding: 12px 0;
  border-radius: 6px;
}
.public_aside .links a.a_more .show_section {
  padding: 6px;
  border-radius: 2px;
}
.public_aside .links a .show_section {
  display: none;
  position: absolute;
  right: 125%;
  bottom: -50%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.public_aside .links a .show_section .tel {
  color: #3b83f9;
  font-size: 14px;
}
.public_aside .links a .show_section .time {
  color: #444;
  font-size: 12px;
}
.public_aside .links a .show_section img {
  display: block;
}
.public_aside.mini_kefu {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 4px;
}
.public_aside.mini_kefu img {
  width: 90%;
  margin: 0 auto;
}
.public_aside.mini_kefu .icon_close {
  right: -8px;
  top: -12px;
  width: 36px;
  height: 20px;
  background-position: -23px 0;
}
.section {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.section.slide_1 {
  text-align: center;
  background: url(../img/img_bg_1.jpg) center center no-repeat #8d40b4;
  background-size: cover;
}
.section.slide_1 .img_3 {
  position: relative;
  display: block;
  width: 60.3rem;
  height: 38.4rem;
  margin: -10rem auto 0;
  background: url(../img/img_float.png) center center no-repeat;
  background-size: contain;
}
.section.slide_1 .img_1 {
  display: none;
  width: 44.1rem;
  height: auto;
  margin-top: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.section.slide_1 .img_1 img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .section.slide_1 .img_1 {
    margin-top: 5rem;
  }
}
.section.slide_1 .img_2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  width: 47.85rem;
  height: auto;
  margin-left: -23.8rem;
  z-index: 99;
}
.section.slide_1 .img_2 img {
  display: block;
  width: 100%;
  height: auto;
}
.section.slide_1 .btns {
  width: 600px;
  height: 130px;
  margin: 0 auto;
}
.section.slide_1 .btn {
  display: none;
  position: relative;
  width: 220px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  margin: 40px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  z-index: 101;
  color: #ffffff;
  background: rgba(106, 7, 157, 0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f6a079d,endColorstr=#7f6a079d);
}
.section.slide_1 .btn.btn_login {
  float: left;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.section.slide_1 .btn.btn_apply {
  float: right;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.section.slide_1 .btn:active {
  margin-top: 42px;
}
.section.slide_2 {
  padding-top: 8rem;
  background: url(../img/img_bg_2.png) center center no-repeat #fffceb;
  background-size: cover;
}
.section.slide_2 .text {
  display: none;
  text-align: center;
  color: #444;
  margin-bottom: 3.5rem;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.section.slide_2 .text h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.section.slide_2 .text p {
  font-size: 1.2rem;
}
.section.slide_2 article {
  width: 46.6rem;
  margin: 0 auto;
}
.section.slide_2 .item {
  display: none;
  position: relative;
  width: 41.1rem;
  height: 6.1rem;
  border-radius: 3.05rem;
  margin-bottom: 3.6rem;
  padding-left: 9.2rem;
}
.section.slide_2 .item .circles {
  position: absolute;
  top: -0.5rem;
  width: 7.1rem;
  height: 7.1rem;
  border-radius: 100%;
}
.section.slide_2 .item .circles img {
  position: absolute;
  display: block;
  height: auto;
}
.section.slide_2 .item h1 {
  font-size: 1.2rem;
  color: #444;
  margin-top: 1.1rem;
  margin-bottom: 0.5rem;
}
.section.slide_2 .item p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .section.slide_2 .item p {
    font-size: 12px;
  }
}
.section.slide_2 .item.item_1 {
  float: left;
  background: #01a8d2;
}
.section.slide_2 .item.item_1 .circles {
  left: 0;
  background: #4fc0e2;
}
.section.slide_2 .item.item_1 .circles img {
  width: 5.55rem;
  top: -2.5rem;
  left: 0.7rem;
}
.section.slide_2 .item.item_2 {
  float: right;
  background: #19cd98;
  padding-left: 4rem;
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}
.section.slide_2 .item.item_2 .circles {
  right: 0;
  background: #30e2ac;
}
.section.slide_2 .item.item_2 .circles img {
  width: 15.45rem;
  top: 0rem;
  right: -2.7rem;
}
.section.slide_2 .item.item_3 {
  float: left;
  background: #9d4bcb;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.section.slide_2 .item.item_3 .circles {
  left: 0;
  background: #eee1f4;
}
.section.slide_2 .item.item_3 .circles img {
  width: 10.15rem;
  top: -2.5rem;
  left: 0;
}
.section.slide_2 .img {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
}
.section.slide_2 .img.img_1 {
  top: 5.5rem;
  right: 27.5rem;
  width: 4.75rem;
  height: 4.75rem;
  background: url(../img/img_gift_1.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.section.slide_2 .img.img_2 {
  bottom: 6rem;
  right: 32.5rem;
  width: 4rem;
  height: 4rem;
  background: url(../img/img_gift_2.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.section.slide_2 .img.img_3 {
  top: 17.5rem;
  right: 12rem;
  width: 5.2rem;
  height: 5.2rem;
  background: url(../img/img_gift_3.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.section.slide_2 .img.img_4 {
  bottom: 18.5rem;
  left: 23.5rem;
  width: 5.2rem;
  height: 5.2rem;
  background: url(../img/img_gift_4.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.section.slide_2 .img.img_5 {
  top: 21.5rem;
  left: 12.5rem;
  width: 3.9rem;
  height: 3.9rem;
  background: url(../img/img_gift_5.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.section.slide_2 .img.img_6 {
  bottom: 6rem;
  right: 14rem;
  width: 6.35rem;
  height: 6.35rem;
  background: url(../img/img_gift_6.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.section.slide_2 .img.img_7 {
  top: 3rem;
  left: 29rem;
  width: 6.05rem;
  height: 6.05rem;
  background: url(../img/img_gift_7.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.section.slide_2 .img.img_8 {
  bottom: 4rem;
  left: 16rem;
  width: 7.85rem;
  height: 7.85rem;
  background: url(../img/img_gift_8.png) center center no-repeat;
  background-size: contain;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.section.slide_3 {
  padding-top: 7.7rem;
  background: url(../img/img_bg_3.jpg) center center no-repeat #01a8d2;
  background-size: cover;
}
.section.slide_3 .img_1 {
  position: relative;
  width: 54.75rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.section.slide_3 .img_1 .img_top {
  display: block;
  width: 100%;
  height: auto;
}
.section.slide_3 .img_1 .img_logo {
  display: none;
  position: absolute;
  left: 36%;
  top: 4rem;
  width: 12.6rem;
  height: auto;
}
.section.slide_3 .text {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
  height: 4rem;
}
.section.slide_3 .text h1 {
  display: none;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.section.slide_3 .text p {
  display: none;
  font-size: 1rem;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.section.slide_3 ul {
  width: 60.5rem;
  min-width: 1000px;
  margin: 0 auto;
}
.section.slide_3 ul li {
  position: relative;
  width: 20%;
  float: left;
  background: #fff;
  text-align: center;
  color: #444;
  font-size: 14px;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.section.slide_3 ul li + li {
  border-left: 1px solid #cfeef7;
}
.section.slide_3 ul li h2 {
  font-size: 20px;
  font-weight: lighter;
}
.section.slide_3 ul li img {
  display: block;
  width: 6.05rem;
  min-width: 70px;
  height: auto;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}
.section.slide_3 ul li p {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.section.slide_3 ul li:hover {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}
.section.slide_3 ul li:hover .mask {
  display: block;
}
.section.slide_3 ul li .mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 45, 84, 0.75);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2282d54,endColorstr=#B2282d54);
  padding-top: 3.25rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.section.slide_3 ul li .mask p {
  color: #fff;
}
.section.slide_3 ul li .mask a {
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  line-height: 4.9rem;
  border-radius: 100%;
  background: #3392fc;
  font-size: 16px;
  color: #fff;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1680px) {
  .section.slide_3 ul li {
    font-size: 12px;
  }
  .section.slide_3 ul li h2 {
    font-size: 16px;
  }
  .section.slide_3 ul li p {
    height: 36px;
    line-height: 18px;
  }
  .section.slide_3 ul li .mask a {
    font-size: 12px;
  }
}
.section.slide_4 {
  padding-top: 9rem;
  background: url(../img/img_bg_4.jpg) center center no-repeat #faf9ee;
  background-size: cover;
}
.section.slide_4 .img_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.section.slide_4 > .text {
  text-align: center;
  color: #444;
  margin-bottom: 6.5rem;
}
.section.slide_4 > .text h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.section.slide_4 > .text p {
  font-size: 1.2rem;
}
.section.slide_4 .coustom {
  width: 1296px;
  height: 380px;
  margin-top: 6px;
}
.section.slide_4 .coustom .item {
  display: block;
  position: relative;
  width: 240px;
  height: 285px;
  background: #fff;
  cursor: pointer;
  top: 0;
  transition: top .5s;
  -webkit-transition: top .5s;
  margin: 0 auto;
}
.section.slide_4 .coustom .item:hover {
  top: -6px;
}
.section.slide_4 .coustom .item:hover + a {
  top: 234px;
}
.section.slide_4 .coustom .item:hover .top .text {
  display: block;
}
.section.slide_4 .coustom .item .top {
  position: relative;
  height: 175px;
}
.section.slide_4 .coustom .item .top .img {
  height: 175px;
}
.section.slide_4 .coustom .item .top .img.img_1 {
  background: url(../img/icon_90/icon_1.png) center center no-repeat #77da0c;
}
.section.slide_4 .coustom .item .top .img.img_2 {
  background: url(../img/icon_90/icon_2.png) center center no-repeat #fe6e05;
}
.section.slide_4 .coustom .item .top .img.img_3 {
  background: url(../img/icon_90/icon_3.png) center center no-repeat #00c6ff;
}
.section.slide_4 .coustom .item .top .img.img_4 {
  background: url(../img/icon_90/icon_4.png) center center no-repeat #3491fc;
}
.section.slide_4 .coustom .item .top .img.img_5 {
  background: url(../img/icon_90/icon_5.png) center center no-repeat #fd062f;
}
.section.slide_4 .coustom .item .top .img.img_6 {
  background: url(../img/icon_90/icon_6.png) center center no-repeat #77da0c;
}
.section.slide_4 .coustom .item .top .img.img_7 {
  background: url(../img/icon_90/icon_7.png) center center no-repeat #fe6e05;
}
.section.slide_4 .coustom .item .top .img.img_8 {
  background: url(../img/icon_90/icon_8.png) center center no-repeat #00c6ff;
}
.section.slide_4 .coustom .item .top .img.img_9 {
  background: url(../img/icon_90/icon_9.png) center center no-repeat #3491fc;
}
.section.slide_4 .coustom .item .top .img.img_10 {
  background: url(../img/icon_90/icon_10.png) center center no-repeat #fd062f;
}
.section.slide_4 .coustom .item .top .img.img_11 {
  background: url(../img/icon_90/icon_11.png) center center no-repeat #77da0c;
}
.section.slide_4 .coustom .item .top .img.img_12 {
  background: url(../img/icon_90/icon_12.png) center center no-repeat #fe6e05;
}
.section.slide_4 .coustom .item .top .img.img_13 {
  background: url(../img/icon_90/icon_13.png) center center no-repeat #00c6ff;
}
.section.slide_4 .coustom .item .top .img.img_14 {
  background: url(../img/icon_90/icon_14.png) center center no-repeat #3491fc;
}
.section.slide_4 .coustom .item .top .img.img_15 {
  background: url(../img/icon_90/icon_15.png) center center no-repeat #fd062f;
}
.section.slide_4 .coustom .item .top .text {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 45, 84, 0.71);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B22c2d54,endColorstr=#B22c2d54);
  font-size: 14px;
  line-height: 36px;
  padding: 15px;
  color: #fff;
}
.section.slide_4 .coustom .item .bottom {
  text-align: center;
}
.section.slide_4 .coustom .item .bottom p {
  font-size: 18px;
  padding: 16px;
  color: #444;
}
.section.slide_4 .coustom .item .bottom a {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 18px;
  color: #fff;
  background: #3392fc;
}
.section.slide_4 .coustom .swiper-button-prev,
.section.slide_4 .coustom .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  background-size: 25%;
  box-shadow: 0 0 1rem rgba(51, 146, 252, 0.4);
}
.section.slide_4 .coustom .swiper-slide {
  position: relative;
  padding: 10px;
}
.section.slide_4 .coustom .swiper-slide > a {
  position: absolute;
  top: 240px;
  left: 50%;
  display: block;
  margin-left: -70px;
  width: 140px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  background: #3392fc;
  z-index: 99;
  transition: top .5s;
  -webkit-transition: top .5s;
}
.section.slide_5 {
  padding-top: 9rem;
  background: url(../img/img_bg_5.jpg) center center no-repeat #19cd98;
  background-size: cover;
}
.section.slide_5 > .text {
  text-align: center;
  color: #444;
  margin-bottom: 3rem;
}
.section.slide_5 > .text h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.section.slide_5 > .text p {
  font-size: 1.2rem;
}
.section.slide_5 ul {
  position: relative;
  width: 68.9rem;
  height: 29.5rem;
  padding: 0.9rem;
  background: url(../img/img_bg_slide5.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.section.slide_5 ul li {
  position: relative;
  width: 16.66666667%;
  height: 33.333%;
  float: left;
}
.section.slide_5 ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 9.1rem;
  text-align: center;
  font-size: 1.2rem;
  color: #444;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.section.slide_5 ul li a.img_1 {
  background: url(../img/icon_cate_1.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_2 {
  background: url(../img/icon_cate_2.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_3 {
  background: url(../img/icon_cate_3.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_4 {
  background: url(../img/icon_cate_4.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_5 {
  background: url(../img/icon_cate_5.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_6 {
  background: url(../img/icon_cate_6.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_7 {
  background: url(../img/icon_cate_7.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_8 {
  background: url(../img/icon_cate_8.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_9 {
  background: url(../img/icon_cate_9.png) center center no-repeat;
  background-size: 55%;
}

@media screen and (max-width: 1360px){
.section.slide_5 ul {
  background: url(../img/img_bg_slide5_s.png) center center no-repeat;
  background-size: contain; 
}
.section.slide_5 ul li a.img_1 {
  background: url(../img/icon_cate_1_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_2 {
  background: url(../img/icon_cate_2_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_3 {
  background: url(../img/icon_cate_3_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_4 {
  background: url(../img/icon_cate_4_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_5 {
  background: url(../img/icon_cate_5_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_6 {
  background: url(../img/icon_cate_6_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_7 {
  background: url(../img/icon_cate_7_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_8 {
  background: url(../img/icon_cate_8_s.png) center center no-repeat;
  background-size: 55%;
}
.section.slide_5 ul li a.img_9 {
  background: url(../img/icon_cate_9_s.png) center center no-repeat;
  background-size: 55%;
}
}
.section.slide_5 ul li a:hover {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2);
  /* 标准语法 */
}
.section.slide_6 {
  padding-top: 6.5rem;
  background: url(../img/img_bg_6.png) center center no-repeat #ffffff;
  background-size: cover;
}
.section.slide_6 .content_section_bg {
  display: none;
  position: absolute;
  top: 6.5rem;
  left: 50%;
  margin-left: -25.5rem;
  width: 51rem;
  height: 35.9rem;
  background: url(../img/img_bg_zhengpin.png) center center no-repeat;
  background-size: contain;
}
.section.slide_6 .content_section {
  display: none;
  position: relative;
  width: 51rem;
  height: 35.9rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 0.7rem;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.section.slide_6 .content_section .text {
  text-align: center;
  color: #444;
  margin-bottom: 9rem;
}
.section.slide_6 .content_section .text h1 {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
  font-weight: lighter;
}
.section.slide_6 .content_section .text p {
  font-size: 1.2rem;
}
.section.slide_6 .content_section > img {
  display: none;
  display: block;
  margin: 0 auto;
  width: 24.35rem;
  height: auto;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.section.slide_6 .content_section > p {
  font-size: 1rem;
  color: #58626e;
  margin-top: 1.8rem;
}
.section.slide_6 .content_section .logos {
  position: absolute;
  left: 0;
  bottom: -3.5rem;
  width: 100%;
  text-align: center;
}
.section.slide_6 .content_section .logos img {
  display: inline-block;
  vertical-align: middle;
  width: 8.6rem;
  height: auto;
}
.section.slide_6 .content_section .logos img + img {
  width: 11.1rem;
  height: auto;
  margin-left: 2rem;
}
@media screen and (max-width: 1680px) {
  .section.slide_6 .content_section .text h1 {
    font-size: 28px;
  }
  .section.slide_6 .content_section .text p {
    font-size: 18px;
  }
  .section.slide_6 .content_section > p {
    font-size: 14px;
  }
}
.section.slide_7 {
  background: url(../img/img_bg_7.jpg) center center no-repeat #8d40b4;
  background-size: cover;
}
.section.slide_7 h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-top: 7.5rem;
  margin-bottom: 4rem;
  font-weight: lighter;
}
.section.slide_7 ul {
  width: 64rem;
  min-width: 1080px;
  margin: 0 auto;
}
.section.slide_7 ul li {
  width: 25%;
  padding: 10px;
  float: left;
}
.section.slide_7 ul li a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 0.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #444;
  text-align: center;
  top: 0;
  transition: top .5s;
  -webkit-transition: top .5s;
}
.section.slide_7 ul li a:hover {
  top: -0.3rem;
}
.section.slide_7 ul li a .img {
  height: 4.7rem;
  min-height: 50px;
  margin-bottom: 0.5rem;
}
.section.slide_7 ul li a .img img {
  display: block;
  height: 4.7rem;
  min-height: 50px;
  width: auto;
  margin: 0 auto;
}
.section.slide_7 ul li a .title {
  line-height: 56px;
  font-size: 20px;
  color: #000000;
}
.section.slide_7 ul li a p {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .section.slide_7 ul li a .title {
    line-height: 40px;
    font-size: 16px;
  }
  .section.slide_7 ul li a p {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
  }
}
.section.slide_8 {
  padding-top: 5.5rem;
  background: url(../img/img_bg_8.jpg) center center no-repeat #8d40b4;
  background-size: cover;
}
.section.slide_8 .text {
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}
.section.slide_8 .text h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
.section.slide_8 .text p {
  font-size: 1rem;
}
.section.slide_8 ul {
  width: 64.1rem;
  margin: 0 auto;
  overflow: hidden;
}
.section.slide_8 ul li {
  padding: 0.5rem;
  float: left;
}
.section.slide_8 ul li a {
  position: relative;
  display: block;
  background: #fff;
  width: 15rem;
  height: 13rem;
  border-radius: 0.4rem;
  overflow: hidden;
  top: 0;
  transition: top .5s;
  -webkit-transition: top .5s;
}
.section.slide_8 ul li a:hover {
  top: -6px;
}
.section.slide_8 ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
.section.slide_9 {
  background: #ebeff0;
  padding-top: 6rem;
}
.section.slide_9 .text {
  text-align: center;
  color: #444;
}
.section.slide_9 .text h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
.section.slide_9 .text p {
  font-size: 1.2rem;
}
.section.slide_9 ul {
  width: 63rem;
  height: auto;
  overflow: hidden;
  margin: 5rem auto;
}
.section.slide_9 ul li {
  width: 10.5rem;
  height: 5.9rem;
  float: left;
  padding: 0.5rem;
}
.section.slide_9 ul li a {
  position: relative;
  display: block;
  width: 9.5rem;
  height: 4.9rem;
  overflow: hidden;
  background: #f9fafb;
  border: 1px solid #e7e9e9;
  border-radius: 0.3rem;
}
.section.slide_9 ul li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.section.slide_9 ul li a:hover img {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
  /* 标准语法 */
}
.section.slide_9 .lists {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  line-height: 3rem;
  background: #181520;
  overflow: hidden;
}
.section.slide_9 .lists .item {
  float: left;
  width: 20%;
}
.section.slide_9 .lists .item p {
  text-align: center;
  color: #369ff2;
  font-size: 1.8rem;
}
.section.slide_9 .lists .item p + p {
  color: #fff;
  font-size: 1rem;
}
.section.slide_10 {
  background: url(../img/img_bg_10.jpg) center center no-repeat #8d40b4;
  background-size: cover;
  padding-top: 6rem;
}
.section.slide_10 > .text {
  text-align: center;
  color: #444;
  margin-bottom: 3rem;
}
.section.slide_10 > .text h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: lighter;
}
.section.slide_10 > .text p {
  font-size: 1.2rem;
}
.section.slide_10 > .text p span {
  color: #2c79b8;
}
.section.slide_10 .scroll_section {
  width: 74rem;
  margin: 0 auto;
  overflow: hidden;
}
.section.slide_10 .outerTable {
  border: none;
  border-collapse: collapse;
  padding: 0;
}
.section.slide_10 .innerTable {
  width: 74rem;
  border: none;
  border-collapse: collapse;
  padding: 0;
  overflow: hidden;
}
.section.slide_10 .innerTable td {
  width: 25%;
  padding: 0.5rem;
  font-size: 16px;
  text-align: left;
}
.section.slide_10 .innerTable td a {
  display: block;
  overflow: hidden;
  background: #fff;
}
.section.slide_10 .innerTable td a .img {
  width: 100%;
  max-height: 12rem;
  overflow: hidden;
}
.section.slide_10 .innerTable td a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.section.slide_10 .innerTable td a .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  line-height: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.section.slide_10 .innerTable td a p {
  height: 66px;
  line-height: 22px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  color: #666;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .section.slide_10 .innerTable td {
    font-size: 12px;
  }
  .section.slide_10 .innerTable td a .title {
    line-height: 30px;
  }
  .section.slide_10 .innerTable td a p {
    height: 48px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
  .section.slide_10 .innerTable td {
    font-size: 14px;
  }
  .section.slide_10 .innerTable td a .title {
    line-height: 32px;
  }
  .section.slide_10 .innerTable td a p {
    height: 54px;
    line-height: 18px;
  }
}
.public_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 9999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header .logo {
  position: relative;
  float: left;
  padding-top: 6px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header .logo img {
  position: relative;
  display: block;
  height: 54px;
  width: auto;
  z-index: 10001;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header .logo:before {
  content: " ";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background: #fff;
  z-index: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header ul {
  float: right;
  overflow: hidden;
}
.public_header ul .line {
  float: left;
  height: 20px;
  width: 1px;
  margin-top: 19px;
  background: #ddd;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header ul li {
  float: left;
}
.public_header ul li a {
  display: block;
  font-size: 14px;
  color: #444;
  border-top: 2px solid transparent;
  line-height: 56px;
  padding: 0 28px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header ul li a:hover {
  color: #3b83f9;
  border-top: 2px solid #3b83f9;
}
@media screen and (max-width: 1366px) {
  .public_header.mini {
    height: 39px;
  }
  .public_header.mini .logo {
    padding-top: 5px;
  }
  .public_header.mini .logo img {
    height: 34px;
  }
  .public_header.mini .logo:before {
    top: 0;
    left: -6px;
    width: 46px;
    height: 46px;
  }
  .public_header.mini ul .line {
    height: 10px;
    margin-top: 15px;
  }
  .public_header.mini ul li a {
    border-top: 1px solid transparent;
    line-height: 36px;
    padding: 0 12px;
  }
  .public_header.mini ul li a:hover {
    border-top: 1px solid #3b83f9;
  }
}
.icon_nav {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/icons_main.png) center center no-repeat;
}
.public_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1210px;
  height: 242px;
  background: url(../img/grad_line.jpg) center top repeat-x #181520;
  padding-top: 2px;
  margin-top: 68px;
}
.public_footer.absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}
.public_footer .common_width {
  height: 240px;
  position: relative;
  padding-top: 14px;
}
.public_footer .common_width .section_1 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.public_footer .common_width .section_1 .footer_link {
  display: inline-block;
  width: 98px;
}
.public_footer .common_width .section_1 .footer_link + .footer_link {
  margin-left: 30px;
}
.public_footer .common_width .section_1 .footer_link .header {
  position: relative;
  font-size: 14px;
  color: #736d7f;
  border-bottom: 1px solid #369ff2;
  line-height: 48px;
  margin-bottom: 14px;
}
.public_footer .common_width .section_1 .footer_link .header:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #369ff2;
}
.public_footer .common_width .section_1 .footer_link a {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #736d7f;
  line-height: 32px;
}
.public_footer .common_width .section_1 .footer_link a:hover {
  color: #808080;
}
.public_footer .common_width .section_2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 274px;
  margin-right: 65px;
}
.public_footer .common_width .section_2 .line {
  padding: 5px 0;
}
.public_footer .common_width .section_2 .line .icon_nav {
  width: 46px;
  height: 46px;
}
.public_footer .common_width .section_2 .line .icon_nav.icon_contact {
  background-position: -147px -44px;
}
.public_footer .common_width .section_2 .line .icon_nav.icon_message {
  background-position: -208px -41px;
}
.public_footer .common_width .section_2 .line .text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
.public_footer .common_width .section_2 .line .text p.p1 {
  font-size: 22px;
  color: #369ff2;
  line-height: 36px;
  font-family: FZFont3, "黑体", "Microsoft Yahei", sans-serif;
}
.public_footer .common_width .section_2 .line .text p.p2 {
  font-size: 14px;
  color: #369ff2;
  color: rgba(54, 159, 242, 0.5);
}
.public_footer .common_width .section_3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.public_footer .common_width .section_3 .qrcode {
  padding-top: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  width: 160px;
}
.public_footer .common_width .section_3 .qrcode img {
  display: block;
  width: 70%;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
}
.public_footer .common_width .section_3 .qrcode p {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #808080;
  line-height: 50px;
}
.public_footer .common_width .copy_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #808080;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid rgba(86, 85, 88, 0.2);
}
@media screen and (max-width: 1366px) {
  .public_footer {
    height: 186px;
  }
  .public_footer .common_width {
    height: 184px;
    padding-top: 8px;
  }
  .public_footer .common_width .section_1 .footer_link .header {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .public_footer .common_width .section_1 .footer_link a {
    line-height: 28px;
  }
  .public_footer .common_width .section_2 .line .text p.p1 {
    line-height: 30px;
  }
  .public_footer .common_width .section_3 .qrcode img {
    width: 60%;
  }
  .public_footer .common_width .section_3 .qrcode p {
    line-height: 36px;
  }
  .public_footer .common_width .copy_right {
    line-height: 34px;
  }
}
