body {
    margin: 0;
    padding: 0;
    font: 400 14px/1.5 "Microsoft YaHei", "Hiragino Sans GB", tahoma, sans-serif;

    min-width: 1280px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #12ECE9
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

.top {
    height: 780px;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.head {
    height: 100px;
    padding-top: 40px;
    width: 1220px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 440px;
}

.nav {
    float: right;
    width: 780px;
    text-align: right;
}

ul {
    margin: 0;
    padding: 0
}

li {
    margin: 20px;
    list-style: none;
    display: inline-block;
}

li a {
    color: #fff;
}

li .active {

}

.banner {
    padding-top: 50px;
    height: 680px;
    width: 805px;
    margin: 0 auto;
}

.motto {
    color: #12ECE9;
    position: absolute;
    top: 280px;
    text-align: center;
    width: 805px;
}

.body {
    min-height: 1000px;
}

.line-bg {
    height: 800px;
    margin: 0 auto;
    width: 100%;
}

.line-bg-gray {
    background-color: #f7f7f7;
}

.line {
    height: auto;
    margin: 0 auto;
    width: 1220px;
}

.line-spliter {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.line h3 {
    color: #14C1BE;

}

.center {
    text-align: center;
}

.item {
    width: 230px;
    margin: 10px;
    height: 330px;
    border: 1px solid #ddd;
    padding: 25px;
    float: left;
}

.item h3 {
    color: #0b7c7a;
}

.line .content {
    display: block;
    overflow: hidden;
    min-height: 20px;
    padding-top: 30px;
}

.item .icon {
    height: 80px;
    width: auto;
}

.item .icon img {
    height: 80px;
    width: auto;
}

.line .left {
    width: 45%;
    float: left;
    padding-right: 10px;
}

.line .right {
    width: 45%;
    float: left;
    padding-left: 10px;
}

.line h1 {
    padding: 30px 0;
}

.line p {
    line-height: 35px;
    text-align: left;
}

.item2 {
    width: 33%;
    margin: 0;
    height: 250px;
    float: left;
    text-align: center;
}

.item2 img {
    height: 60px;
    width: auto;
}

.item2 h3 {
    color: #0b7c7a;

}

.pager {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ddd;
    float: left;
    margin-top: 10px;
}

.pager-content {
    width: 1050px;
    height: 75px;
    overflow: hidden;
    float: left;
}

.pager-active {
    background-color: #17d3d1;
}

.pager-preview {
    background-image: url(../img/preview.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.pager-next {
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.footer {
    min-height: 360px;
    overflow: hidden;
}

.footer .content-bg {
    background-color: #202020;
    height: 260px;

}

.footer .content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 10px;
}

.footer .content .left {
    width: 40%;
    float: left;
}

.footer .content .right {
    width: 50%;
    float: left;
    color: #666;
}

.footer .content .right a{

    color: #666;
}
.footer .other {
    background-color: #000;
    height: 100px;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
    color: #666;
    font-size: 0.8em;
}

.gray-color {
    color: #666;

}