@charset "utf-8";

/* 央国企落地页 — 整页布局、我们的优势等公共样式 */

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

em {
	font-weight: 400;
	font-style: normal;
}

* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: auto;
	overscroll-behavior-y: contain;
}

body {
	font-family: "微软雅黑", "Microsoft Yahei", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
	background-color: #f6f6f6;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	color: #f60;
}

img {
	max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.wp2 {
	width: 100%;
	max-width: 1565px;
	margin: 0 auto;
	overflow: visible;
}

#page5 {
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
	min-height: 100vh;
	height: auto;
	overflow: visible;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
}

.row-a5 {
	padding: 30px 0;
	overflow: visible;
	flex: 1 1 auto;
	min-height: 0;
}

.g-down {
	display: block;
	width: 39px;
	height: 39px;
	background: url(img/iconq9.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: 1s infinite myfirst;
	-moz-animation: 1s infinite myfirst;
	-ms-animation: myfirst 1s infinite;
	-o-animation: 1s infinite myfirst;
	animation: 1s infinite myfirst;
}

#page1 > .g-down,
#page-soe > .g-down,
#page2 > .g-down,
#page5 > .g-down {
	flex-shrink: 0;
	align-self: center;
	margin-top: auto;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
}

@keyframes myfirst {
	0%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}

@-webkit-keyframes myfirst {
	0%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}

.g-titq1 {
	text-align: center;
	overflow: hidden;
}

.g-titq1 h3 {
	font-size: 44px;
	color: #c09963;
	line-height: 1.3em;
	overflow: hidden;
}

.g-titq1 h3 em {
	display: block;
	font-size: 42px;
	line-height: 1.4em;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	opacity: .3;
	filter: alpha(opacity=30);
	overflow: hidden;
}

.ul-imgtxtq3 {
	margin: 49px -31px 0;
	position: relative;
}

.ul-imgtxtq3:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	width: 100%;
	height: 0;
}

.ul-imgtxtq3 li {
	float: left;
	width: 25%;
	padding: 0 31px;
}

.ul-imgtxtq3 .con {
	position: relative;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 22px 49px rgba(4, 0, 0, .1);
	-moz-box-shadow: 0 22px 49px rgba(4, 0, 0, .1);
	-ms-box-shadow: 0 22px 49px rgba(4, 0, 0, .1);
	-o-box-shadow: 0 22px 49px rgba(4, 0, 0, .1);
	box-shadow: 0 22px 49px rgba(4, 0, 0, .1);
	overflow: hidden;
}

.ul-imgtxtq3 li:nth-child(2n) .con {
	padding-top: 229px;
}

.ul-imgtxtq3 .pic {
	position: relative;
	overflow: hidden;
}

.ul-imgtxtq3 li .con .pic {
	height: 229px;
}

.ul-imgtxtq3 li:nth-child(2n) .con .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ul-imgtxtq3 .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ul-imgtxtq3 a:hover .pic img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.ul-imgtxtq3 .box {
	position: relative;
	height: 0;
	padding-top: 65.5%;
	overflow: hidden;
}

.ul-imgtxtq3 .txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 0 36px;
	overflow: hidden;
}

.ul-imgtxtq3 .txt h3 {
	font-size: 24px;
	color: #000;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ul-imgtxtq3 a:hover .txt h3 {
	color: #C09963;
}

.ul-imgtxtq3 .desc {
	min-height: 6.25em;
	height: auto;
	font-size: 16px;
	color: rgba(0, 0, 0, .7);
	line-height: 1.63em;
	text-align: left;
}

.ul-imgtxtq3-mo {
	display: none !important;
}

.ul-imgtxtq3 .pic img,
.ul-imgtxtq3 .txt h3 {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 1920px) {
	.g-titq1 h3 {
		font-size: 2.29167vw;
	}
	.g-titq1 h3 em {
		font-size: 2.1875vw;
	}
}

@media only screen and (max-width: 1540px) {
	.wp2 {
		width: auto;
		max-width: 1180px;
	}
	.ul-imgtxtq3 {
		margin: 20px -10px 0;
	}
	.ul-imgtxtq3 li {
		padding: 0 10px;
	}
	.ul-imgtxtq3 .txt {
		padding: 0 15px;
	}
	.ul-imgtxtq3 .txt h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ul-imgtxtq3 .desc {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1199px) {
	.wp2 {
		padding: 0 12px 40px;
	}
	.g-titq1 h3 {
		font-size: 20px;
	}
	.g-titq1 h3 em {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.wp2 {
		padding-bottom: 56px;
	}
	.ul-imgtxtq3:not(.ul-imgtxtq3-mo) {
		display: none;
	}
	.ul-imgtxtq3-mo {
		display: block !important;
	}
	.ul-imgtxtq3 .slick-dots {
		position: absolute;
		left: 0;
		bottom: -18px;
		width: 100%;
		text-align: center;
		z-index: 9;
	}
	.ul-imgtxtq3 .slick-dots li {
		display: inline-block;
		margin: 0 2px !important;
		float: none;
		padding: 0;
	}
	.ul-imgtxtq3 .slick-dots li button {
		display: block;
		width: 8px;
		height: 8px;
		font-size: 0;
		line-height: 0;
		text-indent: 999px;
		background-color: #000;
		border-radius: 50%;
		padding: 0;
		border: none;
		cursor: pointer;
	}
	.ul-imgtxtq3 .slick-dots li.slick-active button {
		background-color: #C09963;
	}
	.ul-imgtxtq3 .txt {
		padding-bottom: 0;
	}
	.ul-imgtxtq3 .box {
		padding: 20px 0 0;
	}
}

@media only screen and (max-width: 479px) {
	.ul-imgtxtq3 li {
		width: auto;
	}
	.ul-imgtxtq3 .box {
		height: auto;
	}
	.ul-imgtxtq3 .txt {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.ul-imgtxtq3 .desc {
		height: auto;
		min-height: 0;
	}
}
