* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #ededed;
	font-size: 14px;
	font-family: "microsoft yahei", SimHei, arial;
	color: #000;
	position: relative;
}
ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p, em, ol, input, th {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
}
a {
	text-decoration: none;
}
input, textarea {
	outline-style: none;
}
.eyou-main {
	width: 100%;
	height: auto;
    /*min-width: 1420px;*/
	min-width: 1226px;
	position: relative;
}
.eyou-head {
	width: 100%;
	height: auto;
	background: white;
}
.eyoucms-top {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #ededed;
}
.eyou-wel {
	width: 1226px;
	margin: auto;
	color: #5e5e5e;
	font-size: 12px;
}
.eyou-wel p span {
	color: #ED4014;
	padding: 5px;
}
.eyou-wel p:nth-child(1) {
	float: left;
}
.eyou-wel p:nth-child(2) {
	float: right;
}
.eyou-wel p a:nth-child(1) {
	margin-right: 10px;
}
.eyou-wel p a {
	color: #5e5e5e;
	margin-left: 10px;
}
.eyou-tb {
	height: 162px;
	width: 1226px;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.eyou-logo {
	margin-top: 25px;
	float: left;
}
.eyou-sousuo {
	width: 510px;
	float: right;
}
.eyou-sousuo label {
	width: 385px;
	height: 45px;
	padding-left: 15px;
	border: 1px solid #DDDDDD;
	float: left;
}
.eyou-sousuo label input[type=text] {
	width: 370px;
	height: 43px;
	border: none;
	background: url(../images/su.png) no-repeat left center;
	padding-left: 35px;
}
.eyou-sousuo input[type=submit] {
	width: 120px;
	height: 45px;
	border: none;
	float: left;
	color: white;
	background: #e1251b;
}
.eyou-sousuo form {
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.eyou-sousuo p {
	color: #767676;
	padding-top: 5px;
}
.eyou-sousuo p a {
	color: #767676;
}
.eyou_nav {
	width: 1226px;
	margin: auto;
	height: 56px;
	padding: 20px 0 15px 0;
}
.eyou_nav p {
	float: left;
	background: url(../images/0.png) no-repeat left center;
	margin-left: 10px;
	padding-left: 25px;
	font-size: 16px;
	color: #3e3e3e;
}
.eyou-dh > li {
	float: left;
	padding: 0 30px;
	position: relative;
}
.eyou-dh {
	float: left;
	margin-left: 110px;
	height: 22px;
}
.eyou-dh > li > a {
	font-size: 17px;
	color: #3e3e3e;
}

/* -- */
.eyou-dh > li > a:hover {
    color: rgb(185, 0, 0);

    /* 或者改变背景色 */
    /* background-color: #f5f5f5; */
}
/* -- */


.eyou-erji {
	width: 100%;
	z-index: 99999;
	background: white;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
.eyou-erji li {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
.eyou-erji li a {
	color: #3e3e3e;
	font-size: 14px;
}
.eyou-banner {
	width: 1226px;
	height: 436px;
	margin: auto;
	position: relative;
}
/*.eyou-ban {*/
/*	width: 1226px;*/
/*	height: 436px;*/
/*	position: relative;*/
/*}*/
/*20250523修改*/
.eyou-ban {
	min-width: 1226px;
	/* width: 1226px;20250523修改 */
	height: auto;
	/* height: 536px; */
	position: relative;
}

.eyou-banner1 {
	min-width: 1226px;
	/* width: 1226px; */
	height: auto;
	/* height: 536px; */
	margin: auto;
	position: relative;
}
/* 20250523修改*/

.side1 {
	width: 235px;
	/*height: 536px;*/
	height: 100%; /* 继承父容器高度 */
	max-height: 100%; /* 防止溢出 */
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 18%;
	top: 0;
	/*padding: 15px 0;*/
	box-sizing: border-box;
    margin-left: 20px; /* 基础安全间距 */
}

@media (min-width: 1226px) and (max-width: 1420px) {
    /* 图片宽度按容器百分比缩放，高度固定 */
    .eyou-ban .bd img {
        width: 100% !important; /* 强制宽度占满容器 */
        height: 411px !important; /* 固定高度与容器一致 */
        object-fit: cover; /* 保持图片比例，裁剪溢出部分 */
    }

}
@media (max-width: 1226px) {
    /* 图片宽度按容器百分比缩放，高度固定 */
    .eyou-ban .bd img {
        width: 100% !important; /* 强制宽度占满容器 */
        height: 411px !important; /* 固定高度与容器一致 */
        object-fit: cover; /* 保持图片比例，裁剪溢出部分 */
    }
	.eyou-banner1
	.eyou-ban{
		height: 411px;
	}

}

.side1 > li {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.side1 > li > a {
	color: white;
	display: inline-block;
	width: 185px;
	margin-left: 26px;
	background: url(../images/ji.png) no-repeat right center;
}
.side1 > li:hover {
	background: #e1251b;
}
.side1 > li:hover .eyou-left {
	display: block;
}
/*---*/
.side {
	width: 235px;
	height: 436px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	padding: 15px 0;
}
.side > li {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.side > li > a {
	color: white;
	display: inline-block;
	width: 185px;
	margin-left: 26px;
	background: url(../images/ji.png) no-repeat right center;
}
.side > li:hover {
	background: #e1251b;
}
.side > li:hover .eyou-left {
	display: block;
}
.eyou-ban .hd {
	position: absolute;
	bottom: 3%;
	right: 2%;
}
.eyou-ban .hd li {
	float: left;
	width: 12px;
	height: 12px;
	border: 2px solid #DDDDDD;
	border-radius: 100%;
	margin-left: 10px;
}
.eyou-ban .hd .on {
	background: #e1251b;
}
.eyou-ban .prev, .eyou-ban .next {
	position: absolute;
	right: 65%;
	/* left: 21%;20250527修改 */
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.eyou-ban .next {
	left: auto;
	right: 10%;
	background-position: 8px 5px;
}
.eyou-ban .prev:hover, .eyou-ban .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.eyou-left {
	width: 991px;
	position: absolute;

	left: 235px;

	border-top: 1px solid black;
	background: white;
	top: 0px;
	box-shadow: 1px 2px 5px rgba(164,162,162,0.4);
	padding: 40px;
	display: none;
	z-index: 99999999;
	min-height: 435.5px;
	height: auto;
}
/* .eyou-left {
	width: 991px;
	position: absolute;

	left: 235px;
	height: 435.5px;
	border-top: 1px solid black;
	background: white;
	top: 0px;
	box-shadow: 1px 2px 5px rgba(164,162,162,0.4);
	padding: 40px;
	display: none;
	z-index: 99999999;
} */
.eyou-left div P {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.eyou-left div .a1 {
	line-height: 42px;
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
	color: #333333;
}
.eyou-left div .a1 img {
	margin-right: 10px;
}
.eyou-left div .a2 {
	background: #f7f7f7;
	border: 1px solid #ebebeb;
	padding: 7px 25px;
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
	display: inline-block;
	line-height: 1;
}
.eyou-left div {
	margin-bottom: 30px;
}
.eyou-ad {
	width: 1226px;
	margin: 15px auto;
}
.eyou-xad {
	background: #5f5750;
	width: 235px;
	height: 160px;
	float: left;
}
.eyou-xad ul {
	height: auto;
	overflow: hidden;
	padding-top: 25px;
}
.eyou-xad ul li {
	float: left;
	text-align: center;
	width: 33.33%;
}
.eyou-xad ul li a, .eyou-xad div a {
	color: #cbc9c6;
}
.eyou-xad ul li a:hover, .eyou-xad div a:hover {
	opacity: 0.4;
	color: #999999;
}
.eyou-xad div {
	width: 90%;
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #736c66;
	padding-top: 15px;
}
.ad-ban {
	float: left;
	height: 160px;
}
.ad-ban li {
	float: left;
	width: 316px;
	height: 160px;
	margin-left: 14.3px;
	transition: all 0.5s;
}
.ad-ban li img {
	width: 100%;
	height: 100%;
}
.ad-ban li:hover {
	box-shadow: 0 5px 20px rgba(131,131,131,0.7);
}
.eyou-pro {
	width: 1226px;
	margin: 40px auto;
	height: auto;
}
.pro-zong {
	margin-top: 40px;
}
.pro-name {
	height: auto;
	overflow: hidden;
	line-height: 40px;
	margin-bottom: 10px;
}
.pro-name p {
	float: left;
	font-size: 22px;
}
.pro-name p a {
	color: #000;
}
.pro-name ul {
	float: right;
}
.pro-name ul li {
	float: left;
	font-size: 15px;
}
.pro-name ul li a {
	color: #424242;
	padding: 7px 25px;
}
.pro-name ul li .on {
	color: white;
	background: #e1251b;
}
.pro-zong_tp {
	float: left;
	width: 235px;
	height: 307px;
	overflow: hidden;
}
.pro-zong_tp img {
	width: 100%;
	height: 100%;
}
.pro-timg {
	margin-top: 13px;
}
.pro-zong_nr {
	float: left;
}
.pro-zong_nr li {
	width: 235px;
	height: 307px;
	float: left;
	text-align: center;
	background: white;
	margin-left: 12.5px;
	transition: margin-top 0.5s, box-shadow 0.5s;
	position: relative;
}
.pro-zong_nr li:hover {
	margin-top: -2px;
	box-shadow: 0 5px 15px rgba(131,131,131,0.7);
}
.eyou-shop {
	width: 70%;
	margin: 30px auto;
	text-align: center;
	height: 160px;
	overflow: hidden;
}
.pro-zong_nr li p {
	width: 90%;
	margin: auto;
	line-height: 2;
}
.pro-zong_nr .web-js {
	margin-top: 6px;
	font-size: 12px;
	color: #71797F;
	line-height: 16px;
}
.ey-p1 {
	font-size: 12px;
	color: #424242;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ey-p2 {
	font-size: 12px;
	color: #929292;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ey-p3 {
	font-size: 16px;
	color: #ff731e;
}
.eyou-bh {
	width: 235px;
	height: 149px;
	margin-bottom: 9px;
	background: white;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.eyou-bh:hover {
	margin-top: -2px;
	box-shadow: 0 5px 15px rgba(131,131,131,0.7);
}
.pro-zong_nr .on {
	background: transparent;
}
.pro-zong_nr .on:hover {
	margin-top: -0;
	box-shadow: none;
}
.ey-price {
	display: inline-block;
	width: 80%;
	margin: auto;
	margin-top: 30px;
}
.eyou-bh p {
	font-size: 14px;
	color: #424242;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ey-price span {
	font-size: 16px;
	color: #ff731e;
}
.ey-price img {
	width: 87px;
	height: 87px;
	margin-top: -10px;
	overflow: hidden;
}
.ey-more {
	font-size: 18px;
	color: #373737;
	background: url(../images/more.png) no-repeat right center;
	line-height: 149px;
	padding-right: 50px;
	display: inline-block;
}
.eyou-tab {
	display: none;
}
.video {
	height: auto;
	overflow: hidden;
}
.eyou-lmmc {
	float: left;
	font-size: 22px;
}
.eyou-ckqb {
	float: right;
	color: #424242;
	font-size: 15px;
	margin-right: 5px;
	margin-top: 5px;
}
.eyou-qbm {
	margin-top: 20px;
}
.eyou-qbm li {
	width: 296px;
	height: 385px;
	float: left;
	margin-left: 14px;
	text-align: center;
	background: white;
	transition: all 0.5s;
}
.eyou-qbm li:hover {
	margin-top: -2px;
	box-shadow: 0 5px 15px rgba(131,131,131,0.7);
}
.eyou-qbm li a {
	cursor: pointer;
}
.eyou-qbm li.on {
	margin-left: 0;
}
.eyou-sjbt {
	padding: 25px 40px;
	line-height: 2;
}
.eyou-spimg {
	width: 296px;
  	height: 280px;
	overflow: hidden;
	position: relative;
}
.eyou-spimg img {
	width: 100%;
	height: 100%;
}
.eyou-spimg div {
	border: 2px solid white;
	border-radius: 20px;
	width: 36px;
	height: 26px;
	vertical-align: middle;
	position: absolute;
	bottom: 10px;
	left: 10px;
	transition: all 0.5s;
}
.eyou-spimg div img {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 3px;
}
.eyou-spimg:hover div {
	background: #f60;
	border: 2px solid #f60;
}
.eyou-qbm li .ey-p1:hover {
	color: #f60;
}
.tan {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.eyou-spbf {
	width: 880px;
	height: 596px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 50%;
	margin-top: -298px;
	background: goldenrod;
}
.eyou-spbf > p {
	height: 70px;
	background: white;
	line-height: 70px;
}
.eyou-spbf > p span {
	float: left;
	margin-left: 20px;
	font-size: 24px;
	color: #333333;
}
.eyou-spbf > p b {
	float: right;
	margin-right: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #333333;
	cursor: pointer;
	line-height: 25px;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	border-radius: 100%;
}
.eyou-spbf > p b:hover {
	background: #f60;
	color: white;
}
.eyou-spbf > div {
	width: 100%;
	height: 526px;
}
.eyou-spbf > div embed {
	width: 100%;
	height: 100%;
}
.eyou-foot {
	width: 100%;
	background: white;
}
.eyou-dibu {
	width: 1226px;
	margin: auto;
	padding: 40px 0;
	height: auto;
	overflow: hidden;
}
.eyou-dblogo {
	width: 67%;
	height: auto;
	float: left;
	overflow: hidden;
}
.eyou-dblogo li {
	float: left;
	margin-right: 59px;
}
.p1 {
	font-size: 18px;
	color: #222f43;
	font-weight: 600;
	line-height: 2;
}
.p2 {
	color: #a6a8ad;
	line-height: 2;
}
.eyou-dbyc {

	width: 30%;
	float: left;
	text-align: left;
	color: #4f4f4f;
}
.eyou-dbyc p {
	margin-bottom: 7px;
}
.p3 {
	font-size: 18px;
}
.p4 {
	font-size: 26px;
}
.eyou-dbyc a {
	display: inline-block;
	width: 162px;
	height: 40px;
	line-height: 40px;
	background: #e1251b;
	color: white;
	text-align: center;
	border-radius: 5px;
}
.eyou-dbyc a span {
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 25px;
}
.eyou-copy {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #2f2f2f;
}
.eyou-icp {
	width: 1226px;
	margin: auto;
	color: #cdcdcd;
}
.eyou-icp > div {
	text-align: center;
}
.eyou-icp > span {
	float: right;
}
.eyou-icp > span a {
	color: #cdcdcd;
}
.eycmsmt {
	clear: both;
}
.eyou-mzc {
	background: white;
	height: 620px;
	/* height: 540px; */
}
.eyou-mzc > li {
	border-bottom: 1px solid #F5F5F5
}
.eyou-mzc > li.on {
	background: #e1251b;
}
.eyou-mzc > li > a {
	color: #222222;
	background: none;
}
.eyou-mzc > li > a.on {
	color: #ffffff;
}
.eyou-mzc > li > a > span {
	font-weight: bold;
	float: right;
	color: #bebebe;
}
.side > li:hover {
	background: #e1251b;
}
.side > li > a:hover {
	color: #ffffff
}
.eyou-pos {
	width: 1226px;
	margin: 15px auto;
	color: #5c5c5c;
}
.eyou-pos a {
	color: #5c5c5c;
}
.por_list {
	width: 978px;
	/*height: 436px;*/
	float: right;
	position: relative;
}
.por_list .hd {
	position: absolute;
	right: 10px;
	top: 195px;
}
.por_list .hd li {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #999999;
	margin: 0 5px;
	background: white;
	cursor: pointer;
}
.por_list .hd li.on {
	color: white;
	background: #D83832;
	border: 1px solid #D83832;
}
.img1 {
	width: 100%;
}
.pro-fen {
	/*	height: 140px;*/
	background: white;
	padding: 20px;
	margin: 10px auto;
	border: 1px solid #ececec;
}
.pro-fen div {
	margin-bottom: 7px;
	height: auto;
	overflow: hidden;
}
.pro-fen div span {
	font-weight: bold;
	font-size: 15px;
	color: #424242;
	width: 85px;
	float: left;
	display: inline-block;
}
.pro-fen div div {
	float: left;
	width: 850px;
	height: auto;
	overflow: hidden;
}
/* ---- */

/* ---- */
.pro-fen div div>a {
	float: left;
}
.pro-fen div div>p {
	width: 840px;
	float: left;
}
.pro-fen div a {
	color: #5C5C5C;
	display: inline-block;
	padding: 4px 10px;
	/* padding: 4px 15px; */
	margin-left: 5px;
}
.pro-fen div .on {
	color: white;
	background: #e1251b;
}
.pro-pai {
	height: 52px;
	background: white;
	border: 1px solid #ececec;
	padding: 0 5px 0 10px;
}
.pro-pai p a {
	color: #5C5C5C;
}
.pro-pai p a.active {
	color: #e1251b;
}
.pro-pai p {
	float: left;
	height: 52px;
	line-height: 52px;
}
.pro-pai p span {
	font-weight: bold;
	font-size: 15px;
	color: #424242;
}
.pro-pai p a {
	margin-left: 10px;
}
.pro-sou {
	float: right;
	line-height: 52px;
}
.pro-sou {
	color: #5c5c5c;
}
.pro-sou input[type=text] {
	width: 195px;
	height: 30px;
	border: 1px solid #dddcdc;
	border-radius: 5px;
	padding-left: 5px;
}
.pro-sou input[type=submit] {
	background: #e1251b;
	border: none;
	width: 75px;
	height: 30px;
	color: white;
	border-radius: 5px;
}
.pro-sou input[type=button] {
	background: #e1251b;
	border: none;
	width: 75px;
	height: 30px;
	color: white;
	border-radius: 5px;
}
.eyou-hot {
	width: 1226px;
	height: auto;
	overflow: hidden;
	margin: 15px auto;
}
.hot-name {
	width: 235px;
	float: left;
	border: 1px solid #dddcdc;
}
.hot-name > p {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	border-bottom: 1px solid #dddcdc;
}
.hot-name ul {
	background: white;
	padding-bottom: 54px;
}
.hot-name ul li {
	border-bottom: 1px dashed #dddcdc;
	height: auto;
	overflow: hidden;
	width: 90%;
	margin: auto;
	padding: 20px 0;
}
.hot-name ul li img {
	float: left;
	width: 48%;
}
.hot-name ul li div {
	float: right;
	width: 50%;
	color: #424242;
	margin-top: 20px;
}
.hot-name ul li div span {
	display: block;
	color: #ff731e;
}
.eyou-cplb {
	margin-bottom: 15px;
}
.eyou-vss {
	width: 345px;
	height: 45px;
	border: 1px solid #e2e1e1;
	border-radius: 5px;
	background: white;
	margin-top: 20px;
}
.eyou-vss input {
	float: left;
	border: none;
	padding-left: 10px;
	border-radius: 5px;
}
.eyou-vss input[type=text] {
	width: 285px;
	height: 43px;
}
.eyou-vss input[type=submit] {
	width: 54px;
	height: 43px;
	background: url(../images/su.png) no-repeat center;
}
.eyou-miaos {
	width: 1226px;
	height: auto;
	overflow: hidden;
}
.eyou-miaos li {
	width: 240px;
	float: left;
	margin-left: 25px;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
}
.eyou-miaos li:hover {
	box-shadow: 0px 2px 5px rgba(164,162,162,0.4);
	background: white;
}
.eyou-vpic {
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.eyou-vpic img {
	width: 100%;
}
.ey-vms {
	padding: 20px 5px;
}
.eyou-spbf b {
	text-align: center;
}
.about h5 {
	font-size: 30px;
	color: #2d2d2d;
	margin: 25px auto;
}
.about_list {
	font-size: 15px;
	color: #494949;
	line-height: 2;
}
.about_list p {
	text-indent: 20px;
}
.about_list img {
	display: block;
	margin: 20px auto;
}

.eyou-ry li {
	width: 192px;
	height: 317px;
	/* width: 292px;
	height: 417px; */
	float: left;
	text-align: center;
	cursor: pointer;
	/* margin-left: 19px; */
	margin: 6px;
	margin-bottom: 20px;
}
.eyou-ry li div {

	width: 192px;
	height: 270px;
	/* width: 292px;
	height: 405px; */
	background: white;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	line-height: 200px;
	overflow: hidden;
	transition: all 0.5s;
}
.eyou-ry li:hover div {
	border: 1px solid #eb4541;
}
.eyou-ry li p {
	font-size: 16px;
	color: #5c5c5c;
	line-height: 2;
}
/* --- */
.eyou-ry1 li {
	width: 192px;
	height: 237px;
	float: left;
	text-align: center;
	cursor: pointer;
	margin: 6px;
	margin-bottom: 20px;
}
.eyou-ry1 li div {

	width: 192px;
	height: 176px;
	background: white;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
}
.eyou-ry1 li:hover div {
	border: 1px solid #eb4541;
}
.eyou-ry1 li p {
	font-size: 16px;
	color: #5c5c5c;
	line-height: 2;
}
/* --- */
.eyou-tech ul {
	width: 1226px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* 统一设置间距 */
	padding-top: 25px; /* 替代原 li 的 margin-top */
  }
  .eyou-tech ul li {
	width: calc((100% - 40px) / 6.5); /* 自动计算宽度包含间距 */
		height: 205px;
	background: white;
	text-align: center;
	transition: all 0.5s;
  }
/*.eyou-tech ul {*/
/*	width: 1226px;*/
/*	margin: auto;*/
/*	height: auto;*/
/*	overflow: hidden;*/
/*}*/
/*.eyou-tech ul li {*/
/*	width: 395px;*/
/*	height: 335px;*/
/*	float: left;*/
/*	background: white;*/
/*	margin-left: 20px;*/
/*	margin-top: 25px;*/
/*	text-align: center;*/
/*	transition: all 0.5s;*/
/*}*/
.eyou-tech ul li div {
	width: 100%;
	height: 150px;
}
.eyou-tech ul li p {
	font-size: 20px;
	color: #333333;
}
.eyou-tech ul li:hover {
	background: #fd8204;
}
.eyou-tech ul li:hover p {
	color: white;
}
.news_list {
	width: 1226px;
	margin: auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.news_list li {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	background: #e1251b;
	width: 290px;
	text-align: center;
	margin-left: 18px;
}
.news_list li.on {
	background: #ff8400;
}
.news_list li a {
	color: white;
	display: block;
}
.news li {
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	background: url(../images/dian.png) no-repeat left center;
	padding-left: 15px;
}
.news li p {
	float: left;
	color: #444444;
}
.news li span {
	float: right;
	color: #797979;
}
.eyou-lx, .ey-con {
	line-height: 2;
	color: #5c5c5c;
	margin-bottom: 5px;
}
.ey-con .eyou-ys {
	color: #E53333;
}
.about-pic {
	width: 55%;
	float: left;
}
.about-name {
	width: 40%;
	float: right;
}
.about-name h5 {
	margin-top: 0;
}
.ab {
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.about-nav1 div {
	background: url(../images/h11.png) no-repeat center;
}
.about-nav2 div {
	background: url(../images/a11.png) no-repeat center;
}
.about-nav3 div {
	background: url(../images/w11.png) no-repeat center;
}
.about-nav1:hover div {
	background: url(../images/h22.png) no-repeat center;
}
.about-nav2:hover div {
	background: url(../images/a22.png) no-repeat center;
}
.about-nav3:hover div {
	background: url(../images/w22.png) no-repeat center;
}
.about-nav4 div {
	background: url(../images/hzal11.png) no-repeat center;
}
.about-nav4:hover div {
	background: url(../images/hzal22.png) no-repeat center;
}
.about-nav5 div {
	background: url(../images/czxx11.png) no-repeat center;
}
.about-nav5:hover div {
	background: url(../images/czxx22.png) no-repeat center;
}
.about-nav6 div {
	background: url(../images/scjd11.png) no-repeat center;
}
.about-nav6:hover div {
	background: url(../images/scjd22.png) no-repeat center;
}
.about h5 span {
	font-size: 16px;
	color: #4c4c4c;
	margin-left: 15px;
}
.eyou-pictj {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	height: auto;
	overflow: hidden;
}
b {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.eyou-xtj {
	position: relative;
	width: 600px;
}
.eyou-xtj .ln {
	position: absolute;
	left: 0;
	bottom: 28px;
}
.eyou-xtj .lp {
	position: absolute;
	right: 0;
	bottom: 28px;
}
.picInfo_r {
	width: 600px;
	/* padding: 0 30px; */

}
.picInfo_r h3 {
	font-size: 26px;
	color: #333232;
	line-height: 1.583;
	max-height: 74px;
	overflow: hidden;
	margin: 10px;
	margin-top: 20px;
}
/* ----- */
.picInfo_r .seo_description {
	color: rgb(112, 112, 112);
	font-size: 16px;
	background-color: #f3f3f3;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8;

}
.picInfo_r .add_time {
	color: rgb(112, 112, 112);
	font-size: 16px;
	margin-top: 30px;
	border-bottom: 1px dashed #999;  /* 1px 虚线，灰色 */
  padding-bottom: 8px;             /* 可选：调整下划线与内容的间距 */

}
.picInfo_r .rexian{
	color:  rgb(61, 61, 61);
	margin-top: 60px;
	background-color: #f3f3f3;
	text-align: center;
	padding-top: 20px;
	height: 70px;
	font-size: 24px;


}
/* -- */
.eyou-tjzc {
	float: left;
}
.eyou-cptx {
	margin-top: 10px;
}
.eyou-cptx b {
	font-weight: bold;
	font-size: 16px;
	color: #5e5e5e;
}
.eyou-cptx p {
	font-size: 14px;
	color: #5e5e5e;
	line-height: 2;
	margin-top: 5px;
}
.eyou-rel {
	margin: 20px auto;
	background: white;
}
.eyou-xq {
	margin: 20px auto;
	background: white;
}
.eyou-rel h6 {
	height: 50px;
	line-height: 50px;
	color: white;
	border-bottom: 1px #ededed;
}
.eyou-rel h6 span {
	width: 160px;
	background: #e1251b;
	display: inline-block;
	text-align: center;
}
.eyou-rel .bd li {
	text-align: center;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.eyou-rel .bd div {
	width: 90%;
	margin: auto;
}
.eyou-rel .bd p {
	font-size: 15px;
	color: #4e4e4e;
	line-height: 2;
}
.eyou-rel .bd span {
	font-size: 14px;
	color: #ff731e;
	line-height: 2;
	font-weight: bold;
}
.x_img {
	text-align: center;
	padding: 40px;
}
.pro-cplb {
	float: left;
	width: 978px;
	margin-left: 12.5px;
}
.pro-cplb li {
	margin-bottom: 13px;
	position: relative;
}
.redo {
	height: auto;
	overflow: hidden;
}
.redo li {
	display: none;
	height: 490px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.redo li img {
	width: 80%;
}
.redo li.on {
	display: block;
}
.eyou-tjxt {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
.eyou-tjxt li {
	display: inline-block;
	width: 90px;
	height: 90px;
	cursor: pointer;
	margin: 0 5px;
}
.eyou-tjxt li.on {
	border: 2px solid #d83832;
}
.kb {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
}
.eyou-info {
	width: 980px;
	height: 630px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -325px;
	background: white;
}
.eyou-off {
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
	font-size: 24px;
	color: #999999;
	transition: all 0.5s;
}
.eyou-off:hover {
	color: #666666;
}
.eyou-pictc {
	position: relative;
	width: 83%;
	height: 100%;
	float: left;
	background: #222222;
}
.eyou-dbt {
	width: 17%;
	height: 100%;
	float: left;
	background: #f5f5f5;
	padding: 25px;
}
.eyou-tjtc {
	width: 80%;
	height: 620px;
	margin: 5px auto;
}
.eyou-tjtc li {
	display: none;
	height: 620px;
	overflow: hidden;
}
.eyou-tjtc li img {
	width: 100%;
	height: 100%;
}
.eyou-tjtc li.on {
	display: block;
}
.eyou-pictc span {
	position: absolute;
	display: inline-block;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0.5;
}
.eyou-pictc span:hover {
	opacity: 1;
}
.zuo {
	left: 15px;
}
.you {
	right: 15px;
}
.eyou-tit {
	margin-top: 35px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.eyou-tjlist {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.eyou-tjlist li {
	width: 44%;
	display: inline-block;
	margin: 6px 2%;
}
.eyou-tjlist li.on {
	border: 2px solid #d83832;
}
.eyou-vname {
	margin-right: 15px;
	display: inline-block;
	margin-top: 30px;
	float: left;
	font-size: 18px;
}
.eyou-tjtc li {
	position: relative;
}
.eyou-tjtc li a {
	position: absolute;
	padding: 5px 25px;
	color: white;
	background: #52b7fe;
	right: 0;
	top: 0;
	display: none;
}
.eyou-tjtc li:hover a {
	display: block;
}

#pages ul, 
#pages li {
    display: inline-block; /* 强制水平排列 */
    vertical-align: middle; /* 垂直居中 */
    margin: 0; /* 清除默认边距 */
    padding: 0; /* 清除默认内边距 */
}

#pages li {
    list-style: none; /* 移除列表标记 */
}

#pages {
	padding: 10px 0 15px 0;
	text-align: center;
	font-size: 12px;
}
#pages a {
	display: inline-block;
	padding: 0px 14px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	border: #d2d2d2/*边框线色*/ solid 1px;
	text-align: center;
	color: #333/*字体颜色*/;
text-decoration:none;
	background: #fff/*字背景*/;
	margin: 0 4px;
}
#pages a.a1 {
	padding: 0px 12px;
	height: 34px;
	line-height: 34px;
	margin-top: 0px;
	border-left: 1px solid #d2d2d2/*左边框线色*/;
}
#pages a:hover {
	color: #fff;
	text-decoration: none;
	background: #e1251b;/*鼠标滑过色块色*/
	;
}
#pages span {
	display: inline-block;
	padding: 0px 14px 0 14px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e1251b;
	;
	color: #fff;
	text-align: center;
	background: #e1251b;
	;/*色块色*/
}
.page .noPage {
	display: inline-block;
	padding: 0px 14px 0 14px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}
/* .about_list p img {
	display: inline-block;
	width: 23%;
	float: left;
	margin: 20px 1%;
} */














.con119 .title {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
  	margin-left: 50px;
}
.con119 .title h3 {
    font-size: 24px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.con119	 {
    width: 100%;
}

/* 颜色 */
.news119 .list-119 li .text119 h4 span {
    float: right;
    color: #999;
    font-size: 12px;
}
.news119 .list-119 li .text119 p {
    color: #999;
    font-size: 12px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin: 8px 0 0;
}
/* 颜色 end*/
.news119 .img119 {
    text-align: center;
    font-size: 0;
}
.news119 .img119 img {
    display: inline-block;
    width: 150px;
    height: 130px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.news119 .con119 {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.news119 {
    padding: 40px 0;
}
.news119 .list-119 {
    margin: -30px 0 0 -100px;
}
.news119 .list-119 li {
    float: left;
    width: 50%;
}
.news119 .list-119 li a {
    display: block;
    margin: 30px 0 0 100px;
    overflow: hidden;
}
.news119 .list-119 li .img119 {
    float: left;
    width: 150px;
    overflow: hidden;
}
.news119 .list-119 li .img119 img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news119 .list-119 li .text119 {
    margin-left: 170px;
}
.news119 .list-119 li .text119 h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
}
.news119 .list-119 li a:hover .img119 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 767px) {
body {
    min-width: 320px;
}
.news119 .con119 {
    padding: 0 15px;
    width: auto;
}
.news119 {
    padding: 1px 0;
    margin-bottom: 30px;
}
.news119 .list-119 {
    margin: -20px 0 0;
}
.news119 .list-119 li {
    width: 100%;
}
.news119 .list-119 li a {
    margin: 20px 0 0;
}
.news119 .list-119 li .img119 {
    width: 105px;
    display: none;
}
.news119 .list-119 li .text119 {
    margin-left: 0;
}
.news119 .list-119 li .text119 p {
    height: 44px;
}
}





.about290 {
    width: 100%;
}
.about290 .ab290 {
    padding: 80px 0;
    overflow: hidden;
    padding-bottom: 20px;
}
.about290 .ab290 .icon {
    background: url(../images/icon290.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.w290 {
    width: 1226px;
    margin: 0 auto;
}
.about290 .ab290 .part3 {
    width: 1226px;
    height: 345px;
    background: #f5f5f5;
    position: relative;
	display: flex;
}
.about290 .ab290 .part3 .img {
    width: 550px;
    height: 374px;
    overflow: hidden;
    position: relative;
    top: -30px;
    margin-left: 25px;
}
.about290 .ab290 .part3 .img img {
    /* width: 100%;
    height: 100%; */
    display: block;
    transition: all 0.3s ease-out 0s;

}
.about290 .ab290 .part3 .img:hover img {
    transform: scale(1.05, 1.05);
}
.about290 .ab290 .part3 .txt {
	margin-left: 40px;
	padding-right: 90px;
    width: 570px;
    padding-top: 70px;
    line-height: 28px;
}
.about290 .ab290 .part3 .txt a {
    display: block;
    color: rgb(0, 0, 0);
}
.about290 .ab290 .part3 .txt h3 {
    font-size: 24px;
}
.about290 .ab290 .part3 .txt h4 {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.about290 .ab290 .part3 .txt p {
    padding-top: 25px;
    color: #000000;
    padding-bottom: 20px;
}
/* .about290 .ab290 .part3 .txt span {
    width: 68px;
    height: 36px;
    border: 1px solid #000000;
    display: block;
    line-height: 36px;
    text-align: center;
}
.about290 .ab290 .part3 .txt span em {
    width: 22px;
    margin: 14px auto 0;
    height: 8px;
    background-position: -60px -100px;
    display: block;
    vertical-align: middle;
}
.about290 .ab290 .part3 .txt a:hover span {
    border: 1px solid #fff;
}
.about290 .ab290 .part3 .txt a:hover span em {
    background-position: -60px -120px;
} */





.w371 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
    margin-top: 20px;
}
.w371 .content {
    width: 1200px;
    float: right;
}
.w371 .eynews .item {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s;
}
.w371 .eynews .item a {
    display: block;
    width: 100%;
}
.w371 .eynews .item img {
    width: 200px;
    height: 150px;
    display: block;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 3px;
    margin-right: 20px;
}
.w371 .eynews .item h3 {
    font-size: 16px;
    color: #1e468e;
    height: 42px;
    line-height: 45px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    transition: all ease 300ms;

}
.w371 .eynews .item .txt {
    color: #737373;
    line-height: 24px;
    height: 68px;
    margin: 12px 0 13px;
    overflow: hidden;
}
.w371 .eynews .item .txt span {
    color: #d20a05;
}
.w371 .eynews .item .time {
    color: #737373;
}
.w371 .eynews .item:hover h3 {
    color: #d20a05;
}
.w371 .eynews .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.w371 .pages {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
    clear: both;
}
.w371 .pages a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.w371 .pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.w371 .pages a:hover, .w371 .pages .active a{
    display: inline-block;
    color: #fff;
    background: #003e92;
    border-color: #003e92;
}











.web-link {
	padding: 10px 0 30px;
  }
  .web-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	line-height: 55px;
	font-size: 18px;
	color: #000;
  }
  .web-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
  }
  .web-link ul {
	margin-left: -20px;
  }
  .web-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
  }
  .container {
	width: 1200px;
	margin: 0 auto;
  }
  .clearfix {
	zoom: 1;
  }
  .clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
  }
  .clearfix:after {
	clear: both;
  }
  /* a {
	color: #333;
	text-decoration: none;
  } */
  a:hover {
	color: #d82634;
  }
  
  
  
  .about_list h3 {
	color: #2c3e50;
	border-left: 4px solid #db3434;
	padding-left: 10px;
	margin: 20px 0;
  }
  
  .eyou_matter .eyou-contain h3 {
	color: #2c3e50;
	border-left: 4px solid #db3434;
	padding-left: 10px;
	margin: 20px 0;
  }
  
  
.w287 {
    width: 1200px;
    margin: 0 auto;
}
.ry287 {
    padding: 80px 0 0;
    padding-top: 20px;
}
.ry287 .steps {
    overflow: hidden;
}
.ry287 .steps .bd {
    position: relative;
    padding: 60px 0;

}
.ry287 .steps .bd li {
    float: left;
    width: 200px;
    height: 235px;
    margin-right: 24px;
}
.ry287 .steps .bd li a {
    display: block;
    overflow: hidden;
}
.ry287 .steps .bd li img {
    width: 200px;
    height: 235px;
    display: block;
    transition: all 0.3s ease-out 0s;
}
.ry287 .steps .bd li a:hover img {
    transform: scale(1.08, 1.08);
}
.ry287 .steps .hd {
    position: relative;
}
.ry287 .steps .hd ul {
    text-align: center;
}
.ry287 .steps .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 14px;
    cursor: pointer;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 0;
}
.ry287 .steps .hd li.on {
    background: #fe0101;
}
.ry287 .title {
    text-align: center;
    width: 100%;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/line287.png) no-repeat center bottom;
    padding-bottom: 30px;
}
.ry287 .title h3 {
    font-size: 24px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    color: #000;
    text-align: center;
}
.ry287 .title h4 {
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PingFangSC-Light', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
    font-weight: normal;
    line-height: 40px;
}











/* 颜色 */
.kf122 dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #348bc9;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.kf122 dd span {
    display: block;
    color: #fff;
}
.kf122 dd.t122 .box122 {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #348bc9;
    opacity: 0;
    transition: all .5s;
}
.kf122 dd.t122 .box122:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #348bc9;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}
.kf122 dd.code122 .box122 {
    position: absolute;
    top: 0;
    width: 140px;
    right: -172px;
    height: 140px;
    margin-right: 10px;
    border-radius: 5px;
    background: #348bc9;
    opacity: 0;
    transition: all .5s;
}
.kf122 dd:hover {
    background: #333;
}
.kf122 dd.code122 .box122:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #348bc9;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}
/* 颜色 end*/
.kf122 {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}
.kf122 dd:first-child {
    margin-top: 0;
}
.kf122 dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background:url(../images/kf122.png) no-repeat center 0;
}
.kf122 dd.qq122 i {
    background-position-y: 0;
}
.kf122 dd.t122 i {
    background-position-y: -30px;
}
.kf122 dd.code122 i {
    background-position-y: -60px;
}
.kf122 dd.top122 i {
    background-position-y: -90px;
}
.kf122 dd.t122 .box122 p {
    font-size: 14px;
    margin: 15px auto 7px;
}
.kf122 dd.t122 .box122 h3 {
    font-size: 18px;
    font-weight: bold;
}
.kf122 dd.code122 .box122 img {
    width: 140px;
    height: 140px;
    padding: 11px;
}
.kf122 dd.t122:hover .box122 {
    opacity: 1;
    right: 80px;
}
.kf122 dd.code122:hover .box122 {
    opacity: 1;
    right: 80px;
}









/* 在线留言 */

.wrap343 {
    width: 1226px;
    margin: 0 auto;
	margin-top: 45px;
}
.wrap343 .msgpage{
	padding: 10px ;
	margin-left: 40px;
	padding-top: 20px;
	width: 500px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}
.wrap343 .content {
    width: 100%;
	display: flex;
}

.wrap343 .msgpage .formey {
    padding-top: 5px;
	padding-left: 10px;


}
.wrap343 .msgpage .tit {
    text-align: center;

}
.wrap343 .msgpage .tit .p1 {
    font-size: 25px;
    margin-bottom: 10px;
}
.wrap343 .msgpage .tit .p2 {
    color: #666;
    line-height: 24px;
}
.wrap343 .msgpage .tit .p2 span {
    color: #c9974c;
    font-weight: bold;
}
.wrap343 .formey {
    padding-bottom: 20px;
}

.wrap343 .formey .item {
    /* float: left; */
    color: #999;
    font-weight: normal;
    width: 380px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative;
}
.wrap343 .formey .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #666;
}
.wrap343 .formey .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
}
.wrap343 .formey .item .txt {
    width: 350px;
    height: 43px;
    line-height: 43px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
}
.wrap343 .formey .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}
.wrap343 .formey .item.mr0 {
    margin-right: 0;
}
.wrap343 .formey .liuyan {
    width: 380px;
    height: 260px;
    border: 1px solid #e4e4e4;
    float: left;
}
.wrap343 .formey .liuyan label {
    text-align: right;
    display: block;
    top: 7px;
}
.wrap343 .formey .liuyan textarea {
    width: 380px;
    height: 260px;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 16px;
    font-family: "microsoft yahei";
    color: #666;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}
.wrap343 .formey .bot {
	width: 380px;
	max-width: 380px;
	margin-top: 15px;


}
.wrap343 .formey .sub {
    width: 232px;
    line-height: 41px;
    border: 2px solid #c9974c;
    margin-right: 2px;
    text-align: center;
    background: #c9974c;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    outline: none;
    transition: all .5s;
	margin: 0 auto; /* 关键居中代码 */
}
.wrap343 .formey .sub:hover {
    background: none;
    color: #c9974c;
}
.wrap343 .formey .yzm .txt {
    padding-left: 80px;
    width: 340px;
}
.wrap343 .formey .yzm img {
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    display: block;
}

.lianxi-left{
	width: 60%;
	display: flex;
	align-items: center;
}

.lianxi-left .cent{
	width: 100%;
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 100px;

}

.lianxi-left .genju{
	margin-top: 10px;
	font-size: 28px;
}

.lianxi-left .text2{
	margin-top: 20px;
	font-size: 50px;
	color: #003e92;
}

.lianxi-left .text3{
	margin-top: 20px;
	font-size: 16px;
}






/* 大气风格文化展示 */
.culture-showcase {
	max-width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	line-height: 1.8;
	color: #333;
  }

  /* 企业宣言区 */
  .culture-hero {
	height: 500px;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
				url('{eyou:static file="skin/images/culture-bg.jpg" /}');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
	position: relative;
	padding: 0 20px;
  }

  .hero-content h1 {
	font-size: 48px;
	margin-bottom: 20px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
	font-weight: bold;
  }

  .hero-subtitle {
	font-size: 24px;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 30px;
	font-weight: 300;
  }

  .hero-subtitle:before,
  .hero-subtitle:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 1px;
	background: #fff;
  }

  .hero-subtitle:before {
	left: -30px;
  }

  .hero-subtitle:after {
	right: -30px;
  }

  .hero-desc {
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  }

  .hero-desc p {
	margin-bottom: 0;
  }

  /* 核心文化区 */
  .culture-core {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	gap: 30px;
  }

  .core-item {
	flex: 1;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	position: relative;
	overflow: hidden;
	transition: transform 0.3s;
	padding: 40px 30px;
  }

  .core-item:hover {
	transform: translateY(-10px);
  }

  .core-number {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 60px;
	font-weight: bold;
	color: rgba(26, 86, 168, 0.1);
	line-height: 1;
  }

  .core-item h2 {
	font-size: 24px;
	color: #1a56a8;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
	font-weight: bold;
  }

  .core-item h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #1a56a8;
  }

  .core-content p {
	font-size: 18px;
	color: #1a56a8;
	font-weight: bold;
	margin-bottom: 20px;
  }

  .core-content ul {
	padding-left: 20px;
	margin: 0;
  }

  .core-content li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 15px;
	font-size: 15px;
	color: #555;
  }

  .core-content li:before {
	content: "•";
	color: #1a56a8;
	position: absolute;
	left: 0;
  }

  /* 文化特色区 */
  .section-title {
	text-align: center;
	margin-bottom: 50px;
  }

  .section-title h2 {
	font-size: 32px;
	color: #1a56a8;
	margin-bottom: 15px;
	font-weight: bold;
  }

  .section-title p {
	font-size: 16px;
	color: #777;
  }

  .features-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 60px;
  }

  .feature-card {
	flex: 1;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	padding: 40px 30px;
	transition: transform 0.3s;
  }

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

  .feature-icon {
	font-size: 50px;
	color: #1a56a8;
	margin-bottom: 25px;
	text-align: center;
  }

  .feature-card h3 {
	font-size: 22px;
	color: #1a56a8;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
  }

  .feature-card h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #1a56a8;
  }

  .feature-content p {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
  }

  .feature-content ul {
	padding-left: 20px;
	margin: 0;
  }

  .feature-content li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #555;
	position: relative;
	padding-left: 15px;
  }

  .feature-content li:before {
	content: "—";
	position: absolute;
	left: 0;
	color: #1a56a8;
  }

  /* 经营理念区 */
  .culture-philosophy {
	background: linear-gradient(135deg, #1a56a8, #4a90e2);
	color: #fff;
	padding: 60px 0;
	margin-bottom: 60px;
  }

  .philosophy-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
  }

  .philosophy-content h2 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
  }

  .philosophy-desc {
	font-size: 16px;
	line-height: 1.8;
  }

  .philosophy-desc p {
	margin-bottom: 20px;
	text-align: justify;
  }

  /* 响应式设计 */
  @media (max-width: 768px) {
	.culture-hero {
	  height: auto;
	  padding: 80px 20px;
	}

	.hero-content h1 {
	  font-size: 36px;
	}

	.hero-subtitle {
	  font-size: 18px;
	}

	.culture-core,
	.features-container {
	  flex-direction: column;
	}

	.core-item,
	.feature-card {
	  margin-bottom: 30px;
	}

	.section-title h2 {
	  font-size: 28px;
	}

	.philosophy-content h2 {
	  font-size: 28px;
	}
  }


