@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, "Microsoft YaHei", "PingFang SC", Helvetica, sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

input,
img,
a,
button {
    outline: none;
  
}

.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);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.wp {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}


/* 轮播 */

.banner a {
    position: relative;
    display: block;
    transition: all .6s;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 176px;
    background: url(../images/head-bg.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 9;
}


/* 弹窗搜索 */

.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: #f28445;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.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;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0;
    padding-left: 4%;
    z-index: 99;
    transition: all .6s;
}

.header.on {
    background: url(../images/head-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.head {
    justify-content: space-between;
    align-items: center;
}
.head-l{max-width:40%;}
.head-l a {
    display: block;
}

.head-l a img {
width:100%;
    display: block;
}

.dh {
    margin-right: 50px;
}

.dh-top {
    text-align: right;
}

.dh-top a {
    font-size: 14px;
    font-family: "Arial";
    color: rgba(255, 255, 255, 0.4);
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, .4);
    transition: all .6s;
}

.dh-top a:hover {
    color: #fff;
}

.dh-top a:first-child {
    border-left: none;
}

.nav>ul {
    font-size: 0;
    justify-content: space-between;
}

.nav>ul>li {
    text-align: center;
    position: relative;
    margin-left: 15px;
}

.nav>ul>li>a {
    display: block;
    font-size: 19px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f8d8af;
    transition: all 0.3s;
}

.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li.active>a:after {
    width: 100%;
}

.nav>ul>li:hover>a:after {
    width: 100%;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 120px;
    z-index: 9999;
    background: #fff;
    display: none;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>ul>li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    transition: .3s;
}

.nav>ul>li>ul>li a:hover {
    background: #f28445;
    color: #fff;
}

.sousuo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 90px;
    background: #f28445;
    font-size: 20px;
    color: #ffffff;
    margin-top: -32px;
    cursor: pointer;
    transition: all .6s;
}

.sousuo:hover {
    background: #d76e32;
}

.sousuo img {
    padding-right: 15px;
}

.footer {
    position: relative;
    padding: 20px 0;
    background: #25343c;
    z-index: 9;
        text-align: center;
}
.footer p{color:#fff;width:100%;}
.foot {
    justify-content: space-between;
}

.ft-l h2 {
    position: relative;
    padding-left: 10px;
    line-height: 24px;
    border-left: 3px solid #fff;
    margin-bottom: 15px;
}

.ft-l h2 span {
    position: relative;
    font-size: 24px;
    color: #fff;
    padding-right: 28px;
}

.ft-l h2 span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.ft-l p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.ft-r {
    width: 240px;
}

.ft-r ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ft-r ul li {
    position: relative;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 15px;
}

.ft-r ul li .icon {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: #515d63;
}

.ft-r ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .6;
}

.ft-r ul li:hover .icon img {
    opacity: .9;
}

.ft-r ul li .ewm {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translate(-50%, -20px);
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.ft-r ul li .ewm::before {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%) rotate(0deg);
    position: absolute;
    filter: drop-shadow(-7px 0 5px rgba(0, 0, 0, .1));
}

.ft-r ul li:hover .ewm {
    transform: translate(-50%);
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 1750px) {
.head-l {max-width: 35%;}
.nav>ul>li>a{font-size:17px;}
}







@media screen and (max-width: 1500px) {
    .header {
        padding-left: 1%;
    }
    .head-l a img {
       
    }
    .sousuo {
        width:130px;
        height: 55px;
    }
    .sousuo img {
        height: 20px;
    }
    .nav>ul>li>a {
        font-size: 16px;
    }
}


@media screen and (max-width: 1390px) {
.head-l {max-width: 32%;}
.dh {margin-right: 25px;}
.nav>ul>li{    margin-left: 10px;}
.sousuo{ margin-top: 0px; }

}
@media screen and (max-width: 1250px) {
.nav>ul>li>a {font-size: 15px;}
}

@media screen and (max-width: 1200px) {
    .wp {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .top {
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #056271;
        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: #056271;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #056271;
        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;
        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: #056271;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .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 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;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .ft-r {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .foot {
        display: block;
    }
    .ft-r {
        margin-right: 0;
        width: 100%;
    }
    .ft-r ul {
        justify-content: center;
        margin-top: 15px;
    }
    .ft-r ul li {
        margin: 5px 10px;
    }
}

@media screen and (max-width: 700px) {
    .footer {
        padding: 15px 0;
    }
}

.modulefixedbottom {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}