﻿* {
    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;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
    min-width: 1200px;
}

li {
    list-style: none
}

.hide {
    display: 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: 519px;
}

.nav {
    background: url("../images/nav_bg.jpg") no-repeat center center;
    width: 100%;
    height: 76px;
    top: 0;
    min-width: 1200px;
}

.fixDiv{
    position:fixed;
    top:0;
    left:0;
    z-index: 14;
}

.nav ul {
    margin: 0 auto;
    width: 1200px;
}

.nav ul li {
    display: inline-block;
    height: 76px;
    line-height: 76px;
    margin-right: 124px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li.active::after {
    content: '';
    position: absolute;
    width: 40px;
    left: 50%;
    background: #ffffff;
    display: block;
    margin-left: -20px;
    bottom: 12px;
    border-radius: 2px;
    height: 4px;
}

.main {
    width: 100%;
    min-width: 1200px;
    background: url("../images/bg_main.jpg") center bottom no-repeat;
    padding: 0 0 30px 0;
}

.main .headline {
    text-align: center;
    margin: 50px auto;
    width: 1200px;
}

.main .headline h4 {
    font-size: 30px;
    color: #c00202;
    font-weight: bold;
}

/*新闻大图*/
.main .newsPic {
    margin: 0 auto 40px;
    width: 1200px;
    position: relative;
}

.main .newsPic .swiper-container {
    width: 1080px;
    height: 350px;
}

.main .newsPic .pic {
    width: 502px;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;;
    border-radius: 6px;
}

.main .newsPic .pic img {
    width: 502px;
    height: 274px;
}

.main .newsPic .pic a:hover{
    color: #c00202;
}

.main .newsPic .pic p {
    width: 502px;
    height: 74px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px;
    text-overflow: ellipsis;
    line-height: 74px;
    font-weight: bold;
}

.main .newsPic .arrow-left {
    position: absolute;
    left: 0;
    top: 140px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;

}

.main .newsPic .arrow-left img {
    display: block;
    margin: 0 0 0 13px;
    padding-top: 10px;
}

.main .newsPic .arrow-left:hover {
    background: #fff2f2;
}

.main .newsPic .arrow-right {
    position: absolute;
    right: 0;
    top: 140px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .newsPic .arrow-right:hover {
    background: #fff2f2;
}

.main .newsPic .arrow-right img {
    display: block;
    margin: 0 0 0 16px;
    padding-top: 10px;
}

.main .newsList {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.main .newsList .content {
    margin-right: -40px;
}

.main .newsList .section {
    padding: 14px;
    width: 580px;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    height: 96px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.main .newsList .section p {
    font-size: 18px;
    width: 440px;
    font-weight: bold;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .newsList .section p a:hover {
    color: #c00202;
}

.main .newsList .section span.time {
    color: #a3a3a3;
    margin-top: 40px;
}

.main a.more {
    display: block;
    width: 180px;
    height: 46px;
    font-size: 18px;
    line-height: 44px;
    color: #c00202;
    margin: 20px auto;
    text-indent: 42px;
    position: relative;
    border: 1px solid #c00202;
    background: #ffffff;
}

.main a.more img {
    right: 40px;
    top: 17px;
    position: absolute;
}

.main a.more:hover img {
    right: 36px;
}

.main .newsList a.more {
    margin-top: 10px;
}

.main .title img {
    margin: 30px auto;
    display: block;
}

.main .hw {
    width: 1200px;
    margin: 0 auto;
}

.main .hw .content {
    position: relative;
    margin: 30px auto;
}

.main .hw .section {
    background: url("../images/hw_bg.png") no-repeat right center;
    width: 695px;
    height: 411px;
    box-sizing: border-box;
    padding: 10px;
}

.main .hw .section .pic {
    width: 610px;
    margin: 20px 0 0 16px;
    height: 346px;
}

.main .hw .section .pic img {
    width: 610px;
    height: 346px;
}

.main .hw .list {
    right: 0;
    position: absolute;
    top: 30px;
    width: 536px;
}

.main .hw .list li {
    background: #f7f7f7;
    line-height: 75px;
    font-size: 18px;
    padding: 0 10px 0 26px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .hw .list li.active {
    color: #c00202;
    font-weight: bold;
}

.main .kj {
    width: 1228px;
    margin: 60px auto 30px;
}

.main .kj .content {
    position: relative;
    margin: 30px auto;
}

.main .kj .content .swiper-kj {
    height: 282px;
}

.main .kj .content .section {
    width: 382px;
    height: 278px;
    border-radius: 6px;
    background: #f9f9f9;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main .kj .content .section img {
    width: 382px;
    height: 196px;
}

.main .kj .content .section .describe {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 336px;
    height: 90px;
    bottom: 23px;
    left: 23px;
    box-sizing: border-box;
    padding: 16px 12px 0;
    box-shadow: 0 0 10px rgba(32, 44, 85, 0.1);
}

.main .kj .content .section .describe p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.main .kj .content .section .describe span.time {
    color: #ababab;
    float: right;
    margin-top: 16px;
    display: inline-block;
}

.main .kj .arrow-left {
    position: absolute;
    left: -40px;
    top: 110px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .kj .arrow-left img {
    display: block;
    margin: 0 0 0 13px;
    padding-top: 10px;
}

.main .kj .arrow-left:hover {
    background: #fff2f2;
}

.main .kj .arrow-right {
    position: absolute;
    right: -40px;
    top: 110px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .kj .arrow-right:hover {
    background: #fff2f2;
}

.main .kj .arrow-right img {
    display: block;
    margin: 0 0 0 16px;
    padding-top: 10px;
}


.main .cc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main .cc .content {
    margin-right: -40px;
}

.main .cc .content .section {
    overflow: hidden;
    width: 582px;
    height: 320px;
    border-radius: 6px;
}

.main .cc .content .section {
    overflow: hidden;
    width: 582px;
    height: 320px;
    border-radius: 6px;
    position: relative;
    margin: 18px 36px 18px 0;
}

.main .cc .content .section img {
    width: 582px;
    height: 320px;
}

.main .cc .content .section .describe {
    width: 452px;
    height: 190px;
    box-sizing: border-box;
    padding: 25px;
    color: #ffffff;
    background: rgba(192, 2, 2, 0.5);
    position: absolute;
    top: 58px;
    left: 64px;
}

.main .cc .content .section:hover .describe {
    display: block;
}

.main .cc .content .section .describe .h5 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .cc .content .section .describe p {
    text-align: justify;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main .cc a.more {
    margin-top: 16px;
}
