@charset "utf-8";

@font-face {
	font-family: 'jxzk';
	src: url('../font/jxzk.ttf')
}

/* CSS Document */


* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
	background-repeat: no-repeat
}





a {
	display: block;
	text-decoration: none;
}

img {
	border: 0px;
	display: block
}

body {
	background-image: url(../img/all-bg.png);
	background-color: rgba(255,236,213,0.65);
	margin: 0 auto;
	background-repeat: repeat;
	
}

ul,
li {
	list-style-type: none;
}

button {
	border: none;
	outline: none;
	background-color: transparent;
	box-sizing: content-box;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

table {
	border: none;
	border-collapse: collapse;
	border: 0
}

tr {
	border: none;
}

td {
	border: none;
}

input {
	outline: none;
	border: none;
}

.yx {
	width: 1300px;
	margin: 0 auto;
}

.fancybox-container * {
	color: #fff;
}

/* -----------------------------------公共部分----------------------------------- */





/*==================================================
===| 04. Pre-loader
===================================================*/
.preloader__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.preloader__spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	height: 9em;
	margin: 0 auto 3.5em auto;
	width: 9em;
}

@media only screen and (max-width: 767px) {
	.preloader__spinner {
		height: 8em;
		width: 8em;
	}
}

@media only screen and (max-width: 575px) {
	.preloader__spinner {
		height: 7em;
		width: 7em;
	}
}

.preloader__txt {
	font: bold 5em 'Montserrat', sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media only screen and (max-width: 767px) {
	.preloader__txt {
		font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media only screen and (max-width: 575px) {
	.preloader__txt {
		font: bold 2em 'Montserrat', sans-serif;
	}
}

.preloader__txt .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
	font-size: 6vw;
}

.preloader__txt .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.preloader__txt .letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.preloader__txt .letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.preloader__txt .letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.preloader__txt .letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.preloader__txt .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.preloader__txt .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.preloader__txt .letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.preloader__txt .letters-loading:nth-child(9):before {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.preloader__txt .letters-loading:nth-child(10):before {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.preloader__txt .letters-loading:nth-child(11):before {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.preloader__txt .letters-loading:nth-child(12):before {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.preloader__txt .letters-loading:nth-child(13):before {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.preloader__txt .letters-loading:nth-child(14):before {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
}

.preloader__txt .letters-loading:nth-child(15):before {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.preloader__txt .letters-loading:nth-child(16):before {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

/* 上面是加载动画 */
















/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

/*定义滚动条轨道*/
::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	background-color: #910000;
	border-radius: 2em
}





.mouse-stalker {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1px;
	height: 1px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111111111;
	pointer-events: none;
}

.mouse-stalker>div {
	width: 40px;
	height: 40px;

	border-radius: 50%;
	flex-shrink: 0;
	position: absolute;
	border: 1px solid #910000;
	transition: all .3s ease;

}

.mouse-stalker.mouse-stalker-white>div {
	border: 1px solid #FFF;
}

.mouse-stalker.active>div {
	transform: scale(0.4);
}

.mouse-stalker div::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.inx-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-title div span {
	font-size: 3vw;
	font-family: "jxzk"
}

.inx-title>span {
	font-size: 2vw;
}

.inx-title div span:last-child {
	color: #910000;
}

.inx-title.fff * {
	color: #fff !important;
}

.inx-title.fff {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.button-yuan {
	position: relative;
	width: 5vw;
	height: 5vw;
}

.button-yuan .bg {
	background-image: url(../img/button-yuan.png);
	animation: zhuanquan 20s linear 0s infinite normal;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
}

.button-yuan .ico {
	position: absolute;
	left: 37%;
	top: 37%;
	width: 1.2vw;
	height: 1.2vw;
	object-fit: contain;
}

.swiper {
	overflow: hidden;
	width: 100%;
}

@keyframes zhuanquan {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/* 页底 */

footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4vw;
}

footer ul {
	display: flex;
}

.foot-nav ul li {
	margin: 0 1vw;
}

.foot-nav {
	padding: 1.4vw 10vw;
	border: 1px dashed;
	border-right: none;
	border-left: none;
}

.foot-nav a {
	transition: all .5s;
}

.foot-nav a:hover {
	color: #910000;
}

.foot-bottom {
	width: 100%;
}

.foot-bolang {
	width: 100%;
}

.foot-bottmoinfo * {
	color: rgb(216, 216, 216);
}

.foot-bottmoinfo {
	background-color: #171616;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 1vw 2vw;
	box-sizing: border-box;
}

.foot-bottmoinfo>div {
	display: flex;
}

.foot-logo {
	margin: 4vw 0;
}

.foot-logo span {
	margin-top: 1vw;
	color: #910000;
	text-align: center;
	display: block;
}

.foot-bottmoinfo span,
.foot-bottmoinfo a {
	margin: 0 2vw;
	white-space: nowrap;
}

.foot-bottmoinfo span .beian {
	display: inline-block;
	margin: 0 1vw;
}

.foot-bottmoinfo span .beian:hover {
	color: #b60000;
}

/* 页底 */

.page-hx {
	background-image: url(../img/page-hx.png);
	height: 10px;
	width: 100%;
	background-repeat: repeat;
	opacity: .5;
}


/* 全屏弹出搜索 */
.searchbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.searchbox input {
	width: 700px;
	height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
}

.searchbox form {
	display: flex;
}

.searchbox button {
	width: 200px;
	height: 60px;
	color: #fff;
	background-color: #910000;
	cursor: pointer;
}

.searchbox .md-close {
	transition: all 1.5s cubic-bezier(0.87, 0.01, 0.04, 1.01) !important;
	position: relative;
	width: 30px;
	height: 30px;
	margin-bottom: -100px;
	margin-top: 100px;
	cursor: pointer;
}

.searchbox .md-close:hover {
	transform: rotate(720deg)
}

.searchbox .md-close i {
	position: absolute;
	border-radius: 2px;
	background-color: #fff;
}

.searchbox .i1 {
	width: 100%;
	height: 4px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 0;
}

.searchbox .i2 {
	height: 100%;
	width: 4px;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

/* 全屏弹出搜索 */




/* -----------------------------------公共部分----------------------------------- */





/* -----------------------------------首页内容----------------------------------- */
/* 上导航+banner S*/
.pc-banner {
	height: 100vh;
	position: relative;
}

.pc-banner #inxbanner {
	overflow: hidden;
	height: 100%;
}

.pc-banner #inxbanner .swiper-slide {
	height: 100%;
}

.pc-banner #inxbanner .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.stricked-menu {
	position: fixed;
	z-index: 991;
	top: -1px;
	left: 0;
	background-image: url(../img/all-bg.png);
	background-repeat: repeat;
	background-color: #fff2e3;
	width: 100%;
	transform: translateY(-120%);
	transition: transform 500ms ease;
	z-index: 11
}

/* 上导航+banner S*/
.pc-banner .stricked-menu ul li {
	margin: 0 1vw;
}

.stricked-menu ul li a {
	transition: all .3s;
}

.stricked-menu ul li a:hover {
	color: #910000;
}

.pc-banner .stricked-menu ul li.on a {
	color: #910000
}

.stricked-menu .box {
	width: 100%;
	padding: 1vw 3vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}

.stricked-menu ul {
	display: flex;
}

.stricky-fixed {
	transform: translateY(0)
}

.pc-banner .main-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 3vw;
	box-sizing: border-box;
	top: 2vw;
}

.pc-banner .main-menu>ul li {
	margin: 0 .2vw;
}

.pc-banner .logo-box div span {
	color: #c7ac8d;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	
}
.pc-banner .logo-box div span:nth-child(2){
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.pc-banner .main-menu>ul li a {
	writing-mode: vertical-lr;
	width: 65px;
	height: 100px;
	background-color: rgb(255 242 227 / 85%);
	display: flex;
	border-radius: 6px 18px;
	border-style: double;
	flex-direction: column;
	color: #910000;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.pc-banner .main-menu * {
	transition: all .5s ease;
}

.pc-banner .main-menu>ul li a .mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	background-color: #910000;
}

.pc-banner .main-menu>ul li a span {
	z-index: 111;
}

.pc-banner .main-menu>ul li a:hover .mask {
	height: 100%;
}

.pc-banner .main-menu>ul li a:hover span {
	color: #fff;
}

.pc-banner .main-menu>ul .on a {
	background-color: #910000;
	color: #fff;
}

.pc-banner .main-menu>ul {
	display: flex;
	align-items: center;
}

.pc-banner .logo-box {
	display: flex;
	align-items: center;
}

.pc-banner .logo-box i {
	width: 1px;
	height: 5vw;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #c7ac8d, rgba(255, 255, 255, 0));
	margin: 0 2vw;
}

.pc-banner .logo-box div {
	flex-direction: column;
	display: flex;
}

.pc-banner #funtime {
	width: 20%;
	height: 3px;
	background-color: rgb(255 244 232 / 74%);
	position: absolute;
	z-index: 1;
	bottom: 1vw;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
	display: flex;
	align-items: center;
}

.pc-banner #funtime>div {
	background-color: #910000;
	height: 3px;
	transition-duration: 3s;
	z-index: 11111;
	border-radius: 2px;
}

.pc-banner .funtime {
	animation: jindu 6s ease 0s infinite normal;
}

@keyframes jindu {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.inx-search {
	margin-left: 1vw;
	cursor: pointer;
}

/* 上导航+banner E*/

/* 第一张过度 */
.inx-firsttu {
	width: 100%;
	margin-top: 5vw;
}

.inx-firsttu img {
	width: 100%;
}

/* 第一张过度 */

/* 关于我们 */
.inx-about .inx-title {
	align-items: center;
}

.inx-about * {
	transition: all .5s ease;
}

.inx-about {
	width: 90%;
	margin: 0 auto;
	margin-top: 5vw;
}

.about-top {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.video-box {
	width: 24vw;
	height: 24vw;
	border-radius: 50%;
	overflow: hidden;
	background-image: url(../img/video-bg.jpg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.video-box .mask {
	width: 90%;
	height: 90%;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.video-box .mask img {
	border-radius: 50%;
	opacity: .6;
}

.video-box .mask img:hover {
	opacity: 1;
}

.about-top .top-left {
	width: 50vw;
}

.about-top .top-left p {
	line-height: 2em;
	width: 84%;
	text-indent: 2em;
}

.about-top .top-left .xian {
	width: 100%;
	border-bottom: 1px dashed #666;
	display: block;
}

.ab-top{
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
.ab-top .video-box{
	width: 50%;
	border-radius: 0;
	background-image: url(../img/video-bg.jpg);
	background-size: cover;
	background-position: center;
}
.ab-top .video-box .mask {
    width: 100%;
    height: 100%;
	border-radius: 0;
}

#inxhonor {
	overflow: hidden;
}

.honor .swiper-slide a {
	width: 96%;
}

.honor .swiper-slide img {
	width: 100%;
	height: 160px;
	object-fit: cover
}

.honor-lr>div {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	transition: all .5s;
	cursor: pointer;
	margin: 0 .6vw;
	outline: none;
}

.honor-lr {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1vw;
}

.swiper-honor-prev {
	background-image: url(../img/honor-left-n.png)
}

.swiper-honor-prev:hover {
	background-image: url(../img/honor-left-y.png)
}

.swiper-honor-next {
	background-image: url(../img/honor-right-n.png)
}

.swiper-honor-next:hover {
	background-image: url(../img/honor-right-y.png)
}

#inxhonor {
	margin-top: 50px
}
.honor1 .swiper-slide img {
	width: 100%;
	height: 260px;
	object-fit: cover
}


.about-bottom ul {
	display: flex;
	justify-content: space-between;
}

.about-bottom ul li {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-bottom ul i {
	width: 1px;
	height: 4vw;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .51), rgba(0, 0, 0, 0))
}

.about-bottom .numbox span {
	font-size: 2vw;
	color: #910000;
	font-weight: bold;
}

.inx-about .top-left .cout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2vw 0;
}

.honor .title {
	font-family: "jxzk";
    font-size: 2.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin: 8vw 0 1.2vw 0;
}

.inxTitleBox .title{font-family: "jxzk";
    font-size: 2.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
	margin: 1vw 0 4.2vw 0;}

.about-bottom {
	margin-top: 5vw;
	margin-bottom: 3vw;
}

.inx-about .ab-top .top-left .cout{
	margin: 0 0 2vw 0;
}

/* 关于我们 */



/* 产品中心 */
.inx-pro {
	width: 100%;
	height: 30vw;
	overflow: hidden;
}

.inx-pro .probg {
	width: 180%;
	margin-left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/probg.jpg);
	/* background-size: cover; */
	background-position: center;
	height: 100%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	overflow: hidden;
}

.inx-pro .mask {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3vw;
}

.procout {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 10vw;
	left: 50%;
	transform: translateX(-50%);
}

.inx-prod {
	width: 100%;
	position: relative;
	margin-bottom: 18vw;
}

.procout .protab ul {
	display: flex;
}

.protab {
	display: flex;
	justify-content: center;
	margin: 2vw 0;
	margin-bottom: 5vw
}

.protab li {
	color: #fff;
	border: 1px solid #fff;
	height: 40px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease;
	margin: 0.4vw;
	position: relative;
}

.protab li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.protab li>div * {
	transition: all .5s ease;
	display: block;
}

.protab li>div>i {
	width: 2px;
	background-color: #910000;
	height: 0;
}

.protab li>div>o {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #910000;
	opacity: 0;
}

.protab li:hover i {
	height: 50px;
}

.protab li:hover o {
	opacity: 1;
	transition-delay: .5s;
}

.protab .on o {
	opacity: 1
}

.protab .on i {
	height: 50px;
}

.protab .on {
	background-color: #910000;
	border: 1px solid #910000
}

.protab li:hover {
	background-color: #910000;
	border: 1px solid #910000
}



.procontent ul {
	transition: all .3s ease;
	opacity: 0;
	transform: translateY(20px);
}

.procontent .aniin {
	opacity: 1;
	transform: translateY(0px)
}

.procontent .aniout {
	opacity: 0;
	transform: translateY(20px)
}

.procontent ul li>div {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.procontent ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
}

.procontent ul li>div>img {
	border-radius: 1vw;
	object-fit: cover;
	width: 100%;
	height: 16vw
}

.procontent ul li a {
	/* background-color: #910000; */
	width: 100%;
	height: 2.6vw;
	color: #fff;
	display: flex;
	align-items: center;
	padding: .3vw;
	box-sizing: border-box;
	transition: .5s all;
}

.procontent ul li a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/button-bg-cen.png);
	background-size: 100% 100%;
	background-position: center;
	display: flex;
	color: #333;
	justify-content: center;
	align-items: center;
	transition: .5s all;
}

.procontent ul li a img:first-child {
	height: 100%;
}

.procontent ul li a img:last-child {
	height: 100%;
}

.procontent ul li>div .title {
	font-weight: bold;
	font-size: 1.2vw;
	margin: 1vw 0;
}

.procontent ul li a:hover div{
	/* background-color: #db4c4c; */
	transform: scale(1.1);
	color: #910000;
}

/* 产品中心 */


/* 三大优势 */
.inx-three * {
	color: #fff;
}

.inx-three {
	background-image: url(../img/three-bg.jpg);
	background-size: cover;
	background-position: center;
}

.inx-three .mask {
	background-color: rgba(0, 0, 0, .5);
	    width: 100%;
	    height: 100%;
	    position: relative;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
}


.inx-three .mask>i {
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .5);
	display: block;
}

.inx-three .box {
	padding: 6vw 4vw;
	box-sizing: border-box;
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-three .box .title div {
	font-weight: bold;
	font-size: 1.6vw;
}

.inx-three .box .title {
	background-image: url(../img/three-title.png);
	background-size: contain;
	position: relative;
	width: 20vw;
	height: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
}

.inx-three .box p {
	font-size: 14px;
	line-height: 2em;
	text-indent: 2em;
}

.inx-three .box .p {
	margin-top: 3vw;
}

.inx-three .box .title i {
	position: absolute;
	bottom: .1vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: #910000;
	width: 50%;
	height: .2vw;
	border-radius: .1vw;
}

.bolang {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1111;
	width: 100%;
}

.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.marquee {
	width: 8000%;
	height: 60px
}

.wave-list-box {
	float: left
}

.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}

.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}

.wave-box {
	position: relative;
	height: 60px;
	width: 100%;
}


/* 三大优势 */


/* 工业流程 */

.gongyi {
	cursor: url('../img/gongyi0mouse.png'), auto;
}

.inx-gongyi {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4vw 0;
	background-image: url(../img/gongyi-bgg.png);
	background-size: 40vw;
	background-position: 0 center;
}

.gongyitab li {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 5vw;
	height: 5vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin: 0 4vw;
}

.gongyitab li div,
.gongyitab li div span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease;
	left: 0;
	top: 0;
	background-size: contain;
}

.gongyi-lr>div {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	transition: all .5s;
	cursor: pointer;
	margin: 0 .6vw;
	outline: none;
}

.gongyi-lr {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2vw;
}

.swiper-gongyi-prev {
	background-image: url(../img/gongyi-left-n.png)
}

.swiper-gongyi-prev:hover {
	background-image: url(../img/gongyi-left-y.png)
}

.swiper-gongyi-next {
	background-image: url(../img/gongyi-right-n.png)
}

.swiper-gongyi-next:hover {
	background-image: url(../img/gongyi-right-y.png)
}

.gongyitab li .b1 {
	background-image: url(../img/gytab-bg-n.png);
}

.gongyitab li .b2 {
	opacity: 0;
	background-image: url(../img/gytab-bg-y.png)
}

.gongyitab li span {
	color: #fff;
	font-family: "jxzk";
	font-size: 2vw;
	z-index: 1;
}

.gongyitab li:hover .b1 {
	opacity: 0;
}

.gongyitab .on .b1 {
	opacity: 0;
}

.gongyitab .on .b2 {
	opacity: 1;
}

.gongyitab li:hover .b2 {
	opacity: 1;
}

.gongyitab {
	display: flex;
}

.gongyicout {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
	margin-top: 2vw;
}

.gongyicontent {
	width: 100%;
	margin-top: 3vw;
}

.gongyicontent ul {
	transition: all .3s ease;
	opacity: 0;
	transform: translateY(20px);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gongyicontent .aniin {
	opacity: 1;
	transform: translateY(0px)
}

.gongyicontent .aniout {
	opacity: 0;
	transform: translateY(20px)
}

.gongyicontent .swiper-slide img {
	border-radius: 1vw;
	width: 100%;
	height: 20vw;
	object-fit: cover;
}

.gongyicontent .swiper-slide .box {
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gongyicontent .swiper-slide .box span {
	font-size: 0.94vw;
	/* font-family: "jxzk"; */
	margin-top: 1vw;
}

.gongyicontent .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gongyinum {
	background-image: url(../img/gongyi-numbg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 4vw;
	height: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-top: -2vw;
	font-size: 1.4vw;
	font-family: "jxzk";
}

/* 工业流程 */



/* 产品特征 */
.inx-tez * {
	color: #fff;
}

.inx-tez {
	background-image: url(../img/tezheng-bg.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
}

.inx-tez .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	padding: 3vw 0;
}

.tez-cout {
	width: 70%;
	margin: 0 auto;
	margin-top: 3vw;
}

.tez-cout>ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.tez-cout>ul li {
	width: 50%;
	margin-bottom: 1vw;
}

.tez-cout>ul li:nth-child(2n) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.tez-cout>ul li>div {
	background-color: rgba(255, 255, 255, .15);
	border-radius: 1vw;
	padding: 2vw;
	box-sizing: border-box;
	width: 80%;
	position: relative;
	height: 7vw;
}

.tez-cout>ul li .num {
	background-position: center;
	background-image: url(../img/gytab-bg-y.png);
	background-size: contain;
	width: 5vw;
	height: 5vw;
	position: absolute;
	right: -2vw;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "jxzk";
	font-size: 2vw;
}

.tez-cout>ul li:nth-child(2n) .num {
	left: -2vw;
}

.tez-cout>ul li:nth-child(2n+1)>div {
	padding-right: 4vw;
}

.tez-cout>ul li:nth-child(2n)>div {
	padding-left: 4vw;
}

.tez-cout>ul li p {
	line-height: 2em;
}

.tez-cout>i {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #fff;
}

.tez-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tez-bottom .title {
	font-family: "jxzk";
	font-size: 1.4vw;
	margin: 1vw 0;
}

.tez-bottom .cout {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.tez-bottom ul li {
	font-size: 14px;
	line-height: 2em;
}

.tez-bottom .cout>div {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tez-bottom .cout>div>div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tez-bottom .cout>div>div i {
	width: 2vw;
	height: 4px;
	background-color: #e72727;
	border-radius: 2px;
	display: block;
	margin-top: .4vw;
}

.tez-bottom .cout>div>div {
	margin-bottom: 1vw;
}


/* 产品特征 */


/* 为什么选择 */
.inx-why {
	width: 100%;
}

.inx-why .bg {
	height: 20vw;
	background-color: rgba(0, 0, 0, .05);
	width: 100%;
}

.inx-why .bg>div {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .02);
}

.inx-why .cout>ul {
	display: flex;
	justify-content: space-between;
	margin-top: 3vw;
}

.inx-why .cout>ul li {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-why .cout>ul li img {
	margin-left: -3vw;
	width: 14vw;
}

.inx-why .cout {
	width: 70%;
	margin: 0 auto;
	margin-top: -18vw;
}

.inx-why .cout>ul li div {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translate(-50%, -50%);
}

.inx-why .cout>ul li div span {
	color: #fff;
	font-size: 2.6vw;
	font-family: "jxzk";
	letter-spacing: 1vw;
	line-height: 4vw;
	margin-left: .5vw;
	text-shadow: 0.2vw 0.2vw 0.1vw rgba(255, 255, 255, .5);
}

/* 为什么选择 */


/* 合作流程 */
.inx-hezuo ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inx-hezuo ul li>div {
	width: 7vw;
	height: 7vw;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inx-hezuo ul li>div span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}

.inx-hezuo ul i {
	background-image: url(../img/hezuo-jt.png);
	width: 1.5vw;
	height: 1.5vw;
	background-position: center;
	background-size: contain;
	margin: 0 1vw;
}

.inx-hezuo ul li:nth-child(4n-3) {
	transform: translateY(1vw);
}

.inx-hezuo ul li:nth-child(4n-1) {
	transform: translateY(-1vw);
}

.inx-hezuo {
	margin: 5vw 0;
}

.inx-hezuo ul {
	margin-top: 3vw;
}

.inx-hezuo ul li>div img {
	width: 1.7vw;
	height: 1.7vw;
	object-fit: contain;
	margin-bottom: .4vw;
}

/* 合作流程 */


/* 基地介绍 */
.inx-jidi {
	width: 100%;
	position: relative;
}

.inx-jidi>div {
	width: 100%;
	overflow: hidden;
}

.inx-jidi .bg {
	height: 100%;
	background-image: url(../img/jdjs-bg.jpg);
	background-position: center;
	background-size: auto 110%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	overflow: hidden;
	width: 180%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.inx-jidi .mask {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	padding: 4vw 0;
}

.inx-jidi p {
	color: #fff;
	line-height: 2em;
	text-indent: 2em;
}

.inx-jidi .p {
	width: 50vw;
	margin: 4vw auto;
}

.inx-jidi>a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #910000;
	border-radius: .2vw;
	width: 13vw;
	height: 2vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1vw;
	transition: all .5s ease;
}

.inx-jidi>a:hover {
	transform: translateY(-10px) translateX(-50%);
}

.inx-jidi>a span {
	color: #fff;
	font-size: 14px
}

.inx-jidi>a img {
	width: 1.5vw
}

/* 基地介绍 */

/* 项目案例 */
.inx-case {
	margin-top: 4vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-case ul {
	display: flex;
	width: 76%;
	margin: 4vw auto;
}

.inx-case ul li {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-case ul a {
	width: 90%;
	transition: all .3s ease;
}

.inx-case ul a:hover {
	transform: translateY(-6px);
}

.inx-case ul a .tu {
	width: 100%;
	height: 18vw;
	position: relative;
}

.inx-case ul .ico>div {
	width: 2vw;
	height: 1vw;
	position: relative;
}

.inx-case .button-yuan {
	margin: 2vw 1vw;
}

.case-more {
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.inx-case ul .ico {
	position: absolute;
	bottom: 1vw;
	right: 1vw;
	overflow: hidden;
}

.inx-case ul .ico div div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	;
	top: 0;
	transition: all .3s ease;
}

.inx-case ul .ico .in {
	background-image: url(../img/case-more.png);
	left: 0
}

.inx-case ul .ico .iy {
	background-image: url(../img/case-more-y.png);
	left: 100%
}

.inx-case ul a:hover .in {
	left: 100%;
}

.inx-case ul a:hover .iy {
	left: 0;
}

.inx-case .tu>div {
	position: absolute;
	bottom: -1vw;
	right: -1vw;
	background-color: #fff;
	width: 18vw;
	height: 9vw;
	padding: 2vw;
	box-sizing: border-box;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, .05);
}

.inx-case .title {
	font-size: 1vw;
	font-weight: bold;
	color: #910000;
	margin-bottom: .4vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inx-case p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 项目案例 */

/* 资讯中心 */
.inx-news {
	width: 100%;
}

.inx-news * {
	color: #fff;
}

.inx-news .news {
	cursor: url('../img/gongyi0mouse.png'), auto;
}

.inx-news .mask {
	width: 100%;
	height: 100%;
	    background-color: #910000;
	    background-image: url(../img/all-bg11.png);
		background-repeat: repeat;
	padding-top: 3vw;
}

.newscontent ul {
	transition: all .3s ease;
	opacity: 0;
	transform: translateY(20px);
	width: 100%;
	display: flex;
	flex-direction: column;
}

.newscontent .aniin {
	opacity: 1;
	transform: translateY(0px)
}

.newscontent .aniout {
	opacity: 0;
	transform: translateY(20px)
}

.inx-news .swiper-slide:nth-child(2n) {
	margin-top: 2vw;
}

.newscontent ul .swiper-pagination {
	width: 20vw;
	height: 2px;
	background-color: rgba(255, 255, 255, .2);
	margin-left: 15vw;
}

.newscontent ul .swiper-pagination span {
	background-color: #ffffff;
}

.inx-news .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-news .box {
	width: 26vw;
	height: 24vw;
	position: relative;
}

.inx-news .box .img {
	width: 100%;
	height: 18vw;
	background-position: center;
	background-size: cover;
}

.inx-news .box .img .mask1 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.inx-news .box .date {
	position: absolute;
	top: 4vw;
	left: -4vw;
}

.inx-news .box .date div {
	font-size: 2.6vw;
	font-weight: bold;
}

.inx-news .box .date span {
	font-size: 1.4vw;
}

.inx-news .box a {
	font-size: 1vw;
	margin-top: 1vw;
	transition: all .5s;
}

.inx-news .box a:hover {
	color: #910000;
}

.inx-news .newscontent {
	margin-top: 2vw;
}

.inx-news .news {
	width: 100%;
	margin-top: 2vw;
}

.inx-news .inx-title {
	width: 70%;
	margin: 0 auto;
	align-items: flex-start;
}

.newstab {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 4vw;
	top: -2vw;
}

.newscout {
	position: relative;
}

.newstab span {
	margin: 0 2vw;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	transition: .5s all;
}

.newstab span:hover {
	color: #fff;
}

.newstab .on span {
	color: #fff;
}



/* 资讯中心 */


/* 常见问题 */
.inx-question {
	background-image: url(../img/question-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 4vw 0;
}

.inx-question .cout ul {
	display: flex;
	justify-content: space-between;
}

.inx-question .cout li {
	display: flex;
	align-items: flex-start;
}

.inx-question .cout li .box>a {
	font-size: 1vw;
	font-weight: bold;
	transition: all .5s;
}

.inx-question .cout li .box>a:hover {
	color: #910000;
}

.inx-question .cout li i {
	width: 100%;
	border-bottom: 1px dashed #666;
	display: block;
	margin: 1vw 0;
}

.inx-question .cout {
	margin: 0 auto;
	width: 70%;
	margin-top: 4vw;
}

.inx-question .cout ul {
	width: 100%;
}

.inx-question .cout ul li {
	width: 46%;
}

.inx-question .cout li>img {
	margin-right: 1vw;
}

.inx-question .cout li .box>p {
	line-height: 2em;
}

.inx-morebox {
	display: flex;
	height: 18vw;
	position: relative;
}

.inx-morebox>a {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.inx-morebox .mask {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
}

.inx-morebox .mask span {
	color: #fff;
	font-weight: bold;
	font-size: 1vw;
}

.inx-morebox .yuan {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 4vw;
	height: 4vw;
	border-radius: 50%;
	background-color: rgba(210, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all ease-out;
	pointer-events: none;
}

.inx-morebox .yuan img {
	margin-bottom: .2vw;
}

.inx-morebox>a:hover .mask {
	background-color: rgba(0, 0, 0, .5);
}

.inx-morebox>a img {
	transition: all .5s ease;
}

.inx-morebox>a:hover img {
	transform: translateY(-1vw)
}

/* 常见问题 */

/* 建议留言 */
.inx-message {
	background-image: url(../img/inx-contact-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 4vw 0;
}

.inx-message input {
	background-color: transparent;
	border: 1px solid #666;
	width: 100%;
	height: 2vw;
	padding-left: 1vw;
	box-sizing: border-box;
}

.inx-message textarea {
	background-color: transparent;
	resize: none;
	width: 100%;
	border: 1px solid #666;
	outline: none;
	padding: 1vw;
	box-sizing: border-box;
	height: 10vw;
}

.inx-message .box .tou {
	margin-bottom: .4vw;
	font-weight: bold;
	font-size: 1vw;
}

.inx-message .box .sr-box {
	margin-bottom: 1vw;
}

.inx-message .box {
	display: flex;
	width: 60vw;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 4vw;
}

.inx-message .box>div:first-child {
	display: flex;
	flex-direction: column;
	width: 30%;
}

.inx-message .box>div:last-child {
	display: flex;
	flex-direction: column;
	width: 60%;
}

.inx-message .box form>div:first-child {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inx-message .box form>div:first-child>div {
	width: 46%;
}

.inx-message .box>div:first-child>div {
	background-color: #fff;
	padding: 1vw;
	box-sizing: border-box;
}

.inx-message .box .title {
	background-color: #910000 !important;
	color: #fff;
}

.inx-message .box p {
	line-height: 2em;
	font-size: .8vw;
}

.inx-message .box button {
	width: 100%;
	height: 2.4vw;
	background-color: #910000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	cursor: pointer;
}

.inx-message .box button:hover {
	background-color: #a10707;
}

/* 建议留言 */


/* 联系我们 */
.inx-contact {
	position: relative;
	display: flex;
	height: 20vw;
}

.inx-contact>i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inx-contact>img {
	width: 50%;
	height: 100%;
}

.inx-contact>div * {
	color: #fff;
}

.inx-contact>div {
	height: 100%;
	width: 100%;
	background-color: #910000;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: center;
}

.inx-contact>div>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.inx-contact>div>div>div:last-child {
	width: 60%;
}

.inx-contact>div .title {
	display: flex;
	align-items: flex-start;
	margin-right: 4vw;
}

.inx-contact>div .title i {
	height: 2vw;
	width: 8px;
	border-radius: 4px;
	display: block;
	background-color: #fff;
}

.inx-contact>div .title div {
	writing-mode: vertical-lr;
	font-size: 1.8vw;
	font-weight: bold;
	letter-spacing: .5em;
	margin: 0 .1vw;
}

.inx-contact>div li {
	padding: 1vw 0;
	display: flex;
	align-items: center;
}

.inx-contact>div li div {
	font-weight: bold;
	letter-spacing: .6em;
	font-size: 1vw;
}

.inx-contact>div ul i {
	width: 100%;
	border-bottom: 1px dashed rgba(255, 255, 255, .5);
	display: block;
}

.inx-contact>div .title span {
	writing-mode: vertical-lr;
}


/* 联系我们 */


/* 地图 */
.inx-map {
	width: 100%;
}

.inx-map #allmap {
	width: 70%;
	height: 24vw;
	border-radius: 2vw;
	margin: 3vw auto;
}

.inx-map .weixin {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-map .weixin img {
	width: 6vw;
	height: 6vw;
	margin-bottom: 1vw;
}

.inx-map .weixin span {
	font-size: .9vw;
	font-weight: bold;
}

/* 地图 */


/* -----------------------------------首页内容----------------------------------- */



/* -----------------------------------二级页面----------------------------------- */


/* 二级公共内容 */
.two-top {
	width: 100%;
	height: 5px;
	background-color: #910000;
}

.two-nav .main-menu {
	display: flex;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 1vw 0;
}

.two-nav .main-menu ul {
	display: flex;
	align-items: center;
	margin: 0;
}

.two-nav .stricked-menu ul li.active a {
	color: #910000;
}

.two-nav .main-menu ul li.active a {
	color: #910000;
}

.two-nav .main-menu ul li a:hover {
	color: #910000;
}

.two-nav .logo-box {
	display: flex;
	align-items: center;
}

.two-nav .logo-box>div {
	flex-direction: column;
	display: flex;
}

.two-banner {
	width: 100%;
	height: 28vw;
}

.two-banner>div {
	height: 100%;
	background-position: center;
	background-size: cover;
}

.two-nav .logo-box i {
	width: 1px;
	height: 3vw;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	margin: 0 2vw;
}

.fenye2 {
	display: flex;
	align-items: center;
	margin-top: 100px;
	justify-content: center;
}

.fenye2 * {
	transition: all .3s ease;
}

.fenye2 a {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 10px #eee;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fenye2 .page-num-current {
	background-color: #910000;
	color: #fff;
}

.fenye2 a:hover {
	background-color: #910000;
}

.fenye2 .page-pre a {
	background-image: url(../img/fenye-left-n.png);
	background-size: contain;
}

.fenye2 .page-pre a:hover {
	background-image: url(../img/fenye-left-y.png);
}

.fenye2 .page-next a {
	background-image: url(../img/fenye-right-n.png);
	background-size: contain;
}

.fenye2 .page-next a:hover {
	background-image: url(../img/fenye-right-y.png)
}

.fenye2 .page-numbar {
	display: flex;
}



.two-title>div>div {
	font-size: 40px;
	letter-spacing: .2em;
	margin: 0 1vw;
	font-family: "jxzk";
}
.two-title>div>span{
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
}

.two-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5vw;
	margin-bottom: 5vw;
}

.two-title>i:last-child {
	display: block;
	width: 10vw;
	height: 2px;
	background: linear-gradient(to right, #910000, transparent);
}

.two-title>i:first-child {
	display: block;
	width: 10vw;
	height: 2px;
	background: linear-gradient(to right, transparent, #910000);
}

.navBar {
	height: 100%;
	display: flex;
	align-items: center;
}

.navBar ul {
	float: left;
	height: 100%;
	margin-right: 20px;
}

.navBar li {
	float: left;
	font: normal 16px/59px "microsoft yahei";
	color: #fff;
	height: 100%;
}

.navBar .block {
	height: 4px;
	width: 32px;
	background: #910000;
	position: absolute;
	left: 0;
	top: 60px;
	border-radius: 2px;
	;
	transform: translateX(36px);
	overflow: hidden;
}

/*.navigation-up .navigation-v3 .nav-up-selected{background:#910000}*/

.nav {
	position: relative;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	font-size: 14px;
}

.nav a {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
}

.nav .m {
	float: left;
	position: relative;
	z-index: 1;
}

.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
	font-size: 12px;
}

.nav h3 a {
	display: block;
	width: 115px;
	text-align: center;
	font-weight: bold;
}

.nav .sub {
	display: none;
	position: absolute;
	left: -3px;
	top: 50px;
	z-index: 1;
	width: 117px;
	border: 1px solid #E6E4E3;
	border-top: 0;
	background: #fff;
}

.nav .sub li {
	text-align: center;
	padding: 0 8px;
	margin-bottom: -1px;
}

.nav .sub li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.nav .sub li a:hover {
	color: #FE7700;
}

.list-tab {
	display: flex;
	justify-content: center;
	margin-bottom: 3vw
}

.list-tab a {
	padding: .6vw 1.2vw;
	;
	border: 1px solid #910000;
	border-radius: 4px;
	transition: all .5s ease;
}

.list-tab a:hover {
	background-color: #910000;
	color: #fff;
}

.list-tab li {
	margin: 1vw;
}

.list-tab li.on a {
	background-color: #910000;
	border-color: #910000;
	color: #fff;
}

/* 二级公共内容 */


/*关于我们*/
.two-about .inx-about .about-top .top-left p {
	width: 100%
}

.two-about .inx-about .button-yuan {
	margin-top: 50px
}

.two-about .inx-about .honor .title {
	text-align: center;
	font-size: 36px
}

.two-about .inx-about .honor {
	margin-top: 100px;
	overflow: hidden;
	width: 100%
}

.honorAllBtn {
	width: 210px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #910000;
	margin: 0 auto;
	color: #fff;
	border-radius: 50px;
	margin: 100px auto
}

.two-about .inx-about .about-top .top-left {
	display: flex;
	align-items: center
}

/*关于我们*/

/* 新闻中心 */

.two-news .top-big {
	align-items: flex-end;
	justify-content: space-between;
	height: 400px;
	display: none;
}

.two-news .top-big>div:first-child {
	background-position: center;
	background-size: cover;
	width: 47%;
	height: 100%;
}

.two-news .top-big>div:last-child {
	width: 47%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.two-news .top-big>div:last-child>a {
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .5s;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .04);
}

.two-news .top-big>div:last-child>a:hover {
	background-color: #fff;
}

.two-news .top-big h1 {
	font-size: 24px;
	font-weight: 300;
	transition-duration: .5s;
}

.two-news .top-big p {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #666;
	text-indent: 2em;
	line-height: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.two-news .top-big span {
	display: flex;
	align-items: center;
}

.two-news .top-big span>img {
	margin-right: 10px;
}

.two-news .top-big h1:hover {
	color: #910000;
}

.two-news .news-left {
	display: flex;
	align-items: center;
	transition-duration: .3s;
}

.two-news .news-left>div:first-child {
	width: 190px;
	height: 116px;
	background-position: center;
	background-size: cover;
}

.two-news .news-left>div:last-child {
	width: 740px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90px;
}

.two-news {
	margin: 50px auto;
	width: 100%;
}

.two-news a {
	display: flex;
	align-items: center;
}

.two-news .news-cout {
	margin: 50px auto;
}

.two-news .news-cout a {
	padding: 30px 0;
	border-top: 1px dashed #999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition-duration: .3s;
}

.two-news .news-right {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	background-color: #f3f3f3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
}

.two-news .news-right h1 {
	font-size: 22px;
	transition-duration: .3s;
}

.two-news .news-right div {
	width: 80%;
	border-top: 1px dashed #999;
	margin: 6px;
	transition-duration: .3s;
}

.two-news .news-right span {
	font-size: 12px;
	transition-duration: .3s;
}

.two-news .news-left>div:last-child h1 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	transition-duration: .3s;
}

.two-news .news-left>div:last-child>div:last-child {
	display: flex;
	align-items: center;
}

.two-news .news-left>div:last-child>div:last-child span {
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #666;
	font-size: 14px;
}

.two-news .news-left>div:last-child>div:last-child span img {
	margin-right: 10px;
}

.two-news .news-left>div:last-child>div:last-child span:first-child {
	display: none;
}

.two-news .news-left>div:last-child p {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.two-news .news-cout a:hover {
	background-color: rgba(0, 0, 0, .05);
}

.two-news .news-cout a:hover .news-left {
	transform: translateX(20px);
}

.two-news .news-cout a:hover .news-right {
	background-color: #910000;
	transform: translateX(-20px);
}

.two-news .news-cout a:hover .news-left>div:last-child h1 {
	color: #910000;
}

.two-news .news-cout a:hover .news-right h1 {
	color: #fff;
}

.two-news .news-cout a:hover .news-right span {
	color: #fff;
}

.two-news .news-cout a:hover .news-right div {
	border-color: #fff;
}

/* 新闻中心 */

/*产品中心*/

.product-ul {
	flex-wrap: wrap;
	display: flex;
	margin-top: 60px
}

.product-ul li {
	width: 50%;
	height: 20vw;
	padding: 3vw 5vw;
	box-sizing: border-box;
	display: flex;
	align-items: center
}

.product-ul li:nth-child(4n+3),
.product-ul li:nth-child(4n+2) {
	background-color: #ffffff00
}

.product-ul li:nth-child(4n),
.product-ul li:nth-child(4n+1) {
	background-color: #ffffff73
}

.two-product .product-tab {
	display: flex;
	justify-content: center
}

.two-product .product-tab li a {
	width: 200px;
	height: 50px;
	background-image: url(../img/news-tab-bg-n.png);
	background-size: contain;
	background-position: center;
	justify-content: center;
	font-size: 18px;
	color: #989898
}

.two-product .product-tab li {
	margin: 0 20px
}

.two-product .product-tab .on a {
	color: #910000;
	background-image: url(../img/news-tab-bg.png)
}

.two-product a {
	display: flex;
	align-items: center;
}

.two-product .product-year {
	display: flex;
	justify-content: center
}

.two-product .product-year a {
	font-size: 16px;
	margin: 40px 20px
}

.two-product .product-year .on a {
	color: #910000
}

.product-ul .img {
	width: 38%;
	height: 100%;
	background-position: center;
	background-size: cover;
	height: 100%;
	margin-right: 2vw;
}

.product-ul h2 {
	font-size: 22px
}

.product-ul span {
	font-size: 18px
}

.product-ul .cout {
	position: relative;
	height: 90%;
	width: 50%;
}

.product-ul .cout>div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
	text-indent: 2em;
	line-height: 2em;
	margin-top: 1vw;
}

.product-ul .cout p {
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.product-ul .cout a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	height: 36px;
	border: 1px solid #910000;
	display: flex;
	justify-content: center;
	color: #910000;
	transition: all .5s ease
}

.product-ul .cout a:hover {
	background-color: #910000;
	color: #fff
}

/*产品中心*/

/* 案例中心 */

.tow-case .service3.other_page .service3__item {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.tow-case .service3__item {
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

.tow-case .service3__item:hover .service3__thumb div {
	top: 50%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.tow-case .service3__item:hover .service3__thumb:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.tow-case .service3__item:hover .service3__content {
	border-color: #fff;
}

.tow-case .service3__thumb {
	position: relative;
}

.tow-case .service3__thumb:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #9100008c;
	z-index: 100;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tow-case .service3__thumb div {
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	z-index: 200;
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border: 1px dashed #fff;
	text-align: center;
	line-height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tow-case .service3__content {
	padding: 27px 20px 18px;
	border-bottom: 2px solid #910000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 100px;
}

@media only screen and (max-width: 575px) {
	.tow-case .service3__content {
		padding: 27px 25px 18px;
	}
}

.tow-case .casebox:hover .service3__content h3 {
	color: #910000;
}

.tow-case .casebox .service3__content h3 {
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	margin-bottom: 13px;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tow-case .service3__content p {
	color: #768495;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 575px) {
	.tow-case .service3__content p {
		padding: 0px;
	}
}

.tow-case .service3__bottom-text p {
	font-size: 16px;
	line-height: 26px;
	color: #768495;
}

.tow-case .service3__bottom-text p a {
	color: #910000;
}

.tow-case .owl-item img {
	display: inline-block;
	width: auto;
}

.tow-case .owl-carousel .owl-nav button.owl-prev,
.tow-case .owl-carousel .owl-nav button.owl-next {
	height: 60px;
	width: 60px;
	background: #fff;
	color: #223645;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -90px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.tow-case .owl-carousel .owl-nav button.owl-prev:hover,
.tow-case .owl-carousel .owl-nav button.owl-next:hover {
	background: #910000;
	color: #fff;
}

@media only screen and (max-width: 1399px) {

	.tow-case .owl-carousel .owl-nav button.owl-prev,
	.tow-case .owl-carousel .owl-nav button.owl-next {
		display: none;
	}
}

.tow-case .owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -90px;
}

.case-cout {
	display: flex;
}

.case-cout {
	width: 70vw;
	flex-wrap: wrap;
	margin: 0 auto;
}

.case-cout li {
	width: 33.3333%;
}

.case-cout li a {
	width: 90%;
	margin: 0 auto;
	transition: all .5s;
}

.case-cout li a:hover {
	transform: translateY(-10px);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
}

.case-cout li .img {
	object-fit: cover;
	width: 100%;
	height: 15vw;
}

.case-cout li .ico {
	width: 30px;
}

/* 案例中心 */


/* 饮酒问题 */
.two-faq.inx-question {
	padding: unset;
	background: unset;
}

/* 饮酒问题 */




/* 联系我们 */
.two-contact .form {
	width: 100%;
	padding: 80px;
	box-sizing: border-box
}

.two-contact form {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.two-contact .input {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.two-contact .input span {
	font-size: 18px;
	font-weight: bold;
	width: 20%;
	display: block;
	transition: all .5s ease
}

.two-contact input {
	width: 80%;
	height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #333;
	border-radius: 4px;
	transition: all .5s ease;
}

.two-contact textarea {
	width: 80%;
	height: 100px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #333;
	outline: none;
	border: unset;
	border-radius: 4px;
	transition: all .5s ease;
	resize: none;
}

.two-contact input:focus {
	border-color: #fff;
	box-shadow: 0px 0px 20px rgb(241, 61, 65, .4)
}

.two-contact input:focus+span {
	color: #910000
}

.two-contact textarea:focus {
	border-color: #fff;
	box-shadow: 0px 0px 20px rgb(241, 61, 65, .4)
}

.two-contact textarea:focus+span {
	color: #910000
}

.two-contact form button {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	border-radius: 4px;
	background-color: #910000;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-top: 60px
}

.two-contact .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px
}

.two-contact .title h1 {
	font-size: 28px;
	color: #910000;
	font-family: "jxzk";
}


.map #allmap {
	height: 400px;
	width: 80%;
	border-radius: 20px;
	margin: 0 auto;
}

@font-face {
	font-family: "flaticon";
	src:
		url("../font/flaticon.ttf") format("truetype"),
		url("../font/flaticon.woff") format("woff"),
		url("../font/flaticon.woff2") format("woff2"),
		url("../font/flaticon.eot") format("embedded-opentype"),
		url("..//font/flaticon.svg") format("svg");
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
	font-family: flaticon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	font-size: 30px;
	text-transform: none;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flaticon-address:before {
	content: "\f101";
}

.flaticon-landline:before {
	content: "\f113";
}

.flaticon-doctor-1:before {
	content: "\f10b";
}

/* 联系我们 */

.two-contact .cout .lianxi-three {
	display: flex;
	margin: 0 auto;
	margin-bottom: 60px;
	width: 1000px;
}

.two-contact .cout .lianxi-three li {
	width: 33.33333%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.two-contact .cout .lianxi-three .ico {
	width: 60px;
	height: 60px;
	border: 1px dashed #910000;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.two-contact .cout .lianxi-three i {
	color: #910000;
}

.two-contact .cout .lianxi-three h3 {
	font-size: 18px;
	margin: 20px 0 10px 0
}








/*荣誉证书*/
.towHonor.tow-case .casebox .service3__content h3 {
	font-size: 16px;
	text-align: center
}

.towHonor.tow-case .service3__content {
	height: unset
}

.towHonor.tow-case .case-cout li {
	margin-bottom: 50px
}













/* -----------------------------------二级页面----------------------------------- */


/* -----------------------------------三级页面----------------------------------- */


/* 新闻详情 */
.newspage {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 100px auto;
}

.newspage .cout {
	margin-bottom: 60px;
	background-color: #ffffff9e;
	padding: 50px;
}

.newspage .top .title {
	font-size: 20px;
	text-align: center;
	font-size: 30px;
	margin-bottom: 34px;
}

.newspage .cout img {
	display: inline-block !important;
}

.newspage>i {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #333;
	margin: 20px 0 40px 0;
}

.newspage .top span {
	margin: 0 20px;
}

.newspage .lr-more {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;
}

.newspage .lr-more a {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .06);
	border-radius: 10px;
	overflow: hidden;
	transition: all .5s;
}

.newspage .lr-more a:hover {
	background-color: #fff;
	transform: translateY(-10px);
}

.newspage .lr-more a div {
	margin-left: 20px;
}

.newspage .lr-more>div {
	display: flex;
	width: 40%;
	flex-direction: column;
}

.newspage .lr-more>div:last-child {
	align-items: flex-end;
}

.newspage .lr-more img {
	width: 140px;
	height: 100px;
	object-fit: cover;
}

.newspage .lr-more .t {
	font-size: 20px;
	margin-bottom: 40px;
	font-family: "jxzk"
}

.newspage .lr-more a.nopage {
	background: unset;
	box-shadow: unset;
	pointer-events: none;
	justify-content: space-between;
}

.newspage .lr-more a.nopage img {
	display: none;
}

.newspage .lr-more a.nopage div {
	color: rgba(0, 0, 0, .5);
	margin: unset;
}

/* 新闻详情 */

/* 产品详情 */
.productpage {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.productpage>i {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #333;
	margin: 20px 0 40px 0;
}

.productpage .lr-more {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;
}

.productpage .lr-more a {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .06);
	border-radius: 10px;
	overflow: hidden;
	transition: all .5s;
}

.productpage .lr-more a:hover {
	background-color: #fff;
	transform: translateY(-10px);
}

.productpage .lr-more a div {
	margin-left: 20px;
}

.productpage .lr-more>div {
	display: flex;
	width: 40%;
	flex-direction: column;
	padding: 10px;
}

.productpage .lr-more>div:last-child {
	align-items: flex-end;
}

.productpage .lr-more img {
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.productpage .lr-more .t {
	font-size: 20px;
	margin-bottom: 40px;
	font-family: "jxzk"
}

.productpage .lr-more a.nopage {
	background: unset;
	box-shadow: unset;
	pointer-events: none;
	justify-content: space-between;
}

.productpage .lr-more a.nopage div {
	color: rgba(0, 0, 0, .5);
	margin: unset;
}

.productpage .lr-more a.nopage img {
	display: none;
}

.productpage .top .img {
	width: 40%;
	height: 26vw;
	object-fit: cover;
	border-radius: 10px;
}

.productpage .top {
	display: flex;
	justify-content: space-between;
}

.productpage .top .info {
	width: 55%;
	padding-top: 50px;
	box-sizing: border-box;
}

.productpage .top .info ul {
	width: 100%;
}

.productpage .top .info li {
	line-height: 3em;
	width: 100%;
	border-bottom: 1px dashed rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
}

.productpage .top .info li div {
	font-size: 16px;
	font-weight: bold;
	width: 100px;
}

.productpage .top .name {
	font-size: 36px;
}

.productpage .top .info i {
	display: block;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	background-color: #910000;
	margin-bottom: 50px;
	margin-top: 10px;
}

.productpage .bgyuan {
	background-image: url(../img/button-yuan.png);
	animation: zhuanquanpro 60s linear 0s infinite normal;
	position: absolute;
	width: 40vw;
	height: 40vw;
	background-size: contain;
	z-index: -1;
	opacity: 0.04;
	right: -20vw;
	top: 6vw;
}

@keyframes zhuanquanpro {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.productpage .cout .content .ti {
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.productpage .cout .content {
	margin: 60px 0;
}

.productpage .cout .content i {
	height: 24px;
	display: block;
	width: 6px;
	border-radius: 3px;
	background-color: #910000;
	margin-right: 16px;
}



/* 产品详情 */



/* -----------------------------------三级页面----------------------------------- */



/* 搜索结果 */
.searchpage * {
	transition: all .5s;
}

.searchpage {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.searchpage .search-cout {
	margin: 50px auto;
}

.searchpage .search-cout a {
	padding: 30px 0;
	border-top: 1px dashed
}

.searchpage .search-cout a>div {
	display: flex;
	align-items: center;
}

.searchpage .search-cout a:hover {
	background-color: rgba(0, 0, 0, .05);
}

.searchpage .search-cout a:hover>div {
	transform: translateX(20px);
}

.searchpage .search-cout a:hover>div>h1 {
	transform: translateX(10px);
	transition-delay: .3s;
}

.searchpage .search-cout a:hover .search-right {
	background-color: #910000;
	transform: translateX(-20px);
}

.searchpage .search-cout a:hover h1 {
	color: #910000;
}

.searchpage .search-cout a h1 {
	font-size: 20px;
}

.searchpage .search-cout a h1 span {
	font-size: 20px;
	font-weight: bold;
}

.searchpage .img {
	height: 100px;
	width: 200px;
	border-radius: 10px;
	margin-right: 60px;
}

.searchpage>span {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	color: #910000;
}

.searchpage .two-title {
	margin-bottom: 40px;
}




/* 发展历程 */

.inxHistory {width: 100%;height: 100%;background-image: url(../img/lishiBg.jpg);background-position: center;background-size: cover;}
.inxHistory .mask {padding-top: 90px;display: flex;flex-direction: column;justify-content: center;}


.inxHistory>img {position: absolute;width: 100%;height: 100%;top: 0;z-index: -1;opacity:.9;object-fit: cover;}
.inxHistory .cout {display: flex;flex-direction: column;align-items: center;margin-top: 5vh;}
/* .inxHistory .index-title {text-align: center;} */
.inxHistory p {text-indent: 2em;}
#liucout {width: 90%;}
#liucout .box {width: 90%;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}

#liucout .box .miaoshu {height: 14vw;width: 100%;box-sizing: border-box;;display: flex;align-items: center;flex-direction: column;transition: .5s all;}
#liucout .box .miaoshu h1 {width: 40%;height: 40px;display: flex;align-items: center;justify-content: center;background-color: #c53232;color: #fff;border-radius: 20px;font-size: 20px;
  font-weight: bold;}
#liucout .box .tu {width: 80%;height:14vw;margin: 0 auto;object-fit: cover;background-position: center;background-size: cover;border: 4px solid #f5ac53;border-radius: 16px;}
#liucout .box .tu>div {width: 100%;height: 100%;transition: all .5s;position: relative;padding: 10px;box-sizing: border-box;background-color: rgba(0,0,0,.5);opacity: 0;}



#liucout {cursor: url('../img/gongyi0mouse.png'), auto;}

#liucout .box:hover .tu>div {opacity: 1;}
@keyframes zhuanquan{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
#liucout .box .name {font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
    color: #fff;}
#liucout .swiper-wrapper {position: relative;}
#liucout .box .miaoshu p {font-size: 16px;
    text-indent: 2em;
    color: #232121;
    line-height: 1.8em;}
#liucout li:nth-child(2n) .box {flex-direction: column-reverse;}

#liucout li:nth-child(2n) .miaoshu {display: flex;flex-direction: column-reverse;justify-content: flex-start;}

#liucout .box .xian {height: 70px;width: 1px;background-color: #ab3345;display: flex;flex-direction: column;align-items: center;justify-content: center;}
#liucout .box .xian>o {width: 12px;height: 12px;background-color: #ab3345;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: relative;z-index: 11;}
.hengxian {width: 600px;height: 2px;position: absolute;top: 50%;transition: .5s all;background-color: rgb(215, 158, 77,.5)}
.hengxian div {height: 100%;background-color: #d79e4d;transition: all .5s ease;}

.inxHistory .mask {background-color: rgba(0,0,0,0);width: 100%;height: 100%;}


@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 44, 44, 0.15), 0 0 0 10px rgba(212, 44, 44, 0.15), 0 0 0 20px rgba(212, 44, 44, 0.15); }
  100% {
    box-shadow: 0 0 0 10px rgba(212, 44, 44, 0.15), 0 0 0 20px rgba(212, 44, 44, 0.15), 0 0 0 40px rgba(212, 44, 44, 0); } }

        .anin {background:#ff668a;
    color: #fff;
    display: inline-block;

    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;}

    .anin:hover {transform: scale(1.1);
    transition: 0.3s ease-in-out;}
    .anin div {width: 6px;height: 6px;border-radius: 50%;background-color: #fff;}


	
/* 关于我们 start */

.er-laozihao{padding-top: 6vw;}

.er-laozihao .left {
	height: 62vh;
	width: 50%;
	float: left;
	position: relative;
  }
  
  .er-laozihao .left .con {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding-right: 40px;
  }
  
  .er-laozihao .left::after {
	height: 100%;
	width: 960px;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background-image: url(../images/jiu370509a6a.png);
  }
  
  .er-laozihao .left .t1 img {
	margin: 0;
  }
.er-laozihao .left .text p{
	text-indent: 2em;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #171717;
    line-height: 41px;
    height: 224px;
    padding: 24px 112px;
    text-align: left;
    margin: 36px 0 0px 0;
}
.table-cell .t1{font-size: 40px;
    color: #1f1d1d;
    line-height: 100px;
    letter-spacing: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'jxzk';}

  
  .er-laozihao .left .text {
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff9ed;
    line-height: 35px;
    height: 220px;
    padding: 16px 15px;
    text-align: left;
    margin: -30px 0 0px 0;
    text-indent: 2em;
  }
  
  .er-laozihao .right {
	height: 60vh;
    width: 960px;
    float: left;
    background-size: cover;
    margin-right: -29.51389%;
    overflow: hidden;
  }
  
  .er-laozihao .right .img-wrap {
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
  }
  
  .er-laozihao .right:hover .img-wrap {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	  -o-transform: scale(1.03);
		 transform: scale(1.03);
  }
  
  .er-laozihao .right .img-wrap {
	width: 100%;
	height: 100%;
  }
  
  @media screen and (max-width: 1500px) {
	.er-laozihao .left {
	  width: 50%;
	  height: 100%;
	}
	.er-laozihao .left .t1 img {
	  height: 52px;
	}
	.er-laozihao .left .text {
	  font-size: 14px;
	  line-height: 28px;
	  height: 196px;
	  margin: 28px 0;
	}
	.er-laozihao .right {
	  width: 750px;
	  height: 100%;
	}
  }
  
  /* è£èª‰ */
  .er-honer {
	padding: 30px 0 80px 0;
	background-image: url(../images/yunla1f02b737.jpg);
	background-position: center;
  }
  
  .er-honer .tabs-tab {
	text-align: center;
	padding: 30px 0px 80px;
  }
  
  .er-honer .tabs-tab .card-more {
	display: inline-block;
	margin: 0 12px;
	/*border-color: #5e4b3b;*/
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	padding: 6px 8px;
	background: #8c6f5d;
	border-radius: 5px;
  }
  
  .er-honer .tabs-tab .card-more.active, .er-honer .tabs-tab .card-more:hover {
	background: #1c1002;
  }
  .er-honer .tabs-tab .card-more.active .text-text,.er-honer .tabs-tab .card-more:hover .text-text {
	background: #1c1002;
  }
  .er-honer .tabs-tab .card-more.active img:nth-child(2), .er-honer .tabs-tab .card-more:hover img:nth-child(2) {
	opacity: 1;
  }
  
  .er-honer .tabs-tab .card-more .text-text {
	color: #fff;
	background: #b49159;
  }
  
  .er-honer .tabs-tab .card-more .text-text
  
  .er-honer .bottom {
	margin-top: 80px;
	position: relative;
  }
  
  .er-honer .swiper-container {
	width: 83.81944%;
	margin: 0 auto;
  }
  
  .er-honer .swiper-container .media-wrap {
	padding-top: 72.59887%;
	background-image: url(../images/s-kaungkaungbc805451.png);
	background-size: 100% 100%;
	position: relative;
  }
  
  .er-honer .swiper-container .img-wrap {
	top: 4.66926%;
	bottom: 4.66926%;
	left: 3.38983%;
	right: 3.38983%;
	justify-content: center;
	position: absolute;
	display: flex;
	margin: auto;
  }
  
  .er-honer .honer-btn {
	width: 54px;
	height: 54px;
	background: #5e4b3b;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(193, 191, 191, 0.36);
			box-shadow: 0px 0px 10px 0px rgba(193, 191, 191, 0.36);
	border-radius: 50%;
	opacity: .5;
	background-size: 16px;
	position: absolute;
	top: 0;
	margin-top: 7.29167%;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
  }
  
  .er-honer .honer-btn:hover {
	opacity: 1;
  }
  

  .er-honer .item {
	display: none;
  }
  
  .er-honer .item.active {
	display: block;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
		 animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
		 animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	   -moz-animation-name: fadeIn;
			animation-name: fadeIn;
  }
  
  .er-honer .text {
	line-height: 38px;
	margin-top: 7.9096%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #40342a;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: center;
  }
  
  .er-honer .text img {
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
  }
  
  @media screen and (max-width: 1500px) {
	.er-honer {
	  padding: 50px 0;
	}
	.er-honer .bottom {
	  margin-top: 50px;
	}
	.er-honer .text {
	  line-height: 24px;
	  font-size: 14px;
	}
	.er-honer .text img {
	  height: 16px;
	}
	.er-honer .honer-btn {
	  width: 40px;
	  height: 40px;
	}
  }
  
  .er-shui-toggle {
	text-align: center;
  }
  
  .er-shui-toggle .bgcc {
	height: 877px;
  }
  
  .er-shui-toggle .bgcc .inner {
	padding-top: 78px;
	height: 100%;
  }
  
  .er-shui-toggle .inner {
	position: relative;
  }
  
  .er-shui-toggle .t1 {
	line-height: 68px;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	margin-bottom: 50px;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
		 animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
		 animation-fill-mode: both;
	-webkit-animation-name: fadeOutDown;
	   -moz-animation-name: fadeOutDown;
			animation-name: fadeOutDown;
  }
  
  .er-shui-toggle .t1 img {
	display: inline-block;
	height: 68px;
	width: 68px;
	vertical-align: top;
	margin-right: 16px;
  }
  
  .er-shui-toggle .t2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: white;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
		 animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
		 animation-fill-mode: both;
	-webkit-animation-name: fadeOutDown;
	   -moz-animation-name: fadeOutDown;
			animation-name: fadeOutDown;
  }
  
  .er-shui-toggle span {
	font-size: 55px;
	font-family: BEBAS;
	font-weight: 400;
  }
  
  .er-shui-toggle .yahei {
	font-family: Microsoft YaHei;
  }
  
  .er-shui-toggle .black {
	color: #2B221B;
  }
  
  .er-shui-toggle .zong {
	color: #6f491c;
  }
  
  .er-shui-toggle .text {
	width: 82.29167%;
	bottom: 77px;
	background: rgba(43, 34, 27, 0.78);
	height: 154px;
	padding: 40px 90px;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fdfefe;
	line-height: 30px;
	margin: 0 auto;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
		 animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
		 animation-fill-mode: both;
	-webkit-animation-name: fadeOutDown;
	   -moz-animation-name: fadeOutDown;
			animation-name: fadeOutDown;
  }
  
  .er-shui-toggle .shui-btn {
	width: 66px;
	height: 66px;
	margin-top: 28.61111%;
	border-radius: 50%;
	z-index: 5;
	position: absolute;
	top: 0;
	background-size: 12px;
	cursor: pointer;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
		 animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
		 animation-fill-mode: both;
  }
  
  .er-shui-toggle .shui-btn:hover {
	background-color: rgba(228, 201, 148, 0.8);
  }
  
  .er-shui-toggle .shui-btn-prev {
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232B221B'%2F%3E%3C%2Fsvg%3E");
  }
  
  .er-shui-toggle .shui-btn-next {
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232B221B'%2F%3E%3C%2Fsvg%3E");
  }
  
  .er-shui-toggle .swiper-slide-active .t1 {
	-webkit-animation-name: fadeInUp;
	   -moz-animation-name: fadeInUp;
			animation-name: fadeInUp;
  }
  
  .er-shui-toggle .swiper-slide-active .t2 {
	-webkit-animation-name: fadeInUp;
	   -moz-animation-name: fadeInUp;
			animation-name: fadeInUp;
  }
  
  .er-shui-toggle .swiper-slide-active .text {
	-webkit-animation-name: fadeInUp;
	   -moz-animation-name: fadeInUp;
			animation-name: fadeInUp;
  }
  
  @media screen and (max-width: 1500px) {
	.er-shui-toggle .bgcc {
	  height: 577px;
	}
	.er-shui-toggle .bgcc .inner {
	  padding-top: 60px;
	}
	.er-shui-toggle .t1 {
	  font-size: 28px;
	  line-height: 40px;
	}
	.er-shui-toggle .t1 img {
	  width: 40px;
	  height: 40px;
	}
	.er-shui-toggle .t2 {
	  font-size: 24px;
	}
	.er-shui-toggle .t2 span {
	  font-size: 40px;
	}
	.er-shui-toggle .text {
	  font-size: 14px;
	  line-height: 1.8;
	  padding: 30px 60px;
	  bottom: 60px;
	}
	.er-shui-toggle .shui-btn {
	  width: 44px;
	  height: 44px;
	  background-size: 10px;
	}
  }
  
  .er-shui-xs {
	margin-top: 80px;
	margin-bottom: 80px;
  }
  
  .er-shui-xs .left {
	width: 960px;
	height: 600px;
	margin-left: -240px;
	float: left;
	overflow: hidden;
  }
  
  .er-shui-xs .left .img-wrap {
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
  }
  
  .er-shui-xs .left:hover .img-wrap {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	  -o-transform: scale(1.03);
		 transform: scale(1.03);
  }
  
  .er-shui-xs .left .img-wrap {
	width: 100%;
	padding-top: 62.5%;
	position: relative;
  }
  
  .er-shui-xs .left .img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  
  .er-shui-xs .right {
	height: 600px;
	width: 50%;
	position: relative;
	float: right;
	padding-left: 80px;
  }
  
  .er-shui-xs .right::after {
	width: 960px;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background-image: url(../images/yuan-bg-lalal92817d59.jpg);
  }
  
  .er-shui-xs .right .con {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
  }
  
  .er-shui-xs .right img {
	width: 309px;
	height: 206px;
  }
  
  .er-shui-xs .t1 {
	font-size: 36px;
	font-weight: 400;
	color: #2b221b;
	line-height: 46px;
	margin-bottom: 31px;
	text-align: center;
  }
  
  .er-shui-xs .t1 img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px;
	position: relative;
	top: -2px;
	width: 17px;
	height: 23px;
  }
  
  .er-shui-xs .text {
	font-size: 16px;
	font-weight: 400;
	color: #2b221b;
	line-height: 32px;
	margin-bottom: 15px;
  }
  
  .er-shui-xs .item:nth-child(2n) .left {
	float: right;
	margin-left: 0px;
	margin-right: -240px;
  }
  
  .er-shui-xs .item:nth-child(2n) .right {
	float: left;
	padding-left: 0;
	padding-right: 80px;
  }
  
  .er-shui-xs .item:nth-child(2n) .right::after {
	left: auto;
	right: 0;
  }
  
  @media screen and (max-width: 1500px) {
	.er-shui-xs .left {
	  width: 750px;
	  margin-left: -270px;
	  height: 468px;
	}
	.er-shui-xs .right {
	  height: 468px;
	}
	.er-shui-xs .right .t1 {
	  font-size: 26px;
	  line-height: 36px;
	}
	.er-shui-xs .right .t1 img {
	  width: 13px;
	  height: 17px;
	}
	.er-shui-xs .right .text {
	  font-size: 14px;
	  line-height: 2;
	}
	.er-shui-xs .right img {
	  width: 200px;
	  height: 133px;
	}
	.er-shui-xs .item:nth-child(2n) .left {
	  margin-left: 0;
	  margin-right: -270px;
	}
  }
  .honor.honor1 {padding: 0% 8% 0 8%;}
  

  /* 人物介绍 */

  .box3{padding:0;overflow: hidden;}
.box3 .warp{background-color: #e2cdb594;padding-top:90px;position:relative}
 .box3 .common-title{text-align: center;
    font-family: "jxzk";
    font-size: 40px;
    margin-bottom: -50px;}
 .box3 .lists{position:relative;overflow:initial}
 .box3 .lists .index{position:absolute;left:calc(8.3333333% - 65px);bottom:140px;z-index:4;display:flex}

 
 .box3 .lists .lists-box{display:flex;transition:transform 1s ease-in-out}
 .box3 .lists .lists-box .item{ display: flex;
    flex-shrink: 0;
    
    width: 100%;}
 .box3 .lists .lists-box .item .left{display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    padding-left: calc(11.333333% - 65px);
    padding-bottom: 160px;
box-sizing: border-box;}

 .box3 .lists .lists-box .item .left .name{font-family:'等线',serif;font-size:40px;text-transform:uppercase;margin:45px 0;line-height:1;letter-spacing:1px}
 .box3 .lists .lists-box .item .left .stuff-name{font-size:20px}
 .box3 .lists .lists-box .item .left .abs{line-height:1.7;opacity:.7;margin-top:10px;padding-bottom: 3vw;box-sizing: border-box;}
 .box3 .lists .lists-box .item .right{width:40%;text-align:center;padding-left:5%;display:flex;justify-content:center;align-items:flex-end;position:relative}
 .box3 .lists .lists-box .item .right .name{font-family:DINCondensed,
	serif;font-size:90px;font-weight:100;
	position:absolute;bottom:0;text-transform:uppercase;
	letter-spacing:5px;writing-mode:vertical-lr;white-space:nowrap;
	right:calc(7vw - 65px);opacity:.15}
	
	.box3 .lists .index .index-btn {
	
	}


	
	
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #8e5b1d;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #8e5b1d;
}


.right img{width: 100%;}
.zongz {
	width: 100%;
	position: relative;
}

.zongz>div {
	width: 100%;
	overflow: hidden;
}

.zongz .bg {
	height: 100%;
	background-image: url(../img/jdjs-bg.jpg);
	background-position: center;
	background-size: auto 110%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	overflow: hidden;
	width: 180%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.zongz .mask {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	padding: 4vw 0;
}

.zongz p {
	color: #fff;
	line-height: 2em;
	text-indent: 2em;
}

.zongz .p {
	width: 50vw;
	margin: 4vw auto;
}

.zongzi>a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #910000;
	border-radius: .2vw;
	width: 13vw;
	height: 2vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1vw;
	transition: all .5s ease;
}

.zongz>a:hover {
	transform: translateY(-10px) translateX(-50%);
}

.zongz>a span {
	color: #fff;
	font-size: 14px
}

.zongz>a img {
	width: 1.5vw
}


.zongz .inx-title.fff{align-items: center;}

 .jianshe {margin-top: 100px;}
 .jianshe .abttitle {width: 80%;
    text-align: center;
    margin: 60px auto;}
 .jianshe .txtBox {width: 80%;margin: 0 auto;margin-bottom: 4vw;display: flex;align-items: center;}
 .jianshe .txtBox .cout {padding-left: 4vw;width:50%}
 .jianshe .txtBox .cout .title {font-size: 20px;margin-bottom: 20px;}
 .jianshe .txtBox p {font-size: 16px;
    line-height: 2.5em;}
 .jianshe .txtBox .img {width: 50%;
  height: 26vw;background-size:cover;background-position:center;position:relative}
 .jianshe .txtBox .img .title {position: absolute;
    bottom: 0;
    height: 40px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;}

 .abttitle span {
    font-size: 2.6vw;
}
.abttitle h1 {
    font-size: 2vw;
    font-family: "jxzk";
}

.inx-pro .probg {
    width: 180%;
    margin-left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/probg.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
}


.sheh {
	width: 100%;
	position: relative;
}

.sheh>div {
	width: 100%;
	overflow: hidden;
}

.sheh .bg {
	height: 100%;
	background-image: url(../img/1414.jpg);
	background-position: center;
	
	overflow: hidden;
	width: 180%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.sheh .mask {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	padding: 4vw 0;
}

.sheh p {
	color: #fff;
	line-height: 2em;
	text-indent: 2em;
	font-size: 18px;
}

.sheh .p {
	width: 60vw;
	margin: 4vw auto;
}

.sheh>a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #910000;
	border-radius: .2vw;
	width: 13vw;
	height: 2vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1vw;
	transition: all .5s ease;
}

.sheh>a:hover {
	transform: translateY(-10px) translateX(-50%);
}

.sheh>a span {
	color: #fff;
	font-size: 16px
}

.sheh>a img {
	width: 1.5vw
}


.sheh .inx-title.fff{align-items: center;}