/*animate补充动画*/

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.heade {
    background: #F5F5F5;
	display: flex;
}
.head h3 {
	font-size: 16px;
	    color: #000000;
    padding: 0.5em;
}
.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}
/* 产品中心1 */
@charset "utf-8";
/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,img,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{ font-family: "微软雅黑",Arial, Helvetica, sans-serif; font-size:16px; line-height: 1; color: #7c7c7c; background-image: url(../images/bg.png); background-repeat: no-repeat; background-position: center 0px; }
img{border:none;}
em,strong{font-style:normal;font-weight:normal;}
li{list-style:none;}
h1{font-size:18px;}
h2{font-size:16px;}
q:before,q:after{content:'';}/* 消除q前后的内容 */
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
a,a:hover{ text-decoration: none; }
.clear { clear: both; }
.content { width: 1220px; margin-right: auto; margin-left: auto; }
#business { margin-top: 30px; }
#business span { float: right; font-size: 14px; line-height: 2.5; }
#business span a { color: #333; }
#business span a:hover { color: #c81622; text-decoration:none; }
#business h1 { font-weight:bold; color: #0056B3; line-height: 2; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #eaeaea; font-size: 20px; }
#business h1 small { background-image: url(../images/floor.png); background-repeat: no-repeat; background-position: 0px 0px; color: #FFF; font-size: 14px; text-align: center; padding-top: 6px; padding-right: 10px; padding-bottom: 10px; padding-left: 3px; margin-right: 10px; }
#business .item { width: 275px; border: 1px solid #eaeaea; float: left; margin-right: 10px; margin-top: 16px; padding-top: 13px; padding-right: 9px; padding-left: 9px; padding-bottom: 9px; }
#business .item:hover { background-color: #f8f8f8; -webkit-box-shadow:0 0 10px 0px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 10px 0px rgba(0, 0, 0, .3); box-shadow:0 0 10px 0px rgba(0, 0, 0, .3); }
#business .item-nonemargin { margin-right: 0px; }
#business .item img { padding-bottom: 12px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #eaeaea; }
#business .item h2 { font-weight: normal; margin-top: 12px; margin-bottom: 10px; }
#business .item h2 a { color: #0056B3; }
#business .item h2 a:hover { text-decoration: none; color#3b83ff: ; }
#business .item p { line-height: 1.5; }
@charset "utf-8";
/* CSS Document */
/*媒体查询的支持程度是IE9+以及其他现代的浏览器，Respond.js让IE6-8支持CSS3 Media Query媒体查询*/
@media screen and (max-width: 1219px) {
.content { width:1000px; }

#business .item { width: 158px; }
#business .item img { height: auto; width: 100%; display: inline-block; }
}
@media screen and (max-width: 979px) {
.content { width:750px; }

#business .item { width: 200px; padding-right: 15px; padding-left: 15px; }
#business .item-responsive1 { margin-right: 0px; }
}
@media screen and (max-width: 767px) {
.content { width:460px; }  

#business .item { width: 215px; padding-right: 6px; padding-left: 6px;}
#business .item-responsive1 { margin-right: 27px; }
#business .item-responsive2 { margin-right: 0px; }
}
@media screen and (max-width: 479px) { 
.content { width:360px; }

#industry { width: 296px; padding-right: 5px; padding-left: 5px; }
#industry ul li a { margin-right: 2px; margin-left: 1px; }
#business .item { width:165px; padding-right:1px; padding-left:1px; }
#business .item-responsive1 {margin-right: 1px;}
}
/* 产品中心 */

.pb-30 {
  padding-bottom: 50px;
  z-index: 10;
  position: relative;
}

/*
Featured Products Style
=================================================*/
.featured-products-area .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
  margin-top: 0;
}

.featured-products-area .owl-nav .owl-prev, .featured-products-area .owl-nav .owl-next {
  background-color: transparent;
  border: 2px solid #dddddd !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #9C9C9C;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0;
  margin-left: 15px;
}

.featured-products-area .owl-nav .owl-prev i, .featured-products-area .owl-nav .owl-next i {
  font-size: 27px;
  position: relative;
  top: -1px;
  color: #9C9C9C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.featured-products-area .owl-nav .owl-prev:hover, .featured-products-area .owl-nav .owl-next:hover {
  background-color: transparent;
  background-color: #ff6a00;
  border-color: #ff6a00 !important;
}

.featured-products-area .owl-nav .owl-prev:hover i, .featured-products-area .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.featured-products-area .owl-nav .owl-next i {
  right: -1px;
}

.featured-product-img {
  background-image: url(../images/p1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width:80% !important;
}
.featured-product-img1 {
  background-image: url(../images/p2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width:80% !important;
}
.featured-product-img2 {
  background-image: url(../images/p3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width:80% !important;
}

.featured-product-img.bg-2::after {
  display: none;
}

.featured-product-img.bg-2 .featured-product-content {
  bottom: auto;
  top: 0;
}

.featured-product-img.bg-2 .featured-product-content .best {
  color: #111111;
}

.featured-product-img.bg-2 .featured-product-content h3 {
  color: #111111;
}

.featured-product-img.bg-2 .featured-product-content .offer {
  color: #111111;
}

.featured-product-img.bg-2 .featured-product-content a {
  color: #111111;
}

.featured-product-img.bg-3 {
  background-image: url(../image/featured-offer-img-3.jpg);
}

.featured-product-img.bg-3::after {
  display: none;
}

.featured-product-img.bg-3 .featured-product-content {
  bottom: auto;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.featured-product-img.bg-3 .featured-product-content .best {
  color: #111111;
}

.featured-product-img.bg-3 .featured-product-content h3 {
  color: #111111;
}

.featured-product-img.bg-3 .featured-product-content .offer {
  color: #111111;
}

.featured-product-img.bg-3 .featured-product-content a {
  color: #111111;
}

.featured-product-img::before {
  content: "";
  /* position: absolute; */
  /* bottom: 0; */
  left: 0;
  width: 100%;
  /* height: 24px; */
  background-color: #ffffff;
}

.featured-product-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.featured-product-img .featured-product-content {
  position: absolute;
  padding: 30px;
  bottom: 20px;
  left: 0;
}

.featured-product-img .featured-product-content .best {
  font-size: 13px;
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
}

.featured-product-img .featured-product-content h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}

.featured-product-img .featured-product-content .offer {
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}

.featured-product-img .featured-product-content a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}

.featured-product-img .featured-product-content a:hover {
  color: #ff6a00;
}

.itempage{ padding: 50px 200px;}
.item-div{ padding: 50px 0 0 0;}
.item-div1 ul{ display: flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;}
.item-div1 ul li{ width: 23%; margin-bottom: 3%;}
.item-div1 ul li img{ display: block; width: 100%; overflow: hidden;}
.item-div1 li h3{ font-size: 18px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 10px 0;}
.item-div1 li p{ font-size: 14px; color: #999; height: 48px; line-height: 24px; overflow: hidden;}
.item-div1 li figcaption{ box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 10px 10px;}

.item-div2 ul{ display: flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;}
.item-div2 ul li{ width: 25%; border:1px solid #E0E0E0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
margin-bottom: -1px; }
.item-div2 ul li:nth-child(2n+1),.item-div2 ul li:nth-child(2),.item-div2 ul li:nth-child(6){ border-right: none;}
.item-div2 ul li p{text-align: center; font-size: 16px; padding: 15px 0;}
.item-div2 ul li figure img{ display: block; width: 160px; margin: 20px auto 0 auto;}
.item-div3{ padding-bottom: 0;}
.item-div3 .liuyan{ padding-top: 0;}
.item-div3 .liuyan ul{display: flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;  padding:50px 0;}
.item-div3 .liuyan li{ width: 32%; margin: 15px 0;}
.item-div3 li.on_22{ display:flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between;}
.item-div3 .liuyan li.on_22 input.sub{ width: 49%; border-radius: 5px;}
.item-div3 .liuyan li.on_22 a{ height: 50px; display: block; line-height: 50px; width: 49%; background: #3279e6; text-align: center;  border: none; border-radius: 5px; color: #fff;  font-size: 20px;  cursor: pointer;  transition: 300ms;}


.list-company{ padding: 45px 0;}
.list-company ul{ margin-top: 35px; display: flex;  display: flex; justify-content: space-between;}
.list-company ul li{  box-shadow: 0 0 10px rgba(0,0,0,0.05); width: 32%; padding: 25px 0; border:1px solid #F5F5F5;}
.list-company li p{height: 50px; line-height: 50px;  font-size: 16px; color: #000;
text-align: center; background: #fff;}


@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
	from {
		opacity: 1;
		transform: none;
	}
	to {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

.scaleIn {
	animation-name: scaleIn;
}

.fadeIn {
	animation-delay: 0.3s;
	animation-timing-function: linear;
}


/*滚动动画的样式*/


/*.disable-hover {*/


/*pointer-events: none;*/


/*}*/

.scroll-animate.animated {
	visibility: hidden;
}

.font-fadeIn font {
	display: inline-block;
	min-width: 12px;
}

.scrolly {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

img.classGo,
.pic.classGo {
	transition: all 1.2s ease-out;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	visibility: visible!important;
}

img.classGo.go,
.pic.classGo.go {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0);
}


/*header*/

.index-header {
	background: #ffffff;
	padding: 25px 40px;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 20px 50px 0 50px;
	max-height: 100px;
	transition: all 1s ease;
	position: absolute;
	z-index: 99;
	-webkit-box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
	-moz-box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
	box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
	width: calc(100% - 100px);
}

.index-logo {
	width: 20%;
}

.index-nav {
	width: 70%;
	padding-left: 150px;
}

.index-nav li {
	float: left;
	/* width: calc(100%/9); */
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	padding: 10px 59px 10px 0;
}

.index-nav li a {
	color: #141418;
	display: inline-block;
	position: relative;
}

.index-nav li a:after {
	position: absolute;
	content: "";
	bottom: -10px;
	width: 100%;
	height: 3px;
	left: 0;
	background: #3279e6;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: .42s;
	-webkit-transition: .42s;
}

.index-nav li a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.index-nav li.on a {
	color: #3279e6;
}

.index-nav li.on a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.index-nav li a:hover {
	color: #3279e6;
}

/* .index-header-right {
	padding-top: 10px;
} */

.index-header-right a {
	display: block;
	float: left;
	margin-left: 30px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.index-header-right .erweima {
	background: url(../images/erweima-ico.jpg) no-repeat left center;
	width: 60px;
	height: 60px;
	position: relative;
}

.erweima-pic {
	position: absolute;
	top: 30px;
	left: -53px;
	z-index: 99;
	display: none;
}

.index-header-right .erweima:hover .erweima-pic {
	display: block;
}

.search-btn {
	background: url(../images/sousuo.png) no-repeat left center;
	text-indent: 30px;
}

.la-close {
	font-family: "宋体", "黑体";
	font-size: 35px;
}

.search_sec {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 32, 49, 0.95);
	z-index: 999999999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.search_sec.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.search_sec.active .search_field {
	margin: 0;
}

.search_field {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: -50px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search_field .container {
	max-width: 800px;
	margin: 0 auto;
}

.search_field form {
	position: relative;
}

.search_field form input {
	width: 100%;
	height: 66px;
	background-color: #e5e5e5;
	color: #262626;
	font-size: 17px;
	padding: 0 30px;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
}

.search_field form button {
	position: absolute;
	top: 19px;
	right: 24px;
	background-color: inherit;
	border: 0;
}

.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: #c6c7ca;
	font-size: 40px;
}

.close-search:hover {
	color: #c6c7ca;
}


/*banner*/

.banner-position {
	position: relative;
}

.index-banner .swiper-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-wave {
	width: 100vw;
	position: absolute;
	bottom: -15%;
	z-index: 2;
}

.banner-wave>div {
	background-color: var(--col-deepblue);
	margin: -5px 0px 0px 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

svg {
	width: 100%;
	overflow: visible;
}

.wave {
	animation: wave 3s linear;
	animation-iteration-count: infinite;
	fill: #ffffff;
}

.drop {
	fill: var(--col-deepblue);
	xfill: #99000055;
	animation: drop 3.2s linear infinite normal;
	stroke: var(--col-deepblue);
	stroke-width: 0.5;
	transform: translateY(25px);
	transform-box: fill-box;
	transform-origin: 50% 100%;
}

.drop1 {}

.drop2 {
	animation-delay: 3s;
	animation-duration: 3s;
}

.drop3 {
	animation-delay: -2s;
	animation-duration: 3.4s;
}

.drop4 {
	animation-delay: 1.7s;
}

.drop5 {
	animation-delay: 2.7s;
	animation-duration: 3.1s;
}

.drop6 {
	animation-delay: -2.1s;
	animation-duration: 3.2s;
}

.gooeff {
	filter: url(../js/.com/Uploads/js/201810/1540526411/css/#goo);
}

#wave2 {
	animation-duration: 5s;
	animation-direction: reverse;
	opacity: 1
}

#wave3 {
	animation-duration: 7s;
	opacity: .4;
}

@keyframes drop {
	0% {
		transform: translateY(25px);
	}
	30% {
		transform: translateY(-10px) scale(.1);
	}
	30.001% {
		transform: translateY(25px) scale(1);
	}
	70% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(-10px) scale(.1);
	}
}

@keyframes wave {
	to {
		transform: translateX(-100%);
	}
}

@keyframes ball {
	to {
		transform: translateY(20%);
	}
}


/*about*/

.index-con {
	padding: 0 100px;
	box-sizing: border-box;
	width: 100%;
}

.index-about {
	position: relative;
	z-index: 9;
	position: relative;
	margin-top: 40px;
}

.index-about .index-about-text {
	width: 50%;
}

.index-about-text p {
	color: #666666;
	line-height: 33px;
}

.index-title h3 {
	font-size: 40px;
	font-family: "宋体", "黑体";
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #2575f2;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #2575f2, #6519c5);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #2575f2, #6519c5);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, #2575f2, #6519c5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index-title h2 {
	color: #FFFFFF;
	text-shadow: 0px 5px 15px #b8c2fd;
	font-size: 100px;
	letter-spacing: -2px;
	font-family: "宋体", "黑体";
	text-transform: uppercase;
	font-weight: bold;
	padding: 30px 0;
}

.index-title span {
	display: block;
	width: 30px;
	height: 4px;
	background: #3b83ff;
	margin: 30px 0 40px;
}

.index-more a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-family: "宋体", "黑体";
	width: 210px;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	background: #2d6dee;
	text-align: center;
	color: #ffffff;
	border-radius: 25px;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #5862ef, #2c6dee);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #5862ef, #2c6dee);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, #5862ef, #2c6dee);
	margin: 80px 0 20px;
}

.wave_box1 {
	position: absolute;
	bottom: -40vh;
	left: 0;
	opacity: .4;
	z-index: -1;
}

.index-about-pic {
	width: 34%;
	box-shadow: 0 22px 60px -5px rgba(44, 115, 240, 0.6);
	overflow: hidden;
	border-radius: 30px;
}

.index-about-pic a {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.index-about-pic img {
	display: block;
	text-align: right;
	width: 100%;
	height: 100%;
}


/*业务*/

.index-yewu {
	position: relative;
	z-index: 10;
	margin-top: 7em;
}

.index-yewu-info {
	margin-top: 2em;
}

.index-yewu-pic {
	width: 45%;
	box-shadow: 10px 30px 48px 5px rgba(44, 115, 240, 0.5);
	overflow: hidden;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.index-yewu-pic img {
	display: block;
	text-align: right;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

.index-yewu-list {
	width: 52%;
}

.index-yewu-list li {
	position: relative;
	float: left;
	width: 31%;
	margin-left: 2.3%;
	margin-top: 1.5em;
	padding: 30px;
	box-sizing: border-box;
}

.index-yewu-list li em {
	display: block;
	margin-bottom: 10px;
	height: 37px;
}

.index-yewu-list li .text h4 {
	color: #3b83ff;
	font-size: 20px;
	margin-bottom: 10px;
}

.index-yewu-list li .text span {
	color: #666666;
	font-size: 12px;
	font-family: "宋体", "黑体";
	text-transform: uppercase;
}

.index-yewu-list li .text p {
	color: #666666;
	font-size: 13px;
	margin-top: 20px;
	height: 90px;
	overflow: hidden;
}

.index-yewu-list li a {
	display: block;
}

.index-yewu-list li:hover {
	box-sizing: border-box;
	box-shadow: 0 0 10px #84b1ff;
	-webkit-box-shadow: 1px 1px 10px rgba(132, 177, 255, 0.5);
	box-shadow: 1px 1px 10px rgba(132, 177, 255, 0.5)
}

.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
	background-color: #c1d8ff
}

.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after {
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after {
	top: 0;
	width: 3px;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before {
	left: 0
}

.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after {
	right: 0
}

.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before {
	top: 0
}

.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after {
	bottom: 0
}

.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before {
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before {
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after {
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after {
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before {
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.button {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/*产品*/

.index-product {
	margin-top: 10em;
}

.index-product-list {
	margin-top: 4em;
}

.index-product-list li {
	float: left;
	width: 32%;
	margin-left: 2%;
	position: relative;
}

.index-product-list li em {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-product-list li em img {
	display: block;
	width: 100%;
	height: 100%;
}

.index-product-list li .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	z-index: 3;
	padding: 35px;
	box-sizing: border-box;
}

.index-product-list li .text h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

.index-product-list li .text p {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "宋体", "黑体";
	margin-bottom: 20px;
}

.index-product-list li .text span {
	display: block;
	margin-bottom: 20px;
}

.index-product-list li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, .3); */
}

.index-product-list li:first-of-type {
	margin-left: 0;
}

.index-product-list li:hover em img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-product-list li em img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}


/*news*/

.index-news {
	margin: 6em 0;
}

.index-news-list {
	width: 100%;
	margin-top: 5em;
}

.index-news-list li {
	width: 23.5%;
	float: left;
	margin-left: 2%;
	background: #ffffff;
	box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2)
}

.index-news-list li:nth-child(4n+1) {
	margin-left: 0;
}

.index-news-list li em {
	display: block;
	height: 250px;
	overflow: hidden;
}

.index-news-list li em img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-news-list li .text {
	padding: 35px;
	box-sizing: border-box;
}

.index-news-list li .text span {
	display: block;
	height: 2px;
	width: 30px;
	background: #d8d8d8;
	margin: 10px 0 20px;
}

.index-news-list li .text p {
	line-height: 30px;
	color: #333333;
	height: 70px;
	margin-bottom: 20px;
	font-size: 15px;
	overflow: hidden;
}

.index-news-list li .text i {
	color: #888888;
	font-family: arial;
	font-size: 14px;
	margin-top: 10px;
}

.index-news-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.index-news-list li a:hover .text p {
	color: #2575f2;
}

.index-news-list li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-news-list li a img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

.index-footer {
	background:#2a2e34;
	padding: 60px 0 0;
	box-sizing: border-box;
	margin-top: 6em;
}

.index-footer-info {
	margin-bottom: 50px;
	padding: 0 100px;
	box-sizing: border-box;
}

.index-footer-info .logo {
	width: 17%;
	text-align: center;
}

.index-footer-info .lianxi {
	width: 16%;
	text-align: center;
}
.fl a{color: #fff;}
.index-footer-info .lianxi h2 {
	color: #cdcdcd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-footer-info .lianxi p {
	color: #cdcdcd;
}

.index-footer-info .phone {
	color: #ecf0f4;
	font-size: 34px;
	font-family: "宋体", "黑体";
	width: 20%;
	margin-right: 3%;
	font-weight: bold;
	background: url(../images/phone.png) no-repeat center left;
	text-indent: 35px;
}

.index-footer-info .erweima {
	width: 100px;
	height: 100px;
}

.index-footer-info .erweima img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.index-footer-info .erweima p {
	text-align: center;
	color: #cdcdcd;
}

.index-footer-bottom {
	background: #000000;
	color: #ffffff;
	padding: 15px 0;
}

.index-footer-bottom a {
	color: #ffffff;
}

.position-yuan {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.position-yuan .bg {
	background: url(../images/yuan.png) no-repeat right center;
	z-index: 4;
	height: 731px;
	width: 731px;
	position: absolute;
	top: -120px;
	right: 0;
	background-repeat: no-repeat;
	background-color: transparent;
}



.index-table {
	display: table;
}

.index-cell {
	display: table-cell;
	vertical-align: middle;
}

@media all and (max-width:1600px) {
	.index-logo {
		width: 12%
	}
	.index-nav li {
		/* width: calc(100%/9); */
		font-size: 16px;
	}
	.wave_box1 {
		bottom: -20vh;
	}
	.position-yuan .bg {
		transform: scale(.7);
		right: -110px
	}
}

@media all and (max-width:1500px) {
	.index-title h3 {
		font-size: 44px;
	}
	.index-title h2 {
		font-size: 110px;
	}
	.index-nav li {
		font-size: 18px;
		padding: 10px 50px 15px 0;
	}
	.index-nav {
	    width: 70%;
	    padding-left:30px;
	}
}
@media all and (max-width:1700px) {
	
	.index-nav li {
		font-size: 18px;
		padding: 10px 50px 15px 0;
	}
	.index-nav {
	    width: 70%;
	    padding-left:30px;
	}
}
@media all and (max-width:1400px) {
	.index-con {
		padding: 0 4%;
	}
	.index-title h3 {
		font-size: 38px;
	}
	.index-title h2 {
		font-size: 80px;
	}
	.index-nav li {
		font-size: 16px;
		padding: 10px 12px 15px 0;
	}
	.index-nav {
	    width: 70%;
	    padding-left:30px;
	}
}

