@charset "utf-8";

body,
html {
	min-width: 100%;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

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: ;
	content: "";
}

.clearfix:after {
	clear: both;
}


.hamburger {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: red;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hamburger span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: white;
	position: relative;
	transition: all 0.3s ease;
}

.hamburger span::before,
.hamburger span::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: white;
	transition: all 0.3s ease;
}

.hamburger span::before {
	top: -6px;
}

.hamburger span::after {
	top: 6px;
}

.hamburger.open span {
	background-color: transparent;
}

.hamburger.open span::before {
	transform: rotate(45deg);
	top: 0;
}

.hamburger.open span::after {
	transform: rotate(-45deg);
	top: 0;
}

/* 移动导航菜单样式 */
.mobile-nav {
	position: fixed;
	top: 0;
	right: -250px;
	width: 250px;
	height: 100vh;
	background-color: #333;
	z-index: 999;
	transition: right 0.3s ease;
	padding-top: 100px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 在iOS设备上提供更平滑的滚动体验 */
}

.mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-nav ul li {
	padding: 15px 20px;
	border-bottom: 1px solid #444;
}

.mobile-nav ul li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
}

/* 子菜单样式 */
.submenu {
	display: none;
	background-color: #444;
	margin-left: 20px;
}

.has-submenu.open>.submenu {
	display: block;
}

/* 遮罩层样式 */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
	display: none;
}

.has-submenu>a::after {
	content: '▼';
	/* 使用字符作为箭头 */
	font-size: 12px;
	margin-left: 5px;
	transition: transform 0.3s ease;
}

/* 当父级菜单打开时，旋转箭头 */
.has-submenu.open>a::after {
	transform: rotate(180deg);
}

.mobile-nav ul li a img {
	width: 20px;
	/* 根据需要调整logo大小 */
	height: 20px;
	/* 根据需要调整logo大小 */
	margin-right: 10px;
	/* logo与文字之间的间距 */
	vertical-align: middle;
	/* 垂直居中 */
}


.top {
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.6s;
	background: #fff;
	z-index: 3366;
	padding-right: 20px;
	overflow: hidden;
}

.top .logo {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* 靠左对齐 */
}

.top .logo img {
	width: 50%;
	height: auto;
	transition: all 0.6s;
}


.navbar {
	left: 350px;
	position: absolute;
}

.navbar li {
	float: left;
	margin: 0 35px;
}

.navbar li a {
	color: #000;
	font-size: 16px;
	height: 90px;
	line-height: 90px;
	transition: all 0.6s;
	display: block;
}

.navbar li:hover a {
	color: #223990;
}

.navbar .scroll-nav {
	height: 2px;
	background: #223990;
	position: absolute;
	left: 30px;
	overflow: hidden;
	bottom: 0;
	width: 70px;
}

.top .p1 {
	line-height: 90px;
}

.top .p1 b {
	color: #223990;
	font-size: 24px;
	font-family: arial;
}

.top .p1 span {
	color: #666;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
}

.top .p1 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.top .searchbtn {
	cursor: pointer;
	display: block;
	margin: 40px 30px 0 20px;
}

.top.on {
	animation-name: down;
	animation-fill-mode: both;
	animation-duration: 1s;
	border-bottom: 1px solid #E0E0E0;
}


.sousuo {
	position: fixed;
	top: 90px;
	background: #fff;
	z-index: 33;
	left: 0;
	right: 0;
	padding: 30px 0;
	border-top: 1px solid #E0E0E0;
	transition: all 1s;
	transform: translateY(100%);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.sousuo div {
	margin: 0 auto;
	width: 610px;
}

.sousuo .input1 {
	display: block;
	width: 500px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #f5f5f5;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
}

.sousuo .sub {
	float: left;
	display: block;
	height: 50px;
	width: 100px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #223990;
}

.sousuo.on {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.banner {
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}

.banner .bannerfix>li {
	height: 100%;
	line-height: 0;
	opacity: 0;
	transition: opacity 1000ms linear;
	-webkit-transition: opacity 1000ms linear;
	float: left;
}

.banner .bannerfix>li .bimg {
	line-height: 0;
	width: 100%;
	position: relative;
	object-fit: contain;
	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: 90px;
	text-align: center;
	z-index: 20;
}

.banner .flex-control-nav li {
	display: inline-block;
	position: relative;
	margin-right: 14px;
	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: #223990;
}

.newstip {
	background: rgba(255, 255, 255, 0.8);
	height: 75px;
	line-height: 75px;
	margin-top: -75px;
	position: relative;
	z-index: 333;
}

.newstip li a {
	display: block;
	overflow: hidden;
	clear: both;
}

.newstip li:hover .p1 {
	color: #223990;
}

.newstip span {
	display: block;
	height: 75px;
	line-height: 75px;
}

.newstip span img {
	display: inline-block;
	vertical-align: middle;
}

.newstip .p1 {
	float: left;
	color: #333;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.newstip .p2 {
	float: right;
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 40px;
}

.newstip .bd {
	width: 580px;
	padding-left: 20px;
	margin-top: 20px;
}

.newstip .prev {
	display: block;
	background: url(../img/arrow.png) no-repeat top left;
	width: 12px;
	height: 7px;
	cursor: pointer;
	transition: all 0.6s;
}

.newstip .next {
	display: block;
	background: url(../img/arrow.png) no-repeat top right;
	width: 12px;
	height: 7px;
	cursor: pointer;
	transition: all 0.6s;
	margin-top: 5px;
}

.newstip .prev:hover {
	background-position: bottom left;
}

.newstip .next:hover {
	background-position: bottom right;
}

.newstip .div2 {
	margin-top: 10px;
}

.newstip .hd {
	margin-top: 30px;
	margin-left: 30px;
}

.index-sec1 {
	position: relative;
}

.index-sec1 .left {
	width: 500px;
	float: left;
	padding-top: 50px;
}

.index-sec1 .p1 b {
	display: block;
	height: 40px;
	width: 2px;
	background: #323232;
	margin-bottom: 30px;
}

.index-sec1 .p1 {
	font-size: 56px;
	color: #323232;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.index-sec1 .p2 {
	font-size: 30px;
	color: #323232;
	margin-top: 10px;
}

.index-sec1 .p3 {
	font-size: 18px;
	color: #555;
	padding-top: 20px;
}

.index-sec1 .div1 {
	border-bottom: 1px solid #E0E0E0;
	margin-top: 45px;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.index-sec1 .p4 {
	font-size: 22px;
	color: #333;
	padding-top: 30px;
	font-weight: bold;
}

.index-sec1 .p5 {
	font-size: 12px;
	color: #323232;
}

.index-sec1 .p6 {
	font-size: 14px;
	color: #666;
	line-height: 36px;
}

.index-sec1 .a1 {
	display: block;
	width: 150px;
	height: 60px;
	background: #223990;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: left;
}

.index-sec1 .a2 {
	display: block;
	width: 150px;
	height: 58px;
	border: 1px solid #E0E0E0;
	line-height: 58px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	float: left;
}

.index-sec1 .div2 {
	margin-top: 50px;
}

.index-sec1 .right {
	position: absolute;
	right: -230px;
	top: 150px;
}

.index-sec1 .greenbg {
	position: absolute;
	background: #223990;
	height: 550px;
	top: 0;
	right: 0;
	width: 880px;
	z-index: -1;
}

.index-sec1 .smallImg img {
	display: block;
	width: 235px;
	height: 140px;
	overflow: hidden;
}

.index-sec1 .bigImg {
	height: 900px !important;
	position: relative;
}

.index-sec1 .bigImg img {
	height: 700px;
}

.index-sec1 .smallScroll {
	position: relative;
}

.index-sec1 .smallScroll .tempWrap {
	margin-left: -9px;
}

.index-sec1 .smallImg li {
	width: 235px;
	height: 140px;
	margin: 0 9px;
	transition: all 0.6s;
	background: #223990;
}

.index-sec1 .smallImg li img {
	transition: all 0.6s;
	width: 235px;
	height: 140px;
}

.index-sec1 .sPrev {
	background: #223990;
	width: 64px;
	height: 40px;
	display: block;
	text-align: center;
	position: absolute;
	left: -30px;
	top: 40%;
	z-index: 33;
}

.index-sec1 .sPrev img,
.index-sec1 .sNext img {
	display: inline-block;
	margin-top: 15px;
}

.index-sec1 .sNext {
	background: #223990;
	width: 64px;
	height: 40px;
	display: block;
	text-align: center;
	position: absolute;
	right: -30px;
	top: 40%;
	z-index: 33;
}

.index-sec1 .smallImg li.on img,
.index-sec1 .smallImg li:hover img {
	transform: scale(0.95, 0.93);
}

.index-sec2 {
	background: url(../img/shzy.jpg) no-repeat top center;
	height: 650px;
	margin-top: 80px;
	background-attachment: fixed;
	background-size: cover;
}

.index-sec2 .title {
	padding-top: 40px;
}

.index-sec2 .title h2 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.index-sec2 .title .p1 {
	color: #fff;
	font-size: 12px;
	font-family: arial;
}

.index-sec2 .title .p1 b {
	display: block;
	background: #fff;
	height: 3px;
	width: 210px;
	margin-top: 2px;
}

.index-sec2 .more {
	background: url(../img/morebg.png) no-repeat top center;
	height: 49px;
	width: 180px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 49px;
	transition: all 0.6s;
}

.index-sec2 .more:hover {
	transform: translateX(-10px);
}

.index-sec2 .p3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-top: 8px;
	text-shadow: 2px 2px 8px #000000;
}

.index-sec2 .p4 {
	color: #fff;
	font-size: 18px;
	line-height: 120%;
	margin-top: 20px;
	text-indent: 2em;
	text-shadow: 2px 2px 8px #000000;
}


.index-sec2 li {
	float: left;
	width: 25%;
	position: relative;
	margin-top: 170px;
	transition: all 0.6s;
}

.index-sec2 li strong {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

.index-sec2 li b {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 14px;
	color: #000;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 50px;
	line-height: 30px;
}

.index-sec2 li p {
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.index-sec2 li:hover {
	transform: translateY(-20px);
}

.tit h2 {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.tit h3 {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	text-align: center;
	padding: 20px 0;
}

.tit img {
	display: block;
	margin: 0 auto;
}

.index-sec3 {
	padding: 30px 0;
}

.index-sec3 .w1240 {
	position: relative;
}

.index-sec3 .bd {
	padding-top: 10px;
}

.index-sec3 .bd .tempWrap {
	width: 100% !important;
}

.index-sec3 .bd li {
	width: 100%;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	margin: 10px 40px 10px 10px;
}

.index-sec3 .bd figcaption {
	padding: 10px 10px 20px 10px;
}

.index-sec3 .bd figure,
.index-sec3 .bd figure img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
}

.index-sec3 .bd .p1 {
	color: #333;
	font-size: 20px;
}

.index-sec3 .bd .p2 {
	color: #666;
	font-size: 14px;
	padding-top: 0px;
}

.index-sec3 .prev {
	position: absolute;
	left: -50px;
	top: 50%;
	cursor: pointer;
	background: url(../img/icon2.png) no-repeat left top;
	width: 35px;
	height: 55px;
	transition: all 0.6s;
}

.index-sec3 .next {
	position: absolute;
	right: -50px;
	top: 50%;
	cursor: pointer;
	background: url(../img/icon2.png) no-repeat right top;
	width: 35px;
	height: 55px;
	transition: all 0.6s;
}

.index-sec3 .prev:hover {
	background-position: left bottom;
}

.index-sec3 .next:hover {
	background-position: right bottom;
}

.index-sec3 .bd li:hover figure img {
	transform: scale(1.1);
}

.index-sec3 .bd li:hover .p1 {
	color: #223990;
}


.index-sec4 {
	padding: 50px 0;
	background: #F5F5F5;
}

.index-sec4 ul {
	margin-top: 40px;
}

.index-sec4 li {
	float: left;
	width: 400px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.index-sec4 li:nth-child(2) {
	margin: 0 20px;
}

.index-sec4 figure,
.index-sec4 figure img {
	display: block;
	height: 280px;
	width: 100%;
	transition: all 0.6s;
	overflow: hidden;
}

.index-sec4 li figcaption {
	background: #fff;
	padding: 20px;
}

.index-sec4 li .p1 {
	color: #999;
	font-size: 12px;
	font-family: arial;
}

.index-sec4 li .p2 {
	color: #000;
	font-size: 18px;
	padding: 20px 0;
}

.index-sec4 li .p3 {
	color: #555;
	font-size: 14px;
	line-height: 30px;
}

.index-sec4 li:hover figure img {
	transform: scale(1.1);
}

.index-sec4 li:hover .p2 {
	color: #223990;
}


.footer {

	background: #040f2c;
	padding: 0px 0 10px 0;
}

.footer .div1 {
	padding: 25px 0;
	border-top: 1px solid #363f56;
	border-bottom: 1px solid #363f56;
}

.footer .div1 li {
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}

.footer .div1 li a {
	color: #fff;
	font-size: 15px;
	transition: all 0.6s;
}

.footer .div2 .p1 {
	font-size: 14px;
	color: #888888;
	line-height: 36px;
	margin-bottom: 20px;
}

.footer .div2 {
	padding-top: 30px;
}

.footer .div2 .left a {
	display: inline-block;
	margin-right: 15px;
}

.footer .div2 .right {
	background: url(../img/tel22.png) no-repeat right top;
	padding-right: 80px;
	height: 70px;
}

.footer .div2 .p3 {
	font-size: 14px;
	color: #fff;
	text-align: right;
	padding-top: 5px;
}

.footer .div2 .p4 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.footer .div3 {
	border-top: 1px solid #363F56;
	padding-top: 10px;
	margin-top: 20px;
}

.footer .div3 span {
	display: inline-block;
	color: #888;
	font-size: 14px;
}

.footer .div3 a {
	display: inline-block;
	color: #888;
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all 0.6s;
}

.footer .div3 a:hover,
.footer .div1 li:hover a {
	color: #223990;
}

/*内页*/
.neibanner {
	width: 100%;
	overflow: hidden;
	height: 450px;
}

.neibanner img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.breadcrumb .div2 span {
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	color: #666;
}

.breadcrumb .div2 i {
	display: inline-block;
	font-size: 14px;
	font-family: '宋体';
	margin: 0 5px;
	height: 80px;
	line-height: 80px;
}

.breadcrumb .div2 span.on {
	color: #000;
	font-weight: bold
}

.breadcrumb .div2 span img {
	display: inline-block;
	vertical-align: -1px;
	margin-right: 5px;
	margin-left: 15px;
}

.breadcrumb .div1 a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
}

.breadcrumb .div1 a.on {
	color: #223990;
}

.casepage,
.newspage,
.jobpage {
	padding: 50px 0;
	background: #F5F5F5;
}

.casepage li {
	float: left;
	width: 390px;
	overflow: hidden;
	margin: 0 11px;
	margin-bottom: 22px;
}

.casepage li figure img,
.casepage li figure {
	display: block;
	width: 100%;
	position: relative;
}

.casepage li figcaption {
	background: #fff;
	padding: 15px;
}

.casepage li .p1 {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	font-weight: bold;
}

.casepage li .p2 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.casepage li .m-b {
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	bottom: 50%;
	background: rgba(0, 0, 0, 0.5);
	height: 0;
	transition: all 0.6s;
}

.casepage li .m-t {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	background: rgba(0, 0, 0, 0.5);
	height: 0;
	transition: all 0.6s;
}

.casepage li figure .mask img {
	display: block;
	max-width: 100% !important;
	width: auto;
	position: absolute;
	top: 50%;
	z-index: 33;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.6s;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.6s;
	transition-delay: 0.6s;
}

.casepage li:hover .m-b {
	height: 50%;
}

.casepage li:hover .m-t {
	height: 50%;
}

.casepage li:hover .mask img {
	opacity: 1;
	filter: alhpa(opacity=100);
}



.fenye {
	text-align: center;
	padding: 35px 0 0px 0;
}

.fenye a {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	border: 1px solid #eee;
	background: #fff;
	color: #555;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
	margin: 0 5px;
}

.fenye span {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	border: 1px solid #eee;
	background: #CF0003;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
	margin: 0 5px;
}

.fenye a:hover,
.fenye a.on {
	background: #223990;
	color: #fff;
	cursor: pointer;
}

/* 新闻页面布局 */
.newspage li {
	transition: all 0.6s;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.newspage li a {
	display: block;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
	transition: all 0.6s;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.newspage li figure {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newspage li figure img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}

.newspage li figcaption {
	width: 100%;
	padding-left: 0;
	padding-top: 10px;
}

.newspage li figcaption h2 {
	color: #000;
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
	transition: all 0.6s;
}

.newspage li figcaption h3 {
	color: #5555ff;
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
	transition: all 0.6s;
	text-align: right;
}

.newspage li figcaption h5 {
	font-size: 12px;
	color: #666;
	padding: 0 0 10px;
}

.newspage li figcaption p {
	font-size: 12px;
	text-indent: 2em;
	color: #333;
	line-height: 20px;
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.newspage li:hover {
	transform: translateX(5px);
}

.newspage li:hover h2 {
	color: #223990;
}


/*人才招聘 beign*/
.jobpage {
	padding-bottom: 0;
	padding-top: 60px;
}

.gy_box1 i {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	font-family: "ALTER32_0";
}

.gy_box1 h1 {
	color: #fff;
	font-size: 44px;
	line-height: 55px;
	font-weight: bold;
}

.gy_box_5 {
	padding: 280px 181px 280px 181px;
}

.rc_box {
	clear: both;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.rcln_t {
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.rcln_t img {
	display: block;
	max-width: 100%;
	border: 4px solid #666666;
	margin: 0 auto;
}

.rcln_b {
	height: auto;
	overflow: hidden;
}

.rcln_b p {
	line-height: 26px;
	padding-left: 10px;
	color: #666666;
	font-size: 20px;
	line-height: 38px;
	text-align: left;
	/* text-indent: 2em; */
}

.rcln_b h1 {
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	line-height: 38px;
	text-align: right;
	text-indent: 2em;
}


.rcln_b p em {
	color: #223990;
	font-size: 22px;
	font-weight: bold;
}

.rc_box1 {
	clear: both;
	height: auto;
	overflow: hidden;
	background: url(../img/q3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 150px 0 80px 0;
}

.zpgw_t {
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.zpgw_t img {
	display: block;
	max-width: 100%;
	border: 4px solid #00aaff;
	margin: 0 auto;
}

.zpgw_b {
	height: auto;
	overflow: hidden;
}

.menuTitle3 {
	cursor: pointer;
	height: 60px;
	background: url(../img/bg10.png) no-repeat 98% center #fff;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0 10px 0 10px;
	line-height: 60px;
	max-width: 100%;
}

.menuTitle3 span {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
}

.menuTitle3 em {
	float: right;
	white-space: nowrap;
	color: #666666;
	font-size: 14px;
}

.activeTitle3 {
	cursor: pointer;
	height: 60px;
	background: url(../img/bg11.png) no-repeat 98% center #141418;
	border-bottom: none;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0 10px 0 10px;
	line-height: 60px;
}

.activeTitle3 span {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
}

.activeTitle3 em {
	float: right;
	color: #fff;
	font-size: 14px;
}

.menuContent3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	padding: 20px 20px;
	background: #fff;
	border-bottom: 1px solid #cccccc;
}

.cwzj_t {
	height: auto;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cwzj_t li {
	float: left;
	width: 100%;
	color: #666666;
	line-height: 26px;
	font-size: 14px;
}

.cwzj_t li em {
	color: #888888;
	font-size: 14px;
	margin-left: 15px;
}

.cwzj_b {
	height: auto;
	overflow: hidden;
	padding: 0 50px 0 0;
}

.cwzj_b h1 {
	text-align: left;
	color: #666666;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;

}

.cwzj_b p {
	line-height: 26px;
	color: #888888;
	font-size: 14px;
}


/*联系我们*/
.online-map h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	background: #F5F5F5;
	padding: 15px;
	margin-bottom: 35px;
}

.yiyuyue ul {
	margin-top: 20px;
}

.yiyuyue li {
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px dashed #F5F5F5;
}

.yiyuyue li span {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
}

.link-cont ul {
	padding-bottom: 30px;
}

.link-cont li h3 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.link-cont li p {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	height: 40px;
	line-height: 30px;
}

.link-cont li {
	float: left;
	width: 33%;
	border-right: 1px solid #F5F5F5;
}

.link-cont li:last-child {
	border-right: none;
}

.link-cont h6 {
	font-size: 16px;
	text-align: center;
	color: #666;
	font-weight: normal;
}

.link-cont li img {
	display: block;
	margin: 30px auto;
	height: 40px;
}

.map img {
	width: 100%;
}

/*在线咨询*/

.contact-nei h1 {
	color: #000;
	font-size: 20px;
	border-bottom: 1px solid #F5F5F5;
	padding: 15px;
	margin-bottom: 35px;
	font-weight: bold;
	background: #F5F5F5;
	margin-top: 35px;
}

.contact-nei p {
	font-size: 14px;
	color: #666;
	padding: 15px 0;
}

.contact-nei .biao {
	margin-right: -35px;
}

.contact-nei .input1 {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	width: 590px;
	border: 1px solid #E0E0E0;
	padding-left: 10px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #666;
	margin-right: 30px;
}

.contact-nei select {
	background: none;
	border: none;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	width: 605px;
	background: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
	margin-bottom: 25px;
	border: 1px solid #E0E0E0;
}

.contact-nei .btn-sub {
	text-align: center;
	padding: 20px 0 35px 0;
}

.contact-nei .area {
	background: none;
	border: none;
	height: 180px;
	resize: none;
	background: #fff;
	width: 1236px;
	border: 1px solid #E0E0E0;
}

.contact-nei .tijiao {
	display: inline-block;
	width: 200px;
	background: #003366;
	color: #fff;
	font-size: 16px;
	height: 50px;
	margin-right: 15px;
	cursor: pointer;
}

.contact-nei .res {
	display: inline-block;
	width: 200px;
	background: #FFA842;
	color: #fff;
	font-size: 16px;
	height: 50px;
	cursor: pointer;
}

/*关于我们*/
.about-sec1 {
	background: #fff;
	padding: 60px 0;
}

.about-sec1 .left {
	width: 500px;
	padding-top: 55px;
}

.about-sec1 .left b {
	display: block;
	width: 55px;
	height: 2px;
	background: #333;
}

.about-sec1 .left span {
	font-size: 36px;
	font-family: times new roman, times, serif;
	text-transform: uppercase;
	display: block;
	color: #333;
	padding: 20px 0 10px 0;
}

.about-sec1 .left h2 {
	text-align: left;
}

.about-sec1 .left p {
	line-height: 36px;
	color: #555;
	font-size: 14px;
	margin-top: 40px;
}

.about-tit {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 20px 0;
	transition: all 0.3s ease;
}

.about-tit:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.about-tit h2 {
	color: #000;
	text-align: center;
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.about-tit h5 {
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	background-color: #8b8b8b;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
}


.about-tit h2:hover {
	color: #0056b3;
}

.about-tit h3 {
	color: #666;
	text-align: center;
	font-size: 30px;
	font-family: times new roman, times, serif;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.about-tit h3:hover {
	color: #333;
}

.about-tit h4 {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.about-tit h4:hover {
	color: #0056b3;
}

.about-sec2 li {
	float: left;
	margin: 0 25px 0 0;
	overflow: hidden;
	width: 290px;
}

.about-sec2 li figure,
.about-sec2 li figure img {
	width: 100%;
	transition: all 0.6s;
}

.about-sec2 li:hover figure img {
	transform: scale(1.1);
}

.about-sec2 {
	background: #F5F5F5;
	padding: 60px 0;
}

.about-sec2 ul {
	padding-top: 35px;
	margin-left: -20px;
}

.about-sec2 .p2 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.about-sec2 .p1 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.about-sec2 .p3 {
	color: #999;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}

.about-sec2 figcaption {
	background: #fff;
	margin-top: 0px;
	position: relative;
	z-index: 33;
	padding: 20px;
	text-align: center;
	transition: all 0.6s;
}

.about-sec2 li b {
	display: block;
	width: 30px;
	height: 2px;
	margin: 20px auto 0 auto;
	background: #223990;
}

.about-sec2 li:hover figcaption {
	margin-top: -20px;
}

.about-sec3 {
	padding: 50px 5px 30px 0;
}

.devalp {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 50px 0 0 0;
	max-width: 1240px;
	/* 与父容器的宽度一致 */
	margin: 0 auto;
	/* 居中显示 */
}

.devalp .coure {
	width: 100%;
	overflow: hidden;
}

.devalp .coure li {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.devalp .coure li .nub {
	width: 530px;
	padding: 0 0 10px 30px;
	overflow: hidden;
	color: #006960;
	text-align: right;
}

.devalp .coure li .nub .cont {
	float: left;
	width: 470px;
}

.devalp .coure li .nub p {
	font-size: 16px;
	line-height: 32px;
	float: left;
	color: #333;
	width: 100%;
	text-align: right;
}

.devalp .coure li .nub .tie {
	width: 70px;
	font-size: 26px;
	font-weight: bold;
	color: #cc0a0a;
	margin-left: 20px;
	float: right;
}

.devalp .coure li .nub .tie i {
	font-size: 14px;
	color: #999;
	font-weight: bold;
}

.devalp .coure li b {
	width: 190px;
	position: absolute;
	display: block;
	top: 25px;
	background: #e0e0e0;
	height: 1px;
	left: 170px;
	z-index: -1;
}

.devalp .coure li .part {
	width: 100px;
	padding: 0 0 0 30px;
	height: 74px;
	overflow: hidden;
	background: url(../img/part.jpg) left top repeat-y;
}

.devalp .coure li .part .cont {
	float: left;
	width: 470px;
}

.devalp .coure li .part p {
	font-size: 16px;
	line-height: 32px;
	float: left;
	color: #333;
	width: 100%;
	text-align: left;
}

.devalp .coure li .part .tie {
	width: 70px;
	font-size: 26px;
	font-weight: bold;
	color: #cc0a0a;
	margin-right: 20px;
	float: left;
}

.devalp .coure li .part .tie i {
	font-size: 14px;
	color: #999;
	font-weight: bold;
}

.devalp .coure_more {
	display: block;
	line-height: 60px;
	background: #f5f5f5;
	text-align: center;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	margin-top: 40px;
}


.about-sec4 {
	padding: 50px 5px 30px 0;
}

.about-sec4 .bd {
	padding-top: 5px;
}

.about-sec4 .cont {
	position: relative;
}

.about-sec4 .tempWrap {
	width: 100% !important;
	overflow: hidden;
}

.about-sec4 li {
	width: 385px;
	overflow: hidden;
	margin: 0 41px 0 0;
}

.about-sec4 li figure img,
.about-sec4 li figure {
	border-radius: 12px;
	display: block;
	width: 100%;
	transition: all 0.6s;
	overflow: hidden;
}

.about-sec4 li p {
	background: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	color: #000;
	transition: all 0.6s;
}

.about-sec4 span {
	display: block;
	position: absolute;
	top: 50%;
	font-size: 50px;
	font-family: "宋体"
}

.about-sec4 .prev {
	left: -50px
}

.about-sec4 .next {
	right: -50px;
}

.about-sec4 li:hover img {
	/* transform: scale(1.1); */
}

.about-sec4 li:hover p {
	background: #223990;
	color: #fff;
}

.about-sec5 {
	padding: 50px 5px 30px 0;
	background: #F5F5F5;
}

.about-sec5 li {
	float: left;
	margin: 0 40px 20px 0;
	width: 385px;
}

.about-sec5 li figure img,
.about-sec5 li figure {
	display: block;
	width: 100%;
	transition: all 0.6s;
	overflow: hidden;
}

.about-sec5 ul {
	padding-top: 35px;
	margin-right: -40px;
}

.about-sec5 li p {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}

.about-sec5 li:hover figure img {
	transform: scale(1.1);
}


/*服务页面*/
.fuwupage-cont {
	padding: 50px 0;
}

.fuwupage-cont .div {
	background: #F5F5F5;
	margin: 20px 0;
}

.fuwupage-cont .l-cont {
	width: 40%;
	padding: 0 5%;
}

.fuwupage-cont .l-cont h3 {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	padding: 10% 0 3% 0;
}

.fuwupage-cont .l-cont b {
	display: block;
	background: #222;
	width: 60px;
	height: 2px;
	float: right;
	margin: 3% 0 3% 0;
}

.fuwupage-cont .l-cont p {
	font-size: 14px;
	line-height: 32px;
	color: #666;
}

.fuwupage-cont .r-cont {
	width: 50%;
	position: relative;
	overflow: hidden;
	height: 350px;
}

.adaptive-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
	transition: object-position 0.3s ease;
}

.fuwupage-cont .r-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
	opacity: 0;
	transition: all 0.36s;
}

.fuwupage-cont .r-mask h3 {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 45%;
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}

.fuwupage-cont .r-cont:hover .r-mask {
	transform: scale(1);
	opacity: 1;
}

.fuwupage-cont .more-btn img {
	display: block;
	width: 30px;
	float: right;
	margin-top: 10px;
}

.fuwupage-cont .fan-div .l-cont h3 {
	text-align: left;
}

.fuwupage-cont .fan-div b {
	float: none;
}

.fuwupage-cont .fan-div .more-btn {
	float: left;
}




.detailpage {
	padding: 10px 0;
	background: #F5F5F5;
}

.detailpage .w1240 {
	box-sizing: border-box;
	background: #fff;
	padding: 100px 30px 30px 30px;
	width: 100%;
}

.stace h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;

}

.stace h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	overflow: hidden;
	padding-top: 5px;
}

.stace strong {
	display: block;
	overflow: hidden;
	overflow: hidden;
	padding-top: 8px;
	margin-bottom: 8px;
	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;
	font-size: 15px;
}

.cont p {
	text-indent: 2em;
	line-height: 1.6;
	margin-bottom: 1em;

}

.stace .cont img {
	display: block;
	width: 100%;
	margin: 10px auto;
}

.stace .zjlj {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	border: 1px #e0e0e0 solid;
	border-left: none;
	border-right: none;
	line-height: 60px;
	position: relative;
}

.stace .zjlj a {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.stace .zjlj a:nth-child(1) {
	text-align: left;
}

.stace .zjlj a:nth-child(2) {
	text-align: right;
}

.stace .zjlj a i {
	color: #000;
}

.stace .zjlj a:hover {
	color: #196CAD;
}

.jobpage {
	padding: 35px 0;
}

.jobpage table {
	border-collapse: collapse;
	border: 1px solid #f1f1f1;
	width: 100%;
	margin-top: 30px;
}

.jobpage td,
.jobpage th {
	width: 25%;
	text-align: center;
	border: 1px solid #f1f1f1;
	height: 50px;
	color: #333;
}

.jobpage th {
	background: #223990;
	color: #fff;
	font-size: 16px;
}

.jobpage td a {
	color: #333;
	transition: all 0.6s;
}

.jobpage tr:hover a {
	color: #223990;
}

.jobpage td:nth-child(3) {
	color: #f00;
}

/*格子布局*/
.grid-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.grid-item {
	background-color: white;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.grid-item h2 {
	color: #4a6cf7;
	margin-bottom: 15px;
	font-size: 1.5rem;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 10px;
}

.grid-item p {
	margin-bottom: 15px;
	color: #666;
}

.grid-item .icon {
	font-size: 2.5rem;
	color: #4a6cf7;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}

.grid-item .btn {
	display: inline-block;
	background-color: #4a6cf7;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s;
	margin-top: 10px;
}

.grid-item .btn:hover {
	background-color: #3a5bd9;
}

/*分公司布局*/
.container1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
	perspective: 100px;
}

.scroll-container {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}

.scroll-container::-webkit-scrollbar {
	display: none;
}

.grid-item1 {
	flex: 0 0 80%;
	height: 300px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	scroll-snap-align: start;
	transition: transform 0.3s ease;
}

.grid-item1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
	z-index: 1;
}

.content1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px;
	color: white;
	z-index: 2;
	text-align: center;
}

.content1 h2 {
	margin: 0 0 10px 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffffff;
}

.content1 p {
	margin: 0;
	font-size: 16px;
}

/* 进度条样式 */
.progress-container {
	width: 100%;
	height: 6px;
	background-color: #ddd;
	border-radius: 3px;
	margin-top: 15px;
}

.progress-bar {
	height: 100%;
	background-color: #4CAF50;
	border-radius: 3px;
	width: 0;
	transition: width 0.3s ease;
}

/* 指示器样式 */
.indicators {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	cursor: pointer;
}

.indicator.active {
	background-color: #4CAF50;
}





/*  下拉菜单  */
.container {
	max-width: 100%;
	width: 100%;
	padding: 10px 0 0 0px;
}

.container h1 {
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	background-color: #8b8b8b;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.card {
	background-color: white;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

.card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.card-header {
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 10px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
}

.card-image {
	width: 200px;
	height: 80px;
	border-radius: 12px;
	object-fit: cover;
	margin-right: 20px;
}

.card-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 0;
	flex-grow: 1;
}

.card-icon {
	color: #3498db;
	transition: transform 0.3s ease;
}

.card-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	padding: 0 20px;
}

.card-content-inner {
	padding-bottom: 20px;
}

.card-text {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 20px;
	text-indent: 2em;
}

.card-text:last-child {
	margin-bottom: 0;
}

.expanded .card-icon {
	transform: rotate(180deg);
}

.expanded .card-content {
	max-height: 500px;
}



/* 主页 */
.company-image {
	max-width: 100%;
	height: auto;
	/* border-radius: 12px; */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	object-fit: cover;
}

.stats-container {
	max-width: 100%;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	padding: 12px;
	margin-bottom: 2px;
}

.stats-title {
	font-size: 1rem;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 20px;
	text-align: center;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.stat-item {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stat-icon {
	font-size: 2rem;
	margin-right: 15px;
	color: #3498db;
}

.stat-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.stat-value {
	font-size: 1.2rem;
	font-weight: 700;
	color: #009f00;
	margin-bottom: 5px;
}

.stat-label {
	font-size: 1rem;
	color: #7f8c8d;
}


.company-image-container {
	padding-top: 60px;
	position: relative;
	width: 100%;
	height: 420px;
	margin-bottom: 10px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.company-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: white;
	padding: 20px;
}

.overlay-text {
	margin: 0;
}

.first-line {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.second-line {
	font-size: 1rem;
	font-weight: normal;
}

.hero-section {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 10px;

	text-align: center;
}

.title-container {
	margin-bottom: 20px;
}

.main-title {
	color: #333;
	font-size: 28px;
	font-weight: bold;
}

.content-container {
	display: inline-block;
	position: relative;
}

.content-link {
	text-decoration: none;
	color: inherit;
}

.image-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 0px;
}

.feature-image {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}



.caption {
	/* 移除绝对定位，改为默认的static */
	background: rgba(85, 85, 127, 0.7);
	color: white;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	/* 统一圆角样式 */
}

.sub-title {
	font-size: 18px;
	margin: 0;
	color: #ffffff;
}

.sub-sub-title {
	color: #ffffff;
	font-size: 14px;
	margin: 5px 0 0;
}


/* 视频   */

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-moz-keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

@-ms-keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

@keyframes down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

/* 流式布局 */
.w1240 {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
}

.sw1240 {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
}



/* 导航菜单在移动端的样式 */
.navbar {
	display: none;
	/* 默认不显示，将使用汉堡包菜单 */
}

.menu-toggle {
	display: block;
	width: 30px;
	height: 30px;
	background: url('img/menu.png') no-repeat center center;
	background-size: contain;
}

@media (max-width: 768px) {
	.top .logo img {
		max-width: 100%;
		/* 缩小logo尺寸 */
	}

	.top .p1 {
		font-size: 14px;
		/* 缩小文字 */
	}

	.casepage * {
		width: 100%;
		/* 案例展示改为单列布局 */
	}

	.footer .div1 li,
	.footer .div1 ul li {
		font-size: 14px;
		/* 调整底部文字大小 */
	}
}

@media screen and (max-width:320px) {}