.new_fl {
	float: left;
}
.new_fr{
	float: right;
}
.new_section {
	background: #11479f url("../images/tiles_bg.png"); padding: 40px 0;
}
.tiles_txt {
	width: 75%; color: #FFFFFF
}
.tiles_txt h2 {
	font-size: 30px; margin: 0; padding: 5px 0;
}
.tiles_txt p {
	font-size: 24px; margin: 0; padding: 5px 0;
}
.tiles_tel {
	width: 25%; padding-top: 18px;
}
.tiles_tel a {
	width: 200px; height: 60px; line-height: 60px; text-align: center; background: #FFFFFF; display: block; margin: 0 auto; font-size: 18px; font-weight: bold; 
	box-sizing: border-box; clip-path:polygon(20px 0, 0 100%, calc(100% - 20px) 100%, 100% 0);
}

.propa1 .left {
	width: 58%;
}
.propa1 .left li {
	border-bottom: 1px dashed #b3b3b3; padding: 20px 0 20px 0 ;
}
.propa1 .left li:last-child {
	border: none
}
.propa1 .left li .fl {
	width: 20%;
}
.propa1 .left li .fl img {
	width: 117px;
}
.propa1 .left li .fr {
	width: 80%;
}
.propa1 .left li .fr h3 {
	font-size: 24px; font-weight: 100; padding-top: 20px; padding-bottom: 10px; margin: 0;
}
.propa1 .left li .fr h3 b {
	color: #ddd; margin-right: 5px; margin: 0;
}
.propa1 .left li .fr .p {
	color: #666; line-height: 24px; padding-left: 20px; text-align: justify; margin: 0;
}
.propa1 .right {
	width: 40%; 
}
.propa1 .right img {
	width: 100%;
}

.partner {
	height: 180px; position: relative;
}
.partner .list-item {
	width: 100%; overflow: hidden;
}
.partner .list-item .wrapbox {
	width: 3000px; height: 150px; position: relative;
}
.partner .list-item .item {
	width:220px; height:150px; overflow: hidden; float: left; margin-right: 25px; text-align: center
}
.partner .list-item .item img {
	width: 220px; height: 110px;
}
.partner .list-item .item p {
	margin: 5px 0;
}
.partner span[class*="-btn"] {
	position:absolute; z-index:99999; display:block; height:37px; width:37px; border: 2px solid #969696;
}
.partner span.next-btn {
	position:absolute; right:-47px; top:32px; user-select:none; cursor:pointer; background:#f8f8f8 url("../images/right.jpg") no-repeat center
}
.partner span.prev-btn {
	position:absolute; left:-47px; top:32px; user-select:none; cursor:pointer; background:#f8f8f8 url("../images/left.jpg") no-repeat center
}

@media screen and (max-width: 767px) {
	.tiles_tel, .tiles_txt {
		width: 100%;
	}
	.tiles_txt h2 {
		font-size: 24px; font-weight: normal
	}
	.tiles_txt p {
		font-size: 16px;
	}
	.tiles_tel a {
		clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 0);  border-radius: 60px;
	}
	.propa1 .left {
		width: 100%
	}
	.propa1 .left li:last-child {
		border-bottom: 1px dashed #b3b3b3;
	}
	.propa1 .left li .fr h3 {
		font-size: 20px; font-weight: bold; padding-top: 10px;
	}
	.propa1 .left li .fr .p {
		padding-left: 15px;
	}
	.propa1 .right {
		display: none;
	}
	.partner span.next-btn {
		right:-8px;
	}
	.partner span.prev-btn {
		left:-8px;
	}
}
@media screen and (max-width: 479px) {
	.tiles_txt h2 {
		font-size: 22px; font-weight: normal
	}
	.propa1 .left li .fl img {
		width: 90%;
	}
	.propa1 .left li .fr h3 {
		font-size: 16px; font-weight: bold
	}
	.propa1 .left li .fr .p {
		padding-left: 12px;
	}
}