@charset "UTF-8";
.h-tit {
    margin-bottom: 45px;
    text-align: center;
}
.h-tit.left{
    text-align: left;
}
.h-tit .t1{
    font-size: 42px;
    margin: 0;
}
.h-tit .t1 span{
    position: relative;
}
.h-tit .t2{
    font-size: 20px;
    color: #888;
}
.h-tit .t1 span::after{
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    background: url(../images/chul.png) no-repeat;
    position: absolute;
    right: -16px;
    top: 6px;

}
/* 头部 */
.h-top{
    background: #f2f2f2;
    padding: 10px 0;
    color: #999;
}
.h-top a{
    color: #999;
    padding: 0 10px;
}
.h-logo{
    padding: 20px 0 30px;
}
.logo-t{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-top: 15px;
}
.logo-t .t1{
    font-size: 26px;
    font-weight: bold;
    color: #006aae;
}
.logo-t .t2{
    font-size: 13.2px;
    color: #666;
}
.tm-tel {
    color: #666666;
    font-size: 34px;
    margin-top: 15px;
}
.tm-tel .iconfont{
    font-size: 34px;
    color: #000;
}
.tm-tel span{
    color: #006aae;
}
.tm-topnav{
    background: url(../images/nav-bg.jpg) repeat-x;
    z-index: 999;
    border-top: 3px solid #006aae;
}
.tm-topnav .uk-navbar-nav{
    width: 100%;
}
.tm-topnav .uk-navbar-nav>li{
    position: relative;
    flex: 1;
}
.tm-topnav .uk-navbar-nav>li>a{
    min-height: 60px;
    line-height: 60px;
    color: #333;
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
}
.tm-topnav .uk-navbar-nav>li>a::before{
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    content: '';
    width: 2px;
    height: 60px;
    background: url(../images/nav-b.jpg) no-repeat;
}
.tm-topnav .uk-navbar-nav>li:last-child>a::after{
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    content: '';
    width: 2px;
    height: 60px;
    background: url(../images/nav-b.jpg) no-repeat;
}
.tm-topnav .uk-navbar-nav>li>a:hover,.tm-topnav .uk-navbar-nav>li.active>a{
    background: #f08700;
    color: #fff;
}
.tm-topnav .ns-nav {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    margin: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);

}

.tm-topnav .ns-nav a {
    padding: 12px 20px;
    text-align: left;
    display: block;
    color: #333;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

.tm-topnav .ns-nav a:hover {
    background:#f08700;
    color: #fff;
}
.tm-topnav .ns-nav dd:last-child a{
    border-bottom: 0;
}

.tm-topnav li:hover .ns-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}


/* 底部 */
.tm-footer {
    background: url(../images/f-bg.jpg) no-repeat;
    padding: 0px 0 40px;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
.tm-footer a{
    color: #fff;
}
.foot-t{
    border-bottom: 1px solid #0e0e0e;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.foot-t a{
    padding: 0 50px;
    font-size: 16px;
}
.tm-footer .logo{
    text-align: center;

}
.tm-footer .logo span{
    display: block;
    color: #f08700;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 30px;
}
.tm-footer .f-copy{
    text-align: center;
    margin-top: 20px;
    color: #fff;
}
.tm-footer .lxfs{
    line-height: 2;
}
.f-ewm {
    text-align: center;
}
.f-ewm .wp {
    display: inline-block;
}
.f-ewm .tt{
    background: #3b3b3b;
    color: #f08700;
    padding: 8px 8px;
}

.m-fnav{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
	background:#fff;
    z-index: 999;
	padding: 10px 0;
}
.m-fnav .wrap{
    text-align: center;
    line-height: 1.2;
    
}

.m-fnav .wrap a{
    display: block;
	background:#006aae;
    padding: 12px 0;
    color: #fff;
	border-radius: 5px;
	font-size: 16px;
}
.m-fnav .wrap .ic{
    margin-bottom: 3px;
}
/* banner */

.banner{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
}
.swiper-button-next, .swiper-button-prev{
    outline: none;
}

/* 产品 */
.h-pro{
    background: #f8f8f8;
}
.h-pro .nav ul{
    position: relative;
}

.h-pro .nav ul li>a{
    background: #000;
    border-left: 1px solid #fff;
    display: block;
    color: #fff;
    line-height: 64px;
    text-align: center;
}
.h-pro .nav ul li>a:hover{
    background: #006aae;
}
.h-pro .nav ul li .s-nav{
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    vertical-align: middle;
    left: 0;
    display: none;
    
}
.h-pro .nav ul li.on>a{
    background: #006aae;
}
.h-pro .nav ul li.on .s-nav{
    display: block;
}
.h-pro .nav ul li .s-nav a{
    margin-right: 20px;
}
.h-pro .nav ul li .s-nav a::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #999;
    vertical-align: middle;
    margin-right: 10px;
}
.h-pro .wpp{
    margin-top: 60px;
}
.h-pro .wpp .text{
    text-align: center;
    padding: 20px 20px 20px;
}
.h-pro .wpp .text h2{
    font-size: 22px;
    font-weight: bold;
}
.h-pro .wpp .text .more{
    display: inline-block;
    padding: 8px 40px;
    background: #006aae;
    color: #fff;
    margin-top: 40px;
}
.h-pro .wpp .wrap:hover .more{
    background: #f08700;
}
.h-pro-t .h-tit{
    margin-bottom: 25px;
}
.h-pro-t .line{
    width: 80px;
    height: 3px;
    background: #006aae;
    margin-bottom: 25px;
}
.h-pro-t .wrap .w1{
    font-size: 16px;
    line-height: 2;
}
.h-pro-t .wrap .w2{
    margin-top: 30px;
}
.h-pro-t .wrap .w2 .tex{
    cursor: pointer;
}
.h-pro-t .wrap .w2 .icon{
    width: 70px;
    height: 70px;
    background-color: #f8f8f8;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -45px;
}
.h-pro-t .wrap .w2 .icon.i1{
    background-image: url(../images/pi1.png) ;
}
.h-pro-t .wrap .w2 .icon.i2{
    background-image: url(../images/pi2.png) ;
}
.h-pro-t .wrap .w2 .icon.i3{
    background-image: url(../images/pi3.png) ;
}
.h-pro-t .wrap .w2 .icon.i4{
    background-image: url(../images/pi4.png) ;
}
.h-pro-t .wrap .w2 .tex:hover .icon{
    background-position-y: 15px;
    background-color: #006aae;
}
.h-pro-t .wrap .w2 .tex .tt{
    color: #999;
    text-align: center;
    margin-top: 10px;
}
.h-pro-t .wrap .w2 .tex:hover .tt{
    color: #006aae;
}
.h-pro-t .wrap .more{
    border: 1px solid #006aae;
    display: inline-block;
    margin-top: 40px;
    color: #006aae;
    padding: 6px 40px;
    font-size: 16px;
}
.h-pro-t .wrap .more:hover{
    background: #006aae;
    color: #fff;
}
/* 应用 */
.h-yingy .wrap{
    position: relative;
}
.h-yingy .pic{
    padding-bottom: 160%;
    border-radius: 10px;
}

.h-yingy .text{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding:20px 20px;
    height: 50%;
    background: rgba(0,0,0,0.3);
    box-sizing: border-box;
    text-align: center;
    transition: .3s ease-in-out;
}
.h-yingy .text .wp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h-yingy .text .cn{
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-top: 8px;
}
.h-yingy .text .en{
    color: #fff;
    font-size: 12px;
    opacity: 0.6;
    line-height: 1;
}
.h-yingy .wrap:hover .text{
    background: rgba(0, 107, 174, 0.6);
}
.h-yingy li:nth-child(2n) .text{
    top: 0;
}

/* 首页公司简介 */
.h-about{
    background: url(../images/h-abbg.jpg) no-repeat #d6d7d8;
    background-position: center;
    padding-bottom: 0;
}

.ab-text{
    color: #fff;
}
.ab-text .t1{
    color: #fff;
    font-size: 36px;
    margin: 0;
}
.ab-text .t2{
    color: #83c4ed;
    font-size: 16px;
}
.ab-text .line{
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 20px 0 40px;
}
.ab-text .dd{
    line-height: 1.8;
}
.ab-text .more{
    margin-top: 40px;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 30px;
    display: inline-block;
}

/* 首页新闻 */
.h-news{
    background: #eef1fa;
    padding: 50px 30px;
    margin-top: 80px;
}
.h-news .wrap .pic{
    padding-bottom: 65%;
}
.h-news .wrap .text{
    padding: 30px;
    background: #fff;
}
.h-news .wrap .text .w1{
    display: flex;
    justify-content: space-between;
}
.h-news .wrap .text .w1 .tname{
    color: #f08700;
}
.h-news .wrap .text .w1 .time{
    color: #999;
}
.h-news .wrap .text h3{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bolder;
}
.h-news .wrap .text .desc{
    color: #666;
}
.h-news .wrap:hover .text h3{
    color: #006aae;
}
.h-news .wrap-l{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.h-news .wrap-l .pic{
    width: 40%;
    height: 122px;
    margin-right: 20px;
}
.h-news .wrap-l .text{
    flex: 1;
    min-width: 1px;
}
.h-news .wrap-l .text h3{
    font-size: 18px;
    font-weight: bolder;
}
.h-news .wrap-l .text .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.h-news .wrap-l .text .jt{
    width: 24px;
    height: 12px;
    background: url(../images/jt.png) no-repeat;
    margin-top: 15px;
}
.h-news .wrap-l:hover .jt{
    background-position-y: -12px;
}
.h-news .wrap-l:hover .text h3{
    color: #006aae;
}
/* 内页 */
.n-title{
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 30px;
    position: relative;
}
/* .n-title h2{
    margin-bottom: 10px;
} */
/* .n-title::after{
    position: absolute;
    bottom: -2px;
    content: '';
    display: block;
    width: 30px;
    border-bottom: 3px solid #006aae;
} */
.n-title p{
    line-height: 2;
}
.n-ban{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.n-ban-v{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.n-back{
    text-align: right;
    
}
.n-back a{
    color: #006aae;
}
.n-back .iconfont{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.posi{
    color: #777;
    background: #f7f7f7;
    padding: 20px 0;
}
.posi .iconfont{
    color: #777;
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.posi a{
    color: #777;
}


/* 内页产品列表 */
.n-plist .card{
    padding: 0 40px 40px;
    box-shadow: 0 0px 15px rgba(0,0,0,.08);
    margin-bottom: 50px;
}
.n-plist .tname{
    text-align: center;
    border-bottom: 1px solid #eee;
}
.n-plist .tname span{
    display: inline-block;
    background: #006aae;
    color: #fff;
    font-size: 26px;
    padding: 15px 40px;
}
.n-plist .nav a{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-right: 10px;
    font-size: 16px;
}
.n-plist .snav{
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}
.n-plist .snav a{
    margin-right: 20px;
    vertical-align: middle;
}
.n-plist .snav a::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #999;
    vertical-align: middle;
    margin-right: 10px;
}
.n-plist .snav dd{
    display: none;
}
.n-plist .snav dd.active{
    display: block;
}
.n-plist .nav a:hover,.n-plist .nav a.active{
    border-color: #006aae;
    color: #006aae;
}
.pro-list .pic{
    box-shadow: 0 0px 15px rgba(0,0,0,.08);
}
.pro-list .text .title{
    font-size: 18px;
    line-height: 1;
    margin: 20px 0 15px;
    border-left: 5px solid #006aae;
    padding-left: 10px;
}
.pro-list .text .desc{
    color: #999;
}
.pro-list .wrap:hover .text .title{
    color: #006aae;
}

/* 内页产品详情 */
.proswiper-b{
    --swiper-navigation-color: #999;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px;/* 设置按钮大小 */
}
.proswiper-b{
    padding: 0 20px;
    position: relative;
}
.proswiper-b .swiper-button-next{
    right: 0;
}
.proswiper-b .swiper-button-prev{
    left: 0;
}
.proSwiper2{
    border: 1px solid #eee;
}
.proSwiper{
    margin-top: 15px;
}
.proSwiper .swiper-slide{
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
}
.proSwiper .swiper-slide-thumb-active{
    border-color: #f08700;
}
.n-pro .title{
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.n-pro .desc{
    line-height: 2;
    color: #666;
    min-height: 200px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.n-pro .r-wp{
    padding-left: 50px;
}
.n-pro .rx{
    font-size: 16px;
    color: #666;
}
.n-pro .rx .iconfont{
    color: #006aae;
    font-size: 48px;
    line-height: 1;
    margin-left: -20px;
}
.n-pro .zx{
    display: inline-block;
    padding: 8px 40px;
    background: #006aae;
    color: #fff;
    font-size: 18px;
}
.n-pro .cans{
    font-size: 16px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}
.n-pro .cans span{
    font-weight: bold;
    color: #006aae;
}
.n-pro .tt1{
    background: #f5f5f5;
    color: #006aae;
    padding: 10px 0 10px 15px;
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}
.n-left{
    background: #f8f8f8;
    padding-bottom: 2px;
}
.n-left .tit{
    font-size: 24px;
    background:#006aae;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 15px;
}
.n-left .l-nav li{
    padding-left: 30px;
    padding-right: 30px;
}
.n-left .l-nav li>a{
    display: block;
    font-size: 17px;
}
.n-left .l-nav dl{
    margin-top: 10px;
    font-size: 14px;
}
.n-left .l-nav dl a{
    display: block;
    color: #999;
    line-height: 2;
}
.n-left .l-nav dl a span{
    color: #666;
}
.n-left .l-nav a:hover{
    color: #006aae;
}
.n-left .contact .wp{
    background: #006aae;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}
.n-left .contact .wp .tel{
    font-size: 28px;
    font-weight: bold;
}
.n-left .contact .wp .iconfont{
    font-size: 30px;
    vertical-align: middle;
}


/* 内页关于我们 */
.n-about-t{
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.n-about-js .jieshao{
    padding-left: 50px;
    background: url(../images/n-ab-s.jpg) no-repeat;
}
.n-about-js .jieshao .info{
    font-size: 15px;
}
.n-about-js .title{
    margin-bottom: 20px;
}
.n-about-js .title::after{
    display: inline-block;
    content: '';
    width: 40px;
    height: 3px;
    background: #006aae;
}
.n-about-js .title .t1{
    margin: 0;
    color: #006aae;
    font-size: 30px;
    font-weight: bold;
}
.n-about-js .title .t2{
    margin: 0;
    font-size: 20px;
}
.n-about-sl{
    background: url(../images/n-ab-sl.jpg) no-repeat center;
    background-size: cover;
}
.n-about-sl .n-tit{
    text-align: center;
    color: #fff;
}
.n-about-sl .n-tit .t1{
    font-size: 40px;
}
.n-about-sl .n-tit .t3{
    margin-top: 26px;
    line-height: 1.8;
}
.n-about-sl .slwp{
    padding: 0 5%;
    margin-top: 40px;
}
.n-about-sl .slwp .wrp{
    background: #f08700;
    color: #fff;
    text-align: center;
    padding: 40px 40px;
    position: relative;
}
.slwp .wrp .num{
    position: absolute;
    color: #333;
    opacity: 0.1;
    font-family: Impact;
    font-size: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slwp .wrp .text{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.n-about-sb .wrp .text{
    background: #f3f3f3;
    padding: 20px 0;
}
.n-about-sb .wrp .text h3{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    border-left: 6px solid #f08700;
    padding-left: 10px;
}




.n-contact .iconfont{
    font-size: 40px;
    color: #006aae;
    vertical-align: middle;
    margin-right: 15px;
}
.case-list .wrap{
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.case-list .uk-overlay{
    background: rgba(0, 0, 0, .4);
    color: #fff;
}
.case-list .uk-overlay .title{
    color: #fff;
    margin-top: 20px;
}
.case-list .pic{
    padding-bottom: 65%;
}
.case-list .wrap .wp{
    text-align: center;
}
.case-list .wrap .wp .fa{
    background: rgba(20, 67, 157, .6);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 10px;
}

.albums{
    position: relative;
    overflow: hidden;
    padding: 50px 10%;
}
.albums .gallery-top{
    height: 500px;
}
.albums .gallery-top .pic{
    height: 500px;
}
.albums .gallery-thumbs {
    height: 500px;
}
.albums .gallery-thumbs .pic{
    height: 100%;
}
.albums .gallery-thumbs .swiper-slide{
    overflow: hidden;
    background: #006aae;
}
.albums .gallery-thumbs .swiper-slide .pic{
    opacity: 1;
}
.albums .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .pic{
    opacity: 0.5;
}



.newslist .pic{
    padding-bottom: 65%;
}
.newslist .text{
    position: relative;
}
.newslist .text .tit{
    font-size: 18px;
    margin-bottom: 15px;
}
.newslist .text .date{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #006aae;
}
.newslist .text .desc{
    font-size: 14px;
    color: #999;
}
.newslist .text .icon{
    text-align: right;
}
.newslist .text .icon .iconfont{
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    transition: all 0.3s ease-out;
}
.newslist .wp:hover .text .icon .iconfont{
    background: #333;
    color: #fff;
}
.newslist .wp:hover .text .tit{
    color: #006aae;
}
.news .title {
    text-align: center;
}
.news .title h1{
    font-size: 24px;
    color: #006aae;
}
.news .title p{
    font-size: 14px;
    color: #999;
}


.video-list .pic{
    padding-bottom: 65%;
}
.video-list .title{
    margin: 0;
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
}
.video-list .menb{
    position: relative;
}
.video-list .menb .fa{
    font-size: 40px;
}
.video-list .uk-overlay {
    background: rgba(0, 0, 0, .4);
    color: #fff;
}
.video video{
    /* max-height: 510px; */
}
.video .wrap{
    text-align: center;
}
.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: #006aae;
    background: white;
    border: 1px #006aae solid;
}

.pagination a.page-num-current {
    border: 1px solid #006aae;
    background: #006aae;
    color: #fff;
}


/* 服务 */
.n-service .tit{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 32px;
}
.n-service  p{
    line-height: 2;
    color: #666;
}

/* 下载 */
.downlist .pic{
    padding-bottom: 110%;
    margin: 0 10%;
}
.downlist p{
    text-align: center;
    color: #006aae;
    margin-bottom: 10px;
}
.downlist a:hover{
    text-decoration: underline;
}