body{
    background-color: #fff;
}
header .nav li:nth-child(3) a span {
    color: #34A0D5;
    border-bottom: 2px solid #34A0D5;
}
.serviceNav li:nth-child(4) a{
    color: #34A0D5;
}

/*banner开始*/
.banner{
    height: 450px;
    overflow: hidden;
}
.banner .neikuan{
    position: relative;
    height: 100%;
}
.banner img{
    width: 1920px;
    height: 450px;
    position: absolute;
    margin-left: -420px;
}
/*main开始*/
.main .topCon{
    width: 960px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: left;
}
.main section{
    text-align: center;
    margin-bottom: 20px;
}
.main section .title{
    font-size: 40px;
    color: #444;
    font-weight: bold;
    padding: 60px 0;
}
.main .item1 .imgBox{
    display: flex;
    justify-content: space-between;
}
.main .item1 .imgBox li{
    position: relative;
}
.main .item1 .imgBox li img{
    width: 260px;
}
.main .item1 .imgBox li p{
    position: absolute;
    width: 220px;
    left: 20px;
    top: 194px;
    color: #666;
    line-height: 30px;
    text-align: left;
}
.main .item2 .img1{
    width: 840px;
}
.main .item2 .img2{
    width: 1080px;
    margin-top: 60px;
}
.main .item2 .img3{
    width: 1080px;
    margin-top: 60px;
}
.main .item3 img{
    width: 1024px;
    margin-bottom: 60px;
}










