*{
    color: #2c3b52;
}
h2{
    font-size: 36px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 20px;
}
p{
    font-size: 14px;
    text-align: center;
    color: #9599a8;
    padding-bottom: 60px;
}
body{
    background-color: #f7f8f8;
}

/*横幅广告*/
#banner{
    background-image: url(../img/robot-banner.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #001236;
    height: 520px;
    background-size: cover;
}
#banner h1{
    font-size: 36px;
    text-align: center;
    padding-top: 165px;
    color: white;
}

/*核心产品*/
.production{
    text-align: center;
}
.part{
    width: 196px;
    margin: 0 37px;
    display: inline-block;
}
.part-img{
    height: 90px;
}
.part h3{
    margin-bottom: 20px;
}
.part p{
    text-align: left;
    line-height: 22px;
}

/*工作方式*/
.work{
    background-color: white;

}
.work-points{
    position: relative;
    width: 1366px;
    height: 388px;
    margin: 0 auto;
}
.work-points div{
    position: absolute;
}
.work-img{
    left: 50%;
    transform: translateX(-50%);
}
.work h3{
    font-size: 18px;
    padding-bottom: 5px;
}
.work-points p{
    color: #666a75;
    font-size: 14px;
    text-align: left;
}
.work span{
    color: #cc1e25;
    font-size: 24px;
    margin-left: 15px;
    vertical-align: -3px;
}
.work-point-one{
    left: 150px;
    top: 35px;
}
.work-points p{
    line-height: 30px;
    padding: 0;
}
.work-point-two{
    left: 150px;
    top: 260px;
}
.work-point-three{
    right: 150px;
    top: 35px;
}
.work-point-four{
    right: 150px;
    top: 260px;
}

/*应用场景*/
.application{
    height: 745px;
    background-color: white;
}
.application ul{
    width: 970px;
    height: 415px;
    margin: 0 auto;
}
.application-img{
    float: right;
    width: 442px;
    margin-right: 30px;
    height: 415px;
}
.application-word{
    float: right;
    margin-top: 90px;
    margin-right: 100px;
}
.application li:first-child .application-word{
    float: left;
    margin-left: 170px;
    margin-right: 0;
}
.application li:first-child .application-img{
    float: left;
}
.application-word h3{
    font-size: 24px;
    padding-bottom: 50px;
}
.application-word p{
    text-align: left;
    padding-bottom: 17px;
}
#swiper li{
    display: none;
}
#swiper-point{
    text-align: center;
}
#swiper-point i{
    width: 10px;
    height: 10px;
    border: 2px solid #adcdfd;
    display: inline-block;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 8px;
}
.page-now{
    display: block !important;
}
.point-now{
    background-color: #adcdfd !important;
}

/*优势*/
.advantage{
    background-image: url(../img/robot-advantage-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.advantage h2{
    color: white;
    width: 50%;
}
.advantage p{
    width: 50%;
}
.advantage-content{
    width: 1253px;
    margin: 0 auto;
    text-align: center;
}
.advantage-content p{
    width: 100%;
}
.content-part{
    width: 230px;
    display: inline-block;
    height: 350px;
    margin: 0 40px;
}
.part-img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.advantage-content h3{
    padding-bottom: 20px;
    color: white;
    text-align: center;
}
.advantage-content p{
    text-align: left;
    line-height: 30px;
}

/*服务行业*/
.service{
    height: 648px;
    position: relative;
}
.service ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
}
.service li{
    width: 150px;
    height: 330px;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
}
.service-part1{
    background-image: url("../img/robot-service-bg1.png");
}
.service-part2{
    background-image: url("../img/robot-service-bg2.png");
}
.service-part3{
    background-image: url("../img/robot-service-bg3.png");
}
.service-part4{
    background-image: url("../img/robot-service-bg4.png");
}
.service-part5{
    background-image: url("../img/robot-service-bg5.png");
}
.service-part6{
    background-image: url("../img/robot-service-bg6.png");
}
.service-part7{
    background-image: url("../img/robot-service-bg7.png");
}
.service-icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 90px;
}
.service h3{
    font-size: 18px;
    color: white;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.service p{
    font-size: 12px;
    color: white;
    text-align: left;
    line-height: 20px;
    font-weight: lighter;
}
.service-icon img{
    width: 100%;
}
.service li.service-now{
    width: 300px;
    padding: 0 75px;
}
.service-now p{
    font-size: 15px;
}
.service-now div.service-icon{
    display: none;
}
.service-now h3{
    font-size: 26px;
    margin-top: 100px;
}

/*-------------------自适应-----------------*/
@media screen and (max-width: 2560px){
    /*优势*/
    .advantage h2{
        padding-top: 130px;
    }
}
@media screen and (max-width: 1680px){
    /*工作方式*/
    .work-points{
        zoom: .9;
    }
    /*优势*/
    .advantage-content{
        zoom: .9;
    }
    /*服务*/
    .service ul{
        zoom: .9;
    }
}
@media screen and (max-width: 1280px){
    #banner {
        height: 374px;
    }
    /*核心产品*/
    .part {
        width: 186px;
        margin: 0 27px;
        height: 280px;
    }
    /*工作方式*/
    .work-points {
        zoom: .73;
    }
    /*应用场景*/
    .application ul {
        zoom: .9;
    }
    /*优势*/
    .advantage-content {
        zoom: .8;
    }
    .content-part {
        margin: 0 35px;
    }
    /*服务*/
    .service ul {
        zoom: .8;
    }
}
@media screen and (max-width: 1024px){
    h2 {
        font-size: 24px;
        padding-top: 80px;
        padding-bottom: 10px;
    }
    h3 {
        font-size: 14px;
        padding-bottom: 15px;
    }
    p {
        font-size: 12px;
        padding-bottom: 50px;
    }
    #banner {
        height: 340px;
    }
    #banner h1{
        font-size: 28px;
        padding-top: 110px;
    }
    /*核心产品*/
    .part {
        height: 286px;
        zoom: .9;
        margin: 0 7px;
    }
    .part-img {
        margin-bottom: 25px;
    }
    .part h3 {
        margin-bottom: 10px;
    }
    /*工作方式*/
    .work-points {
        zoom: .6;
        width: 1266px;
    }
    .work-point-one {
        left: 90px;
    }
    .work-point-two {
        left: 90px;
    }
    .work-point-three {
        right: 90px;
    }
    .work-point-four {
        right: 90px;
    }
    /*应用场景*/
    .application ul {
        zoom: .8;
    }
    .application li:first-child .application-img {
        margin-left: 50px;
    }
    .application li:first-child .application-word {
        margin-left: 120px;
    }
    .application-word {
        margin-right: 40px;
    }
    .application-img {
        margin-right: 50px;
    }
    .application {
        height: 605px;
    }
    /*优势*/
    .advantage h2 {
        padding-top: 100px;
        width: 55%;
    }
    .advantage p {
        width: 55%;
    }
    .advantage-content {
        zoom: .75;
        width: 1030px;
    }
    .content-part {
        width: 210px;
        margin: 0 20px;
    }
    /*服务行业*/
    .service-icon {
        margin-top: 40px;
    }
    .service ul {
        zoom: .6;
    }
    .service {
        height: 458px;
    }
}