/*公共*/
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.layout {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    position: relative;
}

header {
    position: absolute !important;
    height: 90px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

header .header-logo {
    margin-left: 310px;
}


header .parent-a {
    text-decoration: none;
    color: #f9fafb !important;
}

header .parent-a:hover {
    text-decoration: none;
    color: white !important;
}

header .parent-a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 90px;
    text-wrap: nowrap;
    position: relative;
    padding: 8px 0 8px 0;
}

header .active::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: white;
    border: 3px;
    top: 100%;
    right: 0;
    color: white;
}


header .vertical {
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    margin-right: 90px;
}

header .dropdown {
    position: relative;
    display: inline-block;
}

header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 25%;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.layout-swiper {
    width: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

footer .footer-model {
    width: 100%;
    border-top: 8px solid #DF6118;
}

footer .footer-content {
    height: 247px;
    width: 100%;
    background: #F6F6F6;
}

footer .footer-center {
    width: 1300px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

footer .footer-center .tab-1 {
    padding-top: 28px;
    padding-bottom: 65px;
    padding-right: 52px;
    border-right: 2px solid rgba(112, 112, 112, 0.07);
}

footer .footer-center .tab-title {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

footer .footer-center .tab-title-div {
    width: 20px;
    height: 2px;
    background: #DF6118;
    border-radius: 3px 3px 3px 3px;
    margin-top: 9px;
}

footer .tab-1 .tab-1-lump {
    padding-top: 26px;
}

footer .tab-1 .tab-1-lump a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    display: inline-block;
    padding-left: 39px;
}

footer .tab-1 .tab-1-lump a:nth-child(1) {
    padding-left: 0px;
}

footer .footer-center .tab-2 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 46px;
    padding-left: 52px;
    border-right: 2px solid rgba(112, 112, 112, 0.07);
}

footer .footer-center .tab-2 .tab-2-phone {
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    margin-top: 26px;
}

footer .footer-center .tab-2 .tab-2-address {
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    margin-top: 18px;
}

footer .tab-3 {
    padding-left: 46px;
}

footer .tab-3 .tab-3-title {
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    padding-bottom: 13px;
}

footer .tab-3 .tab-3-message {
    font-weight: 400;
    font-size: 18px;
    color: #1C1C1C;
    text-align: center;
}

footer .tab-3 .code-left {
    margin-left: 57px;
}


footer .footer-Internet-Content-Provider {
    width: 1920px;
    height: 73px;
    background: #E7E7E7;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    line-height: 73px;
}

footer .footer-Internet-Content-Provider span {
    font-weight: 400;
    font-size: 16px;
    color: #7F7F7F;
}
footer a{
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #7F7F7F;
}
.cursor-pointer {
    cursor: pointer;
}
