body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
    background: url(../images/html-bj.png)center no-repeat;
    background-size: 100% 100%;
}



.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: 1440px;
}

.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;
width: 1920px;
    margin: auto;
max-width: 100%;
}

.topp {
    background: url(../images/header-bj.png) center no-repeat;
    background-size: 100% 150px;

}

.topp .container {
    width: 1740px;
}


.logo {
    line-height: 150px;
    /* max-width: 1000px; */
}

.logo img {
    margin: 20px 0;
}


.search-box {
    width: 290px;
    margin-top: 62px;
    position: relative;
}

.search-box .form-control {
    border-radius: 30px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    height: 40px;
    color: #fff;
padding-right: 40px;
}

.search-box .btn-ss {
    position: absolute;
    right: 15px;
    top: 10px;
    bottom: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.nav-list li {
    float: left;
    width: 11.111%;
    position: relative;

}

.nav-down {
    position: absolute;
    left: 0;
    display: none;
    top: 100%;
    min-width: 100%;
    background: #fff;
    padding-bottom: 20px;
}

.nav-down li {
    float: none;
    width: 100%;

}

.nav-down li:hover {
    background: #370f50;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.nav-down li:hover a {
    color: #fff !important;
}

.nav-down li a {
    background: none !important;
    font-weight: normal !important;
    line-height: 46px !important;
    height: 46px !important;
font-size:14px !important;
}

.nav-down li a:hover {
    background: #370f50 !important;
}

.nav-list li:hover .nav-down {
    display: block;
z-index: 999;
}

.nav-list li a {
    display: block;
    height: 66px;
    font-size: 22px;
    color: #fff;
    line-height: 66px;
}

.nav-list li:hover {
    background: #fff;
}

.nav-list li:hover a {
    color: #370f50;
}

.header-bottom {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    background: #370f50;
}

.nav-list li a:hover,
.nav-list li.active a {
    font-weight: bold;

}



.banner {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    width:1920px;
    margin: auto;

}

.banner .slick-prev {
    left: 65px;
    width: 36px;
    height: 60px;
    background: url(../images/left-l.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.banner .slick-next {
    right: 65px;
    width: 36px;
    height: 60px;
    background: url(../images/right-r.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


.banner .slick-dots {
    bottom: 60px;
}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    width: 25px;
    height: 25px;
    background: url(../images/lb-t.png)center no-repeat;
    background-size: 100%;
    top: -5px;
}


.main {
    width: 100%;
    background: url(../images/body-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 70px;
}

.title {
    width: 100%;
    margin: 30px 0 20px;
    position: relative;
}

.title h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;

}

.title a {
    width: 118px;
    height: 36px;
    right: 0px;
    position: absolute;
    top: 75px;
}
.title a .im2{display:none;}
.title a:hover .im1{display:none;}
.title a:hover .im2{display:block;}

.one {
    width: 100%s;
}

.new {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.new-l {
    width: 32%;

}

.new-img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 57%;
    overflow: hidden;
}

.new-img img:hover {
    transform: scale(1.08);
    transition: all .4s ease-in-out;
}

.new-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.new-l p {
    width: 100%;
    line-height: 62px;
    background: #481363;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    text-align: center;

}


.two {
    width: 100%;
    margin-top: 30px;
}

.tzgg {
    width: 100%;
}

.tzgg li {
    width: 32%;
    float: left;
    margin-bottom: 25px;
    background: url(../images/tzgg-bj.png)center no-repeat;
    background-size: 100% 100%;
    padding: 30px 15px 45px;
    float: left;
    position: relative;
}

.tzgg li:nth-child(2) {
    margin: 0 2%;
}

.tzgg li:nth-child(5) {
    margin: 0 2%;
}

.time {
    width: 90px;
    height: 100px;
    background: url(../images/time.png)center no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: left;
    position: absolute;
    top: 0px;
    left: 20px;
    padding: 10px 0;
}

.time span {
    font-size: 32px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0 0;
    position: relative;
    margin-bottom: 10px;
}

.time span:before {
    content: "";
    position: absolute;
    left: calc(50% - 13px);
    bottom: -3px;
    width: 26px;
    height: 3px;
    background: #fff;
}


.tzgg li h2 {
    width: calc(100% - 120px);
    float: right;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
min-height:60px;
max-height:60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg li:hover h2 {
    color: #481363;
}

.three {
    width: 100%;
    margin-top: 30px;
}

.djzb {
    width: 100%;
}

.djzb li {
    width: 32%;
    background: #fff;
    border-left: 8px solid #481363;
    padding: 25px;
    margin-bottom: 25px;
    float: left;
}

.djzb li:nth-child(2) {
    margin: 0 2%;
}

.djzb li:nth-child(5) {
    margin: 0 2%;
}

.djzb li a {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
min-height:60px;
max-height:60px;
display:block;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.djzb li:hover {
    background: #481363;
    transition: all .4s ease-in-out;
}

.djzb li:hover a {
    color: #fff;
}



.five {
    width: 100%;
    margin-top: 30px;
}


.four {
    width: 100%;
    margin-top: 80px;
}

.kslj {
    width: 100%;
}

.kslj .img02 {
    display: none;
}

.kslj a {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
}

.kslj a img {
    max-width: 230px;
    margin: auto;
}

.kslj a p {
    font-size: 26px;
    font-weight: bold;
    color: #481363;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kslj a p:before {
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    bottom: -15px;
    width: 100px;
    height: 6px;
    background: #481363;
}

.kslj a:hover .img01 {
    display: none;
}

.kslj a:hover .img02 {
    display: block;
    margin: auto;
}

.kslj a:hover p {
    color: #71624f;
}

.kslj a:hover p:before {
    background: #71624f;
}


.six {
    width: 100%;
    margin-top: 80px;
}

.zt {
    margin: 0 -5px;
}

.zt a {
    margin: 0 5px;
    display: block;
    position: relative;
    padding-top: 60%;
}

.zt a img {
    position: absolute;
    top: 4px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
}


.zt .slick-prev {
    left: -20px;
    width: 24px;
    height: 42px;
    background: url(../images/left.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.zt .slick-next {
    right: -20px;
    width: 24px;
    height: 42px;
    background: url(../images/right.png)center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}


footer {
    padding: 40px;
    background: url(../images/footer-bj.png)center no-repeat;
    font-size: 22px;
    color: #fff;
    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: #481363;
    line-height: 88px;
}

.article-link p a:hover {
    color: #481363;
}

.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: #481363;
}

.left-nav li.active a {
    color: #481363;
    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: #481363 !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: #481363;
    color: #fff;
}

.wz-ul li:hover .wz-ul-tt a {
    color: #481363;
}


/*内容页*/
.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;
    }
}
