@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: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

@font-face {
    font-family: 'sySong';
    src: url('sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.2);
}

@font-face {
    font-family: 'sh';
    src: url(../style/SourceHanSansCN-ExtraLight.otf) format('woff');
    font-weight: normal;
    font-style: normal;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.wave.on {
    display: block;
}



    @media screen and (max-width:1024px) {
               .nav-right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
display: none;
}
            }




.nav-right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.nav-right>ul>li {
    position: relative;
    padding-right: 10px;
    text-align: center;
    transition: all .3s;
}

.nav-right>ul>li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 10px solid #f39800;
    display: none;
}

.nav-right>ul>li a {
    display: block;
    background-color: #2672c6;
    padding: 0 5px;
}

.nav-right>ul>li a .nr-tb {
    padding: 15px 0;
    border-bottom: 1px dashed #518ed1;
}

.nav-right>ul>li a p {
    font-size: 16px;
    color: #fff;
}

.nav-right>ul>li:hover a {
    background-color: #f39800;
}

.nav-right>ul>li .icon {
    background-position: center center;
}

.nav-right>ul>li:hover .icon {
    position: relative;
    width: 60px;
    padding: 20px 0;
    /* height: 60px;
    line-height: 60px; */
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    background: url(../images/nav-r-qq.png) no-repeat center center;
    background-size: 85% auto;
}

.nav-right>ul>li:hover::after {
    display: block;
}

.nav-right>ul>li .ewm {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.nav-right>ul>li:hover .ewm {
    display: block;
}


/* .nav-right>ul>li:hover .icon:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    right: 7px;
    border-radius: 50%;
    background-color: #fff;
}

.nav-right>ul>li:hover .icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px dashed #fff;
    border-radius: 50%;
} */

.nav-right>ul>li:hover p {
    color: #fff;
}

.nav-right>ul>li:hover .icon img {
    display: inline-block;
    vertical-align: middle;
}

.nav-right>ul>li:hover a .nr-tb {
    border-bottom: 1px solid transparent;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #2672c6;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 735px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}


/* 移动端头部 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}


/* 移动端结束 */

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    z-index: 99;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    position: relative;
    float: right;
    text-align: right;
}

.nav {
    display: inline-block;
    vertical-align: middle;
}

.nav>ul>li {
    float: left;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
}

.nav ul li.focus{
    border-bottom: 3px solid #fff;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 45px;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    border-top: 2px solid #2672c6;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 3px 3px #999;
    padding: 5px 0;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 38px;
    text-align: center;
}

.nav>ul>li ul li a {
    font-size: 15px;
    color: #333;
    font-family: "pf";
}

.nav>ul>li ul li:hover {
    background-color: #a7caf0;
}

.sousuo {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}

.head-r span {
    display: inline-block;
    vertical-align: middle;
}

.head-r span img {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
}

.banner {
    position: relative;
}

.banner a {
    position: relative;
    display: block;
}

.banner a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/head-tc.png) no-repeat center top;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    position: relative;
    bottom: 25px;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    margin: 0 9px;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

#link {
    background-color: #f5f5f5;
}

.link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.link span {
    padding-left: 30px;
    background: url(../images/link.png) no-repeat left center;
    font-size: 18px;
    color: #2672c6;
    font-weight: bold;
}

.link a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-right: 30px;
}

.link a:hover {
    opacity: .8;
}

.footer {
    background-color: #2672c6;
    padding: 25px 0;
}

.foot p {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>ul>li>a {
        font-size: 17px;
    }
}

@media screen and (max-width:1200px) {
    .head-l a img {
        height: 45px;
    }
}

@media screen and (max-width:1024px) {
    .header {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2672c6;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        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;
        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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #327dcf;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .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:700px) {
    .link a {
        font-size: 14px;
        margin-right: 10px;
    }
}