﻿@charset "utf-8";
/* CSS Document */
.navigation-wrapper {
    width: 1300px !important;
    margin: auto !important;
}
.pageContent {
    background-color: #f6f6f6;
}
.pageContent .wrapper{
    width:100%!important;
}
.joinpage {
    width: 100%;
    background-color: #fff;
    /*padding-top: 20px;*/
}
.banner {
    width: 100%;
    display: flex;
    position: relative;
    top: -3px;
}
.banner img{
    display:block;
}
.banner img:nth-child(1){
    width: 19%;
}
.banner img:nth-child(2) {
    width: 32.2%;
}
.banner img:nth-child(3) {
    width: 48.8%;
}

.banner .newForm {
    width: 1200px;
    /*display: flex;
    justify-content: end;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .newForm .left {
    width: 340px;
    height:334px;
    border-radius: 5px;
    background-color:#fff;
    margin-right:8px;
    float:right;
}
.banner .newForm .left .title {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #424242;
    text-align: center;
    margin: 26px 0 22px;
}
.banner .newForm .left .input{
    text-align:center;
}
.banner .newForm .left .input input {
    width: 254px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #242424;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    margin-top: 8px;
    padding-left: 12px;
}
.banner .newForm .left #submitBtn2 {
    width: 270px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    background: #ff8f3b;
    border-radius: 4px;
    margin: auto;
    margin-top: 8px;
    cursor:pointer;
}
.banner .newForm .left .telphone {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    text-align: center;
    margin-top:4px;
}
.banner .newForm .left .telphone span {
    color: #ff8f3b;
}
.banner .newForm .right {
    float: right;
}
.banner .newForm .right img {
    width: 94px;
        
}

.content {
    width: 100%;
    background-color: #fff;
}
.cont {
    width: 1200px;
    margin: auto;
}
.cont .bigTitle {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: bolder;
    position: relative;
    height: 32px;
}
.cont .bigTitle .texts {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;
}
.cont .bigTitle .lines {
    width: 300px;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont1 {
    width: 100%;
    height: 82px;
    background-color: #f6f6f6;
}
.cont1 > div {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    margin:auto;
}
.cont1 > div > div {
    font-size: 24px;
    font-weight: normal;
    color: #1e1e1e;
    line-height: 82px;
    cursor:pointer;
}
.cont2 > img {
    margin-top: 40px;
}
.cont2 .bigTitle{
    margin:30px 0;
}
.cont2 .advantage {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cont2 .advantage > div {
    width: 24.25%;
    min-height: 362px;
    margin-bottom: 12px;
    box-shadow: 0px 0px 5px 0px rgba(74, 74, 74, 0.12);
}
.cont2 .advantage > div .bg {
    width: 80px;
    height: 80px;
    background: #fffaf4;
    border-radius: 50%;
}
.cont2 .advantage > div .img {
    width:auto;
    text-align:center;
    margin: 20px auto;
}
.cont2 .advantage > div .title {
    width:100%;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.cont2 .advantage > div .icon {
    height: 18px;
    margin-right: 4px;
    margin-top: 5px;
}
.cont2 .advantage > div .describ {
    width:230px;
    margin: auto;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    opacity: 0;
}
.cont3 {
    width: 100%;
    height: 702px;
    padding-top: 30px;
}
.cont3 > img {
    margin: 40px 0 30px;
}
.cont3 .bigTitle {
    margin: 30px 0;
}
.cont3 > .process {
    width:1200px;
    text-align: center;
    margin:auto;
}
.cont3 > .process > .step {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.cont3 > .process > .step .title {
    font-size: 24px;
    color:#1e1e1e;
    margin:18px 0 5px;
    text-align:left;
}
.cont3 > .process > .step .texts {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: flex;
    max-width: 281px;
    text-align: left;
}
.cont3 > .process > .step .texts span {
    display: block;
}
.cont3 > .process > .step .texts span:nth-child(1) {
        
    width: 100px;
}
.cont3 > .process > .step .texts span:nth-child(2) {
    
    width: 200px;
}



.cont4 > img {
    margin: 80px 0 16px;
}
.cont4 .bigTitle {
    margin: 52px 0 32px;
}
.cont4 > .brand {
    display: flex;
    justify-content: center;
}
.cont4 > .brand > div {
    margin: 3px 23px;
}
.cont4 > .brand .img1 {
    display: none;
    animation: all 0.5s ease;
}
.cont4 > .brand > div:hover .img1 {
    display: block;
    transform: scale(1.08);
}
.cont4 > .brand > div:hover .img2 {
    display: none;
}
.cont4 > .brand > div .block {
    display: block;
}
.cont4 > .brand > div .none {
    display: none;
}
.cont4 > .brandDetail {
    width: 1080px;
    height: 400px;
    margin: 17px auto;
    position: relative;
}
.cont4 > .brandDetail .list {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.cont4 > .brandDetail .block {
    display: block;
}

.cont4 > .brandDetail .list .image {
    width: 580px;
    float: left;
}
.cont4 > .brandDetail .list .describ {
    width: 440px;
    padding: 60px 30px 44px;
    float: left;
}
.cont4 > .brandDetail .list .describ .title {
    font-size: 24px;
    font-weight: bolder;
    color: #333333;
    line-height: 35px;
}
.cont4 > .brandDetail .list .describ .ct {
    height: 168px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin: 16px 0 40px;
}
.cont4 > .brandDetail .list .describ .describbtn {
    width: 122px;
    height: 40px;
    background: #ff6427;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-right: -42px;
    transform: translateX(-47px);
}
.cont5 > img {
    margin: 70px 0 23px;
}
.cont5 .bigTitle {
    margin: 40px 0;
}
.cont5 > .case {
    width: 100%;
}
.cont5 > .case .caseList {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 2px;
}
.cont5 > .case .caseList > div {
    width: 380px;
    height: 334px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.cont5 > .case .caseList > div:hover{
    
    background-size: 101%!important;
}
.cont5 > .case .caseList > div .title {
    width: 320px;
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    position: absolute;
    top: 180px;
    left: -2px;
}
.cont5 > .case .caseList > div .left {
    width: 174px;
    height: 54px;
    padding: 15px 8px;
    font-size: 16px;
    color: #666;
    line-height: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.cont5 > .case .caseList > div .left > div {
    display: flex;
}
.cont5 > .case .caseList > div .left > div div:nth-child(1) {
    width: 66px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.cont5 > .case .caseList > div .left > div div:nth-child(2) {
    font-weight: normal;
}
.cont5 > .case .caseList > div .right {
    width: 158px;
    height: 54px;
    padding: 14px 16px 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.cont5 > .case .caseList > div .right > div {
    display: flex;
    justify-content: space-between;
}
.cont5 > .case .caseList > div .right > div:nth-child(1) div {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    line-height: 20px;
    margin-bottom: 8px;
}
.cont5 > .case .caseList > div .right > div:nth-child(2) div {
    font-size: 26px;
    font-weight: bold;
    color: #ff4f3f;
    line-height: 24px;
}
.cont5 > .case .caseList > div .right > div:nth-child(2) div span {
    font-size: 16px;
    color: #ff4f3f;
    line-height: 20px;
}

.swiper-pagination-bullet {
    width: 80px;
    height: 6px;
    background: #aaa;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background: #ff6427;
}
.cont6 {
    margin: -148px auto 50px;
    text-align: center;
    position: relative;
}
.cont6 .title {
    width: 198px;
    height: 50px;
    color: white;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    right: 215px;
    bottom: 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    background-color: #fc822c;
    cursor: pointer;
}
.talk2{
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}




.submitForm {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999;
    display: none;
}

.submitForm .forms {
    width: 360px;
    height: 460px;
    padding: 40px 0px 20px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 6px;
}

.submitForm .forms .newClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.submitForm .forms .ub {
    display: flex;
    margin-bottom: 20px;
}

.submitForm .forms .ub .conts {
    width: 50%;
}

.submitForm .forms .ub .conts1 {
    width: 100%;
}

.submitForm .forms .ub .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.submitForm .forms .code .title {
    padding-top: 15px;
}

.submitForm .forms .ub input {
    width: 140px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-top: 8px;
}

.submitForm .forms .ub textarea {
    width: 300px;
    height: 74px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 8px 12px;
    margin-top: 8px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0;
}

.submitForm .forms .code .imgcode {
    padding-top: 9px;
}

.submitForm .forms #submitBtn {
    width: 180px;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    background: #ff6427;
    border-radius: 4px;
    margin: auto;
    margin-left: 75px;
    margin-top: 34px;
}


.fadeIn{
    animation: fadeIn 0.8s linear;
    animation-fill-mode: forwards;
}
@keyframes fadeIn{
    from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.fadeInLeft{
    animation: fadeInLeft 0.8s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}
@keyframes fadeInLeft{
    from{
		transform: translateX(-47px);
	}
	to{
		transform: translateX(-42px);
	}
}

.fadeInTitle{
    animation: fadeInTitle 0.8s linear;
    animation-fill-mode: forwards;
}
@keyframes fadeInTitle{
    from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.fadeInText{
    animation: fadeInText 0.8s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}
@keyframes fadeInText{
    from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}