/* Imported styles */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Barlow Condensed:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Anton');
/* commom */

html{
    font-size: 14px;
    color:#333;
    font-family: Microsoft YaHei;
}
a{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link{
    color:#999;
    text-decoration:none;
}
*+p,p{
    margin: 10px 0;
}

.uk-link, a{
    color:#999;
}
.text-over{
    white-space:nowrap;
    overflow:hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
}
/* title */
.tm-title{
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.tm-title .title{
    color: #000;
    font-size: 34px;
    font-weight: bold;
    position: relative;
}
.tm-title .title span{
    position: relative;
    z-index: 5;
}
.tm-title .title::after{
    display: block;
    content: '';
    width: 120px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    background: rgba(252, 132, 3, 0.3);
    z-index: 1;
    left: 50%;
    margin-left: -60px;
    bottom: 6px;
}
.tm-title .des{
    font-size: 16px;
    color:#999;
    margin-top: 5px;
}

.sy-light .tm-title .title{
    color: #fff;
}
.sy-light .tm-title .des{
    color:#fff;
}
.bg-cover{
    position: relative;
}
.bg-cover:after {
    content: '';
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.bg-cover .cons{
    position: relative;
    z-index: 99;
}
.line{
    height: 2px;
    background-color: #e1e1e1;
    margin-top: 5px;
    margin-bottom: 40px;
}


.tm-position{
    margin-bottom: 40px;
    padding: 10px 0;
    background: #efefef;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
}
.tm-position .title{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #000;
}
.tm-position .title span{
    position: relative;
    z-index: 5;
}
.tm-position .title::after{
    display: block;
    content: '';
    width: 60px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    background: rgba(134, 190, 65, 0.55);
    z-index: 1;
    left: 0;
    bottom: 0px;
}
.tm-position .position{
    color: #999;
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 10px;
}
.tm-position .position a{
    color: #999;
}
.tm-position .phone{
    padding-left: 50px;
    vertical-align: middle;
    font-size: 14px;
    margin-top: 13px;
    color:#666;
    /* background: url(../images/icon_phone.png) no-repeat; */
}
.tm-position .phone span{
    /* display: block; */
    font-size: 12px;
    color:#666;
    
}
.tm-position .phone strong{
    font-size: 26px;
    color:#00908c;
    font-family: Anton;
    display: inline-block;
    vertical-align: middle;
}

.s-nav {
    /* margin-bottom: 40px; */
}
.s-nav .wp{
    text-align: center;
    
}
.s-nav .wp:last-child{
    border: 0;
}
.s-nav .wp.on a{
    background: #00908c;
    color:#fff;
}
.s-nav a{
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    line-height: normal;
    color:#333;
    position: relative;
}
.s-nav .wp a::before{
    position: absolute;
    bottom: 35%;
    left: 10%;
    width: 0%;
    height: 2px;
    background-color: #fc8709;
    content: '';
    opacity: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.s-nav .wp:not(.on):hover a::before{
    width: 80%;
    margin-bottom: -10px;
}
.l-nav .top{
    padding:24px 20px;
    background: #00908c;
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
    color:#fff;
    font-size: 22px;
    border-radius: 16px 16px 0 0;
    text-align: center;
}
.l-nav .body{
    background: #f5f5f5;
}
.l-nav .body ul{
    list-style: none;
    margin: 0%;
    padding: 0;
}
.l-nav .body li{
    /* border-bottom: 1px solid #eee; */
}
.l-nav .body li a{
    padding:15px 20px;
    display: block;
}
.l-nav .body li:hover a{
    background: #222;
    color:#fff;
}
.tm-header{
    padding: 20px 0;
}

.tm-nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.tm-topnav .logo{
    display: block;
}
.nav-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin: 10px 0  10px;
    font-size: 16px;
    
}

.tm-nav .tel{
    color:#00908c;
    font-size: 24px;
    font-family: Anton;
}
.tm-nav .lan{
    margin-left: 30px;
    font-size: 14px;
}
.tm-nav .lan a{
    padding: 4px 14px;
    color:#333;
    background: #eee;
    border-left: 0;
}
.tm-nav .lan a:first-child{
    color:#fff;
    background: #00908c;
}
.tm-nav .lan a:hover{
    background: #2e9a98;
    color:#fff;
}
.tm-nav .navs li{
    
    position: relative;
}
.tm-nav .navs li .ns-nav{
    position: absolute;
    background: #00908c;
    width: 120%;
    z-index: 999;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0;
    display: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.tm-nav .navs li .ns-nav a{
    padding: 10px 20px;
    text-align: center;
    display: block;
    color:#fff;
}
.tm-nav .navs li .ns-nav a:hover{
    background: #2e9a98;
}
.tm-nav .navs li>a{
    font-size: 16px;
    padding: 15px 0;
    margin: 0 20px;
    color:#222;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.tm-nav .navs li>a::after
{
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background: #00908c;
    margin: 5px auto;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100px;
}
.tm-nav .navs li:hover .ns-nav{
    display: block;
}
.tm-nav .navs{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tm-nav .navs .active>a,.tm-nav .navs li:hover>a{
    color:#00908c;
}
.tm-nav .navs li:hover a::after{
    width: 40px;
    margin-left: -20px;
}
.m-header .uk-navbar-container{
    background: #fff;
}

#tm-mobile .uk-offcanvas-bar{
    background: #00817e;
}

.m-subnav{
    margin-top: 40px;
}
.m-subnav .m-nav{
    display: none;
}
.m-subnav .uk-parent .m-nav{
    display: block;
}
.m-subnav .uk-nav>li>a{
    padding: 16px 0;
    border-bottom: 1px solid #2e9a98;
}
.m-subnav ul.uk-nav-sub{
    padding-left: 0;
    border-bottom: 1px solid #2e9a98;
}
.m-subnav ul.uk-nav-sub li a{
    padding: 6px 0;
}
.banner .swiper-slide{
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
    height: 600px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
}
.banner .swiper-pagination-bullet-active{
    background: #00908c;
}
.banner .uk-overlay-primary{
    background: rgba(0, 0, 0, 0.27);
}
.banner .text{
    color:#fff;
    text-align: center;
}
.banner .t1{
    font-family: Montserrat;
    line-height: 1.2;
    font-size: 50px;
    font-weight: bold;
}
.banner .t2{
    font-size: 18px;
    color:rgba(255, 255, 255, 0.6);
}


.h-yous .wrap .icon{
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #fc8403;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.h-yous .wrap .icon em{
    color: #fff;
}
.h-yous .wrap .txt h2{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 28px;
}
.h-yous .wrap .txt p{
    margin: 0;
    line-height: 24px;
}

.h-pro{
    background: #00908c;
    padding-bottom: 0;
    position: relative;
}
.h-pro::after{
    display: block;
    content: '';
    position: absolute;
    height: 65%;
    width: 100%;
    background: #fff;
    bottom: 0;
}
.h-pro .swiper-button-next, .h-pro .swiper-button-prev{
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.27);
}
.h-pro .wp .pic{
    overflow: hidden;
    border-top-right-radius: 30px;
    /* border-bottom-left-radius: 60px; */
}
.h-pro .wp .text{
    padding: 90px 40px 0 40px;
}
.h-pro .wp .more{
    display: inline-block;
    margin-top: 30px;
    color: #00908c;
    border: 1px solid #00908c;
    border-radius: 50px;
    font-size: 16px;
    padding: 4px 30px;
}
.h-pro .wp .more:hover{
    background: #00908c;
    color:#fff;
}
.h-pro .wp .text h2{
    color: #00908c;
}

.h-fielo{
    background-image: url(../images/fielo_bg.jpg);
}
.h-fielo .wp .text{
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}
.h-fielo .wp .text p{
    padding: 15px 0;
    margin: 0;
    font-size: 16px;
}
.h-fielo .wp li{
    cursor: pointer;
}
.h-fielo .wp li:hover .text{
    background: rgba(0, 144, 140, 0.8);
    color:#fff;
}
.h-fielo .tm-title .title{
    color:#fff;
}
.h-fielo .tm-title .des{
    color:#fff;
}
.h-about .text .info{
    line-height: 1.8;
    font-size: 15px;
}
.uk-lightbox {
    background: rgba(0, 0, 0, 0.6);
}
.h-principle .wrap{
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 3px;
    border: 1px solid #ddd;
    position: relative;
}
.h-principle .wrap .pic{
    overflow: hidden;
    padding-bottom: 65%;
}
.h-principle .wrap .text{
    position: absolute;
    left: 0;
    bottom: 10%;
    
}
.h-principle .wrap .text p{
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 20px;
    margin: 0;
    font-size: 16px;
}
.h-principle .pr{
    position: static;
    margin-top: 20px;
}
.h-principle .pr .swiper-pagination-bullet{
    margin: 0 8px;
    width: 26px;
    height: 8px;
    border-radius: 0;
}
.h-case{
    position: relative;
}
.h-case::after{
    display: block;
    height: 600px;
    width: 100%;
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    z-index: -1;
}
.case-height{
    height: 450px;
}
.h-case .uk-dotnav{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}
.h-case .uk-dotnav>.uk-active>*{
    background-color:#000;
}
.h-case .uk-panel{
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
}
.h-case .uk-panel p{
    padding: 30px 0;
    color:#fff;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.tm-footer{
    background: #0e0e0e;
    padding: 50px 0 20px;
    color:#999;
}
.tm-footer .navs li{
    margin: 0;
}
.tm-footer .navs li h3{
   color:#fff;
   font-size: 18px;
}
.tm-footer .navs a{
    color:#999;
    line-height: 2;
}
.tm-footer .navs .fa{
    width: 22px;
    text-align: center;
}
.f-logo{
}
.f-ewm{
    text-align: center;
}
.f-ewm .wp{
    display: inline-block;
    padding: 0 15px;
}
.f-copy{
    text-align: left;
}
.comname {
    text-align: center;
    margin-top: 20px;
}
.comname a{
    font-size: 18px;
    width: 120px;
    padding: 6px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 30px;
    background: #00908c;
    display: inline-block;
    color: #fff;
}
.comname a:last-child{
    margin-right: 0;
}
.tm-footer hr{
    
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
    
    background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
    
    background-image: -moz-linear-gradient(left, transparent, #fff, transparent);
    
    background-image: -o-linear-gradient(left, transparent, #fff, transparent);
    
    background-image: linear-gradient(to right, transparent, #fff, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}

/* 内页 */
.n-ban{
    height: 300px;
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
}
.n-title{
    color:#00908c;
    padding-left: 10px;
    border-left:6px solid #00908c;
    line-height: 30px;
}
.a-pro, .a-news,.i-info{
    line-height: 1.8;
    color:#666;
    font-size: 16px;
}
.a-pro img, .a-news img,.i-info img{
    height: auto !important;
}
.i-title h2{
    text-align: center;
    font-weight: bold;
}
.l-pro .wrap{
    -webkit-box-shadow: 0px 0px 30px rgba(181,181,181,0.6);
            box-shadow: 0px 0px 30px rgba(181,181,181,0.6);
}
.l-pro .wrap .text{
    padding: 20px 20px 40px;
    text-align: left;
    border-bottom: 2px solid transparent;
}
.l-pro .wrap .text h2{
    font-size:20px;
}
.l-pro .wrap .text .more{
    text-align: center;
}
.l-pro .wrap .text .more i{
    display: inline-block;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0px 30px;
    background-color: #e8e8e8;
    border-radius: 40px;
    font-size: 14px;
    color: #222;
    font-style: normal;
}
.l-pro .wrap:hover .text{
    border-color: #00908c;
}
.l-pro .wrap:hover .more i{
    background: #00908c;
    color:#fff;
}

.l-news .pic,.l-video .pic{
    padding-bottom: 65%;
    border: 1px solid #eee;
    background: #000;
}
.l-video .wrap .pic img{
    opacity: 0.4;
}
.l-video .wrap .text{
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    background: #eee;
    color:#222;
}
.l-video .wrap .icon{
    z-index: 999;
}
.l-video .wrap:hover{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.l-news .text{
    margin-top: 10px;
}
.l-news .text .tit{
    font-size:16px;
    color:#333;
    margin-bottom: 10px;
    white-space:nowrap;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis; 
    font-weight: bold;
}
.l-news .text .des:last-child{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.l-news .text .date{
    font-size:13px;
    margin-top: 10px;
    display: block;
    color:#00908c;
}
.l-news .pic img{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.l-news .wrap:hover .pic img{
    opacity: 0.6;
}
.l-news .wrap:hover .tit{
    color:#00908c;
}
.l-news .li-c .date{
    width: 120px;
    float: left;
    color: #00908c;
    font-size: 40px;
    font-weight: bold;
    font-family: impact;
}
.l-news .li-c .text{
    margin-left: 130px;
    margin-top: 0;
}
.l-news .li-c .text .title{
    font-size: 18px;
}
.l-news .li-c .text .des{
    font-size: 14px;
    color:#999;
}
.l-case .pic{
    padding-bottom: 65%;
}
.l-case .wrap .text{
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    background: #eee;
    color:#222;
}
.l-case .wrap:hover{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #00908c;
    background: white;
    border: 1px #00908c solid;
}

.pagination a.page-num-current {
    border: 1px solid #00908c;
    background: #00908c;
    color: #fff;
}

.a-news .top{
    padding-bottom: 50px;
}
.a-news .body{
    color:#666;
}
.a-news .top .title{
    font-size: 28px;
    text-align: center;
}
.a-news .top .date{
    text-align: center;
    color:#999;
    margin-top: 20px;
}


.jm-fl .wp{
    background: #2e9a98;
    color:#fff;
    text-align: center;
    padding:30px 20px;
}
.jm-fl .wp .icon{
    
    
}
.jm-fl .wp .icon .iconfont{
    font-size: 60px;
}
.jm-fl .wp .text h3{
    font-size: 22px;
    color:#fff;
}
.jm-fl .wp .text p{
    font-size: 14px;
}
.jm-zm .wrap{
    padding:40px 36px;
    background: #2e9a98;
    color:#fff;
    position: relative;
    font-size: 14px;
}
.jm-zm .wrap .hehname{
    font-size: 36px;
    color:#fff;
    text-align: center;
    margin-bottom: 30px;
}
.jm-zm .wrap .icon{
    position: absolute;
    color:#fff;
    right: 0;
    top: 0;
}
.jm-zm .wrap .cons{
    line-height: 1.6;
}
.jm-zm .wrap .icon .iconfont{
    font-size: 300px;
    opacity: 0.1;
}
.jm-zm li:nth-of-type(2) .wrap{
    background: #fc8300;
}
.jm-zm li:nth-of-type(3) .wrap{
    background: #fc8300;
}
.jm-sq{
    padding: 0 20%;
}
.jm-sq .uk-form-label{
    width: 100px;
    font-size: 18px;
}
.jm-sq .uk-form-horizontal .uk-form-controls{
    margin-left: 115px;
}
.pages {
    text-align: center;
    margin-top: 50px;
}
.pages .pageinfo{
    /* display: none; */
}
.pages li{
    display: inline-block;
    line-height: 36px;
    padding: 0px 15px;
    margin: 0px 5px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    margin-bottom: 10px;
}
.pages li a{
    color:#333;
    display: block;
}
.pages .thisclass{
    background: #00908c;
    color:#fff;
}
.pages .thisclass a{
    color:#fff;
}
.pages li:hover{
    background: #00908c;
    color:#fff;
}
.pages li:hover a{
    color:#fff;
}

.next-prev{
    padding-top: 30px;
    border-top:1px solid #ddd;
    margin-top: 30px;
    line-height: 2;
    color:#666;
}

.n-contact .wp{
    background: #d5ecf9;
    padding: 30px 30px 60px;
    text-align: center;
}
.n-contact .wp .ic{
    font-size:60px;
    text-align: center;
    color:#666767;

}
.n-contact .wp .tt{
    font-size: 14px;
}
.n-contact .wp .tt a{
    color:#666;
}
.n-contact .wp .tt span{
    display: block;
}
.n-contact .wp.t2{
    background: #ebf3da;
}
.n-contact .wp.t3{
    background: #f9e0e0;
}
.n-contact .wp.t4{
    background: #ddf2f4;
}

.a-jies .text{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.a-wenh{
    background: url(../images/wh-bg.jpg) no-repeat center;
}
.a-wenh .wp{
    background: rgba(0, 144, 140, 0.9);
    padding: 30px 20px;
    text-align: center;
}
.a-wenh .wp .t1{
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
.a-wenh .wp .t2{
    color:#fff;
    margin: 0;
}

.n-about .s-nav{
    display: none;
}

.chengs select {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
}

.chengs select:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #1e87f0;
}
@media (max-width: 1024px){
    .tm-topnav{
        position: relative;
    }
    .tm-nav .tel{
        display: none;
    }
    .tm-nav .navs{
        margin-right: 0px;
    }
    .tm-nav .navs li a{
        margin: 0 6px;
    }
    /* .nav-top{
        position: absolute;
        right: 0;
        height: 100%;
        top:0;
        margin: 0;
    } */
    .tm-nav .lan{
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* background: #00908c; */
		margin-left:0;
    }
    .tm-nav .lan a{
        padding: 0px 10px;
        border-radius: 0;
        display: block;
        margin-left: 0;
        
    }
    .tm-nav .navs li .ns-nav a{
        padding: 10px 0px;
    }
}

@media (max-width: 767px){
    .page-header{
        width: 100%;
        position: relative;
    }
    .page-body{
        width: 100%;
        margin-left: 0;
    }
    .h-case::after{
        height: 280px;
    }
    .case-height{
        height: 200px;
    }

    .banner .swiper-slide{
        height: 150px;
    }
    .n-ban{
        height: 150px;
    }
    .tm-position .phone{
        display: none;
    }
    .jm-sq{
        padding: 0;
    }
    .jm-sq .uk-form-label{
        width: auto;
    }
    .jm-sq .uk-form-horizontal .uk-form-controls{
        margin-left: 0;
    }
    .jm-zm .wrap{
        padding: 20px;
    }
    .jm-zm li:nth-of-type(3) .wrap{
        background: #2e9a98;
    }
    .jm-zm li:nth-of-type(4) .wrap{
        background: #fc8300;
    }
    .h-pro .wp .pic{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .h-pro .wp .text{
        padding: 0px;
    }
    .h-pro .swiper-button-next, .h-pro .swiper-button-prev{
        padding:0;
        background-color: transparent;
        top: 30%;
    }
    .l-news .li-c .date{
        width: 60px;
        font-size: 22px;
    }
    .l-news .li-c .text{
        margin-left: 64px;
    }
	.h-principle .pr .swiper-pagination-bullet{
		margin: 0 5px;
		width: 8px;
		height: 8px;
		border-radius: 100%;
	}
}


