html body, html h1, html h2, html h3, html h4, html h5, html h6, html hr, html p, html blockquote, html dl, html dt, html dd, html ul, html ol, html li, html pre, html form, html fieldset, html legend, html button, html input, html textarea, html th, html td {
    margin: 0;
    padding: 0;
}

html body, html button, html input, html select, html textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}

html h1, html h2, html h3, html h4, html h5, html h6 {
    font-size: 100%;
}

html address, html cite, html dfn, html em, html var {
    font-style: normal;
}

html code, html kbd, html pre, html samp {
    font-family: couriernew, courier, monospace;
}

html small {
    font-size: 12px;
}

html ul, html ol {
    list-style: none;
}

html a {
    text-decoration: none;
}

html a:hover {
    text-decoration: underline;
}

html sup {
    vertical-align: text-top;
}

html sub {
    vertical-align: text-bottom;
}

html legend {
    color: #000;
}

html fieldset, html img {
    border: 0;
}

html button, html input, html select, html textarea {
    font-size: 100%;
}

html table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* nav */
.m-topBar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: left;
    z-index: 10001;
    background-color: #fff;
    font-family: "微软雅黑";
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
    padding: 0 40px;
    box-sizing: border-box;
}

.m-topBar.m-mmkj-topBar {
    position: fixed;
    top: 0;
}

.m-topBar .mmkj-topbar-box {
    margin: 0 auto;
    max-width: 1380px;
    width: 70%;
    height: 70px;
    font-size: 12px;
}

.m-topBar .mmkj-logo {
    float: left;
    margin: 0;
    width: 470px;
    height: 70px;
    background: url(/res/img/logo.png) no-repeat 0 50%;
}

/* min-box */
.main-box {
    padding-top: 70px;
    min-width: 1200px;
}

/* banner */
.banner-container {
    min-width: 1200px;
    margin: 0 auto;
    height: 570px;
    width: 100%;
    background: url(/res/img/bg.png) center no-repeat;
}

.banner-container .container {
    padding-top: 70px;
    margin: 0 auto;
    width: 70%;
}

.banner-container .banner-item-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    cursor: default;
}

.float-l {
    float: left;
}

.statistics-title {
    margin-top: 17px;
    margin-bottom: 12px;
    width: 226px;
    height: 92px;
}

.statistics-data {
    margin-top: 30px;
    vertical-align: middle;
    line-height: 1;
}

.statistics-data:after {
    content: attr(data-title);
    margin-top: 5px;
    display: block;
    color: #757982;
    font-size: 14px;
}

.banner-container .banner-con {
    position: relative;
    width: 60%;
    height: 430px;
    box-shadow: 0 10px 36px 2px rgb(68 93 127 / 16%);
    border-radius: 4px;
}

.banner-container .clearfix {
    display: flex;
    justify-content: space-around;
    min-width: 1200px;
}

/* .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
} */
.banner-container .banner-item {
    position: relative;
    width: 850px;
    height: 430px;
    border-radius: 4px;
    overflow: hidden;
}

.banner-container .banner-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.statistics-data-num {
    height: 50px;
    line-height: 50px;
    color: #0076fe;
    font-size: 0;
    font-family: HelveticaNeueLTPro, 微软雅黑;
    font-weight: normal;
}

.statistics-data-num .statistics-num {
    font-size: 40px;
}

.statistics-num-unit {
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
    line-height: 64px;
    font-size: 15px;
}

.statistics-num-more {
    margin-left: 8px;
    font-size: 34px;
    vertical-align: top;
}

#swiper-box {
    border-radius: 4px;
    overflow: hidden;
}

/* 功能介绍 */
.introduce-box {
    background: url(/res/img/bg4.png) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
    min-width: 1200px;
}

.introduce-bg {
    width: 70%;
    margin: 0 auto;
}

.introduce-box .introduce-bg {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.introduce-box .left-box {
    /* position: relative; */
    /* width: 600px;	 */
}

.float-l {
    float: left;
}

.introduce-box .left-box .title-box-title {
    color: rgb(255, 249, 233);
    padding-top: 44px;
    padding-left: 16px;
    font-size: 26px !important;
    font-weight: 700;
}

.introduce-box .left-box .title-box-text {
    font-weight: 400;
    color: rgb(255, 249, 233);
    padding-top: 10px;
    opacity: 0.39;
    padding-left: 16px;
    padding-bottom: 48px;
    font-size: 18px !important;
}

.introduce-box .item-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    max-width: 430px;
}

/* .introduce-box .item-box:hover{
	background: rgb(255, 249, 233);
	cursor: pointer;
} */
.introduce-box .introduce-active-box {
    background: rgb(255, 249, 233);
    cursor: pointer;
}

.introduce-box .item-box .left-icon {
    width: 30px;
    height: 30px;
    background: url(/res/img/servevip.png) center no-repeat;
    background-size: 100%;
}

/* .introduce-box .introduce-bg>.right-box{
	display: flex;
	justify-content: center;
} */
.introduce-box .item-box .right-box {
    padding-left: 12px;
}

.introduce-box .item-box .right-box-title {
    font-size: 20px;
    color: rgb(255, 249, 233);
    font-weight: 700;
}

.introduce-box .item-box .right-box-text {
    color: #eee;
    display: none;
    padding-top: 7px;
}

.introduce-box .footer-info {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
}

.introduce-box .footer-info img {
    width: 450px;
    height: 160px;
}

.introduce-box .right-box .phone-bg {
    width: 350px;
    height: 661px;
    /*background: url(../img/iphoneBg.png)  no-repeat center;*/
    /*background-size: 100%;	*/
    display: none;
    margin-top: 44px;
}

.introduce-box .right-box .phone-bg img {
    width: 257px;
    height: 661px;
    margin-top: 15px;
    margin-left: 15px;
}

.introduce-box .right-box .cur-show {
    display: block;
}

/* .introduce-box .item-box:hover .right-box-title{
	color: rgb(236, 125, 74);
} */
.introduce-box .introduce-active-box .right-box-title {
    color: rgb(236, 125, 74);
}

/* .introduce-box .item-box:hover .right-box-text{
	color: #333;
	display: block;
} */
.introduce-box .introduce-active-box .right-box-text {
    color: #333;
    display: block;
}

.introduce-box .introduce-active-box .left-icon {
    background: url(/res/img/iconVipActive.png) center no-repeat;
    background-size: 100%;
}

/* 最新动态 */
.news-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.news-box .title-box {
    position: relative;
    min-width: 1200px;
    height: 71px;
    margin-top: 60px;
    text-align: center;
    margin: auto;
}

.news-box .lang-en {
    width: 100%;
    position: absolute;
    top: 0;
    color: #f3f5f8;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

.news-box .lang-zh {
    width: 100%;
    position: absolute;
    top: 31px;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.news-box .title-splitLine {
    background-color: #247af3;
    width: 88px;
    height: 6px;
    border-radius: 3px;
    margin: auto;
    margin-top: 16px;
}

.news-box .content-box {
    width: 64%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    min-width: 1200px;
}

.news-box .content-item:nth-child(odd) {
    margin-right: 40px;
}

.news-box .content-item {
    display: block;
    padding: 40px 32px;
    width: 580px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 12px 32px 0 rgb(19 62 147 / 7%);
    box-shadow: 0 12px 32px 0 rgb(19 62 147 / 7%);
    float: left;
    margin-bottom: 40px;
}

.news-box .item-desc {
    float: left;
    width: 420px;
    overflow: hidden;
    border-right: 1px solid rgba(226, 226, 226, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-box .desc-title {
    color: #000;
    font-size: 24px;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-box .hot-log {
    display: inline-block;
    width: 22px;
    height: 26px;
    background: url(/res/img/hotIcon.png) center no-repeat;
    vertical-align: bottom;
    margin-right: 8px;
}

.news-box .desc-content {
    width: 388px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-box .item-time {
    float: left;
    width: 95px;
    text-align: center;
}

.news-box .item-day {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    margin-bottom: 16px;
}

.news-box .item-time {
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
}

/* 用户评价 */
.evaluate-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.evaluate-box .title-box {
    position: relative;
    /* width: 600px; */
    height: 71px;
    margin-top: 60px;
    text-align: center;
    margin: auto;
}

.evaluate-box .lang-en {
    width: 100%;
    position: absolute;
    top: 0;
    color: #f3f5f8;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

.evaluate-box .lang-zh {
    width: 100%;
    position: absolute;
    top: 31px;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.evaluate-box .title-splitLine {
    background-color: #247af3;
    width: 88px;
    height: 6px;
    border-radius: 3px;
    margin: auto;
    margin-top: 16px;
}

.evaluate-box .content-box {
    width: 70%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    min-width: 1200px;
}

.evaluate-box .scroll-box {
    width: 0 70%;
    overflow: hidden;
    position: relative;

    /* transition:all 0ms ease-in 0s; */
    /* overflow: hidden; */
    /* animation:scrollText2 12s infinite  cubic-bezier(1,0,0.5,0); */
}

.evaluate-box .scroll-list {
    height: 120px;
    padding-left: 46px;
    margin-bottom: 30px;

}

.evaluate-box .d-flex {
    display: flex;
    justify-content: flex-start;
}

.evaluate-box .scroll-item {
    width: 294px;
    height: 120px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), transparent);
    border-radius: 8px;
    margin-right: 36px;
}

.evaluate-box .item-avatar {
    margin-right: 6px;
}

.evaluate-box .avatar-view {
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
}

.evaluate-box .item-data {
    width: 2200px;
    text-align: left !important;
}

.evaluate-box .data-username {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
}

.evaluate-box .data-time {
    font-size: 9px;
    color: #b5b6b6;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 6px;
}

.evaluate-box .data-text {
    font-size: 12px;
    color: #555555;
    font-weight: 400;
    line-height: 18px;
}

@keyframes scroll {
    from {
        left: 0;
    }
    to {
        left: -960px
    }
}

.evaluate-box .scroll-list {
    width: 12000px;
    left: 0;
    top: 0;
    position: relative;
    animation: scroll 20s linear 0s infinite;
    cursor: pointer;
}

.evaluate-box .scroll-list:hover {
    animation-play-state: paused;
}

/* 合作伙伴 */
.partner-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.partner-box .title-box {
    position: relative;
    /* width: 600px; */
    height: 71px;
    margin-top: 60px;
    text-align: center;
    margin: auto;
}

.partner-box .lang-en {
    width: 100%;
    position: absolute;
    top: 0;
    color: #f3f5f8;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

.partner-box .lang-zh {
    width: 100%;
    position: absolute;
    top: 31px;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.partner-box .title-splitLine {
    background-color: #247af3;
    width: 88px;
    height: 6px;
    border-radius: 3px;
    margin: auto;
    margin-top: 16px;
}

.partner-box .content-box {
    width: 70%;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    min-width: 1200px;
}

.partner-box .img-list {
    display: flex;
    justify-content: space-between;
}

.partner-box .item-img {
    width: 200px;
    height: 60px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: url(/res/img/cooperation_2_pc.8472942c.png) center no-repeat;
}

/* 底部 */
.footer-box {
    background-color: rgba(0, 0, 0, .1);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

.footer-box .title-box {
    position: relative;
    /* width: 600px; */
    height: 71px;
    margin-top: 60px;
    text-align: center;
    margin: auto;
}

.footer-box .lang-en {
    width: 100%;
    position: absolute;
    top: 0;
    color: #f3f5f8;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

.footer-box .lang-zh {
    width: 100%;
    position: absolute;
    top: 31px;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.footer-box .title-splitLine {
    background-color: #247af3;
    width: 88px;
    height: 6px;
    border-radius: 3px;
    margin: auto;
    margin-top: 16px;
}

.footer-box .content-box {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}

.footer-box .contact-img {
    width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
 


