@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}


/* Common style */

.grid #figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*background: #3085a3;*/
	text-align: center;
	/*cursor: pointer;*/
}

.grid #figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	max-width: 100%;
	opacity: 0.8;
}

.grid #figure .figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid #figure .figcaption::before,
.grid #figure .figcaption::after {
	pointer-events: none;
}

.grid #figure .figcaption,
.grid #figure .figcaption> a {
	position: absolute;
	top: 20%;
	left: 30%;
}

.grid #figure .figcaption> a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	margin-top: 20px;
}

.grid #figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	padding: 0;
}

.grid #figure h2 span {
	font-weight: 800;
}

.grid #figure h2,
.grid #figure p {
	margin: 0;
}

.grid #figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	/*}

#figure.effect-sarah {
	background: RGB(108, 143, 219);*/
}

#figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100%+ 20px);
	width: calc(100%+ 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/*#figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}*/

#figure.effect-sarah figcaption {
	text-align: left;
}

#figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

#figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

#figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

#figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hy-rl {
	width: 80%;
	margin: auto;
	margin-bottom: 5vh;
}

.rl {
	display: block;
	margin-bottom: 8vh;
	max-height: 50%;
	/*height: 250px;
	max-height: 250px !important;*/
}

.rl>ul {
	margin-left: 30px;
	width: 45%;
	float: left;
}

.grid {
	width: 50%;
	max-height: 50%;
	float: left;
	/*overflow: hidden;*/
	/*height: 250px;
	max-height: 250px !important;*/
}

.rl>ul>h2 {
	font-size: 1.2rem;
	color: #666666;
	font-weight: 600;
	margin-bottom: 2%;
}

.rl ul span {
	font-size: 0.8rem !important;
	padding: 2px 0;
}

.rl ul p {
	font-size: 1rem !important;
	padding: 2px 0;
}

#figure.effect-sarah img {
	width: 100%;
	max-height: 50%;
	/*height: 250px;
	max-height: 250px !important;*/
	height: inherit !important;
}

.grid #figure {
	width: 100%;
	max-height: 50%;
	/*height: 250px;
	max-height: 250px !important;*/
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.rl {
		width: 100%;
	}
	.hy-rl {
		width: 100%;
	}
	.rl>ul {
		width: 45%;
		margin: auto;
		display: inline-block;
	}
	.grid {
		width: 45%;
	}
	.rl> ul> li,
	h2 {
		font-size: 0.8rem;
		padding: 2% 0 0 8%;
	}
}

.pp {
	background: RGB(26, 61, 216);
	padding: 5px 10px;
	color: white;
	display: inline-block;
	/*margin-left: 40px;*/
	/*margin: 0 0 10px 10px;*/
	margin-bottom: 1rem;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.grid {
		width: 100%;
		float: left;
	}
	.rl> ul {
		width: 100%;
	}
	.hy-rl {
		width: 100%;
	}
	#figure.effect-sarah img {
		width: 100%;
	}
	.grid #figure {
		width: 100%;
	}
}

@media only screen and (max-width:500px) {
	.rl> ul> li {
		font-size: 0.8rem;
		padding: 2% 0 0 8%;
	}
	.rl> ul> h2 {
		font-size: 1rem;
		padding: 2% 0 0 8%;
	}
	.rl> ul {
		margin-left: 0;
	}
}


/*环境测试标准里的GB国家标准*/

.re {
	padding: 0 !important;
	margin-left: 4% !important;
}

.re> span {
	display: inline-block;
	/*margin: 10% 0 0 2% !important;*/
	/*width: 45%;*/
	text-align: center;
}

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
	.re> img {
		width: 40%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
	.hy-rl {
		min-width: 1000px !important;
	}
}