﻿.anlizhanshi{padding: 30px 0;background-color: #fff;}
.line2{line-height:200%}
/* rem设置 */
html { font-size: 5.20833333vw; }
@media (max-width: 768px) {
	html { font-size: 26.66666666vw; }
}

@media (max-width: 1920px) {
	body { font-size: 16px; }
}
@media (max-width: 1366px) {
	body { font-size: 15px; }
}
@media (max-width: 768px) {
	body { font-size: .14rem; }
}
@media (max-width: 1920px) {
    body {
        font-size: 16px;
    }
}



::-webkit-scrollbar {
    width: 5px;
    background: #c81e1e;
}
::-webkit-scrollbar-thumb {
    width: 5px;
    background: #c81e1e;
}
::-webkit-scrollbar-track-piece {
    width: 5px;
    background: #eee;
}
/* 清除浮动 */
.clearfix::after, [class*='list']::after, .nav::after { content: ''; display: block; width: 0; height: 0; clear: both; }

a:hover { text-decoration: none; }


.item .w1300 { position: relative; z-index: 1; height: 100%; }

.w880, .w1180, .w1300, .w1420 { margin: 0 auto; }
.w1420 { width: 14.2rem; }
.w1180 { width: 11.8rem; }
.w1300 { width: 13rem; }
.w880 { width: 8.8rem; }
.w900 { width: 900px; padding: 0; margin: 0 auto; }
@media (max-width: 1920px) {
	.w880, .w1180, .w1300, .w1420 { width: 100%; padding: 0 100px; }
	.w1420 { max-width: 1620px; }
	.w1180 { max-width: 1380px; }
	.w1300 {max-width: 1500px;}
	.w880 { max-width: 1080px; }
	.w900 { width: 900px; padding: 0; margin: 100px auto; }
}
@media (max-width: 1024px) {
	.w880, .w1180, .w1300, .w1420 { padding: 0 50px; }.title{ background:none}
}
@media (max-width: 768px) {
	.w1180, .w1300, .w1420, .w880 { padding: 0 .15rem; }
	.w880 { padding: 0 .15rem !important; margin: .3rem auto !important; }
.title{ background:none !important;padding-left:0 !important}
}
.title {
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 1;
    /* margin-bottom: .5em; */
    padding-left:60px;
    background: url(/img/tx.png) no-repeat left 30px;
}
.title-idx-news {
    padding-top: .25rem;
    padding-bottom: .15rem;
}
.wow {
    opacity: 0;
}
.fadeInUp {
    animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    -o-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: inherit;
    letter-spacing: 0;
    font-weight: normal;
}

.btn::before {
    width: .09rem;
    height: .16rem;
    opacity: 1;
}

.btn::after {
    width: .34rem;
    height: .16rem;
    opacity: 0;
}

.idx-news-btn .swiper-button-next.btn {
    right: .4rem;
}


/* Swiper */

/* 左右按钮 */
.btn { font-size: .4rem; width: .5rem; height: .5rem; border-radius: .25rem; background-color: #fff; box-shadow: 0 0 .3rem rgba(0,0,0,.1); transition: width .5s; background-image: url(); }
.btn::before, .btn::after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 50%; margin-top: -.08rem; background: url() no-repeat center / cover; transition: opacity .5s; }
.btn::before { width: .09rem; height: .16rem; opacity: 1; }
.btn::after { width: .34rem; height: .16rem; opacity: 0; }
.swiper-button-prev.btn::before, .swiper-button-prev.btn::after { left: .205rem; }
.swiper-button-next.btn::before, .swiper-button-next.btn::after { right: .205rem; }
.swiper-button-prev.btn::before { background-image: url(/img/icon/left_icon01.png); }
.swiper-button-next.btn::before { background-image: url(/img/icon/right_icon01.png); }
.swiper-button-prev.btn::after { background-image: url(/img/icon/left_icon02.png); }
.swiper-button-next.btn::after { background-image: url(/img/icon/right_icon02.png); }
.swiper-button-prev.btn:hover, .swiper-button-next.btn:hover { width: .75rem; }
.swiper-button-prev.btn:hover::before, .swiper-button-next.btn:hover::before { opacity: 0; }
.swiper-button-prev.btn:hover::after, .swiper-button-next.btn:hover::after { opacity: 1; }

@media (max-width: 768px) {
	.btn { width: .4rem; height: .4rem; }
	.swiper-button-prev.btn::before, .swiper-button-prev.btn::after { left: .15rem; }
	.swiper-button-next.btn::before, .swiper-button-next.btn::after { right: .15rem; }
}






.pr {
    position: relative;
    width: 100%;
}
.fadeInUp {
    animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    -o-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.span {
    color: #c81e1e;
    position: absolute;
    top: 0;
    left: -.3rem;
    transform: rotate(90deg);
    transform-origin: 0% 0%;
    display: none;
}

/*图片整体框架*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.idx-news .swiper-slide {
    padding-right: .4rem;
    padding-bottom: .3rem;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.idx-news .item {
    cursor: pointer;
}
/*公共数据*/


.idx-news .item .txt {
    width: 100%;
    background: #fff;
    border-radius: .2rem;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: -.4rem 0 0 .4rem;
    padding: .2rem .3rem;
    transition: .5s;
}
.txt, .txt p, .line1, .line2, .line3, .line4 {
    text-align: justify;
    text-align-last: left;
    text-justify: distribute;
}
.txt {
    text-align: justify;
    text-align-last: left;
    text-justify: distribute;
}
@media (max-width: 1920px) {
    .idx-news .item .txt h3 {
        font-size: 18px;
    }
}
.idx-news .item .txt h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    transition: .5s;
    font-weight:700;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 4.6em;
    color: #999;
    font-size: 14px;
}
.line2, .line3, .line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

  /* 动画 */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-o-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-webkit-transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-o-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-webkit-transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-o-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-webkit-transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-o-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-webkit-transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
		-o-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-webkit-transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
		-o-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-webkit-transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
		-o-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-webkit-transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
		-o-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-webkit-transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}

.animated {
	animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.fadeInUp {
	animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
.fadeInRight {
	animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
/* 文本两端对齐 */
.txt { text-align: justify; text-align-last: left; text-justify: distribute; }

/* 文本溢出显示省略号 */
.line-1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: break-all; }
.line-2,
.line-3,
.line-4 { display: -webkit-box; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.line-2 { -webkit-line-clamp: 2; line-clamp: 2; height: 4em; }
.line-3 { -webkit-line-clamp: 3; line-clamp: 3; height: 6em; }
.line-4 { -webkit-line-clamp: 4; line-clamp: 4; height: 8em; }

/* 新闻中心 轮播 */
.idx-news .swiper-slide { padding-right: .4rem; padding-bottom: .3rem; }
.idx-news .swiper-slide:nth-of-type(2) .item { animation-delay: .4s !important; }
.idx-news .swiper-slide:nth-of-type(3) .item { animation-delay: .5s !important; }
.idx-news .item { cursor: pointer; }
.idx-news .item .img { position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 64%; background: #eee url(/img/logo.png) no-repeat center / 7.5625em 2.28125em; border-radius: .2rem; z-index: 0; }
.idx-news .item .img img { width: 100%; height: auto; min-height: 100%; position: absolute; z-index: 0; top: 0; left: 0; transition: .5s; }
.idx-news .item .img .circle { width: 100px; height: 100px; border-radius: 50%; background: #c81e1e; position: absolute; z-index: 1; top: -55px; left: -30px; }
.idx-news .item .img .circle::before { content: ''; display: block; width: 100%; height: 100%; border-radius: 50%; background: #c81e1e; position: absolute; z-index: 1; top: 0; left: 0; transform: scale(0); opacity: 0; transition: .5s; }
.idx-news .item .img .date { width: 60px; height: 40px; line-height: 40px; text-align: center; color: #fff; position: absolute; z-index: 2; top: 0; left: 0; }
.idx-news .item .txt { width: 100%; background: #fff; border-radius: .2rem; box-shadow: 0 0 .3rem rgba(0,0,0,.1); position: relative; overflow: hidden; z-index: 1; margin: -.4rem 0 0 .4rem; padding: .2rem .3rem; transition: .5s; }
.idx-news .item .txt h3 { font-size: 18px; color: #333; font-weight: normal; transition: .5s; font-weight:700;}
.idx-news .item:hover .img img { transform: scale(1.1); }
/* .idx-news .item:hover .img .circle::before { transform: scale(1); opacity: 1; } */
.idx-news .item:hover .txt {  }
.idx-news .item:hover .txt h3 { text-decoration: none; }
.idx-news-btn .swiper-button-prev.btn, .idx-news-btn .swiper-button-next.btn { top: auto; bottom: .4rem; margin-bottom: calc( 0.6em - .25rem ); }
.idx-news-btn .swiper-button-next.btn { right: .4rem; }
.idx-news-btn .swiper-button-prev.btn { left: auto; right: 1.4rem; }
title
.idx-news .item .txt .line2 { height: 7.2em; -webkit-line-clamp: 4; line-clamp: 4;}

.idx-news .line2 p { margin-bottom: 0; text-indent: 0; display: inline; }
.idx-news .line2 img { display: none; }

.newsimg { height: 0; padding-bottom: 64%; background: #eee url(/img/logo.png) no-repeat center; }
.newsimg img { width: 100%; height: 100%; font-size: 0; color: rgba(255,255,255,0); }
.newsimg div img[src=''] { display: none; }

@media (max-width: 1920px) {
	.idx-news .item .txt h3 {font-size: 18px;}
}
@media (max-width: 1536px) {
	.idx-news .item .txt h3 { font-size: 18px; }
}
@media (max-width: 1366px) {
	.idx-news .item .txt h3 { font-size: 16px; }
}
@media (max-width: 768px) {
	.idx-news .swiper-slide { padding-right: .15rem; padding-bottom: .15rem; }
	.idx-news .item .txt { margin-left: .15rem; }
	.idx-news-btn .swiper-button-prev.btn, .idx-news-btn .swiper-button-next.btn { bottom: .2rem; }
	.idx-news-btn .swiper-button-next.btn { right: .15rem; }
    .idx-news-btn .swiper-button-prev.btn { right: 1rem; }
}

@keyframes op {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.list-idx-news { margin-left: -.4rem; padding: .2rem 0 .5rem; opacity: 0; columns: 3; -moz-columns: 3; -webkit-columns: 3; }
.list-idx-news.active { animation: op 1s both; }
.list-idx-news li { width: 100%; padding-left: .4rem; }
.list-idx-news li .item { position: relative; overflow: hidden; border-bottom: 1px solid #C7CBD0; height: .6rem; line-height: .6rem; padding-right: 100px; transition: .5s; cursor: pointer; }
a:hover { color: #c81e1e;text-decoration: none;}
.list-idx-news li .item .date { color: #c81e1e; display: inline-block; height: 100%; line-height: .6rem; position: absolute; top: 0; right: 0; transition: .5s; }
.list-idx-news li .item:hover { border-color: #c81e1e; }
.list-idx-news li .item:hover h3 { color: #c81e1e; }
.list-idx-news li .item:hover .date { color: #c81e1e; }
.w1300 p{font-size:22px;text-transform: uppercase;letter-spacing: 1px;color: #444;margin-bottom: 40px;}
.x{content: '';
        width: 45px;
        height: 3px;
        background-color: var(--primary-color);
        position: absolute;
        left: 0;
        top: 20px;}

@media (max-width: 768px) {
	.list-idx-news { columns: 1; -moz-columns: 1; -webkit-columns: 1; padding: .1rem 0 .3rem; }
	.list-idx-news li .item { height: .4rem; line-height: .4rem; }
	.list-idx-news li .item .date { line-height: .4rem; font-size: .12rem; }
.anlizhanshi{padding:20px}
.w1300 p{font-size:14px}
.title{font-size: 20px;    font-weight: bold;}
.title-idx-news{padding-bottom: 5px;}
}