﻿*{margin:0;padding:0;outline: none;}
body{font:12px "微软雅黑","Arial Narrow",HELVETICA;-webkit-text-size-adjust:100%;color:#333;}
body,html{height:100%;}
a{color:#333;text-decoration:none;}
a:hover{color:#dd2606;}
em,i{font-style:normal;}
li{list-style:none;}
img{border:0;max-width: 100%;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word;}
a,img,input,textarea,select{outline:none;}
select,button ,input,textarea{-webkit-appearance:none;}
textarea{font-family:微软雅黑;}
button,input[type='submit'],input[type='button']{cursor: pointer;}
.clear{clear:both;}
.undis{display:none;}
.eps{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.clamp2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.clamp4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.fl{float: left;}
.fr{float: right;}

.wrap {
  width: 1440px;
  margin: 0 auto;
  min-width: 1200px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.swiper_banner .swiper-button-next{
  right: 3%;
  background: url(../images/btn_next.png) no-repeat center;
}
.swiper_banner .swiper-slide img{
  display: block;
  width: 100%;
}
.swiper_banner .swiper-button-prev{
  left: 3%;
  background: url(../images/btn_pre.png) no-repeat center;
}
.swiper_banner:hover .swiper-button-next,.swiper_banner:hover .swiper-button-prev{
  opacity: 0.5;
}
.swiper_banner .swiper-button-next:hover,.swiper_banner .swiper-button-prev:hover{
  opacity: 1;
}
.swiper_banner .swiper-button-next,.swiper_banner .swiper-button-prev{
  background-size: 27px;
  opacity: 0;
  transition: all 0.3s;
}
.swiper_banner.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 50px;
}
.swiper_banner .swiper-pagination-bullet{
  width: 72px;
  height: 4px;
  background: #fff;
  opacity: 0.9;
  border-radius: 0;
  margin: 0 8px!important;
  transition: all 0.2s;
}
.swiper_banner .swiper-pagination-bullet-active{
  width: 100px;
  background: #dd2606;
}

.topbar{
  position: relative;
  background: #242933;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  z-index: 9;
}
.topbar p {
  color: #868b95;
}
.topbar .tel,.topbar .wx,.topbar .mb {
  display: block;
  float: left;
}
.topbar .tel {
  font-weight: bold;
  color: #d8dadf;
  background: url(../images/top_ico1.png) no-repeat left;
  padding-left: 23px;
}
.topbar .wx {
  color: #d8dadf;
  background: url(../images/top_ico2.png) no-repeat left;
  padding-left: 21px;
  margin: 0 14px 0 25px;
}
.topbar .mb {
  color: #d8dadf;
  background: url(../images/top_ico3.png) no-repeat left;
  padding-left: 16px;
}
.topbar .wx,.topbar .mb{
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.topbar .wx img,.topbar .mb img{
  position: absolute;
  top: 100%;
  right: 0;
  width: 90px;
  height: 90px;
  background: #fff;
  max-width: none;
  display: none;
}
.topbar .wx:hover img,.topbar .mb:hover img{
  display: block;
}

.logo{
  float: left;
  display: block;
  margin: 16px 0;
  height: 46px;
}
.topbar .wrap,.nav-main .wrap{
  width: 93%;
}

.nav-main.navbar-fixed-top{
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e6e6e6;
}
.nav-main {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #e6e6e6;
}
.navMenu{
  width: 60%;
  min-width: 900px;
  margin-right: 6%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navMenu.nav-hide{
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}
.navMenu li{
  float: left;
  width: 11.11%;
  font-size: 16px;
  text-align: center;
}
.navMenu li a{
  display: inline-block;
  color: #242933;
  line-height: 78px;
  position: relative;
}
.navMenu li.active>a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f81e14;
}
.navMenu li .submenu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #e6e6e6;
}
.navMenu li:hover .submenu{
  display: block;
}
.submenu.submenu-fixed-top{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.submenu{
  background: #fff;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
}
.submenu h3{
  font-size: 14px;
  display: inline-block;
  line-height: 22px;
  border-right: 1px solid #e6e6e6;
  padding-right: 30px;
}
.submenu ul{
  display: inline-block;
  height: 50px;
}
.submenu ul li{
  display: inline-block;
  font-size: 14px;
  float: none;
  width: auto;
  margin: 0 20px;
  border-bottom: 2px solid transparent;
}
.submenu ul li a {
  line-height: 48px;
}
.navMenu li .pro_menu{
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  padding: 50px 0 0;
  transition: all 0.3s;
  display: none;
}
.navMenu li .pro_menu .item{
  display: inline-block;
  margin: 0 40px 80px;
}
.navMenu li .pro_menu .item a{
  line-height: normal;
}
.navMenu li .pro_menu .item img{
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.navMenu li .pro_menu .item p{
  font-size: 18px;
  color: #666;
  line-height: 20px;
  max-width: 150px;
}
.navMenu li .pro_menu .item:hover p{
  color: #272727;
  text-decoration: underline;
}
.navMenu li .pro_menu .pro-botm{
  overflow: hidden;
  background: #f7f7f7;
}
.overmask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
  z-index: 4;
  display: none;
}
.navMenu li .pro_menu .pro-botm .close{
  float: right;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/close1.png) no-repeat center;
  margin-top: 48px;
  margin-left: 44px;
}
.navMenu li .pro_menu .pro-botm .more{
  float: right;
  background: url(../images/icon4.png) no-repeat left;
  padding-left: 44px;
  font-size: 20px;
  color: #666;
  line-height: 114px;
}
.submenu ul li.hover{
  border-color: #f81e14;
}
.navMenu li:hover .submenu{
  display: block;
}

.search_box{
  margin-top: 28px;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.search_box .btn-close {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
  transition: all 0.3s;
}
.search_box .btn-close.hide {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
.search_box .main{
  width: 408px;
  position: absolute;
  right: 34px;
  top: -14px;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding-left: 20px;
  transition: all 0.3s;
  transform: scale(1);
}
.search_box .main.search-hide{
  transform: scale(0);
}
.search_box .text{
  float: left;
  width: 350px;
  border: none;
  background: none;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
}
.search_box .submit{
  float: right;
  width: 53px;
  border: none;
  font-size: 0;
  height: 48px;
  background: url(../images/search.png) no-repeat center;
}

.sp-title{
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #242933;
  line-height: 73px;
  margin-top: 50px;
}
.sp-title:after{
  content: '';
  width: 80px;
  height: 3px;
  background-color: #e82217;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}

.index-news{
  overflow: hidden;
  margin: 66px 0 0;
}
.index-news .item{
  float: left;
  width: 448px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  margin: 0 13px;
  height: 514px;
}
.index-news .item:hover{
  background: #f2f2f2;
}
.index-news .item .tag{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 17px;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  max-width: 90%;
  background: #989da080;
  z-index: 1;
}
.index-news .item .pic{
  height: 278px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-news .item .pic img{
  transition: all 0.5s;
}
.index-news .item .textbox{
  overflow: hidden;
  padding: 0 30px;
  color: #333;
}
.index-news .item .textbox h2{
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 15px;
}
.index-news .item .textbox .info{
  font-size: 16px;
  margin-bottom: 22px;
}
.index-news .item .textbox .brow{
  background: url(../images/icon1.png) no-repeat left;
  padding-left: 25px;
}
.index-news .item .textbox .data{
  background: url(../images/icon2.png) no-repeat left;
  padding-left: 26px;
  margin-left: 30px;
}
.index-news .item .textbox .text{
  font-size: 15px;
  line-height: 27px;
}
.index-news .item:hover .pic img{
  transform: scale(1.05);
}

.news-item{
  overflow-y: auto;
  position: relative;
  height: 100%;
}
.news-item::-webkit-scrollbar-track{background: #f8f8f8;}
.news-item::-webkit-scrollbar{width: 3px;}
.news-item::-webkit-scrollbar-thumb{background: #989da0;}
.news-item ul{
  padding: 40px 25px 34px;
}
.news-item ul li{
  border-bottom: 1px solid #e6e6e6;
  background: url(../images/icon3.png) no-repeat left;
  padding-left: 11px;
  line-height: 54px;
}
.news-item ul li a{
  display: block;
  overflow: hidden;
}
.news-item ul li h2{
  font-size: 18px;
  width: 280px;
}
.news-item ul li p{
  font-size: 14px;
}
.btn-more{
  display: block;
  margin: 50px auto;
  width: 168px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #111;
  color: #000;
  font-size: 16px;
}

.index-product{
  margin: 70px 0 78px;
}
.index-product ul{
  overflow: hidden;
  margin-left: -30px;
  font-size: 0;
}
.index-product ul li{
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 445px;
  position: relative;
  margin-bottom: 30px;
  margin-left: 30px;
}
.index-product ul li.l1{
  width: 922px;
}
.index-product ul li.l2{
  width: 445px;
}
.index-product ul li.l3{
  width: 445px;
  height: 312px;
}
.index-product ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.index-product ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-product ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.index-product ul li .text{
  position: absolute;
  bottom: -50px;
  left: 0;
  color: #fff;
  transition: all 0.5s;
  z-index: 3;
  padding: 30px 36px;
}
.index-product ul li .text h1{
  font-size: 36px;
  line-height: 50px;
}
.index-product ul li .text p{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.index-product ul li .text span{
  font-size: 16px;
}
.index-product ul li:hover .text{
  bottom: 0;
}
.index-product ul li:hover .pic:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,rgba(0,0,0,.8),transparent);
}

footer{
  overflow: hidden;
  background: #f8f8f8;
  padding: 70px 0;
}
.foot-nav{
  overflow: hidden;
}
.foot-nav .item{
  float: left;
  margin-right: 80px;
}
.foot-nav .item h3{
  font-size: 15px;
  color: #000;
  margin-bottom: 18px;
}
.foot-nav .item ul li{
  font-size: 13px;
  color: #8a8f99;
  margin-bottom: 15px;
}
.foot-contact dl{
  padding-bottom: 5px;
}
.foot-contact dl dt{
  font-size: 15px;
  color: #404040;
  padding-left: 33px;
}
.foot-contact dl dd{
  font-size: 28px;
  color: #909090;
  padding-left: 33px;
  margin-bottom: 10px;
}
.foot-contact dl .d1{
  background: url(../images/foot_ico1.png) no-repeat left;
}
.foot-contact dl .d2{
  background: url(../images/foot_ico2.png) no-repeat left;
}
.foot-contact dl .d3{
  background: url(../images/foot_ico3.png) no-repeat left;
}
.foot-contact dl dd .wx,.foot-contact dl dd .mb{
  width: 42px;
  height: 34px;
  display: inline-block;
}
.foot-contact dl dd span{
  position: relative;
  display: block;
  float: left;
  font-size: 0;
  margin-top: 18px;
}
.foot-contact dl dd .wx{
  background: url(../images/foo-wx.png) no-repeat center;
  margin-right: 15px;
}
.foot-contact dl dd .mb{
  background: url(../images/foo-mb.png) no-repeat center;
}
.foot-contact dl dd span img{
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 34px;
  background: #fff;
  width: 100px;
  height: 100px;
  max-width: none;
  display: none;
}
.foot-contact dl dd span:hover img{
  display: block;
}

.copyright{
  overflow: hidden;
  background: #333;
  font-size: 15px;
  color: #bdbfc2;
  line-height: 30px;
  padding: 20px 0;
}
.copyright a{
  color: #bdbfc2;
}

.ny-banner{
  position: relative;
}
.ny-banner img{
  display: block;
  width: 100%;
}
.ny-banner .play{
  width: 120px;
  height: 120px;
  background: url(../images/play.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about-content{
  position: relative;
  margin: 80px 0 120px;
}
.about-content-tit{
  position: absolute;
  top: 0;
  left: 0;
}
.about-content-tit h2{
  font-size: 36px;
  color: #242933;
  padding-bottom: 12px;
  position: relative;
}
.about-content-tit .tips{
  font-size: 20px;
  line-height: 38px;
  max-width: 1055px;
  margin: 45px auto 0;
}
.about-content-tit .tips span{
  color: #dc2610;
}
.about-content-tit h2:after {
  content: '';
  width: 46px;
  height: 2px;
  background-color: #e82217;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-content-tit.mt70{
  margin-top: 70px;
}
.about-content-tit.center{
  width: 100%;
  text-align: center;
  position: relative;
}
.about-content-tit.center h2:after{
  right: 0;
  margin: 0 auto;
}
.about-content-main{
  overflow: hidden;
  padding-left: 340px;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.about-content-main.high{
  line-height: 40px;
}
.about-content-main .pl-text{
  padding-left: 170px;
  text-align: justify;
}
.about-content-main .pl-text h1{
  font-size: 24px;
}
.about-content-main img,.about-content-main video{
  width: 100%;
}

.culture-box{
  width: 1000px;
  margin: 80px auto 120px;
}
.culture-box .about-content-main{
  padding: 0;
  margin-top: 60px;
}

.sm-memorab{
  width: 1080px;
  margin: 80px auto 120px;
}
.sm-memorab ul{
  overflow: hidden;
  position: relative;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sm-memorab ul:before{
  content: '';
  display: block;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 0;
}
.sm-memorab ul li{
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
  padding-left: 52px;
}
.sm-memorab ul li:after{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  z-index: 2;
  left: 0;
  background: url(../images/icon5.png) no-repeat center;
}
.sm-memorab ul li h3{
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}
.sm-memorab ul li p{
  font-size: 24px;
  line-height: 36px;
  color: #333;
  margin-bottom: 18px;
}
.sm-memorab ul li img{
  display: block;
  max-width: 100%;
}

.honor-list{
  margin: 80px 0 90px;
}
.honor-list ul{
  overflow: hidden;
  margin-top: 80px;
}
.honor-list ul li{
  float: left;
  width: 327px;
  margin: 0 15px 30px;
}
.honor-list ul li img{
  display: block;
  width: 100%;
  height: 244px;
}
.honor-list ul li .text{
  overflow: hidden;
  background: #f8f8f8;
  padding: 26px;
  font-size: 22px;
}

.product-list{
  padding: 80px 4% 0;
  min-width: 1200px;
}
.product-list .pro-name{
  font-size: 34px;
  color: #242933;
  margin-bottom: 110px;
}
.product-list .pro-name span{
  font-size: 28px;
  color: #858585;
}
.product-list ul{
  font-size: 0;
  margin-left: -40px;
  margin-bottom: 40px;
}
.product-list ul li{
  display: inline-block;
  width: 400px;
  margin-left: 40px;
  margin-bottom: 80px;
}
.product-list ul li .pic{
  height: 414px;
  background: #f5f5f5;
  border: 3px solid transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.product-list ul li .pic img{
  display: block;
  max-height: 100%;
}
.product-list ul li h2{
  font-size: 24px;
  color: #151515;
  margin: 40px 0 20px;
}
.product-list ul li p{
  font-size: 14px;
  color: #7f7f7f;
  line-height: 30px;
  height: 60px;
  margin-bottom: 30px;
}
.product-list ul li em{
  width: 120px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #242933;
  border: 2px solid #b3b3b3;
  line-height: 42px;
  border-radius: 25px;
  margin-right: 17px;
  transition: 0.3s;
}
.product-list ul li:hover .pic{
  border-color: #dc2610;
}
.product-list ul li em:hover{
  background: #dc2610;
  border-color: #dc2610;
  color: #fff;
}

.product-total{
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  font-size: 24px;
  color: #606060;
  padding: 78px 0 100px;
}
.product-total .load{
  display: block;
  margin: 55px auto 0;
  font-size: 14px;
  color: #242933;
  border: 2px solid #b2b2b2;
  border-radius: 25px;
  cursor: pointer;
  width: 112px;
  line-height: 42px;
}

.pro-navs{
  margin-top: 70px;
  border-bottom: 1px solid #e6e6e6;
}
.pro-navs ul{
  text-align: center;
  font-size: 0;
}
.pro-navs ul li{
  display: inline-block;
  font-size: 14px;
  line-height: 47px;
  margin: 0 18px;
}
.pro-navs ul li.active{
  border-bottom: 1px solid #f81e14;
}
.pro-navs ul li a{
  display: block;
  color: #000;
}

.pro-mainInfo{
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 70px;
  border-bottom: 1px solid #e6e6e6;
}
.pro-album{
  width: 596px;
}
.swiper_product .swiper-slide img{
  display: block;
  width: 100%;
  height: 450px;
}
.swiper_product.swiper-container-horizontal>.swiper-pagination-bullets{
  width: auto;
  bottom: 22px;
  right: 22px;
  text-align: right;
}
.swiper_product .swiper-pagination-bullet{
  width: 22px;
  height: 6px;
  background: #fff;
  opacity: 0.8;
  border-radius: 0;
  transition: all 0.2s;
}
.swiper_product .swiper-pagination-bullet-active{
  background: #dd2606;
  opacity: 0.8;
}

.pro-detail{
  width: 539px;
}
.pro-detail .name{
  font-size: 36px;
  position: relative;
  padding-bottom: 15px;
}
.pro-detail .name:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #e82217;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-detail .info{
  font-size: 20px;
  line-height: 35px;
  margin: 30px 0 40px;
  text-align: justify;
}
.pro-detail .get,.pro-detail .consult{
  display: inline-block;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 42px;
  padding: 0 20px;
  margin-right: 15px;
}
.pro-detail .get{
  border-color: #333335;
  color: #242933;
}
.pro-detail .get i{
  padding-left: 24px;
  background: url(../images/icon6.png) no-repeat left;
}
.pro-detail .consult{
  border-color: #dc2610;
  background: #dc2610;
  color: #fff;
}
.pro-detail .consult i{
  padding-left: 25px;
  background: url(../images/icon7.png) no-repeat left;
}
.pro-detail .characteristic{
  font-size: 15px;
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.pro-detail .characteristic span{
  display: block;
  background: url(../images/icon8.png) no-repeat left;
  padding-left: 22px;
}
.pro-detail .tel{
  font-size: 20px;
  color: #1d1d1d;
  background: url(../images/icon9.png) no-repeat left;
  padding-left: 48px;
  margin-top: 30px;
}
.pro-detail .tel span{
  font-size: 24px;
  color: #dc2610;
  font-weight: bold;
}

.attribute-change{
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  margin-bottom: 80px;
}
.attribute-change ul li{
  display: inline-block;
  font-size: 20px;
  color: #000;
  line-height: 87px;
  margin: 0 90px;
  cursor: pointer;
}
.attribute-change ul li.active{
  border-bottom: 1px solid #3f3f3f;
}

.product_intro{
  overflow: hidden;
  margin: 80px 0 120px;
  font-size: 16px;
  line-height: 1.8;
}
.product_intro img{
  display: block;
  margin: 0 auto;
}

.order-online{
  width: 820px;
  margin: 50px auto 110px;
}
.order-online ul{
  overflow: hidden;
  margin-left: -30px;
}
.order-online ul li{
  float: left;
  width: 395px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.order-online ul li.per{
  width: 100%;
}
.order-online ul li p{
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}
.order-online ul li .text{
  font-size: 18px;
  box-sizing: border-box;
  width: 395px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
}
.order-online ul li.per .long{
  width: 820px;
}
.order-online ul li textarea{
  font-size: 18px;
  box-sizing: border-box;
  width: 820px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  height: 148px;
  line-height: 30px;
  padding: 10px 20px;
  resize: none;
}
.order-online ul li img{
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-left: 30px;
}
.order-online ul li .refresh{
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url(../images/refresh.png) no-repeat top center;
}
.order-online ul li .refresh:hover{
  background-position: bottom center;
}
.btn-submit{
  display: block;
  width: 170px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #111;
  text-align: center;
  border: 1px solid #111;
  background: none;
  margin: 50px auto 0;
}
.btn-submit:hover{
  background: #dc2610;
  border-color: #dc2610;
  color: #fff;
}

.sp-news{
  margin: 70px 0 0;
}
.sp-news ul{
  overflow: hidden;
}
.sp-news ul li{
  float: left;
  width: 448px;
  margin: 0 15px 30px;
  background: #f8f8f8;
}
.sp-news ul li .pic{
  overflow: hidden;
  width: 100%;
  height: 278px;
}
.sp-news ul li .pic img{
  transition: 0.5s;
  display: block;
  width: 100%;
  min-height: 100%;
}
.sp-news ul li .txt{
  padding: 20px 30px;
}
.sp-news ul li .txt h3{
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  color: #333;
  margin-bottom: 14px;
}
.sp-news ul li .txt p{
  font-size: 16px;
  color: #333;
}
.sp-news ul li:hover .pic img{
  transform: scale(1.05);
}

.page-list-box {
  text-align: center;
  margin: 65px 0 80px;
}
.page-list-box .page-list {
  display: inline-block;
}
.page-list-box .page-list a.prev,.page-list-box .page-list a.next {
  float: left;
  border: 1px solid #a0a0a0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #7e7e7e;
  margin: 0 14px;
}
.page-list-box .page-list ul {
  float: left;
  overflow: hidden;
}
.page-list-box .page-list ul li {
  float: left;
  overflow: hidden;
  margin: 0 4px;
}

.page-list-box .page-list ul li a {
  float: left;
  font-size: 20px;
  color: #7e7e7e;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.page-list-box .page-list ul li a.active {
  color: #c7000b;
}
.page-list-box .page-list .linkto {
  display: inline-block;
  color: #898989;
  vertical-align: middle;
  height: 38px;
  line-height: 33px;
  font-size: 18px;
}
.page-list-box .page-list .linkto .input-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 20px;
}
.page-list-box .page-list .linkto a {
  vertical-align: middle;
  color: #898989;
  font-size: 18px;
  display: inline-block;
}
.page-list-box .page-list .linkto a span {
  float: left;
}
.page-list-box .page-list .linkto i {
  color: #c7000b;
  font-size: 18px;
  transition: all 0.2s;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}
.page-list-box .page-list .linkto a:hover .iconfont {
  -webkit-transform: translate3d(4px,0,0);
  transform: translate3d(4px,0,0);
}
.page-list-box .page-list .linkto input {
  width: 40px;
  height: 26px;
  color: #898989;
  border: 1px solid #898989;
  margin: 0 6px;
  padding: 0 5px;
  font-size: 16px;
  text-align: center;
}

.news-top{
  width: 1150px;
  margin: 60px auto 0;
  padding-bottom: 35px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.news-top h1{
  font-size: 46px;
  line-height: 66px;
  color: #353535;
  margin-bottom: 28px;
}
.news-top span{
  font-size: 16px;
}
.news-top .brow{
  background: url(../images/icon1.png) no-repeat left;
  padding-left: 25px;
}
.news-top .data{
  background: url(../images/icon2.png) no-repeat left;
  padding-left: 26px;
  margin-left: 65px;
}

.news-content{
  overflow: hidden;
  width: 1150px;
  margin: 70px auto 120px;
  font-size: 20px;
  line-height: 36px;
  color: #333;
  text-align: justify;
}

.sg-facility{
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.sg-facility .list{
  overflow: hidden;
  margin-left: -24px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.sg-facility .list li{
  float: left;
  width: 384px;
  height: 246px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-left: 24px;
  margin-top: 35px;
}
.sg-facility .list li a{
  display: block;
  width: 100%;
  height: 100%;
}
.sg-facility .list li img{
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.sg-facility .list li p{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.6);
  font-size: 15px;
  color: #000;
  line-height: 33px;
  padding: 0 20px;
}
.sg-facility .list li:hover img{
  transform: scale(1.05);
}

.video-show{
  margin: 65px 0 75px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e6e6e6;
}
.video-show .main{
  margin-top: 55px;
  overflow: hidden;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
}
.video-show .main p{
  margin-bottom: 20px;
}
.video-show .main video{
  display: block;
  width: 872px;
  margin: 0 auto;
}

.equipment-list{
  margin: 70px 0 0;
}
.equipment-list ul{
  overflow: hidden;
}
.equipment-list ul li{
  float: left;
  width: 327px;
  margin: 0 15px 30px;
  background: #f8f8f8;
}
.equipment-list ul li .pic{
  overflow: hidden;
  width: 100%;
  height: 244px;
}
.equipment-list ul li .pic img{
  transition: 0.5s;
  display: block;
  width: 100%;
  min-height: 100%;
}
.equipment-list ul li .txt{
  padding: 15px 20px 50px;
}
.equipment-list ul li .txt h3{
  font-size: 20px;
  color: #151515;
  margin-bottom: 14px;
}
.equipment-list ul li .txt p{
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #7f7f7f;
}
.equipment-list ul li:hover .pic img{
  transform: scale(1.05);
}

.contact-box{
  width: 1220px;
  overflow: hidden;
  margin: 45px auto 80px;
}
.contact-box .about-content-main{
  padding-left: 0;
  margin-top: 35px;
  background: #f1f1f1;
}
.contact-box .map_box{
  width: 775px;
  font-size: 0;
}
.contact-box .map_box iframe{
  display: block;
}
.contact-box .content{
  width: 375px;
  padding: 30px 35px;
}
.contact-box .contact-ewm{
  width: 120px;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.contact-box .contact-ewm img{
  height: 120px;
}
.contact-box .contact-ewm p{
  margin: 15px 0 20px;
}

.search-result{
  width: 1050px;
  margin: 70px auto 0;
}
.search-result .result-title{
  text-align: center;
  font-size: 45px;
}
.search-result .keyword{
  display: block;
  margin: 36px auto 74px;
  border: 1px solid #d4d4d4;
  line-height: 51px;
  height: 51px;
  width: 630px;
  font-size: 18px;
  background: url(../images/search.png) no-repeat 14px center!important;
  padding: 0 52px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-result .keyword:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.search-result .result-num{
  font-size: 18px;
  color: #6e6d69;
}
.search-result .list li{
  padding: 40px 0 30px;
  border-bottom: 1px solid #e0e0e0;
}
.search-result .list li h2{
  font-size: 20px;
  color: #121212;
  margin-bottom: 12px;
}
.search-result .list li a{
  color: #121212;
}
.search-result .list li a:hover{
  text-decoration: underline;
}
.search-result .list li p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.job-position{
  font-size: 0;
  margin-left: -40px;
  padding: 70px 0;
}
.job-position .item{
  display: inline-block;
  width: 580px;
  overflow: hidden;
  box-shadow: 0 5px 8px 2px #f5f5f5;
  margin-bottom: 50px;
  margin-left: 40px;
}
.job-position .item .pic{
  overflow: hidden;
  width: 100%;
  height: 321px;
  background-size: cover;
  background-repeat: no-repeat;
}
.job-position .item .pic h1{
  position: relative;
  font-size: 32px;
  font-weight: normal;
  color: #000;
  margin-top: 45px;
  margin-left: 50px;
  padding-bottom: 8px;
}
.job-position .item .pic h1:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 1px;
  background: #ff0000;
}
.job-position .item .bottom{
  padding: 33px 40px 90px;
  font-size: 0;
}
.job-position .item .bottom select{
  border: 1px solid #000;
  border-radius: 5px;
  width: 182px;
  height: 43px;
  line-height: 43px;
  background: url(../images/icon10.png) no-repeat 93% center;
  padding: 0 30px 0 10px;
  margin-right: 11px;
}
.job-position .item .bottom .find{
  border: none;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background: #c7000b;
  padding: 0 18px;
  line-height: 42px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 990;
  display: none;
}
.video-inside {
  width: 980px;
  height: 550px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: none;
  background: #000;
}
.video-inside video{
  width: 100%;
  height: 550px;
}

.job-search{
  width: 1105px;
  margin: 70px auto 0;
}
.job-search .title{
  text-align: center;
  font-size: 50px;
  color: #000;
}
.public-job{
  text-align: center;
  font-size: 0;
  margin-top: 35px;
}
.public-job li{
  display: inline-block;
}
.public-job li p{
  text-align: left;
  font-size: 13px;
  color: #616161;
  margin: 0 12px 8px;
}
.public-job li select{
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 5px;
  width: 214px;
  height: 51px;
  line-height: 51px;
  background: url(../images/icon10.png) no-repeat 93% center;
  padding: 0 30px 0 12px;
  margin-right: 12px;
}
.public-job li .text {
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 5px;
  width: 188px;
  height: 49px;
  line-height: 49px;
  padding: 0 12px;
  margin-right: 12px;
}
.public-job li .find{
  width: 94px;
  line-height: 50px;
  text-align: center;
  background: #c7000b;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  border: none;
}

.job-list{
  border-top: 1px solid #f0f0f0;
  margin-top: 60px;
}
.job-list li{
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 29px;
}
.job-list li a{
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 50px 12px 18px;
  background: url(../images/icon11.png) no-repeat 98% center;
}
.job-list li .p1{
  font-size: 20px;
  width: 28%;
}
.job-list li .p2{
  width: 22%;
}
.job-list li .p3{
  width: 20%;
}
.job-list li .p4{
  width: 30%;
}
.job-list li a:hover{
  background: url(../images/icon12.png) no-repeat 98% center #f8f8f8;
}
.job-list li a:hover .p1{
  color: #ea311c;
  text-decoration: underline;
}

.job-desc{
  overflow: hidden;
  width: 1170px;
  margin: 20px auto 60px;
}
.job-desc .desc-item{
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  font-size: 20px;
  line-height: 36px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.job-desc .desc-item:last-child{
  border-bottom: none;
}
.job-desc .desc-item .back{
  display: block;
  float: right;
  width: 42px;
  line-height: 36px;
  font-size: 14px;
  color: #24293