div{
    box-sizing: border-box;
    white-space: nowrap;
}


*{
    padding: 0;
    margin: 0;
}

.header .nav-warp{
    width: 100%;
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    /* margin-bottom: 3px; */
    position: fixed;
    top: 0;
    /* bottom: 120px; */
    background: #ffffff;
    z-index: 999;
}



.nav div a{
    text-decoration: none;
    width: 100%;
    height: 120px;
    line-height: 120px;
    color: black;
}

.nav div a:hover {
    color: orange;
    border-bottom: 4px orange solid;
}

.header .nav-warp .LOGO{
    display: flex;
    padding-left: 110px;
}

.header .nav-warp .LOGO img{
    width: 80px;
    height: 80px;
}

.header .nav-warp .LOGO div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 50px 0 20px;
}

.header .nav-warp .LOGO div span:nth-child(1){
    font-size: 36px;
    font-weight: 600;
}

.header .nav-warp .LOGO div span:nth-child(2){
    font-size: 15px;
}

img{
    width: 100%;
    height: 100%;
}

.header .nav-warp .nav{
    display: flex;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    height: 100%;
}

.header .nav-warp .nav div{
    padding: 0 22px;
    display: flex;
    align-items: center;
    /* margin-left: -10px; */
    
}

.header .nav-warp .nav .color{
    background-color: #2fcdb3;
    color: #fff;
}

.header .nav-warp .Phone{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}

.header .nav-warp .Phone img{
    width: 40px;
    height: 40px;
    margin: 0 10px 0 40px;
}



.banner{
    width: 100%;
    margin-top: 120px;
}

.swiper-container{
      width: 100%;

      overflow-x: hidden;
     }

.main{
    width: 100%;
}

.main .box1 {
    padding: 20px 150px;
    display: flex;
    justify-content: space-between;
}

.main .box1 div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .box1 img{
    width: 250px;
    height: 150px;
}

.main .box1 div span{
    margin: 2px 0;
}

.main .box1 div span:nth-child(2){
    color: #2fcdb3;
    font-size: 42px;
    font-weight: 600;
}

.main .box1 div span:nth-child(3){
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.main .box1 div span:nth-child(4){
    color: #999;
    font-size: 16px;
    font-weight: 600;
}

.main .box2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .box2 .title{
    font-size: 42px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 5px solid #2fcdb3;

    margin-bottom: 50px
}

.main .box2 .image{
    width: 100%;
    height: 756px;

    position: relative;
}

.main .box2 .image .zz{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    /* background-color: #000;
    opacity: 0.6; */
    background: rgba(0,0,0,.5);
    color: #fff;
}

.main .box2 .image .zz span:nth-child(1){
    font-size: 54px;
    line-height: 135px;
    margin-left: 120px;
    font-weight: bold;
    margin-right: 35px;
}

.main .box2 .image .zz span:nth-child(2){
    font-size: 28px;
    line-height: 135px;
}

.main .box3{
    width: 100%;
    display: flex;
    padding-top: 100px;
}

.main .box3 .left{
    flex: 0.9;
    height: 570px;
    padding: 100px 100px 80px;
    background-color: #2fcdb3;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.main .box3 .left .text1{
    font-size: 46px;
}

.main .box3 .left .br{
    background-color: #fff;
    width: 100px;
    height: 5px;
    margin: 12px 0;
}

.main .box3 .left .text2{
    font-size: 15px;
}

.main .box3 .left .t3{
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    padding-top: 20px;
}

.main .box3 .left .t3 div img{
    width: 75px;
    height: 70px;
    display: block;
    margin: 40px 40px 0;
}

.main .box3 .right{
    flex: 1;
    height: 570px;
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.main .box3 .right .text1{
    font-size: 60px;
    font-weight: bold;
}

.main .box3 .right .br{
    background-color: #2fcdb3;
    width: 100px;
    height: 5px;
    margin: 12px 0;
}

.main .box3 .right .text2{
    width: 550px;
    font-size: 18px;
    font-weight: 600;
    white-space: normal;
}

.main .box3 .right .t3{
    height: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.main .box3 .right .t3 .l div{
    display: block;
    font-size: 18px;
    margin-top: 7px;
}

.main .box3 .right .t3 .l .buttom{
    width: 200px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #2fcdb3;
    margin-top: 50px;
    line-height: 50px;
    color: #fff;
}

.main .box3 .right .t3 .r{
    width: 400px;
    height: 300px;
}

.main .box4{
    width: 1620px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
}

.main .box4 .title{
    font-size: 40px;
    font-weight: bold;
}

.main .box4 .br{
    background-color: #2fcdb3;
    width: 200px;
    height: 5px;
    margin: 25px auto;
}

.main .box4 .text2{
    font-size: 18px;
    color: #999;
}

.main .box4 .t3{
    /* padding: 50px 120px; */
    margin-top: 50px;
    margin-bottom: 120px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main .box4 .t3 .left{
    width: 48%;
}

.main .box4 .t3 .right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main .box4 .t3 .right div{
    border: 2px solid #cccccc;
    text-align: left;
    display: flex;
    height: 110px;
    align-items: center;
    padding-right: 30px;
}

.main .box4 .t3 .right div img{
    width: 60px;
    height: 60px;
    margin: 0 10px;
}

.main .box4 .t3 .right div span{
    white-space: normal;
    font-size: 18px;
    color: #999;
}

.main .box5{
    /* padding: 50px 120px 0; */
    width: 1620px;
    margin: 0 auto;
}

.main .box5 .t1{
    display: flex;
    padding-bottom: 50px;
}

.main .box5 .t1 .left{
    width: 50%;
}

.main .box5 .t1 .right{
    width: 50%;
    background-color: #f2f2f2;
    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main .box5 .t1 .right .t2{
    display: flex;
    justify-content: space-between;
}

.main .box5 .t1 .right .b1{
    font-size: 70px;
    font-weight: bold;
    color: #cfcfcf;
}

.main .box5 .t1 .right .b2{
    font-size: 60px;
    font-weight: bold;
}

.main .box5 .t1 .right .b2 span:nth-child(2){
    font-size: 20px;
    display: block;
}

.main .box5 .t1 .right .t3{
    white-space: normal;
    font-size: 18px;
    color: #999;
    line-height: 32px;
}

.main .box4 .t4,
.main .box4 .t5{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding: 0px 120px;
}

.main .box4 .t5{
    justify-content:space-evenly;
}

.main .box4 .t4 img{
    width: 380px;
    height: 150px;
    margin-top: 50px;
}

.main .box4 .t5 div{
    width: 380px;
    height: 150px;
    margin-top: 50px;

    background-color: #2fcdb3;
    white-space: normal;
    text-align: center;
    color: #fff;
}

.main .box4 .t5 div span:nth-child(1){
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.main .box4 .t5 div span:nth-child(2){
    display: block;
    font-size: 16px;
    padding: 0 30px;
}

.main .box4 .t6{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 00px 120px;
    text-align: center;
}

.main .box4 .t6 .s1{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}

.main .box4 .t6 .s1 div{
    border-radius: 50%;
    width: 110px;height: 110px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .box4 .t6 span:nth-child(2){
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    display: block;
}

.main .box4 .t6 span:nth-child(3){
    font-size: 13px;
    font-weight: 400;
    white-space: normal;
    display: block;
    width: 200px;
}

.main .box4 .t7{
    padding: 0 120px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .box4 .t7 span:nth-child(1){
    font-size: 36px;
    font-weight: bold;
    display: block;
    margin: 25px 0;
}

.main .box4 .t7 span:nth-child(n+2){
    display: block;
    font-size: 18px;
}

.main .box4 .t7 span:nth-child(4){
    font-weight: 600;
    margin-top: 60px;
}

.main .box4 .t7 .right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .box4 .t7 .right img{
    width: 150px;
    height: 130px;
    margin-left: 30px;
}

.main .box4 .t8{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 120px 0;
}

.main .box4 .t8 img{
    width: 270px;
    height: 150px;
}

.main .box4 .t8 span:nth-child(2){
    font-size: 18px;
    margin-top: 10px;
}

.main .box4 .t8 .br{
    width: 70px;
    height: 2px;
    margin: 10px 0;
}

.main .box4 .t8 span:nth-child(n+4){
    font-size: 14px;
    color: #3a3838;
}

.main .box4 .t9{
    display: flex;
    justify-content: space-between;
    padding: 20px 120px;
}
.main .box4 .t9 .c1{
    display: flex;
    text-align: left;
    padding: 20px;
    box-shadow: 3px 3px 2px 2px #dddada;
    width: 580px;
    background-color: #fcfcfc;
}

.main .box4 .t9 img{
    width: 120px;
    height: 135px;
    margin-right: 20px;
}

.main .box4 .t9 span:nth-child(1){
    font-weight: bold;
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}

.main .box4 .t9 span:nth-child(n+2){
    font-weight: bold;
    font-size: 14px;
    display: block;
    white-space: normal;
}

.main .box4 .t9 span:nth-child(3){
    font-weight: bold;
    font-size: 14px;
    display: block;
    white-space: normal;
    margin-top: 15px;
}

.footer{
    padding-top: 50px;
}

.footer .t{
    margin:0 120px;
    color: #fff;
}

.footer .box1{
    /* background-image: url(./img/15.jpg); */

    background: #333;
    /* padding-bottom: 50px; */
}

.footer .box1 .t1{
    display: block;
    font-size: 50px;
    padding: 80px 0 30px;
}

.footer .box1 .t2{
    display: block;
    font-size: 18px;
    width: 640px;
    white-space: normal;
}

.footer .box1 .t3{
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}

.footer .box1 .t3 div{
    display: flex;
    align-items: center;
    font-size: 22px;
    margin: 50px 50px 00px 0;
}

.footer .box1 .t3 img{
    width: 50px;
    height: 50px;
    opacity: 0.3;
    margin-right: 10px;
}

.footer .box2{
    background-color: #333;
    color: #000;
}

.footer .box2 .to{
    display: flex;
    justify-content: space-between;
}


.footer .box2 .to .lef_1{
    display: flex;
    text-align: center;
    padding: 20px 0;
}

.footer .box2 .to .lef_1 img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}





.main .tt1 .tt2{
    display: flex;
    justify-content: space-between;
}

.main .tt1 .tt2 .ts1{
    color: #2fcdb3;
    border-left: 5px solid #2fcdb3;
    font-size: 30px;
    padding-left: 5px;
    font-weight: 600;
}

.main .tt1 .tt2 span:nth-child(1){
    display: block;
    font-weight: 600;
    font-size: 26px;
    margin: 30px 0 0;
}

.main .tt1 .tt2 span:nth-child(2){
    white-space: normal;
    display: block;
    width: 700px;
    font-size: 20px;
    margin-top: 6px;
}


.main .tt1 .tt3{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.main .tt1 .tt3 img{
    width: 780px;
    /* height: 350px; */
}