.bg{
	background-image: url(../images/bg11.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	display:block!important;
}

.main{
	background-image: url(../images/bg12.jpg);
	padding: 20px;
	padding-top:5px;
}

.container{
	background:none!important;
}

.tp_none {
	width: 1200px;
	background: url(../images/tp_none1.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}

.tpItem_none {
	width: 1200px;
	background: url(../images/tp_none.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 300px;
	height: 300px;
}

.main-con{
	height: 264px;
    display: flex;
    margin-top: 30px;
    padding-bottom: 40px;
}

.main-con:not(:last-child) {
   border-bottom: 2px solid #CCCCCC;
}
 

.tp_item h3{
	color: #4c4c4c;
	font-size: 32px;
	font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.tp_item a{
	background: #217568;
    font-size: 22px;
    padding: 10px 40px;
    color: #Fff;
    border-radius: 20px;
}

.tp_item .imgList{
	font-size: 20px;
    line-height: 30px;
    color: #666;
    display: flex;
    justify-content: space-around;
}

.tp_item .imgList img{
	margin-right:10px;
}


.tp_item .imgList .imgItem{
	position: relative;
	float: left;
	width: 390px;
	margin-right: 15px;
	border-radius: 15px;
	font-size: 25px;
	overflow: hidden;
	margin-bottom: 40px;
	cursor:pointer;
}

.tp_item .imgList .imgItem:nth-child(3n+0) {
	margin-right: 0;
}

.tp_item .imgList .imgItem img{
	float: left;
	width: 100%;
	height: 240px;
}

.tp_item .imgList .imgItem .imgLeft{
	float: left;
    width: 224px;
    height: 51px;
    line-height: 53px;
    background-color: #ececec;
    border: 1px solid #808080;
    border-radius: 0px 0 0 17px;
}


.tp_item .imgList .imgItem .imgRight{
	float: left;
	width: 164px;
	height: 53px;
}

.tp_item .imgList .imgItem .imgRight input{
	height: 53px;
	width: 100%;
	border: none;
	font-size: 25px;
	outline: none;
	padding: 0;
	margin: 0;
	background: #217467;
	color: #fdfffc;
	cursor: pointer;
}

.tp_item .imgList .imgItem .info{
	position: absolute;
	top: 0;
	left: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background-color: #217568;
}

.tp_item .imgList .imgItem .info::after{
	content: '';
	display: block;
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 0px;
	height: 0px;

	border: 25px solid transparent;
	border-top: 25px solid #217568;
}

.page{
	margin: 70px 0;
	text-align: center;
}


.container .right .page a, .container .right .page .layui-laypage-curr {
	padding: 5px 10px;
	font-size: 18px;
	color: #1aa481;
	margin: 0 10px;
	border: 2px solid #1aa481;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.container .right .page .layui-laypage-spr {
	color: #1aa481;
}

.container .right .page .layui-laypage-curr, .container .right .page .layui-disabled {
	background-color: #1aa481;
	color: #fff;
}

.container .right .page .layui-laypage-skip {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	box-sizing: border-box;
	color: #1aa481;
	width: 120px;
	height: 38px;
	line-height: 38px;
	border: 2px solid #1aa481;
	outline: none;
	border-top-left-radius: 20px;
	padding-right: 20px;
}

	.container .right .page .layui-laypage-skip input[type=text] {
		box-sizing: border-box;
		border: 0;
		width: 20px;
		color: #1aa481;
		outline: 0;
		text-align: center;
		border-bottom: 1px solid #1aa481;
		background: transparent;
	}

	.container .right .page .layui-laypage-skip button {
		box-sizing: border-box;
		position: absolute;
		right: -20px;
		top: -2px;
		width: 50px;
		height: 38px;
		border: 2px solid #1aa481;
		background-color: #1aa481;
		color: #fff;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
		outline: none;
		cursor: pointer;
	}

.container .right .page .layui-laypage-count {
	color: #1aa481;
}



.page .layui-laypage-prev{
	position: relative;
	float: left;
	margin: 0;
	margin-left: 50px;
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #217568;
	font-size: 20px;
	border: 0;
}

.page .layui-laypage-prev::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -50px;
	width: 0px;
	height: 0px;
	
	border: 25px solid transparent;
	border-right: 25px solid #217568;
}

.page .layui-laypage-next{
	position: relative;
	float: right;
	margin: 0;
	margin-right: 50px;
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #217568;
	font-size: 20px;
	border: 0;
}

.page .layui-laypage-next::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -50px;
	width: 0px;
	height: 0px;
	
	border: 25px solid transparent;
	border-left: 25px solid #217568;
}


.page a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #217568;
	margin: 5px;
	color: #217568;
	font-size: 18px;
	line-height: 40px;
}

.page .layui-laypage-curr{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #217568;
	margin: 5px;
	font-size: 18px;
	line-height: 40px;
	background-color: #217568;
	color: #fff;
	font-style: normal!important;
}

.page .layui-laypage-skip{
	margin: 0 10px;
	color: #217568;
	font-size: 18px;
}

.page .layui-input{
	width: 50px;
	height: 40px;
	border: 1px solid #217568;
	text-align: center;
	font-size: 18px;
	color: #217568;
	margin: 0 10px;
}

.page .layui-laypage-btn{
	width: 60px;
	height: 40px;
	border: 1px solid #217568;
	text-align: center;
	font-size: 18px;
	color: #217568;
	margin: 0 10px;
	cursor: pointer;
	background: none;
}

.page .layui-laypage-btn:hover{
	background: #217568;
	color: #fff;
}


em{
	font-style: normal!important;
}