@charset "utf-8";

#main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#main:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 275px;
	bottom: -170px;
	background: url(../images/syzs1.png) bottom center no-repeat;
}


#main .bxslider {
	width: 100% !important;
	margin: 0 auto;
	position: relative;
}

#main .bxslider li:before {
	content: "";
	display: block;
	padding-top: 800px;
}

.xymb {
	display: block;
	position: absolute;
	top: 0;
	padding: 0 !important;
	z-index: 100;
	width: 100% !important;
	background-size: cover !important;
	background-position: center center !important;
	-webkit-animation: sc 20s linear;
	animation: sc 20s linear;
}

.xymai01 {
	background-image: url(../images/banner1.jpg);
}

.xymai01 h2 {
	position: absolute;
	right: calc(50% + 490px);
	top: 160px;
	width: 160px;
}


.xymai02 {
	background-image: url(../images/banner2.jpg);
}

.xymai02 h2 {
	position: absolute;
	right: calc(50% + 445px);
	top: 104px;
	width: 160px;
}

.xymai02 p {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	width: 257px;
}

.xymai03 {
	background-image: url(../images/banner3.jpg);
}

.xymai03 h2 {
	position: absolute;
	right: calc(50% - 490px);
	top: 104px;
	width: 160px;
}

.xymai03 p {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	width: 259px;
}

.xymai04 {
	background-image: url(../images/banner4.jpg);
}

.xymai04 h2 {
	position: absolute;
	left: calc(50% + 345px);
	top: 104px;
	width: 160px;
}

.xymai04 p {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	width: 258px;
}

.main05 {
	background-image: url(../images/banner5.jpg);
}

.main05 h2 {
	position: absolute;
	right: calc(50% + 460px);
	top: 104px;
	width: 160px;
}

.main05 p {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	width: 306px;
}


.bx-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.bx-viewport {
	margin: 0 auto;
	width: 100%;
}

.bx-wrapper img {
	width: 100%;
}

.bx-controls {
	position: absolute;
	width: 78px;
	height: 20px;
	z-index: 150;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 110px;
}

.bx-controls-direction {
	max-width: 100%;
	min-width: 780px;
	top: 0;
	position: absolute;
}

.bx-controls-direction a {
	position: absolute;
	width: 100%;
	height: 300px;
	display: block;
	background-color: #fff;
	z-index: 600;
}

.bx-controls-direction a:hover {
	background-color: #b2d4d5;
}

.bx-pager {
	text-align: center;
	clear: both;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin-top: 2px;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.bx-pager a:hover,
.bx-pager a.active {
	background: #ae744c;
}

.bx-pager-item {
	line-height: 1;
}

.bx-pager-item a {
	background-color: #fff;
	display: block;
}

.bx-pager-item a.active {
	width: 13px;
	height: 13px;
	background: #ae744c;
	margin-top: 0;
}




@media screen and (max-width: 1400px) {

	#main .bxslider li:before {
		padding-top: 57.8vw;
	}

}



@media screen and (max-width: 1250px) {
	#main .bxslider li:before {
		padding-top: 730px;
	}
}


@media screen and (max-width: 1100px) {

	.xymai01 h2,
	.xymai02 h2,
	.xymai03 h2,
	.main05 h2 {
		right: 30px;
	}

	.xymai04 h2 {
		left: 10px;
	}
}

@media screen and (max-width: 800px) {

	#main .bxslider li:before {
		padding-top: 89% !important;
	}

	#main:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 115px;
		bottom: -70px;
		background-size: 498px 70px;
		background-size: cover;
	}


	.xymai01 h2 {
		position: absolute;
		left: 3vw;
		top: 10.9vw;
		width: 19vw;
	}


	.xymai02 h2 {
		position: absolute;
		left: 3vw;
		top: 10.9vw;
		width: 19vw;
	}

	.xymai02 p {
		bottom: 35px;
		margin: auto;
		width: 128px;
	}

	.xymai03 h2 {
		position: absolute;
		right: 3vw;
		top: 10.9vw;
		width: 19vw;
	}

	.xymai03 p {
		bottom: 35px;
		margin: auto;
		width: 128px;
	}

	.xymai04 h2 {
		position: absolute;
		right: 3vw;
		top: 10.9vw;
		width: 19vw;
	}

	.xymai04 p {
		bottom: 35px;
		margin: auto;
		width: 128px;
	}

	.main05 h2 {
		position: absolute;
		left: 3vw;
		top: 10.9vw;
		width: 19vw;
	}

	.main05 p {
		bottom: 35px;
		margin: auto;
		width: 148px;
	}



}

@media screen and (max-width: 400px) {
	#main .bxslider li:before {
		padding-top: 316px !important;
	}

}

/* 首页banner 结束*/

/* 视频 */

#xytopv {
	position: relative;
	padding: 200px 0 240px;
	background: url(../images/sybj1.png) top center no-repeat;
}


#xytopv:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 225px;
	bottom: 0;
	background: url(../images/syzs2.png) bottom center no-repeat;
}

#xytopv .xyilla {
	position: absolute;
	overflow: hidden;
	top: -15px;
	left: 0;
	right: 0;
	width: 100%;
	height: 250px;
	z-index: 100;
}

#xytopv .xyilla img {
	display: block;
	position: absolute;
	z-index: 150;
}

#xytopv .xyilla .xylcao {
	width: 213px;
	top: 0;
	right: calc(50% + 430px);
}

#xytopv .xyilla .rgrn {
	width: 181px;
	top: 100px;
	left: calc(50% + 510px);
}

@media screen and (max-width: 1200px) {

	#xytopv .xyilla .xylcao {
		width: 213px;
		top: 0;
		right: auto;
		left: -110px;
	}

	#xytopv .xyilla .rgrn {
		width: 181px;
		top: 0;
		left: auto;
		right: -100px;
	}
}

#xytopv video {
	width: calc(100% - 30px);
	max-width: 1080px;
	display: block;
	margin: 30px auto 70px;

}

@media screen and (max-width: 800px) {
	#xytopv video {
		margin: 26px auto 50px;
	}

	#xytopv {
		position: relative;
		padding: 80px 0 75px;
	}
	
	#xytopv:after {
		height: 94px;
		background-size: cover;
	}

	#xytopv .xyilla {
		top: 15px;
		height: 100px;
	}

	#xytopv .xyilla .xylcao {
		width: 85px;
		top: 0;
		left: 10px;
	}

	#xytopv .xyilla .rgrn {
		width: 70px;
		top: 20px;
		right: 10px;
	}
}

/* 视频结束 */

/* 案例展示 */
.lhbj{
    background: url(../images/lhbj.png) center no-repeat;
}


#xytcase {
	position: relative;
	padding: 150px 0 260px;
	box-sizing: border-box;
}


#xytcase:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 230px;
	bottom: 0;
	background: url(../images/syzs3.png) bottom center no-repeat;
}



#xytcase .xyilla {
	position: absolute;
	overflow: hidden;
	top: -80px;
	left: 0;
	right: 0;
	width: 100%;
	height: 350px;

}

#xytcase .xyilla img {
	display: block;
	position: absolute;
	z-index: 150;
}

#xytcase .xyilla .xylcao {
	width: 270px;
	top: 0;
	right: calc(50% + 430px);
}

#xytcase .xyilla .rgrn {
	width: 181px;
	top: 0;
	left: calc(50% + 510px);
}

#xytcase .xyilla .xylhua {
	width: 29px;
	top: 210px;
	right: calc(50% + 588px);
}

#xytcase .xyilla .xyrhua {
	width: 35px;
	top: 135px;
	right: calc(50% + 422px);
}

#xytcase .xyilla .xylyun {
	width: 62px;
	top: 90px;
	left: calc(50% + 455px);
}

#xytcase .xyilla .xyrshu {
	width: 207px;
	top: 97px;
	left: calc(50% + 448px);
}

@media screen and (max-width: 1200px) {

	#xytcase .xyilla .xylcao {
		width: 265px;
		top: 0;
		right: auto;
		left: -100px;
	}

	#xytcase .xyilla .rgrn {
		width: 181px;
		top: 0;
		left: auto;
		right: -100px;
	}
}



#xytcase ul {
	width: calc(100% - 30px);
	max-width: 1080px;
	margin: 10px auto 0;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#xytcase ul li {
	width: 250px;
	transition: transform 0.5s ease;
}

#xytcase ul li:nth-child(2),
#xytcase ul li:nth-child(3),
#xytcase ul li:nth-child(6),
#xytcase ul li:nth-child(7) {
	margin-top: 50px;
}



#xytcase ul li:hover {
	transform: translateY(-10px);
}


#xytcase ul li a {
	display: block;
}

#xytcase ul li a:hover {
	display: block;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#xytcase ul li .xyimga img {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#xytcase ul li .xytare {
	position: relative;
	width: 100%;
	background: #fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	box-sizing: border-box;
}


#xytcase ul li .xytare h2 {
	font-size: 16px;
	font-weight: 700;
	color: #ae744c;
	letter-spacing: 0.04em;
	margin: 8px 0 18px;
}

#xytcase ul li .xytare p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.04em;
	color: #666;
	font-weight: 400;
	word-break: break-all;
}

#xytcase ul li:hover p {
	color: #ae744c;
	transition: color 0.5s ease;
}

@media screen and (max-width: 1050px) {
	#xytcase ul li {
		width: 23%;
	}
}

@media screen and (max-width: 900px) {
	#xytcase ul li {
		width: 48%;
	}

	#xytcase ul li:nth-child(2),
	#xytcase ul li:nth-child(3),
	#xytcase ul li:nth-child(6),
	#xytcase ul li:nth-child(7) {
		margin-top: 0;
	}

	#xytcase ul li,
	#xytcase ul li:nth-child(2) {
		margin-bottom: 4%;
	}
}

@media screen and (max-width: 800px) {
    .lhbj{
    background-size: cover;
}
	#xytcase {
		position: relative;
		padding: 50px 0 110px;
		box-sizing: border-box;
		
		background-size: 780px 550px;
	}

	
	#xytcase:after {
		height: 94px;
		background-size:cover;
	}



	#xytcase .xyilla {
		top: -30px;
		height: 100px;
	}

	#xytcase .xyilla .xylcao {
		width: 85px;
		top: 0;
		left: 10px;
	}

	#xytcase .xyilla .xyrshu  {
		width: 70px;
		top: 0;
		left: 80%;
	}

	#xytcase ul {
		width: calc(100% - 30px);
		margin: 25px auto 0;
	}

	#xytcase ul li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	#xytcase ul li .xyimga img {
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

	#xytcase ul li .xytare {
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		padding: 5px 12px 20px;
	}

	#xytcase ul li .xytare h2 {
		font-size: 13px;
		line-height: 1.5;
		margin: 4px 0 2px;
	}

	#xytcase ul li .xytare p {
		font-size: 11px;
		line-height: 16px;
	}

	#xytcase ul li .xytare:before {
		left: 12px;
		top: -12px;
		padding: 5px 8px 5px;
		font-size: 10px;
	}


	#xytcase ul li:hover {
		transform: translateY(-5px);
	}

}

/* 案例展示 结束*/


/* 项目划分 */

#xytopa {
	position: relative;
	padding-top: 115px;
	margin-bottom: 100px;
}



#xytopa .xyilla {
	position: absolute;
	overflow: hidden;
	top: -90px;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
}

#xytopa .xyilla img {
	display: block;
	position: absolute;
	z-index: 150;
}

#xytopa .xyilla .xylcao {
	width: 213px;
	top: 0;
	right: calc(50% + 430px);
}

#xytopa .xyilla .rgrn {
	width: 181px;
	top: 0;
	left: calc(50% + 510px);
}

#xytopa .xyilla .xylhua {
	width: 29px;
	top: 360px;
	right: calc(50% + 588px);
}

#xytopa .xyilla .xyrhua {
	width: 35px;
	top: 135px;
	right: calc(50% + 422px);
}

#xytopa .xyilla .xylyun {
	width: 269px;
	top: 170px;
	left: calc(50% + 366px);
}

#xytopa .xyilla .xyrshu {
	width: 62px;
	top: 170px;
	left: calc(50% + 523px);
}


@media screen and (max-width: 1200px) {
	#xytopa .xyilla .xylcao {
		width: 265px;
		top: 0;
		right: auto;
		left: -100px;
	}

	#xytopa .xyilla .rgrn {
		width: 181px;
		top: 0;
		left: auto;
		right: -100px;
	}
}

.xytai {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.xytai .xyabtbox {
	width: calc(100% - 30px);
	max-width: 1080px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.xytai .xyabtbox .xytbox {
	width: 23%;
	display: block;
	position: relative;
}

.xytai .xyabtbox .xytbox .xyimga {
	width: 100%;
	position: relative;
	z-index: 1;
}

.xytai .xyabtbox .xytbox .xyimga .xyimgi {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
	position: relative;
	background-size: cover;
	background-position: center center;
	overflow: hidden;

}


.xytai .xyabtbox .xytbox h2 {
	font-size: 37px;
	color: #ae744c;
	font-weight: 700;
	margin: 40px 0 20px;
	text-align: center;
	line-height: 30px;
}

.xytai .xyabtbox .xytbox p {
	font-size: 15px;
	line-height: 26px;
	width: calc(100% - 30px);
	padding-left: 20px;
	margin-bottom: 14px;
	color: #333;
}

.xytai .xyabtbox .xytbox.xybox01 .xyimga:after {
	content: "";
	display: block;
	width: 90px;
	height: 60px;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: auto;
	background: url(../images/toutu3.png);
	background-size: cover;
}

.xytai .xyabtbox .xytbox h2 {
	font-size: 20px;
}

.xytai .xyabtbox .xytbox h2 span {
	font-size: 42px;
	letter-spacing: -0.14em;
}

.xytai .xyabtbox .xytbox.xybox02 .xyimga:after {
	content: "";
	display: block;
	width: 90px;
	height: 60px;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: auto;
	background: url(../images/toutu4.png);
	background-size: cover;
}

.xytai .xyabtbox .xytbox.xybox03 .xyimga:after {
	content: "";
	display: block;
	width: 90px;
	height: 60px;
	position: absolute;
	z-index: 5;
	left: calc(50% - 24px);
	bottom: -20px;
	margin: auto;
	background: url(../images/toutu5.png);
	background-size: cover;
}

.xytai .xyabtbox .xytbox.xybox04 .xyimga:after {
	content: "";
	display: block;
	width: 90px;
	height: 60px;
	position: absolute;
	z-index: 5;
	left: calc(50% - 24px);
	bottom: -20px;
	margin: auto;
	background: url(../images/toutu6.png);
	background-size: cover;
}

.xytai .xyabtbox .xytbox .link_btn {
	width: 100%;
	max-width: 300px;
}

.xytai .xyabtbox .xytbox:hover .link_btn {
	background: #ae744c;
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.xytai .xyabtbox .xytbox .xyimga img {
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}


.xytai .xyabtbox .xytbox:hover .xyimga img {

	transform: scale3d(1.1, 1.1, 1.1);
}

.xytai .xyabbox {
	width: calc(100% - 30px);
	max-width: 1080px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 30px auto 10px;
	padding: 20px 20px 8px;
	box-sizing: border-box;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 100;
}

.xytai .xyabbox .xybbox {
	width: 19%;
	display: block;
	position: relative;
	margin-bottom: 12px;
}


.xytai .xyabbox .xybbox .xyimga {
	width: 100%;
	position: relative;
}

.xytai .xyabbox .xybbox .xyimga .xyimgi {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.xytai .xyabbox .xybbox .xytare {
	position: relative;
}


.xytai .xyabbox .xybbox h2 {
	font-size: 18px;
	color: #0d6fb8;
	font-weight: 700;
	margin: 40px 0 12px;
	text-align: center;
}

.xytai .xyabbox .xybbox p {
	font-size: 15px;
	line-height: 22px;
	width: calc(100% - 10px);
	padding-left: 10px;
	margin-bottom: 14px;
	color: #333;
}


.xytai .xyabbox .xybbox .link_btn {
	width: calc(100% - 20px);
}

.xytai .xyabbox .xybbox:hover .link_btn {
	background: #ef9998;
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.xytai .xyabbox .xybbox .xyimga img {
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}


.xytai .xyabbox .xybbox:hover .xyimga img {
	transform: scale3d(1.1, 1.1, 1.1);
}



@media screen and (max-width: 980px) {

	.xytai .xyabbox .xybbox .link_btn {
		width: 100%;
	}

	.xytai .xyabbox .xybbox .link_btn:before {
		right: 10px;
	}

	.xytai .xyabbox .xybbox:hover .link_btn:before {
		right: 5px;
	}



}




@media screen and (max-width: 800px) {

	#xytopa {
		padding-top: 50px;
		margin-bottom: 30px;
	}


	


	#xytopa .xyilla {
		top: -25px;
		height: 130px;
	}



	#xytopa .xyilla .xylcao {
		width: 101px;
		top: 0;
		left: 10px;
	}

	#xytopa .xyilla .xylyun {
	    width: 90px;
        top: 0;
        left: 70%;
	}


	.xytai {
		width: 100%;
		background-size: 800px 527px;
		overflow: hidden;
		position: relative;
	}

	#xytopa h1,
	#xytopa .xystit {
		position: relative;
		z-index: 100;
		margin-top: 5px;
	}

	.xytai .xyabtbox {
		z-index: 100;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 12px 12px 24px;
	}

	.xytai .xyabtbox .xytbox {
		width: 49%;
	}

	.xytai .xyabtbox .xytbox .xyimga .xyimgi {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.xytai .xyabtbox .xytbox h2 {
		line-height: 20px;
		margin: 24px 0 15px;
	}

	.xytai .xyabtbox .xytbox p {
		font-size: 12px;
		line-height: 18px;
		width: calc(100% - 10px);
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.xytai .xyabtbox .xytbox.xybox01 {
		margin-bottom: 34px;
	}

	.xytai .xyabtbox .xytbox.xybox01 .xyimga:after {
		width: 75px;
		height: 50px;
		
		bottom: -13px;
		background-size: cover;
	}

	.xytai .xyabtbox .xytbox.xybox01 h2 {
		font-size: 15px;
	}

	.xytai .xyabtbox .xytbox.xybox01 h2 span {
		font-size: 30px;
	}

	.xytai .xyabtbox .xytbox.xybox02 {
		margin-bottom: 34px;
	}

	.xytai .xyabtbox .xytbox.xybox02 .xyimga:after {
		width: 75px;
		height: 50px;
		
		bottom: -13px;
		background-size: cover;
	}

	.xytai .xyabtbox .xytbox.xybox02 h2 {
		font-size: 15px;
	}

	.xytai .xyabtbox .xytbox.xybox02 h2 span {
		font-size: 30px;
	}



	.xytai .xyabtbox .xytbox.xybox03 {
		margin-bottom: 34px;
	}

	.xytai .xyabtbox .xytbox.xybox03 .xyimga:after {
		width: 75px;
		height: 50px;
		
		bottom: -13px;
		background-size: cover;
	}

	.xytai .xyabtbox .xytbox.xybox03 h2 {
		font-size: 15px;
	}

	.xytai .xyabtbox .xytbox.xybox03 h2 span {
		font-size: 30px;
	}
	
	.xytai .xyabtbox .xytbox.xybox04 h2 {
		font-size: 15px;
	}

	.xytai .xyabtbox .xytbox.xybox04 .xyimga:after {
		width: 75px;
		height: 50px;
		
		bottom: -13px;
		background-size: cover;
	}

	.xytai .xyabbox {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 26px auto 10px;
		padding: 12px 12px 3px;
	}

	.xytai .xyabbox:after {
		content: "";
		display: block;
		width: 32%;
	}

	.xytai .xyabbox .xybbox {
		width: 32%;
		display: block;
		position: relative;
		margin-bottom: 15px;
	}

	.xytai .xyabbox .xybbox .xyimga .xyimgi {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.xytai .xyabbox .xybbox h2 {
		font-size: 14px;
		margin: 0 0 8px;
	}

	.xytai .xyabbox .xybbox p {
		font-size: 12px;
		line-height: 15px;
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}


	.xytai .xyabbox .xybbox .xytare {
		padding: 26px 0 0 0;
	}

}


@media screen and (max-width: 550px) {


	.xytai .xyabbox .xybbox {
		width: 48%;
		margin-bottom: 18px;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}





	.xytai .xyabbox .xybbox .xytare {
		width: calc(55% - 15px);
		padding: 36px 0 0 0;
		margin-left: 15px;
		box-sizing: border-box;
	}

	.xytai .xyabbox .xybbox.xybox01 .xytare:after,
	.xytai .xyabbox .xybbox.xybox02 .xytare:after,
	.xytai .xyabbox .xybbox.xybox03 .xytare:after,
	.xytai .xyabbox .xybbox.xybox04 .xytare:after,
	.xytai .xyabbox .xybbox.xybox05 .xytare:after {
		top: 0;
	}




}

/* 项目划分 结束 */
