
@charset "utf-8";
body,
html {
	max-width: 100%;
	overflow-x: hidden;
}

@media (max-width: 520px) {
  body { font-size: 5px; }
}
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* 移动端设置 */
/* img, video {
  max-width: 100%; 
  height: auto;
} */


body,
p,
h1,
h2,
h3,
h4,
h5,
table,
ul,
li,
form,
input {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Microsoft yahei";
}

/* body,p {
	font-size: 14px;
	border: none;
	color: #000;
} */

a {
	/* font-size: 14px; */
	color: #000;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
	-webkit-margin-start: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-size: 12px;
	display: block;
}

strong,
b {
	font-weight: normal;
}

table,
tr,
td {
	border-spacing: 0;
}

em,
i,
b {
	font-style: normal;
}

p {
	line-height: 170%;
	color: #555;
	font-size: 14px;
}

input {
	border: none;
	background: none;
}

figcaption {
	display: block;
}

input:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 14px;
	color: #dfdfdf;
}

::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 14px;
	color: #dfdfdf;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* .clearfix {
	*zoom: 1;
} */

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.box {
	padding: 80px 85px;
}

.inner {
	width: 1200px;
	margin: 0px auto;
}


/*导航*/
.barwrap {
	/* padding: 0 40px; */
	height: 15vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 333;
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flexbox;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	align-items: center;

	animation-name: down;
	animation-duration: 1s;
	background: lab(68.81% 32.96 58.63);
	/* background: #24c7d3; */
	border-bottom: none;

}



.barwrap .logo {
	display: block;
	width: 30%;
	height: auto;
}

.navbar {
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display:
		-ms-flexbox;
	justify-content: center;
	flex: 2;
	justify-content: flex-end;
}

.navbar li {
	padding: 0 45px;
	line-height: 100px;
}

.navbar li a {
	color: #fff;
	font-size: 16px;
	transition: all 0.6s;
	position: relative;
	display: block;
}

.navbar li a b {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: lab(68.81% 32.96 58.63);
	
	display: block;
	z-index: 33;
	width: 0;
	transition: all 0.6s;
	width: 100%;
	transform: scale(0);
}

.navbar li:hover a b,
.navbar li.on a b {
	transform: scale(1);
}

.navbar li:hover a,
.navbar li.on a {
	color: lab(5.55% 0.4 0.14);
	
}

.barwrap .div2 {
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	border-left: 1px solid #636B74;
	padding-left: 30px;
}

.barwrap .div2 h3 {
	font-size: 20px;
	color: #000;
}

.barwrap .div2 h3 img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.barwrap .div2 strong {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1;
}

.barwrap .div2 b {
	display: block;
	font-size: 22px;
	color: lab(68.81% 32.96 58.63);
	
	font-family: segeo;
	line-height: 1;
}

/* 下滑改变状态栏颜色 */
.barwrap.on {
	animation-name: down;
	animation-duration: 1s;
	background: lab(68.81% 32.96 58.63);
	/* background: #24c7d3; */
	border-bottom: none;
}

.barwrap.on .div2 b {
	color: #fff;
}

.barwrap.on .div2 {
	border-left: 1px solid #e8b861;
	
}

.barwrap.on .navbar li:hover a,
.barwrap.on .navbar li.on a {
	color: #252733;
}

.barwrap.on .navbar li a b,
.barwrap.on .navbar li.on a b {
	background: #252733;
}

/*搜索*/
.barwrap .zoom {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
}

.search-close {
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.search-box {
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 333;
	bottom: 0;
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display:
		-ms-flexbox;
	align-items: center;
	transform-origin: bottom center;
	transform: scaleY(0);
	transition: transform .3s .5s;
}

.search-box .div {
	width: 800px;
	margin: 0 auto;
	transition: all .5s .3s;
	filter: alpha(opacity=0);
	opacity: 0;
	transform: translate(0px, 20px);
}

.search-box .in {
	background: #fff;
	height: 50px;
	width: 700px;
	padding-left: 20px;
	font-size: 16px;
}

.search-box .sub {
	background: lab(68.81% 32.96 58.63);
	height: 50px;
	width: 100px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.search-box p {
	padding: 30px 0 0 0;
}

.search-box p a {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.36s;
}

.search-box p strong {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.search-box p a:hover {
	color: lab(68.81% 32.96 58.63);
}

.search-box .div.on {
	opacity: 1;
	transform: translate(0, 0);
	filter: alpha(opacity=100);
}

.search-box.active {
	transform-origin: top center;
	transform: scaleY(1);
	transition: transform .3s;
}

/*banner滚动*/
.banner {

	position: relative;
	width: 100%;
	height: 100%;
	/* max-height: 1200px; */
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	/* margin-bottom: 40px; */
	margin-top: 15vh;


	/* position: relative; */
	/* height: auto; */
	/* overflow: hidden; */
	/* width: 100%; */
	
}

.banner .bannerfix>li {
	height: auto;
	line-height: 0;
	opacity: 0;
	transition: opacity 1000ms linear;
	-webkit-transition: opacity 1000ms linear;
	float: left;
	position: relative;
}

/* @media (max-width: 420px) {
	.banner .bannerfix>li .bimg {
		line-height: 0;
		width: 50%;
		position: relative;
		transition: transform 5s ease;
		-webkit-transition: transform 5s ease;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
} */

.banner .bannerfix>li .bimg {
	line-height: 0;
	width: 100%;
	height: auto;
	 object-fit: cover; 
	position: relative;
	transition: transform 5s ease;
	-webkit-transition: transform 5s ease;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.banner .bannerfix>li.imgIn {
	opacity: 1;
	z-index: 10;
	display: block;
}

.banner .bannerfix>li.imgIn .bimg {
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.banner .flex-control-nav {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 50px;
	text-align: center;
	z-index: 20;
}

.banner .flex-control-nav li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	width: 5px;
	height: 20px;
}

.banner .flex-control-nav li:last-child {
	margin-right: 0;
}

.banner .flex-control-nav li span {
	display: block;
	text-indent: 999px;
	overflow: hidden;
	width: 5px;
	height: 8px;
	position: absolute;
	background: #fff;
	transition: 320ms;
	left: 0;
	top: 6px;
}

.banner .flex-control-nav li a.flex-active span {
	height: 20px;
	top: 0;
	background: lab(68.81% 32.96 58.63);
}

.banner .txt {
	position: absolute;
	top: 60%;
	left: 55%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 100%;
}

.banner .txt img {
	/* width: 200px; */
	width: 30%;
	display: block;
	/* max-width: 100%; */
}

.banner .txt .t2 {
	padding-top: 30px;
}

.banner li.flex-active-slide .t1 {
	animation-name: fadeInUp;
	animation-duration: 1s;
	transition-delay: 0.5s
}

.banner li.flex-active-slide .t2 {
	animation-name: fadeInUp;
	animation-duration: 1.5s;
	transition-delay: 1s;
}

/*banner优势条*/
.index-sec1 {
	background: #f3f3f3;
}

.index-sec1 .ul1 li {
	float: left;
	width: 20%;
	height: 8vh;
	background: #fff;
	border-right: 1px solid #d8d8d8;
	transition: all 0.6s;
	position: relative;
	z-index: 33;
	margin-top: 0.5vh;
	word-break: break-all;
}

.index-sec1 .ul1 li:last-child {
	border-right: none;
}

.index-sec1 .ul1 li a {
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	padding: 3% 1%;
	justify-content: center;
	align-items: center;
}

.index-sec1 .ul1 li h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.index-sec1 .ul1 li p {
	font-size: 12px;
	color: #cccccc;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.index-sec1 .ul1 li img {
	transition: all 0.6s;
	display: block;
	margin-right: 10px;
}

.index-sec1 .ul1 li:hover img {
	transform: rotateY(180deg);
}

.index-sec1 .ul1 li:hover {
	box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-20px);
}

/*公司介绍*/
.sec1-intro {
	position: relative;
	padding: 50px 0 0 0;
}

.sec1-intro .intro-cont {
	position: relative;
	z-index: 3;
	width: 100%;
	margin-left: 18%;
	background: #fff url(../img/bg1.png) no-repeat bottom right;
	padding: 30px;
	display: flex;
	background-size: contain;
	justify-content: space-between;
	background-attachment: fixed;
}

.sec1-intro .left {
	flex: 2.5;
	position: relative;
}

.sec1-intro .left .div1 {
	background: lab(68.81% 32.96 58.63);
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	padding: 20px 30px;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 40px solid #fff;
	border-left: none;
}

.sec1-intro .left .spanline {
	width: 60px;
}

.sec1-intro .left span {
	display: block;
	height: 3px;
	background: #fff;
	animation: load1 1s infinite ease-in-out;
	width: 23px;
	margin: 12px 0;
	animation-delay: -0.16s;
}

.sec1-intro .left .span2 {
	animation-delay: -0.32s;
}

.sec1-intro .left .span3 {
	animation-delay: -0.46s;
}

.sec1-intro .left h3 {
	color: #fff;
	font-size: 22px;
}

.sec1-intro .left p {
	color: #fff;
	font-size: 14px;
	font-family: "arial narrow";
	letter-spacing: 1px;
	padding-top: 5px;
}

.sec1-intro .left strong {
	display: block;
	font-size: 70px;
	color: #fff;
	ont-family: "arial narrow";
	padding: 0 15px;
}

.sec1-intro .right {
	flex: 3;
}

.sec1-intro .left img {
	display: block;
	max-width: 100%;
}

.color-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 50%;
	background: #252733;
	z-index: 0;
	background-attachment: fixed;
	background-size: contain;
}

.sec1-intro .intro-cont .right {
	padding-right: 20%;
	padding-left: 3%;
}

.sec1-intro .tit {
	padding-top: 50px;
	position: relative;
}

.sec1-intro .tit h2 {
	font-size: 34px;
	color: #000;
	padding-top: 25px;
}

.sec1-intro .tit b {
	display: block;
	background: lab(68.81% 32.96 58.63);
	height: 37px;
	width: 3px;
	margin: 50px 0;
	transition: all 0.36s;
	top: 0;
	left: 0;
}

.sec1-intro .right h3 {
	color: #000;
	font-size: 22px;
	padding-bottom: 30px;
}

.sec1-intro .right p {
	font-size: 14px;
	line-height: 45px;
	color: #666;
}

.sec1-intro .btn-3 {
	border: 1px solid currentColor;
	position: relative;
	display: block;
	border: 10px solid #000;
	height: 100px;
	width: 300px;
	margin-top: 50px;
	overflow: hidden;
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 82px;
	font-size: 20px;
	z-index: 333;
	transition: all 0.36s;
	margin-left: 0;
}


/*案例中心*/
.title img {
	display: block;
	margin: 0 auto;
}

.title h3 {
	color: #fff;
	font-size: 34px;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 3px;
}

.index-sec2 {
	background: #252733 url(../img/bg3.png) no-repeat bottom center;
	background-attachment: fixed;
	position: relative;
}

.index-sec2 .tab-hd ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	padding-top: 30px;
}

.index-sec2 .tab-hd li {
	padding: 0 70px;
}

.index-sec2 .tab-hd li i {
	display: block;
	background: url(../img/icon1.png) no-repeat;
	height: 87px;
	width: 80px;
	transition: all 0.6s;
}

.index-sec2 .tab-hd li:nth-child(1) i {
	background-position: -78px 0;
}

.index-sec2 .tab-hd li:nth-child(2) i {
	background-position: -348px 0;
}

.index-sec2 .tab-hd li:nth-child(1).on i {
	background-position: 0px 0;
}

.index-sec2 .tab-hd li:nth-child(2).on i {
	background-position: -250px 0;
}

.index-sec2 .tab-hd li p {
	color: #4f5053;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	transition: all 0.6s;
}

.index-sec2 .tab-hd li.on p {
	color: #fff;
	font-size: 18px;
}

.index-sec2 .tab-bd {
	padding-top: 35px;
}

.index-sec2 figure {
	position: relative;
}

.index-sec2 figure .p1 {
	position: absolute;
	top: 50px;
	left: 35px;
	color: #fff;
	width: 16px;
	font-size: 16px;
	transition: all 0.6s;
}

.index-sec2 figure .p1 i {
	display: block;
	background: #fff;
	width: 1px;
	height: 70px;
	margin: 15px auto;
}

.index-sec2 figure img {
	display: block;
	max-width: 100%;
}

.index-sec2 .p2 {
	background: #fff;
	color: #000;
	height: 85px;
	line-height: 85px;
	font-size: 20px;
	text-align: center;
}

.index-sec2 .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	transition: all 0.6s;
}

.index-sec2 .mask span {
	background: #fff;
	height: 95px;
	width: 95px;
	background: lab(68.81% 32.96 58.63);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60% auto 10px auto;
	transition: all 0.6s;
	opacity: 0;
	transform: translateY(-30px);
}

.index-sec2 .mask span i {
	border: 2px solid #fff;
	color: #fff;
	font-size: 36px;
	font-family: arial;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}

.index-sec2 .mask .p3 {
	font-family: arial;
	color: #fff;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	transition: all 0.6s;
	opacity: 0;
	transform: translateY(20px);
}

.index-sec2 .mask-bg {
	position: absolute;
	top: 0%;
	right: 0;
	bottom: 0%;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	transition: all 1s ease-in-out;
	opacity: 0;
	height: 100%;
}

.index-sec2 .swiper-slide img {
	display: block;
	width: 100%;
}

.index-sec2 .swiper-slide:hover .p1 {
	top: -5%;
	opacity: 0;
}

.index-sec2 .swiper-slide:hover .mask-bg {
	opacity: 1;
	height: 100%;
}

.index-sec2 .swiper-slide:hover .mask span {
	opacity: 1;
	transform: none;
}

.index-sec2 .swiper-slide:hover .mask .p3 {
	opacity: 1;
	transform: none;
}

.index-sec2 .swiper-container {
	padding-bottom: 100px;
}

.index-sec2 .swiper-button-next,
.index-sec2 .swiper-button-prev {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background: #333;
	color: #fff;
	font-family: '宋体';
	font-size: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0px;
	top: auto;
	transition: all 0.6s;
	z-index: 133;
	cursor: pointer;
}

.index-sec2 .swiper-button-prev {
	right: 140px;
	left: auto;
}

.index-sec2 .swiper-button-next {
	right: 40px;
	left: auto;
}

.index-sec2 .swiper-button-next:hover,
.index-sec2 .swiper-button-prev:hover {
	background: lab(68.81% 32.96 58.63);
}

.index-sec2 .swiper-button-next.swiper-button-disabled,
.index-sec2 .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

.index-sec2 .line {
	position: absolute;
	height: 1px;
	right: 260px;
	left: 24%;
	bottom: 30px;
	background: #6c6f77;
}

/*优势*/
.index-sec3 {
	position: relative;
}

.index-sec3 .title h3 {
	color: #000;
}

.index-sec3 ul {
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
}

.index-sec3 ul li {
	width: 32%;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding: 40px 35px;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.index-sec3 li h3 {
	font-size: 25px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-sec3 li h4 {
	font-size: 12px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "arial narrow";
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
}

.index-sec3 li p {
	font-size: 14px;
	color: #666;
	margin-top: 25px;
	line-height: 32px;
}

.index-sec3 li .div1 {
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	float: right;
}

.index-sec3 li .div1 strong,
.index-sec3 li .div1 b {
	display: block;
	line-height: 60px;
	height: 60px;
	font-size: 60px;
	transition: all 0.6s;
}

.index-sec3 li b {
	color: lab(68.81% 32.96 58.63);
}

.index-sec3 li:hover b {
	margin-top: 0px;
}

.index-sec3 li:hover strong {
	margin-top: -60px;
}

.index-sec3 li .cir {
	position: absolute;
	top: 0;
	right: 0;
	left: -50%;
	background: #F4F4F4;
	height: 200%;
	width: 100%;
	transform: scale(0);
	transition: all 0.6s;
	border-radius: 100%;
	z-index: -1;
}

.index-sec3 li:hover .cir {
	transform: scale(1);
	background: lab(68.81% 32.96 58.63);
	opacity: 0.3;
}


/*横幅*/
.index-sec4 {
	background: url(../img/bg2.jpg) no-repeat top center;
	background-size: cover;
	height: 205px;
	width: 100%;
	padding: 0 85px;
}

.index-sec4 .sec4-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 205px;
}

.index-sec4 h3 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 20px;
}

.index-sec4 .div2 {
	background: rgba(255, 255, 255, 0.8);
	height: 100px;
	width: 300px;
	padding: 10px;
}

.index-sec4 .div2 a {
	background: #fff;
	display: block;
	height: 80px;
	width: 100%;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	font-family: arial;
	line-height: 80px;
	transition: all 0.9s;
	z-index: 3;
	position: relative;
	color: #000;
	overflow: hidden;
}

.index-sec4 .div2 a:before,
.index-sec4 .div2 a:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background: lab(68.81% 32.96 58.63);
	border-radius: 50%;
	z-index: -1;
}

.index-sec4 .div2 a:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.index-sec4 .div2 a:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.index-sec4 .div2 a:hover:before {
	-webkit-animation: criss-cross-left .8s both;
	animation: criss-cross-left .8s both
}

.index-sec4 .div2 a:hover:after {
	-webkit-animation: criss-cross-right .8s both;
	animation: criss-cross-right .8s both
}

.index-sec4 .div2 a:hover {
	color: #fff;
}

/*新闻*/

.index-sec5 .title h3 {
	color: #000;
}

.index-sec5 ul {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.index-sec5 ul li {
	width: 22.9%;
	overflow: hidden;
}

.index-sec5 ul li figure img {
	display: block;
	max-width: none;
	transition: all 0.6s;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

.index-sec5 ul li:hover figure img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.index-sec5 li figcaption {
	padding: 20px 20px 30px 20px;
	transition: all 0.36s;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-top: none;
	overflow: hidden;
}

.index-sec5 li h5 {
	font-size: 16px;
	color: #777;
	font-family: "arial narrow";
	letter-spacing: 2px;
}

.index-sec5 li p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin: 20px 0;
}

.index-sec5 li .div1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-sec5 li .div1 b {
	display: block;
	height: 1px;
	background: #aeaeae;
	width: 70%;
}

.index-sec5 li .div1 span {
	font-size: 14px;
	color: #D08F2E;
	text-transform: uppercase;
}

.index-sec5 li:hover figcaption {
	transform: translateY(-30px);
	box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1)
}

.btn-3 {
	border: 1px solid currentColor;
	position: relative;
	display: block;
	border: 10px solid #000;
	height: 100px;
	width: 300px;
	margin-top: 50px;
	overflow: hidden;
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 82px;
	font-size: 20px;
	z-index: 33;
	transition: all 0.36s;
	margin-left: auto;
	margin-right: auto;
}

.btn-3:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: transparent transparent transparent lab(68.81% 32.96 58.63);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.6s;
	z-index: -1;
}

.btn-3:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: transparent lab(68.81% 32.96 58.63) transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.6s;
	z-index: -1;
}

.btn-3 span:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: transparent transparent lab(68.81% 32.96 58.63) transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.6s;
	z-index: -1;
}

.btn-3 span:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-color: lab(68.81% 32.96 58.63) transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
	z-index: -1;
}

.btn-3:hover {
	color: #fff;
}

.btn-3:hover:before {
	border-width: 180px 0 0 180px
}

.btn-3:hover:after {
	border-width: 0 180px 180px 0
}

.btn-3:hover span:before {
	border-width: 0 0 180px 180px
}

.btn-3:hover span:after {
	border-width: 180px 180px 0 0
}

/*合作伙伴*/

.index-sec6 {
	background: lab(68.81% 32.96 58.63);
	padding-top: 50px;
	padding-bottom: 50px;
}

.index-sec6 ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.index-sec6 li {
	width: calc(100%/6);
	margin-bottom: 40px;
}

.index-sec6 li a {
	display: flex;
	align-items: center;
}

.index-sec6 li img {
	display: block;
	margin: 0 auto;
	transition: all 1.2s;
	max-height: 66px;
	overflow: hidden;
}

.index-sec6 li:hover img {
	transform: rotateY(360deg);
}


/*底部*/
.footer {
	background: #222222;
	padding: 30px 80px;
}

.footer .div1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #313131;
	padding-bottom: 20px;
}

.footer .div1 p a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding-left: 80px;
	transition: all 0.6s;
}

.footer .div1 p a:hover {
	transform: translateY(5px);
	color: #D08F2E;
}

.footer .div2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 35px;
}

.footer .div2 p a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding-right: 40px;
	transition: all 0.6s;
}

.footer .div2 p a:hover {
	transform: translateY(5px);
	color: #D08F2E;
}

.footer .div2 p {
	color: #535353;
	font-size: 14px;
	line-height: 36px;
}

.footer .div2 .p2 {
	margin-top: 20px;
}

.footer .div2 .code {
	display: flex;
}

.footer .div2 .code p {
	text-align: center;
	font-size: 20px;
	margin-right: 50px;
	color: #535353;
}

.footer .code div {
	margin-left: 15px;
}

.copyright {
	text-align: center;
	font-size: 14px;
	color: #535353;
	background: #222222;
	padding: 20px 80px;
	border-top: 1px solid #313131;
}


/*内页banner*/
.pbanner {
	position: relative;
	/* position: absolute; */
	overflow: hidden;

}

.pbanner figure {
	display: block;
	line-height: 0;
	overflow: hidden;
}

.pbanner figure img {
	display: block;
	width: 100%;
	height: 80vh;
	line-height: 0;
	margin-top: 15vh;
	position: relative;
}

.pcomm {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	text-align: center;
	margin-top: -157px;
	z-index: 20;
}

.pcomm small {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 43px;
	font-family: "Arial";
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 16px;
}

.pcomm strong {
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.ph3 {
	margin: auto;
	display: inline-block;
	width: 30px;
	padding: 45px 42px;
	position: relative;
	margin-bottom: 30px;
	box-sizing: content-box;
}

.pbanner span {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.36);
	background: #fff9;
	filter: alpha(opacity=36);
}

.pbanner span.line1 {
	width: 100%;
	height: 10px;
	left: 0;
	top: -10px;
}

.pbanner span.line3 {
	width: 100%;
	height: 10px;
	right: 0;
	bottom: -16px;
}

.pbanner span.line2 {
	width: 10px;
	height: 214px;
	right: 0;
	top: 0;
}

.pbanner span.line4 {
	width: 10px;
	height: 214px;
	left: 0;
	bottom: 0px;
	top: 0;
}

.pbanner span.line2 {
	height: 240px;
}

.ph4 span.line4 {
	height: 240px;
}

.ph3 strong {
	display: block;
	position: relative;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
}

.pcomm.article-block small {
	opacity: 0;
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transition: 0.54s 0s;
}

.pcomm.articleShow small {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.pcomm.article-block strong {
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transition: 0.5s;
}

.pcomm.articleShow strong {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.pcomm.article-block .ph3 span.line1,
.pcomm.article-block .ph3 span.line3 {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transition: 0.26s 0.1s;
	transform-origin: 0 top;
}

.pcomm.article-block .ph3 span.line3 {
	transition: 0.26s 0.8s;
	transform-origin: right top;
}

.pcomm.articleShow .ph3 span.line1,
.pcomm.articleShow .ph3 span.line3 {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
}

.pcomm.article-block .ph3 span.line2,
.pcomm.article-block .ph3 span.line4 {
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleX(0);
	transition: 0.45s 0.36s;
	transform-origin: 0 top;
}

.pcomm.articleShow .ph3 span.line2,
.pcomm.articleShow .ph3 span.line4 {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleX(1);
}

.pcomm.article-block .ph3 span.line4 {
	transform-origin: 0 bottom;
	transition: 0.45s 1s;
}

.pbanner figure.article-block {
	opacity: 0.4;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition: 1s ease-in-out;
}

.pbanner figure.articleShow {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

/*面包屑*/
.breadcrumb {
	border-bottom: 1px solid #E0E0E0;
}

.breadcrumb ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.breadcrumb li {
	padding: 0 50px;
	height: 70px;
}

.breadcrumb li a {
	display: block;
	color: #000;
	font-size: 16px;
	position: relative;
	height: 70px;
	line-height: 70px;
}

.breadcrumb li a::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #D08F2E;
	height: 2px;
	width: 100%;
	transition: all 0.6s;
	transform: scale(0);
}

.breadcrumb li:hover a::before,
.breadcrumb li.on a::before {
	transform: scale(1);
}

/*新闻页面*/
.nei-box {
	padding: 50px 80px;
}

.casepage ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1%;
}

.casepage li {
	width: 24%;
	margin-bottom: 35px;
	overflow: hidden;
	margin-right: 1%;
}

.casepage li figure {
	position: relative;
	overflow: hidden;
}

.casepage li figure .mask {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 50%;
	background: rgba(208, 143, 46, 0.7);
	transition: all 0.36s;
	transition: all 0.6s cubic-bezier(.4, 0, .2, 1);
	transform-origin: bottom;
	transform: scale(1, 0);
}

.casepage li figure span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -97px;
	transition: all 0.6s;
	transition-delay: 0.36s;
	opacity: 0;
	transform: translateY(10px);
}

.casepage li figure,
.casepage li figure img {
	display: block;
	width: 100%;
	transition: all 0.36s;
}

.casepage li p {
	font-size: 16px;
	color: #000;
	border-bottom: 2px solid #555;
	height: 70px;
	line-height: 70px;
	position: relative;
}

.casepage li p i {
	display: block;
	background: #000;
	height: 2px;
	background: #D08F2E;
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	z-index: 5;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.casepage li:hover p i {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.casepage li:hover .mask {
	transform: none;
	top: 0;
	bottom: 0;
}

.casepage li:hover span {
	opacity: 1;
	transform: none;
}

.casepage li:hover img {
	transform: scale(1.1);
}

.fenye {
	height: 80px;
	display: flex;
	display: -ms-flexbox;
	display: -moz-flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.fenye a {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: #F5F5F5;
	text-align: center;
	line-height: 40px;
	margin: 0 20px;
	transition: all 0.6s;
}

.fenye a.on,
.fenye a:hover {
	background: #D08F2E !important;
	color: #fff;
}

.fenye span {
	display: block;
	font-size: 16px;
	color: #666;
	margin: 0 20px;
}

/*新闻页面*/
.news-top a {
	display: flex;
	border: 1px solid #E0E0E0;
	align-items: center;
	background: #fff;
	transition: all 0.36s;
}

.news-top figure {
	flex: 1;
	overflow: hidden;
	padding: 20px;
}

.news-top figure img {
	display: block;
	width: 100%;
}

.news-top figcaption {
	flex: 2;
	padding: 0 30px;
	transition: all 0.6s;
}

.news-top .btn-3 {
	border: 0px solid #000;
	height: 50px;
	line-height: 50px;
	width: 180px;
	margin: 20px 0;
	font-size: 16px;
	background: #D08F2E;
	color: #fff;
}

.news-top h4 {
	color: #999;
	font-family: "arial narrow";
	font-size: 16px;
	letter-spacing: 1px;
}

.news-top h2 {
	color: #D08F2E;
	font-size: 18px;
	padding: 20px 0;
}

.news-top p {
	line-height: 36px;
	color: #555;
	height: 72px;
	overflow: hidden;
}

.news-top a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.news-top a:hover .btn-3 {
	transform: translateX(15px);
}

.newspage-wrap {
	background: #f5f5f5;
}

.newspage ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}

.newspage ul li {
	width: 49%;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
}

.newspage li a {
	display: flex;
	border: 1px solid #E0E0E0;
	align-items: center;
	background: #fff;
	padding: 15px;
}

.newspage li figure {
	flex: 1;
	overflow: hidden;
}

.newspage li h2 {
	color: #000;
	font-size: 18px;
	padding: 15px 0 10px 0;
	transition: all 0.6s;
}

.newspage li figure img {
	display: block;
	width: 100%;
	transition: all 0.6s;
}

.newspage li figcaption {
	flex: 2;
	padding: 0 20px;
}

.newspage li p {
	line-height: 32px;
	color: #555;
	height: 64px;
	overflow: hidden;
}

.newspage li:hover figure img {
	display: block;
	transform: scale(1.1);
}

.newspage li b {
	position: absolute;
	top: 0;
	left: -20%;
	width: 100%;
	height: 150%;
	background: rgba(208, 143, 46, 0.1);
	content: '';
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
	transform: scale3d(1.9, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
}

.newspage li:hover b {
	-webkit-transform: scale3d(1.9, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.newspage li:hover h2 {
	color: #D08F2E;
}

.newspage li:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.newspage-wrap .fenye a {
	background: #fff;
}

.newspage-wrap .fenye {
	padding-top: 30px;
}


/*详情页面*/
.detailwrap {
	background: #f5f5f5;
}

.detailpage {
	padding: 50px 20px 50px 20px;
	background: #fff;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.detailpage .box {
	background: #fff;
	padding: 30px;
}

.stace h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	overflow: hidden;
}

.stace strong {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px #e0e0e0 solid;
}

.stace strong span {
	display: inline-block;
	color: #999;
	padding-right: 30px;
}

.stace .cont {
	width: 100%;
	overflow: hidden;
}

.stace .cont p {
	color: #333;
	line-height: 34px;
	margin-top: 15px;
	text-indent: 2em;
}

.stace .cont img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.stace .zjlj {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	border: 1px #e0e0e0 solid;
	border-left: none;
	border-right: none;
	line-height: 40px;
	position: relative;
	padding: 20px 0;
}

.stace .zjlj a {
	display: block;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	transition: all 0.6s;
}

.stace .zjlj a i {
	color: #000;
}

.stace .zjlj a:hover {
	color: #D08F2E;
}

.detailpage .backlist {
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	background: #D08F2E;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 35px;
	float: right;
	cursor: pointer;
	transition: all 0.6s;
}

.detailpage .backlist:hover {
	transform: translateX(-10px);
	border-radius: 5px;
}

.detail-left {
	width: 75%;
	padding-right: 50px;
}

.detail-right {
	width: 25%;
}

.tade .zxsj {
	position: relative;
	z-index: 10;
}

.tade .zxsj input.text {
	width: 100%;
	color: #555;
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #E0E0E0;
	background: #fff;
	margin-top: 15px;
	border-radius: 4px;
}

.tade .zxsj input.sub {
	border: none;
	width: 100%;
	line-height: 43px;
	height: 43px;
	background: #fff;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	border-radius: 4px;
	cursor: pointer;
	background: #D08F2E;
}

.tade .zxsj p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}

.tade .ming {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px #e0e0e0 solid;
	margin-top: 20px;
}

.tade .ming h1 {
	float: left;
	height: 36px;
	border-bottom: 1px #D08F2E solid;
	font-size: 16px;
}

.tade .ming a {
	color: #D08F2E;
	float: right;
}

.tade .rmal {
	width: 100%;
	overflow: hidden;
}

.tade .rmal a {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.tade .rmal a em {
	display: block;
	overflow: hidden;
}

.tade .rmal a em img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	height: auto;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.tade .rmal a:hover em img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.tade .rmal a h1 {
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 0;
}


/*联系我们*/
.ctapanel {
	background: #f5f5f5;
	padding-top: 15px;
}

.ctapanel .w1300 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.ctapanel .ctas {
	padding: 0 20px;
}

#map {
	/* background-position:250px 200px; */
	
}

.ctas a {
	padding: 40px 0;
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;
	color: #646464;
	font-size: 16px;
	cursor: auto;
}

.ctas .ico {
	height: 60px;
	margin-bottom: 15px;
	display: block;
}

.ctas .x {
	padding: 0 5px;
}

.ctas .email .ico {
	background: url(../img/email.png) no-repeat center center;
}

.ctas .addr .ico {
	background: url(../img/addr.png) no-repeat center center;
}

.ctas .call .ico {
	background: url(../img/call.png) no-repeat center center;
}

.index-footer-form .text {}

.index-footer-form {
	background: #ffffff;
	padding: 3% 4%;
	box-sizing: border-box;
}

.index-footer-form .title {
	margin-bottom: 30px;
}

.index-footer-form .title p {
	font-size: 20px;
	color: #141418;
}

.index-footer-form input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: 1px solid #d8d8d8;
	color: #666666;
	margin-bottom: 30px;
	text-indent: 45px;
}

.index-footer-form textarea {
	width: 100%;
	height: 135px;
	padding-top: 10px;
	font-size: 14px;
	text-indent: 10px;
	border: 1px solid #d8d8d8;
	color: #666666;
	margin-bottom: 20px;
}

.index-footer-form .sub {
	background: #dab96a;
	color: #ffffff;
	margin-top: 20px;
	border: none;
	margin-bottom: 10px;
	width: 100%;
	text-indent: 0;
	border-radius: 25px;
	font-size: 16px;
	transition: all 0.6s;
	height: 50px;
	line-height: 50px;
}

.index-footer-form .sub:hover {
	background: #333333;
}

/*动画*/

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px
	}
}

@keyframes criss-cross-left {
	0% {
		left: -20px
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px
	}
}

@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px
	}
}

@keyframes criss-cross-right {
	0% {
		right: -20px
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes load1 {

	0%,
	80%,
	100% {
		width: 13px;
	}

	40% {
		width: 60px;
	}

}

@keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}


/*媒体查询*/

@media screen and (max-width: 1800px) {
	.sec1-intro .intro-cont {
		margin-left: 5%;
	}

	.sec1-intro .intro-cont .right {
		padding-right: 5%;
	}

	.sec1-intro .right .btn-3 {
		border: 6px solid #000;
		height: 85px;
		width: 300px;
		line-height: 76px;
		font-size: 18px;
	}

}

@media screen and (max-width: 1800px) {
	.navbar {
		justify-content: space-around;
	}

	.navbar li {
		padding: 0px;
	}

	.banner .txt img {
		max-width: 50%;
	}

	.sec1-intro .tit b {
		margin: 30px 0;
	}

}

@media screen and (max-width: 1500px) {
	.sec1-intro .tit {
		padding: 20px 0 0 0;
	}

	.sec1-intro .right p {
		line-height: 36px;
	}

	.sec1-intro .tit h2 {
		padding-top: 15px;
	}

	.index-sec2 .p2 {
		height: 70px;
		line-height: 70px;
		font-size: 16px
	}

	.box {
		padding: 70px 30px;
	}

	.nei-box {
		padding: 40px 30px;
	}

	.footer {
		padding: 30px;
	}

	.index-sec4 {
		padding: 0 30px;
	}

	.index-sec3 li .div1 {
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}

	.index-sec3 li .div1 strong,
	.index-sec3 li .div1 b {
		font-size: 40px;
		height: 40px;
		line-height: 40px;
	}

	.index-sec3 li:hover strong {
		margin-top: -40px;
	}

	.index-sec3 ul li {
		padding: 30px 20px;
	}

	.index-sec3 li h3 {
		font-size: 20px;
	}

	.index-sec3 li p {
		line-height: 30px;
		height: 60px;
		overflow: hidden;
		margin-top: 15px;
	}

	.index-sec5 ul li {
		width: 24%
	}

	.index-sec5 li .div1 b {
		width: 60%;
	}

	.index-sec5 .btn-3 {
		border: 7px solid #000;
		height: 80px;
		width: 290px;
		line-height: 70px;
		font-size: 18px;
	}

	.index-sec4 .div2 {
		width: 260px;
		height: 80px;
		padding: 8px;
	}

	.index-sec4 .div2 a {
		height: 64px;
		line-height: 64px;
	}

	.casepage li {
		width: 32%;
	}
}

@media screen and (max-width: 1400px) {
	.navbar li a {
		font-size: 14px;
	}

	.logo img {
		height: 55px;

	}

	.barwrap .div2 strong {
		font-size: 14px;
	}

	.barwrap .div2 b {
		font-size: 18px;
	}

	.barwrap .div2 {
		padding-left: 30px;
	}

	.barwrap .zoom {
		margin-left: 10px;
	}

	.sec1-intro .right .btn-3 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1400px){
	.pbanner figure img {
		display: block;
		width: 100%;
		height: 60vh;
		line-height: 0;
		position: relative;
		margin-top: 15vh;
	}
}

@media screen and (max-width: 450px) {
	.navbar li a {
		font-size: 6px;
	}

	.logo img {
		height: 35px;

	}

	.barwrap .div2 strong {
		margin-top: 20px;
		font-size: 10px;
	}

	.barwrap .div2 b {
		font-size: 10px;
	}

	.barwrap .div2 {
		padding-left: 50px;
	}

	.barwrap .zoom {
		margin-left: 5px;
	}

	.sec1-intro .right .btn-3 {
		margin-top: 12px;
	}
}



@media screen and (max-width: 1300px) {
	.sec1-intro .intro-cont {
		padding: 20px;
	}

	.sec1-intro .tit img {
		width: 80%;
	}

	.sec1-intro .tit h2 {
		font-size: 28px;
		padding-top: 5px;
	}

	.sec1-intro .tit b {
		margin: 15px 0;
		height: 30px;
	}

	.sec1-intro .right .btn-3 {
		border: 5px solid #000;
		height: 70px;
		width: 260px;
		line-height: 62px;
		font-size: 18px;
	}
}




/* 新加 */

.w1200 {
    max-width: 1340px;
    padding: 0 70px;
    margin: 0 auto;
}
.w1500 {
    max-width: 1440px;
    padding: 0 70px;
    margin: 0 auto;
}

.about-box {
    padding: 50px 0;
	margin-top: 2vh;
}

.about-box .text {
	float:none;
	width: 100%;
	margin-top: 2vh;
}
.about-box .img{
	
    width: 100%;
	height: auto;
    margin-top: 2vh;
}
.about-box .img img{
	margin-left: 15%;
    width: 350px;
	height: 550px;
    margin-top: 2vh;
}

.about-box .text h1 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 36px;
    color: #333333;
    position: relative;
}

.about-box .text p {
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}


.about-point {
    padding: 30px 0;
    background-image: url(../img/new/about_point_bg.jpg);
}

.bgFull {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 999px) {
    .about-point li span {
        font-size: 0.42rem;
    }
}

.about-point li span {
    display: inline-block;
    font-size: 30px;
    position: relative;
}

ol, ul {
    list-style: none;
}

@media (max-width: 999px) {
    .about-point li img {
        width: 0.8rem;
    }
}
.about-point li img {
    display: block;
    max-width: 100%;
    margin: 5px auto;
}
@media (max-width: 999px) {
    .about-point li p {
        margin-top: 0.2rem;
        font-size: 0.24rem;
    }
}

.about-point li p {
    margin-top: 5px;
    font-size: 17px;
}

@media (max-width: 999px) {
    .about-point li:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 999px) {
    .about-point li:nth-child(5n+1) {
        clear: initial;
    }
}
.about-point li:nth-child(5n+1) {
    clear: both;
}
@media (max-width: 999px) {
    .about-point li {
        padding: 0.4rem 0.2rem;
        width: 25%;
    }
}
.about-point li {
    padding: 30px 15px;
    float: left;
    width: 20%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
li {
    list-style: none;
}





/* 企业文化 */
.culture {
    padding: 50px 0;
    background-image: url(../img/new/culture_bg.jpg);
}

.bgFull {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-tit {
    padding-bottom: 20px;
    position: relative;
    line-height: 50px;
    text-align: center;
}
.about-tit span {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    display: block;
    font-size: 50px;
    color: #333333;
}
.about-tit p {
    font-size: 46px;
    font-weight: bold;
    color: #f1f1f1;
    text-transform: uppercase;
}
.culture ul {
    margin-top: 35px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 0;
}
.culture li {
    float: left;
    width: 25%;
    padding: 25px 10px;
    text-align: center;
    border-bottom: 1px solid rgba(245, 255, 255, .2);
    border-left: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}

li {
    list-style: none;
}

.culture li img {
    display: block;
    max-width: 100%;
    margin: 5px auto;
}
.layui-btn, .layui-inline, img {
    vertical-align: middle;
}

fieldset, img {
    border: 0;
}
.culture li span {
    margin-top: 15px;
    display: block;
    color: #FFFFFF;
    font-size: 24px;
}
.culture li p {
    margin: 15px auto 0;
    max-width: 200px;
    color: #bbbbbb;
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
}



/* 发展历程 */
.main_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
}
.inner_left {
    width: 600px;
    border-right: 2px solid #df1f26;
    margin-top: 120px;
}
.bodR {
    width: 100%;
}
.Event {
    width: 430px;
    margin-left: 90px;
    position: relative;
}
.Event > p:nth-child(1) {
    color: #9f0909;
    font-size: 16px;
}
.Event > p {
    color: #9f0909;
    font-size: 14px;
    text-align: right;
}	
.Event > p:nth-child(1) > span {
    font-size: 30px;
    color: #f41616;
    margin-left: 20px;
}
.Event > p:nth-child(2) {
    margin-top: 10px;
    line-height: 25px;
}
.Event > p:nth-child(3) {
    font-size: 30px;
    width: 70px;
    height: 60px;
    background: #fffdf9;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: -112px;
    top: 25px;
}

.Event {
    width: 430px;
    margin-left: 90px;
    position: relative;
}

.marginT {
    margin-top: 205px;
}

.inner_right {
    width: 600px;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    margin-top: 120px;
}

.EventR > p:nth-child(1) {
    color: #9f0909;
    font-size: 16px;
}
.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}
.EventR > p:nth-child(1) > span {
    font-size: 30px;
    color: #f41616;
    margin-right: 20px;
}
.EventR > p:nth-child(1) {
    color: #9f0909;
    font-size: 16px;
}

.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}
.EventR > p:nth-child(2) {
    margin-top: 10px;
    line-height: 25px;
}

.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}
.EventR > p:nth-child(3) {
    font-size: 30px;
    width: 70px;
    height: 60px;
    background: #fffdf9;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: -106px;
    top: 6px;
}

.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}
/* .mgn_277 {
    margin-top: 647px;
} */

/* .EventR {
    width: 515px;
    margin-left: 65px;
    position: relative;
} */
.EventR > p:nth-child(1) {
    color: #9f0909;
    font-size: 16px;
}

.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}
.EventR > p:nth-child(1) > span {
    font-size: 30px;
    color: #f41616;
    margin-right: 20px;
}
.EventR > p:nth-child(2) {
    margin-top: 10px;
    line-height: 25px;
}

.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}

.mgn_277 {
    margin-top: 200px;
}
/* 修改公司发展右侧文字宽度 */
.EventR {
    width: 415px;
    margin-left: 65px;
    position: relative;
}
.EventR > p:nth-child(1) {
    color: #9f0909;
    font-size: 16px;
}
.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}
.EventR > p:nth-child(1) > span {
    font-size: 30px;
    color: #f41616;
    margin-right: 20px;
}
.EventR > p:nth-child(2) {
    margin-top: 10px;
    line-height: 25px;
}
.EventR > p {
    color: #9f0909;
    font-size: 14px;
    text-align: left;
}

.container {
  display: flex;           /* 启用弹性布局 */
  justify-content: center;  /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  height: auto;           /* 占满整个视口高度 */
}

.centered-div {
  background: lightblue;
  padding: 20px;
}
.image-grid {
  display: grid;
  /* 自适应列：最小200px，最大1fr（等分剩余空间） */

  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px; /* 图片间距 */
}

/* 图片样式 */
.image-grid img {
  width: 100%; /* 填充网格单元格 */
  height: 100%; /* 保持与单元格同高 */
  object-fit: cover; /* 裁剪填充（避免变形） */
  border-radius: 8px; /* 圆角可选 */
  aspect-ratio: 1/1; /* 强制1:1比例（可选） */
}











/* 企业文化 */


.div-4
 {
    background: url(images/4-bg.jpg) no-repeat center;
    padding-bottom: 120px;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tc {
    text-align: center;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.div .t-1 h1 {
    font-size: 60px;
    font-weight: 300;
    color: #333333;
}
.div .t-1 h1 span {
    font-weight: 550;
    color: #9c7548;
}
.div .t-1 .bor.bor2 {
    background-color: #333333;
}

.div .t-1 .bor {
    width: 242px;
    height: 1px;
    background-color: #ffffff;
    margin: 50px auto;
}
.div .t-1 .bor::after {
    content: "";
    display: block;
    margin: 0 auto;
    transform: translate(0, -3px);
    width: 66px;
    height: 7px;
    background-color: #9c7548;
}
.div-4 ul {
    flex-wrap: wrap;
}
.w {
    width: 1500px;
    margin: 0 auto;
}
.flex-center {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.div-4 ul li:nth-child(1), .div-4 ul li:nth-child(2) {
    border-right: 0;
    border-bottom: 0;
}
.div-4 ul li {
    position: relative;
    color: #333;
    font-size: 24px;
    border: 1px solid rgba(156, 117, 72, .2);
    width: 33.3%;
    text-align: center;
    padding-top: 62px;
    height: 274px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
ul, li {
    list-style: none;
}
img {
    border: 0px;
}
.div-4 ul li h4 {
    font-size: 30px;
    margin-top: 20px;
}
.div-4 ul li > p {
    margin-top: 20px;
    font-weight: 300;
}
.div-4 ul li .hid {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/new/4-bg-1.jpg) no-repeat center / 100% 100%;
    font-size: 18px;
    color: #fff;
    padding: 40px;
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-weight: 300;
    display: flex
;
    align-items: center;
}
.tran5 {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.div-4 ul li:hover .hid {
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    border: solid 1px #ffffff;
    visibility: visible;
    opacity: 1;
    transform: scale(1.01);
}

.footer .div2 .code .img_code {
        border-radius: 5px;
		margin-right: 50px;
    }





/* 移动端适配 - 通用样式调整 */
@media (max-width: 767px) {
  /* 基础布局调整 */
  .box, .nei-box {
    padding: 30px 15px !important;
  }
  
  .inner, .w1200, .w1500 {
    width: 100% !important;
    padding: 0 15px !important;
  }

  .index-sec2 .p2 {
        height: 60px;
		/* margin-top: 30px; */
        line-height: 70px;
        font-size: 16px;
    }
  
  /* 导航栏优化 */
  .barwrap {
    height: auto;
    padding: 10px 15px;
    flex-wrap: wrap;
  }
  .logo {
    width: 50% !important;
    padding: 10px 0;
  }
  .navbar {
    order: 3;
    width: 100%;
    justify-content: space-around;
    padding: 10px 0;
  }
  .navbar li {
    padding: 0 10px !important;
    line-height: 40px !important;
  }
  
  /* 横幅和图片优化 */
  .banner .txt {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .banner .txt img {
    width: 60% !important;
    margin: 0 auto;
  }
  
  /* 优势条调整为单列 */
  .index-sec1 .ul1 li {
    width: 100% !important;
    margin-bottom: 10px;
    border-right: none !important;
  }
  
  /* 公司介绍布局调整 */
  .sec1-intro .intro-cont {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .sec1-intro .left,
  .sec1-intro .right {
    width: 100% !important;
    padding: 15px !important;
  }
  
  /* 案例中心调整 */
  .index-sec2 .tab-hd ul {
    flex-wrap: wrap;
  }
  .index-sec2 .tab-hd li {
    padding: 0 15px !important;
    margin-bottom: 20px;
  }
  
  /* 优势区块调整为单列 */
  .index-sec3 ul li {
    width: 100% !important;
  }
	.index-sec4 .div2 {
		width: 100px;
		height: 80px;
		padding: 8px;
	}

	.index-sec4 .div1 {
		width: 60%;
	}
	.index-sec4 .div1 img{
		width: 90%;
	}
	.index-sec4 .div2 a {
		font-size: 20px;
        height: 64px;
        line-height: 64px;
    }
  
  /* 新闻区块调整为单列 */
  .index-sec5 ul li,
  .newspage ul li,
  .casepage li {
    width: 100% !important;
	height: 40vh;
    margin-right: 0 !important;
  }

  .index-sec5 li p {
		font-size: 16px;
		color: #000;
		line-height: 10px;
		height: 40px;
		overflow: hidden;
		margin: 20px 0;
	}
  
  /* 企业文化调整 */
  .culture li {
    width: 50% !important;
    padding: 15px 5px !important;
  }
  .culture li span {
    font-size: 18px !important;
  }
  
  /* 发展历程调整为单列 */
  .main_inner {
    flex-direction: column;
    width: 100% !important;
    padding: 0 15px;
	margin-top: 5vh;

  }
	.marginT {
		margin-top: 0px;
	}
	.mgn_277 {
		margin-top: 0px;
	}

	.about-point li{
		
		padding: 30px 15px;
		float:left;
		width: 20%;
		text-align: center;
		color: #FFFFFF;
		position: relative;
	}
	.about-point li span {
		display: inline-block;
		font-size: 20px;
		position: relative;
		
	}
	


  .inner_left, 
  .inner_right {
    width: 100% !important;
    margin-top: 30px !important;
    border: none !important;
  }
  .Event, 
  .EventR {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 15px;
  }
  
  /* 图片网格调整 */
  .image-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  /* 页脚调整 */
  .footer .div1,
  .footer .div2 {
    flex-direction: column;
  }
  .footer .div1 p a {
    padding: 5px 0;
    display: block;
  }
  
  /* 按钮和字体大小调整 */
  .btn-3 {
    width: 100% !important;
    height: 60px !important;
    line-height: 45px !important;
    font-size: 16px !important;
  }
  h1, h2, h3 {
    font-size: 18px !important;
  }
  p {
    font-size: 10px !important;
  }
}







/* 联系我们修改 */
.culture-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	padding: 30px 20px;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -15vh;
}

.culture-card {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.4s ease;
	position: relative;
	cursor: pointer;
}

.culture-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-header {
	display: flex;
	align-items: center;
	padding: 25px 25px 15px;
	background: linear-gradient(to right, #f8f5f0, #fdfaf5);
	border-bottom: 1px solid #eee;
}

.card-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, lab(68.81% 32.96 58.63), #c88e2d);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
	box-shadow: 0 5px 15px rgba(215, 164, 73, 0.3);
}

.card-icon i {
	font-size: 32px;
	color: white;
}
.card-icon i img{
	display: flex;
	justify-content: center; 
	align-items: center;     
	width: 70%;
	margin-left: 1.2vh;

}

.card-title {
	flex: 1;
}

.card-title h3 {
	color: #1a3a6c;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.card-title p {
	/* color: lab(68.81% 32.96 58.63); */
	color: lab(91.42% 4.26 10.27);
	font-size: 0.95rem;
	font-weight: 500;
}

.card-content {
	padding: 25px;
	color: #555;
	background: white;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
	opacity: 0;
}

.card-content p {
	margin-bottom: 15px;
	font-size: 0.95rem;
	line-height: 1.8;
}

.card-content.show {
	max-height: 1000px;
	opacity: 1;
	padding: 25px;
}

.card-footer {
	background: #f9f9f9;
	padding: 15px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eee;
}

.toggle-btn {
	/* background: #1a3a6c; */
	background: #4d93e2;
	color: white;
	border: none;
	padding: 8px 15px;
	border-radius: 30px;
	font-size: 0.85rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}

.toggle-btn:hover {
	background: lab(68.81% 32.96 58.63);
	transform: scale(1.05);
}

.toggle-btn i {
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.expanded .toggle-btn i {
	transform: rotate(180deg);
}

.vision-section {
	background: linear-gradient(rgba(26, 58, 108, 0.9), rgba(26, 58, 108, 0.95)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="rgba(215,164,73,0.1)"/></svg>');
	color: white;
	padding: 60px 20px;
	margin-top: 40px;
	text-align: center;
}

.vision-container {
	max-width: 900px;
	margin: 0 auto;
}

.vision-title {
	font-size: 1.8rem;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.vision-title::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: lab(68.81% 32.96 58.63);
}

.vision-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 40px;
}

.vision-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 25px;
	width: 250px;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.3s ease;
}

.vision-item:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(215, 164, 73, 0.5);
}

.vision-item h4 {
	color: lab(68.81% 32.96 58.63);
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.vision-item p {
	font-size: 0.95rem;
	line-height: 1.7;
}

.footer {
	background: #1a1a2e;
	color: #aaa;
	text-align: center;
	padding: 30px 20px;
	font-size: 0.9rem;
}

.footer p {
	margin: 10px 0;
}

.logo {
	color: lab(68.81% 32.96 58.63);
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.map{
	/* width: 1500px;
    height: 800px; */
	width: 150vh;
    height: 80vh;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: rgb(243, 241, 236);
    color: rgb(0, 0, 0);
    text-align: left;
}

/* 超小屏幕优化 (宽度 < 480px) */
@media (max-width: 480px) {
  /* 导航栏进一步优化 */
	.navbar li a {
		font-size: 8px !important;
	}
  
	/* 企业文化单列显示 */
	.culture li {
		width: 100% !important;
	}

	/* 发展历程元素调整 */
	.Event > p:nth-child(3),
	.EventR > p:nth-child(3) {
		position: static !important;
		margin: 15px auto;
	}

	/* 图片网格单列显示 */
	.image-grid {
		grid-template-columns: 1fr;
	}

	.banner {
		margin-top: 15vh;
		position: relative;
		width: 100%;
		height: 250px;
		max-height: 70vh;
		overflow: hidden;
		border-radius: 5px;
		box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
		margin-bottom: 40px;
	}
	.banner .bannerfix>li .bimg{
	
		width: 100%;
		height: 250px;
	}
	.banner .bannerfix>li {
	height: 250px;
	line-height: 0;
	opacity: 0;
	transition: opacity 1000ms linear;
	-webkit-transition: opacity 1000ms linear;
	float: left;
	position: relative;
	}
	
	.barwrap{
		height: 15vh;
		background-color: lab(68.81% 32.96 58.63);
	}
	.navbar li:hover a,
	.navbar li.on a {
		color: #1a1919;
		
	}

	

	.w1500 {
		max-width: 400px;
		padding: 0 70px;
		margin: 0 auto;
	}
	
	.about-box .img img{
		margin-left: 0;
		width: 100%;
		height: 100%;
		margin-top: 2vh;
	}

	.div-4 ul li {
		position: relative;
		color: #333;
		font-size: 24px;
		border: 1px solid rgba(156, 117, 72, .2);
		width: 20%;
		text-align: center;
		padding-top: 62px;
		height: 274px;
	}
	.div-4 ul li h4 {
		font-size: 15px;
		margin-top: 2vh;
	}


	/* 关于我们界面 */
	.header {
		padding: 25px 15px;
	}
	
	.header h1 {
		font-size: 1.5rem;
	}
	
	.card-header {
		flex-direction: column;
		text-align: center;
		padding: 20px 15px;
	}
	
	.card-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.vision-section {
		padding: 40px 15px;
	}
	
	.vision-title {
		font-size: 1.5rem;
	}
	
	.toggle-btn {
		width: 100%;
		justify-content: center;
	}

	.about-point li
 	{
        padding: 30px 15px;
        float: left;
        width: 50%;
        text-align: center;
        color: #FFFFFF;
        position: relative;
    }

	.pbanner figure img {
		margin-top: 15vh;
		border-radius: 5px;
		display: block;
		width: 100%;
		height: 22vh;
		line-height: 0;
		position: relative;
	}
	.map{
		width: 40vh;
		height: 60vh;
		border: 1px solid rgb(204, 204, 204);
		font-size: 12px;
		overflow: hidden;
		position: relative;
		z-index: 0;
		background-color: rgb(243, 241, 236);
		color: rgb(0, 0, 0);
		text-align: left;
	}

	.detail-left {
		width: 100%;
		padding-right: 0px;
	}
	.detail-right {
		width: 100%;
	}

	.image-grid img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 8px;
		aspect-ratio: 1 / 1;
	}

	.tade .rmal a em img {
		display: block;
		width: 100%;
		-webkit-transition: all 0.4s linear;
		height: auto;
		-moz-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}

	.tade .rmal a h1 {
		font-size: 12px;
		color: #000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 15px 0;
	}

	.title img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	.index-sec2 .swiper-button-next, .index-sec2 .swiper-button-prev {
		width: 30px;
		height: 30px;
		color: rgb(255, 255, 255);
		font-family: 宋体;
		font-size: 34px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 0px;
		top: auto;
		z-index: 133;
		cursor: pointer;
		border-radius: 100%;
		background: rgb(51, 51, 51);
		transition: 0.6s;
	}

	.index-sec2 .line {
		position: absolute;
		height: 1px;
		right: 30%;
		left: 10%;
		bottom: 15px;
		background: #6c6f77;
	}

	.index-sec2 .swiper-button-prev {
		right: 18%;
		left: auto;
	}
	.index-sec2 .swiper-button-next {
		right: 5%;
		left: auto;
		}
	.index-sec2 .swiper-container {
		padding-bottom: 50px;
	}
	.index-sec2 figure .p1 {
		position: absolute;
		top: 10px;
		left: 15px;
		color: #fff;
		width: 16px;
		font-size: 16px;
		transition: all 0.6s;
	}


    .index-footer-form .title p {
    		font-size: 18px !important;
    		color: #e7a428;
    	}
	p {
        font-size: 10px !important;
		line-height: 20px !important;
    }
	.stace strong span {
		display: inline-block;
		color: #999;
		padding-right: 30px;
		font-size: 12px;
	}
	.index-sec5 ul li figure img {
   		 display: block;
		max-width: none;
		transition: all 0.6s;
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		width: 100%;
		height: auto;
		margin-left: 2vh;
	}
	.index-sec5 li h5 {
		font-size: 14px;
		color: #777;
		font-family: "arial narrow";
		letter-spacing: 2px;
	}
	.index-sec5 li .div1 span {
		font-size: 10px;
		color: #D08F2E;
		text-transform: uppercase;	
		margin-left: -1vh;
	}
	.footer .div2 .code .img_code {
        border-radius: 5px;
		margin-right: 10px;
    }
	.footer .div2 .code .p_code {
        font-size: 15px !important;
		margin-right: 10px;
		
    }

}


/* 新的轮番图 */
/* 轮播图容器样式 */
.banner1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 1000px; /* 可根据实际需求调整高度 */
}

/* Swiper容器样式 */
.swiper1-container1 {
    width: 100%;
    height: 100%;
}

/* Swiper包装器样式 */
.swiper1-wrapper1 {
    width: 100%;
    height: 100%;
}

/* Swiper幻灯片样式 */
.swiper1-slide1 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* 轮播图片样式 */
.bimg1 {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例并填充整个容器 */
    display: block;
}

/* 文字内容容器样式 */
.txt1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

/* 标题图片样式 */
.t11, .t22 {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

/* 分页器容器样式 */
.swiper1-pagination1 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}

/* 分页器小点样式 */
.swiper1-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

/* 分页器激活状态小点样式 */
.swiper1-pagination1 .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

/* 导航按钮样式 - 上一个 */
.swiper1-button1-prev1 {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

/* 导航按钮样式 - 下一个 */
.swiper1-button1-next1 {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

/* 导航按钮悬停效果 */
.swiper1-button1-prev1:hover,
.swiper1-button1-next1:hover {
    background: rgba(0, 0, 0, 0.6);
}

/* 导航按钮图标样式 */
.swiper1-button1-prev1::after,
.swiper1-button1-next1::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.swiper1-button1-prev1::after {
    border-right: 15px solid #fff;
    transform: translate(-70%, -50%);
}

.swiper1-button1-next1::after {
    border-left: 15px solid #fff;
    transform: translate(-30%, -50%);
}

/* 响应式设计 - 平板设备 */
@media (max-width: 768px) {
    .banner1 {
        height: 400px;
    }
    
    .txt1 {
        display: none; /* 在小屏幕上隐藏文字内容 */
    }
    
    .swiper1-button1-prev1,
    .swiper1-button1-next1 {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .swiper1-button1-prev1::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 12px solid #fff;
    }
    
    .swiper1-button1-next1::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #fff;
    }
}

/* 响应式设计 - 手机设备 */
@media (max-width: 480px) {
    .banner1 {
        height: 300px;
    }
    
    .swiper1-button1-prev1,
    .swiper1-button1-next1 {
        display: none; /* 在小屏幕上隐藏导航按钮 */
    }
    
    .swiper1-pagination1 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
}



