/* banner */
.banner {
    width: 100%;
    padding: 100px 0 0 0;
}

.banner .wrap {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover !important;
    padding: 0 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .title {
    text-align: center;
}

.banner .title p {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}

.banner .wrap .line-wrap {
    width: 1371px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.banner .wrap .line1 {
    width: 613px;
    display: inline-block;
    height: 2px;
    transition: ease all 1s;
    background: linear-gradient(90deg, transparent, #ffffff);
}

.banner .wrap .line2 {
    width: 613px;
    display: inline-block;
    height: 2px;
    transition: ease all 1s;
    background: linear-gradient(90deg, #ffffff, transparent);
}

.banner .title span {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    opacity: 0.6;
    margin-top: 13PX;
}

/* sectionOne */
.sectionOne {
    width: 100%;
    height: auto;
}

.sectionOne .wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 107px;
}

.sectionOne .left {
    width: 952px;
    margin-top: 221px;
    position: relative;
}

.sectionOne .left .box {
    position: absolute;
    left: 0;
    top: 0;
}

.sectionOne .left .item {
    position: relative;
}

.sectionOne .left .one {
    left: 176px;
    top: 197px;
}

.sectionOne .left .two {
    left: 710px;
    top: 226px;
}

.sectionOne .left .three {
    left: 733px;
    top: 247px;

}

.sectionOne .left p {
    white-space: nowrap;
}

.sectionOne .left .item p {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.sectionOne .left .one p {
    left: 25px;
    top: 8px;
}

.sectionOne .left .two p {
    left: -35px;
    top: 3px;
}

.sectionOne .left .three p {
    left: 26px;
    top: 2px;
}

.sectionOne .left .center {
    position: relative;
    left: 755px;
    top: 216px;
}

.sectionOne .left .center .iconfont {
    font-size: 20px;
    color: #0867AF;

}

.sectionOne .left .center p {
    position: absolute;
    left: 30px;
    top: -22px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0867AF;
    line-height: 28px;
}


/* 坐标点 */

.sectionOne .left .point::after {

    content: "";
    width: 4px;
    height: 4px;
    background: #0867AF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.8s;
}

.sectionOne .left .point::before {
    animation: scale 2s infinite;
    content: "";
    width: 14px;
    height: 14px;
    background: #0867AF;
    opacity: 0.28;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.8s;

}


@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

.sectionOne .right {
    display: flex;
    margin-top: 155px;
    margin-left: 121px;
}

.sectionOne .right .iconfont {
    font-size: 24px;
    color: #0867AF;
    margin: 6px 10px 0 0;

}

.sectionOne .right .contain .title p {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0867AF;
    line-height: 33px;
    margin-bottom: 21px;
}

.sectionOne .right .contain .title span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    color: #666666;
}

.sectionOne .right .contain .title {
    margin-bottom: 56px;
}

.sectionOne .right .contain .one {
    display: flex;
}

.sectionOne .right .contain .one .item:first-child {
    margin-right: 110px;
}

.sectionOne .right .contain .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;

}

.sectionOne .right .contain .item {
    margin-bottom: 35px;
}

.sectionOne .right .contain .item span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    color: #666666;

}

.sectionTwo {
    width: 100%;
}

.sectionTwo .wrap {
    padding: 65px 0 105px;
}

.sectionTwo .wrap .title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-bottom: 112px;
    text-align: center;
    font-weight: bold;
}

.sectionTwo .wrap .table {
    width: 1525px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.sectionTwo .wrap .table .item {
    margin-bottom: 88px;
}

.sectionTwo .wrap .table .item:not(:nth-child(3n)) {
    margin-right: 112px;
}

.sectionTwo .wrap .table .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    opacity: 0.72;
}

.sectionTwo .wrap .table .item input {
    width: 432px;
    height: 44px;
    font-size: 18px;
    border: unset;
    border-bottom: 1px solid rgba(51, 51, 51, 0.13);
}

.sectionTwo .wrap .table .item:last-child input {
    width: 1500px;
}

.sectionTwo .wrap .submit {
    width: 184px;
    height: 59px;
    border-radius: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0;
    transition: 0.8s;
    border: 1px solid rgba(51, 51, 51, 0.13);
    cursor: pointer;

}

.sectionTwo .wrap .submit:hover {
    background: #0867AF;
}

.sectionTwo .wrap .submit:hover button {
    color: #FFFFFF;
}

.sectionTwo .wrap .submit button {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 33px;
    background: unset;
    border: unset;
    transition: 0.8s;
}

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
    /* .sectionOne .left{
        width: auto;
    }
    .sectionOne .left img{
        width: 49.58333vw;
    }
    .sectionOne .left .one{
        left: 9.16666vw;
        top: 10.26041666666667vw;
    } */
    .sectionOne .right{
        margin-left: 20px;
    }
    .sectionTwo .wrap .table{
        width:79.42708vw;
        justify-content: space-between;
    }
    .sectionTwo .wrap .table .item{
        width: 31%;

    }
    .sectionTwo .wrap .table .item:not(:nth-child(3n)){
        margin-right: 0;
    }
    .sectionTwo .wrap .table .item input{
        width: 100%;
    }
    .sectionTwo .wrap .table .item:last-child{
        width: 100%;
    }
    .sectionTwo .wrap .table .item:last-child input{
        width: 100%;
    }
    .sectionOne .wrap{
        padding: 50px 120px;
    }
}

@media screen and (max-width: 1792px){
	.sectionOne .left{
        transform: scale(0.9);
        transform-origin: left;
    }
    .sectionOne .right {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1680px){
    .sectionOne .left{
        transform: scale(0.8);
        transform-origin: left;
    }
    .sectionOne .right {
        margin-left: -130px;
    }
    .sectionOne .right .contain .one .item:first-child {
        margin-right: 70px;
    }
    .sectionOne .right .contain .title {
        margin-bottom: 30px;
    }
    .sectionOne .right .contain .item {
        margin-bottom: 20px;
    }
    .sectionOne .right .contain .title p{
        margin-bottom: 0;
    }
    .sectionOne .right .contain .item span{
        line-height: 26px;
    }
    .sectionOne .right {
        margin-top: 100px;
    }
    .sectionOne .left {
        margin-top: 100px;
    }
    .sectionOne .wrap {
        padding: 50px 60px;
    }
    .sectionOne .right .contain .one .item:first-child {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1600px){
    .sectionOne .left {
        transform: scale(0.7);
        transform-origin: left;
    }
    .sectionOne .right {
        margin-left: -200px;
    }
    
}

@media screen and (max-width: 1440px){
	.sectionOne .left {
        transform: scale(0.6);
    }
    .sectionOne .right {
        margin-left: -370px;
    }
    .sectionOne .right .contain .title p {
        font-size: 18px;
    }
    .sectionOne .right .iconfont {
        font-size: 18px;
    }
    .sectionOne .right .contain .title span,
    .sectionOne .right .contain .item span {
        font-size: 14px;
    }
    .sectionOne .right .contain .item p {
        font-size: 16px;
    }
    .sectionOne .right .contain .item span {
        line-height: 20px;
    }

}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
    .sectionOne .wrap{
        padding: 0 60px 50px;
        flex-direction: column-reverse;
    }
    .sectionOne .right{
        margin-left: 0;
        margin-top: 0;
    }
    .sectionOne .right .contain .one{
        width: 100%;
        justify-content: space-between;
    }
    .sectionOne .left {
        transform: scale(0.7);
        transform-origin: center;
    }
    .sectionOne .left{
        width: 0;
        margin-top: 0;
    }
    .sectionOne .right .contain{
        flex: 1;
    }
    .sectionTwo .wrap .table .item input{
        height: 20px;
    }
    .sectionTwo .wrap .title{
        margin-bottom: 40px;
    }
    .sectionTwo .wrap .table .item{
        width: 48%;
    }
    .sectionTwo .wrap .table{
        width: 100%;
        padding: 0 60px;
    }
    .sectionTwo .wrap .table .item {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 768px){
	.sectionOne .left {
        transform: scale(0.65);
    }
}


@media screen and (max-width: 540px){
	.sectionOne .wrap {
        padding: 0 20px 50px;
    }
    .sectionOne .left {
        transform: scale(0.5);
        margin-top: -100px;
        margin-bottom: -150px;
    }
    .sectionOne .right {
        margin-top: 50px;
    }
    .sectionOne .right .contain .title,
    .sectionOne .right .contain .item {
        margin-bottom: 10px;
    }
    .sectionTwo .wrap {
        padding: 30px 0 50px;
    }
    .sectionOne .right .iconfont{
        margin-right: 5px;
    }
    .sectionTwo .wrap .table {
        padding: 0 20px;
    }
    .sectionTwo .wrap .title {
        margin-bottom: 30px;
    }
    .sectionTwo .wrap .submit {
        width: 120px;
        height: 40px;
    }
    .sectionOne .right .contain .one{
        flex-direction: column;
    }
    .sectionOne .right .contain .title span, .sectionOne .right .contain .item span {
        font-size: 12px;
        margin-top: 5px;
    }
    .sectionTwo .wrap .table .item p{
        font-size: 14px;
        line-height: 1;
    }
    .sectionTwo .wrap .table .item {
        margin-bottom: 20px;
    }
    
}


@media screen and (max-width: 414px){
	.sectionOne .left {
        transform: scale(0.4);
    }
    #allmap{
        height: 400px !important;
    }
}

@media screen and (max-width: 375px){
	.sectionOne .left {
        transform: scale(0.35);
    }
    .sectionOne .left {
        margin-top: -150px;
        margin-bottom: -200px;
    }

}

@media screen and (max-width: 360px){
	
}

