﻿/* 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: #666;
    /* font-family: Microsoft YaHei; */
}

body {
  
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #999;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

::selection {color:#fff; background-color: #333;} ::-moz-selection {color:#fff; background-color: #333;}
.noselect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}

p {
    margin: 0 0 10px 0;
    line-height: 1.8;
}
*+p{
    margin-top: 10px;
}
.uk-link,
a {
    color: #444;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
*+.sy-btn{
    margin-top: 30px;
}
.sy-btn a{
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 12px 50px;
    text-align: center;
   background:#145396;
    color: #fff;
    margin-left: 10px;
    transform: translateZ(0);
    letter-spacing: 2px;
    
}
.sy-btn a:first-child{
    margin-left: 0px;
}
.sy-btn a::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b02223;
    transform: scaleX(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition: all 0.3s;
}
.sy-btn a:hover{color:#fff;}

.text-over {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sy-btn a.on:hover::before{
    background: #ad0c0d;
}
.p-scale {
    cursor: pointer;
}

.p-scale .pic {
    overflow: hidden;
}

.p-scale .pic .img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.p-scale .pic:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.accordion{
  max-width: 100%;
  background: rgba(0,0,0,0.10);
  height: 600px;
  margin: 20px auto;
  display: flex;

  flex-direction: row;
  cursor: pointer;
  margin-bottom: 50px;
}

.box{
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: .7s;

  
}

.box:hover{
  flex: 3;

} 

/* Background images */
.a1{
  background-image: url("https://images.unsplash.com/photo-1564050988016-522e96f274c6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}
.a2{
  background-image: url("https://images.unsplash.com/photo-1564053933549-8b771fc3aabf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1351&q=80");
}
.a3{
  background-image: url("https://images.unsplash.com/photo-1564067886520-e1ff2767eb1a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1353&q=80");
}
.a4{
  background-image: url("https://images.unsplash.com/photo-1564105389874-c94a26b6ccff?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
}
.a5{
  background-image: url("https://images.unsplash.com/photo-1564047069572-9cc353ec7b11?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=676&q=80");
}
/* End Background images */

p{
  font-weight: normal;
  ffont-family: 'Nunito', sans-serif;
}
.box:before{position:absolute;content:'';width:100%;height:100%;Background:rgba(0,0,0,.5);left:0px;top:0px;}
.box .bock{
  position: absolute;
  bottom: -100px;
  opacity: 0;
 -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.box:hover:before{Background:none;}
.box:hover .bock{
  opacity: 1;
  bottom: -30px;
}
.box:hover .shu2{ opacity: 0;}
h1{
  width: 300px;
  text-align: center;
  margin: 100px auto 20px auto;
}

@media screen and (max-width: 800px){
  body{
    margin: 0px;
  }
  .accordion{
    flex-direction: column;
    height: 700px;
    box-shadow: none;
  }
  .box{
    box-shadow: none;
    background-position: center;
  }
  .box:hover{
    flex: 7;
  }
}


.in_newsli{position:relative;padding:25px;background:#f5f5f5;border-radius:10px;}
.in_newsli dt{font-size:16px;color:#1a1a1a;margin-top:10px;margin-bottom:10px;}
.in_newsli p{font-size:14px;color:#666666;}
.in_newsli span{font-size:14px;color:#145396;}
.in_newsli dd{position:absolute;background:#145396;color:#fff;font-size:16px;left:25px;top:25px;padding:5px 10px 5px 10px;}

.projects-swiper{ padding-top: 10px;
    padding-bottom: 30px;}
.projects-over{position:relative;   }
.projects-over .swiper-button-prev{background:url(../images/ab_cer_l.png) no-repeat !important;height:52px;width:53px;left:-60px;}
.projects-over .swiper-button-next{background:url(../images/ab_cer_r.png) no-repeat !important;height:52px;width:53px;right:-60px;}

.projects-swiper{position:relative;   }
 .projects-swiper .swiper-button-prev{background:url(../images/ab_cer_l.png) no-repeat !important;height:52px;width:53px;left:-60px;}
.projects-swiper .swiper-button-next{background:url(../images/ab_cer_r.png) no-repeat !important;height:52px;width:53px;right:-60px;}

.ab_honor{position:relative;   }
.ab_honor .swiper-button-prev{background:url(../images/ab_cer_l.png) no-repeat !important;height:52px;width:53px;left:-60px;}
.ab_honor .swiper-button-next{background:url(../images/ab_cer_r.png) no-repeat !important;height:52px;width:53px;right:-60px;}
.uk-lightbox {
    background: rgba(0, 0, 0, 0.8);
}


.con_libg{background:#f1f1f1;padding:35px;position:relative;min-height:230px;}

.con_libg .con_libg_con{}
.con_libg .con_libg_con p{font-size:16px;}
.con_libg .con_libg_img{position:absolute;top:30px;right:30px;border:1px solid #333;border-radius:50%;}
.con_libg .con_libg_img{padding: 10px;
    width: 35px;}

.cons-text img {
    max-width: 100%;
    height: auto !important;
}

.cons-text table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    margin-bottom: 15px;
    max-width: 100%;
    text-align: center;
}

.cons-text table P {
    margin: 0;
}

*+.cons-text table {
    margin-top: 15px
}

.cons-text table td,
.cons-text table th {
    padding: 6px 4px;
    border: 1px solid #ddd;
}

.cons-text table th {
    text-align: left
}

.cons-text table td {
    vertical-align: middle;
    /* text-align: center; */
}

.cons-text table thead th {
    vertical-align: bottom
}

.cons-text table caption,
.cons-text table tfoot {
    font-size: 12px;
    font-style: italic
}

.cons-text table caption {
    text-align: left;
    color: #999
}

.cons-text table tbody tr.uk-active {
    background: #e5e5e5;
}

.cons-text table tbody tr:nth-of-type(odd) {
    background: #e5e5e5;
}


.cons-text table tbody tr:first-child{
    background: #1a459b;
    color:#fff;
  }

.h-about .pic h3{font-size:26px;color:#2e32a1;display:block;padding-bottom:15px;font-weight:bold;}
.h-about .pic span{background:#2e32a1;padding:10px 20px;color:#fff;font-size:58px;}

/* title */


.in_pro_list ul{    display: inherit;padding-bottom:20px;
    text-align: center;}
.in_pro_list ul li{    list-style-type: none;
    text-align: center;
    display: inline-block;}
    .in_pro_list ul li a{padding-left:90px;padding-right:90px;height:45px;line-height:45px;background:#145396;display:block;color:#fff; font-size: 17px;}
    
    
    
.ys{ margin-top: 0px; overflow:hidden;}
.leit{width: 100%;display: block;height:600px;margin-top: 0px;}
.leit ul{width: 102%;padding-left:0px;}
.leit li{width: 25%;float: left;position: relative;cursor:pointer;height: 600px;border-right: 1px solid #fff;box-sizing: border-box;list-style-type:none;}
/*.leit li img{display: block;}*/
.mo{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background:rgba(0,0,0,0.5);}
.hav{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.shu2{left:0%;padding-top:210px;color: #fff;text-align: center;}

.shu2 h4{font-size:34px;color: #fff;font-weight: normal;height: 74px;line-height: 74px;position: relative;}
.shu2 h4:after{ position: absolute;left: 50%;height: 3px;bottom:0;width: 42px;background:#4374ac; content: ""; margin-left: -21px;}
.shu2 em{font-size:16px;color: #ffffff;height: 74px;line-height: 74px;    position: relative;font-style: normal;}
.bock{width: 93%;position: absolute;left:4%;bottom:20px;color: #fff;opacity:0;height:170px;padding:15px 6% 0 7%;box-sizing: border-box;box-shadow: 5px 8px 12px rgba(0,0,0,0.06);z-index: 50;background: url(../images/ys_line.png) no-repeat 3% 35px #fff;}
.bock h3{font-size:22px;line-height: 70px;font-weight:normal;height: 70px;color: #1a1a1a;font-family: 'Microsoft Yahei', Arial;}
.bock h3 b{ display: inline-block;margin-right: 20px;font-size:32px;font-weight: bold; font-family: 'Microsoft Yahei', Arial;}
.bock p{font-size: 15px;color: #4c4c4c;line-height: 27px;}

@media screen and (max-width:1366px) {   
  .bock{height:220px;  }
    .bock h3{font-size:18px;font-family: 'Microsoft Yahei', Arial;}
    .bock h3 b{font-size:22px;margin-right:10px;font-family: 'Microsoft Yahei', Arial; }
}
@media screen and (min-width:1367px) and (max-width:1440px) {
         .bock{height:210px;  }
    .bock h3{font-size:20px;font-family: 'Microsoft Yahei', Arial;}
    .bock h3 b{font-size:28px;font-family: 'Microsoft Yahei', Arial; }
}

.tm-title {
    position: relative;
    margin-bottom: 5px;
}

.tm-title .title {
    color: #333;
    font-size: 36px;
    overflow:hidden;
        clear: both;
        padding-bottom: 50px;
        text-align: center;
}




.n-left .tm-title .title{padding-bottom:0px;}
#honor .tm-title .title{padding-bottom:30px;}
.tm-title .title span {
    position: relative;
    z-index: 5;

}

.n-left .tm-title .title span {
    position: relative;
    z-index: 5;
    border-bottom:2px solid #2e32a1;font-weight: inherit;font-size:30px;
}

.tm-title .des {
    font-size: 24px;
    margin-top: 5px;
    line-height: 1;
    text-transform: uppercase;
}

.section-title-1 {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}

.section-title-1 strong {
    font-weight: normal;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #b02223;
    opacity: 0.2;
    font-weight: bold;
}

.section-title-1 h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    position: relative;
    padding: 0 42px;
    color: #b02223;
}



.sy-light .section-title-1 strong {
    color: #fff;
}

.sy-light .section-title-1 h4 {
    color: #fff;
}


.line {
    height: 2px;
    background-color: #e1e1e1;
    margin-top: 5px;
    margin-bottom: 40px;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.img-covers {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 74.66666667%;
}
.img-covers img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    object-fit: fill;
    border-radius: inherit;
    width: 100%;
    height: 100%;
}
.section-title-more .more-big {
    float: right;
    margin-top: -77px;
}

.more-big {
    display: block;
    background-color: #363e45;
    width: 184px;
    line-height: 44px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.more-big:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    content: "";
    height: 0;
    border-top: 44px solid #10654e;
    border-left: 28px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.more-big span {
    display: block;
    padding: 0 15px 0 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.more-big span i {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.more-big:hover {
    color: #fff;
}

.more-big:hover:after {
    width: 100%;
    height: 100%;
}

.position {
    margin-bottom: 20px;
    text-align: right;
    font-weight: 300;
    font-size: 13px;
}
.position h2{
    float: left;
    font-size: 22px;
    color: #1a459b;
}
.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: #10654e;
    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: #10654e;
    -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;
}
.top-wrap{
    position: relative;
}
.top-w{
	position: relative;
}
.top-w .hot-tel{
	color:#2e2e2e;
	 margin-top: 32px;
	font-size:20px;
	font-weight:;
	cursor: pointer;position:relative;
}

.ab_tit{position:relative;}
.ab_tit:before{content:'';position:absolute;width:100%;border-top:1px solid #ccc;top:47px;left:0px;}
.ab_tit span{background:#fff;padding-left:20px;padding-right:20px;position:relative;}
.ab_tit span:before{content:'';position:absolute;width:30px;height:3px;background:#145396;top:20px;left:-30px;}
.ab_tit span:after{content:'';position:absolute;width:30px;height:3px;background:#145396;top:20px;right:-30px;}
.h-about{background:#f7f7f7;}
.h-about h3{font-size:36px;color:#145396;margin-bottom:0px;position:relative;margin-top:20px;}
.h-about h3:before{content:'';width:100px;height:3px;background:#145396;top:-10px;left:0px;position:absolute;}
.h-about h2{margin-top:10px;}

.hot-tel .lang_li{display:none;position:absolute;left:0px;z-index:9999;width:100%;}
.hot-tel .lang_li ul{display:block;width:100%;padding:0px;}
.hot-tel .lang_li li{list-style-type:none;background:#2e32a1;display:block;width:100%;text-align:center;}
.hot-tel .lang_li li a{color:#fff;}
.hot-tel:hover .lang_li{display:block;}


.ban_w{background:url(../images/ban_bg.jpg) no-repeat;background-size:cover;padding-top:70px;padding-bottom:70px;}
.ban_w dl dd{position:relative;overflow:hidden;}
.ban_w dl dd span{font-size:36px;color:#fff;text-align:center;display:block;}
.ban_w dl dd p{font-size:16px;color:#b2b2b2;text-align:center;margin:0px;}
.ban_w dl dd:before{content:'';display:block;position:absolute;right:0px;width:1px; height:100%;background:#fff;}
.ban_w dl dd:last-child:before{display:none;}


.ban_w1{background:url(../images/ban_bg.jpg) no-repeat;background-size:cover;padding-top:70px;padding-bottom:70px;}
.ban_w1 dl dd{position:relative;overflow:hidden;}
.ban_w1 dl dd span{font-size:36px;color:#fff;text-align:center;display:block;font-weight:bold;}
.ban_w1 dl dd p{font-size:16px;color:#b2b2b2;text-align:center;margin:0px;}
.ban_w1 dl dd:before{content:'';display:block;position:absolute;right:0px;width:1px; height:100%;background:#fff;border-right:1px dotted #ccc;}
.ban_w1 dl dd:last-child:before{display:none;}
.tm-header {
    width: 100%;
    background:#fff;
    z-index: 99;
}

.tm-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.tm-topnav .logo {
    display: block;
    margin-top: 20px;
}

.nav-top {
    margin: 10px 0 10px;
    font-size: 14px;
    margin-left: 30px;
    padding-left: 46px;
    background: url(/skin/images/tell.png) no-repeat;
    background-position: 0 7px;
    color: #ddd;
    line-height: normal;
}

.tm-nav .tel {
    color: #fff;
    font-size: 26px;
    font-family: Anton;
}

.tm-nav .lan a {
    padding: 3px 16px;
    margin-left: 30px;
    color: #fff;
    background: #10654e;
    border-radius: 50%;
}

.tm-nav .navs li {
    margin-right: 5px;
    position: relative;
}

.tm-nav .navs li .ns-nav {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 200px;
    z-index: 999;
    margin: 0 0;
    left: 50%;
    /* border-radius: 0 0 3px 3px; */
    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, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.tm-nav .navs li .ns-nav a {
    padding: 15px 20px;
    text-align: center;
    display: block;
    color: #fff;
}

.tm-nav .navs li .ns-nav a:hover {
    background: #b02223;
}

.tm-nav .navs li>a {
    font-size: 16px;
    padding: 36px 24px;
    color: rgba(51,51,51,1);
    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: '';
    z-index: -1;
    background: #b02223;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(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, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.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: #2e32a1;
}

.tm-nav .navs li:hover a::after,.tm-nav .navs li.active a::after {
    transform: scaleY(1);
}

.t-lan{
	margin-top:10px;
	position:absolute;
	right:0;
    background: #b02223;
    border-radius: 200px;
    padding: 4px 14px;
    color: #fff;
    background: url(../images/lan.png) no-repeat #b02223;
    background-size: 16px;
    background-position: 8px 7px;
    padding-left: 30px;
}
.t-lan a{
    color: #fff;
    position: relative;
}
.t-lan a::after{
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: solid 1px;
    -webkit-transition: .33s;
    transition: .33s;
    left: 100%;
}
.t-lan a:hover::after{
    width: 100%;
    left: 0;
    -webkit-transition: width .33s;
    transition: width .33s;
}
.m-lan{
	color:#fff;
}
.m-lan a{
	color:#fff;
}
.m-header{
    background:#fff;
    z-index: 99;
    width: 100%;
}
.m-header .uk-navbar-toggle{
    color: #999;
}
#tm-mobile .uk-offcanvas-bar {
    background: #1a459b;
}

.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;
   
}

.banner .swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    opacity: 1;
    background: #fff;
    border-radius: unset;
}

.banner .swiper-pagination-bullet-active {
    background: #b02223;
}

.banner .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.27);
}

.banner .text {
    color: #fff;
    text-align: left;
}

.banner .t1 {
    line-height: 1.2;
    font-size: 60px;
    color: #fff;
    margin-bottom: 60px;
}
.banner .t1 span{
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 6px solid #b02223;
}
.banner .t2 {
    font-size: 18px;
    color: #fff;
    line-height: 2.2;
    width: 70%;
    text-align: left;
}
.banner .t2 span{
    font-size: 22px;
}
.p-list .wrap .img-cover {
    padding-top: 80%;
}

.p-list .wrap a {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.p-list .wrap .pic{
  
    border-bottom: 0;
    overflow: hidden;
}
.p-list .wrap .pic img{
    transition: all 0.3s;
    width:100%;
}
.p-list .wrap .text {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    padding: 0 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
  
    color: #333;
    transition: all 0.3s;
}

.p-list .wrap .desc {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    color: #888;
}


.p-list .wrap a:hover .text{
   
}

.p-list .wrap a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.p-list .wrap a:hover .more {
    background-color: #10654e;
    color: #fff;
    border-color: #10654e;
}


.h-about .tm-title .des{
    font-size: 14px;
}
.h-about .text{
    font-size: 14px;line-height: 30px;
}

.hp-nav .uk-grid-margin{
    margin-top: 22px;
}
.hp-nav a{
    display: block;
    padding: 10px 0;
    text-align: left;
    border-bottom:1px solid #f1f1f1;
    position: relative;
    background: #fff;
    font-size: 16px;
}

.hp-nav a:hover,.hp-nav .active a{
  
    color: #000;
}
.hp-nav+.sy-btn{
    margin-top: 34px;
}
.hp-nav+.sy-btn a{
    width: 100%;
    box-sizing: border-box;
}

.l-lxwm p{
	margin:0;
	line-height:2;
}

.h-yous {
    background-image: url(../images/ysbg.jpg);
}
.h-yous .tit{
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 150px;
}
.h-yous .tit span{
    font-size: 60px;
    font-style: italic;
}
.h-yous .pic{
    text-align: center;
}
.h-yous .wpp{
    position: relative;
}
.h-yous .ysl li{
    position: absolute;
}
.h-yous .ysl{
    color: #fff;
}
.h-yous .ysl .t1{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
    font-size: 24px;
}
.h-yous .ysl .t1 span{
    font-style: italic;
    font-size:60px;
    font-weight: bold;
    margin-right: 10px;
}
.h-yous .ysl li.l1{
    left: 50px;
    top: -75px;
}
.h-yous .ysl li.l2{
    top: -40px;
    right: 10px;
}
.h-yous .ysl li.l3{
    bottom: 180px;
    right: 0px;
}
.h-yous .ysl li.l4{
    bottom: 0px;
    right: 40px;
}
.h-yous .ysl li.l5{
    left: 110px;
    bottom: 0;
}
.h-yous .ysl li.l6{
    left: 0px;
    bottom: 300px;
}

@media (max-width: 1600px){
   .tm-nav .navs li>a{    padding: 36px 14px;}
}
@media (min-width: 960px){
    .uk-child-width-1-7\@m>*{
        width: calc(100% * 1 / 7.001);
    }
}
.h-news {
    
}
.in-pro{background: #fff;overflow: hidden;}
.in-pro .text{background:#f7f7f7;border:1px solid #e5e5e5;padding:30px;}
.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;
    position: relative;
}
.h-news .pic .img-cover{
    padding-bottom: 50%;
}


.h-news .wrap .text {
    padding-bottom: 50%;position: relative;
}

.h-news .wrap .text h4 {
    margin: 0;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

    height: 100%;
position: absolute;
left: 0;
top: 0;
width:100%;
background:#fff;box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1) !important;
}

.h-news .wrap .text h4 span{padding:20% 20% 20% 20%;display:block;}
.h-news .wrap .text .date{
    color: #afafaf;
    margin: 5px 0;
}


.h-news .wrap .text p {
    margin: 5px 0 0;
    line-height: 1.8;
}





.tm-footer {
    background: #145396;
    padding: 35px 0 0px;
    background-size: cover;
    color: #fff;
    border-bottom:1px solid #2b64a0;
}
.tm-footer h3{color:#fff;position:relative;font-size:18px;}
.tm-footer a{
    color: #96c1ee;font-size: 16px;line-height: 30px;
}

.tm-footer .f-1 .f-logo{
    text-align: center;
    margin-bottom: 20px;
}
.tm-footer .f-1 .ewm{
    text-align: center;
}
.tm-footer .f-1 .ewm .wp{
    padding: 0 15px;
}
.tm-footer .f-1 .ewm .wp img{
    width: 100px;
}
.tm-footer .f-1 .hot{
    font-size: 50px;
    font-weight: bold;
    line-height: 0.8;
}
.tm-footer .f-2{


}
.tm-footer .navs {
    margin-bottom: 24px;
}
.tm-footer .navs .tit{
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
}
.tm-footer .navs .tit span{
    display: inline-block;
    padding-bottom: 10px;
}
.tm-footer .navs a{
    color: #fff;
    display: block;
    line-height: 1.8;
}
.tm-footer .navs p{ color: #fff;}
.f-copy {
    background: #145396;
    text-align: center;
    color: #fff;
    padding: 15px 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);

}
.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;
    background: #eee;
}
.page-navi .page-num-current{
    background: #104492;
    color:#fff;
    cursor: unset;
}
.page-navi span,.page-navi a:hover{
    background: #104492;
    color: #fff;
}

.page-navi li {
    display: inline-block;
    margin-top: 1rem;
}

.ibbg{
    animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
    0% {
      opacity: 1;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
  }
  @keyframes pagebgfd {
    0% {
      opacity: 1;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
  }
/* 内页 */

.n-ban {
    padding: 128px;
    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);
}
.n-ban .tit {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}
.n-ban .tit i{
    display: inline-block;
    width: 145px;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
}
.n-ban .tit span{
    margin: 0 30px;
}
.n-ban .tit .cn{
    font-size: 30px;
    letter-spacing: 3px;
}
.n-ban .tit .en {
    font-size: 12px;
    line-height: 24px;
}


.n-com .info{
    font-size: 16px;
    margin-bottom: 50px;
}
.n-quality .uk-overlay {
    background: rgba(52, 107, 180, 0.6);
}

.n-style {
    background:none;padding-top: 0px;
    padding-bottom: 0px;
}
.n-honor{
    background: #fff;
}
.n-honor .wp{
    display: table-cell;
    vertical-align: middle;
   
    border: 1px solid #ddd;
    padding: 10px;
}
.n-left .tm-title{
    position: relative;
}
.n-left .tm-title .des{
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: -10px;
    opacity: 0.1;
    white-space: nowrap;
}
.cust-swiper {}

.cust-swiper .wp {
    border: 1px solid #ddd;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: url(../images/lo.png) no-repeat top center #10654e;
    padding: 20px 0;
    /* border-radius: 0 30px 0 0; */
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}


.newslist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newslist li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.newslist li .img-center {
    float: left;
    width: 180px;
}

.newslist li .text {
    margin: 0 0 0 220px;
    position: relative;
    padding-right: 160px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.newslist li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 23px;
    transition: all 0.3s;
}

.newslist li .text p {
    line-height: 2;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #999;
}

.newslist li .date {
    position: absolute;
    right: 30px;
    top: 0;
}

.newslist li .date span {
    display: block;
    font-family: Impact;
    color: #ccc;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.newslist li .date i {
    border-left: 1px solid #e5e5e5;
    text-align: right;
    line-height: 20px;
    font-size: 0;
    display: block;
}

.newslist li .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 li:hover .text h4{
    color: #b02223;
}

.videolist .text h4{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}
.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: #10654e;
    background: white;
    border: 1px #10654e solid;
}

.pagination a.page-num-current {
    border: 1px solid #10654e;
    background: #10654e;
    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 table{border-top:1px solid #ccc;border-left:1px solid #ccc;width:100%;}
.news-content table td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
.news-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.news-content video{
    display: block;
    width: 500px;
    max-width: 100%;
    height: 300px;
    background: #000;
    margin: 0 auto;
}
.news-exp {
    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 .pview-swiper {
    border: 1px solid #ddd;
}
.pview-swiper .swiper-button-next,  .pview-swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-color: rgba(176, 34, 35, 0.6);
    background-size: 14px 14px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}
.pview-swiper:hover .swiper-button-next,.pview-swiper:hover .swiper-button-prev{
    opacity: 1;
}
.a-pro .name{
    font-size: 24px;
}
.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;
    color: #666;
}

.p-cons .tt1 {
    color: #b02223;
    font-size: 24px;
    font-weight: bold;
}

.p-cons .tt1 span {
    font-weight: 300;
    opacity: 0.5;
    margin-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.pcons-li .wp {
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.pcons-li .wp p {
    background: #10654e;
    color: #fff;
    margin: 0;
    padding: 6px 0;
}

.pcons-li .wp:hover {
    border-color: #448be8;
}



.a-pro,
.a-news,
.i-info {
    line-height: 1.8;
    color: #333;
}

.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: center;
    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: #10654e;
}

.l-pro .wrap:hover .more i {
    background: #10654e;
    color: #fff;
}

.l-news .pic {
    padding-bottom: 65%;
    border: 1px solid #eee;
    background: #10654e;
}

.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 {
    -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;
    color: #10654e;
}

.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: #10654e;
}

.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;
}

.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;
}
.tjcp .tit{
    font-size: 22px;
    margin: 30px 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    position: relative;
}
.tjcp .tit::after{
    display: inline-block;
    content: '';
    height: 3px;
    width: 90px;
    background: #b02223;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tjcp .wrap{
    
}
.tjcp .wrap .img-cover{
    padding-bottom: 65%;
    border: 1px solid #ddd;
}
.tjcp .wrap .text{
    text-align: center;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 0;
}
.tjcp .wrap:hover .text{
    background: #10654e;
    color: #fff;
}


.cat-l .hot{
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
    color: #b02223;
}
.cat-l .hot .fa{
    position: absolute;
    left: 0;
    font-size: 60px;
}
.cat-l .hot  span{
    font-size: 14px;
    margin-top: -15px;
}
.cat-l .hot p{
    font-size: 36px;
    line-height: 1.3;
    margin: 0;
    font-weight: bold;
}
.cat-l .other{
    font-size: 16px;
   
}
.cat-l .other .fa{
    font-size: 18px;
    margin-right: 15px;
    width: 20px;
    text-align: right;
}
.cat-r .wp{
    text-align: center;
    padding: 30px 30px 0;
}
.cat-r .wp img{
    width: 200px;
    border: 1px solid #999;
}
.cat-r .wp p{
    font-size: 16px;
    color: #b02223;
}
.n-app .yy{
    font-size: 16px;
    color: #b02223;
    padding: 0 15%;
    line-height: 2;
}
.n-app .app-list{
    margin-top: 2rem;
}
.app-list .wrap .img-covers{
    padding-bottom: 80%;
}
.app-list .wrap{
    position: relative;
    overflow: hidden;
}
.app-list .wrap::before{
    background-color: rgba(26, 69, 155, 0.8);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 6;
}
.app-list .wrap .text{
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.4rem;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 7;
    text-align: center;
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    font-size: 1em;
}
.app-list .wrap .text .fa{
    display: block;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 40px;
    margin-bottom: 0.7rem;
}
.app-list .wrap::after{
    background-image: url(../images/masks-case.png);
    background-size: 1rem auto;
    background-position: 50% bottom;
    background-repeat: repeat-x;
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 6;
}
.app-list .wrap:hover::before{
    opacity: 1;
    visibility: visible;
    transform: none !important;
}
.app-list .wrap:hover .text{
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 1.25em;
    white-space: normal;
    padding-top: 0;
}
.app-list .wrap:hover .text .fa{
    opacity: 1;
    visibility: visible;
    transform: none !important;
}
.app-list .wrap:hover::after{
    transform: translateY(120%);
}
@media (max-width: 1023px) {
    .tm-topnav {
        position: relative;
    }
    .tm-nav .tel {
        display: none;
    }
    .tm-nav .navs {
        margin-right: 30px;
    }
    .tm-nav .navs li a {
        margin: 0 10px;
    }
    .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: #10654e;
    }
    .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;
    }
    .n-ban {
        padding: 40px 0;
    }
    .m-header .logo {
        padding-left: 20px;
    }
    .panel-sd .tit{
        display: none;
    }

    .f-copy{
        font-size: 12px;
        padding: 10px 20px;
    }
    
}

@media (max-width: 767px) {
    .section-title-1{
        margin-bottom: 30px;
    }
    .banner .swiper-slide{
       
    }
    .banner .t1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .banner .t1 span{
        border-bottom: 3px solid #b02223;
        padding-bottom: 4px;
    }
    .banner .t2{
        font-size: 14px;
        width: auto;
        line-height: 2;
    }
    .banner .t2 span{
        font-size: 16px;
    }
    
    .h-about .pic span{font-size: 38px;}

    .projects .swiper-button-prev{background:url(../images/ab_cer_l.png) no-repeat !important;height:52px;width:53px;left:-60px;}
.projects .swiper-button-next{background:url(../images/ab_cer_r.png) no-repeat !important;height:52px;width:53px;right:-60px;}
    .h-news .wrap .text h4 span{padding:20px;font-size: 14px;}
    
    .sy-btn a{
        font-size: 14px;
        padding: 8px 20px;
    }

    .tm-title {
        margin-bottom: 0px;
    }

    .tm-title .title {
        font-size: 28px;
        overflow:hidden;
        clear: both;
        padding-bottom: 30px;
    }
    .tm-title .des {
        font-size: 18px;
    }
    .h-yous .ysl li{
        position: unset;
    }
    .h-yous .tit{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .h-yous .tit span{
        font-size: 36px;
    }
    .h-yous .ysl .t1{
        font-size: 18px;
        border-bottom: 0;
        margin-bottom: 5px;
        padding: 0;
    }
    .h-yous .ysl .t1 span{
        font-size: 40px;
    }
    .h-yous .ysl .t2 br{
        display: none;
    }
    .hp-nav a{
        padding: 6px 0;
        font-size: 14px;
    }
   .uk-grid{
        margin-left: -15px;
    }
   .uk-grid>* {
        padding-left: 15px;
    }
    .uk-grid>.uk-grid-margin{
        margin-top: 15px;
    }
    .tm-footer .f-1{
        text-align: center;
    }
    .tm-footer .f-1 .hot{
        font-size: 40px;
    }
    .tm-footer .f-2{
        padding: 0;
        border: 0;
    }
    .tm-footer .navs .tit{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tm-footer .navs .tit span{
        padding-bottom: 4px;
    }
    .tm-footer .navs a{
        font-size: 12px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .position{
        text-align: left;
        margin-top: 30px;
    }
    .position h2{
        float: none;
        margin-bottom: 6px;
    }
    .n-ban {
        padding: 80px 0 30px;
    }
    .n-ban .tit i{
        width: 60px;
    }
    .n-ban .tit .cn{
        font-size: 26px;
    }
    .a-pro .name{
        font-size: 20px;
    }
    .n-app .yy{
        padding:0 6%;
        font-size: 14px;
    }
    .newslist li .img-center{
        float: none;
        width: 100%;
    }
    .newslist li .text{
        margin: 0 0 0 0;
        padding-right: 0;
    }
    .newslist li .date{
        position: unset;
    }
    .newslist li .date span{
        margin-bottom: 0;
        font-family: initial;
        font-size: 14px;
        color:#999;
        margin-top: 5px;
    }
    .newslist li .date i{
        display: none;
    }
    .newslist li .text p{
        margin-top: 0;
    }
    .news-title h1{
        font-size: 18px;
    }
    .cat-l .other{
        font-size: 14px;
    }
    .cat-l .other h4{
        font-size: 14px;
        margin: 20px 0 0;
    }
    .cat-r .wp{
        padding:20px;
    }
    .n-com .info{
        font-size: 14px;
    }
}