body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;

}



.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img,
.div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li button:before {
    display: none;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -10;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.container {
    width: 1280px;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-click,
.close {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.search-a {
    display: none;
}

.header {
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
}

.topp {
    background: url(../images/top-bj.png) center no-repeat;
    background-size: 100% 100%;

}

.topp .container {
    width: 1280px;
}


.logo {
    line-height: 120px;
  
}

.dblj {
    margin-top: 10px;
}

.dblj a {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    padding: 0 !important;
    line-height: 30px;
}

.dblj a img {
    margin: 0px 0;
    margin-right: 10px;
}


.logo img {
    margin: 20px 0;
}


.search-box {
    width: 280px;
    margin-top: 66px;
    position: relative;
}

.search-box .form-control {
    border-radius: 30px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    height: 40px;
    color: #fff;
    padding-right:50px;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:-moz-placeholder {
    color: #fff;
}

.search-box .btn-ss {
    position: absolute;
    right: 20px;
    top: 12px;
    bottom: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.nav-list li {
    float: left;
    width: 12.5%;
    position: relative;

}

.nav-down {
    position: absolute;
    left: 0;
    display: none;
    top: 100%;
    min-width: 100%;
    background: #ba0a0a;
    padding-bottom: 20px;
    z-index: 9;
}

.nav-down li {
    float: none;
    width: 100%;

}

.nav-down li:hover {
    background: #e5141d;
    width: 100%;
}

.nav-down li:hover a {
    color: #fff !important;
}

.nav-down li a {
    background: none !important;
    font-weight: normal !important;
    line-height: 50px !important;
    height: 50px !important;
}

.nav-down li a:hover {
    background: #e5141d !important;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-list li a {
    display: block;
    height: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}

.nav-list li:hover {
    background: #d99605;
}

.nav-list li:hover a {
    color: #fff;
}

.header-bottom {

    background: #ba0a0a;
}

.nav-list li a:hover,
.nav-list li.active a {
    font-weight: bold;
    background: #d99605;
}



.banner {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

.banner .slick-prev {
    left: 40px;
    width: 36px;
    height: 60px;

    background-size: 100% 100%;
    z-index: 999;
}

.banner .slick-next {
    right: 40px;
    width: 36px;
    height: 60px;

    background-size: 100% 100%;
    z-index: 999;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li {
    width: 30px;
    height: 8px;
    background: #dfbebe;
    border-radius: 10px;
}

.banner .slick-dots li.slick-active {
    width: 45px;
    height: 8px;
    background: #d99605;

}


.main {
    width: 100%;
    background: url(../images/body-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 50px;
}

.title {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d9d9d9;
    display: flow-root;
    margin-bottom: 30px;
}

.title h3 {
    font-size: 26px;
    color: #ba0a0a;
    float: left;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.title h3::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ba0a0a;
    bottom: -17px;
}



.title a {
    font-size: 16px;
    color: #ba0a0a;
    line-height: 30px;
    float: right;
    background: url(../images/more.png)right center no-repeat;
    padding-right: 20px;
}

.new {
    width: 34.4%;
}

.new-slick {
    width: 100%;
    margin-bottom: 0px;
}

.new-slick div {
    width: 100%;
}

.new-slick div a {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 72%;
}

.new-slick div a:hover img {
    transform: scale(1.1, 1.1);
    transition: all 1s;

}

.new-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.new-slick a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-slick .slick-dots {
    width: 100px;
    right: 10px;
    bottom: 13px;
}

.new-slick .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.new-slick .slick-dots li.slick-active {
    background: orange;
}


.gzdt {
    width: calc(39% - 60px);
    margin: 0 30px;
}


.list-sy {
    width: 100%;
    margin-top: -15px;
}

.list-sy li {
    width: 100%;
    display: flow-root;
    line-height: 43px;
    background: url(../images/icon-ty.png)left center no-repeat;
    padding-left: 15px;
}

.list-sy li a {
    width: calc(100% - 100px);
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-sy li span {
    display: block;
    float: right;
    width: 95px;
    color: #999;
    font-size: 15px;
}

.list-sy li:hover a {
    color: #ba0a0a;
    font-weight: bold;
}

.list-sy li:hover span {
    color: #ba0a0a;
}


.jbfs {
    width: 26.6%;
}

.jbfs .title a {
    font-size: 26px;
    font-weight: bold;
}

.jb-xq {
    width: 100%;
    height: 317px;
    background: #fff6f7;
    padding: 20px;
}

.jb-xq h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ba0a0a;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

}

.jb-xq p {
    font-size: 15px;
    color: #333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}


.two {
    width: 100%;
    margin-top: 20px;
}

.zcfg {
    width: 34.4%;
}

.xnzd {
    width: calc(39% - 60px);
    margin: 0px 30px;
}

.tzgg {
    width: 26.6%;
}


.three {
    width: 100%;
    margin-top: 20px;
}

.xxyd{
    width: 34.4%;
}

.jzcm{
    width:calc(39% - 60px);
margin:0 30px;
}

.ljwh{width:26.6%;}









































































.six {
    width: 100%;
    margin-top: 20px;
}

.zt {
    margin: 0 -10.5px;
}

.zt a {
    margin: 0 10.5px;
    display: block;
    position: relative;
    padding-top: 26.85%;
}

.zt a img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


.zt .slick-prev {
    left: -10px;
    width: 14px;
    height: 20px;
    background: url(../images/left.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.zt .slick-prev:hover {
    background: url(../images/left02.png)center no-repeat;
    background-size: 100% 100%;
}

.zt .slick-next {
    right: -10px;
    width: 14px;
    height: 20px;
    background: url(../images/right0.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.zt .slick-next:hover {
    background: url(../images/right02.png)center no-repeat;
    background-size: 100% 100%;
}



footer {
    padding: 40px;
    background: url(../images/footer-bj.png)center no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
}



.nybanner {
    max-width: 100%;
}

.nybanner img {
    width: 100%;
}


.list-box {
    padding-bottom: 40px;
}

.list-left {
    width: 290px;
    padding-bottom: 55px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff url() center 95% no-repeat;
}

.list-left-tt span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.list-left-tt {
    height: 88px;
    background: #ba0a0a;
    line-height: 88px;
}

.article-link p a:hover {
    color: #ba0a0a;
}

.left-nav li a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.left-nav li {
    position: relative;
}

.left-nav li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    border-bottom: solid 1px #ddd;
}

.left-nav-down li a {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 25px;
}

.left-nav-down li a:before {
    display: none;
}

.left-nav li.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: -1px;
}

.left-nav li.active:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ba0a0a;
}

.left-nav li.active a {
    color: #ba0a0a;
    font-weight: bold;
}

.left-nav li.active .left-nav-down li a {
    color: #333;
    font-weight: normal;
}

.left-nav-down {
    padding: 10px 0;
    display: none;
}

.left-nav li a:hover {
    color: #ba0a0a !important;
}

.left-nav {
    padding-top: 20px;
}

.container-list {
    max-width: 1330px;
}

.list-ssjgy {
    width: 1300px;
    margin-top: 40px;
}

.list-right {
    width: calc(100% - 320px);
    margin-top: 40px;
}

.nav-b {
    color: #999;
}

.nav-b a {
    color: #999;
}

.list-top {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.article-tt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.article-sm {
    border-top: dashed 1px #ddd;
    max-width: 780px;
    margin: 0 auto;
    border-bottom: dashed 1px #ddd;
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
}

.article-sm span {
    padding: 0 15px;
}

.article-p p {
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
}

.article-p {
    margin-top: 40px;
}

.article-link p a {
    font-size: 16px;
    color: #333;
}

.article-link p a span {
    font-weight: bold;
}

.article-link {
    border-top: dashed 1px #ddd;
    padding-top: 30px;
}

.article-link p {
    margin-bottom: 20px;
}

.list-box {
    padding-bottom: 40px;
}

.list-left-tt-phone {
    display: none;
}



.wz-ul-date {
    width: 80px;
    height: 80px;
    background: #f6f6f6;
    padding-left: 15px;
    padding-top: 12px;
    line-height: 25px;
}

.wz-ul-date span {
    font-weight: bold;
    font-size: 18px;
}

.wz-ul li {
    padding: 20px 0;
    border-bottom: dashed 1px #ddd;
}

.wz-ul-right {
    margin-left: 105px;
    padding-top: 5px;
}

.wz-ul-tt a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.wz-ul-p {
    margin-top: 15px;
    color: #999;
}

.wz-ul {
    margin-bottom: 30px;
}

.wz-ul li:hover .wz-ul-date {
    background: #ba0a0a;
    color: #fff;
}

.wz-ul li:hover .wz-ul-tt a {
    color: #ba0a0a;
}


.bz-list {
    width: 100%;

}

.bz-list li {
    width: 100%;
    display: flow-root;
    line-height: 60px;
    background: url(../images/icon-ty.png)left center no-repeat;
    padding-left: 15px;
    border-bottom: 1px dotted #999;
}

.bz-list li a {
    width: calc(100% - 100px);
    display: block;
    float: left;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bz-list li span {
    display: block;
    float: right;
    width: 100px;
    color: #999;
    font-size: 16px;
    text-align: right;
}

.bz-list li:hover a {
    color: #ba0a0a;
    font-weight: bold;
}

.bz-list li:hover span {
    color: #ba0a0a;
}

.page-box{
    margin-top: 40px;
}




.article-tt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.article-sm {
    border-top: dashed 1px #ddd;
    max-width: 780px;
    margin: 0 auto;
    border-bottom: dashed 1px #ddd;
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
}

.article-sm span {
    padding: 0 15px;
}

.article-p p {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
}

.article-p {
    margin-top: 40px;
}

.article-link p a {
    font-size: 18px;
    color: #333;
}

.article-link p a span {
    font-weight: bold;
}

.article-link {
    border-top: dashed 1px #ddd;
    padding-top: 30px;
}

.article-link p {
    margin-bottom: 20px;
}

.list-box {
    padding-bottom: 40px;
}

.list-left-tt-phone {
    display: none;
}



.img-lb li {
    float: left;
    padding: 0 25px;
    margin-bottom: 50px;
    width: 50%;
}

.img-lb {
    margin: 0 -25px;
    padding-top: 20px;
}

.img-lb-tt {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.img-lb-img {
    position: relative;
    padding-top: 67%;
}

.img-lb-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.img-lb li a {
    display: block;
}

.img-ul-left img {
    width: 260px;
    height: 175px;
}

.img-ul-a li {
    padding: 35px 0;
    border-bottom: dashed 1px #ddd;
    transition: 0.5s all;
}

.img-ul-right {
    margin-left: 290px;
}

.img-ul-tt a {
    font-size: 18px;
    color: #333;
}

.img-ul-p {
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 15px;
}

.img-ul-date {
    color: #999;
    margin-top: 20px;

    padding-left: 20px;
}

.img-ul-a li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-color: transparent;
    padding: 35px;
}

.img-ul-a li:last-child {
    border: none;
}

.img-ul-a {
    padding-bottom: 30px;
}








@media(max-width: 1740px) {
    .topp .container {
        max-width: 100%;
    }

    .logo {
        width: 70%;
    }
}


@media(max-width: 1490px) {
    .container {
        max-width: 1360px;
    }
}

@media(max-width: 1410px) {
    .container {
        max-width: 1200px;
    }
}