body{
    background-color: #fff;
}
header .nav li:nth-child(1) a span {
    color: #34A0D5;
    border-bottom: 2px solid #34A0D5;
}
.serviceNav li:nth-child(1) 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{
    padding-top: 80px;
}
.main p{
    color: #666;
    line-height: 32px;
    text-align: justify;
    text-indent: 34px;
}
.main .part{
    margin-bottom: 80px;
}
.main .part h1{
    font-size: 24px;
    color: #444;
    margin-bottom: 20px;
}
.main .part h2{
    font-size: 23px;
    color: #444;
    margin-bottom: 20px;
}


















