@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 18px;
	margin: auto;
	color: #333;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
}

a {
	color: #565656;
	text-decoration: none;
}

a:hover {
	color: #269A53;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 90%;
	margin: 0 auto;
}

.paddt30 {
	padding-top: 30px;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mo_bott {
	display: none;
}
/* ******************51**************** */
/*标题*/

.ftitle51 {
	padding-top: 40px;
}

.ftitle51 h2 {
	font-size: 40px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

.ftitle51 h2:before,
.ftitle51 h2:after {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 50px;
	height: 3px;
}

.ftitle51 h2:before {
	background: #269A53;
	left: calc(50% - 50px);
}

.ftitle51 h2:after {
	background: #ffc107;
	right: calc(50% - 50px);
}

.ftitle51 p {
	text-align: center;
	margin-top: 15px;
	color: #656363;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*头部开始*/

.head51-top {
	width: 100%;
	background: #269A53;
}

.head51-icon {
	width: 10%;
}

.head51-icon li {
	width: 31%;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: relative;
}

.head51-icon li a {
	display:block;
}

.head51-icon li a img {
	width: 28px;
	margin: 0 auto;
	vertical-align: middle;
	display: inline-block;
}

.top51-ma {
	position: absolute;
	top: 47px;
	left: -42px;
	width: 150px;
	height: 0px;
	background: rgba(0, 0, 0, .5);
	z-index: 11;
}

.head51-icon li:hover .top51-ma {
	height: 150px;
	transition: all 0.6s;
}

.top51-ma img {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	padding: 15px;
}

.top51-cant {
	width: 30%;
	color: #fff;
	text-align: right;
}

.top51-cant p {
	height: 47px;
	line-height: 47px;
	display: inline-block;
	margin-left: 50px;
}

.top51-cant p:before {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	margin-right: 10px;
}

.top51-cant p:first-child:before {
	background: url(../img/top52-icon5.png);
	background-size: 100% 100%;
}

.top51-cant p:nth-child(2):before {
	background: url(../img/top52-icon4.png);
	background-size: 100% 100%;
}

.head51 {
	width: 100%;
	background: #fff;
	box-shadow: 5px 5px 15px 2px #e2e1e1;
	position: relative;
}

.head51-logo {
	width: 20%;
}

.head51-logo .logo {
	display:block;
}

.head51-logo .logo img {
	padding-top: 5px;
	height: 100%;
	width: auto;
}

.head51-logo .mmenu {
	display: none;
}

.head51-logo .mmenu img {}

.head51-nav {
	width: 66%;
	margin: 0 1%;
}

.head51-nav li {
	width: 12.5%;
	float: left;
	position: relative;
}

.head51-nav li>a {
	display:block;
	height: 83px;
	line-height: 83px;
	color: #242e42;
	font-size: 22px;
	text-align: center;
	transition: all .5s ease;
}

.head51-nav li:hover>a {
	color: #fff;
}


/*导航悬停效果begin*/

.head51-nav .btn {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.head51-nav .btn>a {
	display:block;
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	transition: 0.3s;
}

.head51-nav .btn-2::before {
	position: absolute;
	content: "";
	background-color: #269A53;
	transition: 0.3s ease-out;
}

.head51-nav .btn-2>a {
	display:block;
	color: rgb(28, 31, 30);
	transition: 0.2s;
}


/*.head51-nav li:hover .head51-nav .btn-2>a{
	color: rgb(255, 255, 255);
}*/

.head51-nav .btn-2>a:hover {
	color: rgb(255, 255, 255);
	transition: 0.2s 0.1s;
}

.head51-nav .btn.hover-slide-up::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 0%;
	width: 100%;
}

.head51-nav .btn.hover-slide-up:hover::before {
	height: 100%;
}


/*导航悬停效果end*/

.head51-nav .dropdown51 {
	display: none;
	position: absolute;
	left: 0;
	top: 83px;
	background: rgba(243, 243, 243, .9);
	width: 150%;
	z-index: 11;
	box-sizing: border-box;
}

.head51-nav li:hover .dropdown51 {
	display: block;
}

.head51-nav .dropdown51 a {
	display:block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	font-size: 20px;
	color: #242E42;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.head51-nav .dropdown51 a:hover {
	background: #269A53;
	color: #fff;
}
.head51-nav .prodown{
	width: 800%;
	 left: -151%;
}

.head51-nav .prodown a{
	width:16.66%;
	float:left;
	   
	border-right: 1px dashed #e0dede;
    box-sizing: border-box;
}
.head51-tel {
	width: 12%;
	margin-top: 10px;
	background: url(../img/head51-tel.png) no-repeat left 10px;
}

.head51-tel p {
	color: #5d5b5b;
	padding-left: 63px;
}

.head51-tel span {
	font-size: 30px;
	color: #242e42;
}


/*头部结束*/


/*banner开始*/

#banner_point {
	/*z-index: 800;*/
	position: absolute;
	margin: 0px 0px 0px -500px;
	width: 120px;
	bottom: 0px;
	height: 20px;
	left: 50%;
	bottom: 2%;
	margin-left: -50px;
}

#banner {
	z-index: 10;
	*z-index: -100;
	position: relative;
	height: 1047px;
	overflow: hidden;
}

#banner img {
	width: 100%;
	height: 100%;
}

#banner_list {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

#banner_list img {
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	height: auto;
}

#banner_text {
	z-index: 1002;
	position: absolute;
	width: 120px;
	bottom: 3px;
	right: 3px
}

#banner ul {
	z-index: 15;
	position: absolute;
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	bottom: 10px;
	padding-right: 0px;
	right: 15px;
	padding-top: 0px
}

#banner ul li {
	position: relative;
	text-align: center;
	line-height: 12px;
	width: 16px;
	display: inline;
	background: url(../img/ifpoff.png) no-repeat;
	float: left;
	height: 16px;
	color: #fff;
	cursor: pointer;
	margin-right: 5px;
}

#banner ul li.on {
	background: url(../img/ifpon.png) no-repeat;
	color: #fff;
	width: 26px;
}

#banner_list a {
	position: absolute;
	width: 100%;
	display: block;
	height: 100%
}

#banner_point ul li .pointlayer img {
	width: 61px;
	display: block;
	float: left;
	height: 61px
}


/*banner结束*/


/*产品开始*/

.pro51 {
	padding-bottom: 40px;
	background: url(../img/pro51-bj.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.pro51-nav {
	width: 100%;
	margin-top: 30px;
}

.pro51-nav li {
	width: 15.83%;
	height: 55px;
	line-height: 55px;
	float: left;
	margin-left: 1%;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
	font-size: 20px;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #269A53, #269A53);
	background-image: linear-gradient(to right, #269A53, #269A53);
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	background-size: 0% 100%;
	background-position: 0 center;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pro51-nav li:first-child,
.pro51-nav li:nth-child(7),
.pro51-nav li:nth-child(13),
.pro51-nav li:nth-child(19) {
	margin-left: 0;
}

.pro51-nav li:hover {
	background-size: 100% 100%;
}

.pro51-nav li a {
	display:block;
	color: #242E42;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro51-nav li:hover a {
	color: #fff;
}

.pro51-con {
	margin-top: 20px;
}

.pro51-con li {
	width: 24.25%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
	transition: 0.3s all ease-in-out;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.pro51-con li:hover {
	border-color: #269A53;
}

.pro51-con li:first-child,
.pro51-con li:nth-child(5) {
	margin-left: 0;
}

.pro51-con li>a {
	display: block;
	height: 384px;
}

.pro51-con li>a:before {
	content: '';
	width: 700px;
	height: 700px;
	position: absolute;
	top: -175px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
	z-index: 0;
	left: -70px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pro51-con li:hover a:before {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 50rem inset;
	transition: all 0.5s ease-in-out 0s;
}

.pro51-con li:hover a:after {
	background-size: 50px;
	transition: all 0.5s ease-in-out 0s;
}

.pro51-con li>a:after {
	content: '';
	background: url(../img/pro51-icon1.png) no-repeat center 40%;
	background-size: auto auto;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 0px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pro51-con li>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro51-con li span {
	position: absolute;
	bottom: 0px;
	width: 100% !important;
	overflow: hidden;
	left: 0;
	text-align: center;
}

.pro51-con li span:before {
	transition: all ease-in-out 0.3s;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 55px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 106, 166, 0.85);
}

.pro51-con li:hover span:before {
	bottom: -55px;
}

.pro51-con li span a {
	display:block;
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 3;
	transition: 0.5s all ease-in-out;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro51-con li:hover span a {
	height: 115px;
	line-height: 115px;
	font-size: 22px;
}


/*产品结束*/
/*四大优势开始*/

.advant51 {
	width: 100%;
	padding-bottom: 40px;
	background: url(../img/advant51_bj.jpg) no-repeat center top;
	background-size: cover;
}

.advant51 .ftitle51 h2 {
	color: #e2e2e2;
}

.advant51 .ftitle51 p {
	color: #cac9c9;
}

.advant51 ul {
	margin-top: 20px;
}

.advant51 ul li {
	width: 25%;
	float: left;
	background: #F2F2F2;
	padding: 40px;
	box-sizing: border-box;
	/*box-shadow: 5px 5px 15px 2px #e2e1e1;*/
}

.advant51 ul li:nth-child(2),
.advant51 ul li:nth-child(4) {
	background: #269A53;
	color: #fff;
}

.advant51 ul li:nth-child(2) p,
.advant51 ul li:nth-child(4) p,
.advant51 ul li:nth-child(2) a,
.advant51 ul li:nth-child(4) a {
	color: #fff;
}

.advant51 li span {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	transition: all 0.6s;
}
.advant51 ul li:hover span{
	margin-top: -20px;
}
.advant51 li span img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.advant51 ul li:hover span img{
	transform: rotate(-360deg);
}

.advant51 li h3 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.advant51 li p {
	color: #666;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.advant51 li a {
	display:block;
	color: #4a4a4a;
	margin-top: 20px;
}


/*四大优势结束*/

/*公司简介开始*/

.about51 {
	padding: 40px 0;
	width: 100%;
	background: url(../img/about51-bj.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.about51-l {
	width: 40%;
	height: 500px;
}

.about51-l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about51-r {
	width: 58%;
}

.about51-title {
	margin-bottom: 40px;
}

.about51-title span {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #ffc107;
	float: left;
}

.about51-title span i {
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #269A53;
	border-bottom-right-radius: 55px;
}
.about51-title span i img {
    width: 30px;
    margin: 0 auto;
    padding-top: 20px;
	display: block;
}


.about51-title h3 {
	width: 85%;
	display: inline-block;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.about51-title h3 b {
	font-size: 34px;
	letter-spacing: 2px;
	color: #342c2a;
}

.about51-title h3 p {
	font-size: 18px;
	color: #666;
	font-weight: normal;
}

.about51-con {
	width: 100%;
}

.about51-con>p {
	color: #7b7b7b;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
}

.about51-con>p:before {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background: url(../img/about51-icon6.png);
	background-size: 100% 100%;
	margin-right: 20px;
}

.about51-honor {}

.about51-honor li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-left: 1px dashed #ccc;
}

.about51-honor li:first-child {
	border: none;
}

.about51-honor li i {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
}

.about51-honor li i img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.about51-honor li i img:hover{
transform: rotate(-360deg);	
}

.about51-honor li p {
	color: #666666;
	text-align: center;
	line-height: 55px;
}

.about51-btn {
	margin-top: 30px;
}

.about51-btn li {
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	float: left;
}

.about51-btn li:first-child {
	background: #269A53;
	margin-right: 2%;
}

.about51-btn li:nth-child(2) {
	background: #FFC107;
}

.about51-btn li a {
	color: #fff;
}

.about51-btn li:first-child a:before {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background: url(../img/about51-icon8.png);
	background-size: 100% 100%;
}

.about51-btn li:nth-child(2) a:before {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background: url(../img/about51-icon7.png);
	background-size: 100% 100%;
}


/*公司简介结束*/





/*案例开始*/

.case51 {
	position: relative;
	padding-bottom: 40px;
}

.case51:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 350px;
	background: #269A53 url(../img/case51-bj.png) repeat;
	top: 0;
	left: 0;
}
.case51 .ftitle51 h2{
	color: #e2e2e2;
}
.case51 .ftitle51 p {
    color: #cac9c9;
}
.case51-nav {
	overflow: hidden;
}

.case51-tab {
	    margin-top: 35px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    font-size: 0;
    margin-bottom: 20px;
}

.case51-tab li {
	display: inline-block;
	vertical-align: top;
	height: 55px;
	box-sizing: border-box;
	width: 12.4999%;
	border-right: 1px solid #b2b2b2;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	/*transition: all .3s ease;*/
}

.case51-tab li:nth-child(1) {
	border-left: 1px solid #969798;
}

.case51-tab li a {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 55px;
	text-align: center;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.case51-tab li.on {
	background: #ffc107;
	border-radius: 90px;
}

.case51-jt .mainb {
	position: relative;
}

.case51-jt i {
	cursor: pointer;
	position: absolute;
	top: 222px;
	left: 202px;
	z-index: 99;
}

.case51-jt i.next {
	right: 202px;
	left: auto;
}

.case51-con {
	margin-left: -455px;
	width: 860px;
	margin: 0 auto;
}

.case51-con .tempWrap {
	overflow: visible!important;
}

.case51-con ul .case51-list {
	/* width: 860px;
	height: 607px; */
	width: 853px;
	height: 713px;
	overflow: hidden;
	position: relative;
}

.case51-con .case51-list-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case51-con .case51-list-pic {
	position: absolute;
	/* width: 860px;
	height: 485px; */
	width: 853px;
	height: 591px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.case51-con .case51-list-con {
	margin-top: 591px;
	transition: all .3s ease;
	box-sizing: border-box;
	height: 70px;
	overflow: hidden;
	background: #d5d5d5;
}

.case51-con .case51-list-txt {
	text-align: center;
	line-height: 70px;
	display: block;
	font-size: 20px;
	color: #484848;
	font-weight: lighter;
}

.case51-con .case51-list.cur .case51-list-con {
	background: #269A53;
	height: 127px;
	padding: 25px;
}

.case51-con .case51-list.cur .case51-list-txt {
	color: #fff;
	text-align: left;
	/*line-height: 25px;*/
	margin-bottom: 15px;
}

.case51-con .case51-list .case51-list-body {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case51-btn {
	margin-top: 50px;
	text-align: center;
}

.case51-btn a {
	display: inline-block;
	width: 380px;
	line-height: 50px;
	background: #d5d5d5;
	transition: all .3s ease;
	font-size: 18px;
	color: #222222;
	font-weight: lighter;
}

.case51-btn a:hover {
	background: #269A53;
	color: #fff;
}


/*案例结束*/


/*广告条开始*/


/*广告条结束*/

/*合作伙伴开始*/

.parter51 {
	width: 100%;
	padding-bottom: 40px;
	background: url(../img/parter51-bj.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.partner51-con {
	width: 100%;
	margin-top: 30px;
}

.partner51-list {
	width: 60%;
}

.partner51-list li {
	width: 25%;
	height: 180px;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.partner51-list li:nth-child(5),
.partner51-list li:nth-child(6),
.partner51-list li:nth-child(7),
.partner51-list li:nth-child(8),
.partner51-list li:nth-child(9),
.partner51-list li:nth-child(10),
.partner51-list li:nth-child(11),
.partner51-list li:nth-child(12){
	border-top: none;
}
.partner51-list li:nth-child(2),
.partner51-list li:nth-child(3),
.partner51-list li:nth-child(4),
.partner51-list li:nth-child(6),
.partner51-list li:nth-child(7),
.partner51-list li:nth-child(8),
.partner51-list li:nth-child(10),
.partner51-list li:nth-child(11),
.partner51-list li:nth-child(12){
	border-left: none;
}

.partner51-list li a {
	display:block;
	    width: 100%;
    height: 100%;
	}

.partner51-list li img {
	width: 100%;	
	height:100%;
	display: block;
	object-fit:cover;
	filter: grayscale(100%);
}

.partner51-list li:hover img {
	filter: grayscale(0);
}



.parter51-mes {
	width: 40%;
	/* height: 346px; */
	/*background: #f0f0f0;*/
	padding-left: 2%;
	padding-top: 20px;
	box-sizing: border-box;
}

.parter51-mes h3 {
	font-size: 25px;
	color: #777;
	letter-spacing: 2px;
	font-weight: normal;
}

.parter51-mes #onlyform {
	width: 100%;
}

.parter51-mes .forml_input {
	width: 98%;
	height: 42px;
	border: 1px solid #d2d4d6;
	padding-left: 20px;
	font-size: 16px;
	box-sizing: border-box;
}

.parter51-mes .forml_input:focus {
	border: 1px solid #d2d4d6;
}

.parter51-mes .forml_textra {
	width: 98%;
	height: 250px;
	border: 1px solid #dedede;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 16px;
	box-sizing: border-box;
}

.parter51-mes .G_botton {
	width: 55px;
	height: 30px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
}

.parter51-mes .formli {
	width: 100%;
	height: auto;
	padding-top: 10px;
	clear: both;
	position: relative;
}

.parter51-mes .formli:first-child,
.parter51-mes .formli:nth-child(2) {
	width: 49%;
	display: inline-block;
}

.parter51-mes .formli:nth-child(5) {}

.parter51-mes .formli img {
	position: absolute;
	right: 5%;
	top: 25px;
}

.parter51-mes .G_tips {
	width: 486px;
	margin: 10px auto 0 auto;
	border: 1px solid #dedede;
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

.parter51-mes #checkCode {
	width: 96%;
	height: 42px;
	border: 1px solid #dedede;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 16px;
}

.parter51-mes .forml_sub,
.parter51-mes .czhi {
	width: 250px;
	height: 50px;
	border: none;
	color: #000;
	font-family: 微软雅黑;
	border-radius: 25px;
	font-size: 18px;
	border: 2px solid #d8d2d2;
}

.parter51-mes .forml_sub:hover,
.parter51-mes .czhi:hover {
	cursor: pointer;
	color: #fff;
	background: #269A53;
}


/*合作伙伴结束*/


/*新闻开始*/

.news51 {
	padding: 40px 0;
	background: url(../img/news51-bj.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.news51-title {
	width: 100%;
	border-left: 5px solid #269A53;
	margin-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.news51-title h2 {
	width: 80%;
	display: inline-block;
	float: left;
}

.news51-title h2 span {
	font-size: 34px;
	color:#bfbfbf;
	text-transform: uppercase;
}

.news51-title h2 span b {
	color: #1a1a1a;
	letter-spacing: 2px;
}

.news51-title h2 p {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #808080;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	margin-left: 10px;
}

.news51-title a {
	display: inline-block;
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	color: #666;
	margin-top: 30px;
}

.news51-title a:hover {
	color: #269A53;
}

.news51-l {
	width: 68%;
	border: 1px solid #dcdcdc;
}

.news51-l-top {
	width: 100%;
	margin: 20px 0;
	padding: 0 40px;
	box-sizing: border-box;
}

.news51-l-top li {
	width: 32%;
	margin-left: 2%;
	float: left;
}

.news51-l-top li:first-child {
	margin-left: 0;
}

.news51-l-top li span {
	font-size: 20px;
	/* font-weight: bold; */
	margin-bottom: 10px;
	display: block;
	color: #242e42;
}

.news51-l-top li h3 {
	color: #242e42;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news51-l-top li:hover h3{
	color:#269A53;
}
.news51-l-top li p {
	color: #808080;
	line-height: 35px;
	height: 70px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news51-l-img {
	width: 100%;
	height: 200px;
	margin-top: 10px;
	overflow: hidden;
}

.news51-l-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.news51-l-img img:hover {
	transform: scale(1.2);
}

.news51-l-bottom {
	padding: 0 40px 20px 40px;
	box-sizing: border-box;
}

.news51-l-bottom li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #ccc;
}

.news51-l-bottom li span {
	float: left;
	width: 10%;
	display: inline-block;
	color: #242e42;
	font-weight: bold;
}

.news51-l-bottom li h3 {
	display: inline-block;
	color: #333;
	font-weight: normal;
	font-size: 20px;
	width: 88%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news51-l-bottom li:hover h3{
	color:#269A53;
}
.news51-r {
	width: 30%;
	border: 1px solid #dcdcdc;
	padding: 5px 40px;
	box-sizing: border-box;
}

.news51-r h3 {
	line-height: 55px;
	border-bottom: 1px solid #ccc;
	color: #333;
}

.news51-r h3:after {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline-block;
	content: "";
	background: url(../img/news51-icon1.png);
	background-size: 100% 100%;
}

.news51-r p {
	margin-top: 20px;
	color: #808080;
	height: 60px;
	line-height: 30px;
	margin-left: 10px;
	    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news51-r p:hover a{
	color:#269A53;
}
.news51-r p:before {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/news51-icon2.png);
	background-size: 100% 100%;
}

.news51-r-img {
	width: 100%;
	height: 250px;
	margin-top: 10px;
}

.news51-r-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*新闻结束*/



/*尾部开始*/

.links51 {
	width: 100%;
}

.links51 h3 {
	font-size: 36px;
	letter-spacing: 2px;
	color: #b7b5b5;
	border-bottom: 2px solid #ccc;
}

.links51 a {
	display: inline-block;
	color: #333;
	margin-right: 30px;
	line-height: 40px;
}

.links51 a:hover {
	color: #FFC107;
}

.links51 a:before {
	vertical-align: middle;
	width: 6px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/links51-icon1.gif);
	background-size: 100% 100%;
}

.links51 a:hover:before {
	background: url(../img/links51-icon2.gif);
	background-size: 100% 100%;
}

.footer51 {
	width: 100%;
	background:#2f4359;
	padding: 40px 0;
}

.footer51-l {
	width: 25%;
}

.footer51-logo {
	width: 78px;
}

.footer51-logo img {
	width: 100%;
}

.footer51-l h2 {
	width: calc(100% - 78px);
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
}

.footer51-l h2 span {
	font-size: 27px;
	color: #e4e4e4;
	letter-spacing: 1px;
}

.footer51-l h2 p {
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
}

.footer51-ma {
	width: 130px;
	height: 130px;
	margin-top: 20px;
}

.footer51-ma img {
	width: 100%;
	height: 100%;
}

.footer51-l ul {
	width: calc(100% - 130px);
	float: right;
	color: rgba(255, 255, 255, 0.6);
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
}

.footer51-l ul li {
	line-height: 32px;
}

.footer51-nav {
	width: 74%;
}

.footer51-nav li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #243344;
}

.footer51-nav li p {
	color: rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, 0.7);
	line-height: 40px;
	font-size: 20px;
	/* font-weight: bold; */
	/*position: relative;*/
}

.footer51-nav li p:before {
	vertical-align: middle;
	width: 20px;
	height: 4px;
	margin-right: 5px;
	margin-left: -25px;
	display: inline-block;
	content: "";
	background: url(../img/footer51-icon1.png);
	background-size: 100% 100%;
}

.footer51-nav li a {
	display:block;
	color: rgba(255, 255, 255, 0.4);
	line-height: 35px;
}

.footer51-nav li a:hover {
	color: #ffc107;
}

.copyright51 {
	width: 100%;
	background: #243344;
}

.copyright51 p {
	line-height: 35px;
	text-align: center;
	color: #b1b1b1;
}

.copyright51 p a {
	display: inline-block;
	color: #b1b1b1;
}

.mfooter51{display:none;}
/*尾部结束*/
/* ******************51**************** */
/* ******************53**************** */

/*-------------------------------------*/

.ftitle53 {
	text-align: center;
	position: relative;
	padding: 40px 0 20px 0;
}

.ftitle53 span {
	display: inline-block;
	padding: 0 68px;
	background: url(../img/ftitle53-bj.png) center no-repeat;
	position: relative;
	z-index: 9;
	color: #353535;
	letter-spacing: 2px;
	font-size: 40px;
}

.ftitle53::before {
	content: '';
	width: 42%;
	height: 2px;
	position: absolute;
	top: 47%;
	margin-top: -0.5px;
	left: 0;
	background-image: linear-gradient(to right, transparent, #ccc);
}

.ftitle53::after {
	content: '';
	width: 41%;
	height: 2px;
	position: absolute;
	top: 47%;
	margin-top: -0.5px;
	right: 0;
	background-image: linear-gradient(to left, transparent, #ccc);
}

.ftitle53 p {
	color: #666;
	line-height: 30px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}


/*头部开始*/

.header53 {
	position: absolute;
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	color: #242e42;
	z-index: 999;
	box-shadow: 5px 3px 15px 1px rgba(140,140,140,.6);
}
.nheader53{
	position: relative;
	background: #fff;
	box-shadow:none;
	background: url(../img/solve53-bj.jpg) no-repeat center top;
	background-size:100% 100%;
}

.header53 .head53-top {
	position: relative;
	z-index: 3;
}

.header53 .head53-top .logo {
	float: left;
	display: block;
}

.header53 .head53-top .logo img {
	float: left;
	height: 73px;
	width: auto;
	padding: 10px 0;
}

.header53 .head53-top .logo div {
	margin-top: 22px;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(238, 238, 238, .2);
}

.header53 .head53-top .logo div span {
	color: #242e42;
}

.header53 .head53-top .logo div p {
	margin-top: 7px;
	font-size: 20px;
	color: #FFC107;
}

.header53 .head53-top-r {
	float: right;
	padding-top: 25px;
}

.header53 .tel53 {
	float: left;
	padding-right: 20px;
	line-height: 32px;
	position: relative;
}

.header53 .tel53:after {
	content: "";
	position: absolute;
	top: 22%;
	right: 0;
	width: 1px;
	height: 30px;
	margin-top: -8px;
	background: rgba(238, 238, 238, .3);
}

.header53 .tel53 span {
	margin-left: 5px;
	font-size: 30px;
	color: #FFC107;
	font-weight: bold;
}

.header53 .search-box {
	float: left;
	margin-left: 25px;
	width: 145px;
	border: 1px solid #FFC107;
	height: 32px;
	border-radius: 16px;
}

.header53 .search-box .in {
	float: left;
	width: 113px;
	line-height: 24px;
	padding: 3px 15px;
	height: 30px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
}

.header53 .search-box .bt {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/search_bt.png);
}

.header53 .top53-ma {
	float: left;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}

.header53 .top53-ma div {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 42px;
	right: 0;
	width: 120px;
	background: #fff;
	padding: 10px;
}

.header53 .top53-ma div img {
	width: 100%;
	height: 100%;
}

.header53 .top53-ma:hover div {
	display: block;
}

.header53 .nav {
	border-top: 1px solid #313c46;
}

.header53 .nav ul {
	margin: 0 -32px;
}

.header53 .nav li {
	float: left;
	width: 12.5%;
	position: relative;
}

.header53 .nav li>a {
	display: block;
	font-size: 22px;
	line-height: 55px;
	height: 55px;
	color: #242e42;
	text-align: center;
	position: relative;
}
.nheader53 .nav li>a{
	color:#242e42;
}
.header53 .nav li>a:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0%;
	height: 2px;
	background: #FFC107;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.header53 .nav li.current>a,
.header53 .nav li:hover>a {
	color: #FFC107;
	font-weight: bold;
}

.header53 .nav li.current>a:before,
.header53 .nav li:hover>a:before {
	width: 100%;
}

.header53 .nav li:hover div {
	display: block;
}

.header53 .nav li div {
	display: none;
	position: absolute;
	top: 55px;
	left: 22%;
	margin-left: -60px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.header53 .nav li div a {
	display: block;
	line-height: 55px;
	height: 55px;
	color: #242e42;
    font-size: 20px;
    border-bottom: 1px dashed #848282;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header53 .nav li div a:hover {
	background: rgba(16, 18, 40, .8);
	color:#fff;
}

.header53 .mmenu53{
	display:none;
}

/*头部结束*/


/*banner开始*/

.banner {
	position: relative;
}

.banner .slick-slide {
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	margin-top: 50px;
	width: 123px;
	height: 47px;
	margin-top: -23px;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0;
}

.banner .swiper-button-prev {
	left: 4%;
	background-image: url(../img/banner_prev.png);
}

.banner .swiper-button-next {
	right: 4%;
	background-image: url(../img/banner_next.png);
}

.banner .swiper-pagination {
	/* bottom: 72px; */
}

.banner .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid rgba(255, 255, 255, 0);
}

.banner .swiper-pagination .swiper-pagination-bullet:before {
	background: #FFFFFF;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	border: 1px solid #ffffff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:before {
	background: #ffffff;
}

.banner .prev-num,
.banner .next-num {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: 50px;
	margin-top: 50px;
	width: 123px;
	height: 47px;
	margin-top: -23px;
	color: #FFFFFF;
}

.banner .prev-num {
	left: 4%;
	padding-left: 27px;
}

.banner .next-num {
	right: 4%;
	text-align: right;
	padding-right: 27px;
}

.banner-text {
	position: absolute;
	top: 50%;
	margin-top: -70px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.banner-text h2 {
	font-size: 48px;
	letter-spacing: 10px;
}

.banner-text .cn {
	margin-top: 5px;
	font-size: 18px;
	letter-spacing: 5px;
}

.banner-text .en {
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.banner-more {
	margin-top: 40px;
	display: inline-block;
	padding: 12px 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .6);
	color: #FFFFFF;
}

.banner-more:hover {
	background: rgba(255, 255, 255, .4);
}


/*banner结束*/


/*产品开始*/

.pro53 {
	padding-bottom: 40px;
	background: url(../img/pro53-bj.png);
}

.pro53 .hd {}

.pro53 .hd ul {}

.pro53 .hd ul li {
	width: 15.83%;
	margin-left: 1%;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #545454;
	border-radius: 30px;
	background: #ddd;
	cursor: pointer;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0 10px 0 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #ddd url(../img/pro51-icon.png) 307px center no-repeat;
}

.pro53 .hd ul li:first-child,
.pro53 .hd ul li:nth-child(7),.pro53 .hd ul li:nth-child(13),.pro53 .hd ul li:nth-child(19) {
	margin-left: 0;
}

.pro53 .hd ul li a {
	width: calc(100% - 35px);
	display: block;
	color: #545454;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.pro53 .hd ul li.on a {
	display: block;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.pro53 .hd ul li.on {
	color: #fff;
	background: #269A53 url(../img/pro51-icon.png) 307px center no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.pro53 .bd {
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.pro53-list {
	overflow: hidden;
}

.pro53-list li {
	width: 24.25%;
	float: left;
	margin-left: 1%;
	margin-bottom: 10px;
	box-shadow: 5px 5px 15px 2px #e2e1e1;
}

.pro53-list li:first-child,
.pro53-list li:nth-child(5) {
	margin-left: 0;
}

.pro53-con {
	width: 100%;
}

.pro53-con h3 {
	height: 55px;
	line-height: 55px;
	background: ;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0 10px;
	box-sizing: border-box;
	background: #269A53 url(../img/pro53-icon2.png) no-repeat;
	background-position: right 10px top 17px;
	background-size: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro53-list .pro53-img {
	width: 100%;
	height: 384px;
	position: relative;
	overflow: hidden;
}

.pro53-list .pro53-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pro53-list li:hover .pro53-img img {
	transform: scale(1.2);
}

.pro53-mask {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	transform: perspective(600px) rotateX(90deg);
	-ms-transform: translateX(100%);
	-moz-transform: perspective(600px) rotateX(90deg);
	-webkit-transform: perspective(600px) rotateX(90deg);
	-o-transform: perspective(600px) rotateX(90deg);
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
}

.pro53-list li:hover .pro53-mask {
	transform: perspective(600px) rotateX(0deg);
	-ms-transform: translateX(0);
	-moz-transform: perspective(600px) rotateX(0deg);
	-webkit-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
}

.pro53-mask h3 {
	margin-top: 21%;
	margin-bottom: 10px;
	background: none;
}

.pro53-mask p {
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*产品结束*/


/*公司简介开始*/

.about53 {}

.about53-con {}

.about53-l {
	width: 60%;
	padding: 100px 0;
	background: url(../img/about53-l-bj.png) no-repeat center top;
	background-size: 100% 100%;
}

.about53-l span {
	font-size: 20px;
	color: #999;
}

.about53-l h2 {
	font-size: 30px;
	line-height: 40px;
	color: #555;
	margin-bottom: 40px;
	margin-top: 40px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.about53-l em {
	display: block;
	width: 70px;
	height: 3px;
	margin: 50px 0;
	background: #269A53;
}

.about53-l p {
	color: #555;
	height: 140px;
	line-height: 35px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.about53-btn {
	width: 250px;
	height: 55px;
	background-color: #269A53;
	display: block;
	font-size: 18px;
	margin-top: 70px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.more2:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.about53-btnimg {
	vertical-align: middle;
	margin-right: 10px;
}

.about53-btn:hover {
	animation: jello 1s ease;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	color: #fff;
}

.about53-btn:hover:before {
	opacity: 1;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}


/*使用animation: jello 1s ease;需要进行定义*/

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.about53-r {
	width: 38%;
	height: 714px;
	background: url(../img/about53-r-bj.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 100px;
	box-sizing: border-box;
}

.about53-r li {
	color: #fff;
	margin-bottom: 55px;
}

.about53-r li p {
	font-size: 36px;
}

.about53-r li p span {
	font-size: 18px;
}

.about53-r li b {
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
}


/*公司简介结束*/


/*案例开始*/

.case53 {
	background: url(../img/youshi1_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.case53-con ul {
	width: 100%;
	padding-left: 10px;
	/*margin-left: -10px;*/
	overflow: hidden;
}

.case53-con ul li {
	width: 25%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	float: left;
}

.case53-con ul li a {
	display: block;
	position: relative;
}

.case53-con ul li a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case53-con ul li h2 {
	position: relative;
	z-index: 10;
	height: 57px;
	overflow: hidden;
	background: #fff;
	line-height: 57px;
	text-align: center;
	font-size: 20px;
	color: #333;
	box-shadow: 5px 5px 15px 2px #e2e1e1;
}

.case53-mask {
	display: none;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 106, 166, 0.75);
}

.case53-pic {
	position: relative;
	width: 100%;
	height: 433px;
}

.case53-mask-con {
	padding: 0 45px;
	border: 1px #87b8d4 solid;
	height: 100%;
}

.case53-mask-con h4 {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: relative;
	padding-top: 23px;
	font-size: 30px;
	color: #fff;
}

.case53-mask-con h4:after {
	content: "";
	width: 36px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0
}

.case53-mask-con p {
	line-height: 35px;
	color: #fff;
	margin-top: 27px;
	height: 140px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.case53-con ul li:hover .case53-mask {
	display: block;
}

.case53-con ul li:hover h2 {
	background: #269A53;
	color: #fff;
}

.case53-con {
	padding: 0 0 10px;
}

.case53-con .swiper-wrapper {
	height: auto;
}

.case53-btn {
	height: 30px;
	text-align: center
}

.case53-btn .swiper-button-next,
.case53-btn .swiper-button-prev,
.case53-btn a {
	position: static;
	left: auto;
	top: auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
}

.case53-btn .swiper-button-next {
	background: #fff url(../img/case53-next.png) center no-repeat
}

.case53-btn .swiper-button-prev {
	background: #fff url(../img/case53-prev.png) center no-repeat
}

.case53-btn a {
	background: #fff url(../img/case53-more.png) center no-repeat;
	width: 93px;
}


/*案例结束*/


/*广告条开始*/

.adv53 {
	width: 100%;
	/* background: url(../img/banner.jpg) no-repeat center top;
	background-size: 100% 100%; */
	background: url(../img/banner.jpg) no-repeat center top fixed;
    background-size: cover;
}

.adv53-l {
	width: 55%;
	padding: 40px 0 40px 5%;
	background: url(../img/adv53-bj.png) no-repeat center top;
	background-size: 100% 100%;
	color: #fff;
}

.adv53-l h2 {
	letter-spacing: 2px;
}

.adv53-l p {
	margin-top: 30px;
	width: 80%;
	height: 70px;
	line-height: 35px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.adv53-l span {
	margin-top: 38px;
	display: inline-block;
}

.adv53-l span:before {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/adv53-icon1.png);
	background-size: 100% 100%;
}

.adv53-btn {
	width: 80%;
	float: right;
	margin-top: 30px;
}

.adv53-btn a {
	width: 230px;
	height: 45px;
	line-height: 45px;
	color: #269A53;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	margin-right: 20px;
	display: inline-block;
}

.adv53-btn a:hover {
	background: #FFC107;
	color: #fff;
	transition: all 0.6s;
}


/*广告条结束*/


/*新闻开始*/


/*.zixunDivBox{ display: flex; flex-direction: column;width: 50%;}
.zixunDivBox .swiper-container{ width: 100%; height: 100%;}
.zixunDivBox .swiper-container .swiper-slide{ display: flex; flex-direction: column;}
.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxPic,.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxPic a{ display: flex; flex-direction: column; overflow: hidden;}
.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxPic a img{ width: 100%; height: 430px; object-fit: cover; transition: all 0.3s linear; transform: scale(1.1);}
.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxTent{ display: flex; flex-direction: column; margin-top: 30px; line-height: 30px;}
.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxTent figure{ padding-bottom: 15px; width: 100%; overflow:hidden;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;-js-display: flex; display: flex;}
.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxTent figure h2{ font-size: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 10px;-webkit-box-flex:1;-webkit-flex:1; -ms-flex:1; flex:1 1;}
.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxTent figure span{ color: #666;}
.zixunDivBox .swiper-container .swiper-slide .zixunDivBoxTent p{ color: #666; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.zixunDivBox .swiper-pagination{ top: 400px;}
.zixunDivBox .swiper-container .swiper-pagination-bullet{ background: none; border: 1px solid #FFF; opacity: 1; margin: 0 6px;}
.zixunDivBox .swiper-container .swiper-pagination-bullet-active{ background: #FFF;}
.zixunDivBox .swiper-container .swiper-slide:hover .zixunDivBoxPic a img,.zixunDivNide ol li:hover a .zixunDivNidePic img{ transform: scale(1);}
.zixunDivBox .swiper-pagination-bullet{width: 8px;
    height: 8px;}
    
   .zixunDivBox .swiper-pagination-bullet:before{display: none;}*/

.faq {
	width: 50%;
}

.faq .news53_tit h3 .txt {
	height: 55px;
	line-height: 55px;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 28px;
	color: #333;
	font-weight: normal;
	display: block;
	position: relative;
	background: #ccc;
}

.faq .news53_tit h3 a span {
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 16px;
	color: #666;
	font-weight: 100;
}

.faq .news53_tit h3 .img {
	width: 100%;
	height: 200px;
}

.faq .news53_tit h3 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.faq .faq_con dl {
	border-bottom: solid 1px #ccc;
	padding: 18px 0;
}

.faq .faq_con dl dt {
	line-height: 30px;
	font-size: 20px;
	color: #333;
	height: 35px;
	overflow: hidden;
}

.faq .faq_con dl dd {
	font-size: 18px;
	line-height: 35px;
	height: 70px;
	overflow: hidden;
	color: #666;
}

.faq .faq_con dl span {
	float: left;
	display: block;
	width: 94%;
}

.faq .faq_con dl i {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
	background: #269A53;
	float: left;
	font-style: normal;
}

.faq .faq_con dl dt i {
	background: #252E37;
}

.news53 {
	padding: 40px 0;
	background: url(../img/news53-bj.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.new_bg_tit {
	background: url(../images/newbg_tit_bg.jpg) no-repeat 347px 39px;
	height: 52px;
}

.new_bg_tit a {
	float: right;
	display: block;
	margin-top: 36px;
	color: #FC8E01;
}

.news53_tit {
	padding-bottom: 5px;
}

.news53_tit .hon_tit {
	width: 99%;
	height: 55px;
	background: #ccc;
}

.news53_tit h3 {
	overflow: hidden;
}

.news53_tit h3 a {
	display: block;
}

.news53_tit h3 a.tit {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.news53 #news53-l {
	width: 48%;
	margin-right: 2%;
	border-right: dashed 1px #ccc;
	box-sizing: border-box;
}

.news53 #news53-l .new_box {
	margin-top: 10px;
}

.news53 #news53-l .news53_tit {}

.news53 #news53-l .news53 #tab2 .news53_tit .hon_tit {
	border: none
}

.news53 #news53-l .news53_tit ul li {
	width: 200px;
	float: left;
	font-size: 28px;
	color: #333;
	cursor: pointer;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.news53 #news53-l .news53_tit ul li.selected {
	background: #269A53;
	color: #fff;
}

.news53 #news53-l .news53_tit ul li.selected a {
	color: #fff;
}

.news53 #news53-l .news53_tit a {
	color: #333;
	display: block;
}

.news53 #news53-l .news_con .news_img {
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	padding: 10px;
	margin-right: 3px;
}

.news53 #news53-l .news_con .news_img:hover {
	box-sizing: border-box;
	transform: translate(-10px, -10px);
	border: solid 1px #258102;
	-webkit-transform: translate(-10px, -10px);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2)
}

.news53 #news53-l .news_con .news_img img {
	width: 268px;
	height: 160px;
	border: 1px #d9d9d9 solid;
}

.news53 #news53-l .news_con .news_img .right {
	width: 460px;
	margin-top: 13px;
	width: 268px;
}

.news53 #news53-l .news_con .news_img .right p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 9px;
	height: 60px;
	overflow: hidden;
}

.news53 #news53-l .news_con .news_img .right a {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 268px;
}

.news53 #news53-l .news_con .news_img .right a.f14 {
	font-size: 14px;
	margin-top: 17px;
	display: block;
	color: #045DB8;
	border: 1px solid #24A749;
	width: 80px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.news53 #news53-l .news_con .news_img .right a.f14:hover {
	background-color: #269A53;
	border: 1px solid #269A53;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.news53 #news53-l .news_con .news_list {
	margin-left: 0px;
}
.hide{
	display:none;
}
.news_list dl {
	height: 135px;
	width: 98%;
	margin-bottom: 20px;
	-webkit-transition: all .5s ease-out;
	box-sizing:border-box;
	overflow: hidden;
}

.news_list dl dt {
	float: left;
	width: 20%;
	height: 135px;
	text-align: center;
	position: relative;
}

.news_list dl dt p {
	padding-top: 10px;
	display: block;
	width: 60%;
	height: 80px;
	text-align: center;
	color: #fff;
	background: rgba(153, 153, 153, .5);
	position: absolute;
	top: 18%;
	left: 22%;
}

.news_list dl:hover dt p {
	background: rgba(0, 106, 166, .7);
}

.news_list dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_list dl dt strong {
	font-size: 28px;
	display: block;
	line-height: 30px;
}

.news_list dl dt span {
	font-size: 14px;
	display: block;
}

.news_list dl dd {
	float: left;
	margin-left: 1%;
	margin-top: 5px;
	width: 79%;
	overflow: hidden;
	height: 100px;
}

.news_list dl a {
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 25px;
	position: relative;
	padding-bottom: 8px;
	padding-right: 50px;
}

.news_list dl a span {
	display: block;
	width: 54px;
	height: 22px;
	background: url(../img/new_hot1.jpg);
	position: absolute;
	right: 0;
	top: 0;
}

.news_list dl:hover a span {
	background: url(../images/new_hot.png);
}

.news_list dl p {
	margin-top: 3px;
	color: #666;
	line-height: 35px;
	height: 70px;
}

.news_list dl:hover {
	border: 1px solid #269A53;
	transform: translate(-10px, -10px);
	-webkit-transform: translate(-10px, -10px);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2)
}


/*新闻结束*/


/*解决方案开始*/

.solve53 {
	width: 100%;
	/*height: 698px;*/
	background: url(../img/solve53-bj.jpg) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 40px;
}

.solve53 .mainb {
	position: relative;
}

.pic2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.solve53-l{
	width: 25%;
	height: 690px;
	float: left;
	position: relative;
	z-index: 10;
	margin-top: 20px;
}
.solve53-l a {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.solve53-l a .pic1 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.solve53-l a .pic1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solve53-l a:hover .pic1 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.solve53-l a .pic2 {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	/*z-index:10;
    position:absolute;*/
}

.solve53-l a:hover .pic2 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotate(0deg);
	z-index: 10;
	position: absolute;
}

.solve53-l {
	
}

.solve53-l .pic1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.solve53-l .pic2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #0072d4;
}

.pic2_wenzi1 {
	position: relative;
    margin: 130px auto 0px auto;
    line-height: 40px;
    font-size: 22px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pic2_wenzi2 {
	position: relative;
    height: 70px;
    line-height: 35px;
    padding: 0 10px;
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pic2_wenzi3 {
	width: 250px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    line-height: 45px;
    text-align: center;
    transition: all 0.6s ease 0s;
    margin: 100px auto 0 auto;
    position: relative;
}

.pic2_wenzi3::after {
	content: "";
	width: 0%;
	height: 45px;
	background-color: rgb(9, 126, 224);
	position: absolute;
	left: 0px;
	z-index: -1;
	transition: all 0.4s ease 0s;
	opacity: 0;
}

.pic2_wenzi3:hover::after {
	width: 100%;
	opacity: 1;
	background: #2991EA;
}

.solve53-list {
	width: 74%;
	position: relative;
	float: right;
	margin: 20px 0px 0px 0px;
}

.xn_c_index_141_topbox {
	width: 500px;
	line-height: 30px;
}

.xn_c_index_141_main {
	position: relative;
}

.xn_c_index_141_left {
	display: none;
	height: 75px;
	width: 30px;
	background: #000;
	cursor: pointer;
	position: absolute;
	margin-top: 100px;
	left: 0px;
	z-index: 999;
}

.xn_c_index_141_right {
	display: none;
	height: 75px;
	width: 30px;
	background: #000;
	cursor: pointer;
	position: absolute;
	margin-top: 100px;
	right: 0px;
	z-index: 999;
}

.xn_c_index_141_inner {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 470px;
}

.xn_c_index_141_ul {
	position: relative;
	float: left;
	width: 100%;
}

.solve53-list li {
	float: left;
	margin-left: 1%;
	margin-bottom: 10px;
	width: 24.25%;
	position: relative;
	overflow: hidden;
}

.solve53-list li:first-child,
.solve53-list li:nth-child(5) {
	margin-left: 0;
}
.solve-list-img{
width: 100%;
height: 284px;
}
.solve-list-img a {
width: 100%;
height: 100%;
}

.solve-list-txt {
	background: #FFF;
		line-height: 55px;
	height: 55px;
	position: relative;
	padding: 0 15px;
	font-size: 20px;
	font-weight: normal;
}
.solve-list-txt a{
	color: #269A53;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.solve-list-img img {
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
}

.solve53-list li:hover img {
	transform: scale(1.1, 1.1);
}

.xn_c_index_141_coent {
	width: 330px;
	line-height: 25px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	display: none;
}

.xn_c_index_141_name a {
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}

.solve53-list li:hover a {
	color: #0072d4;
}

.xn_c_index_141_nrbox1 .solve-list-img {
}

.xn_c_index_141_more {
	width: 44px;
	height: 39px;
	opacity: 0;
	transition: all ease-out .2s;
	position: absolute;
	right: 35px;
	background: url(https://0.rc.xiniu.com/g2/M00/21/E9/CgAGfFx6CySATJ1_AAAFuNDkSQI323.jpg) no-repeat center;
}

.xn_c_index_141_nrbox1 .xn_c_index_141_more {
	top: 0px;
}

.xn_c_index_141_nrbox2 .xn_c_index_141_more {
	bottom: 0px;
}

.solve53-list li:hover .xn_c_index_141_more {
	opacity: 1;
}


/*解决方案结束*/


/*尾部开始*/

.footer53 {
	width: 100%;
	padding-bottom: 40px;
	background: url(../img/footer53.jpg) no-repeat top center;
	background-size: 100% 100%;
}

.link53 {
	margin: 0 auto;
	padding: 40px 0 10px 0;
	border-bottom: 1px rgba(255, 255, 255, 0.7) solid;
}

.link53 ul {
	width: 100%;
}
.link53 ul li:first-child{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}
.link53 ul li:first-child span{
	font-size: 18px;
	font-weight: normal;
}
.link53 li {
	display: inline-block;
	margin: 0 15px;
}

.link53 li a {
	color: rgba(255, 255, 255, 0.7);
	height: 35px;
	line-height: 35px;
}

.link53 li a:hover {
	color: #ffc107;
	transition-duration: .2s;
}

.footer53 .footer53-con {
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer53-pro {
	width: 70%;
	height: 160px;
	display: flex;
	justify-content: flex-start;
}

.footer53-pro h2 {
	font-size: 25px;
	font-weight: normal;
	color: #ffc107;
	writing-mode: vertical-lr;
	line-height: 30px;
	text-align: center;
	margin: 0 20px 0 0;
	letter-spacing: 6px;
}

.footer53-pro h2 span {
	font-size: 18px;
	font-family: Arial;
	color: rgba(255, 255, 255, 0.7);
	float: left;
	height: 160px;
	letter-spacing: normal;
}

.footer53-pro ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.footer53-pro li {
	width: calc(20% - 5px);
	margin: 0 5px 0 0;
}

.footer53-pro li a {
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	display: block;
	height: 35px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer53-pro li a span {
	width: 12px;
	height: 12px;
	background: #ffc107;
	display: block;
	float: left;
	margin: 4px 10px 0 0;
}

.footer53-pro li:hover a {
	color: #ffc107;
	transition-duration: .2s;
}

.footer53-cont {
	width: 20%;
	height: 160px;
	display: flex;
	justify-content: flex-start;
}

.footer53-cont h2 {
	font-size: 25px;
	font-weight: normal;
	color: #ffc107;
	writing-mode: vertical-lr;
	line-height: 30px;
	text-align: center;
	margin: 0 20px 0 0;
	letter-spacing: 6px;
}

.footer53-cont h2 span {
	font-size: 18px;
	font-family: Arial;
	color: rgba(255, 255, 255, 0.7);
	float: left;
	height: 160px;
	letter-spacing: normal;
}

.footer53-cont-list p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}

.footer53-ma {
	width: 10%;
}

.footer53-ma img {
	margin-bottom: 15px;
	width: 100%;
}

.footer53-ma a img {
	display: block;
	margin: 0 auto;
}

.footer_p {
	width: 100%;
	height: 70px;
	background: #005aab;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	color: #d3d3d3;
}

.f_an {
	width: 1280px;
	margin: 0 auto;
	position: absolute;
	z-index: 99999;
	right: 0;
	left: 0;
}

.p_float {
	width: 53px;
	height: 53px;
	position: absolute;
	bottom: -25px;
	right: 0;
	z-index: 9999;
}

.copyright {
	width: 100%;
	background: #269A53;
	text-align: center;
}

.copyright p {
	display: inline-block;
	color: #d0d0d0;
	height: 35px;
	line-height: 35px;
}

.copyright a {
	display: inline-block;
	color: #d0d0d0;
	height: 35px;
	line-height: 35px;
}

.copyright a:hover {
	color: #D93630;
}

.m-footer53 {display:none;}
/*尾部结束*/
/* ******************53**************** */
/* ******************64**************** */
.ftitle64 {
			width: 100%;
			text-align: center;
			background: url(../img/ftitle64-bj.png) no-repeat center center;
			/* background-size: 500px; */
			background-size: 750px 60px;
    background-position-y: 53px;
			padding: 40px 0 20px 0;
		}
		
		.ftitle64 h2 {
			font-size: 34px;
			letter-spacing: 3px;
			color: #269A53;
		}
		
		.ftitle64 span {
			color: #FE9C00;
		}
		
		.ftitle64 i {
			line-height: 35px;
			color: #c6c6c6;
			text-transform: uppercase;
			font-style: normal;
		}
		/*头部开始*/
		
		.top60:after,
		.top60-nav:after {
			display: block;
			content: "";
			clear: both;
		}
		
		.top60 {
			width: 100%;
			background: url(../img/headerBg.png) no-repeat center top;
			background-size: 100% 100%;
		}
		
		.logo60 {}
		
		.logo60 .logo {
			display: inline-block;
		}
		
		.logo60 .logo img {
			height: 60px;
			width: auto;
			margin: 5px 0;
		}
		
		.logo60 .navbtn {
			display: none;
		}
		
		.logo60 em {
			display: inline-block;
			width: 1px;
			height: 70px;
			background: #999;
			margin: 0 20px;
		}
		
		.logo60 h3 {
			width: 500px;
			color: #269A53;
			display: inline-block;
			line-height: 30px;
			font-size: 20px;
			float: right;
			margin-top: 8px;
		}
		
		.logo60 p {
			font-size: 18px;
			color: #666;
			font-weight: normal;
		}
		
		.top60-tel {
			width: 300px;
			padding-left: 50px;
			background: url(../img/top64-tel1.png) no-repeat left center;
			box-sizing: border-box;
			margin-top: 10px;
		}
		
		.top60-tel p {
			color: #999;
			letter-spacing: 2px;
		}
		
		.top60-tel span {
			color: #269A53;
			font-weight: bold;
			font-size: 26px;
		}
		
		.nav_box {
			width: 100%;
			min-width: 1200px;
			height: 65px;
			position: relative;
			z-index: 1;
			background: #269A53 url(../img/nav-bj.png) no-repeat top left;
			/* border-top: 2px solid #FF5722; */
		}
		
		.subnav {
			width: 100% !important;
			overflow: hidden;
			position: absolute;
			top: 54px;
			left: 0 !important;
			z-index: 5;
			display: none;
			border-radius: 0 0 40% 40%;
			-moz-box-shadow: 0 3px 3px 0px #eee;
			-webkit-box-shadow: 0 3px 3px 0px #eee;
			box-shadow: 0 3px 3px 0px #eee;
			background: rgba(255, 255, 255, 0.5);
		}
		
		.subnav_title {
			line-height: 34px;
			font-size: 20px;
			color: #ffffff;
			font-weight: bolder;
			margin-top: 10px;
		}
		
		.clientele_nav1 a {
			font-size: 14px;
			color: #ffffff;
		}
		
		.clientele_nav1 a i {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 25px;
			transition: 0.5s;
			height: 25px;
			margin-right: 10px;
			position: relative;
			top: 5px;
		}
		
		.clientele_nav1 .con {
			margin-bottom: 22px;
			transition: 0.5s;
		}
		
		.another .cta {
			/* background: #000000; */
		}
		
		.subnav_list1 {
			width: 275px;
			float: left;
			margin-right: 20px;
		}
		
		.subnav_list .subnav_list1 li {
			width: 100%;
			margin-right: 0;
		}
		
		.subnav_listw .subnav_list1 li {
			width: 100%;
			margin-right: 0;
		}
		
		.pro_subnav1 {
			width: 120px;
			float: left;
			padding-left: 60px;
			overflow: hidden;
		}
		
		.navs .pro_subnav1 li {
			position: relative;
			border-right: 1px solid #ffffff;
		}
		
		.navs .pro_subnav1 li a {
			line-height: 27px;
			display: block;
			width: 120px;
			font-size: 13px;
			color: #ffffff;
			padding: 11px 0 9px 0;
			border-bottom: 1px solid #e1e1e1;
			transition: 0.5s;
		}
		
		.navs .pro_subnav1 li.on a,
		.navs .pro_subnav1 li:hover a {
			color: #ffffff;
			font-weight: bolder;
			border-bottom: 3px solid #ffffff;
		}
		
		.navs .pro_subnav1 li.on i {
			display: block;
		}
		
		.navs .pro_subnav1 i {
			display: block;
			width: 8px;
			height: 14px;
			background: url(../img/arrow9.png) no-repeat;
			position: absolute;
			right: -1px;
			top: 50%;
			margin-top: -7px;
			display: none;
		}
		
		.navs {
			position: relative;
			margin: 0 auto;
			height: 65px;
		}
		
		.navs>li {
			float: left;
			line-height: 65px;
			width: 12.5%;
			height: 65px;
			background: url(../img/libg.png) right no-repeat;
			box-sizing:border-box;
		}
		
		.navs>li:hover{
			border-bottom:3px solid #E99627;
		}
		.navs>li a{display:block;/* text-align:center; *//* color:#fff; */display: block;
			width: 100%;
			height: 65px;
			font-size: 20px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;}
		.navs li .cta {
			display: block;
			width: 100%;
			height: 65px;
			font-size: 20px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
		}
		
		.navs li .subnav {
			margin: 0 auto;
		}
		
		.green {
			width: 12.5%;
			height: 65px;
			top: 0;
			left: 0;
			position: absolute;
			transition: .6s;
			z-index: -1;
			background: #000;
		}
		.navs>li.on{
			border-bottom:3px solid #E99627;
		}
		.second-menu {
			position: absolute;
			z-index: 5;
			width: 12.5%;
			height: auto;
			display: none;
			background: rgba(0, 0, 0, 0.7);
		}
		
		.second-menu a {
			color: #fff;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			text-align: center;
			width: 150px;
			height: 40px;
			display: block;
			transition: .6s;
		}
		
		.second-menu li {
			height: 50px;
			line-height: 50px;
			border-bottom: 1px solid #444444;
		}
		
		.second-menu a {
			height: 50px !important;
			line-height: 50px !important;
			font-size: 18px;
		}
		
		.second-menu li:last-child {
			margin-bottom: 8px;
		}
		
		.second-menu a:hover {
			padding-left: 6px;
		}
		/* 文字滚动 */
		
		.cta {
			text-decoration: none;
			overflow: hidden;
			backface-visibility: hidden;
			position: relative;
		}
		
		.cta:active {
			transform: translateY(3px);
		}
		
		.btn-text-parent {
			position: relative;
			display: inline-block;
			overflow: hidden;
		}
		
		.wrap_text {
			display: inline-block;
		}
		
		.buildin-btn-text {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 9;
			width: 100%;
			transform: translateY(100%);
		}
		
		.buildin-btn-text .btn-letter {
			opacity: 0;
		}
		
		.btn-letter {
			display: inline-block;
			margin: 0em 0.05em;
			position: relative;
			transition: transform 800ms, opacity 800ms ease;
		}
		
		.current-btn-text .btn-letter:nth-child(1) {
			transition-delay: 49ms;
		}
		
		.current-btn-text .btn-letter:nth-child(2) {
			transition-delay: 99ms;
		}
		
		.current-btn-text .btn-letter:nth-child(3) {
			transition-delay: 149ms;
		}
		
		.current-btn-text .btn-letter:nth-child(4) {
			transition-delay: 199ms;
		}
		
		.current-btn-text .btn-letter:nth-child(5) {
			transition-delay: 249ms;
		}
		
		.current-btn-text .btn-letter:nth-child(6) {
			transition-delay: 299ms;
		}
		
		.current-btn-text .btn-letter:nth-child(7) {
			transition-delay: 349ms;
		}
		
		.current-btn-text .btn-letter:nth-child(8) {
			transition-delay: 399ms;
		}
		
		.current-btn-text .btn-letter:nth-child(9) {
			transition-delay: 449ms;
		}
		
		.current-btn-text .btn-letter:nth-child(10) {
			transition-delay: 499ms;
		}
		
		.current-btn-text .btn-letter:nth-child(11) {
			transition-delay: 549ms;
		}
		
		.current-btn-text .btn-letter:nth-child(12) {
			transition-delay: 599ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(1) {
			opacity: 0;
			transition-delay: 49ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(2) {
			opacity: 0;
			transition-delay: 99ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(3) {
			opacity: 0;
			transition-delay: 149ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(4) {
			opacity: 0;
			transition-delay: 199ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(5) {
			opacity: 0;
			transition-delay: 249ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(6) {
			opacity: 0;
			transition-delay: 299ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(7) {
			opacity: 0;
			transition-delay: 349ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(8) {
			opacity: 0;
			transition-delay: 399ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(9) {
			opacity: 0;
			transition-delay: 449ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(10) {
			opacity: 0;
			transition-delay: 499ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(11) {
			opacity: 0;
			transition-delay: 549ms;
		}
		
		.buildin-btn-text .btn-letter:nth-child(12) {
			opacity: 0;
			transition-delay: 599ms;
		}
		
		.cta:hover .current-btn-text .btn-letter {
			opacity: 0;
			transform: translateY(-100%);
		}
		
		.cta:hover .buildin-btn-text .btn-letter {
			opacity: 1;
			transform: translateY(-100%);
		}
		/* 文字滚动 */
		/*banner开始*/
		
		.banner {
			height: auto;
		}
		
		.banner {
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		/*.banner.showdiv{display:none;}*/
		
		.sliderbox42737 {
			width: 100%;
			position: relative;
			height: 100%;
			overflow: hidden;
		}
		
		.sliderbox42737 .slick-list {
			height: 100%;
		}
		
		.sliderbox42737 .slick-track {
			height: 100%;
		}
		
		.sliderbox42737 .slick-slide>div {
			height: 100%;
		}
		
		.sliderbox42737 .frame {
			height: 100%;
		}
		
		.sliderbox42737 .child {
			height: 100%;
			position: relative;
			overflow: hidden;
		}
		
		.sliderbox42737 .slick-slide .image {
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}
		
		.sliderbox42737 .slick-slide .item,
		.sliderbox42737 .slick-slide .item img {
			width: 100%;
			height: 100%;
			display: block;
		}
		
		.sliderbox42737 .slick-slide .image:before {
			content: "";
			position: absolute;
			left: 0;
			bottom: 0;
			right: 0;
			height: 80px;
			background: linear-gradient(to top, rgba(9, 27, 64, 0.7), rgba(0, 0, 0, 0));
		}
		
		.sliderbox42737 .number {
			position: absolute;
			right: 100px;
			bottom: 50px;
			color: #fff;
			text-align: center;
			line-height: 1;
		}
		
		.sliderbox42737 .number li {
			width: auto;
			height: auto;
			margin: 0 10px;
			cursor: pointer;
			vertical-align: middle;
			display: inline-block;
		}
		
		.sliderbox42737 .number li.slick-active {
			font-size: 26px;
		}
		
		.sliderbox42737 .number li:after {
			content: "";
			border-top: 1px solid #fff;
			display: inline-block;
			vertical-align: middle;
			width: 0px;
			margin-left: 5px;
			transition: all 0.5s ease-out 0s;
		}
		
		.sliderbox42737 .number li.slick-active:after {
			width: 60px;
		}
		
		@media (max-width: 767px) {
			.sliderbox42737,
			.sliderbox42737 .frame,
			.slick-slide .item img {
				width: 100%;
				height: auto;
			}
			.sliderbox42737 .number {
				display: none;
			}
		}
		/*产品开始*/
		
		.pro64 {
			background: url(../img/pro64-bj.jpg) no-repeat center top;
			background-size: 100% 100%;
			padding-bottom: 40px;
		}
		
		.pro64-nav:after,
		.pro64-list:after {
			content: "";
			display: block;
			clear: both;
		}
		
		.pro64-nav {
			margin-bottom: 20px;
		}
		
		.pro64-nav li {
			width: 15.8333%;
			margin-left: 1%;
			margin-bottom: 15px;
			float: left;
			height: 50px;
			line-height: 50px;
		}
		
		.pro64-nav li:first-child,
		.pro64-nav li:nth-child(7),.pro64-nav li:nth-child(13),.pro64-nav li:nth-child(19) {
			margin-left: 0;
		}
		
		.pro64-nav li a {
			position: relative;
			overflow: hidden;
			display: inline-block;
			background: #269A53;
			color: #fff;
			border: 1px solid #269A53;
			width: 100%;
			height: 100%;
			text-align: center;
			z-index: 4;
		}
		
		.pro64-nav li a:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 150%;
			height: 100%;
			z-index: -1;
			background-color: #fff;
			-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
			transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			-webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
			transition: transform .3s, opacity .3s, background-color .3s;
		}
		
		.pro64-nav li a:before,
		.pro64-nav li a:after {
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			content: "";
			display: inline-block;
			position: absolute;
			z-index: -1;
		}
		
		.pro64-nav li a:hover {
			background: #fff;
			color: #222;
			border-radius: 3px;
			border: 1px solid #269A53;
			transition: all .3s ease-in-out;
		}
		
		.pro64-nav li a:hover:before {
			-webkit-transform: rotate3d(0, 0, 1, 0);
			transform: rotate3d(0, 0, 1, 0);
			-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		}
		
		.pro64-list {}
		
		.pro64-list li {
			width: 24.25%;
			float: left;
			margin-left: 1%;
			position: relative;
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
			margin-bottom: 20px;
		}
		
		.pro64-list li:first-child,
		.pro64-list li:nth-child(5),.pro64-list li:nth-child(9),.pro64-list li:nth-child(13),.pro64-list li:nth-child(17),.pro64-list li:nth-child(21),.pro64-list li:nth-child(25) {
			margin-left: 0;
		}
		
		.pro64-list li .pic {
			width: 100%;
			height: 384px;
			overflow: hidden;
		}
		
		.pro64-list li .pic img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: all .6s;
		}
		
		.pro64-list li:hover .pic img {
			transform: scale(1.1);
		}
		
		.pro64-list li h3 {
			border-top: 1px solid #e2e2e2;
			box-sizing: border-box;
			line-height: 67px;
			text-align: center;
			padding: 0 10px;
			width: 100%;
			background: #fff;
			color: #242e42;
			font-weight: normal;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		
		.pro64-list li:hover h3 {
			opacity: 0;
		}
		
		.pro64-list .mask {
			transform: scale(0);
			transition: .5s;
			opacity: 0;
			height: 0;
			background: rgba(0, 0, 0, 0.5);
			position: absolute;
			bottom: 0;
			width: 100%;
			padding: 0 15px 10px 15px;
			box-sizing: border-box;
		}
		
		.pro64-list li:hover .mask {
			height: auto;
			opacity: 1;
			transform: scale(1);
		}
		
		.pro64-list .mask h3 {
			width: 100%;
			height: 45px;
			line-height: 45px;
			text-align: left;
			color: #fff;
			opacity: 1!important;
			background: none;
			border-top: none;
			padding: 0;
		}
		
		.pro64-list .mask h3 span {
			display: inline-block;
			width: calc(100% - 35px);
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		
		.pro64-list .mask h3 i {
			display: inline-block;
			width: 30px;
			height: 30px;
			background: url(../img/pro-jt.png) no-repeat center center;
			background-size: 28px;
			float: right;
			margin-top: 5px;
		}
		
		.pro64-list .mask p {
			color: #FFFFFF;
			height: 60px;
			line-height: 30px;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		/*案例开始*/
		
		.case64 {
			background: url(../img/case64-bj.jpg) no-repeat fixed;
			background-size: 100% 100%;
		}
		
		.case64:after {
			content: "";
			display: block;
			clear: both;
		}
		
		.case64 .con {}
		
		.case64 .con li {
			width: 25%;
			float: left;
			position: relative;
			cursor: pointer;
		}
		
		.case64 .con li .pic {
			width: 100%;
			height: 800px;
			position: relative;
		}
		
		.case64 .con li .pic img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		
		.case64 .con li .mask {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, .6);
			opacity: 1;
			transition: all .6s;
		}
		
		.case64 .con li:hover .mask {
			opacity: 0;
		}
		
		.case64 .txt {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 150px 60px 50px 60px;
			box-sizing: border-box;
			color: #fff;
		}
		
		.case64 .txt img {
			width: 70px;
			margin: 0 auto;
		}
		
		.case64 .txt h3 {
			font-weight: normal;
			text-align: center;
			font-size: 20px;
			margin: 50px 0 50px 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		
		.case64 .txt em {
			display: block;
			width: 80px;
			height: 2px;
			background: #fff;
			margin: 0 auto;
		}
		
		.case64 .txt p {
			text-align: center;
			margin-top: 60px;
			line-height: 30px;
			height: 60px;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		
		.case64 .more {
			width: 200px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			color: #FFFFFF;
			border: 1px solid #fff;
			margin: 0 auto;
			margin-top: 50px;
		}
		/*公司简介开始*/
		
		.about64 {
			background: url(../img/about58-bj.jpg) no-repeat center top;
			background-size: 100% 100%;
			position: relative;
			padding: 40px 0;
		}
		
		.about64-con:after {
			content: "";
			clear: both;
			display: block;
		}
		
		.about64-l {
			width: 60%;
		}
		
		.about64-tit {
			font-size: 40px;
			letter-spacing: 2px;
			color: #269A53;
		}
		
		.about64-desc {
			line-height: 35px;
			margin-top: 15px;
			height: 105px;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
		}
		
		.about64-l .more {
			width: 250px;
			height: 50px;
			line-height: 50px;
			text-align: left;
			text-indent: 8px;
			background: none;
			border: none;
			border-top: 1px solid rgb(200, 200, 200);
			border-bottom: 1px solid rgb(200, 200, 200);
			box-sizing: border-box;
			position: relative;
			display: block;
			margin-top: 30px;
		}
		
		.about64-l .more:before {
			content: "";
			box-sizing: border-box;
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			margin: auto;
			background: #FFC107;
			transform: scale3d(0, 1, 1);
			transition: .5s ease-in-out;
		}
		
		.about64-l .more a h3 {
			font-size: 18px;
			color: #FFC107;
			position: relative;
			z-index: 1;
		}
		
		.about64-l .more:after {
			content: "";
			box-sizing: border-box;
			position: absolute;
			right: 10px;
			top: 0;
			bottom: 0;
			width: 16px;
			height: 10px;
			background-image: url(../img/about64-more1.png);
			background-size: 100%;
			margin: auto;
			transition: .5s ease-in-out;
		}
		
		.about64-l .more:hover:before {
			width: 100%;
			transition: .5s ease-in-out;
			transform: scale3d(1, 1, 1);
		}
		
		.about64-l .more:hover>a h3,
		.about64-l .more:hover>h3 {
			transition: .5s ease-in-out;
			color: #fff;
		}
		
		.about64-l .more:hover:after {
			background-image: url(../img/about64-more.png);
			background-size: 100%;
		}
		
		.about64-r {
			width: 38%;
		}
		
		.number {
			margin-top: 70px;
		}
		
		.number2 {
			/*display: flex;
	justify-content: space-between;*/
			display: flex;
		}
		
		.number2 li {
			display: inline-block;
			text-align: center;
			flex: 1;
		}
		
		.number2 b {
			display: block;
			position: relative;
		}
		
		.number2 i {
			font-style: normal;
			color: #343434;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 60px;
		}
		
		.number2 b sup {
			font-size: 16px
		}
		
		.number2 span {}
		
		.number2 span i {
			vertical-align: text-top;
			font-size: 16px
		}
		
		.number2 p {
			font-size: 16px
		}
		
		.advantage64 {
			margin-top: 55px;
			position: relative;
			padding-bottom: 0px;
		}
		
		.advantage64 .tit h1 {
			font-size: 30px;
			color: #242e42;
		}
		
		.advantage64 .swiper-slide {
			padding-bottom: 55px;
		}
		
		.advantage64 .swiper-slide li {
			background: #f7f6f6;
			height: 250px;
			display: flex;
			align-items: center;
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		}
		
		.advantage64 .swiper-button-next {}
		
		.advantage64 .swiper-button-prev {}
		
		.advantage64 .swiper-slide li .con {
			margin-left: 10%;
			margin-right: 10%;
		}
		
		.advantage64 .pic {
			font-size: 42px;
			color: #d61019;
		}
		
		.advantage64 .pic:before {
			vertical-align: middle;
			width: 50px;
			height: 50px;
			margin-right: 10px;
			display: inline-block;
			content: "";
			background: url(../img/about64-icon1-1.png);
			background-size: 100% 100%;
		}
		
		.advantage64 .swiper-slide li:hover .pic:before {
			background: url(../img/about64-icon1.png);
			background-size: 100% 100%;
		}
		
		.advantage64 h1 {
			font-size: 20px;
			line-height: 3;
			color: #242e42;
			letter-spacing: 1px;
		}
		
		.advantage64 p {
			color: #959595;
			line-height: 30px;
			height: 60px;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		
		.advantage64 .swiper-slide:hover {
			background: url(../img/about64-list.jpg) no-repeat;
			background-size: cover;
		}
		
		.advantage64 .swiper-slide:hover li {
			background: none;
		}
		
		.advantage64 .swiper-slide:hover .pic {
			color: #ffffff;
		}
		
		.advantage64 .swiper-slide:hover h1 {
			color: #ffffff;
		}
		
		.advantage64 .swiper-slide:hover p {
			color: #ffffff;
		}
		
		.advantage64 .swiper-button-next {
			border: 1px solid #d0d0d0;
			border-radius: 50%;
			width: 55px;
			height: 55px;
			right: 0px;
			top: 0px;
			left: auto;
		}
		
		.advantage64 .swiper-button-next span {
			font-size: 22px;
			transform: rotate(180deg);
			position: relative;
		}
		
		.advantage64 .swiper-button-prev {
			border: 1px solid #d0d0d0;
			border-radius: 50%;
			width: 55px;
			height: 55px;
			right: 70px;
			top: 0px;
			left: auto;
		}
		
		.advantage64 .swiper-button-prev span {
			font-size: 22px;
			left: auto;
		}
		
		.advantage64 .swiper-button-prev span:before,
		.advantage64 .swiper-button-next span:before {
			vertical-align: middle;
			width: 36px;
			height: 36px;
			display: inline-block;
			content: "";
			background: url(../img/about62-arrow2.png);
			background-size: 100% 100%;
		}
		
		.advantage64 .swiper-button-prev.on span:before,
		.advantage64 .swiper-button-next.on span:before {
			background: url(../img/about62-arrow1.png);
			background-size: 100% 100%;
		}
		
		.advantage64 .swiper-button-next.on,
		.advantage64 .swiper-button-prev.on {
			background: #269A53;
		}
		
		.advantage64 .ico {
			position: absolute;
			bottom: 10%;
			left: 10%;
			display: none
		}
		
		.advantage64 .swiper-slide:hover .ico {
			display: block
		}
		/*广告条开始*/
		
		.adv {
			background: url(../img/adv64-bj.jpg) no-repeat center top;
			background-size: 100% 100%;
			padding-bottom: 40px;
		}
		
		.adv ul {
			overflow: hidden;
		}
		
		.adv ul li {
			float: left;
			width: 5.83%;
			margin-right: 13%;
			transition: 0.7s;
			cursor: pointer;
		}
		
		.adv ul li:last-of-type {
			border: none;
			margin-right: 0px;
			padding-right: 0px;
			padding-left: 0px;
			margin-left: 0px;
		}
		
		.adv ul li:last-of-type:after {
			content: '';
			display: none;
		}
		
		.adv ul li:last-of-type:before {
			content: '';
			display: none;
		}
		
		.adv ul li .img {
			transition: 0.7s;
			background: url(../img/adv-li-bjl.png) no-repeat center;
			width: 125px;
			height: 131px;
			position: relative;
			display: block;
		}
		
		.adv ul li .img img {
			transition: 0.7s;
			position: absolute;
			max-width: 100%;
			max-height: 100%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
		}
		
		.adv ul li .img .i1 {
			transition: 0.7s;
			opacity: 1;
		}
		
		.adv ul li .img .i2 {
			transition: 0.7s;
			opacity: 0;
		}
		
		.adv ul li p {
			font-size: 20px;
			font-weight: normal;
			font-stretch: normal;
			letter-spacing: 0px;
			color: #fff;
			line-height: 60px;
			text-align: center;
			transition: 0.7s;
		}
		
		.adv ul li:hover .img {
			transform: rotate(-360deg);
			background: url(../img/adv-li-bjh.png) no-repeat center;
		}
		
		.adv ul li:hover .img .i1 {
			transform: rotate(360deg);
			animation: msClock 1.2s linear infinite;
			opacity: 0;
		}
		
		@keyframes msClock {
			0%,
			70%,
			100% {
				transform: rotate(0) scale(1);
			}
			10%,
			30% {
				transform: rotate(-15deg) scale(1.1);
			}
			20%,
			40% {
				transform: rotate(15deg) scale(1.1);
			}
		}
		
		.adv ul li:hover .img .i2 {
			transform: rotate(360deg);
			animation: msClock 1.2s linear infinite;
			opacity: 1;
		}
		
		@keyframes msClock {
			0%,
			70%,
			100% {
				transform: rotate(0) scale(1);
			}
			10%,
			30% {
				transform: rotate(-15deg) scale(1.1);
			}
			20%,
			40% {
				transform: rotate(15deg) scale(1.1);
			}
		}
		
		.adv ul li:hover p {
			color: #01a039;
		}
		/*新闻开始*/
		
		.news64 {
			background: url(../img/news64-bj.jpg) no-repeat center top;
			background-size: 100% 100%;
			padding-bottom: 40px;
		}
		
		.news64 .menu {
			margin-bottom: 20px;
			text-align: center;
		}
		
		.news64 .menu li {
			font-size: 20px;
			line-height: 55px;
			text-align: center;
			display: inline-block;
			width: 15.9%;
			background: #269a53;
			margin-right: 50px;
			box-sizing: border-box;
			transition: 0.7s;
		}
		
		.news64 .menu li a {
			color: #fff;
		}
		
		.news64 .menu .on {
			color: #fff;
			background: #FFC107;
		}
		
		.news64 .menu .a2 {
			background: #269a53;
		}
		
		.news64 .box {
			overflow: hidden;
		}
		
		.news64 .con {
			overflow: hidden;
		}
		
		.news64 .con-l {
			width: 30%;
			border-bottom: #e9e9e9 1px solid;
		}
		
		.news64 .con-l .img {
			width: 100%;
			height: 412px;
			background-color: #313131;
			border-radius: 3px;
			display: block;
			overflow: hidden;
		}
		
		.news64 .con-l .img img {
			width: 100%;
			height: 100%;
			transition: 0.7s;
			object-fit: cover;
			transition: all .6s;
		}
		
		.news64 .con-l:hover .img img {
			transform: scale(1.1);
		}
		
		.news64 .item {
			overflow: hidden;
		}
		
		.news64 .item .num {
			width: 20%;
			float: left;
			text-align: center;
			margin-top: 30px;
			padding-right: 33px;
			border-right: #ccc 1px solid;
			box-sizing: border-box;
		}
		
		.news64 .item .num .p1 {
			font-size: 36px;
			color: #666666;
			line-height: 32px;
			transition: 0.7s;
		}
		
		.news64 .item .num .p2 {
			color: #808080;
			line-height: 10px;
			transition: 0.7s;
			margin-top: 18px;
		}
		
		.news64 .item .t {
			float: right;
			width: 76%;
			padding-bottom: 10px;
		}
		
		.news64 .item .t a {
			display: block;
			font-size: 20px;
			color: #232323;
			transition: 0.7s;
			line-height: 35px;
			margin-top: 15px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 100%;
		}
		
		.news64 .item .t p {
			line-height: 30px;
			height: 60px;
			color: #666666;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		
		.news64 .item:hover .num p {
			color: #01a039;
		}
		
		.news64 .item:hover .t a {
			color: #01a039;
		}
		
		.news64 .box .con > ul {
			width: 69%;
			float: right;
		}
		
		.news64 .box .con > ul li {
			width: 49%;
			margin-left: 1%;
			float: left;
			overflow: hidden;
			border: solid 1px #e9e9e9;
			margin-bottom: 15px;
			box-sizing: border-box;
		}
		
		.news64 .box .con > ul li .num {
			float: left;
			text-align: center;
			border-right: #e9e9e9 1px solid;
			padding: 30px 20px;
			width: 20%;
			box-sizing: border-box;
		}
		
		.news64 .box .con > ul li .num .p1 {
			font-size: 36px;
			color: #666666;
			line-height: 32px;
			transition: 0.7s;
		}
		
		.news64 .box .con > ul li .num .p2 {
			color: #808080;
			line-height: 10px;
			transition: 0.7s;
			margin-top: 18px;
		}
		
		.news64 .box .con > ul li .t {
			float: right;
			width: 74%;
			margin-right: 1%;
		}
		
		.news64 .box .con > ul li .t a {
			display: block;
			font-size: 20px;
			color: #232323;
			transition: 0.7s;
			line-height: 50px;
			padding-top: 4px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 100%;
		}
		
		.news64 .box .con > ul li .t p {
			line-height: 30px;
			height: 60px;
			color: #666666;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		
		.news64 .box .con > ul li:hover .num p {
			color: #01a039;
		}
		
		.news64 .box .con > ul li:hover .t a {
			color: #01a039;
		}
		/*解决方案开始*/
		
		.solve64 {
			display: block;
			width: 100%;
			background: url(../img/al_bg.jpg) no-repeat center top;
			background-size: 100% 100%;
			padding-bottom: 40px;
		}
		
		.solve64 .solve64-con {
			display: block;
		}
		
		.solve64 .solve64-con #scrollarea {
			display: block;
			width: 100%;
			margin: 0 auto;
			overflow: hidden;
		}
		
		.solve64 .solve64-con #inrea {
			display: block;
			width: 2400%;
		}
		
		.solve64 .solve64-con #area1 {
			float: left;
		}
		
		.solve64 .solve64-con #area2 {
			float: left;
		}
		
		.solve64 .solve64-con #scrollarea li {
			float: left;
			width: 520px;
			margin-right: 15px;
		}
		
		.solve64 .solve64-con #scrollarea li a.pic {
			display: block;
			width: 100%;
			height: 360px;
			position: relative;
			z-index: 2;
			left: 0;
			top: 0;
		}
		
		.solve64 .solve64-con #scrollarea li a.pic img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			background: #fff;
		}
		
		.solve64 .solve64-con #scrollarea li .tit {
			display: block;
			border-top: 1px solid #e1e1e1;
			font-size: 17px;
			color: #269A53;
			padding: 0px 10% 0 5%;
			height: 48px;
			line-height: 48px;
			font-weight: bold;
			background: #fff url(../img/arrow.png) no-repeat 95% center;
			overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
		}
		
		.solve64 .solve64-con #scrollarea li .tit:hover {
			text-decoration: underline;
		}
		
		.solve64 .solve64-con #scrollarea li a.pic:hover .tit {
			display: block;
			text-decoration: underline;
		}
		
		.solve64 .solve64-con .arrow_l {
			position: absolute;
			left: 1%;
			width: 34px;
			height: 340px;
			background: url(../img/left.png) no-repeat left center;
			cursor: pointer;
		}
		
		.solve64 .solve64-con .arrow_l.current {
			position: absolute;
			left: 1%;
			width: 34px;
			height: 340px;
			background: url(../img/lefth.png) no-repeat left center;
			cursor: pointer;
		}
		
		.solve64 .solve64-con .arrow_r {
			position: absolute;
			right: 1%;
			width: 34px;
			height: 340px;
			background: url(../img/right.png) no-repeat left center;
			cursor: pointer;
		}
		
		.solve64 .solve64-con .arrow_r.current {
			position: absolute;
			right: 1%;
			width: 34px;
			height: 340px;
			background: url(../img/righth.png) no-repeat left center;
			cursor: pointer;
		}
		/*尾部开始*/
		
		.foot64 {
			background: #269a53;
			padding-top: 40px;
		}
		
		.foot64:after {
			content: "";
			display: block;
			clear: both;
		}
		
		.foot64-nav {
			width: 59%;
		}
		/*.foot64-nav {
	width: 65%;
	margin-left: 3%;
}*/
		
		.foot64-nav li {
			width: 20%;
			float: left;
			box-sizing: border-box;
		}
		
		.foot64-nav li a {
			color: #d6d6d6;
			line-height: 35px;
			display: block;
		}
		
		.foot64-nav li a:hover {
			color: #ffc107;
		}
		
		.foot64-nav li strong {
			display: block;
			padding: 0 0 10px;
			margin-bottom: 10px;
			position: relative;
		}
		
		.foot64-nav li strong:after {
			position: absolute;
			content: "";
			top: 50px;
			width: 26px;
			height: 3px;
			background-color: #fff;
			left: 0px;
		}
		
		.foot64-nav li:hover strong:after {
			width: 110px;
			background-color: #ffc107;
			transition: 0.5s;
		}
		
		.foot64-nav li strong a {
			display: block;
			line-height: 40px;
			color: #fff;
			font-weight: normal;
			font-size: 20px;
		}
		
		.foot64-nav li strong span {
			font-size: 14px;
			color: #cecece;
			font-weight: normal;
			text-transform: capitalize;
		}
		
		.foot64-add {
			width: 26%;
		}
		
		.foot64-add p {
			float: left;
			padding-top: 29px;
			width: 50%;
		}
		
		.foot64-add p:first-of-type {
			padding-top: 0;
			width: 100%;
		}
		
		.foot64-add p:last-of-type {
			width: 100%;
		}
		
		.foot64-add p img {
			width: 37px;
			height: 37px;
			float: left;
			margin-right: 7px;
		}
		
		.foot64-add p b {
			font-size: 26px;
			line-height: 37px;
			color: #ffffff;
			font-weight: bold;
			display: block;
			float: left;
		}
		
		.foot64-add p span {
			display: block;
			font-size: 16px;
			color: #ffffff;
			line-height: 14px;
			padding-bottom: 4px;
			font-weight: normal;
		}
		
		.foot64-add p strong {
			font-size: 20px;
			color: #ffffff;
			line-height: 18px;
			font-weight: bold;
		}
		
		.foot64-add p i {
			font-size: 18px;
			color: #ffffff;
			line-height: 14px;
			font-style: normal;
		}
		
		.foot64-ma {
			width: 15%;
		}
		
		.foot64-ma p {
			/*height: 147px;*/
			position: relative;
			overflow: hidden;
			float: left;
			width: 150px;
		}
		
		.foot64-ma p:first-child {
			margin-right: 16px;
		}
		
		.foot64-ma p:after {
			display: block;
			position: absolute;
			left: 0px;
			top: 0;
			width: 100%;
			height: 35px;
			content: "";
			animation: light 5s infinite;
			-webkit-animation: light 5s infinite;
			background: url(../img/sao.png) no-repeat 0 0;
			background-size: 100%;
		}
		
		@keyframes light {
			0% {
				top: 0;
			}
			50% {
				top: 100%;
			}
			100% {
				top: -40px;
			}
		}
		
		.foot64-ma p i {
			display: block;
			height: 130px;
			width: 130px;
			background: #ffffff;
			padding: 8px 7px 7px 7px;
		}
		
		.foot64-ma p i img {
			display: block;
			width: 130px;
			height: 130px;
		}
		
		.foot64-ma p span {
			display: block;
			color: #ffffff;
			text-align: center;
			padding-top: 10px;
		}
		
		.link64 {
			width: 100%;
			padding: 80px 0 40px 0;
			background: #269a53;
		}
		
		.link64 .mainb:after {
			content: "";
			display: block;
			clear: both;
		}
		
		.link64 .mainb {
			border-top: 1px solid #c3c3c3;
			border-bottom: 1px solid #c3c3c3;
		}
		
		.link64 .link {
			width: 150px;
		}
		
		.link64 .link .s1 {
			font-size: 20px;
			letter-spacing: 2px;
			line-height: 60px;
			color: #fff;
		}
		
		.link64 .link .s2 {
			font-size: 14px;
			line-height: 9px;
			padding-top: 8px;
			border-top: #d6d6d6 1px solid;
			color: #d6d6d6;
			vertical-align: middle;
			display: inline-block;
		}
		
		.link64 ul {
			width: calc(100% - 150px);
			padding-left: 20px;
			box-sizing: border-box;
		}
		
		.link64 ul li {
			float: left;
		}
		
		.link64 ul li a {
			line-height: 60px;
			color: #d6d6d6;
			padding: 0 20px;
			transition: 0.7s;
		}
		
		.link64 ul li a:hover {
			color: #ffc107;
		}
		
		.copyright64 {
			width: 100%;
			background: #101010;
			text-align: center;
		}
		
		.copyright64 p {
			display: inline-block;
			color: #c3c0c0;
			line-height: 35px;
		}
		
		.copyright64 a {
			display: inline-block;
			color: #c3c0c0;
			line-height: 35px;
		}
		.m-foot{display:none;}
/* ******************64**************** */

/*******************公共部分结束************************/

.headtop {
	background: url(../img/topbg.png) no-repeat center top;
	border-top: 2px solid #269A53;
	box-sizing: border-box;
	height: 90px;
	border-bottom: 1px solid #be0709;
}

.hlogo {
	width: 336px;
	height: 80px;
}

.mologo {
	display: none;
}

.logotxt {
	padding: 15px 0 0 100px;
}

.logotxt h2 {
	color: #666;
}

.logotxt p {
	color: #999;
	padding-top: 5px;
}

.logo_tel {
	padding-top: 15px;
	background: url(../img/toptel.png) no-repeat left 15px;
	padding-left: 60px;
}

.logo_tel p {
	font-size: 26px;
	font-weight: 400;
}

.headnavb {
	background: #269A53;
	height: 60px;
	line-height: 60px;
}

.head_nav ul li {
	float: left;
	position: relative;
	width: 11%;
	text-align: center;
}

.head_nav ul li:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	width: 1px;
	height: 30px;
	background: #f3abab;
}

.head_nav>ul>li>a {
	font-size: 16px;
	color: #fff;
	display: block;
}

.head_nav>ul>li:last-child a {
	padding-right: 0;
}

.head_nav>ul>li .d_erli {
	position: absolute;
	background: #fff;
	width: 150%;
	text-align: center;
	border-radius: 6px;
	top: 100px;
	left: -30%;
	margin: 0;
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	transition: all .36s ease;
	border: 1px solid #f1f1f1;
	padding: 10px 0;
}

.head_nav>ul>li .d_erli a {
	display: block;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	color: #444;
}

.head_nav>ul>li .d_erli a:hover {
	color: #fff;
	background: #269A53;
}

.head_nav>ul>li .d_erli:before {
	position: absolute;
	top: -5px;
	left: 48%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid #f1f1f1;
}

.head_nav>ul>li .d_erli:after {
	position: absolute;
	top: -4px;
	left: 48%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid #fff;
}

.head_nav>ul>li:hover .d_erli {
	opacity: 1;
	visibility: visible;
	top: 60px;
}


/*banner1*/


/*banner*/

.bbanner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}

.bban_pic {
	height: 550px;
	position: absolute;
	left: 0;
	top: 0;
}

.bban_pic a {
	display: block;
	height: 550px;
	float: left;
}

.bban_dot {
	height: 50px;
	position: relative;
	margin: 510px auto 0;
	z-index: 1;
	text-align: center;
}

.bban_dot span {
	display: inline-block;
	cursor: pointer;
	width: 18px;
	height: 2px;
	border-radius: 15%;
	margin: 0 10px;
	_margin: 0 3px;
	background: #fff;
	border: 1px solid #269A53;
}

.bban_dot .spcss {
	width: 35px;
	background: #269A53;
	transition: .6s;
}

.bban_btnl {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}

.bban_btnr {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}

.bban_btnl em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 250px;
}

.bban_btnr em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
	margin-top: 250px;
}

.bban_btnl .emcss {
	background-position: 0px -100px;
}

.bban_btnr .emcss {
	background-position: -50px -100px;
}

.bban_btn {
	display: none;
}

.bbanner:hover .bban_btn {
	display: block;
	transition: .3s;
}


/*优势*/

.hysbox {
	background: #f9f9f9;
	padding: 15px 0;
}

.hysbox li {
	width: 24.2%;
	width: 24%\9;
	float: left;
	height: 236px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 3px 6px 15px 1px #eee;
	border: 1px solid #eee;
	margin-right: 1%;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.hysbox li:nth-child(4n) {
	margin-right: 0;
}

.hysbox li .hysimg {
	width: 64px;
	margin: 0 auto;
	height: 64px;
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #269A53;
	border-radius: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.hysbox li .ys0 {
	background-image: url(../img/hys_1.png);
}

.hysbox li .ys1 {
	background-image: url(../img/hys_2.png);
}

.hysbox li .ys2 {
	background-image: url(../img/hys_3.png);
}

.hysbox li .ys3 {
	background-image: url(../img/hys_4.png);
}

.hysbox li:hover .ys0 {
	background-image: url(../img/hys_11.png);
}

.hysbox li:hover .ys1 {
	background-image: url(../img/hys_22.png);
}

.hysbox li:hover .ys2 {
	background-image: url(../img/hys_33.png);
}

.hysbox li:hover .ys3 {
	background-image: url(../img/hys_44.png);
}

.hysbox li h3 {
	margin-top: 10px;
}

.hysbox li em {
	font-style: normal;
	margin-top: 10px;
	display: block;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.hysbox li p {
	padding: 10px 0;
	color: #888;
	line-height: 1.8;
}

.hysbox li:hover {
	background: #269A53;
	transition: .3s;
}

.hysbox li:hover h3,
.hysbox li:hover em,
.hysbox li:hover p {
	color: #fff;
}


/*首页产品*/

.hprocbox {
	background: url(../img/hprobg.jpg) no-repeat left center;
	padding-bottom: 20px;
	overflow: hidden;
}

.htitle1 .htit_l {
	width: 35%;
}

.htitle1 .htit_l h1 {
	font-size: 36px;
	color: #777;
	border-left: 13px solid #269A53;
	padding-left: 10px;
	border-radius: 40px 0 0 15px;
}

.htitle1 .htit_l p {
	color: #999;
	padding-top: 10px;
}

.htitle1 .htit_c {
	width: 45%;
	padding: 10px 20px 0 60px;
}

.htitle1 .htit_c p {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: 10px;
}

.htitle1 .htit_c em {
	display: block;
	font-style: normal;
	width: 10px;
	line-height: 10px;
	height: 10px;
	background: #269A53;
}

.htitle1 .htit_r {
	width: 9%;
	padding-top: 10px;
}

.htitle1 .htit_r a {
	display: block;
	color: #fff;
	width: 120px;
	height: 39px;
	line-height: 39px;
	background: #269A53;
	text-align: center;
}

.htitle1 .htit_r a:hover {
	border-radius: 6px;
	transition: .3s;
}

.hprocate {
	width: 20%;
}

.hprocate li {
	height: 70px;
	line-height: 70px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 15px;
	border-left: 2px solid #269A53;
}

.hprocate li a {
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.hprocate li i {
	font-style: normal;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #269A53;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 50%;
}

.hprocate p span {
	display: block;
	margin-bottom: 10px;
	border-left: 3px solid #fff;
	padding-left: 10px;
}

.hprocate p {
	color: #fff;
	background: #269A53 url(../img/protel.png) no-repeat 90% center;
	padding: 20px;
	font-size: 18px;
	letter-spacing: 2px;
}

.hprocate li:hover {
	background: #269A53;
	transition: .3s;
}

.hprocate li:hover a,
.hprocate li.on a {
	color: #fff;
}

.hprocate li:hover i {
	color: #269A53;
	background: #fff;
	transition: .3s;
}

.hprocate li.on {
	background: #269A53;
}

.hprocon {
	overflow: hidden;
	width:80%;
}

.hprocon li {
	width: 24%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
}

.hprocon li .hpimg {
	width: 100%;
	position: relative;
	height: 201px;
	overflow: hidden;
}

.hprocon li .hpimg img {
	width: 100%;
	height: 100%;
	display: block;
}

.hprocon .hppanel {
	display: none\9;
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	transform: translateY(-30px);
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 30%;
	box-sizing: border-box;
}

.hprocon li p {
	text-align: center;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f8f8f8;
	font-size: 16px;
}

.hprocon li:hover p {
	color: #fff;
	background: #269A53;
	transition: .3s;
}

.hprocon .hppanel p {
	background: none;
	color: #fff;
}

.hprocon li:hover .hppanel p {
	background: none;
	transition: 0;
}

.hprocon li:hover .hppanel {
	display: block\9;
	opacity: 1;
	transform: translateY(0);
	transition: .3s;
}


/*首页广告*/

.advbox {
	height: 260px;
	background: #269A53 url(../img/advbg.png) no-repeat center top;
}

.advbox .advcon {
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}

.advbox .advcon .advimg {
	position: absolute;
	 width: 390px;
    bottom: -30px;
	right: 10px;
}

.advbox .advcon .advtxt {
	color: #fff;
	float: left;
	width: 480px;
	max-height: 256px;
	overflow: hidden;
	border-right: 1px solid #fff;
}

.advbox .advcon .advtxt h2 {
	margin-bottom: 20px;
}

.advbox .advcon .advtxt li {
	list-style: circle;
	margin-top: 11px;
	margin-left: 30px;
	font-size: 16px;
}

.advbox .advcon dl {
	float: left;
	color: #fff;
	font-size: 18px;
	margin-left: 60px;
}

.advbox .advcon dl dt {
	margin-bottom: 20px;
}

.advbox .advcon dl dt p {
	border-left: 6px solid #eee;
	padding-left: 10px;
}

.advbox .advcon dl dd {
	background: url(../img/advtel.png) no-repeat left center;
	padding-left: 75px;
}

.advbox .advcon dl dd p {
	letter-spacing: 2px;
	font-size: 26px;
	font-weight: bold;
}

.advbox .advcon dl a {
	display: block;
	text-align: center;
	width: 200px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
}

.advbox .advcon dl a:hover {
	color: #269A53;
	background: #fff;
	border-radius: 20px;
	transition: .3s;
	width: 260px;
}


/*公司简介*/

.habbox {
	padding-bottom: 20px;
	background: url(../img/habbg.jpg) no-repeat center top;
	overflow: hidden;
}

.htitle2 {
	text-align: center;
}

.htitle2 h1 {
	font-size: 36px;
	color: #777;
}

.htit_line span {
	display: inline-block;
	width: 60%;
	height: 3px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.htit_line em {
	display: inline-block;
	width: 30px;
	height: 5px;
	background: #269A53;
	border-radius: 2px;
}

.htitle2 p {
	margin-top: 10px;
	color: #888;
}

.habimg {
	width: 45%;
	position: relative;
	height: 390px;
}

.habimg img {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	position: inherit;
}

.kuai,
.kuai2 {
	position: absolute;
	left: -8px;
	bottom: -6px;
	width: 100px;
	height: 100px;
	background: #269A53;
}

.kuai2 {
	left: auto;
	bottom: auto;
	right: -6px;
	top: -6px;
}

.habinfo {
	width: 52%;
}

.habinfo h2 {
	color: #269A53;
}

.habinfo p {
	line-height: 1.8;
	padding-top: 15px;
	height: 187px;
	overflow: hidden;
}

.abqr {
	width: 120px;
	margin-top: 10px;
}

.abqr img {
	width: 100%;
}

.abtel {
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

.abtel h3 {
	font-size: 18px;
}

.abtel p {
	font-size: 16px;
	letter-spacing: 2px;
	height: auto;
	line-height: 1.2;
}

.abtel p strong {
	font-size: 18px;
}

.abtel a {
	width: 10px 0;
	color: #269A53;
	color: #fff;
	background: #269A53;
	border: 1px solid #269A53;
	display: inline-block;
	text-align: center;
	width: 150px;
	margin-right: 10px;
	margin-top: 15px;
	height: 36px;
	line-height: 36px;
}

.abtel a:hover {
	
	color: #269A53;
	background:#fff;
	transition: .3s;
}


/*滚动见证*/

.jzbox {
	background: url(../img/jzbg.jpg) no-repeat center top;
	padding-bottom: 20px;
	overflow: hidden;
}

.jzbox .htitle2 h1,
.jzbox .htitle2 p {
	color: #fefefe;
}

.hcate {
	text-align: center;
}

.hcate li {
	display: inline-block;
	width: 10%;
}

.hcate li a {
	display: block;
	color: #fff;
	background: #269A53;
	border: 1px solid #269A53;
	height: 36px;
	line-height: 36px;
}

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

.jzcon .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	text-align: center;
}

.jzcon .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.jzcon .hd ul li {
	display: inline-block;
	width: 30px;
	height: 8px;
	overflow: hidden;
	margin-right: 15px;
	text-indent: -999px;
	cursor: pointer;
	background: #ccc;
}

.jzcon .hd ul li.on {
	background: #269A53;
}

.jzcon .bd {
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 0;
}

.jzcon .bd ul {
	overflow: hidden;
	zoom: 1;
}

.jzcon .bd ul li {
	width: 555px;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	background: #eee;
}

.jzcon .bd ul li .jzpic {
	width: 100%;
	text-align: center;
	height: 378px;
	overflow: hidden;
}

.jzcon .bd ul li .jzpic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit:cover;
}

.jzcon .bd ul li .jzpic a:hover img {
	border-color: #999;
}

.jzcon .bd ul li .jztit {
	line-height: 55px;
	height: 55px;
	font-size: 20px;
	background: #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jzcon .bd ul li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.jzcon .bd ul li:hover {
	background: #269A53;
}

.jzcon .bd ul li:hover .jztit {
	background: #269A53;
	transition: .3s;
}

.jzcon .bd ul li:hover .jztit a {
	color: #fff;
}


/*案例展示*/

.hcasebox {
	background: #f6f6f6 url(../img/hcabg.jpg) no-repeat center top;
	padding-bottom: 20px;
	overflow: hidden;
}

.casecon li {
	width: 32.6%;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
	overflow: hidden;
}

.casecon li:nth-child(3n) {
	margin-right: 0;
}

.casecon li .hcaseimg {
	width: 100%;
	height: 342px;
	overflow: hidden;
}

.casecon li .hcaseimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casecon li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: rgba(38, 154, 83, 0.64);
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.casecon li .hca_panel {
	color: #fff;
	position: absolute;
	opacity: 0;
	display: none\9;
	bottom: -100%;
	width: 100%;
	height: 260px;
	background: #269A53;
	padding: 20px;
	box-sizing: border-box;
}

.casecon li .hca_panel h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.casecon li .hca_panel span {
	margin-bottom: 15px;
    height: 70px;
    line-height: 35px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.casecon li .hca_panel i {
	display: block;
	font-style: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	width: 80px;
}

.casecon li:hover p {
	display: none;
	transition: .6s;
}

.casecon li:hover .hca_panel {
	opacity: 1;
	display: block\9;
	bottom: 0;
	transition: .6s;
}

.casecon li .hca_panel i:hover {
	width: 150px;
	transition: .6s;
}


/*新闻资讯*/

.hnewbox {
	padding-bottom: 20px;
	background: url(../img/hnewbg.jpg);
}

.hnew_top dl {
	width: 31.9%;
	width: 32%\9;
	margin: 0 2% 1% 0;
	float: left;
}

.hnew_top dl:nth-child(3n) {
	margin-right: 0;
}

.hnew_top dl dt {
	width: 100%;
	overflow: hidden;
	height: 276px;
}

.hnew_top dl dt img {
	width: 100%;
	height:100%;
}

.hnew_top dl dd {
	border-left: 2px solid #ccc;
	padding: 0 15px 10px;
	margin-top: 15px;
	box-sizing: border-box;
	position: relative;
}

.hnew_top dl dd:before {
	position: absolute;
	content: "";
	top: 0px;
	left: -12px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #269A53;
	background: #fff;
}

.hnew_top dl dd h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #666;
}

.hnew_top dl dd span {
	display: block;
	margin: 6px 0;
	color: #888;
}

.hnew_top dl dd p {
	line-height: 1.6;
	color: #777;
	height: 70px;
	overflow: hidden;
}

.hnew_top .hntmore {
	display: block;
	width: 180px;
	margin: 0 auto;
	color: #fff;
	background: #269A53;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #269A53;
}

.hnew_top dl:hover dd {
	border-left: 2px solid #269A53;
	transition: .3s;
}

.hnew_top dl:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hnew_top .hntmore:hover {
	color: #269A53;
	background: #fff;
	transition: .6s;
	border-radius: 30px;
	width: 260px;
}

.hnw_title {
	border-bottom: 1px solid #ccc;
}

.hnw_title span {
	color: #fff;
	display: inline-block;
	background: #269A53;
	padding: 6px 10px;
}

.hnw_title a {
	float: right;
	font-weight: normal;
	font-size: 16px;
	margin-top: 8px;
}

.hnew_fl {
	width: 59%;
}

.hnew_fl dl {
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.hnew_fl dl dt {
	width: 35%;
	overflow: hidden;
	height: 178px;
	position: relative;
	float: left;
}

.hnew_fl dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hnew_fl dl dt span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 6px;
	color: #fff;
	background: #269A53;
}

.hnew_fl dl dd {
	width: 63%;
	float: right;
}

.hnew_fl dl dd h3 {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnew_fl dl dd p {
	margin-top: 15px;
	color: #777;
	line-height: 1.6;
	height: 68px;
	overflow: hidden;
}

.hnew_fl dl dd .hnl_more {
	margin-top: 25px;
	display: block;
	color: #269A53;
	border: 1px solid #269A53;
	text-align: center;
	width: 120px;
	height: 35px;
	line-height: 35px;
}

.hnew_fl dl:hover dt img {
	transform: scale(1.2);
	transition: 1s;
}

.hnew_fl dl dd .hnl_more:hover {
	color: #fff;
	background: #269A53;
}

.hnew_fl dl:hover h3 {
	color: #269A53;
}

.hnl_ul {
	margin-top: 10px;
}

.hnl_ul li {
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #ccc;
}

.hnl_ul li a {
	display: block;
	width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.hnl_ul li span {
	display: block;
	float: right;
}

.hnew_fr {
	width: 40%;
}

.hnew_fr .hnw_title {
	margin-bottom: 20px;
}

.hnrfq_li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.hnrfq_li h2 i,
.hnrfq_li p i {
	display: inline-block;
	font-style: normal;
	color: #fff;
	background: #269A53;
	font-size: 20px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-right: 10px;
	font-weight: normal;
}

.hnrfq_li p i {
	background: #666666;
}

.hnrfq_li h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.hnrfq_li p {
	margin-top: 10px;
	line-height: 1.6;
	height: 51px;
	overflow: hidden;
	color: #888888;
}


/*友情链接*/

.yqlink {
	background: #269A53;
	padding: 20px 0;
}

.yqlink h3 {
	color: #fff;
	background: url(../img/yqlink.png) no-repeat left center;
	padding-left: 30px;
}

.yqlink ul {
	margin-top: 10px;
}

.yqlink ul li {
	display: inline-block;
}

.yqlink ul li a {
	color: #ffe7e7;
	padding: 6px 10px;
	display: block;
}


/*底部*/

.hfootbox {
	background: url(../img/footbg.jpg) no-repeat center;
	background-size: contain;
	height: 290px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-top: 30px;
	background-size: 100% 100%;
	border-top: 2px solid #269A53;
}

.hfootbox .hfootc_1 {
	width: 350px;
	float: left;
	line-height: 2;
}

.hfootbox .hfootc_1 img {
	max-width: 100%;
}

.hfootbox .hfootc_1 p {
	display: block;
	font-size: 16px;
	color: #a5a2a2;
}

.hfootbox .hfootc_2 {
	float: left;
	position: relative;
	padding-left: 60px;
}

.hfootbox .hfootc_2 i {
	position: absolute;
	left: 0;
	top: 50%;
	width: 0px;
	height: 160px;
	margin-top: -80px;
	border-left: 1px dashed rgba(255, 255, 255, 0.7);
}

.hfootbox .hfootc_2 ul li {
	float: left;
	text-align: center;
	margin-right: 50px;
	width:98px;
}

.hfootbox .hfootc_2 ul li h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 12px;
    border-bottom: 1px solid #545454;
    padding-bottom: 12px;
	position:relative;
}
.hfootbox .hfootc_2 ul li h3:after{content:"";position:absolute;left:0;right:0; bottom:-1px;width:30px;height:2px;background:#eee;margin:auto;}
.hfootbox .hfootc_2 ul li a {
	display: block;
	font-size: 14px;
	color:#a5a2a2;
	margin-bottom: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.hfootbox .hfootc_3 {
	width: 95px;
	float: right;
}

.hfootbox .hfootc_3 h3 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.hfootbox .hfootc_3 img {
	width: 100%;
}

.f_copy {
	background: #333;
	padding: 10px 0;
}

.f_copy p {
	color: #c0c1c3;
}


/*内页开始*/

.ibanner {
	height: 397px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}

.ban1 {
	background-image: url(../img/ban1.jpg);
	background-size: 100% 100%;
}

.ibancon {
	color: #fff;
	padding-top: 100px;
	text-align: center;
}
.ibannerpro .ibancon {
	padding-top: 50px;
}
.ibancon em {
	display: block;
	margin: 10px auto 20px;
	width: 50px;
	height: 5px;
	background: #ffc107;
}

.ibancon p {
	color: #fff;
	font-size: 18px;
}

.iabout {
	background: #f9f9f9;
}

.iernav {
	text-align: center;
	font-size: 0;
	padding-top: 20px;
}

.iernav li {
	display: inline-block;
	width: 15.9%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.52);
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	margin: 0 10px 10px 0;
}

.iernav li a {
	display: block;
	color: #fff;
}

.iernav li:hover {
	background: #269A53;
	transition: .3s;
}

.iernav li:hover a {
	color: #fff;
}

.ibread {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 15px;
	background: #fbfbfb;;
}

.ibread p {
	line-height: 40px;
	color: #666;
	background: url(../img/bread2.png) no-repeat left center;
	padding-left: 20px;
}

.inertit {
	color: #666;
	font-size: 30px;
	background: url(../img/bread1.png) no-repeat left 8px;
	    background-size: 28px 28px;
	padding-left: 36px;
}

.inertit i {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

.contxt {
	font-size: 18px;
	line-height: 1.8;
	color: #777777;
	padding-bottom: 20px;
}

.contxt img {
	max-width: 100%;
	height: auto;
}


/*实力放大镜*/

.ihon_box li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.ihon_box li:nth-child(4n) {
	margin-right: 0;
}

.ihon_box li p {
	text-align: center;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535353;
}

.ihon_img {
	width: 100%;
	height: 382px;
	overflow: hidden;
}

.ihon_img .iho_img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	cursor: pointer;
	opacity: .8;
}

.iho_img:hover {
	opacity: 1;
}

.ihon_box li:hover .iho_img {
	transform: scale(1.2);
	transition: 1s;
}

.ihon_box li:hover p {
	color: #fff;
	background: #269A53;
	transition: .3s;
}

.lightBox-view img {
	display: block;
	display: none;
	border: 0px;
	margin: 0px !important;
}

.lightBox-popupMask {
	position: fixed;
	background: black;
	filter: alpha(opacity=80);
	/* IE */
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background-image: url(../img/overlay.png);
}

.lightBox-popup {}

.lightBox-popup {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0%;
	left: 50%;
	height: 50%;
	background-color: white;
	/* margin-left:-500px; */
	border-radius: 10px;
	border: 5px solid white;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/loading.gif);
	background-size: 8%;
}

.lightBox-description .lightBox-btn {
	/*  position: absolute;
  top:0; */
	display: inline-block;
	height: 100%;
	width: 50%;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=20);
	/* IE */
	opacity: .4;
	background-image: url(../img/opacity.png);
}

.lightBox-description .lightBox-btn:hover {
	filter: alpha(opacity=100);
	/* IE */
	opacity: 1;
}

.lightBox-description .lightBox-prev-btn.active {
	background-image: url(../img/prev.png);
}

.lightBox-description .lightBox-next-btn.active {
	background-image: url(../img/next.png);
}

.lightBox-description .lightBox-prev-btn.disable {
	background-image: url(../img/prev.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
	background-image: url(../img/next.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-view .lightBox-description {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px;
	display: none;
	color: white;
	background-color: black;
	filter: alpha(opacity=80);
	/* IE */
	background: rgba(0, 0, 0, .8);
}

.lightBox-view .lightBox-description .lightBox-current-index {
	margin-top: 5px;
	display: block;
	font-style: italic;
}

.lightBox-view .lightBox-description .lightBox-close {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/closed.png);
	background-position: center center;
}

.lightBox-description .btn-position {
	float: right;
	position: relative;
	width: 100px;
	height: 40px;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	background: #f9f9f9;
	border-radius: ;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #269A53;
	border: 1px solid #269A53;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}


/*留言*/

.formbz {
	float: left;
}

.forml_input {
	width: 90%;
	height: 42px;
	border: 1px solid #d2d4d6;
}

.forml_textra {
	width: 90%;
	height: 100px;
	border: 1px solid #dedede;
	padding-top:10px;
}

.sply_box {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	background: url(../img/liuyan.png) no-repeat right center;
}

#onlyform {
	width: 60%;
}

.G_botton {
	width: 55px;
	height: 30px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
}

.formli {
	width: 100%;
	height: auto;
	padding-top: 10px;
	clear: both;
	position: relative;
}

.formli img {
	position: absolute;
	right: 35%;
	top: 25px;
}

.G_tips {
	width: 486px;
	margin: 10px auto 0 auto;
	border: 1px solid #dedede;
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

#checkCode {
	width: 90%;
	height: 42px;
	border: 1px solid #dedede;
	text-transform: uppercase;
	vertical-align: middle;
}

.forml_sub,
.czhi {
	width: 250px;
	height: 50px;
	border: none;
	color: #000;
	font-family: 微软雅黑;
	border-radius: 25px;
	font-size: 18px;
	margin: 25px 25px 0 0;
}

.forml_sub:hover,
.czhi:hover {
	cursor: pointer;
	color: #fff;
	background: #269A53;
}

.inmain .casecon {}

.inmain .casecon li {
	width: 24.2%;
	width: 24%\9;
}

.inmain .casecon li .hcaseimg {
	height:376px;
}

.inmain .casecon li:nth-child(3n) {
	margin-right: 1%;
}

.inmain .casecon li:nth-child(4n) {
	margin-right: 0;
}


/*内页产品*/

.iprocon {}

.iprocon li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
}

.iprocon li:nth-child(4n) {
	margin-right: 0;
}

.iprocon li .ipropic {
	width: 100%;
	height: 383px;
	overflow: hidden;
	position: relative;
}

.iprocon li .ipropic img {
	width: 100%;
	display: block;
	height:100%;
	object-fit:cover;
}

.iprocon li .ipropic .ipropan {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) url(../img/eye.png) no-repeat center center;
}

.iprocon li .ipro_info {
	padding: 10px;
	box-sizing: border-box;
	color: #565656;
	background: #f9f9f9;
}

.iprocon li .ipro_info h3,
.iprocon li .ipro_info p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.iprocon li .ipro_info p {
	margin: 5px 0;
	color: #777;
}

.iprocon li .ipro_info span {
	color: #888;
}

.iprocon li:hover .ipro_info {
	color: #fff;
	background: #269A53;
	transition: .3s;
}

.iprocon li:hover .ipro_info p,
.iprocon li:hover .ipro_info span {
	color: #fff;
}

.iprocon li:hover .ipropan {
	left: 0;
	transition: .6s;
}


/*图片新闻*/

.ipicnew_c {
	overflow: hidden;
}

.ipicnew_c-list {
	width: 100%;
	overflow: hidden;
}

.ipicnew_c-list li {
	width: 23%;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: 2.6%;
}

.ipicnew_c-list li:nth-child(4n) {
	margin-right: 0px;
}

.ipicnew_c-list li:hover .products-pic .products-dw {
	height: 100%;
}

.ipicnew_c-list li:hover .products-kuai {
	background-color: #1b4595;
}

.ipicnew_c-list li:hover .products-kuai .kuai-bt h3 {
	color: #fff;
}

.ipicnew_c-list li:hover .products-kuai .kuai-p {
	color: #fff;
}

.ipicnew_c-list li:hover .products-kuai .kuai-more {
	color: #fff;
}

.ipicnew_c-pic {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.ipicnew_c-pic img {
	width: 100%;
}

.ipicnew_ul {
	width: 100%;
	overflow: hidden;
}

.ipicnew_ul li {
	width: 24.25%;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #f7f7f7;
	margin-right: 1%;
}

.ipicnew_ul li:nth-child(4n) {
	margin-right: 0px;
}

.ipicnew_info {
	width: 100%;
	overflow: hidden;
	padding: 30px 20px 20px 20px;
	box-sizing: border-box;
}

.ipicnew_txtic {
	width: 100%;
	overflow: hidden;
	height:350px;
}

.ipicnew_txtic img {
	width: 100%;
	height:100%;
}

.ipicnew_time {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 26px;
	color: #6c6c6c;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.ipicnew_time:after {
	content: '';
	width: 66px;
	height: 1px;
	background-color: #6c6c6c;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: 0px;
}

.ipicnew_tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	color: #6c6c6c;
	margin-bottom: 15px;
}

.ipicnew_txt {
	width: 100%;
	overflow: hidden;
	color: #888;
	line-height: 35px;
	height: 70px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ipw_moreb {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

.ipw_more {
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	color: #666666;
	border: 1px solid #cdcdcd;
}

.ipicnew_ul li:hover {
	background-color: #269A53;
	transition: .3s;
}

.ipicnew_ul li:hover .ipicnew_time {
	color: #fff;
}

.ipicnew_ul li:hover .ipicnew_time:after {
	background-color: #fff;
}

.ipicnew_ul li:hover .ipicnew_tit {
	color: #fff;
}

.ipicnew_ul li:hover .ipicnew_txt {
	color: #fff;
}

.ipicnew_ul li:hover .ipw_more {
	color: #fff;
}

.ipicnew_ul li:hover img {
	transform: scale(1.2);
	transition: 1s;
}


/*新闻列表*/

.inewli_con{margin-bottom: 20px;}
.inewlic_l{width: 68%;padding: 10px;box-sizing: border-box;background: #fefefe;}
.inewlic_l .inewli_ul li,.irelnew li{height: 50px;line-height: 50px;border-bottom: 1px dashed #ddd;background: url(../img/inew.png) no-repeat left center;padding-left: 25px;}
.inewlic_l .inewli_ul li a,.irelnew li a{display: block;width: 75%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
.inewlic_l .inewli_ul li span,.irelnew li span{display: block;width: 20%;text-align: right;float: right;color: #999;}

.inewlic_r{width: 30%;padding: 10px;box-sizing: border-box;background: #f9f9f9;}
.ireltit{border-bottom: 1px solid #ddd;padding-bottom: 10px;color: #666;background: url(../img/rel.png) no-repeat left top;padding-left: 40px;}
.ireltit a{color: #666;float: right;font-weight: normal;font-size: 18px;display: block;}

.irelpro{padding-bottom: 20px;}
.irelnew{width: 100%;}
.irelnew li{background: url(../img/relnew.png) no-repeat left center;padding-left: 20px;}
.irelnew li a{width: 68%;}
.irelnew li span{width: 30%;}

.irelcase{width: 100%;padding: 10px;box-sizing: border-box;background: #fefefe;}
.irelcase dl dt{height: 99px;}
.irelcase dl dd h3{font-size: 20px;}
.irelcase dl dd p{margin-top: 5px;height: 28px;}
.irelcase dl dd .hnl_more{margin-top: 8px;height: 30px;  line-height: 30px;}
.irelcase dl{margin-top: 10px;}

/*新闻详情*/
.inewde_tit h1{font-weight: 300;font-size: 28px;color: #269A53;}
.inewde_tit p{margin-top: 10px;color: #777;border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.inewde_tit p span{padding: 0 35px 0 0;}
.updow{}
.updow p{width: 49%;height: 42px;line-height: 42px;border-radius: 5px;padding: 0 10px;box-sizing: border-box;background: #f5f5f5 url(../img/relnew.png) no-repeat left center;padding-left: 20px;}
.updow p span{float: left;}
.updow p a{color:#888;display: block;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 85%;}

.inewde_l .updow p{float: none;margin-bottom:5px;width:100%;}
.inewde_l .updow p a{width: 92%;}
.updow p:hover a{color: #269A53;/* padding-left: 10px;transition: .3s; */}
.bqsm{font-size: 14px;color: #999;border-top: 1px dotted #ddd;margin-top: 10px;padding-top: 5px;}
.zhaiyao{margin-top: 20px;padding: 10px;box-sizing: border-box;background: #f6f6f6;}
.zhaiyao span{display: block;margin-bottom: 6px;font-weight: bold;}
.zhaiyao p{line-height: 1.6;color: #888;height: 72px;overflow: hidden;}

.ideta_con{padding-bottom: 20px;}
.ideta_con .inewde_tit{text-align: center;}

/*产品详情*/
.iprod_con{padding-bottom: 20px;}
.iprod_con .ireltit,.irel_ly .ireltit{position: relative;background-color: #f7f7f7;padding-top: 10px;background-position: left center;border-radius: 5px 5px 0 0;}
.ireltit i{display: block;width: 150px;height: 2px;position: absolute;left: 0;bottom: -1px;background: #269A53;}

/*图片放大镜*/

div.zoomDiv {
	width: 200px;
	height: 200px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomDiv img {
	width: auto;
	max-width: none;
}

div.zoomMask {
	cursor: crosshair;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
}


/*图片放大镜样式*/

.iproimgc{
	width:30%;
}

#preview img {
	max-width: none;
	height: auto !important;
	display: block;
	width: 100%;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
	width: 100%;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.iproimg{margin-bottom: 20px;}
.iprod_r{width: 69%;color: #888;}
.iprod_r .iprod_title{font-size: 22px;padding-bottom: 10px;border-bottom: 1px solid #ccc;color: #666;}
.iprod_r .inlip{width: 100%;   overflow: hidden;white-space: nowrap;text-overflow: ellipsis; box-sizing: border-box;display: inline-block;height: 42px;background: #f6f6f6;margin-top: 10px;padding-left: 10px;line-height: 42px; margin-right: 10px;}
.iprod_r .iprod_info{line-height: 1.6;padding: 10px;box-sizing: border-box;margin: 20px 0 30px;height: 112px;overflow:hidden;background: #f6f6f6;}
.iprod_r .inlip strong{color: #777;}

.iprod_r .abtel{ margin-top: 15px;}
.iprod_r .abtel h3{margin-bottom: 10px;}
.irel_ly{padding-bottom: 30px;}
.irel_ly #onlyform{width: 100%; padding-top: 30px;}
.irel_ly .forml_input,.irel_ly .forml_textra,.irel_ly #checkCode{width: 94%;border: 0;background: #f6f6f6;padding-left: 3%;box-sizing: border-box;}
.irel_ly .forml_sub{color: #fff;background: #269A53;}
.irel_ly .formli:nth-child(7){text-align: center;}
.irel_ly .formlitit{font-weight: bold;display: inline-block;color: #ffffff;  background: #269A53;line-height: 42px;width: 5%; text-align: center;border-left: 2px solid #ccc;float: left;box-sizing: border-box;}

@media screen and (max-width: 1920px) {
	
	html,body {font-size: 16px;}
	/* --------------------------51------------------------ */
	
	.head51-tel span{font-size:28px;}
	
	.head51-nav li>a,.pro51-nav li,.pro51-con li span a,.pro51-con li:hover span a,.advant51 li h3,.case51-tab li a,.case51-con .case51-list-txt,.news51-l-top li span ,.news51-title a,.news51-l-bottom li h3,.footer51-nav li p{font-size:18px;}
	
	.head51-nav .dropdown51 a,.about51-title h3 p,.parter51-mes .forml_sub, .parter51-mes .czhi,.news51-title h2 p{font-size:16px;}
	
	.head51-nav .dropdown51 a,.pro51-nav li,.pro51-con li span a,.about51-btn li,.news51-l-bottom li{height: 45px;line-height: 45px;}
	
	.ftitle51 {padding-top: 30px;}
	
	.ftitle51 h2 {font-size: 34px;}
	
	.ftitle51 p {margin-top: 10px;}
	/* ------------------------------------------------------------------------- */
	.top51-cant {width: 31%;}
	
	.head51-logo .logo img {padding-top: 8px;height: auto;width: 100%;}
	
	.head51-tel {background: url(../img/head51-tel.png) no-repeat left 5px;}
	
	#banner{height:800px;}
	
	.pro51 {padding-bottom: 30px;}
	
	.pro51-nav {margin-top: 20px;}
	
	.pro51-con li>a{height:289px;}
	
	.advant51{padding-bottom:30px;}
	
	.about51 {padding: 30px 0;}
	
	.about51-title h3 b {font-size: 30px;}
	
	.about51-title span i,.about51-title span{width: 72px;height: 72px;}
	
	.about51-title span i img{padding-top:15px;}
	
	.about51-l {height: 455px;}
	
	.case51 {padding-bottom: 30px;}
	
	.case51-tab {margin-top: 20px;}
	
	.case51-tab li{height:45px;}
	
	.case51-tab li a{line-height:45px;}
	
	.case51-con{width:640px;}
	
	.case51-con ul .case51-list{width:640px;height:566px;}
	
	.case51-con .case51-list-pic{width:640px;height:444px;}
	
	.case51-con .case51-list-con {margin-top: 444px;height: 60px;}
	
	.case51-con .case51-list-txt{line-height:60px;}
	
	.case51-con .case51-list.cur .case51-list-con{height:100px;}
	
	.case51-btn {margin-top: 30px;}
	
	.parter51{padding-bottom:30px;}
	
	.partner51-list li{height:134px;}
	
	.parter51-mes{padding-top:0;}
	
	.parter51-mes .forml_textra{height:150px;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi{height:45px;}
	
	.news51{padding:30px 0;}
	
	.news51-title h2 span {font-size: 30px;}
	
	.news51-l-top li h3{font-size: 20px;}
	
	.news51-r-img{height:215px;}
	
	.links51 h3 {font-size: 32px;}
	
	.footer51{padding:30px 0;}
	
	.footer51-logo {width: 70px;}
	
	.footer51-l h2 {width: calc(100% - 70px);}
	
	.footer51-l h2 span {font-size: 22px;}
	
	.footer51-l h2 p {font-size: 14px;}
	
	.footer51-ma {width: 110px;height: 110px;}
	
	.footer51-l ul {width: calc(100% - 110px);}
	
	.footer51-l ul li {line-height: 30px;}

	/* --------------------------51------------------------ */
	/* --------------------------53------------------------ */
	.header53 .head53-top .logo div p,.header53 .nav li>a,.pro53 .hd ul li,.pro53-con h3,.about53-l span,.case53-con ul li h2,.news_list dl a,.faq .faq_con dl dt,.solve-list-txt{font-size:18px;}
	
	.header53 .nav li div a,.about53-btn,.about53-r li p span,.faq .faq_con dl dd,.link53 ul li:first-child span,.footer53-pro li a,.footer53-cont-list p{font-size:16px;}
	
	.header53 .tel53 span{font-size:26px;}
	
	.header53 .nav li>a,.header53 .nav li div a,.pro53 .hd ul li,.pro53-con h3,.about53-btn,.case53-con ul li h2,.news53 #news53-l .news53_tit ul li,.faq .news53_tit h3 .txt,.solve-list-txt{height:45px;line-height:45px;}
	/* ----------------------------------------- */
	.header53 .head53-top .logo img{height:65px;}
	
	.header53 .head53-top-r{padding-top:28px;}
	
	.header53 .nav li div{top:45px;}
	
	.pro53 .hd ul li{background: #ddd url(../img/pro51-icon.png) 226px center no-repeat;}
	
	.pro53 .hd ul li.on{background: #269A53 url(../img/pro51-icon.png) 226px center no-repeat;}
	
	.pro53 .bd{margin-top:20px;}
	
	.pro53-list .pro53-img{height:290px;}
	
	.pro53-con h3{background-position: right 10px top 11px;}
	
	.pro53-mask h3 {margin-top: 17%;}
	
	.about53-l{padding:70px 0;}
	
	.about53-r{padding:70px;height: 552px;}
	
	.about53-l h2{margin-top:30px;font-size: 26px;margin-bottom: 30px;}
	
	.about53-l em{margin:30px 0;}
	
	.about53-r li p {font-size: 30px;}
	
	.about53-r li b{font-size:15px;}
	
	.about53-r li{margin-bottom:35px;}
	
	.case53-pic{height:325px;}
	
	.case53-mask-con h4{font-size: 26px;}
	
	.case53-mask-con p{line-height: 30px;height: 90px;-webkit-line-clamp: 3;}
	
	.news53 #news53-l .news53_tit ul li,.faq .news53_tit h3 .txt{font-size: 24px;}
	
	.news53_tit .hon_tit{height:45px;}
	
	.news_list dl dt{height:130px;}
	
	.news_list dl p {line-height: 30px;height: 60px;}
	
	.news_list dl dt p{height:70px;}
	
	.news_list dl dt strong {font-size: 24px;}
	
	.news_list dl {height: 130px;}
	
	.faq .faq_con dl dd{line-height: 30px;height: 60px;}
	
	.solve53-l {height:527px;}
	
	.solve-list-img{height: 214px;}
	
	.link53 ul li:first-child {font-size: 26px;}
	
	.footer53-pro {width: 60%;}
	
	.footer53-cont{width:25%;}
	
	.footer53-ma{width: 15%;}
	/* --------------------------53------------------------ */
	/* --------------------------64------------------------ */
	.navs>li a,.logo60 h3,.navs li .cta,.pro64-list li h3,.pro64-nav li a,.case64 .txt h3,.advantage64 h1,.adv ul li p,.news64 .menu li,.news64 .box .con > ul li .t a,.news64 .item .t a,.foot64-nav li strong a,.foot64-add p strong{font-size:18px;}
	
	.logo60 p,.second-menu a,.solve64 .solve64-con #scrollarea li .tit{font-size:16px;}
	
	.second-menu li,.pro64-nav li,.solve64 .solve64-con #scrollarea li .tit {height: 45px;line-height: 45px;}
	
	.news64 .menu li,.news64 .box .con > ul li .t a{line-height: 45px;}
	
	.ftitle64{background-size: 610px 60px;background-position-y: 60px;}
	
	/* ------------- */
	
	.nav_box,.navs,.navs li .cta,.green,.navs>li a{height:60px;}
	
	.navs>li{height:60px;line-height:60px;}
	
	
	.second-menu a {height: 45px !important;line-height: 45px !important;}
	
	.pro64-nav {margin-bottom: 5px;}
	
	.pro64-nav li{margin-bottom:15px;}
	
	.pro64-list li .pic{height:291px;}
	
	.pro64-list li h3{line-height:57px;}
	
	.pro64-list .mask p,.news64 .box .con > ul li .t p,.news64 .item .t p {height: 50px;line-height: 25px;}
	
	.about64-tit {font-size: 36px;}
	
	.news64 .box .con > ul li .num .p1,.news64 .item .num .p1 {font-size: 28px;}
	
	.news64 .box .con > ul li .num{padding:15px 12px;}
	
	.news64 .box .con > ul li .t a{padding-top:5px;}
	
	.news64 .item .num {width: 21%;padding-right: 15px;}
	
	.news64 .item .t {width: 75%;}
	
	.news64 .con-l .img {height: 340px;}
	
	.news64 .box .con > ul li .num{width:21%;}
	
	.solve64 .solve64-con #scrollarea li{width:425px;}
	
	.solve64 .solve64-con #scrollarea li a.pic{height:295px;}
	
	.solve64 .solve64-con #scrollarea li .tit{padding:0 12% 0 5%;}
	
	.adv ul li {width: 8%;margin-right: 10%;}
	
	.foot64-ma p{width:130px;}
	
	.foot64-ma p i img,.foot64-ma p i{width:115px;height:115px;}
	
	.foot64-nav { width: 57%;}
	
	.foot64-ma {width: 17%;}
	
	.foot64-add p:nth-child(3){width:40%;}
	
	.foot64-add p:nth-child(4){width:60%;}
	/* --------------------------64------------------------ */
	
	/*内页开始*/
	.ipicnew_time{font-size:24px;}
	
	.iprocon li .ipro_info h3,.hysbox li h3,.jzcon .bd ul li .jztit,.casecon li p,.ipicnew_tit,.casecon li .hca_panel h3,.irelcase dl dd h3{font-size:18px;}
	
	.ibancon p,.iernav li,.contxt,.ireltit a,.forml_sub, .czhi{font-size:16px;}
	
	.iernav li,.ihon_box li p,.jzcon .bd ul li .jztit,.casecon li p,.inewlic_l .inewli_ul li, .irelnew li{height: 45px;line-height: 45px;}
	
	.ibanner{height:297px;}
	
	.ibancon{padding-top:55px;}
	
	.ibannerpro .ibancon {padding-top: 10px;}
	
	.ibannerpro .ibancon em{margin:10px auto 5px;}
	
	.iernav{padding-top:10px;}
	
	.iernav li{margin:0 10px 5px 0;}
	
	.ihon_img{height:286px;}
	
	.iprocon li .ipropic{height:280px;}
	
	.iproimgc {width: 40%;}

    .iprod_r {width: 59%;}
	
	.jzcon .bd ul li{width:412px;}
	
	.jzcon .bd ul li .jzpic{height:278px;}
	
	.inmain .casecon li .hcaseimg {height: 287px;}
	
	.casecon li .hca_panel {height: 220px;}
	
	.hnew_fl dl {padding-top: 10px;}
	
	.irelcase dl {margin-top: 0px;}
	
	.ipicnew_tit{margin-bottom:10px;}
	
	.ipicnew_txtic{height:267px;}
	
	.forml_sub, .czhi{height:45px;}
	
	.inertit {background: url(../img/bread1.png) no-repeat left 10px;background-size: 28px 28px;}
	/*内页结束*/
}
@media screen and (max-width: 1600px) {
	
	html,body {font-size: 15px;}
	/* --------------------------53------------------------ */
	.header53 .head53-top .logo div p,.header53 .nav li>a,.pro53 .hd ul li,.pro53-con h3,.about53-l span,.case53-con ul li h2,.news_list dl a,.faq .faq_con dl dt,.solve-list-txt{font-size:16px;}
	
	.header53 .nav li div a,.about53-btn,.about53-r li p span,.faq .faq_con dl dd,.link53 ul li:first-child span,.footer53-pro li a,.footer53-cont-list p{font-size:15px;}
	
	.header53 .tel53 span{font-size:22px;}
	
	.header53 .nav li>a,.header53 .nav li div a,.pro53 .hd ul li,.pro53-con h3,.about53-btn,.case53-con ul li h2,.news53 #news53-l .news53_tit ul li,.faq .news53_tit h3 .txt,.solve-list-txt{height:40px;line-height:40px;}
	
	.ftitle53 {padding: 30px 0 20px 0;}
	
	.ftitle53 span{font-size:34px;}
	
	.ftitle53::before,.ftitle53::after{top:42%;width:39%;}
	
	.pro53 {padding-bottom: 30px;}
	
	/* ----------------------------------------- */
	.header53 .head53-top .logo img{height:55px;}
	 
	.header53 .head53-top .logo div {margin-top: 13px;}
	 
	.header53 .nav li div{top:40px;}
	 
	.pro53 .hd ul li{background: #ddd url(../img/pro51-icon.png) 180px center no-repeat;}
	
	.pro53 .hd ul li.on{background: #269A53 url(../img/pro51-icon.png) 180px center no-repeat;} 
	 
	.pro53-list .pro53-img{height:242px;} 
	 
	.pro53-con h3{background-size: 22px;}
	
	.pro53-mask h3 {margin-top: 15%;}
	
	.about53-l h2{margin-top:20px;font-size: 24px;margin-bottom: 20px;}
	
	.about53-l em{margin:20px 0;}
	
	.about53-l p {height: 120px;line-height: 30px;-webkit-line-clamp: 4;}
	
	.about53-btn{margin-top:50px;}
	
	.about53-l{padding:50px 0;}
	
	.about53-r{padding:50px;height: 474px;}
	
	.about53-r li{margin-bottom:25px;}
	
	.about53-r li p {font-size: 30px;}
	
	.case53-pic{height:270px;}
	
	.case53-mask-con h4{font-size: 22px;height: 60px;line-height: 60px;}
	
	.case53-mask-con p {line-height: 30px;height: 60px;-webkit-line-clamp: 3;margin-top: 20px;}
	
	.adv53-btn {width: 75%;}
	
	.news53_tit .hon_tit{height:40px;}
	
	.news53 #news53-l .news53_tit ul li,.faq .news53_tit h3 .txt{font-size: 24px;}
	
	.news_list dl dt{height:110px;}
	
	.news_list dl {height: 110px;}
	
	.faq .faq_con dl{padding:7px 0;}
	
	.solve-list-img{height: 179px;}
	
	.solve53-l {height:447px;}
	
	.link53 ul li:first-child {font-size: 24px;}
	
	.link53{padding:30px 0 10px 0;}
	
	.footer53{padding-bottom:30px;}
	
	/* --------------------------53------------------------ */
	/* --------------------------51------------------------ */
	
	.head51-tel span{font-size:22px;}
	
	.head51-nav li>a,.pro51-nav li,.pro51-con li span a,.pro51-con li:hover span a,.advant51 li h3,.case51-tab li a,.case51-con .case51-list-txt,.news51-title a,.news51-l-top li span ,.news51-l-bottom li h3,.footer51-nav li p{font-size:16px;}
	
	.head51-nav .dropdown51 a,.about51-title h3 p,.parter51-mes .forml_sub, .parter51-mes .czhi,.news51-title h2 p{font-size:15px;}
	
	.head51-nav .dropdown51 a,.pro51-nav li,.pro51-con li span a,.about51-btn li,.news51-l-bottom li{height: 40px;line-height: 40px;}
	
	/* ------------------------------------------------------------------------- */
	
	.top51-ma{width:130px;}
	
	.head51-icon li:hover .top51-ma {height: 130px;}
	
	.top51-cant {width: 36%;}
	
	.head51-nav {width: 65%;}
	 
	.head51-nav li>a{height:75px;line-height:75px;}
	
	.head51-tel {width: 13%;}
	
	.head51-tel {background: url(../img/head51-tel.png) no-repeat left 0px;}
	
	.head51-nav .dropdown51{top:75px;}
	
	#banner{height:667px;}
	
	.pro51-con li>a{height:242px;}
	
	.about51-title {margin-bottom: 25px;}
	
	.about51-title h3 b {font-size: 28px;}
	
	.about51-title span i,.about51-title span{width: 68px;height: 68px;}
	
	.about51-con>p{margin-bottom:10px;}
	
	.about51-l {height: 410px;}
	
	.case51-tab li{height:40px;}
	
	.case51-tab li a{line-height:40px;}

	.case51-con{width:533px;}
	
	.case51-con ul .case51-list{width:533px;height:460px;}
	
	.case51-con .case51-list-pic{width:533px;height:370px;}
	
	.case51-con .case51-list-con {margin-top: 370px;height: 50px;}
	
	.case51-con .case51-list-txt{line-height:50px;}
	
	.case51-con .case51-list.cur .case51-list-con{height:90px;}
	
	.case51-jt i{top:150px;}
	
	.partner51-list li{height:112px;}
	
	.parter51-mes h3 {font-size: 20px;}
	
	.parter51-mes .forml_textra{height:105px;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi{height:40px; width: 230px;}
	
	.advant51 li h3{margin-bottom:10px;}
	
	.advant51 li p {height: 50px;line-height: 25px;}
	
	.advant51 li span {width: 50px;height: 50px;}
	
	.news51-title h2 span {font-size: 28px;}
	
	.news51-l-top li h3{font-size: 18px;}
	
	.news51-l-top li p{height: 50px;line-height: 25px;}
	
	.news51-l-img {width: 100%;height: 183px;}
	
	.news51-r-img{height:217px;}
	
	.news51-l-bottom li span{width:11%;}
	
	.news51-l-bottom li h3{margin-left:1%;}
	
	.news51-r p{height: 50px;line-height: 25px; margin-top: 10px;}
	
	.links51 h3 {font-size: 28px;}
	
	.footer51-l {width: 30%;}
	
	.footer51-l h2{margin-top:7px;}
	
	.footer51-ma,.footer51-l ul{margin-top:15px;}
	
	.footer51-nav {width: 69%;}
	
	.footer51-l ul li {line-height: 25px;} 
	
	.footer51-nav li a{line-height:30px;}
	
	.footer51-nav li p:before{height:3px;}


	/* --------------------------51------------------------ */
	/* --------------------------64------------------------ */
	.navs>li a,.logo60 h3,.navs li .cta,.pro64-list li h3,.pro64-nav li a,.case64 .txt h3,.advantage64 h1,.adv ul li p,.news64 .menu li,.news64 .box .con > ul li .t a,.news64 .item .t a,.foot64-nav li strong a,.foot64-add p strong,.foot64-add p i{font-size:16px;}
	
	.logo60 p,.second-menu a,.solve64 .solve64-con #scrollarea li .tit{font-size:15px;}
	
	.second-menu li,.pro64-nav li,.solve64 .solve64-con #scrollarea li .tit,.pro64-list .mask h3,.case64 .more {height: 40px;line-height: 40px;}
	
	.news64 .menu li,.news64 .box .con > ul li .t a{line-height: 40px;}
	
	.ftitle64{background-position-y: 45px;}
	
	/* ------------- */
	.nav_box,.navs,.navs li .cta,.green,.navs>li a{height:55px;}
	 
	.navs>li{height:55px;line-height:55px;}
	
	.ftitle64{padding:30px 0 15px 0;}
	
	.ftitle64 h2 {font-size: 32px;}
	
	.pro64-nav li{margin-bottom:15px;}
	
	.pro64-list li .pic{height:242px;}
	
	.pro64-list li h3{line-height:45px;}
	
	.pro64{padding-bottom:30px;}
	
	.case64 .con li .pic{height:600px;}
	
	.case64 .txt{padding:100px 60px 50px 60px;}
	
	.case64 .txt h3 { margin: 40px 0 40px 0;}
	
	.case64 .txt p {margin-top: 50px;}
	
	.about64-tit {font-size: 32px;}
	
	.advantage64 { margin-top: 20px;}
	
	.advantage64 .tit h1 {font-size: 24px;}
	
	.advantage64 .swiper-button-prev,.advantage64 .swiper-button-next{width:45px;height:45px;}
	
	.advantage64 p{height:50px;line-height:25px;}
	
	.about64{padding:30px 0;}
	
	.news64 .box .con > ul li .num{width:24%;}
	
	.news64 .box .con > ul li .t{width:71%;}
	
	.news64 .item .num {width: 24%;}
	
	.news64 .item .t {width: 71%;}
	
	.solve64 .solve64-con #scrollarea li {width: 350px;}
	
	.solve64 .solve64-con #scrollarea li a.pic{height:243px;}
	
	.news64 .con-l .img {height: 320px;}
	
	.news64{padding-bottom:30px;}
	
	.foot64-ma p{width:110px;}
	
	.foot64-ma p i img,.foot64-ma p i{width:95px;height:95px;}
	
	.foot64-nav {width: 55%;}
	
	.foot64-ma {width: 18%;}
	
	.foot64-add p img {width: 30px;height: 30px;}
	
	.foot64-add {width: 27%;}
	
	.foot64-add p b {font-size: 22px;}
	
	.foot64-nav li a{line-height:30px;}
	
	.foot64-nav li strong a{line-height:35px;}
	
	.link64 .link .s1{font-size:17px;}
	
	.foot64-add p{padding-top:20px;}
	
	.foot64 {padding-top: 30px;}
	
	.link64 {padding: 50px 0 40px 0;}
	
	.link64 ul li a,.link64 .link .s1{line-height:50px;}
	/* --------------------------63------------------------ */
	/*内页开始*/
	
	.ibannerpro .ibancon {padding-top: 10px;}
	
	.ipicnew_time{font-size:22px;}
	
	.iprocon li .ipro_info h3,.hysbox li h3,.jzcon .bd ul li .jztit,.casecon li p,.ipicnew_tit,.casecon li .hca_panel h3,.irelcase dl dd h3{font-size:16px;}
	
	.ibancon p,.iernav li,.contxt,.ireltit a,.forml_sub, .czhi{font-size:15px;}
	
	.iernav li,.ihon_box li p,.jzcon .bd ul li .jztit,.casecon li p,.inewlic_l .inewli_ul li, .irelnew li{height: 40px;line-height: 40px;}
	
	.ibanner{height:247px;}
	
	.ibancon{padding-top:35px;}
	
	.iernav li{width: 15.5%;}
	
	
	
	.ihon_img{height:237px;}
	
	.iprocon li .ipropic{height:239px;}
	
	.iprod_r .iprod_info{margin: 10px 0 10px;height: 62px;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
	
	.jzcon .bd ul li{width:341px;}
	
	.jzcon .bd ul li .jzpic{height:236px;}
	
	.inmain .casecon li .hcaseimg {height: 239px;}
	
	.casecon li .hca_panel {height: 175px;}
	
	.casecon li .hca_panel span,.ipicnew_txt{ height: 50px;line-height: 25px;}
	
	.ipicnew_txtic {height: 225px;}
	
	/*内页结束*/
}

@media screen and (max-width: 1440px) {
	
	html,body {font-size: 15px;}
	/* ---------------------53----------------------------------- */
	.pro53 .hd ul li{background: #ddd url(../img/pro51-icon.png) 163px center no-repeat;}
	
	.pro53 .hd ul li.on{background: #269A53 url(../img/pro51-icon.png) 163px center no-repeat;} 
	
	.pro53-list .pro53-img{height:217px;} 
	
	.pro53-mask h3 {margin-top: 10%;}
	
	.case53-pic{height:242px;}
	
	.faq .faq_con dl span{width:93%;}
	
	.solve-list-img{height: 161px;}
	
	.solve53-l {height:412px;}
	
	.footer53-pro {width: 55%;}
	
	.footer53-cont {width: 30%;}
	
	/* --------------------------53------------------------ */
	/* ---------------------------------------51---------------------------------- */
	.head51-icon {width: 12%;}
	
	.top51-cant {width: 40%;}
	
	.head51-nav {width: 64%;}
	
	.head51-tel {width: 14%;}
	
	#banner{height:600px;}
	
	.pro51-con li>a{height:216px;}
	
	.case51-con{width:480px;}
	
	.case51-con ul .case51-list{width:480px;height:423px;}
	
	.case51-con .case51-list-pic{width:480px;height:333px;}
	
	.case51-con .case51-list-con {margin-top: 333px;}
	
	.partner51-list li{height:100px;}
	
	.parter51-mes h3 {font-size: 18px;}
	
	.parter51-mes .forml_input{height:35px;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi {width: 205px;}
	
	.forml_sub, .czhi{margin: 15px 25px 0 0;}
	
	.parter51-mes .forml_textra {height: 95px;}
	
	.news51-l-bottom li span {width: 12%;}
	
    .news51-l-bottom li h3{width: 86%;}
	
	.footer51-l h2 span {font-size: 18px;}
	
	.footer51-l h2 p {font-size: 12px;}
	
	.footer51-ma {width: 100px;height: 100px;}
	
	.footer51-l ul {width: calc(100% - 100px);}

	/* --------------------------51------------------------ */
	/* --------------------------64------------------------ */
	.pro64-list li .pic {height: 242px;}
	
	.adv ul li {width: 7.83%;margin-right: 10%;}
	
	.news64 .box .con > ul li .t {width: 68%;}
	
	.news64 .box .con > ul li .num {width: 27%;}
	
	.news64 .item .num {width: 27%;}
	
	.news64 .item .t {width: 69%;}
	
	.solve64 .solve64-con #scrollarea li {width: 310px;}
	
	.solve64 .solve64-con #scrollarea li a.pic{height:215px;}
	
	.foot64-nav li strong span{display:none;}
	
	.foot64-nav {width: 50%;}
	
	.foot64-add {width: 30%;}
	
	.foot64-ma {width: 20%;}
	/* --------------------------64------------------------ */
	
	/*内页开始*/

	.ibanner{height:225px;}
	
	.ibancon{padding-top:25px;}
	
	.iernav li {height: 35px;line-height: 35px;}
	
	.ihon_img{height:216px;}
	
	.iprocon li .ipropic{height:217px;}
	
	.abtel h3 {font-size: 16px;}
	
	.iprod_r .abtel h3 {margin-bottom: 5px;}
	
	.iprod_r .inlip{height:35px;line-height:35px;}
	
	.abqr{width:100px;}
	
	.abtel {margin-top:10px;}
	
	.jzcon .bd ul li{width:305px;}
	
	.jzcon .bd ul li .jzpic{height:203px;}
	
	.inmain .casecon li .hcaseimg {height: 217px;}
	
	.casecon li .hca_panel {height: 165px;}
	
	.ipicnew_txtic {height: 202px;}
	
	/*内页结束*/
}

@media screen and (max-width: 1360px) {
	
	/* ---------------------53----------------------------------- */
	.pro53 .hd ul li{background: #ddd url(../img/pro51-icon.png) 150px center no-repeat;}
	
	.pro53 .hd ul li.on{background: #269A53 url(../img/pro51-icon.png) 150px center no-repeat;} 
	
	.pro53-list .pro53-img{height:205px;} 
	
	.case53-pic{height:228px;}
	
	.case53-mask-con h4 {font-size: 18px;}
	
	.solve-list-img{height: 152px;}
	
	.solve53-l {height:395px;}
	

	
	/* --------------------------53------------------------ */
	/* ---------------------------------------51---------------------------------- */
	
	.top51-cant {width: 42%;}
	
	 .head51-nav {width: 63%;}
	
	.head51-tel {width: 15%;}
	
	#banner{height:567px;}
	
	.pro51-con li>a{height:194px;}
	
	.case51-con{width:453px;}
	
	.case51-con ul .case51-list{width:453px;height:404px;}
	
	.case51-con .case51-list-pic{width:453px;height:314px;}
	
	.case51-con .case51-list-con {margin-top: 314px;}
	
	.partner51-list li{height:70px;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi {width: 190px;}
	
	.parter51-mes h3 {font-size: 15px;}
	
	.parter51-mes .forml_textra {height: 40px;}
	
	.forml_sub, .czhi{margin: 0px 25px 0 0;}
	
	.news51-l-bottom li span {width: 14%;}
	
    .news51-l-bottom li h3{width: 84%;}
	
	.footer51-nav {width: 66%;}

    .footer51-l {width: 34%;}
	

	/* --------------------------51------------------------ */
	/* --------------------------64------------------------ */
	.pro64-list li .pic{height:205px;}
	
	.news64 .box .con > ul li .num {width: 28%;}
	
	.news64 .box .con > ul li .t {width: 67%;}
	
	.news64 .item .num {width: 29%;}
	
	.news64 .item .t {width: 67%;}
	
	.solve64 .solve64-con #scrollarea li {width: 295px;}
	
	.solve64 .solve64-con #scrollarea li a.pic{height:205px;}
	
	.adv ul li {width: 8.83%;margin-right: 9%;}
	
	.foot64-nav {width: 49%;}
	
	.foot64-ma {width: 21%;}
	/* --------------------------64------------------------ */
	/* 内页开始 */
	.ibanner{height:213px;}
	
	.ibancon em {margin: 10px auto 10px;}
	
	.iernav li{margin:0 10px 2px 0;}
	
	.iernav {padding-top: 10px;}
	
	.ihon_img{height:204px;}
	
	.iprocon li .ipropic{height:205px;}
	
	.abtel a {margin-top: 10px;height: 30px;line-height: 30px;}
	
	.abqr{width:93px;}
	
	.iprod_r .iprod_title {font-size: 16px;}
	
	.iprod_r .iprod_info{height:38px;-webkit-line-clamp:1;}
	
	.jzcon .bd ul li{width:287px;}
	
	.jzcon .bd ul li .jzpic{height:191px;}
	
	.inmain .casecon li .hcaseimg {height: 207px;}
	
	.ipicnew_txtic {height: 191px;}
}
@media screen and (max-width: 1280px) {
	
	
	/* --------------------------53------------------------ */
		.pro53 .hd ul li{background: #ddd url(../img/pro51-icon.png) 140px center no-repeat;}
	
	.pro53 .hd ul li.on{background: #269A53 url(../img/pro51-icon.png) 140px center no-repeat;} 
	
	.adv53-btn {width: 72%;}
	
	.adv53-btn a {width: 200px;}
	
	.faq .faq_con dl span{width:90%;}
	
	.footer51-nav {width: 62%;}

    .footer53-cont {width: 33%;}
	/* --------------------------53------------------------ */
	/* --------------------------51------------------------ */
	.top51-cant {width: 45%;}
	
	 .head51-nav {width: 62%;}
	
	.head51-tel {width: 16%;}
	
	#banner {height: 533px;}
	
	.about51-title h3 {width: 83%;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi {width: 175px;}
/* --------------------------51------------------------ */
/* --------------------------64------------------------ */
.logo60 h3 {width: 480px;}

.logo60 h3 {width: 430px;}

.news64 .item .num {width: 31%;}

.news64 .item .t {width: 65%;}

.news64 .box .con > ul li .num {width: 30%;}

.news64 .box .con > ul li .t {width: 65%;}

.adv ul li {width: 7.5%;margin-right: 10%;}

.adv ul li p{font-size:13px;}

.foot64-ma {width: 22%;}

.foot64-nav {width: 48%;}

/* --------------------------64------------------------ */
	/* 内页开始 */
	.ibannerpro .ibancon {padding-top: 5px;}
	
	.ibanner{height:200px;}
	
	.ibannerpro .ibancon em {margin: 5px auto 5px;}
	
	.jzcon .bd ul li{width:269px;}
	
	.jzcon .bd ul li .jzpic {height: 178px;}
}
@media screen and (max-width: 959px) {
	html,
	body {
		min-width: 768px;
		max-width: 768px;
		overflow-x: hidden;
	}
	.mainb {
		width: 98%;
	}
	
	/* --------------------------53------------------------ */
	.ftitle53 {padding: 15px 0 15px 0;}
	
	.ftitle53 span {font-size: 24px;background:none;}
	
	.ftitle53::before, .ftitle53::after {top: 36%;width: 41%;}
	
	.pro53,.case53,.solve53 {padding-bottom:15px;}
	
	/* **************************************** */
	.header53{position:relative;box-shadow:none;}
	
	.header53 .head53-top .logo div,.header53 .head53-top-r{display:none;}
	
	.header53 .nav{display:none;width:100%;background: rgba(16, 18, 40, .75);position:absolute;top:75px;left:0;}
	
	.header53 .mmenu53{display:block;width:50px;float:right;margin-top: 10px;}
	
	.header53 .nav li {width: 100%;border-bottom: 1px dashed #ccc;position: relative;}
	
	.header53 .nav li>a{height:45px;line-height:45px;color: #fff;}
	
	.nheader53 .nav li>a {color: #fff;}
	
	.header53 .nav li div{display:none!important;}
	
	.banner-text h2 {font-size: 24px;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width:70px;background-size: 100%;}
	
	.pro53 .hd ul li {background: #ddd;padding: 0 5px;}
	
	.pro53 .hd ul li.on {background: #269A53;}
	
	.pro53 .hd ul li a{width: calc(100% - 5px);text-align: center;}
	
	.pro53-list .pro53-img {height: 126px;}
	
	.pro53 .bd {margin-top: 15px;}
	
	.pro53-mask h3{height:35px;line-height:35px;}
	
	.pro53-mask p{height: 30px;-webkit-line-clamp: 1;}
	
	.about53-l {width: 100%;padding: 15px 0;}
	
	.about53-r{display:none;}
	
	.about53-l h2,.about53-l em{margin:15px 0;}
	
	.about53-btn {margin-top: 30px;}
	
	.case53-pic {height: 126px;}
	
	.case53-con ul li h2{height:35px;line-height:35px;}
	
	.case53-mask{padding:10px;}
	
	.case53-mask-con {padding: 0 10px;}
	
	.case53-mask-con h4 {font-size: 16px;height: 35px;line-height: 35px; padding-top: 15px;padding-bottom: 5px;}
	
	.case53-mask-con p {line-height: 30px;height: 30px;-webkit-line-clamp: 1;margin-top: 5px;}
	
	.adv53{display:none;}
	
	.news53{padding:15px 0;}
	
	.news53 #news53-l{width:100%;margin-right:0;border-right:none;}
	
	.news53 #news53-l .news53_tit ul li, .faq .news53_tit h3 .txt {font-size: 20px;}
	
	.news_list dl dt strong {font-size: 20px;}
	
	.faq {width: 100%;}
	
	.solve53-l{display:none;}
	
	.solve53-list{width:100%;margin:0px;}
	
	.solve-list-img {height: 126px;}
	
	.footer53{padding-bottom:15px;}
	
	.link53 {padding: 15px 0 10px 0;}
	
	.footer53-pro{display:none;}
	
	.footer53-cont {width: 60%;}

    .footer53-ma {width: 35%;}
	
	.footer53-ma a {display:none;}
	
	/* --------------------------53------------------------ */
	/* --------------------------51------------------------ */
	.ftitle51 {padding-top: 15px;}
	
	.ftitle51 h2 {font-size: 24px;}
	
	.pro51-nav,.pro51-con,.partner51-con,.advant51 ul{margin-top: 10px;}
	
	.pro51,.case51,.parter51,.advant51{padding-bottom:15px;}
	
	.about51,.news51 {padding: 15px 0;}
	
	 .pro51-con li span a{height: 30px;line-height: 30px;}
	/* ------------------------------------------- */
	.head51-top,.head51-nav,.head51-tel{display:none;}
	
	.head51-logo{width:100%;}
	
	.head51-logo .logo {width: 40%;display: inline-block;}
	
	.head51-logo .mmenu {display: inline-block;float: right;margin-top: 10px;}
	
	.head51-nav {width: 100%;position: absolute;top: 70px;left: 0;z-index: 11;background: rgba(215,50,64,.7);margin: 0;}
	
	.head51-nav li {width: 100%;}
	
	.head51-nav .btn{border-bottom:1px dashed #fff;}
	
	.head51-nav li>a {height: 45px;line-height: 45px;}
	
	.head51-nav .btn-2>a{color:#fff;}
	
	.head51-nav .dropdown51{display:none!important;}
	
	#banner {height: 400px;}
	
	.pro51-nav li{width:32.66%;margin-bottom: 2px;padding: 0 5px;}
	
	.pro51-nav li:nth-child(4),.pro51-nav li:nth-child(7),.pro51-nav li:nth-child(10),.pro51-nav li:nth-child(16),.pro51-nav li:nth-child(19){margin-left:0;}
	
	.pro51-con li>a {height: 125px;}
	
	.pro51-con li:hover span a {height: 55px;line-height: 55px;}
	
	.about51-l{display:none;}
	
	.about51-r{width:100%;}
	
	.about51-title h3 b {font-size: 24px;}
	
	.about51-title span i, .about51-title span {width: 62px;height: 62px;}
	
	.case51-con{width:256px;}
	
	.case51-con ul .case51-list{width:256px;height:247px;}
	
	.case51-con .case51-list-pic{width:256px;height:177px;}
	
	.case51-con .case51-list-con {margin-top: 177px;}
	
	.case51-con .case51-list.cur .case51-list-con {height: 70px;padding: 15px;}
	
	.case51-con .case51-list-txt {line-height: 45px;}
	
	.case51-jt i {top: 55px;width: 50px;height: 50px;left:20px;}
	
	.case51-jt i img{width:100%;}
	
	.case51-jt i.next{right:20px;}
	
	.partner51-list{width:100%;}
	
	.partner51-list li {height: 93px;}
	
	.parter51-mes{width:100%;padding-left:0;margin-top: 10px;}
	
	.advant51 li p{display:none;}
	
	.advant51 ul li{padding:10px;}
	
	.advant51 li span{margin:0 auto;}
	
	.advant51 li h3{text-align:center;margin-top:10px;}
	
	.advant51 li a{text-align:center;}
	
	.news51-title h2 span {font-size: 18px;}
	
	.news51-l-top li h3 {font-size: 18px;}
	
	.news51-title{box-sizing:border-box;}
	
	.news51-l{width:100%;}
	
	.news51-l-top li span{margin-bottom:10px;}
	
	.news51-l-img{height:140px;}
	
	.news51-l-top{padding:0 5px;}
	
	.news51-l-bottom{padding:0 5px 10px 5px;}
	
	.news51-r{width:100%;margin-top:10px;    padding: 5px;}
	
	.footer51{padding: 15px 0;}
	
	.footer51-l{display:none;}
	
	.footer51-nav{width:100%;}
	/* --------------------------51------------------------ */
	/* --------------------------64------------------------ */
	.logo60 h3,.logo60 em,.top60-tel{display:none;}
	
	.logo60{width:100%;}
	
	.logo60 .navbtn{display:block;}
	
	.navbtn {position: absolute;right: 15px;top: 20px;display: block;background: transparent;outline: none;border: none;}
				
	.navbtn span {display: block;width: 35px;height: 4px;margin-left: calc(50% - 15px);margin-bottom: 5px;transition: all .5s ease-out;transform-origin: 0 0;background: #269a53;}
	
	.navbtn.active {padding: 2px;}
	
	.navbtn.active span:first-child {transform: rotate(45deg) translate(5px, -6px);}
	
	.navbtn.active span:nth-child(2) {opacity: 0;}
	
	.navbtn.active span:last-child {transform: rotate(-45deg) translate(-1px, 8px);}
	
	.nav_box {min-width:auto;display: none;position: fixed;width: 50%;height: 100%;top: 74px;margin-left: 0;float: none;background: rgba(0, 0, 0, 0.9);padding: 20px 0;z-index: 9;right: -50%;transition: all .5s;}
	
	.nav_box.lef {right: 0;}
	
	.navs{height:auto;}
	
	.navs>li{width:100%;border-bottom:1px dashed #fff;}
	
	.second-menu{display:none!important;}
	
	.ftitle64 h2 {font-size: 24px;}
	
	.ftitle64 {padding: 15px 0 10px 0;background-size: 330px 30px;}
	
	.ftitle64 i {line-height: 30px;}
	
	.second-menu li, .pro64-nav li, .solve64 .solve64-con #scrollarea li .tit, .pro64-list .mask h3, .case64 .more {height: 35px;line-height: 35px;}
	
	.pro64-nav li {margin-bottom: 7px;}
	
	.pro64-list li .pic{height:126px;}
	
	.pro64-list li h3 {line-height: 35px;}
	
	.pro64-list li{margin-bottom:10px;}
	
	.pro64 {padding-bottom: 10px;}
	
	.case64{display:none;}
	
	.about64 {padding: 15px 0;}
	
	.about64-l{width:100%;}
	
	.about64-tit {font-size: 24px;}
	
	.about64-desc {line-height: 30px;height: 90px;}
	
	.about64-r,.advantage64,.adv{display:none;}
	
	.news64 .menu li, .news64 .box .con > ul li .t a {line-height: 35px;}
	
	.news64 .con-l{width:100%;}
	
	.news64 .item .num {width: 15%;}
	
	.news64 .item .t {width: 81%;}
	
	.news64 .box .con > ul{width:100%;margin-top:10px;}
	
	.news64 .box .con > ul li:nth-child(2n-1){margin-left:0;}
	
	.news64 .box .con > ul li{margin-bottom:9px;}
	
	.news64 {padding-bottom: 15px;}
	
	.solve64{padding-bottom:15px;}
	
	.solve64 .solve64-con .arrow_l,.solve64 .solve64-con .arrow_r{display:none;}
	
	.foot64-nav{display:none;}
	
	.foot64-add {width: 56%;}
	
	.foot64-ma {width: 34%;}
	
	.link64{display:none;}
	
	.foot64{padding-bottom:30px;}
	/* --------------------------64------------------------ */
	/* 内页开始 */
	
	.ibannerpro .ibancon {
    padding-top: 37px;
}
	
	.logotxt {
		display: none;
	}
	.head_nav>ul>li .d_erli {
		display: none !important;
	}
	.head_nav ul li {
		width: 25%;
		border-top: 1px solid #f3abab;
	}
	.head_nav ul li:nth-child(9) {
		display: none;
	}
	.headnavb {
		height: auto;
	}
	.pclogo {
		display: none;
	}
	.mologo {
		display: block;
	}
	.headtop {
		background: none;
	}
	.headnavb {
		line-height: 36px;
	}
	.head_nav ul li:after {
		top: 3px;
	}
	.headnavb .mainb {
		width: 100%;
	}
	.bban_btn {
		display: none !important;
	}
	.bbanner,
	.bban_pic,
	.bban_pic a {
		height: 300px;
	}
	.bban_dot {
		margin-top: 260px;
	}
	.bban_pic a {
		background-size: 100% 100% !important;
	}
	.hysbox {
		display: none;
	}
	.htitle1 .htit_l h1 {
		border-left: 0;
		font-size: 24px;
		padding-left: 0;
	}
	.htitle1 .htit_l {
		width: 60%;
	}
	.htitle1 .htit_c {
		display: none;
	}
	.htitle1 .htit_r {
		width: 17%;
	}
	.hprocate {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		display:none;
	}
	.hprocate p {
		display: none;
	}
	.hprocate li {
		width: 31.3%;
		margin: 1%;
		float: left;
		box-sizing: border-box;
		height: 45px;
		line-height: 45px;
	}
	.hprocate li i {
		margin-top: 7px;
	}
	.hprocon li {
		width: 48%;
		margin: 1%;
	}
	.hprocon li .hpimg {
		height: 271px;
	}
	.htitle2 h1 {
		font-size: 24px;
	}
	.habinfo p {
		height: 87px;
	}
	.abtel h3 {
		display: none;
	}
	.abtel p {
		height: auto;
	}
	.abtel a {
		width: 120px;
	}
	.abqr {
		width: 90px;
	}
	.abtel {
		border: 0;
		padding: 0;
	}
	.habimg {
		height: 250px;
	}
	.casecon li .hcaseimg {
		height: 184px;
	}
	.casecon li p {
		height: 36px;
		line-height: 36px;
	}
	.casecon li .hca_panel {
		height: 160px;
	}
	.casecon li .hca_panel h3 {
		font-size: 16px;
		font-weight: normal;
	}
	.casecon li .hca_panel span {
		/* height: 40px; */
		margin-bottom: 15px;
	}
	.hnew_top dl dt {
		height: 148px;
	}
	.hnew_top dl dd {
		padding: 0 0 10px 15px;
	}
	.hnew_fl,
	.hnew_fr {
		width: 100%;
	}
	.hnew_fr {
		margin-top: 20px;
		display: none;
	}
	
	.ipicnew_txtic {
    height: 250px;
}
	.hfootbox {
		display: none;
	}
	.yqlink {
		background: #4d4d4d;
	}
	.yqlink ul li a {
		color: #fff;
	}
	.ibanner {
		background-size: 100%;
    height: auto;
	}
	.ibancon p {
		display: none;
	}
	.iernav{padding: 30px 0 8px;}
	.ibancon{padding-top:30px;}
	.iernav li {
		display: inline;
		float: left;
		width: 31.33%;
		margin: 1%;
	}
	.inertit {
		font-size: 26px;
	}
	.ihon_box li {
		width: 48%;
		margin: 1%;
	}
	.ihon_box li:nth-child(4n) {
		margin-right: 0;
	}
	.ihon_img {
		height: 249px;
	}
	.sply_box {
		background: none;
	}
	#onlyform {
		width: 100%;
	}
	.inmain .casecon li {
		width: 48%;
		margin: 1%;
	}
	.inmain .casecon li:nth-child(4n) {
		margin-right: 1%;
	}
	.inmain .casecon li .hcaseimg {
		height: 250px;
	}
	.iprocon li {
		width: 48%;
		margin: 1%;
	}
	
	.iprocon li .ipropic {
    height: 250px;
}
	.iprocon li:nth-child(4n) {
		margin-right: 1%;
	}
	
	.ipicnew_ul li{width: 48%;margin: 1%;}
	.ipicnew_ul li:nth-child(4n){margin-right: 1%;}
	.inewli_con{padding-top: 10px;}
	.inewlic_l{width: 100%;}
	.irelcase dl dt{height: 178px;}
	.inewlic_r{width: 100%;}
	.irelcase dl dd p{height: 68px;}
	.irelcase dl dd p,.irelcase dl dd .hnl_more{margin-top: 25px;}
	.inewlic_r{display: none;}
	.inewlic_l{padding: 0;background: 0;}
	.inewde_tit h1{font-size: 24px;}
	.inewde_l .updow p a{width: 90%;}
	.iprod_big,
	#preview img {
		width: 100% !important;
	}
	.jqzoom {
		float: none;
	}
	div.zoomMask,div.zoomDiv {
		display: none !important;
	}
	.iproimgc {width: 100%;}
	
	.iprod_r{width: 100%;margin-top: 15px;}
	.iprod_r .iprod_info{margin-bottom: 10px;}
	.updow p{width: 100%;margin-bottom: 10px;}
	.irel_ly .formlitit{width: 15%;}
	.irel_ly .forml_input, .irel_ly .forml_textra, #checkCode{width: 85%;}
	.advbox{display:none;}
	.hcate li{width: 15%;}
	.hnewcon{padding-top:0px;}
	.hprocon{width:100%;}
	
	.jzcon .bd ul li {width: 172px;}
	
	.jzcon .bd ul li .jzpic{height:119px;}
	
	.inertit {background: url(../img/bread1.png) no-repeat left 6px;background-size: 28px 28px;}
}
@media screen and (max-width: 768px) {
	#banner {height: 320px;}
}
@media screen and (max-width: 640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	/* -----------------------53----------------------------- */

	.header53 .head53-top .logo img {height: 40px;}
	
	.header53 .mmenu53 {width: 40px;}
	
	.header53 .mmenu53 img{width: 100%;}
	
	.header53 .nav{top:60px;}
	
	.header53 .nav li>a {height: 40px;line-height: 40px;}
	
	.banner-text{top:66%;padding: 0 20px;box-sizing: border-box;}
	
	.banner-text h2{font-size:15px;}
	
	.banner-text .en{font-size:12px;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{display:none;}
	
		
	.ftitle53 {padding: 15px 0 10px 0;}
	
	.ftitle53::before, .ftitle53::after {width: 33%;}
	
	.pro53 .hd ul li {width: 49.5%;}
	
	.pro53 .hd ul li:nth-child(2n-1){margin-left:0;}
	
	.pro53 .hd ul li:nth-child(2n){margin-left:1%;}
	
	.pro53 .bd {margin-top: 10px;}
	
	.pro53-list li {width: 49.5%;}
	
	.pro53-list li:nth-child(2n-1){margin-left:0;}
	
	.pro53-list li:nth-child(2n){margin-left:1%;}
	
	.pro53-list .pro53-img {height: 125px;}
	
	.case53-con ul {padding-left: 2.5px;}
	
	.case53-con ul li {width: 50%;padding: 0 5px 5px 0;}
	
	.news53 #news53-l .news53_tit ul li {width: 150px;}
	
	.news_list dl p {line-height: 25px;height: 50px;}

    .news_list dl,.news_list dl dt {height: 90px;}

    .news_list dl dt p{display:none;}

    .news_list dl dd{height:auto;}

    .news_list dl a span{background:none;}
	
	.faq .news53_tit h3 .img {height: 100px;}
	
	.faq .faq_con dl span {width: 87%;}
	
	.solve53-list li{width:49.5%;}
	
	.solve53-list li:nth-child(2n-1){margin-left:0;}
	
	.solve53-list li:nth-child(2n){margin-left:1%;}
	
	.footer53{display:none;}
	
	.copyright {margin-bottom: 60px;padding: 10px;}
	
	.copyright p,.copyright a{height:25px;line-height:25px;}
	
	.m-footer53 {display:block;position: fixed;bottom: 0;right: 0;width: 100%;height: 60px;z-index: 999;background-image: url(../img/mb_footer.jpg);background-size: cover;}
	
    .m-footer53 ul {width: 100%;height: 100%;}
	
				.m-footer53 li {
					float: left;
					display: block;
					height: 60px;
					width: 33.3333%;
					border-left: 1px solid rgba(255, 255, 255, .2);
					position: relative;
					box-sizing: border-box;
				}
				.m-footer53 li:first-child {
					border-left: none;
				}
				.m-footer53 li a {
					display: block;
					cursor: pointer;
					width: 100%;
					height: 100%;
					padding-top: 5px;
					color: #FFFFFF;
					text-align: center;
				}
				.m-footer53 li img {
					width: 25px;
					display: inline-block;
				}
				.m-footer53 li p {
					font-size: 15px;
				}
				.m-footer53 .m-tel {
					position: absolute;
					top: -30px;
					left: 34%;
					margin-left: -20px;
					padding-top: 15px;
					width: 85px;
					height: 85px;
					background-image: url(../img/mb_tel_bg.png);
					background-size: 100% 100%;
					box-sizing: border-box;
				}
				.m-footer53 .m-tel p {
					margin-top: 5px;
				}
	/* -----------------------53----------------------------- */
	/* -----------------------51----------------------------- */
	.head51-logo .logo {width: 70%;}
	
	.head51-nav{top:64px;}
	
	.head51-nav li>a {height: 40px;line-height: 40px;}
	
	.head51-logo .mmenu img {width: 40px;}
	
	#banner {height: 267px;}
	
	.pro51-con li {width:49.5%;}
	
	.pro51-con li:nth-child(2n){margin-left:1%;}
	
	.pro51-con li:nth-child(2n-1){margin-left:0;}
	
	.pro51-con li>a {height: 124px;}
	
	.about51-title span i, .about51-title span {width: 53px;height: 53px;}
	
	.about51-title h3 {width: 72%;padding-left: 15px;}
	
	.about51-title h3 b {font-size: 20px;}

.about51-title h3 p {font-size: 12px;}

.about51-con>p {line-height: 25px;height: 50px;}

.about51-honor li i {width: 30px;height: 30px;}

.about51-btn li {width: 175px;}

.about51-btn {margin-top: 10px;}

.case51 .ftitle51 h2 {color: #333333;}

.case51 .ftitle51 p {color: #656363;}

.case51-tab{display:none;}

.case51-nav{margin-top:10px;}

.case51-con{width:213px;}
	
	.case51-con ul .case51-list{width:213px;height:188px;}
	
	.case51-con .case51-list-pic{width:213px;height:148px;}
	
	.case51-con .case51-list-con {margin-top: 148px;}
	
	.case51-con .case51-list.cur .case51-list-con {height: 40px;padding: 5px;}
	
	.case51-con .case51-list-txt {line-height: 30px;}
	
	.case51:after{background:none;}
	
	.partner51-list li {height: 49px;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi {width: 155px;}
	
	.advant51 ul li {width: 50%;margin-bottom:5px;}
	
	.advant51 ul li:hover span {margin-top: 0;}
	
	.news51-title h2 p{width: 60%;margin-bottom: -5px;margin-left: 0 ;}
	
	.news51-l-top li{width:100%;margin-left:0;margin-bottom: 1%;padding-bottom: 10px;border-bottom: 1px dashed #ccc;}
	
	/* .news51-l-img {height: 80px;} */
	
	.news51-r-img{display:none;}
	
	.news51-l-bottom li span {width: 30%;}
	
.news51-l-bottom li h3 {width: 65%;}

.footer51{display:none;}

.copyright51{margin-bottom:44px;}

.copyright51 p {line-height: 25px;}

.mfooter51{display:block;}

.mfooter51 {
					display: block;
					position: fixed;
					left: 0;
					bottom: 0;
					z-index: 6666;
					width: 100%;
					background: #fff;
					box-shadow: 0 0 10px #eee
				}
				.mfooter51 li {
					width: 50%;
					float: left
				}
				.mfooter51 li a {
					display: -webkit-box;
					display: -moz-box;
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-align-items: center;
					align-items: center;
					-webkit-justify-content: center;
					justify-content: center;
					height: 44px;
					line-height: 1
				}
				.mfooter51 li a img {
					height: 18px;
					width: auto;
					margin-right: 5px
				}
				.mfooter51 li:nth-child(2) {
					background: #212257;
					background: -webkit-linear-gradient(130deg, #269A53 40%,  #a01320 60%);
					background: -o-linear-gradient(130deg, #269A53 40%,  #a01320 60%);
					background: -moz-linear-gradient(130deg, #269A53 40%,  #a01320 60%);
					background: linear-gradient(130deg, #269A53 40%,  #a01320 60%);
					border-top-left-radius: 100px
				}
				.mfooter51 li:nth-child(2) a {
					color: #fff
				}
				
				.mfooter51 li em{font-style:normal;}
	/* -----------------------51----------------------------- */
	/* -----------------------64----------------------------- */
	/* body{position:relative;} */
	
	.logo60 .logo img {height: 45px;}
	
	.navbtn{top:15px;}
	
	.nav_box{top:59px;}
	
	.navs>li { height: 45px;line-height: 45px;background:none;}
	
	.ftitle64 h2 {font-size: 22px;}
	
	.pro64-nav li {width: 49.3%;margin-bottom: 4px;}
	
	.pro64-nav li:nth-child(2n-1){margin-left:0;}
	
	.pro64-list li {width: 49.5%;margin-bottom: 4px;}
	
	.pro64-list li:nth-child(2n-1){margin-left:0;}
	
	.pro64-list li .pic {height: 132px;}
	
	.about64-tit {font-size: 22px;}
	
	.about64-l .more {height: 45px;line-height: 45px;}
	
	.news64 .menu li {width: 30%;margin-right: 10px;}
	
	.news64 .menu li:last-child{margin-right:0;}
	
	.news64 .con-l .img {height: 200px;}
	
	.news64 .item .num {width: 29%;}
	
	.news64 .item .t {width: 67%;}
	
	.news64 .box .con > ul li{width:100%;margin-left:0;margin-bottom: 4px;}
	
	.news64 .box .con > ul li .num {width: 31%;}
	
	.solve64 .solve64-con #scrollarea li {width: 170px;}
	
	.solve64 .solve64-con #scrollarea li a.pic{height:118px;}
	
	.foot64{display:none;}
	
	.foot64-add{width:100%;}
	
	.foot64-ma{display:none;}
	
	.copyright64 {margin-bottom:58px;    padding: 5px 0;}
	
	.m-foot {display:block; width: 100%;position: fixed;bottom: 0;left: 0;height: 55px;background: #dfecff;background-image: linear-gradient(to right, #fff, #dff9ff);border: 1px solid #eee;border-top-left-radius: 30px;border-top-right-radius: 30px;}
			
	.m-foot .m-foot-mes,.m-foot .m-foot-kefu {float: left;width: 38%;text-align: center;}
			
	.m-foot .m-foot-mes a,.m-foot .m-foot-kefu a{color: #242e42;    display: block;}
			
	.m-foot .m-foot-mes:before,.m-foot .m-foot-kefu:before {content: "";width: 25px;height: 25px;display: inline-block;margin-top: 2px;}
			
	.m-foot .m-foot-mes:before{background: url(../img/m-f12-1.png) no-repeat;background-size: cover;}
	
	.m-foot .m-foot-kefu {float: right;}
			
	.m-foot .m-foot-kefu:before {background: url(../img/m-f12-3.png) no-repeat;background-size: cover;}
			
	.m-foot .m-foot-tel {position: absolute;left: 0;right: 0;top: -20px;width: 45px;height: 45px;margin: 0 auto;background: #269a53;border-radius: 50%;padding: 5px;-webkit-box-shadow: 1px 0px 10px 0 rgba(30, 37, 79, 0.4);-moz-box-shadow: 1px 0px 10px 0 rgba(30, 37, 79, 0.4);box-shadow: 1px 0px 10px 0 rgba(30, 37, 79, 0.4);}
			
	.m-foot .m-foot-tel a {width: 100%;height: 45px;line-height: 45px;text-align: center;    display: block;}
			
	.m-foot .m-foot-tel a img {width: 35px;display: inline-block;vertical-align: middle; }
	
	.copyright64 a,.copyright64 p{line-height:25px;}
	/* -----------------------64----------------------------- */
	.headtop {
		height: 50px;
		border-bottom: 0;
	}
	.hlogo {
		width: 52%;
		height: auto;
	}
	.hlogo .mologo {
		width: 100%;
	}
	.logo_tel span {
		display: none;
	}
	.logo_tel {
		background: none;
		padding-left: 0;
		padding-top: 8px;
	}
	.logo_tel p {
		font-size: 24px;
		color: #7e7e7e;
	}
	.head_nav>ul>li>a {
		font-size: 15px;
	}
	.bbanner,
	.bban_pic,
	.bban_pic a {
		height: 110px;
	}
	.bban_dot {
		margin-top: 200px;
	}
	.htitle1 .htit_l {
		width: 100%;
		text-align: center;
	}
	.htitle1 .htit_r {
		width: 33%;
	}
	.hprocen {
		padding-top: 10px;
	}
	.htitle1 .htit_r a {
		display: none;
	}
	.hprocate li {
		width: 48%;
	}
	.hprocate li i {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-top: 12px;
	}
	.hprocon li .hpimg {
		height: 132px;
	}
	.habbox {
		background-size: 100% 100%;
	}
	.hprocbox {
		background-position: left top;
	}
	.habimg {
		width: 100%;
		height: auto;
	}
	.habinfo {
		width: 100%;
		padding-top: 25px;
	}
	.abtel {
		margin-left: 10px;
	}
	.casecon li {
		width: 48%;
		margin: 1%;
	}
	.casecon li:nth-child(3n) {
		margin-right: 1%;
	}
	.casecon li .hcaseimg {
		height: 132px;
	}
	.inmain .casecon li .hcaseimg {
		height: 122px;
	}
	.casecon li .hca_panel h3 {
		font-size: 15px;
		display: none;
	}
	.casecon li .hca_panel {
		height: 100%;
	}
	.casecon li p {
		font-size: 15px;
	}
	.inewlic_l img{width:100%;}
	.hnew_top dl {
		width: 100%;
	}
	.hnew_top dl dd:before {
		display: none;
	}
	.htitle1 .htit_l h1,
	.htitle2 h1 {
		font-size: 20px;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.hnew_top dl dt {
		height: 228px;
	}
	.hnew_top .hntmore {
		margin-top: 15px;
	}
	.hnew_top dl {
		margin: 0 2% 2% 0;
	}
	.hnew_fl dl dt {
		width: 100%;
		height: 228px;
	}
	.hnew_fl dl dd {
		width: 100%;
		margin-top: 10px;
	}
	.hnw_title {
		font-size: 20px;
	}
	.mo_bott {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #269A53;
		border-top: 1px solid #269A53;
		z-index: 9999;
		display: block;
	}
	.mo_bott li {
		float: left;
		width: 18.5%;
		padding: 0 3%;
		border-left: 1px solid #fff;
	}
	.mo_bott li:first-child {
		border-left: 0;
	}
	.mo_bott li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.mo_bott li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.mo_bott li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.f_copy {
		margin-bottom: 54px;
	}
	.ibanner {
		height: auto;
	}
	.ibancon {
		padding-top: 8px;
	}
	.ibancon h1 {
		font-size: 20px;
	}
	.iernav {
    padding: 0px 0 0px;
}
	.inertit {
		font-size: 17px;
		background: none;
    padding-left: 0;

	}
	.ibread p {
		float: right;
		margin-top: 0;
		line-height:1.5;
	}
	.ibread {
		padding-bottom: 5px;
		padding-top:5px;
	}
	.ihon_img {
		height: 121px;
	}
	.sply_box {
		text-align: left;
	}
	.forml_input,
	.forml_textra,
	#checkCode {
		width: 81.2%;
	}
	.formli img {
		right: 0;
	}
	.forml_sub,
	.czhi {
		width: 120px;
		border-radius: 0;
	}
	.iprocon li .ipropic {
		height: 123px;
	}
	.iprocon li .ipro_info h3 {
		font-size: 16px;
	}
	
	.ibannerpro .ibancon {
    padding-top: 17px;
}

	.iernav li {
		display: inline;
		float: left;
		width: 32.6%;
		margin: 1% 0 1% 1%;
		height: 36px;
    line-height: 34px;
	border: 1px solid #ccc;
    background: none;
	}
	.iernav li a {color: #777;}
	.iernav li:first-child,.iernav li:nth-child(4),.iernav li:nth-child(7),.iernav li:nth-child(10),.iernav li:nth-child(13),.iernav li:nth-child(16){margin-left:0}
	.ipicnew_ul li{width: 100%;}
	
	.inewlic_l .inewli_ul li a, .irelnew li a{width: 69%;}
	.inewlic_l .inewli_ul li span, .irelnew li span{width: 30%;}
	.inewde_tit h1{font-size: 18px;}
	.inewde_tit p span {padding: 0 10px 0 0;font-size: 14px;}
	.inewde_l .updow p a { width:75%;}
.ireltit{font-size: 20px;}
.updow p a{width: 78%;}
.irel_ly .formlitit{width: 35%;}
.irel_ly .forml_input, .irel_ly .forml_textra,.irel_ly #checkCode{width: 65%;}
.hcate li { width: 30%; margin-bottom: 5px;}
.f_copy p a{float:none;margin-left:15px;}
.casecon li .hca_panel span{line-height:1.5;}
.casecon li .hca_panel i:hover{width:100%;}
.iprocon li .ipropic img{height:100%;}
.iprod_r .iprod_info{height:110px;-webkit-line-clamp:4;}
.inertit i{display:none;}

.iprod_r .inlip{padding-left:0;}

/* .htitle1 .htit_l p,.htitle1 .htit_r,.htitle1 .htit_c{display:none;} */
}

@media screen and (max-width: 400px) {
	#banner {height: 167px;}
}

@media screen and (max-width: 375px){
	
	.head51-nav {top: 60px;}
	
	#banner {height: 156px;}
	
	.about51-title h3 b {font-size: 18px;}
	
	.about51-title span i, .about51-title span {width: 50px;height: 50px;}
	
	.about51-title span i img {padding-top: 8px;}
	
	.about51-btn li {width: 165px;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi {width: 145px;}
	
	/* .case51-con{width:125px;}
	
	.case51-con ul .case51-list{width:125px;height:127px;}
	
	.case51-con .case51-list-pic{width:125px;height:87px;}
	
	.case51-con .case51-list-con {margin-top: 87px;} */
	
}

@media screen and (max-width: 370px) {
	.abqr {width: 75px;}
	.habinfo p{padding-top:10px;}
	.abtel{margin-top:0;}
}
@media screen and (max-width: 330px) {
	.abqr {
		display: none;
	}
}
@media screen and (max-width: 320px){
	
	.head51-nav {top: 60px;}
	
	#banner {height: 133px;}
	
	.about51-title h3 b {font-size: 16px;}
	
	.about51-btn li { width: 150px;}
	
	.case51-btn a{width:90%;}
	
	.parter51-mes .forml_sub, .parter51-mes .czhi {width: 120px;}
	
	.links51 a{margin-right:20px;}
}
		