﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}
.focus {text-align: center;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #00ac97;text-decoration:none;}

.header-wrapper{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    padding:0 4.25%;
    z-index:9999;
}
.header-wrapper .navbar-default{
    background:none;
    border-width:0;
    margin-bottom:0;
}
/* .header-wrapper .navbar-nav{width: 100%;} */
.header-wrapper .navbar-brand{height:auto;}
.erj-nav dl{display:none;}

.indexHead:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    display: inline;
    height: 95px;
    height: 100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.indexHead.activeHead:after {
    top: 0;
}
.header-wrapper .line{border-top:1px solid #eaeaea;margin:10px 0 0;}
.header-wrapper.index .line{border-top-width:0;}
.header-wrapper .navbar-nav > li{padding:0px 10px;font-size:18px;border-radius:5px;font-family:"SourceHanSansCNRegular";}
.navbar-nav > li > a{padding-top:11px;padding-bottom:11px;}
.navbar-default .navbar-nav > li > a{color:#fff;padding-right:10px;padding-left:10px;}
.activeHead .navbar-default .navbar-nav > li > a{color:#333;}
.navbar-default .navbar-nav > li > a:after{
    display: block;
    width:6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -3px;
}
.activeHead .navbar-default .navbar-nav > li > a:after{background:#333;}
.activeHead .navbar-default .navbar-nav > li.on > a:after,
.navbar-default .navbar-nav > li.on > a:after,
.navbar-default .navbar-nav > li:hover > a:after{background:#00ac97;}
.header-wrapper .navbar-collapse{padding:0;margin-top:55px;}

/* .header-wrapper .navbar-nav > li:hover,.header-wrapper .navbar-nav > li.on{
    background:#c3262d;
    color:#fff;
} */

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.header-wrapper .navbar-nav > li:hover a,
.header-wrapper .navbar-nav > li.on a{
    color:#00ac97;
}
.header-wrapper .lang{
    height:28px;
    padding:8px 15px;
    border-radius:28px;
    background: #00ac97;
    margin-top: 6px;
    margin-left: 20px;
}
.header-wrapper .lang a{
    display:inline-block;
    color:#fff;
    height: 12px;
    line-height: 12px;
    padding:0 4px;
    vertical-align:top;
}
.header-wrapper .lang span.htel{
    display:inline-block;
    color:#fff;
    height: 14px;
    line-height: 14px;
    font-size: 18px;
    font-family:arial;
    padding:0 4px;
    vertical-align:top;
}
.header-wrapper .lang a.en{border-left:1px solid #fff;}
.erj-nav{
    position:absolute;
    top:100%;
    left:-35px;
    right: -35px;
    padding-top:10px;
    z-index:9;
}
.erj-nav dl{
    background:rgba(0,172,151,0.9);
    padding:0px;
    text-align:center;
    position:relative;
    border:1px solid rgba(5,197,173,0.9);
    margin-top:-3px;
}
.erj-nav dl:after{
    display:block;
    width: 0;
    height: 0;
    border-bottom:8px solid #00ac97;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    content:'';
    position:absolute;
    top:-8px;
    left:50%;
    margin-left:-8px;
}
.erj-nav dl dd{text-align:left;position: relative;}
.erj-nav dl dd a:hover{background: #f8931f;}
.erj-nav dl dd i.is{
    position: absolute;
    top:50%;
    left: 10px;
    width:15px;
    height: 15px;
    background: url(../Images/ico_12.png);
    margin-top: -7px;
}
.erj-nav dl dd + dd{border-top:1px solid rgba(255,255,255,0.14);}
.erj-nav dl dd:last-child{border-bottom:0;}
.erj-nav dl dd a{color:#fff!important;font-size:16px;display: block;padding:12px 0 12px 35px;}
.banner-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    text-align: center;
}
.banner-txt h4 {
    font-size: 16px;
    color: #fff;
    font-family: "SourceHanSansCNRegular";
    margin: 15px;
    opacity: 0;
    line-height: 1.4;
}

.index-prev,.index-next{
    width:33px;
    height:61px;
    position:absolute;
    top:50%;
    margin-top:-30px;
    cursor:pointer;
    z-index:8;
}
.index-prev {
    background: url(../Images/ico_prev.png);
    left: 5%;
}
.index-next {
    background: url(../Images/ico_next.png);
    right: 5%;
}

.head-rights{position:absolute;right:15px;top:0px;}
.head-login{margin-top:18px;}
.head-login .head-tel{
    display:inline-block;
    position:relative;
    padding-left:20px;
    font-size:18px;
    color:#c3262d;
    font-family:Arial;
    font-weight:bold;
}
.head-login .head-tel i{
    display:block;
    width:17px;
    height: 17px;
    background:url(../Images/ico_tel.png);
    position:absolute;
    top:3px;
    left:0;
}
.head-login a{
    display:inline-block;
    height:14px;
    line-height: 14px;
    padding-left:10px;
    font-size:16px;
    color:#555;
}
.head-login a.register{
    border-left:1px solid #999;
    margin-left:10px;
}
.banner .swiper-pagination{
    width: auto;
    position: absolute;
    right: 5%;
    bottom:50%;
    left: auto;
    z-index: 6;
}
.banner .swiper-pagination-bullet{
    display: block;
    opacity:1;
    background:transparent;
}
.banner .swiper-pagination-bullet-active{background:#c3262d;}
.banner .swiper-pagination .numb{
    display: block;
    width:34px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    font-family:Arial;
    color:#fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#00ac97;}
.banner-list{
    color:#fff;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 5;
}
#btcons .item{
    position: relative;
    padding-left:8px;
    border-left:1px solid rgba(255,255,255,0.35);
    transition: all 0.3s;
}
#btcons .item:after{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border:1px solid #fff;
    content: '';
    position: absolute;
    top:-10px;
    left:-5px;
}
#btcons .item:nth-child(1){min-height: 95px;}
#btcons .item:nth-child(2){min-height: 85px;}
#btcons .item:nth-child(3){min-height: 135px;}
#btcons .item:nth-child(4){min-height: 75px;}
#btcons .item:nth-child(5){min-height: 185px;}
#btcons .item:nth-child(6){min-height: 105px;}
#btcons .item.on:nth-child(1){min-height: 525px;}
#btcons .item.on:nth-child(2){min-height: 455px;}
#btcons .item.on:nth-child(3){min-height: 505px;}
#btcons .item.on:nth-child(4){min-height: 475px;}
#btcons .item.on:nth-child(5){min-height: 325px;}
#btcons .item.on:nth-child(6){min-height: 305px;}
/* #btcons .item .txt{width: 150%;} */
#btcons .item .mes{display: none;}
#btcons .item.on .mes{display: block;}
#btcons .item .txt .h4{
    opacity: 0.64;
    position: relative;
}
#btcons .item.on .txt .h4{opacity: 1;font-size: 30px;padding-left: 30px;}
#btcons .item .txt .h4 i.ia{
    display: block;
    width: 2px;
    height:36px;
    background: #f8931f;
    position: absolute;
    top:0;
    left: 15px;
    transform: rotate(45deg);
    display: none;
}
#btcons .item.on .txt .h4 i.ia{display: block;}
#btcons .item .txt .h4 i.ib{
    display: inline-block;
    width:105px;
    height: 5px;
    background: #f8931f;
    margin-left: 3px;
    display: none;
}
#btcons .item.on .txt .h4 i.ib{display: inline-block;}
#btcons .item .txt .h3{
    margin-top: 35px;
    margin-bottom:25px;
    line-height: 1.4;
}
.bmore{display:inline-block;position: relative;}
.bmore:after{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:60%;
    border:2px solid #00ac97;
    border-right-width: 0;
    content:'';
}
.bmore a{
    display: inline-block;
    font-size: 18px;
    color: #00ac97;
    padding:15px 30px;
    line-height:24px;
    position: relative;
    z-index: 3;
    font-family:"SourceHanSansCNRegular";
}
.bmore a:after{
   position: absolute;
    top:0;
    left:60%;
    width:0;
    height:15px;
    border-left:2px solid #00ac97;
    content:''; 
}
.bmore a:before{
   position: absolute;
    bottom:0;
    left:60%;
    width:0;
    height: 15px;
    border-left:2px solid #00ac97;
    content:''; 
}
.bmore a i{display:inline-block;font-size: 24px;vertical-align: middle;}
.title-s1{
    text-align: center;
    position: relative;
    padding-top:40px;
    margin-bottom:40px;
}
.title-s1 h3{
    font-family:"Elephant";
    text-transform:uppercase;
    font-size:36px;
}
.title-s1 .p{
    font-size: 28px;
    font-family:'SourceHanSansCNRegular';
}
.title-s1 .line1{
    width:43px;
    height: 43px;
    background: #00ac97;
    position: absolute;
    top:0;
    left: 50%;
    margin-left:-21px;
}
.title-s1 .line3{
    width:1px;
    height: 32px;
    background: #ccc;
    position: absolute;
    top:100%;
    left: 50%;
}
.hm-p1-p{font-size: 15px;line-height: 28px;color:#555;text-align:center;}
.hm-p1-list{margin-top: 65px;margin-bottom:50px;}
.hm-p1-list>div{text-align:center;}
.hm-p1-list>div img{height: 75px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.hm-p1-list .col-xs-3>div{overflow: hidden;}
.hm-p1-list .col-xs-3>div:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.hm-p1-list>div p{margin-top: 10px;font-size: 20px;}
.hm-pro-swp{
    background: url(../Images/bg_03.jpg) center top no-repeat;
    border-top:1px solid #d9d9d9;
    padding-bottom:50px;
}
.title-s1 .line2{
    width: 44px;
    height: 4px;
    background: #00ac97;
    position: absolute;
    top:-3px;
    left:50%;
    margin-left:-22px;
}
.hm-pro-swp .boxs{
    padding-top: 100px;
}
.hm-pro-swp .boxs .mes{
    padding:0 20px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hm-pro-swp .boxs .mes .img{
    padding:10px;
    border:1px solid #eee;
    background: #fff;
}
.hm-pro-swp .boxs .mes .img img{
    margin-top: -20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.hm-pro-swp .boxs:hover .mes{background: #00ac97;}
.hm-pro-swp .boxs:hover .mes .img{border-color:transparent;}
.hm-pro-swp .boxs:hover .mes .img img{transform: translate(0,-50px);}
.hm-pro-swp .boxs .mes .txt{
    margin-top:25px;
}
.hm-pro-swp .boxs .mes .txt span.en{margin-left: 5px;}
.hm-pro-swp .boxs .mes .txt .p{opacity: 0;display: none;}
.hm-pro-swp .boxs:hover .mes .txt .p{opacity: 1;}
.hm-pro-swp .boxs:hover .mes .txt .h4{color:#fff;}
.hm-pro-swp .boxs .mes .txt .p a{
    display: inline-block;
    margin-right:12px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    color: #fff;
}
.hm-pro-swp .boxs .mes .txt .p a+a{
    padding-left: 12px;
    border-left: 1px solid #fff;
}
.swiper-hmpro-pagination{text-align: center;margin-top: 40px;}
.swiper-hmpro-pagination .swiper-pagination-bullet{width: 10px;height: 10px;border-radius:10px;}
.swiper-hmpro-pagination .swiper-pagination-bullet-active{
    width: 30px;
    background: #00ac97;
}
.hm-ym-swp{
    background:#000 url(../Images/bg_02.jpg) center top no-repeat;
    color: #fff;
}
.hm-ym-swp .title-s1{padding-top: 40px;}
.ym-more{
    text-align: center;
    margin:35px 0 65px;
}
.ym-more .bmore a{color: #fff;}
.swp-prev{
    width:32px;
    height: 61px;
    background: url(../Images/ico_prev.png);
    background-size:cover;
    position: absolute;
    top:50%;
    left:0;
    margin-top: -30px;
    z-index:2;
}
.swp-next{
    width:33px;
    height: 61px;
    background: url(../Images/ico_next.png);
    background-size:cover;
    position: absolute;
    top:50%;
    right:0;
    margin-top: -30px;
    z-index:2;
}
.swp-prev11{
    width:38px;
    height: 73px;
    background: url(../Images/ico_prev2.png);
    background-size:cover;
    position: absolute;
    top:40%;
    left:-38px;
    margin-top: -36px;
    z-index:2;
    transform: scale(0.65);
}
.swp-next11{
    width:38px;
    height: 73px;
    background: url(../Images/ico_next2.png);
    background-size:cover;
    position: absolute;
    top:40%;
    right:-38px;
    margin-top: -36px;
    z-index:2;
    transform: scale(0.65);
}
.swiper-button-disabled{cursor:no-drop;}
.hm-news-swp{
    background: url(../Images/bg_01.jpg) repeat;
    padding-bottom:105px;
    overflow:hidden;
}
.title-s2 {text-align: right;}
.title-s2 h3{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    position: relative;
}
.title-s2 h3 span{
    display: inline-block;
    padding:15px 40px;
    background: #f8931f;
    color: #fff;
    position: relative;
    z-index: 3;
}
.title-s2 h3:after{
    display: block;
    width: 12px;
    height: 12px;
    background: #00ac97;
    content: '';
    position: absolute;
    top:-8px;
    left:-8px;
}
.title-s2 h3:before{
    display: block;
    width: 8px;
    height: 8px;
    background: #f8931f;
    content: '';
    position: absolute;
    top:4px;
    left:-16px;
}
.hm-news-bgxf{position: relative;overflow:hidden;}
.hm-news-boxs{
    position: relative;
    z-index:3;
}
.hm-news-bgxf:after{
    display: block;
    width: 41.66666667%;
    height: 100%;
    background: #00ac97;
    content: '';
    position: absolute;
    top:0;
    right: 0;
}


.hm-news-boxs .row{margin-right: 0;margin-left: 0;}
.hm-news-boxs .row>div{padding-right: 0;padding-left: 0;}
.hm-news-boxs .ts{
    font-family: "Elephant";
    text-transform: uppercase;
    font-size: 36px;
    color:#00ac97;
    margin-top: 60px;
    text-align: right;
}
.hm-news-boxs .ts.col2{
    color:#fff;
    text-align: left;
}
.hm-news-boxs .mes{
    padding:0 26px;
}
.hm-news-boxs .mes .h4{margin-top: 5px;margin-bottom: 5px;}
.hm-news-boxs .mes .h4 a{
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}
.hm-news-boxs .mes .date{font-size: 12px;color: #fff;}
.hm-news-boxs .mes .line{
    width: 34px;
    height: 2px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hm-news-boxs .mes .p{line-height: 30px;}
.hm-news-boxs .mes .p a{
    color:#fff;
}
.swp-prev2{
    width:150px;
    height: 50px;
    border:2px solid #00ac97;
    background:#fff url(../Images/ico_01.png) center center no-repeat;
    float: right;
}
.swp-next2{
    width:150px;
    height: 50px;
    border:2px solid #fff;
    background:#fff url(../Images/ico_02.png) center center no-repeat;
}
.hmnewspage{margin-top: 70px;margin-bottom: 75px;}
ul.hm-news-list{
    padding-top: 30px;
}
ul.hm-news-list li{
    padding-bottom:42px;
    padding-top: 40px;
    position: relative;
}
ul.hm-news-list li+li:after{
    display: block;
    width: 70px;
    height: 0;
    border-top:1px solid #ddd;
    content: '';
    position: absolute;
    top:0;
    left:0;
}
ul.hm-news-list li .h5{
    font-size: 17px;
}
ul.hm-news-list li .date{
    font-size: 12px;
    margin-bottom: 10px;
}
ul.hm-news-list li .p{
    line-height: 24px;
}

.footer .line{
    height:5px;
    background: #f1f1f1;
    position: relative;
    z-index:2;
    margin-bottom: 30px;
}
.footer .line .la{
    position: absolute;
    top: 0;
    left:0;
    width:30%;
    height: 5px;
    background:#029b88;
    z-index:2;
}
.footer .line .lb{
    position: absolute;
    top: 0;
    left:0;
    width:33%;
    height: 5px;
    background:#f8931f;
    z-index:1;
}
.footer .line .btn-top{
    position: absolute;
    top:-25px;
    left:50%;
    width:49px;
    height: 49px;
    background: url(../Images/ico_03.png);
    background-size: cover;
    z-index:3;
}
.footer .mids h4{
    font-family:"SourceHanSansCNRegular";
    margin-bottom: 22px;
}
/* .yqlink{padding-left:18%;} */
.yqlink .p{font-size: 12px;margin-bottom: 5px;}
.yqlink .ft-select{
    display: inline-block;
    position: relative;
    border:1px solid #e5e5e5;
}
.yqlink .ft-select:after{
    position: absolute;
    top:0;
    right: 0;
    width:50px;
    height: 100%;
    background: url(../Images/ico_05.png) center center no-repeat;
    content: '';
}
.yqlink .ft-select:before{
    position: absolute;
    top:0;
    right:50px;
    height: 100%;
    width:0;
    border-left: 1px solid #e5e5e5;
    content: '';
}
.yqlink .ft-select select{
    background: transparent;
    border-width: 0;
    box-shadow: none;
    outline: none;
    height: 35px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding:0 50px 0 15px;
    min-width: 225px;
    position: relative;
    z-index:3;
}
.ft-mes{padding-left: 10%;}
.ft-mes ul{padding-top: 10px;}
.ft-mes ul li{
    float: left;
    width: 50%;
    line-height: 30px;
    padding-left:18px;
    background:url(../Images/ico_04.png) left top no-repeat;
}
.ft-mes ul li.li-tel{
    background-position: 0 8px!important;
}
.ft-mes ul li.li-fx{
    background-position: 0 -20px!important;
}
.ft-mes ul li.li-email{
    background-position: 0 -46px!important;
}
.ft-mes ul li.li-address{
    width: 100%;
    background-position: 0 -75px!important;
}
.ft-mes ul li.line{
    width: 100%;
    height: 0;
    border-top:1px solid #e5e5e5;
    margin:15px 0;
}
.footer .bottoms{
    background: #343434;
    padding:25px 0;
    color:#fff;
    margin-top: 32px;
}
ul.ft-nav li{
    float: left;
    margin-left:45px;
}


.inTab{
    text-align: center;
    padding:30px 15px 0;
    font-size: 0;
    border-bottom:1px solid #e4e4e4;
    margin-bottom: 50px;
}
.inTab a{
    font-size: 20px;
    display: inline-block;
    padding:0 60px 16px;
    border-bottom:3px solid transparent;
    margin-bottom: -2px;
}
.inTab a.on{border-bottom-color:#00ac97;}
.inTab2{
    padding:50px 0 0;
    border-bottom:1px solid #e4e4e4;
    margin-bottom: 0px; 
}
.inTab2 a{
    float: left;
    padding:0 40px 16px 20px;
    border-bottom:3px solid transparent;
    margin-bottom:-2px;
    width:16.66666667%;
}
.inTab2 a.on,.inTab2 a:hover{border-bottom-color:#00ac97;}
.inTab2 a .img{float: left;}
.inTab2 a .img img{height: 57px;}
.inTab2 a .mes{float: left;padding-left: 8px;}
.inTab2 a .mes .num{
    color:#e4e4e4;
    font-size:30px;
    line-height: 1;
}
.inTab2 a .mes .p{font-size: 20px;color:#000;}
.products-class .item{padding-top:50px;padding-bottom: 50px;}
.products-class .item+.item{border-top: 2px solid #00ac97;}
.title-s3{position: relative;padding-top: 1px;margin-bottom: 20px;}
.title-s3:after{
    display: block;
    width: 43px;
    height: 43px;
    background: #00ac97;
    content: '';
    position: absolute;
    top:0;
    left: -18px;
    opacity: 0.12;
}
.title-s3 h3 i{
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #ccc;
}
.products-class .item .mes{padding-left: 18px;}
.products-class .item .mes .p{line-height: 30px;height: 90px;overflow:hidden;}
.more-s5{margin-bottom: 30px;margin-top: 15px;}
.more-s5 a{
    display: inline-block;
    font-size: 15px;
    color:#00ac97;
    padding-bottom: 5px;
    border-bottom:2px solid #00ac97;
}
.products-class .item .groups{padding: 0 55px;position: relative;}
.products-class .item .prev4,.prev66{
    width:17px;
    height: 35px;
    background: url(../Images/ico_prev4.png) center center no-repeat;
    background-size:90%;
    opacity: 0.8;
    position: absolute;
    top:50%;
    left:18px;
    margin-top: -18px;
}
.products-class .item .next4,.next66{
    width:17px;
    height: 35px;
    background: url(../Images/ico_next4.png) center center no-repeat;
    background-size:90%;
    opacity: 0.8;
    position: absolute;
    top:50%;
    right:18px;
    margin-top: -18px;
}
.prev66{left:-15px;background-size:60%!important;}
.next66 {right:-15px;background-size:60%!important;}
.products-class .item .swiper-slide img{width: 100%;}
.product-detail-check{
    padding-top: 40px;
    border-top: 2px solid #00ac97;
    margin-top: 30px;
}
.product-detail-check h3{
    margin-bottom: 70px;
    text-align: center;
    font-size: 28px;
    font-family:"SourceHanSansCNRegular";
}
.product-detail-check .row{margin: 0;}
.product-detail-check .row >div{padding:0;}
.product-detail-check .boxs{
    padding:30px 30px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.product-detail-check .boxs:hover{background: #00ac97;}
.product-detail-check .boxs .mes .p a{color:#fff;}
.product-detail-check .boxs .mes{padding-top: 6px;}
.product-detail-check .boxs:hover .mes{padding-left: 20px;}
.product-detail-check .boxs .mes h4{position: relative;}
.product-detail-check .boxs .mes h4:after{
    display:block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    content: '';
    position: absolute;
    top:50%;
    left: -20px;
    margin-top: -5px;
}
.product-detail-check .boxs:hover .mes h4 a{color:#fff;}
.product-ys h3{
    text-align: center;
    font-size: 28px;
    font-family:"SourceHanSansCNRegular";
}
.product-ys .pm{
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 45px;
}
.product-ys .boxs{
    border:2px solid transparent;
    text-align: center;
    padding-top: 50px;
    min-height: 340px;
    margin-bottom: 50px;
}
.product-ys .boxs:hover{border-color:#f8931f;}
.product-ys .boxs .img img{height: 75px;}
.product-ys .boxs .h4{font-size: 20px;margin-bottom: 15px;}
.product-ys .boxs .p{
    max-width: 235px;
    margin: 0 auto;
    color: #888;
    line-height: 24px;
}
.product-yy-list{margin-top: 20px;margin-bottom: 50px;}
.product-yy-list .boxs{
    display: block;
    max-width: 254px;
    margin:25px auto;
}
.product-yy-list .boxs .pic{
    width: 100%;
    height:0;
    padding-top:100%;
    border-radius:100%;
    overflow:hidden;
    position: relative;
}
.product-yy-list .boxs .pic img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius:100%;
}
.product-yy-list .boxs .pic .h4{
    width: 100%;
    font-size: 20px;
    background: #00ac97;
    color: #fff;
    padding:15px 0;
    margin:0;
    text-align: center;
    position: absolute;
    left:0;
    bottom:0;
    z-index:3;
}
.product-yy-list .boxs .p{
    font-size: 16px;
    line-height:28px;
    color:#555;
    text-align: center;
    min-height:74px;
    margin-top: 10px;
}
.about-top{padding:80px 0 40px;position: relative;}
.about-top .mes{padding-left: 40px;}
.about-top .mes .title-s3 h3{
    font-size:40px;
    color: #00ac97;
    text-transform:uppercase;
    font-family:"Elephant";
}
.about-top .mes .title-s3 h2{margin-top: 15px;}
.about-mid{
    background: #f5f5f5;
    border-top: 1px solid #d9d9d9;
}
.about-mid .title-s1{padding-top: 30px;}
.about-mlist{margin-bottom: 70px;}
.about-mid .about-mlist ul{margin-right:-12px;margin-left:-12px;}
.about-mid .about-mlist ul li{
    float: left;
    width: 33.33333%;
    padding:12px;
}
.about-mid .about-mlist ul li .box{
    display: block;
    background: #fff;
    min-height: 270px;
    padding:40px 30px 30px 60px;
    color: #333;
}
.about-mid .about-mlist ul li .box:hover{
    background: #00ac97;
    color: #fff;
}
.about-mid .about-mlist ul li .box .line{
    width: 70px;
    height: 2px;
    background: #00ac97;
    margin-bottom: 15px;
}
.about-mid .about-mlist ul li .box:hover .line{background: #fff;}
.about-mid .about-mlist ul li .box .d{
    font-size: 24px;
    color:#555;
}
.about-mid .about-mlist ul li .box:hover .d{color:#fff;}
.about-mid .about-mlist ul li .box .h3{
    font-family:"SourceHanSansCNRegular";
    margin-top: 15px;
    line-height: 1.4;
    min-height: 66px;
}
.about-mid .about-mlist ul li .vbtn{color:#9a9a9a;font-size: 15px;}
.about-mid .about-mlist ul li .box:hover .vbtn{color:#fff;}
.about-mid .about-mlist ul li .vbtn i{font-size: 18px;vertical-align: middle;}
/* .about-mid .about-mlist ul li:nth-child(3){float: right;}
.about-mid .about-mlist ul li:nth-child(3) .box{min-height:564px;}
.about-mid .about-mlist ul li:nth-child(3) .box .h3{margin-bottom: 190px;} */
.about-loc{
    position: absolute;
    top:0;
    left:-150px;
}
.about-loc .t{
    width:38px;
    height: 38px;
    background: url(../Images/ico_11.png);
}
.about-loc ul{margin-left:13px;}
.about-loc ul li{
    position: relative;
    height: 36px;
    line-height:36px;
    padding-left: 26px;
    overflow:hidden;
}
.about-loc ul li:after{
    display: block;
    width:11px;
    height: 11px;
    border-radius:11px;
    border:1px solid #1eaba2;
    background: #fff;
    content:'';
    position: absolute;
    top:50%;
    left:0;
    margin-top: -6px;
    z-index: 5;
}
.about-loc ul li.on:after{background:#1eaba2;}
.about-loc ul li i{
    position: absolute;
    bottom:0;
    left:5px;
    width: 0;
    height: 50px;
    border-left:1px solid #1eaba2;
}
.about-loc ul li:last-child i{bottom:50%;}
.title-s6 {
    text-align: center;
    margin: 60px 0 80px;
}
.title-s6 h1 {
    font-size: 67px;
    font-family: "Elephant";
    color: #000;
    text-transform: uppercase;
}
.title-s6 h1 i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #00ac97;
    border-radius: 100%;
}
.title-s6 p {
    font-size: 15px;
    color: #888;
}
.contact-tl{max-width: 1200px;margin:0 auto;}
.contact-lists .box{position: relative;padding-left:82px;min-height: 75px;padding-top: 1px;}
.contact-lists .box i{
    position: absolute;
    top:0;
    left:0;
    width:75px;
    height: 75px;
}
.contact-lists .box i.i1{
    background: url(../Images/ico_07.png);
    background-size: cover;
}
.contact-lists .box i.i2{
    background: url(../Images/ico_08.png);
    background-size: cover;
}
.contact-lists .box i.i3{
    background: url(../Images/ico_09.png);
    background-size: cover;
}
.contact-lists .box .h5{font-family:"SourceHanSansCNRegular";}
.contact-lists{margin-bottom:90px;}
.contact-form{
    padding:40px 15px 80px;
    border-top: 5px solid #000;
}
.title-s7{text-align: center;margin-bottom: 60px;}
.title-s7 .ens{overflow:hidden;}
.title-s7 .ens span{
    display: inline-block;
    padding:0 20px;
    position: relative;
    font-family:"SourceHanSansCNBold";
    color:#000;
}
.title-s7 .ens span:after,.title-s7 .ens span:before{
    display: block;
    width: 80px;
    height: 0;
    border-top: 1px solid #ddd;
    content: '';
    position: absolute;
    top:50%;
}
.title-s7 .ens span:after{left:100%;}
.title-s7 .ens span:before{right: 100%;}
.form-group input,.form-group textarea{
    background: #ddd;
    border-width: 0;
    outline: none;
    box-shadow: none;
}
.contact-form .ts{font-size: 12px;}
.contact-form .cbtn{
    width: 106px;
    height: 36px;
    border:0;
    background: #00ac97;
    color:#fff;
    font-size: 18px;
}
.product-ys2{
    padding:60px 0;
    max-width: 1200px;
    margin:0 auto;
}
.product-ys2 .img{
    position: relative;
    margin-bottom: 80px;
}
.product-ys2 .img .view{
    color: #fff;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:0 20%;
    text-align: center;
    background: rgba(0,172,151,0.95);
    z-index: 2;
    opacity:0;
}
.product-ys2 .img:hover .view{opacity: 1;}
.product-ys2 .img .view .h3{line-height: 1.4;margin-bottom: 50px;}
.btns a{
    display: inline-block;
    font-size: 18px;
    color:#fff;
    padding:5px 50px;
    border:2px solid #fff;
}
.product-yy3{
    padding:50px 4.25%;
    background:#fafafa;
    margin-top:-50px;
}
.product-yy3 .img{
    position: relative;
    padding:10px;
}
.product-yy3 .img:after{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 80%;
    background: #fff;
    border:1px solid #e5e5e5;
    content: '';
}
.product-yy3 .img img{position: relative;z-index:3;}
.product-yy3 .p{
    font-size: 18px;
    padding:0 10px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.swpages1 .swiper-pagination-bullet{background:#fff;opacity: 1;}
.swpages1 .swiper-pagination-bullet-active{background:#00ac97;}
.about-mlist .vimg img{max-width: 100%;}
.det-h4{font-size:20px;text-align: center;font-family:"SourceHanSansCNRegular";margin-bottom:15px;margin: 30px;}
.det-shar{text-align: center;margin-bottom:30px;}
.pagepage {margin-top:30px;margin-bottom:30px;}
.pagepage>div{margin-bottom:10px;}
.sy-ft-img ul{margin-bottom:20px;}
.sy-ft-img ul li{
    float: left;
    /* margin-right:10px;
    padding:5px 0;
    border:1px solid #ddd; */
    max-width: 33%;
}
.sy-ft-img ul li img{max-width: 100%;}

/* 浮动框 */
    .float-menu{margin-bottom:10px;background:#fff;position:relative;border:1px solid #ddd;}
    .float-menu.menu-ogg{background:#00ac97;}
    .float-zx{position:fixed;right:1px;top:50%;margin-top:-45px;z-index: 999;}
    .float-zx .float-menu>a{display:block;width:36px;height:36px;text-align:center;font-size:12px;color:#00ac97;line-height:18px;overflow: hidden;}
    .float-zx .float-menu a.inco_float_1{color:#fff;background:#fff url(../Images/fl_1.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_2{background:url(../Images/fl_2.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_3{background:url(../Images/fl_3.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a p{height:36px;padding-top:3px;display:none;line-height:16px;padding-bottom:3px;margin-bottom:0;}
    .float-zx .float-menu:hover a.inco_float_1 p{background:#00ac97;}
    .float-zx .float-menu:hover a p{display:block;background:#fff;}
    /* .float-zx .float-menu:hover a.inco_float_2,.float-zx .float-menu:hover a.inco_float_3{background:#fff;} */
    .float-box{position:absolute;top:-15px;right:30px;padding-right:25px;display:none;}
    .float-zx .float-menu:hover .float-box{display:block;}
    .float-box-c{
        border: 1px solid #ccc;
        border-top: 4px solid #00ac97;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }
    .menu-ogg .float-box-c{width:360px;}
    .inco_pep{
        display:inline-block;
        width:56px;height:56px;
        background:url(../Images/float_pep.png) left center no-repeat;
        background-size:56px;
        float:left;
    }
    .float-box-ct p,.float-box-ccb p{
        float: left;
        color: #00ac97;
        font-size: 24px;
        line-height: 28px;
    }
    .float-box-ct p i,.float-box-ccb p i{
        display: block;
        font-size: 14px;
        color: #aaa;
        font-style:normal;
    }
    .float-box-cc{
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #e4e4e4;
        padding-bottom:5px;
    }
    .float-box-cc h4{
        color: #666;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .float-box-cc ul li{float: left;width:33.3333%;}
    /* q1.gif */
    .float-box-cc ul li a{
        display: inline-block;
        color: #999;
        font-size: 13px;
        padding-left: 43px;
        background: url(../Images/fl_1.png) no-repeat left center;
        background-size:30px;
        line-height: 36px;
    }
    .menu-clock .float-box-c{width:280px;}
    i.inco-sj{
        display: block;
        width: 13px;
        height: 16px;
        background: url(../Images/02index-spri.png) no-repeat 0 -2226px;
        position: absolute;
        right: -13px;
        top: 26px;
    }
    .inco-clock{
        display:block;
        float: left;
        width:56px;
        height:56px;
        background:url(../Images/inco_clock.jpg) left top no-repeat;
    }
    .float-zx .float-menu.menu-chat .float-box-ccb p{
        color: #004e62;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-back a{background:url(../Images/ft_4.jpg);}
    .menu-back:hover a{background:url(../Images/ft_4a.jpg);}