a:hover,
a:focus {
  text-decoration: none;
}
.img img,
.imgbox img {
  max-width: 100%;
}
a > img {
  max-width: 100%;
}
.zlbanner {
  background-image: url('https://www.fanruan.com/images/jjfa_banner.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  margin-top: 50px;
  background-size: cover;
}
@media (max-width: 1200px) {
  .zlbanner {
    margin-bottom: 40px;
  }
}
.zlbanner .box {
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1200px) {
  .zlbanner .box {
    height: 180px;
  }
}
.zlbanner h2 {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .zlbanner h2 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.zlbanner p {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .zlbanner p {
    font-size: 16px;
    line-height: 24px;
  }
}
.lqzl {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .lqzl {
    padding-bottom: 30px;
  }
}
.lqzl .title {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .lqzl .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.lqzl .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .lqzl .swiper-pagination {
    margin-top: 20px;
  }
}
.lqzl .swiper-pagination-bullet {
  width: 100px;
  height: 6px;
  opacity: 1;
  border-radius: 0;
  background-color: #d2dce7;
}
@media (max-width: 1200px) {
  .lqzl .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 4px;
  }
}
.lqzl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0082fc;
}
.lqzl .zllist {
  padding: 5px;
}
.lqzl .zllist .item {
  display: flex;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(212, 228, 240, 0.3);
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .lqzl .zllist .item {
    flex-wrap: wrap;
  }
}
.lqzl .zllist .item .img {
  width: 110px;
}
@media (max-width: 1200px) {
  .lqzl .zllist .item .img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.lqzl .zllist .item .txt {
  width: 380px;
}
@media (max-width: 1200px) {
  .lqzl .zllist .item .txt {
    width: 100%;
  }
}
.lqzl .zllist .item .txt h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .lqzl .zllist .item .txt h3 {
    text-align: center;
    font-size: 18px;
  }
}
.lqzl .zllist .item .txt p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #617288;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .lqzl .zllist .item .txt p {
    text-align: center;
    font-size: 14px;
  }
}
.lqzl .zllist .item .txt a {
  display: block;
  width: 110px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #0082FC;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0082FC;
  line-height: 32px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .lqzl .zllist .item .txt a {
    margin: 0 auto;
  }
}
.tiyan {
  background: #EEF3FA;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .tiyan {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tiyan .title {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .tiyan .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.tiyan .tybox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .tiyan .tybox {
    flex-wrap: wrap;
  }
}
.tiyan .tybox .item {
  width: 49%;
  height: 218px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1200px) {
  .tiyan .tybox .item {
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
.tiyan .tybox .item:nth-of-type(1) {
  background-image: url('https://www.fanruan.com/images/jjfa_ty01.png');
}
.tiyan .tybox .item:nth-of-type(2) {
  background-image: url('https://www.fanruan.com/images/jjfa_ty02.png');
}
.tiyan .tybox .item h4 {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .tiyan .tybox .item h4 {
    font-size: 18px;
  }
}
.tiyan .tybox .item span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #0082fc;
  margin: 12px 0;
}
@media (max-width: 1200px) {
  .tiyan .tybox .item span {
    height: 2px;
    margin: 8px 0;
  }
}
.tiyan .tybox .item p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #617288;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .tiyan .tybox .item p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.tiyan .tybox .item .ty {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0082FC;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .tiyan .tybox .item .ty {
    font-size: 16px;
  }
}
.tiyan .tybox .item .ty img {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .tiyan .tybox .item .ty img {
    width: 19px;
    margin-left: 5px;
  }
}
.cgal {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .cgal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cgal .item a{
	color: #333;
}

.cgal .item a:hover{
	color: #8200fc;
  	border-bottom-color: #0082fc;
  	border: 0px solid #ddd;
}
.cgal .nav-tabs {
 	border-bottom: 0px solid #ddd;
}
.cgal .nav-tabs li{
    padding-right: 50px;
    padding-left: 50px;
}

.cgal .title {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .cgal .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.cgal .allist {
  display: flex;
}
@media (max-width: 1200px) {
  .cgal .allist {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.cgal .allist a {
  width: 23.5%;
  margin-right: 2%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(212, 228, 240, 0.4);
}
@media (max-width: 1200px) {
  .cgal .allist a {
    margin-right: 0;
    width: 48%;
    margin-bottom: 15px;
  }
}
.cgal .allist a:nth-of-type(4n) {
  margin-right: 0;
}
.cgal .allist a .txt {
  padding: 15px;
}
@media (max-width: 1200px) {
  .cgal .allist a .txt {
    padding: 8px;
  }
}
.cgal .allist a .txt h4 {
  margin-top: 0;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .cgal .allist a .txt h4 {
    font-size: 16px;
  }
}
.cgal .allist a .txt p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #617288;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .cgal .allist a .txt p {
    font-size: 12px;
  }
}
.cgal .allist a:hover {
  box-shadow: 0 2px 10px rgba(212, 228, 240, 0.8);
}
.cgal .allist a:hover .txt h4 {
  color: #0082FC;
}
.titlebox {
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .titlebox {
    margin-bottom: 20px;
  }
}
.titlebox .ntitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .titlebox .ntitle {
    margin-bottom: 5px;
  }
}
.titlebox .ntitle h3 {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    margin: 0 10px;
}
@media (max-width: 1200px) {
  .titlebox .ntitle h3 {
    font-size: 18px;
    margin: 0 5px;
  }
}
.titlebox .s-dec {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8496AB;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .titlebox .s-dec {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8496AB;
    line-height: 20px;
  }
}
.hyfa {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #EFF5FF;
}
@media (max-width: 1200px) {
  .hyfa {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lqsj {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .lqsj {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lqsj .box {
  height: 190px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 25px;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .lqsj .box {
    padding: 15px;
    height: auto;
  }
}
.lqsj .box h3 {
  margin-top: 0;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
}
@media (max-width: 1200px) {
  .lqsj .box h3 {
    font-size: 18px;
  }
}
.lqsj .box p {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .lqsj .box p {
    font-size: 14px;
  }
}
.lqsj .box a {
  display: block;
  width: 170px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(76, 159, 255, 0.5);
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0082FC;
  line-height: 52px;
  text-align: center;
}
.lqsj .box a:hover{
  color:#00b2fe;
}
@media (max-width: 1200px) {
  .lqsj .box a {
    width: 150px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
}
.ys-dec {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .ys-dec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ys-dec .titlebox {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .ys-dec .titlebox {
    margin-bottom: 20px;
  }
}
.ys-dec .nrbox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox {
    flex-wrap: wrap;
  }
}
.ys-dec .nrbox .img {
  max-width: 700px;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ys-dec .nrbox .txt {
  max-width: 400px;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .txt {
    width: 100%;
  }
}
.ys-dec .nrbox .txt .item {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .txt .item {
    margin-bottom: 15px;
  }
}
.ys-dec .nrbox .txt .item:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .txt .item:last-of-type {
    margin-bottom: 25px;
  }
}
.ys-dec .nrbox .txt .item h4 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .txt .item h4 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 5px;
  }
}
.ys-dec .nrbox .txt .item h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 18px;
  background: #0082FC;
  border-radius: 2px;
  top: 3.5px;
  left: 0;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .txt .item h4:after {
    top: 2px;
    height: 16px;
  }
}
.ys-dec .nrbox .txt .item p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #617288;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .txt .item p {
    font-size: 14px;
  }
}
.ys-dec .nrbox .txt a {
  display: block;
  width: 170px;
  height: 52px;
  background: #0069EA;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 52px;
}
.ys-dec .nrbox .txt a:hover{
	color: white;
    background-color: #0069EA;
}
@media (max-width: 1200px) {
  .ys-dec .nrbox .txt a {
    width: 150px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
}
.ys-dec.ys-even {
  background: #F5FAFF;
}
.ys-dec.ys-even .nrbox .txt {
  order: 1;
}
@media (max-width: 1200px) {
  .ys-dec.ys-even .nrbox .txt {
    order: 2;
  }
}
.ys-dec.ys-even .nrbox .img {
  order: 2;
}
@media (max-width: 1200px) {
  .ys-dec.ys-even .nrbox .img {
    order: 1;
  }
}
.hzdw {
  padding-top: 70px;
  padding-bottom: 60px;
  background: #EFF5FF;
}
@media (max-width: 1200px) {
  .hzdw {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hgzy {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .hgzy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hgzy .titlebox {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .hgzy .titlebox {
    margin-bottom: 20px;
  }
}
.hgzy .hg-list {
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
@media (max-width: 1200px) {
  .hgzy .hg-list {
    flex-wrap: wrap;
  }
}
.hgzy .hg-list .item {
  padding: 25px;
  box-shadow: 0px 2px 16px 0px rgba(212, 228, 240, 0.3);
  border-radius: 4px;
  width: 23.5%;
  margin-right: 2%;
  transition: all 0.4s;
}
@media (max-width: 1200px) {
  .hgzy .hg-list .item {
    width: 48%;
    margin-right: 0;
    padding: 10px;
    box-shadow: 0px 2px 20px 0px rgba(212, 228, 240, 0.8);
    margin-bottom: 15px;
  }
}
.hgzy .hg-list .item:last-of-type {
  margin-right: 0;
}
.hgzy .hg-list .item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .hgzy .hg-list .item h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.hgzy .hg-list .item p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #617288;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .hgzy .hg-list .item p {
    font-size: 12px;
    margin-bottom: 5px;
    min-height: 66px;
  }
}
.hgzy .hg-list .item span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0082FC;
  line-height: 22px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .hgzy .hg-list .item span {
    font-size: 12px;
    opacity: 1;
  }
}
.hgzy .hg-list .item span img {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .hgzy .hg-list .item span img {
    width: 15px;
    margin-left: 5px;
  }
}
.hgzy .hg-list .item:hover {
  box-shadow: 0px 2px 20px 0px rgba(212, 228, 240, 0.8);
}
.bgal {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .bgal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bgal .col-md-12 {
  position: relative;
}
.bgal .titlebox {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .bgal .titlebox {
    margin-bottom: 20px;
  }
}
.bgal .swiper-button-prev {
  left: -50px;
  width: 33px;
  height: 32px;
  margin-top: 0px;
  filter: grayscale(1);
  opacity: 0.35;
}
.bgal .swiper-button-prev:focus {
  filter: none;
  opacity: 1;
  outline: none;
}
@media (max-width: 1200px) {
  .bgal .swiper-button-prev {
    left: 0;
  }
}
.bgal .swiper-button-next {
  right: -50px;
  width: 33px;
  height: 32px;
  margin-top: 0px;
  filter: grayscale(1);
  opacity: 0.35;
}
.bgal .swiper-button-next:focus {
  filter: none;
  opacity: 1;
  outline: none;
}
@media (max-width: 1200px) {
  .bgal .swiper-button-next {
    right: 0;
  }
}
.bgal .swiper-container {
  padding: 10px 5px;
}
@media (max-width: 1200px) {
  .bgal .swiper-container {
    padding: 0;
  }
}


@media (max-width: 1200px) {
  .bgal .txt {
    min-height: auto;
    padding: 15px;
  }
}
.bgal .txt h4 {
  margin-top: 0;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .bgal .txt h4 {
    font-size: 16px;
  }
}
.bgal .txt p {
  position: relative;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #617288;
  line-height: 22px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .bgal .txt p {
    font-size: 12px;
    padding-left: 10px;
  }
}
.bgal .txt p:last-of-type {
  margin-bottom: 0;
}
.bgal .txt p:after {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background: #B8DAFF;
  border: 2px solid #0082FC;
  border-radius: 50%;
  top: 7px;
}
@media (max-width: 1200px) {
  .bgal .txt p:after {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.dbty {
  background: #EFF5FF;
  padding: 80px 0 80px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .dbty {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.dbty h2 {
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    text-align: center;
}
@media (max-width: 1200px) {
  .dbty h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
  }
}
.dbty p {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .dbty p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.dbty .btn {
    width: 370px;
    height: auto;
    background: #0069EA;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    box-shadow: 0px 0px 0px 0px rgb(76 159 255 / 50%);
}
.dbty a:hover{
	color:#00b2fe;
}
@media (max-width: 1200px) {
  .dbty a {
    width: 150px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
}
.xdfoot {
  position: fixed;
  width: 100%;
  z-index: 99;
  left: 0;
  bottom: 0;
  background: linear-gradient(#0082fc, #0069EA);
  opacity:0.85;
}
 .xdfoot:hover{
      	background: linear-gradient(#0082fc, #0082fc);
      }
@media (max-width: 1200px) {
  .xdfoot {
    display: none;
  }
}
.xdfoot .box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xdfoot .box h3 {
  margin: 0 70px 0 0;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
}
.xdfoot .box a {
  width: 128px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(76, 159, 255, 0.5);
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0082FC;
  line-height: 40px;
  text-align: center;
}
.xdfoot .box a:hover {
    color: #00b2fe;
}
.banner {
  margin-top: 60px;  
  padding-top: 114px;
  height: 500px;
}
@media (max-width: 1200px) {
  .banner {
    height: auto;
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.banner h1 {
   font-size: 56px;
   font-weight: 500;
   color: #FFFFFF;
   line-height: 78px;
   margin-top: 0;
   margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .banner h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.banner .solu-kws {
  	width: 585px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 72px;
}

@media (max-width: 1200px) {
  .banner .solu-kws {
    font-size: 10px;
    margin-bottom: 15px;
    width:368px;
  }
}
.banner .btn {
        width: 270px;
        background-color: #0069EA;
        background-image: url(http://www.fanruan.com/images/jt-right-jt.svg);
        background-repeat: no-repeat;
        background-position: 215px center;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: left;
        padding-left: 30px;
        line-height: 44px;
        height: auto;
    }

/** 行业痛点 **/
.hytd {
        padding-top: 50px;
        padding-bottom: 100px;
      }

.dropdown-menu > li > a {
  font-size: 16px;
  color: #666;
  padding: 16px 20px;
  line-height: 16px;
  display: inline-block;
  min-width: 210px;
  border-radius: 4px;
}
.dropdown-menu > li:hover {
  transform: scale(1.05);
  transition: all 0.15s linear;
  border-color: rgba(3, 27, 78, 0.1);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
}
.navbar-default .navbar-nav .dropdown .frbtn-blue {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 0;
  line-height: 16px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav .dropdown .frbtn-blue:hover {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 0;
  line-height: 16px;
  letter-spacing: 1px;
  background-color: #20ade5;
}
/** 非银金融方案 **/
.fays {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #EFF5FF;
}
    .fays .subtitle{
      padding-left:50px;
      padding-right:50px;
      }
    .fays .subtitle .subimg{
      width:120px;
      height:120px;
	  margin:auto;  	
      }
     .fays .subtitle .subimg img{
      width:120px;
      height:120px;
      }
    .fays .subtitle h4{
      text-align: center;
      color:#333333;
      font-weight:600;
      }
/** 按钮交互start **/
  .tiyan .tybox a:hover {box-shadow: 0 2px 10px rgba(212, 228, 240, 0.8);}
  .lqzl .zllist .item .txt a:hover{background-color: #0082fc;color: #fff;}
/** 按钮交互end **/
/** 领取行业资料start **/
.lqzl .zllist .item{
    width: 565px;
    margin-right: 30px;
    margin-bottom: 30px
}
  
@media (max-width: 1200px) {
    .lqzl .zllist .item{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .lqzl .zllist .item .img{
        width: 20%;
        margin-right: 10px;
    }
    .lqzl .zllist .item .img img{
        width: 60%;
    }
    .lqzl .zllist .item .txt{
        width: 70%;
    }
}
/** 领取行业资料end **/