@media screen and (min-width: 1440px) {
    .container {
        width: 1440px;
    }
}
body {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-weight: normal;
    position: relative;
    overflow-x: hidden;
}
@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.goog-te-menu-frame {
    z-index: 9999999999999 !important;
    overflow: auto !important;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
ul,
li,
p {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}
button:focus,
input:focus,
textarea:focus {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}
form {
    padding: 0;
    margin: 0;
}
img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
img[data-lazy] {
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 999;
}
@media screen and (max-width: 1439px) {
    header {
        padding: 0 25px;
    }
}
@media screen and (max-width: 480px) {
    header {
        padding: 0 15px;
    }
}
header h1 {
    display: none;
    margin: 0;
    font-size: 0;
}
header .logo {
    float: left;
    display: block;
    height: 50px;
    margin: 30px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    header .logo {
        height: 40px;
        margin: 25px 0;
    }
}
@media screen and (max-width: 991px) {
    header .logo {
        margin: 25px 0;
    }
}
@media screen and (max-width: 767px) {
    header .logo {
        margin: 20px 0;
        height: 30px;
    }
}
@media screen and (max-width: 400px) {
    header .logo {
        margin: 27px 0;
        height: 15px;
    }
}
header .logo img {
    height: 100%;
    width: auto;
}
header .lan-switch {
    position: relative;
    float: right;
    padding-top: 43px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
header .lan-switch::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e6bc';
    color: #f37121;
}
@media screen and (max-width: 1199px) {
    header .lan-switch {
        padding: 33px 0;
    }
}
@media screen and (max-width: 991px) {
    header .lan-switch {
        padding: 28px 0;
    }
}
@media screen and (max-width: 767px) {
    header .lan-switch {
        padding: 23px 0;
    }
}
header .lan-switch li {
    display: inline-block;
}
header .lan-switch li a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #f37121;
}
@media screen and (min-width:1200px) {
    header .lan-switch li a:hover {
        text-decoration: underline;
    }
}
header .search {
    float: right;
    margin-top: 43px;
    margin-right: 23px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    header .search {
        margin: 33px 0;
        margin-right: 35px;
    }
}
@media screen and (max-width: 991px) {
    header .search {
        margin: 28px 0;
        margin-right: 35px;
    }
}
@media screen and (max-width: 767px) {
    header .search {
        margin: 23px 0;
        margin-right: 15px;
    }
}
@media screen and (max-width: 400px) {
    header .search {
        margin-right: 10px;
    }
}
header .search::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e64d';
    color: #f37121;
}
header .search .form-box {
    display: none;
    position: absolute;
    top: 102%;
    right: 35px;
}
@media screen and (max-width: 767px) {
    header .search .form-box {
        right: 10px;
    }
}
header .search .form-box form {
    width: 200px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
    header .search .form-box form {
        width: 180px;
        height: 30px;
    }
}
header .search .form-box form input {
    float: left;
    width: 80%;
    height: 100%;
    padding: 10px;
    font-size: 14px;
    color: #000;
}
@media screen and (max-width: 767px) {
    header .search .form-box form input {
        font-size: 12px;
    }
}
header .search .form-box form input::-webkit-input-placeholder,
header .search .form-box form textarea::-webkit-input-placeholder {
    color: #000;
}
header .search .form-box form input:-o-placeholder,
header .search .form-box form textarea:-o-placeholder {
    color: #000;
}
header .search .form-box form input::-moz-placeholder,
header .search .form-box form textarea::-moz-placeholder {
    color: #000;
}
header .search .form-box form input:-ms-input-placeholder,
header .search .form-box form textarea:-ms-input-placeholder {
    color: #000;
}
header .search .form-box form input:focus::-webkit-input-placeholder,
header .search .form-box form textarea:focus::-webkit-input-placeholder {
    color: #ababab;
}
header .search .form-box form input:focus::-o-placeholder,
header .search .form-box form textarea:focus::-o-placeholder {
    color: #ababab;
}
header .search .form-box form input:focus::-moz-placeholder,
header .search .form-box form textarea:focus::-moz-placeholder {
    color: #ababab;
}
header .search .form-box form input:focus::-ms-input-placeholder,
header .search .form-box form textarea:focus::-ms-input-placeholder {
    color: #ababab;
}
header .search .form-box form button {
    float: right;
    width: 20%;
    height: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    header .search .form-box form button:hover {
        background-color: #f37121;
    }
    header .search .form-box form button:hover::before {
        color: #fff;
    }
}
header .search .form-box form button::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e64d';
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
    header .search .form-box form button::before {
        font-size: 14px;
    }
}
header .nav {
    position: relative;
    float: right;
    padding-right: 70px;
    z-index: 1000;
}
@media screen and (max-width: 1439px) {
    header .nav {
        padding-right: 25px;
    }
}
@media screen and (max-width: 1199px) {
    header .nav {
        display: none;
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        text-align: left;
        background-color: #f37121;
        margin: 0;
    }
}
@media screen and (max-width: 1199px) {
    header .nav .nav-box {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
}
header .nav .nav-box .nav-first {
    margin: 0 -22px;
}
@media screen and (max-width: 1439px) {
    header .nav .nav-box .nav-first {
        margin: 0 -15px;
    }
}
header .nav .nav-box .nav-first>li {
    position: relative;
    float: left;
    padding: 0 22px;
}
@media screen and (max-width: 1439px) {
    header .nav .nav-box .nav-first>li {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1199px) {
    header .nav .nav-box .nav-first>li {
        float: none;
        padding: 15px 0;
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    header .nav .nav-box .nav-first>li {
        padding: 20px 0;
    }
}
@media screen and (max-width: 400px) {
    header .nav .nav-box .nav-first>li {
        padding: 15px 0;
    }
}
header .nav .nav-box .nav-first>li>a {
    position: relative;
    display: block;
    padding: 35px 0;
    font-size: 18px;
    line-height: 2.25;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    header .nav .nav-box .nav-first>li>a {
        padding: 0;
        font-weight: 700;
        color: #fff;
        line-height: 1;
    }
}
header .nav .nav-box .nav-first>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background-color: #f37121;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
header .nav .nav-box .nav-first>li .nav-second {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 130%;
    padding: 15px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(243, 113, 33, .8);
    text-align: center;
    z-index: 2;
}
header .nav .nav-box .nav-first>li .nav-second li {
    position: relative;
    padding: 0 15px;
}
header .nav .nav-box .nav-first>li .nav-second li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
header .nav .nav-box .nav-first>li .nav-second li:last-child a {
    border-bottom: none;
}
@media screen and (min-width: 1200px) {
    header .nav .nav-box .nav-first>li .nav-second li a:hover {
        color: #f37121;
        background-color: #fff;
    }
}
header .nav .nav-box .nav-first>li .nav-second li .nav-third {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 80%;
    padding: 10px;
    background-color: rgba(243, 113, 33, .8);
    border-radius: 10px;
    z-index: 2;
    z-index: 3;
}
header .nav .nav-box .nav-first>li .nav-second li .nav-third li {
    padding: 5px;
}
header .nav .nav-box .nav-first>li .nav-second li .nav-third li a {
    white-space: nowrap;
    font-size: 14px;
}
header .nav .nav-box .nav-first>li .nav-second>.active>a {
    color: #f37121;
    background-color: #fff;
}
header .nav .nav-box .nav-first .active>a {
    color: #f37121;
}
header .nav .nav-box .nav-first .active>a::before {
    width: 100%;
}
header .nav-btn {
    position: relative;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
    header .nav-btn {
        display: block;
        margin-top: 24px;
        margin-left: 25px;
    }
}
@media screen and (max-width: 991px) {
    header .nav-btn {
        margin-top: 19px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    header .nav-btn {
        margin-top: 13px;
    }
}
header .nav-btn .btn-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b3b3b3;
}
header .nav-btn .btn-line:nth-child(3),
header .nav-btn .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-color: #b3b3b3;
}
header .nav-btn .btn-line:nth-child(1) {
    top: 35%;
}
header .nav-btn .btn-line:nth-child(2) {
    top: 50%;
}
header .nav-btn .btn-line:nth-child(3) {
    top: 65%;
}
header .navbtn-actvie {
    position: fixed !important;
    right: 40px;
    top: 20px;
    z-index: 999999 !important;
}
header .navbtn-actvie .btn-line {
    width: 30px;
    height: 2px;
    background-color: #fff !important;
}
header .navbtn-actvie .btn-line:nth-child(1) {
    transform: translateY(2px) rotateZ(45deg) !important;
}
header .navbtn-actvie .btn-line:nth-child(2) {
    display: none !important;
}
header .navbtn-actvie .btn-line:nth-child(3) {
    transform: translateY(-10px) rotateZ(-45deg) !important;
}
@media screen and (min-width: 1199px) {
    .fixed-header .logo {
        height: 30px;
        margin: 30px 0;
    }
    .fixed-header .lan-switch {
        padding: 33px 0;
    }
    .fixed-header .search {
        margin: 33px 0;
        margin-right: 35px;
    }
    .fixed-header .nav-box .nav-first>li>a {
        padding: 25px 0 !important;
    }
}
footer {
    padding-top: 58px;
    background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
    footer {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 991px) {
    footer .foot-content {
        padding-bottom: 30px;
    }
}
footer .foot-content .item {
    float: left;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item {
        float: none;
    }
}
@media screen and (max-width: 991px) {
    footer .foot-content .item .title {
        position: relative;
        -moz-user-select: none;
        /*mozilar*/
        -webkit-user-select: none;
        /*webkit*/
        -ms-user-select: none;
        /*IE*/
        user-select: none;
    }
}
footer .foot-content .item .title::before {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e641';
    color: #000;
    font-size: 25px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item .title::before {
        display: block;
    }
}
footer .foot-content .item .active::before {
    transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 991px) {
    footer .foot-content .item .content {
        display: none;
    }
}
footer .foot-content .item .content p {
    font-size: 16px;
    line-height: 1.875;
    color: #666666;

}
@media screen and (max-width: 767px) {
    footer .foot-content .item .content p {
        font-size: 14px;
    }
}
footer .foot-content .item .content p a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
    footer .foot-content .item .content p a:hover {
        color: #f37121;
        text-decoration: underline;
    }
}
footer .foot-content .item:nth-child(1) {
    width: 33.68794326%;
    padding-top: 5px;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(1) {
        width: 100%;
        padding: 10px 0;
    }
}
footer .foot-content .item:nth-child(1) .title a {
    display: inline-block;
    height: 35px;
}
@media screen and (max-width: 1439px) {
    footer .foot-content .item:nth-child(1) .title a {
        height: 30px;
    }
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(1) .title a {
        height: 25px;
    }
}
@media screen and (max-width: 767px) {
    footer .foot-content .item:nth-child(1) .title a {
        height: 20px;
    }
}
footer .foot-content .item:nth-child(1) .title a img {
    height: 100%;
    width: auto;
}
footer .foot-content .item:nth-child(1) .content {
    padding-top: 27px;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(1) .content {
        padding-top: 10px;
    }
}
footer .foot-content .item:nth-child(2) {
    width: 20.42553191%;
    padding-bottom: 25px;
    padding-left: 5.5%;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(2) {
        width: 100%;
        padding: 10px 0;
    }
}
footer .foot-content .item:nth-child(3) {
    width: 20.07092199%;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(3) {
        width: 100%;
        padding: 10px 0;
    }
}
footer .foot-content .item:nth-child(4) {
    width: 25.81560284%;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(4) {
        width: 100%;
        padding: 10px 0;
    }
}
@media screen and (max-width: 1439px) {
    footer .foot-content .item:nth-child(1),
    footer .foot-content .item:nth-child(2),
    footer .foot-content .item:nth-child(3) {
        padding-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(1),
    footer .foot-content .item:nth-child(2),
    footer .foot-content .item:nth-child(3) {
        padding: 10px 0;
    }
}
footer .foot-content .item:nth-child(2) .title b,
footer .foot-content .item:nth-child(3) .title b,
footer .foot-content .item:nth-child(4) .title b {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #000;

    font-weight: 400;
}
@media screen and (max-width: 767px) {
    footer .foot-content .item:nth-child(2) .title b,
    footer .foot-content .item:nth-child(3) .title b,
    footer .foot-content .item:nth-child(4) .title b {
        font-size: 18px;
    }
}
footer .foot-content .item:nth-child(2) .content,
footer .foot-content .item:nth-child(3) .content,
footer .foot-content .item:nth-child(4) .content {
    padding-top: 29px;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(2) .content,
    footer .foot-content .item:nth-child(3) .content,
    footer .foot-content .item:nth-child(4) .content {
        padding-top: 10px;
        margin: 0 -10px;
    }
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(2) .content p,
    footer .foot-content .item:nth-child(3) .content p,
    footer .foot-content .item:nth-child(4) .content p {
        float: left;
        padding: 0 10px;
    }
}
footer .foot-content .item:nth-child(2) .content p a,
footer .foot-content .item:nth-child(3) .content p a,
footer .foot-content .item:nth-child(4) .content p a {
    display: inline-block;
}
@media screen and (min-width: 1200px) {
    footer .foot-content .item:nth-child(2) .content p a:hover,
    footer .foot-content .item:nth-child(3) .content p a:hover,
    footer .foot-content .item:nth-child(4) .content p a:hover {
        transform: translateX(5px);
    }
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(4) .content {
        margin: 0;
    }
}
footer .foot-content .item:nth-child(4) .content i {
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 2.14285714;
    color: #666666;

}
footer .foot-content .item:nth-child(4) .content .form-box {
    padding-top: 34px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(4) .content .form-box {
        padding: 5px 0;
    }
}
footer .foot-content .item:nth-child(4) .content .form-box form input {
    float: left;
    display: block;
    width: 78.2967033%;
    font-size: 14px;
    line-height: 2.5;
    color: #666666;

    background-color: transparent;
}
footer .foot-content .item:nth-child(4) .content .form-box form input::-webkit-input-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea::-webkit-input-placeholder {
    color: #666666;
}
footer .foot-content .item:nth-child(4) .content .form-box form input:-o-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea:-o-placeholder {
    color: #666666;
}
footer .foot-content .item:nth-child(4) .content .form-box form input::-moz-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea::-moz-placeholder {
    color: #666666;
}
footer .foot-content .item:nth-child(4) .content .form-box form input:-ms-input-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea:-ms-input-placeholder {
    color: #666666;
}
footer .foot-content .item:nth-child(4) .content .form-box form input:focus::-webkit-input-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-webkit-input-placeholder {
    color: #838383;
}
footer .foot-content .item:nth-child(4) .content .form-box form input:focus::-o-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-o-placeholder {
    color: #838383;
}
footer .foot-content .item:nth-child(4) .content .form-box form input:focus::-moz-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-moz-placeholder {
    color: #838383;
}
footer .foot-content .item:nth-child(4) .content .form-box form input:focus::-ms-input-placeholder,
footer .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-ms-input-placeholder {
    color: #838383;
}
footer .foot-content .item:nth-child(4) .content .form-box form button {
    position: relative;
    float: left;
    width: 21.7032967%;
    height: 35px;
    background-color: transparent;
}
footer .foot-content .item:nth-child(4) .content .form-box form button::before {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateX(-50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e63d';
    color: #f37121;
}
footer .foot-content .item:nth-child(4) .content .foot-share {
    padding-top: 28px;
    margin: 0 -5px;
}
@media screen and (max-width: 991px) {
    footer .foot-content .item:nth-child(4) .content .foot-share {
        padding-top: 15px;
    }
}
footer .foot-content .item:nth-child(4) .content .foot-share li {
    float: left;
    padding: 0 5px;
}
footer .foot-content .item:nth-child(4) .content .foot-share li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #b4b5b6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    footer .foot-content .item:nth-child(4) .content .foot-share li a:hover {
        background-color: #f37121;
    }
}
footer .foot-content .item:nth-child(4) .content .foot-share li a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
footer .foot-content .item:nth-child(4) .content .foot-share li .icon-twitter::before {
    font-size: 14px;
}
footer .foot-content .item:nth-child(4) .content .foot-share li .icon-instagram2::before {
    font-size: 17px;
}
footer .foot-end {
    padding: 7.5px 0;
    background-color: #1b1a1d;
}
footer .foot-end p,
footer .foot-end a {
    font-size: 14px;
    line-height: 35px;
    color: #f9fff9;

}
footer .foot-end a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
    footer .foot-end a:hover {
        color: #fff;
        text-decoration: underline;
    }
}
footer .foot-end .left {
    float: left;
}
@media screen and (max-width: 991px) {
    footer .foot-end .left {
        float: none;
        text-align: center;
    }
}
footer .foot-end .right {
    float: right;
}
@media screen and (max-width: 991px) {
    footer .foot-end .right {
        float: none;
        text-align: center;
    }
}
footer .foot-end .right p a {
    display: inline-block;
    margin-left: 22px;
}
footer .footer-xsnav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f37121;
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
    z-index: 90;
}
@media screen and (max-width: 991px) {
    footer .footer-xsnav {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    footer .footer-xsnav {
        height: 45px;
    }
}
footer .footer-xsnav ul li {
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    border-left: 1px solid #fff;
}
footer .footer-xsnav ul li a {
    position: relative;
    display: block;
    height: 50px;
    padding-top: 27px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    footer .footer-xsnav ul li a {
        height: 45px;
        font-size: 12px;
    }
}
footer .footer-xsnav ul li a::before {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e637';
    display: block;
    font-size: 16px;
}
footer .footer-xsnav ul li .content-box {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    max-width: 100px;
}
footer .footer-xsnav ul li .content-box img {
    max-width: 100%;
    height: auto;
}
footer .footer-xsnav ul li:nth-child(1) {
    border-left: 0;
}
footer .footer-xsnav ul li:nth-child(2) a::before {
    content: '\e604';
}
footer .footer-xsnav ul li:nth-child(3) a::before {
    content: '\e826';
}
footer .footer-xsnav ul li:nth-child(4) a::before {
    content: '\e62c';
}
footer .footer-xsnav ul li:nth-child(5) a::before {
    content: '\e622';
}
.index-foot {
    background-color: #212025;
}
.index-foot .foot-content .item .title b {
    color: #fff !important;
}
.index-foot .foot-content .item .title::before {
    color: #fff;
}
.index-foot .foot-content .item .active::before {
    transform: translateY(-50%) rotateZ(45deg);
}
.index-foot .foot-content .item .content p {
    color: #aaaaaa;
}
.index-foot .foot-content .item .content i {
    color: #aaaaaa !important;
}
.index-foot .foot-content .item.item:nth-child(4) .content .form-box form input {
    color: #aaaaaa;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input::-webkit-input-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input:-o-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea:-o-placeholder {
    color: #aaaaaa;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input::-moz-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea::-moz-placeholder {
    color: #aaaaaa;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input:-ms-input-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea:-ms-input-placeholder {
    color: #aaaaaa;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input:focus::-webkit-input-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-webkit-input-placeholder {
    color: #535353;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input:focus::-o-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-o-placeholder {
    color: #535353;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input:focus::-moz-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-moz-placeholder {
    color: #535353;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form input:focus::-ms-input-placeholder,
.index-foot .foot-content .item:nth-child(4) .content .form-box form textarea:focus::-ms-input-placeholder {
    color: #535353;
}
.index-foot .foot-content .item:nth-child(4) .content .form-box form button::before {
    color: #fff !important;
}
.index-foot .foot-content .item .content .foot-share li a {
    background-color: transparent !important;
}
@media screen and (min-width: 1200px) {
    .index-foot .foot-content .item .content .foot-share li a:hover {
        background-color: #f37121 !important;
    }
}
.index-foot .foot-content .item:nth-child(4) .content .form-box {
    border-bottom-color: #504f53;
}
.index-foot .foot-end p,
.index-foot .foot-end a {
    color: #f9fff9;
}
.pagebanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 110px;
}
@media screen and (max-width: 1199px) {
    .pagebanner {
        padding-top: 90px;
    }
}
@media screen and (max-width: 991px) {
    .pagebanner {
        padding-top: 80px;
    }
}
@media screen and (max-width: 767px) {
    .pagebanner {
        padding-top: 70px;
    }
}
.pagebanner .item {
    position: relative;
}
/* @media (max-width: 1199px) {
  .pagebanner .item {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
} */
@media (max-width: 991px) {
    .pagebanner .item {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
/*@media (max-width: 767px) {
  .pagebanner .item {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
} */
.pagebanner .item .img-box {
    /* padding-bottom: 15.625%; */
    padding-bottom: 20.83333333333333%;
}
.pagebanner .item .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .pagebanner .item .txt {
        width: 50%;
    }
}
.pagebanner .item .txt b {
    display: block;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 1.125;
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .pagebanner .item .txt b {
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {
    .pagebanner .item .txt b {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .pagebanner .item .txt b {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .pagebanner .item .txt b {
        font-size: 18px;
    }
}
.pagebanner .item .txt p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;

    opacity: 0.5;
}
@media screen and (max-width: 1199px) {
    .pagebanner .item .txt p {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .pagebanner .item .txt p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .pagebanner .item .txt p {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .pagebanner .item .txt p {
        font-size: 12px;
    }
}
.page {
    text-align: center;
    margin-bottom: -5px;
}
.page .page-box {
    display: inline-block;
    margin: 0 -7px;
}
@media screen and (max-width: 767px) {
    .page .page-box {
        margin: 0 -2px;
    }
}
.page .page-box li {
    float: left;
    padding: 0 7px;
    margin: 0 !important;
}
@media screen and (max-width: 767px) {
    .page .page-box li {
        padding: 0 2px;
    }
}
.page .page-box li a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #999;
    background-color: transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 767px) {
    .page .page-box li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .page .page-box li a:hover {
        background-color: #f37121;
        color: #fff;
    }
    .page .page-box li a:hover::before {
        color: #fff;
    }
}
.page .page-box .active a {
    background-color: #f37121;
    color: #fff;
}
.page .page-box .active a::before {
    color: #fff;
}
.page .page-box .prev a,
.page .page-box .next a {
    position: relative;
    border-radius: 5px;
}
.page .page-box .prev a::before,
.page .page-box .next a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e9b5';
    font-size: 23px;
}
@media screen and (max-width: 767px) {
    .page .page-box .prev a::before,
    .page .page-box .next a::before {
        font-size: 16px;
    }
}
.page .page-box .next a::before {
    content: '\e72f';
    transform: translate(-50%, -50%);
}

footer .en-share {
    display: none !important;
}

footer .foot-content .item:nth-child(4) .content .foot-share li a .pic {
    display: none;
    position: absolute;
    bottom: 105%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
}
footer .foot-content .item:nth-child(4) .content .foot-share li a .pic img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1199px) {
    header .nav .nav-box .nav-first>.xs-active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 0 8px 8px 8px;
    }
}