* {
    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: 14px;
    line-height: 1.5;
    color: #333;
    background: #fff;
    font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, Verdana, sans-serif;
}

body,
html {
    width: 100%;
    position: relative;
    height: 100%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 8px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    color: #ff9c34 !important;
}

.base-header {
    position: relative;
    z-index: 33;
    width: 100%;
}

.base-header-top {
    height: 48px;
    text-align: right;
    width: 100%;
    line-height: 48px;
    transition: all .3s ease;
}

.base-in {
    width: 73%;
    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: 3.1rem;
    height: .56rem;
    margin-right: 1.78rem;
}

.base-tabs {
    transition: all .3s ease;
}

.base-tabs li {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-right: .64rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 78px;
}

.base-tabs li:last-child {
    margin-right: 0;
}

.base-tabs li:nth-child(5) .base-menu,
.base-tabs li:nth-child(6) .base-menu {
    left: -3rem;
}

.base-tabs li:nth-child(7) .base-menu {
    left: -4rem;
}

.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: #ff9c34;
    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: #ff9c34 !important;
}

.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #ff9c34;
    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.3rem;
    min-height: 3.5rem;
    background: #FFFFFF;
    box-shadow: inset 0px -2px 0px 0px #205DD4;
    padding: .4rem;
    transition: all ease-in-out 0.4s;
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
}

.base-menu-item {
    display: flex;
}

.base-menu-item .br {
    width: 1px;
    height: 1.6rem;
    background: #E6E6E6;
    margin: 0 .4rem;
}

.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;
}

.base-menu-left-title {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin: 12px 0 9px 0;
}

.base-menu-left-desc {
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    width: 2.4rem;
}

.base-content {
    position: relative;
}

.base-tabs li:hover,
.base-menu-item a:hover {
    color: #ff9c34 !important;
}

.base-content img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: none;
}

@keyframes bannerHover {
    0% {
        height: 0;
    }
    100% {
        height: 600px;
    }
}

.base-search {
    width: 100%;
    top: 48px;
    display: none;
}

.base-search-main {
    width: 780px;
    height: 56px;
    margin: 0 auto;
    margin-top: 20px;
}

.base-search-ipt {
    padding: 0 10px;
    width: 640px;
    height: 48px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #E0E3E5;
}

.base-search-btn {
    display: inline-block;
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #0073E5;
    border-radius: 0px 4px 4px 0px;
    color: #fff !important;
    margin: 0 22px 0 -10px;
    vertical-align: bottom;
}

.nav {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    background: #fff;
    box-shadow: 0px 1px 0px 0px #EDEDED;
}

.nav .base-tabs a {
    margin-right: .64rem;
    line-height: 60px;
    position: relative;
}

.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: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    text-align: center;
    padding: 1.2rem 0 .6rem 0;
}

.title1 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 60px;
}

.title2 {
    font-size: .25rem;
    color: #333333;
    line-height: .36rem;
    text-align: center;
    margin-bottom: .6rem;
}

.title3 {
    font-size: .4rem;
    color: #333333;
    line-height: .6rem;
}


/* .title::after {
    content: '';
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: #0073E5;
    border-radius: 50%;
    display: inline-block;
    margin: .34rem 0 0 .12rem;
} */

.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%;
    min-height: 460px;
    background: #333;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.base-bottom-content {
    display: flex;
    margin-top: .4rem;
    justify-content: space-between;
}

.base-bottom-logo {
    height: 80px;
    box-shadow: inset 0px -1px 0px 0px #666666;
}

.base-bottom-logo img {
    width: 310px;
    height: 56px;
}

.info {
    width: 224px;
}

.info img {
    width: 1.66rem;
    height: .6rem;
}

.phone {
    font-size: .2rem;
    color: #F99C34;
    line-height: .28rem;
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
}

.email {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.email:last-child {
    align-items: start;
}

.phone-icon {
    background: url(../image/font1.png) center center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-right: .18rem;
}

.email-icon {
    background: url(../image/font2.png) center center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-right: .18rem;
}

.add-icon {
    background: url(../image/font3.png) center center no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 20px;
    margin: 2px .18rem 0 0;
}

.more {
    max-width: 160px;
}

.more-t {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .24rem;
    margin-bottom: .2rem;
}

.more-list {
    display: flex;
    flex-flow: column;
    font-size: .14rem;
    line-height: 32px;
}

.more-list a {
    color: #999999;
    font-size: 14px !important;
    text-wrap: nowrap;
}

.more-list div {
    text-decoration: none;
    color: #666666;
}

.more-list a:hover {
    color: #fff;
}

.more-label {
    width: 1.6rem;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: .2rem;
}

.base-sup {
    width: 100%;
    height: 64px;
    background: #333;
    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)
    }
}

.base-header-top-iphone,
.iphoneMenu {
    display: none;
}

.menu-right-list {
    height: 100%;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px !important;
}