*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Sans Serif";
}

a{
    text-decoration: none;
}

.home-content{
    width: 100%;
    height: 1050px;
    background: linear-gradient(#5794d1, #dce7f5 50%, #dce7f5)
}

.content{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

/*LOGO*/
.content-logo{
    width: 100%;
    height: 113px;
    position: relative;
}

.content-logo .logo-left{
    width: 500px;
    height: 100%;
    position: relative;
    left: 20px;
    top:0;
}

.content-logo .logo-left .logo-img {
    display: block;
    width: 93px;
    height: 45px;
    position: absolute;
    left: 10px;
    top:34px;
}

.content-logo .logo-left .logo-title{
    width: 280px;
    height:40px;
    line-height: 40px;
    position: absolute;
    left: 85px;
    top: 36px;
    font-size: 20px;
    font-family: "Adobe Heiti Std";
    font-weight: bold;
    color: #f5f5f5;
    text-shadow: 1px 1px 0px #212121;
}
.content-logo .logo-left .logo-text{
    width: 400px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    left: 30px;
    font-family: "Adobe Heiti Std";
    font-weight: bold;
    top:80px;
    letter-spacing: 3px;
    color: #f5f5f5;
    text-shadow: -1px -1px #fff, 3px 3px #333;
}

.content-logo .logo-right{
    width: 180px;
    height: 113px;
    position: absolute;
    top:10px;
    right: 20px;
}

.content-logo .logo-right .logo-right-content{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
}

/*导航栏*/
.content-nav{
    width: 100%;
    height: 40px;
}

.content-nav .nav-detail{
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.content-nav .nav-detail ul{
    width: 100%;
    height: 100%;
    list-style-type:none;
}

.content-nav .nav-detail .nav-detail-item{
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
}

.content-nav .nav-detail .nav-detail-item a{
    font-size: 16px;
    color: #ffffff;
}

.content-nav .nav-detail .nav-detail-item a:hover{
    color: blue;
    font-size: 17px;
}


/*banner*/
.content-banner{
    width: 100%;
    height: 370px;
}

.content-banner .banner-image{
    margin: 10px 0;
    height: 370px;
    box-shadow: -1px 0 0 1px #bbc6d2;
}

.content-banner .banner-image img{
    width: 1000px;
    height: 370px;
}

/*主体内容*/
.content-contact{
    margin-left: 100px;
   
    color:#000;

}



/*页尾*/
.content-footer{
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #5794d1;
    border-top: 1px gray solid;
}
.content-footer p{
    width: 100%;
    height:100px;
    line-height: 100px;
    text-align: center;
}