body {
    font-family: "思源黑体",'sans-serif','PingFangSC-Regular', 'PingFangSC',  'pingfang' ;
}
body, html {
    overflow-x: hidden;
}

ol,ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a,a:hover,a:focus{
    text-decoration: none;
}
.navbar {
    min-height: 100px;
    padding: 0 5.25%;
    margin-bottom: 0;
}
.navbar-default {
    background-color: transparent;
}
.navbar-nav {
    margin-top: 40px;
}
.nav>li>a {
    padding: 0;
    margin: 0 30px;
}
.container-fluid>.navbar-header {
    padding-right: 60px;
    position: relative;
    margin-right: 30px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.navbar-header::before {
    content: "";
    position: absolute;
    border:1px solid #a3a3c1;
    height: 70px;
    top: 15px;
    right: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #333333;
    font-size: 16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #7dc9d1;
    font-weight: 700;
    background-color: transparent;
    position: relative;
}
.navbar-default .navbar-nav>.active>a::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 4px solid #7dc9d1;
}
.lang-toggle{
    margin-top: 35px;
    float: right;
    /*margin-left: 35px;*/
    margin-right: 30px;
    display: none;
    color: #888;
    text-decoration: none;
    font-size: 20px;
}
.navbar a img {
    max-width: 160px;
    height: 60px;
}
.navbar-default .navbar-nav.navbar-right>li>a {
    position: unset;
    font-size: 14px;
    color: #666666;
}
.navbar .dropdown {
    position: relative;
    border-right: 1px solid #666666;
}
.navbar .dropdown a img {
    max-width: 53px;
    max-height: 26px;
    margin-left: 20px;
}
.caret {
    border: none;
}
.caret::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    left: -12px;
    top:8px;
    background-image: url(../images/iconxl.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.navbar-right .search-input {
    width: 115px;
}
.navbar-right li input {
    border: none;
    padding-left: 40px;
    outline: none;
    width: 80%;
    color: #666666;
}
.navbar-right li  i {
    cursor: pointer;
}
input::-webkit-input-placeholder{
    color: #666666;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #666666;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #666666;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #666666;
}
.banner  {
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    width: 14px;
    height: 22px;
    -moz-background-size: 14px 22px;
    -webkit-background-size: 27px 22px;
    background-size: 14px 22px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 38px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 38px;
}
.banner .info {
    position: absolute;
    left: 21.3%;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}
.banner .info p {
    font-style: italic;
}
.banner .phoneBanner {
    display: none;
}
.banner .img img {
    width: 100%;
}
.banner  img {
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.ts {
    position: absolute;
    width: 15px;
    left: 6%;
    bottom: 30px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.line {
    border-top: 1px solid #fff;
    display: inline-block;
    height: 1px;
    width: 40px;
    vertical-align: middle;
    margin-right: 30px;
}
.banner .info h1 {
    font-size: 64px;
    margin: 0;
}
.banner .info h2 {
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}
.more {
    margin-top: 38px;
    padding: 22px 60px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s linear;
}
.more:hover {
    background: #7dc9d1;
    border: 1px solid #7dc9d1;
    text-decoration: none;
    color: #fff;
}
.swiper-pagination-fraction {
    color: #cccccc;
    font-size: 18px;
    font-style: italic;
}
.swiper-pagination-current {
    color: #fff;
}
.footer {
    background: #363f49;
    /* padding-top: 100px; */
    padding: 100px 13% 0 13%;
    overflow: hidden;
}
.footer .footerImg {
    width: 210px;
    display: inline-block;
    float: left;
}
.footer .footerImg  img {
    max-width: 100%;
}
.footer .footer-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    width: 78%;
    margin-left: 23.5%;
}
.footer .footer-list {
    width: 33%;
    padding: 0;
    padding-left: 5px;
}

.footer .footer-list:nth-child(1) a {
    color: #fff;
    line-height: 27px;
}
.footer .footer-list:nth-child(2) {
    margin-left: -15%;
}
.footer .footer-list:nth-child(2) h4{
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}
.footer .footer-list:nth-child(2) p ,
.footer .footer-list:nth-child(2) a ,
.footer .footer-list:nth-child(3) p ,
.footer .footer-list:nth-child(3) a ,
.footer-copy p {
    color: #cccccc;
    margin: 0;
    width: 65%;
}
.footer .footer-list a:hover ,
.footer .footer-list p:hover {
    color: #7dc9d1;
}
.footer-copy {
    width: 78%;
    border-top: 1px solid #868c92;
    padding-top: 40px;
    padding-bottom: 90px;
    padding-left: 5px;
    margin-left: 23.5%;
}
.footer-copy a {
    color: #cccccc;
}
.footer-copy a:hover {
    color: #7dc9d1;
}
@media (max-width:1600px) {
    .footer .footer-list:nth-child(2) p, .footer .footer-list:nth-child(2) a, .footer .footer-list:nth-child(3) p, .footer .footer-list:nth-child(3) a, .footer-copy p {
        width: 90%;
    }
}
@media (max-width:1440px) {
    .nav>li>a {
        margin: 0 20px;
    }
    .footer .footer-list {
        width: 33%;
    }
}
@media (max-width:1280px) {
    .nav>li>a {
        margin: 0 12px;
    }
    .more {
        padding: 15px 60px;
    }
    .banner .info h1 {
        font-size: 42px;
    }
    .banner .info h2 {
        font-size: 28px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .footer .footer-list:nth-child(2) p, .footer .footer-list:nth-child(2) a, .footer .footer-list:nth-child(3) p, .footer .footer-list:nth-child(3) a, .footer-copy p {
        width: 100%;
    }
    .footer {
        padding: 50px 8% 0 8%;
    }
}
@media (max-width:1024px) {
    .search-input {
        display: none !important;
    }
     .footer .footer-item {
        margin-left: 24.5%;
    }
    .container-fluid>.navbar-header {
        padding-right: 15px;
        margin-right: 15px;
    }
    .navbar .dropdown {
        border-right: none;
    }
    .footer {
        padding: 50px 3% 0 3%;
    }
    .footer-copy {
        margin-left: 20.5%;
    }
}
@media (max-width:768px) {
    .container-fluid>.navbar-header {
        padding-right: 15px;
        margin-right: 10px;
    }
    .nav>li>a {
        margin: 0 10px;
    }
    .navbar-right {
        display: none;
    }
    .footer .footerImg {
        float: none;
    }
    .footer .footer-item {
        display: block;
        margin-top: 20px;
        margin-left: 0;
    }
    .footer .footer-list {
        width: 100% !important;
    }
    .footer-copy {
        margin-left: 0;
        padding-bottom: 50px;
    }
    .footer .footer-list:nth-child(2) {
        margin-left: 0;
        margin: 20px 0;
    }
}
@media (max-width:414px) {
    .lang-toggle{
        display: inline-block;
    }
    .bannerPc {
        display: none;
    }
    .banner .phoneBanner {
        display: inline-block;
    }
    .navbar-header::before {
        border: none;
    }
    .container-fluid>.navbar-header {
        padding-right: 0;
        margin-right: 0;
        height: 100px;
    }
    .navbar-toggle {
        margin-top: 30px;
        margin-right: 0;
    }
    .navbar-default .navbar-nav>.active>a::before {
        border-bottom: none;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 30px;
    }
    .navbar-default .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
        padding-left: 40px;
    }
    .banner .info h1 {
        font-size: 16px;
    }
    .banner .info h2 {
        font-size: 14px;
        margin-top: 0;
    }
    .more {
        padding: 5px 15px;
    }
    .ts {
        display: none;
    }
    .swiper-pagination-fraction {
        font-size: 16px;
    }
    .line {
        width: 30px;
        margin-right: 10px;
    }
    .footer .footer-item {
        width: 95%;
    }
    .footer-copy {
        width: 95%;
    }
}
@media (max-width:320px) {
    .banner .info h1 {
        font-size: 14px;
    }
    .banner .info h2 {
        font-size: 12px;
    }
    .banner .info {
        top: 58%;
    }
    .more {
        margin-top: 10px;
    }
}