.bannerImg {
    font-size: 0;
}

.bannerImg img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.mainNav {
    position: relative;
}

.leftGreen {
    width: 50%;
    background: #01685C;
}

.rightGreen {
    width: 50%;
    background: #028B7B;
}

.green {
    height: 60px;
}

.navContent {
    width: 1000px;
    background: #FAFAFA;
    position: absolute;
    left: 50%;
    margin-left: -558px;
}

.greenAngleLeft {
    display: inline-block;
    border-left: 24px solid #01685C;
    border-right: 24px solid #FAFAFA;
    border-top: 30px solid #01685C;
    border-bottom: 30px solid #FAFAFA;
    position: absolute;
    left: 0;
    top: 0;
}
.greenAngleLeft .zuo1{
    position: absolute;
    height: 60px;
    width: auto;
    left: -37px;
    top: -40px;
}

.greenAngleRight {
    display: inline-block;
    border-left: 24px solid #FAFAFA;
    border-right: 24px solid #028B7B;
    border-top: 30px solid #FAFAFA;
    border-bottom: 30px solid #028B7B;
    z-index: 1;
}

.writeAngleLeft {
    display: inline-block;
    border-left: 24px solid transparent;
    border-right: 24px solid #01685C;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #01685C;
}

.writeAngleRight {
    display: inline-block;
    border-left: 24px solid #01685C;
    border-right: 24px solid transparent;
    border-top: 30px solid #01685C;
    border-bottom: 30px solid transparent;
}
.writeAngleRight .you2{
    position: absolute;
    height: 60px;
    width: auto;
    right: -3px;
    bottom: -19px;
    z-index: 9;
}
.sjRight{
    font-size: 0;
    position: absolute;
    right: 0;
    top:0;
}
.tc{
    display: inline-block;
    width: 100px;
    height: 60px;
    background: #028B7B;
}

.nav{
    width: 1138px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 0;
}
.nav span{
    display: inline-block;
    float: left;
}
.nav .title{
    display: inline-block;
    width: 88px;
    height: 60px;
    line-height: 60px;
    background: #01685C;
    position: relative;
    font-size: 16px;
    color: #fff;
}
.nav .title a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}
.nav .title a:focus{
    outline: none;
}

.nav .title .titleCon{
    display: inline-block;
    text-align: center;
    position: absolute;
    left: -20%;
    width: 140%;
    height: 100%;
    font-style: normal;
    z-index: 1;
}
.nav .jg{
    display: inline-block;
    width: 48px;
    height: 60px;
    background: #01685C;
}
.navCurLeft{
    display: inline-block;
    border-left: 24px solid transparent;
    border-right: 24px solid #01685C;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #01685C;
    position: absolute;
    left: -48px;
    top:0;
}
.navCurRight{
    display: inline-block;
    border-left: 24px solid #01685C;
    border-right: 24px solid transparent;
    border-top: 30px solid #01685C;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: -48px;
    top:0;
}
.navList{
    cursor: pointer;
}
.navList:hover .Listcur{
    background: #095c54;
}
.navList:hover .navCurLeft{
    border-right: 24px solid #095c54;
    border-bottom: 30px solid #095c54;
}
.navList:hover .navCurRight{
    border-left: 24px solid #095c54;
    border-top: 30px solid #095c54;
}
