header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.textover {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.over-line-2{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
* {
  box-sizing: border-box;
}

a {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

@font-face {
  font-family: 'Bebasss';
  src: url("../font/BEBAS.ttf"); }

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.textover {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.over-line-2{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: justify;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}

.header_nav_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.fix_nav {
  top: -135px;
  box-shadow: 0 0 10px #000;
}

.fix_nav .nav ul li > a img {
  top: 3px;
}
/************************header************************/
.topper {
  height: 37px;
  line-height: 37px;
  background: #eee;
}

.topper .welcome {
  float: left;
  color: #808080;
  font-size: 14px;
  padding: 0 0 0 13px;
  background: url(../img/arrow-right.png) left center no-repeat;
}

.topper .url {
  float: right;
  margin-right: -10px;
}

.topper .url li {
  float: left;
  height: 37px;
  line-height: 37px;
}

.topper .url a {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #808080;
  padding-left: 45px;
  position: relative;
}

.topper .url a .er {
  position: absolute;
  width: 120px;
  left: 61%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 20px;
  z-index: 1;
  display: none;
}

.topper .url a:hover .er {
  display: block;
}

.topper .url li:first-child a {
  border-left: 0;
}

.topper .url a:hover {
  color: #227dca;
  text-decoration: underline;
}

.topper .share {
  float: right;
  width: 130px;
  padding: 0 0 0 60px;
  color: #999;
  position: relative;
}

.topper .share .wd {
  position: absolute;
  left: 0;
  top: 0;
}

.topper .url li:first-child {
  background: url(../img/weixin.png) no-repeat center left 20px;
  position: relative;
  margin-right: 20px;
}

.topper .url li:first-child:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 17px;
  background: #a6a6a6;
  right: -20px;
  top: 10px;
}

.topper .url li:nth-child(2) {
  background: url(../img/tel.png) no-repeat center left 20px;
}

header {
  background: #fff;
}

.header_logo {
  background: #fff;
  padding: 30px 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

.header_logo h1 {
  float: left;
  position: relative;
  top: 5px;
}

.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}

.header_logo .wrapper > img {
  position: absolute;
  right: 250px;
  top: 12px;
}

.header_logo .header_logo_r {
  float: right;
}

.header_logo .header_logo_r p {
  margin-top: 14px;
  background: url("../img/24h.jpg") no-repeat left center;
  padding-left: 45px;
}

.header_logo .header_logo_r p small {
  font-size: 16px;
  color: #232323;
  display: block;
  line-height: 20px;
}

.header_logo .header_logo_r p b {
  font-size: 30px;
  color: #181818;
  font-weight: 500;
  font-family: Bebasss;
}

.nav {
  background: #153a88;
  height: 55px;
  position: relative;
  z-index: 100;
}

.nav::after {
  display: block;
  content: '';
  clear: both;
}

.nav ul li {
  float: left;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li:after{
  display: block;
  content:"";
  position: absolute;
  width: 1px;
  height: 5px;
  background: rgba(255,255,255,0.3);
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav ul li:last-child:after{
  display: none;
}
.nav ul li .erji{
  position: absolute;
  width:100%;
  left:0;
  top:110%;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  transition-timing-function: ease;
  visibility: hidden;
  overflow: hidden;
  background: rgba(0,0,0,0.7);
}
.nav ul li:hover .erji{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.nav ul li .erji a{
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav ul li .erji a:hover{
  background: #ed3e00;
}

.nav ul li:hover,
.nav ul li.n_act {
  color: #fff;
  background: #ed3e00;
}

.nav ul li:hover small,
.nav ul li.n_act small {
  color: #fff;
}

.nav ul li:hover p,
.nav ul li.n_act p {
  visibility: visible;
  opacity: 1;
  top: 68px;
}

.nav ul li:hover span:after,
.nav ul li.n_act span:after {
  opacity: 1;
  visibility: visible;
  bottom: -10px;
}

.nav ul li:nth-of-type(1) a {
  border-left: 0;
}

.nav ul li > a {
  font-size: 16px;
  color: #fff;
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 150px;
  text-align: center;
  line-height: 55px;
}

.nav ul li > a span {
  display: block;
  position: relative;
}

.nav ul li > a img {
  position: absolute;
  right: 0;
  top: -6px;
}

.banner {
  margin-top: 190px;
}

.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}

.banner .box_skitter .info_slide_dots .image_number {
  background: #0054b7;
  opacity: 0.8;
}

.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #fff;
}
/************************main************************/
/*-------------------------------------------------------------------------search 首页搜索-----------------------------------------------------------------------------------*/
.search {
  overflow: hidden;
  padding: 15px 0;
}

.search .search_left {
  float: left;
  color: #fff;
  position: relative;
  margin-top: 14px;
}

.search .search_left b {
  font-size: 16px;
  font-weight: 700;
  color: #153a88;
}

.search .search_left span a {
  display: inline-block;
  font-size: 14px;
  color: #656565;
  padding: 0 12px;
  border-right: 1px dashed #b1b1b1;
}

.search .search_left span a:last-child {
  border-right: none;
}

.search .search_left small {
  display: block;
  font-size: 16px;
  color: #6f6f6f;
  margin-top: 10px;
}

.search .search_right {
  float: right;
}

.search .search_right form {
  margin-top: 10px;
  overflow: hidden;
}

.search .search_right form input {
  display: block;
  width: 260px;
  float: left;
  text-indent: 35px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  outline: none;
  background: #e9e9e9;
  height: 45px;
  line-height: 45px;
  border: none;
}

.search .search_right form button {
  display: block;
  width: 52px;
  height: 45px;
  float: right;
  background: url(../img/index_03.png) no-repeat center;
  cursor: pointer;
}

.search .search_right p {
  margin-top: 5px;
}

.search .search_right p b {
  display: inline-block;
  font-size: 14px;
  color: #484848;
  font-weight: 500;
}

.search .search_right p span {
  float: revert;
  width: 410px;
}

.search .search_right p span a {
  font-size: 14px;
  color: #868686;
  padding: 0 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.search .search_right p span a:hover {
  color: #0054b7;
}

.main_title {
  text-align: center;
  margin-bottom: 60px;
}

.main_title .fir {
  font-size: 40px;
  color: #222;
  font-weight: 700;
  letter-spacing: 2px;
}
.main_title .fir span{
  color:#0d3892;
}
.main_title .sec{
  color: #252525;
  font-size: 16px;
  margin-bottom: 8px;
}

.main_title small {
  display: block;
  font-size: 18px;
  color: #222;
  margin-top: 15px;
  font-weight: 300;
  background: url(../img/titlebg.png) no-repeat center;
}
.product .main_title{
  margin-bottom: 30px;
}
.product .main_title small{
  background: url("../img/cp-small.png") no-repeat center;
}

/*-------------------------------------------------------------------------product_type 首页产品分类及热销-----------------------------------------------------------------------------------*/
.idx_product_top {
  overflow: hidden;
  height: 123px;
  margin-bottom: 25px;
}

.idx_product_top .idx_product_top_l {
  width: 220px;
  color: #fff;
  background: url("../img/i_pro_type.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  float: left;
}

.idx_product_top .idx_product_top_l > * {
  display: block;
}

.idx_product_top .idx_product_top_l b {
  font-size: 26px;
  padding: 35px 0 5px 40px;
}

.idx_product_top .idx_product_top_l small {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 5px;
  padding-left: 35px;
}

.idx_product_top .idx_product_top_r {
  width: 920px;
  float: left;
  background: #f2f2f2;
  height: 100%;
  padding: 30px;
}

.idx_product_top .idx_product_top_r a {
  width: 16.66%;
  display: inline-block;
  font-size: 16px;
  color: #404040;
  padding-left: 16px;
  background: url("../img/type_list.jpg") no-repeat left center;
  box-sizing: border-box;
  margin-bottom: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.idx_product_top .idx_product_top_r a:hover {
  color: #0054b7;
}

.idx_pro_hot {
  overflow: hidden;
}

.idx_pro_hot .swiper-slide {
  overflow: hidden;
  background: #fff;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_img {
  float: left;
  width: 698px;
  height: 430px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt {
  float: right;
  height: 400px;
  background: #f5f5f5;
  width: 420px;
  padding: 30px 40px 0 40px;
  position: relative;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt b {
  display: block;
  font-size: 20px;
  color: #0054b7;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt b:after {
  display: block;
  content: '';
  background-color: #d9d9d9;
  width: 50px;
  height: 3px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt div {
  display: block;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt div p {
  margin-bottom: 8px;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt p.idx_pro_hot_txt_btn {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt p.idx_pro_hot_txt_btn a {
  display: inline-block;
  width: 128px;
  line-height: 46px;
  color: #fff;
  margin-right: 25px;
  background: #d42f3e;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center;
  border-radius: 20px;
}

.idx_pro_hot .swiper-slide .idx_pro_hot_txt p.idx_pro_hot_txt_btn a:hover {
  background: #0054b7;
}

.idx_pro_hot_gallery {
  overflow: hidden;
  margin-top: 45px;
}

.idx_pro_hot_gallery ul li {
  float: left;
  width: 385px;
  border: 1px solid #ccc;
  margin: 0 19px 0 0;
}

.idx_pro_hot_gallery ul li:last-of-type {
  margin-right: 0;
}

.idx_pro_hot_gallery ul li p {
  height: 270px;
  overflow: hidden;
  position: relative;
}

.idx_pro_hot_gallery ul li p img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.idx_pro_hot_gallery ul li div {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ccc;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.idx_pro_hot_gallery ul li div b {
  display: block;
  font-size: 18px;
  color: #5a5a5a;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 400;
  margin-bottom: 10px;
}

.idx_pro_hot_gallery ul li div small {
  display: block;
  font-size: 14px;
  color: #939393;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.idx_pro_hot_gallery ul li div span {
  width: 0;
  height: 0;
  border-bottom: 30px solid #0054b7;
  border-left: 30px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.idx_pro_hot_gallery ul li div span i {
  color: #fff;
  position: absolute;
  right: 2px;
  top: 9px;
  font-style: normal;
}

.idx_pro_hot_gallery ul li:hover div,
.idx_pro_hot_gallery ul li.pro_act div {
  background: #0054b7;
}

.idx_pro_hot_gallery ul li:hover div b,
.idx_pro_hot_gallery ul li.pro_act div b {
  color: #fff;
}

.idx_pro_hot_gallery ul li:hover div small,
.idx_pro_hot_gallery ul li.pro_act div small {
  color: #fff;
}

.idx_pro_hot_gallery ul li:hover div span,
.idx_pro_hot_gallery ul li.pro_act div span {
  border-bottom: 30px solid #d42f3e;
}

.iprobg {
  background: #efefef
}

.jianju {
  margin: 25px auto
}

.ipro {
  margin: 0px auto;
  padding-top: 45px;
}

.mainnr {
  margin-left: -10px;
  padding: 20px 10px
}

.ipro .list,.mainnr .list,.xgxw {
  width: 900px;
  float: right;
}

.ipro .item,.mainnr .item2 {
  float: left;
  width: 276px;
  margin-bottom: 10px;
  background: #fff;
  margin-right: 16px;
}
.ipro .item:nth-child(3n){
  margin-right: 0;
}

.item2 {

}

.ipro .item .img,.mainnr .item2 .img {
  width: 100%;
  height: 244px;
  padding: 3px;
  border: 1px solid #e2e2e2;

}

.itemhei {
  height: 288px !important
}

.ipro .item .img img,.mainnr .item2 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ipro .item h3,.mainnr .item2 h3 {
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color:#272f2b;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  font-weight: 500;
}
.ipro .item:hover h3 a{
  color:#153a88;
}

.fpfl {
  width: 310px;
  float: left;
}
.fpfl .cp-left-bottom{
  width:100%;
  height: 300px;
  background: url("../img/index_03.jpg") no-repeat center;
  text-align:center;
}
.fpfl .cp-left-bottom .fir{
  color:#fff;
  font-size:28px;
  font-weight: 700;
  padding-top: 35px;
}
.fpfl .cp-left-bottom .line{
  height: 9px;
  background: url("../img/cp-line.png") no-repeat center;
  margin:12px 0;
}
.fpfl .cp-left-bottom .sec{
  color:#fff;
  font-size:18px;
}
.fpfl .cp-left-bottom img{
  display: block;
  margin:30px auto 10px auto;
}
.fpfl .cp-left-bottom .thr{
  color:#fff;
  font-size:16px;
}
.fpfl .cp-left-bottom .four{
  color:#fff;
  font-size:26px;
  font-family: Bebasss;
}


 .fpfl li {
  line-height: 67px;
  font-size: 16px;
  width: 100%;
  color: #2e2e2e;
  border:1px solid #dcdcdc;
  border-top: none;
}

.fpfl li>a {
  padding-left: 35px;
  color: #2e2e2e;
  display: block;
  background:#fff url("../img/li-bg.png") no-repeat right 30px center;
}

.fpfl li>a:hover {
  font-weight: 700;
  color: #ed3e00;
  background: #fff url("../img/li-bg1.png") no-repeat right 30px center;
}

.fpfl li .erji{
  background: #f0f0f0;
  padding-left: 70px;
}

.fpfl li .erji a{
  display: block;
  float: left;
  font-size:16px;
  color:#1b1b1b;
  width:100px;
  line-height: 30px;
  font-weight: 500;
}
.fpfl li .erji a:hover{
  color:#009f90;
}

.fenleitit {
  text-align: center;
  height: 108px!important;
  line-height: inherit!important;
  background: #153a88;
}

.fenleitit .fir {
  padding-top: 27px;
  font-size: 26px !important;
  font-weight: 700;
  line-height: inherit;
  text-align:left;
  padding-left: 94px;
  background: url(../img/p-left.png) no-repeat left 58px top 33px;
  color:#fff;
}

.fenleitit img {
  margin: 10px auto;
}

.fenleitit .sec {
  font-size: 14px;
  color:#8a9dc4;
  text-align: center;
  line-height: inherit;
  font-weight: 500;
  margin-top: 8px;
}
.ipro .list .pro-top .imgbox{
  width:50%;
  float: left;
  height: 380px;
  background: #fff;
  border:1px solid #c9c9c9;
}
.ipro .list .pro-top .imgbox img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.ipro .list .pro-top .text{
  width:50%;
  float: left;
  padding:35px 45px;
  background: #f3f3f3;
  height: 380px;
}
.ipro .list .pro-top .text .fir{
  font-size:40px;
  color:#212121;
  font-weight: 700;
  background:url("../img/firbg.png") no-repeat top left 223px;
}
.ipro .list .pro-top .text .sec{
  font-size:24px;
  color:#232323;
  margin:20px 0;
}
.ipro .list .pro-top .text .con{
  font-size:14px;
  color:#2a2a2a;
  line-height: 30px;
}
.ipro .list .pro-top .text a{
  display: block;
  line-height: 40px;
  width:180px;
  background: #505050 url("../img/ipro-a-bg.png") no-repeat left 44px center;
  font-size:14px;
  color:#fff;
  padding-left: 71px;
  margin-top: 40px;
}
.ipro .list .pro-top .text a:hover{
  background: #717171 url("../img/ipro-a-bg.png") no-repeat left 44px center;
}

.zxzz {
  padding: 0
}

.zxzz a {
  display: block;
  float: left;
  width: 151px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
}

.zxzz .zzl {
  background: #0054b7;
  color: #fff
}

.zxzz .zzr {
  background: #bfbfbf
}

.zxzz a:hover {
  background: #0054b7;
}
/*-------------------------------------------------------------------------ys 首页优势------------------------------------------------------------------------------------*/
.youshi{
  padding-top: 60px;
  padding-bottom:75px;

}
.youshi .youshi-content{
  background: url("../img/ysbg.png") no-repeat center;
  height: 1009px;
  padding-top: 45px;
}
.youshi .youshi-list:nth-child(-n+3){
  margin-bottom: 60px;
}
.youshi .youshi-list .text{
  width:533px;
  padding-top: 38px;
}
.youshi .youshi-list .text .fir{
  width:100px;
  font-size:50px;
  color:#153a88;
  font-weight: 700;
  float: left;
  line-height: 53px;
}
.youshi .youshi-list .text .con{
  float: right;
  width:408px;
}
.youshi .youshi-list .text .con .title{
  font-size:28px;
  font-weight: 700;
  color:#181818;
}
.youshi .youshi-list .text .con .title span{
  font-weight: 500;
  font-size:17px;
  color:#6f6f6f;
  display: inline-block;
  margin-left: 10px;
}
.youshi .youshi-list .text .con .sec{
  font-size:14px;
  color:#181818;
  line-height: 26px;
  margin-top: 15px;
}
.youshi .youshi-list:nth-child(odd) .text{
  float: left;

}
.youshi .youshi-list:nth-child(even) .text{
  float: right;
}
.youshi .youshi-list:nth-child(odd) .imgbox{
  float: right;

}
.youshi .youshi-list:nth-child(even) .imgbox{
  float: left;
}



/*保障*/
.bzbox .b-left {
  float: left;
}

.bzbox .b-right {
  width: 792px;
  float: right;
}

.bzbox .b-right .con {
  background: #f2f2f2;
  padding: 30px 40px;
}

.bzbox .b-right .con .fir {
  font-size: 22px;
  color: #0054b7;
  font-weight: 700;
}

.bzbox .b-right .con .text {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 25px;
  margin-top: 10px;
}

.bzbox .b-right .con .text a {
  color: #67b441;
  font-weight: 700;
}

.bzbox .b-right .con .text a:hover {
  text-decoration: underline;
}

.bzbox .b-right img {
  margin-top: 33px;
}



/*-------------------------------------------------------------------------company 首页公司简介------------------------------------------------------------------------------------*/
.company {
  overflow: hidden;
  position: relative;
  padding:60px 0 40px 0;
  background: #f4f4f4;
}

.company .picBtnTop {
  width: 955px;
  height: 441px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.company .picBtnTop .hd {
  width: 215px;
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.company .picBtnTop .hd ul {
  /* margin: 30px 0 0 18px; */
}

.company .picBtnTop .hd ul li {
  width: 100%;
  height: 130px;
  text-align: center;
  margin-bottom: 26px;
}

.company .picBtnTop .hd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  vertical-align: bottom;
  border: 2px solid rgba(255,255,255,0);
}

.company .picBtnTop .hd ul li.on {
  background: url("img/icoleft.gif") no-repeat 0 28px;
}

.company .picBtnTop .hd ul li.on img {
  border-color: #f60;
}

.company .picBtnTop .bd {
  width: 730px;
  height: 441px;
  position: absolute;
  left: 0;
  top: 0;
}

.company .picBtnTop .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}

.company .picBtnTop .bd li .pic {
  position: relative;
  z-index: 0;
}

.company .picBtnTop .bd li .pic .t {
  position: absolute;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  background: rgba(0,0,0,0.5);
  left: 0;
  bottom: 0;
}

.company .picBtnTop .bd li .pic img {
  width: 100%;
  height: 441px;
  vertical-align: bottom;
}

.company .picBtnTop .bd li .bg {
  width: 400px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.company .picBtnTop .bd li .title {
  width: 400px;
  height: 30px;
  line-height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.company .picBtnTop .bd li .title a {
  color: #fff;
  padding-left: 15px;
}

.company .com_right {
  position: absolute;
  left: 0;
  top: 0;
  width: 225px;
}

.company .com_right ul li {
  width: 100%;
  margin-bottom: 4px;
}

.company .com_right ul li:last-child {
  margin-bottom: 0;
}

.company .com_right ul li:last-child a {
  background: none;
  color: #0054b7;
}

.company .com_right ul li a {
  display: block;
  line-height: 66px;
  background: #0054b7;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 2px solid #0054b7;
  transition: all 200ms linear;
}

.company .com_right ul li a:hover {
  background: none;
  color: #0054b7;
}

.companybox>.wrapper{
  background: #fff;
  padding:35px;
}
.companybox .c-left{
  float: left;
  width:784px;
}
.companybox .c-left img{
  margin:20px 0 30px 0;
}
.companybox .c-left .fir{
  color: #1e1e1e;
  font-size: 24px;
}
.companybox .c-left .sec{
  color: #949494;
  font-size: 16px;
  line-height: 30px;
}
.companybox .c-right{
  width:295px;
  float: right;
  margin-top: 49px;
}
.companybox .c-right .c-right-list{
  color: #2e2e2e;
  line-height: 26px;
  font-size: 16px;
  padding-left: 98px;
  height: 71px;
  margin-bottom: 19px;
  padding-top:9px;
}
.companybox .c-right .c-right-list:nth-child(1){
  background: url("../img/com-right-1.png") no-repeat left center;
}
.companybox .c-right .c-right-list:nth-child(2){
  background: url("../img/com-right-2.png") no-repeat left center;
}
.companybox .c-right .c-right-list:nth-child(3){
  background: url("../img/com-right-3.png") no-repeat left center;
}
.companybox .c-right .c-right-list:nth-child(4){
  background: url("../img/com-right-4.png") no-repeat left center;
  margin-bottom: 0;
}
.companybox .c-right a{
  display: block;
  width: 136px;
  line-height: 42px;
  background-color: #ed3e00;
  text-align:center;
  color:#fff;
  font-size: 16px;
  margin-top: 40px;
}
.companybox .c-right a:hover{
  background-color: #ff6731;
}



.index06 {
  width: 100%;
  height: 354px;
  background: url("../img/guangbg.png") no-repeat center;
  position: relative;
  z-index: 3;
  margin: 20px 0;
}

.index06 .liuyan {
  width: 480px;
  height: 326px;
  background: url(../img/liuyan.png) center no-repeat;
  position: absolute;
  left: 0px;
  top: -26px;
}

.index06 .liuyan #e_name {
  width: 195px;
  height: 38px;
  background: #fff;
  font-family: "微软雅黑";
  color: #888888;
  border: none;
  left: 25px;
  top: 90px;
  position: absolute;
  text-indent: 10px;
}

.index06 .liuyan #e_mobile {
  width: 195px;
  height: 38px;
  background: #fff;
  font-family: "微软雅黑";
  color: #888888;
  border: none;
  left: 240px;
  top: 90px;
  position: absolute;
  text-indent: 10px;
}

.index06 .liuyan #e_content {
  width: 195px;
  height: 80px;
  background: #fff;
  font-family: "微软雅黑";
  color: #888888;
  border: none;
  left: 25px;
  top: 145px;
  position: absolute;
  resize: none;
  padding:10px;
}

.index06 .liuyan #checkCode {
  width: 100px;
  height: 38px;
  line-height: 38px;
  font-family: "微软雅黑";
  color: #888888;
  border: none;
  background: #fff;
  padding-left: 15px;
  left: 25px;
  border-radius: 3px;
  top: 245px;
  position: absolute;
}

.index06 .liuyan #e_submit {
  width: 127px;
  height: 40px;
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #975c0c;
  border: none;
  border-radius: 3px;
  left: 312px;
  top: 244px;
  position: absolute;
}

.index06 .liuyan #e_submit:hover {
  background: #1859b7;
}

.index06 .liuyan .p {
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 25px;
  top: 36px;
}

.index06 .p02 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 521px;
  top: 44px;
}
.index06 .p04 {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 521px;
  top: 108px;
}


.index06 .zixun {
  width: 114px;
  height: 45px;
  font-size: 17px;
  color: #3e2602;
  font-weight: bold;
  line-height: 45px;
  padding-left: 70px;
  background: url(../img/zixun.png) left center no-repeat #ffb522;
  border-radius: 4px;
  position: absolute;
  left: 868px;
  top: 134px;
}

.index06 .zixun:hover {
  background: url(../img/zixun.png) left center no-repeat #fff;
}

.index06 .p03 {
  width: 280px;
  height: 40px;
  background: url(../img/te3.png) left center no-repeat;
  position: absolute;
  right: 397px;
  top: 162px;
  padding-left: 55px;
}


.index06 .p03 .fir{
  font-size: 16px;
  color: #fff;
}
.index06 .p03 span {
  font-size: 26px;
  color: #ffffff;
  display: block;
}

.index06 .p01 {
  position: absolute;
  left: 616px;
  top: 35px;
}

/*广告位*/

.guang{
  height: 216px;
  background: url("../img/guangbg.jpg") no-repeat center;
}
.guang .text{
  float: right;
  color:#fff;
  font-family: Bebasss;
  font-size: 32px;
  margin: 125px 295px 0 0;
}
.guang .text img{
  margin-top: 27px;
}
.guang .text .fir{
  font-size:16px;
  color:#ffffff;
  margin-top: 10px;
}
.guang .text a{
  display: block;
  position: relative;
  width:177px;
  line-height: 35px;
  text-align:center;
  font-size:16px;
  color:#f5f5f5;
  border:3px solid #8a97b7;
  margin-top: 15px;
}
.guang .text a i{
  display: block;
  position: absolute;
  width:17px;
  height: 21px;
  background: url("../img/shou.png") no-repeat center;
  right: 16px;
  bottom: -14px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.guang .text a:hover{
  border:3px solid #fedb1f;
  color:#fedb1f;
}
.guang .text a:hover i{
  right: 20px;
  bottom: -8px;
  background: url("../img/shou1.png") no-repeat center;
}






/*-------------------------------------------------------------------------honor_env 首页荣誉------------------------------------------------------------------------------------*/
.honor {
  position: relative;
}


.honor_env {
  overflow: hidden;
  margin: 58px 0;
  position: relative;
  padding-bottom: 40px;
}

.honor_env .honor_env_title {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.honor_env .honor_env_title p a {
  margin-right: 30px;
  position: relative;
}

.honor_env .honor_env_title p a.click b {
  color: #0054b7;
}

.honor_env .honor_env_title p a b {
  position: relative;
  display: inline-block;
}

.honor_env .honor_env_title p a.click b:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #0054b7;
  position: absolute;
  bottom: -11px;
  left: 0;
}
/* .honor_env .honor_env_title p a:nth-of-type(1) b:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #0054b7;
  position: absolute;
  bottom: -11px;
  left: 0;
} */
.honor_env .honor_env_title p a b {
  font-size: 22px;
  color: #373737;
}

.honor_env .honor_env_title p a small {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
}

.honor_env .honor_env_title > a {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.honor_env .honor_env_title > a:hover {
  color: #d42f3e;
}

.honor_env .swiper-honor {
  overflow: hidden;
}


/*客户案例*/
.anli{
  padding-top: 60px;
  padding-bottom: 10px;
  background:#f3f3f3 url("../img/anli-bg.jpg") no-repeat center top;
}

.anli .abox a{
  display: block;
  float: left;
  width:126px;
  line-height: 40px;
  text-align:center;
  font-size:16px;
  color:#191919;
  border:3px solid #d2d2d2;
}
.anli .abox{
  width:267px;
  margin:0 auto 40px auto;
}
.anli .abox a:hover{
  color:#fff;
  border:3px solid #009f90;
  background: #009f90;
}
.anli .abox a.click{
  color:#fff;
  border:3px solid #009f90;
  background: #009f90;
}
.anli .lunbox{
  position: relative;
  display: none;
}
.anli .lunbox.click{
  display: block;
}
.swiper-anli .swiper-slide {
  width:100%;
}
.swiper-anli .swiper-slide a{
  display: block;
  width:100%;
}
.swiper-anli .swiper-slide a .imgbox{
  display: block;
  width:100%;
  height: 273px;
  overflow: hidden;
  position: relative;
}
.swiper-anli .swiper-slide a .imgbox img{
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  width:100%;
  height: 100%;
  object-fit: cover;
 }
.swiper-anli .swiper-slide:hover a .imgbox img{
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.swiper-anli .swiper-slide a .imgbox .title{
  position: absolute;
  line-height: 50px;
  color:#fff;
  font-size:16px;
  width:100%;
  left:0;
  bottom:0;
  text-align:center;
  background: rgba(0,0,0,0.7);
}
.swiper-anli .swiper-slide a .text{
  background: #fff;
  padding:20px;
}
.swiper-anli .swiper-slide a .text .con{

  font-size:14px;
  color:#909090;
  line-height: 25px;
}
.swiper-anli .swiper-slide a .text .anli-des{
  width: 119px;
  text-align:center;
  line-height: 36px;
  background-color: #5e5e5e;
  color:#fff;
  foint-size:16px;
  margin:15px auto 0 auto;
}
.swiper-anli .swiper-slide a .text .anli-des:hover{
  background: #ee480d;
}

.swiper-button-next-anli{
  width:40px;
  height: 44px;
  background: url("../img/honor-right.png") no-repeat left;
  right:-80px;
  top:135px;
}
.swiper-button-prev-anli{
  width:40px;
  height: 44px;
  background: url("../img/honor-left.png") no-repeat left;
  left:-80px;
  top:135px;
}


/*新闻*/
.xinwen{
  padding:70px 0;
  background: #f3f3f3;
}
.xinwenbox{
  margin-top: 45px;
}
.xinwen .x-left{
  float: left;
  width:392px;
  height: 611px;
  background: #fff url("../img/x-left-bg.png") no-repeat center top;
  padding:50px 30px 0 30px;
}
.xinwen .x-left .tbox .fir{
  color: #ffffff;
  font-size: 24px;

}
.xinwen .x-left .tbox .fir span{
  font-weight: 700;
}
.xinwen .x-left .tbox .fir a{
  display: block;
  float: right;
  width:16px;
  height: 16px;
  background: url("../img/x-left-more.png") no-repeat center;
  margin-top: 9px;
}
.xinwen .x-left .tbox .sec{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
}
.xinwen .tbottom .imgbox{
  width:100%;
  height: 234px;
  margin:20px 0 45px 0;
}
.xinwen .tbottom .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.xinwen .tbottom  .text .fir{
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.xinwen .tbottom:hover .text .fir{
  color:#df5210;
}
.xinwen .tbottom  .text .con{
  color: #979797;
  font-size: 14px;
  line-height: 24px;
  margin:30px 0;
}
.xinwen .tbottom .time{
  color: #979797;
  font-size: 14px;
  text-align: right;
  background: url("../img/time1.png") no-repeat left center;
}
.xinwen .x-right{
  float: right;
  width:796px;
}
.xinwen .x-right .x-right-list{
  background: #fff;
  padding:25px;
  height: 300px;
}
.xinwen .x-right .x-right-list:nth-child(2){
  margin-top: 11px;
}
.xinwen .x-right .x-right-list .tbox .fir{
  color: #171717;
  font-size: 24px;
}
.xinwen .x-right .x-right-list .tbox .fir span{
  font-weight: 700;
}
.xinwen .x-right .x-right-list .tbox .fir a{
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url(../img/news-more.png) no-repeat center;
  margin-top: 9px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.xinwen .x-right .x-right-list .tbox .fir a:hover{
  background: url(../img/news-more1.png) no-repeat center;
}
.xinwen .x-right .x-right-list .tbox .sec{
  color: #171717;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
}
.xinwen .x-right .x-right-list:last-child{
  background:#fff url("../img/xbox-list.png") no-repeat left 21px bottom 28px
}

.xinwen .x-right .xbox .xbox-list{
  width:46%;
  float: left;
}
.xinwen .x-right .xbox .xbox-list:last-child{
  float: right;
}
.xinwen .x-right .xbox .xbox-list .title{
  color: #252525;
  font-size: 16px;
  margin:40px 0 25px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.xinwen .x-right .xbox .xbox-list:hover .title{
  color: #df5210;
}
.xinwen .x-right .xbox .xbox-list .con{
  color: #979797;
  font-size: 14px;
  line-height: 24px;
}
.xinwen .x-right .xbox .xbox-list .time{
  color: #979797;
  font-size: 14px;
  text-align: right;
  background: url(../img/time.png) no-repeat left center;
  margin-top: 40px;
}
.xinwen .xboxsec .zx-a{
  float: left;
  padding-left: 15px;
  display: block;
  width: 162px;
  line-height: 43px;
  border: solid 1px #d2d2d2;
  color: #545454;
  font-size: 14px;
  background:url("../Image/zx-a.png") no-repeat right 15px center;
  margin-top: 124px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.xinwen .xboxsec .zx-a:hover{
  border: solid 1px #f76c2b;
  color:#f76c2b;
  background:url("../Image/zx-a1.png") no-repeat right 15px center;
}
.xinwen .xboxsec .abox{
  float: right;
  width:360px;
  margin-top: 13px;
}
.xinwen .xboxsec .abox a{
  display: block;
  color: #545454;
  font-size: 14px;
  margin-bottom: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.xinwen .xboxsec .abox a:hover{
  color:#f76c2b;
}








/*product*/
ul.pro_list {
  width: 950px;
}

ul.pro_list li {
  width: 270px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 27px 27px 0;
}

ul.pro_list li p {
  height: 209px;
  background: #fff;
  position: relative;
  width: 100%;
  border-bottom: 0;
}

ul.pro_list li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul.pro_list li div {
  background: #f3f3f3;
  text-align: center;
  padding: 10px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

ul.pro_list li div small {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

ul.pro_list li div span {
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 14px;
  display: none;
}

ul.pro_list li:hover div {
  background: #153a88;
  color: #fff;
}

ul.pro_list li:hover small {
  color: #fff;
}

ul.pro_list li:hover span {
  color: #fff;
}

.pro_right {
  width: 905px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  float: right;
  box-shadow: 0 0 25px #ccc;
}
/*sidebar*/
.sidebar {
  width: 255px;
  float: left;
  background: #fff;
  padding: 26px 20px 10px 20px;
  box-shadow: 0 0 25px #ccc;
}

.sidebar h4 {
  font-size: 30px;
  color: #0054b7;
  margin-bottom: 20px;
}

.sidebar ul li {
  border-bottom: 1px solid #ccc;
}

.sidebar ul li:hover > a,
.sidebar ul li.act > a {
  background: #ff820a;
  color: #fff;
}

.sidebar ul li > a {
  display: block;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  color: #333;
  width: 100%;
  text-indent: 8px;
  font-size: 13px;
}

.sidebar ul li p a {
  display: block;
  font-size: 14px;
  text-indent: 20px;
  margin-top: 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.sidebar ul li p a:hover {
  color: #0054b7;
  font-weight: bold;
}

.sidebar .sidebar_con {
  background: #0054b7;
  padding: 10px;
  margin-top: 60px;
}

.sidebar .sidebar_con p {
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 25px;
  margin-bottom: 22px;
}

.sidebar .sidebar_con p:nth-of-type(1) {
  background-image: url("../img/s1.png");
}

.sidebar .sidebar_con p:nth-of-type(2) {
  background-image: url("../img/s2.png");
  margin-bottom: 0;
}

.sidebar .sidebar_con p small {
  display: block;
  font-size: 14px;
  color: #fff;
}

.sidebar .sidebar_con p b {
  font-size: 18px;
  color: #fff;
}

.sidebar .sidebar_con p span {
  display: block;
  font-size: 14px;
  color: #fff;
}
/* Footer----------------------------------------*/
footer {
  background: #1f1f1f;
  padding:45px 0;
  overflow: inherit;
  margin-top: 50px;
}

footer .f-left{
  width:460px;
  float: left;
}
footer .f-left img{
  margin-bottom: 50px;
}
footer .f-left .lybox .fir{
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .f-left .lybox .form-left{
  float: left;
  width:210px;
}
footer .f-left .lybox .form-left input{
  width:100%;
  line-height: 36px;
  background: #fff;
  outline: none;
  border:none;
  margin-bottom: 8px;
  text-indent: 10px;
}
footer .f-left .lybox .form-right{
  float: right;
  width:242px;
}
footer .f-left .lybox .form-right textarea{
  width:100%;
  height: 84px;
  background: #fff;
  outline: none;
  border:none;
  font-family: "microsoft yahei";
  padding:10px;
}
footer .f-left .lybox .tijiao{
  display: block;
  width:100%;
  line-height: 36px;
  background-color: #1e4cab;
  font-size: 14px;
  color:#fff;
  text-align:center;
  outline: none;
  border:none;
  cursor: pointer;
}
footer .f-left .lybox .tijiao:hover{
  background-color: #3865c1;
}
footer .f-left .lybox .form-right .code{
  width: 100%;
  position: relative;
}
footer .f-left .lybox .form-right .code input{
  width:100%;
  line-height: 36px;
  background: #fff;
  outline: none;
  border:none;
  text-indent: 10px;
}
footer .f-left .lybox .form-right .code .verify{
  position: absolute;
  width: 100px;
  height: 36px;
  right:0;
  top:0;
}
footer .f-left .lybox .form-right .code .verify img{
  width: 100%;
  height: 100%;
}

footer .f-center{
  float: left;
  width: 464px;
  margin-left: 75px;
}
footer .f-center .f-c-list{
  float: left;
  width:100px;
  margin-right: 49px;
  margin-top: 117px;
}
footer .f-center .f-c-list span{
  display: block;
  font-size:14px;
  color:#7b7b7b;
  margin-bottom: 10px;
}
footer .f-center .f-c-list.f-c-list-fir{
  width:150px;
}
footer .f-center .f-c-list.f-c-list-sec{
  width:260px;
}
footer .f-center .f-c-list:last-child{
  margin-right: 0;
}
footer .f-center .f-c-list .tbox .fir{
  font-size:16px;
  color:#fff;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .f-center .f-c-list .tbox .sec{
  font-size:12px;
  color:#d2d2d2;
  margin-bottom: 25px;
}
footer .f-center .f-c-list .abox a{
  display: block;
  font-size:14px;
  color:#7b7b7b;
  margin-bottom: 16px;
}
footer .f-center .f-c-list .abox a:hover{
  color:#fff;
}
footer .f-center .f-c-list.f-c-list-fir .abox a{
  float: left;
  width:50%;
}
footer .wrapper{
  position: relative;
}
footer .f-right{
  float: right;
  width:190px;
  text-align:center;
}
footer .f-right .fir{
  font-size:14px;
  color:#fff;
}
footer .f-right .thr{
  font-size:25px;
  font-family: Bebasss;
  color:#fff;
  padding-bottom: 20px;
}
footer .f-right img{
  width:130px;
  margin:0 auto;
  display: block;
}
footer .f-right .five{
  font-size:14px;
  color:#676562;
  text-align:center;
  margin: 5px 0;
}
footer .f-right a{
  display: block;
  width: 137px;
  line-height: 39px;
  background: #1e4cab url("../img/p-right-a.png") no-repeat left 15px center;
  border-radius: 4px;
  color:#fff;
  font-size:14px;
  text-align:center;
  padding-left: 31px;
  margin: 30px auto 0 auto;
}
footer .f-right a:hover{
  background: #3865c1 url("../img/p-right-a.png") no-repeat left 15px center;
}
.last {
  width: 100%;
  background: #1f1f1f;
  line-height: 55px;
}

.last-left {
  float: left;
}

.last-left img {
  max-height: 85px;
  max-width: 85px;
}

.last-center {
  float: left;
}

.last-center ul {
  margin-top: 10px;
}

.last-center ul li {
  float: left;
  padding: 5px 20px;
}

.last-center ul li a {
  display: block;
  color: #7b7b7b;
  font: 14px 'Microsoft YaHei';
}

.last-center p {
  font: 14px 'Microsoft YaHei';
  color: #7b7b7b;
  line-height: 55px;
}

.last-center p a {
  color: #7b7b7b;
}

.last-right {
  position: inherit;
  float: right;
}

.last-right a {
  font: 14px 'Microsoft YaHei';
  color: #7b7b7b;
  line-height: 55px;
}

/*-------------------------------------------------------------------------关于我们详情页 info_company------------------------------------------------------------------------------------*/
.info_company_title {
  text-align: center;
  padding: 80px 0 70px 0;
  position: relative;
}

.info_company_title b {
  display: block;
  font-size: 35px;
  color: #494949;
  position: relative;
  z-index: 2;
}

.info_company_title small {
  display: block;
  font-size: 64px;
  color: #ecf1f6;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.info_company {
  overflow: hidden;
}

.info_company .info_company_1 {
  width: 360px;
  padding: 45px;
  border: 1px solid #ccc;
  float: left;
}

.info_company .info_company_1 small {
  font-size: 20px;
  color: #bcbcbc;
}

.info_company .info_company_1 div {
  position: relative;
}

.info_company .info_company_1 div strong {
  font-size: 130px;
  color: #0054b7;
  font-weight: 400;
  text-shadow: 0 3px 3px #ccc;
}

.info_company .info_company_1 div small {
  color: #0054b7;
  position: absolute;
  font-weight: 600;
  right: 20px;
  top: 35px;
  font-size: 28px;
}

.info_company .info_company_1 p {
  background: url("../img/i_c_ico.jpg") no-repeat left center;
  padding-left: 90px;
}

.info_company .info_company_1 p span {
  display: block;
  font-size: 20px;
  color: #bcbcbc;
}

.info_company .info_company_1 p strong {
  font-size: 26px;
  color: #292929;
}

.info_company .info_company_r {
  text-align: justify;
}

.info_company .info_company_r .content {
  line-height: 35px;
  color: #666;
  margin-top: 45px;
}

.info_culture {
  background: #f6f6f6;
  padding: 65px 0;
  margin-top: 80px;
}

.info_culture ul li {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.info_culture ul li:nth-of-type(1) p {
  padding-right: 50px;
}

.info_culture ul li:nth-of-type(2) p {
  padding-left: 50px;
}

.info_culture ul li p {
  width: 550px;
}

.info_culture ul li p b {
  display: block;
  font-size: 24px;
  color: #2b2b2b;
  margin-bottom: 25px;
}

.info_culture ul li p small {
  display: block;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 500;
  line-height: 30px;
}

.info_culture ul li p small span {
  color: #d42f3e;
}

.info_fc {
  padding-bottom: 150px;
  overflow: hidden;
}

#certify {
  position: relative;
}

#certify .swiper-container {
  padding-bottom: 60px;
  overflow: inherit;
}

#certify .swiper-slide {
  width: 520px;
  height: 355px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
  margin: 0 auto;
  height: 260px;
  max-width: 100%;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: -40px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
/*qa*/
.news_list_con {
  background: #fff;
  padding: 30px 30px 80px 30px;
  margin-top: 30px;
}

.news_list_con ul li {
  overflow: hidden;
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
}

.news_list_con ul li:hover {
  background: #eee;
}

.news_list_con ul li:hover div.bdsharebuttonbox {
  opacity: 1;
}

.news_list_con ul li a:hover b {
  color: #0054b7;
}

.news_list_con ul li img {
  float: left;
  width: 215px;
  height: 130px;
}

.news_list_con ul li p,
.news_list_con ul li div.l_con {
  float: right;
  width: 865px;
  position: relative;
  height: 127px;
}

.news_list_con ul li p b,
.news_list_con ul li div.l_con b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.news_list_con ul li p span,
.news_list_con ul li div.l_con span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.news_list_con ul li p small,
.news_list_con ul li div.l_con small {
  display: block;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
}

.news_list_con ul li div.bdsharebuttonbox {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
/*info_case*/
.honor_list {
  width: 1250px;
}

.honor_list li {
  float: left;
  position: relative;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
  width: 383px;
  height: 285px;
}

.honor_list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.workshop_list li img{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.workshop_list li:hover img{
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}

.honor_list li span {
  display: block;
  width: 100%;
  background: #0054b7;
  color: #f5f5f5;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

.honor_list li div {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

/*.honor_list li:hover div {
  border: 1px solid #0054b7;
}*/

.honor_list li:hover span {
  /* bottom: 20px; */
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*page*/
.prev_next a:hover {
  color: #da0922;
}

.prev_next {
  font-size: 14px;
  margin-top: 20px;
}

div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}

div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}

div.page a:hover {
  background: #5c5c5c;
}

div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}

div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}

.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}

.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}

.prev_next .prev {
  margin-top: 20px;
  background: url("../img/prev_bg.png") no-repeat left center;
  background-size: 18px;
}

.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../img/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*location*/
/*product-info*/
/*缩略图*/
.concompanycon table {
  margin-left: 2px;
}

.concompanycon table th {
  color: #444444;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial;
  text-align: right;
  vertical-align: top;
  padding-top: 9px;
}

.concompanycon table td select {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  width: 278px;
  height: 32px;
  text-indent: 8px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 6px 5px;
  background: #FFF;
  margin-left: -3px;
}

.concompanycon table td ul {
  list-style: none;
  position: absolute;
}

.concompanycon table td ul li {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  line-height: 28px;
  text-indent: 8px;
  width: 276px;
  height: 28px;
  border-left: 1px solid #d2d4d6;
  border-right: 1px solid #d2d4d6;
  background: #FFF;
}

.concompanycon table td ul li a {
  display: block;
  text-decoration: none;
  color: #444444;
}

.concompanycon table td ul li a:hover {
  color: #fe7d0c;
}

.concompanycon table td ul li:last-child {
  border-bottom: 1px solid #d2d4d6;
}

.concompanycon table td input {
  font-size: 14px;
  width: 276px;
  height: 28px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}

.concompanycon table td .yanzheng {
  width: 101px;
}

.concompanycon table td textarea {
  resize: none;
  width: 545px;
  height: 178px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}

.concompanycon table td img {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
}

.concompanycon table td .but {
  width: 74px;
  height: 31px;
  line-height: 27px;
  background: #d1020c;
  border-radius: 2px;
  border: none;
  text-align: center;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  color: #FFF;
}

.pro_img_left {
  width: 580px;
  border: 1px solid #ccc;
  height: 385px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

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

#info {
  padding-bottom: 100px;
}

.location {
  background: #fff;
}

.location b a {
  padding-right: 10px;
  display: inline-block;
}

.info2 + footer {
  margin-top: 0;
}
/*相册*/
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}

.swiper-container-xc {
  position: relative;
  overflow: hidden;
}

.info_pro {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.pro-img {
  float: left;
  width: 420px;
  padding: 0 10px;
}

.info_pro-text {
  float: right;
  width: 426px;
  margin-top: 0px;
}

.info_pro-text h4 {
  font-size: 22px;
  color: #153a88;
  padding-bottom: 10px;
}

.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}

.info_pro-text ul li {
  margin-top: 5px;
}

.info_pro-text ul li small {
  display: inline-block;
  width: 60px;
  color: #a9a8a8;
  font-size: 14px;
  margin-top: 2px;
}

.info_pro-text ul li span {
  color: #333;
  font-size: 14px;
}

.info_pro-text ul li b {
  color: #c8171e;
  font-size: 28px;
  font-family: Bebasss;
}

.info_pro-text ul li:nth-of-type(2) small {
  margin-top: 15px;
}

.info_pro-text p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.info_pro-text p a {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #153a88;
  width: 157px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s linear 0s;
  background: rgba(17, 80, 155, 0.07);
  border: 1px #153a88 solid;
}

.info_pro-text p a:hover {
  background: #153a88;
  color: #fff;
  border: 1px solid #153a88;
}

.i_pro_con > h4 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.p_content b,
.p_content strong {
  font-size: 16px;
}

.p_content img,
.p_content embed {
  margin: 0 auto !important;
  display: inline-block;
}

.p_content embed {
  width: 500px !important;
  height: 400px !important;
  display: block;
}

.p_content b.b_title,
.p_content strong.b_title {
  font-size: 16px !important;
  background: #153a88;
  color: #fff;
  display: inline-block;
  padding: 5px 10px !important;
}

.p_content p.p_title {
  border-bottom: 1px solid #153a88 !important;
  margin-bottom: 15px !important;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-top {
  width: 100%;
  height: 398px;
}
.gallery-top li{
  border:1px solid #ccc;
}

.gallery-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumbs {
  height: 90px;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  /*opacity: 0.5;*/
}

.gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #6b6b6b;
}

.p_content img {
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}

.p_content table {
  width:100% !important;
  word-break: break-all;
  text-align: center;
  margin: 0 auto;
}

.p_content table tr {
  background: #fff !important;
}

.p_content table td {
  padding-left: 10px;
  background: #fff !important;
  text-align:left;
}

.p_content2 {
  color: #6e6e6e;
  line-height: 35px;
}

.p_content2 p {
  text-indent: 2rem;
}

.info_pro-text_ol {
  margin-bottom: 6px;
}
.info_pro-text_ol p{
  font-size: 14px;
  line-height: 38px;
  border-bottom: 1px solid #ccc;
  color: #666;
  margin:0;
}

.info_pro-text_ol li {
  font-size: 14px;
  line-height: 38px;
  border-bottom: 1px solid #ccc;
  color: #666;
}

.info_pro-text_ol li span {
  width: 65px;
  display: inline-block;
}

.info_pro-text_ol li small {
  font-size: 14px;
}
/*i_pro_others*/
.i_pro_others {
  margin-top: 45px;
}

.info-tj {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.info-tj b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #153a88;
}

.info-tj small {
  display: block;
  font-size: 16px;
  color: #999;
}

.swiper-container-xc {
  padding-bottom: 36px;
}

.pro-list-gallery {
  width: 900px;
}

.pro-list-gallery li {
  float: left;
  width: 415px;
  overflow: hidden;
  margin-right: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 23px;
}

.pro-list-gallery li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.pro-list-gallery li:hover span {
  background: #11509b;
}

.pro-list-gallery li p {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  height: 311px;
  position: relative;
}

.pro-list-gallery li p img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.i_pro_others::after {
  display: block;
  content: '';
  clear: both;
}

.i_pro_others .pro-list-others {
  width: 870px;
}

.i_pro_others .pro-list-others li {
  float: left;
  width: 268px;
  overflow: hidden;
  margin-right: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.i_pro_others .pro-list-others li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.i_pro_others .pro-list-others li:hover span {
  background: #ed3e00;
}

.i_pro_others .pro-list-others li p {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 190px;
  position: relative;
}

.i_pro_others .pro-list-others li p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.i_pro_others .pro-list-others li span {
  display: block;
  height: 40px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  background: #666;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*i_pro_order*/
.i_pro_order {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 0;
}

.i_pro_order .i_pro_con_left {
  float: left;
  width: 390px;
  overflow: hidden;
}

.i_pro_order .form_i {
  margin-bottom: 10px;
}

.i_pro_order .form_i textarea {
  width: 255px;
  height: 96px;
}

.i_pro_order .form_i select {
  height: 30px;
  line-height: 30px;
}

.i_pro_order .form_i span {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  text-align-last: justify;
  color: #666;
}

.i_pro_order .form_i input {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 255px;
}

.i_pro_order button {
  display: block;
  width: 250px;
  line-height: 35px;
  background: #0054b7;
  color: #fff;
  text-align: center;
  border: 0;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  margin-left: 78px;
}

.i_pro_con_right {
  float: right;
  width: 440px;
  margin-right: 4px;
}

.i_pro_con_right #allmap {
  width: 100%;
  height: 194px;
  float: none;
}

.i_pro_con_right h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

.i_pro_con_right ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}

#sub_bar_nav {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 90;
  width: 120px;
  background: #0054b7;
  display: none;
}

#sub_bar_nav ul {
  border: 1px #d1d1d1 solid;
  padding: 2px 0;
  height: auto;
  overflow: hidden;
}

#sub_bar_nav li {
  display: block;
  line-height: 40px;
  color: #FFF;
  height: 40px;
  margin-bottom: 2px;
  font-size: 14px;
}

#sub_bar_nav li:hover {
  background: #d42f3e;
}

#sub_bar_nav li a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 11px;
  background: url(../img/dot.gif) repeat-x left bottom;
  clear: both;
  color: #FFF;
}

#sub_bar_nav li a.no {
  background: none;
}

#sub_bar_nav a:hover {
  color: #FFF;
  background: none;
}

#sub_bar_nav li:hover a {
  color: #FFF;
  background: none;
}

#sub_bar_nav li a.mainList i {
  display: block;
  float: left;
  background: url(../img/p1.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}

#sub_bar_nav li a.mainList:hover i {
  background: url(../img/p1.png) no-repeat -22px center;
}

#sub_bar_nav li a.biaoge i {
  display: block;
  float: left;
  background: url(../img/p2.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}

#sub_bar_nav li a.biaoge:hover i {
  background: url(../img/p2.png) no-repeat -22px center;
}

#sub_bar_nav li a.working i {
  display: block;
  float: left;
  background: url(../img/p4.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}

#sub_bar_nav li a.working:hover i {
  background: url(../img/p4.png) no-repeat -20px center;
}

#sub_bar_nav li a.data0 i {
  display: block;
  float: left;
  background: url(../img/p5.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}

#sub_bar_nav li a.data0:hover i {
  background: url(../img/p5.png) no-repeat -16px center;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}

.location i {
  padding-right: 5px;
  font-size: 25px;
}

.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.location a:hover {
  color: #0054b7;
}

.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
}

.location span {
  float: right;
}
/*联系我们*/
.info_title_all {
  text-align: center;
  padding: 0 0 45px;
}

.info_title_all h3 {
  display: block;
  font-size: 36px;
  color: #434242;
  margin-bottom: 15px;
}

.info_title_all small {
  font-size: 20px;
  color: #848484;
  font-family: pictos;
}

.info_title_all b {
  font-size: 20px;
  color: #0054b7;
  display: block;
  margin-top: 20px;
}

.info_contact {
  overflow: hidden;
}

.h-contact-list {
  background-color: #fff;
  width: 48%;
  float: left;
  overflow: hidden;
  position: relative;
}
.h-contact-list .erbox{
  position: absolute;
  width: 136px;
  top: 92px;
  right: 39px;
  text-align: center;
}
.h-contact-list .erbox img{
  width:100%;
}

.h-contact-list ul {
  margin: 0 20px;
  width: 57%;
}

.h-contact-li {
  position: relative;
  padding: 23px 10px 22px 50px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 16px;
}

.h-contact-li:last-child {
  border: none;
}

.h-contact-li .ico {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
}

.h-contact-li .addr {
  background-image: url(../img/h_ctc_ico1.png);
}

.h-contact-li .tel {
  background-image: url(../img/h_ctc_ico2.png);
}

.h-contact-li .fax {
  background-image: url(../img/h_ctc_ico3.png);
}

.h-contact-li .mail {
  background-image: url(../img/h_ctc_ico4.png);
}

.h-contact-li .txt {
  color: #888;
}

#allmap {
  width: 51%;
  height: 449px;
  float: right;
  border: 1px solid #ccc;
}
/*在线留言*/
.info_mes {
  overflow: hidden;
}

.info_mes .info_mes_l {
  float: left;
  width: 50%;
}

.info_mes .info_mes_l h3 {
  font-size: 20px;
}

.info_mes .info_mes_l span {
  display: block;
  margin: 15px 0;
  color: #666;
  font-size: 14px;
}

.info_mes .info_mes_l form {
  margin-top: 40px;
}

.info_mes .info_mes_l .input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}

.info_mes .info_mes_l .input-group:after {
  display: block;
  content: '';
  clear: both;
}

.info_mes .info_mes_l .input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}

.info_mes .info_mes_l .input-group input[type=text] {
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  /* background: #f0f2ef; */
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}

.info_mes .info_mes_l .input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #0054b7;
  border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #0054b7;
  border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #0054b7;
  border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 420px;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
  margin-left: 4px;
}

.info_mes .info_mes_l #submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #0054b7;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}

.info_mes .info_mes_l #submit:hover {
  background: #BB0000;
}

.info_mes .info_mes_r {
  float: right;
  width: 50%;
}

.info_mes .info_mes_r img {
  max-width: 100%;
  display: block;
}
/*qa*/
.qa_right ul li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0;
}

.qa_right ul li a {
  display: block;
}

.qa_right ul li:hover span {
  color: #d42f3e;
}

.qa_right ul li:first-child {
  padding-top: 0;
}

.qa_right ul li span {
  display: block;
  font-weight: bold;
  color: #3e3e3e;
  min-height: 25px;
  margin-bottom: 19px;
  background: url("../img/q.png") no-repeat left center;
  padding-left: 30px;
}

.qa_right ul li small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  background: url("../img/a.png") no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
}
/*子页面news*/
.inews_items {
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}

.inews_items li {
  position: relative;
  width: 385px;
  float: left;
  margin-left: 20px;
}

.inews_items li:first-child {
  margin-left: 0;
}

.inews_items li img {
  display: block;
  width: 100%;
  height: 290px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.inews_items .bd {
  height: 418px;
  overflow: hidden;
  position: relative;
}

.inews_items .bd li {
  float: left;
  width: 385px;
  margin-right: 20px;
}

.inews_items .inews_pd .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 82px;
  background-color: #0054b7;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.inews_items .inews_pd .date span {
  display: block;
}

.inews_items .inews_pd .date .day {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}

.inews_items .inews_pd .date .year {
  font-size: 15px;
}

.inews_items ._inews_text ._title {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin: 20px 0 0;
}

.inews_items ._inews_text ._text {
  font-size: 14px;
  color: #747474;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}

.inews_items .hd {
  margin-top: 50px;
}

.inews_items .hd ul {
  font-size: 0;
  text-align: center;
}

.inews_items .hd li {
  display: inline-block;
  border: 1px #707070 solid;
  width: 9px;
  height: 9px;
  line-height: 99;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}

.inews_items .hd li.on {
  border-color: #d42f3e;
  background-color: #d42f3e;
}

.inews_items .inews_pd a {
  display: block;
  overflow: hidden;
}

.inews_items li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.inews_items li:hover ._title {
  color: #0054b7;
}

.inews_items li:hover .inews_pd .date {
  background: #d42f3e;
}

.l {
  float: left;
}

.news_bottom li {
  padding: 25px 0 30px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}

.news_bottom li .data {
  font-family: Arial;
  border: 1px #ccc solid;
  width: 55px;
  margin-right: 2%;
}

.news_bottom li .data span {
  display: block;
  text-align: center;
}

.news_bottom li .data .day {
  font-size: 30px;
  font-weight: bold;
  background-color: #ccc;
  line-height: 45px;
  color: #fff;
}

.news_bottom li .data .month {
  font-size: 0.77em;
  color: #565656;
}

.news_bottom ._img {
  float: left;
  width: 15%;
  margin-right: 2%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.news_bottom ._img img {
  height: 100%;
}

.news_bottom ._t {
  font-size: 18px;
  margin-bottom: 5px;
  color: #555;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.news_bottom ._p a {
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}

.news_bottom ._i {
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px;
}

.news_bottom ._i span,
.news_bottom ._i a {
  float: left;
  line-height: 26px;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.news_bottom ._i ._more {
  background: #d42f3e;
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.news_bottom ._i ._date {
  background: #ededed;
  color: #999;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.news_bottom li:hover ._t {
  color: #0054b7;
}

.news_bottom li:hover span {
  color: #0054b7;
}

.news_bottom li:hover ._i ._more {
  background-color: #0054b7;
}

.news_bottom li:hover .data {
  border-color: #0054b7;
}

.news_bottom li:hover .data .day {
  background-color: #0054b7;
}
/*news_content*/
.news_info_con {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.news_info_con ._title {
  float: left;
  font-size: 25px;
  font-weight: 400;
}

.news_info_con .news_time {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}

.news_info_con .news_time span {
  padding-left: 20px;
  margin-left: 20px;
}

.news_info_con .news_time span:nth-of-type(1) {
  background: url("../img/time.png") no-repeat left center;
}

.news_info_con .news_time span:nth-of-type(2) {
  background: url("../img/click.png") no-repeat left center;
}
/*在线客服*/
.suspension {
  position: fixed;
  z-index: 101;
  right: 0;
  bottom: 85px;
  width: 70px;
  height: 240px;
}

.suspension-box {
  position: relative;
  float: right;
}

.suspension .a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #0054b7;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}

.suspension .a.active,
.suspension .a:hover {
  background: #F05352;
}

.suspension .a .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../img/side_icon.png);
  background-repeat: no-repeat;
}

.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../img/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../img/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}

.suspension .a-qrcode .i {
  background-position: -44px 0;
}

.suspension .a-cart .i {
  background-position: -88px 0;
}

.suspension .a-top .i {
  background-position: -132px 0;
}

.suspension .a-top {
  background: #D2D3D6;
  display: none;
}

.suspension .a-top:hover {
  background: #c0c1c3;
}

.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../img/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}

.suspension .d-service {
  top: 0;
}

.suspension .d-service-phone {
  top: 34px;
}

.suspension .d-qrcode {
  top: 78px;
}

.suspension .d .inner-box {
  padding: 8px 22px 12px;
}

.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.suspension .d-service .d-service-item {
  border-bottom: none;
}

.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}

.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../img/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}

.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../img/side_con_icon02.png) no-repeat center center;
  display: block;
}

.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}

.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}

.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
  padding-top: 10px;
}

.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}

.suspension .d-service-intro i {
  background: url(../img/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}

.suspension .d-qrcode {
  text-align: center;
}

.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}

.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
/*产品分类*/
.info_pro_list {
  padding: 25px;
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
}

.info_pro_list .pro-list {
  width: 1250px;
}

.info_pro_list .pro-list li {
  width: 270px;
}

.info_pro_type {
  overflow: hidden;
  background: #fff;
  padding: 25px;
}

.info_pro_type li {
  width: 16.666%;
  float: left;
  background: #fff;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  font-size: 14px;
}

.info_pro_type li a {
  display: block;
  color: #777;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.info_pro_type li a:hover {
  color: #fff;
  background: #0054b7;
}

.swiper-honor .swiper-slide a {
  display: block;
  width: 100%;
  height: 255px;
}

.swiper-honor .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-button-next-honor{
  width:40px;
  height: 44px;
  background: url("../img/honor-right.png") no-repeat left;
  right:-80px;
}
.swiper-button-prev-honor{
  width:40px;
  height: 44px;
  background: url("../img/honor-left.png") no-repeat left;
  left:-80px;
}

.news .new_tit .abox a.click {
  color: #fff;
  background: #0054b7;
}

.news .news_left .cout .cbox {
  display: none;
}

.news .news_left .cout .cbox.click {
  display: block;
}

.swiper-button-white{
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-size: 15px 25px;
}
.swiper-button-next:hover {
  transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.floatbox {
  width: 152px;
  height: 436px;
  background:#fff;
  right: 10px;
  bottom: 50px;
  position: fixed;
  border: 3px #153a88 solid;
  z-index: 999
}
.floatbox .fl01{display: block; padding: 13px 0px;background: #153a88;width: 100%;}
.floatbox .fl02{text-align: center;color: #656565;font-size: 15px;padding-top:18px;}
.floatbox .fl02 span{color: #de1805}
.floatbox .fl03{text-align: center;color: #ed3e00;font-size: 15px;line-height: 30px;
  position: relative;
  top: 147px;

}
.floatbox .fl03 big{font-size: 18px;font-weight: bold;line-height:26px;}
.floatbox .fzixun{width:144px;height:40px;line-height: 40px;border-radius: 20px;color: #153a88; position: absolute;background: url(../img/fl02.png) left 20px center no-repeat;left: 1px;top: 159px;padding-left: 56px; display: block;}
.floatbox .fzixun:hover{color: #de1805;}
.floatbox .up {
  display: block;
  height: 35px;
  width: 35px;
  position: absolute;
  top: -7px;
  right: -9px;
  cursor: pointer;
  background: url(../img/close.png) center center no-repeat;
  background-size: 60% 60%;
}
.floatbox .fweixin{width: 118px;height: 118px;position: absolute;left:16px;top:256px;}
.floatbox .fbox03{width:100%;height: 50px;line-height: 60px;color: #fff; text-align: center; left: 0;bottom: 0;background: url(../img/top.png) top center no-repeat #153a88;position: absolute;}

.small-banner{
  margin-top: 190px;
  width:100%;
  height: 286px;
}
.small-banner.product{
  background: url("../img/pro-bg.jpg") no-repeat center / cover;
}

.showlist{

  position: absolute;
  top: 100%;
  left:0;
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f6;
  z-index:1000;
}
.showlist .wrapper>div{
  width: 100%;
  float:right;
}
.showlist .wrapper>div img{
  float:left;
}
.showlist .wrapper>div .list_text{
  float:right;
  width: 472px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left:1px solid #dadada;
  padding-left: 42px;
  height: 225px;
}
.list_text h2{
  font-size: 30px;
  font-weight: normal;
  color: #626262;
}
.list_text p{
  margin-top: 10px;
  font-weight: lighter;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.more{
  font-size: 14px;
  display: block;
  width: 114px;
  line-height: 36px;
  border-radius: 20px;
  text-align: center;
  background:#187fde;
  border:1px solid #187fde;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.more:hover{
  background: transparent;
  color: #187fde;
}
.showcontainer{
  display: none;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
  padding-top: 48px;
  height: 325px;
  background: url("../img/font.png") no-repeat left center;
}
.showcontainer .list_text a{
  display: block;
  width: 50%;
  float: left;
  color: #333;
  margin-top: 23px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.showcontainer .list_text a:hover{
  color: #187fde;
}
.showcontainer .list_text a.more{
  color: #fff;
}
.showcontainer .list_text a.more:hover{
  color: #187fde!important;
}
#newBridge .icon-right-center{
  top: 34%!important;
}

.product .cpbox{
  float: right;
  width:860px;
}
.product .cpbox .cp-type{
  margin-bottom: 27px;
}
.product .cpbox .cp-type a{
  display: block;
  float: left;
  width:107px;
  line-height: 35px;
  text-align:center;
  color:#222;
  border-left:1px solid #eee;
}
.product .cpbox .cp-type a:hover{
  color:#fff;
  background: #153a88;
}
.product .cpbox .cp-type a:last-child{
  border-right:1px solid #eee;
}
.zhuyi p{
  line-height: 28px;
  color: #666;
  font-size:12px;
  margin:0;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 36px;
  padding: 0 5px;
  border-radius: 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  margin: 20px 3px 0 3px;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #153a88;
  background: #153a88;
}
.de-page-mian .page-inner a.prev {
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
  display: none;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

.newsPage {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 2% 0 0 0;
  padding-top: 1%;
}
.newsPage a {
  color: #666;
}
.newsPage a:hover {
  color: #333;
  font-weight: 700;
}
