@charset "UTF-8";
/**!
 * 大连普金新区专题
 * date:2022-12-10
 * author: jjuan;
 */
.main {
	background: url("/images/zjjp/bg.jpg") no-repeat top left;
	background-size: 100% 100%;
	padding: 49px 0;
}
.main-tt {
	position: relative;
	line-height: 36px;
	height: 36px;
	font-size: 34px;
	font-weight: bold;
	color: #1966bf;
	text-align: center;
}
.main-tt span {
	color: #333;
}
.main-tt::before, .main-tt::after {
	position: absolute;
	content: '';
	height: 14px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-tt::before {
	background-image: url("/images/zjjp/tt_left.png");
	background-position: right center;
	left: 0;
	right: calc(50% + 103px);
}
.main-tt::after {
	background-image: url("/images/zjjp/tt_right.png");
	background-position: left center;
	right: 0;
	left: calc(50% + 103px);
}
/* 金普概况 */
.survey {
	padding: 20px 16px 22px 17px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.16);
	box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.16);
}
.survey-video {
	width: 52%;
	height: 402px;
}
.survey-video .video-js {
	width: 100%;
	height: 100%;
}
.survey-box {
	width: calc(48% - 26px);
}
.survey-tt {
	position: relative;
	height: 45px;
	background: #ebf3fd;
	font-size: 22px;
	padding-left: 28px;
	font-weight: 600;
	color: #1966bf;
	line-height: 45px;
}
.survey-tt::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 20px;
	background: #3774c4;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.survey-txt {
	margin-top: 10px;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
}
.type {
	margin-top: 28px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.16);
	box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.16);
	background: #f5f9ff;
	margin-bottom: 56px;
}
.type-item {
	width: calc((100% - 25px) / 6);
	float: left;
	margin-right: 5px;
	height: 167px;
	background: #fff;
}
.type-item:last-child {
	margin-right: 0;
}
.type-name {
	display: block;
	height: 100%;
	padding-top: 122px;
	line-height: 26px;
	text-align: center;
	font-size: 18px;
	background: no-repeat center 23px;
	color: #333;
}
.type-name.icon1 {
	background-image: url("/images/zjjp/type_icon1.png");
}
.type-name.icon2 {
	background-image: url("/images/zjjp/type_icon2.png");
}
.type-name.icon3 {
	background-image: url("/images/zjjp/type_icon3.png");
}
.type-name.icon4 {
	background-image: url("/images/zjjp/type_icon4.png");
}
.type-name.icon5 {
	background-image: url("/images/zjjp/type_icon5.png");
}
.type-name.icon6 {
	background-image: url("/images/zjjp/type_icon6.png");
}
.investment {
	margin: 46px 0 53px 0;
}
.investment-item {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.15);
	height: 210px;
	width: calc((100% - 75px) / 4);
	margin-right: 25px;
}
.investment-item:last-child {
	margin-right: 0;
}
.investment-name {
	display: block;
	height: 100%;
	background: no-repeat center;
}
.investment-name.icon1 {
	background-image: url("/images/zjjp/investment_icon1.png");
}
.investment-name.icon2 {
	background-image: url("/images/zjjp/investment_icon2.png");
}
.investment-name.icon3 {
	background-image: url("/images/zjjp/investment_icon3.png");
}
.investment-name.icon4 {
	background-image: url("/images/zjjp/investment_icon4.png");
}
.impression {
	margin-top: 52px;
}
.impression-swiper {
	width: 74%;
	height: 376px;
	overflow: hidden;
	position: relative;
}
.impression-a {
	display: block;
	height: 100%;
}
.impression-a img {
	width: 100%;
	height: 100%;
}
.impression .swiper-button-prev, .impression .swiper-button-next {
	width: 44px;
	height: 88px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(5, 41, 122, 0.15);
	box-shadow: 0px 2px 10px 0px rgba(5, 41, 122, 0.15);
	background-size: 17px 24px;
}
.impression .swiper-button-next {
	background-color: rgba(55, 116, 196, 0.8);
	right: 0;
	background-image: url("/images/zjjp/next.png");
}
.impression .swiper-button-prev {
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	background-image: url("/images/zjjp/prev.png");
}
.impression-list {
	width: calc(26% - 26px);
}
.impression-item {
	height: 177px;
	background: no-repeat center;
	background-size: 100% 100%;
}
.impression-item + .impression-item {
	margin-top: 22px;
}
.impression-box {
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 60px;
}
.impression-name {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.impression-name::before {
	position: absolute;
	content: '';
	width: 46px;
	height: 3px;
	background: #ffffff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -23px;
}
.impression-item.icon1 {
	background-image: url("/images/zjjp/impression_icon1.png");
}
.impression-item.icon2 {
	background-image: url("/images/zjjp/impression_icon2.png");
}
 @media (max-width: 1199px) {
.impression-swiper,  .impression-list,  .survey-video,  .survey-box {
	float: none !important;
	width: 100%;
}
.survey-box {
	margin-top: 15px;
}
.impression-list {
	margin-top: 20px;
}
}
 @media (max-width: 767px) {
.type-item {
	width: calc((100% - 10px) / 3);
}
.type-item:nth-child(3n) {
	margin-right: 0;
}
.type-item:nth-child(n + 4) {
	margin-top: 10px;
}
.investment-item {
	width: calc((100% - 25px) / 2);
}
.investment-item:nth-child(2n) {
	margin-right: 0;
}
.investment-item:nth-child(n + 3) {
	margin-top: 10px;
}
}
 @media (max-width: 420px) {
.type-item {
	width: calc((100% - 5px) / 2);
}
.type-item:nth-child(3n) {
	margin-right: 5px;
}
.type-item:nth-child(2n) {
	margin-right: 0;
}
.type-item:nth-child(n + 3) {
	margin-top: 10px;
}
.investment-item {
	width: 100%;
	margin-right: 0;
}
}
/*20221214*/
.main-tt >a, .survey-tt >a {
	color: #1966bf;
}
