.Top{
    width: 100%;
    background-color: rgba(23, 42, 81,1);
}

.topImg{
    height: 140px;
    float: left;
}


.bannerPic img{
    width: 100%;
    border-bottom: 5px solid #f8f8f8;
}


.TopFixed{
    position: fixed;
    background-color: #fff;
    width: 100%;
    border-bottom: #ccc 2px solid;
    z-index: 10001;
    display: none;
    top: 0px;
}

.TopFixed ul{
    float: right;
    margin-top: -43px;
    font-weight: bold;
}

.TopFixed ul li{
    float: left;
    width: 105px;
    font-size: 16px;
}

.TopFixed ul li a{
    color: rgba(23, 42, 81,1);
}

.TopFixed ul li a:hover{
    color: rgba(0, 150, 136, 1);
}

.Menu{
    z-index: 10001;
}

.MenuThis{
    color: rgba(0, 150, 136, 0.5) !important;
}

.Top ul{
    margin-top: -55px;
}

.Top ul li{
    float: left;
    width: 12.5%;
    text-align: center;
    font-size: 18px;
    height: 70px;
}

.topTextCompany{
    font-size: 19px;
    float: right;
    color: #fff;
    margin-top: 37px;
    letter-spacing: 5px;
}

.Top ul li a{
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 25px;
    margin-top: 25px;
    border-right: 1px double rgba(255, 255, 255, 0.2);
}

.Top ul li:last-child a{
    /* border-left:1px double rgba(255, 255, 255, 0.2); */
    border-right: none;
    
}

.Top ul li a:hover{
    color: #009688;
}


.Title{
    line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    color: #152852;
    text-align: center;
    display: block;
}
line{
    width: 36px;
    margin: 0px auto;
    height: 5px;
    background-color: #152852;
    display: block;
    border-radius: 4px;
}

.link li{
    float: left;
    width: 200px;
    line-height: 40px;
    font-size: 14px;
}

.linkTitle{
    background-color: #fff;
    color: #009688;
    width: 70px;
    margin-left: -10px;
    padding-left: 10px;
    z-index: 100;
    margin-top: 5px;
    line-height: 30px;
}

.sanjiao{
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    margin-top: 12px;
    margin-left: 60px;
    background-color: #fff;
    z-index: 90;
    position: absolute;
}

.link li:first-child{
  width: 100px;
}

.link li a{
    color: #fff;
}
.link li a:hover{
    color: #009688;
}

@media screen and (min-width:1400px){
    

    
}

@media (min-width:1200px) and (max-width:1400px){
    


}

@media (min-width:992px) and (max-width:1200px){
   

}

@media (min-width:768px) and (max-width:992px){
  
}

