.event,.training{
	background-color: #ededed;
	padding: 30px 0;
	
}
.event li .text h3{
	color: #1d2087;
}
.event ul li .pic{
	width: 300px;
}

.saishi li .text .bt{
	display: flex;
	justify-content: center;
}
.event li .text .btn{
	width: 25%;
	
}
@media all and (max-width:610px) {

	.event ul li .pic {
		width: 100%;
	}
	.event li .text .btn{
		width: 100%;
	}
}
.saishi,.jx{
	margin-top: 0;
}
.saishi ul{
	grid-template-columns: repeat(1, 1fr);
}
.saishi ul li .text {
	width: 80%;
}
.saishi ul li .text .xx{
	width: 50%;
	float: left;
}
/* @media all and (max-width:800px) {
	.event,.training{
		padding-top: 30px;
	}
} */
@media all and (max-width:610px) {
	.saishi ul li .text{
		width: 100%;
	}
}


.res{
	margin-top: 30px;
}

.res ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}

.res ul li a{
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	/* padding: 20px; */
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.res ul li a .pic{
	width: 100%;
	height: 200px;
	/* border-radius: 5px; */
	overflow: hidden; position: relative;
}
.res ul li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease; position: relative; z-index: 2;
}
.res ul li a .pic p { position:absolute; right:0; bottom:0; background-color:#1d2087; color:#fff; line-height:34px; padding:0 15px; z-index:33}
.res ul li:hover img {
	transform: scale(1.1)
}
.res ul li a .text{
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
}
.res li .text h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 42px;
}
.res li .text p {
	color: #a1a1a8;
}
.res li .text .con{
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.res .liebie{
	display: flex;
	justify-content: space-between;
}
.res .liebie .lb{
	color: #1d2087;
}
@media all and (max-width:1000px) {
	.res ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.event ul li .pic{
		width: 60%;
	}
	.saishi ul li .text .xx{
		float: none;
		width: 100%;
	}
	.event li .text .btn {
    width: 100%;
}
}
@media all and (max-width:610px) {
	
	.event ul li .pic{
		width: 100%;
	}
}
@media all and (max-width:550px) {
	.res ul{
		grid-template-columns: repeat(1, 1fr);
	}
}
.eventid{
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: #ededed;
}
.eventid .details{
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px 30px;
}
.eventid .hd{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 1px #ebeef5 solid;
}
.eventid .hd .text{
	width: 50%;
}
.eventid .hd .pic{
	width: 50%;
	 height: 400px; 
}
.eventid .hd .pic img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
	object-fit: cover;
}

.eventid .hd .text{
	padding-left: 30px;
	box-sizing: border-box;
}
.eventid .hd .text h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 42px;
}
.eventid .hd .text p {
	color: #a1a1a8;
}
.eventid .hd .text .bt{
    display:flex;
    justify-content: center;
}
.eventid .hd .text .btn {
	width: 50%;
	padding: 5px 10px;
	font-size: 18px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	/* border: 1px solid #28988a;
	background-color: #fff; */
	border-radius: 5px;
	cursor: pointer;
	color: #1d2087;
	font-weight: 500;
	margin-top: 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #1d2087;
	color: #fff;
}
.eventid .hd .text .btn.n2 { background-color: #999;}
.eventid .endtext{
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
.eventid .endtext h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 42px;
}
@media all and (max-width:660px) {
	.eventid .hd .text,.eventid .hd .pic{
		width: 100%;
	}
	.eventid .hd .text .btn{
	    width: 100%;
	}
}

.tangchun {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	z-index: 10000;
	
	display: none;
}
.tangchun .Tbox{
	width: 50%;
	height: 50%;
	margin: 5% auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tangchun .chuanhu{
	padding: 40px;
	/* width: 60%; */
	/* height: 60%; */
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff; width: 100%;
}

.tangchun .cuo{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	
}

.tangchun h1{
	font-size: 26px;
	text-align: center;
	margin-bottom: 15px;
}
.tangchun form{
	text-align: center;
}
.tangchun form p{
	padding-top: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.tangchun form p label{
	font-size: 16px;
	width: 150px;
	padding-right:20px;
	display: block;
	text-align: right;
}
.tangchun form p input,textarea,select{
	width: 100%;
	border: 1px solid #d2d6de;
	height: 30px;
	padding-left: 15px;
	color: #333;
}
.tangchun form p textarea{
	height: 150px;
}
input:focus, textarea:focus, button:focus{
	border: 1px solid #d2d6de;
}
.tangchun form p input[type="submit"]{
	background-color: #1d2087;
	color: #fff;
	height: 40px;
	cursor: pointer;
}