@charset 'utf-8';

.main-body {
    width: 100%;
    min-width: 1280px;
    padding-top: 68px;
    background-color: #fff;
}

/* bannner */
.main-body .banner {
    height: 500px;
    width: 100%;
}

.main-body .banner .banner-img {

    position: absolute;
    width: 100%;
    height: 100%;

}

.main-body .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    padding: 0 8px;
}

.main-body .banner .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    background: #fff;
    border-radius: 1px;
}

.main-body .banner .swiper-container {
    height: 100%;
}

.main-body .banner .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-body .advantage {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.main-body .advantage .advantage-describe p {
    font-size: 30px;
    color: #333640;
    text-align: center;
    font-weight: bold;
}

.main-body .advantage .advantage-describe img {
    width: 244px;
    height: 12px;
    display: block;
    margin: 12px auto 0;
}

.main-body .advantage .advantage-content {
    padding-top: 46px;
    margin: 0 auto;
    width: 1200px;
}

.main-body .advantage .advantage-content .advantage-img {
    width: 662px;
    height: 408px;
}

.main-body .advantage .advantage-content .advantage-img img {
    width: 662px;
    height: 408px;
}

.main-body .advantage .advantage-content .advantage-infor {
    position: relative;
    height: 408px;
    flex: 1;
}

.main-body .advantage .advantage-content .advantage-infor .infor .infor-list span {
    font-size: 20px;
    font-weight: 500;
    color: #333640;
    line-height: 28px;
    display: block;
}

.main-body .advantage .advantage-content .advantage-infor .infor .infor-list p {
    font-size: 16px;
    font-weight: 500;
    color: #8A8E99;
    line-height: 24px;
    padding-top: 1px;
}
.main-body .advantage .advantage-content .advantage-infor .infor .infor-list{
    padding: 8px;
}
.main-body .advantage .advantage-content .advantage-infor .infor .infor-list:first-child {
    padding-top: 0;
}

.main-body .advantage .advantage-content .advantage-infor .advantage-btn {
    position: absolute;
    left: 8px;
	bottom:55px;
}

.main-body .advantage .advantage-content .advantage-infor .advantage-btn a {
    display: block;
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 32px;
}

.main-body .advantage .advantage-content .advantage-infor .advantage-btn a:first-of-type {
    background: linear-gradient(270deg, rgba(250, 127, 137, 1) 0%, rgba(242, 73, 81, 1) 100%);
    color: #FFFFFF;
}

.main-body .advantage .advantage-content .advantage-infor .advantage-btn a:first-of-type:hover {
    background: #FF7578;
}

.main-body .advantage .advantage-content .advantage-infor .advantage-btn a:nth-of-type(2) {
    border: 1px solid #F24951;
    color: #F24951;
}

.main-body .advantage .advantage-content .advantage-infor .advantage-btn a:nth-of-type(2):hover {
    background: #FF7578;
    color: #fff;
    border: 0;
}

.main-body .advantage .advantage-content.exchange {
    padding-left: 29px;
    padding-right: 29px;
}

.main-body .advantage .advantage-content.circula {
    padding-left: 34px;
}

.main-body .advantage .advantage-content.cirser .advantage-img {
    width: 600px;
    height: 400px;
}

.main-body .advantage .advantage-content.cirser .advantage-img img {
    width: 600px;
    height: 400px;
}

.main-body .advantage .advantage-content.cirser .advantage-infor {
    height: 400px;
}

.main-body .advantage .advantage-content.cirser {
    padding-left: 26px;
    padding-right: 26px;
}

.main-body .introduce {
    width: 1200px;
    margin: 0 auto;
    padding: 36px 0;
}

.main-body .introduce .introduce-desc p {
    font-size: 30px;
    color: #333640;
    text-align: center;
    font-weight: bold;
}

.main-body .introduce .introduce-content {
    padding-top: 48px;
}

.main-body .introduce .introduce-content .introduce-nav {
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
    border-bottom: 1px solid #EDEEF2;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list {
    margin-left: 64px;
    position: relative;
    float: left;
    cursor: pointer;
    height: 56px;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list span.cur {
      color: #FF7578;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list.cur::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -16px;
    right: -16px;
    height: 1px;
    background-color: #FF7578;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:first-of-type .nav-img {
    background: url(../images/icon-introduce-nav-list1.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(2) .nav-img {
    background: url(../images/icon-introduce-nav-list2.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(3) .nav-img {
    background: url(../images/icon-introduce-nav-list3.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(4) .nav-img {
    background: url(../images/icon-introduce-nav-list4.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(5) .nav-img {
    background: url(../images/icon-introduce-nav-list5.png) no-repeat;
}


.main-body .introduce .introduce-content .introduce-nav .nav-list:first-of-type .nav-img.cur {
    background: url(../images/icon-introduce-nav-hover-list1.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(2) .nav-img.cur {
    background: url(../images/icon-introduce-nav-hover-list2.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(3) .nav-img.cur {
    background: url(../images/icon-introduce-nav-hover-list3.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(4) .nav-img.cur {
    background: url(../images/icon-introduce-nav-hover-list4.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:nth-of-type(5) .nav-img.cur {
    background: url(../images/icon-introduce-nav-hover-list5.png) no-repeat;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list .nav-img {
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list:first-child {
    margin-left: 0;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.main-body .introduce .introduce-content .introduce-nav .nav-list span {
    font-size: 20px;
    font-weight: 500;
    color: #333640;
    padding-left: 32px;
}

.main-body .introduce .introduce-content .nav-content {
    padding: 5px 24px 0;
    display: none;
}

.main-body .introduce .introduce-content .nav-content .navcot-list {
    padding: 12px 28px;
    border-radius: 4px;
    position: relative;
    padding-right: 190px;
    margin-top: 16px;
}

.main-body .introduce .introduce-content .nav-content .navcot-list:first-child {
    margin-top: 0;
}

.main-body .introduce .introduce-content .nav-content .navcot-list .navcot-btn {
    position: absolute;
    right: 32px;
    height: 38px;
    line-height: 38px;
    padding: 0 32px;
    top: 50%;
    margin-top: -19px;
    border-radius: 4px;
    border: 1px solid #F24951;
    font-size: 14px;
    font-weight: 500;
    color: #F24951;
    display: none;
}

.main-body .introduce .introduce-content .nav-content .navcot-list span {
    font-size: 16px;
    font-weight: 500;
    color: #333640;
    display: block;
    line-height: 24px;
}

.main-body .introduce .introduce-content .nav-content .navcot-list p {
    font-size: 16px;
    font-weight: 500;
    color: #8A8E99;
    line-height: 24px;
    padding-top: 2px;
}

.main-body .introduce .introduce-content .nav-content .navcot-list:hover {
    box-shadow: 0px 3px 9px 0px rgba(225, 226, 230, 0.8);
    cursor: pointer;
}

.main-body .introduce .introduce-content .nav-content .navcot-list:hover .navcot-btn {
    display: block;
}

.main-body .business {
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 30px;
}

.main-body .business .business-desc p {
    font-size: 30px;
    color: #333640;
    text-align: center;
    font-weight: bold;
}

.main-body .business .business-content {
    padding: 48px 15px 0;
}

.main-body .business .business-content .business-list {
    float: left;
    width: 276px;
    box-shadow: 0px 3px 9px 0px rgba(225, 226, 230, 0.3);
    border-radius: 4px;
    margin-left: 22px;
}

.main-body .business .business-content .business-list:hover {
    box-shadow: 0px 3px 9px 0px rgba(225, 226, 230, 0.6);
    cursor: pointer;
}

.main-body .business .business-content .business-list:first-child {
    margin-left: 0;
}

.main-body .business .business-content .business-list:nth-child(1) .business-top {
    background: url(../images/business-list1.png) no-repeat;
}

.main-body .business .business-content .business-list:nth-child(2) .business-top {
    background: url(../images/business-list2.png) no-repeat;
}

.main-body .business .business-content .business-list:nth-child(3) .business-top {
    background: url(../images/business-list3.png) no-repeat;
}

.main-body .business .business-content .business-list:nth-child(4) .business-top {
    background: url(../images/business-list4.png) no-repeat;
}

.main-body .business .business-content .business-list .business-top {
    padding: 24px 16px;
    height: 120px;
    background-size: 100% 100%;
}

.main-body .business .business-content .business-list .business-top span {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    display: block;
}

.main-body .business .business-content .business-list .business-top p {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    padding-top: 4px;
}

.main-body .business .business-content .business-list .business-top div {
    height: 1px;
    background-color: #fff;
    width: 48px;
    margin-top: 12px;
}

.main-body .business .business-content .business-list .business-bot {
    padding: 16px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #8A8E99;
    line-height: 22px;
}

.main-body .care {
    width: 100%;
}

.main-body .care .care-bg {
    height: 516px;
    background: linear-gradient(270deg, rgba(255, 132, 142, 1) 0%, rgba(255, 76, 85, 1) 100%);
    padding-top: 64px;
}

.main-body .care .care-desc p {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.main-body .care .care-desc img {
    width: 244px;
    height: 12px;
    display: block;
    margin: 12px auto 0;
}

.main-body .care .care-top {
    width: 1200px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 62px;
}

.main-body .care .care-top .achie-list {
    float: left;
    margin-left: 160px;
}

.main-body .care .care-top .achie-list:first-child {
    margin-left: 0;
}

.main-body .care .care-top .achie-list .achie-logo {
    width: 72px;
    height: 72px;
}

.main-body .care .care-top .achie-list .achie-logo img {
    width: 72px;
    height: 72px;
	margin-left:10px;
}

.main-body .care .care-top .achie-list p {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    padding-top: 16px;
}

.main-body .care .care-top .achie-list p .num {
    font-size: 38px;
    font-weight: bold;
}

.main-body .care .care-top .achie-list p .font {
    padding-left: 4px;
}

.main-body .care .care-bot {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 68px;
}

.main-body .care .care-bot .care-lead {
    margin-top: -112px;
    padding: 0 18px;
}

.main-body .care .care-bot .care-lead .lead-list {
    width: 372px;
    height: 236px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(225, 226, 230, 0.3);
    border-radius: 4px;
    padding: 24px;
    float: left;
    margin-left: 24px;
}

.main-body .care .care-bot .care-lead .lead-list:first-child {
    margin-left: 0;
}

.main-body .care .care-bot .care-lead .lead-list .lead-title {
    font-size: 16px;
    font-weight: 500;
    color: #333640;
    line-height: 24px;
}

.main-body .care .care-bot .care-lead .lead-list p {
    font-size: 12px;
    font-weight: 500;
    color: #8A8E99;
    line-height: 20px;
    padding-top: 8px;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time {
    padding-top: 8px;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list {
    padding-top: 12px;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-lt {
    width: 37px;
    font-size: 12px;
    font-weight: 500;
    color: #333640;
    line-height: 20px;
    float: left;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-rt {
    width: 224px;
    height: 20px;
    background: rgba(237, 238, 242, 1);
    border-radius: 4px;
    float: left;
    position: relative;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-rt .time-strip {
    background: linear-gradient(270deg, rgba(255, 132, 142, 1) 0%, rgba(255, 76, 85, 1) 100%);
    box-shadow: 0px 1px 2px 0px rgba(242, 73, 81, 0.3);
    height: 20px;
    width: 0;
    border-radius: 4px;
    transition: all .5s;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-rt .strip-font {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    left: 8px;
    z-index: 2;
    top: 0;
    cursor: pointer;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-rt .time-strip.strip-80-css {
    width: 80%;
    opacity: 1;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-rt .time-strip.strip-60-css {
    width: 60%;
    opacity: 0.9;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-rt .time-strip.strip-375-css {
    width: 37.5%;
    opacity: 0.6;
}

.main-body .care .care-bot .care-lead .lead-list .lead-time .time-list .time-rt .time-strip.strip-16-css {
    width: 16%;
    opacity: 0.3;
}

.main-body .care .care-bot .customer {
    padding: 64px 24px 0;
}

.main-body .care .care-bot .customer .customer-title {

    float: left;
}

.main-body .care .care-bot .customer .customer-title p {
    padding-top: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #333640;
    line-height: 28px;
}

.main-body .care .care-bot .customer .customer-title p:first-child {
    padding-top: 0;
}

.main-body .care .care-bot .customer .customer-content {
    float: left;
    padding-left: 132px;
}

.main-body .care .care-bot .customer .customer-content .customer-list {
    width: 184px;
    border-right: 1px solid #EDEEF2;
    margin-right: 40px;
    float: left;
}

.main-body .care .care-bot .customer .customer-content .customer-list:last-child {
    border-right: 0;
    margin-right: 0;
}

.main-body .care .care-bot .customer .customer-content .customer-list span {
    font-size: 24px;
    font-weight: bold;
    color: #F24951;
    line-height: 32px;
}

.main-body .care .care-bot .customer .customer-content .customer-list p {
    font-size: 16px;
    font-weight: 500;
    color: #8A8E99;
    line-height: 24px;
    padding-top: 12px;
}

.main-body .past {
    width: 100%;
    background: url(../images/past-bg.png) no-repeat;
    background-color: #F5F7F9;
    background-size: cover;
}

.main-body .past .past-cust {
    width: 1200px;
    margin: 0 auto;
    padding-top: 64px;
}

.main-body .past .past-cust .past-list {
    float: left;
    width: 200px;
    height: 200px;
    padding-top: 29px;
}

.main-body .past .past-cust .past-list img {
    width: 160px;
    height: 104px;
    display: block;
    margin: 0 auto;
}

.main-body .past .past-cust .past-list p {
    font-size: 14px;
    font-weight: 500;
    color: #8A8E99;
    line-height: 22px;
    padding-top: 16px;
    text-align: center;
}

.main-body .past .past-cust .past-stage:nth-child(1) .past-list:nth-child(even) {
    background-color: #fff;
}

.main-body .past .past-cust .past-stage:nth-child(3) .past-list:nth-child(even) {
    background-color: #fff;
}

.main-body .past .past-cust .past-stage:nth-child(2) .past-list:nth-child(odd) {
    background-color: #fff;
}

.main-body .past .past-cust .more {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 32px;
}

.main-body .past .past-cust .more a {
    font-size: 16px;
    font-weight: 500;
    color: #8A8E99;
    line-height: 18px;
    display: inline-block;
}

.main-body .past .past-cust .more a:hover {
    color: #F24951;
}

.main-body .past .past-cust .more img {
    width: 18px;
    height: 18px;
    margin-left: 11px;
    vertical-align: top;
}

.main-body .dynamic {
    background-color: #F5F7F9;
    padding-top: 64px;
    padding-bottom: 72px;
}

.main-body .dynamic .dynamic-odei {
    width: 1200px;
    margin: 0 auto;
}

.main-body .dynamic .dynamic-odei .dynamic-content {
    padding-top: 48px;
}

.main-body .dynamic .dynamic-desc p {
    font-size: 30px;
    font-weight: bold;
    color: #333640;
    line-height: 38px;
    text-align: center;
}

.main-body .dynamic .dynamic-content .dynamic-list {
    width: 568px;
    background: #fff;
    border-radius: 4px;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-title {
    height: 47px;
    line-height: 47px;
    padding: 0 16px;
    border-bottom: 1px solid #EDEEF2;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-title .title-lt {
    font-size: 16px;
    font-weight: bold;
    color: #333640;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-title .title-rt {
    font-size: 14px;
    font-weight: 500;
    color: #333640;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-title .title-rt:hover {
    color: #FF7578;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-cot {
    padding: 16px;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-cot li {

    line-height: 22px;
    padding-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-cot li a {
    font-size: 14px;
    font-weight: 500;
    color: #5C5E66;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-cot li:hover a {
    color: #FF7578;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-cot li:first-child {
    padding-top: 0;
}

.main-body .dynamic .dynamic-content .dynamic-list .dynamic-cot li span {
    padding-right: 16px;
}

.main-body .dynamic .dynamic-content .dynamic-bot {
    margin-top: 16px;
}

.main-body .dynamic .dynamic-content .dynamic-rt .dynamic-list .dynamic-cot {
    padding-bottom: 32px;
}

.main-body .dynamic .dynamic-content .dynamic-list:hover {
    box-shadow: 0px 3px 9px 0px rgba(225, 226, 230, 0.6);
}

.index-rt {
    position: fixed;
    right: 32px;
    top: 50%;
    margin-top: -100px;
    z-index: 99;
}

.index-rt .index-rt-top {
    background-color: #fff;
    width: 56px;
    padding: 12px 8px 16px;
    box-shadow: 0px 6px 9px 0px rgba(225, 226, 230, 0.4);
}

.index-rt .index-rt-top .customer-service {
    width: 40px;
    height: 40px;
    background: url(../images/icon-kefu.png) no-repeat;
    background-position: center;
}

.index-rt .index-rt-top span {
    font-size: 20px;
    font-weight: 500;
    color: #333640;
    display: block;
    padding: 0 10px;
}

.index-rt .index-rt-top:hover span {
    color: #F24951;
}

.index-rt .index-rt-top:hover .customer-service {
    background: url(../images/icon-kefu-red.png) no-repeat;
    background-position: center;
}

.index-rt-bot a {
    padding: 8px;
    display: block;
    background-color: #fff;
    margin-top: 12px;
    box-shadow: 0px 6px 9px 0px rgba(225, 226, 230, 0.4);
}

#wechat_box {
    display: none;
    width: 150px;
    position: absolute;
    left: -150px;
    top: 0;
}

.wechat_code .scan_code {
    width: 140px;
    height: 140px;
    padding: 10px;
    background-color: gray;
}

.wechat_code .scan_code:before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid gray;
    position: absolute;
    left: 140px;
    top: 28px;
}

.wechat_code:hover #wechat_box {
    display: block;
}

.index-rt-bot img {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}