@charset "utf-8";

/*@font-face {
	font-family: "汉仪菱心体简";
	src: url("汉仪菱心体简.ttf");
}*/

* {
	padding: 0px;
	margin: 0px;
}

header,
section,
footer,
article,
aside,
nav,
main,
figure,
figcaption,
hgroup {
	display: block;
}

input {
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

body {
	line-height: 140%;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

a {
	color: inherit;
	text-decoration: none;
	transition: .3s;
}

img {
	border: 0px;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.ulclearfix ul:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.english {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "Tahoma", "Segoe";
}

.wrapper {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.layout {
	position: relative;
	box-sizing: border-box;
	width: 1200px;
	margin: auto;
}

.layout:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.main {}


/*=================头部=================*/

.header {}

.h-top {
	width: 1344px;
	height: 100px;
	margin: auto;
}

.logo {
	float: left;
	margin-top: 21px;
}

.meun-nav {
	float: right;
	margin-top: 23px;
}

.meun-nav ul {}

.meun-nav ul li {
	position: relative;
	float: left;
	min-width: 104px;
	height: 77px;
	margin-left: 42px;
}
.meun-nav ul li a {
	position: relative;
	display: block;
	height: 60px;
	border-bottom: 2px solid transparent;
	line-height: 30px;
	font-size: 16px;
	color: #5e5e5e;
	text-align: center;
}
.meun-nav ul li .datahover:after {
	position: absolute;
	top: 24px;
	left: 0px;
	right: 0px;
	content: attr(data-hover);
	height: 30px;
	overflow: hidden;
	line-height: 30px;
    color: #5e5e5e;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s cubic-bezier(.165,.84,.44,1);
}
.meun-nav ul li .datahover span {
	display: block;
	transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s ease;
}

.meun-nav ul li:hover a,
.meun-nav ul li.active a {
	color: #cf2027;
	border-color: #cf2027;
}
.meun-nav ul li:hover .datahover span {
	opacity: 0;
	transform: translate3d(0,-6vh,0);
}
.meun-nav ul li:hover .datahover:after {
	top: 0px;
	color: #cf2027;
}
.meun-nav ul li.active .datahover:after {
	color: #cf2027;
}

.meun-nav ul.sub {
	position: absolute;
	top: 77px;
	left: 50%;
	z-index: 2;
	display: none;
	box-sizing: border-box;
	width: 190px;
	padding: 18px;
	margin-left: -95px;
	background: rgba(0, 0, 0, .8) url(../images/sub.png) no-repeat top;
}

.meun-nav ul.sub li {
	position: static;
	float: none;
	height: auto;
	margin-left: 0px;
}

.meun-nav ul.sub li a {
	position: relative;
	display: block;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding-left: 10px;
	border-bottom: none;
	background: url(../images/subli.png) no-repeat left;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.meun-nav ul.sub li a:after {
	position: absolute;
	top: 0px;
	left: 12px;
	right: 0px;
	content: attr(data-hover2);
	height: 28px;
	overflow: hidden;
	line-height: 28px;
    color: #cf2027;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: .5s cubic-bezier(.165,.84,.44,1);
    transform: translate3d(0,6vh,0);
}
.meun-nav ul.sub li a span {
	display: block;
	transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s ease;
}

.meun-nav ul.sub li a:hover {
	color: #cf2027;
}
.meun-nav ul.sub li a:hover span {
	opacity: 0;
	transform: translate3d(0,-6vh,0);
}
.meun-nav ul.sub li a:hover::after {
	transform: translate3d(0,0,0);
	opacity: 1;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 70px;
	height: 3px;
	border-radius: 0px;
	background: rgba(255, 255, 255, .8);
}

.swiper-pagination-bullet-active {
	background: #fff
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}


/*=================/头部=================*/


/*=================title=================*/

.title1 {
	padding: 3% 0;
	line-height: 34px;
	text-align: center;
}

.title1 h5 {
	font-size: 20px;
	color: #000000;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 1px;
}

.title1 h4 {
	font-size: 20px;
	color: #5e5e5e;
	font-weight: normal;
}

.title2 {
	line-height: 34px;
	margin-bottom: 10px;
}

.title2 h5 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

.title2 h4 {
	font-size: 20px;
	color: #5e5e5e;
	font-weight: normal;
}


/*=================/title=================*/


/*=================box1=================*/

.box1 {}

.box1-left {
	float: left;
	display: table;
	width: 548px;
	height: 792px;
}

.box1-left-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.index-nav {}

.index-nav ul {}

.index-nav ul li {
	float: left;
	box-sizing: border-box;
	width: 146px;
	height: 146px;
	padding: 25px 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #dbdbdb;
	text-align: center;
}

.index-nav ul li a {
	display: block;
}

.index-nav ul li i {}

.index-nav ul li:hover i {
	transition: .6s;
	transform: rotateY(360deg);
}

.index-nav ul li i img {
	height: 37px;
}

.index-nav ul li h5 {
	margin-top: 16px;
	font-size: 14px;
	color: #5e5e5e;
	font-weight: normal;
	transition: .3s;
}

.index-nav ul li h6 {
	font-size: 12px;
	color: #9c9c9c;
	font-weight: normal;
	font-family: "Arial";
	text-transform: uppercase;
	transition: .3s;
}

.index-nav ul li:hover h5,
.index-nav ul li:hover h6 {
	color: #009b4d;
}

.box1-right {
	position: relative;
	float: right;
	width: 620px;
	height: 792px;
	background: url(../images/box1-right_03.jpg) no-repeat left;
}

.box1-right-position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	animation: updown 3.8s linear infinite;
}

@keyframes updown {
	0% {
		top: 0px;
	}
	25% {
		top: -10px;
	}
	50% {
		top: 0px;
	}
	75% {
		top: 10px;
	}
	100% {
		top: 0px;
	}
}

.upimg {
	position: absolute;
	top: 80px;
	left: 153px;
	z-index: 3;
}

.middleimg {
	position: absolute;
	top: 205px;
	left: 122px;
	z-index: 2;
}

.downimg {
	position: absolute;
	top: 350px;
	left: 100px;
	z-index: 1;
}
/*=================/box1=================*/


/*=================newbox1=================*/
.newbox1 {
	margin-bottom: 60px;
}
.index-product {
	width: 1350.2px;
	margin: auto;
}
.index-product ul {}
.index-product ul li {
	position: relative;
	float: left;
	width: 148px;
	height: 388px;
	overflow: hidden;
	margin-left: 2.2px;
	transition: .35s cubic-bezier(.35, .9, .35, .96);
}

.index-product ul li:nth-of-type(1) {
	margin-left: 0px;
}

.index-product ul li img {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 388px;
	height: 388px;
	margin-left: -194px;
}

.index-product ul li .tit1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	padding: 21px 0px;
	/*background: url(../images/indexpro.png) no-repeat left top;*/
	background: #26293a;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

.index-product ul li .tit1 span {
	display: block;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-product ul li .tit2 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 300px;
	height: 60px;
	overflow: hidden;
	padding: 6px 0px;
	margin-top: -30px;
	margin-left: -150px;
	background: rgba(38,41,58,.8);
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	opacity: 0;
	transform: scale(0, 1);
	transition: .35s cubic-bezier(.29, .86, .33, .91);
}

.index-product ul li:hover .tit1 {
	opacity: 0;
}

.index-product ul li:hover .tit2 {
	transform: scale(1);
	opacity: 1;
}
/*=================/newbox1=================*/


/*=================box2=================*/

.box2 {
	position: relative;
}

.box2-div1 {
	position: relative;
	float: left;
	width: 28%;
	padding: 23% 0px;
	overflow: hidden;
}

.box2-div2 {
	position: absolute;
	top: 0px;
	left: 28%;
	width: 44%;
	padding: 11.5% 0px;
	overflow: hidden;
}

.box2-div3 {
	position: absolute;
	top: 0px;
	left: 72%;
	width: 28%;
	padding: 11.5% 0px;
	overflow: hidden;
}

.box2-div4 {
	position: absolute;
	bottom: 0px;
	left: 28%;
	width: 28%;
	padding: 11.5% 0px;
	overflow: hidden;
}

.box2-div5 {
	position: absolute;
	bottom: 0px;
	left: 56%;
	width: 44%;
	padding: 11.5% 0px;
	overflow: hidden;
}

.box2 img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.box2 .position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .3s;
}

.box2 .position .table {
	display: table;
	width: 100%;
	height: 100%;
}

.box2 .position .table .table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	vertical-align: middle;
	text-align: center;
}

.box2 h5 {
	line-height: 34px;
	font-size: 24px;
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
}

.box2 h4 {
	line-height: 34px;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

.box2 span {
	display: block;
	margin-top: 35px;
	font-size: 14px;
	color: #fff;
}

.box2-div1:hover .position,
.box2-div2:hover .position,
.box2-div3:hover .position,
.box2-div4:hover .position,
.box2-div5:hover .position {
	opacity: 1;
}


/*=================/box2=================*/


/*=================box3=================*/

.box3 {
	background: #f4f4f4;
}

.box3-left {
	float: left;
	width: 610px;
}

.box3-right {
	float: right;
	width: 547px;
}

.index-news {}

.index-news ul {}

.index-news ul li {
	padding: 10px;
	margin-top: 28px;
	background: #fff;
}

.index-news ul li:nth-of-type(1) {
	margin-top: 0px;
}

.index-news ul li:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.index-news ul li .pic {
	position: relative;
	float: left;
	width: 30%;
	padding: 11.29% 0px;
}

.index-news ul li .pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.index-news ul li .summary {
	float: right;
	margin-top: 15px;
	width: 66%;
}

.index-news ul li .summary h6 {
	display: block;
	height: 30px;
	margin-bottom: 6px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color: #292929;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news ul li .summary p {
	font-size: 14px;
	color: #5e5e5e;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.index-news ul li:hover .summary h6,
.index-news ul li:hover .summary p {
	color: #92a2ac;
}

.more-btn {
	display: block;
	width: 216px;
	height: 55px;
	margin: 35px auto 60px auto;
	border-radius: 26px;
	background: #009b4d;
	line-height: 55px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	transition: background 0.3s;
}

.more-btn::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	transform: scale3d(0.8, 0.5, 1);
}

.more-btn:hover {
	background: #d01031;
	color: #fff;
	transition: background 0.1s 0.3s;
	animation: anim-moema-1 0.3s forwards;
}

.more-btn:hover::before {
	animation: anim-moema-2 0.3s 0.3s forwards;
}

@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


/*=================/box3=================*/


/*=================内页主体=================*/

.main {
	position: relative;
	width: 1200px;
	margin: auto;
}

.main-left {
	float: left;
	width: 800px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.main-right {
	float: right;
	margin-top: 50px;
	margin-bottom: 30px;
	box-sizing: border-box;
	width: 340px;
	padding: 20px;
	background: #f5f5f5;
}

.znav {
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: -56px;
	z-index: 3;
	width: 100%;
	padding-left: 2%;
	background: #f0f0f0;
	line-height: 20px;
	text-align: center;
}

.znav h5 {
	float: left;
	padding: 8px 0px;
	font-size: 16px;
	color: #5e5e5e;
	font-weight: normal;
}

.znav ul {
	float: right;
	border-left: 1px solid #fff;
}

.znav ul li {
	float: left;
	border-left: 1px solid #fff;
}

.znav ul li a {
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	color: #5e5e5e;
	transition: .3s;
}

.znav ul li a:hover,
.znav ul li a.active {
	background: #009b4d;
	color: #fff;
}

.news {}

.news ul {}

.news ul li {
	position: relative;
	height: 347px;
	padding: 50px 0px;
	border-bottom: 1px solid #eaeaea;
	transition: .3s;
}

.news ul li:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -360px;
	z-index: -1;
	width: 1920px;
	height: 100%;
	background: url(../images/news.png) no-repeat 1386px center;
}

.news ul li:hover::after {
	background: #e9e9e9 url(../images/news.png) no-repeat 1386px center;
}

.news ul li .pic {
	position: relative;
	float: left;
	width: 38.5%;
	padding: 14.5% 0px;
}

.news ul li .pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.news ul li .summary {
	float: right;
	width: 57.5%;
}

.news ul li .summary h6 {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 20px;
	color: #393939;
}
.news ul li .summary h6 span {
	display: block;
	line-height: 24px
}

.news ul li .summary p {
	height: 52px;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #5e5e5e;
}

.news ul li .summary hr {
	width: 40px;
	height: 2px;
	border: none;
	background: #cf2027;
	margin: 45px 0px;
}

.news ul li .summary span {
	font-size: 16px;
	color: #9c9c9c;
}

.news ul li .summary .more {
	display: block;
	width: 168px;
	height: 42px;
	margin-top: 40px;
	border-radius: 25px;
	background: #e9e9e9;
	line-height: 42px;
	font-size: 14px;
	color: #8b8b8b;
	text-align: center;
}

.news ul li:hover .summary .more {
	background: #009b4d;
	color: #fff;
	transition: .3s;
}

.news ul li .summary .more:hover {
	box-shadow: 0px 0px 10px #009b4d;
}

.news-title {
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 20px;
	color: #393939;
}

.news-time {
	line-height: 30px;
	font-size: 16px;
	color: #5e5e5e;
}

.content-word {
	line-height: 26px;
	font-size: 16px;
	color: #5e5e5e;
}

.content-word img {
	max-width: 100%;
}

.prev_next {
	margin: 20px auto;
}

.prev_next ul {}

.prev_next ul li {
	font-size: 14px;
	color: #5e5e5e;
	line-height: 28px;
}

.prev_next ul li a {
	color: #5e5e5e;
}

.prev_next ul li a:hover {
	color: #cf2027;
}

.product-gd {}

.product-gd ul {}

.product-gd ul li {
	position: relative;
	padding: 10px;
	background: #fff;
}

.product-gd ul li .pic {
	position: relative;
	padding: 50% 0px;
}

.product-gd ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.product-gd ul li h6 {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 260px;
	height: 36px;
	overflow: hidden;
	margin-left: -130px;
	background: rgba(0, 0, 0, .5);
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}

.product-gd ul li:hover h6 {
	bottom: 30px;
}

.znav2 {
	position: absolute;
	left: 0px;
	top: -56px;
	box-sizing: border-box;
	width: 100%;
	background: #f0f0f0;
	z-index: 3;
}
.pro-nav {
	top: -112px;
}

.first-nav {}
.first-nav ul {}
.first-nav ul li {
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.pro-nav .first-nav ul li {
	width: 16.66%;
}

.first-nav ul li.more {
	float: right;
	background: transparent;
}

.first-nav ul li a {
	display: block;
	padding: 8px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #5e5e5e;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}

.first-nav ul li a:hover,
.first-nav ul li a.active {
	background: #fff;
	color: #cf2027;
}

.second-nav {
	display: none;
	background: #dcdcdc;
}

.second-nav ul {}

.second-nav ul li {
	border-top: 1px solid #fff;
}

.second-nav ul li:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.second-nav ul li h5 {
	float: left;
	width: 100px;
	padding-top: 10px;
	line-height: 26px;
	font-size: 18px;
	color: #383838;
	text-align: center;
}

.second-nav ul li dl {
	float: left;
	width: 1100px;
	margin-top: 13px;
}

.second-nav ul li dl dd {
	float: left;
	display: flex;
	height: 44px;
	align-items: center;
	margin-right: 8px;
	margin-bottom: 15px;
}

.second-nav ul li dl dd a {
	display: block;
	padding: 0px 12px;
	border-radius: 5px;
	line-height: 20px;
	font-size: 14px;
	color: #5e5e5e;
	text-align: center;
}

.second-nav ul li dl dd a:hover,
.second-nav ul li dl dd a.active {
	background: #009b4d;
	color: #fff;
}

.znav3 {
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

.znav3 .second-nav ul li dl {
	width: 900px;
}

.product {
	padding-top: 30px;
}

.product ul {}

.product ul li {
	position: relative;
	padding: 10px;
	margin: 10px 0px;
	transition: .3s;
}

.product ul li:hover {
	box-shadow: 0px 0px 10px #ccc;
}

.product ul li:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.product ul li .pic {
	position: relative;
	float: left;
	width: 68.8%;
	padding: 19.75% 0px;
}

.product ul li .pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product ul li .summary {
	position: relative;
	float: right;
	box-sizing: border-box;
	width: 255px;
	height: 466px;
	padding: 40px 0px;
	margin-right: 55px;
	background: url(../images/news.png) no-repeat center;
}

.product ul li .summary h6 {
	margin-bottom: 80px;
	line-height: 30px;
	font-size: 20px;
	color: #393939;
	text-align: center;
}
.product ul li .summary h6 span {
	display: block;
	line-height: 24px;
}
.product ul li .summary p {
	height: 104px;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #5e5e5e;
	text-align: center;
}

.product ul li .summary .more {
	position: absolute;
	left: 50%;
	bottom: 40px;
	display: block;
	width: 168px;
	height: 42px;
	margin-left: -84px;
	border-radius: 25px;
	background: #e9e9e9;
	line-height: 42px;
	font-size: 14px;
	color: #8b8b8b;
	text-align: center;
}

.product ul li:hover .summary .more {
	background: #009b4d;
	color: #fff;
	transition: .3s;
}

.product ul li .summary .more:hover {
	box-shadow: 0px 0px 10px #009b4d;
}

.pro-view {
	width: 1000px;
	margin: auto;
	padding-top: 50px;
}

.pro-view-left {
	float: left;
	width: 442px;
	height: 442px;
}

.bpic {
	position: relative;
	overflow: hidden;
}

.bpic .prev {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	display: block;
	width: 31px;
	height: 45px;
	margin-top: -15.5px;
	background: url(../images/prev2.png) no-repeat center;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}

.bpic .next {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	display: block;
	width: 31px;
	height: 45px;
	margin-top: -15.5px;
	background: url(../images/next2.png) no-repeat center;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}

.bpic:hover .prev,
.bpic:hover .next {
	opacity: 1;
}

.bpic h6 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding-left: 35px;
	background: rgba(0, 0, 0, .7) url(../images/proviewl_03.jpg) no-repeat 24px center;
	line-height: 54px;
	font-size: 14px;
	color: #ffffff;
}

.bpic ul {}

.bpic ul li {
	position: relative;
	width: 442px;
	height: 442px;
	overflow: hidden;
}

.bpic ul li .pic {
	display: table-cell;
	width: 442px;
	height: 442px;
	vertical-align: middle;
	text-align: center;
}

.bpic ul li img {
	max-width: 100%;
	max-height: 100%;
}

.pro-view-right {
	float: right;
	width: 525px;
}

.pro-title {
	margin-bottom: 15px;
	font-size: 20px;
	color: #383838;
}

.pro-summary {
	margin-bottom: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #5e5e5e;
}

.pro-info {
	padding: 20px 0px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	line-height: 34px;
	font-size: 16px;
	color: #6d6d6d;
}

.spic {
	margin: 35px 0px;
}

.spic ul {}

.spic ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	cursor: pointer;
	transition: .3s;
}

.spic ul li .pic {
	display: table-cell;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.spic ul li img {
	max-width: 100%;
	max-height: 100%;
}

.spic ul li:hover,
.spic ul li.on {
	box-shadow: 0px 0px 10px #666;
}

.case {
	padding-top: 50px;
}

.case ul {}

.case ul li {
	position: relative;
	float: left;
	width: 385px;
	height: 290px;
	margin-left: 22px;
	margin-bottom: 22px;
}

.case ul li:nth-of-type(3n+1) {
	margin-left: 0px;
}

.case ul li .pic {
	width: 385px;
	height: 290px;
}

.case ul li img {
	width: 100%;
	height: 100%;
}

.case ul li h6 {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 365px;
	padding: 6px 0px;
	margin-left: -182.5px;
	background: rgba(0, 0, 0, .5);
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	transition: .3s;
}

.case ul li:hover h6 {
	bottom: 20px;
}

.case2 ul li {
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.case2 ul li .pic {
	width: 383px;
	height: 288px;
}

.login {
	padding: 100px 0px;
	margin-bottom: 50px;
	background: url(../images/login.jpg) no-repeat center;
}

.login h4 {
	width: 600px;
	height: 40px;
	margin: auto;
	background: #000;
	line-height: 40px;
	text-indent: 1em;
	color: #fff;
	letter-spacing: 4px;
}

.login form {
	box-sizing: border-box;
	width: 600px;
	padding: 30px;
	margin: auto;
	background: #fff;
}

.login form input {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0px 10px;
	margin-bottom: 20px;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	background: #fff;
	line-height: 32px;
	font-size: 14px;
	color: #5e5e5e;
	outline: none;
	transition: .3s;
}

.login form input:focus {
	box-shadow: 0px 0px 10px #ccc;
}

.login form button {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	line-height: 32px;
	border: 1px solid #333;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.login form button:hover {
	background: #333;
	color: #fff;
}


/*=================/内页主体=================*/


/*=================分页=================*/

.fenye {
	margin: 20px 0px;
	padding: 2% 0px;
	text-align: center;
}

.fenye ul {
	display: inline-block;
	white-space: nowrap;
}

.fenye ul li {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0px 10%;
	line-height: 32px;
	background: #b6b6b7;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	transition: .3s;
}

.fenye ul li:hover,
.fenye ul li.active {
	background: #d01031;
}

.fenye ul li a {
	display: block;
}

.fenye ul .fenye-p,
.fenye ul .fenye-n {
	font-size: 16px;
}

.fenye select {
	display: inline-block;
	box-sizing: border-box;
	width: 70px;
	height: 32px;
	line-height: 32px;
	margin: -2px 4% 0px 4%;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	color: #5a5a5a;
}


/*=================/分页=================*/


/*=================底部=================*/

.footer {
	padding-top: 50px;
	background: #f4f4f4;
}

.fnav {
	float: left;
}

.fnav ul {
	float: left;
	margin-right: 100px;
}

.fnav ul {}

.fnav ul h5 {
	line-height: 28px;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

.fnav ul h5 span {
	position: relative;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #5e5e5e;
	font-weight: normal;
}

.fnav ul h5 span:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 34px;
	height: 2px;
	background: #cf2027;
}

.fnav ul li {
	line-height: 28px;
}

.fnav ul li a {
	font-size: 14px;
	color: #5e5e5e;
}

.fnav ul li a:hover {
	color: #cf2027;
}

.f-center {
	float: left;
	width: 462px;
}

.f-form {
	position: relative;
}

.f-form h5 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #000;
}

.f-form input {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border: 0px;
	outline: none;
	border-bottom: 2px solid #000;
	background: transparent;
	font-size: 14px;
	color: #5e5e5e;
}

.f-form button {
	position: absolute;
	bottom: 18px;
	right: 0px;
	width: 23px;
	height: 23px;
	background: url(../images/fformbtn.png) no-repeat center;
	border: 0px;
	outline: 0px;
	cursor: pointer;
	transition: .3s;
}

.f-form:hover button {
	right: 5px;
}

.f-word {
	margin-top: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #5e5e5e;
}

.f-word a:hover {
	color: #cf2027;
}

.f-ewm {
	float: right;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #5e5e5e;
	text-align: center;
}

.f-bottom {
	margin-top: 45px;
	background: #383838;
}

.link {
	width: 1200px;
	padding: 15px 0px;
	margin: auto;
}

.link h5 {
	float: left;
	padding-left: 30px;
	background: url(../images/link.png) no-repeat left;
	font-size: 16px;
	color: #c2c2c2;
	font-weight: normal;
}

.link ul {
	float: left;
	width: 1095px;
	margin-left: 10px;
	border-left: 1px solid #434343;
}

.link ul a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin: 0px 10px;
	font-size: 14px;
	color: #a0a0a0;
}

.link ul a:hover {
	color: #cf2027;
}


/*=================/底部=================*/

.back {
	display: none;
	z-index: 19;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 61px;
	right: 2%;
	background: url("../images/back.png")no-repeat center;
	cursor: pointer;
		border-radius: 50%

}


.shengming {
	position: fixed;
	bottom:30px;
	left: 30px;
	z-index: 9;
	width:250px;
}
.shengming-pic {
	position: relative;
	width: 100%; 
	margin: 0 auto;
}
.close-shengming {
	position: absolute;
	top: 0px;
	right: -50px;
	width: 30px;
	height: 30px;
	background: #0d306a;
	cursor: pointer;
}
.close-shengming:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: url(../images/ico_37.png) no-repeat center;
	transition: .3s;
}
.close-shengming:hover::before {transform: rotate(180deg)}

/* joan */
.joan_shengming{position: fixed;bottom:50px;left:50px;cursor:pointer;transition:.4s all;z-index:9;}
.joan_shengming img{width:120px;height:160px;object-fit:contain;}
.joan_shengming:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, .4);}
.box1-left-cell >a{font-size:14px;color:#434144;transition:.4s all;padding-bottom:15px;position: relative;}
.box1-left-cell >a:hover{color:#009b4d;}
.box1-left-cell >a:before{content:'';display:block;width:12px;height:12px;background:url("../images/joan3.png") no-repeat;background-size:contain;position: absolute;bottom:0;left:0;}

.product .joan_product{
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
	justify-content: flex-start;
	margin-top:3%;
}
.product .joan_product li{
	width:24%;
	margin:0;
	padding:0;
	margin-right: 1.334%;
}
.product .joan_product li:nth-of-type(4n){margin-right:0;}
.product .joan_product li:nth-of-type(n+5){margin-top:3%;}
.product .joan_product li .pic{width:100%;padding:40% 0;}
.product .joan_product li .summary{width:100%;padding:0;margin:0;height:auto;}
.product .joan_product li .summary h6{margin:0;}
.product .joan_product li .summary .more{width:100%;position:static;margin:0;border-radius:0;}

.product .joan_product li:hover .pic.small{opacity:1;}
.product .joan_product li .pic.small{position: absolute;top:0;left:0;opacity:0;transition:.4s all;}
.product .joan_product li .pic.small img{object-fit:cover;}

.joan_newPro{
	width:100%;
	position: relative;
	padding:50px 0;
}
.joan_newPro:before{
	content:'';
	opacity:1;
	display:block;
	width:100%;
	height:50%;
	background-color:#434144;
	position: absolute;
	top:0;
	left:0;
}

.joan_newPro .title{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
}

.joan_newPro .title a{
	transition:.4s all;
	font-size:22px;
	color:#fff;
	position: relative;
	z-index:11;
	padding-right:30px;
}

.joan_newPro .title a:before{
	content:'';
	opacity:1;
	display:block;
	width:22px;
	height:22px;
	background:url("../images/banner_btn.png") no-repeat;
	background-size:100% 100%;
	position: absolute;
	top:55%;
	right:0;
	transform:translateY(-50%) rotate(180deg);
}

.joan_newPro .title a:hover{color:#cf2027;}

.joan_newPro h3{
	font-size:32px;
	color:#fff;
	font-weight:bold;
}
.joan_newPro h3 span{
	font-size:22px;
	display:block;
	margin-top:15px;
	font-weight:normal;
}

.joan_newPro .swiper-container{margin-top:30px;padding-bottom:40px;}

.joan_newPro .swiper-wrapper a{
	display:block;
	background-color:#fff;
	transition:.4s all;
	position: relative;
}

.joan_newPro .swiper-wrapper a:hover p{color:#0d306a;}
.joan_newPro .swiper-wrapper a:hover{box-shadow: 0 5px 10px rgba(255, 255, 255, .4);}

.joan_newPro figure{
	width: 100%;
	position: relative;
	padding: 45% 0;
}

.joan_newPro img{
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	object-fit: contain;
	left: 0;
	top: 0;
}


.joan_newPro figure.xiaoguo{
	opacity:0;transition:.4s all;position: absolute;
	bottom: 58px;
left: 0;
z-index: 6;
top: 0;

}

.joan_newPro .swiper-wrapper a:hover .xiaoguo{opacity:1;}
.joan_newPro .swiper-wrapper a .xiaoguo img{object-fit:cover;}
/* .joan_newPro .swiper-wrapper a:hover .cp{opacity:0;} */

.joan_newPro p{
	width:100%;
	padding:30px 0;
	text-align:center;
	font-size:16px;
	color:#434144;
	transition:.4s all;
}

.joan_newPro .swiper-pagination{
	bottom:0 !important;
}

.joan_newPro .swiper-pagination-bullet{
	width:40px;
	height:3px;
	background-color:#dadada;
	border-radius:0;
	transition:.4s all;
}

.joan_newPro .swiper-pagination .swiper-pagination-bullet-active{background-color:#0d306a;}

.page_location {
	padding-top:50px;
	width: 100%;
	background-color: #fff; }
	.page_location .main_top {
	  width: 1200px;
	  margin: 0 auto;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  align-content: space-between;
	  justify-content: space-between; }
	  .page_location .main_top div {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start; }
		.page_location .main_top div span {
		  height: 85px;
		  line-height: 85px;
		  font-size: 14px;
		  color: #414141;
		  margin: 0 5px; }
		  .page_location .main_top div span:first-child {
			margin: 0;
			font-weight: bold;
			color: #242424; }
		.page_location .main_top div a {
		  font-size: 14px;
		  color: #414141;
		  font-weight: normal;
		  transition: .4s all; }
		  .page_location .main_top div a:hover {
			color: #083b70; }
	  .page_location .main_top .m_page_location {
		display: none;
		width: 100%;
		border-top: 1px solid #bdbdbd;
		border-bottom: 1px solid #bdbdbd; }
		.page_location .main_top .m_page_location li {
		  width: 100%; }
		  .page_location .main_top .m_page_location li h6 {
			position: relative;
			padding: 1.5% 3%;
			font-size: 20px;
			color: #434144; }
			.page_location .main_top .m_page_location li h6 i {
			  position: absolute;
			  top: 50%;
			  right: 3%;
			  transform: translateY(-50%);
			  width: 30px;
			  height: 19px;
			  background: url("../images/page_down.png") no-repeat;
			  background-size: 100% 100%;
			  transition: .4s all; }
			  .page_location .main_top .m_page_location li h6 i.active {
				transform: translateY(-50%) rotate(180deg); }
		  .page_location .main_top .m_page_location li dl {
			display: none;
			width: 100%;
			background-color: #f5f5f5; }
			.page_location .main_top .m_page_location li dl dd {
			  padding: 0 3%; }
			  .page_location .main_top .m_page_location li dl dd:first-child {
				border-top: 1px solid #bdbdbd; }
			  .page_location .main_top .m_page_location li dl dd:last-child a {
				border-bottom: none; }
			  .page_location .main_top .m_page_location li dl dd a {
				display: block;
				font-size: 17px;
				padding: 1.2% 0;
				color: #434144;
				line-height: 36px;
				border-bottom: 1px solid #cecece;
				text-align: center;
				transition: .4s all; }
			  .page_location .main_top .m_page_location li dl dd:hover a {
				color: #083b70; }
			  .page_location .main_top .m_page_location li dl dd.active a {
				color: #083b70; }
	  .page_location .main_top form {
		width: 400px;
		height: 42px;
		border: 1px solid #bbb;
		border-radius: 30px;
		position: relative;
		transition: .4s all; }
		.page_location .main_top form:hover {
		  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6); }
		.page_location .main_top form input {
			outline:none;
		  width: 100%;
		  height: 100%;
		  padding: 0 15px;
		  background-color: transparent;
		  color: #bbb; }
		  .page_location .main_top form input::-webkit-input-placeholder {
			color: #bbb; }
		.page_location .main_top form button {
			outline:none;
		  width: 32px;
		  height: 32px;
		  position: absolute;
		  top: 50%;
		  right: 5px;
		  transform: translateY(-50%);
		  background: url("../images/page_location_search.png") no-repeat #747474 center;
		  background-size: 50%;
		  border-radius: 50%;
		  cursor: pointer;
		  transition: .4s all; }
		  .page_location .main_top form button:hover {
			background-color: #083b70; }
	.page_location .main_bottom {
	  width: 100%;
	  background-color: #efefef;
	  padding-top: 100px;
	  padding-bottom: 86px; }
	  .page_location .main_bottom .main {
		width: 1200px;
		margin: 0 auto; }
		.page_location .main_bottom .main dl dd h6 {
		  display: none; }
		.page_location .main_bottom .main dl dd .index4_nav {
		  margin-bottom: 0; }
		  button{border:0;background-color:transparent;outline:none;-webkit-appearance:none;}
		  input,textarea{outline:none;border:none}
		  .product{padding:0;}

		  .box1-left{width:720px;}
		  .box1-right{width:480px;}
		  .joan_jd{display:block;width:100%;height:520px;}
		  .joan_jd img{width:100%;height:100%;object-fit:cover;}