.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header {
    width: 1920px;
    height: 750px;
    box-sizing: border-box;
    background: no-repeat url("../img/index/head-banner-bg.png");
    background-size: 100% 100%;
    padding-left: 360px;
    padding-top: 140px
}

.header-sub-title {
    color: #FFF;
    font-size: 14px;

}

.header-title {
    color: #FFF;
    font-size: 60px;
    margin-top: 10px;
}

.header-oval {
    margin-top: 30px;
    width: 400px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 30px;
    color: #20B150;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-qrcode-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 286px;
    height: 130px;
    margin-top: 30px;
}

.header-qrcode {
    width: 130px;
    height: 130px;
}

.header-qrcode-title {
    margin-left: 20px;
    font-size: 14px;
    color: #FFF;
    writing-mode: vertical-lr;
}

.header-special {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.header-special-item {
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-special-item p {
    margin-top: 10px;
    color: #FFF;
    font-size: 14px;
}

.partner {
    width: 1200px;
    margin: 30px auto 0;
    height: 614px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partner-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.partner-subTitle {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.partner-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.partner-list-item {
    width: 260px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.partner-list-item-top {
    background: #20B150;
    width: 260px;
    height: 260px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.partner-list-item-top p {
    margin-top: 30px;
}


.partner-list-item-link {
    margin-top: 20px;
    background: #FFF;
    border: 1px solid #019733;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
}

.partner-list-item-link:hover {
    cursor: pointer;
}

.link-phone {
    margin-top: 30px;
    display: flex;
    width: 360px;
    height: 60px;
    border: 1px solid #019733;
    border-radius: 30px;
}

.link-phone-title {
    border: 1px solid #019733;
    border-radius: 30px;
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    background: #019733;
    color: #FFF;
}

.link-phone-number {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    color: #000000;
}

.o2o {
    width: 1200px;
    height: 1024px;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.o2o-title {
    margin-top: 100px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.o2o-sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.o2o-special-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1166px;
}

.o2o-special-list-item {
    width: 158px;
    height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #119D3F;
}

.o2o-special-list-item p {
    margin-top: 10px;
    font-size: 18px;
}


.o2o-img-list {
    width: 1200px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.o2o-img-list-item {
    width: 290px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.o2o-img-list-item .title {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    margin-top: 80px;
}

.o2o-img-list-item .content {

    color: #FFF;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    padding: 30px 30px;
}

.o2o-img-list-item.bg1 {
    background: url("../img/index/o2o-gaoxiao.png") no-repeat center center;
}

.o2o-img-list-item.bg2 {
    background: url("../img/index/o2o-city.png") no-repeat center center;
}

.o2o-img-list-item.bg3 {
    background: url("../img/index/o2o-tuandui.png") no-repeat center center;
}

.o2o-img-list-item.bg4 {
    background: url("../img/index/o2o-koubei.png") no-repeat center center;
}

.empower {
    width: 1200px;
    height: 830px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.empower-title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.empower-sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.empower-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1294px;
}

.empower-list-item {
    width: 380px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 0;
}

.empower-list-item img {
    border-radius: 0;
}

.empower-list-item h2 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.empower-list-item p {
    width: 280px;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.many-company {
    width: 1300px;
    height: 1346px;
    background: #20B150;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}

.many-company .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.many-company .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.many-company-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 1294px;
}

.many-company-list-item {
    width: 390px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.many-company-list-item.index1 {
    background: url("../img/index/many-1.png") no-repeat center center;
}

.many-company-list-item.index2 {
    background: url("../img/index/many-2.png") no-repeat center center;
}

.many-company-list-item.index3 {
    background: url("../img/index/many-3.png") no-repeat center center;
}

.many-company-list-item.index4 {
    background: url("../img/index/many-4.png") no-repeat center center;
}

.many-company-list-item.index5 {
    background: url("../img/index/many-5.png") no-repeat center center;
}

.many-company-list-item.index6 {
    background: url("../img/index/many-6.png") no-repeat center center;
}

.many-company-list-item.index7 {
    background: url("../img/index/many-7.png") no-repeat center center;
}

.many-company-list-item.index8 {
    background: url("../img/index/many-8.png") no-repeat center center;
}

.many-company-list-item.index9 {
    background: url("../img/index/many-9.png") no-repeat center center;
}

.many-company-list-item h2 {
    margin-top: 80px;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
}

.many-company-list-item p.english {
    margin-top: 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.many-company-list-item p.content {
    margin-top: 40px;
    padding: 0 50px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

.market {
    background: #FFF;
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.market .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.market .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.market-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    position: relative;
}

.market-list-item {
    width: 590px;
    height: 360px;
    display: flex;
    flex-direction: column;
    color: #FFF;
    padding: 100px;
}


.market-list-item p {
    margin-top: 20px;
    width: 250px;
}

.market-list-item.mt-10 {
    margin-top: 20px;
}

.market-list-item p.left {
    text-align: left;
}

.market-list-item p.right {
    text-align: right;
}

.market-list-item h2.left {
    text-align: left;
}

.market-list-item h2.right {
    text-align: right;
}

.market-list-item.money {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/index/m-money.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: flex-end;
}

.market-list-item.industry {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/index/m-industry.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: flex-end;
}

.market-list-item.people {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("../img/index/m-people.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.market-list-item.entry {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/index/m-rukou.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.market-center {
    display: flex;
    justify-content: center;
    padding: 20px;
    width: 360px;
    height: 360px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choice-us {
    width: 1200px;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.choice-us .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.choice-us .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.choice-us-rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
}

.choice-us-row {
    width: 1088px;
    height: 400px;
    display: flex;
    justify-content: space-between;
}

.choice-us-row img {
    width: 600px;
    height: 400px;

}

.choice-us-row.left {
}

.choice-us-row.right {
}

.choice-us-row-content {
    display: flex;
    flex-direction: column;
    margin: 0 50px;
    justify-content: center;
    flex: 1;
}

.choice-us-row-content h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}

.choice-us-row-content p.english {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #019733;
}

.choice-us-row-content p.text {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.end-logo {
    width: 1200px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.end-logo .logo {
    margin-top: 124px;
    width: 405px;
    height: 40px;
    background: #019733;
    border-radius: 40px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 8px;
}

.end-logo .title {
    margin-top: 20px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.end-logo .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.end-logo .logo-list {
    width: 1200px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.end-logo .logo-list-item {
    width: 290px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border: 2px dashed #D0D0D0;
}


.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #F9F9F9;
    color: #333;
    font-size: 14px;
    text-align: center;
    flex-direction: column;
}


.annoyance {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.annoyance .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.annoyance .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.annoyance-content {
    width: 1200px;
    height: 775px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.annoyance-content img {
    width: 740px;
    height: 600px;
}

.annoyance-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 150px;
}

.annoyance-list-item {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: url("../img/customer/q-list-item-icon.png") no-repeat left 5px;
}

.annoyance-list-item h2 {
    padding-left: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: left;
    width: 100%;
}

.annoyance-list-item p {
    padding-left: 50px;
    width: 100%;
    font-size: 18px;
    color: #666;
    padding-bottom: 30px;
    text-align: left;

}

.cym {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F9F9F9;
}

.cym .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.cym .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.cym-service-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
    margin-top: 60px;
}

.cym-service-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.cym-service-list-item-img {
    border: 1px solid #019733;
    border-radius: 50%;
    width: 124px;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cym-service-list-item-img img {
    width: 50px;
    height: 50px;
}

.cym-service-list-item h3 {
    margin-top: 30px;
    color: #019733;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cym-service-list-item p {
    margin-top: 20px;
    color: #333;
    font-size: 18px;
}


.cym-service-rows {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 360px;
    color: #FFF;
    margin-top: 30px;
}

.cym-service-row {
    width: 360px;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cym-service-row.index1 {
    background: url("../img/customer/cym-service-bg1.png") no-repeat center center;
}

.cym-service-row.index2 {
    background: url("../img/customer/cym-service-bg2.png") no-repeat center center;
}

.cym-service-row.index3 {
    background: url("../img/customer/cym-service-bg3.png") no-repeat center center;
}

.cym-service-row h2 {
    font-size: 30px;
    font-weight: bold;
}

.cym-service-row p {
    margin-top: 20px;
    font-size: 18px;
}

.cym-service-row p span {
    font-weight: normal;
}


.cym-daiban {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.cym-daiban .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.cym-daiban .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.cym-daiban-wrap {
    margin-top: 80px;
    margin-bottom: 50px;
    width: 1200px;
    height: 528px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.cym-daiban-wrap-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #F9F9F9;
}

.cym-daiban-wrap-left p {
    height: 80px;
    width: 100%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cym-daiban-wrap-left-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cym-daiban-wrap-left-img-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cym-daiban-wrap-left-img-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.cym-daiban-wrap-left-img-content p {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.cym-daiban-wrap-right {
    width: 390px;
    height: 100%;
    background: #019733;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
}

.cym-daiban-wrap-right h2 {
    font-size: 30px;
}

.cym-daiban-wrap-right h3 {
    font-size: 24px;
}

.cym-daiban-wrap-right p {
    font-size: 18px;
}

.shen {
    width: 1920px;
    height: 1446px;
    background: #17B150;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.shen .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.shen .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.shen .check-list {
    margin-top: 60px;
    display: flex;
    color: #FFF;
    width: 800px;
    font-size: 18px;
    justify-content: space-between;
}

.shen .check-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shen .image-list {
    width: 1200px;
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

.shen .info {
    width: 650px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    background: #FFF;
    color: #019733;
    font-size: 30px;
    font-weight: bold;
}

.chezhu {
    width: 1200px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.chezhu .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.chezhu .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.chezhu .yuan-list {
    display: flex;
    width: 1200px;
    margin-top: 60px;
    justify-content: space-between;
}

.chezhu .yuan-list-item {
    width: 290px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #019733;
}

.chezhu .yuan-list-item-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #019733;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chezhu .yuan-list-item p {
    text-align: center;
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
}


.slogan {
    width: 1920px;
    height: 1200px;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.slogan .title {
    margin-top: 124px;
    font-size: 16px;
    letter-spacing: 6px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #019733;
    border-radius: 30px;
    width: 300px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan .sub-title {
    margin-top: 10px;
    font-size: 36px;
    color: #333;
    text-align: center;
}

.slogan .map-container {
    margin-top: 60px;
    width: 1200px;
    height: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slogan .map-container img {
    width: 895px;
    height: 770px;
}

.slogan .map-container .map-data {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.slogan .map-container .map-data .map-data-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slogan .map-container .map-data .map-data-item i {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}

.slogan .map-container .map-data .map-data-item .data {
    font-size: 90px;
}

.slogan .map-container .map-data .map-data-item .desc {
    font-size: 24px;
}

.comments {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.comments .title {
    margin-top: 124px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.comments .sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.comments .comment-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}

.comments .comment-list img {
    margin: 10px auto;
}






