@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;
}

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;
}



.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;
}
.imga{
      width: 100%;
}
.maf {
	margin-left: 19px;
}

.center {
	width: 1200px;
	height: auto;
}

.main {
	width: 1200px;
	height: auto;
}



.menu {
	padding: 0 144px;
	box-sizing: border-box
}

.menu {
	margin: 0 auto
}


#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
}


@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
}

ul.submenu {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center
}

ul.submenu>li {
	display: inline-block;
	height: 93px;
	padding: 0 23px;
	line-height: 93px
}

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
}

ul.submenu a,
ul.submenu>li {
	color: #111;
	font-size: 18px;
	font-weight: 500
}

.video__container {
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden;
	
}

.video__container .product__video {
	display: block
}

.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: 310px;
	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;
}

.tit {
	text-align: center;
	width: 100%;
	padding: 20px 0
}

.tit h2 {
	font-size: 48px;
	color: #000;
	line-height: 60px;
	letter-spacing: 2px;
}

.tit p {
	font-size: 24px;
	color: #666;
	line-height: 25px;
	margin-top: 20px;
	letter-spacing: 1px;
}

.tit .more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 156px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 4px;
	opacity: .7;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	margin: 35px auto 0;
	display: block;
	line-height: 40px;
}

.tit .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;
}

.tit .more:hover {
	color: #FFF;
	opacity: 1
}

.tit .more:hover::after {
	width: 100%
}

.tit .more__text {
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.shiyongbox {
	margin-top: 80px;
	height: 850px;
	position: relative;
	min-width: 1400px;
}

.shiyongcont {
	position: relative;
	width: 1600px;
	height: 850px;
}

.shiyongcont img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.shiyongcont .main {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 200px;
	color: #FFF;
}

.shiyongcont .main h2 {
	font-size: 60px;
	letter-spacing: 3px;
	margin-top: 310px;
	height: 60px;
}

.shiyongcont .main p {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 16px;
}

.shiyongcont .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-family: PingFang SC;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 43px;
}

.shiyongcont .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;
}

.shiyongcont .more:hover {
	color: #000;
	opacity: 1
}

.shiyongcont .more:hover::after {
	width: 100%
}

.shiyongcont .more__text {
	position: relative;
	z-index: 10;
}

.shiyong {
	margin-left: 200px;
	position: absolute;
	z-index: 999;
	bottom: 30px;
}

.shiyong .syimg {
	float: left;
	width: 272px;
	border: 2px solid #8f9fb5;
	margin-right: 30px;
	position: relative;
}

.shiyong .syimg a {
	display: block;
}

.shiyong .syimg img {
	width: 100%;
}

.shiyong .syimg .mask {
	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: 145px;
}

.shiyong .syimg .mask p {
	font-size: 24px;
	letter-spacing: 2px;
	color: #FFF;
}

.shiyong .syimg.cur {
	border: 2px solid #d8ff00;
}

.shiyong .syimg.cur .mask {
	background: rgba(0, 0, 0, 0.1);
}

.videobg {
	width: 100%;
	height: auto;
	padding: 414px 0;
	background: url(../images/bgbi.jpg) center no-repeat;
	text-align: center;
	
}

.videobg .video__title {
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 6px;
	margin-top: 15px;
	color: #FFF;
}

.videobg .video__desc {
	margin-top: 8px;
	font-size: 56px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 78px;
	letter-spacing: 9px;
	color: #FFF;
}

.videobg .more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	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;
	margin: 30px auto 0;
	display: block;
	line-height: 40px;
}

.videobg .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;
}

.videobg .more:hover {
	color: #000;
	opacity: 1
}

.videobg .more:hover::after {
	width: 100%
}

.videobg .more__text {
	position: relative;
	z-index: 10;
}

.jiemian {
	width: 100%;
	height: 1015px;
	background: #fff;
	min-width: 1400px;
}

.pos {
	position: relative;
}

.posh {
	height: 850px !important;
}

.posn {
	position: absolute;
	z-index: 99;
}

.jmimg01 {
	top: 60px;
	left: 0px;
}

.jmimg02 {
	top: 526px;
	left: 0px;
}

.jmimg03 {
	top: 60px;
	left: 451px;
}

.jmimg04 {
	top: 665px;
	left: 451px;
}

.jmimg05 {
	top: 665px;
	left: 916px;
}

.jmimg06 {
	top: 60px;
	right: 0px;
}

.jmimg07 {
	top: 332px;
	right: 231px;
}

.jmimg08 {
	top: 332px;
	right: 0px;
}

.jmimg09 {
	top: 555px;
	right: 0px;
}

.bgc {
	width: 100%;
	background: #f0f2f5;
	padding: 80px 0;
	overflow: hidden;
	
}

.product {
	height: 540px;
	margin-top: 60px;
	min-width: 1400px;
}

.product .prod {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-repeat: no-repeat
}

.product .prod .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: all .3s
}

.product .prod .act,
.product .prod .title,
.sec6 .card .act {
	letter-spacing: .01rem;
	position: relative
}

.product .prod .act::before,
.sec6 .card .act::before {
	bottom: -4px;
	width: 0;
	background: #fff;
	transition: all .3s;
	content: ''
}

.product .prod .title {
	height: 48px;
	font-size: 27px;
	font-weight: 500;
	color: #fff;
	line-height: 48px;
	z-index: 2;
	opacity: 0;
	text-align: center;
}

.product .prod .act {
	opacity: 0;
	display: inline-block;
	margin-top: 10px;
	height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 22px
}

.product .prod3 .title,
.sec5 .desc,
.sec5 .title,
.sec7 .title,
.sec7 .videos .video .title {
	letter-spacing: 2px;
}

.product .prod .act::before {
	position: absolute;
	left: 0;
	display: block;
	height: 2px
}

.product .prod:hover .act,
.product .prod:hover .mask,
.product .prod:hover .title {
	opacity: 1
}

.product .prod:hover .act::before {
	width: 5em
}

.product .prod1 {
	width: 447px;
	height: 260px;
	top: 0;
	left: 0;
	background: url(../images/prodc1.jpg) center no-repeat;
}

.product .prod2 {
	width: 447px;
	height: 268px;
	top: 260px;
	left: 0;
	background: url(../images/prodc2.jpg) center no-repeat;
}

.product .prod3 {
	display: block;
	width: 789px;
	height: 528px;
	top: 0;
	left: 447px;
	background: url(../images/prodc3.jpg) center no-repeat;
	text-align: center;
}

.product .prod3 .mask {
	display: none;
}

.product .prod3 .title {
	height: 98px;
	opacity: 1;
	font-size: 36px;
	margin-top: 121px;
	font-weight: 800;
	color: #000;
	line-height: 48px;
	display: none;
}

.product .prod3 .act {
	opacity: 1;
	margin-top: 21px;
	color: #111;
	text-align: center;
	display: none;
}

.product .prod3 .act::before {
	background: #111
}

.product .prod4 {
	width: 365px;
	height: 528px;
	top: 0;
	right: 0;
	background: url(../images/prodc4.jpg) center no-repeat;
}

.videodl {
	margin-top: 15px;
	min-width: 1400px;
}

.videodl dt {
	float: left;
	margin-left: 0px;
}

.videodl dd {
	float: right;
	margin-right: 0px;
}

.videodl dt .bg {
	width: 1058px;
	height: 570px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.videodl dd .bg {
	width: 528px;
	height: 570px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.videodl .bg: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
}

.videodl .bg:before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	transition: .5s all ease
}

.videodl .bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: -1
}

.videodl .bg:hover img {
	width: 110%;
	height: 110%
}

.videodl .bg:hover:after,
.video .bg:hover:before {
	opacity: 1
}

.videoul {
	width: 1615px;
	min-width: 1400px;
}

.videoul li {
	float: left;
	width: 526px;
	margin-top: 15px;
	margin-right: 11px;
}

.videoul li img {
	width: 526px;
	height: 295px;
}

.videoul .bg {
	width: 526px;
	height: 295px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.videoul .bg: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
}

.videoul .bg:before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	transition: .5s all ease
}

.videoul .bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: -1
}

.videoul .bg:hover img {
	width: 110%;
	height: 110%
}

.videoul .bg:hover:after,
.video .bg:hover:before {
	opacity: 1
}

.videoul li .info {
	margin-top: 30px;
}

.videoul li .info h2 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 40px;
}

.videoul li .info h2 a {
	color: #000;
	font-weight: 800;
}

.videoul li .info span {
	display: block;
	float: right;
	background: url(../images/liulang.png) left no-repeat;
	padding-left: 30px;
	font-size: 16px;
	color: #757575;
	margin-right: 30px;
}

.videoul li .info p {
	font-size: 16px;
	color: #848484;
	margin-top: 30px;
	min-height: 90px;
}

.bgcr {
	background: #f0f2f5;
	width: 100%;
	height: auto;
	padding: 100px 0;
	overflow: hidden;
	min-width: 1400px;
}

.bgimg {
	background: url(../images/jrwm.jpg) center no-repeat;
	height: 494px;
	color: #FFF;
	overflow: hidden;
}

.bgimg h2 {
	font-size: 40px;
	margin-top: 180px;
}

.bgimg p {
	font-size: 22px;
	color: #d7d7d7;
	margin-top: 30px;
	opacity: .7;
}

.bgimg h3 {
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: normal;
	position: absolute;
	z-index: 99;
	top: 50px;
	left: 680px;
}

.bgimg .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-top: 25px;
}

.bgimg .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;
}

.bgimg .more:hover {
	color: #000;
	opacity: 1
}

.bgimg .more:hover::after {
	width: 100%
}

.bgimg .more__text {
	position: relative;
	z-index: 10;
}

.foot {
	width: 100%;
	height: auto;
	padding: 100px 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: 890px;
}

.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: 1600px;
	margin: 80px auto 0;
}

.footer p {
	color: #FFF;
	line-height: 60px;
}

.footer p a {
	color: #FFF;
}

.footer p a:hover {
	text-decoration: none;
}

.jiambg {
	width: 100%;
	height: 953px;
	background: url(../images/jiam02.jpg) center no-repeat;
	overflow: hidden;
	
}

.jiam02 {
	width: 767px;
	height: 200px;
	background: #5a78ac;
	margin-top: 385px;
	text-align: center;
	color: #FFF;
	overflow: hidden;
}

.jiam02 h2 {
	font-size: 48px;
	margin-top: 45px;
	letter-spacing: 2px;
}

.jiam02 p {
	font-size: 18px;
	margin-top: 29px;
}

.jiambg1 {
	width: 100%;
	height: 905px;
	background: url(../images/jiam03.jpg) center no-repeat;
	overflow: hidden;
	
}

.case {
	width: 1200px;
}

.case li {
	float: left;
	margin-right: 1%;
	margin-top: 40px;
	width: 23%;
}

.case li img {
	width: 100%;
	height: 180px;
	transition: all .4s ease-in-out 0s;
}

.case li img:hover {
	transform: scale(1.2);
	webkit-transform: scale(0.1);
}

.case li h2 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case li p {
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

.case li a:hover h2 {
	text-decoration: none;
}

.primg {
	overflow: hidden;
}

.jiam03 {
	width: 100%;
	height: 798px;
	background: url(../images/jiam04.jpg) center no-repeat;
	
}

.case1 {
	width: 1200px;
	
}

.case1 li {
	float: left;
	margin-right: 2%;
	margin-top: 40px;
width: 23%;
}

.case1 li img {
	width: 352px;
	height: 198px;
	transition: all .4s ease-in-out 0s;
}

.case1 li img:hover {
	transform: scale(1.2);
	webkit-transform: scale(0.1);
}

.hezuo dl {
	height: 425px;
	background: #e8e8e8;
	overflow: hidden;
	min-width: 1400px;
}

.hezuo dl dt {
	float: left;
	width: 800px;
	height: 425px;
}

.hezuo dl dt img {
	width: 800px;
	height: 425px;
}

.hezuo dl dd {
	float: right;
	width: 800px;
}

.hezuo dl dd h2 {
	font-size: 48px;
	color: #000;
	margin-bottom: 40px;
	margin-top: 160px;
	margin-left: 120px;
	font-weight: 600;
}

.hezuo dl dd p {
	font-size: 24px;
	color: #828282;
	line-height: 36px;
	margin-left: 120px;
}

.hezuo dl:nth-child(2n) dt {
	float: right;
}

.hezuo dl:nth-child(2n) dd {
	float: left;
}

.daili {
	width: 1630px;
	margin-top: 60px;
	min-width: 1400px;
}

.daili li {
	float: left;
	width: 385px;
	height: 574px;
	position: relative;
	margin-right: 20px;
	margin-top: 20px;
}

.daili li img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
}

.daili li .maskdl {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
}

.daili li .infos {
	border: 1px solid #dedede;
	width: 355px;
	height: 544px;
	position: absolute;
	z-index: 999;
	left: 15px;
	top: 15px;
	text-align: center;
}

.daili li .infos p {
	font-size: 19px;
	color: #FFF;
	line-height: 40px;
	letter-spacing: 1px;
	margin-top: 50%;
}

.daili li .infos h2 {
	font-size: 38px;
	font-weight: normal;
	color: #FFF;
	margin-top: 55%;
	letter-spacing: 3px;
}

.qydl .more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 223px;
	height: 60px;
	border: 1px solid #1f534f;
	background: #1f534f;
	border-radius: 4px;
	opacity: 1;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	margin: 30px auto 0;
}

.qydl .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;
}

.qydl .more:hover {
	color: #1f534f;
	opacity: 1
}

.qydl .more:hover::after {
	width: 100%
}

.qydl .more__text {
	position: relative;
	z-index: 10;
}

.bgclx {
	width: 100%;
	height: auto;
	background: #f0f2f5;
	padding: 50px 0;
	overflow: hidden;
	min-width: 1400px;
}

.bgclx h1 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
}

.bgclx .line {
	width: 118px;
	background: #000;
	height: 5px;
	margin-top: 18px;
}

.contact_company {
	margin-top: 18px
}

.contact_company h2 {
	font-size: 20px;
	line-height: 45px;
	color: #424242;
	font-weight: 800;
}

.contact_company p {
	font-size: 18px;
	line-height: 45px;
	color: #232323;
}

.contact_company .fourth {
	font-size: 18px
}

.contact_company .fourth span {
	font-size: 18px;
	color: red
}

.contact_cooperation {
	margin-top: 30px;
}

.contact_cooperation .left {
	width: 400px;
	float: left;
}

.contact_cooperation .right {
	width: 500px;
	float: left;
}

.contact_cooperation .last {
	float: left;
}

.contact_cooperation h3 {
	font-size: 18px;
	line-height: 36px;
	color: #2f2f2f;
	font-weight: 500;
}

.contact_cooperation a {
	color: #2f7cd3;
}

.bgclxm {
	min-width: 1400px;
}

.contact {
	margin-bottom: 50px;
	overflow: hidden;
}

.contact dl {
	margin-top: 40px;
	overflow: hidden;
}

.contact dl dt {
	float: left;
	width: 300px;
	height: 200px;
}

.contact dl dt img {
	width: 300px;
	height: 200px;
}

.contact dl dd {
	float: left;
	margin-left: 60px;
	width: 600px;
}

.contact dl dd p {
	line-height: 40px;
	font-size: 18px;
	color: #000;
}

.contact dl dt .bg {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.contact dl dt .bg: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 dl dt .bg: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 dl dt .bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: -1
}

.contact dl dt .bg:hover img {
	width: 110%;
	height: 110%
}

.contact dl dt .bg:hover:after,
.video .bg:hover:before {
	opacity: 1
}

.title {
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	color: #191919;
	margin-bottom: 40px;
	margin-top: 66px;
}

.con {
	display: flex;
	flex-wrap: wrap;
}

.con .case {
	width: 370px;
	margin-right: 45px;
	position: relative;
}

.case.new::before {
	content: "新品";
	position: absolute;
	left: 30px;
	top: 30px;
	width: 51px;
	line-height: 18px;
	font-size: 13px;
	color: rgb(219, 0, 0);
	font-weight: 800;
	text-align: center;
	background-color: rgb(255, 245, 245);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(219, 0, 0);
	border-image: initial;
	border-radius: 11px;
	padding: 1px 0px;
}

.case .img {
	display: block;
	width: 370px;
	height: 300px;
	line-height: 300px;
	background-color: #f5f5f5;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.case .img img {
	width: 325px;
	transition: all .3s ease-in-out;
	vertical-align: middle;
	align-items: center;
}

.subtitle {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	color: #191919;
	margin-top: 20px;
	margin-bottom: 10px;
}

.case .buyWrapper {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 54px;
}

.desc {
	font-size: 16px;
	line-height: 22px;
	color: #191919;
	opacity: .69;
	font-weight: 500;
}

.buy {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f4f4f4;
	border-radius: 20px;
	color: #0d7fef;
	font-size: 16px;
	font-weight: 700;
}

.case:nth-child(3n) {
	margin-right: 0
}

.case a.img:hover>img {
	transform: scale(1.05);
	transform-origin: center
}

.videos {
	background: #000;
	display: none;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 100;
	width: 100%;
	height: 100%;
	
}

.videos video {
	width: 80% !important;
	margin: 6% 0 0 10%;
}

.videos video:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.vclose {
	position: absolute;
	right: 15%;
	top: 10%;
	border-radius: 100%;
	cursor: pointer;
}

.vclose img {
	width: 40px;
	height: 40px;
}

.prtit {
	margin: 40px auto;
	overflow: hidden;
}

.prtit .title {
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	color: #191919;
}

.prtit .more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 156px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 4px;
	opacity: 1;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
}

.prtit .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;
}

.prtit .more:hover {
	color: #fff;
	opacity: 1
}

.prtit .more:hover::after {
	width: 100%
}

.prtit .more__text {
	position: relative;
	z-index: 10;
}

.yanfa {
	width: 1200px;
	
}

.yanfa li:nth-child(4n) {
	margin-left: 0px;
}

.yanfa li {
	float: left;
	padding: 10px!important;
	background: #f4f4f4;
	overflow: hidden;
	width: 25%;
	margin-right: -10px;
}

.yanfa li img {
	width: 100%;
}

.yanfa li .yfinfo {
	background: #FFF;
	padding: 40px 22px 34px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 960px){

.yanfa li {
	float: left;
	padding: 10px!important;
	background: #f4f4f4;
	overflow: hidden;
	width: 100%!important;
	margin-right: -10px;
}

}
.yanfa li .yfinfo h2 {
	font-size: 19px;
	font-weight: normal;
	color: #000;
	line-height: 35px;
        height: 70px;
	position: relative;
	z-index: 10;
}

.yanfa li .yfinfo h3 {
	margin-top: 30px;
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

.yanfa li .yfinfo p {
	color: #333;
	font-size: 17px;
	line-height: 30px;
	position: relative;
	z-index: 10;
}

.yanfa li .yfinfo:hover h2,
.yanfa li .yfinfo:hover h3,
.yanfa li .yfinfo:hover p {
	color: #FFF;
}

.yanfa li .yfinfo::after {
	content: '';
	position: absolute;
	top: 99.8%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #505050;
	transition: all ease .3s;
	z-index: 1;
}

.yanfa li .yfinfo:hover::after {
	top: 0px;
}

.m40 {
	margin-top: 40px;
}

.jiejue {
	background: #f9f8f3;
	padding: 40px 0;
	overflow: hidden;
	min-width: 1400px;
}

.jiejue dl {
	overflow: hidden;
	border-bottom: 2px dashed #c5c4bf;
	padding: 20px 0;
	margin: 0 20px;
}

.jiejue dl dt {
	float: left;
	padding: 10px;
	background: #FFF;
	width: 740px;
}

.jiejue dl dt img {
	width: 100%;
}

.jiejue dl dd {
	float: right;
	width: 700px;
}

.jiejue dl dd h2 {
	font-size: 32px;
	color: #4e4d4a;
	border-bottom: 2px solid #958880;
	padding-bottom: 20px;
	margin-top: 60px;
	margin-bottom: 30px;
	text-indent: 20px;
}

.jiejue dl dd h2 span {
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	margin-top: 10px;
	background: #F00;
}

.jiejue dl dd p {
	font-size: 18px;
	line-height: 36px;
}

.jiejue dl dd p:nth-child(3) {
	margin-top: 50px;
}

.jiejue dl:nth-child(2) dt {
	float: right;
}

.jiejue dl:nth-child(2) dd {
	float: left;
}

.news_l {
	width: 780px;
	height: 536px;
	position: relative;
	overflow: hidden;
}

.news_l img {
	width: 780px;
	height: 536px;
	position: absolute;
	z-index: 1;
	transition: all .4s ease-in-out 0s;
}

.news_l p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	color: #FFF;
	font-size: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 99;
	font-weight: 800;
}

.news_l img:hover {
	transform: scale(1.05);
	webkit-transform: scale(0.05);
}

.news_r {
	width: 780px;
}

.news_r .newsa h2 {
	font-size: 30px;
	line-height: 40px;
}

.news_r .newsa a {
	color: #000;
}

.news_r .newsa p {
	font-size: 18px;
	color: #8d8e8d;
	margin-top: 18px;
	line-height: 30px;
	height: 103px;
	overflow: hidden;
}

.news_r ul {
	background: #f6f6f6;
	padding: 20px;
	overflow: hidden;
	margin-top: 35px;
	height: 340px;
	position: relative;
}

.news_r ul li {
	background: url(../images/jt.png) left no-repeat;
	text-indent: 20px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
}

.jtbg {
	background: #95c84e;
	width: 220px;
	height: 110px;
	position: absolute;
	z-index: 99;
	top: -80px;
	right: -90px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.case_list {}

.case_list li {
	float: left;
	width: 33.33333%;
	height: 465px;
	overflow: hidden;
	position: relative;
}

.case_list li img {
	width: 100%;
	height: auto;
}

.case_list li .arrjt {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
}

.case_list li .box-show {
	height: 145px;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, .9);
	transition: all .5s;
	padding: 20px 20px 0;
}

.case_list li .box-show h2 {
	font-size: 24px;
	font-weight: 800;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_list li .box-show h2 a {
	color: #313133;
}

.case_list li .box-show p {
	color: #398cb1;
	font-size: 16px;
}

.case_list li .caseinfo {
	margin-top: 30px;
}

.case_list li .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;
	position: relative;
}

.case_list li .caseinfo li:first-child {
	padding: 1px 8px 1px 0;
}

.case_list li .caseinfo li+li {
	padding: 0 8px;
}

.case_list li .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 li .inner-description {
	background: #fff;
	padding: 0 20px;
	position: relative;
}

.case_list li .inner-description p {
	font-size: 16px;
	line-height: 30px;
}

.case_list li .inner-description p a {
	color: #fb4d4f;
}

.case_list li .inner-description p a:hover {
	text-decoration: underline;
}

.case_list li .box-show h2 a:hover {
	color: #fb4d4f;
}

.case_list li:hover .box-show {
	margin-top: -160px;
}

.case_listh {}

.case_listh li {
	float: left;
	width: 33.33333%;
	height: 415px;
	overflow: hidden;
	position: relative;
}

.case_listh li img {
	width: 100%;
	height: auto;
	max-height: 344px;
}

.case_listh li .arrjt {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
}

.case_listh li .box-show {
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, .9);
	transition: all .5s;
	padding: 20px 20px;
}

.case_listh li .box-show h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_listh li .box-show h2 a {
	color: #313133;
}

.case_listh li .caseinfo {
	margin-top: 30px;
}

.case_listh li .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;
	position: relative;
}

.case_listh li .caseinfo li:first-child {
	padding: 1px 8px 1px 0;
}

.case_listh li .caseinfo li+li {
	padding: 0 8px;
}

.case_listh li .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_listh li .inner-description {
	background: rgba(255, 255, 255, .9);
	padding: 0 20px;
	position: relative;
}

.case_listh li .inner-description p {
	font-size: 17px;
	line-height: 30px;
}

.case_listh li .inner-description p a {
	color: #fb4d4f;
}

.case_listh li .inner-description p a:hover {
	text-decoration: underline;
}

.case_listh li .box-show h2 a:hover {
	color: #fb4d4f;
}

.case_listh li:hover .box-show {
	margin-top: -110px;
}

#LoopDiv {
	width: 1260px;
	margin: auto;
	overflow: hidden;
}

.mKeBanner,
.mKeBanner div {
	text-align: center;
}

.imageflow img {
	-webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
	box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
}

.imageflow {
	overflow: hidden;
	position: relative;
	text-align: left;
	visibility: hidden;
	width: 1640px;
	margin: 0 auto 0 -180px;
}

.imageflow img {
	border: none;
	position: absolute;
	top: 0px;
	visibility: hidden;
	-ms-interpolation-mode: bicubic
}

.imageflow p {
	margin: 0 auto;
	text-align: center
}

.imageflow .loading {
	border: 1px solid #ccc;
	height: 15px;
	left: 50%;
	margin-left: -106px;
	padding: 5px;
	position: relative;
	visibility: visible;
	width: 300px
}

.imageflow .loading_bar {
	background: #ccc;
	height: 15px;
	visibility: visible;
	width: 1%
}

.imageflow .caption {
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 10000
}

.imageflow .scrollbar {
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	visibility: hidden;
	z-index: 10001;
	height: 1px
}

.bgcabout {
	background: #f6f6f6;
	padding: 60px 0;
	overflow: hidden;
	min-width: 1400px;
}

.worth {
	text-align: center;
}

.worth h2 {
	font-size: 42px;
	color: #000;
	margin-top: 20px;
	letter-spacing: 5px;
	line-height: 40px;
}

.worth .sub_title {
	margin-top: 28px;
	font-size: 30px;
	;
	letter-spacing: 2px;
	color: #111;
	line-height: 30px;
}

.bgcabout dl {
	overflow: hidden;
	background: #FFF;
	margin-top: 20px;
}

.bgcabout dl dt {
	float: left;
	width: 800px;
	height: 451px;
}

.bgcabout dl dt img {
	width: 800px;
	height: 451px;
}

.bgcabout dl dd {
	float: right;
	width: 800px;
}

.bgcabout dl dd h2 {
	font-size: 34px;
	font-weight: normal;
	color: #111;
	letter-spacing: 2px;
	margin-left: 85px;
	margin-top: 120px;
}

.bgcabout dl dd p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	margin-top: 20px;
	margin-left: 85px;
	width: 630px;
}

.bgcabout dl:nth-child(2n) dt {
	float: right;
}

.bgcabout dl:nth-child(2n) dd {
	float: left;
}

.worth .contents {
	margin: 30px auto 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #111;
	opacity: .8;
}

.prntit {
	margin: 40px auto;
	overflow: hidden;
}

.prntit .title {
	margin: 0;
}

.prntit .title {
	font-size: 30px;
	line-height: 50px;
	font-weight: 700;
	color: #191919;
	letter-spacing: 2px;
}

.prntit .more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 156px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 4px;
	opacity: 1;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
}

.prntit .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;
}

.prntit .more:hover {
	color: #fff;
	opacity: 1
}

.prntit .more:hover::after {
	width: 100%
}

.prntit .more__text {
	position: relative;
	z-index: 10;
}

.prntit .fr.title {
	margin-left: 30px;
}

#detail {}

.flexslider {
	position: relative;
	zoom: 1;
}

.xgt {
	margin: 0px auto 20px auto;
	width: 1180px;
	text-align: center;
	background: #f5f5f5;
	padding: 10px;
}

.xgt_s {
	margin: 0px auto 20px auto;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

#slider {
	width: 100%;
	height: 652px;
}

#slider .slides img {
	width: 100%;
	height: 652px;
	text-align: center;
}

#carousel {
	height: 128px;
}

#carousel ul li {
	margin: 15px 15px 0 0;
	cursor: pointer;
}

#carousel ul li img {
	width: 180px;
	height: 99px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 56px;
	height: 56px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	background: url(../images/arrow_l_r.png) no-repeat;
	text-indent: -999em
}

.flex-direction-nav .flex-prev {
	left: -50px;
	background-position: 0 0
}

.flex-direction-nav .flex-next {
	right: -50px;
	background-position: -56px 0
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}

.hx {
	background: url(../images/hx.gif) repeat-x bottom;
}

.ctitle {
	text-align: center;
	width: 100%;
	font-size: 35px;
	font-family: "微软雅黑";
	line-height: 45px;
	color: #333;
}

.ctitle p {
	font-size: 12px;
	color: #999;
}

.ctitle span {
	font-size: 14px;
	color: #666;
	margin-top: 45px;
}

.return {
	text-align: right;
	margin-top: 20px;
}

.return a {
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	width: 100px;
	height: 53px;
	padding-right: 25px;
	color: #fff;
	background: url(../images/line06.jpg) repeat-x center;
}

.bshare-custom {
	margin-top: 9px;
}

.nexttext {
	margin-top: 30px;
	height: 70px;
	line-height: 35px;
	background: #FAFAFA;
	padding: 5px 15px;
	font-size: 14px;
	border-top: #E5E5E5 1px solid;
}

.return {
	text-align: right;
	margin-top: 20px;
}

.return a {
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	width: 100px;
	height: 53px;
	padding-right: 25px;
	color: #fff;
	background: url(../images/line06.jpg) repeat-x center;
}

.bshare-custom {
	margin-top: 9px;
}

.ntxq {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dedede;
}

.ntxq span {
	background: #1f534f;
	display: block;
	width: 150px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}

.news_list {}

.news_list li {
	float: left;
	background: #fff;
	margin-top: 30px;
	width: 49%;
	overflow: hidden;
}

.news_list li:nth-child(2n) {
	float: right;
}

.news_list li .pic {
	overflow: hidden;
	width: 784px;
	height: 533px;
}

.news_list li img {
	width: 100%;
	transition: all .3s ease-in-out;
}

.news_list li .newsinfo {
	padding: 20px;
}

.news_list li h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 600;
}

.news_list li h2 a {
	color: #121212;
}

.news_list li p {
	margin-top: 20px;
	color: #787878;
	font-size: 17px;
	letter-spacing: 2px;
}

.news_list li:hover img {
	transform: scale(1.05);
}

.videojr {
	cursor: pointer;
	text-align: center;
	margin: 15px auto 40px;
	color: #0d7fef;
	font-size: 18px;
}

.videojr img {
	vertical-align: middle;
	margin-left: 20px;
}

.jairuwm .bg {
	width: 100%;
	height: 684px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.jairuwm .bg: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
}

.jairuwm .bg:before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	transition: .5s all ease
}

.jairuwm .bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: -1
}

.jairuwm .bg:hover img {
	width: 110%;
	height: 110%
}

.jairuwm .bg:hover:after,
.video .bg:hover:before {
	opacity: 1
}

.w {
	height: 686px;
	background: url(../images/jiaruwomenbg1.png) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.w .jrwminfo {
	margin: 240px 0 0 83px;
}

.jrwminfo {
	color: #FFF;
	margin: 222px 0 0 83px;
}

.jrwminfo dt {
	font-size: 30px;
	line-height: 46px;
}

.jrwminfo dd {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	width: 376px;
}

.jrwmul {
	width: 1690px;
}

.jrwmul li {
	float: left;
	width: 510px;
	margin-right: 35px;
	margin-top: 40px;
}

.jrwmul li h2 {
	font-size: 24px;
	color: #000;
	margin-top: 30px;
}

.jrwmul li p {
	color: #18181c;
	margin-top: 18px;
	font-size: 16px;
	line-height: 30px;
	width: 450px;
}

.x {
	height: 686px;
	background: url(../images/jiaruwomenbg2.png) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.y {
	height: 686px;
	background: url(../images/jiaruwomenbg3.png) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.jrwmul.sheji li {
	margin-top: 80px;
}

.jrwmul.sheji li h2 {
	text-align: center;
}

.jrwmul.sheji li p {
	text-align: center;
	width: 100%;
}

.recruitbg {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 120px 0;
	overflow: hidden;
}

.recruit {
	width: 1615px;
	margin-top: 70px;
}

.recruit .item {
	float: left;
	width: 525px;
	height: 223px;
	background-color: #fff;
	position: relative;
	margin-right: 12px;
	margin-top: 30px;
}

.recruit .item .content {
	width: 525px;
	height: 223px;
	display: block;
	position: relative;
	color: #111;
	font-weight: 500;
}

.recruit .item .content .p1 {
	position: absolute;
	font-size: 24px;
	top: 65px;
	left: 69px;
	font-weight: 700;
}

.recruit .item .content .p2 {
	position: absolute;
	left: 70px;
	font-size: 20px;
	top: 110px;
}

.recruit .item .content .tips {
	position: absolute;
	color: rgba(17, 17, 17, .6);
	font-size: 16px;
	right: 51px;
	bottom: 30px;
	letter-spacing: 1px;
}

.recruit .item .ul_desc {
	position: absolute;
	background-color: #fff;
	opacity: 0;
	top: 0;
	left: 0;
	width: 472px;
	height: 175px;
	color: #111;
	padding: 25px 26px 24px 27px;
	font-weight: 400;
	box-shadow: 3px 20px 40px rgba(0, 0, 0, .16);
	transition: all .2s linear;
	-webkit-transition: all 1s ease-in-out;
}

.recruit .item .ul_desc ul {
	opacity: .8;
	background-color: #fff;
	line-height: 23px;
	font-size: 16px;
}

.recruit .item .ul_desc ul li {
	position: relative;
	padding-left: 11px;
}

.recruit .item .ul_desc ul>li::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
}

.recruit .item:hover .ul_desc {
	opacity: 1;
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

.last {
	height: 452px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	min-width: 1400px !important;
}

.last p {
	padding-top: 100px;
	font-size: 24px;
	color: #111;
	line-height: 48px;
	padding-bottom: 58px;
}

.last a {
	line-height: 30px;
	vertical-align: middle;
}

.last a img {
	width: 42px;
	height: 25px;
	vertical-align: top;
}

.last a span {
	padding-left: 18px;
	font-size: 24px;
	color: #111;
	font-weight: 600;
}

.online-service {
	display: none;
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 68px;
	height: 68px;
	text-align: center;
	z-index: 1000;
	transition: all .3s;
}

.online {
	display: inline-block;
	background: #0d7fef;
	position: relative;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
}

.online::before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #2995ff;
	content: '';
	transform: translateX(-100%);
	transition: all .3s;
}

.online-service .cooperationActive {
	position: absolute;
	right: 10px;
	width: 46px;
	height: 46px;
	background-color: #2995ff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	transform: translateX(-12px);
	transition: all .5s;
	overflow: hidden;
	font-size: 20px;
	text-indent: -1em;
	letter-spacing: 1px;
	color: #fff;
	display: none;
	transition: all .3s;
	line-height: 46px;
}

.online-service .online {
	display: inline-block;
	background: #ffb709;
	position: relative;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.online-service.active .cooperationActive {
	width: 325px
}

.online {
	display: flex;
	flex-wrap: wrap;
}

.footer-cooperation {
	margin-top: 62px;
}

.footer-cooperation,
.online-service {
	display: none;
	position: fixed;
	right: 10px;
	top: 80%;
	transform: translateY(-80%);
	width: 68px;
	height: 68px;
	text-align: center;
	z-index: 1000;
}

.footer-cooperation .cooperationActive {
	position: absolute;
	right: 10px;
	width: 46px;
	height: 46px;
	background-color: #ffb709;
	border-radius: 50px;
	display: flex;
	align-items: center;
	transform: translateX(-12px);
	transition: all .4s;
	overflow: hidden;
}

.footer-cooperation .cooperationActive span {
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.footer-cooperation .cooperationActive span:nth-child(1) {
	padding: 0 20px 0 27px;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid rgba(255, 255, 255, 1);
}

.footer-cooperation .cooperationActive span:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	padding-left: 19px;
}

.footer-cooperation.active .cooperationActive {
	width: 260px
}

.footer-cooperation>.con::before,
.online::before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #2995ff;
	content: '';
	transform: translateX(-100%);
	transition: all .3s;
}

.footer-cooperation .con img {
	display: inline-block;
	z-index: 9999;
	width: 25px;
	height: 22px;
}

.footer-cooperation .con {
	display: inline-block;
	background: #ffb709;
	position: relative;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.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;
}

.apply_dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	background: rgba(0, 0, 0, .85);
	z-index: 1000;
}

.ad_content {
	width: 578px;
	padding-bottom: 80px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1000;
}

.apply_dialog form {
	margin: 0 auto;
	width: 480px;
}

.apply_dialog h1 {
	padding-top: 100px;
	color: #2f2f2f;
}

.apply_dialog h1,
.success_dialog h1 {
	padding-bottom: 30px;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	ine-height: 40px;
}

*,
.new_btn,
 ::after,
 ::before,
html {
	box-sizing: border-box;
}

.apply_dialog form label {
	width: 20px;
	color: red;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}

.apply_dialog form input {
	margin-bottom: 18px;
	padding-left: 18px;
	width: 420px;
	height: 50px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.apply_dialog form input.ad_submit {
	width: 100%;
	background-color: #267ad0;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.apply_dialog form input {
	margin-bottom: 18px;
	padding-left: 18px;
	width: 420px;
	height: 50px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.apply_dialog form select {
	width: 30%;
	height: 50px;
	margin-bottom: 18px;
	padding-left: 18px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: #f9f9f9;
}

.apply_dialog form textarea {
	width: 404px;
	height: 135px;
	padding-top: 15px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 20px;
	border-radius: 6px;
	border: 1px solid #ccc;
	vertical-align: text-top;
}

.apply_dialog .ad_tips {
	margin-left: 48px;
}

.apply_dialog .ad_tips span {
	margin-right: 10px;
	color: red;
}

.ad_close {
	position: absolute;
	display: block;
	top: 30px;
}

.ad_close,
.sd_close {
	width: 30px;
	height: 30px;
	right: 30px;
	background: url(../images/close.png) center no-repeat;
	cursor: pointer;
}

.tjbox {
	position: relative;
	height: 240px;
}

.tjbox .swiperContainer {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
	height: 232px;
	overflow: hidden;
}

.tjbox .swiperWrapper>ul>li {
	margin: 0 14px 0 0;
	width: 210px;
	text-align: center;
	position: relative;
}



/*新增开始*/



/*新增结束*/













@media screen and (max-width: 1600px) {
	.center {
		width: 1400px;
		height: auto;
		overflow: hidden;
	}
	.shiyongbox {
		margin-top: 80px;
		height: 744px;
		position: relative;
	}
	.shiyongcont {
		position: relative;
		width: 1400px;
		height: 744px;
	}
	.shiyong .syimg {
		float: left;
		width: 232px;
		border: 2px solid #8f9fb5;
		margin-right: 30px;
		position: relative;
	}
	.jiemian {
		width: 100%;
		height: 1000px;
		background: #fff;
	}
	.jmimg01 {
		top: 60px;
		left: 0px;
	}
	.jmimg02 {
		top: 466px;
		left: 0px;
	}
	.jmimg03 {
		top: 60px;
		left: 396px;
	}
	.jmimg04 {
		top: 585px;
		left: 396px;
	}
	.jmimg05 {
		top: 583px;
		left: 800px;
	}
	.jmimg06 {
		top: 60px;
		right: 0px;
		text-align: right;
	}
	.jmimg07 {
		top: 298px;
		right: 198px;
		text-align: right;
	}
	.jmimg08 {
		top: 298px;
		right: 0px;
		text-align: right;
	}
	.jmimg09 {
		top: 495px;
		right: 0px;
		text-align: right;
	}
	.jiemian img {
		width: 87%;
	}
	.product {
		height: 465px;
		margin-top: 60px;
	}
	.product .prod {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		background-repeat: no-repeat
	}
	.product .prod .mask {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		opacity: 0;
		transition: all .3s
	}
	.product .prod .act,
	.product .prod .title,
	.sec6 .card .act {
		letter-spacing: .01rem;
		position: relative
	}
	.product .prod .act::before,
	.sec6 .card .act::before {
		bottom: -4px;
		width: 0;
		background: #fff;
		transition: all .3s;
		content: ''
	}
	.product .prod .title {
		height: 48px;
		font-size: 27px;
		font-weight: 500;
		color: #fff;
		line-height: 48px;
		z-index: 2;
		opacity: 0;
		text-align: center;
	}
	.product .prod .act {
		opacity: 0;
		display: inline-block;
		margin-top: 10px;
		height: 22px;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		line-height: 22px
	}
	.product .prod3 .title,
	.sec5 .desc,
	.sec5 .title,
	.sec7 .title,
	.sec7 .videos .video .title {
		letter-spacing: 2px;
	}
	.product .prod .act::before {
		position: absolute;
		left: 0;
		display: block;
		height: 2px
	}
	.product .prod:hover .act,
	.product .prod:hover .mask,
	.product .prod:hover .title {
		opacity: 1
	}
	.product .prod:hover .act::before {
		width: 5em
	}
	.product .prod1 {
		width: 392px;
		height: 227px;
		top: 0;
		left: 0;
		background: url(../images/prodc1.jpg) center no-repeat;
		background-size: cover;
	}
	.product .prod2 {
		width: 392px;
		height: 234px;
		top: 230px;
		left: 0;
		background: url(../images/prodc2.jpg) center no-repeat;
		background-size: cover;
	}
	.product .prod3 {
		display: block;
		width: 690px;
		height: 464px;
		top: 0;
		left: 392px;
		background: url(../images/prodc3.jpg) center no-repeat;
		text-align: center;
		background-size: cover;
	}
	.product .prod3 .mask {
		display: none;
	}
	.product .prod3 .title {
		height: 98px;
		opacity: 1;
		font-size: 36px;
		margin-top: 121px;
		font-weight: 800;
		color: #000;
		line-height: 48px;
		display: none;
	}
	.product .prod3 .act {
		opacity: 1;
		margin-top: 21px;
		color: #111;
		text-align: center;
		display: none;
	}
	.product .prod3 .act::before {
		background: #111
	}
	.product .prod4 {
		width: 318px;
		height: 464px;
		top: 0;
		right: 0;
		background: url(../images/prodc4.jpg) center no-repeat;
	}
	.videodl dt .bg {
		width: 918px;
		height: 493px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	.videodl dd .bg {
		width: 467px;
		height: 493px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	.videoul {
		width: 1415px;
	}
	.videoul li {
		float: left;
		width: 459px;
		margin-top: 15px;
		margin-right: 11px;
	}
	.videoul li img {
		width: 459px;
		height: 265px;
	}
	.videoul .bg {
		width: 459px;
		height: 265px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	.bgimg {
		margin: auto;
		background: url(../images/jrwm.jpg) center no-repeat;
		height: 494px;
		color: #FFF;
		overflow: hidden;
		width: 1400px;
	}
	.fnav {
		width: 690px;
	}
	.fnav dl {
		float: left;
		margin-left: 56px;
	}
	.footer {
		border-top: 1px solid #78797b;
		width: 1400px;
		margin: 80px auto 0;
	}
	.news_l {
		width: 700px;
		height: 536px;
		position: relative;
		overflow: hidden;
	}
	.news_l img {
		width: 700px;
		height: 476px;
		position: absolute;
		z-index: 1;
		transition: all .4s ease-in-out 0s;
	}
	.news_l 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;
	}
	.news_r {
		width: 670px;
	}
	.news_r .newsa p {
		font-size: 18px;
		color: #8d8e8d;
		margin-top: 18px;
		line-height: 30px;
		height: 63px;
		overflow: hidden;
	}
	.case_list li {
		float: left;
		width: 33.33333%;
		height: 415px;
		overflow: hidden;
		position: relative;
	}
	.imageflow {
		overflow: hidden;
		position: relative;
		text-align: left;
		visibility: hidden;
		width: 1400px;
		margin: 0 auto 0 0px;
	}
	.w {
		height: 686px !important;
		background: url(../images/jiaruwomenbg1.png) center no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.w .jrwminfo {
		margin: 280px 0 0 53px;
	}
	.jrwminfo {
		color: #FFF;
		margin: 222px 0 0 53px;
	}
	.jrwminfo dt {
		font-size: 30px;
		line-height: 46px;
	}
	.jrwminfo dd {
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
		width: 376px;
	}
	.jrwmul {
		width: 1690px;
	}
	.jrwmul li {
		float: left;
		width: 510px;
		margin-right: 35px;
		margin-top: 40px;
	}
	.jrwmul li h2 {
		font-size: 24px;
		color: #000;
		margin-top: 30px;
	}
	.jrwmul li p {
		color: #18181c;
		margin-top: 18px;
		font-size: 16px;
		line-height: 30px;
		width: 450px;
	}
	.x {
		height: 686px !important;
		background: url(../images/jiaruwomenbg2.png) center no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.y {
		height: 686px !important;
		background: url(../images/jiaruwomenbg3.png) center no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.jrwmul {
		width: 1400px;
	}
	.jrwmul li {
		float: left;
		width: 447px;
		margin-right: 29px;
		margin-top: 40px;
	}
	.jrwmul li img {
		width: 100%
	}
	.jrwmul li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.jiejue dl dt {
		float: left;
		padding: 10px;
		background: #FFF;
		width: 660px;
	}
	.jiejue dl dd {
		float: right;
		width: 650px;
	}
	#jjfa1 img {
		width: 100%
	}
	.yanfa {
		width: 1460px;
	}
	.yanfa li {
		float: left;
		padding: 10px 10px;
		background: #f4f4f4;
		overflow: hidden;
		width: 358px;
		margin-right: -10px;
	}
	.imga {
		width: 100%;
	}
	.case {
		width: 1460px;
	}
	.case li {
		float: left;
		margin-right: 2%;
		margin-top: 40px;
		width: 23%;
	}
	.case li img {
		width: 100%;
		height: 180px;
		transition: all .4s ease-in-out 0s;
	}
	.case1 {
		width: 1460px;
	}
	.case1 li {
		float: left;
		margin-right: 2%;
		margin-top: 40px;
		overflow: hidden;
	}
	.case1 li img {
		width: 315px;
		height: 177px;
		transition: all .4s ease-in-out 0s;
	}
	.hezuo dl {
		height: 372px;
		background: #e8e8e8;
		overflow: hidden;
	}
	.hezuo dl dt {
		float: left;
		width: 700px;
		height: 372px;
	}
	.hezuo dl dt img {
		width: 700px;
		height: 372px;
	}
	.hezuo dl dd {
		float: right;
		width: 700px;
	}
	.daili {
		width: 1430px;
		margin-top: 60px;
	}
	.daili li {
		float: left;
		width: 335px;
		height: 574px;
		position: relative;
		margin-right: 20px;
		margin-top: 20px;
	}
	.daili li img {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9;
		left: 0px;
		top: 0px;
	}
	.daili li .maskdl {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
		position: absolute;
		z-index: 99;
		left: 0px;
		top: 0px;
	}
	.daili li .infos {
		border: 1px solid #dedede;
		width: 306px;
		height: 544px;
		position: absolute;
		z-index: 999;
		left: 15px;
		top: 15px;
		text-align: center;
	}
	.daili li .infos p {
		font-size: 19px;
		color: #FFF;
		line-height: 40px;
		letter-spacing: 1px;
		margin-top: 50%;
	}
	.daili li .infos h2 {
		font-size: 38px;
		font-weight: normal;
		color: #FFF;
		margin-top: 55%;
		letter-spacing: 3px;
	}
}
@media screen and (max-width:992px) {
	.videos video {
		width: 80% !important;
		margin: 60% 0 0 10%;
	}
}

/*@media screen and (max-width: 750px) {
.videos video {
	width: 80% !important;
	margin: 60% 0 0 10%;
}
.center{ width:640px; height:auto;}
.main{width: 640px;height:auto;}
.video__container .product__video{height:277px!important; background-size: cover;}
.header{width:100%;background:#000;position:relative;z-index:50;max-height:134px;}
.menu{padding: 0;box-sizing:border-box;}
.menu{margin:0 auto}
.header .menu>ul>li{height:50px;font-size:16px;line-height:50px;padding:0 25px;margin: 0 0px;white-space:nowrap;}

.tit{ text-align:center;}
.tit h2{font-size: 38px;color:#000;line-height: 37px;letter-spacing:2px;}
.tit p{font-size: 17px;color: #666;line-height:25px;margin-top: 19px;letter-spacing:2px;}
.tit .more{position:relative;display:flex;justify-content:center;align-items:center;width:156px;height:40px;border:1px solid #000;border-radius:4px;opacity:.7;font-size:16px;font-family:PingFang SC;font-weight:400;color:#000;letter-spacing:1px;margin: 15px auto 0;}

.shiyongbox{ margin-top:40px; height:300px; position:relative;}
.shiyongcont{ position:relative; width:640px; height:300px;}
.shiyongcont img{ width:100%; height:100%; position:absolute; z-index:1; top:0px; left:0px;}
.shiyongcont .main{ position:absolute; z-index:99; top:0px; left:10px; color:#FFF; width:640px;}


.shiyongcont .main h2{font-size:20px;letter-spacing:3px;margin-top:50px;height: 30px;}
.shiyongcont .main p{font-size:12px;letter-spacing: 1px;margin-top: 10px;}
.shiyongcont .more{position:relative;display:flex;justify-content:center;align-items:center;width: 102px;height: 41px;border:1px solid #FFF;border-radius:4px;opacity:1;font-size:12px;font-family:PingFang SC;font-weight:400;color:#fff;letter-spacing:1px;margin-top: 13px;}
.shiyongcont .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;}
.shiyongcont .more:hover{color:#000;opacity:1}
.shiyongcont .more:hover::after{width:100%}
.shiyongcont .more__text{position:relative;z-index:10;}

.shiyong{ margin-left:10px; position:absolute; z-index:999; bottom:30px;}
.shiyong .syimg{ float:left; width:112px; border:2px solid #8f9fb5; margin-right:10px; position:relative;}
.shiyong .syimg a{ display:block;}
.shiyong .syimg img{ width:100%;}
.shiyong .syimg .mask{ 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:60px;}
.shiyong .syimg .mask p{ font-size:12px; letter-spacing:2px; color:#FFF;}
.shiyong .syimg.cur{ border:2px solid #d8ff00;}
.shiyong .syimg.cur .mask{ background:rgba(0,0,0,0.1);}

.videobg{width:100%;height:auto;padding: 160px 0;background:url(../images/videobg.jpg) center no-repeat;text-align:center;}
.videobg .video__title{font-size:20px;font-family:PingFang SC;font-weight:400;line-height:44px;letter-spacing:6px; margin-top:15px; color:#FFF;}
.videobg .video__desc{margin-top:8px;font-size:30px;font-family:PingFang SC;font-weight:600;line-height:48px;letter-spacing:9px; color:#FFF;}

.videobg .more{position:relative;display:flex;justify-content:center;align-items:center;width:140px;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; margin:30px auto 0;}
.videobg .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;}
.videobg .more:hover{color:#000;opacity:1}
.videobg .more:hover::after{width:100%}
.videobg .more__text{position:relative;z-index:10;}

.jiemian {display: none;}




.contact dl dd{float:left;margin-left: 30px;width: 300px;}
.contact dl dd p{line-height:40px;font-size: 16px;color:#000;}

.jairuwm .bg{width:100%;height: 274px;position:relative;overflow:hidden;cursor:pointer;}
.jrwminfo{color:#FFF;margin:222px 0 0 83px;display: none;}

.jrwmul{ width:660px;}
.jrwmul li{ float:left; width:190px; margin-right:25px; margin-top:40px;}
.jrwmul li h2{font-size: 15px;color:#000;margin-top: 10px;}
.jrwmul li p{color: #18181c;margin-top: 1px;font-size: 12px;line-height: 20px;width: 190px;}

.tel{width:308px;display: none;}
.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: 890px;}

.fnav{width: 100%;}
.fnav dl{float:left;margin-left: 42px;}
.ewm{width: 400px;display: none;}

.footer{display: none;}
}*/


/* 2021.7.12 新增 */

.lxanniu {
	margin-top: 75px;
	cursor: pointer;
	text-align: center;
	width: 156px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFF;
	border-radius: 4px;
	background: #000;
	overflow: hidden;
	color: #fff;
}

.lxanniu:hover {
	margin-top: 75px;
	cursor: pointer;
	text-align: center;
	width: 156px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cc0000;
	border-radius: 4px;
	background: #cc0000;
	overflow: hidden;
	color: #fff;
}



/*新增11111111111111111111*/
.case li p{
	overflow: hidden;
text-overflow:ellipsis; 
white-space: nowrap;
}
@media (max-width: 950px){
	.product__video{
		height: 290px!important;
		background-size: cover!important;
		margin-top: 54px;
	}
	.video__container .video__mask{
		padding-top: 110px;
	}
	.video__container .video__desc{
		font-size: 20px;
		letter-spacing:2px;
		line-height: 30px;
	}
	.video__container .video__title{
		font-size: 14px;
		letter-spacing:1px;
	}
	.video__container .video__more{
		margin-top: 20px;
		width: 110px;
		height: 30px;
		font-size: 13px;
	}
	.center{
		width: 90%;
	}
	.tit h2{
		font-size: 20px;
		line-height: 45px;
	}
	.tit{
		padding: 0px;
	}
	.tit p{
		font-size: 12px;
		letter-spacing:0px;
		margin-top: 0px;
	}
	.jiambg{
		height: 300px;
		background-size: cover!important;
	}
	.jiam02{
		width: 100%;
		margin-top: 85px;
	}
	.jiam02 h2{
		font-size: 20px;
		margin-top: 50px;
	}
	.jiam02 p{
		font-size: 12px;
		margin-top: 14px;
	}
	.jiambg1{
		height: 300px;
		background-size: cover!important;
	}
	.tit .more{
		height: 30px;
		line-height: 30px;
		width: 110px;
		font-size: 12px;
	}
	.case li h2{
		font-size: 15px;
	}
	.case li p{
		margin-top: 10px;
	}
	.tit .more{
		margin: auto;
		margin-top: 6%
	}
	.case{
		width: 100%!important;
	}
	.case li{
		margin-right: 0px;
		width: 100%;
	}
	.jiam03{
		height: 300px;
		background-size: cover!important;
	}
	.c_q img {
		margin-top: 8px
	}
	.row{
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	
	.case1{
		width: 100%;
	}
	.case1 li{
		margin-right: 0px;
		width: 50%;
	}
	.primg{
		margin-left: 3%;
		margin-right: 3%;
	}
	.primg img{
		width: 100%!important;
		height: auto!important;
	}
.jiam02{
		height: 140px;
	}
.video__container .video__title{
		line-height: 170%!important;
		text-align: center;
	}
.video__container .video__desc{
		margin-top: 30px;
	}
.prtit .title:nth-child(2){
		margin-right: 0px!important;
	}
.prtit .title{
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0px
	}
	.prtit .more{
		margin-top: 12px;
		font-size: 14px;
		width: 110px;
		height: 30px;
	}
	.yanfa li .yfinfo{
		padding: 25px 15px 22px;
	}
	.yanfa li .yfinfo h2{
		font-size: 16px;
		line-height: 28px;
	}
	.yanfa li .yfinfo h3{
		font-size: 14px;
		margin-top: 30px;
	}
	.yanfa{
		width: 100%;
	}
.videobg{
		padding: 0px;
		height: 300px;
	}
	
	
	.videobg .video__desc{
		font-size: 18px;
		letter-spacing:1px;
		padding-top: 17%;
	}

	.videobg .video__title{
		font-size: 15px;
		line-height: 33px;
		letter-spacing:3px;
	}
	
}




/*新增11111111111111111111*/