/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	color: #666;
}

	body.head_on {
		overflow: hidden
	}

a {
	color: #666;
	transition: 0.3s;
}

	a:hover {
		color: var(--main-color);
		text-decoration: none;
		cursor: pointer;
	}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1400px;
	margin: 0 auto;
}


*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--main-color: #af3731;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
}




.header {
	position: relative;
	transition: 0.8s;
	background: #fff;
}

.headList {
	height: 121px;
	transition: 0.8s;
	position: relative;
	display: flex;
	align-items: center;
}

	.headList .logo {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		max-width: 200px;
		height: 90px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9;
	}

		.headList .logo img {
			max-height: 114px;
			width: auto;
		}


/*menu*/
.menu {
	height: 90px;
	line-height: 90px;
	width: 100%;
}

	.menu > ul {
		display: flex;
		justify-content: space-around;
	}

	.menu ul > li.line {
		width: 200px;
	}

	.menu ul li {
		float: left;
		position: relative;
	}

		.menu ul li dl {
			background: #fff;
			width: 100%;
			position: absolute;
			left: 50%;
			top: 90px;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
			display: none;
			z-index: 9;
			transform: translateX(-50%);
			min-width: 150px;
		}

			.menu ul li dl dd {
				line-height: 40px;
				border-bottom: #ddd dotted 1px;
				margin: 0 10px;
			}

				.menu ul li dl dd a {
					font-size: 14px;
					color: #333;
					display: block;
				}

					.menu ul li dl dd a:hover {
						color: var(--main-color);
					}

	.menu a {
		font-size: 20px;
		color: #333;
		display: block;
		text-align: center;
		padding: 0 20px;
	}

		.menu a:hover {
			color: var(--main-color);
		}

a.menu_hover {
	color: var(--main-color);
}

.menu ul li.cur span a {
	color: var(--main-color);
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: var(--main-shadow);
}

	.header.fixed .headList {
		height: 121px;
	}

/*mMenu*/
.m_header {
	width: 100%;
}

.sp_header1 {
	height: 70px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	display: none;
	top: 0;
}

.sp_logo1 {
	float: left;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}

	.sp_logo1 img {
		margin: auto;
		max-height: 50px;
	}

.sp_nav1 {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 25px
}

	.sp_nav1 span {
		display: block;
		background: #000;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

		.sp_nav1 span:nth-of-type(1) {
			top: 0px
		}

		.sp_nav1 span:nth-of-type(2) {
			top: 10px
		}

		.sp_nav1 span:nth-of-type(3) {
			top: 20px
		}

.sp_nav_se1 span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se1 span:nth-of-type(2) {
	width: 0
}

.sp_nav_se1 span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav1 {
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
	height: calc(100% - 70px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	display: none;
}

.nav_show1 {
	top: 70px;
}

.sjj_nav1 ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 30px;
	padding: 0px 7px 0 7px;
}

	.sjj_nav1 ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

.sjj_nav1 ul li .sjj_nav_i_se1 svg {
	transform: rotate(0deg)
}

.sjj_nav1 ul li {
	border-top: 1px #e4e8eb solid;
	position: relative;
	line-height: 45px;
	font-size: 16px
}

.sjj_nav1 > ul > li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav1 ul li ul {
	display: none
}

.sjj_nav1 ul li a {
	color: #333;
	width: 100%;
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
}

	.sjj_nav1 ul li a:hover {
		color: #0188FB;
	}

.sjj_nav1 ul li ul li a {
	color: #333;
	display: block;
	text-align: left;
}

.sjj_nav1 ul li i svg {
	width: 25px;
	height: 25px;
	fill: #333;
}

.sjj_nav1 ul li .sjj_nav_i_se svg {
	fill: #333
}

.sjj_nav1 ul li ul li > ul {
	margin-left: 10px
}

.sjj_nav1 ul li ul li {
	border-top: none;
}

	.sjj_nav1 ul li ul li a {
		padding: 0 30px;
	}

/*swiper*/
.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
	font-size: 30px;
}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}

.jusBet {
	justify-content: space-between;
}

.jusCet {
	justify-content: center;
}

.jusEnd {
	justify-content: flex-end;
}

.aliTop {
	align-items: flex-start;
}

.aliCet {
	align-items: center;
}

.aliBtm {
	align-items: flex-end;
}

.img {
	font-size: 0px;
	overflow: hidden;
}

img {
	transition: 0.5s;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

.bgfff {
	background: #fff !important;
}

.fff {
	color: #fff !important;
}

em {
	font-style: normal;
}

.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pt140 {
	padding-top: 140px;
}

.pb140 {
	padding-bottom: 140px;
}

.pt120 {
	padding-top: 120px;
}

.pb120 {
	padding-bottom: 120px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt80 {
	padding-top: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt35 {
	margin-top: 35px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.textCet {
	text-align: center;
}

.textRight {
	text-align: right;
}

.pc_show {
}

.m_show {
	display: none;
}

.iTit {
	font-size: 25px;
	color: #333;
	font-weight: bold;
	flex-wrap: nowrap;
	align-items: center;
}

	.iTit strong {
		display: inline-block;
		margin: 0 20px;
	}

	.iTit a {
		color: var(--main-color);
	}

	.iTit i {
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #333;
		flex: 1;
	}

.iTxt {
}

.hidden {
	overflow: hidden;
}

.comBg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.iVideo {
	width: 100%;
}

	.iVideo video {
		width: 100%;
	}

.iImg {
	width: 100%;
}

	.iImg video {
		width: 100%;
	}

.iMore .btn {
	border-radius: 40px;
	height: 40px;
	line-height: 38px;
	background: var(--main-color);
	text-align: center;
	width: 150px;
	color: #fff;
	display: block;
	margin: 0 auto;
	letter-spacing: 1px;
	transition: 0.3s;
	font-size: 16px;
}

	.iMore .btn:hover {
		width: 170px;
		letter-spacing: 2px;
	}

/*-------------------------------------------*/

/*banner*/
.banner {
	width: 100%;
}

.bannerSwiper .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	transition: width ease 0.35s;
	border-radius: 20px;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background: var(--main-color);
	width: 20px;
}

.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	color: #fff;
}

.i1List {
	width: 100%;
}

	.i1List ul li {
		width: calc(50% - 30px);
	}

	.i1List .part {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(175,55,49,0.05);
		padding: 60px 10%;
		display: block;
	}

		.i1List .part:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 0;
			background: url(../images/hot.png) no-repeat center;
			width: 60px;
			height: 60px;
			z-index: 100;
			background-size: 100%;
		}

		.i1List .part .img {
			width: 100%;
		}

			.i1List .part .img img {
				width: 100%;
			}

		.i1List .part .desc {
			margin: 50px 0 0 0;
			padding: 30px 0 0 0;
			border-top: 4px solid var(--main-color);
			text-align: center;
		}

		.i1List .part .t1 {
			font-weight: 700;
			font-size: 22px;
			line-height: 32px;
			color: #333;
		}

		.i1List .part .txt {
			margin: 20px 0 40px 0;
		}

		.i1List .part:hover .img img {
			transform: scale(1.12);
		}

		.i1List .part:hover .t1 {
			color: var(--main-color);
		}

		.i1List .part:hover .iMore .btn {
			width: 170px;
			letter-spacing: 2px;
		}

.i2Box {
	background-attachment: fixed;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.i2Box .desc {
		display: block;
		margin: 0 auto;
		border: 3px solid #fff;
		border-left: 0;
		border-right: 0;
		padding: 60px 0 80px 0;
		color: #fff;
		width: 100%;
		max-width: 600px;
	}

.i2Tit {
	font-size: 50px;
	line-height: 1.8;
}

.index3 {
	background: #f5f5f5;
}

.i3List {
	position: relative;
}

.index3 .iTit strong {
	margin-left: 0;
}

.i3List .part {
	display: block;
	width: 100%;
	background: #fff;
	padding: 20px 20px 40px 20px;
}

	.i3List .part .img {
		width: 100%;
		height: 280px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.i3List .part .img img {
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 100%;
		}

	.i3List .part .desc {
		text-align: center;
	}

	.i3List .part .t1 {
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		font-size: 20px;
		margin: 30px 0 10px 0;
	}

	.i3List .part .txt {
		color: #666;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		margin: 0 0 25px 0;
		font-size: 14px
	}

	.i3List .part .more {
		font-size: 16px;
		color: var(--main-color);
	}

	.i3List .part:hover .img img {
		transform: scale(1.12);
	}

.i3List .swiper-button-next, .i3List .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--main-color);
	color: #fff;
}

	.i3List .swiper-button-next:after, .i3List .swiper-button-prev:after {
		font-size: 20px;
	}

.i3List .swiper-button-next {
	right: -60px;
}

.i3List .swiper-button-prev {
	left: -60px;
}

.footer {
	background: #af3731;
	color: #fff;
	padding: 40px 0 80px 0;
	font-size: 14px;
}

.fMenu ul li {
	display: inline-block;
}

.fMenu ul li:after {
	content: "|";
	margin: 0 10px;
}

.fMenu ul li:last-child:after {
	display: none;
}

.fMenu a {
	color: #fff;
}

.footer .right .tit{font-size: 14px;color: #fff;margin-top: 20px;}
.fShare{margin-top: 20px;padding-bottom: 20px;}
.fShare a{display: block;margin-right: 10px;}
.fShare a img{width: 30px;}

.tongtu {
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.tongtu .img {
		width: 100%;
	}

		.tongtu .img img {
			width: 100%;
		}

	.tongtu .imgTop {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		z-index: 9;
	}

	.tongtu .t1 {
		text-align: center;
		font-size: 32px;
		color: #fff;
		font-weight: bold;
	}

	.tongtu .txt {
		text-align: center;
		font-size: 14px;
		color: #fff;
	}

/*页码*/
.pagebar {
}

	.pagebar a {
		margin: 2px;
		padding: 5px 10px;
		font-size: 14px;
		color: #777;
		font-weight: 400;
		border: 1px solid #e2e2e2;
		border-radius: 2px;
		background: #fff;
		display: inline-block;
	}

	.pagebar .now-page {
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		padding: 5px 10px;
		margin: 0 5px 5px;
		border: 1px solid var(--main-color);
		border-radius: 2px;
		background: var(--main-color);
		display: inline-block;
	}

	.pagebar a:hover {
		color: #fff;
		border: 1px solid var(--main-color);
		background: var(--main-color);
	}

.innerTop {
	width: 100%;
	background: #f5f5f5;
	padding: 120px 0 40px 0;
}

	.innerTop .wapper {
		max-width: 1095px;
	}

.innerMenu {
	width: 100%;
}

	.innerMenu ul li {
		margin: 0 30px;
	}

		.innerMenu ul li a {
			font-size: 22px;
			color: #333;
		}

		.innerMenu ul li.on a {
			color: var(--main-color);
		}

.innerTit {
	font-size: 40px;
	color: var(--main-color);
	font-weight: bold;
}

.innerTxt {
	font-size: 20px;
	color: #333;
}

/*product*/

.product {
	width: 100%;
	background: #f5f5f5;
	padding: 0 0 120px 0;
	position: relative;
	overflow: hidden;
}

	.product .wapper {
		position: relative;
		z-index: 9;
		max-width: 1200px;
	}

.proBg {
	position: absolute;
	left: 0;
	top: 50px;
	background: url(../images/bg1.png) no-repeat center;
	width: 300px;
	height: 600px;
	background-size: 100%;
	z-index: 1;
}

.proList {
	width: 100%;
}

	.proList ul li {
		width: 50%;
		padding: 0 50px;
		margin-top: 100px;
	}

	.proList .part {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		position: relative;
		overflow: hidden;
		padding: 40px;
	}

		.proList .part .hot {
			position: absolute;
			left: 20px;
			top: 18px;
			background: url(../images/new.png) no-repeat center;
			width: 40px;
			height: 37px;
			background-size: 100%;
			z-index: 100;
		}

		.proList .part .img {
			width: 100%;
			height: 416px;
			display: flex;
			justify-content: center;
			align-items: center;
		}

			.proList .part .img img {
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
			}

		.proList .part .desc {
			padding: 20px 0;
			text-align: center;
		}

		.proList .part .t1 {
			font-size: 20px;
			color: #333;
			margin-bottom: 10px;
		}

		.proList .part .txt {
			font-size: 16px;
			color: #666;
		}

		.proList .part .iMore {
		}

		.proList .part:hover .img img {
			transform: scale(1.12);
		}

		.proList .part:hover .t1 {
			color: var(--main-color);
		}

		.proList .part:hover .iMore .btn {
			width: 170px;
			letter-spacing: 2px;
		}

/*about*/

.about1 {
	width: 100%;
}

.about2 {
	width: 100%;
}

.about3 {
	width: 100%;
}

.about3List {
	width: 100%;
}

	.about3List ul li {
		width: auto;
	}

	.about3List .part {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		.about3List .part .title {
		}

			.about3List .part .title i {
				background: url(../images/cultureicon.png) no-repeat center;
				width: 70px;
				height: 70px;
				display: inline-block;
				vertical-align: top;
				background-size: cover;
			}

			.about3List .part .title div {
				display: inline-block;
				vertical-align: top;
				position: relative;
				z-index: 100;
				left: -30px;
				margin: 22px auto 0 auto;
				text-align: left;
			}

			.about3List .part .title p {
				font-size: 35px;
				line-height: 35px;
				font-weight: 700;
				letter-spacing: 2px;
				margin: 0 0 5px 0;
				color: #333;
			}

			.about3List .part .title span {
				color: #999;
				font-size: 16px;
				line-height: 16px;
			}

		.about3List .part .text {
			font-size: 18px;
			margin: 20px 0 0 0;
			color: #333;
		}

.about2List {
	width: 100%;
}

.about2Item {
	margin: 60px 0;
	padding: 60px 0;
	position: relative;
}

	.about2Item:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 75%;
		height: 100%;
		background: rgba(175,55,49,0.05);
	}

.about2Warp {
	width: 100%;
	position: relative;
}

	.about2Warp .desc {
		position: absolute;
		left: 0;
		top: 50%;
		width: 50%;
		transform: translateY(-50%);
		z-index: 100;
	}

	.about2Warp .txt {
		width: 100%;
		background: rgba(175,55,49,0.6);
		color: #fff;
		padding: 50px 60px 53px 60px;
		font-size: 18px;
		letter-spacing: 1.5px;
		position: relative
	}

	.about2Warp .img {
		width: 67%;
		margin-left: auto;
	}

		.about2Warp .img img {
			width: 100%;
		}

.about2List .about2Item:nth-child(2n):before {
	left: auto;
	right: 0;
}

.about2List .about2Item:nth-child(2n) .img {
	margin-left: 0;
	margin-right: auto;
}

.about2List .about2Item:nth-child(2n) .desc {
	left: auto;
	right: 0;
}

/*contact*/

.contact {
	width: 100%;
	background: url(../images/aboutbg.jpg) no-repeat center;
	background-size: cover;
}

.iTxt {
	font-size: 18px;
	color: var(--main-color);
}

.contactForm .row {
	margin-bottom: 30px;
}

.contactForm .layui-input {
	height: 50px;
}

.contactForm .layui-btn {
	width: 150px;
	height: 46px;
	background: var(--main-color);
}

.inside {
	width: 100%;
	min-height: 500px;
}

	.inside img {
		max-width: 100%;
	}




@media only screen and (max-width: 1580px) {
	.i3List {
		padding: 0;
	}

		.i3List .swiper-button-next {
			right: 0;
		}

		.i3List .swiper-button-prev {
			left: 0;
		}
}

@media only screen and (max-width: 1400px) {
	.wapper {
		width: 100%;
		padding: 0 20px;
	}

	.about2Warp .txt {
		padding: 20px;
		font-size: 16px;
	}

	.proList ul li {
		margin-top: 50px;
		padding: 0 25px;
	}
}

@media only screen and (max-width: 980px) {
	.wapper {
		width: 100%;
		padding: 0 10px;
	}

	.header {
		display: none
	}

	.sp_header1 {
		display: block;
	}

	.sjj_nav1 {
		display: block;
	}

	.hHei {
		height: 70px;
	}

	.pt120 {
		padding-top: 80px;
	}

	.pb120 {
		padding-bottom: 80px;
	}

	.pt100 {
		padding-top: 60px;
	}

	.pb100 {
		padding-bottom: 60px;
	}

	.i1List ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.i2Tit {
		font-size: 38px;
	}

	.i1List .part {
		padding: 25px;
	}

	.footer {
		padding: 40px 0;
	}

	.fWarp {
		display: block;
	}

	.fMenu {
		margin-top: 10px;
	}

	.tongtu .img img {
		min-height: 160px;
	}

	.tongtu .t1 {
		font-size: 26px;
	}

	.innerTit {
		font-size: 32px;
	}

	.innerTxt {
		font-size: 16px;
	}

	.about2Warp {
		display: flex;
		flex-wrap: wrap;
	}

		.about2Warp .desc {
			position: relative;
			z-index: 1;
			top: auto;
			transform: none;
			width: 100%;
		}

		.about2Warp .img {
			width: 100%;
			margin: 0;
			z-index: 0;
		}

	.about3List ul li {
		width: 100%;
		padding: 20px 0;
	}

	.proList {
		margin-top: 50px;
	}

		.proList ul li {
			padding: 0;
			margin-top: 20px;
			width: 100%;
		}

		.proList .part .img {
			height: 300px;
		}

	.innerMenu ul li {
		margin: 0 10px;
	}

		.innerMenu ul li a {
			font-size: 14px;
		}
}
