.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.elp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hide {
    display: none;
}
.show {
    display: block;
}
/*简易栅格化*/
.col {
    margin-left: -15px;
    margin-right: -15px;
    zoom: 1;
}
.col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.col>li,
.col .item {
    float: left;
    padding: 0 15px;
}
.col li img,
.col .item img {
    max-width: 100%;
    width: 100%;
}
.col-2 li,
.col-2 .item {
    width: 50%;
}
.col-3 li,
.col-3 .item {
    width: 33.3333%;
}
.col-4>li,
.col-4 .item {
    width: 25%;
}
.col-5 li,
.col-5 .item {
    width: 20%;
}
.col-6 li,
.col-6 .item {
    width: 16.6666%;
}
.col-8 li,
.col-8 .item {
    width: 12.5%;
}
.col.c20 {
    margin-left: -10px;
    margin-right: -10px;
}
.col.c20>li,
.col.c20 .item {
    padding: 0 10px;
}
@media (max-width: 1800px) {
    .col {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col>li,
    .col .item {
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .col-4>li,
    .col-4 .item {
        width: 50%;
    }
    .col {
        margin-left: -7px;
        margin-right: -7px;
    }
    .col>li,
    .col .item {
        padding: 0 7px;
    }
}
.bg-gray {
    background: #F1F3F5;
}
.oh {
    overflow: hidden;
}
/*图片放大*/
.pic-scale .pic,
.img-scale {
    position: relative;
    overflow: hidden;
}
.img-scale img,
.pic-scale img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.img-scale:hover img,
.pic-scale:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.m-show {
    display: none;
}


/*产品*/
.page-banner {
    position: relative;
    height: 237px;
    overflow: hidden;
}
.page-banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.page-banner .cont {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: 245px;
    z-index: 10;
}
.page-banner .cont .tit {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 26px;
    margin-bottom: 25px;
    position: relative;
}
.page-banner .cont .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    border-bottom: 3px solid #fff;
}
.page-banner .cont .des {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.list-product .slide {
    margin-bottom: 85px;
}

/*分页*/
.pages {
    clear: both;
    padding: 0 0 70px;
    text-align: center;
    font-size: 0;
}
.pages li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 5px;
    margin-bottom: 1rem;
}
.pages li:first-child {
    display: none;
}

.pages a {
    display: inline-block;
    padding: 0 12px;
    height: 41px;
    line-height: 41px;
    background-color: #d6d6d6;
    color: #213752;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pages li.page-ud a {
    width: 84px;
    padding: 0;
    background: #00923F;
    box-shadow: 0px 0px 35px 3px rgba(13, 54, 70, 0.1);
    color: #fff;
}
.pages li.page-ud a:hover {
    opacity: .9;
}
.pages a:hover,
.pages a.active {
    background: #00923F;
    color: #fff;
}
/*产品详情*/
.product-header {
    margin-top: 84px;
    margin-bottom: 80px;
}
.product-ablum {
	position: relative;
    width: 52.3%;
}
.gallery-top {
	float: left;
	width: 78.2%;
}
.gallery-thumbs {
	position: absolute;
	right: 0;
	height: 100%;
	width: 18%;
}
.gallery-thumbs .swiper-slide-active {
	/*border: 1px solid #ddd;*/
}
.product-ablum img {
	max-width: 100%;
}
.product-cont {
    overflow: hidden;
    padding-left: 80px;
    padding-top: 30px;
}
.product-cont .tit {
    margin-top: 0;
    font-size: 36px;
    color: #333;
    margin-bottom: 17px;
}
.product-cont .subtit {
    font-size: 24px;
}
.product-cont .des {
    margin-top: 30px;
    padding-bottom: 55px;
}
.product-cont .des p {
    margin: 0;
    margin-bottom: 20px;
}
.product-cont .contact {
    padding-top: 60px;
    border-top: 1px solid #C7C7C7;
    font-size: 24px;
    line-height: 58px;
    color: #333;
}
.product-cont .contact .bold {
    font-weight: bold;
    color: #00923f;
    font-size: 36px;
}
.product-body {
    background: #F0F3F4;
    padding: 0 90px 110px;
}
.pro-tit {
    padding-top: 80px;
    line-height: 1;
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 70px;
}
.product-body .content img {
	max-width: 100%;
}
.zixun {
	
}


.hot-rec {
    margin-top: -30px;
    margin-bottom: 90px;
}
.hot-rec .text {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 35px;
}
.hot-rec .pic {
    overflow: hidden;
}
.hot-rec .pic img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hot-rec .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case-info {
    padding-top: 55px;
    padding-bottom: 90px;
}
.case-info .pic {
    padding-left: 140px;
    padding-right: 90px;
    width: 50%;
}
.case-info .pic img {
    max-width: 100%;
}
.case-info .cont {
    overflow: hidden;
    padding: 80px 100px 0 60px;
}
.case-info .cont .en {
    font-size: 24px;
    color: #000;
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-weight: 300;
    line-height: 1;
    opacity: .38;
    font-style: italic;
}
.case-info .cont .tit {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 20px;
}
.case-info .cont .des {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-top: 20px;
    margin-bottom: 40px;
}
.com-more {
    display: inline-block;
    width: 196px;
    height: 58px;
    line-height: 58px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    background-color: #00923f;
    border-radius: 28px;
}

.page-title {
    padding-top: 110px;
    padding-bottom: 75px;
    text-align: center;
}
.page-title h3,
.page-title h1 {
    font-size: 36px;
    color: #333;
    line-height: 1;
    margin: 0;
}
.page-title p {
    color: #666;
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    margin-top: 30px;
}

.list-common .item {
    text-align: center;
    margin-bottom: 70px;
}
.list-common .item .text {
    margin-top: 28px;
}
.list-common .item .pic {
    overflow: hidden;
}


/*新闻列表*/
.list-news {
    margin-bottom: -70px;
}
.list-news .item {
    margin-bottom: 70px;
}
.list-news .item .slide-box {
    display: block;
}
.list-news .item .slide-box .dt .pic {
    overflow: hidden;
    position: relative;
    padding-bottom: 63.5%;
}
.list-news .item .slide-box .dt .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.list-news .item .slide-box .dd {
    padding: 26px;
    background-color: #fff;
}
.list-news .item .slide-box .dd .time {
    font-size: 18px;
    color: #666;
}
.list-news .item .slide-box .dd .tit {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-news .item .slide-box .dd .des {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-news .item .slide-box .dd .btn-more {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
}
.list-news .item .slide-box .dd .btn-more .text {
    color: #666;
    font-size: 16px;
}

/*新闻详情*/
.news-detail {
    width: 1332px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 130px;
}
.news-detail .tit {
    font-size: 36px;
    margin: 0;
    line-height: 1.4;
    color: #333;
    text-align: center;
}
.news-detail .info {
    margin-top: 25px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 18px;
    color: #535961;
    line-height: 1;
}
.news-detail .info span {
    margin: 0 15px;
}
.news-detail .info span i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.news-detail .info span .icon-clock {
    width: 17px;
    height: 17px;
    background: url(../images/news/info-1.png) no-repeat center;
    background-size: contain;
}
.news-detail .info span .icon-people {
    width: 15px;
    height: 14px;
    background: url(../images/news/info-2.png) no-repeat center;
    background-size: contain;
}
.news-detail .info span .icon-view {
    width: 21px;
    height: 17px;
    background: url(../images/news/info-3.png) no-repeat center;
    background-size: contain;
}
.news-detail .content {
    font-size: 16px;
    line-height: 32px;
}
.com-title {
    text-align: center;
    margin: 0;
    padding: 0;
}

/*关于*/
.about-one {
    padding-bottom: 150px;
    background: url(../images/about/bg.jpg) no-repeat center;
    background-size: cover;
}
.page-comcentent table {
    margin: 0 auto;
}
.about-video {
    width: 61.9%;
    margin: 0 auto;
}
.about-video img {
    max-width: 100%;
    overflow: hidden;
}
.about-intro {
    width: 71.66%;
    margin: 70px auto 0;
    text-align: center;
}
.about-intro .tit {
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
}
.about-intro .des {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.about-two {
    padding-bottom: 120px;
    background: #E3E8EB;
}
.servie-lc {
    padding-bottom: 50px;
    text-align: center;
    font-size: 0;
    border-bottom: 3px solid #009B4C;
}
.servie-lc .item {
    position: relative;
    display: inline-block;
    margin: 0 30px;
    font-size: 16px;
    color: #fff;
    width: 153px;
    height: 168px;
    background: url(../images/about/lc-bg.png) no-repeat center;
    background-size: contain;
}
.servie-lc .item:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -61px;
    margin-left: -10.5px;
    width: 21px;
    height: 21px;
    background: url(../images/about/lc-point.png) no-repeat center;
    background-size: contain;
}
.servie-lc .item .pic {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    margin-top: 30px;
}
.servie-lc .item .pic img {
    max-width: 100%;
}
.muscle-wrap {
    padding-bottom: 60px;
}
.muscle-list li {
    text-align: center;
    margin-bottom: 50px;
}
.muscle-list li .tit {
    font-size: 16px;
    color: #666;
    margin-top: 25px;
}


.service-tit .xs {
    margin-top: 16px;
    color: #999;
    line-height: 1;
}
.contact-list li {
    float: left;
    width: 23.95%;
    height: 151px;
    background-color: #e3e8eb;
    padding: 0 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: center;
}
.contact-list li:hover {
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
}
.contact-list li .pic,
.contact-list li .cont {
    display: inline-block;
    vertical-align: middle;
}
.contact-list li .cont {
    /* width: 70%; */
    text-align: left;
}
.contact-list li~li {
    margin-left: 1.4%;
}
.contact-list li .pic {
    margin-right: 20px;
}
.contact-list li .pic img {
	max-width: 100%;
}
.contact-list li .cont h4 {
    font-size: 14px;
    margin: 0;
}
.contact-list li .cont p {
    font-size: 18px;
    margin: 0;
    margin-top: 5px;
}
.contact-list li .cont p.min {
    font-size: 14px;
}
.contact-wrap {
	padding-bottom: 100px;
}
.contact-map {
	height: 600px;
	margin-bottom: 115px;
}

.case-list .case-slide {
    display: block;
}
.case-list .case-slide .pic-box {
    position: relative;
}
.case-list .case-slide .pic-box .pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.4%;
}
.case-list .case-slide .pic-box .pic img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.case-list .case-slide .pic-box .masking {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.case-list .case-slide .pic-box .masking .mask-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}
.case-list .case-slide .pic-box .masking .mask-main img {
  margin-bottom: 20px;
}
.case-list .case-slide .pic-box .masking .mask-main .mask-text {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
@media (max-width: 1250px) {
  .case-list .case-slide .pic-box .masking .mask-main .mask-text {
    font-size: 12px;
    line-height: 20px;
  }
}
.case-list .case-slide .text {
  padding: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .case-list .case-slide .text {
    padding: 15px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .rel-honor-list {
    padding-bottom: 50px;
  }
}
.rel-honor-list .slide-box {
  text-align: center;
  display: block;
}
.rel-honor-list .slide-box .pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 140%;
}
.rel-honor-list .slide-box .pic img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.rel-honor-list .slide-box .text {
  margin-top: 25px;
  font-size: 14px;
  color: #333;
}
@media (max-width: 767px) {
  .rel-honor-list .slide-box .text {
    margin-top: 15px;
  }
}

.yb_conct{position:fixed;z-index:9999999;top:331px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 10px 25px 10px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
.yb_conct a{color:#fff!important;}