﻿body {
    font-family: "微软雅黑", arial, "宋体";
    color: #000000;
    background: #fff;
    font-weight: lighter;
    font-size: 14px;
}

.clearBoth {
    clear: both;
}


/*分页*/

.page {
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
}

.page a {
    display: inline-block;
    color: #808080;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    border-radius: 0px;
    vertical-align: middle;
}

.page a:hover {
    text-decoration: none;
    color: #fff;
    background: #20acb9;
}

.page span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background: #20acb9;
    border-radius: 0px;
    vertical-align: middle;
}

.page span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #ccc;
    border-radius: 4px;
    vertical-align: middle;
}

.page1 {
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
}

.page1 a {
    display: inline-block;
    color: #808080;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    border-radius: 0px;
    vertical-align: middle;
}

.page1 a:hover {
    text-decoration: none;
    color: #fff;
    background: #20acb9;
}

.page1 span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background: #20acb9;
    border-radius: 0px;
    vertical-align: middle;
}

.page1 span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #ccc;
    border-radius: 4px;
    vertical-align: middle;
}


/*头部公用*/

#top {
    width: 100%;
    margin: 0 auto;
    background: #20acb9;
    height: 80px;
    line-height: 80px;
    z-index: 1000;
}

#top .topWrap {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

#top .topWrap .logo {
    width: 200px;
    height: 120px;
    background: url(../img/LOGO1.png) no-repeat;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 100;
}

#top .topWrap .nav {
    float: left;
    width: 810px;
    margin-left: 270px;
}

#top .topWrap .nav .navUl {
    overflow: hidden;
}

#top .topWrap .nav .navUl li {
    float: left;
}

#top .topWrap .nav .navUl li.active {
    border-top: 3px solid #ffffff;
}

#top .topWrap .nav .navUl li.active a {
    height: 77px;
    line-height: 74px;
}

#top .topWrap .nav .navUl li a:hover {
    color: #fff;
    background: #076770;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#top .topWrap .nav .navUl li a:after {
    display: none;
}

#top .topWrap .nav .navUl li a {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-decoration: none;
    padding: 0 25px;
    font-size: 16px;
}

#top .topWrap .switch {
    float: left;
    background: url(../img/mobileIco.png) no-repeat 0 22px;
    color: #fff;
    padding-left: 40px;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    width: 80px;
    cursor: pointer;
    position: relative;
}

#top .topWrap .switch .mobileCodeBox {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 100;
    display: none;
}

#top .topWrap .switch .mobileCodeBox p {
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    height: 30px;
}

#top .topWrap .switch .mobileCodeBox img {
    width: 190px;
    height: 190px;
}

#top.scroll {
    width: 100%;
    margin: 0 auto 10px;
    background: #fff;
    height: 80px;
    line-height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 3px 3px 8px #ddd;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#top.scroll .topWrap .logo {
    width: 200px;
    height: 100px;
    background: url(../img/LOGO1.png) no-repeat;
    float: left;
    margin-right: 70px;
}

#top.scroll .topWrap .nav .navUl li.active {
    border-top: 3px solid #e74c27;
}

#top.scroll .topWrap .nav .navUl li a {
    color: #e74c27;
}

#top.scroll .topWrap .nav .navUl li a:hover {
    color: #fff;
    background: #e74c27;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#top.scroll .topWrap .switch {
    background: url(../img/mobileIco.png) no-repeat 0 -70px;
    color: #e74c27;
}


/*底部公用*/

#bottom {
    width: 100%;
    background: #f7f7f7;
    padding-top: 42px;
}

#bottom .bthead {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#bottom .bthead .l {
    width: 800px;
    float: left;
    height: 240px;
}

#bottom .bthead .l .dlBox {
    overflow: hidden;
}

#bottom .bthead .l .dlBox dl {
    float: left;
    margin-right: 60px;
}

#bottom .bthead .l .dlBox dl dt a {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
}

#bottom .bthead .l .dlBox dl dd a {
    color: #20acb9;
    font-size: 14px;
    line-height: 25px;
    display: block;
}

#bottom .bthead .r {
    float: left;
    width: 380px;
}

#bottom .bthead .r .QRcode {
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
}

#bottom .bthead .r .QRcode .contact {
    font-size: 16px;
    color: #666;
    float: right;
}

#bottom .bthead .r h2 {
    font-size: 20px;
    color: #010101;
    line-height: 35px;
}

#bottom .bthead .r h3 {
    font-size: 14px;
    color: #010101;
}

#bottom .friendLink {
    color: #000;
    text-align: center;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-top: 1px dashed #e4e4e4;
    border-bottom: 1px dashed #e4e4e4;
    background: #fff;
}

#bottom .friendLink a {
    display: inline-block;
    margin-right: 20px;
    color: #20acb9;
}

#bottom .copy {
    color: #999;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}