/* Imported styles */

/*@import url('f328d35585a4468c8ee8c864f373c9f3.css');*/
/*@import url('0d3e37d4d0944ebb8f85f4cfb3ff4497.css');*/
/*@import url('797c29a4ee7040e3baab9b93825b1c34.css');*/
/*@import url('c00ea9fd432d48788fab27906b474ef6.css');*/
/*@import url('e4e9d3e7fcf44b6ab539a8d5c0ad1a93.css');*/
/* commom */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham.eot');
    src: url('../fonts/gotham.eot') format('embedded-opentype'), url('../fonts/gotham.woff2') format('woff2'), url('../fonts/Gotham.woff') format('woff'), url('../fonts/Gotham.otf') format('truetype'), url('../fonts/Gotham.svg#glyphicons_halflingsregular') format('svg');
  }
html{
    font-size: 16px;
    color:#898989;
    /* font-weight: 300; */
    /* font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif,'Microsoft YaHei'; */
    font-family: "Gotham",Helvetica, "PingFang SC",sans-serif,"Microsoft Yahei";
    /* font: 16px / 1.5 "Gotham","Microsoft Yahei"; */
    -webkit-font-smoothing: antialiased;
}
/*body{*/
/*    -webkit-tap-highlight-color: transparent;*/
/*}*/
a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link{
    color:#999;
    text-decoration:none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	padding:0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	padding:0;
}
.v-1px-b{
    position: relative;
}
.v-1px-b::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #fff;
    color: #fff;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
    }
.uk-container{
    max-width: 1140px;
}
.color-a{
    color:#888888;
}
*+p,p{
    margin: 0 0 15px;
    line-height: 1.8;
}
.uk-link, a{
    color:#898989;
}
.text-over{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.scale .pic{
    overflow: hidden;
    cursor: pointer;
}
.scale .pic img{
    transition: .3s ease-out;
    transform: scale(1, 1);
}
.scale .pic:hover img{
    transform: scale(1.1, 1.1);
}
.s-btn{
    padding: 0 50px;
    display: inline-block;
    background: #888888;
    font-size: 18px;
    border-radius: 300px;
    color: #fff;
    line-height: 35px;
    border:1px solid #888888;
    transition: all 0.3s;
}
.s-btn:hover{
    color:#888888;
    background: transparent;
}
.s-btn-b{
    padding: 0 50px;
    display: inline-block;
    background: transparent;
    font-size: 18px;
    border-radius: 300px;
    color: #fff;
    line-height: 35px;
    border:1px solid #fff;
    transition: all 0.3s;
}
.s-btn-b:hover{
    color:#888888;
    background: transparent;
}
.s-margintb-m{
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 1200px){
    .s-paddlr-l{
        padding-left: 80px;
        padding-right: 80px;
    }
    .s-paddlr-xl{
        padding-left: 140px;
        padding-right: 140px;
    }
}
.round .wp .pic{
    padding:0 16px 20px;
}
.round .wp .pic img{
    border-radius:50%;
}
.round .wp .text{
    text-align: center;
   
}
/* title */
.tm-title{
    margin-bottom: 40px;
    text-align: center;
}
.tm-title .title{
    color: #888888;
    font-size: 40px;
}

.tm-title .des{
    font-size: 28px;
    color:#999;
    /* margin-top: 5px; */
    text-transform: uppercase;
    /*font-family: 'Raleway';*/
}
.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:#888888;
    font-family: Anton;
    display: inline-block;
    vertical-align: middle;
}

.s-nav {
    /* margin-bottom: 40px; */
}
.s-nav .wp{
    text-align: center;
    float: left;
    
    margin-right: 20px;
    
}
.s-nav .wp:last-child{
    border: 0;
}
.s-nav .wp.on a,.s-nav a:hover{
    background: #888888;
    color:#fff;
}
.s-nav a{
    display: block;
    line-height: 44px;
    font-size: 16px;
    padding: 0 40px;
    color:#333;
    background: #ccc;
}
.l-nav .top{
    padding:24px 20px;
    background: #888888;
    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 0;
    position:fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
}

.tm-nav{
    display: flex;
}
.tm-topnav .logo{
    display: block;
}
.nav-top{
    /* display: flex; */
    /* align-items:center; */
    margin: 10px 0  10px;
    /* font-size: 16px; */
    margin-left: 30px;
    
}

.tm-nav .tel{
    color:#888888;
    font-size: 24px;
    font-family: Anton;
}
.tm-nav .lan a{
    margin-left: 30px;
}
.tm-nav .navs li{
    padding-bottom: 10px;
    position: relative;
}
.tm-nav .navs li .ns-nav{
    position: absolute;
    left: 50%;
    top: 51px;
    width: 140%;
    z-index: 999;
    box-sizing: border-box;
    margin: 0 0;
    display: none;
    font-size: 16px;
    transform: translate(-50%, 0);
}
.tm-nav .navs li .ns-nav a{
    padding: 10px 20px;
    text-align: center;
    display: block;
    color:#fff;
    background: #888888;
    margin-bottom: 1px;

}
.tm-nav .navs li .ns-nav a:hover{
    background: #43b9d8;
}
.tm-nav .navs li>a{
    padding: 5px 25px 0;
    display: block;
    transition: all 0.3s;
}
.tm-nav .navs li.lan>a{
    padding-left: 26px;
    margin-top: 5px;
    padding-top: 0;
    position: relative;
}
.tm-nav .navs li.lan>a::before{
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/lan.png);
    background-size: auto 100%;
    background-position: 0px 0;
}
.tm-nav .navs li>a span::after
{
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #888888;
    margin: 5px auto;
    transition: all 0.3s;
}
.tm-nav .navs li:hover .ns-nav{
    display: block;
}
.tm-nav .navs{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tm-nav .navs .active>a,.tm-nav .navs li:hover>a{
    color:#888888;
}
.tm-nav .navs li:hover a span::after,.tm-nav .navs li.active a span::after{
    width: 100%;
}
.m-header{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    box-sizing: border-box;
}
.m-header::after{
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    background-image: linear-gradient(rgba(44, 78, 119, 0.7), transparent);
}
.m-header .m-head-w{
    position: relative;
    z-index: 999;
    
}
.m-header.tbg::after{
    content: none;
}
.m-header.tbg .m-head-w{
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,.95);
}
.m-header .uk-navbar-container{
    background: transparent;
}
.m-header .logo{
    padding-left: 15px;
    width: 140px;
}
#tm-mobile .uk-offcanvas-bar{
    background: #888888;
    padding: 30px 40px;
    width: 300px;
}
.m-header .uk-navbar-toggle{
    color: #888888;
    min-height: 50px;
}
.m-subnav{
    margin-top: 20px;
    font-size: 16px;
}
/* .m-subnav .m-nav{
    display: none;
}
.m-subnav .uk-parent .m-nav{
    display: block;
} */
.m-subnav .uk-nav>li{
    padding:18px 0;
}
.m-subnav .uk-nav a{
    padding:0;
}
/*.m-subnav .uk-nav>li>a{*/
/*    margin: 20px 0;*/
/*}*/
.m-subnav ul.uk-nav-sub{
    padding: 0;
    padding-left: 28px;
}
.m-subnav ul.uk-nav-sub li a{
    margin: 12px 0px;
}
.m-subnav ul.uk-nav-sub li:last-child a{
    margin: 12px 0px 0;
}
.m-subnav .lan{
    margin-top: 20px;
    position: relative;
    padding-left: 28px;
}
.m-subnav .lan::before{
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/lan.png);
    background-size: auto 100%;
    background-position: 18px 0;
}
.m-subnav .lan a{
    padding:0;
    display: block;
    line-height: 2;
}

.m-fnav{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #888888;
    z-index: 999;
}
.m-fnav .wrap{
    text-align: center;
    padding:10px 0;
    line-height: 1.2;
}
.m-fnav .wrap .ic span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/footic.png) no-repeat;
    background-size: 100%;

}
.m-fnav .wrap .ic.f2 span{
    background-position: 0 -22px;
}
.m-fnav .wrap .ic.f3 span{
    background-position: 0 -44px;
}
.m-fnav .wrap .ic.f4 span{
    background-position: 0 -66px;
}
.m-fnav .wrap a{
    color:#fff;
}
.banner .swiper-slide{
    background-size: cover;
    background-position: center;
    /* height: 960px; */
}
.banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    background: #fff;
    position: relative;
}
.banner .swiper-pagination-bullet::after{
    content: '';
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.4);
    width: 16px;
    border-radius: 100%;
    height: 16px;
    position: absolute;
    left:-2px;
    top:-2px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.banner .swiper-pagination-bullet-active{
    background:#e2e2e2;
}
.banner .uk-overlay-primary{
    background: rgba(0, 0, 0, 0.27);
}
.banner .f1 .text .t1{
    font-weight: bold;
}
.banner .text{
    color:#fff;
    text-align: center;
    /* text-shadow: 1px 2px 3px #222; */
    margin-top: 50px;
}
.banner .t1{
    line-height: 1.2;
    font-size: 60px;
}
.banner .t2{
    font-size: 35px;
}

.h-youshi .wrap{
    background: #e3e4e4;
    padding:40px 29px 30px;
}
.h-youshi .wrap .pic{
    float: left;
    padding-right: 30px;
    width: 125px;
}
.h-youshi .wrap .text .t1{
    margin-bottom: 15px;
    font-size: 22px;
    /* color:#505050; */
}
.h-youshi .wrap .text .t2{
    line-height: 1.6;
}


.h-pro .wrap{
    background: #888888;
    
}
.h-pro .wrap .text{
    padding:60px 0px 60px 50px;
    color:#fff;
}
.h-pro .wp1 .text{
    padding:60px 50px 60px 0px;
    color:#fff;
}
.h-pro .last{
    order: 99;
}

.wpp{
    position: relative;
    background: #888888;
}
.b-left{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
}
.b-right{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
}
.h-pro .wrap .text .t1{
    font-size: 32px;
}
.h-pro .wrap .text .t2{
    line-height: 1.8;
}
.h-pro .wrap .text .more{
    text-align: center;
    margin-top: 30px;
}
.h-pro .wrap .text .more a{
    padding: 10px 50px;
    color:#fff;
    border:1px solid #fff;
    border-radius: 500px;
    display: inline-block;
    transition: all 0.3s;
}
.h-pro .wrap .text .more a:hover{
    background: #fff;
    color:#888888;
}

/*.wpp:hover .text .more a{*/
/*    background: #fff;*/
/*    color:#888888;*/
/*}*/
/* @media (min-width: 1200px){
    .h-pro .wp1 .text{
        padding-right: 10%;
    }
    .h-pro .wp2 .text{
        padding-left: 10%;
    }
} */


.h-case{
    /* position: relative; */
}
.case-wp{
    position: relative;
}
.h-case .wp .pic{
    height: 300px;
    background-position: center;
    background-size: cover;
}
.case-wp .uk-overlay-primary{
    background: rgba(102, 207, 235, 0.6);
}
.h-case .swiper-button-next,.h-case .swiper-button-prev{
    /* opacity: 0.8; */
    width: 50px;
    height: 80px;
    margin-top: -40px;
    background-size: 50px 80px;
}
.h-case .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2366cfeb'%2F%3E%3C%2Fsvg%3E");
    left: -60px;
}
.h-case .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2366cfeb'%2F%3E%3C%2Fsvg%3E");
    right: -60px;
}
.h-news{
    padding-top: 0;
}
.h-news .tab{
    margin-bottom: 40px;
}
.h-news .tab li a{
    font-size: 24px;
}
.h-news .tab li.uk-active a{
    color: #888888;
}
.h-news .wrap .title{
    font-size: 20px;
    margin-bottom: 5px;
    color: #898989;
}
.h-news .wrap .title:hover a{
    color:#888888;
}
.h-news .wrap .date{
    font-size: 13px;
}
.h-news .wrap .desc{
    line-height: 1.8;
    margin-top: 15px;
}
.h-jingx{
    background: url(../images/jingx-bg.jpg) no-repeat center;
    background-size: cover;
}
.h-jingx .text{
    text-align: center;
}
.h-jingx .tt{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.inquiry .tt{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.inquiry {
    padding: 40px 100px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #cbc6c5;
}
.h-in .inquiry{
    border: 0;
    margin-top: 100px;
}
.inquiry .fo-con{
    font-size: 20px;
}
.inquiry .fo-con input{
    border: 0;
    border-bottom: 1px solid #999;
    height: 26px;
    vertical-align: top;
    outline: none;
    font: inherit;
    font-size: 16px;
    color:#898989;
    background: transparent;
}
.inquiry .fo-con input:focus{
    border-color: #888888;
}
.inquiry .fo-bo{
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}
.inquiry .fo-bo label{
    vertical-align: middle;
    cursor: pointer;
}
.inquiry .fo-bo i{
    font-style: normal;
    color:#888888;
    cursor: pointer;
}
.inquiry .uk-checkbox{
    margin-top: 0;
    margin-right: 5px;
    border-radius: 3px;
}
.inquiry .uk-button{
    vertical-align: middle;
    padding: 0 50px;
    background: #888888;
    font-size: 18px;
    margin-left: 50px;
    border-radius: 300px;
}
.uk-modal-dialog{
    width: 950px;
}
#modal-clause .uk-close{
    right: 20px;
    color:#888888;
}
#modal-clause .uk-modal-body{
    padding: 60px 50px;
}
#modal-clause .uk-modal-body p{
    margin-bottom: 25px;
}
.tm-footer{
    background: #888888;
    padding: 50px 0;
    color:#fff;
}
.tm-footer a{
    color:#fff;
}
.tm-footer .navs{
    margin-bottom: 20px;
}
.tm-footer .navs a{
    margin-left: 60px;
    font-size: 16px;
    color:#fff;
    
}

.f-zixun{
    position: fixed;
    right: 0;
    top: 30%;
    background: #888888;
    width: 70px;
    padding: 15px 0 0px;
    line-height: 1;
    font-size: 14px;
    font-family: Helvetica;
}
.f-zixun .wp{
    color:#fff;
    text-align: center;
    margin-bottom: 15px;
}
.f-zixun .wp .ic{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/f-zixun.png) no-repeat;
    background-size: 100%;
}
.f-zixun .wp .ic.f2{
    background-position: 0 -31px;
}
.f-qr{
    border-right: 1px solid #fff;
}
.f-qr .t1{
    margin: 10px 0 10px;
}
.f-qr .hotl{
    font-size: 32px;
}
.f-copy{
    padding: 20px 0;
    text-align: center;
}
.f-contact>*{
    margin-bottom: 24px;
}
.f-contact>*:last-child{
    margin-bottom: 0;
}
.f-contact h2{
    color:#fff;
    margin-bottom: 34px;
}
.foot-c{
    padding-left: 80px;
}
.gotop{
    position: fixed;
    right: 0;
    display: inline-block;
    bottom: 20%;
    background: #888888;
    color:#fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    padding-top: 5px;
    box-sizing: border-box;
    line-height: 1;
    border:1px solid #fff;
}
.gotop .fa{
    font-size: 30px;
}
.m-footer{
    background: #888888;
    padding: 30px 0;
    text-align: center;
    color:#fff;
}
.m-footer .tn{
    font-size: 28px;
    color:#fff;
}
.f-line{
    margin-bottom: 30px;
    font-size: 16px;
}
.f-line .hotl{
    font-size: 33px;
}
.m-footer .f-contact>*{
    margin: 0;
    color:#fff;
}
.m-footer .f-contact h2{
    margin-bottom: 30px;   
}
.m-footer .f-contact a{
    color: #fff;
}
.m-footer .f-qr{
    margin-top: 30px;
    border: 0;
}
/* 内页 */
.position{
    padding: 20px 0;
    background: #f5f5f5;
    font-size: 14px;
}
.n-ban{
    height: 250px;
    background-size: cover;
    background-position: center;
}
.a-case-ban{
    background: #888888;
    color:#fff;
    padding: 30px;
}
.a-case-ban .tt{
    font-size: 30px;
}
.ot-ban{
    /* position: relative;
    top: 70px; */
    padding-top: 70px;
}
.p-ban{
    height: 600px;
}
.n-ban.p-ban .text{
    padding-top: 25%;
    color:#fff;
    font-size: 40px;
    line-height: 1.8;
    text-align: center;
}
.a-num{
    color:#fff;
    font-family: 'Barlow Condensed';
    margin-top: 30px;
}
.a-num .wrap{
    text-align: center;
}
.a-num .wrap .t1{
    font-size: 100px;
    font-weight: bold;
    
}
.a-num .wrap .t1 sup{
    font-weight: 100;
    margin-left: 10px;
}
.a-num .wrap .t2{
    font-size: 22px;
    margin-top: -10px;
}
.cban{
    height: 600px;
    background-size: cover;
    background-position: center;
}

.my-rep-case{
    color:#fff;
    text-align: center;
    margin-top: 80px;
}
.my-rep-case .text .t1{
    font-size: 40px;
}
.my-rep-case .text .t2{
    font-size: 28px;
    text-transform: uppercase;
}
.my-rep-other{
    color:#fff;
    
}
.my-rep-other .text{
    margin-top: 80px;
    margin-left: 100px;
    font-size: 40px;
    word-spacing:10px;
}
.my-rep-other .text .t1{
    letter-spacing:20px;
}
.my-rep-other .text .t2{
    font-size: 28px;
}
.my-re{
    width: 100%;
}
.my-rep{
    color:#fff;
    font-size: 60px; 
    text-align: center;
    position: relative;
    height: 100vh;
    width: 100%;
}
.my-rep-made{
    color:#fff;
    font-size: 60px; 
    text-align: center;
    position: relative;
    height: 100vh;
    width: 100%;
}
.my-rep-made .text{
    padding-bottom: 10%;
}
.my-rep-made .t1{
    padding: 0 15%;
    margin-bottom: 20px;
    line-height: 1.4;
}
.my-rep-made .t2{
    font-size: 30px;
    padding: 0 20%;
}
.my-rep .t2{
    font-size: 35px;
}

.n-about .pic{
    padding:0 50px;
    margin-top: 50px;
    background: #d1f1f9;
    margin: 50px -50px;
}
.n-about .p1{
    width: 55%;
}
.n-about .p2{
    width: 45%;
}
.n-amap{
    background: url('../images/map-bg.png') #f7fdfe no-repeat center top;
}
.n-amap .pic{
    margin-top: 70px;
}
.n-aall .text{
    padding-right: 40px;

}
.n-aall .text p{
    line-height: 2.2;
}
.n-aall .tits{
    padding: 0 30px 50px;
}
.n-aall .tits2{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 100px;
}
.n-aall .pics{
    border:14px solid #c6f3ff;
}
.n-aall .texts{
    padding-top: 30px;
}
.n-aall .texts .name{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.n-aall .texts p{
    margin-bottom: 6px;
}
.n-pro-profiles .tit{
    font-size: 30px;
    margin-bottom: 30px;
}
/* .n-pro-profiles .twp .ic{
    display: inline-block;
    width: 9px;
    height: 17px;
    background: url(../images/p-jt.png) no-repeat;
    background-size: cover;
    margin-right: 20px;
} */
.n-pro-profiles .twp p{
    padding-left: 30px;
    position: relative;
}
.n-pro-profiles .twp .fa{
    position: absolute;
    left: 0;
    font-size: 28px;
    color:#888888;
    top: 2px;
}
.n-pro-profiles .twp span{
    vertical-align: middle;
}
.peizp {
    position: relative;
    margin-top: 50px;
}
.peizp .t1{
    color:#9d9492;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.peizp .t1.tt{
    margin-bottom: 30px;
}
.peizp .tw1{
    position: absolute;
    top: 48px;
    left: 150px;
}
.peizp  p{
    padding-left: 20px;
    line-height: 2;
}
.peizp .twz8{
    position: absolute;
    top: 40px;
    left: 90px;
}
.peizp .twz8b{
    position: absolute;
    bottom: 120px;
    right: 60px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 2px solid #ddd;
}
.p-table .titi{
    text-align: center;
    color: #888888;
    margin-top: 60px;
    font-size: 18px;
}
.p-table .uk-table td{
    padding: 8px 12px;
}

.p-bgq .wp{
    padding:10px;
    /*cursor: pointer;*/
}
.p-bgq .wp .pic{
    box-shadow: 0 0 10px #9a9a9a;
    
}
.p-bgq .wp:hover .pic{
    box-shadow: 0 0 10px #666;
}
.p-bgq .wp .text{
    text-align: center;
    padding: 20px 0;
}
.p-bgq .wp .text .t2{
    text-transform: uppercase;
}
.secdz .text{
    text-align: center;
    padding: 20px 0;
}

.made.inquiry{
    background: rgba(0,0,0,.6);
}
.made.inquiry .fo-con{
    font-size: 16px;
}
.process li{
    position: relative;
    padding-bottom: 50px;
    margin: 0 !important;
}
.process ul li::after{
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    background: #efefef;
    position: absolute;
    top: 0;
    left: 30px;
}
.process ul li:last-child::after{
    display: none;
}
.process .pic{
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    background: url(../images/process-ic.png);
    background-size: 100%;
}
.process .pic.p2{
    background-position: 0 -60px;
}
.process .pic.p3{
    background-position: 0 -120px;
}
.process .pic.p4{
    background-position: 0 -180px;
}
.process .pic.p5{
    background-position: 0 -240px;
}
.process .pic.p6{
    background-position: 0 -300px;
}
.process .text{
    padding-left: 100px;
    padding-right: 200px;
}
.process .text .s-btn{
    margin-top: 30px;
}
.process .text .t1{
    font-size: 32px;
    color:#888888;
}
.process .text .t2{
    font-size: 20px;
    margin: 20px 0 10px;
}

.qua .uk-accordion-title{
    padding:10px 30px;
    background: #e8f8fc;
    color:#888888;
    font-size: 24px;
}
.qua .uk-accordion-title::before{
    content: none;
}
.qua .uk-accordion-content{
    padding:20px 30px;
    border: 1px solid #e5e5e5;
    margin-top: 5px;
}
.qua .uk-accordion>:nth-child(n+2){
    margin-top: 5px;
}
.qua .uk-accordion>:nth-child(2n) .uk-accordion-title{
    background: #f7fdfe;
}


.n-contact .wrap{
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    background: #f7fdfe;
    padding:20px 0;
}
.n-contact .wrap .c-name{
    color: #888888;
    font-weight: bold;
    
}
.n-contact .wrap p{
    line-height: 2.5;
    font-size: 18px;
}
.n-contact-jx .wrap {
    padding:20px 0;
    font-size: 18px;
}

.n-contact-jx .wrap .t1{
    display: inline-block;
    vertical-align: middle;
    width: 35%;
}
.n-contact-jx .wrap .t2{
    width: 64%;
    display: inline-block;
    vertical-align: middle;
}
.jx-wrap{
    padding:0 100px;
}
.a-case img, .a-news img,.i-info img{
    height: auto !important;
}

.l-case .wrap{
    /* box-shadow: 0px 0px 30px rgba(181,181,181,0.6); */
    border:1px solid #eee;
}
.l-case .wrap .text{
    padding: 20px 20px 20px;
}
.l-case .wrap .text .title{
    font-size:18px;
    color:#898989;
}
.l-case .wrap .text .desc{
    font-size: 14px;
    margin-bottom: 25px;
}
.l-case .wrap .text .desc span{
    display: block;

}
.l-case .wrap .text .more{
    text-align: center;
}
.l-case .wrap .text .more i{
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 20px;
    border:1px solid #888888;
    border-radius: 40px;
    color: #66cfe6;
    font-style: normal;
    transition: all 0.3s;
}
.l-case .wrap:hover .text{
    border-color: #888888;
}
.l-case .wrap:hover .more i{
    background: #888888;
    color:#fff;
}
.a-case .i-title{
    font-size: 20px;
    font-weight: bold;
    color:#898989;
    margin-bottom: 30px;
}
.re-case .tits{
    font-weight: bold;
    border-bottom: 1px solid #888888;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.re-case .wrap{
    /* box-shadow: 0px 0px 30px rgba(181,181,181,0.6); */
    border:1px solid #eee;
}
.re-case .wrap .text{
    padding: 20px 20px 20px;
}
.re-case .wrap .text .title{
    font-size:18px;
    color:#898989;
    margin: 0;
}


.pro-all{
    margin-top: 5px;
}
.pro-all .wrap{
    background: #888888;
}
.pro-all .text{
    padding:20px 30px;
    background: #888888;
    color:#fff;
}
.pro-all .text .tt{
    font-size: 22px;
    margin-bottom: 15px;
}
.pro-all .text .des{
    padding-left: 15px;
}
.pro-all .text .li{
    position: relative;
    padding-left: 15px;
}
.pro-all .text .fa{
    position: absolute;
    left: 0;
    font-size: 20px;
}
.pro-all .text .btn{
    margin: 40px 0 40px;
    text-align: center;
}
.l-news .pic{
    padding-bottom: 65%;
    
    background: #888888;
}
.l-news .text{
    padding: 30px 15px;
}
.l-news .text .tit{
    font-size:16px;
    margin-bottom: 10px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis; 
    font-weight: bold;
}
.l-news .text .des{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
.l-news .text .date{
    font-size:13px;
    margin-top: 10px;
    display: block;
}
.l-news .pic img{
    transition: all 0.4s;
}
.l-news .wrap{
    border: 1px solid #eee;
}
.l-news .wrap:hover .pic img{
    opacity: 0.6;
}
.l-news .wrap:hover .tit{
    color:#888888;
}
.a-news .top{
    padding-bottom: 30px;
}
.a-news .body{
    color:#666;
}
.a-news .top .i-title{
    font-size: 22px;
    font-family: inherit;
    color:#898989;
    margin-bottom: 0;
}
.a-news .top .date{
    font-size: 13px;
}
.re-news{
    margin-top: 30px;
}
.re-news .tits span{
    padding-bottom: 5px;
    margin-bottom: 14px;
    display: inline-block;
    border-bottom: 1px solid rgb(102, 207, 235);
}
.re-news .text{
    line-height: 2;
}
.page-navi{margin:40px 0 20px;border-radius:4px;padding-left:0; text-align: center; font-family: Arial, Helvetica, sans-serif;}
.page-navi span,.page-navi a{padding:10px 15px;}
.page-navi span,.page-navi a:hover{background:rgba(200,200,200,0.2);color:#888888;}
.page-navi li{display:inline-block;margin-top:1rem;}

.load{
    width: 100%;
}
.load a{
    width: 100%;
    display: block;
    text-align: center;
    padding:10px 0;
    border:1px solid #888888;
    color:#888888;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
}
.load a:hover{
    background: #888888;
    color:#fff;
}
.loading{
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.loading span{
    width: 4px;
    height: 6px;
    background: #68b2ce;
    display: inline-block;
    margin: 0 3px;
    animation: loading linear 1s infinite;
    -webkit-animation: loading linear 1s infinite;
}
.loading span:nth-child(1){
    animation-delay:0s;
}
.loading span:nth-child(2){
    animation-delay:0.15s;
}
.loading span:nth-child(3){
    animation-delay:0.3s;
}
.loading span:nth-child(4){
    animation-delay:0.45s;
}
.loading span:nth-child(5){
    animation-delay:0.6s;
}
@keyframes loading 
{
    0%,60%,100% {transform: scale(1);}
    30% {transform: scaleY(3);}
}
@-webkit-keyframes loading 
{
    0%,60%,100% {transform: scale(1);}
    30% {transform: scaleY(3);}
}

.next-prev{
    padding-top: 30px;
    border-top:1px solid #ddd;
    margin-top: 30px;
    line-height: 2;
    font-size: 14px;
}
.next-prev a{
    color: #888888;
}
@media (max-width: 1024px){
    .tm-topnav{
        position: relative;
    }
    .tm-nav .tel{
        display: none;
    }
    .tm-nav .navs{
        margin-right: 30px;
    }
    .tm-nav .navs li>a{
       padding: 5px 10px 0;
    }
    .nav-top{
        position: absolute;
        right: 0;
        height: 100%;
        top:0;
        margin: 0;
    }
    /* .tm-nav .lan{
        height: 100%;
        display: flex;
        align-items: center;
        background: #888888;
    }
    .tm-nav .lan a{
        padding: 0px 15px;
        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;
    }
    body{
        padding-bottom: 60px;
    }
    *+p, p {
        margin: 0 0 15px;
        line-height: 1.5;
    }
    .uk-margin-xlarge-top{
        margin-top: 50px !important;
    }
    html{
        font-size: 14px;
        font-family: "Gotham",Helvetica, "PingFang SC",sans-serif,"Microsoft Yahei";
    }
    .font-n{
        font-weight: unset;
    }
    .banner .text{
        padding:0 40px;
        text-align: left;
    }
    .banner .t1{
        font-size: 46px;
    }
    .banner .t2{
        font-size: 23px;
        margin-top: 14px;
    }
    .tm-title .title{
        font-size: 28px;
        line-height: 1.3;
    }
    .tm-title .des{
        font-size: 20px;
    }
    .h-youshi .wrap{
        padding: 30px 10px 30px;
    }
    .h-youshi .wrap .pic{
        width: 80px;
        padding-right: 15px;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .h-youshi .wrap .text{
        width: calc(100% - 100px);
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .h-youshi .wrap .text .t1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .h-youshi .wrap .text .t2{
        line-height: 1.4;
        font-size: 13px;
    }
    .b-left,.b-right{
        position: unset;
        height: 200px;
        width: 100%;
    }
    .h-pro .last{
        /*order: unset;*/
    }
    .h-pro .uk-container{
        padding: 0;
        max-width: 100% !important;
    }
    .h-pro .wrap .text .t1{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .wpp{
        background: transparent;
    }
    .h-pro .wrap .text{
        padding: 20px 30px 20px;
    }
    .h-pro .wrap .text .more{
        margin-top: 20px;
    }
    .case-wp{
        padding: 0 30px;
    }
    .h-case .swiper-button-next, .h-case .swiper-button-prev{
        width: 30px;
        height: 40px;
        margin-top: -25px;
        background-size: 30px 40px;
        
    }
    .h-case .swiper-button-next{
        right: 0px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23898989'%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: right;
    }
    .h-case .swiper-button-prev{
        left: 0px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23898989'%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
    }
    .h-jingx .tt{
        font-size: 20px;
    }
    .h-jingx .text{
        font-size: 13px;
    }
    .inquiry .tt{
        font-size: 20px;
        text-align: center;
    }
    .inquiry{
        padding: 20px 40px;
    }
    .inquiry .fo-con{
        font-size: 16px;
    }
    .inquiry .fo-con label{
        width: 30%;
        display: inline-block;
    }
    .inquiry .fo-con input{
        height: 19px;
        width: 68%;
    }
    .inquiry .fo-bo{
        text-align: left;
        font-size: 14px;
    }
    .inquiry .uk-button{
        display: block;
        margin: 30px auto 0;
    }
    .n-about .pic{
        padding: 10px 0;
        margin: 0 -15px;
    }
    .n-amap .pic{
        margin: 30px -15px 0;
    }
    .n-ban .my-re .text{
        font-size: 30px;
        text-align: center;
    }
    .n-aall .text p{
        line-height: inherit;
    }
    .n-ban.ab{
        background-image: url(../images/m-ab-t.jpg) !important;
    }
    .n-ban{
        position: relative;
        height: 150px;
    }
    /* .n-ban::after{
        content: '';
        display: block;
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        background-image: linear-gradient(rgba(44, 78, 119, 0.81), rgba(255, 255, 255, 0));
    } */
    .cban{
        height: 250px;
    }
    .ot-ban{
        padding-top: 0;
    }
    .p6061{
        background-image: url(../images/z6061-t-m.jpg) !important;
    }
    .n-ban.p6061 .text{
        padding-top: 100px;
    }
    .p8000{
        background-image: url(../images/z8000-t-m.jpg) !important;
    }
    .n-ban.p8000 .text{
        padding-top: 100px;
    }
    .n-ban .text{
        position: relative;
        z-index: 999;
    }
    .n-aall .text{
        padding-right: 0;
    }
    .my-rep .t1{
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .my-rep .t2{
        font-size: 16px;
    }
    .n-pro-profiles .tit{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .peizp{
        margin: 40px -15px 0;
    }
    .peizp .tw1{
        top: 30px;
        left: 30px;
        display: none;
    }
    .peizp .t1{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .peizp .t1.tt{
        margin-bottom: 20px;
    }
    
    .peizp p{
        line-height: 1.7;
    }
    
    .peizp .twz8{
        left: 10px;
        top:57px;
    }
    .peizp .twz8b{
        bottom: 60px;
        right: 10px;
        text-align: right;
    }
    .peizp .twz8 p{
        font-size: 12px;
        line-height: 1.4;
        padding-left: 15px;
    }
    .peizp .twz8 .t1{
        font-size: 14px;
    }
    .peizp .twz8 .t1.tt{
        margin-bottom: 20px;
    }
    .peizp .twz8b .t1{
        font-size: 14px;
    }
    .peizp .twz8,.peizp .twz8b{
        display: none;
    }
    .p-bgq .wp .text{
        /*visibility: hidden;*/
        /*padding: 10px 0 0;*/
    }
    .swiper-slide-active .wp .text{
        visibility: visible;
    }
    .case-ban{
        background-image: url(../images/case-t-m.jpg) !important;
    }
    .pro-ban{
        background-image: url(../images/pro-t-m.jpg) !important;
    }
    .service-ban{
        background-image: url(../images/service-t-m.jpg) !important;
    }
    .service-ban .my-rep-service{
        margin-top: 60px;
        margin-left: 40px;
        text-transform: uppercase;
    }
    .n-service .tm-title{
        margin-bottom: 15px;
    }
    .n-service .tm-title .title{
        font-size: 22px;

    }
    .my-rep-case.service{
        margin-top: 66px;
        padding-left: 40px;
        text-align: left;
    }
    .my-rep-case .text .t1{
        font-size: 22px;
    }
    .my-rep-case .text .t2{
        font-size: 16px;
    }
    .my-rep-case{
        margin-top: 76px;
    }
    .a-case-ban{
        padding: 80px 0 20px;
    }
    .a-case-ban .tt{
        font-size: 22px;
    }
    .a-case-ban .tt b{
        font-size: 16px;
    }
    .re-case .tits{
        font-size: 18px;
    }
    .re-case .wrap .text .title{
        font-size: 16px;
    }
    .my-rep-made .t1{
        font-size: 28px;
        padding: 0;
    }
    .my-rep-made .t2{
        font-size: 16px;
        padding: 0;
    }
    .my-rep-made .text{
        padding-bottom: 20%;
    }
    .process .text{
        padding-left: 70px;
        padding-right: 0;
    }
    .process .pic{
        width: 50px;
        height: 50px;
    }
    .process ul li::after{
        left: 25px;
    }
    .process .text .t1{
        font-size: 24px;
    }
    .process .text .t2{
        font-size:18px;
        margin: 10px 0 5px;
    }
    .process .pic.p2{
        background-position: 0 -50px;
    }
    .process .pic.p3{
        background-position: 0 -100px;
    }
    .process .pic.p4{
        background-position: 0 -150px;
    }
    .process .pic.p5{
        background-position: 0 -200px;
    }
    .process .pic.p6{
        background-position: 0 -250px;
    }
    .qua .uk-accordion-title{
        font-size: 16px;
        padding:10px 10px;
    }
    .qua .uk-accordion-content{
        padding:10px;
    }
    .n-contact .wrap{
        margin:0;
    }
    .n-contact .wrap p{
        line-height: 1.8;
        font-size: 14px;
    }
    .n-contact .wrap .c-name{
        font-size: 16px;
        /* padding-bottom: 20px; */
        display: block;
    }
    .n-contact-jx .wrap{
        padding:15px 0;
        font-size: 16px;
        text-align: center;
    }
    .n-contact-jx .wrap .t1{
        width: 100%;
    }
    .n-contact-jx .wrap .t2{
        width: 100%;
    }
    .contact-ban{
        background-image: url(../images/contact-t-m.jpg) !important;
    }
    .my-rep-other .text{
        margin-top: 76px;
        margin-left: 0px;
        margin-right: 60px;
        font-size: 28px;
        text-align: center;
    }
    .my-rep-other .text .t1{
        letter-spacing: 10px;
        line-height: 1.4;
    }
    .my-rep-other .text .t2{
        font-size: 16px;
    }
    .made-ban .text{
        font-size: 28px;
        text-align: center;
        color:#fff;
        padding-bottom: 40px;
        line-height: 1.2;
    }
    .made-ban.ab .text{
        font-size: 18px;
        padding: 0 30px;
        line-height: 1.6;
    }
    .made-ban .text .t1{
        margin-bottom: 20px;
    }
    .made-ban .text .t2{
        font-size: 13px;
    }
    .m-ab .tit{
        font-size: 16px;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
    }
    .a-num{
        margin-top: 0;
        margin-bottom: 24px;
    }
    .a-num .wrap .t1{
        font-size: 40px;
    }
    .a-num .wrap .t2{
        font-size: 12px;
    }
    .banner-m .text{
        padding-top: 40%;
    }
    .gotop{
        width: 40px;
        height: 40px;
        right: 10px;
        padding-top: 8px;
    }
    .gotop .fa{
        font-size: 20px;
    }
    .gotop span{
        display: none;
    }
    .s-btn-b{
        font-size: 16px;
        padding: 0 40px;
        line-height: 2;
    }
    .n-pro-profiles .twp .ic{
        margin-right: 10px;
    }
    .n-pro-profiles .twp .fa{
        font-size: 24px;
        top: 0;
    }
    .n-pro-profiles .twp p{
        padding-left: 20px;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 70px;
    }
    .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
        border:1px solid #ddd;
    }
    .bgq-swiper .swiper-slide .wp{
        
        transform: scale(1);
        transition: all 0.3s;
    }
    .bgq-swiper .swiper-slide-active .wp{
        transform: scale(1);
    }
    .p-bgq .wp{
        padding:0;
    }

    #modal-clause .uk-modal-body{
        padding: 40px 15px;
    }
    .n-aall .tits{
        padding: 0 0 30px;
    }
    .n-aall .tits2{
        padding-left: 0;
        padding-right: 0;
        margin-top: 50px;
    }
    .h-news{
        padding: 0 15px 40px;
    }
    .h-news .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{
        content: none;
    }
    .h-news .uk-grid-divider.uk-grid-stack>.uk-grid-margin{
        margin-top: 20px;
    }
    .n-aall .last{
        order: 99;
    }
    .h-news .tab{
        margin-bottom: 30px;
    }
    .h-news .wrap .desc{
        margin-top: 10px;
    }
    .h-news .wrap .title{
        font-size: 18px;
    }
    .h-news .tab li a{
        font-size: 22px;
    }
    .position{
        padding: 10px 0;
        font-size: 13px;
    }
}


