.bg-color {
  background: #fff;
}
.top_bar {
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  background: #EFEFEF;
  color:#666666;
}
.top_bar .tb-left {
  float: left;
  height: 34px;
  overflow: hidden;

}
.top_bar .tb-left a {
  font-size: 13px;
  color: #b70c0c;
}
.top_bar .tb-left a:hover {
  color: #f81616;
}
.top_bar .tb-rig {
  float: right;
}
.top_bar .tb-rig ul li {
  position: relative;
  float: left;
  font-size: 13px;
}
.top_bar .tb-rig ul li > a {
  color: #666666;
  padding: 0px 22px;
}
.top_bar .tb-rig ul li > a:hover {
  color: #268ae7;
}
.top_bar .tb-rig ul li.drop-down > a {
  background: url(http://www.jslst.cn/static/index/zm001/images/down-icon.png) no-repeat 74px center;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  top: 40px;
  padding: 10px 0 8px;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(246, 246, 247, 0.95) !important;
  filter: alpha(opacity=95);
  background: #f6f6f7;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 3px 3px #ccc;
}
.top_bar .tb-rig ul li .drop-list ul li {
  float: none;
  line-height: 32px;
}
.top_bar .tb-rig ul li .drop-list ul li a {
  display: block;
  text-align: center;
  padding: 0;
}
.top_bar .tb-rig ul li.drop-down:hover > a {
  color: #268ae7;
}
.top_bar .tb-rig ul li.drop-down:hover .drop-list {
  display: block;
}
.head {
  height: 118px;
  background: #fff;
}
.head .logo{
  float: left;
  height: 118px;
  overflow: hidden;
}
.head .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width:100%;
  max-height:100%;
}
.head h1.head-title{
  display: block;
  float: left;
  font-size:26px;
  color:#333333;
  line-height: 55px;
  font-weight: bold;
  max-width:635px;
  overflow: hidden;
  margin-top:40px;
}
.head .QR_code{
  float: right;
  margin-left:115px;
  width:100px;
  height: 100px;
  margin-top:17px;
  font-size:0;
  line-height:100px;
  text-align: center;
}
.head .QR_code img{
  display: inline-block;
  vertical-align: middle;
  width:100%;
  height: 100%;
}
.head .head-group{
  overflow: hidden;
  float: right;
  margin-top:16px;
}
.head .head-group .head-search{
  overflow: hidden;
  min-width: 255px;
}
.head .head-group .head-search input{
  float: left;
  width:194px;
  height: 34px;
  border:1px solid #d2d2d2;
  border-right:none;
  line-height:34px;
  padding:0 5px;
}
.head .head-group .head-search a{
  float: left;
  display: block;
  width:50px;
  height: 36px;
  background: #1b1b1d url(../image/search-btn.png) no-repeat center;
}
.seark{
  padding: 20px;
}
.seark span{
  color: red;
}

.head .tel {
  float: right;
  text-align: right;
}
.head .tel p{
  margin-right: 50px;
  line-height: 22px;
}
.head .tel p:nth-child(2n){
  font-size: 22px;
  font-weight: bold;
  color: #032F89;
}
.head .tel img{
  margin-top: -65px;
}


/*导航栏开始*/
.nav-bar {
  background: #1E1B1D;
  height: 64px;
  width: 100%;
}
.nav-bar .warpper.active{
  width: 100%;
  background: #1E1B1D;
  height: 64px;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
}

.orion-menu {
  margin-top: 0px;
}

.orion-menu {
  width: 100%;
  padding: 0;
  position: relative;
  float: left;
  background: #454545;
  list-style: none;
}

.orion-menu li {
  display: inline-block;
  font-size: 15px;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 20px;
  position: relative;
}


.orion-menu li a {
  height: 64px;
  width: 133px;
  text-align: center;
  box-sizing: border-box;
  line-height: 64px;
  color: #bababa;
  text-decoration: none;
  display: inline-block;
  -o-transition: color .3s linear,background .3s linear;
  -webkit-transition: color .3s linear,background .3s linear;
  -moz-transition: color .3s linear,background .3s linear;
  transition: color .3s linear,background .3s linear
}


.orion-menu li:hover>a {
  color: #fff;
  background: #032F89;
}

.orion-menu li.active>a {
  background: #032F89;
}

.orion-menu>li>a {
  text-transform: uppercase
}

.orion-menu ul,.orion-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 999;
  width: 150px;
  background: #454545
}

.orion-menu ul {
  top: 64px;
  left: 0;
  width: 100%;
}

.orion-menu ul li ul {
  top: 0;
  left: 150px
}

.orion-menu ul li {
  clear: both;
  width: 100%;
  font-size: 14px
}

.orion-menu li #sonul li a{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.orion-menu ul li:hover>a {
  background: #032F8A
}

.orion-menu .indicator {
  color: #bababa;
  position: absolute;
  right: 13px;
  top: 21px;
  font-family: FontAwesome;
  font-size: 12px
}

.orion-menu .indicator:before {
  content: "\f0d7"
}

.orion-menu ul li .indicator {
  right: 20px;
  top: 13px
}

.orion-menu ul li .indicator:before {
  content: "\f0da"
}

.overlay {
  background: url(http://www.jslst.cn/static/index/zm001/css/images/overlay-bg.png) repeat;
  width: 150px;
  height: 120px;
  position: absolute;
  display: none;
  left: 0;
  top: 0
}


.orion-menu>li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #dedede;
  background: #454545
}

.orion-menu>li.showhide span.title {
  margin: 16px 0 0 18px;
  float: left
}

.orion-menu> li.showhide span.icon {
  margin: 17px 20px;
  float: right
}

.orion-menu>li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ccc
}

.green,.green li ul,.green ul li ul,.green>li.showhide {
  background: #1E1B1C
}

.green li a,.orion-menu li.social a {
  color: #dedede
}

.zoom {
  -webkit-animation: zoom .3s ease both;
  -moz-animation: zoom .3s ease both;
  -o-animation: zoom .3s ease both;
  animation: zoom .3s ease both
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(.6)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes zoom {
  0% {
    -moz-transform: scale(.6)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes zoom {
  0% {
    -o-transform: scale(.6)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes zoom {
  0% {
    transform: scale(.6)
  }

  100% {
    transform: scale(1)
  }
}

/*导航栏结束*/
.banner {
  position: relative;
  height: 650px;
  width: 100%;
}
.banner #bannerSwiper {
  height: 650px;
}
.banner .swiper-slide {
  position: relative;
  height: 650px;
  float: left;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

/*热门关键词*/
.hotwords{
  height: 75px;
}
.hotwords .left{
  width: 50%;
  line-height: 75px;
}
.hotwords .left span{
  margin-left: 15px;
}
.hotwords .left span a:hover{
  color: #032F8A;
  font-weight: bold;
}
.hotwords .right .search{
  width: 257px;
  height: 37px;
  margin-top: 19px;
  background: url(../image/search.jpg)no-repeat center;
}
.hotwords .right .search input{
  width: 220px;
  height: 36px;
  border:none;
  background: none;
  text-indent: 15px;
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
  float: left;
}
.hotwords .right .search button{
  width: 37px;
  height: 37px;
  float: right;
  background: none;
  border:none;
}

/*数字动画*/
.product-number-info {
    background: #EEEEEE;
    position: relative;
    padding: 35px 0;
}

.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-info ul {
    overflow: hidden;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;
    width: 240px;
    height: 74px;
    border-left: 1px solid #CCCCCC;
    color: #000;
    padding-top: 1px;
    box-sizing: border-box;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    width: 100%;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-align: center;
}

.product-number-info li p {
    font-size: 14px;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-weight: normal;
}

.product-number-info li b i {
    font-style: normal;
    color: #042F8A;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 10px;
    right: -6px;
    top: 2px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    /*padding-left: 2px;*/
    position: relative;
    top: -4px;
    left: -5px;
}

#main {
  overflow: hidden;
}
/* 首页产品 */
#main .product-main {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 90px;
}
.basetitle {
  text-align: center;
}
.basetitle h1{
  font-size: 36px;
  font-weight: bolder;
}
.basetitle p{
  font-size: 15px;
  text-transform: uppercase;
}

/*选项卡*/
.tabPanel{margin-top: 15px;}
.tabPanel .row{justify-content: center;position: relative;}
.tabPanel .row li,.newli{
  font-size:11px;height:29px;line-height:30px;padding: 0px 40px;font-size: 20px; text-align:center;
  height: 65px;line-height: 50px;display: inline-block;
}
.tabPanel .row li span,.newli span{
  cursor: pointer;
}
.tabPanel .row li em,.tabPanel .row .newli em{
  display: inline-block;float: left;
  width: 8px;margin: 20px 10px 0 0;
  height: 8px;
  border-radius: 50%;
  background: #000;
}
.tabPanel .row .newli em{
  display: inline-block;float: left;
  width: 8px;margin: 20px 10px 0 0;
  height: 8px;
  border-radius: 50%;
  background: #000;
}
.tabPanel .row li:hover{
  color: #032F8A;
}
.tabPanel .row .newli:hover a{
  color: #032F8A;
}
.tabPanel .row li:hover em{
  background: #032F8A;
}
.tabPanel .row .newli:hover em{
  background: #032F8A;
}
.tabPanel .hit,.tabPanel .hit em{
  color: #032F8A;
}

/*分类下拉*/
.tabPanel .row li .newtype{
  position: absolute;
  width: 1200px;top:100%;left: 0px;
  background: #fff;
  padding-right: 20px;
  z-index: 9999;
  display: none;
  box-sizing: border-box;
}
.tabPanel .row li:hover .newtype{
  display: block;
  box-shadow: 0px 0px 10px #ccc;
}
.tabPanel .row li .newtype ol{
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
.tabPanel .row li .newtype ol:last-child{
  border:none;
}
.tabPanel .row li .newtype ol .typetitle{
  width: 160px;
  height: 50px;padding-left: 25px;box-sizing: border-box;
  background: #042F8A;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.tabPanel .row li .newtype ol .typetitle a{
  color: #fff;
}
.tabPanel .row li .newtype ol .typecont{
  font-size: 14px;
  padding-left: 40px;
  width: 1020px;
  box-sizing: border-box;
  text-align: left;
}
.tabPanel .row li .newtype ol .typecont span{
  padding: 0 20px 0 0;
}
.tabPanel .row li .newtype ol .typecont span.right{
  color: #666666;
}
.tabPanel .row li .newtype ol .typecont span.right:hover{
  color: #032F8A;
}
.tabPanel .row li .newtype ol .typecont a{
  color: #666;
}
.tabPanel .row li .newtype ol .typecont a:hover{
  color: #032F8A;font-weight: bold;
}

.panes{min-height: 650px;}
.pane{display:none;}
.pro-b{border: 1px solid #DDDDDD;height: 430px;box-sizing: border-box;overflow: hidden;}
.pro-b .cici{width: 600px;height: 430px;text-align: center;}
.pro-b .cici img{width: auto;max-width: 100%;}
.pro-c{
  width: 598px;
  height: 100%;
  overflow: hidden;
  padding: 75px 43px 0 75px;
  box-sizing: border-box;
  text-align: left;
}
.pro-c h1{
  font-size: 26px;
  font-weight: bolder;
}
.protags{
  padding: 18px 0 30px 0;
  line-height: 24px;
}
.adv img{
  float: left;
  margin-right: 20px;
}

/*产品轮播*/
.Box {position: relative;margin-top: 13px;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 122px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../image/jtl02.png) no-repeat center;left: 0px;z-index: 999;}
.Box .Box_con .btnr {background: url(../image/jtr02.png) no-repeat center;right: 2px;z-index: 999;}
/*.Box .Box_con .btnl:hover {background: url(img/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(img/jtr03.png) no-repeat center;}*/
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;border:1px solid #DDDDDD;box-sizing: border-box; width: 290px;height: 290px;margin-left: 13px;overflow: hidden;position: relative;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li .cici{width: 100%;height: 290px;}
.Box .Box_con .conbox ul li img {display: block; transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
.Box .Box_con .conbox ul li .boxinner{
  position: absolute;
  width: 100%;
  height: 100%;padding-top: 120px;
  top: 0px;box-sizing: border-box;
  left: 0px;opacity: 0;transition: all 0.5s ease;
  background: rgba(2,56,132,.8);
  color: #fff;font-size: 16px;
  text-align: center;z-index: 99;
}
.Box .Box_con .conbox ul li .boxinner span{
  display: block;border:1px solid #fff;border-radius: 50%;font-size: 30px;font-weight: lighter;
  margin:10px auto;width: 30px;height: 30px;line-height: 30px;text-align: center;
}
.Box .Box_con .conbox ul li:hover .boxinner{opacity: 1;}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}

/*首页产品结束*/

/*首页留言*/
.indexmessage{
  padding: 50px 0 35px 0;
  background: url(../image/addv.png) no-repeat center;
  color: #fff;
}
.wxcode{
  width: 122px;
  text-align: center;
  margin-right: 15px;
}
.wxcode img{
  width: 100%;
  margin-bottom: 1px;
}
.mesinner h1{
  font-size: 28px;
  font-weight: bold;
}
.mesinner p{
  font-size: 14px;
  margin:5px 0;
  width: 400px;
}
.mesinner span{
  display: block;
  width: 230px;
  height: 38px;
  border:1px solid #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  box-sizing: border-box;
  margin-top: 16px;
}
.messagebox{
  width: 615px;
  overflow: hidden;
  padding-top: 10px;
}
.messagebox > p{
  text-align: left;
  margin-bottom: 10px;
}
.leftbox {
  width: 510px;
}

.leftbox input,textarea{
  text-indent: 20px;
  color: #000;
  width: 250px;
  float: left;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.leftbox input.index-mobile{
 margin-right: 0px;
}
.leftbox input.index-code{
 width: 145px;
}
.index-mobile{
  margin-right: 0px;
}
.leftbox img{
  width: 100px;
  height: 40px;
  float: left;
}
.indexmessage .index-btn-box{
  width: 100px;
  height: 90px;
  float: right;
  color: #fff;
  border: none;
  background: #D3A322;
  text-align: center;
  line-height: 90px;
}
.indexmessage .index-btn-box a{
  color: #fff;
}

/*案例展示*/
.indexcase{
  padding: 60px 0 90px 0;
  background: url(../image/in3.jpg);
}
.indexcase .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.indexcase .swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.indexcase .swiper-button-prev{
  color: #888888;
}
.indexcase .swiper-button-next{
  color: #888888;
}
.banner .swiper-button-prev{
  color: #04308A;
}
.banner .swiper-button-next,.banner  .swiper-pagination-bullet-active{
  color: #04308A;
}
.indexcase .swiper-button-prev:hover{
  color: #04308A
}
.indexcase .swiper-button-next:hover{
  color: #04308A
}
.indexcase .swiper-slide img{
  width: 100%;
  margin-bottom: -5px;
}
.indexcase .swiper-slide:hover img{
  transform: scale(1.1);
}
.indexcase .swiper-slide p{
  line-height: 60px;
}
.indexcase .swiper-slide:hover p{
  color: #032F8A;
}
/*合作伙伴*/
.partaner{
  width: 100%;
  height: 240px;
  background: #fff;
  margin-top: 50px;
}
.partaner .pbox{
  width: 200px;
  height: 100%;
  background: #042F8A;
  color: #fff;
  padding: 55px 28px;
  box-sizing: border-box;
}
.partaner .pbox h1{
  font-size: 30px;
  font-weight: bold;
}
.partaner .pbox p{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.partaner .pbox span{
  display: block;
  width: 30px;
  height: 0px;
  border:1px solid #fff;
  margin:10px 0 15px;
}
.bbox{
  width: 1000px;
  padding: 30px 18px;
  box-sizing: border-box;
}
.partaner ul li{
  width: 150px;
  height: 80px;
  border:1px solid #DDDDDD;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px 0;
  position: relative;
}
.common-case .bbox ul li:nth-child(7n){
  margin-right: 0px;
}
.common-case .bbox ul li:nth-child(6n){
  margin-right: 10px;
}
.partaner ul li:nth-child(6n){
  margin-right: 0px;
}
.partaner ul li p{
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0px;
  padding: 0 5px;
  box-sizing: border-box;
  bottom: 0px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #032F8A;
  transition: all 0.5s ease;
  opacity: 0;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.partaner ul li:hover p{
  opacity: 1;
}
.partaner ul li img{
  max-width: 100%;
  max-height: 100%;
}

/*公司简介*/
.indexcom{
  padding: 0px 0 70px 0;
  background: url(../image/ccc.jpg)no-repeat center;
}
.supbox{
  width: 840px;
  height: 412px;
}
.combox{
  width: 330px;
  background: #032F8A;
  height: 456px;
  padding-top: 53px;
  box-sizing: border-box;
}
.combox1{
  height: 58px;
  border-left: 4px solid #D3A322;
  color: #fff;
  padding-left: 27px;
  box-sizing: border-box;
}
.combox1 h1{
  font-size: 20px;
}
.combox1 h3{
  font-size: 17px;
  color: #D2A322;
}
.combox .company{
  padding: 21px 31px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  line-height: 24px;
}
.combox .company .more{
  width: 100%;
  height: 44px;
  background: #D3A322;
  text-align: center;
  line-height: 44px;
  color: #fff;
  margin-top: 35px;
  transition: all 0.5s ease;
}
.combox .company .more:hover{
  background: #fff;
  color: #032F8A;
}

/*厂房案例*/
.tabPanel1 .guiji{padding-top: 73px;height: 44px;}
.tabPanel1 .guiji li{
  float:left;border:1px solid #888888;font-size:18px;
  height:42px;line-height:42px;width:130px;text-align:center;
  cursor:pointer;color: #fff;
  font-weight: lighter;
}
.tabPanel1 .guiji li a{
  color: #fff;
}
.tabPanel1 .guiji li.hit{
  cursor:pointer;color:#042F8A;
  font-weight: bold;
  background:#fff;
}
.tabPanel1 .guiji li.hit a{
  color:#042F8A;
}
.panes1{
  overflow: hidden;
}
.pane1{
  margin-top: 35px;
  height: 260px;
  overflow: hidden;
  display:none;
}
.pane1 .row li{
  width: 270px;
  height: 260px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 10px;
  padding: 9px;
}
.pane1 .row li .cici{
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.pane1 .row li:hover img{
  transform: scale(1.1);
}
.pane1 .row li p{
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 40px;
}
.pane1 .row li p{
  color: #032F8A;
}

/*公司优势*/
.indexys{
  padding: 60px 0 40px;
}
.indexys .basetitle p{
  color: #888888;
}
.indexys .basetitle div{
  width: 220px;
  height: 12px;
  background: url(../image/aa.jpg)no-repeat center;
  margin:5px auto 0 auto;
}
.yscontent{
  margin-top: 50px;
}
.yscontent .content1{
  margin-bottom: 60px;
}
.yscontent .door{
  width: 565px;
  height: 435px;
}
.yscontent .door img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yscontent .ysinfo{
  width: 590px;
}
.ysinner{
  margin-bottom: 60px;
}
.ysinner .count{
  width: 67px;
  height: 90px;
  background: #032F8A;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  padding-top: 13px;
  box-sizing: border-box;
  text-align: center;
}
.ysinner .count span{
  display: block;
  width: 30px;
  height: 0px;
  border:2px solid #fff;
  margin: 3px auto;
}
.ysinner .conbox{
  width: 490px;
}
.ysinner .conbox h1{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px dashed #888888;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.ysinner .conbox h1 b{
  font-size: 30px;
}
.ysinner .conbox h1 span{
  color: #032F8A;
}
.ysinner .conbox .conbox-info p{
  color: #666666;
  position: relative;
  text-indent: 20px;
  line-height: 30px;
  font-size: 14px;
}
.ysinner .conbox .conbox-info p:before{
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../image/ss.png)no-repeat center;
  left: 0px;
  top: 10px;
}

/*横幅*/
.tbanner{
  width: 100%;
  height: 261px;
  background: url(../image/tbanner.jpg) no-repeat center;
}
.tb_left{
  width: 520px;
  padding-top: 50px;
  color: #fff;
}
.tb_left h2{
  font-size: 30px;
}
.tb_left h4{
  font-size: 14px;
  margin:12px 0 17px;
}
.ttel{
  width: 250px;
  height: 51px;
  background: url(../image/tb.png)no-repeat center;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
  padding:18px 0 0 40px;
}
.liji{
  width: 140px;
  height: 45px;
  background: #D3A322;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 30px;
  margin-left: 30px;
  margin-top: 5px;
  transition: all 0.5s ease;
}
.liji:hover{
  color: #04308A;
  background: #fff;
}

/*新闻*/
.indexnews{
  padding: 60px 0 60px;
  background: url(../image/66.jpg)no-repeat center;
}
.newsbox{
  margin-top: 35px;
}
.newsc{
  width: 812px;
  height: 540px;
  overflow: hidden;
  background: #fff;
}

.tabPanel2 .newul{height:70px;}
.tabPanel2 .newul li{
  float:left;border:1px solid #DDDDDD;font-size:18px;
  height:70px;line-height:70px;width:406px;text-align:left;
  cursor:pointer;color: #000;text-indent: 60px;
  padding-right: 15px;box-sizing: border-box;
  border-right: none;
  border-top: none;
  position: relative;
}
.tabPanel2 .newul li:first-child:before{
  content: '';
  display: block;width: 28px;
  position: absolute;
  height: 28px;
  background: url(../image/1-2.png) no-repeat center;
  left: 20px;
  top: 21px;
}
.tabPanel2 .newul li:first-child:hover:before{
  background: url(../image/1-2.png) no-repeat center;
}
.tabPanel2 .newul li:last-child:before{
  content: '';
  display: block;width: 28px;
  position: absolute;
  height: 28px;
  background: url(../image/2-2.png) no-repeat center;
  left: 20px;
  top: 21px;
}
.tabPanel2 .newul li:last-child:hover:before{
  background: url(../image/2-1.png) no-repeat center;
}
.tabPanel2 .newul li:first-child.hit:before{
  background: url(../image/1-1.png) no-repeat center;
}
.tabPanel2 .newul li:last-child.hit:before{
  background: url(../image/2-1.png) no-repeat center;
}
.tabPanel2 .newul li span{
  font-size: 14px;
}
.tabPanel2 .newul li a{
  color: #000;
}
.tabPanel2 .newul li.hit{
  cursor:pointer;color:#fff;
  background:#032F8A;
  border:1px solid #032F8A;
}
.tabPanel2 .newul li.hit a{
  color:#fff;
}
.pane2{
  padding: 30px 13px 45px 13px;
  height:470px;
  display:none;
  box-sizing: border-box;
}
.pane2 .fnews{
  width: 375px;
}
.pane2 .fnews .cici{
  width: 100%;
  height: 255px;
}
.pane2 .fnews h3{
  font-size: 16px;
  margin: 15px 0 12px 0;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pane2 .fnews p{
  color: #666666;
  line-height: 24px;
}
.pane2 .fnews a:hover img{
  transform: scale(1.1);
}
.pane2 .fnews a:hover h3{
  color: #032F8A;
}
.pane2 .newlist{
  width: 345px;
  margin-left: 45px;
  margin-top:-10px;
}
.pane2  .newlist ul li{
  height: 50px;
  border-bottom: 1px dashed #D5D1D1;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 50px;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
}
.pane2  .newlist ul li a{
  color: #666666;
  transition: all 0.5s ease;
}
.pane2  .newlist ul li:before{
  content: '';
  display: block;
  color: #6666;
  position: absolute;
  top: 23px;
  left: 4px;
  background: url(../image/dc.png)no-repeat center;
  width: 10px;
  height: 2px;
}
.pane2  .newlist ul li a:hover{
  color: #032F8A;
  padding-left: 5px;
}

/*常见问题*/
.newsn{
  width: 375px;
  background: #fff;
  height: 540px;
}
.newsn .ques{
  border-bottom:1px solid #DDDDDD;font-size:18px;
  height:70px;line-height:70px;text-align:left;
  cursor:pointer;color: #000;text-indent: 60px;
  padding-right: 15px;box-sizing: border-box;
  position: relative;
}
.newsn .ques span{
  font-size: 14px;
}
.newsn .ques:before{
  content: '';
  display: block;width: 28px;
  position: absolute;
  height: 28px;
  background: url(../image/qe.png) no-repeat center;
  left: 20px;
  top: 21px;
}
.newsn .ques:hover:before{
  background: url(../image/3-1.png) no-repeat center;
}
.newsn .ques:hover{
  background: #042F8A;
}
.newsn .ques:hover a{
  color: #fff;
}
.scroll{
  height: 450px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 27px;
}
.scrollDiv li{
  height: 150px;
  border-bottom: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 27px 0;
}
.scrollDiv li .qqe{
  width: 38px;
  height: 85px;
  background: url(../image/q1.jpg) no-repeat center;
}
.scrollDiv li .pen{
  width: 257px;
  height: 85px;
  padding-top: 14px;
}
.scrollDiv li .pen h4{
  font-size: 16px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.scrollDiv li .pen span{
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top:6px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scrollDiv li:hover .qqe{
  background: url(../image/q2.jpg) no-repeat center;
}
.scrollDiv li:hover h4{
  color: #032F8A;
}

/*友情链接*/
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../image/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../image/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../image/up-arr.png) no-repeat right center;
}

/*底部开始*/
.footer{
  background: #242424;
  color: #AAAAAA;
  padding: 50px 0;
}
.footer h3{
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}
.footer .leftul{
  width: 130px;
  height: 240px;
  border-right: 1px solid #5B5B5B;
}
.footer .leftul1{
  width: 200px;
  text-align: center;
}
.footer .leftul ul{float: left;width: 145px;}
.footer .leftul ul li a{color: #AAAAAA;}
.footer .leftul ul li{margin-bottom: 10px;}
.footer .leftul ul li a:hover{color: #fff;}
.footer .leftul1 ul,.footer .leftul1 ul li{
  width: 100%;
}

.footer .midul{
  width: 490px;
  height: 200px;
  padding-left: 65px;
  box-sizing: border-box;
}
.footer .midul p{
  margin-bottom: 10px;
}
.footer .midul a{
  color: #AAAAAA;
}
.footer .midul a:hover{
  color: #fff;
}
.rightul img{
  width: 120px;
  height: 120px;
}
.rightul p{
  text-align: right;
  padding-right: 25px;
  margin-top: 15px;
}
.bottom{
  background: #000;
  color: #A9A9A9;
  padding: 15px 0;
  text-align: center;
  line-height: 26px;
}
.bottom a{
  color: #A9A9A9;
}
.bottom a:hover{
  color: #fff;
}

/*内页开始*/
.inside{
  width: 100%;
  height: 350px;
  min-width: 1200px;
}
.insidebox .basetitle{
  margin:45px 0 22px 0;
}
.insidebox .basetitle p{
  text-transform: uppercase;
}

/*公司简介*/
.company-box-type{
  width: 100%;
  padding: 40px 0;
  background: #EEEEEE;
}
.company-box-type ul{
  justify-content: center;
}
.company-box-type ul li{
  width: 160px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;background: #fff;
  border-radius: 30px;
  margin:0 5px;
  transition: all 0.5s ease;
}
.company-box-type ul li:hover{
  background: #032F8A;
}
.company-box-type ul li:hover a{
  color: #fff;
}
.company-box-type ul li.active{
  background: #032F8A;
}
.company-box-type ul li.active a{
  color: #fff;
}

.com-cont-box .com-cont-box1{
  margin:15px 0 45px;
}

/*数字动画*/
#productNumber.incom{
  background: url(../image/count.jpg) no-repeat center;
  color: #fff;
}
#productNumber.incom p{
  color: #fff;
}
#productNumber.incom li b i,#productNumber.incom li b em{
  color: #fff;
}

/*荣誉资质*/
.inside-honor{
  padding: 60px 0;
}
.inside-honor .row li{
  width: 280px;
  height: 424px;
  margin: 0 20px 20px 0;
}
.inside-honor .row li .img{
  width: 100%;
  border:2px solid #DCDCDC;
  height: 384px;
  box-sizing: border-box;
  text-align: center;
}
.inside-honor .row li img{
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.inside-honor .row li h4{
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.inside-honor .row li img{
  transition: all 0.5s ease;
}
.inside-honor .row li:hover img{
  transform: scale(1.1);
}
.inside-honor .row li:hover a h4{
  color: #032F8A;
  font-weight: bold;
}

/*客户见证*/
.inside-show{
  padding: 60px 0;
}
.inside-show .row li{
  width: 280px;
  height: 270px;
  margin: 0 20px 20px 0;
}
.inside-show .row li .img{
  width: 100%;
  height: 218px;
  overflow: hidden;
}
.inside-show .row li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.inside-show .row li h4{
  height: 50px;
  background: #EEEEEE;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  overflow: hidden;
}
.inside-show .row li:hover img{
  transform: scale(1.1);
}
.inside-show .row li:hover a h4{
  color: #032F8A;
  font-weight: bold;
}

/*新闻资讯*/
.common-news{
  padding: 60px 0;
}
.common-news ul li.fnews{
  width: 375px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.common-news ul li.fnews:last-child{
  margin-right: 0px;
}
.common-news ul li.fnews .cici{
  width: 100%;
  height: 255px;
}
.common-news ul li.fnews h3{
  font-size: 16px;
  margin: 15px 0 12px 0;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.common-news ul li.fnews p{
  color: #666666;
  line-height: 24px;
}
.common-news ul li.fnews a:hover img{
  transform: scale(1.1);
}
.common-news ul li.fnews a:hover h3{
  color: #032F8A;
}

.common-news ul li.fnews .cici{
  position: relative;
}
.common-news ul li.fnews .cici .time{
  position: absolute;
  width: 105px;
  height: 80px;
  left: 0px;
  top: 0px;
  background: #D2A222;color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}
.common-news ul li.fnews .cici .time b{
  font-size: 40px;
}
.common-news ul li.fnews .cici .time p{
  font-size: 16px;
  color: #fff;
  margin-top: -11px;
}

.common-news ul li.fnews a:hover .time{
  background: #032F8A;
}

.newsPage{
  border-top:1px dashed #ededed;
  border-bottom:1px dashed #ededed;
  margin: 30px 0;
}

/*客户问答*/
.faq li{
  height: 150px;
  border-bottom: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 27px 0;
}
.faq li .qqe{
  width: 38px;
  height: 85px;
  background: url(../image/q1.jpg) no-repeat center;
}
.faq li .pen{
  width: 1050px;
  height: 85px;
  padding-top: 14px;
}
.faq li .pen h4{
  font-size: 16px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.faq li .pen span{
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top:6px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.faq li:hover .qqe{
  background: url(../image/q2.jpg) no-repeat center;
}
.faq li:hover h4{
  color: #032F8A;
}


/*应用案例*/
.ccc .hotwords{
  border-bottom: 1px solid #EEEEEE;
}
.common-case{
  padding: 60px 0;
}
.common-case .bbox{
  width: 100%;
  margin-bottom: 40px;
}
.bbox ul li{
  width: 150px;
  height: 80px;
  border:1px solid #DDDDDD;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px 0;
  position: relative;
}
.bbox ul li:nth-child(6n){
  margin-right: 0px;
}
.bbox ul li p{
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0px;
  padding: 0 5px;
  box-sizing: border-box;
  bottom: 0px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #032F8A;
  transition: all 0.5s ease;
  opacity: 0;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bbox ul li:hover p{
  opacity: 1;
}
.bbox ul li img{
  max-width: 100%;
  max-height: 100%;
}
.common-case ul li.fnews{
  width: 375px;
  margin-bottom: 20px;
  border:1px solid #ededed;
  padding: 11px;
  box-sizing: border-box;
  margin-right: 25px;
}
.common-case ul li.fnews:last-child{
  margin-right: 0px;
}
.common-case ul li.fnews .cici{
  width: 100%;
  height: 255px;
}
.common-case ul li.fnews h3{
  font-size: 16px;
  margin: 15px 0 12px 0;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.common-case ul li.fnews p{
  color: #666666;
  line-height: 24px;
}
.common-case ul li.fnews a:hover img{
  transform: scale(1.1);
}
.common-case ul li.fnews a:hover h3{
  color: #032F8A;
}

.common-case ul li.fnews .cici{
  position: relative;
}
.common-case ul li.fnews .cici .time{
  position: absolute;
  width: 105px;
  height: 80px;
  left: 0px;
  top: 0px;
  background: #D2A222;color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}
.common-case ul li.fnews .cici .time b{
  font-size: 40px;
}
.common-case ul li.fnews .cici .time p{
  font-size: 16px;
  color: #fff;
  margin-top: -11px;
}

.common-case ul li.fnews a:hover .time{
  background: #032F8A;
}

.common-case ul li.fnews span{
  margin-top: 15px;
  display: block;
}

.onliee{
  margin-top: 50px;
}
.onliee .mes-form textarea{
  text-indent: 0px;
  font-size: 12px;
}

.onliee  .iim{
  width: 600px;
}


/*产品开始*/
.common-product{
  background: #F4F4F4;
  padding: 60px 0;
}
.prolu{
  width: 285px;
  height: 63px;
  background-image:url(../image/pu.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.list {
    width: 285px;
}

.list ul li {
    background-color: #ececeb;
    line-height: 50px;
    border-top: solid 2px #fff;
}
.list > ul > li:hover{
  background: #032F89;
}
.list > ul > li:hover > a{
  color: #fff;
}
.list li.top,.list li.top > a{
  background: #032F89;
  color: #fff;
}
.list li ul li a:hover{
  color: #032F89;
}
.list li ul li.intop > a{
  color: #032F89;
}

.list ul li a {
    padding-left: 20px;
    color: #666;
    font-size: 18px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.list ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    float: right;
    font-size: 22px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
}
.list ul li ul li span:after{
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list ul li ul {
    display: none;
}

.list ul li ul li {
    border-top: 2px solid #fff;
}

.list ul li ul li ul {
    display: none;
}

.list ul li ul li a {
    font-size: 16px;
    padding-left: 50px;
}

.list ul li ul li ul li {
  background: #fff;
  border-top: 2px solid #EAEAEA;
}

.last {
    background-color: #d6e6f1;
    border-color: #6196bb;
}

.list ul li ul li ul li a {
    color: #666;
    font-size: 14px;
    padding-left: 70px;
}
.list li a.sect{
  color: #032F89;
}

.procontact{
  width: 285px;
  margin-top: 20px;
  background: #fff;
}
.procontact .procontact1{
  height: 135px;
  border-bottom: 1px solid #eee;
  padding: 20px 0 0 26px;
  box-sizing: border-box;
}
.procontact .procontact1 h2{
  font-size: 24px;
  color: #032F8A;
  margin-top: -3px;
}
.procontact .procontact1 img{
  margin-right: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.procontact .procontact2{
  padding: 22px 26px;
}
.procontact .procontact2 h1{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.procontact .procontact2 p{
  line-height: 24px;
}
.procontact .procontact2 p a:hover{
  color: #04308A;
  font-weight: bold;
}

.pro-container{
  width: 900px;
  background: #fff;
  min-height: 600px;
  padding: 10px;
  box-sizing: border-box;
}

.pro-container ul li{
  width: 290px;
  height: 384px;
  border:1px solid #dedede;
  margin:0 5px 15px 0;
  box-sizing: border-box;
}
.pro-container ul li:nth-child(3n){
  margin-right: 0px;
}
.pro-container ul li .cici{
  height: 290px;
}
.pro-container ul li .cici img{
  object-fit: contain;
}
.pro-container ul li:hover img{
  transform: scale(1.1);
}
.pro-container ul li h3,.pro-container ul li p{
  padding: 0 15px;
}
.pro-container ul li h3{
  font-size: 18px;
  margin: 12px 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-container ul li:hover h3{
  color: #04308A;
}
.pro-container ul li:hover span{
  color: #04308A;
}
.info-main-rig .back{
  float: right;
  margin-top: 40px;
  width: 80px;
}


/*相关推荐*/
.morelink{
  margin:20px 10px 40px;
  text-align: center;
  line-height: 28px;
}
.morelink .swiper-button-next::after,.morelink .swiper-button-prev::after{
  font-size: 24px;
  color: #032F8A;
}
.morelink .swiper-slide:hover{
  color: #032F8A;
}
.morelink .swiper-slide img{
  height: 267px;
  object-fit: contain;
}



.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../image/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../image/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../image/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../image/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */