
#img {
	width: 100%;
	height: 1300px;
	background: url(http://www.tuanjiewang.cn/att/20230418a2.jpg) no-repeat top left;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
}

/* 文字缩放 */
@-webkit-keyframes img-text {
	0% {
		opacity: 0;
		transform: scale(0);
	}


	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes {
	0% {
		opacity: 0;
		transform: scale(0);
	}


	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.img-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50.5%);
	top: 295px;
	z-index: 3;
	text-align: center;
	zoom: 0.98;
}


.img-text img {
	-webkit-animation: img-text 4s linear normal;
	animation: img-text 4s linear normal;
}


/* 圆框虚实 */
@-webkit-keyframes img-circle {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}


	100% {
		opacity: 1;
	}
}

@keyframes img-circle {
	0% {
		opacity: 0;
	}


	100% {
		opacity: 1;
	}
}

.img-circle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 5px;
	z-index: 2;
}

.img-circle img {
	-webkit-animation: img-circle 4s linear normal;
	animation: img-circle 4s linear normal;
}

.center {
	width: 1240px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 80px;
}

.center h1 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.center h1 a {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #cc1d00;
	line-height: 36px;
}
.tt02 {text-align:center;line-height:36px;font-size:16px;margin-top:12px;}
.tt02 a  {color: #666666;} 

/* banner */
.banner {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}

.banner-left {
	width: 710px;
	float: left;
}

.banner-img .banner-imgleft {
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-img .banner-imgleft .hd {
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 28px;
	z-index: 1;
}

.banner-img .banner-imgleft .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-img .banner-imgleft .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	color: transparent;
}

.banner-img .banner-imgleft .hd ul li:last-child {
	margin-right: 20px;
}

.banner-img .banner-imgleft .hd ul li.on {
	width: 40px;
	height: 10px;
	background: #EF2D36;
	border-radius: 5px;
}

.banner-img .banner-imgleft .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .banner-imgleft .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	width: 800px;
	height: 95px;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8) 65%);
	z-index: 100;
}

.mask a {
	display: inline-block;
	font-size: 20px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #FFFFFF;
	width: 640px;
	line-height: 95px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-img .banner-imgleft .bd img {
	width: 710px;
	height: 400px;
	display: block;
}

.prev,
.next {
	width: 50px;
	height: 90px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	font-size: 48px;
	font-family: SimSun;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 90px;
}

.prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.next {
	right: 0px;
	border-radius: 5px 0 0 5px;
}

.ul1 {
	width: 100%;
	height: 146px;
	margin: 0 auto;
	margin-top: 10px;
	float: left;
}

.ul1 li {
	width: 260px;
	height: 146px;
	float: left;
	margin-right: 10px;
}

.ul1 li:last-child {
	margin-right: 0px;
}

.ul1 li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.ul1 li a img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul1 li a span {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8) 65%);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 5px 0 5px;
	width: 100%;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-right {
	width: 460px;
	float: right;
}

.banner-right div {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.banner-right div h2 {
	margin-bottom: 10px;
}

.banner-right div h2 a {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}

.banner-right div p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	display: block;
	width: 100%;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.banner-right div p span {
	color: #FF0000;
	margin-left: 5px;
}

.banner-right ul li {
	position: relative;
}

.banner-right ul li i {
	position: absolute;
	left: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.banner-right ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	width: 95%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}

.more {
	float: right;
	margin-top: 10px;
}

.more a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}


/* 访谈 */
.inter {
	margin-bottom: 40px;
}

.inter-left {
	width: 1200px;
	margin-right: 30px;
}

.inter-left ul li {
	box-sizing: border-box;
	padding: 20px 0px;
	border-bottom: 1px dashed #CCCCCC;
	width:48%;float:left;
}
.inter-left ul li:nth-child(odd){margin-right:2%;}
.inter-left ul li:nth-child(even){margin-left:2%;}

.inter-left ul li h2 a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inter-left ul li p {margin-top:12px;display:none;}
.inter-left ul li p a {
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #202020;
	text-indent: 2em;
	line-height: 28px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.inter-left ul li p a span {
	color: #FF0000;
}

.inter-right {
	width: 370px;
	float: left;
}

.inter-right .inter-top ul {
	margin-top: 20px;
}

.inter-right .inter-top ul li {
	width: 370px;
	height: 208px;
	margin-bottom: 30px;
	position: relative;
}

.inter-right .inter-top ul li::before{
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	top: 130px;
	left: 24px;
	background-image: url(http://www.tuanjiewang.cn/att/20230412a2.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 200;
}

.inter-right .inter-top ul li:last-child {
	margin-bottom: 0px;
}

.inter-right ul li a {
	position: relative;
}

.inter-right .inter-top ul li a,
.inter-right .inter-top ul li a img {
	display: block;
	width: 370px;
	height: 208px;
}

.inter-right .inter-top ul li a span {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8) 65%);
	position: absolute;
	left: 0;
	bottom: 0;
	/* text-align: center; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	height: 50px;
	box-sizing: border-box;
	padding: 0px 25px 0 25px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.inter-top {
	margin-bottom: 40px;
}

.inter-bottom ul {
	margin-top: 15px;
}

.inter-bottom .title span {
	width: 98px;
}

.inter-bottom ul li {
	position: relative;
}

/* .inter-bottom ul li:first-child i {
	display: none;
}
 */
/* .inter-bottom ul li:first-child a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E70012;
	padding-left: 0;
	width: 100%;
}
 */
.inter-bottom ul li i {
	position: absolute;
	left: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.inter-bottom ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	width: 95%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}


/* 栏目标题 */
.title {
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom: 2px solid #3068B1;
}

.title span {
	width: 130px;
	position: absolute;
	left: 0;
	z-index: 100;
	font-size: 30px;
	font-family: FZDBSJW;
	font-weight: bold;
	color: #3068B1;
	line-height: 30px;
	position: relative;
	height: 40px;
	background-color: #FFFFFF;
	display: block;
	padding-left: 15px;

}

.title span::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 22px;
	background: #3068B1;
}

.title a {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
}

/* 纪念 */
.comm {
	margin-bottom: 35px;
}

.coulmn-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 16px;
}

.coulmn-title span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.coulmn-title a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
}

.comm ul {
	width: 380px;
	float: left;
	margin-right: 30px;
}

.comm ul:last-child {
	margin-right: 0px;
}

.comm ul div {
	margin-bottom: 10px;
}

.comm ul div img {
	width: 380px;
	height: 214px;
}

.comm ul div p {
	height: 80px;
	border-bottom: 1px dashed #CCCCCC;
	box-sizing: border-box;
	padding: 0 5px;
}

.comm ul div p a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}

.comm ul li {
	position: relative;
}

.comm ul li i {
	position: absolute;
	left: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.comm ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	width: 95%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}

/* 历史 */
.history-left {
	width: 390px;
	height: 450px;
	background: url(http://www.tuanjiewang.cn/att/20230418a4.png) no-repeat left top;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px 20px;
}

.history-left ul li {
	position: relative;
}

.history-left ul li i {
	position: absolute;
	left: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 52px;
}

.history-left ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 52px;
	width: 95%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}

.history-rigth {
	width: 790px;
	float: left;
	margin-top: 20px;
}


.history1 {
	width: 390px;
	margin-right: 10px;
	float: left;
}

.history1 li {
	width: 390px;
	height: 220px;
	margin-bottom: 10px;
}

.history1 li:last-child {
	margin-bottom: 0px;
}

.history1 li a {
	position: relative;
}

.history1 li a,
.history1 li a img {
	display: block;
	width: 390px;
	height: 220px;
}

.history1 li a span {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8) 65%);
	position: absolute;
	left: 0;
	bottom: 0;
	/* text-align: center; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	height: 50px;
	box-sizing: border-box;
	padding: 0px 20px 0 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.history2 {
	width: 390px;
	float: left;
}

.history2 li {
	width: 390px;
	height: 450px;
	margin-bottom: 10px;
}

.history2 li:last-child {
	margin-bottom: 0px;
}

.history2 li a {
	position: relative;
}

.history2 li a,
.history2 li a img {
	display: block;
	width: 390px;
	height: 450px;
}

.history2 li a span {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8) 65%);
	position: absolute;
	left: 0;
	bottom: 0;
	/* text-align: center; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	height: 50px;
	box-sizing: border-box;
	padding: 0px 20px 0 20px;
	width: 100%;

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


/* footer */
.footer {
	width: 100%;
	border-top:1px solid #cccccc;
	padding-top:12px;
}

.footers {
clear:both;text-align:center;line-height:28px;
	width: 1200px;
	margin: 0 auto;
}

.footers ul {
	height: 35px;
	margin: 0 auto;
	width: 385px;
}

.f7f7f7 {
	background-color: #f7f7f7;
}

.footers ul li {
	float: left;
	background-image: url(http://www.tuanjiewang.cn/css/20170926/images/pic30.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.footers ul li a {
	display: block;
	margin: 0 20px;
	color: #8b869c;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}

.a6a6a6 {
	background-color: #6a6a6a;
}

.footers p {
	color: #fff;
	line-height: 35px;
	margin: 0 auto;
	width: 604px;
	font-size: 14px;
}

.footers span {
	width: 220px;
	height: 67px;
	line-height: 67px;
	font-size: 12px;
	color: #939393;
	margin: 0 auto;
	display: block;
	background-image: url(http://www.tuanjiewang.cn/css/20170926/images/ghs.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.fff {
	height: 67px;
}


.picScroll-left-ad {
	width: 850px;
	overflow: hidden;
	position: relative;
}

.picScroll-left-ad .hd {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -35px;
	left: 0;
	height: 1px;
	z-index: 200;
}

.picScroll-left-ad .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 20px;
	top: 70px;
}

.picScroll-left-ad .hd ul li {
	float: left;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	overflow: hidden;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(238, 238, 238);
	color: rgb(0, 0, 0);
}

.picScroll-left-ad .hd ul li.on {
	color: #fff;
	background: #000;
}

.picScroll-left-ad .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left-ad .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.picScroll-left-ad .bd ul li .pic {
	text-align: center;
}

.picScroll-left-ad .bd ul li .pic img {
	width: 850px;
	height: 128px;
	display: block;
}

.footers p a {
	color: #fff;
}
