@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "Î¢ÈíÑÅºÚ";
    overflow-x: hidden;
}

body {
    padding-top: 202px;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.wp {
    max-width: 1400px;
    margin: 0 auto;
}

.main-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.header {
    position: relative;
    background: url(/images/head-bg.jpg) no-repeat center center;
    background-size: cover;
}

.head-top {
    text-align: right;
    line-height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.head-top a {
    font-size: 14px;
    color: #fff;
}

.head-top a:hover {
    text-decoration: underline;
}

.head-top a img {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.head-top span {
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
}

.head {
    padding-top: 13px;
    padding-bottom: 27px;
    padding-right: 210px;
    position: relative;
    overflow: hidden;
}

.head::after {
    content: "";
    position: absolute;
    width: 316px;
    height: 59px;
    background: url(/images/head-top4.png) no-repeat center center;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.head-l {
    position: relative;
    font-size: 0;
    z-index: 2;
}

.head-l a {
    display: inline-block;
}

.head-l a img {
    display: block;
}

.head-l .logo {
    float: left;
}

.head-l .link {
    float: right;
    width: calc(100% - 430px);
    margin-top: 10px;
    padding-left: 56px;
}

.link ul li:last-child a {
    padding-right: 40px;
}

.link a {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    color: #fff;
    font-family: 'sySong';
    line-height: 30px;
}

.link a:hover {
    text-decoration: underline;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box a {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    right: 25px;
    top: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.search-dialog-box a i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(/images/close.png) no-repeat center center;
    background-size: 20px auto;
    transition: all 0.6s ease 0s;
}

.search-dialog-box a i:hover {
    transform: rotate(180deg);
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding-right: 100px;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.search input[type="text"] {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 20px;
    box-sizing: border-box;
}

.search span {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #055ead;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}

.head-r {
    position: relative;
    float: right;
    font-size: 0;
    text-align: right;
    z-index: 2;
}

.head-r .link-top a {
    font-size: 16px;
    color: #e4f5ff;
}

#nav {
    background-color: #e4f5ff;
}

.nav>ul {
    font-size: 0;
    text-align: center;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.nav>ul>li>a {
    padding: 0 48px;
    font-size: 18px;
    color: #333;
    border-left: 1px solid #bfcdda;
}

.nav>ul>li:first-child>a {
    border-left: none;
}

.nav>ul>li>a img {
    vertical-align: middle;
}

.nav>ul>li ul {
    position: absolute;
    top: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 3px;
    right: 3px;
    background: #e4e8f0;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 30px;
    margin-top: 5px;
}

.nav>ul>li ul li a {
    color: #174f85;
    font-size: 15px;
}

.nav>ul>li ul li:hover {
    background-color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    width: 30px;
    height: 10px;
    border-radius: 10px;
    border: 1px dashed #fff;
    margin: 0 10px;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    width: 50px;
    background: #fff;
    border: 1px solid #fff;
}

#footer {
    padding-top: 90px;
    background: url(/images/footer-bg.png) no-repeat center top;
    background-size: 100% 90px;
}

.footer {
    background: url(/images/footer-jpg.jpg) no-repeat center top;
    background-size: cover;
}

.ft-top {
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.ft-l {
    float: left;
}

.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
}

.ft-m {
    float: left;
    margin-left: 12%;
}

.ft-top h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}

.ft-m p {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.ft-m p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.ft-r {
    float: right;
}

.ft-r ul li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.ft-r ul li .icon {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.ft-r ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ft-r ul li .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    display: none;
}

.ft-r ul li:hover .ewm {
    display: block;
}

.ft-down p {
    line-height: 30px;
    padding: 8px 0;
    text-align: center;
}

.ft-down p span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}

.ft-down p span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}


/* ÒÆ¶¯¶Ë */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:1460px) {
    .ft-r {
        margin-right: 30px;
    }
}

@media screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head {
        padding-right: 250px;
    }
    .head::after {
        right: 15px;
    }
    .nav>ul>li>a {
        padding: 0 27px;
    }
    #footer {
        background-size: auto 90px;
    }
.head-l .link {
        width: calc(100% - 320px);
    }
 .head-l a img {
        height: 50px;
    }
}

@media screen and (max-width:1300px) {
    .link a {
        font-size: 15px;
    }
}

@media screen and (max-width:1200px) {
    .nav>ul>li>a {
        padding: 0 17px;
    }
    .head-l a img {
        height: 50px;
        margin-top: 35px;
    }
    .ft-m {
        margin-left: 2%;
    }
    .head-l .link {
        padding-left:16px;
    }
}

@media screen and (max-width:1024px) {
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0882ce;
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #025bbf;
        vertical-align: middle;
        font-family: 'sySong';
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #0d83cd;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
}

@media screen and (max-width:1000px) {
    .ft-l {
        float: none;
        margin-bottom: 15px;
    }
    .ft-m {
        margin-left: 0;
    }
}

@media screen and (max-width:700px) {
    .banner .slick-dots {
        width: 100%;
    }
    .banner .slick-dots li {
        margin: 0 3px;
        width: 30px;
    }
    .banner .slick-dots li.slick-active {
        width: 35px;
    }
    #footer {
        padding-top: 20px;
        background-size: auto 20px;
    }
    .ft-l a img {
        max-width: 427px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .ft-m {
        float: none;
        width: 100%;
    }
    .ft-r {
        margin-right: 0;
        text-align: center;
        float: none;
        margin-top: 15px;
    }
    .ft-top h2 {
        text-align: left;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .ft-top {
        padding: 15px 0;
    }
}