@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-size: 16px;
	color: #202020;
	background-color: #fff;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #202020;
	cursor: pointer;
}

input[type="text"],
textarea {
	cursor: text;
	outline: none;
}

button {
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #22b14c;
}

ul,li {
	list-style-type: none;
}

h1,h2,h3 {
	font-weight: normal;
}

html {
	-webkit-text-size-adjust： none;
} /* 禁用iPhone中Safari的字号自动调整 */

/*清楚浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
   /* 触发 hasLayout */
	zoom: 1;
}

a,
button,
input[type=submit],
.nav-right>li>a:after,
.nav-2-1-left img,
.nav-2,
.in-column-1 li a div,
.in-column-2 .slideTxtBox .hd ul li i img,
.child-nav-2 li a span,
.child-new-lis-ul-2 li span img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.in-limit-1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in-public {
	margin-left: auto;
	margin-right: auto;
}

.all {
	overflow: hidden;
}

.top {
	background-color: #333333;
	border-bottom: 5px solid #e60012;
}

.top-left {
	display: block;
	background-image: url(../img/a01.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
}

.top-right-1 {
	border: 1px solid rgba(255,255,255,.15); background-color: rgba(255,255,255,.15);
}

.top-right-1 input {
	display: block;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
}

.top-right-1 input::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 16px;
	color: #fff;
}

.top-right-1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
	color: #fff;
}

.top-right-1 input:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 16px;
	color: #fff;
}   

.top-right-1 button {
	border: none;
	display: block;
	background-image: url(../img/a02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.top-right-1:hover button {
	background-image: url(../img/a02-1.png);
}

.top-right-2:hover i {
	background-image: url(../img/a03-1.png);
}

.top-right-3:hover i {
	background-image: url(../img/a04-1.png);
}

.top-right-3 {
	position: relative;
}

.top-right-3:hover div {
	display: block;
}

.top-right-3 div {
	z-index: 2;
	background-color: #e6e6e6;
	display: none;
}

.top-right-3 div:after {
	content: "";
	width: 17px;
	height: 6px;
	background-image: url(../img/a05.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -8.5px;
	top: -6px;
}

.top-right-3 div span {
	display: block;
	margin: 5px;
}

.top-right-3 div span img {
	display: block;
	width: 100%;
	height: auto;
}

.top-right-2 a,
.top-right-3 a {
	display: block;
}

.top-right-2 a span,
.top-right-3 a span {
	display: block;
	color: #fff;
}

.top-right-2 a:hover span,
.top-right-3 a:hover span {
	color: #22b14c;
}

.top-right-2 a i,
.top-right-3 a i {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.top-right-2 a i {
	background-image: url(../img/a03.png);
}

.top-right-3 a i {
	background-image: url(../img/a04.png);
}

.nav {
}

a.logo {
	display: block;
	float: left;
	background-image: url(../img/logo-1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.nav {
	position: relative;
}

.nav-right {
	float: right;
}

.nav-right>li {
	float: left;
}

.nav-right>li:hover>a {
	background-image: url(../img/a06.png);
	background-position: center bottom;
}

.nav-right>li>a {
	display: block;
	position: relative;
	background-repeat: no-repeat;
}

.nav-right>li>a:after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #22b14c;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.nav-right>li:hover>a:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #22b14c;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nav-right>li:hover>a {
	color: #22b14c;
}

.nav-2 {
	position: absolute;
	width: 100%;
	height: 0px;
	overflow: hidden;
	left: 0%;
	background-color: rgba(255,255,255,.96);
	z-index: 9;
}

.nav-2 .in-public {
	overflow: hidden;
}

.nav-2-1-left a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nav-2-1-left img {
	display: block;
}

.nav-2-1:hover .nav-2-1-left img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
 /*Safari 和 Chrome*/
	-moz-transform: scale(1.2);
 /*Firefox*/
	-ms-transform: scale(1.2);
 /*IE9*/
	-o-transform: scale(1.2);
 /*Opera*/
}

.nav-2-1-right li a {
	display: block;
}

.nav-2-1-right li a:hover {
	color: #22b14c;
}

/*index-slide*/

.slideBox-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.slideBox-1 .hd {
	position: absolute;
	height: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.slideBox-1 .hd ul {
	
}

.slideBox-1 .hd ul li {
	float: left;
	border: 1px solid #fff;
	cursor: pointer;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
 	/* IE 9 */
	-moz-transform: rotate(45deg);
 	/* Firefox */
	-webkit-transform: rotate(45deg);
 /* Safari 和 Chrome */
	-o-transform: rotate(45deg);
 	/* Opera */
}

.slideBox-1 .hd ul li.on {
	background-color: #fff;
}

.slideBox-1 .bd {
	position: relative;
	z-index: 0;
	height: 100%;
}

.slideBox-1 .bd li {
	vertical-align: middle;
	zoom: 1;
}

.slideBox-1 .bd img {
	display: block;
	width: 100%;
	height: auto;
}

.slideBox-1 .next,
.slideBox-1 .prev {
	position: absolute;
	top: 50%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.slideBox-1 .prev {
	background-image: url(../img/left.png);
}

.slideBox-1 .next {
	background-image: url(../img/right.png);
}

.slideBox-1 .next:hover,
.slideBox-1 .prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*index-slide-end*/

.in-title-1 {
	text-align: center;
	display: block;
	font-family: arial;
}

.in-column-1 {
	background-color: #fcfcfc;
}

.in-column-1 li {
	background-position: center center; background-repeat: no-repeat; background-size: cover;
}

.in-column-1 li:hover {
	background-image: url(../img/li-bag-1.png);
}

.in-column-1 li a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	overflow: hidden;
}

.slide-1 a,
.slide-1 div {
	background-image: url(../img/x-a01.png);
}

.slide-2 a,
.slide-2 div {
	background-image: url(../img/x-a02.png);
}

.slide-3 a,
.slide-3 div {
	background-image: url(../img/x-a03.png);
}

.slide-4 a,
.slide-4 div {
	background-image: url(../img/x-a04.png);
}

.slide-5 a,
.slide-5 div {
	background-image: url(../img/x-a05.png);
}


.in-column-1 li a i {
	display: block;
}

.in-column-1 li a i img {
	display: block;
	width: 100%;
	height: auto;
}

.in-column-1 li a span {
	display: block;
	text-align: center;
}

.in-column-1 li a div {
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.in-column-1 li a:hover div {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
 /* Safari and Chrome */
}

.in-column-1 li a div h2 {
	width: 100%;
}

.in-column-1 li a div p {
	display: block;
	margin: 0 auto;
	text-align: justify;
}

/* 本例子css */

.in-column-2 .slideTxtBox {
	width: 100%;
}

.slideTxtBox-2 {
	overflow: hidden;
	position: relative;
}

.in-column-2 .slideTxtBox .hd {
	height: auto;
	margin: 0 auto;
}

.in-column-2 .slideTxtBox .hd ul {
}

.in-column-2 .slideTxtBox .hd ul li {
	float: left;
	height: auto;
	cursor: pointer;
}

.in-column-2 .slideTxtBox .hd ul li span {
	display: block;
	text-align: center;
}

.in-column-2 .slideTxtBox .hd ul li i {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.in-column-2 .slideTxtBox .hd ul li:hover i img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
 /*Safari 和 Chrome*/
	-moz-transform: scale(1.2);
 /*Firefox*/
	-ms-transform: scale(1.2);
 /*IE9*/
	-o-transform: scale(1.2);
 /*Opera*/
}

.in-column-2 .slideTxtBox .hd ul li i img {
	display: block;
	margin: 0 auto;
}

.in-column-2 .slideTxtBox .hd ul li.on {
}

.in-column-2 .slideTxtBox .hd ul li.on span {
	color: #22b14c;
}

.in-column-2 .slideTxtBox .bd {
	background-image: url(../img/a05.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.in-column-2 .slideTxtBox .bd .in-bd-1 {
	zoom: 1;
	background-image: url(../img/a09.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.in-column-2 .slideTxtBox .bd .in-bd-1 span {
	display: block;
	overflow: hidden;
}

.in-column-2 .slideTxtBox .bd .in-bd-1 span img {
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.in-column-2 .slideTxtBox .arrow {
}

.in-column-2 .slideTxtBox .arrow a {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
}

.in-column-2 .slideTxtBox .arrow a.next {
	background-image: url(../img/a10-1.png);
}

.in-column-2 .slideTxtBox .arrow a.prev {
	background-image: url(../img/a10-2.png);
}

/*slide-end*/

.in-column-3 {
	width: 100%;
}

.slideBox-3 {
	width: 100%;
}

.in-column-3 .bd li img {
	width: 100%;
	height: auto;
	display: block;
}

.in-column-3 .bd ul,
.in-column-3 .bd ul li {
	width: 100% !important;
	height: auto !important;
}

.in-column-3 .bd li a {
	display: block;
	position: relative;
}

.in-column-3 .bd li div.in-public .slideBox-3-1 {
	overflow: hidden;
}

.in-column-3 .bd li div.in-public .slideBox-3-1 div {
}

.slideBox-3-1 h2 {
	display: block;
}

.slideBox-3-1 h2 i {
	display: block;
	background-color: #fff;
}

.slideBox-3-1 h2 strong {
	font-weight: normal;
	color: #fff;
	display: block;
	font-family: arial;
}

.slideBox-3-1 h2 span {
	font-weight: normal;
	color: #fff;
	display: block;
	font-family: arial;
}

.slideBox-3-1 p {
	display: block;
	text-align: justify;
}

.slideBox-3 .hd {
	overflow: hidden;
}

.slideBox-3 .hd .pageState {
	display: block;
}

.slideBox-3 .hd .pageState span {
	font-size: 30px;
}

.slideBox-3 .hd a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.slideBox-3 .hd a.next {
	background-image: url(../img/a11-3.png);
}

.slideBox-3 .hd a.next:hover {
	background-image: url(../img/a11-4.png);
}

.slideBox-3 .hd a.prev {
	background-image: url(../img/a11-1.png);
}

.slideBox-3 .hd a.prev:hover {
	background-image: url(../img/a11-2.png);
}

.in-bd-2-left {
	display: block;
}

.in-bd-2-left:hover h2 {
	color: #22b14c;
}

.in-bd-2-1 {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.in-bd-2-1 img {
	display: block;
}

.in-bd-2-2 {
	width: 100%;
	background-color: #fafafa;
	position: relative;
}

.in-bd-2-2-1 {
	z-index: 2;
	background-color: #fff;
}

.in-bd-2-2-1 div {
	
}

.in-bd-2-2-1 div h2,
.in-bd-2-right-2 h2 {
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
}

.in-bd-2-2-1 div h2 span,
.in-bd-2-right-2 span {
	display: block;
}

.in-bd-2-2-1 div p {
	display: block;
	color: #787878;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.in-bd-2-2-1 div i,
.in-bd-2-right-2 i {
	display: block;
	color: #787878;
	font-style: normal;
}

.in-bd-2-right {
	display: block;
}

.in-bd-2-right li {
}

.in-bd-2-right li a {
	display: block;
	width: 100%;
	background-color: #fafafa;
	overflow: hidden;
}

.in-bd-2-right-1 {
	background-color: #787878;
	display: block;
	position: relative;
	z-index: 2;
}

.in-bd-2-right-1 i {
	display: block;
	text-align: center;
	color: #fff;
	font-style: normal;
}

.in-bd-2-right-1 strong {
	text-align: center;
	font-weight: normal;
	display: block;
	color: #fff;
}

.in-bd-2-right-2 {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 5px #f3f3f3;
	-moz-box-shadow: 0px 0px 5px 5px  #f3f3f3;
	box-shadow: 0px 0px 5px 5px  #f3f3f3;
}

.in-bd-2-right-2 h2 {
}

.in-bd-2-right-2 p {
	display: block;
	color: #787878;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.in-bd-2-right-2 i {
	display: block;
	margin: 0 auto;
}

.in-bd-2-right li a:hover .in-bd-2-right-1 {
	background-color: #22b14c;
}

.in-bd-2-right li a:hover .in-bd-2-right-2 h2 span {
	color: #22b14c;
}

.slideTxtBox-3 .hd {
}

.slideTxtBox-3 .hd ul {
	display: block;
	margin: 0 auto;
}

.slideTxtBox-3 .hd ul li {
	
}

.slideTxtBox-3 .hd ul li.on span {
	color: #22b14c;
}

.slideTxtBox-3 .hd ul li span {
	display: block;
	text-align: center;
	cursor: pointer;
}

.slideTxtBox-3 .hd ul li.active-1 {
	position: relative;
}

.slideTxtBox-3 .hd ul li.active-1:after {
	right: 0;
}

.slideTxtBox-3 .hd ul li.active-1 span {
}

.slideTxtBox-3 .hd ul li.active-1:after,
.slideTxtBox-3 .hd ul li.active-1:before {
	content: "/";
	position: absolute;
	top: 0;
}

.slideTxtBox-3 .hd ul li.active-1:before {
	left: 0;
}

.in-more-1 {
	display: block;
	text-align: center;
	border: 1px solid #e6e6e6;
}

.in-more-1:hover {
	background-color: #22b14c;
	color: #fff;
}

.in-column-5 {
	width: 100%;
	background-image: url(../img/a09.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.in-column-5-left span {
	display: block;
}

.in-column-5-left span a {
	display: block;
}

.in-column-5-left span a i {
	display: block;
}

.in-column-5-left span a i img {
	display: block;
}

.in-column-5-left span a strong {
	font-weight: normal;
	color: #fff;
	display: block;
	text-align: center;
}

.in-column-5-left h2 {
	color: #fff;
	display: block;
	text-align: center;
	font-family: arial;
	letter-spacing: 2px;
}

.in-column-5-right {
}

.in-column-5-right h2 {
	display: table;
	margin: 0 auto;
}

.in-column-5-right h2 i {
	display: block;
	height: 1px;
	background-color: rgba(255,255,255,.8);
	float: left;
}

.in-column-5-right h2 span {
	display: block;
	float: left;
	color: #fff;
}

.in-column-5-right strong {
	display: block;
	color: #fff;
	font-weight: normal;
	background-image: url(../img/a12.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.in-column-5-right a {
	color: #22b14c;
	display: block;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}

.in-column-5-right a:hover {
	border-radius: 3px; color: #000;
}

.in-column-6-1-left {
}

.in-column-6-1-left img {
	display: block;
}

.in-column-6-1-right {
	background-color: #FAFAFA;
	position: relative;
}

.in-column-6-1-right i {
	display: block;
}

.in-column-6-1-right div {
}

.in-column-6-1-right div h2 {
	display: block;
	font-family: arial;
}

.in-column-6-1-right div p {
	display: block;
	text-align: justify;
}

.in-column-6-1-right div a {
	text-align: center;
	display: block;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.in-column-6-1-right div a:hover {
	background-color: #22b14c;
	border-color: #22b14c;
	color: #fff;
}

.link {
	margin-bottom: 10px;
}

.link span,
.link a {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	float: left;
}

.link a {
	margin-right: 5px;
}

.in-footer {
	background-color: #333;
}

.in-footer-1 {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.in-footer-1-1 {
}

.in-footer-1-1 h2 {
}

.in-footer-1-1 h2 a {
	display: block;
	color: #fff;
}

.in-footer-1-1 span a {
	display: block;
	color: rgba(255,255,255,.5);
}

.in-footer-1-1 span a:hover {
	color: rgba(255,255,255,1);
}

.in-footer-1-2 {
}

.in-footer-1-2 span,
.in-footer-1-2 span img {
	display: block;
	width: 100%;
	height: auto;
}

.in-footer-1-2 span {
}

.in-footer-1-2 strong {
	color: rgba(255,255,255,.5);
	font-weight: normal;
	text-align: center;
	display: block;
}

.in-footer-2 {
}

.in-footer-2-left {
}

.in-footer-2-left p {
	display: block;
	color: rgba(255,255,255,.5);
}

.in-footer-2-right {
}

.in-footer-2-right p {
	display: block;
	color: rgba(255,255,255,.5);
}

.in-footer-2-right p a {
	color: rgba(255,255,255,.5);
}

/*在线客服*/

#kf-z {
	position: fixed;
	width: 50px;
	height: 205px;
	right: 5px;
	top: 50%;
	z-index: 6666;
	margin-top: -102.5px;
}

.kf {
	position: relative;
}

.side {
	width: 50px;
	height: auto;
	z-index: 100;
	border-bottom: none;
}

.side ul {
}

.side ul li {
	position: relative;
}

.side ul li:hover {
	background-color: #22b14c;
}

.border-1 {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.kf-q {
	width: 50px;
	height: 50px;
}

.kf-q:hover {
	background-color: #22b14c;
}

.kf-q a {
	display: block;
	width: 100%;
	height: 50px;
	color: #b3b3b3;
	line-height: 50px;
	font-size: 28px;
	background-color: #333333;
}

.kf-1 {
	width: 48px;
	height: 48px;
	background-color: #333;
}

.kf-2 {
	width: 48px;
	height: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
}

.side-1 {
}

.side ul li .sidebox {
	position: absolute;
	border: 1px solid #d2d2d2;
	background-color: #333;
	width: 48px;
	height: 48px;
	top: 0;
	right: 0px;
	transition: all 0.3s;
	overflow: hidden;
}

.er_4:hover {
}

.side ul li .sidetop {
	display: block;
	transition: all 0.3s;
}

.side ul li .sidebox:hover {
	background-color: #22b14c;
}

.side ul li .sidebox:hover .tp_2 {
	color: #fff;
}

.side ul li img {
}

.er_4:hover .er_3 {
	display: block;
	left: -140px;
}

.er_3 {
	position: absolute;
	top: -37px;
	left: 280px;
	width: 133px;
	height: 130px;
	overflow: hidden;
	z-index: -1;
	ransition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.er_3:after {
	content: "";
	display: block;
	right: 0;
	top: 50%;
	width: 10px;
	height: 20px;
	background-image: url(../img/a15.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -12px;
	position: absolute;
}

.er_3>div {
	width: 123px;
	position: relative;
	margin: 2.5px 10px 2.5px 0;
	height: 123px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

.er_3>div span {
	display: block;
	width: 9px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -9px;
	background-image: url(../img/b01.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.er_3 img {
	width: 103px;
	height: 103px;
	margin: 10px;
	display: block;
}

.tp_1 {
	width: 48px;
	height: 48px;
	float: right;
}

.bj01 {
	font-size: 28px !important;
	color: #b3b3b3;
	line-height: 48px !important;
	text-align: center;
	background-image: url(../img/k01.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj02 {
	background-image: url(../img/k02.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj03 {
	font-size: 28px !important;
	color: #b3b3b3;
	line-height: 48px !important;
	text-align: center;
	background-image: url(../img/k03.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj04 {
	background-image: url(../img/k04.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj04:hover {
	background-color: #22b14c;
}

.tp_2 {
	font-size: 18px;
	float: right;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #202020;
	width: 130px;
}
	
/*在线客服结束*/

.child-banner-1 {
	position: relative;
}

.child-banner-1 img {
	display: block;
	width: 100%;
	height: auto;
}

.child-title-1 {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.child-title-1 strong {
	display: block;
	color: #fff;
	font-weight: normal;
}

.child-title-1 span {
	display: block;
	color: #fff;
	text-align: center;
}

.child-nav-1 {
	position: relative;
}

.child-nav-2 {
	width: 100%;
	z-index: 2;
}

.child-nav-2 ul {
}

.child-nav-2 li {
}

.child-nav-2 li a {
	display: block;
}

.child-nav-2 li a span {
	display: block;
	color: #fff;
}

.child-title-2 {
}

.child-title-2 span {
}

.child-title-2 span,
.child-title-2 a,
.child-title-2 i {
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 16px;
}

.child-title-2 i {
	font-style: normal;
	margin: 0 5px;
}

.slideBox-4 {
	
}

.slideBox-4 .hd {
	display: table; margin: 40px auto 0;
}

.slideBox-4 .hd ul {
	display: table;
	margin: 0 auto;
}

.slideBox-4 .hd ul li {
	width: 10px;
	height: 10px;
	border-radius: 90%;
	background-color: #cccccc;
	margin: 0 7.5px;
	float: left;
	text-indent: 999px;
}

.slideBox-4 .hd ul li.on {
	background-color: #22b14c;
}


.slideBox-4 .picScroll-left {
	width:100%;
	overflow: hidden;
	position: relative;
}

.slideBox-4 .picScroll-left .prev,
.slideBox-4 .picScroll-left .next {
	display: block;
	width: 50px;
	height: 90px;
	overflow: hidden;
	cursor: pointer;
	position: absolute; top: 50%; margin-top: -45px;
	background-color: #e6e6e6; z-index: 3;
	background-repeat: no-repeat; background-position: center center;background-size: 13px 25px;
	display: none;
}

.slideBox-4:hover .picScroll-left .prev,
.slideBox-4:hover .picScroll-left .next {
	display: block;
}

.slideBox-4 .picScroll-left .prev {
	left: 0; 
	background-image: url(../img/a10-1.png);
}

.slideBox-4 .picScroll-left .next {
	right: 0;
	background-image: url(../img/a10-2.png);
}

.slideBox-4 .picScroll-left .bd {
	
}

.slideBox-4 .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.slideBox-4 .picScroll-left .bd ul li {
	margin: 0 34px 0 0;
	float: left;
	overflow: hidden;
	text-align: center;
}

.slideBox-4 .picScroll-left .bd ul li img {
	display: block; width: 583px; height: auto;
}

.child-text-1-right {
	height: auto;
}

.child-text-1-right table,
.child-text-1-right table tbody {
	width:100%; display: block;
}

.child-text-1-right table {
	border-left: 1px solid #d2d2d2; border-top:1px solid #d2d2d2 ;  box-sizing: border-box;
}
	
.child-text-1-right table tr {
	display: -webkit-flex;
    display: flex;
}
	
.child-text-1-right table tr:hover {
	background-color: rgba(242,242,242,.5);
}

.child-text-1-right table tr.child-text-1-right-1:hover {
	
}
	
.child-text-1-right table tr:hover .child-text-1-right-1-1 p {
	
}

.child-text-1-right table .child-text-1-right-1:hover .child-text-1-right-1-1 p {
	
}
	
.child-text-1-right table td {
	padding: 8.5px 0; overflow: hidden;
	word-wrap:break-word;
	-webkit-flex: 1;
    flex: 1;	
    box-sizing: border-box;
    border-right: 1px solid #d2d2d2; border-bottom:1px solid #d2d2d2 ;	
}
	
.child-text-1-right table td p {
	width: 95%; margin: 0 auto; display: block;
	word-wrap:break-word; color: #666; font-size: 16px;
}
	
.child-text-1-right table td[colspan] {
	text-align: left;
}
	
.child-text-1-right .child-text-1-right-1 table td {
	padding: 0;
}

.child-text-1-right table td {
	font-size: 14px; text-align: center;
}

.child-text-1-right-1 {
	background-color: #fafafa;
}

.child-text-1-right-1 td p {
	 color: #000 !important;
}

.child-text-1-right h2 {
}

.child-text-1-right h2 strong {
	font-weight: normal;
	display: block;
	width: 100%;
}

.child-text-1-right h2 span {
	color: #787878;
	display: block;
	width: 100%;
}

.child-text-1-right ul {
}

.child-text-1-right ul li {
	border-top: 1px dashed #e6e6e6;
	border-bottom: 1px dashed #e6e6e6;
}

.child-text-1-right ul li strong {
	display: block;
	font-weight: normal;
	color: #787878;
}

.child-text-1-right ul li span {
	display: block;
}

.child-text-1-right a {
	background-color: #22b14c;
	color: #fff;
	text-align: center;
	display: block;
	border: 1px solid #22b14c;
	border-radius: 5px;
}

.child-text-1-right a:hover {
	background-color: #fff;
	color: #22b14c;
}

.child-title-3 {
	border-bottom: 1px solid #cccccc;
}

.child-title-3 span {
	display: block;
	float: left;
	background-color: #fff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 2px solid #22b14c;
}

.child-title-3 span strong {
	display: block;
	font-weight: normal;
}

.child-text-2 {
	text-align: justify;
	color: #666;
}

.child-text-2 img,
.child-text-2 iframe,
.child-text-2 video,
.child-text-2 table {
	max-width: 100%;
	height: auto;
}

.child-text-2 img {
	height: auto !important;
}

.child-text-2 iframe,
.child-text-2 video,
.child-text-2 table {
	display: block;
}

.child-text-4 {
	
}

.child-title-5 {
	
}

.child-title-5 strong {
	display: block;  text-align: center; font-weight: normal; 
}

.child-title-5 span {
	display: block; width: 100%; height: 1px; background-color: #f0f0f0; position: relative; 
}

.child-title-5 span i {
	display: block;  background-color: #dbdbdb; position: absolute; left: 50%; bottom: 0; z-index: 2;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.child-title-5 p {
	display: block; width: 100%; color: #787878; text-align: center; 
}

.child-text-4-1 {
	
}

.child-text-4-1-left {
	
}

.child-text-4-1-left .swiper-button-prev, 
.child-text-4-1-left .swiper-button-next,
.child-text-4-4 .swiper-button-prev, 
.child-text-4-4 .swiper-button-next {
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-color: #e6e6e6;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 25px;
	
	display: none;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	display: block;
}

.child-text-4-1-left .swiper-button-prev,
.child-text-4-4 .swiper-button-prev {
	left: 0; background-image: url(/img/a10-1.png);
}

.child-text-4-1-left .swiper-button-prev:hover,
.child-text-4-4 .swiper-button-prev:hover {
 	background-image: url(/img/a10-1-left.png);
 }

.child-text-4-1-left .swiper-button-next,
.child-text-4-4 .swiper-button-next {
	right: 0; background-image: url(/img/a10-2.png);
}

.child-text-4-1-left .swiper-button-next:hover,
.child-text-4-4 .swiper-button-next:hover {
	background-image: url(/img/a10-2-right.png);
}

.child-text-4-1-left .swiper-button-prev:hover, 
.child-text-4-1-left .swiper-button-next:hover,
.child-text-4-4 .swiper-button-prev:hover, 
.child-text-4-4 .swiper-button-next:hover {
	background-color: #22b14c;
}

.child-text-4-1-left .swiper-slide img {
	width: 100%; height: auto; display: block;
}

.child-text-4-1-left span.swiper-pagination-bullet {
	background-color: #fff; opacity:1; width: 10px; height: 10px;
}

.child-text-4-1-left span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 27px;
    height: 10px;
    background-color: #22b14c;
    border-radius: 30px;
}

.child-text-4-1-right {
	
}

.child-text-4-1-right div {
	line-height: 30px; font-size: 16px; color: #787878; text-align: justify;
}

.child-text-4-2 {
	background-image: url(../img/a21.jpg); background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; 
}

.child-text-4-2 .in-public {
	position: relative;
}

.child-text-4-2 .swiper-button-white {
	 z-index: 3; background-size: auto;
}

.child-text-4-2 .swiper-button-next {
	 background-image: url(../img/a19-top.png) !important;
}

.child-text-4-2 .swiper-button-prev {
	 background-image: url(../img/a19-bottom.png) !important;
}

.child-text-4-2 .child-title-5 strong {
	color: #fff;
}

.child-text-4-2 .child-title-5 span,
.child-text-4-2 .child-title-5 span i {
	background-color: rgba(255,255,255,.5);
}

.child-text-4-2 .child-title-5 p {
	color: rgba(255,255,255,.5);
}

.child-text-4-2 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.child-text-4-2 .gallery-thumbs {
	box-sizing: border-box;
	position: relative;
}

.child-text-4-2 .gallery-thumbs .swiper-wrapper {
	
}

.child-text-4-2 .in-public:before {
	content: "";
	background-color: rgba(255,255,255,.5); z-index: 1; display: block;
}

.child-text-4-2 .gallery-thumbs .swiper-slide:after {
	position: absolute; 
	content: ""; 
	display: none; 
	background-color: rgba(255,255,255,.5); z-index: 2; border-radius: 90%;
}

.child-text-4-2 .gallery-thumbs .swiper-slide:before {
	position: absolute; 
	content: ""; 
	display: none; 
	background-color: rgba(255,255,255,1); 
	z-index: 3; 
	border-radius: 90%;
}

.child-text-4-2 .gallery-thumbs span {
	display: block; color: #fff; width: 100%; text-align: center; font-family: arial;
	
}

.child-text-4-2 .gallery-top {

}

.child-text-4-2 .gallery-top ul li {
	display: -webkit-flex;
    display: flex;
}

.child-text-4-2 .gallery-top ul li strong {
	-webkit-flex: 1;
    flex: 1;
    color: #fff; 
}

.child-text-4-2 .gallery-top ul li p {
	-webkit-flex: 2;
    flex: 2;
    color: #fff; 
}

.child-text-4-2 .gallery-thumbs .swiper-slide-thumb-active {
	
}

.child-text-4-2 .gallery-thumbs .swiper-slide-thumb-active:after,
.child-text-4-2 .gallery-thumbs .swiper-slide-thumb-active:before {
	display: block;
}

.child-text-4-3 {
	
}

.child-text-4-3-left {
	height: auto;
}

.child-text-4-3-left-1 {
	color: #787878; text-align: justify;
}

.child-text-4-3-left-2 {
	
}

.child-text-4-3-left-2 span img {
	display: block;
 	animation:myfirst infinite 5s;
	-moz-animation:myfirst infinite  5s; /* Firefox */
	-webkit-animation:myfirst infinite 5s; /* Safari and Chrome */
	-o-animation:myfirst infinite 5s; /* Opera */
 }

@keyframes myfirst
{
	0%   {
		transform:rotate(360deg);
		-moz-transform:rotate(360deg); /* Firefox 4 */
		-webkit-transform:rotate(360deg); /* Safari and Chrome */
		-o-transform:rotate(360deg); /* Opera */
	}
	25%  {
		transform:rotate(0deg);
		-moz-transform:rotate(0deg); /* Firefox 4 */
		-webkit-transform:rotate(0deg); /* Safari and Chrome */
		-o-transform:rotate(0deg); /* Opera */
	}
	50%  {
		transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(0deg);
	}
}

@-moz-keyframes myfirst /* Firefox */
{
	0%   {
		transform:rotate(360deg);
		-moz-transform:rotate(360deg); /* Firefox 4 */
		-webkit-transform:rotate(360deg); /* Safari and Chrome */
		-o-transform:rotate(360deg); /* Opera */
	}
	25%  {
		transform:rotate(0deg);
		-moz-transform:rotate(0deg); /* Firefox 4 */
		-webkit-transform:rotate(0deg); /* Safari and Chrome */
		-o-transform:rotate(0deg); /* Opera */
	}
	50%  {
		transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(0deg);
	}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {
		transform:rotate(360deg);
		-moz-transform:rotate(360deg); /* Firefox 4 */
		-webkit-transform:rotate(360deg); /* Safari and Chrome */
		-o-transform:rotate(360deg); /* Opera */
	}
	25%  {
		transform:rotate(0deg);
		-moz-transform:rotate(0deg); /* Firefox 4 */
		-webkit-transform:rotate(0deg); /* Safari and Chrome */
		-o-transform:rotate(0deg); /* Opera */
	}
	50%  {
		transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(0deg);
	}
}

@-o-keyframes myfirst /* Opera */
{
	0%   {
		transform:rotate(360deg);
		-moz-transform:rotate(360deg); /* Firefox 4 */
		-webkit-transform:rotate(360deg); /* Safari and Chrome */
		-o-transform:rotate(360deg); /* Opera */
	}
	25%  {
		transform:rotate(0deg);
		-moz-transform:rotate(0deg); /* Firefox 4 */
		-webkit-transform:rotate(0deg); /* Safari and Chrome */
		-o-transform:rotate(0deg); /* Opera */
	}
	50%  {
		transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);	/* Safari 和 Chrome */
		-moz-transform: rotateY(0deg);
	}
}

.child-text-4-3-right {
	height: auto; 
}

.child-text-4-3-right img {
	display: block; width: 100%; height: auto;
}

.child-text-4-4 {
	
}

.child-text-4-4-left {
	height: auto;
}

.child-text-4-4-left .swiper-container {
	
}

.child-text-4-4-left .swiper-container .swiper-pagination {
	
}

.child-text-4-4-left span.swiper-pagination-bullet-active {
 	width: 27px; height: 10px; background-color: #22b14c; border-radius: 30px;
 }

.child-text-4-4-left img {
	display: block; width: 100%; height: auto; border: 1px solid #f0f0f0;
}

.child-text-4-4-right {
	height: auto; 
}

.child-text-4-4-right div {
	overflow: hidden; 
}

.child-text-4-4-right h2 {
 	 color: #22b14c; display: block;
 }
 
.child-text-4-4-right p {
 	color: #787878; display: block;
 }
 
 /*核心优势*/
	
	.child-text-4-5 {
		
	}
	
	.child-text-4-5-1 {
		
	}
	
	.child-text-4-5-1-left {
		height: auto; 
	}
	
	.child-text-4-5-1-left h2 {
		display: block; color: #22b14c; 
	}
	
	.child-text-4-5-1-left div {
		color: #787878; text-align: justify; line-height: 30px;
	}
	
	.new-text-a1 {
		
	}
	
	.new-text-a1 p {
		display: -webkit-flex;
    	display: flex;
	}
	
	.new-text-a1 p span {
		-webkit-flex: 1;
    	flex: 1;
    	max-width: 50px; min-width: 50px;
	}
	
	.new-text-a1 p strong {
		font-weight: normal;
	}
	
	.child-text-4-5-1-right {
		height: auto;
	}
	
	.child-text-4-5-1-right img {
		width: 100%; height: auto; display: block;
	}
	
	.child-text-4-5-2 {
		background-image: url(/img/a25.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; 
	}
	
	.child-text-4-5-2-1 {
		height: auto; margin: 0 auto; position: relative;
	}
	
	.child-text-4-5-2 .swiper-slide img {
		display: block; width: 100%; height: auto; border: 1px solid #dbdbdb; box-sizing: border-box;
	}
	
	.child-text-4-5-4 .swiper-slide img {
		display: block; width: 100%; height: auto; 
	}
	
	.child-text-4-5-4 .swiper-pagination {
		left: 50%;
		margin-left: -50px;
		bottom: 0;
	}
	
	.child-text-4-5-4 .swiper-pagination span.swiper-pagination-bullet {
	 	 width: 10px; height: 10px; margin: 0 7.5px;
	 }
	
	.child-text-4-5-4 .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #22b14c;
	}
	
	.child-text-4-5-2 .swiper-slide {
	 	
	 }
	 
	.child-text-4-5-2-1 .swiper-button-next,
	.child-text-4-5-2-1 .swiper-button-prev {
		width: 50px; height: 50px; background-color: #ffffff; border-radius: 90%; top: 50%; margin-top: -25px; z-index: 3; opacity: 1; background-size: auto 50%;
	}
	
	.child-text-4-5-2-1 .swiper-button-next:focus,
	.child-text-4-5-2-1 .swiper-button-prev:focus {
		outline:none;
	}

	
	.child-text-4-5-4 .child-text-4-5-2-1 .swiper-button-next,
	.child-text-4-5-4 .child-text-4-5-2-1 .swiper-button-prev {
		background-color: #e6e6e6;
	}
	
	.child-text-4-5-2-1 .swiper-button-next:hover,
	.child-text-4-5-2-1 .swiper-button-prev:hover {
		background-color: #22b14c;
	}
	
	.child-text-4-5-2-1 .swiper-button-prev {
		background-image: url(/img/a10-1.png);
	}
	
	.child-text-4-5-2-1 .swiper-button-prev:hover {
		background-image: url(/img/a10-1-left.png);
	}
	
	.child-text-4-5-2-1 .swiper-button-next {
		background-image: url(/img/a10-2.png);
	}
	
	.child-text-4-5-2-1 .swiper-button-next:hover {
		background-image: url(/img/a10-2-right.png);
	}
	
	.child-text-4-5-3 li {
		height: auto; position: relative;
	}
	
	.child-text-4-5-3 li span,
	.child-text-4-5-3 li span img {
		display: block; width: 100%; height: auto;
	}
	
	.child-text-4-5-3 li h2 {
		display: block; width: 100%; text-align: center; color: #fff; background-color: #22b14c;
	}
	
	.child-text-4-5-3-1:after,
	.child-text-4-5-3-2:after,
	.child-text-4-5-3-3:after {
		content: ""; display: block; position: absolute; background-image: url(/img/a26-5.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: 3;
		
	}
	
	.child-text-4-6-1 ul {
		height: auto;
	}

	.child-text-4-6-1 ul li h2 {
	 	color: #22b14c; display: block; background-image: url(/img/a30.jpg); background-repeat: no-repeat; background-position: left 6px; 
	}
	
	.child-text-4-6-1 ul li p {
		font-size: 16px; color: #787878; display: block; text-align: justify; 
	}
	
	.child-text-4-7 {
		background-image: url(/img/a27-1.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; 
	}
	
	.child-text-4-8-1 {
		font-size: 16px; color: #787878; text-align: center; 
	}

	.child-text-4-9 .child-text-4-1-right h2 {
		color: #22b14c; font-size: 14px;
	}
	
	.child-text-4-9 .swiper-slide h2 {
		position: absolute; width: 100%; left: 0; bottom: 0; z-index: 2; background-color: #22b14c;
	}
	
	.child-text-4-9 .swiper-slide h2 span {
		color: #fff;
	}
	
	.child-text-4-9 .swiper-container .swiper-pagination {
		width: auto; left: auto;  background-color: #22b14c;
	}
	
	.child-text-4-9 .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
		background-color: #fff;
	}
	
	/*核心优势-end*/

.child-product-2 h2 {
	text-align: center;
}

.child-product-2 h2 strong {
	display: block;
	font-weight: normal;
}

.child-product-2 h2 span {
	display: block;
	font-weight: normal;
}

.child-product-2-1 span {
	display: block;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	position: relative;
}

.child-product-2-1 span strong {
	display: block;
	font-weight: normal;
}

.child-product-2-1 span input {
	display: block;
	border: none;
}

.child-product-2-1 span input[type="text"]::-webkit-input-placeholder {
	font-size: 16px;
	color: #b2b2b2;
}

.child-product-2-1 span input[type="text"]:-moz-placeholder {
	font-size: 16px;
	color: #b2b2b2;
}

.child-product-2-1 span input[type="text"]::-moz-placeholder {
	font-size: 16px;
	color: #b2b2b2;
}

.child-product-2-1 span input[type="text"]:-ms-input-placeholder {
	font-size: 16px;
	color: #b2b2b2;
}

.child-product-2-2 {
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.child-product-2-2 textarea {
	display: block;
	border: none;
}

.child-product-2-2 textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #202020;
}

.child-product-2-2 textarea:-moz-placeholder {
	font-size: 16px;
	color: #202020;
}

.child-product-2-2 textarea::-moz-placeholder {
	font-size: 16px;
	color: #202020;
}

.child-product-2-2 textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #202020;
}

.child-product-2-3 button {
	text-align: center;
	background-color: #22b14c;
	color: #fff;
	text-align: center;
	display: block;
	border: 1px solid #22b14c;
	border-radius: 5px;
	margin: 0 auto;
}

.child-product-2-3 button:hover {
	background-color: #fff;
	color: #22b14c;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,162,233,.2);
	-moz-box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
	box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
}

.child-new-list-1 {
}

.child-new-lis-ul-1 {
	border-top: 1px dashed #b5b5b5;
}

.child-new-lis-ul-1 li {
	border-bottom: 1px dashed #b5b5b5;
}

.child-new-lis-ul-1 li a {
	display: block;
}

.child-new-lis-ul-1 li a:hover .child-new-list-1-right h2 {
	color: #22b14c;
}

.child-new-lis-ul-1 li a:hover .child-new-list-1-right p {
	color: #000;
}

.child-new-list-1-left {
	display: block;
}

.child-new-list-1-left strong {
	display: block;
	font-weight: normal;
	color: #7c7c7c;
}

.child-new-list-1-left b {
	display: block;
	color: #7c7c7c;
	font-weight: normal;
}

.child-new-list-1-right {
	display: block;
}

.child-new-list-1-right h2 {
	display: block;
	width: 100%;
}

.child-new-list-1-right p {
	color: #787878;
	display: block;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.child-new-list-1-right b {
	width: 29px;
	height: 5px;
	display: block;
	background-image: url(../img/a14.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.fy {
	display: table;
	margin: 0px auto;
}

.fy span {
	display: block;
	float: left;
}

.BORDER {
	border: 1px solid #d4d4d4;
	color: #666;
	border-radius: 2px;
	cursor: pointer;
	display: block;
}

.BORDER, .disbled {
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.fy b,
.BORDER:hover {
	background-color: #22b14c;
	color: #FFF;
	border: 1px solid #22b14c;
}

.fy span .BORDER {
}

.child-text-3 {
}

.child-text-3 h2 {
	display: block;
}

.child-text-3 h2 span {
	display: block;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	float: left;
	width: 66px;
}

.child-text-3 h2 a {
	display: block;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	float: left;
	width: 70%;
}

.child-title-4 {
	text-align: center;
}

.child-title-4 h2 {
	display: block;
	width: 100%;
}

.child-title-4 span {
	color: #787878;
	display: block;
}

.child-title-4 span a {
	color: #787878;
}

.child-new-lis-ul-2 {
}

.child-new-lis-ul-2 li {
	float: left;
}

.child-new-lis-ul-2 li.active-3 {
}

.child-new-lis-ul-2 li span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.child-new-lis-ul-2 li span i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../img/a16.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.child-new-lis-ul-2 li span img {
	display: block;
	width: 100%;
	height: auto;
}

.child-new-lis-ul-2 li:hover span img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
 /*Safari 和 Chrome*/
	-moz-transform: scale(1.2);
 /*Firefox*/
	-ms-transform: scale(1.2);
 /*IE9*/
	-o-transform: scale(1.2);
 /*Opera*/
}

.child-new-lis-ul-2 li h2 {
	display: block;
	width: 100%;
}

/*公共样式结束*/

/*响应式样式*/

@media(min-width: 1400px) {
	/*大于1400px*/
	.in-public {
		width: 1200px;
	}

	.top {
		padding: 10px 0;
	}

	.top-left {
		float: left;
		font-size: 16px;
		height: 34px;
		line-height: 34px;
		text-indent: 30px;
	}

	.top-right {
		float: right;
	}

	.top-right li {
		float: left;
	}

	.top-right-1 {
		width: 248px;
		border-radius: 30px;
		height: 32px;
	}

	.top-right-1 input {
		width: 211px;
		height: 32px;
		border-radius: 30px 0 0 30px;
		float: left;
		padding: 0 0 0 5px;
	}

	.top-right-1 button {
		width: 32px;
		height: 32px;
		float: right;
		border-radius: 0 30px 30px 0;
	}

	.top-right-2 {
		margin: 0 30px;
	}

	.top-right-3 div {
		position: absolute;
		left: 0;
		width: 100%;
		top: 51px;
	}

	.top-right-2 a span,
	.top-right-3 a span {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		float: left;
	}

	.top-right-2 a i,
	.top-right-3 a i {
		height: 32px;
		width: 32px;
		float: left;
	}

	.nav a.logo {
		width: 174px;
		height: 60px;
		margin: 20px 0;
	}

	.nav-right>li {
		margin-left: 60px;
	}

	.nav-right>li>a {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-position: center 106px;
	}

	.nav-2 {
		top: 100px;
	}

	.nav-right>li:hover .nav-2 {
		height: 266px;
	}

	.nav-2-1 {
		display: table;
		margin: 35px auto;
		max-width: 72%;
	}

	.nav-2-1-left {
		float: left;
		width: 260px;
	}

	.nav-2-1-left img {
		width: 100%;
		height: 196px;
	}

	.nav-2-1-right {
		float: right;
		margin-left: 80px;
		min-width: 320px;
	}

	.nav-2-1-right li {
		width: 100%;
	}

	.nav-2-1-right li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 50%;
		float: left;
	}
	
	.top-nav-2 {
		display: none;
	}

	.slideBox-1 .hd {
		bottom: 40px;
	}

	.slideBox-1 .hd ul li {
		margin: 0 13px;
		width: 10px;
		height: 10px;
	}

	.slideBox-1 .next,
	.slideBox-1 .prev {
		margin-top: -27.5px;
		width: 30px;
		height: 55px;
	}

	.slideBox-1 .prev {
		left: 3%;
	}

	.slideBox-1 .next {
		right: 3%;
	}

	.in-title-1 {
		font-size: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 0 60px;
	}

	.in-column-1 {
		padding: 100px 0;
	}

	.in-column-1 li a {
		width: 225px;
		height: 260px;
		margin: 0 auto;
	}

	.in-column-1 li a i {
		margin: 60px auto 30px;
		width: 76px;
	}

	.in-column-1 li a span {
		font-size: 20px; color: #fff;
	}

	.in-column-1 li a div {
		width: 100%;
		height:100%;
		position: absolute;
		left: 0%;
		top: 0%;
		display: none;
	}

	.in-column-1 li a:hover div {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}

	.in-column-1 li a div h2 {
		height: 20px;
		line-height: 20px;
		margin: 50px auto 10px;
		font-size: 20px;
	}

	.in-column-1 li a div p {
		width: 90%;
		font-size: 16px;
		margin: 20px auto 0;
		height: 100px;
		line-height:25px;
		
		-webkit-line-clamp: 4;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
		
	}

	.in-column-2 {
		margin: 100px 0 130px;
	}

	.in-column-2 .slideTxtBox .hd {
		display: table;
	}

	.in-column-2 .slideTxtBox .hd ul li {
		width: 180px;
		margin: 0 30px;
	}

	.in-column-2 .slideTxtBox .hd ul li span {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-column-2 .slideTxtBox .hd ul li i {
		margin: 0 0 15px;
	}

	.in-column-2 .slideTxtBox .hd ul li i img {
		width: 180px;
		height: 146px;
		margin: 0 auto;
	}

	.in-column-2 .slideTxtBox .bd {
		width: 100%;
		height: 616px;
		margin: 0 0 30px;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 {
		width: 100%;
		height: 616px;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span {
		width: 481px;
		background-color: #fafafa;
		height: 481px;
		margin: 67.5px auto;
		border-radius: 90%;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span img {
		width: 481px;
		height: 481px;
		border-radius: 90%;
	}
	
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	
	.in-column-2 .slideTxtBox .arrow a {
		width: 68px;
		height: 68px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -34px;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.in-column-2 .slideTxtBox .arrow a.next {
		left: 120px;
	}

	.in-column-2 .slideTxtBox .arrow a.prev {
		right: 120px;
	}
	
	/*slide-end*/
	
	.in-column-3 {
		margin: 0px 0 135px;
	}

	.in-column-3 .bd {
		margin-bottom: 40px;
	}
	
	.in-column-3 .bd li div.in-public {
		position: absolute;
		left: 50%;
		bottom: 0px;
		height: 100%;
		margin-left: -600px;
	}
	
	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		background-color: rgba(34,177,76,.9);
		color: #fff;
		position: absolute;
		right: 0;
	}


	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		width: 564px;
		height: 646px;
		bottom: -100px;
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 div {
		margin: 90px 70px 0;
	}

	.slideBox-3-1 h2 i {
		width: 44px;
		height: 8px;
		margin-bottom: 30px;
	}

	.slideBox-3-1 h2 strong {
		font-size: 40px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.slideBox-3-1 h2 span {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
		margin: 30px 0 0;
	}

	.slideBox-3-1 p {
		font-size: 16px;
		margin: 50px 0 0;
		height: 268px;
		line-height: 30px;
	}

	.slideBox-3 .hd .pageState {
		float: left;
		height: 25px;
		line-height: 25px;
		margin-right: 50px;
	}

	.slideBox-3 .hd a {
		float: left;
		width: 36px;
		height: 25px;
	}

	.slideBox-3 .hd a.next {
		margin-left: 20px;
	}

	.in-column-4 {
		margin-bottom: 100px;
	}

	.in-bd-2-left {
		float: left;
		width: 533px;
	}

	.in-bd-2-1 img {
		width: 100%;
		height: 360px;
	}

	.in-bd-2-2 {
		height: 180px;
	}

	.in-bd-2-2-1 {
		width: 453px;
		position: absolute;
		left: 40px;
		top: -90px;
		height: 225px;
	}

	.in-bd-2-2-1 div {
		width: 373px;
		height: 135px;
		margin: 40px 40px 50px;
	}

	.in-bd-2-2-1 div h2 span,
	.in-bd-2-right-2 span {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.in-bd-2-2-1 div p {
		height: 50px;
		line-height: 25px;
		font-size: 16px;
		margin: 10px 0 15px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-2-1 div i,
	.in-bd-2-right-2 i {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-bd-2-right {
		float: left;
		width: 637px;
		float: right;
	}

	.in-bd-2-right li {
	}

	li.active-4 {
		margin-bottom: 40px;
	}

	.in-bd-2-right li a {
		height: 250px;
	}

	.in-bd-2-right-1 {
		width: 100px;
		height: 114px;
		float: left;
		margin: 68px 0 68px 30px;
	}

	.in-bd-2-right-1 i {
		font-size: 55px;
		height: 55px;
		line-height: 55px;
		margin: 17px 0 5px;
	}

	.in-bd-2-right-1 strong {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.in-bd-2-right-2 {
		width: 477px;
		float: left;
		margin: 35px 30px 35px 0;
		height: 180px;
	}

	.in-bd-2-right-2 h2 {
		width: 397px;
		margin: 25px auto 10px;
	}

	.in-bd-2-right-2 p {
		width: 397px;
		height: 50px;
		line-height: 25px;
		font-size: 16px;
		margin: 0px auto 15px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-right-2 i {
		width: 397px;
	}

	.slideTxtBox-3 .hd {
		margin-bottom: 60px;
	}

	.slideTxtBox-3 .hd ul {
		width: 272px;
	}

	.slideTxtBox-3 .hd ul li {
		float: left;
	}

	.slideTxtBox-3 .hd ul li span {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 span {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1:after {
		right: 0;
	}

	.slideTxtBox-3 .hd ul li.active-1:after,
	.slideTxtBox-3 .hd ul li.active-1:before {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-more-1 {
		width: 178px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
		border-radius: 5px;
		margin: 60px auto 0;
	}

	.in-column-5 {
		height: 400px;
	}

	.in-column-5 .in-public {
		margin-top: 102.5px;
	}

	.in-column-5-left {
		float: left;
		width: 660px;
	}

	.in-column-5-left span a {
		float: left;
		width: 25%;
	}

	.in-column-5-left span a i {
		width: 74px;
		height: 74px;
		border: 1px solid #fff;
		border-radius: 90%;
		margin: 0 auto 15px;
	}

	.in-column-5-left span a i img {
		width: 45px;
		height: 43px;
		margin: 15.5px auto;
	}

	.in-column-5-left span a strong {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.in-column-5-left h2 {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 50px;
	}

	.in-column-5-right {
		float: right;
		width: 320px;
	}

	.in-column-5-right h2 i {
		width: 80px;
		margin: 13.5px 0;
	}

	.in-column-5-right h2 span {
		height: 28px;
		line-height: 28px;
		font-size: 26px;
		margin: 0 10px;
	}

	.in-column-5-right strong {
		height: 35px;
		line-height: 35px;
		font-size: 34px;
		text-indent: 50px;
		letter-spacing: 2px;
		margin: 20px 0 40px;
	}

	.in-column-5-right a {
		width: 240px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
	}

	.in-column-6 {
		margin-top: 100px;
		margin-bottom: 150px;
	}

	.in-column-6-1-left {
		width: 552px;
		height: 414px;
		float: left;
	}

	.in-column-6-1-left img {
		width: 552px;
		height: 414px;
	}

	.in-column-6-1-right {
		width: 648px;
		height: 414px;
		float: left;
	}

	.in-column-6-1-right i {
		position: absolute;
		width: 2px;
		height: 112px;
		top: 0;
		left: 30px;
		background-color: #22b14c;
	}

	.in-column-6-1-right div {
		width: 528px;
		height: 294px;
		margin: 60px auto;
	}

	.in-column-6-1-right div h2 {
		font-size: 30px;
		height: 40px;
		line-height: 40px;
	}

	.in-column-6-1-right div p {
		font-size: 16px;
		margin: 30px 0;
		height: 150px;
		overflow: hidden;
		line-height: 30px;
		-webkit-line-clamp: 5;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}

	.in-column-6-1-right div a {
		width: 178px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.in-column-6-1-right div a:hover {
		background-color: #22b14c;
		border-color: #22b14c;
		color: #fff;
	}

	.in-footer-1 {
		padding: 50px 0 60px;
	}

	.in-footer-1-1 {
		float: left;
		margin-right: 90px;
	}

	.in-footer-1-1 h2 {
		margin-bottom: 10px;
	}

	.in-footer-1-1 h2 a {
		font-size: 16px;
	}

	.in-footer-1-1 span a {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}

	.in-footer-1-2 {
		width: 112px;
		float: right;
	}

	.in-footer-1-2 span {
		margin-bottom: 10px;
	}

	.in-footer-1-2 strong {
		font-size: 14px;
	}

	.in-footer-2 {
		padding: 40px 0;
	}

	.in-footer-2-left {
		float: left;
	}

	.in-footer-2-left p {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.in-footer-2-right {
		float: right;
	}

	.in-footer-2-right p {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: right;
	}

	.in-footer-2-right p a {
		font-size: 16px;
	} 
	
	/*首页结束*/
	
	.child-title-1 strong {
		font-size: 54px;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}

	.child-title-1 span {
		font-size: 40px;
	}

	.child-nav-2 {
		position: absolute;
		left: 0;
		top: -60px;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	
	.child-nav-2 .in-public {
		border-left: 1px solid rgba(255,255,255,.2);
		border-right: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-container-2 {
		border-left: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide {
		float: left;
		border-right: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide a {
		height: 57px;
		line-height: 57px;
		display: block;
		text-align: center;
		border-top: 2px solid rgba(0,167,239,0);
	}

	.child-nav-2 .swiper-slide a span {
		height: 18px;
		line-height: 18px;
		font-size: 18px;
		color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover,
	.child-nav-2 .swiper-slide.active-2 a {
		border-color: #22b14c;
		background-color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover span,
	.child-nav-2 .swiper-slide.active-2 a span {
		color: #22b14c;
	}

	.child-title-2 {
		margin-bottom: 60px;
		margin-top: 50px;
	}

	.child-title-2 span {
		margin-right: 5px;
	}

	.slideBox-4 {
		margin-bottom: 90px;
	}

	.child-text-1-right {
		
	}

	.child-text-1-right-1-1 {
		min-width: 100px; max-width: 100px;  
	}
	
	.child-text-1-right-1-2 {
		min-width: 25%; max-width: 25%;
	}
	
	.child-text-1-right h2 {
		display: block; margin: 0 0 20px; font-size: 22px;
		height: 25px;
		line-height: 25px;
	}

	.child-text-1-right p.child-text-1-right-p-1 {
		display: block; font-size: 14px; color: #787878; margin: 10px 0 60px;
	}

	.child-text-1-right a {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-title-3 {
		margin-bottom: 40px; height: 50px;
	}

	.child-title-3 span {
		padding: 0px 40px; background-color: #fff; height: 49px;
	}

	.child-title-3 span strong {
		height:49px;
		line-height: 49px;
	}

	.child-text-2 {
		line-height: 30px;
		font-size: 16px;
	}
	
	.child-title-5 {
		margin: 0 0 60px;
	}
	
	.child-title-5 strong {
		font-size: 30px; line-height: 30px;
	}
	
	.child-title-5 span {
		margin: 20px 0 20px;
	}
	
	.child-title-5 span i {
		width: 60px; height: 3px; 
	}
	
	.child-title-5 p {
		font-size: 16px; line-height: 16px;
	}
	
	.child-text-4-1 {
		margin: 0 0 100px;
	}
	
	.child-text-4-1-left {
		width: 600px; float: left;
	}
	
	.child-text-4-1-left .swiper-button-prev, 
	.child-text-4-1-left .swiper-button-next {
		width: 50px; height: 90px;
	}
	
	.child-text-4-4 .swiper-button-prev, 
	.child-text-4-4 .swiper-button-next {
		width: 50px; height:90px ;
	}
	
	.child-text-4-1-right {
		width: 540px; float: right;
	}

	.child-text-4-2 {
		padding: 100px 0 60px;
	}
	
	.child-text-4-2 .swiper-button-white {
		width: 370px; height: 20px; left: 0; right: auto; margin: 0; 
	}
	
	.child-text-4-2 .swiper-button-next {
		top: 0px; 
	}
	
	.child-text-4-2 .swiper-button-prev {
		bottom: 0px; top: auto; 
	}
	
	.child-text-4-2 .gallery-thumbs {
		height: 490px;
		width: 370px;
		margin: 40px 0;
		float: left;
	}
	
	.child-text-4-2 .in-public:before {
		width: 1px; height:100%; position: absolute; left: 360.5px; top: 0px; 
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:after {
		right: 0; 
		width: 20px; 
		height: 20px; 
		top: 50%; 
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:before {
		right: 5px; 
		width: 10px; 
		height: 10px; 
		top: 50%; 
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.child-text-4-2 .gallery-thumbs span {
		position: absolute; left: 0; top: 50%; font-size: 36px; 
		
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		
	}
	
	.child-text-4-2 .gallery-top {
		height: 570px;
		width: 725px;
		float: right;
	}
	
	
	.child-text-4-2 .gallery-top ul li strong {
	    max-width: 60px;
	    min-width: 60px;
	    height: 47.5px; line-height: 47.5px; font-size: 16px;
	}
	
	.child-text-4-2 .gallery-top ul li p {
	    height: 47.5px; line-height: 47.5px; font-size: 16px;
	}
	
	.child-text-4-3 {
		margin: 100px 0;
	}
	
	.child-text-4-3-left {
		width: 540px; float: left;
	}
	
	.child-text-4-3-left-1 {
		font-size: 16px; line-height: 30px; 
	}
	
	.child-text-4-3-left-2 {
		margin: 50px 0 0;
	}
	
	.child-text-4-3-left-2 span img {
		width: 100px;
		height: 100px;
	 }
	
	.child-text-4-3-right {
		width: 600px; float: right;
	}
	
	.child-text-4-4 {
		margin: 0 0 100px;	
	}
	
	.child-text-4-4-left {
		width: 586px; float: left;
	}
	
	.child-text-4-4-left .swiper-container {
		padding: 0 0 40px;
	}
	
	.child-text-4-4-left .swiper-container .swiper-pagination {
		bottom: 0px;
	}
	
	
	.child-text-4-4-right {
		width: 535px;  float: right;
	}
	
	.child-text-4-4-right div {
		margin: 70px 0 0;
	}
	
	.child-text-4-4-right h2 {
	 	font-size: 24px; line-height: 24px; margin: 30px 0 10px;
	 }
	 
	.child-text-4-4-right p {
	 	font-size: 16px; line-height: 30px;
	 }
	 
	/*核心优势*/
	
	.child-text-4-5-1-left {
		width: 540px; float: left;
	}
	
	.child-text-4-5-1-left h2 {
		 font-size: 30px; line-height: 30px; margin: 40px 0;
	}
	
	.child-text-4-5-1-left div {
		font-size: 16px; 
	}
	
	.child-text-4-5-1-right {
		width: 600px; float: right;
	}
	
	.child-text-4-5-2 {
		 padding: 100px 0; margin: 100px 0 0;
	}
	
	.child-text-4-5-2-1 {
		width: 1340px; 
	}
	
	.child-text-4-5-2-1 .swiper-button-prev {
		left: 0; 
	}
	
	.child-text-4-5-2-1 .swiper-button-next {
		right: 0; 
	}
	
	.child-text-4-5-3 {
		margin-top: 100px; margin-bottom: 100px;
	}
	
	.child-text-4-5-3 li {
		width: 565px; float: left;
	}
	
	.child-text-4-5-3 li h2 {
		height: 46px; line-height: 46px; font-size: 16px; 
	}
	
	.child-text-4-5-3-1 {
		margin: 0 70px 70px 0; 
	}
	
	.child-text-4-5-3-2 {
		margin: 0 0px 70px 0;
	}
	
	.child-text-4-5-3-3 {
		margin: 0 70px 0px 0;
	}
	
	.child-text-4-5-3-1:after,
	.child-text-4-5-3-2:after,
	.child-text-4-5-3-3:after {
		width: 35px; height: 30px; 
		
	}
	
	.child-text-4-5-3-1:after {
		top: 50%; margin-top: -15px; right: -50px;
	}
	
	.child-text-4-5-3-2:after {
		left: 50%; margin-left: -17.5px; bottom: -52.5px;
		
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
 	/* IE 9 */
		-moz-transform: rotate(90deg);
 	/* Firefox */
		-webkit-transform: rotate(90deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(90deg);
	}
	
	.child-text-4-5-3-3:after {
		top: 50%; margin-top: -15px; right: -50px;
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
 	/* IE 9 */
		-moz-transform: rotate(180deg);
 	/* Firefox */
		-webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(180deg);
	}
	
	.child-text-4-6 {
		margin-bottom: 100px
	}
	
	.child-text-4-6-1 ul {
		width: 540px; 
	}
	
	.child-text-4-6-1 ul li:last-child {
		margin: 0;
	}
	
	.child-text-4-6-1-left {
		float: left;
	}
	
	.child-text-4-6-1-right {
		float: right;
	}
	
	.child-text-4-6-1 ul li {
		margin-bottom: 30px;
	}
	
	.child-text-4-6-1 ul li:last-child {
		margin: 0;
	}
	
	.child-text-4-6-1 ul li h2 {
	 	font-size: 24px; height: 25px; line-height: 25px; text-indent: 25px; margin: 0 0 10px;
	}
	
	.child-text-4-6-1 ul li p {
		 line-height: 30px; text-indent: 25px;
	}
	
	.child-text-4-7 {
		padding: 100px 0 130px;
	}
	
	.child-text-4-8 {
		margin: 100px 0 0;
	}
	
	.child-text-4-8-1 {
		line-height: 30px; 
	}
	
	.child-text-4-5-4 {
		margin-top: 50px;
	}
	
	.child-text-4-5-4 .child-text-4-5-2-1 {
		padding: 0 0 50px;
	}
	
	.child-text-4-9 {
		margin: 100px 0 0;
	}
	
	.child-text-4-9 .swiper-slide h2 {
		height: 46px; line-height: 46px;
	}
	
	.child-text-4-9 .swiper-slide h2 span {
		width: 70%; margin: 0 0 0 30px; height: 46px; line-height: 46px; font-size: 16px; 
	}
	
	.child-text-4-9 .swiper-container .swiper-pagination {
		 right: 25px; bottom: 10.5px;
	}
	
	/*核心优势-end*/
	
	.child-product-1 {
		margin-bottom: 150px;
	}

	.child-product-2 {
		margin-bottom: 130px;
	}

	.child-product-2 h2 {
		margin-bottom: 50px;
	}

	.child-product-2 h2 strong {
		font-size: 36px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.child-product-2 h2 span {
		font-size: 20px;
		line-height: 20px;
		height: 20px;
		letter-spacing: 2px;
	}

	.child-product-2-1,
	.child-product-2-2 {
		margin-bottom: 30px;
	}

	.child-product-2-1 span {
		width: 583px;
		height: 48px;
		float: left;
	}

	.child-product-2-1 span.active-5 {
		margin-left: 30px;
	}

	.child-product-2-1 span strong {
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		float: left;
		margin: 0 15px;
		width: 70px;
	}

	.child-product-2-1 span input {
		width: 480px;
		height: 48px;
		float: left;
		border-radius: 0 5px 5px 0;
	}

	.child-product-2-2 textarea {
		width: 1168px;
		height: 183px;
		padding: 15px;
	}

	.child-product-2-3 button {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-product-2-3 button:hover {
		background-color: #fff;
		color: #22b14c;
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0,162,233,.2);
		-moz-box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
		box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
	}
	
	.child-product-3 {
		
	}
	
	.child-product-3-1 {
		margin: 0 0 100px;
	}
	
	.child-product-3-left {
		width: 580px; float: left;
	}
	
	.child-product-3-left h2 {
		display: block; margin: 200px 0 60px;
	}
	
	.child-product-3-right {
		width: 540px; float: right;
	}

	.child-new-list-1 {
		margin-bottom: 140px;
	}

	.child-new-lis-ul-1 {
		margin-bottom: 80px;
	}

	.child-new-lis-ul-1 li a {
		padding: 40px 0;
	}

	.child-new-list-1-left {
		width: 215px;
		text-align: center;
		float: left;
		margin: 7.5px 0;
	}

	.child-new-list-1-left strong {
		font-size: 90px;
		height: 90px;
		line-height: 90px;
	}

	.child-new-list-1-left b {
		text-align: center;
		font-size: 22px;
		height: 30px;
		line-height: 30px;
		letter-spacing: 2px;
	}

	.child-new-list-1-right {
		width: 935px;
		float: left;
	}

	.child-new-list-1-right h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
		width: 100%;
	}

	.child-new-list-1-right p {
		font-size: 16px;
		height: 50px;
		line-height: 25px;
		margin: 20px 0 40px;
	}

	.fy span {
		margin: 0 20px;
	}

	.BORDER {
		margin: 0 2.5px;
		padding: 0 8px;
		font-size: 14px;
	}

	.BORDER, .disbled {
		height: 37px;
		line-height: 37px;
	}

	.fy span .BORDER {
		padding: 0 10px;
	}

	.child-text-3 {
		margin-bottom: 140px;
		margin-top: 60px;
	}

	.child-title-4 {
		margin-bottom: 60px;
	}

	.child-title-4 h2 {
		font-size: 24px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.child-title-4 span {
		font-size: 16px;
		height: 25px;
		line-height: 25px;
	}

	.child-title-4 span a {
		font-size: 16px;
	}

	.child-new-lis-ul-2 {
		margin-bottom: 30px;
	}

	.child-new-lis-ul-2 li {
		width: 384px;
		margin-bottom: 50px;
	}

	.child-new-lis-ul-2 li.active-3 {
		margin-left: 24px;
		margin-right: 24px;
	}

	.child-new-lis-ul-2 li span {
		margin-bottom: 15px;
	}

	.child-new-lis-ul-2 li span i {
		width: 56px;
		height: 56px;
	}

	.child-new-lis-ul-2 li h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
	}
}

@media screen and (max-width:1400px) and (min-width:1280px) {
	/*小于1400px 大于1280px*/
	
	.in-public {
		width: 1200px;
	}

	.top {
		padding: 10px 0;
	}

	.top-left {
		float: left;
		font-size: 16px;
		height: 34px;
		line-height: 34px;
		text-indent: 30px;
	}

	.top-right {
		float: right;
	}

	.top-right li {
		float: left;
	}

	.top-right-1 {
		width: 248px;
		border-radius: 30px;
		height: 32px;
	}

	.top-right-1 input {
		width: 211px;
		height: 32px;
		border-radius: 30px 0 0 30px;
		float: left;
		padding: 0 0 0 5px;
	}

	.top-right-1 button {
		width: 32px;
		height: 32px;
		float: right;
		border-radius: 0 30px 30px 0;
	}

	.top-right-2 {
		margin: 0 30px;
	}

	.top-right-3 div {
		position: absolute;
		left: 0;
		width: 100%;
		top: 51px;
	}

	.top-right-2 a span,
	.top-right-3 a span {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		float: left;
	}

	.top-right-2 a i,
	.top-right-3 a i {
		height: 32px;
		width: 32px;
		float: left;
	}

	.nav a.logo {
		width: 174px;
		height: 60px;
		margin: 20px 0;
	}

	.nav-right>li {
		margin-left: 60px;
	}

	.nav-right>li>a {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-position: center 106px;
	}

	.nav-2 {
		top: 100px;
	}

	.nav-right>li:hover .nav-2 {
		height: 266px;
	}

	.nav-2-1 {
		display: table;
		margin: 35px auto;
		max-width: 70%;
	}

	.nav-2-1-left {
		float: left;
		width: 260px;
	}

	.nav-2-1-left img {
		width: 100%;
		height: 196px;
	}

	.nav-2-1-right {
		float: right;
		margin-left: 80px;
	}

	.nav-2-1-right li {
		float: left;
		width: 50%;
	}

	.nav-2-1-right li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	
	.top-nav-2 {
		display: none;
	}

	.slideBox-1 .hd {
		bottom: 40px;
	}

	.slideBox-1 .hd ul li {
		margin: 0 13px;
		width: 10px;
		height: 10px;
	}

	.slideBox-1 .next,
	.slideBox-1 .prev {
		margin-top: -27.5px;
		width: 30px;
		height: 55px;
	}

	.slideBox-1 .prev {
		left: 3%;
	}

	.slideBox-1 .next {
		right: 3%;
	}

	.in-title-1 {
		font-size: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 0 60px;
	}

	.in-column-1 {
		padding: 100px 0;
	}

	.in-column-1 li a {
		width: 225px;
		height: 260px;
	}

	.in-column-1 li a i {
		margin: 60px auto 30px;
		width: 76px;
	}

	.in-column-1 li a span {
		font-size: 20px; color: #fff;
	}

	.in-column-1 li a div {
		width: 0px;
		height: 260px;
		position: absolute;
		left: 50%;
		top: 0;
	}

	.in-column-1 li a:hover div {
		width: 225px;
		height: 260px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.in-column-1 li a div h2 {
		height: 20px;
		line-height: 20px;
		margin: 50px auto 10px;
		font-size: 20px;
	}

	.in-column-1 li a div p {
		width: 90%;
		font-size: 16px;
		height: 130px;
		line-height: 20px;
	}

	.in-column-2 {
		margin: 100px 0;
	}

	.in-column-2 .slideTxtBox .hd {
		display: table;
	}

	.in-column-2 .slideTxtBox .hd ul li {
		width: 180px;
		margin: 0 10px;
	}

	.in-column-2 .slideTxtBox .hd ul li span {
		height: 20px;
		line-height: 20px;
	}

	.in-column-2 .slideTxtBox .hd ul li i {
		margin: 0 0 15px;
	}

	.in-column-2 .slideTxtBox .hd ul li i img {
		width: 146px;
		margin: 0 auto;
		height: 146px;
	}

	.in-column-2 .slideTxtBox .bd {
		width: 100%;
		height: 616px;
		margin: 0 0 30px;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 {
		width: 100%;
		height: 616px;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span {
		width: 481px;
		height: 481px;
		margin: 67.5px auto;
		border-radius: 90%;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span img {
		width: 481px;
		height: 481px;
		border-radius: 90%;
	}
	
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	
	.in-column-2 .slideTxtBox .arrow a {
		width: 68px;
		height: 68px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -34px;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.in-column-2 .slideTxtBox .arrow a.next {
		left: 120px;
	}

	.in-column-2 .slideTxtBox .arrow a.prev {
		right: 120px;
	}
	
	/*slide-end*/
	
	.in-column-3 {
		margin: 0px 0 135px;
	}

	.in-column-3 .bd {
		margin-bottom: 40px;
	}

	.in-column-3 .bd li div.in-public {
		position: absolute;
		left: 50%;
		bottom: 0px;
		height: 100%;
		margin-left: -600px;
	}
	
	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		background-color: rgba(34,177,76,.9);
		color: #fff;
		position: absolute;
		right: 0;
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		width: 500px;
		height: 100%;
		bottom: -100px;
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 div {
		margin: 90px 70px 0;
	}

	.slideBox-3-1 h2 i {
		width: 44px;
		height: 8px;
		margin-bottom: 30px;
	}

	.slideBox-3-1 h2 strong {
		font-size: 40px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.slideBox-3-1 h2 span {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
		margin: 30px 0 0;
	}

	.slideBox-3-1 p {
		font-size: 16px;
		margin: 50px 0 0;
		height: 268px;
		line-height: 30px;
	}

	.slideBox-3 .hd .pageState {
		float: left;
		height: 25px;
		line-height: 25px;
		margin-right: 50px;
	}

	.slideBox-3 .hd a {
		float: left;
		width: 36px;
		height: 25px;
	}

	.slideBox-3 .hd a.next {
		margin-left: 20px;
	}

	.in-column-4 {
		margin-bottom: 100px;
	}

	.in-bd-2-left {
		float: left;
		width: 533px;
	}

	.in-bd-2-1 img {
		width: 100%;
		height: 360px;
	}

	.in-bd-2-2 {
		height: 180px;
	}

	.in-bd-2-2-1 {
		width: 453px;
		position: absolute;
		left: 40px;
		top: -90px;
		height: 225px;
	}

	.in-bd-2-2-1 div {
		width: 373px;
		height: 135px;
		margin: 40px 40px 50px;
	}

	.in-bd-2-2-1 div h2 span,
	.in-bd-2-right-2 span {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.in-bd-2-2-1 div p {
		height: 50px;
		line-height: 25px;
		font-size: 16px;
		margin: 10px 0 20px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-2-1 div i,
	.in-bd-2-right-2 i {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}

	.in-bd-2-right {
		float: left;
		width: 637px;
		float: right;
	}

	.in-bd-2-right li {
	}

	li.active-4 {
		margin-bottom: 40px;
	}

	.in-bd-2-right li a {
		height: 250px;
	}

	.in-bd-2-right-1 {
		width: 100px;
		height: 114px;
		float: left;
		margin: 68px 0 68px 30px;
	}

	.in-bd-2-right-1 i {
		font-size: 55px;
		height: 55px;
		line-height: 55px;
		margin: 17px 0 5px;
	}

	.in-bd-2-right-1 strong {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.in-bd-2-right-2 {
		width: 477px;
		float: left;
		margin: 35px 30px 35px 0;
		height: 180px;
	}

	.in-bd-2-right-2 h2 {
		width: 397px;
		margin: 25px auto 10px;
	}

	.in-bd-2-right-2 p {
		width: 397px;
		height: 50px;
		line-height: 25px;
		font-size: 16px;
		margin: 0px auto 20px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-right-2 i {
		width: 397px;
	}

	.slideTxtBox-3 .hd {
		margin-bottom: 60px;
	}

	.slideTxtBox-3 .hd ul {
		width: 272px;
	}

	.slideTxtBox-3 .hd ul li {
		float: left;
	}

	.slideTxtBox-3 .hd ul li span {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 span {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1:after {
		right: 0;
	}

	.slideTxtBox-3 .hd ul li.active-1:after,
	.slideTxtBox-3 .hd ul li.active-1:before {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-more-1 {
		width: 178px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
		border-radius: 5px;
		margin: 60px auto 0;
	}

	.in-column-5 {
		height: 400px;
	}

	.in-column-5 .in-public {
		margin-top: 102.5px;
	}

	.in-column-5-left {
		float: left;
		width: 660px;
	}

	.in-column-5-left span a {
		float: left;
		width: 25%;
	}

	.in-column-5-left span a i {
		width: 74px;
		height: 74px;
		border: 1px solid #fff;
		border-radius: 90%;
		margin: 0 auto 15px;
	}

	.in-column-5-left span a i img {
		width: 45px;
		height: 43px;
		margin: 15.5px auto;
	}

	.in-column-5-left span a strong {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.in-column-5-left h2 {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 50px;
	}

	.in-column-5-right {
		float: right;
		width: 320px;
	}

	.in-column-5-right h2 i {
		width: 80px;
		margin: 13.5px 0;
	}

	.in-column-5-right h2 span {
		height: 28px;
		line-height: 28px;
		font-size: 26px;
		margin: 0 10px;
	}

	.in-column-5-right strong {
		height: 35px;
		line-height: 35px;
		font-size: 34px;
		text-indent: 50px;
		letter-spacing: 2px;
		margin: 20px 0 40px;
	}

	.in-column-5-right a {
		width: 240px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
	}

	.in-column-6 {
		margin-top: 100px;
		margin-bottom: 130px;
	}

	.in-column-6-1-left {
		width: 552px;
		height: 414px;
		float: left;
	}

	.in-column-6-1-left img {
		width: 552px;
		height: 414px;
	}

	.in-column-6-1-right {
		width: 648px;
		height: 414px;
		float: left;
	}

	.in-column-6-1-right i {
		position: absolute;
		width: 2px;
		height: 112px;
		top: 0;
		left: 30px;
		background-color: #22b14c;
	}

	.in-column-6-1-right div {
		width: 528px;
		height: 294px;
		margin: 60px auto;
	}

	.in-column-6-1-right div h2 {
		font-size: 30px;
		height: 40px;
		line-height: 40px;
	}

	.in-column-6-1-right div p {
		font-size: 16px;
		margin: 30px 0;
		height: 180px;
		line-height: 30px;
	}

	.in-column-6-1-right div a {
		width: 178px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.in-column-6-1-right div a:hover {
		background-color: #22b14c;
		border-color: #22b14c;
		color: #fff;
	}

	.in-footer-1 {
		padding: 50px 0 60px;
	}

	.in-footer-1-1 {
		float: left;
		margin-right: 90px;
	}

	.in-footer-1-1 h2 {
		margin-bottom: 10px;
	}

	.in-footer-1-1 h2 a {
		font-size: 16px;
	}

	.in-footer-1-1 span a {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}

	.in-footer-1-2 {
		width: 112px;
		float: right;
	}

	.in-footer-1-2 span {
		margin-bottom: 10px;
	}

	.in-footer-1-2 strong {
		font-size: 16px;
	}

	.in-footer-2 {
		padding: 40px 0;
	}

	.in-footer-2-left {
		float: left;
	}

	.in-footer-2-left p {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.in-footer-2-right {
		float: right;
	}

	.in-footer-2-right p {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: right;
	}

	.in-footer-2-right p a {
		font-size: 16px;
	} 
	
	/*首页结束*/
	
	.child-title-1 strong {
		font-size: 54px;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}

	.child-title-1 span {
		font-size: 40px;
	}

	.child-nav-2 {
		position: absolute;
		left: 0;
		top: -60px;
		border-top: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-container-2 {
		border-left: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide {
		float: left;
		border-right: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide a {
		height: 57px;
		line-height: 57px;
		display: block;
		text-align: center;
		border-top: 2px solid rgba(0,167,239,0);
	}

	.child-nav-2 .swiper-slide a span {
		height: 18px;
		line-height: 18px;
		font-size: 18px;
		color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover,
	.child-nav-2 .swiper-slide.active-2 a {
		border-color: #22b14c;
		background-color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover span,
	.child-nav-2 .swiper-slide.active-2 a span {
		color: #22b14c;
	}

	.child-title-2 {
		margin-bottom: 60px;
		margin-top: 50px;
	}

	.child-title-2 span {
		margin-right: 5px;
	}

	.slideBox-4 {
		margin-bottom: 90px;
	}


	.child-text-1-right {
		
	}

	.child-text-1-right-1-1 {
		min-width: 40px; max-width: 40px;  
	}
	
	.child-text-1-right-1-2 {
		min-width: 120px; max-width: 120px;
	}
	
	.child-text-1-right h2 {
		display: block; margin: 0 0 20px; font-size: 22px;
		height: 25px;
		line-height: 25px;
	}

	.child-text-1-right p.child-text-1-right-p-1 {
		display: block; font-size: 14px; color: #787878; margin: 10px 0 60px;
	}

	.child-text-1-right a {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-title-3 {
		margin-bottom: 40px; height: 50px;
	}

	.child-title-3 span {
		padding: 0px 40px; background-color: #fff; height: 49px;
	}

	.child-title-3 span strong {
		height:49px;
		line-height: 49px;
	}

	.child-text-2 {
		line-height: 30px;
		font-size: 14px;
	}
	
	.child-title-5 {
		margin: 0 0 60px;
	}
	
	.child-title-5 strong {
		font-size: 30px; line-height: 30px;
	}
	
	.child-title-5 span {
		margin: 25px 0 20px;
	}
	
	.child-title-5 span i {
		width: 60px; height: 3px; 
	}
	
	.child-title-5 p {
		font-size: 16px; line-height: 16px;
	}
	
	.child-text-4-1 {
		margin: 0 0 100px;
	}
	
	.child-text-4-1-left {
		width: 600px; float: left;
	}
	
	.child-text-4-1-left .swiper-button-prev, 
	.child-text-4-1-left .swiper-button-next {
		width: 50px; height: 90px;
	}
	
	.child-text-4-4 .swiper-button-prev, 
	.child-text-4-4 .swiper-button-next {
		width: 50px; height:90px ;
	}
	
	.child-text-4-1-right {
		width: 540px; float: right;
	}
	
	.child-text-4-2 {
		padding: 100px 0 60px;
	}
	
	.child-text-4-2 .swiper-button-white {
		width: 370px; height: 20px; left: 0; right: auto; margin: 0; 
	}
	
	.child-text-4-2 .swiper-button-next {
		top: 0px; 
	}
	
	.child-text-4-2 .swiper-button-prev {
		bottom: 0px; top: auto; 
	}
	
	.child-text-4-2 .gallery-thumbs {
		height: 490px;
		width: 370px;
		margin: 40px 0;
		float: left;
	}
	
	.child-text-4-2 .in-public:before {
		width: 1px; height:100%; position: absolute; left: 360.5px; top: 0px; 
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:after {
		right: 0; 
		width: 20px; 
		height: 20px; 
		top: 50%; 
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:before {
		right: 5px; 
		width: 10px; 
		height: 10px; 
		top: 50%; 
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.child-text-4-2 .gallery-thumbs span {
		position: absolute; left: 0; top: 50%; font-size: 16px; 
		
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		
	}
	
	.child-text-4-2 .gallery-top {
		height: 570px;
		width: 725px;
		float: right;
	}
	
	
	.child-text-4-2 .gallery-top ul li strong {
	    max-width: 60px;
	    min-width: 60px;
	    height: 47.5px; line-height: 47.5px; font-size: 16px;
	}
	
	.child-text-4-2 .gallery-top ul li p {
	    height: 47.5px; line-height: 47.5px; font-size: 16px;
	}
	
	.child-text-4-3 {
		margin: 100px 0;
	}
	
	.child-text-4-3-left {
		width: 540px; float: left;
	}
	
	.child-text-4-3-left-1 {
		font-size: 14px; line-height: 30px; 
	}
	
	.child-text-4-3-left-2 {
		margin: 50px 0 0;
	}
	
	.child-text-4-3-left-2 span img {
		width: 143px;
		height: 143px;
	 }
	
	.child-text-4-3-right {
		width: 600px; float: right;
	}
	
	.child-text-4-4 {
		margin: 0 0 100px;	
	}
	
	.child-text-4-4-left {
		width: 586px; float: left;
	}
	
	.child-text-4-4-left .swiper-container {
		padding: 0 0 40px;
	}
	
	.child-text-4-4-left .swiper-container .swiper-pagination {
		bottom: 0px;
	}
	
	
	.child-text-4-4-right {
		width: 535px;  float: right;
	}
	
	.child-text-4-4-right div {
		margin: 70px 0 0;
	}
	
	.child-text-4-4-right h2 {
	 	font-size: 24px; line-height: 24px; margin: 30px 0 10px;
	 }
	 
	.child-text-4-4-right p {
	 	font-size: 16px; line-height: 30px;
	}
	
	/*核心优势*/
	
	.child-text-4-5-1-left {
		width: 540px; float: left;
	}
	
	.child-text-4-5-1-left h2 {
		 font-size: 30px; line-height: 30px; margin: 40px 0;
	}
	
	.child-text-4-5-1-left div {
		font-size: 14px; color: #787878; text-align: justify;
	}
	
	.child-text-4-5-1-right {
		width: 600px; float: right;
	}
	
	.child-text-4-5-2 {
		 padding: 100px 0; margin: 100px 0 0;
	}
	
	.child-text-4-5-2-1 {
		width: 1340px; 
	}
	
	.child-text-4-5-2-1 .swiper-button-prev {
		left: 0; 
	}
	
	.child-text-4-5-2-1 .swiper-button-next {
		right: 0; 
	}
	
	.child-text-4-5-3 {
		margin-top: 100px; margin-bottom: 100px;
	}
	
	.child-text-4-5-3 li {
		width: 565px; float: left;
	}
	
	.child-text-4-5-3 li h2 {
		height: 46px; line-height: 46px; font-size: 16px; 
	}
	
	.child-text-4-5-3-1 {
		margin: 0 70px 70px 0; 
	}
	
	.child-text-4-5-3-2 {
		margin: 0 0px 70px 0;
	}
	
	.child-text-4-5-3-3 {
		margin: 0 70px 0px 0;
	}
	
	.child-text-4-5-3-1:after,
	.child-text-4-5-3-2:after,
	.child-text-4-5-3-3:after {
		width: 35px; height: 30px; 
		
	}
	
	.child-text-4-5-3-1:after {
		top: 50%; margin-top: -15px; right: -50px;
	}
	
	.child-text-4-5-3-2:after {
		left: 50%; margin-left: -17.5px; bottom: -52.5px;
		
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
 	/* IE 9 */
		-moz-transform: rotate(90deg);
 	/* Firefox */
		-webkit-transform: rotate(90deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(90deg);
	}
	
	.child-text-4-5-3-3:after {
		top: 50%; margin-top: -15px; right: -50px;
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
 	/* IE 9 */
		-moz-transform: rotate(180deg);
 	/* Firefox */
		-webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(180deg);
	}
	
	.child-text-4-6 {
		margin-bottom: 100px
	}
	
	.child-text-4-6-1 ul {
		width: 540px; 
	}
	
	.child-text-4-6-1 ul li:last-child {
		margin: 0;
	}
	
	.child-text-4-6-1-left {
		float: left;
	}
	
	.child-text-4-6-1-right {
		float: right;
	}
	
	.child-text-4-6-1 ul li {
		margin-bottom: 30px;
	}
	
	.child-text-4-6-1 ul li:last-child {
		margin: 0;
	}
	
	.child-text-4-6-1 ul li h2 {
	 	font-size: 24px; height: 25px; line-height: 25px; text-indent: 25px; margin: 0 0 10px;
	}
	
	.child-text-4-6-1 ul li p {
		 line-height: 30px; text-indent: 25px;
	}
	
	.child-text-4-7 {
		padding: 100px 0 130px;
	}
	
	.child-text-4-8 {
		margin: 100px 0 0;
	}
	
	.child-text-4-8-1 {
		line-height: 30px; 
	}
	
	.child-text-4-5-4 {
		margin-top: 50px;
	}
	
	.child-text-4-5-4 .child-text-4-5-2-1 {
		padding: 0 0 50px;
	}
	
	.child-text-4-9 {
		margin: 100px 0 0;
	}
	
	.child-text-4-9 .swiper-slide h2 {
		height: 46px; line-height: 46px;
	}
	
	.child-text-4-9 .swiper-slide h2 span {
		width: 70%; margin: 0 0 0 30px; height: 46px; line-height: 46px; font-size: 16px; 
	}
	
	.child-text-4-9 .swiper-container .swiper-pagination {
		 right: 25px; bottom: 10.5px;
	}
	
	/*核心优势-end*/
	
	.child-product-1 {
		margin-bottom: 140px;
	}

	.child-product-2 {
		margin-bottom: 120px;
	}

	.child-product-2 h2 {
		margin-bottom: 50px;
	}

	.child-product-2 h2 strong {
		font-size: 36px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.child-product-2 h2 span {
		font-size: 20px;
		line-height: 20px;
		height: 20px;
		letter-spacing: 2px;
	}

	.child-product-2-1,
	.child-product-2-2 {
		margin-bottom: 30px;
	}

	.child-product-2-1 span {
		width: 583px;
		height: 48px;
		float: left;
	}

	.child-product-2-1 span.active-5 {
		margin-left: 30px;
	}

	.child-product-2-1 span strong {
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		float: left;
		margin: 0 15px;
		width: 70px;
	}

	.child-product-2-1 span input {
		width: 480px;
		height: 48px;
		float: left;
		border-radius: 0 5px 5px 0;
	}

	.child-product-2-2 textarea {
		width: 1168px;
		height: 183px;
		padding: 15px;
	}

	.child-product-2-3 button {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-product-2-3 button:hover {
		background-color: #fff;
		color: #22b14c;
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0,162,233,.2);
		-moz-box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
		box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
	}
	
	.child-product-3 {
		
	}
	
	.child-product-3-1 {
		margin: 0 0 100px;
	}
	
	.child-product-3-left {
		width: 580px; float: left;
	}
	
	.child-product-3-left h2 {
		display: block; margin: 200px 0 60px;
	}
	
	.child-product-3-right {
		width: 540px; float: right;
	}

	.child-new-list-1 {
		margin-bottom: 140px;
	}

	.child-new-lis-ul-1 {
		margin-bottom: 80px;
	}

	.child-new-lis-ul-1 li a {
		padding: 40px 0;
	}

	.child-new-list-1-left {
		width: 215px;
		text-align: center;
		float: left;
		margin: 7.5px 0;
	}

	.child-new-list-1-left strong {
		font-size: 90px;
		height: 90px;
		line-height: 90px;
	}

	.child-new-list-1-left b {
		text-align: center;
		font-size: 22px;
		height: 30px;
		line-height: 30px;
		letter-spacing: 2px;
	}

	.child-new-list-1-right {
		width: 935px;
		float: left;
	}

	.child-new-list-1-right h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
		width: 100%;
	}

	.child-new-list-1-right p {
		font-size: 14px;
		height: 50px;
		line-height: 20px;
		margin: 20px 0 40px;
	}

	.fy span {
		margin: 0 20px;
	}

	.BORDER {
		margin: 0 2.5px;
		padding: 0 8px;
		font-size: 14px;
	}

	.BORDER, .disbled {
		height: 37px;
		line-height: 37px;
	}

	.fy span .BORDER {
		padding: 0 10px;
	}

	.child-text-3 {
		margin-bottom: 140px;
		margin-top: 60px;
	}

	.child-title-4 {
		margin-bottom: 60px;
	}

	.child-title-4 h2 {
		font-size: 24px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.child-title-4 span {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.child-title-4 span a {
		font-size: 14px;
	}

	.child-new-lis-ul-2 {
		margin-bottom: 30px;
	}

	.child-new-lis-ul-2 li {
		width: 384px;
		margin-bottom: 50px;
	}

	.child-new-lis-ul-2 li.active-3 {
		margin-left: 24px;
		margin-right: 24px;
	}

	.child-new-lis-ul-2 li span {
		margin-bottom: 15px;
	}

	.child-new-lis-ul-2 li span i {
		width: 56px;
		height: 56px;
	}

	.child-new-lis-ul-2 li h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
	}
	
}

@media screen and (max-width:1280px) and (min-width:960px) {
	/*小于1280px 大于960px*/
	
	.in-public {
		width: 920px;
	}

	.top {
		padding: 10px 0;
	}

	.top-left {
		float: left;
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		text-indent: 30px;
	}

	.top-right {
		float: right;
	}

	.top-right li {
		float: left;
	}

	.top-right-1 {
		width: 248px;
		border-radius: 30px;
		height: 32px;
	}

	.top-right-1 input {
		width: 211px;
		height: 32px;
		border-radius: 30px 0 0 30px;
		float: left;
		padding: 0 0 0 5px;
	}

	.top-right-1 button {
		width: 32px;
		height: 32px;
		float: right;
		border-radius: 0 30px 30px 0;
	}

	.top-right-2 {
		margin: 0 10px;
	}

	.top-right-3 div {
		position: absolute;
		left: 0;
		width: 100%;
		top: 51px;
	}

	.top-right-2 a span,
	.top-right-3 a span {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		float: left;
	}

	.top-right-2 a i,
	.top-right-3 a i {
		height: 32px;
		width: 32px;
		float: left;
	}

	.nav a.logo {
		width: 174px;
		height: 60px;
		margin: 20px 0;
	}

	.nav-right>li {
		margin-left: 40px;
	}

	.nav-right>li>a {
		height: 100px;
		line-height: 100px;
		font-size: 16px;
		background-position: center 106px;
	}

	.nav-2 {
		top: 100px;
	}

	.nav-right>li:hover .nav-2 {
		height: 266px;
	}

	.nav-2-1 {
		margin: 35px auto;
		max-width: 72%;
	}

	.nav-2-1-left {
		float: left;
		width: 40%;
	}

	.nav-2-1-left img {
		width: 100%;
		height: auto;
	}

	.nav-2-1-right {
		float: right;
		min-width: 200px;
		margin-left: 5%;
	}

	.nav-2-1-right li {
		float: left;
		width: 50%;
	}

	.nav-2-1-right li a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	
	.top-nav-2 {
		display: none;
	}

	.slideBox-1 .hd {
		bottom: 40px;
	}

	.slideBox-1 .hd ul li {
		margin: 0 13px;
		width: 8px;
		height: 8px;
	}

	.slideBox-1 .next,
	.slideBox-1 .prev {
		margin-top: -27.5px;
		width: 30px;
		height: 55px;
	}

	.slideBox-1 .prev {
		left: 3%;
	}

	.slideBox-1 .next {
		right: 3%;
	}

	.in-title-1 {
		font-size: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 0 60px;
	}

	.in-column-1 {
		padding: 60px 0;
	}

	.in-column-1 li a {
		width: 200px;
		height: 231px;
		background-size: cover;
	}

	.in-column-1 li a i {
		margin: 50px auto 30px;
		width: 76px;
	}

	.in-column-1 li a span {
		font-size: 20px; color: #fff;
	}

	.in-column-1 li a div {
		width: 0px;
		height: 231px;
		position: absolute;
		left: 50%;
		top: 0;
		background-size: cover;
	}

	.in-column-1 li a:hover div {
		width: 200px;
		height: 231px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.in-column-1 li a div h2 {
		height: 20px;
		line-height: 20px;
		margin: 30px auto 10px;
		font-size: 20px;
	}

	.in-column-1 li a div p {
		width: 90%;
		font-size: 14px;
		height: 130px;
		line-height: 20px;
	}

	.in-column-2 {
		margin: 60px 0;
	}

	.in-column-2 .slideTxtBox .hd {
		display: table;
	}

	.in-column-2 .slideTxtBox .hd ul li {
		width: 180px;
		margin: 0 10px;
	}

	.in-column-2 .slideTxtBox .hd ul li span {
		height: 20px;
		line-height: 20px;
	}

	.in-column-2 .slideTxtBox .hd ul li i {
		margin: 0 0 15px;
	}

	.in-column-2 .slideTxtBox .hd ul li i img {
		width: 146px;
		height: 146px;
	}

	.in-column-2 .slideTxtBox .bd {
		width: 100%;
		height: 616px;
		margin: 0 0 30px;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 {
		width: 100%;
		height: 616px;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span {
		width: 481px;
		height: 481px;
		margin: 67.5px auto;
		border-radius: 90%;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span img {
		width: 481px;
		height: 481px;
		border-radius: 90%;
	}
	
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	
	.in-column-2 .slideTxtBox .arrow a {
		width: 68px;
		height: 68px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -34px;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.in-column-2 .slideTxtBox .arrow a.next {
		left: 20px;
	}

	.in-column-2 .slideTxtBox .arrow a.prev {
		right: 20px;
	}
	
	/*slide-end*/
	
	.in-column-3 {
		margin: 0px 0 60px;
	}

	.in-column-3 .bd {
		margin-bottom: 20px;
	}

	.in-column-3 .bd li div.in-public {
		position: absolute;
		left: 50%;
		bottom: 0px;
		height: 100%;
		margin-left: -460px;
	}
	
	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		background-color: rgba(34,177,76,.9);
		color: #fff;
		position: absolute;
		right: 0;
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		width: 40%;
		height: 100%;
		bottom: 0px;
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 div {
		margin: 20px 20px 0;
	}

	.slideBox-3-1 h2 i {
		width: 44px;
		height: 4px;
		margin-bottom: 20px;
	}

	.slideBox-3-1 h2 strong {
		font-size: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.slideBox-3-1 h2 span {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		margin: 10px 0 0;
	}

	.slideBox-3-1 p {
		font-size: 16px;
		margin: 20px 0 0;
		height: auto;
		line-height: 30px;
	}

	.slideBox-3 .hd .pageState {
		float: left;
		height: 25px;
		line-height: 25px;
		margin-right: 50px;
	}

	.slideBox-3 .hd a {
		float: left;
		width: 36px;
		height: 25px;
	}

	.slideBox-3 .hd a.next {
		margin-left: 20px;
	}

	.in-column-4 {
		margin-bottom: 60px;
	}

	.in-bd-2-left {
		float: left;
		width: 410px;
	}

	.in-bd-2-1 img {
		width: 100%;
		height: 280px;
	}

	.in-bd-2-2 {
		height: 140px;
	}

	.in-bd-2-2-1 {
		width: 360px;
		position: absolute;
		left: 20px;
		top: -60px;
		height: 175px;
	}

	.in-bd-2-2-1 div {
		width: 323px;
		height: 135px;
		margin: 20px 20px 20px;
	}

	.in-bd-2-2-1 div h2 span,
	.in-bd-2-right-2 span {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.in-bd-2-2-1 div p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin: 15px 0 20px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-2-1 div i,
	.in-bd-2-right-2 i {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}

	.in-bd-2-right {
		float: left;
		width: 490px;
		float: right;
	}

	.in-bd-2-right li {
	}

	li.active-4 {
		margin-bottom: 40px;
	}

	.in-bd-2-right li a {
		height: auto; padding: 19.5px 0;
	}

	.in-bd-2-right-1 {
		width: 100px;
		height: 114px;
		float: left;
		margin: 18.5px 0 18.5px 20px;
	}

	.in-bd-2-right-1 i {
		font-size: 55px;
		height: 55px;
		line-height: 55px;
		margin: 17px 0 5px;
	}

	.in-bd-2-right-1 strong {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.in-bd-2-right-2 {
		width:350px;
		float: left;
		margin: 0px 0px 0px 0;
		height: auto;
	}

	.in-bd-2-right-2 h2 {
		width: 100%;
		margin:20px auto 10px;
	}
	
	.in-bd-2-right-2 h2 span {
		width: 95%; margin: 0 auto 10px;
	}

	.in-bd-2-right-2 p {
		width: 95%;
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin: 0px auto 10px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-right-2 i {
		width: 95%; margin: 0 auto 20px;
	}

	.slideTxtBox-3 .hd {
		margin-bottom: 60px;
	}

	.slideTxtBox-3 .hd ul {
		width: 272px;
	}

	.slideTxtBox-3 .hd ul li {
		float: left;
	}

	.slideTxtBox-3 .hd ul li span {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 span {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1:after {
		right: 0;
	}

	.slideTxtBox-3 .hd ul li.active-1:after,
	.slideTxtBox-3 .hd ul li.active-1:before {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-more-1 {
		width: 178px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
		border-radius: 5px;
		margin: 60px auto 0;
	}

	.in-column-5 {
		height: 400px;
	}

	.in-column-5 .in-public {
		margin-top: 102.5px;
	}

	.in-column-5-left {
		width: 100%;
	}

	.in-column-5-left span a {
		float: left;
		width: 25%;
	}

	.in-column-5-left span a i {
		width: 74px;
		height: 74px;
		border: 1px solid #fff;
		border-radius: 90%;
		margin: 0 auto 15px;
	}

	.in-column-5-left span a i img {
		width: 45px;
		height: 43px;
		margin: 15.5px auto;
	}

	.in-column-5-left span a strong {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.in-column-5-left h2 {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 50px;
	}

	.in-column-5-right {
		display: none;
	}

	.in-column-5-right h2 i {
		width: 80px;
		margin: 13.5px 0;
	}

	.in-column-5-right h2 span {
		height: 28px;
		line-height: 28px;
		font-size: 26px;
		margin: 0 10px;
	}

	.in-column-5-right strong {
		height: 35px;
		line-height: 35px;
		font-size: 34px;
		text-indent: 50px;
		letter-spacing: 2px;
		margin: 20px 0 40px;
	}

	.in-column-5-right a {
		width: 240px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
	}

	.in-column-6 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.in-column-6-1-left {
		width: 427px;
		height: 320px;
		float: left;
	}

	.in-column-6-1-left img {
		width: 427px;
		height: 320px;
	}

	.in-column-6-1-right {
		width: 493px;
		height: 320px;
		float: left;
	}

	.in-column-6-1-right i {
		position: absolute;
		width: 2px;
		height: 80px;
		top: 0;
		left: 20px;
		background-color: #22b14c;
	}

	.in-column-6-1-right div {
		width: 400px;
		height: 280px;
		margin: 20px auto;
	}

	.in-column-6-1-right div h2 {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}

	.in-column-6-1-right div p {
		font-size: 14px;
		margin: 10px 0;
		height: 175px;
		line-height: 25px;
	}

	.in-column-6-1-right div a {
		width: 178px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
	}

	.in-column-6-1-right div a:hover {
		background-color: #22b14c;
		border-color: #22b14c;
		color: #fff;
	}

	.in-footer-1 {
		padding: 40px 0 50px;
	}
	
	.in-footer-1 ul {
		display: -webkit-flex;
    	display: flex;
	}

	.in-footer-1-1 {
		-webkit-flex: 1;
    	flex: 1;
	}

	.in-footer-1-1 h2 {
		margin-bottom: 10px;
	}

	.in-footer-1-1 h2 a {
		font-size: 16px;
	}

	.in-footer-1-1 span a {
		font-size: 14px;
		height: auto;
		line-height: 30px;
	}

	.in-footer-1-2 {
		-webkit-flex: 1;
    	flex: 1;
    	max-width: 110px; min-width: 110px;
	}

	.in-footer-1-2 span {
		margin-bottom: 10px;
	}

	.in-footer-1-2 strong {
		font-size: 14px;
	}

	.in-footer-2 {
		padding:20px 0;
	}

	.in-footer-2-left {
		float: left; width: 50%;
	}

	.in-footer-2-left p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.in-footer-2-right {
		float: right; width: 50%;
	}

	.in-footer-2-right p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		text-align: right;
	}

	.in-footer-2-right p a {
		font-size: 14px;
	} 
	
	/*首页结束*/
	
	.child-title-1 strong {
		font-size: 36px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.child-title-1 span {
		font-size: 30px;
	}

	.child-nav-2 {
		position: absolute;
		left: 0;
		top: -60px;
		border-top: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-container-2 {
		border-left: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide {
		float: left;
		border-right: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide a {
		height: 57px;
		line-height: 57px;
		display: block;
		text-align: center;
		border-top: 2px solid rgba(0,167,239,0);
	}

	.child-nav-2 .swiper-slide a span {
		height: 18px;
		line-height: 18px;
		font-size: 16px;
		color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover,
	.child-nav-2 .swiper-slide.active-2 a {
		border-color: #22b14c;
		background-color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover span,
	.child-nav-2 .swiper-slide.active-2 a span {
		color: #22b14c;
	}

	.child-title-2 {
		margin-bottom: 60px;
		margin-top: 50px;
	}

	.child-title-2 span {
		margin-right: 5px;
	}

	.slideBox-4 {
		margin-bottom: 90px;
	}

	.child-text-1-right {
		
	}

	.child-text-1-right-1-1 {
		min-width: 40px; max-width: 40px;  
	}
	
	.child-text-1-right-1-2 {
		min-width: 120px; max-width: 120px;
	}
	
	.child-text-1-right h2 {
		display: block; margin: 0 0 20px; font-size: 22px;
		height: 25px;
		line-height: 25px;
	}

	.child-text-1-right p.child-text-1-right-p-1 {
		display: block; font-size: 14px; color: #787878; margin: 10px 0 50px;
	}

	.child-text-1-right a {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-title-3 {
		margin-bottom: 40px;
	}

	.child-title-3 span {
		padding: 15px 40px;
	}

	.child-title-3 span strong {
		height: 18px;
		line-height: 18px;
	}

	.child-text-2 {
		line-height: 30px;
		font-size: 14px;
	}
	
	.child-title-5 {
		margin: 0 0 60px;
	}

	.child-title-5 strong {
		font-size: 30px; line-height: 30px;
	}

	.child-title-5 span {
		margin: 25px 0 20px;
	}

	.child-title-5 span i {
		width: 60px; height: 3px; 
	}

	.child-title-5 p {
		font-size: 16px; line-height: 16px;
	}

	.child-text-4-1 {
		margin: 0 0 60px;
}

	.child-text-4-1-left {
		width: 460px; float: left;
	}
	
	.child-text-4-1-left .swiper-button-prev, 
	.child-text-4-1-left .swiper-button-next {
		width: 40px; height: 80px;
	}
	
	.child-text-4-4 .swiper-button-prev, 
	.child-text-4-4 .swiper-button-next {
		width: 40px; height:80px ;
	}

	.child-text-4-1-right {
		width: 420px; float: right;
	}

	.child-text-4-2 {
		padding: 60px 0 40px;
	}

	.child-text-4-2 .swiper-button-white {
		width: 296px; height: 20px; left: 0; right: auto; margin: 0; 
	}

	.child-text-4-2 .swiper-button-next {
		top: 0px; 
	}

	.child-text-4-2 .swiper-button-prev {
		bottom: 0px; top: auto; 
	}

	.child-text-4-2 .gallery-thumbs {
		height: 395px;
		width: 296px;
		margin: 27.5px 0;
		float: left;
	}

	.child-text-4-2 .in-public:before {
		width: 1px; height:100%; position: absolute; left: 286.5px; top: 0px; 
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:after {
		right: 0; 
		width: 20px; 
		height: 20px; 
		top: 50%; 
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:before {
		right: 5px; 
		width: 10px; 
		height: 10px; 
		top: 50%; 
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.child-text-4-2 .gallery-thumbs span {
		position: absolute; left: 0; top: 50%; font-size: 28px; 
		
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		
	}
	
	.child-text-4-2 .gallery-top {
		height: 450px;
		width: 580px;
		float: right;
	}
	
	
	.child-text-4-2 .gallery-top ul li strong {
	    max-width: 60px;
	    min-width: 60px;
	    height: 37.5px; line-height: 37.5px; font-size: 16px;
	}
	
	.child-text-4-2 .gallery-top ul li p {
	    height: 37.5px; line-height: 37.5px; font-size: 16px;
	}
	
	.child-text-4-3 {
		margin: 60px 0;
	}
	
	.child-text-4-3-left {
		width: 415px; float: left;
	}
	
	.child-text-4-3-left-1 {
		font-size: 14px; line-height: 25px; 
	}
	
	.child-text-4-3-left-2 {
		margin:10px 0 0;
	}
	
	.child-text-4-3-left-2 span img {
		width: 143px;
		height: 143px;
	 }
	
	.child-text-4-3-right {
		width: 460px; float: right;
	}
	
	.child-text-4-4 {
		margin: 0 0 60px;	
	}
	
	.child-text-4-4-left {
		width: 450px; float: left;
	}
	
	.child-text-4-4-left .swiper-container {
		padding: 0 0 40px;
	}
	
	.child-text-4-4-left .swiper-container .swiper-pagination {
		bottom: 0px;
	}
	
	.child-text-4-4-right {
		width: 410px;  float: right;
	}
	
	.child-text-4-4-right div {
		
	}
	
	.child-text-4-4-right h2 {
	 	font-size: 24px; line-height: 24px; margin: 20px 0 10px;
	 }
	 
	.child-text-4-4-right p {
	 	font-size: 14px; line-height: 25px;
	 }
	 
	 /*核心优势*/
	
	.child-text-4-5-1-left {
		width: 415px; float: left;
	}
	
	.child-text-4-5-1-left h2 {
		 font-size: 24px; line-height: 30px; margin: 40px 0;
	}
	
	.child-text-4-5-1-left div {
		font-size: 14px; color: #787878; text-align: justify;
	}
	
	.child-text-4-5-1-right {
		width: 460px; float: right;
	}
	
	.child-text-4-5-2 {
		 padding: 60px 0; margin: 60px 0 0;
	}
	
	.child-text-4-5-2-1 {
		width: 100%; 
	}
	
	.child-text-4-5-2-1 .swiper-button-prev {
		left: 0; 
	}
	
	.child-text-4-5-2-1 .swiper-button-next {
		right: 0; 
	}
	
	.child-text-4-5-3 {
		margin-top: 60px; margin-bottom: 60px;
	}
	
	.child-text-4-5-3 li {
		width: 48%; float: left;
	}
	
	.child-text-4-5-3 li h2 {
		height: 46px; line-height: 46px; font-size: 16px; 
	}
	
	.child-text-4-5-3-1 {
		margin: 0 4% 4% 0; 
	}
	
	.child-text-4-5-3-2 {
		margin: 0 0px 4% 0;
	}
	
	.child-text-4-5-3-3 {
		margin: 0 4% 0px 0;
	}
	
	.child-text-4-5-3-1:after,
	.child-text-4-5-3-2:after,
	.child-text-4-5-3-3:after {
		display: none;
	}
	
	ul li.child-text-4-5-3-1 span,
	ul li.child-text-4-5-3-2 span,
	ul li.child-text-4-5-3-4 span {
		height: 238.48px; overflow: hidden;
	}
	
	.child-text-4-6 {
		margin-bottom: 60px
	}
	
	.child-text-4-6-1 ul {
		width: 420px; 
	}
	
	.child-text-4-6-1 ul li:last-child {
		margin: 0;
	}
	
	.child-text-4-6-1-left {
		float: left;
	}
	
	.child-text-4-6-1-right {
		float: right;
	}
	
	.child-text-4-6-1 ul li {
		margin-bottom: 30px;
	}
	
	.child-text-4-6-1 ul li:last-child {
		margin: 0;
	}
	
	.child-text-4-6-1 ul li h2 {
	 	font-size: 20px; height: auto; line-height: 25px; text-indent: 25px; margin: 0 0 10px; background-position: left 6px;
	}
	
	.child-text-4-6-1 ul li p {
		 line-height: 30px; text-indent: 25px;
	}
	
	.child-text-4-7 {
		padding: 60px 0 60px;
	}
	
	.child-text-4-8 {
		margin: 60px 0 0;
	}
	
	.child-text-4-8-1 {
		line-height: 20px; 
	}
	
	.child-text-4-5-4 {
		margin-top: 30px;
	}
	
	.child-text-4-5-4 .child-text-4-5-2-1 {
		padding: 0 0 30px;
	}
	
	.child-text-4-9 {
		margin: 60px 0 0;
	}
	
	.child-text-4-9 .swiper-slide h2 {
		height: 46px; line-height: 46px;
	}
	
	.child-text-4-9 .swiper-slide h2 span {
		width: 70%; margin: 0 0 0 30px; height: 46px; line-height: 46px; font-size: 16px; 
	}
	
	.child-text-4-9 .swiper-container .swiper-pagination {
		 right: 25px; bottom: 10.5px;
	}
	
	/*核心优势-end*/

	.child-product-1 {
		margin-bottom: 60px;
	}

	.child-product-2 {
		margin-bottom: 120px;
	}

	.child-product-2 h2 {
		margin-bottom: 50px;
	}

	.child-product-2 h2 strong {
		font-size: 36px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.child-product-2 h2 span {
		font-size: 20px;
		line-height: 20px;
		height: 20px;
		letter-spacing: 2px;
	}

	.child-product-2-1,
	.child-product-2-2 {
		margin-bottom: 30px;
	}

	.child-product-2-1 span {
		width: 443px;
		height: 48px;
		float: left;
	}

	.child-product-2-1 span.active-5 {
		margin-left: 30px;
	}

	.child-product-2-1 span strong {
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		float: left;
		margin: 0 15px;
		width: 70px;
	}

	.child-product-2-1 span input {
		width: 343px;
		height: 48px;
		float: left;
		border-radius: 0 5px 5px 0;
	}

	.child-product-2-2 textarea {
		width: 100%;
		height: 183px;
		padding: 10px;
	}

	.child-product-2-3 button {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-product-2-3 button:hover {
		background-color: #fff;
		color: #22b14c;
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0,162,233,.2);
		-moz-box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
		box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
	}
	
	.child-product-3 {
		
	}
	
	.child-product-3-1 {
		margin: 0 0 100px;
	}
	
	.child-product-3-left {
		width: 450px; float: left;
	}
	
	.child-product-3-left h2 {
		display: block; margin: 150px 0 50px;
	}
	
	.child-product-3-right {
		width: 420px; float: right;
	}

	.child-new-list-1 {
		margin-bottom: 140px;
	}

	.child-new-lis-ul-1 {
		margin-bottom: 80px;
	}

	.child-new-lis-ul-1 li a {
		padding: 40px 0;
	}

	.child-new-list-1-left {
		width: 215px;
		text-align: center;
		float: left;
		margin: 7.5px 0;
	}

	.child-new-list-1-left strong {
		font-size: 90px;
		height: 90px;
		line-height: 90px;
	}

	.child-new-list-1-left b {
		text-align: center;
		font-size: 22px;
		height: 30px;
		line-height: 30px;
		letter-spacing: 2px;
	}

	.child-new-list-1-right {
		width: 705px;
		float: left;
	}

	.child-new-list-1-right h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
		width: 100%;
	}

	.child-new-list-1-right p {
		font-size: 14px;
		height: 50px;
		line-height: 25px;
		margin: 20px 0 40px;
	}

	.fy span {
		margin: 0 20px;
	}

	.BORDER {
		margin: 0 2.5px;
		padding: 0 8px;
		font-size: 14px;
	}

	.BORDER, .disbled {
		height: 37px;
		line-height: 37px;
	}

	.fy span .BORDER {
		padding: 0 10px;
	}

	.child-text-3 {
		margin-bottom: 140px;
		margin-top: 60px;
	}

	.child-title-4 {
		margin-bottom: 60px;
	}

	.child-title-4 h2 {
		font-size: 24px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.child-title-4 span {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.child-title-4 span a {
		font-size: 14px;
	}

	.child-new-lis-ul-2 {
		margin-bottom: 30px;
	}

	.child-new-lis-ul-2 li {
		width: 32%;
		margin-bottom: 50px;
	}

	.child-new-lis-ul-2 li.active-3 {
		margin-left: 2%;
		margin-right: 2%;
	}

	.child-new-lis-ul-2 li span {
		margin-bottom: 15px;
	}

	.child-new-lis-ul-2 li span i {
		width: 56px;
		height: 56px;
	}

	.child-new-lis-ul-2 li h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
	}
	
}

@media screen and (max-width:960px) and (min-width:640px) {
	/*小于960px 大于640px*/
	
	/*手机导航*/
	
	.top-nav-2 {
		background-color: #F2F2F2;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 3;
	}

	.page.pg-demo.active-1 {
		height: 100%;
	}

	.in-nav-1 {
		height: 100%;
		background-color: rgba(0,0,0,.9);
	}

	.am-menu-nav-1 a {
		color: #fff;
	}

	.top-nav a.am-menu-toggle {
	}

	.top-nav a.am-menu-toggle i.am-icon-list {
		width: 67%;
		height: 3px;
		background-color: #fff;
		display: block;
		border-radius: 5px;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		right: 0;
	}

	.top-nav a.am-menu-toggle:after {
		content: "";
		width: 100%;
		height: 3px;
		background-color: #fff;
		display: block;
		border-radius: 5px;
		position: absolute;
		top: 8px;
		right: 0;
	}

	.top-nav a.am-menu-toggle:before {
		content: "";
		width: 33%;
		height: 3px;
		background-color: #fff;
		display: block;
		border-radius: 5px;
		position: absolute;
		bottom: 8px;
		right: 0;
	}

	.top-nav a.logo {
		height: 50px;
		display: block;
		background-image: url(../img/logo.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 35px;
		float: left;
		max-width: 108px;
		min-width: 108px;
	}

	.top-nav.active-1 a.logo,
.top-nav.top-nav-2 a.logo {
		background-image: url(../img/logo-1.png);
	}

	.top-nav.top-nav-2 a.photo span {
		color: #202020;
	}

	.top-nav.top-nav-2 a.am-menu-toggle:before,
.top-nav.top-nav-2 a.am-menu-toggle:after,
.top-nav.top-nav-2 a.am-menu-toggle i {
		background-color: #202020;
	}

	.top-nav.active-1 .demo-bar {
		background-color: #ffffff;
	}

	.top-nav a.am-menu-toggle.am-active i {
		display: none;
	}

	.top-nav a.am-menu-toggle.am-active:before {
		background-color: #000;
		width: 100%;
		top: 18px;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
 	/* IE 9 */
		-moz-transform: rotate(-45deg);
 	/* Firefox */
		-webkit-transform: rotate(-45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(-45deg);
 	/* Opera */
	}

	.top-nav a.am-menu-toggle.am-active:after {
		background-color: #000;
		width: 100%;
		top: 18px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
 	/* IE 9 */
		-moz-transform: rotate(45deg);
 	/* Firefox */
		-webkit-transform: rotate(45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(45deg);
 	/* Opera */
	}

	.top-nav .demo-bar {
		padding: 0;
	}

	.top-nav .demo-bar div {
		margin: 0 64px 0 5px;
		display: -webkit-flex;
		display: flex;
	}

	.top-nav .demo-bar div a {
		display: block;
		-webkit-flex: 1;
		flex: 1;
	}

	.top-nav a.photo {
		height: 50px;
		line-height: 50px;
		overflow: hidden;
	}

	.top-nav a.photo span {
		display: table;
		color: #fff;
		height: 50px;
		line-height: 50px;
		font-size: 2rem;
		background-image: url(../img/a01.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto auto;
		text-indent: 30px;
		overflow: hidden;
		text-align: left;
		margin: 0 auto;
		min-width: 160px;
	}

	.rolling {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 50%;
		z-index: 3;
		transform: translate(-50%, 0);
	}

	.rolling i {
		width: 20px;
		height: 12px;
		display: block;
		margin-bottom: 0px;
		position: relative;
	}

	i.rolling-2:after,
	i.rolling-2:before {
		animation: myfirst-1 1s infinite;
		-moz-animation: myfirst-1 1s infinite;
/* Firefox */
		-webkit-animation: myfirst-1 1s  infinite;
 /* Safari and Chrome */
		-o-animation: myfirst-1 1s  infinite;
 /* Opera */
	}

	.rolling i:after {
		width: 20px;
		height: 2px;
		content: "";
		background-color: #fff;
		display: block;
		position: absolute;
		left: -7px;
		top: 0;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
 	/* IE 9 */
		-moz-transform: rotate(-45deg);
 	/* Firefox */
		-webkit-transform: rotate(-45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(-45deg);
 	/* Opera */
	}

	.rolling i:before {
		width: 20px;
		height: 2px;
		content: "";
		background-color: #fff;
		display: block;
		position: absolute;
		right: -7px;
		top: 0;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
 	/* IE 9 */
		-moz-transform: rotate(45deg);
 	/* Firefox */
		-webkit-transform: rotate(45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(45deg);
 	/* Opera */
	}

	.am-menu-nav li {
		position: relative;
	}

	li.am-parent i {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 9.8px;
		right: 10%;
		position: absolute;
		z-index: 3;
		background-image: url(../img/a17.png);
		background-position: center center;
		background-repeat: no-repeat;
	}

	.am-open i {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
 	/* IE 9 */
		-moz-transform: rotate(180deg);
 	/* Firefox */
		-webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(180deg);
 	/* Opera */
	}

	/*手机导航结束*/
	
	.in-public {
		width: 95%;
	}

	.top {
		padding: 10px 0; display: none;
	}
	
	.slideBox-1 {
		margin: 50px 0 0;
	}

	.top-left {
		float: left;
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		text-indent: 30px;
	}

	.top-right {
		float: right;
	}

	.top-right li {
		float: left;
	}

	.top-right-1 {
		width: 248px;
		border-radius: 30px;
		height: 32px;
	}

	.top-right-1 input {
		width: 211px;
		height: 32px;
		border-radius: 30px 0 0 30px;
		float: left;
		padding: 0 0 0 5px;
	}

	.top-right-1 button {
		width: 32px;
		height: 32px;
		float: right;
		border-radius: 0 30px 30px 0;
	}

	.top-right-2 {
		margin: 0 10px;
	}

	.top-right-3 div {
		position: absolute;
		left: 0;
		width: 100%;
		top: 51px;
	}

	.top-right-2 a span,
	.top-right-3 a span {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		float: left;
	}

	.top-right-2 a i,
	.top-right-3 a i {
		height: 32px;
		width: 32px;
		float: left;
	}
	
	.nav {
		display: none;
	}

	.nav a.logo {
		width: 174px;
		height: 60px;
		margin: 20px 0;
	}

	.nav-right>li {
		margin-left: 60px;
	}

	.nav-right>li>a {
		height: 100px;
		line-height: 100px;
		font-size: 16px;
		background-position: center 106px;
	}

	.nav-2 {
		top: 100px;
	}

	.nav-right>li:hover .nav-2 {
		height: 266px;
	}

	.nav-2-1 {
		display: table;
		margin: 35px auto;
		max-width: 70%;
	}

	.nav-2-1-left {
		float: left;
		width: 40%;
	}

	.nav-2-1-left img {
		width: 100%;
		height: auto;
	}

	.nav-2-1-right {
		float: right;
		width: 55%;
		margin-left: 5%;
	}

	.nav-2-1-right li {
		float: left;
		width: 50%;
	}

	.nav-2-1-right li a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.slideBox-1 .hd {
		bottom: 40px;
	}

	.slideBox-1 .hd ul li {
		margin: 0 13px;
		width: 10px;
		height: 10px;
	}

	.slideBox-1 .next,
	.slideBox-1 .prev {
		margin-top: -27.5px;
		width: 30px;
		height: 55px;
	}

	.slideBox-1 .prev {
		left: 3%;
	}

	.slideBox-1 .next {
		right: 3%;
	}

	.in-title-1 {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		margin: 0 0 30px;
	}

	.in-column-1 {
		padding: 30px 0;
	}

	.in-column-1 li a {
		width: 100%; height: auto; background-image: none; background-color: #22b14c; border-radius: 5px; padding: 0 0 20px;
	}

	.in-column-1 li a i {
		margin: 20px auto 20px;
		width: 76px;
	}

	.in-column-1 li a span {
		font-size: 20px; color: #fff;
	}

	.in-column-1 li a div {
		width: 100%; height: auto; background-image: none; color: #202020;
	}

	.in-column-1 li a div h2 {
		display: none;
	}

	.in-column-1 li a div p {
		width: 90%;
		font-size: 14px;
		height: 120px;
		overflow: hidden;
		line-height: 20px;
		color: #fff;
	}
	
	.in-column-2 {
		margin: 60px 0;
	}

	.in-column-2 .slideTxtBox .hd {
		display: table;
	}

	.in-column-2 .slideTxtBox .hd ul li {
		
	}

	.in-column-2 .slideTxtBox .hd ul li span {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-column-2 .slideTxtBox .hd ul li i {
		margin: 0 0 15px;
	}

	.in-column-2 .slideTxtBox .hd ul li i img {
		width: 146px;
		height: auto;
	}

	.in-column-2 .slideTxtBox .bd {
		width: 100%;
		height: auto;
		background-color: #fafafa;
		margin: 0 0 30px;
		background-image: none;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 {
		width: 100%;
		height: auto;
		background-image: none;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span {
		width: 100%;
		height: auto;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span img {
		width: 100%; height: auto;
	}
	
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	
	.in-column-2 .slideTxtBox .arrow a {
		width: 48px;
		height: 48px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -24px;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.in-column-2 .slideTxtBox .arrow a.next {
		left: 10px; 
	}

	.in-column-2 .slideTxtBox .arrow a.prev {
		right:10px;
	}
	
	.in-column-2 .slideTxtBox .hd ul {
		display: -webkit-flex;
    display: flex;
	}
	
	.in-column-2 .slideTxtBox .hd ul li {
	 	-webkit-flex: 1;
    	flex: 1;
    	min-width: 180px;
    	margin: 0 10px;
	 }
	
	/*slide-end*/
	
	.in-column-3 {
		margin: 0px 0 30px;
	}

	.in-column-3 .bd {
		margin-bottom: 20px;
	}

	.in-column-3 .bd li div.in-public {
		width: 100%; background-color: #F2F2F2; padding: 20px 0;
	}
	
	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		width: 100%;
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 div {
		margin: 20px 20px 0;
	}

	.slideBox-3-1 h2 i {
		width: 44px;
		height: 4px;
		margin-bottom: 20px;
		background-color: #007AFF;
	}

	.slideBox-3-1 h2 strong {
		font-size: 30px;
		height: 30px;
		color: #202020;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.slideBox-3-1 h2 span {
		font-size: 20px;
		height: 20px;
		color: #202020;
		line-height: 20px;
		margin: 10px 0 0;
	}

	.slideBox-3-1 p {
		font-size: 16px;
		margin: 20px 0 0;
		height: auto;
		line-height: 30px;
	}

	.slideBox-3 .hd .pageState {
		float: left;
		height: 25px;
		line-height: 25px;
		margin-right: 50px;
	}

	.slideBox-3 .hd a {
		float: left;
		width: 36px;
		height: 25px;
	}

	.slideBox-3 .hd a.next {
		margin-left: 20px;
	}

	.in-column-4 {
		margin-bottom: 30px;
	}

	.in-bd-2-left {
		width: 100%; margin-bottom: 30px;
	}

	.in-bd-2-1 img {
		width: 100%;
		height: auto;
	}

	.in-bd-2-2 {
		height: 140px;
	}

	.in-bd-2-2-1 {
		width: 90%;
		position: absolute;
		left: 5%;
		top: -60px;
		height: 175px;
	}

	.in-bd-2-2-1 div {
		width: 90%;
		height: 135px;
		margin: 20px auto 20px;
	}

	.in-bd-2-2-1 div h2 span,
	.in-bd-2-right-2 span {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.in-bd-2-2-1 div p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin: 15px 0 20px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-2-1 div i,
	.in-bd-2-right-2 i {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}

	.in-bd-2-right {
		width: 100%;
	}

	.in-bd-2-right li {
	}

	li.active-4 {
		margin-bottom: 30px;
	}

	.in-bd-2-right li a {
		height: auto; padding: 19.5px 0;
		
		display: -webkit-flex;
   	 	display: flex;
		
	}

	.in-bd-2-right-1 {
		width: 100px;
		max-width: 100px;
		min-width: 100px;
		height: 114px;
		float: left;
		
		-webkit-flex: 1;
    	flex: 1;
		
		margin: 18.5px 0 18.5px 20px;
	}

	.in-bd-2-right-1 i {
		font-size: 55px;
		height: 55px;
		line-height: 55px;
		margin: 17px 0 5px;
	}

	.in-bd-2-right-1 strong {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.in-bd-2-right-2 {
		-webkit-flex: 1;
    	flex: 1;
    
		float: left;
		margin: 0px 20px 0px 0;
		height: auto;
	}

	.in-bd-2-right-2 h2 {
		width: 100%;
		margin:20px auto 10px;
	}
	
	.in-bd-2-right-2 h2 span {
		width: 95%; margin: 0 auto 10px;
	}

	.in-bd-2-right-2 p {
		width: 95%;
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin: 0px auto 10px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-right-2 i {
		width: 95%; margin: 0 auto 20px;
	}

	.slideTxtBox-3 .hd {
		margin-bottom: 60px;
	}

	.slideTxtBox-3 .hd ul {
		width: 272px;
	}

	.slideTxtBox-3 .hd ul li {
		float: left;
	}

	.slideTxtBox-3 .hd ul li span {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 span {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1:after {
		right: 0;
	}

	.slideTxtBox-3 .hd ul li.active-1:after,
	.slideTxtBox-3 .hd ul li.active-1:before {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-more-1 {
		width: 178px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
		border-radius: 5px;
		margin: 30px auto 0;
	}

	.in-column-5 {
		height: 400px;
	}

	.in-column-5 .in-public {
		margin-top: 102.5px;
	}

	.in-column-5-left {
		width: 100%;
	}

	.in-column-5-left span a {
		float: left;
		width: 25%;
	}

	.in-column-5-left span a i {
		width: 74px;
		height: 74px;
		border: 1px solid #fff;
		border-radius: 90%;
		margin: 0 auto 15px;
	}

	.in-column-5-left span a i img {
		width: 45px;
		height: 43px;
		margin: 15.5px auto;
	}

	.in-column-5-left span a strong {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.in-column-5-left h2 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.in-column-5-right {
		display: none;
	}

	.in-column-5-right h2 i {
		width: 80px;
		margin: 13.5px 0;
	}

	.in-column-5-right h2 span {
		height: 28px;
		line-height: 28px;
		font-size: 26px;
		margin: 0 10px;
	}

	.in-column-5-right strong {
		height: 35px;
		line-height: 35px;
		font-size: 34px;
		text-indent: 50px;
		letter-spacing: 2px;
		margin: 20px 0 40px;
	}

	.in-column-5-right a {
		width: 240px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
	}

	.in-column-6 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.in-column-6-1-left {
		width: 100%;
		height: auto;
	}

	.in-column-6-1-left img {
		width: 100%;
		height: auto;
	}

	.in-column-6-1-right {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.in-column-6-1-right i {
		display: none;
	}

	.in-column-6-1-right div {
		width: 95%;
		height: auto;
		margin: 20px auto;
	}

	.in-column-6-1-right div h2 {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}

	.in-column-6-1-right div p {
		font-size: 14px;
		margin: 10px 0;
		height: auto;
		line-height: 25px;
	}

	.in-column-6-1-right div a {
		width: 178px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
	}

	.in-column-6-1-right div a:hover {
		background-color: #22b14c;
		border-color: #22b14c;
		color: #fff;
	}

	.in-footer-1 {
		padding: 30px 0 30px;
	}

	.in-footer-1-1 {
		float: left;
		width: 16.66%;
	}

	.in-footer-1-1 h2 {
		margin-bottom: 10px;
	}

	.in-footer-1-1 h2 a {
		font-size: 16px;
	}

	.in-footer-1-1 span a {
		font-size: 14px;
		height: auto;
		line-height: 30px;
	}

	.in-footer-1-2 {
		display: none;
	}

	.in-footer-1-2 span {
		margin-bottom: 10px;
	}

	.in-footer-1-2 strong {
		font-size: 14px;
	}

	.in-footer-2 {
		padding:20px 0;
	}

	.in-footer-2-left {
		width: 100%;
	}

	.in-footer-2-left p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.in-footer-2-right {
		width: 100%;
	}

	.in-footer-2-right p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		text-align: left;
	}

	.in-footer-2-right p a {
		font-size: 14px;
	}
	
	#kf-z {
		display: none;
	} 
	
	/*首页结束*/
	
	.child-title-1 strong {
		font-size: 24px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.child-title-1 span {
		font-size: 20px;
	}

	.child-nav-2 {
		position: absolute;
		left: 0;
		top: -40px;
		border-top: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-container-2 {
		border-left: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide {
		float: left;
		border-right: 1px solid rgba(255,255,255,.2);
	}

	.child-nav-2 .swiper-slide a {
		height: 37px;
		line-height: 37px;
		display: block;
		text-align: center;
		border-top: 2px solid rgba(0,167,239,0);
	}

	.child-nav-2 .swiper-slide a span {
		height: 18px;
		line-height: 18px;
		font-size: 16px;
		color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover,
	.child-nav-2 .swiper-slide.active-2 a {
		border-color: #22b14c;
		background-color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover span,
	.child-nav-2 .swiper-slide.active-2 a span {
		color: #22b14c;
	}

	.child-title-2 {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.child-title-2 span {
		margin-right: 5px;
	}

	.slideBox-4 {
		margin-bottom: 40px;
	}

	.child-text-1-right {
		margin-top: 30px;
	}

	.child-text-1-right-1-1 {
		min-width: 40px; max-width: 40px;  
	}
	
	.child-text-1-right-1-2 {
		min-width: 120px; max-width: 120px;
	}
	
	.child-text-1-right h2 {
		display: block; margin: 0 0 20px; font-size: 22px;
		height: 25px;
		line-height: 25px;
	}

	.child-text-1-right p.child-text-1-right-p-1 {
		display: block; font-size: 14px; color: #787878; margin: 10px 0 30px;
	}

	.child-text-1-right a {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-title-3 {
		margin-bottom: 30px;
	}

	.child-title-3 span {
		padding: 15px 40px;
	}

	.child-title-3 span strong {
		height: 18px;
		line-height: 18px;
	}

	.child-text-2 {
		line-height: 30px;
		font-size: 14px;
	}
	
	.child-title-5 {
		margin: 0 0 30px;
	}

	.child-title-5 strong {
		font-size: 18px; line-height: 20px;
	}

	.child-title-5 span {
		margin: 10px 0;
	}

	.child-title-5 span i {
		width: 20px; height: 3px; 
	}

	.child-title-5 p {
		font-size: 14px; line-height: 14px;
	}

	.child-text-4-1 {
		margin: 0 0 40px;
}

	.child-text-4-1-left {
		width: 100%; margin: 0 0 30px;
	}
	
	.child-text-4-1-left .swiper-button-prev, 
	.child-text-4-1-left .swiper-button-next {
		width: 40px; height: 80px;
	}
	
	.child-text-4-4 .swiper-button-prev, 
	.child-text-4-4 .swiper-button-next {
		width: 40px; height:80px ;
	}

	.child-text-4-1-right {
		width: 100%;
	}

	.child-text-4-2 {
		padding: 40px 0;
	}

	.child-text-4-2 .swiper-button-white {
		display: none;
	}

	.child-text-4-2 .gallery-thumbs {
		height: 40px;
		width: 100%;
		margin: 30px 0 0;
		float: left;
	}

	.child-text-4-2 .in-public:before {
		display: none;
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:after {
		display: none
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:before {
		display: none;
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide-thumb-active {
		background-color: rgba(255,255,255,.5); border-radius: 3px;
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide-thumb-active span {
		color: #000;
	}
	
	.child-text-4-2 .gallery-thumbs span {
		position: absolute; left: 0; top: 50%; font-size: 24px; 
		
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		
	}
	
	.child-text-4-2 .gallery-top {
		height: 450px;
		width: 100%;
	}
	
	
	.child-text-4-2 .gallery-top ul li strong {
	    max-width: 60px;
	    min-width: 60px;
	    height: 37.5px; line-height: 37.5px; font-size: 16px;
	}
	
	.child-text-4-2 .gallery-top ul li p {
	    height: 37.5px; line-height: 37.5px; font-size: 16px;
	}
	
	.child-text-4-3 {
		margin: 40px 0;
	}
	
	.child-text-4-3-left {
		width: 100%; margin: 0 0 30px;
	}
	
	.child-text-4-3-left-1 {
		font-size: 14px; line-height: 25px; 
	}
	
	.child-text-4-3-left-2 {
		margin:10px 0 0;
	}
	
	.child-text-4-3-left-2 span img {
		width: 143px;
		height: 143px;
		margin: 0 auto;
	 }
	
	.child-text-4-3-right {
		width: 100%;
	}
	
	.child-text-4-4 {
		margin: 0 0 40px;	
	}
	
	.child-text-4-4-left {
		width: 100%; 
	}
	
	.child-text-4-4-left .swiper-container {
		padding: 0 0 30px;
	}
	
	.child-text-4-4-left .swiper-container .swiper-pagination {
		bottom: 0px;
	}
	
	.child-text-4-4-right {
		width: 100%; margin: 20px 0 0;
	}
	
	.child-text-4-4-right div {
		
	}
	
	.child-text-4-4-right h2 {
	 	font-size: 18px; line-height: 20px; margin: 0px 0 10px;
	 }
	 
	.child-text-4-4-right p {
	 	font-size: 14px; line-height: 20px; margin: 0 0 20px;
	 }
	 
	 /*核心优势*/
	
	.child-text-4-5-1-left {
		width: 100%; margin-bottom: 30px
	}
	
	.child-text-4-5-1-left h2 {
		 font-size: 20px; line-height: 25px; margin: 0px 0 20px;
	}
	
	.child-text-4-5-1-left div {
		font-size: 14px; color: #787878; text-align: justify;
	}
	
	.child-text-4-5-1-right {
		width: 100%;
	}
	
	.child-text-4-5-2 {
		 padding: 30px 0; margin: 30px 0 0;
	}
	
	.child-text-4-5-2-1 {
		width: 100%; 
	}
	
	.child-text-4-5-2-1 .swiper-button-prev {
		left: 0; 
	}
	
	.child-text-4-5-2-1 .swiper-button-next {
		right: 0; 
	}
	
	.child-text-4-5-3 {
		margin-top: 30px; margin-bottom: 30px;
	}
	
	.child-text-4-5-3 li {
		width:100%;
	}
	
	.child-text-4-5-3-2 {
		margin: 30px 0;
	}
	
	.child-text-4-5-3-4 {
		margin: 30px 0 0;
	}
	
	.child-text-4-5-3 li h2 {
		height: 40px; line-height: 40px; font-size: 16px; overflow: hidden;
	}
	
	.child-text-4-5-3-1:after,
	.child-text-4-5-3-2:after,
	.child-text-4-5-3-3:after {
		display: none;
	}
	
	.child-text-4-6 {
		margin-bottom: 30px
	}
	
	.child-text-4-6-1 ul {
		width: 100%; 
	}
	
	.child-text-4-6-1 ul li {
		margin-bottom: 30px;
	}
	
	.child-text-4-6-1 ul li:last-child {
		
	}
	
	.child-text-4-6-1 ul li h2 {
	 	font-size: 20px; height: auto; line-height: 25px; text-indent: 25px; margin: 0 0 10px; background-position: left 6px;
	}
	
	.child-text-4-6-1 ul li p {
		 line-height: 30px; text-indent: 25px;
	}
	
	.child-text-4-7 {
		padding: 30px 0 30px;
	}
	
	.child-text-4-8 {
		margin: 30px 0 0;
	}
	
	.child-text-4-8-1 {
		line-height: 30px; 
	}
	
	.child-text-4-5-4 {
		margin-top: 30px;
	}
	
	.child-text-4-5-4 .child-text-4-5-2-1 {
		padding: 0 0 30px;
	}

	.child-text-4-9 {
		margin: 30px 0 0;
	}
	
	.child-text-4-9 .swiper-slide h2 {
		height: 46px; line-height: 46px;
	}
	
	.child-text-4-9 .swiper-slide h2 span {
		width: 70%; margin: 0 0 0 30px; height: 46px; line-height: 46px; font-size: 16px; 
	}
	
	.child-text-4-9 .swiper-container .swiper-pagination {
		 right: 25px; bottom: 10.5px;
	}
	
	/*核心优势-end*/

	.child-product-1 {
		margin-bottom: 40px;
	}

	.child-product-2 {
		margin-bottom: 40px;
	}

	.child-product-2 h2 {
		margin-bottom: 30px;
	}

	.child-product-2 h2 strong {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
		margin-bottom: 10px;
	}

	.child-product-2 h2 span {
		font-size: 20px;
		line-height: 20px;
		height: 20px;
		letter-spacing: 2px;
	}

	.child-product-2-1,
	.child-product-2-2 {
		margin-bottom: 30px;
		box-sizing: border-box;
	}

	.child-product-2-1 span {
		width: 48%;
		height: 48px;
		float: left;
		display: -webkit-flex;
    	display: flex;
	}

	.child-product-2-1 span.active-5 {
		float: right;
	}

	.child-product-2-1 span strong {
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		float: left;
		margin: 0 5px;
		max-width: 70px;
		min-width: 70px;
		-webkit-flex: 1;
    	flex: 1;
	}

	.child-product-2-1 span input {
		-webkit-flex: 1;
    	flex: 1;
		height: 48px;
		border-radius: 0 5px 5px 0;
	}

	.child-product-2-2 textarea {
		width: 100%;
		box-sizing: border-box;
		height: 183px;
		padding: 5px;
	}

	.child-product-2-3 button {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-product-2-3 button:hover {
		background-color: #fff;
		color: #22b14c;
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0,162,233,.2);
		-moz-box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
		box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
	}
	
	.child-product-3 {
		
	}
	
	.child-product-3-1 {
		margin: 0 0 60px;
	}
	
	.child-product-3-left {
		width:100%; margin: 0 0 30px;
	}
	
	.child-product-3-left h2 {
		display: block; margin: 40px 0 30px;
	}
	
	.child-product-3-right {
		width: 100%;
	}
	
	.child-product-3-right img {
		width: 100%;
	}

	.child-new-list-1 {
		margin-bottom: 60px;
	}

	.child-new-lis-ul-1 {
		margin-bottom: 40px;
	}

	.child-new-lis-ul-1 li a {
		padding: 20px 0;
		
		display: -webkit-flex;
    	display: flex;
	}

	.child-new-list-1-left {
		min-width: 100px;
		max-width: 100px;
		text-align: center;
		float: left;
		margin: 7.5px 0;
		
		-webkit-flex: 1;
    	flex: 1;
		
	}

	.child-new-list-1-left strong {
		font-size: 60px;
		height:60px;
		line-height: 60px;
	}

	.child-new-list-1-left b {
		text-align: center;
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}

	.child-new-list-1-right {

		
		-webkit-flex: 1;
    flex: 1;
	}

	.child-new-list-1-right h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
		width: 100%;
	}

	.child-new-list-1-right p {
		font-size: 14px;
		height: 50px;
		line-height: 25px;
		margin: 20px 0 20px;
	}

	.fy span {
		margin: 0 20px;
	}

	.BORDER {
		margin: 0 2.5px;
		padding: 0 8px;
		font-size: 14px;
	}

	.BORDER, .disbled {
		height: 37px;
		line-height: 37px;
	}

	.fy span .BORDER {
		padding: 0 10px;
	}

	.child-text-3 {
		margin-bottom: 140px;
		margin-top: 60px;
	}

	.child-title-4 {
		margin-bottom: 60px;
	}

	.child-title-4 h2 {
		font-size: 24px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.child-title-4 span {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.child-title-4 span a {
		font-size: 14px;
	}

	.child-new-lis-ul-2 {
		margin-bottom: 30px;
	}

	.child-new-lis-ul-2 li {
		width: 32%;
		margin-bottom: 30px;
	}

	.child-new-lis-ul-2 li.active-3 {
		margin-left: 2%;
		margin-right: 2%;
	}

	.child-new-lis-ul-2 li span {
		margin-bottom: 15px;
	}

	.child-new-lis-ul-2 li span i {
		width: 56px;
		height: 56px;
	}

	.child-new-lis-ul-2 li h2 {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
	}
	
}

@media screen and (max-width:640px) and (min-width:320px) {
	/*小于640px 大于320px*/
	
	/*手机导航*/
	
	.top-nav-2 {
		background-color: #F2F2F2;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 3;
	}

	.page.pg-demo.active-1 {
		height: 100%;
	}

	.in-nav-1 {
		height: 100%;
		background-color: rgba(0,0,0,.9);
	}

	.am-menu-nav-1 a {
		color: #fff;
	}

	.top-nav a.am-menu-toggle {
	}

	.top-nav a.am-menu-toggle i.am-icon-list {
		width: 67%;
		height: 3px;
		background-color: #fff;
		display: block;
		border-radius: 5px;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		right: 0;
	}

	.top-nav a.am-menu-toggle:after {
		content: "";
		width: 100%;
		height: 3px;
		background-color: #fff;
		display: block;
		border-radius: 5px;
		position: absolute;
		top: 8px;
		right: 0;
	}

	.top-nav a.am-menu-toggle:before {
		content: "";
		width: 33%;
		height: 3px;
		background-color: #fff;
		display: block;
		border-radius: 5px;
		position: absolute;
		bottom: 8px;
		right: 0;
	}

	.top-nav a.logo {
		height: 50px;
		display: block;
		background-image: url(../img/logo.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 35px;
		float: left;
		max-width: 108px;
		min-width: 108px;
	}

	.top-nav.active-1 a.logo,
.top-nav.top-nav-2 a.logo {
		background-image: url(../img/logo-1.png);
	}

	.top-nav.top-nav-2 a.photo span {
		color: #202020;
	}

	.top-nav.top-nav-2 a.am-menu-toggle:before,
.top-nav.top-nav-2 a.am-menu-toggle:after,
.top-nav.top-nav-2 a.am-menu-toggle i {
		background-color: #202020;
	}

	.top-nav.active-1 .demo-bar {
		background-color: #ffffff;
	}

	.top-nav a.am-menu-toggle.am-active i {
		display: none;
	}

	.top-nav a.am-menu-toggle.am-active:before {
		background-color: #000;
		width: 100%;
		top: 18px;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
 	/* IE 9 */
		-moz-transform: rotate(-45deg);
 	/* Firefox */
		-webkit-transform: rotate(-45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(-45deg);
 	/* Opera */
	}

	.top-nav a.am-menu-toggle.am-active:after {
		background-color: #000;
		width: 100%;
		top: 18px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
 	/* IE 9 */
		-moz-transform: rotate(45deg);
 	/* Firefox */
		-webkit-transform: rotate(45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(45deg);
 	/* Opera */
	}

	.top-nav .demo-bar {
		padding: 0;
	}

	.top-nav .demo-bar div {
		margin: 0 64px 0 5px;
		display: -webkit-flex;
		display: flex;
	}

	.top-nav .demo-bar div a {
		display: block;
		-webkit-flex: 1;
		flex: 1;
	}

	.top-nav a.photo {
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		display: none !important;
	}

	.top-nav a.photo span {
		display: table;
		color: #fff;
		height: 50px;
		line-height: 50px;
		font-size: 2rem;
		background-image: url(../img/a01.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto auto;
		text-indent: 30px;
		overflow: hidden;
		text-align: left;
		margin: 0 auto;
		min-width: 160px;
	}

	.rolling {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 50%;
		z-index: 3;
		transform: translate(-50%, 0);
	}

	.rolling i {
		width: 20px;
		height: 12px;
		display: block;
		margin-bottom: 0px;
		position: relative;
	}

	i.rolling-2:after,
	i.rolling-2:before {
		animation: myfirst-1 1s infinite;
		-moz-animation: myfirst-1 1s infinite;
/* Firefox */
		-webkit-animation: myfirst-1 1s  infinite;
 /* Safari and Chrome */
		-o-animation: myfirst-1 1s  infinite;
 /* Opera */
	}

	.rolling i:after {
		width: 20px;
		height: 2px;
		content: "";
		background-color: #fff;
		display: block;
		position: absolute;
		left: -7px;
		top: 0;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
 	/* IE 9 */
		-moz-transform: rotate(-45deg);
 	/* Firefox */
		-webkit-transform: rotate(-45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(-45deg);
 	/* Opera */
	}

	.rolling i:before {
		width: 20px;
		height: 2px;
		content: "";
		background-color: #fff;
		display: block;
		position: absolute;
		right: -7px;
		top: 0;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
 	/* IE 9 */
		-moz-transform: rotate(45deg);
 	/* Firefox */
		-webkit-transform: rotate(45deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(45deg);
 	/* Opera */
	}

	.am-menu-nav li {
		position: relative;
	}

	li.am-parent i {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 9.8px;
		right: 10%;
		position: absolute;
		z-index: 3;
		background-image: url(../img/a17.png);
		background-position: center center;
		background-repeat: no-repeat;
	}

	.am-open i {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
 	/* IE 9 */
		-moz-transform: rotate(180deg);
 	/* Firefox */
		-webkit-transform: rotate(180deg);
 /* Safari 和 Chrome */
		-o-transform: rotate(180deg);
 	/* Opera */
	}

	/*手机导航结束*/
	
	.in-public {
		width: 99%;
	}

	.top {
		padding: 10px 0; display: none;
	}
	
	.slideBox-1 {
		margin: 50px 0 0;
	}

	.top-left {
		float: left;
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		text-indent: 30px;
	}

	.top-right {
		float: right;
	}

	.top-right li {
		float: left;
	}

	.top-right-1 {
		width: 248px;
		border-radius: 30px;
		height: 32px;
	}

	.top-right-1 input {
		width: 211px;
		height: 32px;
		border-radius: 30px 0 0 30px;
		float: left;
		padding: 0 0 0 5px;
	}

	.top-right-1 button {
		width: 32px;
		height: 32px;
		float: right;
		border-radius: 0 30px 30px 0;
	}

	.top-right-2 {
		margin: 0 10px;
	}

	.top-right-3 div {
		position: absolute;
		left: 0;
		width: 100%;
		top: 51px;
	}

	.top-right-2 a span,
	.top-right-3 a span {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		float: left;
	}

	.top-right-2 a i,
	.top-right-3 a i {
		height: 32px;
		width: 32px;
		float: left;
	}
	
	.nav {
		display: none;
	}

	.nav a.logo {
		width: 174px;
		height: 60px;
		margin: 20px 0;
	}

	.nav-right>li {
		margin-left: 60px;
	}

	.nav-right>li>a {
		height: 100px;
		line-height: 100px;
		font-size: 16px;
		background-position: center 106px;
	}

	.nav-2 {
		top: 100px;
	}

	.nav-right>li:hover .nav-2 {
		height: 266px;
	}

	.nav-2-1 {
		display: table;
		margin: 35px auto;
		max-width: 70%;
	}

	.nav-2-1-left {
		float: left;
		width: 40%;
	}

	.nav-2-1-left img {
		width: 100%;
		height: auto;
	}

	.nav-2-1-right {
		float: right;
		width: 55%;
		margin-left: 5%;
	}

	.nav-2-1-right li {
		float: left;
		width: 50%;
	}

	.nav-2-1-right li a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.slideBox-1 .hd {
		bottom: 5px;
	}

	.slideBox-1 .hd ul li {
		margin: 0 13px;
		width: 10px;
		height: 10px;
	}

	.slideBox-1 .next,
	.slideBox-1 .prev {
		margin-top: -27.5px;
		width: 30px;
		height: 55px;
	}

	.slideBox-1 .prev {
		left: 3%;
	}

	.slideBox-1 .next {
		right: 3%;
	}

	.in-title-1 {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		margin: 0 0 30px;
	}

	.in-column-1 {
		padding: 30px 0;
	}
	
	.in-column-1 li {
		display: block; width: 100%;
	}

	.in-column-1 li a {
		width: 100%; height: auto; background-image: none; background-color: #22b14c; border-radius: 5px; padding: 0 0 20px;
	}

	.in-column-1 li a i {
		margin: 20px auto 20px;
		width: 76px;
	}

	.in-column-1 li a span {
		font-size: 20px; color: #fff;
	}

	.in-column-1 li a div {
		width: 100%; height: auto; background-image: none; color: #fff;
	}

	.in-column-1 li a div h2 {
		display: none;
	}

	.in-column-1 li a div p {
		width: 90%;
		font-size: 14px;
		height: 120px;
		overflow: hidden;
		line-height: 20px;
	}
	
	.in-column-2 {
		margin: 30px 0;
	}

	.in-column-2 .slideTxtBox .hd {
		width: 100%;
	}

	.in-column-2 .slideTxtBox .hd ul li {
		
	}

	.in-column-2 .slideTxtBox .hd ul li span {
		height: auto;
		line-height: 20px;
		font-size: 14px;
	}

	.in-column-2 .slideTxtBox .hd ul li i {
		margin: 0 0 15px;
	}

	.in-column-2 .slideTxtBox .hd ul li i img {
		width: 100%;
		height: auto;
	}

	.in-column-2 .slideTxtBox .bd {
		width: 100%;
		height: auto;
		background-color: #fafafa;
		margin: 0 0 30px;
		background-image: none;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 {
		width: 100%;
		height: auto;
		background-image: none;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span {
		width: 100%;
		height: auto;
	}

	.in-column-2 .slideTxtBox .bd .in-bd-1 span img {
		width: 100%; height: auto;
	}
	
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	
	.in-column-2 .slideTxtBox .arrow a {
		width: 48px;
		height: 48px;
		display: block;
		position: absolute;
		top: 100%;
		margin-top: -96px;
		z-index: 2;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.in-column-2 .slideTxtBox .arrow a.next {
		left: 50%; margin-left: -48px;
	}
	
	.in-column-2 .slideTxtBox .arrow {
		display: none;
	}

	.in-column-2 .slideTxtBox .arrow a.prev {
		right: 50%; margin-right: -48px;
	}
	
	.in-column-2 .slideTxtBox .hd ul {
		display: -webkit-flex;
    display: flex;
	}
	
	.in-column-2 .slideTxtBox .hd ul li {
	 	-webkit-flex: 1;
    	flex: 1;
	 }
	
	/*slide-end*/
	
	.in-column-3 {
		margin: 0px 0 30px;
	}

	.in-column-3 .bd {
		margin-bottom: 20px;
	}

	.in-column-3 .bd li div.in-public {
		width: 100%; background-color: #F2F2F2; padding: 20px 0;
	}
	
	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 {
		width: 100%;
	}

	.in-column-3 .bd li div.in-public .slideBox-3-1 div {
		margin: 10px 10px 0;
	}

	.slideBox-3-1 h2 i {
		width: 44px;
		height: 4px;
		margin-bottom: 20px;
		background-color: #007AFF;
	}

	.slideBox-3-1 h2 strong {
		font-size: 18px;
		height: 20px;
		color: #202020;
		line-height: 20px;
	}

	.slideBox-3-1 h2 span {
		font-size: 16px;
		height: 20px;
		color: #202020;
		line-height: 20px;
		margin: 10px 0 0;
	}

	.slideBox-3-1 p {
		font-size: 16px;
		margin: 10px 0 0;
		height: auto;
		line-height: 30px;
	}

	.slideBox-3 .hd .pageState {
		float: left;
		height: 25px;
		line-height: 25px;
		margin-right: 50px;
	}

	.slideBox-3 .hd a {
		float: left;
		width: 36px;
		height: 25px;
	}

	.slideBox-3 .hd a.next {
		margin-left: 20px;
	}

	.in-column-4 {
		margin-bottom: 30px;
	}

	.in-bd-2-left {
		width: 100%; margin-bottom: 30px;
	}

	.in-bd-2-1 img {
		width: 100%;
		height: auto;
	}

	.in-bd-2-2 {
		height: auto; overflow: hidden;
	}

	.in-bd-2-2-1 {
		width: 90%; overflow: hidden; margin: 20px auto;
	}

	.in-bd-2-2-1 div {
		width: 90%;
		height: auto;
		margin: 10px auto;
	}

	.in-bd-2-2-1 div h2 span,
	.in-bd-2-right-2 span {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.in-bd-2-2-1 div p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin: 10px 0 10px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-2-1 div i,
	.in-bd-2-right-2 i {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}

	.in-bd-2-right {
		width: 100%;
	}

	.in-bd-2-right li {
	}

	li.active-4 {
		margin-bottom: 30px;
	}

	.in-bd-2-right li a {
		height: auto; padding: 10px 0;

	}

	.in-bd-2-right-1 {
		display: none;
	}

	.in-bd-2-right-2 {
		width: 95%; margin: 0 auto; overflow: hidden;
	}

	.in-bd-2-right-2 h2 {
		width: 100%;
		margin:20px auto 10px;
	}
	
	.in-bd-2-right-2 h2 span {
		width: 95%; margin: 0 auto 10px;
	}

	.in-bd-2-right-2 p {
		width: 95%;
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin: 0px auto 10px;
		-webkit-line-clamp: 2;
	}

	.in-bd-2-right-2 i {
		width: 95%; margin: 0 auto 20px;
	}

	.slideTxtBox-3 .hd {
		margin-bottom: 30px;
	}

	.slideTxtBox-3 .hd ul {
		width: 272px;
	}

	.slideTxtBox-3 .hd ul li {
		float: left;
	}

	.slideTxtBox-3 .hd ul li span {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1 span {
		margin: 0 20px;
	}

	.slideTxtBox-3 .hd ul li.active-1:after {
		right: 0;
	}

	.slideTxtBox-3 .hd ul li.active-1:after,
	.slideTxtBox-3 .hd ul li.active-1:before {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.in-more-1 {
		width: 178px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
		border-radius: 5px;
		margin: 30px auto 0;
	}

	.in-column-5 {
		display: none;
	}

	.in-column-5 .in-public {
		margin-top: 102.5px;
	}

	.in-column-5-left {
		width: 100%;
	}

	.in-column-5-left span a {
		float: left;
		width: 25%;
	}

	.in-column-5-left span a i {
		width: 74px;
		height: 74px;
		border: 1px solid #fff;
		border-radius: 90%;
		margin: 0 auto 15px;
	}

	.in-column-5-left span a i img {
		width: 45px;
		height: 43px;
		margin: 15.5px auto;
	}

	.in-column-5-left span a strong {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.in-column-5-left h2 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.in-column-5-right {
		display: none;
	}

	.in-column-5-right h2 i {
		width: 80px;
		margin: 13.5px 0;
	}

	.in-column-5-right h2 span {
		height: 28px;
		line-height: 28px;
		font-size: 26px;
		margin: 0 10px;
	}

	.in-column-5-right strong {
		height: 35px;
		line-height: 35px;
		font-size: 34px;
		text-indent: 50px;
		letter-spacing: 2px;
		margin: 20px 0 40px;
	}

	.in-column-5-right a {
		width: 240px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
	}

	.in-column-6 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.in-column-6-1-left {
		width: 100%;
		height: auto;
	}

	.in-column-6-1-left img {
		width: 100%;
		height: auto;
	}

	.in-column-6-1-right {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.in-column-6-1-right i {
		display: none;
	}

	.in-column-6-1-right div {
		width: 95%;
		height: auto;
		margin: 20px auto;
	}

	.in-column-6-1-right div h2 {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}

	.in-column-6-1-right div p {
		font-size: 14px;
		margin: 20px 0;
		height: auto;
		line-height: 25px;
	}

	.in-column-6-1-right div a {
		width: 178px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
		margin: 0 auto;
	}

	.in-column-6-1-right div a:hover {
		background-color: #22b14c;
		border-color: #22b14c;
		color: #fff;
	}

	.in-footer-1 {
		display: none;
	}

	.in-footer-1-1 {
		float: left;
		width: 20%;
	}

	.in-footer-1-1 h2 {
		margin-bottom: 10px;
	}

	.in-footer-1-1 h2 a {
		font-size: 16px;
	}

	.in-footer-1-1 span a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}

	.in-footer-1-2 {
		display: none;
	}

	.in-footer-1-2 span {
		margin-bottom: 10px;
	}

	.in-footer-1-2 strong {
		font-size: 14px;
	}

	.in-footer-2 {
		padding:20px 0;
	}

	.in-footer-2-left {
		width: 100%;
	}

	.in-footer-2-left p {
		height: auto;
		line-height: 30px;
		font-size: 14px;
	}

	.in-footer-2-right {
		width: 100%;
	}

	.in-footer-2-right p {
		height: auto;
		line-height: 30px;
		font-size: 14px;
		text-align: left;
	}

	.in-footer-2-right p a {
		font-size: 14px;
	}
	
	#kf-z {
		display: none;
	} 
	
	/*首页结束*/

	.child-nav-2 {
		
	}

	.child-nav-2 {
		margin: 0px 0 20px;
	}

	.child-nav-2 .swiper-container-2 {
		border: 1px solid #F2F2F2;
	}

	.child-nav-2 .swiper-slide {
		float: left;
		border-right: 1px solid #F2F2F2;
		
	}

	.child-nav-2 .swiper-slide a {
		height: 37px;
		line-height: 37px;
		display: block;
		text-align: center;
		border-top: 2px solid rgba(0,167,239,0);
	}

	.child-nav-2 .swiper-slide a span {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		color: #000;
	}

	.child-nav-2 .swiper-slide a:hover,
	.child-nav-2 .swiper-slide.active-2 a {
		border-color: #22b14c;
		background-color: #fff;
	}

	.child-nav-2 .swiper-slide a:hover span,
	.child-nav-2 .swiper-slide.active-2 a span {
		color: #22b14c;
	}

	.child-title-2 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.child-title-2 span {
		margin-right: 5px;
	}

	.slideBox-4 {
		margin-bottom: 20px;
	}

	.child-text-1-right {
		
	}

	.child-text-1-right-1-1 {
		min-width: 40px; max-width: 40px;  
	}
	
	.child-text-1-right-1-2 {
		min-width: 80px; max-width: 80px;
	}
	
	.child-text-1-right h2 {
		display: block; margin: 0 0 20px; font-size: 16px;
		height: 20px;
		line-height: 20px;
	}

	.child-text-1-right p.child-text-1-right-p-1 {
		display: block; font-size: 14px; color: #787878; margin: 10px 0 20px;
	}

	.child-text-1-right a {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-title-3 {
		margin-bottom: 20px;
	}

	.child-title-3 span {
		padding: 15px 40px;
	}

	.child-title-3 span strong {
		height: 18px;
		line-height: 18px;
	}

	.child-text-2 {
		line-height: 30px;
		font-size: 14px;
	}
	
	.child-title-5 {
		margin: 0 0 20px;
	}

	.child-title-5 strong {
		font-size: 18px; line-height: 20px;
	}

	.child-title-5 span {
		margin: 10px 0;
	}

	.child-title-5 span i {
		width: 20px; height: 3px; 
	}

	.child-title-5 p {
		font-size: 14px; line-height: 14px;
	}

	.child-text-4-1 {
		margin: 0 0 30px;
}

	.child-text-4-1-left {
		width: 100%; margin: 0 0 20px;
	}
	
	.child-text-4-1-left .swiper-button-prev, 
	.child-text-4-1-left .swiper-button-next {
		width: 30px; height: 70px;
	}
	
	.child-text-4-4 .swiper-button-prev, 
	.child-text-4-4 .swiper-button-next {
		width: 30px; height:70px ;
	}

	.child-text-4-1-right {
		width: 100%;
	}

	.child-text-4-2 {
		padding: 30px 0;
	}

	.child-text-4-2 .swiper-button-white {
		display: none;
	}

	.child-text-4-2 .gallery-thumbs {
		height: 40px;
		width: 100%;
		margin: 30px 0 0;
		float: left;
	}

	.child-text-4-2 .in-public:before {
		display: none;
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide:after {
		display: none
	}
		
	.child-text-4-2 .gallery-thumbs .swiper-slide:before {
		display: none;
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide-thumb-active {
		background-color: rgba(255,255,255,.5); border-radius: 3px;
	}
	
	.child-text-4-2 .gallery-thumbs .swiper-slide-thumb-active span {
		color: #000;
	}
	
	.child-text-4-2 .gallery-thumbs span {
		position: absolute; left: 0; top: 50%; font-size: 16px; 
		
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		
	}
	
	.child-text-4-2 .gallery-top {
		height: 450px;
		width: 100%;
	}
	
	
	.child-text-4-2 .gallery-top ul li strong {
	    max-width: 60px;
	    min-width: 60px;
	    height: 37.5px; line-height: 37.5px; font-size: 16px;
	}
	
	.child-text-4-2 .gallery-top ul li p {
	    height: 37.5px; line-height: 37.5px; font-size: 16px;
	}
	
	.child-text-4-3 {
		margin: 30px 0;
	}
	
	.child-text-4-3-left {
		width: 100%; margin: 0 0 30px;
	}
	
	.child-text-4-3-left-1 {
		font-size: 14px; line-height: 25px; 
	}
	
	.child-text-4-3-left-2 {
		margin:10px 0 0;
	}
	
	.child-text-4-3-left-2 span img {
		width: 143px;
		height: 143px;
		margin: 0 auto;
	 }
	
	.child-text-4-3-right {
		width: 100%;
	}
	
	.child-text-4-4 {
		margin: 0 0 30px;	
	}
	
	.child-text-4-4-left {
		width: 100%; 
	}
	
	.child-text-4-4-left .swiper-container {
		padding: 0 0 30px;
	}
	
	.child-text-4-4-left .swiper-container .swiper-pagination {
		bottom: 0px;
	}
	
	.child-text-4-4-right {
		width: 100%; margin: 20px 0 0;
	}
	
	.child-text-4-4-right div {
		
	}
	
	.child-text-4-4-right h2 {
	 	font-size: 16px; line-height: 20px; 
	 }
	 
	.child-text-4-4-right p {
	 	font-size: 14px; line-height: 20px; 
	 }
	 
	  /*核心优势*/
	
	.child-text-4-5-1-left {
		width: 100%; margin-bottom: 20px
	}
	
	.child-text-4-5-1-left h2 {
		 font-size: 16px; line-height: 25px; margin: 0px 0 10px;
	}
	
	.child-text-4-5-1-left div {
		font-size: 14px; color: #787878; text-align: justify;
	}
	
	.child-text-4-5-1-right {
		width: 100%;
	}
	
	.child-text-4-5-2 {
		 padding: 20px 0; margin: 20px 0 0;
	}
	
	.child-text-4-5-2-1 {
		width: 100%; 
	}
	
	.child-text-4-5-2-1 .swiper-button-prev {
		left: 0; 
	}
	
	.child-text-4-5-2-1 .swiper-button-next {
		right: 0; 
	}
	
	.child-text-4-5-3 {
		margin-top: 20px; margin-bottom: 20px;
	}
	
	.child-text-4-5-3 li {
		width:100%;
	}
	
	.child-text-4-5-3-2 {
		margin: 20px 0;
	}
	
	.child-text-4-5-3-4 {
		margin: 20px 0 0;
	}
	
	.child-text-4-5-3 li h2 {
		height: 30px; line-height: 30px; font-size: 16px; overflow: hidden;
	}
	
	.child-text-4-5-3-1:after,
	.child-text-4-5-3-2:after,
	.child-text-4-5-3-3:after {
		display: none;
	}
	
	.child-text-4-6 {
		margin-bottom: 20px
	}
	
	.child-text-4-6-1 ul {
		width: 100%; 
	}
	
	.child-text-4-6-1 ul li {
		margin-bottom: 10px;
	}
	
	.child-text-4-6-1 ul li:last-child {
		
	}
	
	.child-text-4-6-1 ul li h2 {
	 	font-size: 18px; height: auto; line-height: 25px; text-indent: 25px; margin: 0 0 10px; background-position: left 6px;
	}
	
	.child-text-4-6-1 ul li p {
		 line-height: 30px; text-indent: 25px;
	}
	
	.child-text-4-7 {
		padding: 20px 0 20px;
	}
	
	.child-text-4-8 {
		margin: 20px 0 0;
	}
	
	.child-text-4-8-1 {
		line-height: 30px; 
	}
	
	.child-text-4-5-4 {
		margin-top: 20px;
	}
	
	.child-text-4-5-4 .child-text-4-5-2-1 {
		padding: 0 0 30px;
	}
	
	.child-text-4-9 {
		margin: 20px 0 0;
	}
	
	.child-text-4-9 .swiper-slide h2 {
		height: 30px; line-height: 30px;
	}
	
	.child-text-4-9 .swiper-slide h2 span {
		width: 50%; margin: 0 0 0 20px; height: 30px; line-height: 30px; font-size: 16px; 
	}
	
	.child-text-4-9 .swiper-container .swiper-pagination {
		 right: 25px; bottom: 2.5px;
	}
	
	/*核心优势-end*/

	.child-product-1 {
		margin-bottom: 20px;
	}

	.child-product-2 {
		margin-bottom: 20px;
	}

	.child-product-2 h2 {
		margin-bottom: 20px;
	}

	.child-product-2 h2 {
		margin-bottom: 20px;
	}

	.child-product-2 h2 strong {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
		margin-bottom: 10px;
	}

	.child-product-2 h2 span {
		font-size: 20px;
		line-height: 20px;
		height: 20px;
		letter-spacing: 2px;
	}

	.child-product-2-1,
	.child-product-2-2 {
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.child-product-2-1 span {
		width: 100%;
		height: 48px;
		display: -webkit-flex;
    	display: flex;
	}

	.child-product-2-1 span.active-5 {
		margin-top: 20px;
	}

	.child-product-2-1 span strong {
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		float: left;
		margin: 0 5px;
		max-width: 70px;
		min-width: 70px;
		-webkit-flex: 1;
    	flex: 1;
	}

	.child-product-2-1 span input {
		-webkit-flex: 1;
    	flex: 1;
		height: 48px;
		border-radius: 0 5px 5px 0;
	}

	.child-product-2-2 textarea {
		width: 100%;
		box-sizing: border-box;
		height: 183px;
		padding: 5px;
	}

	.child-product-2-3 button {
		width: 198px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}

	.child-product-2-3 button:hover {
		background-color: #fff;
		color: #22b14c;
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0,162,233,.2);
		-moz-box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
		box-shadow: 0px 0px 5px 5px  rgba(0,162,233,.2);
	}
	
	.child-product-3 {
		
	}
	
	.child-product-3-1 {
		margin: 0 0 30px;
	}
	
	.child-product-3-left {
		width:100%; margin: 0 0 30px;
	}
	
	.child-product-3-left h2 {
		display: block; margin: 40px 0 30px;
	}
	
	.child-product-3-right {
		width: 100%;
	}
	
	.child-product-3-right img {
		width: 100%;
	}

	.child-new-list-1 {
		margin-bottom: 40px;
	}

	.child-new-lis-ul-1 {
		margin-bottom: 30px;
	}

	..child-new-list-1 {
		margin-bottom: 30px;
	}

	.child-new-lis-ul-1 {
		margin-bottom: 30px;
	}

	.child-new-lis-ul-1 li a {
		padding: 10px 0;
		
		display: -webkit-flex;
    	display: flex;
	}

	.child-new-list-1-left {
		min-width: 60px;
		max-width: 60px;
		text-align: center;
		float: left;
		margin: 10px 10px 10px 0;
		
		-webkit-flex: 1;
    	flex: 1;
		
	}

	.child-new-list-1-left strong {
		font-size:40px;
		height:40px;
		line-height: 40px;
	}

	.child-new-list-1-left b {
		text-align: center;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.child-new-list-1-right {

		
		-webkit-flex: 1;
    flex: 1;
	}

	.child-new-list-1-right h2 {
		height: 18px;
		line-height: 18px;
		font-size: 16px;
		width: 100%;
	}

	.child-new-list-1-right p {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		margin: 10px 0 15px;
	}

	.fy span {
		margin: 0 5px;
	}

	.BORDER {
		margin: 0 2.5px;
		padding: 0 4px;
		font-size: 14px;
	}

	.BORDER, .disbled {
		height: 37px;
		line-height: 37px;
	}

	.fy span .BORDER {
		padding: 0 5px;
	}

	.child-text-3 {
		margin-bottom: 140px;
		margin-top: 60px;
	}

	.child-title-4 {
		margin-bottom: 60px;
	}

	.child-title-4 h2 {
		font-size: 24px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.child-title-4 span {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
	}

	.child-title-4 span a {
		font-size: 14px;
	}

	.child-new-lis-ul-2 li span {
		margin-bottom: 10px;
	}

	.child-new-lis-ul-2 li span i {
		width: 56px;
		height: 56px;
	}

	.child-new-lis-ul-2 li h2 {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}
	
}

@media screen and (max-width:640px) and (min-width:480px) {
	
	.child-title-1 strong {
		font-size:22px;
		margin-bottom: 10px;
	}

	.child-title-1 span {
		font-size: 18px;
	}
	
	.child-new-lis-ul-2 li {
		width: 49%;
		margin-bottom: 30px;
	}

	.child-new-lis-ul-2 li.active-6 {
		margin-left: 2%;
	}
	
	.child-new-lis-ul-2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px) and (min-width:320px) {
	.child-new-lis-ul-2 li {
		width: 100%;
		margin-bottom: 20px;
	}

	.child-new-lis-ul-2 {
		margin-bottom: 20px;
	}
	
	.child-banner-1 {
		margin: 50px 0 0;
	}
	
	.child-title-1 strong {
		font-size:14px;
	}

	.child-title-1 span {
		font-size: 12px;
	}
	
}