.menu {
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99999;
}

.menu i {
	transition: all 0.2s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 20px;
	background: #333;
	display: block;
}

.menu i:before,
.menu i:after {
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	background: #333;
	display: block;
	transition: all 0.2s;
}

.menu i:after {
	top: unset;
	bottom: -18px;
}

.close i:before {
	top: 4px;
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.close i:after {
	top: 4px;
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

.close i {
	background: transparent;
}

.logo {
	float: left;
	margin-top: 10px;
}

.logo img {
	width: 250px;
}

.header {
	position: relative;
}

.nav {
	float: right;
}

.nav ul {
	font-size: 0;
}

.nav ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 100px;
	margin-right: 40px;
}

.nav ul .liang {
	border-bottom: 2px solid #ff0000;
	box-sizing: border-box;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li:hover .erji {
	display: block;
}

.nav ul li .erji {
	position: absolute;
	top: 100px;
	left: 0;
	background-color: #fff;
	z-index: 999;
	width: 100%;
	border-top: 1px solid #eff3f3;
	display: none;
}

.nav ul li .erji dl {
	font-size: 0;
}

.nav ul li .erji dl dd {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	width: 19%;
	margin-right: 1%;
}

.nav ul li .erji dl dd .ff {
	border-bottom: 1px solid #dddddd;
	line-height: 60px;
	display: block;
}

.nav ul li .erji dl dd p {
	font-size: 16px;
	line-height: 36px;
}

.nav ul li .sanji {
	padding: 20px 0;
}

.sb span {
	width: 100px;
	height: 3px;
	background-color: #a0a0a0;
	opacity: 1;
	border-radius: 0;
}

.banner img {
	width: 100%;
}

.bannersj {
	display: none;
}

.sb .swiper-pagination-bullet-active {
	background-color: #fff;
	width: 100px;
	height: 3px;
}

.foot1 {
	background: #f2f2f2;
	padding-bottom: 70px;
}

.foot1 .hom {
	border-bottom: 1px solid #dddddd;
}

.foot1 .hom p {
	float: left;
	font-size: 18px;
	color: #666666;
	line-height: 60px;
}

.foot1 .hom .d1 {
	float: right;
	width: 50%;
	text-align: right;
	position: relative;
	height: 60px;
}

.foot1 .hom .d1 img {
	width: 28px;
	margin-top: 18px;
}

.foot1 .hom .sousuo {
	width: 60%;
	height: 70%;
	position: absolute;
	display: block;
	right: 40px;
	top: 10px;
	display: none;
}

.foot1 .hom .sousuo form {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	background: none;
	position: relative;
	background: #fff;
}

.foot1 .hom .sousuo .key {
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	padding-left: 4%;
	box-sizing: border-box;
}

.foot1 .hom .sousuo form .submit {
	position: absolute;
	right: 0;
	width: 10%;
	height: 100%;
	top: 0;
	border: 0;
	background: url(../images/a_42.png) no-repeat;
	background-position: 10px 10px;
	background-size: 20px 18px;
}

.foot1 .dao ul {
	font-size: 0;
	padding-top: 50px;
}

.foot1 .dao ul li {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
	margin-right: 14%;
}

.foot1 .dao ul li:last-child {
	margin-right: 0;
}

.foot1 .dao dl {
	margin-top: 30px;
}

.foot1 .dao dd {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.foot2 {
	color: #999999;
	font-size: 14px;
	text-align: center;
	background: #e6e6e6;
	line-height: 50px;
}

.fu {
	position: fixed;
	top: 40%;
	right: 2%;
	width: 140px;
	z-index: 999;
}

.fu p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.fu .img {
	border: 1px solid #e5e5e5;
}

.fu img {
	width: 90%;
	display: block;
	margin: 5px auto;
}

.main_name {
	text-align: center;
	position: relative;
	font-size: 45px;
	padding-bottom: 30px;
	font-weight: bold;
}

.main_name::after {
	width: 50px;
	height: 2px;
	background: #ff0000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 99;
	margin: 0 auto;
}

.product {
	padding-top: 60px;
	padding-bottom: 120px;
}

.product ul {
	font-size: 0;
	padding-top: 40px;
}

.product ul li {
	display: inline-block;
	width: 23%;
	margin-right: 2.2%;
	margin-bottom: 50px;
}

.product ul li:nth-child(4n) {
	margin-right: 0;
}

.product ul li .img {
	border: 1px solid #dddddd;
}

.product ul li:hover .img {
	box-shadow: 0px 0px 20px #bbb;
}

.product ul li .img img {
	width: 100%;
}

.product ul li p {
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}

.pages {
	text-align: center;
	margin: 10px auto;
	font-size: 0;
}

.pages span {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	background: #191919;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	margin: 0 5px;
}

.pages a {
	display: inline-block;
	height: 28px;
	width: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.pages .a1 {
	display: inline-block;
	height: 28px;
	width: 58px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.main_indexes {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.product .cp1 {
	margin-top: 40px;
}

.product .cp1 .cp1_z {
	float: left;
	width: 44%;
	border: 1px solid #e5e5e5;
}

.product .cp1 .cp1_z img {
	width: 100%;
}

.product .cp1 .cp1_y {
	float: right;
	width: 50%;
	border-bottom: 1px solid #e5e5e5;
	min-height: 440px;
}

.product .cp1 .cp1_y h3 {
	font-size: 24px;
	color: #666666;
	padding-left: 4%;
	margin-top: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.product .cp1 .cp1_y .a1,
.a1 * {
	font-size: 18px;
	line-height: 50px;
	color: #666666;
}

.product .cp2 {
	padding-top: 56px;
}

.product .cp2 .b1 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 60px;
	padding-left: 2%;
	box-sizing: border-box;
}

.product .cp2 .b2,
.b2 * {
	font-size: 14px;
	line-height: 30px;
}

.product .cp2 .b2 img {
	width: 100%;
}

.main_tt ul {
	font-size: 0;
	padding-top: 20px;
}

.main_tt ul li {
	width: 16%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	color: #666666;
	border-right: 2px solid #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main_tt ul .no {
	color: #ff0000;
}

.main_tt ul li:last-child {
	border-right: 0;
}

.about {
	padding-top: 80px;
	padding-bottom: 70px;
}

.about .content,
.content * {
	font-size: 14px;
	line-height: 30px;
}

.about .content {
	margin-top: 30px;
}

.honor {
	padding-top: 70px;
	padding-bottom: 90px;
}


.honor ul {
	font-size: 0;
	padding-bottom: 60px;
}


.honor ul li {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-right: 2.2%;
	margin-top: 40px;
}

.honor ul li:nth-child(5n) {
	margin-right: 0;
}

.customer {
	padding-top: 70px;
	padding-bottom: 120px;
}

.customer .cust1 {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-top: 40px;
}

.customer .cust2 ul li {
	margin-bottom: 6px;
}

.customer .cust2 ul li h3 {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	line-height: 30px;
}

.customer .cust2 ul li dl {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	line-height: 30px;
}

.customer .cust2 ul li dl dd {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.customer .cust2 {
	margin-top: 40px;
}

.customer .cust3 ul {
	font-size: 0;
}

.customer .cust3 ul li {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-right: 2.2%;
	margin-top: 40px;
}

.customer .cust3 ul li:nth-child(5n) {
	margin-right: 0;
}

.customer .cust3 ul li img {
	width: 100%;
}

.customer .cust3 ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.customer .cust3 ul li p span {
	margin-right: 4px;
}

.customer .cust3 ul li:hover p span {
	color: #FF0000;
}

.customer .cust4 ul {
	font-size: 0;
	margin-top: 60px;
	border: 1px solid #e5e5e5;
}

.customer .cust4 {
	box-sizing: border-box;
}

.customer .cust4 ul li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	font-size: 14px;
	padding-left: 1%;
	box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.customer .cust4 ul li:nth-child(5n) {
	border-right: 0;
}

.translate ul {
	margin-top: 40px;
}

.translate ul li {
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
}

.translate ul li .aa1 {
	width: 15%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.translate ul li .aa2 {
	width: 10%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.translate ul li .aa3 {
	width: 11%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 50px;
	border-right: 1px solid #e5e5e5;
	padding-left: 1%;
	box-sizing: border-box;
}

.translate ul li .aa4 {
	width: 10%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.translate ul .b1 {
	background: #eeeeee;
	text-align: center;
}

.translate ul li .aa5 {
	width: 14%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}

.translate ul li .aa1 a {
	width: 60px;
	line-height: 30px;
	display: block;
	margin: 10px auto;
	background: #FF0000;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}

.translate ul .b1 .aa1 {
	font-size: 18px;
	line-height: 60px;
}

.translate ul .b1 .aa2 {
	font-size: 18px;
	line-height: 60px;
}

.translate ul .b1 .aa3 {
	font-size: 18px;
	line-height: 60px;
}

.translate ul .b1 .aa4 {
	font-size: 18px;
	line-height: 60px;
}

.translate ul .b1 .aa5 {
	font-size: 18px;
	line-height: 60px;
}

.main_tt2 ul {
	font-size: 0;
	padding-top: 20px;
}

.main_tt2 ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	color: #666666;
	border-right: 2px solid #666666;
	padding: 0px 14px;
}

.main_tt2 ul .no {
	color: #ff0000;
}

.main_tt2 ul li:last-child {
	border-right: 0;
}

.translate {
	padding-top: 80px;
	padding-bottom: 150px;
}

.map {
	height: 420px;
	width: 100%;
	margin-top: 40px;
}

.contact {
	padding-top: 60px;
	padding-bottom: 150px;
}

.lx1 {
	margin-top: 40px;
}

.lx1 .c1 {
	width: 42%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 2%;
}

.lx1 .c1::after {
	position: absolute;
	content: "";
	right: 0;
	top: 20%;
	background: url(../images/hh_03.png) no-repeat;
	background-size: cover;
	width: 13px;
	height: 170px;
}

.lx1 .c2 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 2%;
}

.lx1 .c2::after {
	position: absolute;
	content: "";
	right: 0;
	top: 20%;
	background: url(../images/hh_03.png) no-repeat;
	background-size: cover;
	width: 13px;
	height: 170px;
}

.lx1 .c3 {
	width: 23%;
	display: inline-block;
	vertical-align: top;
}

.lx1 h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.lx1 .nr,
.nr * {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.lx2 li {
	padding: 60px 0;
	border-bottom: 1px solid #dddddd;
}

.lx2 li h3 {
	font-size: 24px;
	padding-bottom: 14px;
	position: relative;
}

.lx2 li h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: url(../images/j_03.jpg) no-repeat;
	background-size: cover;
	width: 200px;
	height: 2px;
	z-index: 99;
}

.lx2 li .bn {
	padding-top: 40px;
}

.lx2 li .bn,
.bn * {
	font-size: 16px;
	line-height: 36px;
}

.index1 {
	padding: 80px 0;
}

.main_name h3 {
	font-size: 48px;
	color: #eeeeee;
	text-transform: uppercase;
}

.main_name p {
	font-size: 45px;
	margin-top: -30px;
	position: relative;
}

.index1 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.index1 ul li:nth-child(1) {
	width: 66%;
}

.index1 ul li {
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
	position: relative;
}

.index1 ul li .fide {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 20px;
	box-sizing: border-box;
	color: #fff;
}

.index1 ul li .fide p {
	font-size: 18px;
}

.index1 ul li .fide p span {
	color: #ff0000;
	margin-right: 2px;
	display: none;
}

.index1 ul li:hover .fide p span {
	display: inline-block;
}

.index1 ul li .fide h4 {
	font-size: 24px;
	margin: 10px 0;
}

.index1 ul li:nth-child(2) {
	margin-right: 0;
}

.index1 ul li:nth-child(5) {
	margin-right: 0;
}

.index1 ul li .fide h6 {
	font-size: 14px;
	display: none;
}

.index1 ul li:hover .fide h6 {
	display: block;
}

.index1 ul li .fide h6 span {
	color: #ff0000;
	margin-left: 2px;
}

.index1 ul li img {
	width: 100%;
}

.index2 .tu {
	width: 100%;
}

.index2 .tutu {
	display: none;
}

.index3 {
	padding: 80px 0;
}


.index3 .img img {
	display: block;
	width: 100%;
	/*margin: 20px auto;*/
}

.index3 .cont {
	padding: 24px 2%;
	box-sizing: border-box;
}

.index3 .cont h3 {
	font-size: 18px;
	margin-bottom: 26px;
}

.index3 .cont h4 {
	font-size: 14px;
	color: #999999;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.index3 .swiper-slide {
	margin-top: 30px;
	background-color: #f8f8f8;
}

.index3 .swiper ul {
	display: none;
}

.index3 .swiper-slide:hover .img img {
	width: 100%;
	margin: 0px auto;
}

.index3 .swiper-slide:hover .img {
	border: 0;
}

.index3 .swiper-slide:hover {
	box-shadow: 0px 0px 8px #999;
}

.about .content img {
	width: 100%;
}

:root {
	--swiper-theme-color: #f8f8f8 !important;
}

.fh {
	position: absolute;
	top: 4px;
	right:6%;
	z-index: 9999;
	font-size: 16px;
}
