* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("../images/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.navs {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    background: #3dad94;
    height: 100px;
    line-height: 100px;
}

.navs .content {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.navs .content ul {
    display: inline-block;
}

.navs .content ul li {
    display: inline-block;
    width: 600px;
    text-align: center;
    font-size: 24px;
    float: left;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.navs .content ul li:hover {
    background: rgba(219, 243, 274, 0.2);
}

.navs .content ul li span {
    position: absolute;
    background: #ffffff;
    height: 8px;
    width: 54px;
    display: none;
    border-radius: 4px;
    bottom: 14px;
    left: 50%;
    margin-left: -27px;
}

.navs .content ul li.active {
    background: #6bc0ad;
    color: #ffffff;
}

.navs .content ul li.active span {
    display: block;
}

.navs .content img {
    position: absolute;
    right: 25px;
    top: 20px;
}

.main {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    background: #F1F6F4;
}

.ggWrap{
    width: 1200px;
    height: 50px;
    margin: 0 auto 20px;
    background: #d1f1ff;
}

.ggWrap .con{
    width: 1180px;
    overflow: hidden;
    margin: 0 auto;
}
.ggWrap .newList{
    width: 5000px;
    overflow: hidden;
}

.ggWrap .newList li{
    width: auto;
    float: left;
    line-height: 50px;
    margin-right: 35px;
}
.ggWrap .newList li span{
    width: 3px;
    height: 3px;
    vertical-align: 4px;
    border-radius: 2px;
    background: #333333;
    display: inline-block;
    margin-right: 5px;
}
.main .content {
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    padding: 10px 0;
}

.section {
    margin: 10px auto;
    padding: 10px 20px;
}

.section:hover {
    background-color: #e6f3f0;
}
.section img {
    height: 180px;
    width: 320px;
}

.section .describe {
    width: 820px;
}

.section .describe p {
    font: 18px/30px "微软雅黑";
    padding-top: 6px;
}

.section .describe a {
    font: bold 24px/40px "微软雅黑";

}

.section .describe a:hover {
    font-weight: bold;
    color: #036f3d;
}

.section .describe p span {
    margin-right: 20px;
    color: #333333;
}

.section .describe p.zw {
    color: #666666;
    font: 18px/30px "微软雅黑";
}


.page {
	padding: 50px 0 20px 0;
    margin: 0 auto;
	text-align: center;
}
 .page a {
	margin:0 3px;
	display:inline-block;
	font:12px/23px "微软雅黑";
	color:#010101;
    padding:0 7px;
	border:1px solid #bababa;
}

.page a.current, .page a:hover {
	background:#3dad94;
	border-color:#3dad94;
	color:#fff;
}