@charset "utf-8";

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
@media (min-width: 768px) {
  .elli-xs-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-xs-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 992px) {
  .elli-sm-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-sm-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 1280px) {
  .elli-md-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-md-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}


.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover, .imgscale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
.imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
.imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}


.container{width: 1400px;}

body{background: url(../images/bodybg.png) no-repeat #FEFDEC; background-size: 100%;}
.zt-header {position: relative;}
.zt-header .logo{padding: 20px 0;}
.zt-header .zt-logo {text-align: center;}
.zt-header .zt-logo img{height: 327px;}

.zt-tt{text-align: center;margin-top:350px;}
.zt-tt h3{font-size: 48px;color: #CC2121;}
.zt-tt p {margin-top: 10px;}
.zt-tt p span{color: #CC2121;}

.zt-news-main{background: url(../images/newsbg.png) no-repeat bottom;background-size: 1920px auto; padding-bottom: 100px;}

.zt-tpxw{position: relative;}
.zt-tpxw .swiper-slide .imgratio{padding-top: 60%;}
.zt-tpxw .swiper-slide{position: relative;}
.zt-tpxw .swiper-slide .txt{position: absolute;left: 0; right: 0; bottom: 0; padding-bottom: 15px; padding-top: 20px; padding-left: 20px;  padding-right: 130px; background:rgba(0, 0, 0, .6); z-index: 2; color: #fff; line-height: 1.5;}
.zt-tpxw .swiper-slide .txt a{color: #fff;font-weight: bold;}

.zt-tpxw .swiper-pagination{ bottom: 17px; right: 20px;}
.zt-tpxw .swiper-pagination span{width: 9px; height: 9px; opacity: 1; border-radius: 50px; background: rgba(255, 255, 255);transition: .3s all;margin: 0 2px;}
.zt-tpxw .swiper-pagination .swiper-pagination-bullet-active{opacity: 1; background:#C71A0E; width: 24px;}


.zt-news li{background-color: #FFFCF5;position: relative;padding-top: 36px;padding-bottom: 36px;padding-left: 30px;font-size: 1.25em;font-weight: bold;}
.zt-news li:hover::before{position: absolute;height: 100%;width: 9px;background: #E0B151;left: 0;content: '';top: 0;}
.zt-news li:hover{background: #FCEFCF;}

.kdjdbh .box{box-shadow: 6px -2px 16px  rgba(0, 0, 0, 0.25);}
.kdjdbh .box .txt{display: block;text-align: center;background: #fff;padding: 20px 15px;}

.jsql .box{height: 378px;box-shadow: 6px -2px 16px  rgba(0, 0, 0, 0.25);background-color: #fff;position: relative;}
.jsql .box:hover{background: #A62121;color: #fff;}
.jsql .box:hover .more{background:#fff;}
.jsql .box .txt{padding: 0px 15px;margin: 20px 0;font-size: 1.125em;font-weight: bold;line-height: 1.6em;}
.jsql .box .more{background:#E6D5AE;color: #997011;width: 134px;height: 40px;position: absolute; left: 0;right: 0;bottom: 30px; margin: auto;text-align: center; line-height: 40px;}
.jsql ul li:nth-child(2n){margin-top:40px;}

.wjlzp .wjlzp-list{background-color: #A62121;padding: 20px;}
.wjlzp .wjlzp-list ul{margin: -20px -10px;}
.wjlzp ul li .box{display: block;margin: 20px 10px;position: relative;}
.wjlzp ul li .box .txt{position: absolute; bottom: 0; left: 0;right: 0; height: 30px;line-height: 30px;padding-top: 50px;padding-bottom: 10px;padding-left: 20px;padding-right: 20px; text-align: center; z-index: 99; color: #fff;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);}

.wjlzp ul.cols-1{margin-bottom: 0;}
.wjlzp ul.cols-1 a{margin-bottom: 0;}
.wjlzp ul.cols-1 .imgratio{padding-top: 57.5%;}


@media (max-width:992px){
  .jsql {margin-bottom: 20px;}
  .jsql .box{height: auto;padding-bottom: 20px;}
  .jsql ul li:nth-child(2n){margin-top:0px;}
  .jsql .box .more{position: initial;}
  .zt-header .zt-logo img{height: auto;}
  .zt-tt{margin-top: 20px;}
  .zt-tt h3{font-size: 1.25em;}
  .zt-news li{font-size: 1em; padding-top: 16px; padding-bottom: 16px;}
  .zt-news-main{padding-bottom: 30px;margin-bottom: 20px;}
  .jsql .box .txt{font-size: 1em;min-height: 53px;}
  .wjlzp .wjlzp-list .cols-1{margin-bottom: 20px;margin-top: 20px;}
  .wjlzp .wjlzp-list .cols-1 a{margin-top: 0;}
}



.footer{ line-height:2;padding: 20px 0;color: #fff;background-color: #8F2929;}
.footer > .container{position: relative;}
.footer a{color: #fff;}
.footer a:hover{font-weight: bold;}
.footer-txt span{margin-right: 15px;}
.footer-nav a{padding-left: 10px; padding-right: 10px;}
.footer-nav a:first-child{padding-left: 0;}
.footer-nav a{position: relative;}
.footer-nav a + a:before{content: ''; width: 1px; height: 16px; background: #fff; opacity: 0.8; position: absolute; left: 0; top: 4px; bottom: 0; margin: auto 0;}

.footer-dzjg{position: absolute; top: 0; left: 0;text-align: left; top: 50%;transform: translateY(-50%);}
.footer-wzbs{position: absolute; top: 0; right: 0;text-align: left; top: 50%;transform: translateY(-50%);}
.footer-wzbs span{display: inline-block; vertical-align: middle;margin: 0px 5px;}
.footer-wzbs span#_span_jiucuo{margin-right: 10px;}
.footer-wzbs span#_span_jiucuo img{background: #c9c9c9; border-radius: 3px;}
.footer-wzbs span#footer_12377 img{height: 57px;}
.footer-wzbs .box img{height: 45px;}

/*responsive*/
@media (max-width: 1280px) {
	.footer-wzbs, .footer-nav,.footer-dzjg{position: static; transform: translateY(0);}
	.footer-txt{text-align: center;}
	.footer-txt span{margin: 0 6px;}
	.footer-nav{max-width: 280px; margin: 0 auto; padding-bottom: 20px; padding-top: 0px;}
	.footer-wzbs{box-shadow: none; text-align: center;}
	.footer-txt{padding-left: 0;}
	.footer-dzjg{text-align: center;}
}


@media (max-width: 992px) {
}


/* xs mobile*/
@media (max-width: 768px) {
	
}


@media (max-width: 480px) {
	body:not(.nores) .footer{padding: 0;}
	.footer-wzbs{margin-top: 10px;}
}

@media (max-width: 414px) {
}

@media (max-width: 360px) {
}
