.fixed-banner {
  overflow: hidden;
  text-align: center;
  height: 330px;
  margin-top: 114px;
}
.fixed-banner .warpper{
  display: flex;
  align-items: center;
  height: 100%;
}
.fixed-banner h3 {
  font-size: 36px;
  color: #fff;
  text-align: left;
}
.fixed-banner p {
  font-size: 14px;
  color: #fff;
}
.fixed-banner p a{
  color: #fff;
}

/*公司简介*/
.cleanbanner{
  height: 290px;
  position: relative;
  margin-bottom: 80px;
}
.cleanbanner ul {
  position: absolute;
  left: 0px;
  bottom: -68px;
  width: 100%;
}
.cleanbanner ul li{
  margin-right: 3%;
  background: rgba(255,255,255,.8);
  border-radius: 50%;
  padding: 10px;
}
.cleanbanner ul li:last-child{
  margin-right: 0px;
}
.cleanbanner ul li .cir{
  width: 116px;
  height: 116px;
  background: #00A23D;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cleanbanner ul li .cir p:first-child{
  font-size: 28px;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.cleanbanner ul li .cir p:nth-child(2){
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.cleanbanner ul li .cir b{
  font-size: 100px;
  color: #00A855;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  text-transform: uppercase;
  line-height: 120px;
  font-family: 'Imapct';
}
.single-content{
  margin-bottom: 30px;
  font-size: 16px;
}

/*厂房设备*/
.fac{
  background: url(../images/fac.jpg) no-repeat top center;
  padding-top: 1px;
}
.fac .glotitle{
  color: #fff;
  margin-bottom: 45px;
  margin-top: 65px;
}
.fac .glotitle p{
  margin-top: 5px;
}
.fac .swiper-container,
.comhonor .swiper-container{
  background: none;
  padding-bottom: 60px;
}
.fac .swiper-slide{
  padding: 0px;
  position: relative;
}
.fac .swiper-pagination-bullet{
  width: 35px;
  height: 3px;
  background: #009A30;
  border-radius: 0px;
}

.fac .swiper-button-prev,
.comhonor .swiper-button-prev{
    left: -50px;
    right: auto;
    transition: all 0.5s ease;
    color: #fff;
    font-weight: bold;
}
.fac .swiper-button-next,
.comhonor .swiper-button-next{
    right: -50px;
    left: auto;
    transition: all 0.5s ease;
    color: #fff;
    font-weight: bold;
}
.fac .swiper-container:hover .swiper-button-prev,
.comhonor .swiper-container:hover .swiper-button-prev{
  left: 10px;
}
.fac .swiper-container:hover .swiper-button-next,
.comhonor .swiper-container:hover .swiper-button-next{
  right: 10px;
}
.fac .swiper-container .cici{
  position: relative;
  padding: 3px;
  background: #fff;
  box-sizing: border-box;
}
.fac .swiper-container .cici .zzy{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0,144,64,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border:3px solid #009A30;
}
.fac .swiper-container .cici .zzy h4{
  font-size: 16px;
}
.fac .swiper-container .cici:hover .zzy{
  opacity: 1;
  border:3px solid #fff;
}
.fac .swiper-container .cici:hover img{
  transform: scale(1.1);
}

/*核心优势*/
.comys{

}
.comys ul li{
  width: 24%;
  background: #F2F2F2;        
  padding: 3% 2%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.comys ul li h1{
  font-size: 30px;
  color: #058D39;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}
.comys ul li h1 span{
  color: #00A13C;
  font-size: 48px;
  float: left;
  margin-right: 10px;
  line-height: 48px;
  margin-top: -12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.comys ul li .ct{
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin:20px 0;
  position: relative;
  z-index: 1;
}
.ysimg{
  width: 55px;
  height: 55px;
  position: relative;
}
.ysimg img{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ysimg img:last-child{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.comys ul li em{
  font-size: 200px;
  color: #E8ECE9;
  position: absolute;
  top: 0px;
  display: inline-block;
  height: 150px;
  right: -68px;
  line-height: 150px;
  font-weight: lighter;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.comys ul li i{
  display: block;
  width: 25%;
  height: 0px;
  border-bottom: 1px solid #00A13C;
  position: absolute;
  bottom: 45px;
  right: 0px;
}
.comys ul li i:last-child{
  display: block;
  width: 25%;
  height: 0px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 45px;
  right: -100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.comys ul li:hover{
  background: #00A13C;
  color: #fff;
}
.comys ul li:hover em{
  color: #00AA5E;
}
.comys ul li:hover h1,
.comys ul li:hover p,
.comys ul li:hover span{
  color: #fff;
}
.comys ul li:hover i:last-child{
  right: 0px;
}
.comys ul li:hover .ysimg img:fitst-child{
  opacity: 0;
}
.comys ul li:hover .ysimg img:last-child{
  opacity: 1;
}


/*荣誉资质*/
.comhonor{
  background: url(../images/tz.jpg) no-repeat center bottom;
}
.comhonor .swiper-slide{
  padding: 0px;
  display: flex;
  align-items: center;
  /*height: 360px;*/
}
.comhonor .swiper-container{
  padding-bottom: 90px;
}
.de-hon .cici:before,
.de-hon .cici:after{
  display: none;
}
.de-hhon.de-case-list{
  padding-top: 0px;
}






.product-in{
  margin-bottom: 20px;
}
.prolist ul a{
  display: block;
  width: 10.6%;
}
.prolist ul{
  margin:40px 0;
}
.prolist ul li{
  background: #EFEFEF;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 5px;
  color: #000;
}
.prolist ul li:hover,
.prolist ul li.active{
  background: #00A13C;
  color: #fff;
}
/*产品列表*/
.product-center{
  padding-bottom: 50px;
}
.seark{
  margin-bottom: 30px;
}
.seark span{
  color: #00953B;
}
.pro-li li{
  width: 24.2%;
  margin-right: 1%;
  border:1px solid #DDDDDD;
  padding: 4px;
  box-sizing: border-box;
  margin-bottom: 1%;
}
.pro-li li:nth-child(4n){
  margin-right: 0px;
}
.pro-li li h4{
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.pro-li li a{
  color: #000;
}
.pro-li li:hover{
  background: #00A13D;
}
.pro-li li:hover h4{
  color: #fff;
}
.pro-li li:hover {
  box-shadow: 3px 0px 10px #aaa;
}
.pro-li .box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .5s;
}

.pro-li li .box:before,            
.pro-li li .box:after {
  content: "";
  background: radial-gradient(circle at 23% 70%,rgba(255,255,255,0.5),#00A13C 30%);
  width: 150%;
  height: 150%;
  opacity: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10.5%;
  right: -150%;
  z-index: 1;
  transition: all 0.35s ease;
}
.pro-li li .box:after {
  background: rgba(255,255,255,0.5);
  width: 65%;
  height: 65%;
  right: auto;
  left: -20%;
  top: -65%;
}

.pro-li li:hover .box:before {
  opacity: 1;
  right: -85%;
}

.pro-li li:hover .box:after {
  opacity: 1;
  top: -43%;
}

.pro-li .box .wy {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.pro-li li:hover .wy {
  transform: scale(1.1);
}

.pro-li .box .box-content {
  text-align: right;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -100%;
  z-index: 2;
  transition: all .5s;
}

.pro-li li:hover .box-content {
  right: 5%;
}

@media only screen and (max-width:990px) {
  .pro-li .box {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width:479px) {
  .pro-li .box .title {
    font-size: 20px;
  }
}



/*产品详情*/
.product-in .swiper-container-wrapper{
  padding: 0px;
  max-height: 460px;
}
.product-in .swiper-container{
  background: none;
}

.product-in .swiper-container-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-in .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: none;
}
@media (min-width: 480px) {
  .product-in .swiper-container {
    min-height: 320px;
  }
}
.product-in .swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
.product-in .pro-left-7{
  width: 50%;
}
.product-in .col-grid-5{
  width: 47%;
}
@media (min-width: 480px) {
  .product-in .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.product-in .swiper-button-next, .swiper-button-prev {
  color: #000;
}
.product-in .swiper-slide{
  padding: 0px;
}
.product-in  .swiper-slide-duplicate,
.product-in .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.product-in .swiper-slide-duplicate .description,
.product-in .swiper-slide-duplicate .title,
.product-in .swiper-slide .description,
.product-in .swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.product-in .swiper-slide-duplicate-active .description,
.product-in .swiper-slide-duplicate-active .title,
.product-in .swiper-slide-active .description,
.product-in .swiper-slide-active .title {
  opacity: 1;
}
.product-in .swiper-slide-duplicate-active .title,
.product-in .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.product-in .swiper-slide-duplicate-active .description,
.product-in .swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}
.product-in .swiper-pagination{
  text-align: right;
  padding-right: 10px;
  color: #fff;
}

.gallery-top {
  width: 100%;
  height: 100%;
}
.product-in .gallery-top img{
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 85%;
    height: 100%;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .product-in .gallery-thumbs {
    width: 15%;
    height: 100%;
    padding: 0;
    margin-right: 10px;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border:2px solid #00953B;
}
.product-in .swiper-pagination-bullet{
  width: 12px;
  background: #00953B;
  border-radius: 0px;
}
.goods-info-right h2{
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 20px 0;
}
.goods-info-right .type{
  padding: 6px 20px;
  background: #00A03C;
  display: inline-block;
  color: #fff;
  margin:10px 0 10px 0;
}
.goods-info-right p{
  line-height: 26px;
  color: #666666;
  padding-bottom: 10px;
}
.goods-info-right .conkey{
  padding: 20px;
  background: #00A03C;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.goods-info-right .conkey p{
  font-size: 28px;
  color: #fff;
  padding-bottom: 3px;
}
.goods-info-right .conkey img{
  float: left;
  margin-right: 10px;
}
.goods-info-right .conkey .left{
  width: 60%;
}
.conkey .right{
  width: 40%;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  display: flex;
  align-items: center;
}
.conkey .right a{
  color: #00A03C;
  background: #fff;
  margin-left: 10px;
  display: inline-block;
  padding: 5px 20px;
}
.good-info-des{
  margin-top: 45px;
  height: 50px;
  background: #EEEEEE;
}
.good-info-des span{
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  width: 150px;
  background: #006BAF;
  text-align: center;
}

.pro-out{
  padding: 40px 0;
  background: #F2F2F2;
}
.pro-out .warpper{
  background: #fff;
}
.pro-out .pro-bd,
.pro-out .pro-link{
  padding: 2.5% 2%;
  box-sizing: border-box;
}
.pro-out .pro-bd{
  border-right: 1px solid #DDDDDD;
  width: 73%;
}
.pro-out .pro-link{
  width: 27%;
}
.glob{
  background: #00A13E;
  padding: 25px;
  color: #fff;
  position: relative;
}
.glob img{
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.nhl {
  margin-left: 20px;
  padding-left: 20px;
}
.nhl h3{
  font-size: 24px;
  line-height: 28px;
}
.nhl p{
  font-size: 14px;
  text-transform: uppercase;
}
.glob span{
  position: absolute;
  width: 33px;
  height: 33px;
  right: 3%;
  top: 36%;
  display: inline-block;
  border-radius: 50%;
  background: #fff url(../images/xia.png) center center no-repeat;
  animation: up 1.5s linear infinite;
  float: right;
}
@keyframes up{
  0%{
    background-position: 7px 0;
  }
  100%{
    background-position: 7px 45px;
  }
}
.pro-out .pd{
  margin:50px auto;
  max-width: 100%;
}

.pro-about{
  border-left: 6px solid #00A03D;
  font-size: 24px;
  color: #000;
  text-indent: 20px;
}

.pro-link .pro-li li{
  width: 100%;
  margin-top: 20px;
}


/*工程案例*/
.de-case-list{
  padding: 40px 0;
}
.de-case-list ul li{
  width: 24.25%;
  margin-right: 1%;
  padding: 0px;
  position: relative;
  margin-bottom: 2%;
}
.de-case-list ul li:nth-child(4n){
  margin-right: 0px;
}
.de-case-list ul li h4{
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.de-case-list ul li .abs{
  width: 100%;
  background: #00A13C;
  padding: 5% 5%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  transform-origin: center bottom;
  transform: rotateX(-90deg);
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
  transition-delay: 0s;
  transition-delay: 0.1s;
  opacity: 0;
}
.de-case-list ul li .abs h3{
  font-size: 22px;
}
.de-case-list ul li .abs .ab-content{
  font-size: 14px;
  line-height: 24px;
}
.abmore{
  padding: 5px 30px;
  border:1px solid #fff;
  font-size: 14px;
  display: inline-block;
  margin:20px auto 0 auto;
  border-radius: 4em;
}
.de-case-list ul li:hover .abs{
  opacity: 1;
  transform: rotateX(0deg);
}
.pro-xq{
  margin:40px 0;
}
.pro-xq #playercontainer{
  width: 100% !important;
}

/*荣誉资质*/
.de-hon-list li .cici{
  height: 260px;
} 
.de-hon-list li .cici img{
  object-fit: contain;
}


/*新闻资讯*/
.de-news-list .prolist ul li{
  margin-right: 10px;
}
.de-news-list .newnew li{
  margin-bottom: 40px;
}
.de-news-list .newnew li .cici{
  width: 20%;
  height: 200px;
}
.de-news-list .newnew li .box{
  width: 65%;
  border-top:1px solid #DDDDDD;
  position: relative;
}
.de-news-list .newnew li .box:before{
  content: '';
  display: block;
  height: 0px;
  border-top:1px solid #00A13C;
  transition: all 1s ease;
  width: 0;
  left: 0px;
  top: -1px;
}
.de-news-list .newnew li .newstime{
  width: 10%;
  padding-right: 10px;
  box-sizing: border-box;
}
.de-news-list .newnew li a{
  color: #333333;
}
.de-news-list .newnew li .box h4{
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 25px;
}
.de-news-list .newnew li .box p{
  line-height: 24px;
}
.de-news-list .newnew li .box span{
  display: inline-block;
  padding: 11px 40px;
  border:1px solid #DDDDDD;
  margin-top: 20px;
}
.de-news-list .newstime{
  display: flex;
  align-items: center;
  justify-content: right;
}
.newstime h3{
  font-size: 48px;
  color: #000;
}
.newstime img{
  margin-right: 10px;
}
.de-news-list .newnew li .box span:hover{
  background: #00A13C;
  color: #fff;
}
.de-news-list .newnew li .box:hover:before{
  width: 100%;
}
.de-news-list .newnew li .box h4:hover{
  color: #00A13C;
}
.de-news-list .newnew li:hover .cici img{
  transform: scale(1.1);
}
.de-news-list .newnew li:hover{
  box-shadow: 0 0 10px #dddd;
  margin-top: -5px;
  margin-bottom: 45px;
}

/*新闻详情*/
.news-detail-title .h3{
  font-size: 30px;
  margin-bottom: 25px;
}
.news-detail-title .b{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  border-top:1px solid #ddd;
  font-size: 14px;
}
.news-detail{
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.newsPage{
  margin:30px 0 0 0;
}
.newsPage div{
 /* width: 45%;*/
  font-size: 16px;
  margin-bottom: 5px;
}
.newsPage .cl1:last-child .page-a{
  width: 100%;
  /*text-align: right;*/
}
.newsPage a{
  color: #000;
}
.news-detail-content .prolist li{
  margin-right: 10px;
}


/*相关新闻*/
.othernews{
  margin-bottom: 80px;
}
.othernews h2{
  font-size: 30px;
  margin-bottom: 30px;
}

.othernews ul li{
  width: 31%;
}
.othernews ul li .cici{
  width: 30%;
}
.othernews ul li .bex{
  width: 65%;
}
.othernews ul li a{
  color: #000;
}
.othernews ul li h4{
  font-size: 18px;
  margin-bottom: 10px;
}
.othernews ul li p{
  font-size: 14px;
}
.othernews ul li .cl2 {
  margin-bottom: 15px;
}
.othernews ul li span img{
  float: left;
  margin-right: 15px;
}
.othernews ul li:hover h4{
  color: #00A13C;
}

/*应用领域*/
.de-area-list{
  padding:40px 0;
}
.arealist li{
  width: 49%;
  margin-bottom: 2%;
  position: relative;
}
.arealist li h4{
  font-size: 26px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 14px 0;
}
.arealist li:hover img{
  transform: scale(1.1);
}


/*联系我们*/
.contact-list li{
    width:17%;
    height:215px;
    color:#fff;
    background-color:#2BD42D;
    position:relative;
    border-radius: 5px;
    padding: 4% 10px 0 2%;
    z-index: 10;
    color: #fff;
}
.contact-list li:first-child:after,
.contact-list li:nth-child(2):after,
.contact-list li:nth-child(3):after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    transform:skewX(-30deg);
    background:#2BD42D;
    top:0;
    border-radius: 5px;
    right:-29%;
    z-index: -1;
}
.contact-list li:nth-child(2):before,
.contact-list li:nth-child(3):before,
.contact-list li:nth-child(4):before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    transform:skewX(-30deg);
    background:#2BD42D;
    border-radius: 5px;
    left:-26%;
    top:0;
    z-index: -1;
}
.contact-list li:nth-child(2),
.contact-list li:nth-child(2):before,
.contact-list li:nth-child(2):after{
  background: #26BE28 !important;
}
.contact-list li:nth-child(3),
.contact-list li:nth-child(3):before,
.contact-list li:nth-child(3):after{
  background: #00B335 !important;
}
.contact-list li:nth-child(4),
.contact-list li:nth-child(4):before,
.contact-list li:nth-child(4):after{
  background: #00A13C !important;;
}

.contact-list .v1 img{
  float: left;
  margin-right: 20px;
}
.contact-list .v1 p:nth-child(2){
  font-size: 20px;
  line-height: 26px;
}
.contact-list .v1 p:last-child{
  font-size: 14px;
  color: #BAEBBA;
  text-transform: uppercase;
}
.contact-list .v2 {
  margin-top: 20px;
}
.contact-list .v2 p{
  font-size: 16px;
  line-height: 26px;
}
.contact-list .v2 a{
  color: #fff;
}
.contact-list .v2 a:hover{
  color: #bf0001;
}


#dituContent{
  width: 100%;
  height: 350px;
  margin:40px 0;
}

/*视频*/
.iframe-video{
  position: relative;
}
.iframe-video .anniu{
  position: absolute;
  background: url(../images/anniu.png)no-repeat center;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 1;
}

/*在线留言*/
.company_inner_fir{
    margin-bottom: 2.5%;
    margin-top: 4%;
    background: url(../images/ms.jpg)no-repeat right center;
}
.company_inner_fir .text-left{
    float: left;
    width: 65%;
}
.company_inner_fir .text-left .fir{
    font-size:36px;
    color:#404040;
    font-weight: 700;
}
.company_inner_fir .text-left .sec{
    font-size:16px;
    color:#404040;
}

.contact-liuyan .form-left{

}
.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.info_warp{
  margin-bottom: 40px;
}
.contact-liuyan input[type=text]{
    width: 49.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #2da2a6;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #00A13C;
}
.contact-liuyan .submit{
    display: block;
    width: 30%;
    line-height: 47px;
    text-align:center;
    color:#fff;
    height: 47px;
    font-size:24px;
    background: #00A13C;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.contact-liuyan .inputbox .submit:hover{
    background: #51c0c3;
}









.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #237ed2;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #237ed2;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #237ed2;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #237ed2;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.common-inner .inner-right .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .newsPage a {
  color: #323232;
}
.common-inner .inner-right .newsPage a:hover {
  color: #237ed2;
}
.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.common-inner .inner-right .de-contact {
  overflow: hidden;
}

.common-inner .inner-right .de-contact .contact-map #dituContent {
  width: 785px;
  height: 475px;
  margin: 0 auto 30px;
}
.inner-contact {
  width: 260px;
  margin-top: 18px;
}
.inner-contact .title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.inner-contact .title em {
  font-size: 13px;
  color: #728dbc;
}
.inner-contact .contact-box {
  min-height: 180px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #808080;
}

.prodect-Info .info-center {
  overflow: hidden;
}
.prodect-Info .info-center .infoCenter-left {
  float: left;
  width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  float: right;
  width: 870px;
  background: #fff;
  padding: 0 25px;
  min-height: 800px;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #0058b1;
  line-height: 60px;
  margin-bottom: 20px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
  font-family: '微软雅黑';
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
  width: 50%;
  text-align: center;
  font-size: 15px;
  color: #262626;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
  line-height: 45px;
  color: #595959;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.prodect-Info .info-center .infoCenter-right .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.prodect-Info .info-center .infoCenter-right .newsPage a {
  color: #323232;
}
.prodect-Info .info-center .infoCenter-right .newsPage a:hover {
  color: #237ed2;
}
#MagnifierWrap2 {
  position: relative;
  width: 350px;
}
.MagnifierMain {
  position: relative;
  width: 350px;
  height: 350px;
  font-size: 0;
  text-align: center;
  line-height: 350px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain.video {
  cursor: pointer;
}
.MagnifierMain.video::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1;
  background: url(../images/media-icon.png) no-repeat center;
  background-size: 100% auto;
}
.play-video {
  width: 350px;
  height: 350px;
  border: 1px solid #e6e6e6;
}
.play-video iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 13px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #00953B;
  background: #00953B;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
/*# sourceMappingURL=./inner.css.map */