﻿/*
 * @制作者: 庄晓辉
 * @创建时间: 2021-04-21 17:02:35
 * @上次修改者: 庄晓辉
 * @上次修改时间: 2021-04-21 17:02:35
 */

/* Animate.css动画演示 */
@import "../css/animate.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.css";

/* 公共样式 */
@import "../css/public.css";

/* 顶部 */
.topbox {
  width: 100%;
  background-color: #f3f3f3;
  line-height: 40px;
  font-size: 14px;
  color: #1e1e1e;
}
.topbox a {
  color: #1e1e1e;
  margin: 0 5px;
}
.topbox a:last-child{
  margin: 0 0 0 5px;
}
.topbox a:hover {
  color: #256094;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 24px 0;
}
.logo > a{
  width: 558px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.logo_txt{
  width: 130px;
}
.header_dianhua {
  line-height: 24px;
  color: #787878;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 54px;
}
.header_dianhua>span{
  float: right;
  font-size: 18px;
  color: #1678bf;
  font-weight: bold;
}

/* 导航 */
nav {
  background: #1678bf;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.layui-nav{
    background-color: initial;
    padding: 0;
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: initial;
    -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
    width: 12.5%;
    line-height: 46px;
}
.layui-nav .layui-nav-item > a{
    padding: 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #256094;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0;
  border: none;
  line-height: 34px;
  background-color: rgba(22,120,191,0.8);
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #256094;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background: #1678bf;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px !important;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00a0e9;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-next {
  right: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/next.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner .banner-prev {
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/prev.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner:hover .banner-next {
  opacity: 1;
}
.banner:hover .banner-prev {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px solid #dadada;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.search_form{
  width: 444px;
  float: right;
  margin-left: 10px;
}
.search_inp1{
  width: calc(100% - 75px);
  float: left;
  border:1px solid #dcdcdc;
  height: 46px;
  line-height: 44px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}
.search_inp1::-webkit-input-placeholder{
  color: #999;
}
.search_inp1:-moz-placeholder{
  color: #999;
}
.search_btn{
  width: 75px;
  float: left;
  height: 46px;
  background:url(../images/search_ss.png) no-repeat center center #1678bf;
  border: none;
  outline: none;
  cursor: pointer;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 26px;
  padding-top: 10px;
  font-size: 16px;
  color: #999;
}
.search_txt>span{
  float: left;
  color: #2d2d2d;
}
.search_txt > a{
  color: #999;
}
.search_txt > a:hover{
  color: #1678bf;
  text-decoration: underline;
}
/* END */

/*首页内容*/
/* 合作客户 */
.hz{
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 30px auto 0 auto;
  border: 1px solid #d2d2d2;
}
.hz_title{
  display: block;
  overflow: hidden;
  background: url(../images/hz_title_bj.jpg) repeat-x left top;
  margin-top: -1px;
}
.hz_title>span{
  display: block;
  overflow: hidden;
  line-height: 68px;
  background: url(../images/hz_title.png) no-repeat center center;
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.hz_contect{
  display: block;
  overflow: hidden;
  position: relative;
  margin: 50px 0 30px 0;
  padding: 0 35px;
}
.hz-imgbox .swiper-slide .hz_img{
  width: 100%;
  border: 1px solid #e1e1e1;
  position: relative;
  overflow: hidden;
}
.hz-imgbox .swiper-slide .hz_img::before{
  content: "";
  display: block;
  padding-top: 44.4445%;
}
.hz-imgbox .swiper-slide .hz_txt{
  display: block;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #000;
}
.hz-imgbox .swiper-slide:hover .hz_img{
  border-color: #256094;
}
.hz-imgbox .swiper-slide:hover img{
  transform: scale(1.1,1.1);
}
.hz-prev,
.hz-next{
  left: 5px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 16px;
  float: left;
  height: 34px;
  background-image: url(../images/hz_left.png);
  background-color: #1678bf;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  outline: none;
  cursor: pointer;
}
.hz-next{
  left: initial;
  right: 5px;
  background-image: url(../images/hz_right.png);
}

/* 产品中心 */
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.main_left{
  width: 248px;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 27px 0 27px 10px;
  background-image: linear-gradient(#1678bf,#256094);
}
.about_title>div{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 18px;
}
.about_title>div>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
}
.about_contect{
  display: block;
  overflow: hidden;
  border-top: none;
  border: 1px solid #e9e9e9;
  padding-top: 20px;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
  display: block;
  overflow: hidden;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background-color: #1678bf;
}
.about_ul>li:hover>a{
  background-color: #256094;
  color: #fff;
}
.about_dl{
  display: block;
  overflow: hidden;
}
.about_dl>dd{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.about_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 35px;
  background: url(../images/about_jiantou.png) no-repeat 15px center;
  font-size: 15px;
  color: #262626;
}
.about_dl>dd>a:hover{
  background-color: #256094;
  color: #fff;
}
.about_more{
  display: block;
  overflow: hidden;
  padding: 5px 15px;
}
.about_more>a{
  width: 50%;
  float: left;
  border: 1px solid #444;
  height: 34px;
  line-height: 32px;
  text-align: center;
}
.about_more>a:hover,
.about_more>a.about_more_active{
  background-color: #1678bf;
  color: #fff;
  border-color: #1678bf;
}
.about_B{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 6px;
  border: 1px solid #e9e9e9;
  background: url(../images/about_dianhua_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px 0 30px 75px;
}
.about_dianhua_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 12px;
  color: #353535;
  padding-left: 22px;
  background: url(../images/about_dianhua.png) no-repeat left center;
  margin-left: 15px;
}
.about_dianhua_sp{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #0078d9;
}
.main_right{
  width: 942px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
}
.dqwz_p{
  width: 106px;
  float: left;
  text-align: center;
  background-color: #1678bf;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.dqwz_more{
  width: 72px;
  float: left;
  line-height: 34px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.dqwz_more>a{
  color: #555;
  padding-right: 20px;
  background: url(../images/more.png) no-repeat right center;
}
.dqwz_more>a:hover{
  color: #1678bf;
  text-decoration: underline;
}
.dqwz_nav{
  width: calc(100% - 106px - 72px);
  float: left;
  line-height: 24px;
  padding: 5px 10px;
  font-size: 16px;
  color: #353535;
}
.dqwz_nav a{
  color: #353535;
  margin: 0 5px;
}
.dqwz_nav a:hover{
  color: #1678bf;
  text-decoration: underline;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 25px;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  width: 963px;
}
.cpzx_ul li{
  width: 300px;
  float: left;
  margin: 0 21px 10px 0;
}
.cpzx_ul li .cpzx_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2d2d2;
}
.cpzx_ul li .cpzx_B .cpzx_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cpzx_ul li .cpzx_B .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 91.6667%;
}
.cpzx_ul li .cpzx_txt{
  display: block;
  overflow: hidden;
  margin-top: 6px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #232323;
  text-align: center;
  height: 42px;
  line-height: 40px;
}
.cpzx_ul li:hover .cpzx_B{
  border-color: #1678bf;
}
.cpzx_ul li:hover .cpzx_B .cpzx_img{
  transform: scale(1.1,1.1);
}
.cpzx_ul li:hover .cpzx_txt{
  border-color: #1678bf;
  background-color: #1678bf;
  color: #fff;
}

/* 横幅 */
.hf{
  width: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0;
  text-align: center;
}
.hf_title{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 25px;
}
.hf_title>span{
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.hf_more{
  display: block;
  overflow: hidden;
  padding: 25px 0;
}
.hf_more>a{
  width: 190px;
  display: block;
  height: 50px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #1678bf;
  font-size: 25px;
  color: #fff;
}
.hf_more>a:hover{
  background-color: #fff;
  color: #1678bf;
}
.hf_dianhua{
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

/* 6大优势 */
.ys{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
  padding-bottom: 45px;
  background: url(../images/ys_jiantou.png) no-repeat center bottom;
}
.ys_p{
  display: flex;
  justify-content: center;
}
.ys_p>span{
  float: left;
  position: relative;
  height: 74px;
  line-height: 74px;
  font-size: 50px;
  color: #000;
  font-weight: bold;
  padding: 0 10px;
}
.ys_p>span>i{
  float: right;
  font-size: 78px;
  color: #1678bf;
}
.ys_p>span::before{
  content: "";
  width: 600px;
  height: 1px;
  background-color: #00a8ff;
  float: left;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ys_p>span::after{
  content: "";
  width: 600px;
  height: 1px;
  background-color: #00a8ff;
  float: left;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ys_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  margin-top: 10px;
  font-size: 15px;
  color: #999;
  text-align: center;
}
.ys_ul{
  display: block;
  overflow: hidden;
}
.ys_ul li{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}
.ys_ul li .ys_left{
  display: flex;
  align-items: center;
}
.ys_ul li .ys_left img{
  width: auto;
  display: block;
}
.ys_ul li .ys_right{
  padding: 20px 0;
}
.ys_ul li .ys_right .ys_sub{
  width: 77px;
  float: left;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  background: url(../images/ys_sub.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 15px;
}
.ys_ul li .ys_right .ys_pp{
  display: block;
  overflow: hidden;
  line-height: 48px;
  border-bottom: 1px dashed #d2d2d2;
  font-size: 26px;
  color: #1678bf;
  font-weight: bold;
  margin-bottom: 10px;
}
.ys_ul li .ys_right .ys_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 34px;
  color: #000;
}
.ys_ul li:nth-child(odd){
  flex-direction: row-reverse;
  background-color: #f6f6f6;
}
.ys_ul li:nth-child(odd) .ys_right{
  padding: 20px 40px 20px 15px;
}

/* 荣誉资质 */
.honor{
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.honor_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.honor_p{
  line-height: 50px;
  font-size: 36px;
  color: #262626;
  font-weight: bold;
}
.honor_sp{
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.honor_sp>span{
  float: left;
  position: relative;
  line-height: 24px;
  margin-top: 15px;
  font-size: 18px;
  color: #606060;
  padding: 0 10px;
  text-transform: uppercase;
}
.honor_sp>span::before{
  content: "";
  width: 463px;
  float: left;
  height: 11px;
  background: url(../images/title_hengL.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.honor_sp>span::after{
  content: "";
  width: 463px;
  float: left;
  height: 11px;
  background: url(../images/title_hengR.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.honor-imgbox{
  margin-top: 30px;
}
.honor-imgbox .swiper-slide a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #dedede;
}
.honor-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 128.9474%;
}
.honor-imgbox .swiper-slide a:hover{
  border-color: #1678bf;
}
.honor-imgbox .swiper-slide a:hover img{
  transform: scale(1.1,1.1);
}

/* 客户见证 */
.kh{
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.kh_ul{
  display: block;
  overflow: hidden;
  width: 1215px;
}
.kh_ul li{
  width: 390px;
  float: left;
  margin: 20px 15px 0 0;
}
.kh_ul li .kh_B{
  width: 100%;
  overflow: hidden;
}
.kh_ul li .kh_B .kh_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kh_ul li .kh_B .kh_img::before{
  content: "";
  display: block;
  padding-top: 71.7949%;
}
.kh_ul li .kh_R{
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.kh_ul li .kh_R .kh_p{
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.kh_ul li .kh_R .kh_p>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kh_ul li .kh_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  color: #5f5f5f;
  line-height: 32px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.kh_ul li .kh_more{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  width: 92px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #1678bf;
  border-radius: 16px;
  font-size: 14px;
  color: #fff;
}
.kh_ul li:hover .kh_B .kh_img{
  transform: scale(1.1,1.1);
}
.kh_ul li:hover .kh_R .kh_p>span{
  color: #1678bf;
}

/* 琇泽动态 */
.news{
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 35px;
}
.news_left{
  width: calc(50% - 20px);
  float: left;
  display: flex;
  margin-bottom: 10px;
}
.news_left>a{
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
}
.news_left>a .news_B{
  width: 100%;
  overflow: hidden;
  height: calc(100% - 97px);
}
.news_left>a .news_B .news_img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_left>a .news_B .news_img::before{
  content: "";
  display: block;
  padding-top: 59.56007%;
}
.news_left>a .news_txtB{
  width: 100%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  margin-top: 14px;
  display: flex;
}
.news_left>a .news_txtB .news_sub{
  width: 94px;
  float: left;
  border-right: 1px solid #dcdcdc;
  padding: 12px 0;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #333;
}
.news_left>a .news_txtB .news_sub>span{
  display: block;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}
.news_left>a .news_txtB .news_R{
  width: calc(100% - 100px);
  float: left;
  padding: 6px 5px 6px 15px;
}
.news_left>a .news_txtB .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_left>a .news_txtB .news_R .news_txt{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #8a8a8a;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_left>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.news_left>a:hover .news_txtB{
  background-color: #1678bf;
  border-color: #1678bf;
}
.news_left>a:hover .news_txtB .news_sub{
  color: #fff;
  border-right-color: #fff;
}
.news_left>a:hover .news_txtB .news_R .news_p,
.news_left>a:hover .news_txtB .news_R .news_txt{
  color: #fff;
}
.news_right{
  width: 50%;
  float: left;
}
.news_right li{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_right li a{
  width: 100%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  display: flex;
}
.news_right li a .news_sub{
  width: 94px;
  float: left;
  border-right: 1px solid #dcdcdc;
  padding: 12px 0;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #333;
}
.news_right li a .news_sub>span{
  display: block;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}
.news_right li a .news_R{
  width: calc(100% - 100px);
  float: left;
  padding: 6px 5px 6px 15px;
}
.news_right li a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_right li a .news_R .news_txt{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #8a8a8a;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_right li a:hover{
  background-color: #1678bf;
  border-color: #1678bf;
}
.news_right li a:hover .news_sub{
  color: #fff;
  border-right-color: #fff;
}
.news_right li a:hover .news_R .news_p,
.news_right li a:hover .news_R .news_txt{
  color: #fff;
}

/* 关于琇泽/常见问题解答 */
.gsjjbox{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  border-left: 3px solid #1678bf;
  padding-left: 10px;
}
.gsjj_p{
  line-height: 26px;
  font-size: 20px;
  color: #262626;
  font-weight: bold;
}
.gsjj_sp{
  line-height: 16px;
  font-size: 14px;
  color: #606060;
  margin-top: 5px;
  text-transform: uppercase;
}
.gsjj_more{
  float: right;
  line-height: 20px;
  margin-top: 25px;
}
.gsjj_more>a{
  font-size: 14px;
  color: #1678bf;
}
.gsjj_more>a:hover{
  color: #1678bf;
  text-decoration: underline;
}
/* 关于琇泽 */
.gsjj{
  width: 69.25%;
  float: left;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.gsjj_imgB{
  width: 44.25%;
  float: left;
  padding: 0 0 8px 10px;
  position: relative;
}
.gsjj_imgB::after{
  content: "";
  width: 155px;
  float: left;
  height: 120px;
  background-color: #1678bf;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gsjj_imgB .gsjj_img{
  width: 100%;
  overflow: hidden;
  border: 3px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.gsjj_imgB .gsjj_img::before{
  content: "";
  display: block;
  padding-top: 96.867%;
}
.gsjj_right{
  width: 55.75%;
  float: left;
  padding-left: 25px;
}
.gsjj_right .gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #262626;
  line-height: 38px;
}
.gsjj_right .gsjj_M{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.gsjj_right .gsjj_M>a{
  display: block;
  overflow: hidden;
  width: 92px;
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  background-color: #1678bf;
  font-size: 14px;
  color: #fff;
}
/* 常见问题解答 */
.FAQ{
  width: 29.5%;
  float: right;
}
.FAQ_ul{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.FAQ_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e0e0e0;
}
.FAQ_ul li .FAQ_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #484848;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.FAQ_ul li .FAQ_p>span{
  width: 30px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #1678bf;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
.FAQ_ul li .FAQ_txts{
  display: block;
  overflow: hidden;
  margin-top: 7px;
}
.FAQ_ul li .FAQ_txts>span{
  width: 30px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f39800;
  font-size: 18px;
  color: #fff;
  margin: 6px 10px 0 0;
}
.FAQ_ul li .FAQ_txts .FAQ_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 27px;
  color: #8c8c8c;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.FAQ_ul li:hover .FAQ_p{
  color: #1678bf;
}

/* 横幅2 */
.hf2{
  padding: 30px 0 20px 0;
}
.hf2>.container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hf_left{
  width: 50%;
  float: left;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}
.hf_left>span{
  font-size: 48px;
  font-weight: bold;
}
.hf_right{
  width: 50%;
  float: left;
}
.hf_right .hf_more {
  padding: 0 0 20px 0;
}
.hf_right .hf_dianhua {
  line-height: 42px;
  font-size: 25px;
}

/* 琇泽风采 */
.fc{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.fc_contect{
  position: relative;
  margin-top: 30px;
}
.fc-imgbox .swiper-slide a{
  width: 100%;
  float: left;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fc-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 75.86207%;
}
.fc-prev,
.fc-next{
  left: -20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 16px;
  float: left;
  height: 34px;
  background-image: url(../images/hz_left.png);
  background-color: #1678bf;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  outline: none;
  cursor: pointer;
  z-index: 5;
}
.fc-next{
  left: initial;
  right: -20px;
  background-image: url(../images/hz_right.png);
}
/*END-首页内容*/

/* 底部 */
footer {
  background: #042b4b;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
}
.footer_left{
  width: 26%;
  float: left;
  border-right: 1px solid #004986;
  padding-right: 35px;
}
.footer_left img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_nav{
  width: 26.75%;
  float: left;
  border-right: 1px solid #004986;
  padding-left: 25px;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  width: 33.3333%;
  float: left;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li a{
  display: block;
  overflow: hidden;
  color: #fff;
}
.footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_lx{
  width: 32.75%;
  float: left;
  padding: 0 25px;
  border-right: 1px solid #004986;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}
.footer_wxB{
  width: 14.5%;
  float: left;
  padding-left: 45px;
}
.footer_wx{
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.footer_wx img{
  width: 96px;
  height: 96px;
  display: block;
}
.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #004986;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 登车桥/装卸平台/工程案例 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.cpxq_sp{
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #555;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.cpxq_txt table{
  max-width: 100%;
  margin: 10px auto;
}
.cpxq_txt table td{
border:1px solid #CCCCCC
}
/* END-登车桥/装卸平台/工程案例 */

/* 荣誉资质 */
.honor_ul{
  display: block;
  overflow: hidden;
  width: 101%;
  margin-left: -0.5%;
}
.honor_ul li{
  width: 24%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.honor_ul li a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #dedede;
}
.honor_ul li a::before{
  content: "";
  display: block;
  padding-top: 128.9474%;
}
.honor_ul li a:hover{
  border-color: #1678bf;
}
.honor_ul li a:hover img{
  transform: scale(1.1,1.1);
}
/* END-荣誉资质 */

/* 琇泽动态 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}
.xw_ul li a{
  width: 100%;
  float: left;
  overflow: hidden;
  display: flex;
}
.xw_ul li a .xw_B{
  width: 222px;
  float: left;
  display: flex;
  overflow: hidden;  
}
.xw_ul li a .xw_B .xw_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xw_ul li a .xw_R{
  width: calc(100% - 222px);
  float: left;
  padding-left: 15px;
}
.xw_ul li a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 18px;
  color: #333;
}
.xw_ul li a .xw_R .xw_p>span{
  float: right;
  font-size: 14px;
}
.xw_ul li a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #7d7d7d;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 5px;  
}
.xw_ul li a .xw_more{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  width: 94px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #00b7ee;
  border-radius: 8px;
  color: #fff;
}
.xw_ul li a:hover .xw_R .xw_p{
  color: #1678bf;
}
.xw_ul li a:hover .xw_more{
  background-color: #1678bf;
}
/* END-琇泽动态 */

/* 关于琇泽 */
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.company img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.company table{
  max-width: 100%;
  margin: 10px auto;
}
.company table td{
border:1px solid #CCCCCC
}
/* END-关于琇泽 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/*首页内容*/
/* 合作客户 */
.hz{
  width: 98%;
}

/* 产品中心 */
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
.cpzx_ul{
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li{
  width: 31.3333%;
  margin: 0 1% 10px 1%;
}

/* 横幅 */
.hf{
  padding: 30px 0;
}
.hf_title{
  line-height: 30px;
  font-size: 20px;
}
.hf_title>span{
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 10px;
}
.hf_more {
  padding: 15px 0;
}

/* 6大优势 */
.ys_ul li .ys_right .ys_txt {
  line-height: 30px;
}
.ys_ul li:nth-child(odd) .ys_right {
  padding: 20px 20px 20px 15px;
}

/* 客户见证 */
.kh_ul{
  width: 102%;
  margin-left: -1%;
}
.kh_ul li{
  width: 31.3333%;
  margin: 20px 1% 0 1%;
}

/* 关于琇泽 */
.gsjj_right .gsjj_txt{
  line-height: 30px;
}

/* 琇泽风采 */
.fc-prev,
.fc-next{
  left: 0;
}
.fc-next{
  left: initial;
  right: 0;
}
/*END-首页内容*/

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #256094;
}

/* 头部 */
.header {
  padding: 15px 0;
  position: relative;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  padding:0;
  background: none;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(22,120,191,0.8);
  position: absolute;
  right: 10px;
  top:0;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #256094;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #256094;
}
.layui-nav .layui-this a{
  color: #fff;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

/* 搜索 */
.search_form {
  width: 390px;
}
/* END */

/*首页内容*/
/* 合作客户 */
.hz_contect{
  margin: 30px 0;
}
.hz-imgbox .swiper-slide .hz_txt {
  line-height: 40px;
  font-size: 18px;
}

/* 产品中心 */
.main_left{
  width: 33%;
}
.main_right{
  width: 65%;
}
.dqwz_nav {
  line-height: 22px;
  font-size: 14px;
}
.cpzx_ul li{
  width: 48%;
}
.cpzx_ul li:last-child{
  display: none;
}

/* 横幅 */
.hf{
  padding: 20px 0;
}
.hf_title{
  line-height: 24px;
  font-size: 16px;
}
.hf_title>span{
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 5px;
}
.hf_more {
  padding: 10px 0;
}
.hf_more>a {
  width: 150px;
  height: 40px;
  line-height: 38px;
  border-radius: 10px;
  font-size: 20px;
}
.hf_dianhua {
  font-size: 20px;
}

/* 6大优势 */
.ys_p>span {
  height: 64px;
  line-height: 64px;
  font-size: 40px;
}
.ys_p>span>i {
  font-size: 68px;
}
.ys_ul li{
  flex-wrap: wrap;
}
.ys_ul li .ys_left {
  width: 100%;
}
.ys_ul li .ys_left img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_ul li .ys_right {
  padding: 15px;
}
.ys_ul li:nth-child(odd) .ys_right {
  padding: 15px;
}

/* 关于琇泽 */
.gsjj{
  width: 100%;
}
.gsjj_right .gsjj_txt{
  line-height: 26px;
}
/* 常见问题解答 */
.FAQ{
  width: 100%;
  margin-top: 30px;
}

/* 横幅2 */
.hf2{
  padding: 20px 0;
}
.hf_left{
  font-size: 20px;
  line-height: 30px;
}
.hf_left>span{
  font-size: 30px;
}
.hf_right .hf_dianhua {
  line-height: 30px;
  font-size: 20px;
}
/*END-首页内容*/

/* 底部 */
.footer{
  padding: 15px 0;
}
.footer_left {
  padding-right: 15px;
}
.footer_nav {
  padding-left: 15px;
}
.footer_ul li {
  width: 50%;
  line-height: 30px;
}
.footer_txt {
  line-height: 30px;
}
.footer_lx {
  width: 30.75%;
  padding: 0 15px;
}
.footer_wxB {
  width: 16.5%;
  padding-left: 10px;
}
/* END-底部 */

/* 荣誉资质 */
.honor_ul li{
  width: 32.3333%;
}
/* END-荣誉资质 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
.layui-nav .layui-nav-item > a {
  font-size: 15px;
}
.banner .swiper-pagination {
  bottom: 10px;
}

/* 搜索 */
.search {
  padding: 8px 0;
}
.search_form {
  width: 100%;
}
.search_inp1 {
  width: calc(100% - 60px);
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
}
.search_btn {
  width: 60px;
  height: 36px;
  background: url(../images/search_ss.png) no-repeat center center #1678bf;
  background-size: 24px 24px;
}
.search_txt {
  width: 100%;
  line-height: 22px;
  padding-top: 5px;
  font-size: 14px;
}
/* END */

/*首页内容*/
/* 合作客户 */
.hz_contect{
  margin: 10px 0;
}
.hz {
  width: calc(100% - 20px)
}
.hz_title>span {
  line-height: 40px;
  background: url(../images/hz_title.png) no-repeat center center;
  background-size: contain;
  font-size: 20px;
}
.hz-imgbox .swiper-slide .hz_txt {
  line-height: 30px;
  font-size: 16px;
}

/* 产品中心 */
.cpzx {
  padding: 10px 0;
}
.main_left{
  width: 100%;
}
.about_title {
  padding: 10px 0 10px 10px;
  background-image: url(../images/imgs/sj_jiantou.png),linear-gradient(#1678bf,#256094);
  background-position: right center;
  background-repeat: no-repeat;
}
.about_contect {
  padding-top: 0;
}
.about_ul{
  display: none;
}
.main_right{
  width: 100%;
}
.dqwz_contect {
  padding: 10px 0;
}
.cpzx_ul li .cpzx_txt {
  margin-top: 3px;
  font-size: 14px;
  height: 36px;
  line-height: 34px;
}

/* 横幅 */
.hf{
  padding: 10px 0;
}
.hf_title{
  line-height: 20px;
  font-size: 12px;
}
.hf_title>span{
  line-height: 24px;
  font-size: 16px;
}
.hf_more {
  padding: 5px 0;
}
.hf_more>a {
  width: 120px;
  height: 32px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 16px;
}
.hf_dianhua {
  font-size: 14px;
}

/* 6大优势 */
.ys {
  padding: 10px 0;
}
.ys_title {
  padding-bottom: 15px;
  background: url(../images/ys_jiantou.png) no-repeat center bottom;
  background-size: auto 10px;
}
.ys_p>span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.ys_p>span>i {
  font-size: 24px;
}
.ys_sp {
  line-height: 18px;
  margin-top: 5px;
  font-size: 12px;
}
.ys_ul li {
  margin-top: 10px;
}
.ys_ul li .ys_right .ys_sub {
  width: 35px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  margin-right: 10px;
}
.ys_ul li .ys_right .ys_pp {
  line-height: 43px;
  font-size: 18px;
}
.ys_ul li .ys_right .ys_txt {
  line-height: 22px;
}
.ys_ul li:nth-child(odd) .ys_right {
  padding: 5px;
}

/* 荣誉资质 */
.honor{
  padding-top: 10px;
}
.honor_p{
  line-height: 30px;
  font-size: 18px;
}
.honor_sp>span{
  line-height: 20px;
  margin-top: 0;
  font-size: 14px;
}
.honor-imgbox{
  margin-top: 10px;
}

/* 客户见证 */
.kh{
  padding-top: 10px;
}
.kh_ul{
  width: 100%;
}
.kh_ul li{
  width: 100%;
  margin: 10px 0 0 0;
}
.kh_ul li a{
  width: 100%;
  float: left;
  display: flex;
}
.kh_ul li .kh_B{
  width: 120px;
  float: left;
  display: flex;
}
.kh_ul li .kh_R{
  width: calc(100% - 120px);
  padding: 0 0 0 10px;
}
.kh_ul li .kh_R .kh_p{
  padding-bottom: 0;
}
.kh_ul li .kh_R .kh_p>span{
  line-height: 24px;
  -webkit-line-clamp: 1;
}
.kh_ul li .kh_txt{
  margin-top: 5px;
  line-height: 20px;
  -webkit-line-clamp:3;
}
.kh_ul li .kh_more{
  margin-top: 5px;
  width: 72px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
}

/* 琇泽动态 */
.news{
  padding-top: 10px;
}
.news_contect{
  padding-top: 10px;
}
.news_left{
  width: 100%;
}
.news_right{
  width: 100%;
}

/* 关于琇泽/常见问题解答 */
.gsjjbox{
  padding: 10px 0;
}
/* 关于琇泽 */
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_imgB{
  width: 100%;
}
.gsjj_imgB .gsjj_img::before {
  padding-top: 75%;
}
.gsjj_right{
  width: 100%;
  padding: 10px 0 0 0;
}
.gsjj_right .gsjj_txt{
  line-height: 22px;
}

/* 常见问题解答 */
.FAQ_ul li .FAQ_txts .FAQ_txt {
  line-height: 24px;
}

/* 横幅2 */
.hf2{
  padding: 10px 0;
}
.hf_left{
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.hf_left>span{
  font-size: 18px;
}
.hf_right{
  width: 100%;
}
.hf_right .hf_more {
  padding: 10px 0;
}
.hf_right .hf_dianhua {
  line-height: 24px;
  font-size: 16px;
}

/* 琇泽风采 */
.fc{
  padding: 10px 0;
}
.fc_contect{
  margin-top: 10px;
}
/*END-首页内容*/

/* 底部 */
.copyright{
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
}
/* END-底部 */

/* 登车桥/装卸平台/工程案例 */
.main{
  padding: 0;
}
.main .about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}
/* END-登车桥/装卸平台/工程案例 */

/* 荣誉资质 */
.honor_ul li{
  width: 49%;
}
/* END-荣誉资质 */

/*联系我们*/
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 62px;
  float: left;
  background: #fff;
}
.root {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background: #fff;
}
.root a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #1678bf;
  text-align: center;
}
.root a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.root a > div:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}
.root a:hover {
  background: #1678bf;
  color: #fff;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 65px;
  z-index: 99999;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
  text-align: center;
  transition: initial;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #1678bf;
}
.dbbox .dbs img {
  max-width: 140px;
}
/* END */
