﻿@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #555;
}

input, textarea {
	-webkit-user-select: text
}

body, button, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
	font-weight: 400;
	margin: 0;
	padding: 0
}

body, button, h1, h2, h3, h4, h5, h6, i, input, select, textarea {
	font: 400 13px/26px "Microsoft YaHei";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #434343;
}

li, ol, ul {
	list-style: none
}

a {
	text-decoration: none;
	color: #434343
}

a:hover {
	text-decoration: none
}

.trans {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
}

button, input, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

a, div {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}

html {
	font-size: 100px
}

@media screen and (min-width:360px) {
	html {
		font-size: 112.5px
	}
}

@media screen and (min-width:375px) {
	html {
		font-size: 117.19px
	}
}

@media screen and (min-width:414px) {
	html {
		font-size: 129.38px
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 150px
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 200px
	}
}

.clearfix:after, .clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.wp {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}

.wp1 {
	width: 1214px;
	max-width: 1214px;
	margin: 0 auto
}

.wp2 {
	width: 1208px;
	max-width: 1208px;
	margin: 0 auto
}

.wp3 {
	width: 1224px;
	max-width: 1224px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}

@font-face {
	font-family: iconfont;
	src: url("../fonts/iconfont.eot");
	src: url("../fonts/iconfont.eot-#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg")
}

.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

.paged {
	padding-top: 30px;
	text-align: center
}

.paged .current, .paged .p_info, .paged a {
	border-radius: .02rem;
	display: inline-block;
	zoom: 1;
	margin: 5px 3px;
	padding: .075rem .11rem;
	font-size: 16px;
	text-align: center;
	background: #FFF;
	color: #666
}

.paged .current, .paged a:hover {
	background: #c7ad8e;
	color: #FFF
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: rotateY(170deg);
		transform: rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: rotateY(190deg);
		transform: rotateY(190deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: rotateY(170deg);
		transform: rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: rotateY(190deg);
		transform: rotateY(190deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75)
	}

	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25)
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75)
	}

	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25)
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

.top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #16c97a;
}

.top a {
	color: #333;
}

.top-left {
	width: 80%;
}

.top-right {
	width: 18%;
	text-align: right;
}

.header {
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 111;
}

.header .logo {
	padding-top: 20px;
}

.header .logo img {
	width: 100%;
	height: 100%;
}

.header .nav {
	text-align: right
}

.header .nav li {
	display: inline-block;
	height: 100px;
	vertical-align: top
}

.header .nav li a {
	text-align: center;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 0 25px;
	height: 100%;
	line-height: 94px;
	font-size: 16px;
	font-weight: bold;
}

.nav-btn {
	display: none;
	width: .18rem;
	height: .16rem;
	background-size: cover;
	background-image: url(../images/nav-btn.png);
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: .175rem;
}

#menu {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 60px;
	z-index: 9999;	
}
#menu li {
	border-top:1px solid #eee;
}
#menu li a {
	height: 35px;
	line-height: 35px;
	color: #000;
	display: block;
	padding: 0 2%;
	font-size: 14px;
}
#menu li a:hover {
	color:#f23030;
}

@media (min-width: 767px) and (max-width:992px) {
	.header .nav li a {
		padding: 0 10px;
	}
}

@media (max-width:767px) {
	.top {
		display: none;
	}	
	.header .logo {
		padding-top: 0px;
	}
	.header .logo img {
		max-height: 60px;
	}
	.header .nav {
		display: none;
	}
	.header {
		height: 60px;
		position: relative;
	}
	.header .header-fd {
		height: .495rem
	}
	.nav-btn {
		display: block
	}	
}

.banner {
	text-align: center;
}

.banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

@media screen and (max-width:1200px) {
	.wp {
		width: 96%;
		padding: 0 2%
	}

	.wp1 {
		width: 96%;
		padding: 0 2%
	}

	.wp2 {
		width: 96%;
		padding: 0 2%
	}

	.wp3 {
		width: 96%;
		padding: 0 2%
	}	
}

@media screen and (max-width:1200px) {
	.wp1200 {
		width: 100%
	}
}

.header-top {
	height: 30px;
	line-height: 30px
}

.header-top a {
	margin-right: 10px
}

.header-top a:hover {
	color: #c7ad8e
}

@media screen and (max-width:1200px) {
	.header-top {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media screen and (max-width:640px) {
	.header-top {
		display: none
	}
}

.in_prolist_bg {
	background: url(../images/in_prolist_bg.jpg) no-repeat center top;
	padding: 60px 0;
	height: auto;
	overflow: hidden;
}

.in_prolist {
	position: relative;
	width: 33%;
	height: auto;
	float: left;
	margin-right: 6px;
}

.in_prolist:last-child {
	margin-right: 0;
}

.in_prolist_tu {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.in_prolist_tu img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.in_prolist_title {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,.6);
	padding: 20px 0;
}

.in_prolist a .in_prolist_title span {
	display: inline-block;
	width: 80%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width:1199px) {
	.in_prolist {
		width: 32.7%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-right: 6px
	}

	.in_prolist_title {
		display: inline-block;
		width: 100%;
		height: 50px;
		z-index: 999;
		padding: 15px 0;
		opacity: 1;
	}

	.in_prolist a .in_prolist_title span {
		display: inline-block;
		text-align: center;
		width: 60%;
		margin: 0;
		border: 1px solid #fff;
		color: #fff;
		font-size: 22px;
		line-height: 50px;
	}
}

@media screen and (max-width:767px) {
	.in_prolist {
		width: 32.6%;
		height: auto;
		overflow: hidden;
		float: left;
		margin-right: 6px
	}

	.in_prolist_title span {
		font-size: 16px!important;
		line-height: 35px!important;
	}
}

@media screen and (max-width:640px) {
	.in_prolist_bg {
		background: url(../images/ny_bg-.jpg) no-repeat center top fixed #f2f2f2;
		padding: 30px 0;
	}

	.in_prolist {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px
	}

	.in_prolist_title {
		padding: 10px 0;
		height: auto;
	}
}

.in_about {
	margin-top: 60px;
	height: auto;
	overflow: hidden
}

.in_about_l {
	width: 510px;
	float: left;
	margin-top: 40px
}

.in_about_l h3 {
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	color: #000;
}

.in_about_l h3 b {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #f3f3f3;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
	text-transform: uppercase;
}

.in_about_l h3 a {
	position: relative;
	font-size: 36px;
	font-weight: bold;
}

.in_about_l p {
	margin-top: 30px;
	text-align: justify;
}

.in_about_l span {
	margin-top: 40px;
	display: block
}

.in_about_l span a {
	width: 140px;
	border: 1px solid #0cb46a;
	color: #0cb46a;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 40px;
	display: block
}

.in_about_r {
	width: 630px;
	float: right
}

.in_about_r a img {
	width: 100%;
	padding-top: 50px;
	height: auto;
	overflow: hidden;
}

@media screen and (max-width:1199px) {
	.in_about_l {
		width: 42%;
		margin-top: 0
	}

	.in_about_r {
		width: 55%
	}
}

@media screen and (max-width:768px) {
	.in_about {
		margin-top: 0;
	}
	.in_about_l {
		width: 100%;
		float: none;
		margin-top: 0
	}

	.in_about_r {
		width: 100%;
		float: none;
		margin-top: 20px
	}

	.in_about_l h3 {
		padding-left: 0px;
		padding-top: 10px;
		text-align: center;
		color: #000;
	}

	.in_about_l h3 b {
		width: 100%;
		font-size: 22px;
		line-height: 30px;
	}

	.in_about_l h3 a {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		border-bottom: 2px solid #0cb46a;
		padding-bottom: 20px;
		display: inline-block
	}
	
	.in_about_l span {
		margin-top: 30px;
	}
	
	.in_about_r a img {
		padding-top: 0px;
	}
}

.i_pro_bg2 {
	background-color: #f2f2f2;
	background: url("../images/bg1.jpg") no-repeat center top;
	padding-top: 80px;
	padding-bottom: 60px;
	margin-top: 60px;
	overflow: hidden;
}
/*滚动产品与案例*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	display: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
	cursor: url("../images/grabbing.png") 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 38px;
	height: 74px;
	text-indent: 40px;
	margin-top: -16%;
	z-index: 9;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url("../images/i_pro_left.png") no-repeat;
	float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: url("../images/i_pro_left_on.png") no-repeat;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url("../images/i_pro_right.png") no-repeat;
	float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: url("../images/i_pro_right_on.png") no-repeat;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	display: none;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url("../images/i_bg3.png") no-repeat;
	transition: all .5s;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: url("../images/i_bg4.png") no-repeat;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading {
	min-height: 150px;
	background: url("../images/ajaxloader.gif") no-repeat center center
}

#owl-demo {
	padding-bottom: 3%;
}

#owl-demo .item {
	margin: 0.5px;
	position: relative;
	height: 350px;
}

#owl-demo .item img {
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}

#owl-demo .item .bg-list-img {
	position: absolute;
	bottom: 49px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

#owl-demo .item .bg-list-tit {
	height: 56px;
	overflow: hidden;
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#owl-demo .item .bg-list-tit h4 {
	margin: 0 auto;
	display: inline-block;
	border-bottom: 2px solid #e2e2e2;
	font-weight: normal;
	font-size: 18px;
	line-height: 54px;
	padding-left: 10px;
	padding-right: 10px;
}

#owl-demo .item .bg-list-more {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url("../images/i_por_pic1.png") center 38px no-repeat #3c3a38;
	height: 56px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	filter: Alpha(Opacity=0);
/*IE7 fix*/
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

#owl-demo .item .i_pro_bg {
	position: absolute;
	width: 100%;
	bottom: 56px;
 /*height:100%;*/
	height: 89%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	filter: Alpha(Opacity=0);
/*IE7 fix*/
	opacity: 0;
	left: 0;
}

#owl-demo .item .bg-list-yew {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 30%;
	background-color: #0068b7;
	text-align: center;
	color: #fff;
}

#owl-demo .item .bg-list-yew h5 {
	border-bottom: 2px solid #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 54px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-top: 9%;
}

#owl-demo .item .bg-list-hs {
	max-height: 316px;
	height: 70%;
	position: absolute;
	bottom: 30%;
	background: url("../images/i_por_pic2.png") center top no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

#owl-demo .item .bg-list-hs p {
	width: 80%;
	margin: 0 auto;
	margin-top: 10%;
	color: #fefefe;
	font-size: 14px;
	height: 50%;
	overflow: hidden;
	line-height: 22px;
	max-height: 198px;
}
/*首页产品*/
#owl-demo2 {
	margin-top: 1%;
	text-align: center;
}

#owl-demo2.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	height: 0;
}

#owl-demo2.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 73px;
	height: 90px;
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
}

#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url("../images/i_case_left.png") no-repeat;
	float: left;
	font-size: 0
}

#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: url("../images/i_case_left_on.png") no-repeat;
}

#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url("../images/i_case_right.png") no-repeat;
	float: right;
	font-size: 0
}

#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: url("../images/i_case_right_on.png") no-repeat;
}

#owl-demo2.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

#owl-demo2 .item {
	margin: 10px;
	padding-bottom: 20px;
}

#owl-demo2 .item img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}

#owl-demo2 .item dd {
	width: 100%;
	margin: 0 auto;
	max-width: 593px;
	margin-bottom: 10px;
}

#owl-demo2 .item dd .imgs {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

#owl-demo2 .item dd h3 {
	font-weight: normal;
	width: 94%;
	color: #333;
	font-size: 18px;
	line-height: 22px;
	height: 100px;
	text-align: left;
	background-color: #fff;
	padding: 3%;
	overflow: hidden;
}

#owl-demo2 .item dd h3 p {
	font-size: 13px;
	color: #0cb46a;
	margin-top: 10px;
	text-align: justify;
}

#owl-demo2 .item dd:hover img {
	transform: scale(1.1, 1.1);
}

#owl-demo2 .item dd:hover .imgs p {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (max-width: 1600px) {
	#owl-demo .item {
		height: 350px;
	}

	#owl-demo .item .i_pro_bg {
		height: 88%;
	}
	.owl-theme .owl-controls .owl-buttons div {
		margin-top: -18%;
	}
}

@media screen and (max-width: 1280px) {
	#owl-demo .item {
		height: 360px;
	}

	.owl-theme .owl-controls .owl-buttons div {
		margin-top: -20%;
	}
}

@media screen and (max-width:979px) {
	.owl-theme .owl-controls .owl-buttons div {
		margin-top: -24%;
	}

	#owl-demo .item {
		height: 330px;
	}

	#owl-demo .item .i_pro_bg {
		height: 82%;
	}
	#owl-demo .item .bg-list-hs p {
		height: 110px;
	}
}

@media screen and (max-width:789px) {
	.owl-theme .owl-controls .owl-buttons div {
		margin-top: -27%;
	}

	#owl-demo .item {
		height: 300px;
	}

	#owl-demo .item .i_pro_bg {
		height: 82%;
	}
}

@media screen and (max-width: 640px) {
	.i_pro_bg2 {
		padding-top: 40px;
		padding-bottom: 40px
	}
	
	.i_pro_t {
		font-size: 30px;
	}

	#owl-demo2.owl-theme .owl-controls .owl-buttons {
		display: none;
	}

	#owl-demo.owl-theme .owl-controls .owl-buttons {
		display: none;
	}

	#owl-demo .item {
		height: 300px;
	}
}

@media screen and (max-width: 480px) {
	.owl-theme .owl-controls .owl-buttons div {
		margin-top: -70%;
	}

	#owl-demo .item {
		height: 250px;
	}

	#owl-demo .item .bg-list-hs p {
		height: 88px;
	}
}

@media screen and (max-width:320px) {
	.owl-theme .owl-controls .owl-buttons div {
		margin-top: -88%;
	}

	#owl-demo .item {
		height: 200px;
	}
}

.in_dz_bg {
	background: url(../images/in_dz_bg.jpg) no-repeat center;
	margin-top: 60px;
	height: auto;
	overflow: hidden;
}

.in_dz {
		
}

.in_dz_lc {
	width: 100%;
	padding: 60px 0;
	height: auto;
	overflow: hidden
}

.in_dz_lc ul li {	
	float: left;
	margin: 0 45px;
	text-align: center;
	cursor: pointer;
}

.in_dz_lc ul li img {
	display: inline-block;
	transition: all .5s;
}

.in_dz_lc ul li p {
	margin-top: 30px;
	font-size: 18px;
	color: #fff
}

.in_dz_lc ul li:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

@media screen and (max-width:1199px) {
	.in_dz_bg {
		background: url(../images/in_dz_bg.jpg) no-repeat center;
	}
	
	.in_dz_lc {
		padding: 30px 0;
	}

	.in_dz_l {
		width: 25%;
		float: left;
	}

	.in_dz_r {
		width: 73%;
	}

	.in_dz_lc ul li {
		width: 24.5%
	}

	.in_dz_lc ul li img {
		
	}
	
	.in_dz_lc ul li p {
		margin-top: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width:1024px) {
	.in_dz_lc ul li {
		width: 33.3%;
		margin: 0px;
	}
	.in_dz_lc ul li p {
		margin-top: 10px;
		font-size: 18px;
		color: #fff
	}	
}

@media screen and (max-width:800px) {
	.in_dz_l {
		display: none
	}

	.in_dz_r {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	.in_dz_bg {
		margin-top: 0px;
	}
	
	.in_dz_lc {
		margin-top: 20px;
	}

	.in_dz_lc ul li p {
		font-size: 16px;
	}
	
	.in_dz_lc ul li img {
		max-width: 70%;
	} 
	
}

@media screen and (max-width:480px) {
	.in_dz_lc {
		margin-top: 0px;
		margin-bottom: 15px;
		padding: 0;
	}

	.in_dz_lc ul li {
		width: 33.33%;
		margin-top: 20px
	}

	.in_dz_lc ul li p {
		font-size: 16px;
		margin-top: 10px
	}
}

.in_join_bg {
	height: auto;
	overflow: hidden;
	margin-top: 60px
}

.in_title {
	padding-bottom: 30px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

.in_title b {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	color: #f3f3f3;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
	text-transform: uppercase;
}

.in_title b.pro_tit{
	color: #d4d4d4;
}

.in_title b.case_tit{
	color: #454649;
} 

.in_title a {
	position: relative;
	border-bottom: 2px solid #0cb46a;
	padding-bottom: 20px;
	display: inline-block;
}

.in_title a.case_tit {
	color: #fff;
}

.lc_tit {
	margin-top: 60px;
}

.in_join {
	margin-top: 40px
}

.in_join dl {
	width: 394px;
	float: left;
	background-color: #f2f2f2;
	height: auto;
	overflow: hidden
}

.in_dl1 {
	margin-right: 9px
}

.in_join dl dt.img {
	display: block;
	width: 100%;
	padding-top: 71.067%;
	position: relative;
	overflow: hidden;
}

.in_join dl dt.img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}

.in_join dl:hover dt.img img {
	transform: scale(1.1, 1.1);
}

.in_join dl dd {
	padding: 20px;
	color: #626262;
}

.in_join dl dd:last-child {
	min-height: 150px;
}

.in_join dl dd strong {
	color: #222;
	font-size: 15px
}

.in_join dl dd.tit {
	display: block;
	font-size: 26px;
	color: #0cb46a;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.in_join dl {
		width: 32.33%;
		min-height: 480px
	}
	
	.in_dl1 {
		margin-right: 1.5%
	}

	.in_join dl dd {
		padding: 15px;
		min-height: }
}

@media screen and (max-width: 640px) {
	.in_join_bg {
		margin-top: 40px
	}

	.in_title {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 20px;		
	}
	
	.in_title b{
		font-size: 22px;
		line-height: 30px;
	}

	.in_join {
		margin-top: 10px
	}

	.in_join dl {
		width: 100%;
		margin-top: 20px;
		min-height: 0;
	}

	.in_dl1 {
		margin-right: 0
	}

	.in_join dl dd {
		padding: 20px 25px 0px 25px;
	}
	
	.in_join dl dd.tit {
		font-size: 18px;
	}
	
	.lc_tit {
		margin-top: 30px;
	}
	
}

.in_case_bg {
	background: url("../images/bg2.jpg") no-repeat center top fixed #232427;
	margin-top: 60px;
	padding: 60px 0;
	height: auto;
	overflow: hidden
}

.in_case {
	margin-top: 20px
}

.in_case ul li {
	position: relative;
    float: left;
    width: 294px;
    height: 375px;
    margin: 4px;
	overflow: hidden;
}

.in_case ul li a .img {
	display: block;
    width: 100%;
    height: 375px;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.in_case ul li a .img img {
	width: 100%;
    height: 375px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: all .5s;
}

.in_case ul li a p {
	color: #fff;
	font-size: 18px;
	line-height: 375px;
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(12,180,106,0.9);
	font-weight: bold;
	opacity: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_case ul li a:hover p {
	opacity: 1;
}

.in_case ul li a:hover .img img {
	transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1199px) {
	.in_case ul li {
		float: left;
		width: 24%;
		margin: 0.5%
	}

	.in_case ul li a p {
		position: relative;
		display: block;
		padding: 15px 0;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 30px;
		text-align: center;
		opacity: 0.8;
		margin-top: 0;
		font-weight: normal;
		background: none;
	}
}

@media screen and (max-width: 768px) {	
	.in_case ul li {
		float: left;
		width: 49%;
		margin: 0.5%;
		height: 250px;
	}

	.in_case ul li a .img {
		height: 200px;
		padding-top: 0px;
	}
	
	.in_case ul li a .img img {
		height: 200px;
	}
	
	.in_case ul li a p {
		font-size: 14px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.in_case_bg {
		padding: 40px 0;
	}
}

@media screen and (max-width: 320px) {
	/* .in_case ul li {
		float: left;
		width: 100%;
		margin: 0
	} */
}

.in_news_bg {
	margin-top: 60px;
	height: auto;
	overflow: hidden
}

.in_news_title {
	padding-bottom: 30px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.in_news_title b {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	color: #f3f3f3;
	font-family: "Times New Roman", Times, serif;
	font-size: 73px;
	font-weight: normal;
	line-height: 60px;
}

.in_news_title a {
	position: relative;
	border-bottom: 2px solid #0cb46a;
	padding-bottom: 20px;
	display: inline-block;
}

.in_news_t {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	background-color: #f2f2f2
}

.in_news_t_l {
	width: 568px;
	float: left;
}

.in_news_t_l a img {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block
}

.in_news_t_l .img {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.in_news_t_l .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}

.in_news_t_r {
	width: 530px;
	float: right;
	padding: 50px
}

.in_news_t_r a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.in_news_t_r span {
	font: normal 13px/30px Arial, Helvetica, sans-serif;
	color: #787878;
	display: block
}

.in_news_t_r p {
	margin-top: 50px;
	color: #626262;
	text-align: justify;
}

.in_news_t_r h3 a {
	width: 150px;
	background-color: #0cb46a;
	line-height: 40px;
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: block
}

.in_news {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px
}

.in_news_list {
	width: 588px;
	float: left;
	margin: 12px;
	background-color: #f2f2f2
}

.in_news_list h4 {
	width: 243px;
	float: right;
}

.in_news_list h4 .img {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.in_news_list h4 .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}

.in_news_list:hover h4 .img img {
	transform: scale(1.1, 1.1);
}

.in_news_list h5 {
	width: 300px;
	padding: 30px
}

.in_news_list h5 a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.in_news_list h5 span {
	font: normal 13px/30px Arial, Helvetica, sans-serif;
	color: #787878;
	display: block
}

.in_news_list h5 p {
	margin-top: 15px;
	color: #626262;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media screen and (max-width: 1199px) {
	.in_news_t_l {
		width: 55%;
		float: left;
	}

	.in_news_t_r {
		width: 37%;
		float: right;
		padding: 4%
	}

	.in_news_t_r p {
		margin-top: 30px;
	}

	.in_news_t_r h3 a {
		margin-top: 30px;
	}

	.in_news_list {
		width: 48%;
		margin: 1%
	}

	.in_news_list h4 {
		width: 40%;
	}

	.in_news_list h5 {
		width: 52%;
		padding: 3% 4%
	}

	.in_news_list h5 p {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.in_news_t_l {
		width: 50%;
		float: left;
	}

	.in_news_t_r {
		width: 44%;
		float: right;
		padding: 3%
	}
}

@media screen and (max-width: 1001px) {
	.in_news_t_l {
		width: 44%;
		float: left;
	}

	.in_news_t_r {
		width: 50%;
		float: right;
		padding: 3%
	}

	.in_news_t_r p {
		margin-top: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.in_news_t_r h3 a {
		margin-top: 30px;
		line-height: 36px;
	}

	.in_news_list {
		width: 100%;
		margin: 1% 0
	}

	.in_news_list h4 {
		width: 40%;
	}

	.in_news_list h5 {
		width: 52%;
		padding: 3% 4%
	}

	.in_news_list h5 p {
		margin-top: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		/*显示几行*/
		overflow: hidden
	}
}

@media screen and (max-width: 768px) {
	.in_news_bg {
		margin-top: 30px;
	}
	
	.in_news_t {
		margin-top: 20px;
	}
	
	.in_news_t_l {
		width: 100%;
		float: none;
	}

	.in_news_t_l a img {
		width: 100%;
		height: auto;
		overflow: hidden
	}

	.in_news_t_r {
		width: 94%;
		float: none;
		padding: 25px 3%
	}
	
	.in_news_t_r a {
		font-size: 16px;
	}
	.in_news_list h5 a {
		font-size: 14px;
	}	
}

@media screen and (max-width: 640px) {
	.in_news_list h4 {
		width: 35%;
	}

	.in_news_list h5 {
		width: 57%;
		padding: 3% 4%
	}

	.in_news_list h5 p {
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}
}

@media screen and (max-width: 480px) {
	.in_news_list h4 {
		width: 26%;
	}

	.in_news_list h5 {
		width: 66%;
		padding: 2% 4%;
	}

	.in_news_list h5 p {
		margin-top: 5px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.in_news_list h5 span {
		display: none
	}
}

.in_kl_bg {
	width: 100%;
	background: url("../images/bg3.jpg") no-repeat center;
	margin-top: 60px;
	padding: 50px 0;
	height: auto;
	overflow: hidden
}

.in_kl {
	height: auto;
	overflow: hidden
}

.in_kl dl {
	width: 23%;
	float: left;
	margin: 0 1%;
	text-align: center;
}

.in_kl dl dd {
	margin-top: 15px;
	font-size: 14px;
	color: #626262
}

.in_kl dl dd a {
	font-size: 20px;
	font-weight: normal;
	color: #222
}

.member {
	padding: 30px 0;
}

.member span {
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.in_kl dl dt a img {
		width: 80%
	}

	.in_kl dl dd {
		font-size: 13px
	}

	.in_kl dl dd a {
		font-size: 16px;
	}
	
	.member {
		display: none;
	}	
}

.footer_na_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #222;
	padding: 50px 0
}

.footer_na dl {
	float: left
}

.footer_na dl dt a {
	font-size: 20px;
	color: #fff;
	display: block;
}

.footer_dl1 dt a {
	margin-bottom: 30px
}

.footer_dl2 dt a {
	margin-bottom: 30px
}

.footer_na dl dd {
	color: #d3d3d3
}

.footer_na dl dd a {
	color: #d3d3d3
}

.footer_dl1 {
	width: 150px;
}

.footer_dl2 {
	width: 300px
}

.footer_dl3 {
	width: 300px;
}

.footer_na dl dd a span {
	display: block;
	font-size: 38px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0cb46a;
	margin-bottom: 20px
}

.footer_dl3 dd {
	float: left;
	width: 132px;
	margin-left: 18px;
}

.footer_dl3 dd p {
	text-align: center;
	margin-top: 10px
}

.footer_bg {
	width: 100%;
	background-color: #096b4d;
	height: auto;
	overflow: hidden;
	padding: 20px 0
}

.footer {
	text-align: center;
	color: #fff
}

.footer a {
	color: #fff
}

.footer img {
	vertical-align: middle;
}

@media screen and (max-width: 1199px) {
	.footer_dl1 {
		width: 12%;
	}

	.footer_dl2 {
		width: 25%
	}

	.footer_dl3 {
		width: 25%
	}

	.footer_dl3 dd {
		width: 48%;
		margin-left: 2%
	}

	.footer_dl3 dd a img {
		width: 100%;
		height: auto;
		overflow: hidden
	}
}

@media screen and (max-width: 991px) {
	.footer_na dl dt a {
		font-size: 18px;
	}

	.footer_dl1 {
		width: 11.5%;
	}

	.footer_dl2 {
		width: 27%
	}

	.footer_dl3 {
		width: 26%
	}

	.footer_na dl dd a span {
		font-size: 20px!important;
	}
}

@media screen and (max-width: 768px) {
	.footer_dl1 {
		width: 100%;
		border-bottom: 1px dotted #666;
		padding: 15px 0
	}

	.footer_dl1 dd {
		float: left;
		margin-right: 3%;
		text-align: left;
	}

	.footer_dl1 dt a {
		margin-bottom: 10px
	}

	.footer_dl2 {
		width: 60%;
		margin-top: 0px;
	}

	.footer_dl3 {
		width: 40%;
		margin-top: 30px
	}
	
	.footer_dl3 p {
		text-align: left!important;
		padding-left: 15px;
	}

	.footer_na dl dd a span {
		font-size: 36px;
	}

	.footer_na dl dt a {
		font-size: 20px;
	}

	.footer_dl2 dt a {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 480px) {
	.footer_dl1 {
		display: none;
	}
	
	.footer_dl2 {
		width: 100%;
		border-bottom: 1px dotted #666;
		padding: 15px 0
	}

	.footer_dl3 {
		display: none;
	}

	.footer_bg {
		padding: 5% 0 22% 0;		
	}

	.footer_bg .footer span {
		display: inline-block;
	}
	
	.footer_na_bg {
		padding: 0px;
	}
}

.f_kslj {
	display: none;
}

@media screen and (max-width: 640px) {
	.f_kslj {
		width: 100%;
		background: #000;
		padding: 0.5em 0;
		display: block;
		position: fixed;
		bottom: 0;
		height: auto;
		overflow: hidden;
	}

	.f_kslj ul li {
		width: 25%;
		float: left;
		list-style: none;
		text-align: center;
	}

	.f_kslj ul li a {
		color: #fff;
		text-align: center;
		line-height: 2.5em;
	}

	.f_kslj ul li a i {
		display: block;
	}

}

.ny_pro_list .video {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.5);
	filter: alpha(opacity:50);
	zoom: 1;
	border-radius: 35px;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid #fff;
}

.ny_about {
	width: 100%
}

.n_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 26px;
	padding: 30px 0px;
	display: block;
	color: #787878;
}

.n_title a {
	color: #787878
}

.ban_ny {
	width: 100%;
	padding-top: 26.042%;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/nybanner.jpg);
}

.ban_ny h3 {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	background: rgba(0,0,0,0.4);
	color: #fff;
	width: 30%;
	text-align: center;
	padding: 30px 20px;
	font-size: 26px;
	line-height: 46px;
	font-weight: bold;
}

.ban_ny h3 span {
	font: normal 60px/60px "Times New Roman", Times, serif;
	opacity: 0.9;
	display: block;
	text-transform: uppercase;
}

@media (max-width:1001px) {
	.ban_ny h3 {
		width: 40%;
		padding: 20px;
	}

	.ban_ny h3 span {
		font: normal 50px/50px "Times New Roman", Times, serif;
	}
}

@media (max-width:768px) {
	.ban_ny h3 {
		width: 40%;
		padding: 15px;
	}

	.ban_ny h3 span {
		font: normal 46px/46px "Times New Roman", Times, serif;
	}
}

@media (max-width:640px) {
	.ban_ny h3 {
		width: 50%;
		padding: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	.ban_ny h3 span {
		font: normal 40px/40px "Times New Roman", Times, serif;
	}
}

@media (max-width:480px) {
	.ban_ny h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.ban_ny h3 span {
		font: normal 28px/28px "Times New Roman", Times, serif;
		display: none
	}
}

.ban_prod {
	width: 100%;
	height: 350px;
	background: url(../images/ban_pro.jpg) no-repeat center top
}

.ban_honor {
	width: 100%;
	height: 350px;
	background: url(../images/ban_honor.jpg) no-repeat center top
}

.ban_cj {
	width: 100%;
	height: 350px;
	background: url(../images/ban_cj.jpg) no-repeat center top
}

.ban_news {
	width: 100%;
	height: 350px;
	background: url(../images/ban_news.jpg) no-repeat center top
}

.ban_ly {
	width: 100%;
	height: 350px;
	background: url(../images/ban_ly.jpg) no-repeat center top
}

@media (max-width:980px) {
	.n_title {
		width: 100%
	}
}

#side {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 0px 20px 20px -20px #666;
	z-index: 99;
	position: relative;
}

#side ul {
	text-align: center;
	display: inline-block;
	width: auto;
	overflow: hidden;
	margin: 0px auto;
}

#side li {
	float: left;
	line-height: 30px;
	font-weight: 400;
	width: auto;
	margin: 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}

#side li a {
	text-align: center;
	font-size: 16px;
	width: auto;
	line-height: 30px;
	padding: 5px 15px 5px 20px;
}

#side li a:hover {
	color: #0cb46a;
	background: url(../images/ny_t_ico.png) no-repeat center left;
}

@media (max-width:768px) {
	#side {
		padding: 0px;
	}
	#side li a {
		padding: 5px;
	}
}

.ny_about_ny {
	width: 100%;
	padding: 2em 0;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}

.ny_about {
	background: url(../images/ny_bg.jpg) repeat-y center top;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	color: #434343
}

.ny_prod {
	background: url(../images/ny_bg.jpg) repeat-y center top;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	color: #434343
}

.ny_news {
	background: url(../images/ny_bg.jpg) repeat-y center top;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	color: #434343
}

.ny_dt {
	width: 100;
	height: auto;
	overflow: hidden
}

@media (max-width:640px) {
	.ny_about_ny {
		padding: 0;
	}

	.ny_about_ny img {
		max-width: 100%;
		float: none;
		height: auto;
		display: inline-block;
	}
	
	.ny_prod {
		padding-bottom: 10px;
	}
	
	.ny_pro_b img {
		max-width: 100%;
		height: auto;
		display: inline-block;
	}
	
}

.ny_pro_ny {
	width: 100%;
	height: auto; 
	overflow: hidden;
}

.protext {
	color: #787878;
	line-height: 30px;
}

.ny_pro_list {
	width: 384px;
	float: left;
	margin: 20px 12px;
	background-color: #fff;
	box-shadow: 0px 7px 8px #b3b3b3;
}

.ny_pro_list .img {
	display: block;
	width: 96%;
	padding-top: 72%;
	position: relative;
	overflow: hidden;
	margin: 2%;
}

.ny_pro_list .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}

.ny_pro_list:hover .img img {
	transform: scale(1.1);
}

.ny_pro_list p {
	width: 100%;
	text-align: center;
	margin: 10px 0 15px 0;
}

.ny_pro_list p a {
	display: block;
	font-size: 15px;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pages {
  padding: 30px 0px;
  text-align: center;
}

.pages li {
  display: inline-block;
  margin: 5px;
}

.pages li a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}

.pages li a:hover {
  padding: 5px 10px;
  border: 1px solid #0cb46a;
  background: #0cb46a;
  color: #fff;
}

@media (max-width:1199px) {
	.ny_pro_list {
		width: 30.3%;
		float: left;
		margin: 20px 1.5%;
	}
}

@media (max-width:768px) {
	.protext {
		display: none;
	}
	.ny_pro_list {
		width: 47%;
		float: left;
		margin: 2px 1.5%;
	}
}

@media (max-width:767px) {
	.ny_pro_ny {
		padding: 5px 0;
	}
}

.ny_pro_top {
	width: 96%;
	height: auto;
	padding: 2%;
	background-color: #fff;
	box-shadow: 0px 2px 10px #b3b3b3;
	overflow: hidden
}

.ny_pro_top_l {
	width: 50%;
	float: left;
	height: auto;
	overflow: hidden;
}

.ny_pro_top_l img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.ny_pro_top_l .owl-controls {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 28px;
	margin-top: -28px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0fffffff, endcolorstr=#0fffffff);
	background-color: rgba(0,0,0,.3);
}

.ny_pro_top_l .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.ny_pro_top_l .owl-controls .owl-page span {
	z-index: 999;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	margin: 9px 3px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
}

.ny_pro_top_l .owl-controls .owl-page:last-child {
	margin-right: 10px
}

.ny_pro_top_l .owl-controls .owl-page.active span, .ny_pro_top_l .owl-controls.clickable .owl-page:hover span {
	background-color: #0cb46a
}

.ny_pro_top_r {
	width: 45%;
	float: right;
	height: auto;
	overflow: hidden;
}

.ny_pro_top_r h1 {
	font-size: 1.6em;
	color: #0cb46a;
	line-height: 3em;
}

.ny_pro_top_r h4 {
	width: 100%;
	border-top: 1px dotted #dcdcdc;
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
	padding: 15px 0;
	display: block;
	text-align: justify;
}

.ny_pro_b {
	width: 100%;
	margin-top: 30px;
}

.ny_pro_b h4 {
	width: 96%;
	padding: 1.2% 2%;
	background-color: #fff;
	box-shadow: 0px 2px 10px #b3b3b3;
	line-height: 36px;
	margin-bottom: 30px;
}

.ny_pro_b h4 span {
	width: auto;
	font-size: 20px;
	font-weight: bold;
	color: #0cb46a
}

.ny_pro_b_nr {
	height: auto;
	padding-bottom: 2em;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}

.ny_pro_b_nr p {
	line-height: 28px!important;
}

.xyp {
	border-top: 1px dotted #CCCCCC;
	padding: 2em 0 1em 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xyp a {
	color: #626262;
}

.xyp a:hover {
	color: #0cb46a;
}

.relate_news {
	overflow: hidden;
	margin-top: 20px;
}
.relate_news li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #ddd;	
}
.relate_news li a {
	width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.relate_news li span {
	float: right;
    width: 25%;
    text-align: right;
}
.re_tit {
	font-size: 18px;
	padding-bottom: 10px;
	color: #0cb46a;
}

.relate_pro {
	overflow: hidden;
	margin-top: 20px;
}
.relate_pro li {
	margin: 20px 8px;
}

@media (max-width:640px) {	
	.ny_pro_b h4 span {
		font-size: 16px;
	}
	
	.ny_pro_top_l {
		width: 100%;
		float: none;
	}

	.ny_pro_top_r {
		width: 98%;
		padding: 1%;
		float: none
	}
	
	.relate_pro li {
		margin: 10px 5px;
	} 
}

.ny_honor_b {
	width: 100%;
	margin-top: 3em;
	height: auto;
	overflow: hidden
}

.ny_honor_b img {
	width: 50%;
	float: left;
	padding: 1em
}

@media (max-width:640px) {
	.ny_pro_b img {
		width: 100%;
		height: auto
	}

	.ny_honor_b img {
		width: 100%;
		height: auto
	}
}

.ny_news_ny {
	width: 100%;
	padding: 20px 0;
}

.ny_news_list {
	width: 536px;
	float: left;
	padding: 15px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 2px 10px #b3b3b3;
	margin: 12px
}

.n_news_l {
	width: 35%;
	float: left
}

.n_news_l .img {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.n_news_l .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}

.n_news_r {
	width: 62%;
	float: right;
}

.n_news_r h3 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.n_news_r span {
	padding-top: 5px;
	display: block;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #787878
}

.n_news_r p {
	padding-top: 5px;
	color: #626262;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ny_news_bt {
	width: 96%;
	padding: 2%;
	background-color: #fff;
	box-shadow: 0px 2px 10px #b3b3b3;
	text-align: center
}

.ny_news_bt h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #222;
	padding-bottom: .5em
}

.ny_news_bt p {
	font-size: 1.1em;
	color: #626262
}

.ny_news_nr {
	padding: 2em 0;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}

.news_next {
	border-top: 1px dotted #ccc;
	padding: 2em 0 1em 0;
}

.ny_video_list {
	width: 25%;
	float: left;
	padding: 1em
}

.ny_video_list a img {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ny_video_list p {
	width: 100%;
	text-align: center;
	padding-top: .6em
}

.ny_video_list p a {
	font-size: 1.2em;
	line-height: 2em
}

@media (max-width:1199px) {
	.ny_news_list {
		width: 44%;
		padding: 1.5%;
		margin: 1.5%
	}

	.n_news_r p {
		padding-top: 10px;
	}

	.ny_news_ny {
		padding: 20px 0;
	}

	.ny_video_list {
		width: 50%;
		padding: .5em;
	}
}

@media (max-width:991px) {
	.n_news_l {
		width: 40%;
		float: left
	}

	.n_news_r {
		width: 57%;
		float: right;
	}

	.n_news_r span {
		padding-top: 0;
	}
}

@media (max-width:768px) {
	.n_news_l {
		width: 100%;
		float: none
	}

	.n_news_r {
		width: 100%;
		float: none;
	}
	
	.ny_news_ny {
		padding: 0;
	}
	
	.ny_news_bt h1 {
		font-size: 14px;
	}	
}

@media (max-width:480px) {
	.ny_news_list {
		width: 92%;
		float: none;
		padding: 4%;
		margin: 0 0 25px 0
	}

	.n_news_r h3 {
		margin-top: 15px
	}

	.n_news_r span {
		padding-top: 5px;
	}
}

.content {
	max-height: 20px;
	padding: 50px 20px 0;
	border-color: transparent;
	border-width: 2px;
	border-style: solid;
	border-radius: 0.5em;
	position: relative;
}

.content:before, .content:after {
	content: "";
	width: 0;
	height: 0;
	border: solid transparent;
	position: absolute;
	pointer-events: none;
	right: 100%;
}

.content:before {
	border-right-color: inherit;
	border-width: 20px;
	top: 50%;
	margin-top: -20px;
}

.content p {
	max-height: 0;
	color: transparent;
	text-align: justify;
	word-break: break-word;
	hyphens: auto;
	overflow: hidden;
}

.map img {
	max-width: none!important;
}

@media screen and (max-width: 767px) {
	.content {
		padding-top: 45px;
		border-color: #eee9dc;
	}

	.content:before, .content:after {
		border: solid transparent;
		bottom: 100%;
	}

	.content:before {
		border-bottom-color: inherit;
		border-width: 17px;
		top: -16px;
		left: 50px;
		margin-left: -17px;
	}
	.content p {
		font-size: 0.9em;
		line-height: 1.4;
	}
}

/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}

.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}

.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}

.sitemap dd {
	float: left;
	width: 76%;
}

.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}

.sitemap dd a:hover {
	color: #333;
}

@media screen and (max-width:640px) {
	.sitemap {
		padding: 5px 0;
	}

	.sitemap dt {
		width: 22%;
	}

	.sitemap dt a {
		font-size: 12px;
	}

	.sitemap dd a {
		font-size: 12px;
		padding-right: 3%;
		line-height: 23px;
	}
}

.tags {
	overflow: hidden;
	margin-bottom: 20px;
}

.tags span {
	float: left;
	display: block;
	line-height: 40px;
}

.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}

.tags a:hover {
	background: #222;
	border-color: #222;
	color: #fff;
}

#demo1p {
    height: 380px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
	padding-top: 30px;
}
#indemo1p {
    float: left;
    width: 800%;
}
#demo1p1 {
    float: left;
}
.top_14 {
    display:inline;    
}
.top_14 li {    
    float: left;
    height: 380px;
    margin: 0px 15px;
    overflow: hidden;
    text-align: center;
    width: 250px;
}
.top_14 a {
    color: #000;
}
#demo1p2 {
    float: left;
}
