.header{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}
.header-l{
	height: 110px;
	line-height: 110px;
}
.header-l img{
	display: inline-block;
	vertical-align: middle;
}
.header-l .shu{
	display: inline-block;
	width: 1px;
	height: 50%;
	background-color: #DADADA;
	vertical-align: middle;
	margin: 0 30px;
}
.header-r a{
	padding: 18px 20px;
	border: 1px solid #0c4bb4;
	color: #0C4BB4;
	border-radius: 8px;
}
.section{
	/* background-color: #e6e8e9; */
	background: url(../images/sec-bg.png) no-repeat;
}
.container{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.gif-box-alt{
	text-align: center;
	margin-bottom: 65px;
}
.gif-box-alt i{
	font-style: italic;
	color: #FF0000;
	font-size: 24px;
}
.gif-box-c1{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.gif-box-c1-item{
	position: relative;
	width: 360px;
	background-color: #FFFFFF;
	border-radius: 12px;
	text-align: center;
	padding: 32px 22px;
	height: 534px;
	margin-right: 55px;
	margin-bottom: 75px;
	transition: all 0.3s;
}
.gif-box-c1-item:nth-child(3n){
	margin-right: 0;
}
.gif-box-c1-item:hover{
	transform: translate(5px,-15px);
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 30%); 
}
.xc-js{
	position: absolute;
	left: 0;
	top: -20px;
}
.gif-box-c1-item h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.title-c{
	font-size: 18px;
	color: #a22222;
}
.link-f{
	margin-top: 12px;
	height: 150px;
	margin-bottom: 25px;
}
.web-link{
	padding-top: 25px;
}
.web-link-btn{
	position: relative;
}
.web-link-btn span{
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 16px;
	color: #591100;
}
.link-c{
	text-decoration: underline;
	font-size: 15px;
	margin-top: 12px;
}
.cx-content{
	font-size: 15px;
	text-align: left;
	line-height: 30px;
	height: 120px;
	overflow-y: auto;
}
.cx-content::-webkit-scrollbar {
/*滚动条整体样式*/
width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
.cx-content::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 5px;
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
background   : #535353;
}
.cx-content::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 5px;
background   : #ededed;
}
.cx-content-p{
	padding: 16px 24px;
	font-size: 14px;
	color: #777777;
	border: 1px solid #DADADA;
	background-color: #fbfbfb;
	margin-top: 15px;
	line-height: 24px;
	text-align: left;
}
.more-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #010101;
}
.more-item img{
	width: 70px;
	margin-bottom: 25px;
}
.pt-box{
	display: flex;
	justify-content: space-between;
}
.pt-box-l{
	width: 450px;
	padding: 22px;
	background-color: #FFFFFF;
	border-radius: 12px;
}
.pt-box-l p{
	line-height: 30px;
	margin-top: 24px;
	font-size: 16px;
	color: #333333;
}
.pt-box-l p i{
	color: #FF0000;
}
.pt-box-r{
	width: 720px;
}
.pt-box-c{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding: 20px 0;
	margin-bottom: 30px;
}
.pt-box-c-l{
	display: flex;
	width: 75%;
}
.pt-box-c-l img{
	margin: 0 30px;
}
.pt-box-c-l-tit{
	text-align: left;
	padding: 5px 0;
	color: #777777;
}
.pt-box-c-l-tit h4{
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 5px;
}
.pt-box-c-b{
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 15px;
	margin-bottom: 30px;
}
.ts-pt-box-c{
	width: 89%;
	margin-left: 35px;
	margin-bottom: 0;
}
.swiper-container-box{
	width: 100%;
	padding: 22px;
	background: url(../images/swiper-bg.png) no-repeat;
	height: 253px;
	margin-bottom: 30px;
}
.swiper-container{
	height: 213px;
}
.swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}