@charset "utf-8";
.container {
	width: 1420px;
	margin: 0 auto;
}

@media (max-width: 1560px) {
	.container {
		width: 1260px;
	}
}

@media (max-width: 1350px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 1279px) {
	.container {
		width: 100%;
		padding: 0 30px;
	}
}

@media (max-width: 992px) {
	.container {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 15px;
	}
}

.phone_nav {
	width: 150px;
	height: 59px;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 55px;
	text-align: right;
	display: none;
	color: #01a1ff;
}

@media (max-width: 1279px) {
	.phone_nav {
		display: block;
	}
}

@media (max-width: 992px) {
	.phone_nav {
		height: 50px;
		line-height: 46px;
	}
}

@media (max-width: 767px) {
	.phone_nav {
		right: 10px;
		width: 80px;
		height: 45px;
		line-height: 40px;
	}
}

@media (max-width: 321px) {
	.phone_nav {
		width: 80px;
		height: 40px;
		line-height: 36px;
	}
}

.phone_nav .icon-caidan01 {
	display: block;
	font-size: 34px;
}

.phone_nr {
	position: fixed;
	right: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 50px 0 50px 0;
	overflow-y: scroll;
	z-index: 999;
	background: #222;
}

.phone_nr .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}

.phone_nr .close .iconfont {
	color: #f2f0f2;
	font-size: 28px;
}

.phone_nr .phone_list dl dt {
	height: 42px;
	line-height: 42px;
	position: relative;
	padding: 0 42px 0 20px;
	font-size: 16px;
	border-bottom: 1px solid #4a4a4f;
}

.phone_nr .phone_list dl dt em {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	line-height: 40px;
}

.phone_nr .phone_list dl dt em:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border-left: 1px solid #4a4a4f;
	display: block;
	font-size: 18px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	color: #f7f6f6;
}

.phone_nr .phone_list dl dt>a {
	color: #f2f0f2;
	display: block;
	font-size: 16px;
}

.phone_nr .phone_list dl dd {
	padding: 0 0 0 30px;
	position: relative;
	display: none;
}

.phone_nr .phone_list .active dt em:after {
	content: "-";
}

.phone_nr .phone_list ul li {
	border-bottom: 1px solid #434344;
	line-height: 38px;
	padding: 0 20px 0 0;
	height: 38px;
}

.phone_nr .phone_list ul li>a {
	color: #c7c5c7;
	display: block;
	font-size: 14px;
}

.phone_nr .phone_list ul .active {
	background: #9b2731;
}

.phone_nr .phone_list ul .active a {
	color: #fff;
}

header {
	z-index: 90;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	padding: 4px 0 0 0;
}

header .main {
	position: relative;
	padding: 0 100px 0 450px;
}

@media (max-width: 1560px) {
	header .main {
		padding: 0 100px 0 470px;
	}
}

@media (max-width: 1279px) {
	header .main {
		padding: 0;
	}
}

header .main .logo {
	position: absolute;
	left: 0;
	top: 29px;
	width: 435px;
}

@media (max-width: 1560px) {
	header .main .logo {
		top: 23px;
		width: 420px;
	}
}

@media (max-width: 1279px) {
	header .main .logo {
		position: relative;
		top: auto;
		left: auto;
		margin: 10px 0;
		width: 380px;
		float: left;
	}
}

@media (max-width: 992px) {
	header .main .logo {
		width: 320px;
		margin: 8px 0;
	}
}

@media (max-width: 767px) {
	header .main .logo {
		width: 260px;
		margin: 8px 0;
	}
}

@media (max-width: 321px) {
	header .main .logo {
		width: 200px;
		margin: 8px 0;
	}
}

header .main .nav {
	text-align: right;
	margin: 0 -35px 0 0;
	position: relative;
	font-size: 0;
}

@media (max-width: 1279px) {
	header .main .nav {
		display: none;
	}
}

header .main .nav li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 14.28571429%;
	text-align: center;
	position: relative;
}

header .main .nav li:hover>a {
	color: #01a1ff;
}

header .main .nav li:hover>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0b90dc;
}

header .main .nav li:hover div {
	display: block;
}

header .main .nav li>a {
	display: block;
	color: #000000;
	padding: 0 5px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
}

@media (max-width: 1560px) {
	header .main .nav li>a {
		height: 80px;
		line-height: 80px;
	}
}

header .main .nav li div {
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: 90px;
	display: none;
	background-color: rgba(62, 61, 61, 0.6);
	width: 100%;
}

@media (max-width: 1560px) {
	header .main .nav li div {
		top: 80px;
	}
}

header .main .nav li div>a {
	color: #fff;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	display: block;
}

header .main .nav li div>a:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

header .main .nav .active>a {
	color: #01a1ff;
}

header .main .nav .active>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0b90dc;
}

.header1 {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	animation: myfirst 1.6s alternate;
	-webkit-animation: myfirst 1.6s alternate;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	padding: 0;
}

@media (max-width: 1279px) {
	.header1 .phone_nav {
		height: 57px;
		line-height: 57px;
	}
}

@media (max-width: 992px) {
	.header1 .phone_nav {
		height: 47px;
		line-height: 42px;
	}
}

@media (max-width: 767px) {
	.header1 .phone_nav {
		height: 40px;
		line-height: 34px;
	}
}

.header1 .main {
	padding: 0 0 0 380px;
}

@media (max-width: 1279px) {
	.header1 .main {
		padding: 0;
	}
}

.header1 .main .logo {
	top: 15px;
	width: 380px;
}

@media (max-width: 1279px) {
	.header1 .main .logo {
		top: auto;
		margin: 10px 0;
		width: 380px;
	}
}

@media (max-width: 992px) {
	.header1 .main .logo {
		width: 320px;
		margin: 8px 0;
	}
}

@media (max-width: 767px) {
	.header1 .main .logo {
		width: 200px;
		margin: 10px 0 8px 0;
	}
}

.header1 .main .nav {
	margin: 0 -25px 0 0;
}

.header1 .main .nav li:hover div {
	display: block;
}

.header1 .main .nav li>a {
	height: 60px;
	line-height: 60px;
}

.header1 .main .nav li div {
	top: 60px;
}

@keyframes myfirst {
	0% {
		top: -110px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes myfirst {
	0% {
		top: -110px;
	}
	100% {
		left: 0;
	}
}

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

@media (max-width: 767px) {
	.banner_ny {
		display: none;
	}
}

.banner_ny:after {
	content: "";
	display: block;
	padding-bottom: 26.35%;
}

.banner_ny .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 4% 0 0 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 1700px) {
	.banner_ny .txt {
		padding: 4.5% 0 0 0;
	}
}

@media (max-width: 1279px) {
	.banner_ny .txt {
		padding: 3.8% 0 0 0;
	}
}

.banner_ny .txt .img1 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1700px) {
	.banner_ny .txt .img1 img {
		width: 70%;
	}
}

.banner_ny .txt .text {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 50%;
	padding: 0 0 0 8%;
}

@media (max-width: 1700px) {
	.banner_ny .txt .text {
		padding: 0 0 0 4%;
	}
}

@media (max-width: 1279px) {
	.banner_ny .txt .text {
		padding: 0 0 0 3%;
	}
}

.banner_ny .txt .text .text1 {
	color: #fff;
	font-size: 42px;
	height: 52px;
	overflow: hidden;
	position: relative;
	font-weight: bold;
}

@media (max-width: 1700px) {
	.banner_ny .txt .text .text1 {
		font-size: 36px;
		height: 48px;
	}
}

@media (max-width: 1279px) {
	.banner_ny .txt .text .text1 {
		font-size: 28px;
		height: 38px;
	}
}

@media (max-width: 992px) {
	.banner_ny .txt .text .text1 {
		font-size: 22px;
		height: 32px;
	}
}

.banner_ny .txt .text .text2 {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	margin: 20px 0 40px;
}

@media (max-width: 1700px) {
	.banner_ny .txt .text .text2 {
		margin: 20px 0;
	}
}

@media (max-width: 1279px) {
	.banner_ny .txt .text .text2 {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0;
	}
}

@media (max-width: 992px) {
	.banner_ny .txt .text .text2 {
		font-size: 14px;
		height: 24px;
		margin: 5px 0 10px;
	}
}

.banner_ny .txt .text .btn {
	width: 182px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	background: #0b90dc;
}

@media (max-width: 1279px) {
	.banner_ny .txt .text .btn {
		width: 140px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 992px) {
	.banner_ny .txt .text .btn {
		height: 36px;
		width: 120px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.banner_ny .txt .text .btn {
		height: 28px;
		width: 86px;
		font-size: 12px;
		line-height: 28px;
	}
}

.banner_ny .txt .text .btn:hover {
	background: #01a1ff;
}

.banner_ny .txt .text .btn a {
	display: block;
	color: #fff;
}

.banner_ny .txtb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 9% 0 0 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 1700px) {
	.banner_ny .txtb {
		padding: 4.5% 0 0 0;
	}
}

@media (max-width: 1279px) {
	.banner_ny .txtb {
		padding: 3.8% 0 0 0;
	}
}

.banner_ny .txtb .img2 {
	text-align: center;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1279px) {
	.banner_ny .txtb .img2 img {
		width: 40%;
	}
}

@media (max-width: 992px) {
	.banner_ny .txtb .img2 img {
		width: 45%;
	}
}

.banner_ny .txtb .text5 {
	color: #c1c1c3;
	font-size: 22px;
	line-height: 34px;
	overflow: hidden;
	position: relative;
	margin: 20px auto 35px;
}

@media (max-width: 1279px) {
	.banner_ny .txtb .text5 {
		margin: 10px auto 20px;
	}
}

.banner_ny .txtb .btn {
	width: 182px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	background: #0b90dc;
}

@media (max-width: 1279px) {
	.banner_ny .txtb .btn {
		width: 140px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 992px) {
	.banner_ny .txtb .btn {
		height: 36px;
		width: 120px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.banner_ny .txtb .btn {
		height: 28px;
		width: 86px;
		font-size: 12px;
		line-height: 28px;
	}
}

.banner_ny .txtb .btn:hover {
	background: #01a1ff;
}

.banner_ny .txtb .btn a {
	display: block;
	color: #fff;
}

.banner_ny3,
.banner_nyphone3 {
	overflow: hidden;
	position: relative;
}

.banner_ny3:after,
.banner_nyphone3:after {
	content: "";
	display: block;
	padding-bottom: 26.35%;
}

.banner_ny3 .txt,
.banner_nyphone3 .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 1% 0 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 1880px) {
	.banner_ny3 .txt,
	.banner_nyphone3 .txt {
		padding: 1.5% 0 0;
	}
}

@media (max-width: 1560px) {
	.banner_ny3 .txt,
	.banner_nyphone3 .txt {
		padding: 2% 0 0;
	}
}

@media (max-width: 992px) {
	.banner_ny3 .txt,
	.banner_nyphone3 .txt {
		padding: 1% 0 0;
	}
}

@media (max-width: 767px) {
	.banner_ny3 .txt,
	.banner_nyphone3 .txt {
		padding: 8% 0 0;
	}
}

@media (max-width: 375px) {
	.banner_ny3 .txt,
	.banner_nyphone3 .txt {
		padding: 7% 0 0;
	}
}

@media (max-width: 321px) {
	.banner_ny3 .txt,
	.banner_nyphone3 .txt {
		padding: 4% 0 0;
	}
}

.banner_ny3 .txt .img1,
.banner_nyphone3 .txt .img1 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 0 0 5%;
	text-align: left;
	overflow: hidden;
	position: relative;
}

@media (max-width: 992px) {
	.banner_ny3 .txt .img1,
	.banner_nyphone3 .txt .img1 {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.banner_ny3 .txt .img1,
	.banner_nyphone3 .txt .img1 {
		display: none;
		padding: 10px;
	}
}

@media (max-width: 1880px) {
	.banner_ny3 .txt .img1 img,
	.banner_nyphone3 .txt .img1 img {
		width: 55%;
	}
}

@media (max-width: 1560px) {
	.banner_ny3 .txt .img1 img,
	.banner_nyphone3 .txt .img1 img {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.banner_ny3 .txt .img1 img,
	.banner_nyphone3 .txt .img1 img {
		width: 60%;
	}
}

.banner_ny3 .txt .text,
.banner_nyphone3 .txt .text {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 50%;
	padding: 0 0 0 8%;
}

@media (max-width: 1700px) {
	.banner_ny3 .txt .text,
	.banner_nyphone3 .txt .text {
		padding: 0 0 0 4%;
	}
}

@media (max-width: 1279px) {
	.banner_ny3 .txt .text,
	.banner_nyphone3 .txt .text {
		padding: 0 0 0 3%;
	}
}

@media (max-width: 992px) {
	.banner_ny3 .txt .text,
	.banner_nyphone3 .txt .text {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.banner_ny3 .txt .text,
	.banner_nyphone3 .txt .text {
		width: 100%;
		padding: 0;
	}
}

.banner_ny3 .txt .text .text1,
.banner_nyphone3 .txt .text .text1 {
	color: #333333;
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 10px 0;
	position: relative;
}

@media (max-width: 1279px) {
	.banner_ny3 .txt .text .text1,
	.banner_nyphone3 .txt .text .text1 {
		font-size: 28px;
		line-height: 38px;
	}
}

@media (max-width: 992px) {
	.banner_ny3 .txt .text .text1,
	.banner_nyphone3 .txt .text .text1 {
		font-size: 20px;
		margin: 0;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.banner_ny3 .txt .text .text1,
	.banner_nyphone3 .txt .text .text1 {
		line-height: 26px;
		font-size: 18px;
	}
}

.banner_ny3 .txt .text .text2,
.banner_nyphone3 .txt .text .text2 {
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1279px) {
	.banner_ny3 .txt .text .text2,
	.banner_nyphone3 .txt .text .text2 {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 992px) {
	.banner_ny3 .txt .text .text2,
	.banner_nyphone3 .txt .text .text2 {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.banner_ny3 .txt .text .text2,
	.banner_nyphone3 .txt .text .text2 {
		font-size: 10px;
		line-height: 18px;
	}
}

.banner_ny3 .txt .text .text3,
.banner_nyphone3 .txt .text .text3 {
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1279px) {
	.banner_ny3 .txt .text .text3,
	.banner_nyphone3 .txt .text .text3 {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 992px) {
	.banner_ny3 .txt .text .text3,
	.banner_nyphone3 .txt .text .text3 {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.banner_ny3 .txt .text .text3,
	.banner_nyphone3 .txt .text .text3 {
		font-size: 10px;
		line-height: 18px;
	}
}

.banner_ny3 .txt .text .btn,
.banner_nyphone3 .txt .text .btn {
	width: 182px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	margin: 30px 0 0 0;
	background: #0b90dc;
}

@media (max-width: 1880px) {
	.banner_ny3 .txt .text .btn,
	.banner_nyphone3 .txt .text .btn {
		margin: 10px 0 0 0;
	}
}

@media (max-width: 1279px) {
	.banner_ny3 .txt .text .btn,
	.banner_nyphone3 .txt .text .btn {
		width: 140px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 992px) {
	.banner_ny3 .txt .text .btn,
	.banner_nyphone3 .txt .text .btn {
		height: 36px;
		width: 120px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.banner_ny3 .txt .text .btn,
	.banner_nyphone3 .txt .text .btn {
		height: 28px;
		width: 86px;
		font-size: 12px;
		line-height: 28px;
	}
}

.banner_ny3 .txt .text .btn:hover,
.banner_nyphone3 .txt .text .btn:hover {
	background: #01a1ff;
}

.banner_ny3 .txt .text .btn a,
.banner_nyphone3 .txt .text .btn a {
	display: block;
	color: #fff;
}

@media (max-width: 767px) {
	.banner_ny3 {
		display: none;
	}
}

.banner_nyphone3:after {
	content: "";
	display: block;
	padding-bottom: 57.2%;
}

@media (min-width: 768px) {
	.banner_nyphone3 {
		display: none;
	}
}

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

@media (min-width: 768px) {
	.banner_nyphone {
		display: none;
	}
}

.banner_nyphone:after {
	content: "";
	display: block;
	padding-bottom: 57.3%;
}

.banner_nyphone .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 4% 0 0 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 1700px) {
	.banner_nyphone .txt {
		padding: 4.5% 0 0 0;
	}
}

@media (max-width: 1279px) {
	.banner_nyphone .txt {
		padding: 3.8% 0 0 0;
	}
}

@media (max-width: 767px) {
	.banner_nyphone .txt {
		padding: 11% 0 0 0;
	}
}

@media (max-width: 361px) {
	.banner_nyphone .txt {
		padding: 9% 0 0 0;
	}
}

@media (max-width: 321px) {
	.banner_nyphone .txt {
		padding: 6% 0 0 0;
	}
}

.banner_nyphone .txt .img1 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	.banner_nyphone .txt .img1 {
		display: none;
	}
}

@media (max-width: 1700px) {
	.banner_nyphone .txt .img1 img {
		width: 70%;
	}
}

.banner_nyphone .txt .text {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 50%;
	padding: 0 0 0 8%;
}

@media (max-width: 1700px) {
	.banner_nyphone .txt .text {
		padding: 0 0 0 4%;
	}
}

@media (max-width: 1279px) {
	.banner_nyphone .txt .text {
		padding: 0 0 0 3%;
	}
}

@media (max-width: 767px) {
	.banner_nyphone .txt .text {
		width: 100%;
		padding: 10px;
	}
}

.banner_nyphone .txt .text .text1 {
	color: #fff;
	font-size: 42px;
	height: 52px;
	overflow: hidden;
	position: relative;
	font-weight: bold;
}

@media (max-width: 1700px) {
	.banner_nyphone .txt .text .text1 {
		font-size: 36px;
		height: 48px;
	}
}

@media (max-width: 1279px) {
	.banner_nyphone .txt .text .text1 {
		font-size: 28px;
		height: 38px;
	}
}

@media (max-width: 992px) {
	.banner_nyphone .txt .text .text1 {
		font-size: 22px;
		height: 32px;
	}
}

@media (max-width: 767px) {
	.banner_nyphone .txt .text .text1 {
		font-size: 18px;
		text-align: center;
		height: 28px;
	}
}

.banner_nyphone .txt .text .text2 {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	margin: 20px 0 40px;
}

@media (max-width: 1700px) {
	.banner_nyphone .txt .text .text2 {
		margin: 20px 0;
	}
}

@media (max-width: 1279px) {
	.banner_nyphone .txt .text .text2 {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0;
	}
}

@media (max-width: 992px) {
	.banner_nyphone .txt .text .text2 {
		font-size: 14px;
		height: 24px;
		margin: 5px 0 10px;
	}
}

@media (max-width: 767px) {
	.banner_nyphone .txt .text .text2 {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		margin: 5px 0 15px;
		text-align: center;
	}
}

.banner_nyphone .txt .text .btn {
	width: 182px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	background: #0b90dc;
}

@media (max-width: 1279px) {
	.banner_nyphone .txt .text .btn {
		width: 140px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 992px) {
	.banner_nyphone .txt .text .btn {
		height: 36px;
		width: 120px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.banner_nyphone .txt .text .btn {
		height: 28px;
		width: 86px;
		font-size: 12px;
		margin: 0 auto;
		line-height: 28px;
	}
}

.banner_nyphone .txt .text .btn:hover {
	background: #01a1ff;
}

.banner_nyphone .txt .text .btn a {
	display: block;
	color: #fff;
}

.banner_nyphone .txtb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 9% 0 0 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 1700px) {
	.banner_nyphone .txtb {
		padding: 4.5% 0 0 0;
	}
}

@media (max-width: 1279px) {
	.banner_nyphone .txtb {
		padding: 3.8% 0 0 0;
	}
}

@media (max-width: 767px) {
	.banner_nyphone .txtb {
		padding: 15% 0 0 0;
	}
}

@media (max-width: 321px) {
	.banner_nyphone .txtb {
		padding: 12% 0 0 0;
	}
}

.banner_nyphone .txtb .img2 {
	text-align: center;
	overflow: hidden;
	position: relative;
}

@media (max-width: 992px) {
	.banner_nyphone .txtb .img2 img {
		width: 84%;
	}
}

.banner_nyphone .txtb .text5 {
	color: #c1c1c3;
	font-size: 22px;
	line-height: 34px;
	overflow: hidden;
	position: relative;
	margin: 20px auto 35px;
}

@media (max-width: 1279px) {
	.banner_nyphone .txtb .text5 {
		margin: 10px auto 20px;
	}
}

@media (max-width: 992px) {
	.banner_nyphone .txtb .text5 {
		font-size: 18px;
		line-height: 26px;
	}
}

.banner_nyphone .txtb .btn {
	width: 182px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	background: #0b90dc;
}

@media (max-width: 1279px) {
	.banner_nyphone .txtb .btn {
		width: 140px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 992px) {
	.banner_nyphone .txtb .btn {
		height: 36px;
		width: 120px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.banner_nyphone .txtb .btn {
		height: 28px;
		width: 86px;
		font-size: 12px;
		line-height: 28px;
	}
}

.banner_nyphone .txtb .btn:hover {
	background: #01a1ff;
}

.banner_nyphone .txtb .btn a {
	display: block;
	color: #fff;
}

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

@media (max-width: 767px) {
	.banner_ny2 {
		display: none;
	}
}

.banner_ny2:after {
	content: "";
	display: block;
	padding-bottom: 20.65%;
}

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

@media (min-width: 768px) {
	.banner_nyphone2 {
		display: none;
	}
}

.banner_nyphone2:after {
	content: "";
	display: block;
	padding-bottom: 51.6%;
}

.crumbs {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
	.crumbs {
		border-bottom: none;
	}
}

.crumbs .crumbsnav {
	float: left;
	overflow: hidden;
	width: 60%;
	position: relative;
}

@media (max-width: 767px) {
	.crumbs .crumbsnav {
		width: 100%;
		float: inherit;
	}
	.crumbs .crumbsnav:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: #e5e5e5;
	}
}

.crumbs .crumbsnav ul {
	position: relative;
}

.crumbs .crumbsnav ul li {
	float: left;
	margin: 0 45px 0 0;
}

@media (max-width: 1560px) {
	.crumbs .crumbsnav ul li {
		margin: 0 25px 0 0;
	}
}

@media (max-width: 1279px) {
	.crumbs .crumbsnav ul li {
		margin: 0 15px 0 0;
	}
}

@media (max-width: 992px) {
	.crumbs .crumbsnav ul li {
		margin: 0 5px 0 0;
	}
}

@media (max-width: 767px) {
	.crumbs .crumbsnav ul li {
		margin: 0;
		width: 25%;
		border-bottom: 1px solid #e5e5e5;
	}
}

.crumbs .crumbsnav ul li:hover a {
	color: #01a1ff;
	border-bottom: 2px solid #01a1ff;
}

.crumbs .crumbsnav ul li a {
	display: block;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #333333;
	padding: 0 10px;
	font-size: 16px;
	border-bottom: 2px solid #fff;
}

@media (max-width: 1025px) {
	.crumbs .crumbsnav ul li a {
		height: 68px;
		line-height: 68px;
	}
}

@media (max-width: 992px) {
	.crumbs .crumbsnav ul li a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.crumbs .crumbsnav ul li a {
		height: 56px;
		line-height: 56px;
	}
}

@media (max-width: 361px) {
	.crumbs .crumbsnav ul li a {
		padding: 0 6px;
		font-size: 13px;
		height: 48px;
		line-height: 48px;
	}
}

.crumbs .crumbsnav ul .active a {
	color: #01a1ff;
	border-bottom: 2px solid #01a1ff;
}

.crumbs .crumbmain {
	float: right;
	max-width: 40%;
	height: 70px;
	padding: 0 0 0 22px;
	line-height: 70px;
	position: relative;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	background: url(../images/home.png) no-repeat left center;
}

@media (max-width: 1025px) {
	.crumbs .crumbmain {
		height: 68px;
		line-height: 68px;
	}
}

@media (max-width: 767px) {
	.crumbs .crumbmain {
		display: none;
	}
}

@media (max-width: 361px) {
	.crumbs .crumbmain {
		height: 44px;
		line-height: 44px;
	}
}

.crumbs .crumbmain i {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 80px;
	text-align: left;
	line-height: 80px;
	color: #999999;
	font-size: 24px;
	display: block;
}

@media (max-width: 1025px) {
	.crumbs .crumbmain i {
		height: 68px;
		line-height: 68px;
	}
}

@media (max-width: 767px) {
	.crumbs .crumbmain i {
		height: 50px;
		width: 20px;
		font-size: 20px;
		line-height: 50px;
	}
}

@media (max-width: 361px) {
	.crumbs .crumbmain i {
		height: 44px;
		line-height: 44px;
	}
}

.crumbs .crumbmain a {
	color: #999999;
}

.crumbs .crumbmain a:hover {
	color: #01a1ff;
}


/*news*/

.news {
	position: relative;
	padding: 0 0 70px 0;
	overflow: hidden;
}

@media (max-width: 1350px) {
	.news {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 1025px) {
	.news {
		background: #fff;
	}
}

@media (max-width: 992px) {
	.news {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.news {
		padding: 0 0 40px 0;
	}
}

.news .news_main {
	background: #fff;
	position: relative;
	padding: 55px 0 25px;
}

@media (max-width: 1350px) {
	.news .news_main {
		padding: 50px 0 45px;
	}
}

@media (max-width: 1025px) {
	.news .news_main {
		padding: 40px 0 35px;
	}
}

@media (max-width: 992px) {
	.news .news_main {
		padding: 35px 0 35px;
	}
}

@media (max-width: 767px) {
	.news .news_main {
		padding: 15px 0 20px;
	}
}

.news .news_main ul {
	position: relative;
	margin: 0 -18px;
}

@media (max-width: 1560px) {
	.news .news_main ul {
		margin: 0 -15px;
	}
}

@media (max-width: 1350px) {
	.news .news_main ul {
		margin: 0 -13px;
	}
}

@media (max-width: 1279px) {
	.news .news_main ul {
		margin: 0 -8px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul {
		margin: 0;
	}
}

.news .news_main ul li {
	width: 33.33333333%;
	float: left;
	position: relative;
	top: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	padding: 44px 18px;
}

@media (max-width: 1560px) {
	.news .news_main ul li {
		padding: 28px 15px;
	}
}

@media (max-width: 1350px) {
	.news .news_main ul li {
		padding: 15px 13px;
	}
}

@media (max-width: 1279px) {
	.news .news_main ul li {
		padding: 10px 8px;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li {
		width: 100%;
		padding: 7px 0;
	}
}

.news .news_main ul li:hover {
	top: -8px;
}

@media (max-width: 1350px) {
	.news .news_main ul li:hover {
		top: -4px;
	}
}

@media (max-width: 1025px) {
	.news .news_main ul li:hover {
		top: 0;
	}
}

.news .news_main ul li .items {
	border: 1px solid #e5e5e5;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.news .news_main ul li .items:hover {
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.news .news_main ul li .items .txt {
	display: block;
	height: 355px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1350px) {
	.news .news_main ul li .items .txt {
		height: 310px;
	}
}

@media (max-width: 1279px) {
	.news .news_main ul li .items .txt {
		height: 275px;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li .items .txt {
		height: 290px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li .items .txt {
		height: 305px;
	}
}

@media (max-width: 376px) {
	.news .news_main ul li .items .txt {
		height: 285px;
	}
}

@media (max-width: 321px) {
	.news .news_main ul li .items .txt {
		height: 260px;
	}
}

.news .news_main ul li .items .txt .pic {
	width: 100%;
	height: 258px;
	line-height: 258px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1350px) {
	.news .news_main ul li .items .txt .pic {
		height: 220px;
		line-height: 220px;
	}
}

@media (max-width: 1279px) {
	.news .news_main ul li .items .txt .pic {
		height: 190px;
		line-height: 190px;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li .items .txt .pic {
		height: 210px;
		line-height: 210px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li .items .txt .pic {
		height: 220px;
		line-height: 220px;
	}
}

@media (max-width: 376px) {
	.news .news_main ul li .items .txt .pic {
		height: 200px;
		line-height: 200px;
	}
}

@media (max-width: 321px) {
	.news .news_main ul li .items .txt .pic {
		height: 180px;
		line-height: 180px;
	}
}

.news .news_main ul li .items .txt .pic img {
	max-width: inherit;
	margin: 0 auto;
	max-height: 100%;
	text-align: center;
	position: relative;
}

.news .news_main ul li .items .txt .text {
	padding: 20px 35px;
}

@media (max-width: 1550px) {
	.news .news_main ul li .items .txt .text {
		padding: 20px 28px;
	}
}

@media (max-width: 1350px) {
	.news .news_main ul li .items .txt .text {
		padding: 20px 23px;
	}
}

@media (max-width: 1025px) {
	.news .news_main ul li .items .txt .text {
		padding: 15px 18px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li .items .txt .text {
		padding: 15px 15px;
	}
}

.news .news_main ul li .items .txt .text time {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 24px;
}

.news .news_main ul li .items .txt .text span {
	display: block;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin: 5px auto 0;
	overflow: hidden;
}

@media (max-width: 1350px) {
	.news .news_main ul li .items .txt .text span {
		font-size: 17px;
		line-height: 28px;
		height: 28px;
	}
}

@media (max-width: 1025px) {
	.news .news_main ul li .items .txt .text span {
		font-size: 15px;
		line-height: 25px;
		height: 25px;
	}
}

.news .news_main ul li .items .txt .text p {
	color: #666666;
	font-size: 16px;
	height: 208px;
	overflow: hidden;
	margin: 30px 0 0 0;
	line-height: 26px;
}

@media (max-width: 1350px) {
	.news .news_main ul li .items .txt .text p {
		margin: 15px 0 0 0;
		font-size: 14px;
		line-height: 24px;
		height: 192px;
	}
}

@media (max-width: 1279px) {
	.news .news_main ul li .items .txt .text p {
		margin: 13px 0 0 0;
		height: 168px;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li .items .txt .text p {
		height: 192px;
	}
}

@media (max-width: 321px) {
	.news .news_main ul li .items .txt .text p {
		margin: 10px 0 0 0;
		height: 168px;
	}
}

.news_main2 {
	position: relative;
	margin: 0 auto 60px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

@media (max-width: 1350px) {
	.news_main2 {
		margin: 0 auto 50px;
	}
}

@media (max-width: 767px) {
	.news_main2 {
		margin: 0 auto 30px;
	}
}

.news_main2 .title {
	color: #999999;
	font-size: 14px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	font-weight: bold;
	padding: 0 32px;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1560px) {
	.news_main2 .title {
		padding: 0 23px;
	}
}

@media (max-width: 1350px) {
	.news_main2 .title {
		padding: 0 23px;
	}
}

@media (max-width: 1279px) {
	.news_main2 .title {
		padding: 0 15px;
		line-height: 58px;
		height: 58px;
	}
}

@media (max-width: 767px) {
	.news_main2 .title {
		padding: 0 10px 0 15px;
		line-height: 48px;
		height: 48px;
		font-size: 12px;
	}
}

.news_main2 .title big {
	display: block;
	float: left;
	color: #333333;
	font-size: 24px;
	font-weight: 100;
	margin: 0 8px 0 0;
	line-height: 70px;
}

@media (max-width: 1279px) {
	.news_main2 .title big {
		font-size: 20px;
		line-height: 58px;
	}
}

@media (max-width: 767px) {
	.news_main2 .title big {
		font-size: 15px;
		line-height: 48px;
	}
}

.news_main2 ul {
	position: relative;
	margin: 0 auto;
}

.news_main2 ul li {
	width: 33.33333333%;
	float: left;
	position: relative;
	top: 0;
	border-right: 1px solid #e5e5e5;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	padding: 0 35px;
	margin: 45px 0;
}

@media (max-width: 1560px) {
	.news_main2 ul li {
		padding: 0 23px;
	}
}

@media (max-width: 1350px) {
	.news_main2 ul li {
		padding: 0 23px;
	}
}

@media (max-width: 1279px) {
	.news_main2 ul li {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.news_main2 ul li {
		width: 100%;
		margin: 0 auto;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}
}

.news_main2 ul li:last-child {
	border-right: none;
	border-bottom: none;
}

.news_main2 ul li:hover .items .txt .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.news_main2 ul li:hover .items .txt .text span {
	color: #01a1ff;
}

.news_main2 ul li .items {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.news_main2 ul li .items .txt {
	display: block;
	height: 330px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1350px) {
	.news_main2 ul li .items .txt {
		height: 286px;
	}
}

@media (max-width: 1279px) {
	.news_main2 ul li .items .txt {
		height: 255px;
	}
}

@media (max-width: 992px) {
	.news_main2 ul li .items .txt {
		height: 275px;
	}
}

@media (max-width: 767px) {
	.news_main2 ul li .items .txt {
		height: 300px;
	}
}

@media (max-width: 376px) {
	.news_main2 ul li .items .txt {
		height: 285px;
	}
}

@media (max-width: 321px) {
	.news_main2 ul li .items .txt {
		height: 260px;
	}
}

.news_main2 ul li .items .txt .pic {
	width: 100%;
	height: 258px;
	line-height: 258px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1350px) {
	.news_main2 ul li .items .txt .pic {
		height: 220px;
		line-height: 220px;
	}
}

@media (max-width: 1279px) {
	.news_main2 ul li .items .txt .pic {
		height: 190px;
		line-height: 190px;
	}
}

@media (max-width: 992px) {
	.news_main2 ul li .items .txt .pic {
		height: 210px;
		line-height: 210px;
	}
}

@media (max-width: 767px) {
	.news_main2 ul li .items .txt .pic {
		height: 220px;
		line-height: 220px;
	}
}

@media (max-width: 376px) {
	.news_main2 ul li .items .txt .pic {
		height: 200px;
		line-height: 200px;
	}
}

@media (max-width: 321px) {
	.news_main2 ul li .items .txt .pic {
		height: 180px;
		line-height: 180px;
	}
}

.news_main2 ul li .items .txt .pic img {
	max-width: inherit;
	margin: 0 auto;
	max-height: 100%;
	text-align: center;
	position: relative;
	transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
}

.news_main2 ul li .items .txt .text {
	padding: 10px 0;
}

.news_main2 ul li .items .txt .text time {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 24px;
}

.news_main2 ul li .items .txt .text span {
	display: block;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin: 5px auto 0;
	overflow: hidden;
}

@media (max-width: 1350px) {
	.news_main2 ul li .items .txt .text span {
		font-size: 18px;
		line-height: 28px;
		height: 28px;
	}
}

@media (max-width: 1025px) {
	.news_main2 ul li .items .txt .text span {
		font-size: 15px;
		line-height: 25px;
		height: 25px;
	}
}

.news_main2 ul li .items .txt .text p {
	color: #666666;
	font-size: 16px;
	height: 208px;
	overflow: hidden;
	margin: 30px 0 0 0;
	line-height: 26px;
}

@media (max-width: 1350px) {
	.news_main2 ul li .items .txt .text p {
		margin: 15px 0 0 0;
		font-size: 14px;
		line-height: 24px;
		height: 192px;
	}
}

@media (max-width: 1279px) {
	.news_main2 ul li .items .txt .text p {
		margin: 13px 0 0 0;
		height: 168px;
	}
}

@media (max-width: 992px) {
	.news_main2 ul li .items .txt .text p {
		height: 192px;
	}
}

@media (max-width: 321px) {
	.news_main2 ul li .items .txt .text p {
		margin: 10px 0 0 0;
		height: 168px;
	}
}

.share {
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	padding: 0 10px 0 28px;
	border-top: 1px solid #eaeaea;
}

@media (max-width: 1025px) {
	.share {
		height: 45px;
		line-height: 45px;
		padding: 0 10px 0 10px;
	}
}

.share .bdshare-button-style0-32 a {
	height: 42px !important;
	line-height: 40px !important;
}

.share .bds_more {
	background: url(../images/jia.png) center !important;
}

.share .bds_more:hover {
	background: url(../images/jia2.png) center !important;
}

.share .bds_renren {
	background: url(../images/renren.png) center !important;
}

.share .bds_renren:hover {
	background: url(../images/renren2.png) center !important;
}

.share .bds_tsina {
	background: url(../images/xinlang.png) center !important;
}

.share .bds_tsina:hover {
	background: url(../images/xinlang2.png) center !important;
}

.share .bds_qzone {
	background: url(../images/kongjian.png) center !important;
}

.share .bds_qzone:hover {
	background: url(../images/kongjian2.png) center !important;
}

.fshare {
	position: relative;
}

@media (max-width: 767px) {
	.fshare {
		margin: 0 auto;
		display: table;
	}
}

.fshare .bdshare-button-style2-32 a {
	width: 26px !important;
	height: 26px !important;
	margin: 0 16px 0 0 !important;
}

.fshare .bds_weixin {
	background: url(../images/f1.png) no-repeat center #262525 !important;
	background-size: 16px auto !important;
	border-radius: 3px;
}

.fshare .bds_tsina {
	background: url(../images/f2.png) no-repeat center #262525 !important;
	background-size: 16px auto !important;
	border-radius: 3px;
}

.fshare .bds_qzone {
	background: url(../images/f3.png) no-repeat center #262525 !important;
	background-size: 16px auto !important;
	border-radius: 3px;
}

.fshare .bds_sqq {
	background: url(../images/f4.png) no-repeat center #262525 !important;
	background-size: 16px auto !important;
	border-radius: 3px;
}

.fshare .bds_renren {
	background: url(../images/f5.png) no-repeat center #262525 !important;
	background-size: 16px auto !important;
	border-radius: 3px;
}


/*page*/

.pagination {
	text-align: center;
	font-size: 0;
	position: relative;
}

.pagination li {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.pagination li {
		display: none;
	}
}

.pagination li:hover a {
	background: #0b90dc;
	color: #fff;
}

.pagination li a {
	font-size: 14px;
	color: #333;
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
	background: #eaeaea;
}

@media (max-width: 767px) {
	.pagination li a {
		height: 34px;
		line-height: 34px;
	}
}

@media (max-width: 767px) {
	.pagination .phone_02 {
		display: inline-block;
	}
}

.pagination .active a {
	background: #0b90dc;
	color: #fff;
}


/*footer*/

footer {
	background: #353535;
	padding: 65px 0 0 0;
	position: relative;
}

@media (max-width: 1350px) {
	footer {
		padding: 50px 0 0 0;
	}
}

@media (max-width: 992px) {
	footer {
		padding: 35px 0 0 0;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 25px 0 0 0;
	}
}

footer .footer_nav {
	float: left;
	background: url(../images/line.png) no-repeat right top;
	padding: 5px 0 50px 0;
	width: 52%;
}

@media (max-width: 1560px) {
	footer .footer_nav {
		padding: 5px 0 50px 0;
		width: 45%;
	}
}

@media (max-width: 1279px) {
	footer .footer_nav {
		padding: 5px 0 50px 0;
		width: 42%;
	}
}

@media (max-width: 1020px) {
	footer .footer_nav {
		display: none;
	}
}

footer .footer_nav li {
	width: 20%;
	padding: 0 5px 0 0;
	float: left;
}

footer .footer_nav li span {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	position: relative;
	margin: 0 0 2px 0;
	display: block;
	overflow: hidden;
}

footer .footer_nav li span:hover>a {
	color: #01a1ff;
}

footer .footer_nav li span>a {
	color: #d5d5d5;
	display: block;
}

footer .footer_nav li>a {
	color: #d5d5d5;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	display: block;
}

footer .footer_nav li>a:hover {
	color: #fff;
}

footer .right {
	float: left;
	padding: 0 0 0 20px;
	width: 48%;
}

@media (max-width: 1560px) {
	footer .right {
		width: 55%;
	}
}

@media (max-width: 1279px) {
	footer .right {
		width: 58%;
	}
}

@media (max-width: 1020px) {
	footer .right {
		width: 100%;
		padding: 0;
	}
}

footer .right .dizhi {
	float: left;
	width: 50%;
}

@media (max-width: 1350px) {
	footer .right .dizhi {
		width: 55%;
	}
}

@media (max-width: 1279px) {
	footer .right .dizhi {
		width: 59%;
	}
}

@media (max-width: 767px) {
	footer .right .dizhi {
		width: 100%;
		float: inherit;
		margin: 0 auto;
		display: inline-block;
	}
}

footer .right .dizhi li {
	position: relative;
	color: #d5d5d5;
	padding: 2px 0 0 78px;
	font-size: 14px;
	min-height: 30px;
	margin: 0 0 20px 0;
	line-height: 24px;
}

footer .right .dizhi li i {
	font-style: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: block;
	background: #262525;
	border-radius: 50%;
}

footer .right .dizhi li i img {
	width: 20px;
}

footer .right .dizhi li em {
	font-style: inherit;
	position: absolute;
	left: 37px;
	top: 0;
	height: 30px;
	line-height: 30px;
}

footer .right .dizhi li a {
	color: #d5d5d5;
}

footer .right .dizhi li a:hover {
	color: #01a1ff;
}

@media (max-width: 767px) {
	footer .right .txt {
		width: 100%;
		margin: 0 auto;
		display: inline-block;
	}
}

footer .right .txt .logo {
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	footer .right .txt .logo {
		margin: 0 auto;
	}
}

footer .right .txt .text1 {
	color: #d5d5d5;
	margin: 7px 0 10px;
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 767px) {
	footer .right .txt {
		margin: 0 auto;
		text-align: center;
	}
}

.copy {
	background: #252525;
	color: #d5d5d5;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding: 21px 0;
	margin: 15px auto 0;
}

.copy a {
	margin: 0 0 0 10px;
	color: #d5d5d5;
}

.copy a:hover {
	color: #01a1ff;
}

.return_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	z-index: 999;
	background: #0b90dc;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}

@media (max-width: 767px) {
	.return_top {
		font-size: 12px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.return_top:hover {
	background: #01a1ff;
}

.ny {
	min-height: 450px;
}


/*news_show*/

.news_show {
	position: relative;
	padding: 0 0 50px 0;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.news_show {
		padding: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.news_show {
		padding: 0 0 10px 0;
	}
}

.news_show .main {
	margin: 50px auto 0;
}

@media (max-width: 767px) {
	.news_show .main {
		margin: 25px auto 0;
	}
}

.news_show .main .title1 {
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
}

@media (max-width: 767px) {
	.news_show .main .title1 {
		font-size: 18px;
		line-height: 28px;
	}
}

.news_show .txt1 {
	background: #fcfbfb;
	text-align: center;
	color: #626262;
	font-size: 12px;
	line-height: 22px;
	padding: 26px 10px;
	position: relative;
	margin: 10px auto 0;
	border: 1px solid #d2d2d2;
}

@media (max-width: 767px) {
	.news_show .txt1 {
		padding: 10px;
	}
}

.news_show .txt1 span {
	color: #a90c1f;
}

.news_show .text1 {
	margin: 15px auto 0;
}

.news_show .text1 p {
	color: #626262;
	font-size: 16px;
	line-height: 36px;
	margin: 0 0 25px 0;
}

@media (max-width: 767px) {
	.news_show .text1 p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px 0;
	}
}

.news_show .text1 .img1 {
	margin: 70px 0 0 100px;
}

@media (max-width: 1350px) {
	.news_show .text1 .img1 {
		margin: 30px 0 0 50px;
	}
}

@media (max-width: 1279px) {
	.news_show .text1 .img1 {
		margin: 70px 0 30px 40px;
	}
}

@media (max-width: 767px) {
	.news_show .text1 .img1 {
		margin: 20px 0;
	}
}

.source {
	border-top: 1px solid #e1e1e1;
	position: relative;
	margin: 15px auto 0;
	text-align: center;
	color: #adadad;
	font-size: 12px;
	height: 42px;
	line-height: 42px;
}

@media (max-width: 361px) {
	.source {
		font-size: 10px;
		height: 36px;
		line-height: 36px;
	}
}

.article {
	position: relative;
	padding: 20px 0 0 0;
	border-top: 1px solid #e1e1e1;
	margin: 100px auto 40px;
}

@media (max-width: 1350px) {
	.article {
		margin: 60px auto 40px;
	}
}

@media (max-width: 767px) {
	.article {
		margin: 20px auto 20px;
		padding: 10px 0 0 0;
	}
}

.article li {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.article li {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
}

.article li:hover a {
	color: #01a1ff;
}

.article li a {
	display: block;
	color: #626262;
}

.titlez {
	text-align: center;
	margin: 55px auto 5px;
	font-size: 38px;
	color: #333333;
	line-height: 48px;
}

@media (max-width: 992px) {
	.titlez {
		margin: 35px auto 5px;
		font-size: 34px;
		line-height: 44px;
	}
}

@media (max-width: 767px) {
	.titlez {
		margin: 25px auto 5px;
		font-size: 26px;
		line-height: 36px;
	}
}

.textz {
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

@media (max-width: 767px) {
	.textz {
		font-size: 14px;
		line-height: 24px;
	}
}


/*base*/

.base {
	position: relative;
	padding: 0 0 75px 0;
	overflow: hidden;
}

@media (max-width: 1350px) {
	.base {
		padding: 0 0 55px 0;
	}
}

@media (max-width: 992px) {
	.base {
		padding: 0 0 40px 0;
	}
}

@media (max-width: 767px) {
	.base {
		padding: 0 0 30px 0;
	}
}

.base .base_main {
	position: relative;
}

.base .base_main ul {
	position: relative;
	margin: 0 -10px;
}

@media (max-width: 992px) {
	.base .base_main ul {
		margin: 0 -8px;
	}
}

@media (max-width: 767px) {
	.base .base_main ul {
		margin: 10px -4px 0;
	}
}

.base .base_main ul li {
	float: left;
	padding: 43px 10px;
	width: 33.33333333%;
}

@media (max-width: 1350px) {
	.base .base_main ul li {
		padding: 25px 10px;
	}
}

@media (max-width: 1279px) {
	.base .base_main ul li {
		padding: 20px 10px;
	}
}

@media (max-width: 992px) {
	.base .base_main ul li {
		padding: 15px 8px;
	}
}

@media (max-width: 767px) {
	.base .base_main ul li {
		width: 50%;
		padding: 6px 4px;
	}
}

.base .base_main ul li .item {
	border: 1px solid #c7c7c7;
	display: inline-block;
	width: 100%;
}

.base .base_main ul li .item:hover .pic:before {
	opacity: 1;
}

.base .base_main ul li .item:hover .pic img {
	transform: translate3d(-10px, 0, 0) scale(1.08);
}

.base .base_main ul li .item .pic {
	overflow: hidden;
	position: relative;
}

.base .base_main ul li .item .pic:before {
	content: "";
	display: block;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.base .base_main ul li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 53.5%;
}

.base .base_main ul li .item .pic img {
	transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-o-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-moz-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
}

.base .base_main ul li .item .txt {
	text-align: center;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
	height: 78px;
	line-height: 78px;
}

@media (max-width: 1350px) {
	.base .base_main ul li .item .txt {
		height: 64px;
		line-height: 64px;
	}
}

@media (max-width: 992px) {
	.base .base_main ul li .item .txt {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.base .base_main ul li .item .txt {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
}


/*about*/

.about {
	position: relative;
	padding: 0 0 110px 0;
	overflow: hidden;
	color: #666666;
	font-size: 18px;
	line-height: 32px;
}

@media (max-width: 1350px) {
	.about {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 1279px) {
	.about {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 992px) {
	.about {
		padding: 0 0 40px 0;
	}
}

@media (max-width: 767px) {
	.about {
		padding: 0 0 10px 0;
		font-size: 14px;
		line-height: 24px;
	}
}

.about .aboutmain {
	margin: 90px auto 0;
}

@media (max-width: 1350px) {
	.about .aboutmain {
		margin: 60px auto 0;
	}
}

@media (max-width: 992px) {
	.about .aboutmain {
		margin: 40px auto 0;
	}
}

@media (max-width: 767px) {
	.about .aboutmain {
		margin: 25px auto 0;
	}
}

.about .aboutmain .pic {
	float: left;
	width: 47.7%;
}

@media (max-width: 992px) {
	.about .aboutmain .pic {
		float: inherit;
		width: 100%;
	}
}

.about .aboutmain .txt {
	float: left;
	padding: 0 0 0 5.3%;
	width: 52.3%;
}

@media (max-width: 1279px) {
	.about .aboutmain .txt {
		padding: 0 0 0 4%;
	}
}

@media (max-width: 992px) {
	.about .aboutmain .txt {
		float: inherit;
		padding: 20px 0;
		width: 100%;
	}
}

.about .aboutmain .txt big {
	display: block;
	color: #333333;
	font-size: 38px;
	line-height: 48px;
}

@media (max-width: 1279px) {
	.about .aboutmain .txt big {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.about .aboutmain .txt big {
		font-size: 24px;
		line-height: 34px;
	}
}

.about .aboutmain .txt small {
	display: block;
	color: #333333;
	font-size: 24px;
	margin: 26px 0;
	line-height: 34px;
}

@media (max-width: 1279px) {
	.about .aboutmain .txt small {
		font-size: 20px;
		line-height: 30px;
		margin: 12px 0;
	}
}

@media (max-width: 767px) {
	.about .aboutmain .txt small {
		font-size: 18px;
		line-height: 28px;
	}
}

.about .aboutmain .txt p {
	display: block;
	color: #666666;
	font-size: 18px;
	line-height: 32px;
}

@media (max-width: 1279px) {
	.about .aboutmain .txt p {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.about .aboutmain .txt p {
		font-size: 14px;
		line-height: 24px;
	}
}


/*case*/

.case {
	position: relative;
	padding: 5px 0 110px 0;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.case {
		padding: 5px 0 90px 0;
	}
}

@media (max-width: 1279px) {
	.case {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 767px) {
	.case {
		padding: 0 0 40px 0;
	}
}

.case .titlez {
	color: #0b90dc;
}

.case .case_main {
	margin: 80px auto 35px;
	position: relative;
}

@media (max-width: 1560px) {
	.case .case_main {
		margin: 35px auto 30px;
	}
}

@media (max-width: 1279px) {
	.case .case_main {
		margin: 20px auto 30px;
	}
}

@media (max-width: 767px) {
	.case .case_main {
		margin: 10px auto 20px;
	}
}

.case .case_main ul {
	position: relative;
	margin: 0 auto;
}

.case .case_main ul li {
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	position: relative;
}

@media (max-width: 767px) {
	.case .case_main ul li {
		padding: 10px 0;
	}
}

.case .case_main ul li .item {
	background: #f9f7f7;
	position: relative;
	padding: 0 30px 0 295px;
	height: 277px;
	display: inline-block;
	width: 100%;
}

@media (max-width: 1350px) {
	.case .case_main ul li .item {
		padding: 0 30px 0 245px;
		height: 235px;
	}
}

@media (max-width: 992px) {
	.case .case_main ul li .item {
		padding: 0 30px 0 210px;
		height: 200px;
	}
}

@media (max-width: 767px) {
	.case .case_main ul li .item {
		padding: 0;
		height: auto;
	}
}

.case .case_main ul li .item:hover .pic:before {
	opacity: 1;
}

.case .case_main ul li .item:hover .pic img {
	transform: translate3d(-10px, 0, 0) scale(1.08);
}

.case .case_main ul li .item .pic {
	overflow: hidden;
	width: 259px;
	height: 277px;
	left: 0;
	top: 0;
	position: absolute;
}

@media (max-width: 1350px) {
	.case .case_main ul li .item .pic {
		width: 220px;
		height: 235px;
	}
}

@media (max-width: 992px) {
	.case .case_main ul li .item .pic {
		width: 187px;
		height: 200px;
	}
}

@media (max-width: 767px) {
	.case .case_main ul li .item .pic {
		overflow: hidden;
		width: 100%;
		height: auto;
		left: auto;
		top: auto;
		position: relative;
	}
}

.case .case_main ul li .item .pic:before {
	content: "";
	display: none;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
	.case .case_main ul li .item .pic:before {
		display: block;
	}
}

.case .case_main ul li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 106.5%;
}

.case .case_main ul li .item .pic img {
	transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-o-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-moz-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
}

.case .case_main ul li .item .txt {
	padding: 20px 0 0 0;
	overflow: hidden;
	width: 100%;
	float: left;
}

@media (max-width: 1350px) {
	.case .case_main ul li .item .txt {
		padding: 18px 0 0 0;
	}
}

@media (max-width: 992px) {
	.case .case_main ul li .item .txt {
		padding: 8px 0 0 0;
	}
}

@media (max-width: 767px) {
	.case .case_main ul li .item .txt {
		padding: 10px 15px 15px;
	}
}

.case .case_main ul li .item .txt big {
	display: block;
	color: #3d4c51;
	font-size: 23px;
	line-height: 64px;
	height: 64px;
	overflow: hidden;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ebeef0;
}

@media (max-width: 1350px) {
	.case .case_main ul li .item .txt big {
		font-size: 22px;
		line-height: 54px;
		height: 54px;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 992px) {
	.case .case_main ul li .item .txt big {
		font-size: 20px;
		line-height: 48px;
		height: 48px;
		margin: 0 0 6px 0;
	}
}

@media (max-width: 767px) {
	.case .case_main ul li .item .txt big {
		font-size: 18px;
		line-height: 36px;
		height: 36px;
		margin: 0 0 5px 0;
	}
}

.case .case_main ul li .item .txt p {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}

.case .news_main2 {
	margin: 100px auto 0;
}

@media (max-width: 1560px) {
	.case .news_main2 {
		margin: 60px auto 0;
	}
}

@media (max-width: 767px) {
	.case .news_main2 {
		margin: 30px auto 0;
	}
}


/*case_show*/

.case_show {
	position: relative;
	overflow: hidden;
	padding: 0 0 55px 0;
}

@media (max-width: 1350px) {
	.case_show {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 1279px) {
	.case_show {
		padding: 0 0 15px 0;
	}
}

@media (max-width: 767px) {
	.case_show {
		padding: 0 0 10px 0;
	}
}

.case_show .main {
	position: relative;
	background: #f9f7f7;
	padding: 25px 35px 25px;
	margin: 30px auto 0;
}

@media (max-width: 1279px) {
	.case_show .main {
		padding: 25px 25px 25px;
	}
}

@media (max-width: 767px) {
	.case_show .main {
		padding: 15px 15px 15px;
	}
}

.case_show .main .title1 {
	text-align: center;
	color: #3d4c51;
	font-size: 23px;
	line-height: 32px;
	padding: 0 0 15px 0;
	margin: 0 auto 35px;
	border-bottom: 2px solid #ebeef0;
}

@media (max-width: 1279px) {
	.case_show .main .title1 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.case_show .main .title1 {
		font-size: 16px;
		line-height: 26px;
		margin: 0 auto 15px;
	}
}

.case_show .main .text1 p {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}

.case_show .main .text1 .img1 {
	margin: 0 25px 35px 0;
}

@media (max-width: 767px) {
	.case_show .main .text1 .img1 {
		margin: 0 auto 15px;
	}
}

.case_show .article {
	margin: 0 auto 60px;
	padding: 20px 25px;
	border: 1px solid #f2f2f2;
}

@media (max-width: 1279px) {
	.case_show .article {
		margin: 0 auto 40px;
	}
}

@media (max-width: 1279px) {
	.case_show .article {
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.case_show .article {
		padding: 10px;
		margin: 0 auto 20px;
	}
}


/*development*/

.development {
	position: relative;
	overflow: hidden;
	padding: 0 0 80px 0;
}

@media (max-width: 1279px) {
	.development {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.development {
		padding: 0 0 25px 0;
	}
}

.development .development_mainz {
	margin: 20px auto 0;
	position: relative;
}

.development .development_mainz .ico {
	position: relative;
	margin: 0 auto;
	width: 61px;
	height: 61px;
}

.development .development_mainz .development_main {
	width: 100%;
	display: inline-block;
	padding: 10px 0 80px 0;
	position: relative;
}

@media (max-width: 1279px) {
	.development .development_mainz .development_main {
		padding: 10px 0 50px 0;
	}
}

@media (max-width: 767px) {
	.development .development_mainz .development_main {
		padding: 10px 0 0 0;
	}
}

.development .development_mainz .development_main:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	margin-left: -1px;
	height: 100%;
	background: #0b90dc;
	z-index: 1;
	top: 0;
}

@media (max-width: 767px) {
	.development .development_mainz .development_main:before {
		display: none;
	}
}

.development .development_mainz .development_main:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 26px;
	margin-left: -13px;
	height: 26px;
	border-radius: 50%;
	background: #0b90dc;
	z-index: 1;
	bottom: 0;
}

@media (max-width: 767px) {
	.development .development_mainz .development_main:after {
		display: none;
	}
}

.development .development_mainz .development_main li {
	float: left;
	width: 50%;
	padding: 15px 25px 15px 0;
	position: relative;
}

@media (max-width: 992px) {
	.development .development_mainz .development_main li {
		padding: 5px 25px 5px 0;
	}
}

@media (max-width: 767px) {
	.development .development_mainz .development_main li {
		float: inherit;
		width: 100%;
		padding: 10px 0;
	}
}

.development .development_mainz .development_main li:after {
	content: "";
	position: absolute;
	right: -9px;
	top: 40px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: url(../images/yuan.png) no-repeat center;
}

@media (max-width: 767px) {
	.development .development_mainz .development_main li:after {
		display: none;
	}
}

.development .development_mainz .development_main li .item {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 15px 15px 15px 70px;
}

@media (max-width: 1350px) {
	.development .development_mainz .development_main li .item {
		padding: 15px 15px 15px 30px;
	}
}

@media (max-width: 992px) {
	.development .development_mainz .development_main li .item {
		padding: 15px;
	}
}

.development .development_mainz .development_main li .item time {
	display: block;
	text-align: right;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #00bbff;
	font-weight: bold;
	font-size: 18px;
}

.development .development_mainz .development_main li .item p {
	display: block;
	text-align: right;
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}

.development .development_mainz .development_main .li_odd {
	margin: 40px 0 0 0;
	padding: 15px 0 15px 25px;
}

@media (max-width: 767px) {
	.development .development_mainz .development_main .li_odd {
		float: inherit;
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
	}
}

.development .development_mainz .development_main .li_odd:after {
	right: auto;
	left: -9px;
	top: auto;
	bottom: 40px;
	background: url(../images/yuan1.png) no-repeat center;
}

.development .development_mainz .development_main .li_odd .item {
	padding: 15px 70px 15px 15px;
}

@media (max-width: 1350px) {
	.development .development_mainz .development_main .li_odd .item {
		padding: 15px 30px 15px 15px;
	}
}

@media (max-width: 992px) {
	.development .development_mainz .development_main .li_odd .item {
		padding: 15px;
	}
}

.development .development_mainz .development_main .li_odd .item time {
	text-align: left;
}

.development .development_mainz .development_main .li_odd .item p {
	text-align: left;
}

.contact {
	position: relative;
}

.contact .contmap {
	width: 100%;
	height: 640px;
	z-index: 1;
	margin: 30px auto 0;
	position: relative;
}

@media (max-width: 1560px) {
	.contact .contmap {
		height: 560px;
	}
}

@media (max-width: 1279px) {
	.contact .contmap {
		height: 440px;
	}
}

@media (max-width: 992px) {
	.contact .contmap {
		height: 340px;
	}
}

@media (max-width: 767px) {
	.contact .contmap {
		margin: 0 auto 0;
		height: 240px;
	}
}

.contact .contmap .txt {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -588px;
	width: 1176px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	color: #232b33;
	font-size: 24px;
	line-height: 82px;
	z-index: 50;
	background: url(../images/contbg.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 1279px) {
	.contact .contmap .txt {
		margin-left: -450px;
		width: 900px;
		top: -25px;
		height: 77px;
		font-size: 22px;
		line-height: 63px;
	}
}

@media (max-width: 992px) {
	.contact .contmap .txt {
		margin-left: -350px;
		width: 700px;
		top: -15px;
		height: 60px;
		font-size: 18px;
		line-height: 46px;
	}
}

@media (max-width: 767px) {
	.contact .contmap .txt {
		display: none;
	}
}

.contact .contmap em {
	display: block;
	font-style: inherit;
	color: #666666;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #cbcccd;
}

@media (max-width: 1279px) {
	.contact .contmap em {
		height: 36px;
		font-size: 16px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.contact .contmap em {
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}
}

.contact .contmap p {
	display: block;
	font-style: inherit;
	color: #666666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.contact .contmap p {
		height: 26px;
		font-size: 12px;
		line-height: 26px;
	}
}

.contact #l-map {
	width: 100%;
	height: 100%;
}

.contact #l-map img {
	max-width: auto;
}

.contact #l-map .anchorBL {
	display: none;
}

.contact #l-map .BMapLib_sendToPhone {
	display: none;
}

.contact .part1 {
	padding: 60px 0 50px;
}

@media (max-width: 1279px) {
	.contact .part1 {
		padding: 40px 0 40px;
	}
}

@media (max-width: 767px) {
	.contact .part1 {
		padding: 25px 0 0;
	}
}

.contact .part1 .title1 {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
}

@media (max-width: 1279px) {
	.contact .part1 .title1 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 992px) {
	.contact .part1 .title1 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.contact .part1 .title1 {
		font-size: 20px;
		line-height: 30px;
	}
}

.contact .part1 .text1 {
	margin: 10px auto 0;
	text-align: center;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.contact .part1 {
		margin: 5px auto 0;
	}
}

.contact .contz {
	text-align: center;
	position: relative;
	padding: 0 8%;
	margin: 50px auto 0;
	font-size: 0;
}

@media (max-width: 1279px) {
	.contact .contz {
		margin: 30px auto 0;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.contact .contz {
		margin: 20px -5px 0;
	}
}

.contact .contz li {
	display: inline-block;
	vertical-align: top;
	padding: 0 33px;
	width: 16.66666%;
}

@media (max-width: 1279px) {
	.contact .contz li {
		padding: 0 20px;
	}
}

@media (max-width: 992px) {
	.contact .contz li {
		padding: 0 5px;
	}
}

@media (max-width: 767px) {
	.contact .contz li {
		width: 33.33333333%;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 361px) {
	.contact .contz li {
		width: 50%;
		margin: 0 0 10px 0;
	}
}

.contact .contz li .item {
	position: relative;
}

.contact .contz li .item .pic {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	background: #0b90dc;
}

@media (max-width: 767px) {
	.contact .contz li .item .pic {
		width: 70px;
		height: 70px;
	}
}

.contact .contz li .item .pic img {
	width: 40px;
}

@media (max-width: 767px) {
	.contact .contz li .item .pic img {
		width: 30px;
	}
}

.contact .contz li .item .txt1 {
	padding: 20px 0 0 0;
}

.contact .contz li .item .txt1 big {
	display: block;
	text-align: center;
	color: #000;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: relative;
}

.contact .contz li .item .txt1 p {
	display: block;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 48px;
	margin: 5px auto 0;
	line-height: 24px;
	overflow: hidden;
	position: relative;
}

.contact .contz li .item .txt1 p a {
	color: #000 !important;
}

.contact .contz li .item .txt1 p a:hover {
	color: #01a1ff !important;
}

@media (max-width: 992px) {
	.contact .contz li .item .txt1 p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
}

.contact .contz .li_3 .item .pic {
	background: none;
}

.contact .contz .li_3 .item .pic img {
	width: 89px;
}

.contact .part2 {
	background: #fff;
	padding: 0 0 30px;
}

@media (max-width: 767px) {
	.contact .part2 {
		padding: 10px 0 20px;
	}
}

.contact .part2 big {
	color: #27323e;
	display: block;
	font-size: 42px;
	text-align: center;
	line-height: 52px;
}

@media (max-width: 992px) {
	.contact .part2 big {
		font-size: 28px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	.contact .part2 big {
		font-size: 24px;
		line-height: 34px;
	}
}

.contact .part2 ul {
	margin: 20px auto 0;
	position: relative;
	width: 58%;
}

@media (max-width: 1279px) {
	.contact .part2 ul {
		width: 75%;
	}
}

@media (max-width: 992px) {
	.contact .part2 ul {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.contact .part2 ul {
		margin: 10px auto 0;
	}
}

.contact .part2 ul li {
	float: left;
	position: relative;
	padding: 10px 15px;
	width: 50%;
}

@media (max-width: 767px) {
	.contact .part2 ul li {
		float: inherit;
		width: 100%;
		padding: 8px 0;
	}
}

.contact .part2 ul li i {
	font-style: inherit;
	left: 0;
	width: 46px;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 5;
}

@media (max-width: 767px) {
	.contact .part2 ul li i {
		width: 36px;
		height: 40px;
	}
}

.contact .part2 ul li span {
	display: block;
	width: 100%;
	z-index: 1;
	position: relative;
}

.contact .part2 ul .li_1 {
	width: 100%;
}

.contact .part2 ul input,
.contact .part2 ul textarea {
	width: 100%;
	height: 50px;
	color: #a0aab1;
	font-size: 18px;
	font-family: "microsoft yahei";
	padding: 0 10px 0 40px;
	border: 1px solid #b3babf;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.contact .part2 ul input,
	.contact .part2 ul textarea {
		font-size: 15px;
		height: 40px;
		padding: 0 10px 0 32px;
	}
}

.contact .part2 ul input::-webkit-input-placeholder,
.contact .part2 ul textarea::-webkit-input-placeholder,
.contact .part2 ul input::-webkit-input-placeholder,
.contact .part2 ul textarea::-webkit-input-placeholder {
	color: #a0aab1;
}

.contact .part2 ul input:focus,
.contact .part2 ul textarea:focus {
	box-shadow: 0 0 0 1px #652177;
	border: 1px solid #652177;
}

.contact .part2 ul textarea {
	padding: 10px 10px 0 40px;
	line-height: 24px;
	height: 210px;
}

@media (max-width: 767px) {
	.contact .part2 ul textarea {
		height: 120px;
		padding: 8px 10px 0 32px;
	}
}

.contact .part2 ul #send {
	margin: 0 auto;
	display: block;
	padding: 0 5px;
	background: #0b90dc;
	width: 170px;
	height: 42px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 10px;
}

.contact .part2 ul #send:hover {
	background: #01a1ff;
}


/*customized*/

.customized {
	overflow: hidden;
	position: relative;
	padding: 0 0 10px 0;
}

.customized .part1 {
	position: relative;
	background: #f9f7f7;
	padding: 0 6.5%;
	text-align: center;
	font-size: 0;
	margin: 40px auto 20px;
}

@media (max-width: 1279px) {
	.customized .part1 {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.customized .part1 {
		padding: 0 15px;
		margin: 25px auto;
	}
}

.customized .part1 .pic {
	display: inline-block;
	vertical-align: bottom;
	width: 28%;
}

@media (max-width: 992px) {
	.customized .part1 .pic {
		display: none;
	}
}

.customized .part1 .txt {
	display: inline-block;
	vertical-align: bottom;
	padding: 5% 0 4% 5px;
	width: 35%;
}

@media (max-width: 992px) {
	.customized .part1 .txt {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.customized .part1 .txt {
		width: 100%;
		padding: 10px 0;
	}
}

.customized .part1 .txt .btn {
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px;
	background: #0b90dc;
	position: relative;
}

@media (max-width: 1279px) {
	.customized .part1 .txt .btn {
		width: 120px;
		height: 40px;
		font-size: 17px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.customized .part1 .txt .btn {
		width: 100px;
		height: 34px;
		font-size: 15px;
		line-height: 34px;
	}
}

.customized .part1 .txt .btn:after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -12px;
	width: 0;
	height: 0;
	border-left: 2px solid transparent;
	border-right: 5px solid transparent;
	border-top: 12px solid #0b90dc;
}

.customized .part1 .txt big {
	color: #0b90dc;
	font-size: 28px;
	line-height: 38px;
	display: block;
	text-align: left;
	margin: 16px 0 12px 0;
	font-weight: bold;
}

@media (max-width: 1350px) {
	.customized .part1 .txt big {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.customized .part1 .txt big {
		font-size: 18px;
		line-height: 26px;
	}
}

.customized .part1 .txt .text {
	padding: 0 0 0 50px;
	text-align: left;
	position: relative;
}

@media (max-width: 767px) {
	.customized .part1 .txt .text {
		padding: 0 0 0 45px;
	}
}

.customized .part1 .txt .text i {
	font-style: inherit;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
}

@media (max-width: 767px) {
	.customized .part1 .txt .text i {
		margin-top: -19px;
		width: 38px;
		height: 38px;
	}
}

.customized .part1 .txt .text span {
	display: block;
	color: #0b90dc;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.customized .part1 .txt .text span {
		font-size: 16px;
	}
}

.customized .part1 .txt .text p {
	display: block;
	color: #0b90dc;
	font-size: 28px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.customized .part1 .txt .text p {
		font-size: 26px;
		line-height: 32px;
		height: 32px;
	}
}

.customized .part1 .txt .text p a {
	color: #0b90dc;
}

.customized .part1 .right {
	display: inline-block;
	vertical-align: bottom;
	padding: 10px 4% 10px 0;
	width: 37%;
}

@media (max-width: 1279px) {
	.customized .part1 .right {
		padding: 10px 0;
	}
}

@media (max-width: 992px) {
	.customized .part1 .right {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.customized .part1 .right {
		width: 100%;
	}
}

.customized .part1 .right ul {
	position: relative;
}

.customized .part1 .right ul li {
	position: relative;
	padding: 5px 0;
	width: 100%;
}

@media (max-width: 767px) {
	.customized .part1 .right ul li {
		float: inherit;
		width: 100%;
		padding: 5px 0;
	}
}

.customized .part1 .right ul li i {
	font-style: inherit;
	left: 0;
	width: 46px;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 5;
}

@media (max-width: 767px) {
	.customized .part1 .right ul li i {
		width: 36px;
		height: 40px;
	}
}

.customized .part1 .right ul li span {
	display: block;
	width: 100%;
	z-index: 1;
	position: relative;
}

.customized .part1 .right ul input,
.customized .part1 .right ul select,
.customized .part1 .right ul textarea {
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #a0aab1;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}

.customized .part1 .right ul select {
	color: #666;
	cursor: pointer;
	appearance: initial;
	-webkit-appearance: initial;
	-moz-appearance: initial;
}

.customized .part1 .right ul input::-webkit-input-placeholder,
.customized .part1 .right ul textarea::-webkit-input-placeholder,
.customized .part1 .right ul input::-webkit-input-placeholder,
.customized .part1 .right ul textarea::-webkit-input-placeholder {
	color: #5f5d5d;
}

.customized .part1 .right ul input:focus,
.customized .part1 .right ul textarea:focus {
	box-shadow: 0 0 0 1px #652177;
	border: 1px solid #652177;
}

.customized .part1 .right ul textarea {
	padding: 5px 10px 0 10px;
	line-height: 24px;
	height: 84px;
}

.customized .part1 .right ul #send {
	margin: 0 auto;
	display: block;
	padding: 0 5px;
	background: #0b90dc;
	width: 100%;
	height: 36px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 10px;
}

.customized .part1 .right ul #send:hover {
	background: #01a1ff;
}

.customized .part2 {
	padding: 50px 0;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.customized .part2 {
		padding: 35px 0;
	}
}

@media (max-width: 767px) {
	.customized .part2 {
		padding: 0;
	}
}

.customized .part2 .text2 {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.customized .customized_mainz {
	width: 100%;
	margin: 30px auto 0;
	display: inline-block;
	position: relative;
}

@media (max-width: 767px) {
	.customized .customized_mainz {
		margin: 5px auto 0;
	}
}

.customized .customized_mainz:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	height: 24px;
	background: #fff;
	z-index: 5;
	top: 0;
}

@media (max-width: 767px) {
	.customized .customized_mainz:before {
		display: none;
	}
}

.customized .customized_main {
	display: inline-block;
	margin: 10px -55px 25px;
	position: relative;
}

@media (max-width: 992px) {
	.customized .customized_main {
		margin: 0 -35px;
	}
}

@media (max-width: 767px) {
	.customized .customized_main {
		margin: 0 auto;
	}
}

.customized .customized_main:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	margin-left: -1px;
	height: 100%;
	background: #dcdcdc;
	z-index: 1;
	top: 0;
}

@media (max-width: 767px) {
	.customized .customized_main:before {
		display: none;
	}
}

.customized .customized_main:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	height: 20px;
	background: #fff;
	z-index: 1;
	bottom: 0;
}

@media (max-width: 767px) {
	.customized .customized_main:after {
		display: none;
	}
}

.customized .customized_main li {
	float: left;
	width: 50%;
	padding: 17px 100px;
	position: relative;
	z-index: 10;
}

@media (max-width: 1279px) {
	.customized .customized_main li {
		padding: 17px 55px;
	}
}

@media (max-width: 992px) {
	.customized .customized_main li {
		padding: 13px 35px;
	}
}

@media (max-width: 767px) {
	.customized .customized_main li {
		float: inherit;
		width: 100%;
		padding: 10px 0;
	}
}

.customized .customized_main li:hover .item {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.customized .customized_main li:hover .item .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.customized .customized_main li:before {
	content: "";
	position: absolute;
	right: -10px;
	top: 15px;
	width: 20px;
	height: 20px;
	z-index: 5;
	border-radius: 50%;
	border: 1px solid #dedede;
	background: #fff;
}

@media (max-width: 767px) {
	.customized .customized_main li:before {
		display: none;
	}
}

.customized .customized_main li:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	z-index: 5;
	border-radius: 50%;
	border: 1px solid #dedede;
	background: #fff;
}

@media (max-width: 767px) {
	.customized .customized_main li:after {
		display: none;
	}
}

.customized .customized_main li .item {
	border: 1px solid #eeeeee;
	position: relative;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	padding: 15px 35px 25px;
}

@media (max-width: 1350px) {
	.customized .customized_main li .item {
		padding: 15px 15px 15px 30px;
	}
}

@media (max-width: 992px) {
	.customized .customized_main li .item {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.customized .customized_main li .item {
		padding: 8px;
	}
}

.customized .customized_main li .item .pic {
	position: relative;
	overflow: hidden;
}

.customized .customized_main li .item .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.customized .customized_main li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 56%;
}

.customized .customized_main li .item .txt {
	padding: 28px 0 0 0;
}

@media (max-width: 992px) {
	.customized .customized_main li .item .txt {
		padding: 15px 0 0 0;
	}
}

.customized .customized_main li .item .txt big {
	display: block;
	text-align: center;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color: #0b90dc;
	font-size: 18px;
}

@media (max-width: 992px) {
	.customized .customized_main li .item .txt big {
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
}

.customized .customized_main li .item .txt span {
	display: block;
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #666666;
	margin: 3px auto;
	font-size: 16px;
}

@media (max-width: 992px) {
	.customized .customized_main li .item .txt span {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
}

.customized .customized_main li .item .txt p {
	display: block;
	text-align: center;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

@media (max-width: 992px) {
	.customized .customized_main li .item .txt p {
		height: 44px;
		line-height: 22px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.customized .customized_main .li_odd {
		float: inherit;
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
	}
}

.customized .customized_main .li_odd:before {
	display: none;
}

.customized .customized_main .li_odd:after {
	content: "";
	position: absolute;
	left: -10px;
	top: auto;
	bottom: 15px;
	width: 20px;
	height: 20px;
	z-index: 5;
	border-radius: 50%;
	border: 1px solid #dedede;
	background: #fff;
}

@media (max-width: 767px) {
	.customized .customized_main .li_odd:after {
		display: none;
	}
}

.customized .customized_main .li_3n:before {
	display: none;
}

.customized .customized_main .li_1:before {
	display: block;
}

@media (max-width: 767px) {
	.customized .customized_main .li_1:before {
		display: none;
	}
}

.customized .titlez2 {
	text-align: center;
	font-size: 28px;
	color: #0b90dc;
	font-weight: bold;
	line-height: 46px;
	z-index: 1;
	position: relative;
}

@media (max-width: 992px) {
	.customized .titlez2 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.customized .titlez2 {
		font-size: 20px;
		line-height: 42px;
	}
}

.customized .titlez2:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	height: 1px;
	width: 15px;
	z-index: 5;
	background: #0b90dc;
	bottom: 0;
}

.customized .titlez2:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	height: 1px;
	width: 30px;
	z-index: 1;
	background: #5f5d5d;
	bottom: 0;
}

.partnerz {
	position: relative;
	background-size: cover;
	margin: 0 auto 100px;
	background-position: center top;
	padding: 40px 0 50px;
}

@media (max-width: 1560px) {
	.partnerz {
		margin: 0 auto 70px;
	}
}

@media (max-width: 1279px) {
	.partnerz {
		margin: 0 auto 50px;
	}
}

@media (max-width: 767px) {
	.partnerz {
		padding: 20px 0;
		margin: 0 auto 30px;
	}
}

.partnerz .titlez2 {
	color: #fff;
}

.partnerz .titlez2:before {
	display: none;
}

.partnerz .titlez2:after {
	background: #fff;
}

.partnerz .partnermain {
	position: relative;
	margin: 35px auto 0;
	padding: 0 12%;
}

@media (max-width: 1279px) {
	.partnerz .partnermain {
		padding: 0 50px;
	}
}

@media (max-width: 767px) {
	.partnerz .partnermain {
		margin: 15px auto 0;
		padding: 0 35px;
	}
}

.partnerz .partnermain .slick-prev,
.partnerz .partnermain .slick-next {
	border: none;
	width: 46px;
	height: 46px;
	margin-top: -23px;
}

@media (max-width: 1279px) {
	.partnerz .partnermain .slick-prev,
	.partnerz .partnermain .slick-next {
		width: 38px;
		height: 38px;
		margin-top: -19px;
	}
}

@media (max-width: 767px) {
	.partnerz .partnermain .slick-prev,
	.partnerz .partnermain .slick-next {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
}

.partnerz .partnermain .slick-prev {
	background: url(../images/left1.png) no-repeat center;
	background-size: 100% 100%;
	left: 7.5%;
}

@media (max-width: 1279px) {
	.partnerz .partnermain .slick-prev {
		left: 0;
	}
}

.partnerz .partnermain .slick-prev:hover {
	opacity: 0.5;
}

.partnerz .partnermain .slick-next {
	background: url(../images/right1.png) no-repeat center;
	background-size: 100% 100%;
	right: 7.5%;
}

@media (max-width: 1279px) {
	.partnerz .partnermain .slick-next {
		right: 0;
	}
}

.partnerz .partnermain .slick-next:hover {
	opacity: 0.5;
}

.partnerz .partnermain .item {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #fff;
}

.partnerz .partnermain .item:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #e5e5e5;
}

.partnerz .partnermain .pic {
	position: relative;
	overflow: hidden;
}

.partnerz .partnermain .pic:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.partnerz .partnermain .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.partnerz .partnermain .pic:after {
	content: "";
	display: block;
	padding-bottom: 47%;
}

.chanpin {
	position: relative;
	margin: 0 auto 60px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

@media (max-width: 1350px) {
	.chanpin {
		margin: 0 auto 50px;
	}
}

@media (max-width: 767px) {
	.chanpin {
		margin: 0 auto 30px;
	}
}

.chanpin .title {
	color: #999999;
	font-size: 14px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	font-weight: bold;
	padding: 0 32px;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1560px) {
	.chanpin .title {
		padding: 0 23px;
	}
}

@media (max-width: 1350px) {
	.chanpin .title {
		padding: 0 23px;
	}
}

@media (max-width: 1279px) {
	.chanpin .title {
		padding: 0 15px;
		line-height: 58px;
		height: 58px;
	}
}

@media (max-width: 767px) {
	.chanpin .title {
		padding: 0 10px 0 15px;
		line-height: 48px;
		height: 48px;
		font-size: 12px;
	}
}

.chanpin .title big {
	display: block;
	float: left;
	color: #333333;
	font-size: 24px;
	font-weight: 100;
	margin: 0 8px 0 0;
	line-height: 70px;
}

@media (max-width: 1279px) {
	.chanpin .title big {
		font-size: 20px;
		line-height: 58px;
	}
}

@media (max-width: 767px) {
	.chanpin .title big {
		font-size: 15px;
		line-height: 48px;
	}
}

.chanpinz {
	position: relative;
	margin: 0 auto;
}

.chanpinz li {
	width: 33.33333333%;
	float: left;
	position: relative;
	top: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	padding: 12px;
}

@media (max-width: 767px) {
	.chanpinz li {
		width: 100%;
		margin: 0 auto;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}
	.chanpinz li:last-child {
		border-bottom: none;
	}
}

.chanpinz li .items {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 20px 0 10px;
	position: relative;
}

.chanpinz li .items:hover .text {
	color: #01a1ff;
}

.chanpinz li .items:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.chanpinz li .items .pic {
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.chanpinz li .items .pic:before {
	content: "";
	display: block;
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -66px;
	top: 50%;
	margin-top: -18.5px;
	width: 132px;
	height: 37px;
	background: url(../images/shuiyin.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 767px) {
	.chanpinz li .items .pic:before {
		width: 100px;
		margin-left: -50px;
		height: 28px;
		margin-top: -14px;
	}
}

.chanpinz li .items .pic:after {
	content: "";
	display: block;
	padding-bottom: 76%;
}

.chanpinz li .items .pic img {
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.chanpinz li .items .text {
	padding: 0 8%;
	width: 100%;
	display: block;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	height: 34px;
}

@media (max-width: 1279px) {
	.chanpinz li .items .text {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.chanpinz li .items .text {
		font-size: 18px;
		line-height: 28px;
		height: 28px;
	}
}


/*products*/

.products {
	position: relative;
	overflow: hidden;
	padding: 0 0 40px 0;
}

@media (max-width: 1279px) {
	.products {
		padding: 0;
	}
}

.products .products2 {
	background: #f2f2f2;
	position: relative;
	padding: 5px 0 60px;
}

@media (max-width: 1350px) {
	.products .products2 {
		padding: 1px 0 45px;
	}
}

@media (max-width: 767px) {
	.products .products2 {
		padding: 1px 0 25px;
	}
}

.products .slider-for {
	margin: 45px auto 10px;
}

@media (max-width: 1279px) {
	.products .slider-for {
		margin: 30px auto 10px;
	}
}

@media (max-width: 767px) {
	.products .slider-for {
		margin: 20px auto 0;
	}
}

.slider-nav {
	width: 40%;
	margin: 25px auto 5px;
	border: 1px solid #e4e4e4;
	border-top: none;
	border-radius: 50px;
	overflow: hidden;
	border-bottom: none;
}

@media (max-width: 1279px) {
	.slider-nav {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.slider-nav {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.slider-nav {
		width: 100%;
		margin: 10px auto 0;
	}
}

.slider-nav .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav .item span {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	border-left: none;
	height: 48px;
	padding: 0 10px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	line-height: 48px;
	font-size: 14px;
	color: #333333;
}

@media (max-width: 992px) {
	.slider-nav .item span {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.slider-nav .item span {
		height: 36px;
		line-height: 36px;
		padding: 0 5px;
		font-size: 12px;
	}
}

.slider-nav1 {
	width: 40%;
	margin: 25px auto 5px;
	border: 1px solid #e4e4e4;
	border-top: none;
	border-radius: 50px;
	overflow: hidden;
	border-bottom: none;
}

@media (max-width: 1279px) {
	.slider-nav1 {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.slider-nav1 {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.slider-nav1 {
		width: 100%;
		margin: 10px auto 0;
	}
}

.slider-nav1 .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav1 .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav1 .item span {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	border-left: none;
	height: 48px;
	padding: 0 10px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	line-height: 48px;
	font-size: 14px;
	color: #333333;
}

@media (max-width: 992px) {
	.slider-nav1 .item span {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.slider-nav1 .item span {
		height: 36px;
		line-height: 36px;
		padding: 0 5px;
		font-size: 12px;
	}
}

.slider-nav2 {
	width: 40%;
	margin: 25px auto 5px;
	border: 1px solid #e4e4e4;
	border-top: none;
	border-radius: 50px;
	overflow: hidden;
	border-bottom: none;
}

@media (max-width: 1279px) {
	.slider-nav2 {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.slider-nav2 {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.slider-nav2 {
		width: 100%;
		margin: 10px auto 0;
	}
}

.slider-nav2 .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav2 .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav2 .item span {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	border-left: none;
	height: 48px;
	padding: 0 10px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	line-height: 48px;
	font-size: 14px;
	color: #333333;
}

@media (max-width: 992px) {
	.slider-nav2 .item span {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.slider-nav2 .item span {
		height: 36px;
		line-height: 36px;
		padding: 0 5px;
		font-size: 12px;
	}
}

.slider-nav3 {
	width: 40%;
	margin: 25px auto 5px;
	border: 1px solid #e4e4e4;
	border-top: none;
	border-radius: 50px;
	overflow: hidden;
	border-bottom: none;
}

@media (max-width: 1279px) {
	.slider-nav3 {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.slider-nav3 {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.slider-nav3 {
		width: 100%;
		margin: 10px auto 0;
	}
}

.slider-nav3 .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav3 .slick-current .item span {
	background: #0b90dc;
	color: #fff;
}

.slider-nav3 .item span {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	border-left: none;
	height: 48px;
	padding: 0 10px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	line-height: 48px;
	font-size: 14px;
	color: #333333;
}

@media (max-width: 992px) {
	.slider-nav3 .item span {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.slider-nav3 .item span {
		height: 36px;
		line-height: 36px;
		padding: 0 5px;
		font-size: 12px;
	}
}

.products1 {
	position: relative;
	margin: 30px auto 80px;
}

@media (max-width: 1560px) {
	.products1 {
		margin: 20px auto 60px;
	}
}

@media (max-width: 1279px) {
	.products1 {
		margin: 20px auto 50px;
	}
}

@media (max-width: 992px) {
	.products1 {
		margin: 20px auto 40px;
	}
}

@media (max-width: 767px) {
	.products1 {
		margin: 10px auto 25px;
	}
}

.products1 .products1main {
	padding: 0 0 45px 0;
	margin: 15px auto 20px;
}

@media (max-width: 992px) {
	.products1 .products1main {
		margin: 15px auto 10px;
	}
}

@media (max-width: 767px) {
	.products1 .products1main {
		margin: 10px auto 0;
	}
}

.products1 .promainx {
	padding: 0 0 45px 0;
	margin: 15px auto 20px;
}

@media (max-width: 992px) {
	.products1 .promainx {
		margin: 15px auto 10px;
	}
}

@media (max-width: 767px) {
	.products1 .promainx {
		margin: 10px auto 0;
	}
}

.products1 .cjpro {
	padding: 0 0 45px 0;
	margin: 15px auto 20px;
}

@media (max-width: 992px) {
	.products1 .cjpro {
		margin: 5px auto 10px;
	}
}

@media (max-width: 767px) {
	.products1 .cjpro {
		margin: 5px auto 0;
	}
}

.products1 .slick-dots li {
	margin: 0 8px;
}

.products1 .slick-dots li.slick-active button {
	background: #0b90dc;
}

.products1 .slick-dots li button {
	background: #cccccc;
	width: 10px;
	height: 10px;
}

.products1 .promain {
	position: relative;
	margin: 0 auto;
}

@media (max-width: 1560px) {
	.products1 .promain {
		margin: 0 -25px;
	}
}

@media (max-width: 1350px) {
	.products1 .promain {
		margin: 0 -15px;
	}
}

@media (max-width: 1279px) {
	.products1 .promain {
		margin: 0 -10px;
	}
}

@media (max-width: 992px) {
	.products1 .promain {
		margin: 0 -6px;
	}
}

@media (max-width: 767px) {
	.products1 .promain {
		margin: 0 -4px;
	}
}

.products1 .promain li {
	float: left;
	width: 25%;
	padding: 12px 10px;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.products1 .promain li {
		padding: 12px 25px;
	}
}

@media (max-width: 1350px) {
	.products1 .promain li {
		padding: 10px 15px;
	}
}

@media (max-width: 1279px) {
	.products1 .promain li {
		padding: 8px 10px;
	}
}

@media (max-width: 992px) {
	.products1 .promain li {
		padding: 6px;
	}
}

@media (max-width: 767px) {
	.products1 .promain li {
		padding: 2px 4px;
		width: 50%;
	}
}

.products1 .promain li .item {
	display: inline-block;
	width: 100%;
	position: relative;
}

.products1 .promain li .item:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.products1 .promain li .item:hover .txt big {
	color: #01a1ff;
}

.products1 .promain li .item .pic {
	position: relative;
	overflow: hidden;
}

.products1 .promain li .item .pic:before {
	content: "";
	display: block;
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -66px;
	top: 50%;
	margin-top: -18.5px;
	width: 132px;
	height: 37px;
	background: url(../images/shuiyin.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 767px) {
	.products1 .promain li .item .pic:before {
		width: 70px;
		margin-left: -35px;
		height: 20px;
		margin-top: -10px;
		background-size: 100% 100%;
	}
}

.products1 .promain li .item .pic img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.products1 .promain li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 57.8%;
}

.products1 .promain li .item .txt {
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 0;*/
	padding: 5% 5%;
	width: 100%;
	text-align: center;
}

@media (max-width: 992px) {
	.products1 .promain li .item .txt {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.products1 .promain li .item .txt {
		padding: 5px;
	}
}

.products1 .promain li .item .txt big {
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

@media (max-width: 1279px) {
	.products1 .promain li .item .txt big {
		font-size: 18px;
		line-height: 26px;
		height: 26px;
	}
}

@media (max-width: 992px) {
	.products1 .promain li .item .txt big {
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}
}

@media (max-width: 767px) {
	.products1 .promain li .item .txt big {
		font-size: 10px;
		line-height: 18px;
		height: 18px;
	}
}

.products1 .promain li .item .txt p {
	display: block;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	position: relative;
	text-align: right;
}

@media (max-width: 1279px) {
	.products1 .promain li .item .txt p {
		font-size: 15px;
		line-height: 24px;
		height: 24px;
	}
}

@media (max-width: 992px) {
	.products1 .promain li .item .txt p {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.products1 .promain li .item .txt p {
		font-size: 8px;
		line-height: 14px;
		height: 14px;
	}
}

.proz1,
.proz2,
.proz3 {
	padding: 0 0 60px 0;
	margin: 0 -12px;
}

@media (max-width: 1279px) {
	.proz1,
	.proz2,
	.proz3 {
		margin: 0 -8px;
	}
}

@media (max-width: 992px) {
	.proz1,
	.proz2,
	.proz3 {
		margin: 0 -6px;
	}
}

@media (max-width: 767px) {
	.proz1,
	.proz2,
	.proz3 {
		margin: 0 -4px;
		padding: 0 0 50px 0;
	}
}

.proz1 .slick-dots li,
.proz2 .slick-dots li,
.proz3 .slick-dots li {
	margin: 0 8px;
}

.proz1 .slick-dots li.slick-active button,
.proz2 .slick-dots li.slick-active button,
.proz3 .slick-dots li.slick-active button {
	background: #0b90dc;
}

.proz1 .slick-dots li button,
.proz2 .slick-dots li button,
.proz3 .slick-dots li button {
	background: #cccccc;
	width: 10px;
	height: 10px;
}

.proz1 .itemz,
.proz2 .itemz,
.proz3 .itemz {
	padding: 0 12px;
}

@media (max-width: 1279px) {
	.proz1 .itemz,
	.proz2 .itemz,
	.proz3 .itemz {
		padding: 0 8px;
	}
}

@media (max-width: 992px) {
	.proz1 .itemz,
	.proz2 .itemz,
	.proz3 .itemz {
		padding: 0 6px;
	}
}

@media (max-width: 767px) {
	.proz1 .itemz,
	.proz2 .itemz,
	.proz3 .itemz {
		padding: 0 4px;
	}
}

.proz1 .items,
.proz2 .items,
.proz3 .items {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 15px 10px 10px;
	position: relative;
}

@media (max-width: 767px) {
	.proz1 .items,
	.proz2 .items,
	.proz3 .items {
		padding: 10px;
	}
}

.proz1 .items:hover .text,
.proz2 .items:hover .text,
.proz3 .items:hover .text {
	color: #01a1ff;
}

.proz1 .items:hover .pic img,
.proz2 .items:hover .pic img,
.proz3 .items:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.proz1 .items .pic,
.proz2 .items .pic,
.proz3 .items .pic {
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.proz1 .items .pic:before,
.proz2 .items .pic:before,
.proz3 .items .pic:before {
	content: "";
	display: block;
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -66px;
	top: 50%;
	margin-top: -18.5px;
	width: 132px;
	height: 37px;
	background: url(../images/shuiyin.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 992px) {
	.proz1 .items .pic:before,
	.proz2 .items .pic:before,
	.proz3 .items .pic:before {
		width: 100px;
		margin-left: -50px;
		height: 28px;
		margin-top: -14px;
	}
}

@media (max-width: 767px) {
	.proz1 .items .pic:before,
	.proz2 .items .pic:before,
	.proz3 .items .pic:before {
		width: 70px;
		margin-left: -35px;
		height: 20px;
		margin-top: -10px;
	}
}

.proz1 .items .pic:after,
.proz2 .items .pic:after,
.proz3 .items .pic:after {
	content: "";
	display: block;
	padding-bottom: 76%;
}

.proz1 .items .pic img,
.proz2 .items .pic img,
.proz3 .items .pic img {
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.proz1 .items .text,
.proz2 .items .text,
.proz3 .items .text {
	padding: 0 8%;
	width: 100%;
	display: block;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	height: 34px;
}

@media (max-width: 1279px) {
	.proz1 .items .text,
	.proz2 .items .text,
	.proz3 .items .text {
		font-size: 18px;
		line-height: 26px;
		height: 26px;
		padding: 0 20px;
	}
}

@media (max-width: 992px) {
	.proz1 .items .text,
	.proz2 .items .text,
	.proz3 .items .text {
		font-size: 18px;
		line-height: 28px;
		height: 28px;
	}
}

@media (max-width: 767px) {
	.proz1 .items .text,
	.proz2 .items .text,
	.proz3 .items .text {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
		padding: 0 5px;
	}
}

@media (max-width: 361px) {
	.proz1 .items .text,
	.proz2 .items .text,
	.proz3 .items .text {
		font-size: 15px;
	}
}

.products3 {
	padding: 30px 0 60px 0;
	position: relative;
}

@media (max-width: 1560px) {
	.products3 {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 1279px) {
	.products3 {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 767px) {
	.products3 {
		padding: 0 0 15px 0;
	}
}

.products3 .products3mian {
	position: relative;
	margin: 30px -20px 0;
}

@media (max-width: 1560px) {
	.products3 .products3mian {
		margin: 30px -15px 0;
	}
}

@media (max-width: 1350px) {
	.products3 .products3mian {
		margin: 30px -10px 0;
	}
}

@media (max-width: 1279px) {
	.products3 .products3mian {
		margin: 20px -8px 0;
	}
}

@media (max-width: 992px) {
	.products3 .products3mian {
		margin: 10px -6px 0;
	}
}

@media (max-width: 767px) {
	.products3 .products3mian {
		margin: 10px -5px 0;
	}
}

.products3 .products3mian ul li {
	float: left;
	padding: 10px 20px;
	width: 25%;
}

@media (max-width: 1560px) {
	.products3 .products3mian ul li {
		padding: 10px 15px;
	}
}

@media (max-width: 1350px) {
	.products3 .products3mian ul li {
		padding: 10px 10px;
	}
}

@media (max-width: 1279px) {
	.products3 .products3mian ul li {
		padding: 8px;
	}
}

@media (max-width: 992px) {
	.products3 .products3mian ul li {
		padding: 6px;
	}
}

@media (max-width: 767px) {
	.products3 .products3mian ul li {
		width: 50%;
		padding: 5px;
	}
}

.products3 .products3mian ul li .item {
	display: inline-block;
	width: 100%;
	position: relative;
}

.products3 .products3mian ul li .item:hover .pic {
	background: #01a1ff;
}

.products3 .products3mian ul li .item:hover .pic span:before {
	opacity: 1;
}

.products3 .products3mian ul li .item:hover .pic span img {
	transform: translate3d(-10px, 0, 0) scale(1.08);
}

.products3 .products3mian ul li .item:hover .txt big {
	color: #01a1ff;
}

.products3 .products3mian ul li .item .pic {
	width: 100%;
	background: #eeeeee;
	padding: 5px;
}

@media (max-width: 767px) {
	.products3 .products3mian ul li .item .pic {
		padding: 4px;
	}
}

.products3 .products3mian ul li .item .pic span {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.products3 .products3mian ul li .item .pic span:before {
	content: "";
	display: block;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.products3 .products3mian ul li .item .pic span img {
	transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-o-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-moz-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
}

.products3 .products3mian ul li .item .pic span:after {
	content: "";
	display: block;
	padding-bottom: 108%;
}

.products3 .products3mian ul li .item .txt {
	padding: 30px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1350px) {
	.products3 .products3mian ul li .item .txt {
		padding: 20px 0;
	}
}

@media (max-width: 1279px) {
	.products3 .products3mian ul li .item .txt {
		padding: 10px 0 15px;
	}
}

.products3 .products3mian ul li .item .txt big {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
}

@media (max-width: 1350px) {
	.products3 .products3mian ul li .item .txt big {
		font-size: 18px;
	}
}

@media (max-width: 1279px) {
	.products3 .products3mian ul li .item .txt big {
		font-size: 15px;
		height: 26px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.products3 .products3mian ul li .item .txt big {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
}

.products3 .products3mian ul li .item .txt .btn {
	margin: 13px auto 0;
	position: relative;
	background: #0b90dc;
	width: 124px;
	height: 38px;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.products3 .products3mian ul li .item .txt .btn {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin: 8px auto 0;
	}
}

@media (max-width: 767px) {
	.products3 .products3mian ul li .item .txt .btn {
		width: 80px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
		margin: 5px auto 0;
	}
}

.products3 .products3mian ul li .item .txt .btn:hover {
	background: #01a1ff;
}

.products3 .products3mian ul li .item .txt .btn a {
	display: block;
	color: #fff;
}

.xunjia {
	margin: 0 auto;
	width: 262px;
	height: 36px;
	line-height: 36px;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	background: #0b90dc;
}

@media (max-width: 992px) {
	.xunjia {
		width: 180px;
	}
}

@media (max-width: 767px) {
	.xunjia {
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
}

.xunjia:hover {
	background: #01a1ff;
}

.xunjia a {
	display: block;
	color: #fff;
}

.titlea {
	overflow: hidden;
	position: relative;
	margin: 0 auto 60px;
}

@media (max-width: 1279px) {
	.titlea {
		margin: 0 auto 40px;
	}
}

@media (max-width: 992px) {
	.titlea {
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.titlea {
		margin: 0 auto 20px;
	}
}


/*products_show*/

.products_show {
	position: relative;
	padding: 0 0 40px 0;
}

@media (max-width: 1560px) {
	.products_show {
		padding: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.products_show {
		padding: 0 0 10px 0;
	}
}

.products_show .table1 {
	margin: 80px auto 20px;
}

@media (max-width: 1560px) {
	.products_show .table1 {
		margin: 60px auto 20px;
	}
}

@media (max-width: 1279px) {
	.products_show .table1 {
		margin: 50px auto 20px;
	}
}

@media (max-width: 992px) {
	.products_show .table1 {
		margin: 35px auto 20px;
	}
}

@media (max-width: 767px) {
	.products_show .table1 {
		width: 100%;
		margin: 25px auto 15px;
		overflow-x: scroll;
	}
}

@media (max-width: 767px) {
	.products_show .table1 table {
		width: 500px;
	}
}

.products_show .table1 tr {
	border-bottom: 1px solid #dcdcdc;
}

.products_show .table1 tr th {
	line-height: 52px;
	height: 52px;
	text-align: center;
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 100;
}

@media (max-width: 1279px) {
	.products_show .table1 tr th {
		font-size: 20px;
		line-height: 48px;
		height: 48px;
	}
}

@media (max-width: 992px) {
	.products_show .table1 tr th {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.products_show .table1 tr th {
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
}

.products_show .table1 tr .th1 {
	color: #fff;
	font-size: 30px;
	height: 72px;
	line-height: 72px;
}

@media (max-width: 1279px) {
	.products_show .table1 tr .th1 {
		height: 56px;
		line-height: 56px;
		font-size: 24px;
	}
}

@media (max-width: 992px) {
	.products_show .table1 tr .th1 {
		height: 48px;
		line-height: 48px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.products_show .table1 tr .th1 {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
}

.products_show .table1 tr td {
	border-right: 1px solid #dcdcdc;
	padding: 10px 10px 10px 50px;
	color: #999999;
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 1279px) {
	.products_show .table1 tr td {
		padding: 10px 10px 10px 20px;
	}
}

@media (max-width: 992px) {
	.products_show .table1 tr td {
		font-size: 14px;
		padding: 10px 10px 10px 15px;
	}
}

@media (max-width: 767px) {
	.products_show .table1 tr td {
		padding: 5px 8px;
		font-size: 12px;
	}
}

.products_show .table1 tr .td1 {
	padding: 10px;
	text-align: center;
}

@media (max-width: 767px) {
	.products_show .table1 tr .td1 {
		padding: 5px 8px;
	}
}

.products_show .table2 {
	position: relative;
	margin: 0 auto 75px;
	border: 1px solid #dcdcdc;
}

@media (max-width: 1560px) {
	.products_show .table2 {
		margin: 0 auto 60px;
	}
}

@media (max-width: 1279px) {
	.products_show .table2 {
		margin: 0 auto 45px;
	}
}

@media (max-width: 992px) {
	.products_show .table2 {
		margin: 0 auto 35px;
	}
}

@media (max-width: 767px) {
	.products_show .table2 {
		margin: 0 auto 20px;
	}
}

.products_show .table2 big {
	line-height: 72px;
	height: 72px;
	background: #0b90dc;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0 10px;
	overflow: hidden;
	font-size: 30px;
	font-weight: 100;
}

@media (max-width: 1279px) {
	.products_show .table2 big {
		height: 56px;
		line-height: 56px;
		font-size: 24px;
	}
}

@media (max-width: 992px) {
	.products_show .table2 big {
		height: 48px;
		line-height: 48px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.products_show .table2 big {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
}

.products_show .table2 .main {
	position: relative;
	padding:30px 15px;
}

@media (max-width: 767px) {
	.products_show .table2 .main {
		padding: 15px 10px;
	}
}

.products_show .table2 .main .pic {
	float: left;
	position: relative;
	width: 28%;
}

.products_show .table2 .main .pic:before {
	content: "";
	display: block;
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -66px;
	top: 50%;
	margin-top: -18.5px;
	width: 132px;
	height: 37px;
	background: url(../images/shuiyin.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 767px) {
	.products_show .table2 .main .pic:before {
		width: 100px;
		margin-left: -50px;
		height: 28px;
		margin-top: -14px;
	}
}

@media (max-width: 992px) {
	.products_show .table2 .main .pic {
		width: 35%;
	}
}

@media (max-width: 767px) {
	.products_show .table2 .main .pic {
		float: inherit;
		width: 100%;
	}
}

.products_show .table2 .main .pro_list ul li {
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

@media (max-width: 992px) {
	.products_show .table2 .main .pro_list ul li {
		font-size: 14px;
		line-height: 24px;
		padding: 0 0 0 13px;
	}
}

@media (max-width: 767px) {
	.products_show .table2 .main .pro_list ul li {
		margin: 0 0 3px 0;
	}
}

.products_show .table2 .main .pro_list ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 9px;
	height: 9px;
	background: #666666;
	border-radius: 50%;
}

@media (max-width: 992px) {
	.products_show .table2 .main .pro_list ul li:before {
		top: 9px;
		width: 6px;
		height: 6px;
	}
}

.bannerz {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
}

.bannerz .shubiao {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 140px;
	bottom: 20px;
	z-index: 50;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
}

@media (max-width: 1279px) {
	.bannerz .shubiao {
		display: none;
	}
}

.bannerz .shubiao:hover span em {
	margin-top: -70px;
	margin-left: -70px;
	width: 140px;
	height: 140px;
	border: 1px solid #464444;
}

.bannerz .shubiao:hover span i {
	margin-top: -45px;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	background: #1f1e1e;
	border: 1px solid #464444;
}

.bannerz .shubiao span {
	display: block;
	width: 140px;
	height: 140px;
	position: relative;
	z-index: 5;
	border-radius: 50%;
	transition: all 0.55s ease-in-out;
	-webkit-transition: all 0.55s ease-in-out;
	-moz-transition: all 0.55s ease-in-out;
	-o-transition: all 0.55s ease-in-out;
}

.bannerz .shubiao span em {
	z-index: 10;
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	top: 50%;
	margin-top: -35px;
	display: block;
	font-style: inherit;
	position: absolute;
	border-radius: 50%;
	transition: all 0.65s ease-in-out;
	-webkit-transition: all 0.65s ease-in-out;
	-moz-transition: all 0.65s ease-in-out;
	-o-transition: all 0.65s ease-in-out;
}

.bannerz .shubiao span i {
	display: block;
	font-style: inherit;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 50%;
	z-index: 10;
	margin-top: -35px;
	border-radius: 50%;
	transition: all 0.55s ease-in-out;
	-webkit-transition: all 0.55s ease-in-out;
	-moz-transition: all 0.55s ease-in-out;
	-o-transition: all 0.55s ease-in-out;
}

.bannerz .banner-pc {
	width: 100%;
	z-index: 5;
	position: relative;
}

@media (max-width: 1024px) {
	.bannerz .banner-pc {
		display: none;
	}
}

.bannerz .banner-pc .bannerpc-img {
	position: relative;
	left: 0;
}

.bannerz .banner-pc .bannerpc-img li {
	float: left;
	position: relative;
}

.bannerz .banner-pc .bannerpc-img li .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.bannerz .banner-pc .bannerpc-img li .pic:after {
	content: "";
	display: block;
	padding-bottom: 42.6%;
}

.bannerz .banner-pc .bannerpc-img li .txt {
	position: absolute;
	left: 0;
	top: 0;
	padding: 14% 0 0 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1560px) {
	.bannerz .banner-pc .bannerpc-img li .txt {
		padding: 11% 0 0 0;
	}
}

.bannerz .banner-pc .bannerpc-img li .txt .img1 {
	text-align: center;
	overflow: hidden;
}

@media (max-width: 1350px) {
	.bannerz .banner-pc .bannerpc-img li .txt .img1 {
		width: 46%;
		margin: 0 auto;
	}
}

.bannerz .banner-pc .bannerpc-img li .txt .text1 {
	text-align: center;
	color: #f5f6f7;
	margin: 10px auto 35px;
	font-size: 18px;
	line-height: 28px;
}

.bannerz .banner-pc .bannerpc-img li .txt .btn {
	margin: 0 auto;
	width: 182px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	background: #0b90dc;
}

.bannerz .banner-pc .bannerpc-img li .txt .btn:hover {
	background: #01a1ff;
}

.bannerz .banner-pc .bannerpc-img li .txt .btn a {
	display: block;
	color: #fff;
}

.bannerz .banner-pc .bannerpc-btn {
	position: absolute;
	left: 0;
	z-index: 50;
	bottom: 40px;
	width: 100%;
	line-height: 20px;
	height: 20px;
	text-align: center;
}

@media (max-width: 1367px) {
	.bannerz .banner-pc .bannerpc-btn {
		bottom: 28px;
	}
}

.bannerz .banner-pc .bannerpc-btn li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	width: 43px;
	height: 20px;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}

.bannerz .banner-pc .bannerpc-btn li span {
	width: 43px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	background: #fff;
}

.bannerz .banner-pc .bannerpc-btn .on span {
	background: #01a1ff;
}

.bannerz .banner-pc .prev,
.bannerz .banner-pc .next {
	width: 46px;
	height: 46px;
	top: 50%;
	cursor: pointer;
	position: absolute;
	z-index: 50;
	opacity: 0.6;
	display: block;
	margin-top: -23px;
}

.bannerz .banner-pc .prev {
	background: url(../images/left1.png) no-repeat center;
	background-size: 100% 100%;
	left: 5%;
}

.bannerz .banner-pc .prev:hover {
	opacity: 1;
}

.bannerz .banner-pc .next {
	background: url(../images/right1.png) no-repeat center;
	background-size: 100% 100%;
	right: 5%;
}

.bannerz .banner-pc .next:hover {
	opacity: 1;
}

.bannerz .banner-phone {
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media (min-width: 1025px) {
	.bannerz .banner-phone {
		display: none;
	}
}

.bannerz .banner-phone .bannerphone-img {
	left: 0;
	top: 0;
	position: relative;
	overflow: hidden;
}

.bannerz .banner-phone .bannerphone-img li {
	position: relative;
	float: left;
	overflow: hidden;
}

.bannerz .banner-phone .bannerphone-img li .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.bannerz .banner-phone .bannerphone-img li .pic:after {
	content: "";
	display: block;
	padding-bottom: 52.8%;
}

.bannerz .banner-phone .bannerphone-img li .txt {
	position: absolute;
	left: 0;
	top: 0;
	padding: 17% 0 0 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {
	.bannerz .banner-phone .bannerphone-img li .txt {
		padding: 15% 0 0 0;
	}
}

@media (max-width: 767px) {
	.bannerz .banner-phone .bannerphone-img li .txt {
		padding: 11% 0 0 0;
	}
}

@media (max-width: 321px) {
	.bannerz .banner-phone .bannerphone-img li .txt {
		padding: 7% 0 0 0;
	}
}

.bannerz .banner-phone .bannerphone-img li .txt .img1 {
	text-align: center;
	overflow: hidden;
}

@media (max-width: 1350px) {
	.bannerz .banner-phone .bannerphone-img li .txt .img1 {
		width: 46%;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.bannerz .banner-phone .bannerphone-img li .txt .img1 {
		width: 80%;
	}
}

.bannerz .banner-phone .bannerphone-img li .txt .text1 {
	text-align: center;
	color: #f5f6f7;
	margin: 10px auto 25px;
	font-size: 16px;
	line-height: 26px;
	padding: 0 15px;
}

@media (max-width: 992px) {
	.bannerz .banner-phone .bannerphone-img li .txt .text1 {
		margin: 5px auto 15px;
	}
}

@media (max-width: 767px) {
	.bannerz .banner-phone .bannerphone-img li .txt .text1 {
		font-size: 12px;
		line-height: 20px;
		margin: 5px auto;
	}
}

.bannerz .banner-phone .bannerphone-img li .txt .btn {
	margin: 0 auto;
	width: 140px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	background: #0b90dc;
}

@media (max-width: 992px) {
	.bannerz .banner-phone .bannerphone-img li .txt .btn {
		height: 36px;
		width: 120px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.bannerz .banner-phone .bannerphone-img li .txt .btn {
		height: 28px;
		width: 86px;
		font-size: 12px;
		line-height: 28px;
	}
}

.bannerz .banner-phone .bannerphone-img li .txt .btn:hover {
	background: #01a1ff;
}

.bannerz .banner-phone .bannerphone-img li .txt .btn a {
	display: block;
	color: #fff;
}

.bannerz .banner-phone .bannerphone-btn {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	.bannerz .banner-phone .bannerphone-btn {
		bottom: 15px;
	}
}

@media (max-width: 361px) {
	.bannerz .banner-phone .bannerphone-btn {
		bottom: 10px;
	}
}

.bannerz .banner-phone .bannerphone-btn li {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	cursor: pointer;
	margin: 0 5px;
}

.bannerz .banner-phone .bannerphone-btn .on {
	background: #01a1ff;
}

.home_pro {
	position: relative;
	padding: 10px 0 75px 0;
}

@media (max-width: 1350px) {
	.home_pro {
		padding: 10px 0 50px 0;
	}
}

@media (max-width: 1279px) {
	.home_pro {
		padding: 10px 0 30px 0;
	}
}

@media (max-width: 767px) {
	.home_pro {
		padding: 1px 0 10px 0;
	}
}

.home_pro .slider-nav {
	width: 60%;
	margin: 20px auto 30px;
}

@media (max-width: 1279px) {
	.home_pro .slider-nav {
		margin: 20px auto 20px;
		width: 86%;
	}
}

@media (max-width: 992px) {
	.home_pro .slider-nav {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.home_pro .slider-nav {
		margin: 10px auto 15px;
	}
}

.product1,
.product2,
.product3,
.product4 {
	position: relative;
	padding: 0 11%;
}

@media (max-width: 1350px) {
	.product1,
	.product2,
	.product3,
	.product4 {
		padding: 0 8%;
	}
}

@media (max-width: 1279px) {
	.product1,
	.product2,
	.product3,
	.product4 {
		padding: 0 0 40px 0;
	}
}

.product1 .slick-dots,
.product2 .slick-dots,
.product3 .slick-dots,
.product4 .slick-dots {
	display: none !important;
}

@media (max-width: 1279px) {
	.product1 .slick-dots,
	.product2 .slick-dots,
	.product3 .slick-dots,
	.product4 .slick-dots {
		display: block !important;
	}
}

.product1 .slick-dots li,
.product2 .slick-dots li,
.product3 .slick-dots li,
.product4 .slick-dots li {
	margin: 0 8px;
}

.product1 .slick-dots li.slick-active button,
.product2 .slick-dots li.slick-active button,
.product3 .slick-dots li.slick-active button,
.product4 .slick-dots li.slick-active button {
	background: #0b90dc;
}

.product1 .slick-dots li button,
.product2 .slick-dots li button,
.product3 .slick-dots li button,
.product4 .slick-dots li button {
	background: #cccccc;
	width: 10px;
	height: 10px;
}

.product1 .slick-prev,
.product2 .slick-prev,
.product3 .slick-prev,
.product4 .slick-prev,
.product1 .slick-next,
.product2 .slick-next,
.product3 .slick-next,
.product4 .slick-next {
	width: 42px;
	height: 42px;
	border: none;
	margin-top: -21px;
}

@media (max-width: 1279px) {
	.product1 .slick-prev,
	.product2 .slick-prev,
	.product3 .slick-prev,
	.product4 .slick-prev,
	.product1 .slick-next,
	.product2 .slick-next,
	.product3 .slick-next,
	.product4 .slick-next {
		display: none !important;
	}
}

.product1 .slick-prev,
.product2 .slick-prev,
.product3 .slick-prev,
.product4 .slick-prev {
	left: 4%;
	background: url(../images/left2.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 1350px) {
	.product1 .slick-prev,
	.product2 .slick-prev,
	.product3 .slick-prev,
	.product4 .slick-prev {
		left: 2%;
	}
}

@media (max-width: 1279px) {
	.product1 .slick-prev,
	.product2 .slick-prev,
	.product3 .slick-prev,
	.product4 .slick-prev {
		left: 0;
	}
}

.product1 .slick-prev:hover,
.product2 .slick-prev:hover,
.product3 .slick-prev:hover,
.product4 .slick-prev:hover {
	background: url(../images/left3.png) no-repeat center;
}

.product1 .slick-next,
.product2 .slick-next,
.product3 .slick-next,
.product4 .slick-next {
	right: 4%;
	background: url(../images/right2.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 1350px) {
	.product1 .slick-next,
	.product2 .slick-next,
	.product3 .slick-next,
	.product4 .slick-next {
		right: 2%;
	}
}

@media (max-width: 1279px) {
	.product1 .slick-next,
	.product2 .slick-next,
	.product3 .slick-next,
	.product4 .slick-next {
		right: 0;
	}
}

.product1 .slick-next:hover,
.product2 .slick-next:hover,
.product3 .slick-next:hover,
.product4 .slick-next:hover {
	background: url(../images/right3.png) no-repeat center;
}

.product1 .promain,
.product2 .promain,
.product3 .promain,
.product4 .promain {
	position: relative;
	margin: 0 -18px;
}

@media (max-width: 1279px) {
	.product1 .promain,
	.product2 .promain,
	.product3 .promain,
	.product4 .promain {
		margin: 0 -15px;
	}
}

@media (max-width: 992px) {
	.product1 .promain,
	.product2 .promain,
	.product3 .promain,
	.product4 .promain {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.product1 .promain,
	.product2 .promain,
	.product3 .promain,
	.product4 .promain {
		margin: 0 -4px;
	}
}

.product1 .promain li,
.product2 .promain li,
.product3 .promain li,
.product4 .promain li {
	float: left;
	width: 50%;
	padding: 15px 18px;
}

@media (max-width: 1279px) {
	.product1 .promain li,
	.product2 .promain li,
	.product3 .promain li,
	.product4 .promain li {
		padding: 12px 15px;
	}
}

@media (max-width: 992px) {
	.product1 .promain li,
	.product2 .promain li,
	.product3 .promain li,
	.product4 .promain li {
		padding: 8px 10px;
	}
}

@media (max-width: 767px) {
	.product1 .promain li,
	.product2 .promain li,
	.product3 .promain li,
	.product4 .promain li {
		padding: 4px 4px;
	}
}

.product1 .promain li .item,
.product2 .promain li .item,
.product3 .promain li .item,
.product4 .promain li .item {
	display: inline-block;
	width: 100%;
	position: relative;
}

.product1 .promain li .item:hover .pic img,
.product2 .promain li .item:hover .pic img,
.product3 .promain li .item:hover .pic img,
.product4 .promain li .item:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.product1 .promain li .item:hover .txt .rexiao,
.product2 .promain li .item:hover .txt .rexiao,
.product3 .promain li .item:hover .txt .rexiao,
.product4 .promain li .item:hover .txt .rexiao {
	background: #fe8800;
	color: #fff;
}

.product1 .promain li .item:hover .txt big,
.product2 .promain li .item:hover .txt big,
.product3 .promain li .item:hover .txt big,
.product4 .promain li .item:hover .txt big {
	color: #01a1ff;
}

.product1 .promain li .item .pic,
.product2 .promain li .item .pic,
.product3 .promain li .item .pic,
.product4 .promain li .item .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product1 .promain li .item .pic img,
.product2 .promain li .item .pic img,
.product3 .promain li .item .pic img,
.product4 .promain li .item .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.product1 .promain li .item .pic:after,
.product2 .promain li .item .pic:after,
.product3 .promain li .item .pic:after,
.product4 .promain li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 57.8%;
}

.product1 .promain li .item .txt,
.product2 .promain li .item .txt,
.product3 .promain li .item .txt,
.product4 .promain li .item .txt {
	position: absolute;
	left: 5%;
	top: 0;
	padding: 30px 0;
	width: 90%;
	height: 100%;
}

@media (max-width: 992px) {
	.product1 .promain li .item .txt,
	.product2 .promain li .item .txt,
	.product3 .promain li .item .txt,
	.product4 .promain li .item .txt {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.product1 .promain li .item .txt,
	.product2 .promain li .item .txt,
	.product3 .promain li .item .txt,
	.product4 .promain li .item .txt {
		padding: 5px;
		width: 90%;
	}
}

.product1 .promain li .item .txt .rexiao,
.product2 .promain li .item .txt .rexiao,
.product3 .promain li .item .txt .rexiao,
.product4 .promain li .item .txt .rexiao {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 14px;
	width: 72px;
	height: 28px;
	line-height: 24px;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	border: 2px solid #fe8800;
	color: #fe8800;
}

@media (max-width: 767px) {
	.product1 .promain li .item .txt .rexiao,
	.product2 .promain li .item .txt .rexiao,
	.product3 .promain li .item .txt .rexiao,
	.product4 .promain li .item .txt .rexiao {
		left: auto;
		right: 0;
		top: auto;
		bottom: 7px;
		font-size: 10px;
		width: 38px;
		height: 20px;
		line-height: 18px;
		border: 1px solid #fe8800;
	}
}

.product1 .promain li .item .txt big,
.product2 .promain li .item .txt big,
.product3 .promain li .item .txt big,
.product4 .promain li .item .txt big {
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	position: relative;
	text-align: right;
}

@media (max-width: 1279px) {
	.product1 .promain li .item .txt big,
	.product2 .promain li .item .txt big,
	.product3 .promain li .item .txt big,
	.product4 .promain li .item .txt big {
		font-size: 18px;
		line-height: 26px;
		height: 26px;
	}
}

@media (max-width: 992px) {
	.product1 .promain li .item .txt big,
	.product2 .promain li .item .txt big,
	.product3 .promain li .item .txt big,
	.product4 .promain li .item .txt big {
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}
}

@media (max-width: 767px) {
	.product1 .promain li .item .txt big,
	.product2 .promain li .item .txt big,
	.product3 .promain li .item .txt big,
	.product4 .promain li .item .txt big {
		font-size: 10px;
		line-height: 18px;
		height: 18px;
	}
}

.product1 .promain li .item .txt p,
.product2 .promain li .item .txt p,
.product3 .promain li .item .txt p,
.product4 .promain li .item .txt p {
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	position: relative;
	text-align: right;
}

@media (max-width: 1279px) {
	.product1 .promain li .item .txt p,
	.product2 .promain li .item .txt p,
	.product3 .promain li .item .txt p,
	.product4 .promain li .item .txt p {
		font-size: 15px;
		line-height: 24px;
		height: 24px;
	}
}

@media (max-width: 992px) {
	.product1 .promain li .item .txt p,
	.product2 .promain li .item .txt p,
	.product3 .promain li .item .txt p,
	.product4 .promain li .item .txt p {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.product1 .promain li .item .txt p,
	.product2 .promain li .item .txt p,
	.product3 .promain li .item .txt p,
	.product4 .promain li .item .txt p {
		font-size: 8px;
		line-height: 14px;
		height: 14px;
	}
}

.home_why {
	position: relative;
	background-size: cover;
	padding: 67px 0 100px;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media (max-width: 1560px) {
	.home_why {
		padding: 60px 0 80px;
	}
}

@media (max-width: 1279px) {
	.home_why {
		padding: 60px 0 50px;
	}
}

@media (max-width: 992px) {
	.home_why {
		padding: 50px 0 40px;
	}
}

@media (max-width: 767px) {
	.home_why {
		padding: 30px 0 20px;
	}
}

.home_why .title11 {
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	font-size: 28px;
}

@media (max-width: 992px) {
	.home_why .title11 {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 767px) {
	.home_why .title11 {
		font-size: 22px;
		line-height: 30px;
	}
}

.home_why .text11 {
	color: #fff;
	margin: 5px auto 0;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}

.home_why .home_whymain {
	position: relative;
	margin: 45px auto 0;
	padding: 0 15%;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.home_why .home_whymain {
		padding: 0 10%;
	}
}

@media (max-width: 1350px) {
	.home_why .home_whymain {
		padding: 0 5%;
	}
}

@media (max-width: 1279px) {
	.home_why .home_whymain {
		padding: 0;
	}
}

@media (max-width: 992px) {
	.home_why .home_whymain {
		margin: 35px auto 0;
	}
}

@media (max-width: 767px) {
	.home_why .home_whymain {
		margin: 25px auto 0;
	}
}

.home_why .home_whymain ul {
	position: relative;
	text-align: center;
	font-size: 0;
}

@media (max-width: 767px) {
	.home_why .home_whymain ul {
		margin: 0 -5px;
	}
}

.home_why .home_whymain ul li {
	width: 25%;
	position: relative;
	padding: 30px 24px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1279px) {
	.home_why .home_whymain ul li {
		padding: 30px 10px;
	}
}

@media (max-width: 992px) {
	.home_why .home_whymain ul li {
		padding: 30px 5px;
	}
}

@media (max-width: 767px) {
	.home_why .home_whymain ul li {
		width: 50%;
		padding: 30px 5px 20px;
	}
}

.home_why .home_whymain ul li .num {
	background: url(../images/home_whyico.png) no-repeat center;
	width: 70px;
	height: 61px;
	position: absolute;
	left: 50%;
	z-index: 20;
	padding: 0 7px 0 0;
	line-height: 61px;
	overflow: hidden;
	color: #fff;
	font-size: 28px;
	margin-left: -35px;
	top: 0;
}

.home_why .home_whymain ul li .item {
	position: relative;
	padding: 35px 15px 20px;
	display: inline-block;
	width: 100%;
	background: #fff;
}

@media (max-width: 992px) {
	.home_why .home_whymain ul li .item {
		padding: 35px 10px 20px;
	}
}

@media (max-width: 767px) {
	.home_why .home_whymain ul li .item {
		padding: 35px 5px 20px;
	}
}

.home_why .home_whymain ul li .item p {
	color: #000000;
	font-size: 18px;
	line-height: 32px;
}

@media (max-width: 992px) {
	.home_why .home_whymain ul li .item p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.home_why .home_whymain ul li .item p {
		font-size: 14px;
		line-height: 22px;
	}
}

.home_case {
	position: relative;
	padding: 30px 0 50px;
}

@media (max-width: 1350px) {
	.home_case {
		padding: 20px 0 35px;
	}
}

@media (max-width: 1279px) {
	.home_case {
		padding: 1px 0 20px;
	}
}

.home_case .titlez {
	color: #01a1ff;
}

.home_case .homecase {
	margin: 60px auto 0;
	background: #fff;
	padding: 0 50px 60px;
}

@media (max-width: 1279px) {
	.home_case .homecase {
		margin: 20px auto 0;
		padding: 0 0 50px;
	}
}

@media (max-width: 767px) {
	.home_case .homecase {
		margin: 20px -5px 0;
	}
}

.home_case .homecase .slick-prev,
.home_case .homecase .slick-next {
	border: none;
	width: 43px;
	height: 80px;
	top: 26%;
	margin-top: 0;
}

@media (max-width: 1560px) {
	.home_case .homecase .slick-prev,
	.home_case .homecase .slick-next {
		width: 32px;
		height: 60px;
		top: 30%;
		margin-top: -30px;
	}
}

@media (max-width: 1279px) {
	.home_case .homecase .slick-prev,
	.home_case .homecase .slick-next {
		display: none !important;
	}
}

.home_case .homecase .slick-prev {
	background: url(../images/left4.png) no-repeat center #ffffff;
	background-size: 100% 100%;
	left: 0px;
}

@media (max-width: 1560px) {
	.home_case .homecase .slick-prev {
		left: 0px;
	}
}

@media (max-width: 1279px) {
	.home_case .homecase .slick-prev {
		left: 0;
	}
}

.home_case .homecase .slick-prev:hover {
	background: url(../images/left5.png) no-repeat center #ffffff;
	background-size: 100% 100%;
}

.home_case .homecase .slick-next {
	background: url(../images/right4.png) no-repeat center #ffffff;
	background-size: 100% 100%;
	right: 0px;
}

@media (max-width: 1560px) {
	.home_case .homecase .slick-next {
		right: 0px;
	}
}

@media (max-width: 1279px) {
	.home_case .homecase .slick-next {
		right: 0;
	}
}

.home_case .homecase .slick-next:hover {
	background: url(../images/right5.png) no-repeat center #ffffff;
	background-size: 100% 100%;
}

.home_case .homecase .slick-dots {
	left: 0;
}

.home_case .homecase .slick-dots li {
	margin: 0 8px;
}

.home_case .homecase .slick-dots li.slick-active button {
	background: #0b90dc;
}

.home_case .homecase .slick-dots li button {
	background: #cccccc;
	width: 10px;
	height: 10px;
}

.home_case .homecase .item {
	display: inline-block;
	position: relative;
	padding: 10px 17px;
	width: 100%;
}

@media (max-width: 1560px) {
	.home_case .homecase .item {
		padding: 10px 15px;
	}
}

@media (max-width: 1350px) {
	.home_case .homecase .item {
		padding: 10px 10px;
	}
}

@media (max-width: 1279px) {
	.home_case .homecase .item {
		padding: 8px;
	}
}

@media (max-width: 992px) {
	.home_case .homecase .item {
		padding: 6px;
	}
}

@media (max-width: 767px) {
	.home_case .homecase .item {
		padding: 5px;
	}
}

.home_case .homecase .item:hover .pic {
	background: #01a1ff;
}

.home_case .homecase .item:hover .pic span:before {
	opacity: 1;
}

.home_case .homecase .item:hover .pic span img {
	transform: translate3d(-10px, 0, 0) scale(1.08);
}

.home_case .homecase .item:hover .txt big {
	color: #01a1ff;
}

.home_case .homecase .item:hover .txt big {
	color: #0b90dc;
}

.home_case .homecase .item:hover .txt .btn {
	background: #01a1ff;
}

.home_case .homecase .item .pic {
	width: 100%;
	position: relative;
	background: #eeeeee;
	padding: 5px;
}

.home_case .homecase .item .pic:before {
	content: "";
	display: block;
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -66px;
	top: 50%;
	margin-top: -18.5px;
	width: 132px;
	height: 37px;
	background: url(../images/shuiyin.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 767px) {
	.home_case .homecase .item .pic:before {
		width: 70px;
		margin-left: -35px;
		height: 20px;
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.home_case .homecase .item .pic {
		padding: 4px;
	}
}

.home_case .homecase .item .pic span {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home_case .homecase .item .pic span:before {
	content: "";
	display: block;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.home_case .homecase .item .pic span img {
	transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-o-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-moz-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
}

.home_case .homecase .item .pic span:after {
	content: "";
	display: block;
	padding-bottom: 108%;
}

.home_case .homecase .item .txt {
	padding: 25px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1350px) {
	.home_case .homecase .item .txt {
		padding: 20px 0;
	}
}

@media (max-width: 1279px) {
	.home_case .homecase .item .txt {
		padding: 10px 0 15px;
	}
}

.home_case .homecase .item .txt big {
	display: block;
	text-align: center;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}

@media (max-width: 1350px) {
	.home_case .homecase .item .txt big {
		font-size: 18px;
	}
}

@media (max-width: 1279px) {
	.home_case .homecase .item .txt big {
		font-size: 15px;
		height: 26px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.home_case .homecase .item .txt big {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
}

.home_case .homecase .item .txt .btn {
	margin: 13px auto 0;
	position: relative;
	background: #0b90dc;
	width: 116px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	overflow: hidden;
	color: #fff;
}

@media (max-width: 1279px) {
	.home_case .homecase .item .txt .btn {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin: 8px auto 0;
	}
}

@media (max-width: 767px) {
	.home_case .homecase .item .txt .btn {
		width: 80px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
		margin: 5px auto 0;
	}
}

.home_case .homecase .item .txt .btn:hover {
	background: #01a1ff;
}

.home_news {
	overflow: hidden;
	position: relative;
	background: #f2f2f2;
	padding: 15px 0 90px;
}

@media (max-width: 1350px) {
	.home_news {
		padding: 10px 0 65px;
	}
}

@media (max-width: 1279px) {
	.home_news {
		padding: 0 0 55px;
	}
}

@media (max-width: 767px) {
	.home_news {
		padding: 0 0 35px;
	}
}

.home_news .newstitle {
	font-size: 0;
	margin: 30px auto;
	text-align: center;
}

@media (max-width: 1279px) {
	.home_news .newstitle {
		margin: 20px auto;
	}
}

@media (max-width: 767px) {
	.home_news .newstitle {
		margin: 15px auto;
	}
}

.home_news .newstitle li {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	color: #666666;
	font-size: 16px;
	line-height: 38px;
	padding: 0 50px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-left: none;
}

@media (max-width: 767px) {
	.home_news .newstitle li {
		padding: 0 25px;
		height: 36px;
		line-height: 34px;
	}
}

.home_news .newstitle .active {
	background: #01a1ff;
	color: #fff;
	border: 1px solid #01a1ff;
}

.home_news .newsnr {
	display: none;
}

.home_news .newsnr .morea {
	text-align: center;
	position: relative;
	font-size: 0;
}

.home_news .newsnr .morea:hover span {
	background: #01a1ff;
}

.home_news .newsnr .morea span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	overflow: hidden;
	height: 48px;
	position: relative;
	line-height: 48px;
	border-radius: 4px;
	background: #0b90dc;
}

@media (max-width: 767px) {
	.home_news .newsnr .morea span {
		line-height: 36px;
		height: 36px;
		font-size: 15px;
		padding: 0 23px;
	}
}

.home_news .newsnr .morea span a {
	color: #fff;
	position: relative;
	z-index: 5;
	padding: 0 54px;
	display: block;
}

.home_news .hnewmain {
	margin: 0 -25px 40px;
}

@media (max-width: 1440px) {
	.home_news .hnewmain {
		margin: 0 -25px 15px;
	}
}

@media (max-width: 1366px) {
	.home_news .hnewmain {
		margin: 0 -20px 15px;
	}
}

@media (max-width: 1024px) {
	.home_news .hnewmain {
		margin: 0 -10px 15px;
	}
}

@media (max-width: 767px) {
	.home_news .hnewmain {
		margin: 0 0 15px;
	}
}

.home_news .hnewmain li {
	float: left;
	padding: 30px 25px;
	width: 33.33333333%;
	position: relative;
}

@media (max-width: 1440px) {
	.home_news .hnewmain li {
		padding: 25px 25px;
	}
}

@media (max-width: 1366px) {
	.home_news .hnewmain li {
		padding: 20px 20px;
	}
}

@media (max-width: 1024px) {
	.home_news .hnewmain li {
		padding: 12px 10px;
	}
}

@media (max-width: 992px) {
	.home_news .hnewmain li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.home_news .hnewmain li {
		width: 100%;
		padding: 10px 0;
	}
}

.home_news .hnewmain li a {
	position: relative;
	padding: 0 0 0 93px;
	min-height: 80px;
	display: block;
}

@media (max-width: 1024px) {
	.home_news .hnewmain li a {
		padding: 0 0 0 78px;
		min-height: 70px;
	}
}

@media (max-width: 767px) {
	.home_news .hnewmain li a {
		padding: 0 0 0 65px;
		min-height: 60px;
	}
}

.home_news .hnewmain li time {
	position: absolute;
	left: 0;
	width: 75px;
	border: 1px solid #d5d5d5;
	top: 0;
}

@media (max-width: 1024px) {
	.home_news .hnewmain li time {
		width: 65px;
	}
}

@media (max-width: 767px) {
	.home_news .hnewmain li time {
		top: 1px;
		width: 54px;
	}
}

.home_news .hnewmain li time big {
	display: block;
	font-size: 20px;
	text-align: center;
	background: #e0e0e0;
	height: 38px;
	color: #000000;
	line-height: 38px;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 1024px) {
	.home_news .hnewmain li time big {
		height: 32px;
		font-size: 18px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.home_news .hnewmain li time big {
		height: 28px;
		font-size: 16px;
		line-height: 28px;
	}
}

.home_news .hnewmain li time small {
	color: #999999;
	display: block;
	font-size: 14px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 1024px) {
	.home_news .hnewmain li time small {
		height: 32px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.home_news .hnewmain li time small {
		height: 28px;
		font-size: 12px;
		line-height: 28px;
	}
}

.home_news .hnewmain li .txt span {
	display: block;
	color: #000000;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .hnewmain li .txt span {
		height: 20px;
		line-height: 20px;
	}
}

.home_news .hnewmain li .txt p {
	display: block;
	color: #666666;
	font-size: 14px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.home_news .hnewmain li .txt p {
		height: 40px;
		line-height: 20px;
	}
}

.home_tel {
	background: #1b84c0;
	position: relative;
	padding: 15px 0;
	text-align: center;
	font-size: 0;
}

.home_tel .telz {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #fff;
	font-size: 0;
}

.home_tel .telz a {
	display: block;
	padding: 0 60px;
	position: relative;
}

@media (max-width: 1279px) {
	.home_tel .telz a {
		padding: 0 40px;
	}
}

@media (max-width: 767px) {
	.home_tel .telz a {
		padding: 0 30px;
	}
}

.home_tel .telz i {
	font-style: inherit;
	width: 47px;
	height: 56px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1279px) {
	.home_tel .telz i {
		height: 48px;
		width: 36px;
	}
}

@media (max-width: 767px) {
	.home_tel .telz i {
		height: 40px;
		width: 26px;
	}
}

.home_tel .telz em {
	font-style: inherit;
	line-height: 54px;
	color: #fff;
	height: 56px;
	margin: 0 0 0 15px;
	font-size: 28px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1279px) {
	.home_tel .telz em {
		height: 48px;
		line-height: 46px;
		font-size: 18px;
		margin: 0 0 0 10px;
	}
}

@media (max-width: 767px) {
	.home_tel .telz em {
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		margin: 0 0 0 10px;
	}
}


/*mapz*/


/*mapz*/

.mapz {
	position: relative;
	overflow: hidden;
	padding: 0 0 80px;
	background: #f6f6f6;
}

@media (max-width: 1279px) {
	.mapz {
		padding: 0 0 60px;
	}
}

@media (max-width: 767px) {
	.mapz {
		padding: 0 0 40px;
	}
}

.mapz .map_main {
	background: #fff;
	margin: 65px auto 0;
	padding: 65px 100px 100px;
}

@media (max-width: 1445px) {
	.mapz .map_main {
		padding: 50px 90px 90px;
		margin: 45px auto 0;
	}
}

@media (max-width: 1279px) {
	.mapz .map_main {
		padding: 40px 60px 50px;
		margin: 35px auto 0;
	}
}

@media (max-width: 992px) {
	.mapz .map_main {
		padding: 40px 30px 40px;
		margin: 35px auto 0;
	}
}

@media (max-width: 767px) {
	.mapz .map_main {
		padding: 25px 15px 20px;
		margin: 10px auto 0;
	}
}

.mapz .map_main dl dt {
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	margin: 0 0 30px;
	line-height: 16px;
	padding: 0 0 18px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dt {
		margin: 0 0 20px;
	}
}

.mapz .map_main dl dt a {
	color: #333333;
	display: block;
}

.mapz .map_main dl dd {
	overflow: hidden;
	padding: 0 0 30px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dd {
		padding: 0 0 15px;
	}
}

.mapz .map_main dl dd ul {
	margin: 0 -7px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dd ul {
		margin: 0 -5px;
	}
}

.mapz .map_main dl dd ul li {
	float: left;
	padding: 0 7px;
	margin: 0 0 10px 0;
	font-size: 14px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dd ul li {
		padding: 0 5px;
	}
}

.mapz .map_main dl dd ul li a {
	color: #666666;
	display: block;
	height: 34px;
	line-height: 32px;
	border-radius: 50px;
	padding: 0 30px;
	border: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
	.mapz .map_main dl dd ul li a {
		padding: 0 25px;
	}
}

.mapz .map_main dl dd ul li a:hover {
	background: #01a1ff;
	color: #fff;
	border: 1px solid #01a1ff;
}


/*tankuang*/

.tankuang {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.tankuang .tkmain {
	width: 400px;
	height: 170px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	padding: 40px 0;
	margin-top: -85px;
	background: #fff;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {
	.tankuang .tkmain {
		width: 80%;
		margin-left: -40%;
		height: 120px;
		padding: 25px 0;
		margin-top: -60px;
	}
}

.tankuang .tkmain p {
	text-align: center;
	color: #666;
	font-size: 18px;
	max-height: 48px;
	overflow: hidden;
	line-height: 24px;
}

.tankuang .tkmain #tkclose {
	width: 140px;
	height: 36px;
	background: #02a1ff;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: none;
	display: block;
	border-radius: 3px;
	font-family: "microsoft yahei";
	margin: 25px auto 0;
}

@media (max-width: 767px) {
	.tankuang .tkmain #tkclose {
		margin: 13px auto 0;
		width: 120px;
		height: 32px;
		font-size: 16px;
		line-height: 32px;
	}
}

.tankuang .tkmain #tkclose:hover {
	background: #004a82;
}

.onn a {
	color: #fbbdc5 !important;
}

#songliao {
	position: absolute;
	top: -60px;
	height: 1px;
	width: 100%;
	background: none;
}

#kaijuan {
	position: absolute;
	top: -60px;
	height: 1px;
	width: 100%;
	background: none;
}

#fanzhuan {
	position: absolute;
	top: -60px;
	height: 1px;
	width: 100%;
	background: none;
}

#baozhuang {
	position: absolute;
	top: -60px;
	height: 1px;
	width: 100%;
	background: none;
}

.space {
	height: 94px;
}

@media (max-width: 1560px) {
	.space {
		height: 84px;
	}
}

@media (max-width: 1279px) {
	.space {
		height: 59px;
	}
}

@media (max-width: 992px) {
	.space {
		height: 50px;
	}
}

@media (max-width: 767px) {
	.space {
		height: 45px;
	}
}

@media (max-width: 321px) {
	.space {
		height: 40px;
	}
}

.link {
	display: inline-block;
	width: 100%;
	clear: both;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 70px;
}

.link span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	color: #a2a2a2;
}

.link ul li {
	height: 24px;
	float: left;
	margin: 0 0 6px 0;
	padding: 0 10px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.link {
		padding: 0;
	}
	.link ul {
		margin: 0 -5px;
	}
	.link span {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: auto;
		margin: 0 0 6px 0;
		line-height: 24px;
	}
	.link ul li {
		font-size: 12px;
		margin: 0 0 1px 0;
		line-height: 20px;
		padding: 0 5px;
	}
}

.link ul li a {
	display: block;
	color: #a2a2a2;
}

.link ul li:hover a {
	color: #fff;
}

.textaa {
	position: relative;
	text-align: center;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	padding: 20px;
	width: 76.5%;
	margin: 25px auto 0;
	border: 1px dotted #ccc;
	border-radius: 5px;
}

@media (max-width: 1279px) {
	.textaa {
		width: 93%;
	}
}

@media (max-width: 767px) {
	.textaa {
		margin: 10px auto 0;
		width: 100%;
		padding: 10px;
		line-height: 22px;
		font-size: 14px;
	}
}

.cptitle,
.fztitle,
.cjtitle,
.bzjtitle {
	position: relative;
	text-align: center;
	margin: 20px auto;
	font-size: 0;
}

@media (max-width: 992px) {
	.cptitle,
	.fztitle,
	.cjtitle,
	.bzjtitle {
		margin: 20px auto 5px;
	}
}

@media (max-width: 767px) {
	.cptitle,
	.fztitle,
	.cjtitle,
	.bzjtitle {
		margin: 20px auto 0;
	}
}

.cptitle ul,
.fztitle ul,
.cjtitle ul,
.bzjtitle ul {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
	font-size: 0;
}

.cptitle ul li,
.fztitle ul li,
.cjtitle ul li,
.bzjtitle ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 12px -1px;
	border: 1px solid #e4e4e4;
	height: 48px;
	padding: 0 25px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	background: #fff;
	line-height: 48px;
	font-size: 14px;
	color: #333333;
}

@media (max-width: 1025px) {
	.cptitle ul li,
	.fztitle ul li,
	.cjtitle ul li,
	.bzjtitle ul li {
		padding: 0 15px;
		height: 42px;
		line-height: 42px;
	}
}

@media (max-width: 992px) {
	.cptitle ul li,
	.fztitle ul li,
	.cjtitle ul li,
	.bzjtitle ul li {
		padding: 0 12px;
		height: 36px;
		font-size: 12px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.cptitle ul li,
	.fztitle ul li,
	.cjtitle ul li,
	.bzjtitle ul li {
		margin: 0 0 8px -1px;
	}
}

.cptitle ul li:first-child,
.fztitle ul li:first-child,
.cjtitle ul li:first-child,
.bzjtitle ul li:first-child {
	border-radius: 50px 0 0 50px;
}

@media (max-width: 767px) {
	.cptitle ul li:first-child,
	.fztitle ul li:first-child,
	.cjtitle ul li:first-child,
	.bzjtitle ul li:first-child {
		border-radius: 0;
	}
}

.cptitle ul li:last-child,
.fztitle ul li:last-child,
.cjtitle ul li:last-child,
.bzjtitle ul li:last-child {
	border-radius: 0 50px 50px 0;
}

@media (max-width: 767px) {
	.cptitle ul li:last-child,
	.fztitle ul li:last-child,
	.cjtitle ul li:last-child,
	.bzjtitle ul li:last-child {
		border-radius: 0;
	}
}

.cptitle ul .active,
.fztitle ul .active,
.cjtitle ul .active,
.bzjtitle ul .active {
	background: #0b90dc;
	color: #fff;
}

.cpmainz,
.cjmainz,
.fzmainz,
.bzjmainz {
	position: relative;
}

.cpmainz .cpbox,
.cjmainz .cpbox,
.fzmainz .cpbox,
.bzjmainz .cpbox,
.cpmainz .cjbox,
.cjmainz .cjbox,
.fzmainz .cjbox,
.bzjmainz .cjbox,
.cpmainz .fzbox,
.cjmainz .fzbox,
.fzmainz .fzbox,
.bzjmainz .fzbox,
.cpmainz .bzjbox,
.cjmainz .bzjbox,
.fzmainz .bzjbox,
.bzjmainz .bzjbox {
	display: none;
}

@media (max-width: 767px) {
	.fzmainz {
		margin: 10px auto 0;
	}
}


/*baozhuangx*/

.baozhuangx {
	margin: 15px auto 0;
	background: #fff;
	padding: 0 50px 60px;
}

@media (max-width: 1279px) {
	.baozhuangx {
		margin: 10px auto 0;
		padding: 0 0 50px;
	}
}

@media (max-width: 767px) {
	.baozhuangx {
		margin: 20px -5px 0;
	}
}

.baozhuangx .slick-prev,
.baozhuangx .slick-next {
	border: none;
	width: 43px;
	height: 80px;
	top: 26%;
	margin-top: 0;
}

@media (max-width: 1560px) {
	.baozhuangx .slick-prev,
	.baozhuangx .slick-next {
		width: 32px;
		height: 60px;
		top: 30%;
		margin-top: -30px;
	}
}

@media (max-width: 1279px) {
	.baozhuangx .slick-prev,
	.baozhuangx .slick-next {
		display: none !important;
	}
}

.baozhuangx .slick-prev {
	background: url(../images/left4.png) no-repeat center #ffffff;
	background-size: 100% 100%;
	left: 0px;
}

@media (max-width: 1560px) {
	.baozhuangx .slick-prev {
		left: 0px;
	}
}

@media (max-width: 1279px) {
	.baozhuangx .slick-prev {
		left: 0;
	}
}

.baozhuangx .slick-prev:hover {
	background: url(../images/left5.png) no-repeat center #ffffff;
	background-size: 100% 100%;
}

.baozhuangx .slick-next {
	background: url(../images/right4.png) no-repeat center #ffffff;
	background-size: 100% 100%;
	right: 0px;
}

@media (max-width: 1560px) {
	.baozhuangx .slick-next {
		right: 0px;
	}
}

@media (max-width: 1279px) {
	.baozhuangx .slick-next {
		right: 0;
	}
}

.baozhuangx .slick-next:hover {
	background: url(../images/right5.png) no-repeat center #ffffff;
	background-size: 100% 100%;
}

.baozhuangx .slick-dots {
	left: 0;
}

.baozhuangx .slick-dots li {
	margin: 0 8px;
}

.baozhuangx .slick-dots li.slick-active button {
	background: #0b90dc;
}

.baozhuangx .slick-dots li button {
	background: #cccccc;
	width: 10px;
	height: 10px;
}

.baozhuangx .item {
	display: inline-block;
	position: relative;
	padding: 10px 17px;
	width: 100%;
}

@media (max-width: 1560px) {
	.baozhuangx .item {
		padding: 10px 15px;
	}
}

@media (max-width: 1350px) {
	.baozhuangx .item {
		padding: 10px 10px;
	}
}

@media (max-width: 1279px) {
	.baozhuangx .item {
		padding: 8px;
	}
}

@media (max-width: 992px) {
	.baozhuangx .item {
		padding: 6px;
	}
}

@media (max-width: 767px) {
	.baozhuangx .item {
		padding: 5px;
	}
}

.baozhuangx .item:hover .pic {
	background: #01a1ff;
}

.baozhuangx .item:hover .pic span:before {
	opacity: 1;
}

.baozhuangx .item:hover .pic span img {
	transform: translate3d(-10px, 0, 0) scale(1.08);
}

.baozhuangx .item:hover .txt big {
	color: #01a1ff;
}

.baozhuangx .item:hover .txt big {
	color: #0b90dc;
}

.baozhuangx .item:hover .txt .btn {
	background: #01a1ff;
}

.baozhuangx .item .pic {
	width: 100%;
	position: relative;
	background: #eeeeee;
	padding: 5px;
}

.baozhuangx .item .pic:before {
	content: "";
	display: block;
	z-index: 5;
	position: absolute;
	left: 50%;
	margin-left: -66px;
	top: 50%;
	margin-top: -18.5px;
	width: 132px;
	height: 37px;
	background: url(../images/shuiyin.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 767px) {
	.baozhuangx .item .pic:before {
		width: 70px;
		margin-left: -35px;
		height: 20px;
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.baozhuangx .item .pic {
		padding: 4px;
	}
}

.baozhuangx .item .pic span {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.baozhuangx .item .pic span:before {
	content: "";
	display: block;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.baozhuangx .item .pic span img {
	transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-o-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
	-moz-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
}

.baozhuangx .item .pic span:after {
	content: "";
	display: block;
	padding-bottom: 108%;
}

.baozhuangx .item .txt {
	padding: 25px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1350px) {
	.baozhuangx .item .txt {
		padding: 20px 0;
	}
}

@media (max-width: 1279px) {
	.baozhuangx .item .txt {
		padding: 10px 0 15px;
	}
}

.baozhuangx .item .txt big {
	display: block;
	text-align: center;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}

@media (max-width: 1350px) {
	.baozhuangx .item .txt big {
		font-size: 18px;
	}
}

@media (max-width: 1279px) {
	.baozhuangx .item .txt big {
		font-size: 15px;
		height: 26px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.baozhuangx .item .txt big {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
}

.baozhuangx .item .txt .btn {
	margin: 13px auto 0;
	position: relative;
	background: #0b90dc;
	width: 116px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	overflow: hidden;
	color: #fff;
}

@media (max-width: 1279px) {
	.baozhuangx .item .txt .btn {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin: 8px auto 0;
	}
}

@media (max-width: 767px) {
	.baozhuangx .item .txt .btn {
		width: 80px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
		margin: 5px auto 0;
	}
}

.baozhuangx .item .txt .btn:hover {
	background: #01a1ff;
}


/*ENGLISH*/

.ZN {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 90px;
	text-align: right;
	line-height: 90px;
	overflow: hidden;
	font-size: 0;
}

.ZN a {
	display: inline-block;
	vertical-align: middle;
	height: 90px;
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
	line-height: 90px;
	font-size: 15px;
	color: #464444;
	position: relative;
}

.ZN a:first-child:before {
	display: none;
}

.ZN a:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: #464444;
}

.ZN a:hover {
	color: #01a1ff;
}

@media (max-width: 1560px) {
	.ZN {
		height: 80px;
		line-height: 80px;
	}
	.ZN a {
		height: 80px;
		line-height: 80px;
	}
}

@media (max-width: 1279px) {
	.ZN {
		display: none;
	}
}

.header1 .main {
	padding: 0 100px 0 380px;
}

.header1 .ZN {
	height: 60px;
	line-height: 60px;
}

.header1 .ZN a {
	height: 60px;
	line-height: 60px;
}