body{
    background-color: #fff;
}
header .nav li:nth-child(3) a span {
    color: #34A0D5;
    border-bottom: 2px solid #34A0D5;
}
.serviceNav li:nth-child(5) 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: 20px;
}
.main section .title{
    font-size: 40px;
    color: #444;
    font-weight: bold;
    padding: 60px 0;
}
.main .item1 img{
    width: 1080px;
}
.main .item2 img{
    width: 1128px;
    margin-bottom: 60px;
}











