﻿* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: Hiragino Sans GB, "微软雅黑", Microsoft YaHei, Arial, sans-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;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
}

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;
}

.gdzflogo img {
    display: block;
}

.banner {
    background: url("../images/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 563px;
}

.main {
    padding: 10px 0;
    min-width: 1200px;
    background: #f5f5f5;
}

.main .con {
    background: #ffffff;
    border-radius: 6px;
    width: 1200px;
    padding: 30px 0 10px;
    overflow: hidden;
    margin: 30px auto;
}

.main .title {
    margin: 0 auto 24px;
    width: 1160px;
    height: 34px;
}

.main .zdwj .title {
    background: url("../images/title_zdwj.png") no-repeat center center;
}

.zdwj .content {
    width: 1160px;
    margin: 0 auto 10px;
    line-height: 36px;
    text-align: justify;
    font-size: 18px;
}

.zdwj .content a {
    color: #fc612b;
}

.main .szf .title {
    background: url("../images/title_szf.png") no-repeat center center;
}

.szf .content {
    width: 1160px;
    margin: 0 auto;
}

.szf .btn {
    display: inline-block;
    width: 568px;
    height: 56px;
    line-height: 56px;
    color: #fc612b;
    background: #fcf1e8;
    text-align: center;
    margin: 6px 0 16px;
    font-weight: bold;
    font-size: 18px;
}

.szf .btn:hover {
    background: #ffe0c4;
}

.szf .btn img {
    margin-right: 8px;
}

.main .ds .title {
    background: url("../images/title_ds.png") no-repeat center center;
}

.ds .content {
    width: 1160px;
    position: relative;
    margin: 0 auto;
}

.ds .content .arrow-left {
    position: absolute;
    left: -8px;
    top: 160px;
    background: url("../images/left.png") no-repeat;
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
}

.ds .content .arrow-right {
    position: absolute;
    right: -8px;
    top: 160px;
    cursor: pointer;
    z-index: 2;
    background: url("../images/right.png") no-repeat;
    width: 40px;
    height: 40px;
}

.ds .content .swiper-ds {
    height: 380px;
    width: 1100px;
    margin: 30px auto 0;
}

.ds .content .section {
    float: left;
    margin:0 10px 20px;
    width: 254px;
    height: 170px;
    background: #ffffff;
    text-align: center;
    border: 1px solid #f2f2f2;
}

.ds .content .section .subtitle {
    background: #f2f2f2;
    color: #fc612b;
    font-size: 18px;
    height: 46px;
    font-weight: bold;
    line-height: 46px;
    margin: 0 auto 10px;
    text-align: center;
}

.ds .content .section a {
    display: block;
    line-height: 34px;
}

.ds .content .section a:hover {
    color: #fc612b;
}

.main .bmwz .title {
    background: url("../images/title_bmwz.png") no-repeat center center;
}

.bmwz .content {
    width: 1160px;
    margin: 0 auto;
}

.bmwz .content ul li {
    width: 290px;
    box-sizing: border-box;
    float: left;
    height: 46px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    line-height: 46px;
    padding-left: 10px;
}

.bmwz .content ul li a {
    display: block;
}

.bmwz .content ul li a:hover {
    background-color: #fcf1e8;
    color: #fc612b;
    text-decoration: underline;
}

.bmwz .content a.more {
    display: block;
    width: 138px;
    color: #fc612b;
    height: 32px;
    border: 1px solid #fc612b;
    line-height: 32px;
    text-align: center;
    margin: 26px auto 16px;
    border-radius: 16px;
}

.conceal {
    display: none;
}

.main .zxwz .title {
    background: url("../images/title_zxwz.png") no-repeat center center;
}

.zxwz .content {
    width: 1160px;
    margin: 0 auto;
}
.zxwz .content ul{
    margin-right: -30px;
}
.zxwz .content ul li {
    width: 270px;
    float: left;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    background: #fcf1e8;
    margin:10px 27px 14px 0;
}

.zxwz .content ul li a {
    display: block;
}

.zxwz .content ul li a:hover {
    background: #fc612b;
    color: #ffffff;
}
