@font-face {

  font-family: 'ziti';

  src: url("../img/ziti.ttf");
}
.pc{
  display: block;
}
.mobile{
  display: none;
}
.bg-color {
  background: #fff;
}
.img-contian{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain!important;
}

.top_bar {
  font-size: 13px;
  height: 44px;
  line-height: 44px;
  background: #f1f1f1;
  color: #666666;
}

.top_bar .tb-left {
  float: left;
  height: 44px;
  color: #666666;
}

.tb-rig {
  float: right;
  width: 490px;
}

.tb-rig ul li {
  padding: 0 10px;
  float: left;
  text-align: center;
}

.tb-rig ul li:last-child {
  padding-right: 0;
}

.tb-rig ul li a {
  color: #666666;
  font-size: 14px;
}

.dianhua {
  background: url("../img/tel.png") no-repeat center left 5px;
  border-right: 1px solid #d2d2d2;
  color: #666666;
  font-size: 14px;
  text-indent: 20px;
  padding-right: 20px!important;
}

.liuyan {
  background: url("../img/mes.png") no-repeat center left 32px;
  border-right: 1px solid #d2d2d2;
  color: #666666;
  font-size: 14px;
  width: 125px;
  text-align: center;
  text-indent: 20px;
}

.weixin {
  width: 125px;
  position: relative;
  cursor: pointer;
}

.weixin p {
  color: #666666;
  font-size: 14px;
  background: url("../img/wx.png") no-repeat center left 22px;
  text-indent: 20px;
}

.weixin img {
  position: absolute;
  top: 50px;
  z-index: 150;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
  max-width: 100px;
}

.weixin:hover img {
  visibility: visible;
  opacity: 1;
  top: 44px;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.head {
  height: 110px;
  background: #fff;
}

.logo {
  float: left;
  padding-top: 20px;
}

.logo a {
  display: block;
}

.logo img {
  float: left;
}

.logo-tit {
  float: left;
  margin-left: 17px;
  padding-top: 10px;
}

.logo-tit h3 {
  color: #333333;
  font-size: 38px;
  font-family: ziti;
  line-height: 20px;
}

.logo-tit p strong {
  font-family: ziti;
  font-size: 30px;
  color: #078bef;
  display: block;
  float: left;
}

.logo-tit p span {
  color: #333333;
  font-size: 15px;
  border-bottom: 1px solid #078bef;
  display: block;
  float: right;
  padding-top: 10px;
  margin-right: 10px;
}

.nav {
  width: 795px;
  float: right;
}

.nav ul li {
  width: 99px;
  float: left;
  height: 99px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-right: 14px;
}

.nav ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background: url("../img/nav.png") no-repeat center center;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.nav ul li:hover:before {
  top: 0;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.nav ul li a {
  color: #333333;
  font-size: 16px;
  display: block;
  padding-top: 30px;
  position: relative;
  z-index: 100;
  height: 100%;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.nav ul li a span {
  display: block;
  font-size: 12px;
  color: #999999;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.nav ul li:hover a {
  color: #fff;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.nav ul li:hover a span {
  color: #fff;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.nav ul li:last-child {
  margin-right: 0;
}

.nav ul li.active:before {
  top: 0;
  background: url("../img/nav.png") no-repeat center center;
}

.nav ul li.active a {
  color: #fff;
}

.nav ul li.active a span {
  color: #fff;
}

.banner {
  position: relative;
}

.banner .bannerSwiper {
  position: relative;
}

.banner .swiper-slide {
  position: relative;
  width: 100%;
}
.banner .swiper-slide img{
  max-width: 100%;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .ban-dian {
  position: absolute;
  font-size: 0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}

.banner .ban-dian .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  cursor: pointer;
}

.banner .ban-dian .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 50px;
  height: 6px;
  border-radius: 3px;
}

#main {
  overflow: hidden;
}

/* 首页产品 */

.chanpin {
  width: 100%;
  position: relative;
  padding: 57px 0 64px 0;
}

.title {
  text-align: center;
}

.title h3 {
  color: #333333;
  font-size: 28px;
  position: relative;
  z-index: 15;
  background: url("../img/title.png") no-repeat center center;
}

.title p {
  color: #eeeeee;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-top: -30px;
  z-index: 10;
  text-transform: uppercase;
}

.cp-type {
  width: 100%;
  position: relative;
  padding: 35px 0;
}

.cp-type ul {
  text-align: center;
  margin: 0 auto;
}

.cp-type ul li {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: #daeefd;
  border-radius: 4px;
  margin-right: 34px;
  text-align: center;
  padding: 0 20px;

}

.cp-type ul li:last-child {
  margin-right: 0;
}

.cp-type ul li a {
  color: #078bef;
  font-size: 16px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.cp-type ul li.on {
  background: #078bef;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.cp-type ul li.on a {
  color: #fff;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.cp-list {
  width: 100%;
}

.cp-left {
  width: 220px;
  height: 440px;
  float: left;
  background: url("../img/cp-left.jpg") no-repeat center center;
  display: block!important;
}

.cp-left span {
  color: #fff;
  font-size: 26px;
  width: 28px;
  display: block;
  float: left;
  line-height: 30px;
}

.cp-left span:nth-child(1) {
  padding-left: 75px;
  padding-top: 70px;
}

.cp-left span:nth-child(2) {
  padding-left: 20px;
  padding-top: 160px;
}

.cp-list .list {
  width: 945px;
  float: right;
}

.cp-list .list ul li {
  width: 300px;
  height: 206px;
  float: left;
  margin-right: 19px;
  margin-bottom: 25px;
  border: 1px solid #dcdcdc;
  position: relative;
  overflow: hidden;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.cp-list .list ul li:nth-child(3n) {
  margin-right: 0;
}

.cp-list .list ul li .cp-img {
  width: 290px;
  height: 196px;
  margin-top: 5px;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.cp-list .list ul li .cp-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-list .list ul li .cp-tit {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.cp-list .list ul li .cp-tit p {
  padding-top: 69px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.cp-list .list ul li .cp-tit p:after {
  display: block;
  content: '';
  width: 16px;
  height: 13px;
  margin: 0 auto;
  background: url("../img/bq.png") no-repeat center center;
  margin-top: 20px;
}

.cp-list .list ul li:hover .cp-tit {
  left: 0;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

/*广告栏*/

.advert {
  width: 100%;
  position: relative;
  padding: 75px 0 70px 0;
  background: url("../img/gg.jpg") no-repeat center center;
  margin: 0 auto;
}

.advert-left {
  width: 737px;
  float: left;
}

.advert-left h3 {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}

.advert-left p {
  color: #fff;
  font-size: 22px;
  background: url("../img/adver.png") no-repeat center center;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}

.advert-left ul {
  width: 458px;
  margin: 0 auto;
  margin-top: 30px;
}

.advert-left ul li {
  width: 33%;
  float: left;
  background: url("../img/gou.png") no-repeat center left;
  color: #fff;
  font-size: 18px;
  text-indent: 30px;
}

.advert-right {
  float: right;
  width: 300px;
  margin-right: 65px;
  text-align: center;
}

.advert-right h3 {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.advert-right h3 strong {
  font-size: 22px;
  color: #fada00;
}

.advert-right a {
  display: block;
  width: 293px;
  height: 46px;
  background: url("../img/g-lx.png") no-repeat center center;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-indent: 40px;
  margin-top: 30px;
}

/*生产实力*/

.shili {
  width: 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.shili ul {
  background: url("../img/adv.png") no-repeat center center;
  margin-top: 70px;
}

.shili ul li {
  width: 390px;
  margin-bottom: 77px;
}

.shili ul li:nth-child(odd) {
  float: left;
  margin-right: 420px;
}

.shili ul li:nth-child(odd) .num {
  float: left;
}

.shili ul li:nth-child(even) {
  float: right;
}

.shili ul li:nth-child(even) .num {
  float: right;
}

.num {
  margin-bottom: 30px;
  width: 100%;
}

.num b {
  display: block;
  float: left;
  width: 72px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 28px;
  color: #fff;
  background: url("../img/ad1.png") no-repeat center center;
}

.num strong {
  color: #333333;
  font-size: 28px;
  display: block;
  float: left;
  line-height: 62px;
  padding-left: 28px;
}

.shili ul li:nth-child(even) .num b {
  float: right;
}

.shili ul li:nth-child(even) .num strong {
  float: right;
  padding-right: 28px;
}

.shili ul li p {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}

.shili ul li:nth-child(3),.shili ul li:nth-child(4) {
  margin-bottom: 0;
}

/*案例展示*/

.case {
  width: 100%;
  position: relative;
  background: #f5fbff;
  padding: 64px 0 70px 0;
}

.case-one {
  margin-top: 35px;
}

.case-left {
  width: 689px;
  height: 393px;
  float: left;
}

.case-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-right {
  width: 421px;
  height: 303px;
  background: #fff;
  float: right;
  padding: 45px;
}

.case-right h3 {
  color: #078bef;
  font-size: 18px;
  padding-bottom: 30px;
  font-weight: bold;
}

.case-right p {
  line-height: 34px;
  color: #666666;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.case-right span {
  display: block;
  float: right;
  color: #078bef;
  padding-right: 25px;
  background: url("../img/bq1.png") no-repeat center right;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.case-right span:hover {
  color: #0878cd;
  font-weight: bold;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
  font-style: italic;
}

.case-list {
  width: 100%;
  padding-top: 22px;
}

.case-list ul li {
  width: 232px;
  height: 158px;
  position: relative;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.case-list ul li:last-child {
  margin-right: 0;
}

.case-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.case-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-tit {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.case-list ul li:hover .case-tit {
  left: 0;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.case-list ul li .case-tit p {
  padding-top: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.case-list ul li .case-tit p:after {
  display: block;
  content: '';
  width: 16px;
  height: 13px;
  margin: 0 auto;
  background: url("../img/bq.png") no-repeat center center;
  margin-top: 20px;
}

/*在线留言*/

.message {
  width: 100%;
  position: relative;
  padding: 65px 0;
  background: url("../img/mes.jpg") no-repeat center center;
}

.mes-left {
  width: 468px;
  float: left;
}

.mes-left h3 {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}

.mes-left p {
  color: #fff;
  font-size: 22px;
  padding: 17px 0 40px;
  text-align: center;
}

.mes-left .m-tel {
  width: 293px;
  height: 46px;
  line-height: 46px;
  background: #eb6100 url("../img/m-tel.png") no-repeat center left 25px;
  border-radius: 23px;
  text-indent: 62px;
  margin: 0 auto;
}

.mes-left .m-tel small {
  color: #fff;
  font-size: 12px;
}

.mes-left .m-tel strong {
  color: #fff;
  font-size: 18px;
}

.mes-right {
  width: 605px;
  float: right;
  padding-top: 15px;
}

.mes-right input {
  width: 300px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  margin-right: 5px;
  text-indent: 20px;
  font-size: 14px;
  color: #666;
  float: left;
}

.mes-right input:nth-child(2) {
  margin-right: 0;
}

.mes-right textarea {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-indent: 20px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.mes-right input::-webkit-input-placeholder {
  color: #999999;
}

.mes-right textarea::-webkit-input-placeholder {
  color: #999999;
}

.mes-right .verify {
  width: 104px;
  height: 46px;
  float: left;
}

.mes-right .verify img {
  display: block;
  width: 100%;
  height: 100%;
}

.mes-right .submit {
  display: block;
  width: 188px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #1edbb1;
  color: #fff;
  font-size: 14px;
  float: right;
  cursor: pointer;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.mes-right .submit:hover {
  background: #1abd99;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

/*公司简介*/
.com-bo ul{
  margin-top: 0;
}
.company {
  width: 100%;
  position: relative;
  padding: 62px 0 89px 0;
  background: #f5fbff;
}

.com-center {
  padding-top: 40px;
  position: relative;
}

.com-left {
  width: 730px;
  float: left;
  position: relative;
  z-index: 100;
}

.com-tit:before {
  display: block;
  content: '';
  width: 10px;
  height: 41px;
  background: #078bef;
  float: left;
  margin-top: 4px;
}

.com-tit h3 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}

.com-tit p {
  color: #999999;
  font-size: 14px;
  padding-left: 20px;
}

.com-right {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 514px;
  height: 368px;
  border: 4px solid #1edbb1;
  overflow: hidden;
}

.com-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com-text {
  background: #fff;
  padding: 45px 40px;
  margin-top: 30px;
}

.com-text p {
  line-height: 26px;
  color: #666666;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.com-text a {
  display: block;
  float: right;
  color: #078bef;
  padding-right: 25px;
  background: url("../img/bq1.png") no-repeat center right;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.com-text a:hover {
  color: #0878cd;
  font-weight: bold;
  font-style: italic;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.com-bo {
  width: 100%;
  position: relative;
  margin-top: 117px;
}

.com-bo ul li {
  width: auto;
  float: left;
  margin-right: 123px;
}

.com-bo ul li:last-child {
  margin-right: 0;
}

.com-bo ul li h3 {
  color: #333333;
  font-size: 18px;
  padding-left: 63px;
}

.com-bo ul li p {
  color: #999999;
  font-size: 14px;
  padding-left: 63px;
}

.com-bo ul li img {
  display: block;
  float: left;
}



/*新闻资讯*/

.news {
  width: 100%;
  position: relative;
  padding: 55px 0 80px 0;
}

.n-center {
  padding-top: 43px;
  width: 100%;
}

.n-left {
  width: 423px;
  height: 517px;
  border: 1px solid #d2d2d2;
  float: left;
  padding: 22px;
}

.n1-img {
  width: 100%;
  height: 313px;
  overflow: hidden;
}

.n1-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n1-tit h3 {
  color: #333333;
  font-size: 18px;
  padding: 30px 0 20px 0;
  font-weight: bold;
}

.n1-tit p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.n1-tit small {
  color: #999999;
  font-size: 12px;
  display: block;
  padding-top: 24px;
}

.n-left:hover .n1-tit h3 {
  color: #078bef;
}

.n-right {
  width: 712px;
  float: right;
}

.n-right ul li {
  width: 100%;
  height: 170px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
}

.n-right ul li .n2-img {
  width: 196px;
  height: 147px;
  float: left;
  overflow: hidden;
}

.n-right ul li .n2-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transform: scale(1.04);
  -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;
}

.n-right ul li:hover .n2-img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -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;
}

.n-right ul li .n2-tit {
  width: 480px;
  float: right;
}

.n-right ul li .n2-tit h3 {
  color: #333333;
  font-size: 18px;
  padding-bottom: 17px;
  font-weight: bold;
}

.n-right ul li .n2-tit p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.n-right ul li .n2-tit small {
  color: #999999;
  font-size: 12px;
  display: block;
  padding-top: 18px;
}

.n-right ul li:hover .n2-tit h3 {
  color: #078bef;
}

.footer {
  width: 100%;
  position: relative;
  background: #1d1d1d;
  padding: 50px 0;
}

.foot1 {
  width: 525px;
  height: 255px;
  float: left;
  border-right: 1px solid #313131;
}

.foot1 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.foot1 h3:after {
  display: block;
  content: '';
  width: 32px;
  height: 2px;
  background: #078bef;
  margin: 16px 0;
}

.foot1 ul li {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}

.foot1 p {
  padding-top: 40px;
  color: #666666;
  font-size: 14px;
}

.foot1 p a {
  color: #666666;
  font-size: 14px;
}

.foot2 {
  width: 263px;
  float: left;
  height: 255px;
  border-right: 1px solid #313131;
  margin-left: 75px;
}

.foot2 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.foot2 h3:after {
  display: block;
  content: '';
  width: 32px;
  height: 2px;
  background: #078bef;
  margin: 16px 0;
}

.foot2 ul {
  width: 84%;
}

.foot2 ul li {
  width: 50%;
  float: left;
  line-height: 30px;
}

.foot2 ul li a {
  color: #666666;
  font-size: 14px;
}

.foot2 ul li:hover a {
  color: #fff;
}

.foot3 {
  width: 273px;
  float: right;
}

.foot3 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.foot3 h3:after {
  display: block;
  content: '';
  width: 32px;
  height: 2px;
  background: #078bef;
  margin: 16px 0;
}

.foot3 .wei {
  width: 133px;
  float: left;
  margin-right: 2%;
}
.foot3 .wei img{
	max-width:100%;
	display:block;
	margin:0 auto;
}

.foot3 .wei:nth-child(3) {
  margin-right: 0;
}

.foot3 .wei p {
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
}

.pro-sider {
  float: left;
  width: 257px;
}

.pro-sider .in-title {
  width: 257px;
  height: 66px;
  background: url(../img/p-title.png) no-repeat center;
  text-align: center;
}

.pro-sider .in-title h3 {
  font-size: 20px;
  line-height: 58px;
  color: #fff;
}

.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}

.pro-sider .pro-sider-ul {
  background: #fff;
  border-top: none;
  overflow: hidden;
}

.pro-sider .pro-sider-ul li {
  height: 50px;
  background: #eeeeee;
  margin-bottom: 5px;
}

.pro-sider .pro-sider-ul li a {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-sider .pro-sider-ul li a h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 20px;
}

.pro-sider .pro-sider-ul li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../img/p-li.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}

.pro-sider .pro-sider-ul li:hover a,

.pro-sider .pro-sider-ul li.active a {
  border: none;
  color: #078bef;
}

.pro-sider-tel {
  width: 100%;
  margin-top: 30px;
}

.pro-sider-tel .sider-img {
  width: 172px;
  height: 187px;
  margin: 0 auto;
  border: 1px solid #eeeeee;
}

.pro-sider-tel .sider-img .s-img {
  width: 120px;
  height: 120px;
  border: 1px solid #eeeeee;
  margin-top: 22px;
  margin-left: 25px;
}

.pro-sider-tel .sider-img .s-img img {
  display: block;
  margin: 2px;
  max-width: 97%;
}

.pro-sider-tel .sider-img p {
  color: #333333;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
}

.sider-tel {
  background: url("../img/s-tel.png") no-repeat center left;
  margin-top: 25px;
  padding-left: 40px;
  margin-left: 28px;
}

.sider-tel span {
  color: #333333;
  font-size: 12px;
  display: block;
}

.sider-tel em {
  color: #078bef;
  font-size: 20px;
  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;
}


/*公司简介*/

.about-tit {
  width: 100%;
  padding-top: 35px;
}

.about-tit p {
  color: #666666;
  font-size: 15px;
  line-height: 34px;
}

.about-tit img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

.about-bo {
  background: #f5fbff;
  padding: 60px 0;
  margin-top: 30px;
}

.about-honor {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.about-honor .warpper {
  position: relative;
}

.h-next {
  width: 30px!important;
  height: 30px!important;
  background: url("../img/h-next.png") no-repeat center center!important;
}

.h-next:after {
  display: none!important;
}

.h-prev {
  width: 30px!important;
  height: 30px!important;
  background: url("../img/h-prev.png") no-repeat center center!important;
}

.h-prev:after {
  display: none!important;
}

.honor .swiper-slide {
  height: 171px!important;
}

.h-img {
  width:100%;
  height: 100%;
  overflow: hidden;
  background:#eee;
}

.h-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-honor .honor {
  width: 1077px;
  margin: 0 auto;
}

.about-pro .com-tit {
  height: 63px;
  border-bottom: 1px solid #e5e5e5;
}

.about-pro .com-tit a {
  display: block;
  float: right;
  color: #999999;
  font-size: 14px;
  padding-right: 25px;
  background: url("../img/a-line.png") no-repeat center right;
  margin-top: -20px;
  position: relative;
  z-index: 100;
  -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;
}

.about-pro .com-tit a:hover {
  color: #078bef;
  background: url("../img/bq1.png") no-repeat center right;
  -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;
}

.p-list {
  width: 100%;
  padding-top: 40px;
}

.p-list .swiper-slide {
  height: 196px!important;
  position: relative;
  overflow: hidden;
}

.p-list .p-img {
  width: 100%;
  height: 100%;
}

.p-list .p-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-list .p-tit {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.p-list .p-tit p {
  padding-top: 69px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.p-list .p-tit p:after {
  display: block;
  content: '';
  width: 16px;
  height: 13px;
  margin: 0 auto;
  background: url("../img/bq.png") no-repeat center center;
  margin-top: 20px;
}

.p-list .swiper-slide:hover .p-tit {
  left: 0;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

/*产品中心*/

.product-list {
  width: 917px;
  float: right;
}

.product-list ul li {
  width: 290px;
  height: 196px;
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
  position: relative;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
  overflow: hidden;
}

.product-list ul li:nth-child(3n) {
  margin-right: 0;
}

.product-list ul li .img {
  width: 100%;
  height: 100%;
}

.product-list ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list ul li .ptit {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.product-list ul li .ptit p {
  padding-top: 69px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.product-list ul li .ptit p:after {
  display: block;
  content: '';
  width: 16px;
  height: 13px;
  margin: 0 auto;
  background: url("../img/bq.png") no-repeat center center;
  margin-top: 20px;
}

.product-list ul li:hover .ptit {
  left: 0;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.info-main-rig small {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 30px 0;
  color: #9b9e9e;
}
.p-tel{
  background: url("../img/p-tel.png") no-repeat center left;
  padding-left: 40px;
  float: left;
}
.p-tel p{
  color: #9b9e9e;
  font-size: 12px;
}
.p-tel strong{
  color: #078bef;
  font-size: 18px;
}
.info-main-rig ul{
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
  margin-top: 38px;
}
.info-main-rig ul li{
  float: left;
  position: relative;
  width: 25%;
}
.info-main-rig ul li:after{
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 10px;
  background: #e6e6e6;
  right:15px;
  top:5px;
}
.info-main-rig ul li:last-child:after{
  display: none;
}
.info-main-rig ul li img{
  display: block;
  float: left;
}
.inpro-list{
  width: 100%;
  position: relative;
}
.inpro-list ul li{
  width: 32%;
  float: left;
  margin-right: 2%;
}
.inpro-list ul li:nth-child(3){
  margin-right: 0;
}
.inpro-list ul li .img{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.inpro-list ul li .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inpro-list ul li .ptit{
  width: 100%;
  line-height: 35px;
  text-align: center;
  background: #eee;
  color: #3a3a3a;
  font-size: 16px;
}
.inpro-list ul li:hover .ptit{
  background: #0793f1;
  color: #fff;
}
.news-img {
  margin-bottom: 20px;
}

.news-img img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

.qfpagetable{margin-bottom: 20px;}
.qfpagetable ul li{ display:flex;justify-content: space-between;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}
.qfpagetable ul li div{flex: 1;border-left: 1px solid #dee2e6;text-align:center;line-height: 45px; font-size: 15px;color: #262626;}
.qfpagetable ul li .th{ font-weight:bold;border-top:1px solid #e6e6e6;background: #f6f6f6;line-height: 48px;}