* {
    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;
}

a:hover {
    text-decoration: none;
    color: #007CC5;
}

img {
    vertical-align: middle;
}

body {
    background: #ffffff;
    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: 485px;
    position: relative;
    background-size: 100%;
}*/

.banner{position: relative; width: 100%;}

.banner img{width: 100%; max-width: 100%; height: auto;}

.banner .logo{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
}
.banner .logo img{width: 273px; height: 53px}

.main {
    margin: 0 auto;
    width: 1200px;
    padding: 0;
}

.newsList li {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    text-overflow: ellipsis;
    line-height: 40px;
    margin-bottom: 10px;
    width: 554px;
}

.newsList li span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: 3px;
    border-radius: 4px;
    background: #7ecef4;
}

.zyxx {
    background: url("../images/zyxx.png") no-repeat;
    position: relative;
    width: 1200px;
    height: 458px;
    box-sizing: border-box;
    padding: 80px 30px 0;
    margin: 70px auto;
    overflow: hidden;
}
.zyxx .more{position: absolute; top: 45%; right: 32px}
.zyxx .more img{margin-left: 6px; vertical-align: -3px;}

.zyxx .headline {
    border-bottom: 1px dashed #0086cd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.zyxx .headline h5 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 28px;
}

.zyxx .headline p {
    text-indent: 2rem;
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
}

.zyxx .headline p a {
    color: #f3971f;
}

.zyxx .newsList {
    margin-right: -48px;
}

.zyxx .newsList li {
    margin-right: 34px;
}

.zyxx .newsList li span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: 3px;
    border-radius: 4px;
    background: #7ecef4;
}

.title {
    width: 1200px;
    height: 44px;
    margin-bottom: 30px;
}

.title a.more {
    float: right;
    display: block;
    color: #008fd2;
    margin-top: -6px;
}

.title a.more img {
    margin-left: 6px;
    vertical-align: -3px;
}

.fkzy {
    margin: 70px auto;
}

.fkzy .title {
    background: url("../images/title_fkzy.png");
}

.fkzy .newsList {
    margin-right: -90px;
}

.fkzy .newsList li {
    margin-right: 84px;
}

.zygs .title {
    background: url("../images/title_zygs.png");
}

.xlwk .title {
    background: url("../images/title_xlwk.png");
}

.xlwk .content {
    width: 1120px;
    position: relative;
    margin: 0 auto;
}

.xlwk .content .swiper-fkzy {
    height: 350px;
    padding: 10px;
}

.xlwk .content .section {
    width: 342px;
    height: 324px;
    box-shadow: 0 0 10px 0 #D7DCDF;
}

.xlwk .content .section img {
    width: 342px;
    height: 232px;
}

.xlwk .content .section p {
    padding: 10px 16px 0;
    line-height: 34px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xlwk .content .arrow-left {
    position: absolute;
    background: url("../images/left.png");
    width: 30px;
    height: 64px;
    top: 120px;
    left: -38px;
}

.xlwk .content .arrow-right {
    position: absolute;
    background: url("../images/right.png");
    width: 30px;
    height: 64px;
    top: 120px;
    right: -38px;
}

.easybtn{
    display: none;
}