*{
    padding: 0;
    margin: 0;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.banner{
    width: 100%;
    height: 570px;
    background: url(../img/banner.png) no-repeat center center;
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}
.nav{
    width: 1200px;
    top: 38px;
    left: 50%;
    margin-left: -600px;
    height: 72px;
    background: #ffffff;
    position: absolute;
}
.logo{
    width: 331px;
    height: 100%;
    background: url(../img/logo.png) no-repeat center center;
    padding-left: 30px;
    float: left;
}
.link{
    float: right;
    height: 100%;
}
.link li{
    float: left;
    width: 90px;
    text-align: center;
    height: 100%;
    line-height: 72px;
}
.link li a{
    color:#303030;
    font-size: 14px;
}
.link li.active{
    background: #0280ac;
    color:#ffffff;
}
.link li.active a{
    color:#ffffff;
}
.about{
    width: 1200px;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.title{
    width: 187px;
    height: 400px;
    background: #0280ac;
    position: relative;
    float: left;
}
.english{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 245px;
}
.txt{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 298px;
}
.introduce{
    float: left;
    width: 900px;
    padding: 50px 0px 0 50px;
}
.introduce .em {
    text-indent: 2em;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
    padding-bottom: 30px;
}
.introduce img.pic1{
    width: 100%;
    margin-bottom: 50px;
}
.introduce h1 {
    font-size: 18px;
    color: #0280ac;
    padding-bottom: 28px;
    padding-top: 10px;
}
.plan_title{
    color: #ec9b0d;
    margin-bottom: 30px;
    clear: both;
    
    overflow: hidden;
}
.plan_title i {
    width: 6px;
    height: 18px;
    background: #ec9b0d;
    display: block;
    float: left;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 4px;
}
.plan_title .head{
    float: left;
    width:128px;
    font-size: 16px;
    line-height: 26px;
}
.plan_title p{
    float: right;
    color:#4c4c4c;
    line-height: 26px;
    width: 772px;
    font-size: 16px;

}
.bans{
    color:#ff8a00;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.footer{
    height: 63px;
    width: 100%;
    text-align: center;
    line-height: 63px;
    background: #0280ac;
    color:#ffffff;
    font-size: 12px;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}
.plan-img{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}
