.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/ali.ttf");
}
@font-face {
    font-family: 'she';
    src: url("../fonts/she.TTF");
}



.padding {
    padding: 6% 0 6% 0;
}

.padding-top {
    padding-top: 6%;
}

.padding-bottom {
    padding-bottom: 6%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.bannerbox{
    position: relative;
}
.bannerbox .swiper-slide img{
    width: 100%;
}
.banner-btn{
    position: absolute;
    width: 100%;
    left:0;
    bottom:5%;
    z-index: 2;
}
.banner-btn .item{
    width: 100%;
}
.banner-btn .item .swiper-pagination{
    width: 100px;
    position: relative;
    bottom:initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-btn .item .mouse{
    cursor: pointer;
}
.banner-btn .item .shu{
    color:#fff;
}
.banner-btn .item .shu em{
    font-size:24px;
    color:#fff;
}
.banner-btn .item .shu i{
    display: inline-block;
    font-size:18px;
    color:#fff;
    opacity: 0.8;
}
.banner-btn .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    position: relative;
}
.banner-btn .swiper-pagination-bullet:after{
    position: absolute;
    content:"";
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border:1px solid transparent;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    -ms-transition: all 0.55s;
    -o-transition: all 0.55s;
    transition: all 0.55s;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    background: #017e87;
}
.swiper-pagination-banner .swiper-pagination-bullet-active:after{
    border:1px solid #017e87;
}

.swiper-banner{
    overflow: hidden;
}

.allnav{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 9;
    background: rgba(0,0,0,0.3);
}

.headMenu{
    width: 49%;
    margin-left: 12%;
}
.headMenu li>a{
    font-size:18px;
    color:#fff;
    position: relative;
}
.headMenu li>a:after{
    position: absolute;
    content:"";
    width: 0;
    left:0;
    bottom: -6px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}
.headMenu li>a.act{
    font-weight: bold;
}
.headMenu li>a:hover:after
,.headMenu li>a.act:after{
    width: 100%;
}
.headMenu li{
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
}
.headMenu li .erji{
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    display: none;
}
.headMenu li:hover .erji{
    display: block;
}
.headMenu li .erji:before{
    position: absolute;
    content:"";
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:-10px;
    width: 0;
    height: 0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
}
.headMenu li .erji a{
    display: block;
    white-space: nowrap;
    font-size:14px;
    color:#313131;
    padding:0 20px;
    line-height: 50px;
    background: #fff;
}
.headMenu li .erji a:hover{
    background: #017e87;
    color:#fff;
}
.headBtn{
    position: absolute;
    right:0;
    top:0;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headBtn .weixin_btn{
    cursor: pointer;
    height: 100%;
    width: 87px;
    position: relative;
    border-left:1px solid rgba(255,255,255,0.2);
}
.headBtn .weixin_btn .erbox{
    position: absolute;
    width: 110px;
    padding:5px;
    background: #fff;
    top:100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.headBtn .weixin_btn:hover .erbox{
    display: block;
}
.headBtn .weixin_btn .erbox img{
    width: 100%;
}
.headBtn .weixin_btn .erbox:before{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-bottom:10px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    top:-10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.headBtn .tel_btn{
    background:#017e87;
    padding-left:20px;
    height: 100%;
    width: calc(100% - 87px);
}
.headBtn .tel_btn .text{
    margin-left: 10px;
}
.headBtn .tel_btn .t1{
    color:#fff;
    font-size:14px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.headBtn .tel_btn .t2{
    color:#fff;
    font-size:24px;
    font-weight: bold;
    white-space: nowrap;
}


.hotbar{
    position: relative;
    border-bottom:1px solid #d6d6d6;
}
.hotbar .bg{
    position: absolute;
    width: 34%;
    height: 100%;
    background: #017e87;
    left:0;
    top:0;
}
.hotbarcon{
    height: 110px;
    position: relative;
    z-index: 2;
}
.hotbarcon .left{
    color:#fff;
}
.hotbarcon .left .t1{
    font-size:24px;
}
.hotbarcon .left .t2{
    font-size:18px;
}
.hotbarcon .left img{
    margin-top: 3px;
    max-width: 100%;
}
.hotbarcon .cent{
    width: 33%;
    white-space: nowrap;
    margin-left: 5%;
}
.hotbarcon .cent span{
    display: inline-block;
    padding-left: 30px;
    background: url("../img/hot-img2.png") no-repeat left center;
    font-weight: bold;
    font-size:16px;
    color:#282828;
}
.hotbarcon .cent  a{
    font-size:16px;
    color:#3f3f3f;
    display: inline-block;
    padding-right: 16px;
    position: relative;
}

.hotbarcon .cent  a:last-child{
    padding-right: 0;
}
.hotbarcon .cent  a:last-child:after{
    display: none;
}
.hotbarcon .right{
    width: 30%;
    height: 100%;
    border-left:1px solid #d6d6d6;
    padding-left:3%;
}
.hotbarcon .right form{
    width: 100%;
}
.hotbarcon .right form input[type=text]{
    width: calc(100% - 36px);
    line-height: 36px;
    outline: none;
    font-size:16px;
    color:#333;
    float: left;
}
.hotbarcon .right form input[type=text]::placeholder{
    font-size:16px;
    color:#999999;
}
.hotbarcon .right form input[type=submit]{
    cursor: pointer;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
    background: #017e87 url("../img/search.png") no-repeat center;
}
.alltitle{
    text-align:center;
    margin-bottom: 35px;
}
.alltitle .t{
    color:#fff;
    font-size:16px;
    margin-bottom: 10px;
}
.alltitle img{
    display: block;
    margin:10px auto;
}
.alltitle .t1{
    font-size:34px;
    color:#2b2b2b;
    font-family: ali;
}
.alltitle .t2{
    font-size:16px;
    color:#2b2b2b;
}
.alltitle.white .t1{
    color:#fff;
}
.alltitle.white .t2{
    color:#fff;
    text-transform: uppercase;
}
.allsider{
    float: left;
    width: 300px;
}
.allsider-top{
    background: #00636a;
    height: 105px;
    padding:0 25px;
    margin-bottom: 4px;
}
.allsider-top .text .t1{
    font-size:24px;
    color:#fff;
    font-weight: bold;
}
.allsider-top .text .en{
    font-size:14px;
    color:rgba(255,255,255,0.6);
    text-transform: uppercase;
    margin-top: 5px;
}
.allsider-ul ul li a{
    display: block;
    line-height: 50px;
    background: #f5f5f5;
    padding:0 25px;
    font-size:16px;
    color:#474747;
    position: relative;
}
.allsider-ul ul li a .icon{
    display: block;
    width: 7px;
    height: 11px;
    background: url("../img/sider-icon.png") no-repeat center;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:25px;
}
.allsider-ul ul li a:hover
,.allsider-ul ul li a.act{
    background: #017e87;
    color:#fff;
}
.allsider-ul ul li a:hover .icon
,.allsider-ul ul li a.act .icon{
    background: url("../img/sider-icon1.png") no-repeat center;
}
.allsider-lx{
    background: url("../img/sider-lx.jpg") no-repeat center / cover;
    width: 100%;
    height: 157px;
}
.allsider-lx .text{
    margin-left: 10px;
}
.allsider-lx .text .t1{
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.allsider-lx .text .t2{
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 5px;
}
.pro-right{
    float: right;
    width: calc(100% - 335px);
}
.in_pro_lunbo{
    width: 100%;
    height: 766px;
}
.in_pro_lunbo .swiper-pro{
    width: 100%;
    height: 100%;
}
.in_pro_lunbo .swiper-pro .swiper-slide{
    height: calc((100% - 25px) / 2);
}
.allpro{
    position: relative;
    overflow: hidden;
}
.allpro a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.allpro a:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    border:4px solid transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
    box-sizing: border-box;
}
.allpro .imgbox{
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.in_pro_lunbo .allpro{
    height: 100%;
}
.in_pro_lunbo .allpro .imgbox{
    height: calc(100% - 60px);
}
.allpro .title{
    width: 100%;
    text-align:center;
    background: #f7f7f7;
    color:#3a3a3a;
    font-size:16px;
    line-height: 60px;
}
.allpro:hover a:before{
    border:4px solid #017e87;
}
.allpro:hover .title{
    background: #017e87;
    color:#fff;
}
.allpro:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.in_company{
    background: url("../img/ysbg1.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

.in_company .com_des{
    color:#fff;
    font-size:16px;
    line-height: 33px;
    text-align:center;
    width: 80%;
    margin:0 auto;
}
.company_item{
    margin-top: 4%;
    flex-wrap: wrap;
}
.company_item .list{
    width: 24%;
    background: rgba(0,0,0,0.5);
    position: relative;
    height: 236px;
}
.company_item .list:after{
    position: absolute;
    content:"";
    width: 100%;
    height: 10px;
    background: #017e87;
    left:0;
    bottom:0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.company_item .list .inner{
    width: 100%;
    padding:0 5%;
    text-align:center;
    color:#fff;
}
.company_item .list .icon{
    width: 100%;
    height: 55px;
    position: relative;
}
.company_item .list .title{
    font-weight: bold;
    font-size:20px;
    margin:15px 0;
}
.company_item .list .con{
    line-height: 28px;
    font-size:16px;
}
.company_item .list:hover .icon img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.company_item .list:hover:after{
    background: #00636a;
}

.in_ys_item{
    padding-bottom: 60px;
    flex-wrap: wrap;
}
.in_ys_item .list{
    width: 24%;
    height: 100px;
    background: #fafafa;
    border:1px solid #f0f0f0;
}
.in_ys_item .list .imgbox{
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.in_ys_item .list .imgbox .img2{
    opacity: 0;
}
.in_ys_item .list .text .t1{
    font-size:22px;
    color:#2b2b2b;
    font-weight: bold;
}
.in_ys_item .list .text .en{
    font-size:12px;
    color:#626262;
    text-transform: uppercase;
    margin-top: 5px;
}
.in_ys_item .list.act{
    background: #017e87;
    border:1px solid #017e87;
}
.in_ys_item .list.act .imgbox .img1{
    opacity: 0;
}
.in_ys_item .list.act .imgbox .img2{
    opacity: 1;
}
.in_ys_item .list.act .text .t1{
    color:#fff;
}
.in_ys_item .list.act .text .en{
    color:#fff;
}
.in_ys_lunbo .swiper-slide{
    width: 50%!important;
}
.in_ys_lunbo .imgbox{
    width: 100%;
    height: 535px;
    position: relative;
    overflow: hidden;
}
.in_ys_lunbo .imgbox .text{
    width: 583px;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding:4%;
    right: 6%;
    bottom: 10%;
    opacity: 0;
}
.in_ys_lunbo .swiper-slide.swiper-slide-active .imgbox .text{
    opacity: 1;
}
.in_ys_lunbo .imgbox .text-top{
    position: relative;
}
.in_ys_lunbo .imgbox .text-top .t1{
    font-size:26px;
    color:#282828;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.in_ys_lunbo .imgbox .text-top .s1{
    font-size:16px;
    color:#282828;
    margin:2% 0;
}
.in_ys_lunbo .imgbox .text-top .line{
    width: 28px;
    height: 2px;
    background: #017e87;
}
.in_ys_lunbo .imgbox .text .con{
    font-size:14px;
    color:#6c6c6c;
    line-height: 23px;
    margin-top: 3%;
}
.in_ys_lunbo .imgbox .text .tel{
    width: 49%;
    height: 45px;
    border-radius: 30px;
    background: #017e87;
    margin-top: 4%;
}
.in_ys_lunbo .imgbox .text .tel .s1{
    color:#fff;
    font-size:14px;
}
.in_ys_lunbo .imgbox .text .tel .s2{
    color:#fff;
    font-size:18px;
    font-weight: bold;
}

.in_news{
    background: #f4f4f4;
}

.allnews{
    position: relative;
    overflow: hidden;
}
.allnews a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.allnews .imgbox{
    width: 100%;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.allnews .text{
    background: #fff;
    padding:5.5%;
}
.allnews .text .time{
    line-height: 22px;
    padding-left:30px;
    font-size:16px;
    color:#636363;
    background: url("../img/news-time.png") no-repeat left center;
}
.allnews .text .title{
    font-size:18px;
    color:#282828;
    font-weight: bold;
    margin: 4% 0;
}
.allnews .text .con{
    font-size:14px;
    color:#676767;
    line-height: 25px;
}
.allnews .text .more{
    width: 115px;
    height: 40px;
    border:1px solid #bbbbbb;
    margin-top: 7%;
    padding:0 10px;
}
.allnews .text .more span{
    font-size:14px;
    color:#363636;
}
.allnews a:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    border:4px solid transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    box-sizing: border-box;
    z-index: 2;
}
.allnews:hover a:before{
    border:4px solid #017e87;
}
.allnews:hover .text .more{
    background: #017e87;
    border:1px solid #017e87;
}
.allnews:hover .text .more span{
    color:#fff;
}
.allnews:hover .text .more img{
    filter:brightness(1000%);
}


.in_mes{
    background: url("../img/mesbg.jpg") no-repeat center / cover;
}

.in_mes_left{
    float: left;
    width: 45%;
}
.in_mes_left .tbox .t1{
    color:#fff;
    font-size:53px;
    text-transform: uppercase;
}
.in_mes_left .tbox .t1 span{
    font-weight: bold;
}
.in_mes_left .tbox .t2{
    font-size:20px;
    color:#fff;
}
.in_mes_left .item{
    margin:5% 0;
}
.in_mes_left .item .list{
    float: left;
    width: 50%;
    height: 122px;
    background: url("../img/mes-list.png") no-repeat left center;
    background-size: contain;
    color:#fff;
    padding: 1.5% 0 0 8%;
}
.in_mes_left .item .list .shu{
    font-family:she;
    background-image: -webkit-linear-gradient(-90deg,#ffffff 14%,#ffffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:40px;

}
.in_mes_left .item .list .title{
    color:#fff;
    font-size:16px;
}
.in_mes_left .item .list:nth-child(n+3){
    margin-top: 3%;
}
.in_mes_left .item .list:nth-child(2){
    margin-left: -15%;
}
.in_mes_left .item .list:nth-child(4){
    margin-left: -15%;
}
.in_mes_left .s1{
    color:#fff;
    font-size:16px;
    font-weight: bold;
}
.in_mes_left .s1 span{
    font-weight: lighter;
    text-transform: uppercase;
}
.in_mes_left .s2{
    color:#fff;
    font-size:32px;
    font-weight: bold;
    padding-left: 3%;
}
.in_mes_left .s2 span{
    color:#017e87;
}
.in_mes_form{
    float: right;
    width: 50%;
}
.in_mes_form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.in_mes_form form .inputbox{
    width: 49%;
    position: relative;
    margin-top: 20px;
}
.in_mes_form form .inputbox input{
    width: 100%;
    line-height: 65px;
    background: #fff;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 20px;
}
.in_mes_form form .inputbox input::placeholder{
    font-size:16px;
    color:#393939;
}
.in_mes_form form .inputbox .verify{
    position: absolute;
    width: 80px;
    height: 30px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.in_mes_form form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.in_mes_form form textarea{
    width: 100%;
    height: 210px;
    background: #fff;
    resize: none;
    padding:20px;
    font-size:16px;
    color:#333;
    margin-top: 20px;
}
.in_mes_form form textarea::placeholder{
    font-size:16px;
    color:#393939;
}
.in_mes_form form .submit{
    display: block;
    width: 100%;
    line-height: 75px;
    background: #017e87;
    text-align:center;
    font-size:20px;
    color:#fff;
    font-weight: bold;
    margin-top: 20px;
}

.in_lx{
    background: #fff;
}
.in_lx .inner{
    padding:4% 0;
}
.in_lx .tel .t1 p{
    font-size:18px;
    color:#3f3f3f;
    display: inline-block;
    margin-left: 8px;
}
.in_lx .tel .t2{
    font-size:44px;
    font-weight: bold;
    color:#017e87;
    margin-top: 1%;
}
.in_lx .erbox{
    width: 145px;
    text-align:center;
}
.in_lx .erbox img{
    width: 100%;
}
.in_lx .erbox p{
    margin-top: 10px;
    font-size:18px;
    color:#3f3f3f;
}
.in_lx .more{
    width: 285px;
    height: 80px;
    border-radius: 40px;
    background: #017e87;
}
.in_lx .more p{
    display: inline-block;
    margin-left: 10px;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.footbox{
    padding:4% 0 2% 0;
    background: url("../img/footbg.jpg") no-repeat center right / cover;
}
.footbox .foot-top .lx-list .text{
    color:#fff;
    margin-left: 10px;
}
.footbox .foot-top .lx-list .text .t1{
    font-size:14px;
}
.footbox .foot-top .lx-list .text .t2{
    font-size:20px;
    font-weight: bold;
}
.footbox .foot-menu{
    margin:5% 0 7% 0;
}
.footbox .foot-menu .f-t{
    margin-bottom: 20px;
}
.footbox .foot-menu .f-t .t1{
    color:#fff;
    font-weight: bold;
    font-size:24px;
}
.footbox .foot-menu .f-t .t1 span{
    text-transform: uppercase;
    color:rgba(255,255,255,0.6);
    font-size:14px;
    font-weight: lighter;
}
.footbox .foot-menu .f-t .line{
    width: 28px;
    height: 3px;
    background: #017e87;
    margin-top: 20px;
}
.footbox .foot-menu .list{
    float: left;
}
.footbox .foot-menu .list1{
    width: 25%;
    margin-right: 5%;
}
.footbox .foot-menu .list .abox a{
    display: block;
    float: left;
    color:#fff;
    font-size:14px;
    line-height: 35px;
}
.footbox .foot-menu .list .abox a:hover{
    color:#017e87;
}
.footbox .foot-menu .list1 .abox a{
    width: 33.33%;
}
.footbox .foot-menu .list2{
    width: 48%;
}
.footbox .foot-menu .list2 .abox a{
    width: 20%;
}
.copy{
    font-size:16px;
    color:#fff;
}
.copy a{
    color:#fff;
}

.sbanner{
    width: 100%;
    position: relative;
    height: 500px;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:48%;
    text-align:center;
    color:#fff;
}
.sbanner .text .title{
    color:#fff;
    font-size:36px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sbanner .text .en span{
    text-transform: uppercase;
    color:#fff;
    font-size:16px;
    display: inline-block;
    margin:0 8px;
}
.sbanner .text .en .line{
    width: 97px;
    height: 1px;
    background: #fff;
}

.allcrumbs{
    line-height: 80px;
    background: #f5f5f5;
    font-size:16px;
    color:#393939;
}
.allcrumbs a{
    color:#393939;
}
.inner-company-fir .text{
    width: 50%;
}
.inner-company-fir .text .tbox{
    margin-bottom: 6%;
}
.inner-company-fir .text .tbox .t1{
    font-size:28px;
    color:#353135;
    margin-bottom: 2%;
}
.inner-company-fir .text .tbox .t2{
    font-size:36px;
    color:#373737;
    font-weight: bold;
}
.inner-company-fir .text .tbox .t3{
    font-size:14px;
    color:#6e6e6e;
    text-transform: uppercase;
    margin-top: 5px;
}
.inner-company-fir .text .tbox .line{
    width: 42px;
    height: 4px;
    background: #017e87;
    margin-top: 2%;
}
.inner-company-fir .text .con{
    font-size:16px;
    color:#6e6e6e;
    line-height: 33px;
    text-align: justify;
}
.inner-company-fir .imgbox{
    width: 47%;
    height: 545px;
    position: relative;
    overflow: hidden;
}
.inner-company-sec{
    background: url("../img/inner-culbg.jpg") no-repeat center / cover;
}
.inner-company-sec .item{
    flex-wrap: wrap;
}
.inner-company-sec .item .list{
    width:21%;
    height: 345px;
    background: rgba(255,255,255,0.21);
    display: flex;
    align-items: center;
    text-align:center;
    color:#fff;
}
.inner-company-sec .item .list .inner{
    width: 100%;
    padding:0 4%;
}
.inner-company-sec .item .list .icon{
    width: 100%;
    height: 55px;
    position: relative;
}
.inner-company-sec .item .list .title{
    font-weight: bold;
    font-size:24px;
    color:#fff;
    margin: 5% 0;
}
.inner-company-sec .item .list .tags{
    text-transform: uppercase;
    font-size:14px;
    color:#fff;
}
.inner-company-sec .item .list .line{
    width: 34px;
    height: 3px;
    background: #fff;
    margin:5% auto;
}
.inner-company-sec .item .list .con{
    text-transform: uppercase;
    font-size:16px;
    color:#fff;
    line-height: 25px;
}
.inner-company-sec .item .list:hover .icon img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.swiper-pic .imgbox{
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.swiper-pic .title{
    line-height: 70px;
    background: #f2f2f2;
    text-align:center;
    font-size:16px;
    color:#323232;
    width: 100%;
}
.swiper-pic .imgbox .meng{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(1,126,135,0.6);
    opacity: 0;
}
.swiper-pic .swiper-slide:hover .imgbox .meng{
    opacity: 1;
}
.swiper-pic .swiper-slide:hover .title{
    background: #017e87;
    color:#fff;
}
.swiper-pic .swiper-slide:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.inner-pro-list{
    float:left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}

.innerbg{
    background: #f2f4f6;
}

.inner-pro-des{
    padding: 7.5% 0 5% 0;
}

.pro-des-top{
    background: #fff;
    padding:4%;
    margin-bottom: 4%;
    flex-wrap: wrap;
}
.pro-des-top .pro-des-img{
    width: 37%;
}
.pro-des-top .pro-des-img .swiper{
    width: 100%;
}
.pro-des-top .pro-des-img .imgbox{
    width: 100%;
    height: 370px;
    position: relative;
    overflow: hidden;
}
.pro-des-top .pro-des-img .thumimg{
    width: 100%;
    height: 125px;
    position: relative;
    overflow: hidden;
}
.pro-des-top .pro-des-img .mySwiper{
    margin-top: 7px;
}
.pro-des-top .pro-des-img .but {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.6);
}
.pro-des-top .pro-des-img .but:after{
    color:#fff;
    font-size:18px;
}
.pro-des-top .pro-des-text{
    width: 57%;
}
.pro-des-top .pro-des-text .title{
    font-weight: bold;
    color:#353135;
    font-size:26px;
}
.pro-des-top .pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: relative;
    margin: 4% 0;
}
.pro-des-top .pro-des-text .line:after{
    position: absolute;
    content:"";
    left:0;
    bottom:0;
    height: 2px;
    width: 46px;
    background: #017e87;
}
.pro-des-top .pro-des-text .con{
    font-size:16px;
    color:#5d5d5d;
    line-height: 26px;
    margin-bottom: 7%;
}
.pro-des-top .pro-des-text .lx .lx-but{
    width: 28%;
    height: 60px;
    background: #017e87;
    margin-right: 3%;
}
.pro-des-top .pro-des-text .lx .lx-but span{
    display: inline-block;
    margin-left: 15px;
    color:#fff;
    font-size:18px;
}
.pro-des-top .pro-des-text .lx  .tel .text{
    margin-left: 10px;
}
.pro-des-top .pro-des-text .lx  .tel .text .t1{
    font-size:16px;
    color:#373737;
    letter-spacing: 2px;
}
.pro-des-top .pro-des-text .lx  .tel .text .t2{
    font-size:30px;
    color:#373737;
    font-family: ali;
}
.pro-des-bottom .pro-des-list{
    background: #fff;
}
.pro-des-tbox{
    border-bottom:1px solid #017e87;
}
.pro-des-tbox .in{
    width: 200px;
    height: 80px;
    background: #017e87;
}
.pro-des-tbox .in span{
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    font-size:22px;
    color:#fff;
}
.pro-des-bottom .pro-des-list .inner{
    padding:4% 2%;
}
.pro-des-bottom .pro-des-list .inner .goods_des{
    font-size:18px;
    line-height: 28px;
    color:#545454;
}
.pro-des-bottom .pro-des-list .inner .goods_des img{
    max-width: 100%;
}
.pro-des-ys-item{
    margin-top: 3%;
    flex-wrap: wrap;
}
.pro-des-ys-item .list{
    width: 24%;
    height: 340px;
    padding:4% 2%;
    background: #f2f4f6;
}
.pro-des-ys-item .list .imgbox{
    position: relative;
    height: 55px;
    width: 100%;
}
.pro-des-ys-item .list .imgbox img{
    position: absolute;
    max-height: 100%;
    left:0;
    top:0;
}
.pro-des-ys-item .list .imgbox .img2{
    opacity: 0;
}
.pro-des-ys-item .list .t1{
    font-weight: bold;
    font-size:22px;
    color:#282828;
    margin:4% 0;
}
.pro-des-ys-item .list .s1{
    font-size:16px;
    color:#474747;
}
.pro-des-ys-item .list .line{
    width: 30px;
    height: 3px;
    background: #017e87;
    margin:4% 0;
}
.pro-des-ys-item .list .con{
    font-size:14px;
    color:#6c6c6c;
    line-height: 26px;
    text-align: justify;
}
.pro-des-ys-item .list:hover{
    background: #017e87;
}
.pro-des-ys-item .list:hover .imgbox .img1{
    opacity: 0;
}
.pro-des-ys-item .list:hover .imgbox .img2{
    opacity: 1;
}
.pro-des-ys-item .list:hover .t1{
    color:#fff;
}
.pro-des-ys-item .list:hover .s1{
    color:#fff;
}
.pro-des-ys-item .list:hover .line{
    background:#fff;
}
.pro-des-ys-item .list:hover .con{
    color:#cbdee0;
}
.swiper-otherpro{
    overflow: hidden;
}

.pro-des-bottom .pro-des-list .inner .goods_des table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.pro-des-bottom .pro-des-list .inner .goods_des table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #edfff8;
}
.pro-des-bottom .pro-des-list .inner .goods_des table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}


.parm table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}

.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}

.inner-honor-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-honor-list .imgbox{
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
    border:1px solid #f4f4f4;
}
.inner-honor-list .title{
    line-height: 65px;
    width: 100%;
    background: #f4f4f4;
    text-align:center;
    font-size:16px;
    color:#333;
}
.inner-honor-list:hover .title{
    background: #017e87;
    color:#fff;
}

.inner-news-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}

.article-des-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3%;
    background: #fff;
}
.article-des-bottom-left{
    width: 70%;
}
.inner-news-des  .tbox{
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .tbox .fir{
    font-size: 30px;
    color:#333;
}
.inner-news-des .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.des-content table tr td{
    font-size: 15px;
    color: #3f3f3f;
    padding: 0 3%;
    border: 1px solid #ddd;
    line-height: 50px;
}

.zhutu img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.article-des-bottom-right{
    width: 23%;
}
.article-des-bottom-right .inner {
    position: sticky;
    top: 110px;
}
.article-des-bottom-right .item .list{
    padding-bottom: 8%;
    margin-bottom: 8%;
    border-bottom: 1px solid #eee;
}
.article-des-bottom-right .item .list .title{
    font-size:16px;
    color:#333;
    position: relative;
    padding-left:10px;
}
.article-des-bottom-right .item .list:hover .title{
    color:#017e87;
}
.article-des-bottom-right .item .list .title:before{
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #017e87;
    border-radius: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-des-bottom-right .item .list .con{
    font-size:14px;
    color:#666;
    line-height: 24px;
    margin-top: 3%;
}
.article-des-bottom-right .other-t{
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15%;
}
.article-des-bottom-right .other-t:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    vertical-align: middle;
    background-color: var(--theme-color);
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.article-des-bottom-right .other-t span{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

.inner-contact-fir .lx-left{
    width: 30%;
    float: left;
}
.inner-contact-fir .lx-left-top .tbox .t1{
    font-size: 28px;
    color: #333333;
}
.inner-contact-fir .lx-left-top .tbox .t2{
    font-size: 16px;
    color: #757575;
}
.inner-contact-fir .lx-left-top .item .list{
    margin-top: 9%;
}
.inner-contact-fir .lx-left-top .item .list .icon{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    position: relative;
}
.inner-contact-fir .lx-left-top .item .list .icon img{
    height: 21px;
}
.inner-contact-fir .lx-left-top .item .list .text{
    width: calc(100% - 60px);
}
.inner-contact-fir .lx-left-top .item .list .text .s1{
    font-size: 16px;
    color: #666666;
}
.inner-contact-fir .lx-left-top .item .list .text .s2{
    color: #000000;
    font-size: 20px;
    margin-top: 1.5%;
}
.inner-contact-fir .lx-left-bottom{
    margin-top: 7%;
    width: 160px;
}
.inner-contact-fir .lx-left-bottom .erbox{
    width: 100%;
    padding: 5px;
    border: 1px solid #d7d7d7;
}
.inner-contact-fir .lx-left-bottom .erbox img{
    width: 100%;
}
.inner-contact-fir .lx-left-bottom p{
    text-align:center;
    font-size:16px;
    color: #333333;
    margin-top: 1.5%;
}
.inner-contact-fir .lx-right{
    float: right;
    width: 60%;
    height: 34rem;
}
.inner-contact-fir .lx-right #mymap{
    width: 100%;
    height: 100%;
}
.myformbox .textareabox{
    position:relative;
}
.myformbox .textareabox .icon{
    width: 70px;
    height: 70px;
    position: absolute;
    top:0;
    left:0;
}
.myformbox textarea{
    width: 100%;
    height: 240px;
    background: #fff;
    border:1px solid #e5e5e5;
    resize: none;
    font-size:15px;
    color:#333;
    padding:23px 65px;
}
.myformbox textarea::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox{
    flex-wrap: wrap;
}
.myformbox .inputbox .list{
    width: 31.5%;
    position: relative;
    margin-top:3%;
    border:1px solid #e5e5e5;
}
.myformbox .inputbox .list .icon{
    width: 70px;
    height: 70px;
    position: relative;
    background: #fff;
}
.myformbox .inputbox .list input{
    width: calc(100% - 70px);
    background: #fff;
    outline: none;
    line-height: 70px;
    font-size:15px;
    color:#333;
}
.myformbox .inputbox .list input::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox .list .verify{
    position: absolute;
    width: 135px;
    height: 55px;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myformbox .inputbox .list .verify img{
    width: 100%;
    height: 100%;
}
.myformbox .submit{
    width: 31.5%;
    height: 70px;
    background: #017e87;
    margin-top: 3%;
}
.myformbox .submit span{
    display: inline-block;
    color:#fff;
    font-size:22px;
    margin-left: 15px;
}

.kji{
    margin-bottom: 4%;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}

.inner-case-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.inner-case-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    filter:brightness(40%);
}
.inner-case-list .imgbox .kang{
    position: absolute;
    width: 100%;
    height: 100%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    -moz-transform: translate(-50%,-50%) scale(1.5);
    -ms-transform: translate(-50%,-50%) scale(1.5);
    -o-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    border:1px solid rgba(255,255,255,0.4);
    z-index: 1;
}
.inner-case-list:hover .imgbox .kang{
    -webkit-transform: translate(-50%,-50%) scale(0.85);
    -moz-transform: translate(-50%,-50%) scale(0.85);
    -ms-transform: translate(-50%,-50%) scale(0.85);
    -o-transform: translate(-50%,-50%) scale(0.85);
    transform: translate(-50%,-50%) scale(0.85);
}
.inner-case-list .imgbox .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    text-align:center;
    color:#fff;
    z-index: 2;
}
.inner-case-list .imgbox .text .inner{
    width: 100%;
    padding:0 5%;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
}
.inner-case-list .imgbox .text svg{
    width: 50px;
    height: 50px;
    fill: #fff;
}
.inner-case-list .imgbox .text .title{
    font-size:18px;
    color:#fff;
    margin-top: 2.5%;
}
.inner-case-list:hover .imgbox .text .inner{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.sm-button-xian{
    width: 26px;
    height: 15px;
    position: absolute;
    cursor: pointer;
    display: none;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}


.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    visibility: visible;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}

