body{
    background-color: #fff;
}
header .nav li:nth-child(1) a span {
    color: #34A0D5;
    border-bottom: 2px solid #34A0D5;
}
.serviceNav li:nth-child(2) 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 .neikuan{
    text-align: center;
}
.main .img1{
    width: 1035px;
    margin: 60px 0 100px;
}











