html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    text-align: center;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}
a{
    text-decoration: none;
}
* {
    word-wrap: break-word;
    outline: none;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

header {
    height: 80px;
    width: 100%;
    padding-left: 36px;
    position: fixed;
    /*background-color: rgba(255, 255, 255, 0);*/
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    
}
header .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width:269px;
    height:80px;
    border-left: 1px solid rgba(80, 80, 80, 1);
}
header .contact img{
    margin-right: 10px;
}
header .contact span{
    font-size:16px;
    font-family:Hiragino Sans GB;
    font-weight:normal;
    color:rgba(255,255,255,1);
}
header a {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#FFFFFF;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

header a:hover {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:rgba(46,182,170,1);
}
header ul{
    position: absolute;
    right: 320px;
    height: 100%;
}
header li{
    margin-right: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
header li .child-container{
    border:1px solid rgba(255,255,255,0.3);
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    top: 80px;
}
header li .child{
    height: 58px;
    width: 112px;
    text-align: center;
    line-height: 58px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
header li .child:hover{
    color:rgba(46,182,170,1);
    cursor: pointer;
}
header li img{
    position: absolute;
    bottom: 0;
}
header li.active:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #2EB6AA;
}
header li.active>a{
    color: #2EB6AA;
}
header li:hover .child-container{
    display: flex;
}
header li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1440px) {
    header li{
        margin-right: 25px !important;
    }
    header ul{
        margin-right: 20px !important;
        right: 244px;
    }
    footer {
        padding: 0 2% !important;
    }
}

footer {
    height: 400px;
    overflow: hidden;
    background-size: 100% 480px;
    background-color: #343434;
    background-position: 0 0;
    position: relative;

    line-height: 1;
}

footer .bottom-text {
    display: flex;
    justify-content: space-between;
border-top: 1px solid #504f4f;
    padding-top: 30px;
}

footer .bottom-text a, footer .bottom-text span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
}

footer .detail-3 h2 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 800;
    color: white;
    margin-top: 47px;
    margin-bottom: 27px;
}

footer .detail-3 .line {
    width: 100%;
    height: 1px;
    background: #4c4c4c;
    margin-bottom: 120px;
}

footer .detail-3 .box {
    width: 195px;
    height: 62px;
    background: #2EB6AA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    cursor: pointer;
}

footer .detail-3 .box:hover {
    transition: all 0.3s;
}

footer .detail-3 .box img {
    height: 20px;
    width: 19px;
    margin-right: 11px;
}

footer .detail-3 .box span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #fff;
}

footer .detail-3 .box2 {
    width: 195px;
    height: 62px;
    cursor: pointer;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .detail-3 .box2:hover {
    transition: all 0.3s;
}

footer .detail-3 .box2 img {
    height: 20px;
    width: 19px;
    margin-right: 11px;
}

footer .detail-3 .box2 span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: black;
    background: linear-gradient(201deg, #27b4d1 0%, #0e80b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .detail-2 {
    margin-right: 94px;
}

footer .detail-2 h3 {
    margin-top: 51px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 800;
    color: white;
    margin-bottom: 31px;
}

footer .detail-2 .line {
    width: 100%;
    height: 1px;
    background: #4c4c4c;
    margin-bottom: 32px;
}

footer .detail {
    margin-top: 46px;
    margin-right: 197px;
}

footer .detail .line {
    width: 100%;
    height: 1px;
    background: #4c4c4c;
    margin-bottom: 37px;
}

footer .detail h2 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 800;
    color: white;
    text-align: left;
    margin-bottom: 28px;
}

footer .detail p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    word-break: break-all;
}
.s_ad {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10001;
    display: none;
}

.s_ad .item {
    width: 85px;
    height: 85px;
    background: white;
    position: relative;
    border-bottom: 1px solid #eee;
}

.s_ad .item:last-child {
    border-bottom: none;
}

.s_ad .item .qr-code {
    display: none;
    position: absolute;
    top: 0;
    left: -130%;
}

.s_ad .item .qr-code:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.s_ad .item .main {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s_ad .item .main:hover + .qr-code {
    display: block;
}

.s_ad .item .main img {
    margin-bottom: 5px;
}

.s_ad .item .main p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2eb5a9;
}
.break-menu a{
    color:#666 !important;
}

.footer_k{width: 1400px;margin: 0 auto;}

.zz_tu{width: 1400px;margin: 0 auto;}
.zz_tu img{width: 100%; height: auto;}


@media screen and (max-width: 1400px) {
.footer_k{width: 1200px;margin: 0 auto;}
.zz_tu{width: 1200px;margin: 0 auto;}
.zz_tu img{width: 100%; height: auto;}
}

@media screen and (max-width: 1500px) {
.footer_k{width: 1200px;margin: 0 auto;}

}


.hw_bt{    width: 1200px; margin: 50px auto;font-size: 24px;text-align: center;}
.hw_nr{    width: 1200px; margin: 50px auto;}
.hw_nr_tu{   width: 1200px; margin: 50px auto;}
.hw_nr_tu img{width: 100%;
    height: auto;}