@charset "utf-8";
/* CSS Document */

html,
body {
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 24px;
	overflow-x: hidden;
  /* background: #f0f2f5; */
}

article,
footer,
header,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

b {
	font-weight: normal;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fl,

.fr {
	display: inline;
}

.cen {
	margin: 0 auto;
}

.mag {
	margin-top: 40px;
}

.magbottom {
	margin-bottom: 40px;
}

.m20 {
	margin-top: 20px;
}

.m10 {
	margin-top: 10px;
}

.m15 {
	margin-top: 15px;
}

.m60 {
	margin-top: 60px;
}

.pad {
	padding-top: 20px;
}

.maf {
	margin-left: 19px;
}

.center {
	width: 1400px;
	height: auto;
}

h2 {
	color: #000;
}

.main {
	width: 1200px;
	height: auto;
	color:#000;
}

.header {
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 1000;
	max-height: 100px;
	min-width: 1400px;
	height: 100px;
}

.magtop {
	margin-top: 100px;
	overflow: hidden;
}

.menu {
  /* padding: 0 200px; */
	padding-left: 120px;
	box-sizing: border-box
}

.menu {
	float: left;
}

.header .logo {
	float: left;
	padding-top: 15px;
}

.header .logo img {
	width: 353px;
}

.header .menu>ul {
	display: flex;
	justify-content: center;
	align-items: center
}

.header .menu>ul>li {
	font-size: 18px;
	line-height: 100px;
  /* padding:0 25px; */
	margin-right: 10px;
	white-space: nowrap;
	width: 118px;
	float: left;
	text-align: center;
}

.header .menu>ul>li:first-child {
	padding-left: 0;
	margin-left: 0
}

.header .menu>ul>li:last-child {
	margin-right: 0;
	padding-right: 0
}

.header .menu>ul>li>a {
	color: #ffffff;
}

.header .menu>ul>li a.active {
	color: #dcdcdc;
}

#oc-mask {
	position: fixed;
	top: 130px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	height: 0;
	opacity: 0
}

header.mask-open #oc-mask {
	opacity: 1;
	height: 100vh
}

@keyframes fadeInUp {
	0% {
		transform: translate3d(0, 7%, 0);
		display: none;
		opacity: 0
	}

	100% {
		transform: none;
		display: flex;
		opacity: 1
	}
}

.animated {
	animation-duration: .6s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out
}

.pc-nav-submenus-popup,
.pc-nav-submenus-popups {
	z-index: 999;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	margin-left: -50vw;
	top: 135px;
	left: 50%;
	right: 0;
	background-color: #fff;
	height: 385px
}

.pc-nav-submenus-popup {
	transition: max-height .6s
}

#header .has-submenu.opened .pc-nav-submenus-popup,
#header .has-submenu.opened .pc-nav-submenus-popups {
	display: block;
	max-height: 100vh
}

.productWrapper ul.productul.show {
	display: block;
}

.productWrapper ul.productul>li {
	position: relative;
	opacity: 0;
	transform: translate3d(0, 7%, 0)
}

.productWrapper .swiperWrapper>ul>li.new::before,
.productWrapper ul.productul>li.new::before {
	content: '新品';
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: 800;
	border: 1px solid #db0000;
	padding: 1px 0;
	text-align: center
}

.productWrapper ul.productul>li.new::before {
	position: absolute;
	left: 50%;
	bottom: 41px;
	width: 51px;
	line-height: 18px;
	color: #db0000;
	border-radius: 11px;
	background-color: #fff5f5
}

.productWrapper .swiperContainer.show {
	display: block
}

.productWrapper ul.productul {
	display: none;
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
	height: 292px;
	justify-content: center
}

.productWrapper ul.productul>li {
	margin: 0 7px;
	width: 210px;
	text-align: center
}

.productWrapper ul.productul>li:hover img {
	transform: scale(1.05);
	transform-origin: center center
}

.productWrapper ul.productul a {
	display: block
}

.productWrapper ul.productul .img {
	background-color: #eee;
	width: 210px;
	height: 180px;
	margin-bottom: 19px;
	display: flex;
	align-items: center;
	justify-content: center
}

.productWrapper ul.productul .proTitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #111
}

.productWrapper .swiperContainer {
	display: none;
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
	height: 272px;
	overflow: hidden
}

.productWrapper .next,
.productWrapper .prev {
	position: absolute;
	top: 74px;
	text-align: center;
	cursor: pointer
}

.productWrapper .next span,
.productWrapper .prev span {
	display: inline-block;
	width: 40px;
	height: 33px;
	background: url(../images/munjt.png) center center no-repeat
}

.productWrapper .prev.show,
.productWrapper .swiperWrapper>ul a {
	display: block
}

.productWrapper .prev {
	display: none;
	left: 10px
}

.productWrapper .prev span {
	background-position: 0 0
}

.productWrapper .prev:hover>span {
	background: url(../images/munjth.png) no-repeat
}

.productWrapper .next {
	right: 10px
}

.productWrapper .next span {
	background-position: -40px 0
}

.productWrapper .next:hover>span {
	background: url(../images/munjth.png) -40px 0 no-repeat
}

.productWrapper .swiperWrapper {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	overflow: hidden
}

.productWrapper .swiperWrapper .swiperAnimated {
	position: absolute;
	display: flex;
	transition: all .5s ease;
	left: 0
}

.productWrapper .swiperWrapper>ul>li.new::before {
	position: absolute;
	left: 50%;
	bottom: -33px;
	width: 51px;
	line-height: 18px;
	color: #db0000;
	border-radius: 11px;
	background-color: #fff5f5
}

.productWrapper .swiperWrapper>ul>li {
	margin: 0 7px;
	width: 210px;
	text-align: center;
	position: relative
}

.productWrapper .swiperWrapper>ul>li:hover img {
	transform: scale(1.05);
	transform-origin: center center
}

.productWrapper .swiperWrapper>ul .img {
	background-color: #eee;
	width: 210px;
	height: 180px;
	margin-bottom: 19px;
	display: flex;
	align-items: center;
	justify-content: center
}

.detail_header .th_content,
.foot .copyright,
.foot .foot_top {
	justify-content: space-between
}

.productWrapper .swiperWrapper>ul .proTitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #111
}

.nav_popup {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	padding: 20px 0;
}

ul.submenu {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nav_popup ul.submenu>li {
	display: inline-block;
	padding: 0 23px;
	position: relative;
	cursor: pointer;
	line-height: 60px!important;
}

ul.submenu>li span {
	cursor: pointer
}

ul.submenu>li:first-child {
	padding-left: 0
}

ul.submenu>li:nth-child(8) {
	padding-right: 0
}

ul.submenu>li>a {
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
}

ul.submenu a,
ul.submenu>li {
	color: #111;
	font-size: 18px;
	font-weight: 500
}

ul.submenu>li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 100%;
	border-bottom: 2px solid;
	transition: all 0.2s linear;
}

ul.submenu>li:hover::before {
	width: 100%;
	top: 0px;
	right: 0;
	transition-delay: 0.1s;
}

.video__container {
	position: relative;
	width: 100%;
	height: 800px;
  /* background-color: #000; */
	overflow: hidden;
	min-width: 1400px;
}

.video__banner {
	position: relative;
	width: 100%;
	height: 400px;
  /* background-color: #000; */
	overflow: hidden;
	min-width: 1400px;
}

.joinus_banner {
	position: relative;
	width: 100%;
	height: 400px;
  /* background-color: #000; */
	overflow: hidden;
	min-width: 1400px;
}

.video__container .product__video {
	display: block
}

.video__container video {
	object-fit: fill;
}

.video__container .video__mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 150px;
	background-color: rgba(0, 0, 0, .2);
	box-sizing: border-box;
	color: #FFF
}

.video__container .video__title {
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 6px;
	margin-top: 15px;
}

.video__container .video__desc {
	margin-top: 8px;
	font-size: 56px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 78px;
	letter-spacing: 9px
}

.video__container .video__more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 56px;
	width: 156px;
	height: 40px;
	border: 1px solid #FFF;
	border-radius: 4px;
	opacity: .7;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px
}

.video__container .video__more::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: all ease .3s
}

.video__container .video__more:hover {
	color: #000;
	opacity: 1
}

.video__container .video__more:hover::after {
	width: 100%
}

.video__container .video__more:hover .more__svg {
	color: #000
}

.video__container .more__text {
	position: relative;
	z-index: 10;
	cursor: pointer;
}



/* 首页 */
.main_title {
	text-align: center;
	width: 100%;
	padding: 20px 0;
}

.main_title h2 {
	font-size: 48px;
	color: #000;
	line-height: 60px;
	letter-spacing: 2px;
}

.main_title p {
	font-size: 24px;
	color: #666;
	line-height: 24px;
	margin-top: 20px;
	letter-spacing: 1px;
}

.section_one {
	width: 100%;
	height: 1015px;
	background: #fff;
	min-width: 1400px;
}

.section_one_imgs {
	height: 850px !important;
}

.section_one_imgs img {
	width: 87%;
}

.tem1 {
	top: 60px;
	left: 0px;
}

.tem2 {
	top: 60px;
	left: 396px;
}

.tem3 {
	top: 60px;
	right: 0px;
	text-align: right;
}

.tem4 {
	top: 466px;
	left: 0px;
}

.tem5 {
	top: 585px;
	left: 396px;
}

.tem6 {
	top: 583px;
	left: 800px;
}

.tem7 {
	top: 298px;
	right: 198px;
	text-align: right;
}

.tem8 {
	top: 298px;
	right: 0px;
	text-align: right;
}

.tem9 {
	top: 495px;
	right: 0px;
	text-align: right;
}

.pos {
	position: relative;
}

.posn {
	position: absolute;
	z-index: 99;
}

.more {
	position: relative;
	width: 156px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 4px;
	opacity: .7;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	margin: 35px auto 0;
	display: block;
	line-height: 40px;
	text-align: center;
	transition: all ease .3s;
}

.more span {
	position: relative;
	z-index: 10;
}

.more::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #000;
	transition: all ease .3s;
	border-radius: 4px;
	z-index: 1;
	opacity: 1;
}

.more:hover {
	color: #fff;
}

.more:hover::after {
	width: 156px;
}

.tem11 img {
	width: 1400px;
	height: 696px;
}

.section_two {
	width: 1400px;
	height: 745px;
	margin-top: 80px;
	position: relative;
}

.section_two img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.section_two li {
	width: 1400px;
	height: 744px;
	position: relative;
	display: none;
}

.section_two li:first-child {
	display: block;
}

.section_two img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.section_two .main {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 200px;
	color: #FFF;
}

.section_two .main h2 {
	font-size: 60px;
	letter-spacing: 3px;
	margin-top: 310px;
	height: 60px;
	color: #fff;
}

.section_two .main p {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 16px;
}

.section_two .more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 162px;
	height: 41px;
	border: 1px solid #FFF;
	border-radius: 4px;
	opacity: 1;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 43px;
	margin-left: 0;
}

.section_two .more::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: all ease .3s;
	border-radius: 4px;
	z-index: 1;
}

.section_two .more:hover {
	color: #000;
	opacity: 1
}

.section_two .more:hover::after {
	width: 100%
}

.section_two .more__text {
	position: relative;
	z-index: 10;
}

.section_two_items {
	position: absolute;
	z-index: 999;
	bottom: 30px;
	left: 200px;
}

.section_two_items .item {
	float: left;
	width: 232px;
	height: 126px;
	border: 2px solid #8f9fb5;
	margin-right: 30px;
	position: relative;
	box-sizing: border-box;
}

.section_two_items .item:last-child {
	margin-right: 0;
}

.section_two_items a {
	display: block;
}

.section_two_items p {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 126px;
	font-size: 24px;
	letter-spacing: 2px;
	color: #FFF;
	cursor: pointer;
}

.section_two_items .item.cur {
	border: 2px solid #d8ff00;
}

.section_two_items .item.cur p {
	background: rgba(0, 0, 0, 0.1);
}

.group_imgs {
	width: 100%;
	height: 540px;
	position: relative;
	margin-top: 50px;
}

.group_imgs .item {
	position: absolute;
}

.group_imgs .prod1 {
	width: 447px;
	height: 226px;
	top: 0;
	left: 0;
	background: url(../images/group_img_1.jpg) center no-repeat;
}

.group_imgs .prod2 {
	width: 447px;
	height: 238px;
	top: 226px;
	left: 0;
	background: url(../images/group_img_2.jpg) center no-repeat;
}

.group_imgs .prod3 {
	display: block;
	width: 690px;
	height: 464px;
	top: 0;
	left: 447px;
	background: url(../images/group_img_3.jpg) center no-repeat;
	text-align: center;
}

.group_imgs .prod4 {
	width: 365px;
	height: 464px;
	top: 0;
	right: 0;
  /* background: url(../images/group_img_4.jpg) center no-repeat; */
	background-image: url(../images/group_img_4.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.group_more {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%);
	left: 50%;
	display: none;
}

.group_imgs .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.group_more::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all ease .3s;
}

.group_imgs .item:hover .group_more::after {
	width: 100%
}

.group_imgs .item:hover .bg {
	background-color: rgba(0, 0, 0, 0.4);
}

.group_imgs .item:hover .group_more {
	display: block;
	z-index: 99;
}

.group_video {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.group_video .video {
	position: relative;
}

.group_video img {
	width: 100%;
	height: 100%;
}

.group_video .video1 {
	width: 918px;
	height: 493px;
	display: inline-block;
	overflow: hidden;
}

.group_video .video2 {
	width: 467px;
	height: 493px;
	overflow: hidden;
	float: right;
}

.bg_contain {
	margin-top: 60px;
	background: #fff;
	padding: 20px 0;
}

.group_video .video3 {
	width: 459px;
	height: 456px;
	display: inline-block;
	margin-top: 16px;
	margin-right: 7px;
	overflow: hidden;
}

.group_video .last {
	margin-right: 0;
}

.group_video .video3 img {
	height: 265px;
}

.video_top {
	position: relative;
	overflow: hidden;
}

.group_video .video1:after,
.group_video .video2:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	background: url(../images/video.png) center no-repeat;
	background-size: cover;
	transition: .5s all ease;
}

.group_video .video_top:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	background: url(../images/video.png) center no-repeat;
	background-size: cover;
	transition: .5s all ease;
}

.group_video .video1:before,
.group_video .video2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s all ease;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
}

.group_video .video_top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
	transition: .5s all ease;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
}

.group_video .video1:hover:before,
.group_video .video2:hover:before,
.group_video .video_top:hover:before,
.group_video div:hover:after {
	opacity: 1;
	z-index: 99;
}

.group_video .video:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.3s linear;
	cursor: pointer;
}

.video_text {
	margin-top: 30px;
}

.video_text p {
	font-size: 16px;
	color: #848484;
	margin-top: 30px;
	min-height: 90px;
}

.join_wrap {
	width: 100%;
	height: auto;
	padding: 100px 0;
	overflow: hidden;
	margin: 0 auto;
	background: #f0f2f5;
}

/* .joinpic {
  width: 1400px;
  height: 494px;
  color: #FFF;
  overflow: hidden;
  background: url(../images/join.jpg) center no-repeat;
  padding-left: 120px;
  box-sizing: border-box;
  background-size: 100% 100%;
} */

.joinpic h2 {
	font-size: 40px;
	margin-top: 180px;
	color: #fff;
}

.joinpic p {
	font-size: 22px;
	color: #d7d7d7;
	margin-top: 30px;
	opacity: .7;
}

.joinpic h3 {
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: normal;
	position: absolute;
	z-index: 99;
	top: 233px;
	right: 220px;
}

.joinpic .more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 224px;
	height: 64px;
	background: #1f534f;
	border: 1px solid #1f534f;
	border-radius: 4px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	margin: 25px 0;
}

.joinpic .more::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: all ease .3s;
	border-radius: 4px;
	z-index: 1;
}

.joinpic .more:hover {
	color: #000;
	opacity: 1
}

.joinpic .more:hover::after {
	width: 100%
}

.joinpic .more__text {
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.foot {
	width: 100%;
	height: auto;
	padding: 30px 0 10px;
	background: #000;
	overflow: hidden;
	min-width: 1400px;
}

.tel {
	width: 308px;
}

.tel dt {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.tel dd {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
}

.fnav {
	width: 690px;
}

.fnav dl {
	float: left;
	margin-left: 90px;
}

.fnav dl dt {
	font-size: 14px;
	font-weight: bold;
}

.fnav dl dt a {
	color: #FFF;
}

.fnav dl dd {
	line-height: 30px;
}

.fnav dl dd a {
	color: #c8c8c8;
}

.fnav dl dd a:hover {
	color: #FFF;
}

.ewm {
	width: 400px;
}

.ewm dt {
	float: left;
	color: #FFF;
	margin-left: 73px;
}

.ewm dt img {
	width: 127px;
}

.ewm dt p {
	line-height: 40px;
	text-align: center;
}

.footer {
	border-top: 1px solid #78797b;
	width: 1400px;
	margin: 40px auto 0;
}

.footer p {
	color: #FFF;
	line-height: 60px;
}

.footer p a {
	color: #FFF;
}

.footer p a:hover {
	text-decoration: none;
}

.bg_grey {
	width: 100%;
	min-width: 1400px;
	background: #f6f6f6;
	padding: 30px 0;
	overflow: hidden;
}

.vision_wrap {
	width: 1400px;
	height: auto;
	margin-top: 20px;
}

.vision_wrap li {
	width: 447px;
	margin-right: 25px;
	float: left;
}

.vision_wrap li:last-child {
	margin-right: 0;
}

.vision_wrap img {
	width: 447px;
	height: 263px;
	margin-bottom: 30px;
}

.vision_wrap p {
	color: #18181c;
	margin-top: 18px;
	font-size: 16px;
	line-height: 30px;
}

.vision_wrap h2,
.video_text h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.staff_wrap li {
	width: 327px;
	margin-right: 25px;
	margin-bottom: 40px;
	display: inline-block;
	overflow: hidden;
}

.staff_wrap li:nth-child(4n) {
	margin-right: 0;
}

.staff_item {
	width: 100%;
	height: 176px;
	overflow: hidden;
	margin-bottom: 20px;
}

.staff_wrap img {
	width: 100%;
	height: 100%;
}

.staff_wrap img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all .4s ease-in-out 0s;
}

#contact {
	background-color: #f0f2f5;
}

.contact_tip {
	width: 130px;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	line-height: 50px;
	border-bottom: 5px solid #000;
	letter-spacing: 2px;
}

.contact_wrap h2 {
	color: #424242;
	margin: 30px 0 20px;
}

.contact_wrap p {
	font-size: 18px;
	line-height: 45px;
	color: #232323;
}

.contact_wrap .leavemsg {
	width: 156px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-top: 60px;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	background: #000;
	overflow: hidden;
	color: #fff;
}

.contact_wrap .leavemsg:hover {
	background: #cc0000;
}

.contact_address {
	overflow: hidden;
	margin-bottom: 30px;
}

.add_img {
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
}

.add_info {
	float: left;
	margin-left: 30px;
}

.contact_bg {
	background-color: #fff;
}

.contact_address .add_img:before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	transition: .5s all ease;
}

.contact_address .add_img:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	background: url(../images/video.png) center no-repeat;
	background-size: cover;
	transition: .5s all ease;
}

.contact_address .add_img:hover:after {
	opacity: 1;
	z-index: 99;
}

.contact_address .add_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all .4s ease-in-out 0s;
}

.case_wrap {
	width: 100%;
	height: auto;
	margin: 30px 0 50px;
	overflow: hidden;
}

.case_list .item {
	float: left;
	width: 33.33333%;
	height: 415px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.case_list .item img {
	width: 100%;
	height: 318px;
}

.case_list .item .more_next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
}

.case_list .item .more_next img {
	height: auto;
}

.case_list .item .box-show {
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, .9);
	transition: all .5s;
	padding: 20px 20px 0;
}

.case_list .item .box-show h2 {
	font-size: 24px;
	font-weight: 800;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_list .item .box-show h2 a {
	color: #313133;
}

.case_list .item .box-show p {
	color: #398cb1;
	font-size: 16px;
}

.case_list .item .caseinfo {
	margin-top: 30px;
}

.case_list .item .caseinfo li {
	color: #9c9c9c;
	width: auto !important;
	height: auto !important;
	font-size: 0.722rem;
	margin-bottom: 0.278rem;
	float: left;
	position: relative;
	padding: 1px 0;
}

.case_list .item .caseinfo li:first-child {
	padding: 1px 8px 1px 0;
}

.case_list .item .caseinfo li+li {
	padding: 0 8px;
}

.case_list .item .caseinfo li+li:before {
	content: "";
	background-color: #398cb1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.case_list .item .inner-description {
	background: #fff;
	padding: 0 20px;
	position: relative;
	min-height: 90px;
}

.case_list .item .inner-description p {
	font-size: 16px;
	line-height: 30px;
}

.case_list .item .inner-description p a {
	color: #fb4d4f;
}

.case_list .item .inner-description p a:hover {
	text-decoration: underline;
}

.case_list .item .box-show h2 a:hover {
	color: #fb4d4f;
}

.case_list .item:hover .box-show {
	margin-top: -160px;
}

/* 解决方案 */
.solution_wrap .solution_item {
	float: left;
	background: #fff;
	margin-top: 30px;
	width: 686px;
	height: 640px;
	overflow: hidden;
	margin-right: 20px;
}

.solution_wrap .solution_item:nth-child(2n) {
	margin-right: 0;
}

.solution_wrap .solution_item .solution_img {
	overflow: hidden;
	width: 686px;
	height: 535px;
}

.solution_wrap .solution_item img {
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
}

.solution_wrap .solution_item .solution_text {
	padding-left: 20px;
}

.solution_wrap .solution_item .solution_text .mag {
	margin-top: 20px;
}

.solution_wrap .solution_item h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
}

.solution_wrap .solution_item h2 a {
	color: #121212;
	display: block;
}

.solution_wrap .solution_item p {
	margin-top: 20px;
	color: #787878;
	font-size: 17px;
	letter-spacing: 2px;
}

.solution_wrap .solution_item:hover img {
	transform: scale(1.05);
}

.solution_video {
	width: 100%;
	height: 787px;
}

.solution_video img {
	width: 100%;
	height: 100%;
}

.solution_square {
	width: 1200px;
	margin: 60px auto;
}

.solution_square .title {
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	color: #191919;
	margin-bottom: 40px;
}

.solution_square_items .item {
	width: 370px;
	height: 452px;
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
}

.solution_square_items .item:nth-child(3n) {
	margin-right: 0;
}

.square_img {
	width: 370px;
	height: 300px;
	background: #f5f5f5;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.square_img img {
	width: 325px;
	height: 265px;
	margin: 10px auto;
}

.square_text h2,
.square_text p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.square_text h2 {
	font-size: 20px;
	line-height: 28px;
	color: #191919;
	margin-top: 20px;
	margin-bottom: 10px;
}

.square_img:hover img {
	transform: scale(1.05);
}

.fixed {
	position: fixed;
	right: 31px;
	bottom: 50px;
	z-index: 900;
}

.getTop {
	display: none;
	cursor: pointer;
	background: #cecece;
	width: 46px;
	height: 46px;
	opacity: .6;
	text-align: center;
	display: table-cell;
	border-radius: 50%;
	vertical-align: middle;
}

.getTop img {
	margin-top: 0px;
}

.visit_wrap {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.visit_left {
	width: 700px;
	height: 536px;
	position: relative;
	overflow: hidden;
	float: left;
}

.visit_left img {
	width: 700px;
	height: 476px;
	position: absolute;
	z-index: 1;
	transition: all .4s ease-in-out 0s;
}

.visit_left p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	color: #FFF;
	font-size: 20px;
	font-weight: 800;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 99;
	letter-spacing: 3px;
}

.visit_right {
	width: 670px;
	height: auto;
	float: right;
}

.visit_info {}
.visit_info h2 {
	font-size: 30px;
	line-height: 40px;
}

.visit_info p {
	font-size: 18px;
	color: #8d8e8d;
	margin-top: 18px;
	line-height: 30px;
	height: 63px;
	overflow: hidden;
}

.visit_wrap ul {
	margin-top: 35px;
	width: 100%;
	height: 340px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}

.visit_wrap ul li {
	background: url(../images/jt.png) left no-repeat;
	text-indent: 20px;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right_jt {
	width: 220px;
	height: 110px;
	background: #95c84e;
	position: absolute;
	top: -80px;
	right: -40px;
	transform: rotate(45deg);
}

.intro_msg {
	width: 50%;
	text-align: center;
	margin: 0 auto 40px;
	line-height: 30px;
	font-size: 16px;
}

.intro_img {
	width: 100%;
	height: 600px;
	background: url(../images/intro2.jpg) center no-repeat;
	margin-top: 40px;
	margin-bottom: 30px;
}

.instro_summary {
	width: 100%;
	height: 686px;
	background: url(../images/intro3.png) center no-repeat;
	margin-top: 40px;
	margin-bottom: 30px;
	position: relative;
}

.instro_summary .text {
	position: absolute;
	top: 220px;
	left: 60px;
	color: #fff;
}

.instro_summary .text p:first-child {
	font-size: 30px;
	line-height: 46px;
}

.instro_summary .text p:last-child {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.intro_last {
	padding-top: 100px;
	font-size: 24px;
	color: #111;
	line-height: 48px;
	padding-bottom: 58px;
	text-align: center;
}

.intro_last h2 {
	font-size: 24px;
	color: #111;
	font-weight: 600;
	margin-top: 20px;
}

/* 详情 */
.content {
	font-size: 16px;
	line-height: 24px;
	color: #313133;
	overflow: hidden;
	padding-bottom: 20px;
}

.content img {
	width: 100%;
}

.d_title {
	padding: 40px 0 20px;
	text-align: center;
	width: 100%;
	border-bottom: 1px dashed #878787;
	margin-bottom: 30px;
	font-size: 12px;
	color: #999;
	font-family: "微软雅黑";
}

.d_title p:first-child {
	font-size: 35px;
	line-height: 45px;
	color: #333;
}

.pro_detail .item {
	width: 210px;
	height: 220px;
	float: left;
	margin-right: 14px;
	text-align: center;
}

.pro_detail .item:nth-child(3n) {
	margin-right: 14px;
}

.pro_detail .square_img {
	width: 210px;
	height: 180px;
	background: #ddd;
}

.pro_detail .square_img img {
	width: 173px;
	height: 140px;
}

.pro_nav {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}

.pro_nav li {
	float: left;
	font-size: 22px;
	margin-right: 10px;
	transition: all .25s ease-in-out 0s;
	font-weight: 700;
	cursor: pointer;
	color: #000;
	height: 60px;
	line-height: 60px;
	width: 155px;
	text-align: center;
	position: relative;
}

.pro_nav a {
	float: left;
	font-size: 22px;
	margin-right: 10px;
	transition: all .25s ease-in-out 0s;
	font-weight: 700;
	cursor: pointer;
	color: #000;
	height: 60px;
	line-height: 60px;
	width: 155px;
	text-align: center;
	position: relative;
}

.pro_nav a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 100%;
	width: 0;
	height: 3px;
	background-color: #ffc802;
	transition: all 0.3s ease-out;
}

.pro_nav a:hover::after {
	width: 100%;
	left: 0;

}

.pro_nav a.active {
	color: #000000;
	border-bottom: 3px solid #ffc802;
}

.pro_nav li::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 100%;
	width: 0;
	height: 3px;
	background-color: #ffc802;
	transition: all 0.3s ease-out;
}

.pro_nav li:hover::after {
	width: 100%;
	left: 0;

}

.pro_nav li.active {
	color: #000000;
	border-bottom: 3px solid #ffc802;
}

.pro_list {
	overflow: hidden;
}

.pro_list li {
	width: 363px;
	height: 240px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	background: #fff;
	overflow: hidden;
	margin-right: 3px;
	margin-top: 20px;
	position: relative;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}

.pro_list li:hover {
	border-color: #ffc800;
}

.pro_list li .img {
	width: 300px;
	margin: 30px auto 15px;
}

.pro_list li img {
	width: 240px;
	display: block;
	margin: auto;
}

.pro_nav_left {
	width: 180px;
	position: fixed;
	top: 200px;
	left: 100px;
	border: 1px solid #f4f5f5;
	z-index: 9999;
	font-size: 18px;
	letter-spacing: 1px;
}

.pro_nav_left li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f4f5f5;
	text-align: left;
	background-color: #fff;
	cursor: pointer;
	padding-left: 15px;
}

.pro_nav_left>a{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f4f5f5;
	text-align: left;
	background-color: #fff;
	cursor: pointer;
	padding-left: 15px;
}
.pro_nav_left a.active {
	background: #fff;
	color: #000;
	font-weight: bolder;
	height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f4f5f5;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    padding-left: 15px;
}

.pro_nav_left .default{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f4f5f5;
	text-align: left;
	background-color: #fff;
	cursor: pointer;
	padding-left: 15px;
}

.pro_nav_left .default.active {
	background: #fff;
	color: #000;
	font-weight: bolder;
}

.pro_nav_left li:last-child,
.pro_nav_left li:first-child {
  /* border-bottom: 0; */
}

.pro_nav_left li.active {
	background: #fff;
	color: #000;
	font-weight: bolder;
}

.productBox li {
	height: auto;
	text-align: center;
}

.productBox .product-name {
	color: #000;
	/* font-weight: bolder; */
	font-size: 19px;
}

.text-secondary {
	margin-top: 30px;
	height: 70px;
	background: #FAFAFA;
	padding: 5px 15px;
	border-top: 1px solid #E5E5E5;
}

.text-secondary p {
	color: #666;
	font-size: 14px;
	line-height: 35px;
}

.popVideo {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.popVideo video {
	width: 80% !important;
	height: 90%;
	margin: 2% auto;
}

.popVideo img {
	position: absolute;
	top: 30px;
	right: 120px;
}