/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox {
  width: 100%;
  background: #2460ce;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  font-family: "微软雅黑";
}
.topbox a {
  color: #fff;
  margin: 0 10px;
}
.topbox a:last-child {
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.header {
  width: 100%;
  padding: 25px 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
}
.logo img {
  width: 100%;
  max-width: 404px;
  max-height: 62px;
}

nav {
  width: 62% !important;
}
.nav {
  width: 100%;
  padding-top: 9px;
}
.nav>li {
  width: 12.5%;
  position: relative;
}
.nav>li>a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #222;
  text-align: center;
}
.nav>li:hover>a {
  background: #2460ce;
  color: #fff;
}
.nav>li>a.on {
  background: #2460ce;
  color: #fff;
}

.nav_sub {
  display: none;
  width: 120%;
  float: left;
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  left: -10%;
}
.nav_sub>dd {
  display: block;
  overflow: hidden;
}
.nav_sub>dd>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav_sub>dd>a:hover {
  background: #2460ce;
  color: #fff;
}

/*banner*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #706f6d;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #706f6d;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.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 .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 .next {
  opacity: 1;
}
.banner:hover .prev {
  opacity: 1;
}
/*END-头部+导航+大图*/

/*首页内容*/
.picboxs {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.picboxs>.container {
  display: flex;
  flex-wrap: wrap;
}
.picboxs>.container>div {
  float: left;
  border-right: 1px solid #ccc;
}
.picboxs>.container>div:last-child {
  border: none;
}
.picboxs>.container>div.pic_L {
  width: 31.75%;
  padding-right: 40px;
  font-family: 'Tensentype ZhiHeiJ W5';
  font-size: 24px;
  color: #111;
  line-height: 50px;
}
.picboxs>.container>div.pic_L>span {
  display: block;
  overflow: hidden;
  font-family: 'Source Han Sans CN';
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background: #666666;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}
.picboxs>.container>div.pic_C {
  width: 47.25%;
  padding: 0 45px 0 40px;
}
.picboxs>.container>div.pic_C .search {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.picboxs>.container>div.pic_C .search .search_inp1 {
  width: calc(100% - 66px);
  float: left;
  border: 1px solid #d4d4d4;
  height: 38px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  color: #222;
  font-family: SimSun;
}
.picboxs>.container>div.pic_C .search .search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #919191;
}
.picboxs>.container>div.pic_C .search .search_inp1:-moz-placeholder, textarea:-moz-placeholder {
  color: #919191;
}
.picboxs>.container>div.pic_C .search .search_btn {
  width: 66px;
  float: left;
  height: 38px;
  background: url(../images/search_ss.png) no-repeat center center #2460ce;
}
.picboxs>.container>div.pic_C .pic_txt {
  width: 100%;
  float: left;
  font-family: "微软雅黑";
  line-height: 30px;
  font-size: 12px;
  color: #919191;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15px;
}
.picboxs>.container>div.pic_C .pic_txt>a {
  color: #919191;
  margin: 0 5px;
}
.picboxs>.container>div.pic_C .pic_txt>a:hover {
  color: #2460ce;
  text-decoration: underline !important;
}
.picboxs>.container>div.pic_R {
  width: 21%;
  padding: 0 0 0 40px;
}
.picboxs>.container>div.pic_R .pic_p {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 26px;
  line-height: 26px;
  background: url(../images/pic_dianhua.png) no-repeat left center;
  padding-left: 35px;
  font-size: 14px;
  color: #404040;
}
.picboxs>.container>div.pic_R .pic_sp {
  display: block;
  overflow: hidden;
  line-height: 32px;
  margin-top: 10px;
  font-family: Arial;
  font-size: 30px;
  color: #252525;
  font-weight: bold;
}

.picBox {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 55px 0;
}
.pic_ul {
  display: block;
  overflow: hidden;
}
.pic_ul li {
  width: 25%;
  float: left;
}
.pic_ul li .pic_imgB {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  overflow: hidden;
  border: 15px solid #d9d9db;
  border-radius: 50%;
}
.pic_ul li .pic_imgB .pic_img {
  width: 100%;
  overflow: hidden;
  border: 3px solid #494949;
  border-radius: 50%;
  position: relative;
}
.pic_ul li .pic_imgB .pic_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pic_ul li .pic_imgB .pic_img .pic_logo {
  width: 74px;
  float: left;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 296px 128px;
}
.pic_ul li .pic_p {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #505050;
  font-weight: bold;
}
.pic_ul li .pic_sp {
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #505050;
  font-weight: bold;
  text-transform: uppercase;
}
.pic_ul li:nth-child(1) .pic_imgB .pic_img .pic_logo {
  background-position: left top;
}
.pic_ul li:nth-child(2) .pic_imgB .pic_img .pic_logo {
  background-position: -74px top;
}
.pic_ul li:nth-child(3) .pic_imgB .pic_img .pic_logo {
  background-position: -148px top;
}
.pic_ul li:nth-child(4) .pic_imgB .pic_img .pic_logo {
  background-position: right top;
}
.pic_ul li:hover .pic_imgB {
  border-color: #d6dfef;
}
.pic_ul li:hover .pic_imgB .pic_img {
  border-color: #2460ce;
}
.pic_ul li:nth-child(1):hover .pic_imgB .pic_img .pic_logo {
  background-position: left bottom;
}
.pic_ul li:nth-child(2):hover .pic_imgB .pic_img .pic_logo {
  background-position: -74px bottom;
}
.pic_ul li:nth-child(3):hover .pic_imgB .pic_img .pic_logo {
  background-position: -148px bottom;
}
.pic_ul li:nth-child(4):hover .pic_imgB .pic_img .pic_logo {
  background-position: right bottom;
}

.gsjj {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.gsjj_title {
  display: block;
  overflow: hidden;
  text-align: center;
  background: url(../images/title_heng.png) no-repeat center bottom;
}
.gsjj_p {
  line-height: 42px;
  font-size: 36px;
  color: #000;
}
.gsjj_sp {
  line-height: 16px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.gsjj_contect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.gsjj_left {
  width: 54.25%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gsjj_right {
  width: 45.75%;
  float: left;
  padding-left: 30px;
}
.gsjj_pp {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #000;
}
.gsjj_spp {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 5px;
}
.gsjj_heng {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 2px;
  background: #2460ce;
  margin-top: 25px;
}
.gsjj_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  margin-top: 20px;
  height: 210px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_more {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.gsjj_more>a {
  width: 140px;
  display: block;
  height: 48px;
  line-height: 44px;
  background: #2460ce;
  border: 2px solid #2460ce;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover {
  background: #fff;
  color: #2460ce;
}

.choose {
  width: 100%;
  overflow: hidden;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.choose_title {
  display: block;
  overflow: hidden;
  padding-bottom: 19px;
  background: url(../images/ys_title.png) no-repeat center bottom;
  text-align: center;
}
.choose_p {
  line-height: 42px;
  font-size: 24px;
  color: #7f7f7f;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.choose_pp {
  line-height: 64px;
  font-size: 46px;
  color: #fff;
}
.choose_sp {
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-family: SimSun;
}
.choose_spp {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}
.choose_ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.choose_ul li {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 45px;
}
.choose_ul li .choose_B {
  width: 100%;
  overflow: hidden;
}
.choose_ul li .choose_B .choose_img {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.choose_ul li .choose_B .choose_img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.choose_ul li .choose_txtB {
  display: block;
  overflow: hidden;
  padding: 15px 25px;
  background: #fff;
}
.choose_ul li .choose_txtB .choose_T {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #151515;
}
.choose_ul li .choose_txtB .choose_heng {
  width: 100%;
  max-width: 140px;
  height: 4px;
  background: #d7d7d7;
  margin: 6px auto;
  display: block;
  overflow: hidden;
}
.choose_ul li .choose_txtB .choose_txt {
  display: block;
  overflow: hidden;
  height: 104px;
  line-height: 26px;
  font-size: 14px;
  color: #151515;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.choose_ul li:hover .choose_B .choose_img {
  transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
}
.choose_ul li:hover .choose_txtB .choose_heng {
  background: #2460ce;
}

.cpzx {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 60px 0;
}
.cpzx_contect {
  margin-top: 30px;
  position: relative;
}
.cpzx-imgbox .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpzx-imgbox .swiper-slide>a .cpzx_img {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cpzx-imgbox .swiper-slide>a .cpzx_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cpzx-imgbox .swiper-slide>a .cpzx_hover {
  width: 100%;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(14, 60, 146, 0.9);
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cpzx-imgbox .swiper-slide>a:hover .cpzx_img {
  transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
}
.cpzx-imgbox .swiper-slide>a:hover .cpzx_hover {
  background: rgba(14, 60, 146, 0.9);
}
.cpzx-prev, .cpzx-next {
  left: -64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 38px;
  background: url(../images/cpzx_L.png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  z-index: 9;
}
.cpzx-next {
  left: initial;
  right: -64px;
  background: url(../images/cpzx_R.png) no-repeat center center;
  background-size: 100% 100%;
}
.cpzx-prev:hover {
  background: url(../images/cpzx_L_hover.png) no-repeat center center;
  background-size: 100% 100%;
}
.cpzx-next:hover {
  background: url(../images/cpzx_R_hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.newsBox {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.news {
  width: calc(50% - 20px);
}
.news_title {
  display: block;
  overflow: hidden;
}
.news_p {
  line-height: 46px;
  font-size: 30px;
  color: #000;
}
.news_p>span {
  color: #2460ce;
}
.news_sp {
  line-height: 26px;
  font-size: 18px;
  color: #b9b9b9;
  text-transform: uppercase;
}
.news_heng {
  display: block;
  overflow: hidden;
  height: 3px;
  margin-top: 5px;
  position: relative;
}
.news_heng::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  top: 1px;
}
.news_heng::after {
  content: "";
  width: 125px;
  float: left;
  height: 3px;
  background: #2460ce;
  position: absolute;
  left: 0;
  top: 0;
}
.news_B {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.news_B>a {
  width: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: all 1s;
  border: 1px solid #ddd;
  overflow: hidden;
}
.news_B>a::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.news_B>a:hover {
  transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
}
.news_ul {
  display: block;
  overflow: hidden;
}
.news_ul li {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.news_ul li a {
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
}
.news_ul li a .news_sub {
  width: 115px;
  float: left;
  border-right: 1px solid #c0c0c0;
  padding: 16px 0;
  text-align: center;
}
.news_ul li a .news_sub .news_sub_p {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-family: Calibri;
  font-size: 28px;
  color: #000;
}
.news_ul li a .news_R {
  width: calc(100% - 115px);
  float: left;
  padding: 16px;
}
.news_ul li a .news_R .news_T {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_ul li a .news_R .news_txt {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news_ul li a:hover {
  border-color: #c0c0c0;
}
/*END-首页内容*/

/*底部*/
.footer {
  width: 100%;
  overflow: hidden;
  background: #494949;
}
.link {
  width: 100%;
  float: left;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
}
.link>a {
  color: #fff;
  margin: 0 10px;
}
.link>a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.link p {
  display: inline-block;
}
.link p a {
  color: #fff;
  margin: 0 5px;
}
.link p a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.footer_L {
  width: 60%;
  float: left;
  margin: 10px 0;
}
.footer_nav {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.footer_nav>a {
  color: #fff;
  margin: 0 10px;
  font-size: 15px;
}
.footer_nav>a:first-child {
  margin: 0 10px 0 0;
}
.footer_nav>a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.footer_txt {
  display: block;
  overflow: hidden;
  line-height: 2;
  margin-top: 12px;
  font-size: 14px;
  color: #fff;
}
.footer_R {
  width: 260px;
  float: right;
  margin: 25px 0;
}
.footer_R>img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
.footer_R>span {
  display: block;
  overflow: hidden;
  color: #fff;
}
.footer_R>span:nth-child(2) {
  font-size: 16px;
  line-height: 22px;
}
.footer_R>span:nth-child(3) {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.footer_R>span:nth-child(4) {
  font-size: 12px;
  line-height: 22px;
}

.foot {
  width: 100%;
  overflow: hidden;
  background: #2460ce;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
}
.foot a {
  color: #fff;
  margin: 0 5px;
}
.foot a:hover {
  color: #fff;
  text-decoration: underline !important;
}
/*END-底部*/

/*关于我们*/
.main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 30px;
}
.main_left {
  width: 285px;
  float: left;
}
.about {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.about_title {
  display: block;
  overflow: hidden;
  height: 59px;
  line-height: 59px;
  text-align: center;
  background: url(../images/about_title.jpg) no-repeat right center #2460ce;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.about_ul {
  display: block;
  overflow: hidden;
  border: 1px solid #c6c6c6;
  margin-top: 4px;
}
.about_ul>li {
  display: block;
  overflow: hidden;
  padding-bottom: 1px;
  background: url(../images/about_heng.jpg) no-repeat center bottom;
  background-size: 100% 1px;
}
.about_ul>li>a {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  /*color:#9f9f9f;*/
  color: #333;
}
.about_ul>li:hover>a {
  background: #2460ce;
  color: #fff;
}
.about_ul>li.about_on>a {
  background: #2460ce;
  color: #fff;
}
.about_ul>li:last-child {
  background: none;
  padding: 0;
}
.about_B {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  line-height: 2;
}
.about_B>img {
  width: 100%;
  display: block;
  height: auto;
  border: 1px solid #c6c6c6;
}
.about_B>span {
  display: block;
  overflow: hidden;
  background: #f2f2f2;
  padding: 10px 15px;
  font-size: 14px;
  color: #151515;
  line-height: 24px;
  border: 1px solid #c6c6c6;
}

.main_right {
  width: 895px;
  float: right;
}
.dqwz_title {
  width: 100%;
  float: left;
  line-height: 30px;
  padding-bottom: 3px;
  background: url(../images/dqwz_heng.jpg) repeat-x left bottom;
  font-size: 14px;
  /*color:#a9a9a9;*/
  color: #333;
}
.dqwz_title>span {
  color: #2460ce;
}
.dqwz_contect {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #171717;
  line-height: 30px;
}
.company img {
  max-width: 100%;
  height: auto !important;
}
/*END-关于我们*/

/*产品中心*/
.cp_ul {
  display: block;
  overflow: hidden;
  width: 906px;
}
.cp_ul li {
  width: 291px;
  float: left;
  margin: 0 11px 21px 0;
}
.cp_ul li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cp_ul li>a .cpzx_img {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cp_ul li>a .cpzx_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cp_ul li>a .ys_img {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #f2f2f2;
}
.cp_ul li>a .ys_img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.cp_ul li>a .cpzx_hover {
  width: 100%;
  float: left;
  height: 26px;
  line-height: 26px;
  text-align: center;
 background: rgba(14, 60, 146, 0.9);
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cp_ul li>a:hover .cpzx_img {
  transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
}
.cp_ul li>a:hover .cpzx_hover {
  background: rgba(14, 60, 146, 0.9);
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxq_p {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #494949;
  text-align: center;
  font-weight: bold;
}
.cpxq_img {
  display: block;
  overflow: hidden;
  padding-top: 15px;
}

#gallery {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  border: 2px solid #ccc;
}
#gallery .swiper-slide {
  overflow: hidden;
  position: relative;
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 80%;
}
#gallery .swiper-slide>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  padding: 0 50px;
}
#thumbs {
  width: 100%;
  overflow: hidden;
}
#thumbs .swiper-slide {
  border: 2px solid #ccc;
  overflow: hidden;
  position: relative;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 80%;
}
#thumbs .swiper-slide-thumb-active {
  border-color: #2460ce;
}
.thumbs .prev-button,
.thumbs .next-button {
  width: 40px;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #f4f4f4;
  font-family: SimSun;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
}
.thumbs .next-button {
  left: initial;
  right: 0;
}
.thumbs .prev-button::before {
  content: "<";
}
.thumbs .next-button::before {
  content: ">";
}
.thumbs .prev-button:hover,
.thumbs .next-button:hover {
  background-color: #2460ce;
  color: #fff;
}



.img-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s
}
.img-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s
}











.con {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
#tags {
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}
#tags LI {
  width: 130px;
  float: left;
}
#tags LI A {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #494949;
  font-weight: bold;
}
#tags LI.selectTag A {
  background: #2460ce;
  color: #fff;
}
#tagContent {
  display: block;
  overflow: hidden;
  padding-top: 35px;
  font-size: 15px;
  color: #1d1d1d;
  line-height: 30px;
}
.tagContent {
  display: none;
}
.tagContent img {
  max-width: 100% !important;
  height: auto !Important;
  padding: 5px;
}
.tagContent table {
  width: 700px !important;
  height: auto !Important;
  border: 1px solid #eee !important;
  border-collapse: collapse;
}
.tagContent table tr td {
  width: auto !important;
  height: auto !Important;
  border: 1px solid #eee !important;
  border-collapse: collapse;
  padding: 1px !important;
}
#tagContent div.selectTag {
  DISPLAY: block; word-break: break-all; overflow-x:auto;
}

.cptj {
  display: block;
  overflow: hidden;
  padding-top: 65px;
}
.cptj-imgbox {
  margin-top: 45px;
}
.cptj-imgbox .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cptj-imgbox .swiper-slide>a .cpzx_img {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cptj-imgbox .swiper-slide>a .cpzx_img::before {
  content: "";
  display: block;
  padding-top: 85.5671%;
}
.cptj-imgbox .swiper-slide>a .cpzx_hover {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(25, 25, 25, 0.9);
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cptj-imgbox .swiper-slide>a:hover .cpzx_img {
  transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
}
.cptj-imgbox .swiper-slide>a:hover .cpzx_hover {
  background: rgba(14, 60, 146, 0.9);
}


/* .cp_ul1{display:block; overflow:hidden; width:906px; padding-top:45px;}
.cp_ul1 li{width:291px; float:left; margin:0 11px 21px 0;}
.cp_ul1 li>a{width:100%; float:left; overflow:hidden; position:relative;}
.cp_ul1 li>a .cpzx_img{width:100%; overflow:hidden; background-repeat:no-repeat; background-size:cover; background-position:center;}
.cp_ul1 li>a .cpzx_img::before{content:""; display:block; padding-top:85.5671%;}
.cp_ul1 li>a .cpzx_hover{width:100%; float:left; height:30px; line-height:30px; text-align:center; background:rgba(25,25,25,0.9); font-size:16px; color:#fff; position:absolute; left:0; bottom:0;}
.cp_ul1 li>a:hover .cpzx_img{transform: scale(1.06,1.06);-ms-transform: scale(1.06,1.06); -webkit-transform: scale(1.06,1.06);}
.cp_ul1 li>a:hover .cpzx_hover{background:rgba(36,96,206,0.9);} */
/*END-产品中心*/

/*解决方案*/
.xw_ul {
  display: block;
  overflow: hidden;
}
.xw_ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xw_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #e5e5e5;
}
.xw_ul li a .xw_img {
  width: 291px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e5e5;
}
.xw_ul li a .xw_R {
  width: calc(100% - 291px);
  float: left;
  padding: 15px 30px;
  color: #464646;
}
.xw_ul li a .xw_R .xw_p {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt {
  display: block;
  overflow: hidden;
  height: 104px;
  line-height: 26px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.xw_ul li a .xw_R .xw_sp {
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  margin-top: 10px;
}
.xw_ul li a:hover {
  background: #2460ce;
}
.xw_ul li a:hover .xw_R {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxq_p {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #494949;
  line-height: 30px;
}
.xwxq_sp {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #a4a4a4;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxq_img {
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.xwxq_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #1d1d1d;
  padding-top: 30px;
}
.xwxq_txt img {
  max-width: 100%;
  height: auto !important;
}
/*END-解决方案*/

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  /* margin-top:20px;*/
}
.contact_map {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 350px;
  border: none;
}
/*END-联系我们*/

@media (max-width:1220px) {
  /*头部+导航*/
  .topbox {
    padding: 0 1%;
  }
  .header {
    padding: 33px 1%;
  }
  /*END-头部+导航*/

  /*首页内容*/
  .picboxs {
    padding: 22px 1%;
  }
  .picboxs>.container>div.pic_L {
    padding-right: 20px;
    font-size: 20px;
  }
  .picboxs>.container>div.pic_L>span {
    letter-spacing: 2.2pt;
    font-size: 12px;
  }
  .picboxs>.container>div.pic_C {
    padding: 0 20px;
  }
  .picboxs>.container>div.pic_R {
    padding: 0 0 0 20px;
  }
  .picboxs>.container>div.pic_R .pic_sp {
    font-size: 28px;
  }

  .picBox {
    padding: 40px 1%;
  }
  .gsjj {
    padding: 40px 1%;
  }

  .choose {
    padding: 40px 1%;
  }
  .choose_ul {
    margin-top: 40px;
  }
  .choose_ul li {
    margin-bottom: 35px;
  }
  .choose_ul li .choose_txtB {
    padding: 30px 20px;
  }

  .cpzx {
    padding: 40px 1%;
  }
  .cpzx_contect {
    padding: 0 40px;
  }
  .cpzx-prev, .cpzx-next {
    left: 0;
  }
  .cpzx-next {
    left: initial;
    right: 0;
  }

  .newsBox {
    padding: 40px 1%;
  }
  .news_B {
    margin-top: 30px;
  }
  /*END-首页内容*/

  /*底部*/
  .footer {
    padding: 0 1%;
  }
  .link {
    padding: 25px 1%;
  }
  .footer_L {
    width: 55%;
    margin: 30px 0;
  }
  .footer_R {
    margin: 30px 0;
  }
  .foot {
    padding: 10px 1%;
  }
  /*END-底部*/

  /*关于我们*/
  .main {
    padding: 40px 1%;
  }
  .main_left {
    width: 24%;
  }
  .main_right {
    width: 74%;
  }
  /*END-关于我们*/

  /*产品中心*/
  .cp_ul {
    width: 100%;
  }
  .cp_ul li {
    width: 32.33%;
    margin: 0 0.5% 20px 0.5%;
  }

  .con {
    padding-top: 40px;
  }
  #tagContent {
    padding-top: 30px;
  }

  .cptj {
    padding-top: 40px;
  }
  .cptj-imgbox {
    margin-top: 35px;
  }
  /* .cp_ul1{width:100%; padding-top:35px;}
.cp_ul1 li{width:32.33%; margin:0 0.5% 20px 0.5%;} */
  /*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: #2460ce;
  }

  .topbox {
    padding: 0 10px;
  }
  .header {
    padding: 0;
  }
  .logo {
    width: 100%;
    padding: 20px 10px;
  }
  .nav {
    display: none;
    width: 150px;
    padding: 2px;
    position: absolute;
    right: 10px;
    top: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .nav>li {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0;
    background: none;
  }
  .nav>li>a {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
  }
  .nav>li:hover>a {
    background: #2460ce;
    color: #fff;
  }
  /*END-头部+导航*/

  /*首页内容*/
  .picboxs {
    padding: 15px 10px;
  }
  .picboxs>.container>div.pic_L {
    width: 37%;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .picboxs>.container>div.pic_L>span {
    letter-spacing: 1pt;
  }
  .picboxs>.container>div.pic_C {
    width: 41%;
    padding: 0 10px;
  }
  .picboxs>.container>div.pic_C .search .search_inp1 {
    height: 32px;
    line-height: 30px;
  }
  .picboxs>.container>div.pic_C .search .search_btn {
    height: 32px;
  }
  .picboxs>.container>div.pic_C .pic_txt {
    margin-top: 5px;
    line-height: 22px;
  }
  .picboxs>.container>div.pic_R {
    width: 22%;
    padding: 0 0 0 10px;
  }
  .picboxs>.container>div.pic_R .pic_p {
    margin-top: 5px;
  }
  .picboxs>.container>div.pic_R .pic_sp {
    font-size: 20px;
    line-height: 30px;
  }

  .picBox {
    padding: 30px 10px;
  }
  .pic_ul li .pic_p {
    margin-top: 10px;
  }
  .pic_ul li .pic_imgB {
    border: 10px solid #d9d9db;
  }
  .pic_ul li .pic_sp {
    font-size: 16px;
  }

  .gsjj {
    padding: 30px 10px;
  }
  .gsjj_right {
    padding-left: 20px;
  }
  .gsjj_heng {
    margin-top: 15px;
  }
  .gsjj_txt {
    line-height: 24px;
    margin-top: 10px;
    height: 168px;
  }
  .gsjj_more {
    padding-top: 10px;
  }
  .gsjj_more>a {
    width: 120px;
    height: 44px;
    line-height: 40px;
  }

  .choose {
    padding: 30px 10px;
  }
  .choose_ul {
    margin-top: 30px;
  }
  .choose_ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .cpzx {
    padding: 30px 10px;
  }

  .newsBox {
    padding: 30px 10px;
  }
  .news {
    width: calc(50% - 10px);
  }
  .news_p {
    line-height: 40px;
    font-size: 26px;
  }
  .news_sp {
    line-height: 24px;
    font-size: 14px;
  }
  .news_B {
    margin-top: 15px;
  }
  .news_ul li {
    margin-top: 15px;
  }
  .news_ul li a .news_sub {
    padding: 10px 0;
  }
  .news_ul li a .news_R {
    padding: 10px;
  }
  /*END-首页内容*/

  /*底部*/
  .footer {
    padding: 0 10px;
  }
  .link {
    padding: 20px 0;
  }
  .footer_L {
    width: 62%;
    margin: 20px 0;
  }
  .footer_nav>a {
    margin: 0 5px;
  }
  .footer_nav>a:first-child {
    margin: 0 5px 0 0;
  }
  .footer_R {
    margin: 20px 0;
  }
  .foot {
    padding: 10px;
  }
  /*END-底部*/

  /*关于我们*/
  .main {
    padding: 30px 10px;
  }
  .main_left {
    width: 29%;
  }
  .main_right {
    width: 69%;
  }
  /*END-关于我们*/

  /*产品中心*/
  .cp_ul li {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .cpxq_p {
    line-height: 30px;
    font-size: 16px;
  }
  .con {
    padding-top: 30px;
  }
  #tagContent {
    padding-top: 20px;
  }
  .cptj {
    padding-top: 30px;
  }
  .cptj-imgbox {
    margin-top: 25px;
  }
  /* .cp_ul1{padding-top:25px;}
.cp_ul1 li{width:48%; margin:0 1% 15px 1%;} */
  /*END-产品中心*/

  /*解决方案*/
  .xw_ul li a .xw_img {
    width: 200px;
  }
  .xw_ul li a .xw_R {
    width: calc(100% - 200px);
    padding: 15px;
  }
  .xw_ul li a .xw_R .xw_txt {
    margin-top: 5px;
  }
  .xw_ul li a .xw_R .xw_sp {
    margin-top: 5px;
  }

  .xwxq_p {
    line-height: 26px;
  }
  .xwxq_img {
    padding-top: 10px;
  }
  .xwxq_txt {
    line-height: 24px;
    padding-top: 10px;
  }
  /*END-解决方案*/

}

@media (max-width:767px) {
  /*头部+导航*/
  .logo {
    padding: 10px;
  }
  .logo img {
    width: 80%;
  }
  .icon-menu {
    right: 10px;
    width: 30px;
    height: 18px;
  }
  .icon-menu span {
    height: 3px;
  }
  /*END-头部+导航*/

  /*首页内容*/
  .picboxs {
    padding: 10px;
  }
  .picboxs>.container>div {
    width: 100%;
    padding: 0 0 3px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .picboxs>.container>div:last-child {
    padding: 0;
    border: none;
  }
  .picboxs>.container>div.pic_L {
    width: 100%;
    padding: 0 0 3px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .picboxs>.container>div.pic_L>span {
    letter-spacing: 0;
  }
  .picboxs>.container>div.pic_C {
    width: 100%;
    padding: 3px 0;
  }
  .picboxs>.container>div.pic_C .search {
    margin-top: 0;
  }
  .picboxs>.container>div.pic_C .pic_txt>a {
    margin: 0 4px;
  }
  .picboxs>.container>div.pic_R {
    width: 100%;
    padding: 3px 0 0 0;
  }
  .picboxs>.container>div.pic_R .pic_p {
    margin-top: 0;
  }

  .picBox {
    padding: 10px;
  }
  .pic_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pic_ul li {
    width: calc(25% - 10px);
    margin-bottom: 10px;
  }
  .pic_ul li .pic_imgB {
    width:calc(100% - 20%);
	margin:5% 10%;
    border: 5px solid #d9d9db;
  }
  .pic_ul li .pic_p {
    margin-top: 5px;
    font-size: 14px;
  }
  .pic_ul li .pic_sp {
    line-height: 15px;
    font-size: 12px;
  }
  
  .gsjj_spp{ font-size:14px; letter-spacing:-1px;}
  .gsjj {
    padding: 10px;
  }
  .gsjj_p {
    line-height: 30px;
    font-size: 20px;
  }
  .gsjj_contect {
    margin-top: 10px;
  }
  .gsjj_left {
    width: 100%;
  }
  .gsjj_left::before {
    content: "";
    display: block;
    padding-top: 58%;
  }
  .gsjj_right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .gsjj_heng {
    margin-top: 5px;
  }
  .gsjj_txt {
    margin-top: 5px;
    height: 192px;
    -webkit-line-clamp: 8;
  }
  .gsjj_more {
    padding-top: 5px;
  }
  .gsjj_more>a {
    width: 100px;
    height: 40px;
    line-height: 36px;
  }

  .choose {
    padding: 10px;
  }
  .choose_title {
    padding-bottom: 5px;
    background: url(../images/ys_title.png) no-repeat center bottom;
    background-size: contain;
  }
  .choose_p {
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .choose_pp {
    line-height: 30px;
    font-size: 20px;
  }
  .choose_sp {
    line-height: 24px;
    font-size: 16px;
  }
  .choose_spp {
    line-height: 16px;
  }
  .choose_ul {
    margin-top: 0;
  }
  .choose_ul li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .choose_ul li .choose_txtB {
    padding: 5px;
  }
  .choose_ul li .choose_txtB .choose_heng {
    margin: 5px auto;
  }
  .choose_ul li .choose_txtB .choose_txt {
    height: 100px;
    line-height: 1.8;
    -webkit-line-clamp: 5;
  }

  .cpzx {
    padding: 10px;
  }
  .cpzx_contect {
    margin-top: 10px;
    padding: 0;
  }

  .newsBox {
    padding: 10px;
  }
  .news {
    width: 100%;
    margin-bottom: 10px;
  }
  .news_p {
    line-height: 30px;
    font-size: 20px;
  }
  .news_sp {
    line-height: 20px;
    font-size: 12px;
  }
  .news_B {
    margin-top: 5px;
  }
  .news_ul li {
    margin-top: 5px;
  }
  .news_ul li a .news_sub {
    width: 60px;
    padding: 5px 0;
  }
  .news_ul li a .news_sub .news_sub_p {
    line-height: 24px;
    font-size: 20px;
  }
  .news_ul li a .news_R {
    width: calc(100% - 60px);
    padding: 0 5px;
  }
  .news_ul li a .news_R .news_T {
    height: 26px;
    line-height: 26px;
  }
  .news_ul li a .news_R .news_txt {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 0;
  }
  /*END-首页内容*/

  /*底部*/
  .link {
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .link>a {
    margin: 0 5px;
  }
  .footer_L {
    width: 100%;
    margin: 10px 0;
  }
  .footer_nav {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }
  .foot {
    padding: 10px;
  }
  /*END-底部*/

  /*关于我们*/
  .main {
    padding: 0;
  }
  .main_left {
    width: 100%;
  }
  .about {
    margin: 0;
  }
  .about_title {
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 20px;
    background: url(../images/imgs/sj_jiantou.png) no-repeat right center #2460ce;
    font-size: 20px;
  }
  .about_ul {
    display: none;
    margin: 2px 2px 0 2px;
  }
  .about_ul>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .main_right {
    width: 100%;
  }
  .dqwz_contect {
    padding: 10px;
  }
  .company {
    font-size: 14px;
    line-height: 24px;
  }
  /*END-关于我们*/

  /*产品中心*/
  .cp_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cp_ul li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .cp_ul li>a .cpzx_hover {
    font-size: 12px;
  }

  .cpxq_img {
    padding-top: 10px;
  }
  .con {
    padding-top: 10px;
  }
  #tagContent {
    padding-top: 10px;
    font-size: 14px !important;
    line-height: 2;
  }

  .cptj {
    padding-top: 10px;
  }
  .cptj-imgbox {
    margin-top: 10px;
  }
  /* .cp_ul1{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.cp_ul1 li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cp_ul1 li>a .cpzx_hover {font-size:12px;} */
  /*END-产品中心*/

  /*解决方案*/
  .xw_ul li {
    margin-bottom: 10px;
  }
  .xw_ul li a .xw_img {
    width: 100px;
  }
  .xw_ul li a .xw_R {
    width: calc(100% - 100px);
    padding: 5px;
  }
  .xw_ul li a .xw_R .xw_txt {
    height: 60px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    margin-top: 0;
  }
  /*END-解决方案*/

  /*联系我们*/
  .contact_txt {
    line-height: 24px;
    margin-top: 10px;
  }
  .contact_map {
    height: 250px;
  }
  /*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: #494949;
}
.root a {
  width: 25%;
  float: left;
  height: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 20px;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 12px;
  font-weight: normal;
}
.root a>div {
  width: 100%;
  float: left;
}
.root a>div:first-child span {
  font-size: 20px;
}
.root a:last-child {
  border: none;
}
.root a:hover {
  background: #2460ce;
  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;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #2460ce;
}
.dbbox .dbs img {
  max-width: 140px;
}
/*End*/

.jlfanye {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.jlfanye a {
  padding: 5px 13px;
  border: solid 1px #dedede;
  float: none;
  display: inline-block;
  min-width: 8px;
  margin: 8px 2px;
  color: #999;
}
.jlfanye a:hover {
  color: #F00;
}