@charset "utf-8";

/* ================================ xitem ================================ */

.xitem {
	padding: 60px 0px;
	border-bottom: 1px solid #ccc;
}

.xitem .xitem-top {
	text-align: center;
}

.xitem .xitem-top h1 {
	color: #333;
	font-size: 60px;
	line-height: 60px;
	font-family: "MyriadPro-LightCond";
	letter-spacing: 0.18em;
	font-weight: normal;
}

.xitem .xitem-top h2 {
	color: #333;
	font-size: 26px;
	font-weight: normal;
	margin-top: 6px;
}

.xitem .xitem-top i {
	display: block;
	height: 40px;
	background: url(../../res/imgs/index/arrow.png) 50% 50% no-repeat;
}

.xitem .xitem-top h3 {
	color: #444;
	font-size: 38px;
	font-weight: normal;
}

.xitem .xitem-top p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
}

.xitem .xitem-content {
	padding: 50px 0px;
}

/* ================================ service ================================ */

.xitem.service .xitem-content ul {
	text-align: center;
}

.xitem.service .xitem-content ul li {
	display: inline-block;
	vertical-align: middle;
	width: 210px;
	height: 210px;
	margin: 0px 59px;
	border: 1px solid #e60012;
	border-radius: 50%;
	background-color: #e60012;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.xitem.service .xitem-content ul li:hover {
	background-color: #fff;
}

.xitem.service .xitem-content ul li h1 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-family: "MyriadPro-LightCond";
	letter-spacing: 2px;
	font-weight: normal;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.xitem.service .xitem-content ul li:hover h1 {
	color: #e60012;
}

.xitem.service .xitem-content ul li h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.xitem.service .xitem-content ul li:hover h2 {
	color: #e60012;
}

/* ================================ about ================================ */

.xitem.about .xitem-content ul {
	text-align: center;
}

.xitem.about .xitem-content ul li {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	height: 220px;
	margin: 0px 40px;
	border: 1px solid #aaa;
	border-radius: 50%;
}

.xitem.about .xitem-content ul li h1 {
	color: #e60012;
	font-size: 70px;
	line-height: 70px;
	font-family: "DIN Condensed Bold";
}

.xitem.about .xitem-content ul li h2 {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	width: 77%;
	margin: 0 auto;
}

/* ================================ anli ================================ */

/* ================================ customer ================================ */

/* ================================ a ================================ */

/* .xitem.a {
	height: 750px;
	padding: 0px;
	background: url(../../res/imgs/index/a1.jpg) 50% 81px no-repeat fixed;
}

.xitem.a .title {
	padding-top: 100px;
	padding-left: 60px;
}

.xitem.a .title h1 {
	color: #fff;
	font-weight: normal;
	font-size: 64px;
	line-height: 64px;
	font-family: "MyriadPro-LightCond";
	letter-spacing: 5px;
}

.xitem.a .title h2 {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px;
}

.xitem.a ul {
	width: 896px;
	margin: 0 auto;
	margin-top: 90px;
}

.xitem.a ul li {
	float: left;
	list-style-type: none;
	width: 250px;
	height: 250px;
	border-radius: 125px;
	border: 1px solid #fff;
	background-color: #fff;
	margin-right: 70px;
}

.xitem.a ul li h1 {
	color: #e60012;
	font-size: 40px;
	font-family: "MyriadPro-LightCond";
	font-weight: normal;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 40px;
	margin-top: 65px;
}

.xitem.a ul li h2 {
	color: #e60012;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	margin-top: 7px;
} */

@media (min-width: 1px) and (max-width: 1440px) {
	
	/* ================================ xitem ================================ */

	.xitem {
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 55px;
		line-height: 55px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 24px;
	}
	
	.xitem .xitem-top i {
		height: 30px;
		background-size: 18px auto;
	}
	
	.xitem .xitem-top h3 {
		font-size: 36px;
	}
	
	.xitem .xitem-top p {
	}
	
	.xitem .xitem-content {
	}
	
	/* ================================ service ================================ */
	
	.xitem.service .xitem-content ul {
	}
	
	.xitem.service .xitem-content ul li {
		width: 200px;
		height: 200px;
		margin: 0px 48px;
	}
	.xitem.service .xitem-content ul li:hover {
	}
	
	.xitem.service .xitem-content ul li h1 {
		font-size: 34px;
		line-height: 34px;
	}
	.xitem.service .xitem-content ul li:hover h1 {
	}
	
	.xitem.service .xitem-content ul li h2 {
		font-size: 18px;
		margin-top: 3px;
	}
	.xitem.service .xitem-content ul li:hover h2 {
	}
	
	/* ================================ about ================================ */
	
	.xitem.about .xitem-content ul {
	}
	
	.xitem.about .xitem-content ul li {
		width: 210px;
		height: 210px;
		margin: 0px 35px;
	}
	
	.xitem.about .xitem-content ul li h1 {
		font-size: 68px;
		line-height: 68px;
	}
	
	.xitem.about .xitem-content ul li h2 {
		font-size: 16px;
		line-height: 24px;
		width: 70%;
	}
	
	/* ================================ anli ================================ */
	
	/* ================================ customer ================================ */
	
	/* ================================ a ================================ */
	
	/* .xitem.a {
		height: 680px;
		padding: 0px;
		background: url(../../res/imgs/index/a1.jpg) 50% 71px no-repeat fixed;
	}
	
	.xitem.a .title {
		padding-top: 100px;
		padding-left: 50px;
	}
	
	.xitem.a .title h1 {
		color: #fff;
		font-weight: normal;
		font-size: 52px;
		line-height: 52px;
		font-family: "MyriadPro-LightCond";
		letter-spacing: 5px;
	}
	
	.xitem.a .title h2 {
		color: #fff;
		font-weight: normal;
		font-size: 26px;
		line-height: 26px;
		margin-top: 10px;
	}
	
	.xitem.a ul {
		width: 816px;
		margin: 0 auto;
		margin-top: 90px;
	}
	
	.xitem.a ul li {
		float: left;
		list-style-type: none;
		width: 230px;
		height: 230px;
		border-radius: 115px;
		border: 1px solid #fff;
		background-color: #fff;
		margin-right: 60px;
	}
	
	.xitem.a ul li h1 {
		color: #e60012;
		font-size: 36px;
		font-family: "MyriadPro-LightCond";
		font-weight: normal;
		letter-spacing: 0.06em;
		text-align: center;
		line-height: 40px;
		margin-top: 58px;
	}
	
	.xitem.a ul li h2 {
		color: #e60012;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		margin-top: 5px;
	} */
	
}

@media (min-width: 1px) and (max-width: 1024px) {
	
	/* ================================ xitem ================================ */
	
	.xitem {
		padding: 35px 0px;
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 34px;
		line-height: 34px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 18px;
		margin-top: 4px;
	}
	
	.xitem .xitem-top i {
		height: 18px;
    	background-size: 14px auto;
	}
	
	.xitem .xitem-top h3 {
		font-size: 26px;
	}
	
	.xitem .xitem-top p {
		font-size: 13px;
		line-height: 24px;
		margin-top: 12px;
	}
	
	.xitem .xitem-content {
		padding: 35px 0px;
	}
	
	/* ================================ service ================================ */
	
	.xitem.service .xitem-content {
		padding: 20px 0px 0px;
	}
	
	.xitem.service .xitem-content ul {
	}
	
	.xitem.service .xitem-content ul li {
		width: 130px;
		height: 130px;
		margin: 0px 30px;
	}
	.xitem.service .xitem-content ul li:hover {
	}
	
	.xitem.service .xitem-content ul li h1 {
		font-size: 22px;
		line-height: 22px;
	}
	.xitem.service .xitem-content ul li:hover h1 {
	}
	
	.xitem.service .xitem-content ul li h2 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0px;
	}
	.xitem.service .xitem-content ul li:hover h2 {
	}
	
	/* ================================ about ================================ */
	
	.xitem.about .xitem-content ul {
	}
	
	.xitem.about .xitem-content ul li {
		width: 140px;
		height: 140px;
		margin: 0px 20px;
	}
	
	.xitem.about .xitem-content ul li h1 {
		font-size: 50px;
		line-height: 45px;
	}
	
	.xitem.about .xitem-content ul li h2 {
		font-size: 14px;
		line-height: 18px;
		width: 85%;
	}
	
}

@media (min-width: 1px) and (max-width: 600px) {
	
	/* ================================ xitem ================================ */
	
	.xitem {
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 32px;
		line-height: 32px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 16px;
		margin-top: 1px;
	}
	
	.xitem .xitem-top i {
		height: 18px;
    	background-size: 14px auto;
	}
	
	.xitem .xitem-top h3 {
		font-size: 24px;
	}
	
	.xitem .xitem-top p {
		font-size: 12px;
		line-height: 22px;
		margin-top: 9px;
	}
	
	.xitem .xitem-content {
	}
	
	/* ================================ service ================================ */
	
	.xitem.service .xitem-content {
	}
	
	.xitem.service .xitem-content ul {
	}
	
	.xitem.service .xitem-content ul li {
		width: 110px;
		height: 110px;
		margin: 0px 20px;
	}
	.xitem.service .xitem-content ul li:hover {
	}
	
	.xitem.service .xitem-content ul li h1 {
		font-size: 20px;
		line-height: 20px;
	}
	.xitem.service .xitem-content ul li:hover h1 {
	}
	
	.xitem.service .xitem-content ul li h2 {
		font-size: 13px;
		line-height: 18px;
	}
	.xitem.service .xitem-content ul li:hover h2 {
	}
	
	/* ================================ about ================================ */
	
	.xitem.about .xitem-content ul {
	}
	
	.xitem.about .xitem-content ul li {
		width: 120px;
		height: 120px;
		margin: 0px 15px;
	}
	
	.xitem.about .xitem-content ul li h1 {
		font-size: 45px;
		line-height: 40px;
	}
	
	.xitem.about .xitem-content ul li h2 {
		font-size: 12px;
		line-height: 16px;
		width: 85%;
	}
	
}

@media (min-width: 1px) and (max-width: 480px) {
	
	/* ================================ xitem ================================ */
	
	.xitem {
	}
	
	.xitem .xitem-top {
	}
	
	.xitem .xitem-top h1 {
		font-size: 28px;
		line-height: 28px;
	}
	
	.xitem .xitem-top h2 {
		font-size: 14px;
		margin-top: 1px;
	}
	
	.xitem .xitem-top i {
		height: 16px;
		background-size: 12px auto;
	}
	
	.xitem .xitem-top h3 {
		font-size: 22px;
	}
	
	.xitem .xitem-top p {
		width: 85%;
	}
	
	.xitem .xitem-content {
	}
	
	/* ================================ service ================================ */
	
	.xitem.service .xitem-content {
	}
	
	.xitem.service .xitem-content ul {
	}
	
	.xitem.service .xitem-content ul li {
		width: 90px;
		height: 90px;
		margin: 0px 10px;
	}
	.xitem.service .xitem-content ul li:hover {
	}
	
	.xitem.service .xitem-content ul li h1 {
		font-size: 18px;
		line-height: 18px;
	}
	.xitem.service .xitem-content ul li:hover h1 {
	}
	
	.xitem.service .xitem-content ul li h2 {
		font-size: 12px;
		line-height: 16px;
	}
	.xitem.service .xitem-content ul li:hover h2 {
	}
	
	/* ================================ about ================================ */
	
	.xitem.about .xitem-content ul {
	}
	
	.xitem.about .xitem-content ul li {
		width: 105px;
		height: 105px;
		margin: 0px 4px;
		border-color: #bbb;
	}
	
	.xitem.about .xitem-content ul li h1 {
		font-size: 38px;
		height: 33px;
		line-height: 42px;
	}
	
	.xitem.about .xitem-content ul li h2 {
		font-size: 12px;
		line-height: 16px;
		width: 99%;
	}
	
}
