body {
    font-family: "Source Han Sans CN";
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}


.fullswiper .swiper-slide img {
    width: 100%;
    min-width: 1200px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
}

.swiper-pagination-bullet-active {
    background: #05a9c9;
}
a:hover{
    text-decoration: none;
}
.nav-menu {
    list-style: none;
    height: 120px;
}
.nav-menu .logo {
    line-height: 120px;
    margin-right: 132px;
}
.nav-menu .logo img {
    width: 226px;
}
.nav-menu >li {
    float: left;
}
.nav-menu >li>a{
    padding-top: 47px;
    padding-bottom: 3px;
    display: block;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    position: relative;

}

.nav-menu >li>a:before,.nav-menu >li>a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: #05a7c8;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.nav-menu >li>a:after {
    left: 0;
}

.nav-menu >li>a:before {
    right: 0;
}

.nav-menu >li.active>a:before ,.nav-menu >li:hover>a:before,.nav-menu >li.active>a:after ,.nav-menu >li:hover>a:after{
    color: #05a7c8;
    width: 100%;
}
.nav-menu__li:not(:last-child) {
    margin-right: 48px;
}
.nav-menu__li {
    position: relative;
    display: block;
}
.subnav-menu {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    margin-top: 20px;
}
.nav-menu >li:hover .subnav-menu {
    display: block;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
.subnav-menu ul{
    background: #fff;
    margin: 0 -20px;
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 16px;
    padding: 15px 0;
    box-shadow:0 0 20px rgba(0, 0, 0, .08), 0 0 20px rgba(0, 0, 0, .08);
}
.subnav-menu ul li{
    margin-top: 10px;
    padding-left: 20px;
}
.subnav-menu ul li a {
    color: #666;
    text-decoration: none;
    padding-bottom: 4px;

}

.subnav-menu ul li a:hover{
    color: #05a7c8;
}
.foot-div {
    border-top:18px solid #69ccdf;
    width:100%;
    min-width:1100px;
    height:536px;
    background-position:center;
    color: #fff;
    padding-top: 70px;
}
.foot-div h3 {
    font-size: 28px;
}
.foot-div li {
    list-style-type:disc;
    font-size: 19px;
    padding-bottom: 20px;
}
.foot-div li:last-child{
    padding-bottom: 0;
}
.foot-top {
    margin-top: 20px;
}
.foot-left {
    margin-top: 20px;
}
.foot-left,.foot-right {
    float: left;
}
.foot-ewm {
    float: left;
    margin-right: 42px;
    margin-top: 10px;
}

.foot-ewm div {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
}
.foot-right {
    margin-left: 316px;
}
.foot-right__l ,.foot-right__r{
    margin-top: 20px;
}
.foot-right__l {
    margin-right: 40px;
}
.foot-right__l li{
    float: left;
    padding-right: 35px;
}
.foot-right__l a{
    color: #fff;
}
#newBridge .icon-right-center {
    top: 90% !important;
}

.h1-title {
    font-size: 40px;
    color: #222;
    text-align: center;
    font-weight: bold;
}
.h1-titleen {
    font-size: 18px;
    color: #a0a0a0;
    text-align: center;
}

.h1-title.white {
    color: #fff;    
}
.h1-titleen.white {
    color: #fff;
}

.content_font {
    font-size: 18px;
}

.h2-title_font {
    font-size: 30px
}

.h2-title_fonten {
    font-size: 16px;
}

.h3-title_font {
    font-size: 24px;
}

