body{
    min-width: 120px;
    background-color: #f4f4f4;
}
.header{
    width:100%;
}
.header-top{
    width:1200px;
    margin:0 auto;
}
.logo{
    height:100px;
    overflow: hidden;
}
.logo img,.tel img{
    width:100%;
    height: 100px;
    display: inline-block;
}
.tel{
    height:100%;
    overflow: hidden;
}
.header-bottom{
    background-color: #008797;
    height:50px;
    line-height: 50px;
}
.menu{
    width:1200px;
    margin:0 auto;
}
.menu li{
    width:170px;
    float: left;
    text-align: center;
}
.menu li a{
    display: inline-block;
    color: #ffffff;
}
.menu li.active{
    background-color:#009fe8;
}
.banner{
    width:100%;
    text-align: center;
}
.banner img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.content-box{
    background-color: #f4f4f4;
}
.content{
    padding-top:20px;
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.content-left{
    padding:0 15px;
    width: 280px;
    float: left;
    background-color: #ffffff;
}
.title{
    height:50px;
    line-height: 50px;
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    border-bottom:2px solid #008797;
    position: relative;
}
.content-ul{
    padding-top:20px;
    padding-bottom:13px;

}
.content-ul li{
    width:100%;
    height:40px;
    line-height: 40px;
    margin-bottom:12px;
    background-color: #008797;
    text-align: center;
    border-radius: 8px;
}
.content-ul li a{
    color: #ffffff;
    display: block;
}
.content-right{
    margin-left:300px;
    background-color: #ffffff;
    min-height: 290px;
}
.content-item{
    padding:0 20px;
}
.content-text{
    line-height: 30px;
}
.more{
    position: absolute;
    right:0;
    bottom:0;
    font-size: 14px;
    color: #adadad;
    font-weight: normal;
}
.content-ul1 li{
    width:100%;
    height:40px;
    line-height: 40px;
    border-bottom:2px dashed #adadad;
}
.content-ul1 li a{
    color: #333333;
    display: block;
    font-size: 12px;
}
.content-left1{
    float: left;
    width:448px;
    margin-right:15px;
    padding:0 15px;
    background-color: #ffffff;
    height:295px;
}
.content-center{
    float: left;
    padding:0 15px;
    width:410px;
    background-color: #ffffff;
    margin-right:15px;
    height:295px;
}
.img-box{
    margin-top:10px;
    margin-bottom:5px;
}
.center-ul{
    padding-bottom:15px;
}
.center-ul li{
    width:124px;
    height:32px;
    line-height: 32px;
    float: left;
    background-color: #008797;
    margin-right:4px;
    text-align: center;
    margin-bottom:5px;
}
.center-ul li:nth-child(3n+0){
    margin-right:0
}
.center-ul li a{
    color: #ffffff;
}
.content-right1{
    width:312px;
    float: left;
    padding:0 15px;
    background-color: #ffffff;
    height:295px;
}
.img-box{
    width:100%
}
.img-box img{
    width:100%;
    display: block;
    height: auto;
}
.content-de{
    text-align: center;
    padding: 25px 0;
}
.zx{
    color: #008797;
}
.wx{
    width:100px;
    margin-left:40px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
.footer{
    width:1200px;
    margin:40px auto 0 auto;
    text-align: center;
}
.footer-center{
    padding:30px 0;
    line-height: 25px;
}