* {
    padding: 0;
    margin: 0;
    border: none;
    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;
}

img {
    vertical-align: middle;
}

body {
    background-color: #ffffff;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

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_xqjy.jpg") no-repeat center center;
    width: 100%;
    min-width: 1250px;
    height: 982px;
    margin: 0 auto;
}

.main {
    width: 100%;
    min-width: 1250px;
    overflow: hidden;
    margin: 0 auto;
}

.main .more {
    display: block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #1d71b8;
    background: rgba(255, 255, 255, 0.6);
    margin: 30px auto;
    border-radius: 15px;
    width: 120px;
    float: none;
    padding-right: 0;
}

.main .more img {
    margin-left: 10px;
    vertical-align: -1px;
}

.main .xwdt {
    width: 100%;
    min-width: 1200px;
    padding: 50px 0;
    box-sizing: border-box;
    height: 572px;
    background: url("../images/bg_xwdt.jpg") center top no-repeat;
}

.main .xwdt .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main .xwdt .content .swiper-xwdt {
    width: 1200px;
    height: 470px;
}

.main .xwdt .content .swiper-slide {
    margin-top: 70px;
}

.main .xwdt .content .swiper-slide .section {
    opacity: 0.4;
    width: 564px;
    height: 315px;
    position: relative;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.main .xwdt .content .swiper-slide-active .section {
    opacity: 1;
    z-index: 999;
    -webkit-transform: scale(1.45);
    -o-transform: scale(1.45);
    transform: scale(1.45);
}

.main .xwdt .content .section img {
    width: 100%;
    height: 100%;
}

.main .xwdt .content .section p {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #FFFFFF;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

.main .xwdt .content .arrow-left {
    position: absolute;
    left: 30px;
    background: url("../images/left.png");
    width: 58px;
    cursor: pointer;
    height: 58px;
    top: 200px;
    z-index: 2;
}

.main .xwdt .content .arrow-right {
    cursor: pointer;
    position: absolute;
    right: 30px;
    background: url("../images/right.png");
    width: 58px;
    height: 58px;
    top: 200px;
    z-index: 2;
}

.main .nyfc {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    height: 848px;
    background: url("../images/bg_nyfc.jpg") center top no-repeat;
}

.main .nyfc .title {
    width: 1200px;
    height: 106px;
    margin: 0 auto 34px;
    background: url("../images/title_nyfc.png") center center;
}

.main .nyfc .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main .nyfc .content .arrow-left {
    position: absolute;
    left: -30px;
    background: url("../images/left.png");
    width: 58px;
    cursor: pointer;
    height: 58px;
    top: 280px;
    z-index: 2;
}

.main .nyfc .content .arrow-right {
    cursor: pointer;
    position: absolute;
    right: -30px;
    background: url("../images/right.png");
    width: 58px;
    height: 58px;
    top: 280px;
    z-index: 2;
}

.main .nyfc .content .swiper-nyfc{
    height: 620px;
}

.main .nyfc .content .section {
    width: 288px;
    height: 290px;
    margin: 16px auto 0;
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.main .nyfc .content .section a {
    display: block;
}

.main .nyfc .content .section img {
    height: 162px;
    width: 288px;
}

.main .nyfc .content .section .describe {
    padding: 14px;
    width: 100%;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transition: 300ms;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.main .nyfc .content .section:hover .describe {
    height: 140px;
}

.main .nyfc .content .section .describe p {
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.main .nyfc .content .section .describe .time {
    display: block;
    text-align: right;
    color: #ababab;
    font-size: 16px;
    margin-top: 10px;
}

.main .xqgs {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    height: 692px;
    background: url("../images/bg_xqgs.jpg") center top no-repeat;
}

.main .xqgs .title {
    width: 1200px;
    height: 107px;
    margin: 0 auto 10px;
    background: url("../images/title_xqgs.png") center center;
}

.main .xqgs .content {
    width: 1200px;
    margin: 0 auto;
}

.main .xqgs .content .xqgsBox {
    margin-right: -40px;
}

.main .xqgs .content .section {
    width: 580px;
    float: left;
    background: #FFFFFF;
    margin: 40px 40px 0 0;
    box-shadow: 0 0 10px 0 rgba(16, 26, 72, 0.1);
}

.main .xqgs .content .section a {
    display: block;
    padding: 16px;
}

.main .xqgs .content .section .pic {
    width: 240px;
    height: 152px;
}

.main .xqgs .content .section .pic img {
    width: 240px;
    height: 152px;
}

.main .xqgs .content .section .describe {
    width: 290px;
}

.main .xqgs .content .section .describe h5{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .xqgs .content .section .describe p{
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.main .pjph {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    height: 616px;
    background: url("../images/bg_pjph.jpg") center bottom no-repeat;
}

.main .pjph .title {
    width: 1200px;
    height: 105px;
    margin: 0 auto 54px;
    background: url("../images/title_pjph.png") center center;
}

.main .pjph .content {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
}

.main .pjph .more {
    background: #E0F6FD;
    margin: 20px auto;
}

.main .newsList {
    margin-right: -50px;
}

.main .newsList li {
    float: left;
    width: 545px;
    line-height: 22px;
    margin: 16px 50px 16px 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    text-overflow: ellipsis;
}

.main .newsList li span {
    background: #0086c4;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}

.main .kxbj {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    height: 864px;
    background: url("../images/bg_kxbj.jpg") center bottom no-repeat;
}

.main .kxbj .title {
    width: 1200px;
    height: 107px;
    margin: 0 auto 54px;
    background: url("../images/title_kxbj.png") center center;
}

.main .kxbj .content {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

.main .kxbj .content .section {
    width: 545px;
    height: 190px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5deec;
    position: relative;
    margin-bottom:14px;
}

.main .kxbj .content .section img {
    width: 545px;
    height: 190px;
}

.main .kxbj .content .section p {
    position: absolute;
    width: 100%;
    bottom: 30px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #FFFFFF;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

.main .kxbj .more {
    background: #E0F6FD;
    margin: 20px auto;
}