@charset "UTF-8";

.h-tit {
    margin-bottom: 45px;
}

.h-tit a {
    color: #00679e;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 20px;
    vertical-align: middle;
}

.h-tit::before,
.h-tit::after {
    content: "";
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    border-top: 3px solid #00679e;
}

.tm-header {
    margin: 20px 0;
}

.tm-topnav .logo {
    display: block;
}

.tm-nav .tel {
    float: right;
    color: #747474;
    font-size: 16px;
    /* margin-right: 30px; */
}
.tm-nav .lan{
    font-size: 16px;
}
.tm-nav .lan .fa{
    color: #00679e;
    font-size: 16px;
}
.tm-nav .navs li {
    margin-left: 50px;
    position: relative;
}

.tm-nav .navs li .ns-nav {
    position: absolute;
    background: #fff;
    width: 200px;
    z-index: 999;
    margin: 0 0;
    left: 50%;
    margin-left: -100px;
    -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-nav .navs li .ns-nav a {
    padding: 12px 20px;
    text-align: left;
    display: block;
    color: #333;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

.tm-nav .navs li .ns-nav a:hover {
    background:#00679e;
    color: #fff;
}
.tm-nav .navs li .ns-nav dd:last-child a{
    border-bottom: 0;
}
.tm-nav .navs li>a {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #000;
    /* font-weight: 700; */
    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;
    z-index: -1;
    background: #00679e;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -5px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.tm-nav .navs li:hover .ns-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 27px, 0);
    -moz-transform: translate3d(0, 27px, 0);
    -webkit-transform: translate3d(0, 27px, 0);
}

.tm-nav .navs li:hover a::after,
.tm-nav .navs li.active a::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.tm-nav .navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

/* .m-header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.m-header .uk-navbar-toggle {
    color: #fff;
} */
.m-header .logo{
    margin-left: 15px;
}
#tm-mobile .uk-offcanvas-bar {
    background: #00679e;
}

.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 rgba(255, 255, 255, 0.2);
}

.m-subnav ul.uk-nav-sub {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.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: 800px;
}

.banner .swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    opacity: 1;
    background: #fff;
    border-radius: unset;
}

.banner .swiper-pagination-bullet-active {
    background: #00679e;
}

.banner .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.27);
}

.h-about {
    background: #fafafa;
}

.h-about .wrap {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.h-about .wrap h3 {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    color: #00679e;
}

.h-about .wrap p {
    margin: 0;
}

.h-about .text h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.h-pro .hp-nav a {
    display: block;
    background: #ebeef2;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #222;
}

.h-pro .hp-nav a:hover {
    background: #00679e;
    color: #fff;
}
.hp-list .text{
    border-bottom: 2px solid #222;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #222;
}
.hp-list .wrap{
    background: #e8edf3;
    padding: 30px 20px;
}
.p-list .text {
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.p-list .wrap:hover .text {
    color: #00679e;
    border-color: #00679e;
}

.h-why {
    padding-top: 0;
    background: #fafafa;
}

.h-why .tit-wrap {
    padding: 5rem 0;
    background: url(../images/why-bg.jpg) center;
}

.h-why .tit-wrap p {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.h-why .h-tit {
    margin: 0;
}

.h-why .h-tit a {
    color: #fff;
}

.h-why .h-tit::before,
.h-why .h-tit::after {
    border-color: #fff;
}

.h-why .pic {
    /* border: 1px solid #00679e; */
}

.h-why .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.h-why .wrap .t-ic {
    width: 15%;
}

.h-why .wrap .t-wp {
    padding-left: 5%;
    width: 85%;
}

.h-why .wrap .t-wp h3 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
}

.h-why .wrap .t-wp p {
    margin: 0;
}

.h-case .wrap {
    position: relative;
}

.h-case .pic {
    padding-bottom: 70%;
}

.h-case .pic img {
    transition: all 0.3s;
}

.h-case .wrap:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.h-case .wrap .text {
    position: absolute;
    bottom: 20px;
    max-width: 95%;
    background: rgba(0, 103, 158, 0.7);
}

.h-case .wrap .text p {
    margin: 0;
    padding: 8px 12px;
    text-transform: capitalize;
    color: #fff;
}

.h-news {
    background: #fafafa;
}

.h-news .wrap a {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

.h-news .pic .img-cover {
    padding-bottom: 56%;
}

.h-news .wrap .text {
    padding: 20px 10px;
}

.h-news .wrap .text h4 {
    margin: 0;
    font-size: 16px;
    color: #222;
}

.h-news .wrap .text .date {
    color: #afafaf;
    margin: 5px 0;
}

.h-news .wrap .pic .desc {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    line-height: 2.5;
    padding: 0 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h-news .wrap:hover a {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.tm-footer {
    background: linear-gradient(#00679E, #1581aa);
    padding: 50px 0 40px;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.tm-footer a {
    color: #fff;
}

.tm-footer .tit {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.f-contact .fa {
    width: 1em;
    text-align: center;
    font-size: 16px;
    margin-right: 8px;
}

.f-form .uk-inline {
    display: block;
}

.f-form input {
    background: rgba(255, 255, 255, 0.7);
}

.f-form button {
    background: #005887;
    border: 1px solid transparent;
    color: #fff;
}

.f-lat a {
    margin-right: 20px;
}
.f-lat a:hover{
    text-decoration: none !important;
}
.f-copy {
    background: #006093;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
.f-copy a {
    color: #fff;
}

.m-fnav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a459b;
    z-index: 999;
}

.m-fnav .wrap {
    text-align: center;
    line-height: 1.2;
}

.m-fnav .wrap a {
    display: block;
    padding: 10px 0;
    color: #fff;
}

.m-fnav .wrap .ic {
    margin-bottom: 3px;
}

.tm-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}






.ibbg {
    -webkit-animation: pagebgfd 6s linear infinite alternate;
    -moz-animation: pagebgfd 6s linear infinite alternate;
    -o-animation: pagebgfd 6s linear infinite alternate;
    animation: pagebgfd 6s linear infinite alternate;
}



/* 内页 */

.n-ban {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.n-ban .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../images/futuerbg.jpg);
    z-index: 5;
}
.n-ban::after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.2);
    z-index: 6;
}
.n-ban .tit {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    
}

.n-ban .tit i {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
}

.n-ban .tit span {
    margin: 0 30px;
}

.n-ban .tit .cn {
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: bold;
}

.n-ban .tit .en {
    font-size: 12px;
    line-height: 24px;
}
.position{
    padding: 26px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}
.child-nav{
    text-transform: uppercase;
    font-size: 15px;
}
.child-nav a.active{
    color: #00679e;
    font-weight: bold;
}
.n-title{
    text-align: center;
    margin-bottom: 40px;
}
.n-title h2{
    font-size: 40px;
    color: #00679e;
    font-weight: bold;
    text-transform: capitalize;
}
.n-com .info {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 2.5;
}
.n-ab-ma{
    background: #f5f5f5;
}
.n-operation{
    background: url(../images/ab-ln.jpg) no-repeat center;
}
.n-operation .text{
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    /* font-family: 'Barlow Condensed'; */
    font-weight: 600;
    letter-spacing: 20px;
}

.n-ab-solution .text h3{
    background: #eee;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
}
.n-ab-solution .text.bg h3{
    background: #00679e;
    color: #fff;
    
}
.n-ab-certificate .text{
    text-align: center;
    font-size: 15px;
    line-height: 2.8;
    background: #eee;
    text-transform: capitalize;
    padding: 0 10px;
}
.newslist .pic{
    padding-bottom: 65%;
}
.newslist .date span {
    display: block;
    font-family: Impact;
    color: #ccc;
    font-size: 28px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.newslist .date i {
    border-left: 1px solid #e5e5e5;
    text-align: right;
    line-height: 20px;
    font-size: 0;
    display: block;
}

.newslist .date i:before {
    content: '→';
    color: #999;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    display: block;
    text-align: center;
}

.newslist .wp:hover .text h3 {
    color: #00679e;
}

.videolist .text h4 {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a,.pagination span {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #00679e;
    background: white;
    border: 1px #00679e solid;
}

.pagination a.page-num-current {
    border: 1px solid #00679e;
    background: #00679e;
    color: #fff;
}

.news-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
}

.news-title p {
    margin: 10px 0 0;
    font-size: 0;
}

.news-title p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    background: no-repeat 0 center;
    padding-left: 25px;
}

.news-title p span.i1 {
    background-image: url(../images/920_newscon1.png);
}

.news-title p span.i2 {
    background-image: url(../images/920_newscon2.png);
}

.news-title p span.i3 {
    background-image: url(../images/920_newscon3.png);
}

.news-content {
    line-height: 1.8;
    margin-bottom: 30px;
}

.news-content img {
    max-width: 100% !important;
    height: auto !important;
}

.news-exp {
    margin-top: 2rem;
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    overflow: hidden;
}

.news-exp .wp {
    float: left;
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-exp .wp:last-child {
    text-align: right;
}

.news-panel {
    margin-top: 40px;
}

.news-panel .tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.news-panel .tit .fh {
    float: right;
    color: #999;
    font-size: 16px;
    padding-left: 25px;
    background: url(../images/920_fh.png) no-repeat 0 center;
}

.news-panel .tit .fh:hover {
    color: #104492;
}

.news-panel .tit span {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #104492;
    color: #104492;
    margin-bottom: -1px;
    padding-bottom: 15px;
    line-height: 1;
}

.news-panel li {
    font-size: 16px;
}

.news-panel li span {
    float: right;
    padding-right: 20px;
    color: #999;
}


.a-pro .name {
    font-size: 24px;
    text-transform: capitalize;
}

.a-pro .desc {
    color: #666;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomDiv img {
    max-width: none;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 35px;
}

.preview .swiper-slide {
    width: 33%;
    cursor: pointer;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #10654e;
}

.p-cons {
    margin: 40px 0;
    font-size: 15px;
}

.p-cons .tt1 {
    color: #00679e;
    font-size: 30px;
    font-weight: bold;
    background: #f5f5f5;
    padding: 10px;
}

.p-cons h3{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
}
.p-cons .p-core{
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/core-bg.jpg) no-repeat center;
    background-size: cover;
    font-size: 16px;
    text-transform: capitalize;
}
.p-cons .p-core span{
    display: block;
    font-size: 16px;
}
.p-cons .p-core span::before{
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f0a9";
    color: #00679e;
    margin-right: 10px;
}
.p-cons .p-core div::before{
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f0a9";
    color: #00679e;
    margin-right: 10px;
}
.p-cons table{
    font-size: 13px;
}
.p-cons table td{
    text-align: center;
}
.a-pro img,
.a-news img,
.i-info img {
    height: auto !important;
}


.pages {
    text-align: center;
}

.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: #10654e;
    color: #fff;
}

.pages .thisclass a {
    color: #fff;
}

.pages li:hover {
    background: #10654e;
    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;
}


.sy-form .uk-input,.sy-form .uk-button{
    height: 50px;
    font-size: 16px;
}


.a-def h3{
    font-weight: bold;
    text-transform: capitalize;
}

.downlist .tit{
    color: #222;
    padding-left: 1rem;
    border-left: 5px solid #00679e;
}
.downlist .uk-card:hover .tit{
    color: #00679e;
}
.downlist .btn a{
    background: #666;
    font-size: 14px;
    color: #fff;
}
.downlist .btn a:hover{
    background: #00679e;
}