body{
    background-color: #fff;
}
header .nav li:nth-child(3) a span {
    color: #34A0D5;
    border-bottom: 2px solid #34A0D5;
}
.serviceNav li:nth-child(3) 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 section{
    text-align: center;
    margin-bottom: 80px;
}
.main section .title{
    font-size: 40px;
    color: #444;
    font-weight: bold;
    padding: 60px 0;
}
.main section p{
    width: 960px;
    text-indent: 34px;
    margin: 0 auto;
    line-height: 30px;
    text-align: left;
}
.main .item1 img{
    width: 1080px;
    margin-top: 40px;
}
.main .item2 .img2{
    width: 1080px;
    margin-top: 60px;
}
.main .item2 .img3{
    width: 1080px;
    margin-top: 100px;
}
.main .item2 .img4{
    width: 159px;
    margin-top: 100px;
}
.main .item2 .img5{
    width: 1080px;
    margin-top: 40px;
}
.main .item3 img{
    width: 1024px;
}










