﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	/*background: url(../images/i_bg2.jpg) center center no-repeat;*/
	background: url(../images/home_company_img_bg.png) center center no-repeat;
	/*background-color: #fff; !* 使用背景颜色代替背景图片 *!*/
	background-size: cover;
	overflow: hidden;
	padding-bottom: 2%;
}
.i_case_bg1 {
	background: url(../images/pubPra.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 2%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/*企业简介*/
.abstract .text[data-v-d13ec2e2] {
	width: 70%;
	margin: 50px auto;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.abstract .more[data-v-d13ec2e2] {
	width: 151px;
	height: 42px;
	line-height: 42px;
	background: #f27013;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 80px auto 30px;
	cursor: pointer;
}


/*我们的优势，大家的选择*/
.advantage_wrap[data-v-d13ec2e2] {
	background: #fff;
}
.link[data-v-d13ec2e2] {
	width: 180px;
	height: 4px;
	background: #f27013;
	display: inline-block;
}
.advantage_wrap .advantage .text[data-v-d13ec2e2] {
	margin: 50px 0;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.advantage_wrap .advantage[data-v-d13ec2e2] {
	width: 1200px;
	margin: 0 auto;
}
.flex-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-between, .flex-center, .flex-center-y {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
/* 确保 .item 具有相对定位 */
.advantage_wrap .advantage .item {
	position: relative;
	width: 277px; /* 根据需要调整 */
	height: 181px; /* 根据需要调整 */
	overflow: hidden; /* 确保超出部分被隐藏 */
}

/* 设置 .mask 完全覆盖 .item 并居中内容 */
.advantage_wrap .advantage .item .mask.flex-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(53, 22, 0, .49);
	color: #fff;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center; /* 垂直居中 */
	align-items: center; /* 水平居中 */
	text-align: center; /* 确保文本居中 */
	transition: opacity 0.3s ease; /* 添加过渡效果 */
}
/* 当鼠标悬停在 .item 上时隐藏 .mask */
.advantage_wrap .advantage .item:hover .mask.flex-center {
	opacity: 0;
}
/* 默认状态下显示 .mask */
.advantage_wrap .advantage .item .mask.flex-center {
	opacity: 1;
}
.advantage_wrap .advantage .item .mask .line[data-v-d13ec2e2] {
	width: 28px;
	height: 2px;
	background: #f27013;
}
.advantage_wrap .advantage .more[data-v-d13ec2e2] {
	width: 151px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #f27013;
	border-radius: 6px;
	font-size: 20px;
	color: #f27013;
	text-align: center;
	margin: 60px auto 0;
	cursor: pointer;
}


/*六年专业策划咨询服务成就行业口碑*/
.hz_wrap_hy {
	background: rgb(255, 255, 255) url(../images/pubPra.png) no-repeat 50% center;
	background-size: 100% 100%; /* 调整为 100% 100% 以确保完全填充 */
}
section[data-v-d13ec2e2] {
	position: relative;
	padding: 110px 0px 90px;
}
.pubPra_wrap .pubPra[data-v-d13ec2e2] {
	width: 1200px;
	margin: 100px auto 0px;
}
.flex-between {
	justify-content: space-between;
}
.pubPra_wrap .pubPra .item[data-v-d13ec2e2] {
	text-align: center;
}
.pubPra_wrap .pubPra .item .num[data-v-d13ec2e2] {
	font-size: 30px;
	color: rgb(242, 112, 19);
	margin: 4px 0px;
}
.pubPra_wrap .pubPra .item .text[data-v-d13ec2e2] {
	font-size: 16px;
	margin: 20px 0px;
}

/*合作伙伴*/
.hz_wrap {
	background: url(../images/home_partners_bg.png) no-repeat;
	background-size: cover; /* 使用 cover 确保背景图完全覆盖容器 */
	background-position: center; /* 确保背景图居中 */
	width: 100%; /* 确保宽度占满父容器 */
	position: relative; /* 确保内部元素可以相对定位 */
}

/* 资讯要闻 */
.flex-center-ckgd1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.flex-center-ckgd {
	width: 151px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #f27013;
	border-radius: 6px;
	font-size: 21px;
	color: #f27013;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

/* 企业简介 */
.synopsis_wrap[data-v-38aa281b] {
	padding: 96px 0;
	background: #fff;
}
/* 设置父容器为相对定位 */
section .titleBar {
	position: relative;
}
/* 设置.en类样式 */
section .titleBar h2 .en[data-v-38aa281b] {
	font-size: 80px;
	font-weight: 600;
	font-family: PingFangSC-Semibold;
	color: #f4f4f4;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1; /* 确保.en在.cn上方 */
}
/* 设置.cn类样式 */
section .titleBar h2 .cn[data-v-38aa281b] {
	font-size: 30px;
	font-weight: 600;
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2; /* 确保.cn在.en下方 */
}
/* 使用伪元素添加橙色下划线 */
section .titleBar h2 .cn[data-v-38aa281b]::after {
	content: '';
	width: 100%; /* 调整宽度以适应文本长度 */
	height: 5px; /* 下划线的高度 */
	background: #f27013;
	display: block;
	margin-top: 20px; /* 调整与文本的距离 */
	position: absolute;
	left: 50%;
	transform: translateX(-50%); /* 使下划线居中 */
}
/* 设置.synopsis容器 */
.synopsis {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}

/* 设置左侧图片 */
.synopsis .flex-center-y img {
	max-width: 100%;
	height: auto;
}
/* 设置右侧内容 */
.synopsis .flex_1 {
	flex: 1;
	padding-left: 20px;
}
.synopsis .flex_1 img.title {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.synopsis .text.aboutUs_text p {
	margin-bottom: 10px;
}


/* 我们的优势，大家的选择 */
section .titleBar_ys {
	margin-top: 10px;
	position: relative;
}
/* 设置.en类样式 */
section .titleBar_ys h2 .en[data-v-38aa281b] {
	font-size: 80px;
	font-weight: 600;
	font-family: PingFangSC-Semibold;
	color: #f4f4f4;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1; /* 确保.en在.cn上方 */
}
/* 设置.cn类样式 */
section .titleBar_ys h2 .cn[data-v-38aa281b] {
	font-size: 30px;
	font-weight: 600;
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2; /* 确保.cn在.en下方 */
}
/* 使用伪元素添加橙色下划线 */
section .titleBar_ys h2 .cn[data-v-38aa281b]::after {
	content: '';
	width: 100%; /* 调整宽度以适应文本长度 */
	height: 5px; /* 下划线的高度 */
	background: #f27013;
	display: block;
	margin-top: 20px; /* 调整与文本的距离 */
	position: absolute;
	left: 50%;
	transform: translateX(-50%); /* 使下划线居中 */
}
.advantage_wrap_ys .advantage .item[data-v-38aa281b] {
	margin-top: 10%; /* 调整与文本的距离 */
	text-align: center;
	width: 200px;
}
.advantage_wrap_ys .advantage[data-v-38aa281b] {
	margin-top: 80px;
	-ms-flex-align: start;
	align-items: flex-start;
}
.w_1200 {
	width: 1200px;
	margin: 0 auto;
}
.flex-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.advantage_wrap_ys .advantage .item .title[data-v-38aa281b] {
	font-size: 24px;
	margin: 10px 0;
}
.advantage_wrap_ys .advantage .item .text[data-v-38aa281b] {
	font-size: 17px;
}
.advantage_wrap_ys .advantage .item .img {
	width: 200px;
	height: 200px;
	overflow: hidden; /* 确保超出的部分被隐藏 */
	border-radius: 50%; /* 圆形 */
}
.advantage_wrap_ys .advantage .item .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}



/* 我们的理念 */
.idea_wrap[data-v-38aa281b] {
	background: #fff;
}
section[data-v-38aa281b] {
	padding: 110px 0 90px;
	position: relative;
}
.idea_wrap .idea .item[data-v-38aa281b] {
	position: relative;
	margin-bottom: 45px;
}
.idea_wrap .idea .item img[data-v-38aa281b] {
	position: relative;
}
.idea_wrap .idea .item .con[data-v-38aa281b] {
	position: absolute;
	width: 550px;
	padding: 80px 42px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 1px 8px 0 hsla(0, 0%, 64%, .35);
}
.idea_wrap .idea .item .con .title[data-v-38aa281b] {
	font-size: 22px;
	color: #f27013;
}
.idea_wrap .idea .item .con .text[data-v-38aa281b] {
	font-size: 18px;
}
.idea_wrap .idea .item .con .line[data-v-38aa281b] {
	width: 60px;
	height: 2px;
	background: #e5e5e5;
	margin: 15px 0;
}
.idea_wrap .idea[data-v-38aa281b] {
	margin-top: 75px;
}
.idea_wrap .idea .left .con[data-v-38aa281b] {
	left: 0;
	z-index: 1;
}
.idea_wrap .idea .item[data-v-38aa281b]:last-child {
	margin-bottom: 0;
}
.idea_wrap .idea .left[data-v-38aa281b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.idea_wrap .idea .item[data-v-38aa281b] {
	position: relative;
	margin-bottom: 45px;
}
.idea_wrap .idea .item .con[data-v-38aa281b] {
	position: absolute;
	width: 550px;
	padding: 80px 42px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 1px 8px 0 hsla(0, 0%, 64%, .35);
}






/*动画*/
@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
}
 @media screen and (max-width:360px) {
}
