﻿﻿@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

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

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.wh {
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media(max-width:767px){
    .wh{
        padding:0 15px;
    }
}


/* head */
.head-index {
  align-items: center;
}

.head-index .logo {
  width: 14%;
  text-align: center;
}

.head-index .logo img {
  max-width: 100%;
}

.head-index .headr {
  width: 62.78%;
  align-items: center;
}

@media(max-width:1280px){
    .head-index .headr{
        width: 71.78%;
    }
}

@media(max-width:1200px){
    .head-index .headr{
        width: 76.78%;
    }
}

/* 导航 */
.nav {
  width: 82%;
}

.nav .u1 {
  display: flex;
  justify-content: space-between;
}

.nav .u1>li {
  line-height: 106px;
  font-size: 16px;
  position: relative;
  width: 10%;
}

.nav .u1 li a {
  color: #1d1d1d;
}

.nav .u1 li:hover {
  background: url(../images/ic0.png) no-repeat bottom center;
}

.nav .u1 li a:hover {
  color: #0644f5;

}

.nav .on {
  background: none;
}

.x-sub-menu {
  top: 106px;
}

.x-sub-menu>li>a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
}

.yuyan {
  width: 70px;
  height: 32px;
  border: 1px solid #1c51eb;
  border-radius: 20px;
  line-height: 30px;
  color: #1c51eb;
  text-align: center;
  font-size: 16px;
}

.yuyan img {
  margin-left: 5px;
}

.y2 {
  display: none;
}

.y2 a {
  display: block;
  color: #1c51eb;
  font-size: 14px;
}

.tsou .so img {
  max-width: 100%;
}

.tsou .ss {
  display: none;
  position: absolute;
  right: 0;
  top: 106px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: rgb(9, 84, 178, 0.5);
}

.tsou .ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
  float: left;
}

.tsou .ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.tsou .ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.tsou .ss #keyword::placeholder {
  color: #fff;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  background: #e8eeff;
  opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  background: #19d0fb;
}

@media(max-width:1024px){
    .nav .u1>li{
        font-size:14px;
    }
    .yuyan{
        font-size:14px;
    }
}

/* 产品分类 */
.tab-con { position: relative;margin-top: 5.46875vw;
  margin-bottom: 4.42708333333333vw;}
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }

.pro-bg {
  background: #0644f5;
}

.psort li {
  border-right: 1px solid rgba(198, 198, 200, 0.17);
  width: 20.78%;
}

.psort li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 26px 0;
  text-align: center;
}

.psort li.active {
  background: #e8eeff;
}

.psort li.active a {
  color: #0644f5;
}

.pro1 {
  
}

.pro1-left {
  width: 45.33%;
}

.pro1-left img {
  width: 100%;
}

.pro1-right {
  width: 50.94%;
  border-left: 1px solid #e5e5e5;
  padding-left: 3.64583333333333vw;
}

.pro1-right .wz1 {
  color: #222222;
  font-size: 2.29166666666667vw;
  font-weight: 600;
  line-height: 1;
}

.pro1-right .wz2 {
  color: #222222;
  font-size: 1.86;
  line-height: 26px;
  max-width: 675px;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.pplist1 {
  justify-content: flex-start;
}

.pplist1 li {
  width: 130px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  background: #0644f5;
  margin-right: 18px;
}

.pplist1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.pplist1 li a img {
  margin-right: 5px;
}

.pplist1 li:last-child {
  margin-right: 0;
}

.pro-xg {
  margin-top: 2vw;
}

.pro-xg h3 {
  color: #120a8f;
  font-size: 16px;
}

.proSwiper {
  overflow: hidden;
  width: 100%;
  margin-top: 1vw;
}

.proSwiper .swiper-slide .img1 {
  border-radius: 5px;
}

.proSwiper .swiper-slide .img1 img {
  width: 100%;
  border-radius: 5px;
}

.proSwiper .swiper-slide .wz {
  text-align: center;
  color: #444444;
  font-size: 16px;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  padding: 1vw 5px;
}

@media(max-width:1024px){
    .psort li a{
        font-size:14px;
    }
}

@media(max-width:1024px){
    .pro1-right .wz1{
       font-size:18px; 
    }
    .pplist1 li a{
        font-size:14px;
    }
    .pro-xg h3{
        font-size:14px;
    }
    .proSwiper .swiper-slide .wz{
        font-size:14px;
    }
}


@media(max-width:767px){
    .psort {
        flex-wrap:wrap;
    }
    .psort li{
        width:50%;
    }
    .psort li a{
        padding:10px 0;
        font-size:14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pro1{
        flex-wrap:wrap;
        margin-top:20px;
    }
    .pro1-left{
        width:100%;
    }
    .pro1-right{
        width: 100%;
        margin-top: 20px;
        padding: 0;
        border: none;
    }
    .pplist1{
        justify-content: space-between;
    }
    .pplist1 li{
        width:32%;
        margin-right:0;
    }
    .pplist1 li a{
        font-size:12px;
    }
    .pro-xg h3{
        margin-top:10px;
        font-size:16px;
        margin-bottom: 10px;
    }
}

/* 简介 */
.ab-bg {
  background: #0644f5;
  padding-top: 6.77083333333333vw;
  padding-bottom: 5.20833333333333vw;
  margin-top: 5.20833333333333vw;
}

.ab-index {
  padding: 0 2.70833333333333vw;
}

.abl {
  width: 48%;
  margin-left: 3.125vw;
}

.abl h3 {
  color: #fff;
  font-size: 2.29166666666667vw;
}

.abl .aw {
  margin-top: 1.5625vw;
}

.abl .aw p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.abl .alx {
  margin-top: 2.60416666666667vw;
}

.abl .alx ul {
  display: flex;
}

.abl .alx ul li {
  width: 50%;
  display: flex;
  align-items: center;
}

.abl .alx ul li .img1 {
  margin-right: 1.5625vw;
}

.abl .alx ul li .img1 img {
  max-width: 100%;
}

.abl .alx ul li .wz {
  color: #fff;
  font-size: 1.25vw;
}

.abl .alx ul li:nth-of-type(2) .wz {
  font-weight: 600;
  font-size: 1.5625vw;
  font-family: "Impact";
}

.abr {
  width: 40.25%;
}

.abr img {
  width: 100%;
}

@media(max-width:1280px){
    .ab-index{
        padding:0;
    }
    .abl{
        margin-left:0;
    }
}

@media(max-width:1024px){
    .abl h3{
        font-size:18px;
    }
}

@media(max-width:767px){
    .ab-bg{
        margin-top:20px;
        padding:20px 0;
    }
    .ab-index{
        flex-wrap:wrap;
    }
    .abl{
        width:100%;
    }
    .abl h3{
        font-size:24px;
    }
    .abl .aw p{
        line-height:22px;
    }
    .abr{
        width:100%;
        margin-top:20px;
    }
    .abl .alx ul{
        flex-wrap:wrap;
    }
    .abl .alx ul li{
        width:100%;
        margin-bottom:10px;
    }
    .abl .alx ul li .img1{
        width:25px;
        margin-right:10px;
    }
    .abl .alx ul li .wz{
        font-size:15px;
    }
    .abl .alx ul li:nth-of-type(2) .wz{
        font-size:20px;
    }
}


/* 优势 */
.ys-index {
  margin-top: 5.20833333333333vw;
}

.yst {
  text-align: center;
  color: #222222;
  font-size: 2.29166666666667vw;
  font-weight: 600;
  position: relative;
  width: 365px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.yst::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/tt2.png) no-repeat top center;
  width: 118px;
  height: 24px;
}


.yst::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/tt3.png) no-repeat top center;
  width: 118px;
  height: 24px;
}

.tt11 {
  display: none;
}

.ys-con {
  margin-top: 16px;
}

.ysort {
  margin-bottom: 2.86458333333333vw;
}

.ysort li {
  width: 25%;
  align-items: center;
  justify-content: center;
  padding: 2vw 0;
  border-bottom: 2px solid #d1d1d1;
}

.ysort li .img1 img {
  max-width: 100%;
}

.ysort li .img1 img.im1 {}

.ysort li .img1 img.im2 {
  display: none;
}

.ysort li .wz {
  color: #222222;
  font-size: 1.25vw;
  font-weight: 600;
  margin-left: 16px;
}

.ysort li.cur {
  border-bottom: 2px solid #0644f5;
}

.ysort li.cur .img1 img.im1 {
  display: none;
}

.ysort li.cur .img1 img.im2 {
  display: block;
}

.ysort li.cur .wz {
  color: #0644f5;
}

.ylist {}

.ylist li .img1 {
  width: 49.83%;
}

.ylist li .img1 img {
  width: 100%;
}

.ylist li .wz {
  width: calc(100% - 49.83%);
  background: #f5f5f7;
  padding-left: 85px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ylist li .wz .wz0 {
  font-weight: 600;
  color: #222222;
  font-size: 2.29166666666667vw;
  position: relative;
}

.ylist li .wz .wz0::before {
  content: '';
  width: 105px;
  height: 1px;
  background: #0644f5;
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.ylist li .wz .wz1 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  padding-top: 2vw;
}

.ylist li .wz .wz2 {
  color: #222222;
  font-size: 14px;
  line-height: 30px;
  margin-top: 1vw;
}

@media(max-width:767px){
    .yst{
        width:90%;
        font-size:24px;
    }
    .ys-index{
        margin-top:40px;
    }
    .ysort{
        margin-bottom:20px;
        flex-wrap:wrap;
    }
    .ysort li{
        width:50%;
        margin-bottom: 10px;
        padding:10px 0;
    }
    .ysort li .wz{
        font-size:14px;
    }
    .ylist li{
        flex-wrap:wrap;
    }
    .ylist li .img1{
        width:100%;
    }
    .ylist li .wz{
        width:100%;
        padding:10px;
    }
    .ylist li .wz .wz0{
        font-size:24px;
    }
    .ylist li .wz .wz0::before{
        display:none;
    }
    .ylist li .wz .wz1{
        font-size:16px;
    }
    .ylist li .wz .wz2{
        font-size:12px;
        line-height:22px;
    }
}


/* 应用 */
.tt22 {
  display: none;
}

.yy-bg {
  position: relative;
  overflow: hidden;
  margin-top: 5.72916666666667vw;
}

.yy-index {
  position: relative;
}

.yimg1 img {
  width: 100%;
}

.ywz {
  position: absolute;
  top: 105px;
  left: 60px;
  right: 60px;
  z-index: 99;
  width: 60.89%;
}

.ywz .ywz1 {
  color: #ffffff;
  font-size: 2.29166666666667vw;
  font-weight: 600;
}

.ywz .ywz2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 1.5625vw;
}

.ywz .ywz3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  margin-top: 0.5vw;
}

.yy-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #0644f5;
  z-index: 99;
}

.yysort li {
  padding: 3.38541666666667vw 0;
  width: 25%;
  text-align: center;
}

.yysort li+li {
  border-left: 1px solid #255bf5;
}

.yysort li .img1 {
  text-align: center;
}

.yysort li .img1 img {
  max-width: 100%;
  margin: 0 auto;
}

.yysort li .img1 img.im1 {}

.yysort li .img1 img.im2 {
  display: none;
}

.yysort li .wz {
  color: #fff;
  font-size: 20px;
  margin-top: 1vw;
}

.yysort li.cur {
  background: #eaefff;
}

.yysort li.cur .img1 img.im1 {
  display: none;
}

.yysort li.cur .img1 img.im2 {
  display: block;
}

.yysort li.cur .wz {
  color: #0644f5;
  font-weight: 600;
}

@media(max-width:1024px){
    .yysort li .wz{
        font-size:16px;
    }
}

@media(max-width:767px){
    .yy-bg{
        margin-top:40px;
    }
    .yy-wrap{
        position:relative;
    }
    .yimg1 img{
        height:30vh;
    }
    .ywz{
        top:10px;
        left:10px;
        width:calc(100% - 20px);
    }
    .ywz .ywz1{
        font-size:18px;
    }
    .ywz .ywz2{
        font-size:14px;
    }
    .ywz .ywz3{
        font-size:12px;
        line-height:22px;
    }
    .yysort{
        flex-wrap:wrap;
    }
    .yysort li{
        width:50%;
    }
    .yysort li .wz{
        font-size:14px;
    }
}


/* 荣誉资质 */
.honor-index {
  margin-top: 5.46875vw;
}

.honor-roll {
  margin-top: 2.34375vw;
  overflow: hidden;
  position: relative;
}

.honor-roll .hnext {
  position: absolute;
  background: url(../images/left.png) no-repeat center center;
  background-size: 100% 100%;
  width: 24px;
  height: 44px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.honor-roll .hprev {
  position: absolute;
  background: url(../images/right.png) no-repeat center center;
  background-size: 100% 100%;
  width: 24px;
  height: 44px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.honorSwiper {
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}

.honorSwiper .swiper-slide .img1 img {
  width: 100%;
}

.homore {
  width: 186px;
  height: 52px;
  border-radius: 5px;
  background: #0644f5;
  margin: 0 auto;
  margin-top: 3.125vw;
}

.homore a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
}

@media(max-width:767px){
    .honor-index{
        margin-top:40px;
    }
    .honor-roll{
        margin-top:20px;
    }
    .homore{
        width:60%;
        margin-top:20px;
        height:40px;
        line-height: 40px;
    }
    .homore a{
        font-size:14px;
        line-height: 40px;
    }
}

/* 新闻中心 */
.news-bg {
  background: #f0f0f0;
  padding-top: 4.16666666666667vw;
  padding-bottom: 2.60416666666667vw;
  margin-top: 5.46875vw;
}

.nlist1 {
  margin-top: 2.86458333333333vw;
}

.nlist1 li {
  width: 47.22%;
}

.nlist1 li a {
  display: flex;
  justify-content: space-between;
}

.nlist1 li a .wz {
  width: 47.65%;
}

.nlist1 li a .wz .wz1 {
  justify-content: flex-start;
  align-items: center;
}

.nlist1 li a .wz .wz1 .w11 {
  color: #666666;
  font-size: 16px;
}

.nlist1 li a .wz .wz1 .w12 {
  color: #fcb026;
  font-size: 15px;
  font-family: "Arial";
  background: url(../images/ic1.png) no-repeat left center;
  margin-left: 12px;
  padding-left: 12px;
}


.nlist1 li a .wz .wz2 {
  color: #666666;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}

.nlist1 li a .wz .wz3 {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
}

.nlist1 li a .wz .wzmore {
  background: url(../images/more1.png) no-repeat top center;
  width: 51px;
  height: 48px;
  margin-top: 2vw;
}

.nlist1 li a .img1 {
  width: 48.82%;
}

.nlist1 li a .img1 img {
  width: 100%;
}

.nlist1 li:hover a .wz .wzmore {
  background: url(../images/more2.png) no-repeat top center;
}

/*  */
.nlist2 {
  margin-top: 3.1253vw;
}

.nlist2 li {
  width: 30.78%;
  background: url(../images/ic2.png) no-repeat right center;
  padding-right: 2.5vw;
}


.nlist2 li a {}

.nlist2 li a .wz {}

.nlist2 li a .wz .wz1 {
  justify-content: flex-start;
  align-items: center;
}

.nlist2 li a .wz .wz1 .w11 {
  color: #666666;
  font-size: 16px;
}

.nlist2 li a .wz .wz1 .w12 {
  color: #fcb026;
  font-size: 15px;
  font-family: "Arial";
  background: url(../images/ic1.png) no-repeat left center;
  margin-left: 12px;
  padding-left: 12px;
}


.nlist2 li a .wz .wz2 {
  color: #666666;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}

.nlist2 li a .wz .wz3 {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
}

@media(max-width:767px){
    .news-bg{
        margin-top:40px;
        padding:40px 0;
    }
    .nlist1{
        margin-top:20px;
        flex-wrap:wrap;
    }
    .nlist1 li{
        width:100%;
    }
    .nlist1 li a{
        flex-wrap:wrap;
    }
    .nlist1 li a .wz{
        width:100%;
    }
    .nlist1 li a .wz .wz2{
        font-size:16px;
    }
    .nlist1 li a .img1{
        width:100%;
        margin-top:20px;
        margin-bottom:20px;
    }
    .nlist2{
        margin-top:20px;
        flex-wrap:wrap;
    }
    .nlist2 li{
        width:100%;
        margin-bottom:20px;
    }
    .nlist2 li a .wz .wz2{
        font-size:16px;
    }
}

/* 合作伙伴 */
.hezuo-index {
  margin-top: 6.25vw;
  margin-bottom: 4.42708333333333vw;
}

.hezuo-roll {
  margin-top: 2.34375vw;
  overflow: hidden;
  position: relative;
}

.hezuo-roll .hznext {
  position: absolute;
  background: url(../images/left.png) no-repeat center center;
  background-size: 100% 100%;
  width: 24px;
  height: 44px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.hezuo-roll .hzprev {
  position: absolute;
  background: url(../images/right.png) no-repeat center center;
  background-size: 100% 100%;
  width: 24px;
  height: 44px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.hezuoSwiper {
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}

.hezuoSwiper .swiper-slide .img1 img {
  width: 100%;
}

@media(max-width:767px){
    .hezuo-index{
        margin-top:40px;
    }
    .hezuo-roll{
        margin-top:20px;
    }
}


/* foot */
.foot-bg {
  background: url(../images/foot.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.38541666666667vw;
}

.foot-index {
  padding: 0 7.8125vw;
}

.footl {
  width: 80%;
}

.footl dl dt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 26px;
}

.footl dl dd a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.footl dl .lx p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.footr {
  margin-top: 20px;
}

.footr img {
  max-width: 123px;
  width: 100%;
}

.cop-bg {
  background: #1a1a1a;
  padding: 20px 0;
}

.cop-index {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, .22);
}

.cop-index a {
  color: rgba(255, 255, 255, .22);
}

@media(max-width:1366px){
    .foot-index {
        padding: 0 3%;
    }
}

@media(max-width:1280px){
    .foot-index {
        padding: 0;
    }
}

@media(max-width:1024px){
    .footl dl{
        width:20%;
    }
    .footl dl:last-child{
        width:25%;
    }
    .footl dl dt{
        font-size:16px;
    }
    .footl dl dd a{
        font-size:14px;
    }
    .footl dl .lx p{
        font-size:14px;
    }
}

@media(max-width:767px){
    .foot-bg{
        padding:40px 0;
        background-size:cover;
        padding-bottom:0;
    }
    .foot-index{
        flex-wrap:wrap;
        padding-bottom: 40px;
    }
    .footl{
        width:100%;
    }
    .footl dl:last-child{
        width:100%;
    }
    .footl dl dt{
        margin-bottom:10px;
    }
    .footr{
        width:100%;
    }
   
}


/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #0644f5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #0644f5;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #bb2821;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #47848a;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #0644f5;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.mfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #0644f5;
}

.mfooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mfooter ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.mfooter ul li.active {
  background: #0644f5;
}

.mfooter ul li a {
  display: block;
  color: #fff;
}

.mfooter ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.mfooter ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.mfooter li .icon-home {
  background: url(../images/p1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.mfooter li .icon-home2 {
  background: url(../images/p2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.mfooter li .icon-phone {
  background: url(../images/p3.png) no-repeat;
  width: 20px;
  height: 20px;
}


.mfooter li .icon-phone:before {
  font-size: 0;
}

.mfooter ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.ny_banner img {
  width: 100%;
}