section {
	margin:0 auto;
}
section a:hover {
	text-decoration:underline;
}
section > .announcement {
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	padding-top:30px;
}
section > .announcement > .lf {
	width:500px;
	/* display:flex;
	flex-direction:column;
	justify-content:space-between; */
}
section > .announcement > .lf > .accordion{
	margin-top:15px;
}
section > .announcement > .lf > .accordion > li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:15px 30px;
	background-color:#F4F4F4;
	font-size:15px;
}
section > .announcement > .lf > .accordion > li:not(.active) > a {
	display:block;
	max-width:70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
section > .announcement > .lf > .accordion > li.active {
	background-color:#C72027;
	padding: 10px 15px;
}
section > .announcement > .lf > .accordion > li.active a {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	color:#fff;
}
section > .announcement > .lf > .accordion > li.active a span {
	display:block;
	width:20%;
}
section > .announcement > .lf > .accordion > li.active a span:nth-child(1),section > .announcement > .lf > .accordion > li.active a span:nth-child(2) {
	font-size:22px;
	padding:0 0 10px;
}
section > .announcement > .lf > .accordion > li.active a span:nth-child(2n) {
	text-align:right;
}
section > .announcement > .lf > .accordion > li.active a span:nth-child(2n-1) {
	width:75%;
}
section > .announcement > .lf > .accordion > li.active a:hover {
	text-decoration:none;
}
section > .announcement > .lf > .accordion > li:not(:last-child) {
	margin-bottom:2px;
}
section > .announcement > .rt {
	width:650px;
	height:453px;
}
section > .target {
	padding-top:30px;
	width:1200px;
	margin:0 auto;
}
section > .target > .tit > .rt > .container {
	display:flex;
	justify-content:space-between;
}
section > .target > .tit > .rt > .container > ul {
	margin-right:20px;
	display:flex;
	justify-content:space-between;
}
section > .target > .tit > .rt > .container > ul > li {
	margin:0 10px;
}
section > .target > .tit > .rt > .container > ul > li a.active {
	color:#104B93;
	font-weight:bold;
}
section > .target > .tit > .rt > .container > ul > li a.active:hover {
	text-decoration:none;
}
section > .target > .list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:30px 0;
}
section > .target > .list > li {
	width:280px;
	margin-bottom:30px;
}
section > .target > .list > li > a {
	display:block;
	background-color:#F4F4F4;
	border-radius:5px;
	transition:.3s;
}
section > .target > .list > li > a:hover {
	text-decoration:none;
	box-shadow:2px 2px 5px #ccc;
}
section > .target > .list > li > a:hover img {
	transform:scale(1.1);
}
section > .target > .list > li > a > div {
	height:200px;
	overflow:hidden;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:center;
}
section > .target > .list > li > a > div img {
	width:100%;
	transition:.3s;
}
section > .target > .list > li > a p {
	text-align:center;
	font-size:18px;
	padding:20px 0;
	font-weight:bold;
}
section > .honor {
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	width:100%;
}
section > .honor > .container {
	width:1200px;
	margin:0 auto;
}
section > .honor > .container > .honor_tit {
	text-align:center;
	font-size:48px;
	color:#fff;
	padding:50px 0;
	letter-spacing:10px;
	text-shadow:5px 5px 5px #666;
}
section > .honor > .container > .list {
	overflow-x:hidden;
}
section > .honor > .container > .list > ul {
	display:flex;
	justify-content:space-around;
}
section > .honor > .container > .list > ul > li {
	width:350px;
	margin-left:50px;
	padding:20px;
	border:1px solid #F4F4F4;
	background-color:#F4F4F4;
	transition:.3s;
}
section > .honor > .container > .list > ul > li:hover {
	box-shadow:3px 3px 5px #ccc;
}
section > .honor > .container > .list > ul > li img {
	width:100%;
}
section > .honor > .container > .list > ul > li h3 {
	text-align:center;
	padding:20px 0;
}
section > .honor > .container > .list > ul > li p {
	line-height:1.5;
	letter-spacing:2px;
}
section > .platform {
	width:1200px;
	margin:0 auto;
	padding:40px 0 0;
}
section > .platform ul {
	display:flex;
	justify-content:space-between;
	padding:40px 0;
}
section > .platform ul li {
	width:290px;
	height:129px;
	border:2px solid #DBDBDB;
	display:flex;
	align-items:center;
	justify-content:center;
}
section > .platform ul li a {
	display:block;
}
section > .platform ul li a img {
	transition:.3s;
}
section > .platform ul li a:hover img {
	opacity:.6;
}
section > .company {
	width:1200px;
	margin:0 auto;
}
section > .company > .container {
	margin-top:30px;
	background-image:url(../img/2.png);
	background-position:right top;
	background-repeat:no-repeat;
}
section > .company > .container::before,section > .company > .container::after {
	content:"";
	display:table;
}
section > .company > .container > div {
	width: 550px;
    margin: 30px 0;
	padding:50px;
	background-color:#C72027;
	border-radius:10px;
	height: 400px;
	position: relative;
}
section > .company > .container > div > .content {
	font-size:15px;
	color:#fff;
	overflow: hidden;
	height: 300px;
}
section > .company > .container > div > .content p {
	line-height:2;
	text-indent:2rem;
}
section > .company > .container > div > .more {
	/* display:flex; */
	align-items:center;
	/* justify-content:flex-end; */
	position: absolute;
	bottom: 20px;
    right: 20px;
}
section > .company > .container > div > .more a {
	color:#fff;
}
section > .company > .container > div > .more img {
	width:16px;
	margin-left:10px;
}
section > .news {
	width:1200px;
	margin:0 auto;
	padding-top:40px;
}
section > .news > .list {
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
section > .news > .list > li {
	width:380px;
	background-color:#F4F4F4;
}
section > .news > .list > li > .pic {
	overflow:hidden;
	text-align:center;
	display:block;
	height:200px;
}
section > .news > .list > li > .pic img {
	width:100%;
}
section > .news > .list > li > .desc {
	padding:10px;
}
section > .news > .list > li > .desc > .desc_tit {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:8px 0;
	font-size:18px;
}
section > .news > .list > li > .desc > .desc_tit > span {
	flex:1;
	align-items:center;
	/* overflow:hidden; */
	text-overflow:ellipsis;
	white-space:nowrap;
}
section > .news > .list > li > .desc > .desc_tit > span:last-child {
	text-align:right;
	font-size:14px;
	color:#B2B2B2;
}
section > .news > .list > li > .desc > .content {
	font-size:12px;
	overflow:hidden;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	line-height:1.8;
}
section > .news > .list > li > .desc > .detail {
	font-size:14px;
	text-align:right;
	padding:8px 0;
}
section > .news > .list > li > .desc > .detail a {
	color:#C72027;
}
section > .process {
	width:1200px;
	margin:0 auto;
	padding:40px 0 0;
}
section > .process > .content {
	padding-top:30px;
}
section > .process > .content img {
	width:100%;
}
section > .process > .content > div {
	display:flex;
}
section > .process > .content > div > div {
	flex:1;
	padding:20px 30px;
	color:#888;
	line-height:1.8;
	font-size:14px;
	height:76px;
	overflow:hidden;
}
.fs_col2 {
	width:100%;
	margin-right:10px;
	overflow:hidden;
}
.out {
	position:relative;
	width:100%;
	height:453px;
}
.out .img li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:453px;
	display:none;
}
.out .img li img {
	width:100%;
	height:453px;
}
.out .num {
	height:18px;
	position:absolute;
	right:20px;
	bottom:40px;
}
.out .num li {
	padding:5px 10px;
	position:relative;
	margin-right:8px;
	display:inline-block;
	cursor:pointer;
	background-color:#fff;
}
.out .num li.active {
	background-color:#C72027;
	color:#fff;
}
.out .btn {
	position:absolute;
	top:50%;
	width:30px;
	height:60px;
	background-color:rgba(0,0,0,0.2);
	color:#fff;
	text-align:center;
	line-height:60px;
	transform:translateY(-50%);
}
.out .btn:hover {
	cursor:pointer;
	background-color:rgba(0,0,0,0.5);
}
.out .btn > img {
	width:20px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.out .left {
	left:0;
}
.out .right {
	right:0;
}
.out .right img {
	transform:translate(-50%,-50%) rotate(180deg) !important;
}
/*# sourceMappingURL=index.css.map */
