﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: none;
	color: #333;
	overflow-x: hidden;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol, li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.fb {
	font-weight: bold;
}
.fnb {
	font-weight: 200;
	margin-left: -1px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}
.font_18 {
	font-size: 18px;
}
.font_s {
	font-family: "宋体";
}
.min_w {
	min-width: 1200px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
/*header*/
.logo {
	margin-top: 28px;
}
.nav {
	width: 826px;
}
.nav>ul>li {
	float: left;
	text-align: center;
	font-size: 14px;
	height: 103px;
	background: url(../imgs/pic_01.jpg) no-repeat left center;
	padding: 0 8px;
}
.nav>ul>li>a {
	color: #323232;
	height: 103px;
	line-height: 103px;
	display: block;
	width: 102px;
	background: url(../imgs/pic_02.jpg) no-repeat center -104px;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.nav>ul>li:hover>a {
	color: #fff;
	background: url(../imgs/pic_02.jpg) no-repeat center center;
}
.nav>ul>li:first-child {
	background: none;
}
/*index*/
.group_l {
	background: url(../imgs/pic_09.jpg) no-repeat left bottom;
	line-height: 75px;
	margin-top: 37px;
	font-size: 22px;
	color: #444444;
}
.group_l span {
	font-size: 14px;
	color: #9e9e9e;
}
.group_r {
	margin-top: 59px;
}
.group_r li {
	padding: 0 24px;
	float: left;
	background: url(../imgs/pic_01.jpg) no-repeat left center;
}
.group_r li:first-child {
	background: none;
}
.group_r li a {
	color: #b0b0b0;
	font-size: 14px;
	line-height: 28px;
	padding: 0 31px;
	display: inline-block;
}
.group_r li.cur a {
	color: #fff;
	background: #3488ea;
	box-shadow: 0px 0px 10px #999;
}
.group_r li:hover a {
	color: #fff;
	background: #3488ea;
	box-shadow: 0px 0px 10px #999;
}
.group_list {
	margin-top: 48px;
	padding-bottom: 10px;
}
.group_list li {
	float: left;
	width: 378px;
	margin-left: 33px;/*	transition:all 0.2s linear 0s;*/
}
.group_r_list li.on a {
	padding: 0px;
	box-shadow: 0px 0px 10px #999;
}
.group_list ul {
	margin-left: -33px;
}
.group_list li:hover {
	background: #3488ea;
}

.group_list li .group_border {
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.group_list li .group_border .group_more {
	padding: 20px;
}
.group_list li:hover .group_border {
	box-shadow: 0px 0px 15px #999;
	/*background: #1d84ed;*/
}

.group_pad {
	padding: 0 20px 19px 20px;
	border-bottom: 1px solid #eaeaea;
}
.group_pad div {
	font-size: 18px;
	color: #4c4b4b;
	line-height: 27px;
	padding-top: 19px;
}
.group_pad span {
	font-size: 14px;
	color: #a2a2a2;
	line-height: 25px;
	margin-top: 7px;
	display: inline-block;
	height: 50px;
}
.group_list li:hover .group_pad div, .group_list li:hover .group_pad span {
	color: #fff;
}
.group_list li:hover .group_pad {
	border-bottom: 1px solid #71acf0;
}
.group_more_btn {
	padding-left: 27px;
	font-size: 14px;
	color: #a2a2a2;
	width: 77px;
	height: 29px;
	line-height: 29px;
	background: url(../imgs/pic_04.jpg) no-repeat center;
}
.group_list li:hover .group_more_btn {
	border-radius: 17px;
	overflow: hidden;
}
.about {
	padding-bottom: 7%;
	margin-top: 84px;
	padding-top: 84px;
	background: url(../imgs/pic_05.jpg) no-repeat center top;
}
.about_l {
	padding: 40px 236px 0 44px;
	width: 555px;
	height: 365px;
	background: #1d84ed;
}
.about_tit {
	font-size: 24px;
	color: #fff;
	line-height: 34px;
}
.about_en {
	line-height: 23px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.about_con {
	font-size: 16px;
	color: #fff;
	background: url(../imgs/pic_07.jpg) no-repeat left bottom;
	line-height: 37px;
	margin-top: 19px;
	padding-bottom: 23px;
}
.about_wid {
	position: relative;
}
.about_r {
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 99;
}
.slideBox {
	width: 554px;
	height: 324px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	display: none;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 554px;
	height: 324px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	bottom: 0;
	display: block;
	width: 42px;
	height: 42px;
}
.slideBox .prev {
	right: 42px;
	background: url(../imgs/p5.png) no-repeat;
}
.slideBox .next {
	right: 0px;
	background: url(../imgs/p6.png) no-repeat;
}
.slideBox .prev:hover {
	background: url(../imgs/p7.png) no-repeat;
}
.slideBox .next:hover {
	background: url(../imgs/p8.png) no-repeat;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.talent {
	background: url(../imgs/pic_08.jpg) center center;
	min-height: 226px;
}
.talent_l {
	margin-left: 65px;
	width: 365px;
	padding-top: 79px;
}
.talent_l div {
	font-size: 30px;
	color: #0980ef;
	line-height: 40px;
}
.talent_l span {
	display: block;
	font-size: 16px;
	color: #b5b5b5;
	line-height: 25px;
}
.talent_r {
	height: 226px;
	width: 770px;
	background: url(../imgs/pic_21.jpg) no-repeat right bottom;
}
.talent_wid {
	width: 360px;
	margin-left: 60px;
}
.talent_tit {
	font-size: 16px;
	color: #fff;
	line-height: 29px;
	padding-top: 47px;
}
.talent_tel {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 41px;
}
.talent_email {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.talent_more {
	margin-top: 11px;
}
.new_l {
	background: #f5f5f5;
	width: 584px;
	margin-top: 39px;
}
.new_l_time {
	margin: 0 0 0 20px;
	width: 78px;
	text-align: left;
}
.new_l_time div {
	line-height: 28px;
	font-size: 24px;
	color: #808080;
	font-weight: bold;
}
.new_l_time span {
	line-height: 20px;
	font-size: 16px;
	color: #bebebe;
}
.new_l_title {
	padding-left: 20px;
	width: 435px;
	background: url(../imgs/pic_12.jpg) no-repeat left 33px;
}
.new_l_title div {
	line-height: 28px;
	font-size: 18px;
	color: #515050;
	height: 28px;
	overflow: hidden;
}
.new_l_title span {
	line-height: 20px;
	margin-top: 11px;
	display: block;
	font-size: 14px;
	color: #c2c2c2;
	height: 40px;
	overflow: hidden;
}
.new_height {
	padding: 20px 0;
}
.new_r {
	padding-top: 24px;
	width: 583px;
}
.new_r li {
	margin-top: 15px;
	background: #f5f5f5;
}
.new_r li:hover {
	background: #3488ea;
	box-shadow: 0px 0px 10px #999;
}
.new_r li a {
	display: block;
}
.new_data {
	width: 79px;
	text-align: left;
	margin-left: 20px;
}
.new_data div {
	line-height: 28px;
	font-size: 24px;
	color: #808080;
	font-weight: bold;
}
.new_data span {
	margin-top: 5px;
	font-size: 16px;
	color: #bebebe;
	display: block;
	line-height: 20px;
}
.new_text {
	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../imgs/pic_12.jpg) no-repeat left 33px;
}
.new_text div {
	font-size: 18px;
	color: #515050;
	line-height: 25px;
}
.new_text span {
	font-size: 14px;
	color: #c2c2c2;
	display: block;
	line-height: 28px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.new_r li:hover .new_data div, .new_r li:hover .new_data span, .new_r li:hover .new_text div, .new_r li:hover .new_text span {
	color: #fff;
}
.new_r li:hover .new_text {
	background: url(../imgs/pic_14.jpg) no-repeat left 33px;
}

.site-home-news-content {
	max-height: 80px;
}
.culture {
	padding-top: 149px;
	background: url(../imgs/pic_15.jpg) no-repeat center top;
	margin-top: 84px;
}
.cuture_l {
	padding: 0 90px 0 63px;
	background: #ffffff;
	width: 703px;
	height: 344px;
}
.cuture_r {
	background: url(../imgs/pic_27.jpg) no-repeat;
	width: 344px;
	height: 344px;
}
.culture_tit {
	font-size: 24px;
	color: #0980ef;
	line-height: 35px;
	padding-top: 52px;
}
.culture_en {
	text-transform: uppercase;
	font-size: 14px;
	color: #dbdbdb;
	line-height: 25px;
}
.culture_con {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 32px;
	margin-top: 15px;
}
.culture_more {
	padding-left: 29px;
	text-transform: uppercase;
	font-size: 14px;
	color: #a2a2a2;
	background: url(../imgs/pic_16.jpg) no-repeat center center;
	width: 77px;
	height: 30px;
	line-height: 30px;
	margin-top: 28px;
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	overflow: hidden;
}
.culture_more a {
	display: block;
	color: #a2a2a2;
}
.contact {
	height: 277px;
	border-bottom: 1px solid #e96767;
	padding: 0 33px;
}
.contact_tit {
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	padding-top: 43px;
}
.contact_en {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
	padding-bottom: 14px;
	background: url(../imgs/pic_20.jpg) no-repeat left bottom;
}
.contact_first {
	height: 66px;
	padding: 0 35px;
	line-height: 66px;
}
.contact_first img {
	vertical-align: middle;
}
.contact_r {
	font-size: 14px;
}
.contact_r a {
	color: #fff;
}
.contact_r img {
	padding-left: 5px;
}
.oktl {
	margin-top: 36px;
	padding-bottom: 38px;
}
.oktl .customer-item {
	margin: 10px;
}

/*footer*/
.foot {
	height: 470px;
	background: url(../imgs/pic_33.jpg) no-repeat center center;
	margin-top: 52px;
}
.foot_line {
	padding-bottom: 20px;
	border-bottom: 1px solid #595959;
}
.foot_l {
	width: 510px;
}
.foot_tit {
	font-size: 22px;
	color: #fff;
	line-height: 34px;
	padding-top: 47px;
}
.foot_en {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.foot_con {
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	margin-top: 13px;
}
.foot_r {
	padding-top: 48px;
	width: 330px;
}
.foot_inp {
	font-size: 16px;
	color: #dadada;
	padding: 0 10px;
	width: 320px;
	height: 50px;
	border: none;
	line-height: 58px;
	border-bottom: 1px solid #5e5e5e;
	background: none;
}
.foot_inp_b {
	font-size: 16px;
	color: #dadada;
	border: none;
	border-bottom: 1px solid #5e5e5e;
	padding: 0 10px;
	height: 102px;
	background: none;
	line-height: 23px;
	width: 320px;
	padding-top: 16px;
	font-family: "微软雅黑";
}
.foot_sub {
	font-size: 16px;
	color: #fff;
	border: none;
	background: #111;
	width: 340px;
	margin-top: 10px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.foot_sub:hover {
	background: #666;
}
.foot_text {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #8a8a8a;
}
.foot_text a{
	color: #8a8a8a;
}

/*add*/
.group_list li {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.group_r li a {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.about {
	background: url(../imgs/pic_05.jpg) no-repeat center top fixed;
	background-size: 100% 100%;
}
.new_r li {
	padding: 20px 0;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}
.about_con {
	background: url(../imgs/pic_07.jpg) no-repeat -100px bottom;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.about_l:hover .about_con {
	background: url(../imgs/pic_07.jpg) no-repeat left bottom;
	background-size: 100px 2px;
}
/*xinjia*/
/*2018-01-30*/
.haden{ display:block;}

.xin_more{
	display: none;
}
.about_p {
	display: none;
}
.foot_bty {
	display: none;
}
.np {
	display: none;
}

.new_l {
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.new_l:hover {
	background: #3488ea;
	box-shadow: 0px 0px 15px #999;
}
.new_l:hover .new_l_time div, .new_l:hover .new_l_time span, .new_l:hover .new_l_title div, .new_l:hover .new_l_title span {
	color: #fff;
}

/* 首页商品类型 */
.group_list .site-home-product-type__img {
	height: 230px;
}
.group_pad .site-home-product-type__content {
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

@media screen and (max-width:1200px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
	.min_w {
		min-width: auto;
		width: 100%;
		overflow: hidden;
	}
	.container {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.group_list li {
		width: 30%;
		margin-left: 3.33%;
	}
	.group_list li img {
		width: 100%;
		height: 100%;
	}
	.group_list ul {
		margin-left: -3.33%;
	}
	.about_l {
		width: 42%;
	}
	.slideBox {
		width: 480px;
		height: 280px;
	}
	.slideBox .bd img {
		width: 480px;
		height: 280px;
	}
	.talent_l {
		width: 27%;
	}
	.talent_r {
		width: 66%;
	}
	.talent_wid {
		margin-left: 2%;
	}
	.new_l, .new_r {
		width: 48%;
	}
	.new_l img {
		width: 100%;
		height: 100%;
	}
	.new_l_time {
		width: 14%;
	}
	.new_l_title {
		width: 79%;
		padding-left: 3%;
	}
	.new_data {
		width: 14%;
	}
	.new_data div {
		margin-top: 12%;
	}
	.new_text {
		width: 64%;
		padding-left: 3%;
	}
	.new_text div {
		height: 25px;
		overflow: hidden;
	}
	.cuture_l {
		width: 54%;
		padding: 0 8%;
	}
	.cuture_r {
		width: 30%;
	}
	.slick-slide img {
		width: 100%;
		height: 100%;
	}
	.group_list .site-home-product-type__img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:1117px) {

	.np {
		display: block;
	}
	.nav {
		display: none;
	}
}
@media screen and (max-width:900px) {
	.group_r {
		width: 100%;
		margin-top: 3%;
	}
	.group_list {
		margin-top: 0px;
	}
	.group_list ul {
		margin-left: 0;
	}
	.group_list li {
		margin: 4% auto 0 auto;
		width: 86%;
		float: none;
	}
	.group_list li img {
		width: 100%;
		height: 100%;
	}
	.about_l {
		width: 84%;
		padding: 5% 8%;
	}
	.about_r {
		position: relative;
		top: 0px;
		left: 0px;
	}
	.slideBox {
		width: 100%;
		height: 100%;
		margin: 4% auto 0 auto;
	}
	.slideBox .bd img {
		width: 100%;
		height: 100%;
	}
	.talent_l {
		width: 20%;
		margin-left: 5%;
	}
	.talent_r {
		width: 70%;
	}
	.new_l {
		float: none;
		width: 94%;
		margin: 4% auto 0 3%;
	}
	.new_r {
		float: none;
		width: 94%;
		margin: 0 auto;
	}
	.cuture_r {
		display: none;
	}
	.cuture_l {
		width: 84%;
		padding: 5% 8%;
	}
	.talent_l {
		display: none;
	}
	.talent_r {
		width: 100%;
		background: url(../imgs/pic_21.jpg) no-repeat right bottom #1c87eb;
	}
	.group_l {
		margin-left: 3%;
		margin-top: 4%;
	}
	.new_l_time {
		margin-left: 3%;
		width: 18%;
	}
	.new_l_title {
		width: 73%;
	}
	.cuture_l {
		height: 100%;
	}
	.logo {
		width: 50%;
		margin: 3% 0 3% 3%;
	}
	.logo img {
		width: 100%;
	}
	.slick-prev, .slick-next {
		width: 28px !important;
		height: 28px !important;
	}
	.slick-prev {
		left: 3% !important;
		background: url(../imgs/p1.png) no-repeat;
		background-size: 100% 100% !important;
	}
	.slick-next {
		right: 3% !important;
		background: url(../imgs/p2.png) no-repeat;
		background-size: 100% 100% !important;
	}
	.pro {
		background: url(../imgs/pic_25.jpg) no-repeat center top;
		background-size: 100%;
		padding-top: 13%;
	}
	.pro_wid {
		height: auto;
		width: 84%;
		padding: 0 8% 3% 8%;
	}
	.pro_l {
		width: 100%;
	}
	.pro_r {
		width: 100%;
		margin-top: 0%;
	}
	.group_r li {
		margin-top: 3%;
		padding: 0 5%;
	}
	.group_r li a {
		padding: 0px;
	}

	.about_r {
		display: none;
	}
	.talent_r {
		width: 100%;
		background: url(../imgs/pic_21.jpg) no-repeat right bottom #278be9;
		background-size: 48%;
	}
	/*2018-01-30*/
	.haden{ display:none;}
	.group_l {
		float: none;
		line-height: 30px;
		font-size: 18px;
		text-align: center;
		width: 100%;
		margin: 4% auto 0 auto;
		background: url(../imgs/pic_09.jpg) no-repeat center bottom;
		padding-bottom: 2%;
	}
	.group_l span {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 20px;
		display: block;
	}
	.group_r {
		float: none;
		width: 80%;
		margin: 4% auto 0 auto;
	}
	.group_r li a {
		display: block;
		color: #383838;
		padding: 0 0px;
	}
	.group_r li {
		margin: 0 0 0 3%;
		text-align: center;
		width: 30%;
		padding: 0px;
		background: none;
	}
	.group_r ul {
		margin-left: -3.9%;
	}
	.xin_more {
		display: block;
	}
	.xin_more a {
		display: block;
		text-transform: uppercase;
		font-size: 15px;
		color: #fff;
		background: #878787;
		margin: 5% auto 0 auto;
		width: 70%;
		height: 38px;
		line-height: 38px;
		text-align: center;
	}
	.about_wid {
		display: none;
	}
	.about_p {
		display: block;
	}
	.about {
		background: none;
		min-height: auto;
		background: #f7f7f7;
		margin-top: 5%;
		padding-top: 4%;
		padding-bottom: 10%;
	}
	.about .group_l {
		margin: 0 auto;
	}
	.about_p_1 {
		width: 100%;
		margin-top: 4%;
	}
	.about_p_1 img {
		width: 100%;
	}
	.about_p_wid {
		width: 90%;
		margin: 4% auto 0 auto;
		font-size: 14px;
		color: #9a9a9a;
		line-height: 22px;
	}
	.new_l {
		display: none;
	}
	.new_r li {
		padding: 3% 0;
		height: auto;
	}
	.new_text div {
		margin-top: 0px;
		padding-top: 0px;
	}
	.new_text span {
		height: 28px;
		overflow: hidden;
		margin-top: 0;
	}
	.new_data div {
		margin-top: 0px;
		padding-top: 5%;
	}
	.new_text {
		background: url(../imgs/pic_12.jpg) no-repeat left center;
	}
	.culture {
		background: none;
		padding-top: 0px;
		margin-top: 5%;
	}
	.cuture_l {
		padding: 0 8%;
		float: none;
	}
	.culture_tit {
		padding-top: 0px;
	}
	.cuture_r {
		width: 84%;
		margin: 5% 8% 0 8%;
		display: block;
		float: none;
		background: url(../imgs/pic_27.jpg) no-repeat;
		background-size: 100% 100%;
	}
	.foot {
		height: auto;
		margin-top: 0px;
		background: #efefef;
	}
	.foot_tit, .foot_en {
		color: #3a3a3a;
	}
	.foot_tit {
		padding-top: 5%;
	}
	.foot_line {
		border: none;
		height: auto;
		width: 92%;
		margin: 0 auto;
		padding: 0px;
	}
	.foot_l {
		float: none;
	}

	.foot_r {
		width: 100%;
		margin: 0 auto;
		padding-top: 4%;
		float: none;
		display: block;
	}
	.foot_inp {
		width: 94%;
		padding: 0 3%;
		border-bottom: 1px solid #dbdbdb;
	}
	.foot_inp_b {
		width: 94%;
		padding: 3%;
		border-bottom: 1px solid #dbdbdb;
	}
	.foot_sub {
		width: 100%;
	}

	.foot_bty {
		line-height: 20px;
		display: block;
		margin-top: 7%;
		padding: 3% 3%;
		width: 94%;
		background: #e2e2e2;
		color: #fff;
	}
	.foot_text {
		line-height: 20px;
	}
	.foot_text .foot_text_item:last-child {
		padding-bottom: 30px;
	}
	.contact {
		height: 200px;
	}
	.cuture_r {
		height: 260px;
	}
	.new_data {
		width: 20%;
	}
    .foot_con {
        color: #666;
    }
}
.np {
	width: 11%;
	margin-right: 3%;
}
.np img {
	width: 100%;
}
#ceng {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
}
#close {
	width: 10%;
	padding: 5%;
	float: left;
	opacity: 0.6;
}
.type {
	width: 60%;
	background: #2285ec;
	height: 100%;
	float: right;
}
.type ul li a {
	color: #fff;
	display: block;
	line-height: 300%;
	text-align: center;
	display: block;
	font-size: 1rem;
	transition: color 0.2s ease 0s;
	width: 100%;
}
.type ul li {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.culture_more {
	border-radius: 19px;
	overflow: hidden;
	background: url(../imgs/pic_111.jpg) no-repeat left -35px;
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.culture_more:hover {
	background: url(../imgs/pic_111.jpg) no-repeat center center;
}
.culture_more a {
	background: url(../imgs/p888.png) no-repeat 60px center;
}
.culture_more:hover a {
	color: #fff;
	background: url(../imgs/p889.png) no-repeat 60px center;
}

/**/


.slick-slide {
	position: relative;
}
.bc1 {
	z-index: 999;
	position: absolute;
	top: 38.5%;
	width: 36.5%;
	left: 50%;
	margin-left: -18.25%;
	animation: 1s linear donghua;
	-webkit-animation: 1s linear donghua;
}
.bc2 {
	z-index: 999;
	position: absolute;
	top: 55.2%;
	width: 33%;
	left: 50%;
	margin-left: -16.5%;
	animation: 1.5s linear donghua2;
	-webkit-animation: 1.5s linear donghua2;
}
@keyframes donghua {
	0% {
		top:75%;
		opacity:0;
	}
	10% {
		opacity:1;
	}
	100% {
		top:38.5%;
		opacity:1;
	}
}
@keyframes donghua2 {
	0% {
		top:95%;
		opacity:0;
	}
	50% {
		opacity:1;
	}
	100% {
		top:55.2%;
		opacity:1;
	}
}
.bc3 {
	position: absolute;
	top: 70%;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	animation: 2s linear donghua3;
	-webkit-animation: 2s linear donghua3;
}
.bc3 a {
	color: #fff;
}
 @keyframes donghua3 {
	0% {
		top:155%;
		opacity:0;
	}
	65% {
		opacity:1;
	}
	100% {
		top:70%;
		opacity:1;
	}
}
.slick-slider {
	overflow: hidden;
}
.slick-active .bc1 {
	z-index: 999;
	position: absolute;
	top: 38.5%;
	width: 36.5%;
	left: 50%;
	margin-left: -18.25%;
	animation: 1s linear donghua12;
	-webkit-animation: 1s linear donghua12;
}
.slick-active .bc2 {
	z-index: 999;
	position: absolute;
	top: 55.2%;
	width: 33%;
	left: 50%;
	margin-left: -16.5%;
	animation: 1.5s linear donghua22;
	-webkit-animation: 1.5s linear donghua22;
}
@keyframes donghua12 {
	0% {
		top:75%;
		opacity:0;
	}
	10% {
		opacity:1;
	}
	100% {
		top:38.5%;
		opacity:1;
	}
}
@keyframes donghua22 {
	0% {
		top: 125%;
		opacity:0;
	}
	50% {
		opacity:1;
	}
	100% {
		top:55.2%;
		opacity:1;
	}
}
.slick-active .bc3 {
	position: absolute;
	top: 70%;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	animation: 2s linear donghua23;
	-webkit-animation: 2s linear donghua23;
}
.slick-active .bc3 a {
	color: #fff;
}
 @keyframes donghua23 {
	0% {
		top:155%;
		opacity:0;
	}
	65% {
		opacity:1;
	}
	100% {
		top: 70%;
		opacity:1;
	}
}
.slick-slider {
	overflow: hidden;
}



@media screen and (max-width:550px) {
	.bc1{ width:46%; margin-left:-23%;}
	.slick-active .bc1{ width:46%; margin-left:-23%;}
	.bc2{ width:80%; margin-left:-40%;}
	.slick-active .bc2{ width:80%; margin-left:-40%;}
	.bc3,.slick-active .bc3{ font-size:14px; width:100px; height:28px; line-height:28px;}
}
@media screen and (max-width:350px) {
	.slick-slider,.slick-list,.slick-track{ height:210px !important;}
}

.we-customer-title {
	margin-bottom: 30px;
}

/* 在线联系 */
#online_lx, #onlne_lx_icons, #wx_qr_code {
	width: 192px;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 9px rgba(4,0,0,0.17);
	box-shadow: 0 5px 9px rgba(4,0,0,0.17);
	position: fixed;
	right: -200px;
	bottom: 60px;
	z-index: 80;
	display: none;
}
#online_lx.show {
	display: block;
}
#onlne_lx_icons {
	width: 50px;
	bottom: 120px;
	cursor: pointer;
}
#onlne_lx_icons.show {
	display: block;
}
#onlne_lx_icons .lx_icon_item {
	padding: 10px;
}
#onlne_lx_icons .lx_icon_item:hover {
	background: #eee;
}
.lx_icon_item img {
	width: 100%;
}
.lx_icon_item~.lx_icon_item {
	border-top: 1px solid #ddd;
}
#wx_qr_code {
	width: 160px;
	height: 160px;
	right: 54px;
	bottom: 120px;
	display: none;
}
#wx_qr_code.show {
	display: block;
}
#wx_qr_code img {
	width: 100%;
}

#olx_head {
	padding: 20px;
	line-height: 16px;
	height: 16px;
	background: #428fef;
	color: #fff;
	font-size: 14px;
}
#olx_close {
	position: absolute;
	right: 8px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#olx_close img {
	width: 100%;
}
#olx_tel {
	padding: 20px 30px;
}
#olx_tel:hover {
	color: #fff;
	background: #428fef;
}
#olx_tel:hover .tel_number {
	color: #fff;
}

/* 页面title */
.page_title {
	line-height: 30px;
	font-size: 18px;
	text-align: left;
	width: 100%;
	margin: 4% auto 0 auto;
	padding-bottom: 10px;
}

.page_title span {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #9e9e9e;
}
.page_banner {
	margin-bottom: 10px;
}
/* 共同页面样式设置 */
.page_content {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.page_content .empty-data-title {
	padding: 30px 10px;
	color: #000;
}
.page_content img {
	margin-bottom: 10px;
}

/* 产品列表 */
.product-list-container {
	display: flex;
}
.product-list-container .product-list-container__type-list {
	width: 200px;
	flex-shrink: 0;
}
.product-list-container .product-list-container__type-list a {
	color: #fff;
}
.product-list-container .product-list-container__type-list ul {
	background: #1887f8;
}
.product-list-container .product-list-container__type-list ul li {
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.product-list-container .product-list-container__type-list ul li:hover {
	background: #55a9ff;
}
.product-list-container .product-list-container__type-list ul li a:hover {
	color: #f00;
}
.product-list-container .product-list-container__type-list ul li.active {
	background: #2c86c6;
}
.product-list-container .product-list-container__type-list ul li.active a {
	color: #f74343;
}
.product-list-container .product-list-container__product-list {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.product-list-container .product-list-container__product-list .product-list-container__product-item {
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
}
.product-list-container .product-list-container__product-list .product-list-container__product-item img {
	width: 100%;
	margin-bottom: 10px;
}

/* 联系我们 */
.connect_content {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

/* 招聘 */
.table-box {
	overflow-x: auto;
}
.table-box table {
	border-collapse: collapse;
	display: table;
	width: 100%;
	text-align: left;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}
.table-box table tr {
	border: 0;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.table-box table tr:nth-child(2n) {
	background-color: #f7f7f7;
}
.table-box table tr th, .table-box table tr td {
	border: 1px solid #ddd;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 22px;
	padding: 8px;
	text-align: center;
}
.table-box table tr th {
	font-weight: 700;
	background-color: #eff3f5;
}
.table-box tbody {
	border: 0;
}
.table-box tbody a {
	color: #1c87eb;
}

/* 资讯 */
.news-page-list {
	padding: 10px 0;
}
.news-page-list .new-item {
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.news-page-list .new-item a:hover {
	color: #1c87eb;
}
.news-page-list .new-item .new-item__title {
	flex-grow: 1;
}

.news-detail__container .news-detail__title {
	font-size: 18px;
	text-align: center;
}
.news-detail__container .new-detail__create-time {
	text-align: center;
	color: #999;
	font-size: 14px;
}

/* 服务案例 */
.cases-page-list {
	display: flex;
	flex-wrap: wrap;
}
.cases-page-list .cases-item {
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
.cases-page-list .cases-item__img {
	height: 200px;
	line-height: 200px;
}
.cases-page-list .cases-item__img img {
	width: 100%;
	max-height: 100%;
}
.cases-detail__container {
	text-align: center;
}
.cases-detail__container .cases-detail__title {
	font-size: 18px;
	text-align: center;
}
.cases-detail__container .cases-detail__create-time {
	text-align: center;
	color: #999;
	font-size: 14px;
}
@media screen and (max-width:1200px) {
	.page_content, .page_title{
		padding: 0 18px;
		margin-bottom: 20px;
	}
	.page_content img {
		width: 100%;
	}
	.cases-page-list .cases-item {
		width: 50%;
	}

}
@media screen and (max-width: 900px) {
	.product-list-container {
		flex-wrap: wrap;
	}
	.product-list-container .product-list-container__type-list {
		width: 100%;
		overflow: auto;
	}
	.product-list-container .product-list-container__type-list a {
		color: #000;
	}
	.product-list-container .product-list-container__type-list ul {
		display: flex;
		overflow: auto;
		background: none;
		white-space: nowrap;
	}
	.product-list-container .product-list-container__type-list ul li {
		padding: 4px 10px;
		margin-right: 10px;
		background: #eee;
	}
	.product-list-container .product-list-container__type-list ul li.active {
		background: #1887f8;
	}
	.product-list-container .product-list-container__type-list ul li.active a {
		color: #fff;
	}
	.product-list-container .product-list-container__product-list .product-list-container__product-item {
		width: 50%;
		padding: 20px 20px;
	}
}