/* .wrap {
    padding: 0 14.5833vw;
    width: 100%;
} */

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0 8.3333vw;
}

.header .header-menu>li {
    margin-right: 2.3729vw;
    position: relative;
    line-height: 90px;
}

.header .header-icon {
    height: 90px;
}

.header .header-icon div {
    margin-right: 1.0417vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 90px;
    height: 90px;
    align-items: center;
    cursor: pointer;
}

.header .header-icon div img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 22px;
    height: 22px;
}

.header .header-icon div:last-child {
    margin-right: 0;
}

@font-face {
    font-family: alibaba;
    src: url('../fonts/Alibaba-PuHuiTi-Bold.ttf');
}


/* @font-face {
    font-family: futura;
    src: url('../fonts/Futura-Medium-6.ttf');
} */

.head2,
.header:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.header-menu ul {
    position: absolute;
    top: 45px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-menu>li:hover>a,
.header-menu ul li:hover a {
    color: #c8a063;
}

.header-menu>li:hover>ul {
    top: 90px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.header-menu ul li {
    width: 100%;
    white-space: nowrap;
    padding: 15px 30px;
    line-height: initial;
}

.header-menu ul li a {
    color: #333;
}

footer {
    background-color: #f5f5f5;
    border-bottom: 10px solid #c8a063;
}

footer .footer-top {
    padding: 3.125vw 0 1.5625vw 0;
    border-bottom: 1px solid #e7cea9;
}

footer .footer-bottom {
    padding: 28px 0;
}

footer .footer-bottom div,
footer .footer-bottom a {
    font-size: 14px;
    color: #b5b6b6;
}

.gz-box {
    margin-top: 35px;
}

.gz-box .flex {
    margin-top: 20px;
}

.gz-box a {
    margin-right: 10px;
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    border: solid 1px #c8a063;
    border-radius: 50%;
}

.gz-box .wx {
    position: absolute;
    right: -120px;
    top: -30px;
    opacity: 0;
    visibility: hidden;
}

.gz-box .wx img {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}

.gz-box .wx::after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 15px solid #fff;
    border-left: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    content: '';
    top: 50%;
    left: -26px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gz-box .wx-img:hover .wx {
    opacity: 1;
    visibility: visible;
    right: -146px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.gz-box a:hover {
    background-color: #c8a063;
}

.gz-box a:hover>img {
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}

.footer-top>ul {
    width: 65%;
}

.footer-top>ul .one-menu {
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
}

.footer-top>ul .two-menu {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.footer-top>ul a:hover {
    color: #c8a063;
}

.pages {
    margin-top: 3.125vw;
}

.pages>a,
.pages>span {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #cccccc;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    margin: 0 5px;
}

.pages>a.Ahover,
.pages>span:hover,
.pages>a:hover {
    background-color: #c8a063;
    color: #fff;
}

.pages>span:hover a {
    color: #fff;
}

.sousou3 {
    position: fixed;
    z-index: 1;
    background: rgba(000, 000, 000, 0.4);
    width: 100%;
    top: 90px;
    left: 0px;
    display: none;
    z-index: 1000;
    text-align: center;
}

.sousou3 input {
    width: 40%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 1em;
    border-radius: 2px;
    border: none;
    font-size: 14px;
}

.sousou3 .input2 {
    width: 80px;
    /* margin-left:-80px; */
    cursor: pointer;
    padding-left: 0px;
    color: #fff;
    font-size: 14px;
    background: #c8a063;
    border-radius: 0px;
    outline: none;
}

.sousou3 form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
}

.sousou3 i {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    border-radius: 50px;
    background: #014099;
    height: 30px;
    border-radius: 30px;
}


/*搜索框样式结束*/

.language {
    position: absolute;
    left: 50%;
    top: 70px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    width: 100px;
    /* color: pink; */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.language-icon:hover .language {
    top: 90px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    visibility: visible;
}

.language li:hover a {
    color: #c8a063;
}


/* 侧边栏 */

.wrapper {
    max-width: 678px;
    margin: auto;
}

pre {
    border-left: 0.3rem solid #4039ff;
}

.push_left {
    margin-left: 6px;
}

.push_right {
    margin-right: 6px;
}

code,
xmp {
    white-space: normal !important;
}

textarea {
    margin-bottom: 0px;
    min-height: 200px;
    line-height: 1;
}

.close {
    width: 20px;
    height: 21px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    cursor: pointer;
}

.close:before,
.close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 21px;
    width: 3px;
    background-color: #fff;
}

.close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.card {
    margin: 20px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.pushbar {
    background: #fff;
}

.title {
    background-color: #c8a063;
    color: #fff;
}

.card_title,
.title {
    padding: 15px 20px;
    font-weight: bold;
}

.card_title {
    border-radius: 4px 4px 0px 0px;
}

.card_content {
    padding: 15px;
}

a.button.getBtn {
    margin-top: 16px;
    background-color: #fff;
    color: #4039ff;
    border-color: #fff;
}

.pushbar {}

.small {
    font-size: 14px;
    font-weight: 400;
}

.menu>li {
    list-style: none;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: block;
    margin: 0px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 10px;
}

.menu li a {
    color: #333;
    width: 100%;
    height: 100%;
}

.right-menu {
    display: none;
    margin-top: 24px;
}

.right-menu li {
    line-height: 36px;
    padding-left: 1.0417vw;
}

.menu a:hover {
    color: #c8a063;
}

.menu .active img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.phone-none {
    display: block;
}

.phone-block {
    display: none;
}

@media (min-width: 1176px) and (max-width: 1500px) {
    .header .header-menu>li {
        margin-right: 1.5vw;
    }
    .header {
        padding: 0 2vw;
    }
}

@media (max-width: 750px) {
    .phone-none,
    .header-menu,
    .footer-top>ul {
        display: none;
    }
    .logo {
        width: 60%;
    }
    .phone-block {
        display: block;
    }
    .sousou3 input {
        width: 72%;
    }
    .header .header-icon,
    .header .header-icon div {
        height: 60px;
        line-height: 60px;
    }
    .header .header-icon div {
        margin-right: 3vw;
    }
    .sousou3,
    .language-icon:hover .language {
        top: 60px;
    }
    .wrap {
        /* padding: 0 4vw; */
        width: 90%;
    }
    .header {
        padding: 0 20px;
        height: 60px;
        width: 100%;
    }
    footer .footer-bottom div,
    footer .footer-bottom a {
        font-size: 14px;
        color: #b5b6b6;
        margin-bottom: 10px;
        line-height: 16px;
    }
    footer .footer-top {
        padding: 30px 0;
    }
}