@charset "utf-8";
html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei", '微软雅黑';
	/*background: #fafcfe;*/
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 1500px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.wl {
	width: 100%;
}

.ftitle92 {
	padding-top: 40px;
	text-align: center;
	/*color: #fff;*/
}

.ftitle92 h2 {
	font-size: 40px;
	letter-spacing: 2px;
}

.ftitle92 h2 span {
	font-size: 52px;
}

.ftitle92 p {
	margin-top: 15px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*head*/

.head92 {
	background: #fff;
}

.head92-pos {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	transition: all .6s;
}

.logo92 {}

.logo92 a {
	margin: 10px 0;
	display: block;
}

.logo92 a img {
	display: block;
	height: 75px;
}

.nav92 {
	width: 65%;
}

.nav92 li {
	height: 95px;
	line-height: 95px;
	width: 16.663%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 18px;
}

.nav92 li a {
	display: block;
	color: #000;
}

.nav92 li .down92 {
	position: absolute;
	top: 95px;
	width: 150%;
	left: 50%;
	margin-left: -75px;
	background: #fff;
	display: none;
	z-index: 999;
}

.nav92 li .down92 a {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #ccc;
}

.nav92 li .down92 a:last-child {
	border: none;
}

.nav92 li .down92 a:hover {
	background: #ff4500;
	color: #fff;
}

.ma92 {
	width: 8%;
}

.ma92 span {
	display: inline-block;
	width: 40px;
	height: 95px;
	line-height: 95px;
	position: relative;
	cursor: pointer;
}

.ma92 span>img {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
}

.ma92 span:first-child {
	margin-right: 10px;
}

.ma92 span:first-child:after {
	content: '';
	position: absolute;
	top: 41%;
	left: 50px;
	background: #a0a0a0;
	width: 1px;
	height: 25px;
}

.ma92 span:nth-child(2) {
	margin-left: 10px;
}

.ma92 span .ma {
	display: none;
	position: absolute;
	top: 95px;
	left: -50px;
	width: 150px;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	z-index: 99;
}

.ma92 span:hover .ma {
	display: block;
}

.ma92 span .ma img {
	width: 100%;
	display: block;
}

.ma92 span .tel {
	display: none;
	position: absolute;
	top: 95px;
	left: -165px;
	width: 325px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	z-index: 99;
}

.ma92 span:hover .tel {
	display: block;
}

.ma92 span .tel p {
	color: #ff4500;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
}

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


/*bnanner*/


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*----*/

.slider-wraper {
	width: 100vw;
	height: 100vh;
}

.slider--item {
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
}

.slick-slide {
	position: relative;
	outline: none;
	z-index: 1;
}

.slick-slide.slick-current {
	z-index: 2;
}

.slick-arrow {
	position: absolute;
	width: 150px;
	top: 0;
	height: 100%;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0);
	text-indent: -9999px;
	z-index: 999;
	cursor: pointer;
}

.slick-arrow:before {
	content: "";
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	top: 50%;
	margin-top: -21px;
	-webkit-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-khtml-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-moz-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-ms-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-o-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
}

.slick-arrow:after {
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	width: 160px;
	top: 50%;
	background-color: white;
	-webkit-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-khtml-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-moz-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-ms-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-o-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	opacity: 0;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-prev:before {
	border-top: 2px solid white;
	border-left: 2px solid white;
	left: 50px;
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-arrow.slick-prev:after {
	left: 300px;
}

.slick-arrow.slick-prev:hover:before {
	left: 120px;
}

.slick-arrow.slick-prev:hover:after {
	left: 113px;
	opacity: 1;
	width: 80px;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow.slick-next:before {
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	right: 50px;
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-arrow.slick-next:after {
	right: 300px;
}

.slick-arrow.slick-next:hover:before {
	right: 120px;
}

.slick-arrow.slick-next:hover:after {
	right: 113px;
	opacity: 1;
	width: 80px;
}

.slick-dots {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

.slick-dots li.slick-active button {
	background-color: white;
	height: 14px;
	width: 14px;
}

.slick-dots li.slick-active button:hover {
	background-color: white;
}

.slick-dots li button {
	outline: none;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid white;
	background-color: rgba(255, 255, 255, 0);
	text-indent: -9999px;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all, 0.2s, ease-in 1s ease-in-out;
	-khtml-transition: all, 0.2s, ease-in 1s ease-in-out;
	-moz-transition: all, 0.2s, ease-in 1s ease-in-out;
	-ms-transition: all, 0.2s, ease-in 1s ease-in-out;
	-o-transition: all, 0.2s, ease-in 1s ease-in-out;
	transition: all, 0.2s, ease-in 1s ease-in-out;
}

.slick-dots li button:hover {
	background-color: rgba(255, 255, 255, 0.5);
}


/*pro-c*/

.pro92-c {
	padding-bottom: 40px;
}

.pro92-c ul {
	margin-top: 20px;
}

.pro92-c ul li {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	color: #fff;
	background: #ff4500;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}

.pro92-c ul li:first-child:hover {
	background: url(../img/proc-bj1.jpg) no-repeat;
	background-size: cover;
	/*background-color: #000;
	opacity: .5;*/
	filter: grayscale(40%);
}

.pro92-c ul li:nth-child(2):hover {
	background: url(../img/proc-bj2.jpg) no-repeat;
	background-size: cover;
}

.pro92-c ul li:nth-child(3):hover {
	background: url(../img/proc-bj3.jpg) no-repeat;
	background-size: cover;
}

.pro92-c ul li:nth-child(4):hover {
	background: url(../img/proc-bj4.jpg) no-repeat;
	background-size: cover;
}

.pro92-c ul li:nth-child(4) {
	margin-right: 0;
}

.pro92-c li a {}

.pro92-c li span {
	width: 120px;
	height: 120px;
	line-height: 120px;
	display: block;
	margin: 0 auto;
}

.pro92-c li span img {
	width: 110px;
	vertical-align: middle;
}

.pro92-c li h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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


/*product*/

.pro92 {
	padding: 40px 0;
	background: url(../img/pro92.jpg);
}

.pro92-nav {
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
}

.pro92-nav p {
	width: 22%;
	float: left;
	color: #b1b1b1;
	font-size: 18px;
	letter-spacing: 2px;
}

.pro92-nav p span {
	color: #333;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 1px;
	margin-right: 10px;
}

.pro92-nav ul {
	width: 70%;
	margin-left: 1%;
}

.pro92-nav ul li {
	width: 20%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
}

.pro92-nav ul li.on {
	background: #ff4500;
}

.pro92-nav ul li a {
	color: #000;
}

.pro92-nav ul li.on a {
	color: #fff;
}

.pro92-nav .more {
	float: right;
	width: 5%;
	height: 45px;
	line-height: 45px;
	text-align: right;
	color: #999;
}

.pro92-nav .more:hover {
	color: #ff4500;
}

.pro92-list {
	margin-top: 20px;
}

.pro92-list li {
	width: 24.5%;
	float: left;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.pro92-list li:first-child {
	width: 49%;
	height: 613px;
	margin-right: 1%;
	margin-bottom: 0;
}

.pro92-list li:nth-child(2),
.pro92-list li:nth-child(4) {
	margin-right: 1%;
}

.pro92-list li a {}

.pro92-list li .pic {
	width: 100%;
	height: 254px;
	overflow: hidden;
}

.pro92-list li:first-child .pic {
	height: 568px;
}

.pro92-list li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.pro92-list li h3 {
	background: #f0f0f0;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #666;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro92-list li .mask {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.pro92-list li:hover .mask {
	height: 100%;
	transition: all .6s;
}

.pro92-list li .mask .line {
	margin: 20px;
	border: 1px solid #fff;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	padding: 20px;
	box-sizing: border-box;
}

.pro92-list li .mask em {
	background: #fff;
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 3px;
	margin-top: 11%;
	margin-bottom: 20px;
}

.pro92-list li:first-child .mask em {
	margin-top: 28%;
}

.pro92-list li .mask p {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro92-list li .mask h3 {
	background: none;
	color: #fff;
	font-size: 20px;
	height: 70px;
	line-height: 35px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro92-list li .mask img {
	width: 50px;
	margin: 0 auto;
}


/*advantage*/

.advantage {
	width: 100%;
	height: 866px;
	background: url(../img/advantage-bj.png) no-repeat center center #fff;
	/*padding-bottom: 40px;*/
}

.advantage .mainb {
	width: 1200px;
	position: relative;
}

.advantage92-list-l {
	width: 480px;
	height: 800px;
	position: absolute;
	z-index: 88;
}

.advantage92-list-c {
	width: 698px;
	height: 698px;
	border: 1px dashed rgba(72, 113, 231, 0.2);
	border-radius: 50%;
	background: url(../img/center-bj.png) no-repeat center center #fff;
	margin: 0 auto;
	position: relative;
	top: 33px;
	text-align: center;
}

.advantage92-list-r {
	/*width: 200px;*/
	/*position: absolute;*/
	z-index: 88;
	height: 800px;
}

.advantage92-list-c-t {
	color: #ff6600;
	font-size: 36px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	padding-top: 30px;
}

.advantage92-list-c-1 {
	width: 68px;
	height: 60px;
	position: absolute;
	color: #fff;
	line-height: 24px;
	float: left;
	top: 179px;
	left: 119px;
	font-size: 17px;
}

.advantage92-list-c-2 {
	width: 68px;
	height: 60px;
	position: absolute;
	color: #fff;
	line-height: 24px;
	float: left;
	top: 430px;
	left: 94px;
	font-size: 17px;
}

.advantage92-list-c-3 {
	width: 68px;
	height: 60px;
	position: absolute;
	color: #fff;
	line-height: 24px;
	float: left;
	top: 570px;
	left: 317px;
	font-size: 17px;
}

.advantage92-list-c-4 {
	width: 68px;
	height: 60px;
	position: absolute;
	color: #fff;
	line-height: 24px;
	float: left;
	top: 179px;
	left: 516px;
	font-size: 17px;
}

.advantage92-list-c-5 {
	width: 68px;
	height: 60px;
	position: absolute;
	color: #fff;
	line-height: 24px;
	float: left;
	top: 428px;
	left: 541px;
	font-size: 17px;
}

.advantage92-list-c-c {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: #717171;
	margin: 0 auto;
	position: relative;
	top: 97px;
	color: #fff;
}

.advantage92-list-c-c h3 {
	font-size: 32px;
	padding-top: 65px;
}

.advantage92-list-c-c p {
	font-size: 30px;
	font-weight: bold;
	padding-top: 12px;
	line-height: 45px;
}

.advantage92-list-l li,
.advantage92-list-l li {
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.list1 {
	width: 312px;
	height: 60px;
	line-height: 30px;
	color: #575757;
	font-size: 17px;
	position: absolute;
	top: 220px;
	left: 0px;
}

.list2 {
	width: 312px;
	line-height: 30px;
	color: #666;
	font-size: 17px;
	position: absolute;
	top: 454px;
	left: .0px;
}

.list3 {
	width: 500px;
	height: 60px;
	line-height: 30px;
	color: #666;
	font-size: 17px;
	position: absolute;
	top: 690px;
	left: 355px;
}

.list4 {
	width: 312px;
	height: 60px;
	line-height: 30px;
	color: #575757;
	font-size: 17px;
	position: absolute;
	top: 220px;
	left: 877px;
}

.list5 {
	width: 312px;
	height: 60px;
	line-height: 30px;
	color: #575757;
	font-size: 17px;
	position: absolute;
	top: 443px;
	left: 877px;
}

.advantage92-list-l li.list2,
.advantage92-list-l li.list5 {
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line1 {
	position: absolute;
	top: 194px;
	left: 208px;
	z-index: 8888;
}

.line2 {
	position: absolute;
	top: 519px;
	left: 107px;
	z-index: 8888;
}

.line3 {
	position: absolute;
	top: 194px;
	left: 811px;
	z-index: 8888;
}

.line4 {
	position: absolute;
	top: 519px;
	left: 834px;
	z-index: 8888;
}


/*solution*/

.solve92 {
	padding-bottom: 40px;
	height: 570px;
	background: url(../img/solve-bj.jpg) no-repeat;
	background-size: 100% 100%;
}

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

.solve92 ul li {
	width: 24.25%;
	height: 380px;
	float: left;
	margin-right: 1%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.solve92 ul li a {
	width: 100%;
	height: 100%;
}

.solve92 ul li:nth-child(4) {
	margin-right: 0;
}

.solve92 ul li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.solve92 ul li:hover .pic img {
	transform: scale(1.1);
}

.solve92 .con {
	position: absolute;
	bottom: -65px;
	left: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .6);
	transition: all .6s;
}

.solve92 ul li:hover .con {
	background: #fff;
	bottom: 0;
	transition: all .6s;
}

.solve92 .con h3 {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.solve92 ul li:hover .con h3 {
	color: #000;
}

.solve92 .con p {
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.solve92 ul li:hover .con p {}

.solve92 .con .more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #ff4500;
	color: #ff4500;
	text-align: center;
}


/*adv*/

.adv92 {
	background: #f2f2f2;
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}

.adv92 ul {}

.adv92 ul li {
	width: 20%;
	float: left;
	border-right: 1px solid #e4e4e4;
	box-sizing: border-box;
}

.adv92 ul li:first-child {
	border-left: 1px solid #e4e4e4;
}

.adv92 ul li h1 {
	font-size: 36px;
	color: #ff4500;
	font-weight: normal;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.adv92 ul li h3 {
	font-size: 16px;
	background: #ff4500;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	margin-bottom: 15px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.adv92 ul li:nth-child(2) h3,
.adv92 ul li:nth-child(4) h3 {
	background: #ff4500;
}

.adv92 ul li p {
	font-size: 15px;
	color: #666;
	padding: 0 30px;
	box-sizing: border-box;
}


/*case*/

.case92 {
	padding: 40px 0;
	position: relative;
	height: 420px;
}

.case92-nav {
	width: 15%;
}

.case92-nav h2 {
	width: 100%;
	height: 65px;
	color: #ff4500;
	position: relative;
}

.case92-nav h2 span {
	display: block;
	position: absolute;
	font-size: 80px;
	opacity: .4;
	width: 50px;
	height: 65px;
	line-height: 65px;
	left: 0;
	top: 0;
}

.case92-nav h2 i {
	display: block;
	position: absolute;
	font-style: normal;
	font-size: 40px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	left: 65px;
	top: 0;
}

.case92-nav h2 em {
	display: block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 65px;
	bottom: 0;
	font-style: normal;
}

.case92-nav p {
	width: 50px;
	height: 2px;
	background: #f3731c;
	margin: 40px 0;
}

.case92-nav ul {}

.case92-nav ul li {
	height: 45px;
	line-height: 45px;
}

.case92-nav ul li a {
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case92-nav ul li a:hover {
	color: #ff4500;
}

.case92-nav .more {
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #ff4500;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

.case92-list {
	width: 82%;
}

.case92-list .swiper {
	width: 100%;
	height: 100%;
}

.case92-list li {
	position: relative;
}

.case92-list li .pic {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.case92-list li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.case92-list li:hover .pic img {
	transform: scale(1.1);
}

.case92-list li .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 183, 195, .3);
	padding: 40px;
	box-sizing: border-box;
	color: #fff;
}

.case92-list li .mask h3 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case92-list li .mask em {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin-bottom: 30px;
}

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

.case92-list li .mask .more {
	background: #fff;
	border-radius: 20px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #fff url(../img/arrow1.png) no-repeat center center;
	background-size: 30px;
	margin-top: 90px;
}

.case92-list li .mask .more:hover {
	background: #ff4500 url(../img/arrow3.png) no-repeat center center;
	background-size: 30px;
}

.case92-list .swiper-button-next,
.case92-list .swiper-button-prev {}

.case92-list .swiper-button-next {}

.case92-list .swiper-button-prev {}
.case92-list .swiper-button-next:focus,.case92-list .swiper-button-prev:focus{
	outline:none;
}


/*about*/

.about92 {
	background: #ff4500;
	height: 630px;
	padding: 40px 0;
	background: url(../img/about92-bj.jpg) no-repeat fixed;
    background-size: 100% 100%;
}

.about92 h1 {
	font-size: 52px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

.about92 h2 {
	font-size: 32px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.about92 p {
	color: #fff;
	line-height: 35px;
	height: 140px;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.about92 .more {
	width: 250px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #ff4500;
	background: url(../img/more-bj.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 70px auto;
	font-size: 18px;
}

.about92 .more:after {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	display: inline-block;
	content: "";
	background: url(../img/arrow1.png);
	background-size: 100% 100%;
}

.about92 .more:hover:after {
	margin-left: 30px;
	transition: all .6s;
}


/*news*/

.news92 {
	padding-bottom: 40px;
	margin-top: -150px;
}

.news92 .mainb {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.news92 .pic {
	width: 30%;
}

.news92 .pic .con {
	width: 100%;
	background: #3a3a3a;
	color: #fff;
	text-align: center;
	padding: 40px;
	box-sizing: border-box;
}

.news92 .pic .con h1 {
	font-size: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.news92 .pic .con p {
	position: relative;
	font-size: 24px;
}

.news92 .pic .con p:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	width: 10%;
	height: 2px;
}

.news92 .pic .con p:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	width: 10%;
	height: 2px;
}

.news92 .pic .img {
	width: 100%;
	height: 272px;
	overflow: hidden;
}

.news92 .pic .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.news92 .info {
	width: 68%;
}

.news92 .info .nav {
	width: 100%;
}

.news92 .info .nav ul {
	/*text-align: center;*/
	width: 80%;
}

.news92 .info .nav ul li {
	display: inline-block;
	width: 25%;
	margin-right: 3%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	background: #3a3a3a;
}

.news92 .info .nav ul li.on {
	background: #ff4500;
}

.news92 .info .nav li a {
	color: #fff;
}

.news92 .info .more {
	color: #3a3a3a;
	font-size: 24px;
	position: relative;
	width: 10%;
	padding-left: 10px;
}

.news92 .info .more:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	background: #ccc;
	width: 2px;
	height: 50px;
}

.news92 .info .more span {
	color: #7b7b7b;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
}

.news92 .info .list {}

.news92 .info .list ul {
	border-top: 1px solid #eee;
	margin-top: 20px;
}

.news92 .info .list ul li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
	padding: 40px 0 40px 0;
	box-sizing: border-box;
}

.news92 .info .list ul li:nth-child(2n-1) {
	padding-left: 20px;
	padding-right: 30px;
}

.news92 .info .list ul li:nth-child(2n-1) {
	padding-left: 30px;
	padding-right: 20px;
}

.news92 .info .list li a {}

.news92 .info .list li h4 {
	color: #b7b7b7;
	width: 120px;
	font-size: 38px;
	float: left;
	position: relative;
	text-align: center;
}

.news92 .info .list li h4:after {
	content: '';
	position: absolute;
	top: 9%;
	right: 0px;
	background: #eee;
	width: 1px;
	height: 80px;
}

.news92 .info .list li h4 span {
	font-size: 18px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}

.news92 .info .list li .con {
	width: calc(100% - 140px);
}

.news92 .info .list li .con h3 {
	color: #2a2a2a;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news92 .info .list li .con p {
	color: #7c7c7c;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.links92 {
	padding: 20px 0;
	background: #f7f7f7 url(../img/ibody-bj.png) no-repeat left bottom;
}

.links92-t {
	font-size: 30px;
	margin-bottom: 15px;
}

.links92-t span {
	font-size: 22px;
	color: #2A2A2A;
}

.links92-t:before {
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/links.png);
	background-size: 100% 100%;
}

.links92-con {}

.links92-con a {
	border: 1px solid #dddddd;
	border-radius: 5px;
	color: #6d6d6a;
	padding: 5px 15px;
	margin: 0 3px 6px;
	display: inline-block;
}


/*foot*/

.foot91 {
	background: rgba(34, 34, 34, 1);
	padding: 40px 0;
}

.foot91-nav {
	width: 68%;
}

.foot91-nav:after {
	content: "";
	display: block;
	clear: both;
}

.foot91-nav li {
	width: 20%;
	float: left;
}

.foot91-nav h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}

.foot91-nav h3:after {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	display: inline-block;
	content: "";
	background: url(../img/arrow2.png);
	background-size: 100% 100%;
}

.foot91-nav a {
	color: rgba(255, 255, 255, 0.6);
	line-height: 30px;
	display: block;
}

.foot91-nav a:hover {
	color: #ff4500;
}

.foot91-r {
	width: 30%;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
}

.foot91-r:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 0%;
	background: #989898;
	width: 1px;
	height: 232px;
}

.foot91-ma {}

.foot91-ma img {
	width: 120px;
	height: 120px;
	display: block;
	float: left;
}

.foot91-ma h4 {
	width: calc(100% - 145px);
	float: right;
}

.foot91-ma h4 b {
	font-size: 22px;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}

.foot91-ma h4 p {
	color: #d3d3d3;
	margin-bottom: 10px;
	font-weight: normal;
}

.foot91-info {
	margin-top: 20px;
}

.foot91-info p {
	line-height: 30px;
	color: #d3d3d3;
}

.copyright91 {
	background: #151515;
	line-height: 35px;
	text-align: center;
}

.copyright91 p,
.copyright91 a {
	display: inline-block;
	color: #d0d0d0;
}

.copyright91 a:hover {
	color: #ff4500;
}
.mfoot58{display:none;}

/*内页开始*/

.icontent {
	background: #f7f7f7 url(../img/ibody-bj.png) no-repeat left bottom;
	padding-bottom: 60px;
}

.itxt {
	color: #666;
	line-height: 35px;
}

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


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

.ibanner {
	width: 100%;
	height: 350px;
}

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

.ibanner .mainb {
	position: relative;
}

.ibanner .ititle1 {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 300px;
	/*height: 100px;*/
	background: #ff4500;
	padding: 30px;
	box-sizing: border-box;
}

.ibanner .ititle1 h2 {
	font-size: 34px;
	color: #fff;
}

.ibanner .ititle1 em {
	display: block;
	width: 50px;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	margin: 20px 0;
}

.ibanner .ititle1 span {
	font-size: 26px;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	letter-spacing: -1px;
}

.ibread {
	background: #fff url(../img/ibread-bj.png) no-repeat center center;
}

.ibread ul {
	width: calc(100% - 300px);
	float: right;
}

.ibread ul li {
	width: 20%;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: center;
	font-size: 18px;
	position: relative;
}

.ibread ul li + li:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #505050;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ibread ul li a {
	color: #222;
	display: block;
}

.ibread ul li a:hover {
	color: #ff4500;
}


/*分页*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	margin-top: 30px;
	margin-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;
	border-radius: 5px;
}

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

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

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


/*位置定位*/

.ilocal_l {
	padding-top: 20px;
}

.ilocal_l p,
.ilocal_l p a {
	display: inline-block;
	color: #999;
}

.ilocal_l p:before {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/imes-icon5.png);
	background-size: 100% 100%;
}


/*上一页下一页*/

.updown {
	margin-top: 20px;
}

.updown p {
	height: 50px;
	line-height: 50px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.updown p span {
	/*width: 95px;*/
	font-size: 16px;
	float: left;
	color: #fff;
	background: #ff4500;
	/*text-align: center;*/
	padding: 0 15px;
	margin-right: 15px;
}

.updown p a {
	display: block;
	/*float: right;*/
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}


/*公司简介*/

.iabout {
	padding-top: 50px;
	padding-bottom: 30px;
}

.iabout-txt {
	width: 58%;
}

.iculture .iabout-txt {
	width: 100%;
}

.iabout-txt h2 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}

.iabout-pic {
	width: 40%;
}

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

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

.iintro ul {}

.iintro ul li {
	width: 49.5%;
	margin-right: 1%;
	float: left;
	margin-bottom: 15px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

.iintro ul li:nth-child(2n) {
	margin-right: 0;
}

.iintro ul li a {
	display: block;
}

.iintro ul li span {
	width: 10%;
	float: left;
	display: block;
	height: 116px;
	line-height: 116px;
	text-align: center;
}

.iintro ul li span img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
}

.iintro ul li .con {
	width: 88%;
}

.iintro ul li .con h3 {
	color: #403B38;
	letter-spacing: 2px;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iintro ul li .con em {
	width: 50px;
	height: 2px;
	background: #555;
	display: block;
	margin-bottom: 20px;
}

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

.ipartner {
	padding-bottom: 40px;
}

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

.ipartner ul li {
	width: 15.8333%;
	height: 101px;
	float: left;
	margin-right: 1%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.ipartner ul li:nth-child(6n) {
	margin-right: 0;
}

.ipartner ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ipartner ul li img {
	width: 100%;
	height: 100%;
	display: block;
}


/*产品列表*/

.ipbread ul li:nth-child(6):after,
.ipbread ul li:nth-child(11):after,
.ipbread ul li:nth-child(16):after,
.ipbread ul li:nth-child(21):after {
	display: none;
}

.ipbread ul {
	width: 100%;
}

.ipbread ul span {
	width: 20%;
	height: 80%;
	line-height: 80px;
	float: left;
}

.ipbread ul li a {
	width: 90%;
	margin: 0 auto;
	display: block;
	border-bottom: 1px dashed #cbcbcb;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ihotpro {
	padding-top: 50px;
}

.ihotpro-l {
	width: 20%;
	height: 370px;
	padding: 65px 20px 0 20px;
	background: #fff;
	box-sizing: border-box;
}

.ihotpro-l h2 {
	color: #222;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 28px;
}

.ihotpro-l span {
	color: #b1b1b1;
	margin-bottom: 30px;
	display: block;
	font-size: 18px;
}

.ihotpro-l p {
	color: #666;
	line-height: 35px;
}

.ihotpro-l em {
	width: 50px;
	height: 2px;
	background: #ff4500;
	display: block;
	margin: 15px 0;
}

.ihotpro-l a {
	color: #666;
	font-size: 18px;
	margin-top: 40px;
	display: block;
}

.ihotpro-l a:hover {
	color: #ff4500;
}

.ihotpro-r {
	width: 78%;
}

.ihotpro-r .con {
	background: #fff;
}

.ihotpro-r .con .pic {
	width: 60%;
	height: 300px;
	overflow: hidden;
}

.ihotpro-r .con .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.ihotpro-r .con:hover .pic img {
	transform: scale(1.1);
}

.ihotpro-r .con .txt {
	width: 40%;
	padding: 50px 50px 0 50px;
	box-sizing: border-box;
}

.ihotpro-r .con .txt h3 {
	color: #222;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 2px solid #ccc;
	letter-spacing: 1px;
}

.ihotpro-r .con .txt p {
	color: #999;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ihotpro-r .con .txt a {
	display: block;
	color: #666;
	margin-top: 40px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #B7B7B7;
	text-align: center;
}

.ihotpro-r .con .txt a:hover {
	color: #ff4500;
	border: 1px solid #ff4500;
}

.ihotpro-r ul {
	margin-top: 20px;
}

.ihotpro-r ul li {
	background: #fff;
	width: 19.2%;
	margin-right: 1%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
}

.ihotpro-r ul li:hover,
.ihotpro-r ul li.on {
	background: #ff4500;
}

.ihotpro-r ul li:nth-child(5) {
	margin-right: 0;
}

.ihotpro-r ul li a {
	color: #333;
}

.ihotpro-r ul li:hover a,
.ihotpro-r ul li.on a {
	color: #fff;
}

.iprolist {
	padding-top: 50px;
}

.iprolist li {
	width: 32.663%;
	float: left;
	margin-right: 1%;
	margin-bottom: 40px;
	background: #fff url(../img/ipro-list-bj.png) no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px #aaa;
	border-radius: 10px;
}

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

.iprolist li:nth-last-child(-n+3) {
	margin-bottom: 20px;
}

.iprolist li a {
	display: block;
	width: 100%;
	height: 100%;
}

.iprolist li .pic {
	width: 100%;
	height: 311px;
	overflow: hidden;
}

.iprolist li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.iprolist li:hover .pic img {
	transform: scale(1.1);
}

.iprolist li .con {
	width: 100%;
	padding-top: 20px;
	position: relative;
}

.iprolist li .con h3 {
	color: #403B38;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.iprolist li .con .more {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	margin-bottom: -40px;
	background: #ff4500;
	border-radius: 5px;
}


/*案例列表*/

.icaselist {
	padding-top: 30px;
}

.icaselist li {
	width: 32.66663%;
	float: left;
	margin-right: 1%;
	margin-bottom: 15px;
	position: relative;
}

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

.icaselist li .pic {
	width: 100%;
	height: 339px;
	overflow: hidden;
}

.icaselist li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.icaselist li .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
}

.icaselist li:hover .mask {
	background: rgba(255, 255, 255, .7);
	transition: all .6s;
}

.icaselist li .mask .con {
	background: rgba(255, 255, 255, .8);
	width: 80%;
	margin: 0 auto;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-top: 21%;
	text-align: center;
}

.icaselist li:hover .mask .con {
	width: 75%;
	background: rgba(255, 255, 255, .5);
	transition: all .6s;
}

.icaselist li .mask h3 {
	color: #403B38;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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


/*新闻列表*/

.iWnewslist {
	padding-top: 60px;
}

.iWnewslist ul {}

.iWnewslist li {
	width: 32.6333%;
	float: left;
	margin-right: 1%;
	margin-bottom: 50px;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}

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

.iWnewslist li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.iWnewslist li a {
	display: block;
	width: 100%;
	height: 100%;
}

.iWnewslist li .time {
	background: #555;
	border-radius: 10px;
	padding: 15px;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: -30px;
	color: #fff;
}

.iWnewslist li:hover .time {
	background: #ff4500;
	transition: all .6s;
}

.iWnewslist li .time span {
	font-size: 16px;
	display: block;
	font-weight: normal;
	text-align: right;
}

.iWnewslist li .con {
	margin-top: 50px;
}

.iWnewslist li .con h3 {
	color: #403B38;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iWnewslist li .con p {
	color: #999;
	line-height: 30px;
	height: 60px;
	text-indent: 2em;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*文字新闻*/

.iTnewslist {}

.iTnewslist-list {
	width: 73%;
	padding-top: 30px;
}

.iTnewslist-list ul {
	padding-right: 50px;
	box-sizing: border-box;
	border-right: #d8d8d8 1px solid;
}

.iTnewslist-list ul li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d8d8d8;
}

.iTnewslist-list ul li a {
	display: block;
}

.iTnewslist-list ul li a:after {
	content: "";
	display: block;
	clear: both;
}

.iTnewslist-list ul li .pic {
	width: 25%;
	height: 180px;
	overflow: hidden;
}

.iTnewslist-list ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.iTnewslist-list ul li:hover .pic img {
	transform: scale(1.1);
}

.iTnewslist-list ul li .con {
	width: 73%;
}

.iTnewslist-list ul li .con h3 {
	color: #403B38;
	font-weight: normal;
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.iTnewslist-list ul li .con h4 {
	color: #999;
	font-weight: normal;
	margin-top: 20px;
}

.iTnewslist-list ul li .con h4:after {
	content: "";
	display: block;
	clear: both;
}

.iTnewslist-list ul li .con h4 span {
	text-align: left;
	width: 50%;
	float: left;
}

.iTnewslist-list ul li .con h4 em {
	text-align: right;
	width: 50%;
	font-style: normal;
	float: right;
}

.iTnewslist-list ul li .con h4 em:before {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/eye.png);
	background-size: 100% 100%;
}

.iTnewslist-recom {
	width: 25%;
}

.iTnewslist-recom .news {
	box-sizing: border-box;
	padding-left: 10px;
}

.iTnewslist-recom .news h2,
.iTnewslist-recom .ma h2 {
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}

.iTnewslist-recom .news h2:before,
.iTnewslist-recom .ma h2:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: #ff4500;
	width: 5px;
	height: 27px;
}

.iTnewslist-recom .news ul {}

.iTnewslist-recom .news ul li {
	height: 45px;
	line-height: 45px;
	/*list-style-type:decimal;*/
	border-bottom: 1px dashed #ccc;
}

.iTnewslist-recom .news ul li span {
	background: #ddd;
	color: #fff;
	padding: 0 5px;
}

.iTnewslist-recom .news ul li:nth-child(-n+3) span {
	background: #666;
}

.iTnewslist-recom .news ul li a {
	width: calc(100% - 30px);
	display: block;
	color: #444;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iTnewslist-recom .ma {
	box-sizing: border-box;
	padding-left: 10px;
}

.iTnewslist-recom .ma:after {
	content: "";
	display: block;
	clear: both;
}

.iTnewslist-recom .ma span {
	width: 40%;
	display: block;
	float: left;
}

.iTnewslist-recom .ma span img {
	width: 100%;
}

.iTnewslist-recom .ma p {
	width: 58%;
	float: right;
	color: #000;
	line-height: 30px;
}


/*文字新闻详情*/

.iWnewsdetail {}

.iWnewsdetail {}

.iWnewsdetail-con {
	width: 73%;
	padding-top: 30px;
}

.iWnewsdetail-title {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.iWnewsdetail-title span {
	width: 75px;
	height: 75px;
	background: #ff4500;
	color: #fff;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
}

.iWnewsdetail-title .title {
	width: calc(100% - 90px);
	float: right;
}

.iWnewsdetail-title .title h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iWnewsdetail-title .title em {
	color: #666;
	display: inline-block;
	margin-right: 50px;
	font-style: normal;
}


/*图片新闻详情*/

.iTnewsdetail {}

.iTnewsdetail {}

.iTnewsdetail-con {
	width: 73%;
	padding-top: 30px;
}

.icaselistdetail .iTnewsdetail-con {
	width: 100%;
}

.iTnewsdetail-title {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.iTnewsdetail-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #494949;
	width: 100px;
	height: 30px;
}

.iTnewsdetail-title h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iTnewsdetail-title .info em {
	color: #666;
	display: inline-block;
	margin-right: 50px;
	font-style: normal;
	line-height: 35px;
}

.iTnewsdetail-title .info a {
	float: right;
	color: #fff;
	z-index: 9;
	position: relative;
	font-size: 15px;
	/*line-height: 30px;*/
	margin-top: 10px;
	margin-right: 15px;
}


/*在线留言*/

.imessage {
	padding-top: 80px;
}

.imessage-info {
	width: 55%;
	background: #ff4500 url(../img/ibread-bj.png) center center;
	background-size: cover;
	padding: 60px 40px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 20px;
}

.imessage-info h2 {
	margin-bottom: 20px;
}

.imessage-info p {
	line-height: 45px;
}

.imessage-info p:nth-child(2):before,
.imessage-info p:nth-child(3):before,
.imessage-info p:nth-child(4):before,
.imessage-info p:nth-child(5):before,
.imessage-info p:nth-child(6):before {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	content: "";
}

.imessage-info p:nth-child(2):before {
	background: url(../img/imes-icon1.png);
	background-size: 100% 100%;
}

.imessage-info p:nth-child(3):before {
	background: url(../img/imes-icon2.png);
	background-size: 100% 100%;
}

.imessage-info p:nth-child(4):before {
	background: url(../img/imes-icon3.png);
	background-size: 100% 100%;
}

.imessage-info p:nth-child(5):before {
	background: url(../img/imes-icon4.png);
	background-size: 100% 100%;
}

.imessage-info p:nth-child(6):before {
	background: url(../img/imes-icon5.png);
	background-size: 100% 100%;
}

.imessage-mes {
	width: 45%;
	background: white;
	border-radius: 8px;
	z-index: 1;
	box-shadow: 0 0 15px #e4e4e4;
	margin-top: 40px;
	padding: 36px;
	box-sizing: border-box;
}

.imessage-mes h3 {
	font-size: 24px;
	font-weight: 800;
	height: 40px;
	line-height: 40px;
}

.imessage-mes p {
	color: #595959;
	line-height: 35px;
	font-size: 16px;
}

input {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

button {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

textarea {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
	resize: none;
}

.ilycon_img {
	width: 45%;
	padding-top: 15px;
}

.ily_form {
	width: 100%;
}

.ilycon_li {
	height: 55px;
	width: 100%;
	position: relative;
	/*margin-bottom: 14px;
	padding: 20px 0;*/
	border-bottom: 1px solid #434343;
	box-sizing: border-box;
	overflow: hidden;
	width: 48%;
	float: left;
	margin-right: 2%;
}

.ilycon_li:nth-child(2n) {
	margin-right: 0;
}

.ilycon_li:nth-child(5) {
	height: 100px;
	/*width: 100%;*/
}

.ilycon_li input {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #ABABAB;
}

.ilycon_li textarea {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #949494;
	font-family: "微软雅黑";
	padding-top:10px;
}

.ilycli_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ilycon_li img {
	position: absolute;
	top: 30%;
	bottom: 0;
	right: 0;
	margin: auto;
}

.ilycon_btn {
	width: 218px;
	height: 55px;
	background: #ff4500;
	border-left: 2px solid #ff4500;
	border-right: 2px solid #ff4500;
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-top: 40px;
	float: right;
}

.ilycon_sub {
	font-size: 18px;
	line-height: 55px;
	color: #fff;
}

.ilycon_btn:hover {
	opacity: 0.8;
	transition: 0.6s;
}

.ilycon_sub input {
	width: 100%;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}


/*产品详情*/

.ipro-banner {
	background: url(../img/ipro-bj.jpg) no-repeat top center;
}

.ipro-banner .icontent {
	background: url(../img/ibody-bj.png) no-repeat left bottom;
}

.iprodetail-top {
	margin-top: 20px;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 20px;
}

.iprodetail-top:after {
	content: "";
	display: block;
	clear: both;
}

.iprod-pic {
	width: 43%;
	overflow: hidden;
}

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

.iprod-info {
	width: 55%;
}

.iprod-info h2 {
	font-size: 30px;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.iprod-info .con {
	background: #fff;
	padding: 15px;
	line-height: 30px;
	box-shadow: 0 0 15px #e4e4e4;
}

.iprod-info .con p {
	color: #777;
	max-height: 70px;
	overflow: hidden;
}

.iprod-info .con p span {
	color: #444;
	line-height: 35px;
}

.iprod-info .con p span:before {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/yuan.png);
	background-size: 100% 100%;
}

.iprod-info .tel {
	margin-top: 20px;
	height: 137px;
	background: url(../img/xian.png) no-repeat;
	background-size: 100% 100%;
	margin-right: -52px;
	padding: 0 50px;
	box-sizing: border-box;
}

.iprod-info .tel .more {
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #ff4500;
	display: inline-block;
	font-size: 20px;
	border-radius: 8px;
	float: right;
	margin-top: 50px;
}

.iprod-info .tel .more:before {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/icon1.png);
	background-size: 100% 100%;
}

.iprod-info .tel p {
	background: url(../img/imes-icon2.png) no-repeat center left;
	background-size: 40px;
	color: #fff;
	font-size: 20px;
	padding-left: 55px;
	width: 40%;
	float: left;
	margin-top: 45px;
}

.iprod-info .tel p b {
	color: #fff;
	font-size: 34px;
	display: block;
}

.i-G-title {
	margin: 20px 0;
	background: url(../img/xian2.png) no-repeat center right;
	background-size: 90% 8px;
}

.i-G-title span {
	font-size: 24px;
	color: #000;
	/*position: relative;*/
}

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

.iprodetail-bottom {
	margin-top: 20px;
}

.iprodetail-bottom .title {
	margin-bottom: 20px;
}


/*公司荣誉*/

.ihonor {
	padding-top: 30px;
}

.ihonor li {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 20px;
}

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

/* .ihonor li:nth-last-child(-n+4) {
	margin-bottom: 0;
} */

.ihonor li .pic {
	width: 100%;
	height: 252px;
	overflow: hidden;
}

.ihonor li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s;
}

.ihonor li:hover .pic img {
	transform: scale(1.1);
}

.ihonor li h3 {
	color: #3d3d3d;
	font-weight: normal;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../img/add1.png) no-repeat center right;
	background-size: 30px 30px;
	transition: all .6s;
}

.ihonor li:hover h3 {
	padding-left: 30px;
	color: #ff4500;
	background: url(../img/add2.png) no-repeat center right;
	background-size: 30px 30px;
	box-sizing: border-box;
	transition: all .6s;
}

@media screen and (max-width: 1600px) {
	.logo92 a {
		margin: 10px 0;
	}
	.logo92 a img {
		height: 65px;
	}
	.nav92 li {
		height: 85px;
		line-height: 85px;
	}
	.ma92 span {
		height: 85px;
		line-height: 85px;
	}
	.ma92 span .tel {
		left: -270px;
		top: 85px;
	}
	.nav92 li .down92,
	.ma92 span .ma {
		top: 85px;
	}
	.slider--item {
		height: 667px;
	}
}

@media screen and (max-width: 1440px) {
	html,
	body {
		font-size: 15px;
	}
	.mainb {
		width: 1200px;
		margin: 0 auto;
	}
	/*-----*/
	.pro92-nav ul li,
	.pro92-list li h3,
	.pro92-list li .mask h3,
	.solve92 .con h3,
	.about92 .more,
	.foot91-nav h3,
	.ftitle92 p {
		font-size: 16px;
	}
	.pro92-nav ul li,
	.pro92-list li h3,
	.case92-nav ul li {
		height: 40px;
		line-height: 40px;
	}
	/*-------*/
	.ma92 span:nth-child(2),
	.ma92 span:first-child:after {
		display: none;
	}
	.ma92 {
		width: 5%;
	}
	.ma92 span:first-child {
		margin-right: 0;
		float: right;
	}
	.ma92 span .ma {
		width: 120px;
	}
	.ftitle92 {
		padding-top: 30px;
	}
	.ftitle92 h2 {
		font-size: 34px;
	}
	.ftitle92 h2 span {
		font-size: 42px;
	}
	.ftitle92 p {
		margin-top: 10px;
	}
	.slider--item {
		height: 600px;
	}
	.pro92 {
		padding: 30px 0;
	}
	.pro92-c {
		padding-bottom: 30px;
	}
	.pro92-c li span {
		width: 105px;
		height: 105px;
		line-height: 105px;
	}
	.pro92-c li span img {
		width: 95px;
	}
	.pro92-c li h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.pro92-c li p {
		line-height: 25px;
		height: 50px;
	}
	.pro92-nav {
		padding-bottom: 10px;
	}
	.pro92-nav p {
		width: 25%;
	}
	.pro92-nav p span {
		font-size: 28px;
	}
	.pro92-nav p {
		font-size: 15px;
	}
	.pro92-nav ul {
		width: 65%;
	}
	.pro92-list li:first-child {
		height: 501px;
	}
	.pro92-list li:first-child .pic {
		height: 461px;
	}
	.pro92-list li .pic {
		height: 203px;
	}
	.pro92-list li .mask h3 {
		margin-bottom: 10px;
		height: 35px;
		line-height: 35px;
		-webkit-line-clamp: 1;
	}
	.pro92-list li .mask img {
		width: 40px;
	}
	.advantage {
		height: 810px;
	}
	.solve92 {
		height: 480px;
	}
	.solve92 ul li {
		height: 340px;
	}
	.solve92 .con .more {
		height: 35px;
		line-height: 35px;
	}
	.case92 {
		padding: 30px 0;
		height: 360px;
	}
	.case92-nav h2 i {
		font-size: 30px;
	}
	.case92-list li .pic {
		height: 360px;
	}
	.case92-list li .mask h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.case92-list li .mask .more {
		width: 110px;
		height: 35px;
		line-height: 35px;
	}
	.case92-nav p {
		margin: 28px 0;
	}
	.about92 {
		height: 520px;
		padding: 30px 0;
	}
	.about92 h1 {
		font-size: 44px;
	}
	.about92 h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.about92 p {
		line-height: 30px;
		height: 90px;
	}
	.about92 .more {
		margin: 50px auto;
	}
	.news92 .pic .con h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.news92 .pic .con p {
		font-size: 20px;
	}
	.news92 .pic .con p:before {
		left: -28px;
	}
	.news92 .pic .con p:after {
		right: -28px;
	}
	.news92 .info .more {
		width: 13%;
		font-size: 22px;
	}
	.news92 .info .more span {
		font-size: 15px;
		display: block;
	}
	.news92 .info .more:before {
		height: 40px;
	}
	.news92 .info .list ul {
		margin-top: 15px;
	}
	.news92 .info .list li .con h3 {
		font-size: 18px;
	}
	.news92 .info .list li .con p {
		line-height: 25px;
		height: 50px;
	}
	.news92 .pic .img {
		height: 242px;
	}
	.links92-t {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.links92-t:before {
		width: 28px;
		height: 28px;
	}
	.foot91 {
		padding: 30px 0;
	}
	.foot91-nav h3 {
		margin-bottom: 15px;
	}
	.foot91-nav a {
		line-height: 28px;
	}
	.foot91-ma img {
		width: 100px;
		height: 100px;
	}
	.foot91-ma h4 {
		width: calc(100% - 125px);
	}
	.foot91-ma h4 b {
		font-size: 18px;
	}
	.foot91-ma h4 p {
		margin-bottom: 5px;
	}
	.foot91-info {
		margin-top: 10px;
	}
	.foot91-info p {
		line-height: 25px;
	}
	.foot91-r:before {
		height: 175px;
	}
	
	/*内页*/
	/*--------*/
	.ibread ul li,
	.ihonor li h3,
	.ihotpro-l a,
	.ihotpro-l span,
	.iprolist li .con h3,
	.iprod-info .tel .more,
	.iTnewslist-list ul li .con h3,
	.iWnewslist li .con h3,
	.ilycon_sub input {
		font-size: 16px;
	}
	/*------*/
	.itxt {
		line-height: 30px;
	}
	.ibanner {
		height: 300px;
	}
	.ibanner .ititle1 {
		bottom: -70px;
	}
	.ibread ul li,
	.ipbread ul span {
		height: 70px;
		line-height: 70px;
	}
	.ibanner .ititle1 h2 {
		font-size: 30px;
	}
	.ibanner .ititle1 em {
		margin: 15px 0;
	}
	.ibanner .ititle1 span {
		font-size: 22px;
	}
	.iabout,
	.ihotpro {
		padding-top: 40px;
	}
	.iabout-txt h2 {
		font-size: 20px;
	}
	.iintro {
		padding: 30px 0;
	}
	.iintro ul li .con em {
		margin-bottom: 15px;
	}
	.iintro ul li .con {
		width: 83%;
	}
	.iintro ul li {
		padding: 30px;
	}
	.ipartner ul li {
		height: 83px;
	}
	.ihonor li .pic {
		height: 201px;
	}
	.ihonor li h3 {
		height: 50px;
		line-height: 50px;
	}
	.ihotpro-l h2 {
		font-size: 26px;
	}
	.ihotpro-l p {
		line-height: 30px;
	}
	.ihotpro-r .con .txt h3 {
		font-size: 22px;
	}
	.iprolist {
		padding-top: 40px;
	}
	.iprolist li {
		padding: 15px;
	}
	.iprolist li .pic {
		height: 250px;
	}
	.iprolist li .con p {
		line-height: 25px;
		height: 50px;
		margin-bottom: 15px;
	}
	.iprod-info h2 {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.iprod-info .tel p {
		font-size: 18px;
	}
	.iprod-info .tel p b {
		font-size: 26px;
	}
	.iprod-info .tel p {
		width: 48%;
	}
	.iprod-info .tel .more {
		height: 50px;
		line-height: 50px;
	}
	.iprod-info .tel {
		margin-right: -47px;
		margin-top: 5px;
	}
	.iprod-pic {
		width: 48%;
	}
	.iprod-info {
		width: 50%;
	}
	.icaselist li .pic {
		height: 271px;
	}
	.icaselist li .mask .con {
		margin-top: 18%;
	}
	.icaselist li .mask h3 {
		font-size: 18px;
	}
	.icaselist li .mask p,
	.iWnewslist li .con p {
		line-height: 25px;
		height: 50px;
	}
	.iTnewslist-list ul li .pic {

    height: 143px;
}
	.iTnewsdetail-title h2,
	.iWnewsdetail-title .title h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.iWnewslist li .con h3 {
		margin-bottom: 10px;
	}
	.iWnewslist li .con {
		margin-top: 40px;
	}
	.iWnewslist li .time {
		font-size: 26px;
	}
	.iTnewslist-recom .ma p {
		line-height: 25px;
	}
	.ilycon_btn {
		height: 45px;
		margin-top: 53px;
	}
	.ilycon_sub input,
	.ilycon_sub {
		line-height: 45px;
	}
	.imessage {
		padding-top: 50px;
	}
}

@media screen and (max-width: 1370px) {
	.slider--item {
		height: 567px;
	}
}

@media screen and (max-width: 1280px) {
	.slider--item {
		height: 533px;
	}
}

@media screen and (max-width:959px) {
	html,
	body {
		min-width: 768px;
		max-width: 768px;
		overflow-x: hidden;
	}
	.mainb {
		width: 98%;
	}
	.logo92 {
		width: 100%;
	}
	.logo92 a {
		width: 80%;
		margin: 5px 0;
	}
	.logo92 a img {
		height: 55px;
	}
	.nav92 {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 65px;
		margin-left: 0;
		float: none;
		background: #F5F5F5;
		padding: 20px 0;
		z-index: 9999;
		right: -100%;
		transition: all .5s;
	}
	.nav92.lef {
		right: 0;
	}
	.nav92 li {
		width: 100%;
		height: 70px;
		line-height: 70px;
		border-bottom: 1px dashed #ccc;
	}
	.nav92 li .down92 {
		display: none!important;
	}
	.navbtn {
		position: absolute;
		right: 10px;
		top: 22px;
		display: block;
		background: transparent;
		outline: none;
		border: none;
	}
	.navbtn span {
		display: block;
		width: 28px;
		height: 3px;
		background-color: #333333;
		margin-left: calc(50% - 15px);
		margin-bottom: 5px;
		transition: all .5s ease-out;
		transform-origin: 0 0;
		background: #ff4500;
	}
	.navbtn.active {
		padding: 2px;
	}
	.navbtn.active span:first-child {
		transform: rotate(45deg) translate(5px, -4px);
	}
	.navbtn.active span:nth-child(2) {
		opacity: 0;
	}
	.navbtn.active span:last-child {
		transform: rotate(-45deg) translate(-1px, 6px);
	}
	.ma92 {
		display: none;
	}
	.slider--item {
		height: 320px;
	}
	.ftitle92 {
		padding-top: 15px;
	}
	.ftitle92 h2,
	.pro92-nav p span {
		font-size: 24px;
	}
	.ftitle92 h2 span {
		font-size: 30px;
	}
	.ftitle92 p {
		margin-top: 5px;
	}
	.pro92 {
		padding: 15px 0;
	}
	.pro92-c ul {
		margin-top: 10px;
	}
	.pro92-nav p {
		width: 100%;
		text-align: center;
	}
	.pro92-nav ul {
		width: 90%;
		margin-top: 10px;
	}
	.pro92-list li .pic {
		height: 127px;
	}
	.pro92-list li:first-child {
		height: 350px;
	}
	.pro92-list li:first-child .pic {
		height: 310px;
	}
	.advantage-ftitle,
	.advantage,
	.adv92,
	.case92-nav p,
	.case92-nav .more {
		display: none;
	}
	.solve92 {
		height: auto;
		padding-bottom: 15px;
	}
	.solve92 ul li {
		width: 49.5%;
		height: 258px;
		margin-bottom: 10px;
	}
	.solve92 ul li:nth-child(2n-1) {
		margin-right: 1%;
	}
	.solve92 ul li:nth-child(2n) {
		margin-right: 0;
	}
	.case92-nav {
		width: 100%;
		margin-bottom: 20px;
	}
	.case92-list {
		width: 100%;
	}
	.case92-nav h2 {
		width: 200px;
		float: left;
	}
	.case92-nav ul {
		width: calc(100% - 250px);
		float: right;
	}
	.case92-nav ul li {
		float: left;
		width: 25%;
		margin-top: 12px;
	}
	.case92-list li .pic {
		height: 280px;
	}
	.case92-list li .mask {
		padding: 30px;
	}
	.case92-list li .mask .more {
		width: 90px;
		height: 30px;
		line-height: 30px;
		margin-top: 50px;
	}
	.about92 {
		height: 490px;
		padding: 15px 0;
	}
	.about92 h1 {
		font-size: 34px;
	}
	.about92 h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.about92 .more {
		margin: 40px auto;
		height: 45px;
		line-height: 45px;
	}
	.news92 {
		padding-bottom: 15px;
	}
	.news92 .pic {
		width: 100%;
		margin-bottom: 15px;
	}
	.news92 .info {
		width: 100%;
	}
	.news92 .pic .con p:before,
	.news92 .pic .con p:after {
		width: 25%;
	}
	.news92 .pic .img {
		height: 300px;
	}
	.foot91-nav {
		display: none;
	}
	.foot91-r:before {
		display: none;
	}
	.foot91-r {
		width: 100%;
	}
	/*内页*/
	.ibanner {
		height: 250px;
		position: relative;
	}
	.ibanner .ititle1 {
		position: absolute;
		top: 50%;
		left: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);
		width: 350px;
		text-align: center;
		background: rgba(0, 0, 0, .4);
		padding: 20px;
	}
	.ibanner .mainb {
		position: initial;
	}
	.ibread ul {
		width: 100%;
	}
	.ibanner .ititle1 h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.ibanner .ititle1 em {
		display: none;
	}
	.iabout-txt,
	.iabout-pic {
		width: 100%;
	}
	.iabout,
	.ihotpro,
	.ihonor,
	.icaselist,
	.iTnewslist-list,
	.iTnewsdetail-con,
	.imessage {
		padding-top: 20px;
	}
	.iabout-txt h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.itxt {
		line-height: 25px;
	}
	.iintro ul li {
		padding: 20px 15px;
		margin-bottom: 10px;
	}
	.iintro ul li span {
		width: 23%;
		height: 101px;
		line-height: 101px;
	}
	.iintro ul li .con {
		width: 75%;
	}
	.iintro ul li .con p {
		line-height: 25px;
		height: 50px;
	}
	.iintro {
		padding: 20px 0;
	}
	.ipartner {
		padding-bottom: 20px;
	}
	.icontent {
		padding-bottom: 40px;
	}
	.ipartner ul li {
		height: 51px;
	}
	.ihonor li .pic {
		height: 126px;
	}
	.ihonor li h3 {
		background: url(../img/add1.png) no-repeat center right;
		background-size: 25px 25px;
	}
	.ihonor li:hover h3 {
		background: url(../img/add2.png) no-repeat center right;
		background-size: 25px 25px;
	}
	.ibread ul li,
	.ipbread ul span {
		height: 60px;
		line-height: 60px;
	}
	.ipbread ul span {
		display: none;
	}
	.ibread ul li:nth-child(5) + li:after {
		display: block;
	}
	.ibread ul li:nth-child(6) + li:after {
		display: none;
	}
	.ihotpro-l {
		width: 100%;
		height: auto;
		padding: 0;
		text-align: center;
		background: none;
	}
	.ihotpro-l h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.ihotpro-l p,
	.ihotpro-l em,
	.ihotpro-l a {
		display: none;
	}
	.ihotpro-l span {
		margin-bottom: 15px;
	}
	.ihotpro-r {
		width: 100%;
	}
	.iprolist {
		padding-top: 20px;
	}
	.iprolist li .pic {
		height: 150px;
	}
	.iprod-pic {
		width: 100%;
	}
	.iprod-info {
		width: 100%;
		margin-top: 15px;
	}
	.iprod-info h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.iprod-info .con p {
		max-height: 60px;
	}
	.iprod-info .con p span {
		line-height: 30px;
	}
	.iprod-info .tel {
		margin-right: -22px;
		margin-top: -25px;
	}
	.icaselist li .pic {
		height: 170px;
	}
	.icaselist li {
		margin-bottom: 8px;
	}
	.icaselist li .mask .con {
		margin-top: 14%;
		padding: 15px;
		display: none;
	}
	.icaselist li:hover .mask .con {
		display: block;
	}
	.icaselist li .mask h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.iTnewslist-list {
		width: 100%;
	}
	.iTnewslist-list ul li .con p {
		line-height: 25px;
		height: 50px;
	}
	.iTnewslist-list ul li .con h4 {
		margin-top: 10px;
	}
	.iTnewslist-list ul {
		padding-right: 0;
		border-right: none
	}
	.iTnewslist-list ul li {
		padding: 15px 0;
	}
	.iTnewslist-list ul li:first-child {
		padding: 0 0 15px 0;
	}
	.iTnewslist-recom {
		width: 100%;
	}
	.page {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.iTnewslist-recom .news h2,
	.iTnewslist-recom .ma h2 {
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.iTnewslist-recom .news ul li {
		height: 40px;
		line-height: 40px;
	}
	.iTnewslist-recom .ma {
		display: none;
	}
	.iTnewsdetail-con {
		width: 100%;
	}
	.iTnewsdetail-title h2,
	.iWnewsdetail-title .title h2 {
		margin-bottom: 10px;
	}
	.iWnewsdetail-con {
		width: 100%;
	}
	.imessage-info {
		width: 100%;
	}
	.imessage-mes {
		width: 100%;
		margin-top: 0;
	}
}

@media screen and (max-width:640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.slider--item {
		height: 156px;
	}
	.slick-arrow.slick-next:before,
	.slick-arrow.slick-prev:before {
		display: none;
	}
	.ftitle92 h2,
	.pro92-nav p span,
	.ftitle92 h2 span {
		font-size: 22px;
	}
	.pro92-c ul li {
		width: 49.5%;
		margin-bottom: 3px;
		padding: 15px;
	}
	.pro92-c li span {
    width: 85px;
    height: 75px;
    line-height:75px;
}
	.pro92-c li span img {
		width: 70px;
	}
	.pro92-c ul li:nth-child(2n-1) {
		margin-right: 1%;
	}
	.pro92-c ul li:nth-child(2n) {
		margin-right: 0;
	}
	.pro92-c {
		padding-bottom: 15px;
	}
	.pro92-nav {
		border-bottom: none;
		padding-bottom: 0;
	}
	.pro92-nav .more {
		display: none;
	}
	.pro92-nav ul {
		width: 100%;
		margin-left: 0;
	}
	.pro92-nav ul li {
		width: 49.5%;
		margin-right: 1%;
		float: left;
		background: #fafafa;
		margin-bottom: 3px;
	}
	.pro92-nav ul li:nth-child(2n) {
		margin-right: 0;
	}
	.pro92-list {
		margin-top: 10px;
	}
	.pro92-list li:first-child {
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.pro92-list li:first-child .pic {
		height: auto;
	}
	.pro92-list li {
		width: 49.5%;
		margin-bottom: 3px;
	}
	.solve92 ul li {
		margin-bottom: 3px;
		height: 220px;
	}
	.solve92 .con {
		padding: 10px;
		bottom: -60px;
	}
	.solve92 .con h3 {
		margin-bottom: 5px;
	}
	.case92-nav h2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.case92-nav ul {
		width: 100%;
	}
	.case92-nav ul li {
		width: 49.5%;
		margin-right: 1%;
		float: left;
		background: #fafafa;
		margin-top: 3px;
		text-align: center;
	}
	.case92-nav ul li:nth-child(2n) {
		margin-right: 0;
	}
	.case92-list li .mask h3 {
		margin-bottom: 10px;
	}
	.case92-list li .mask p {
		line-height: 25px;
		height: 50px;
	}
	.case92-list li .pic {
		height: 250px;
	}
	.case92 {
		padding: 15px 0;
		height: auto;
	}
	.about92 {
		height: 415px;
	}
	.news92 {
		margin-top: -100px;
	}
	.news92 .mainb {
		padding: 10px;
	}
	.news92 .pic .con {
		padding: 30px;
	}
	.news92 .pic .con p:before,
	.news92 .pic .con p:after {
		display: none;
	}
	.news92 .pic .img {
		height: 200px;
	}
	.news92 .info .more {
		display: none;
	}
	.news92 .info .nav ul {
		width: 100%;
	}
	.news92 .info .nav ul li {
		width: 32%;
		height: 40px;
		line-height: 40px;
		margin-right:0;
	}
	.news92 .info .list ul li:nth-child(2n-1) {
		padding-left: 0px;
		padding-right: 0px;
	}
	.news92 .info .list ul li:nth-child(2n-1) {
		padding-left: 0px;
		padding-right: 0px;
	}
	.news92 .info .list ul li {
		width: 100%;
		padding: 20px 0 20px 0;
	}
	.news92 .info .list li h4 {
		font-size: 32px;
	}
	.foot91-r {
		padding: 0 10px;
	}
	.copyright91 {
    line-height: 25px;
    padding: 10px 0;
	margin-bottom:55px;
}
.mfoot58 {
				width: 100%;
				height: 55px;
				position: fixed;
				bottom: 0;
				z-index: 1080;
				display:block;
			}
			
			.mfoot58:before {
				content: '';
				display: block;
				width: 100%;
				height: 55px;
				overflow: hidden;
				border-radius: 5px;
				position: absolute;
				left: 0;
				bottom: 0;
				background-image: url(../img/swt_bg.png);
				background-position: left bottom;
				background-repeat: no-repeat;
				-webkit-background-size: 100% auto;
				background-size: 100% auto;
			}
			
			.mfoot58 .mfoot58-msg {
				width: 35%;
				float: left;
				text-align: center;
				font-size: 16px;
				color: #3e3e3e;
				display: block;
				height: 55px;
				line-height: 55px;
				position: relative;
				z-index: 1;
			}
			
			.mfoot58 .mfoot58-msg:before {
				content: '';
				display: inline-block;
				width: 25px;
				height: 25px;
				vertical-align: middle;
				margin-right: 10px;
				background-image: url(../img/swt_msg.png);
				background-position: center center;
				background-repeat: no-repeat;
				-webkit-background-size: 100% 100%;
				background-size: 100% 100%;
			}
			
			.mfoot58 .mfoot58-phone {
				display: block;
				width: 57%;
				height: 40px;
				float: right;
				margin-right: 12px;
				position: relative;
				z-index: 1;
				padding-left: 10px;
				/*padding-top: 10px;*/
				margin-top: 5px;
				box-sizing: border-box;
			}
			
			.mfoot58 .mfoot58-phone i,
			.mfoot58 .mfoot58-phone span,
			.mfoot58 .mfoot58-phone strong {
				display: block;
			}
			
			.mfoot58 .mfoot58-phone i {
				position: absolute;
				left: 3px;
				top: 3px;
				width: 30px;
				height: 30px;
				z-index: 2;
				padding: 2px;
			}
			
			.mfoot58 .mfoot58-phone i img {
				display: block;
				width: 100%;
			}
			
			.mfoot58 .mfoot58-phone span,
			.mfoot58 .mfoot58-phone strong {
				width: 100%;
				overflow: hidden;
				position: relative;
				z-index: 2;
			}
			
			.mfoot58 .mfoot58-phone span {
				font-size: 15px;
				color: #fff;
				margin-left: 30px;
				/*margin-top: -8px;*/
			}
			
			.mfoot58 .mfoot58-phone strong {
				font-size: 15px;
				color: #ffffff;
				font-weight: bold;
				letter-spacing: 2px;
				margin-left: 30px;
			}
			
			.mfoot58 .mfoot58-phone:before,
			.mfoot58 .mfoot58-phone:after {
				content: '';
				display: block;
				position: absolute;
				border-radius: 30px;
			}
			
			.mfoot58 .mfoot58-phone:before {
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: #ff4500;
				background: -webkit-linear-gradient(left, #05deec, #ff4500);
				background: linear-gradient(to right, #05deec, #ff4500);
				opacity: 0.7;
			}
			
			.mfoot58 .mfoot58-phone:after {
				left: 0.05333rem;
				right: 0.05333rem;
				top: 0.05333rem;
				bottom: 0.05333rem;
				background: #ff4500;
				z-index: 1;
			}
	.icontent {
		padding-bottom: 23px;
	}
	.ibanner {
		height: 120px;
	}
	.ibanner .mainb {
		display: none;
	}
	.ibread ul li {
		width: 33.33%;
		border-bottom: 1px solid #ccc;
	}
	.ibread2 ul li:nth-child(4):after{
		display:none;
	}
	.ipbread ul li{width:50%;}
	
	.ipbread ul li:nth-child(2n-1) + li:after {
		display: none;
	}
	.ipbread ul li:nth-child(2n) + li:after{
		display: block;
	}
	.ibread ul li,
	.ipbread ul span {
		height: 50px;
		line-height: 50px;
	}
	.iintro ul li {
		width: 100%;
	}
	.ipartner ul li {
		width: 49.5%;
		margin-bottom: 5px;
		height: 78px;
	}
	.ipartner ul li:nth-child(2n) {
		margin-right: 0;
	}
	.ihonor li {
		width: 49.5%;
	}
	.ihonor li:nth-child(2n) {
		margin-right: 0;
	}
	.ihonor li:nth-child(2n-1) {
		margin-right: 1%;
	}
	.ihonor li:nth-last-child(-n+4) {
		margin-bottom: 20px;
	}
	.ihonor li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	/* .ipbread ul li:nth-child(3n-2) + li:after {
		display: none;
	} */
	/* .ipbread ul li:nth-child(6) + li:after,
	.ipbread ul li:nth-child(3) + li:after {
		display: block;
	} */
	.ihotpro-r .con .pic {
		width: 100%;
		height:auto;
	}
	.ihotpro-r .con .txt {
		width: 100%;
		padding: 20px 20px 0 20px;
	}
	.ihotpro-r .con .txt a {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.ihotpro-r ul {
		display: none;
	}
	.iprolist li {
		width: 49.5%;
		padding: 5px;
		box-shadow: none;
		margin-bottom: 5px;
	}
	.iprolist li:nth-child(2n) {
		margin-right: 0;
	}
	.iprolist li:nth-child(2n-1) {
		margin-right: 1%;
	}
	.iprolist li .con .more {
		width: 135px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 0;
	}
	.iprolist li .con p {
		margin-bottom: 10px;
	}
	.iprolist li:nth-last-child(-n+3) {
    margin-bottom: 0px;
}
	.iprolist li:nth-last-child(-n+2) {
		margin-bottom: 0px;
	}
	.iprodetail-top {
		padding: 10px;
	}
	.iprod-info {
		margin-top: 10px;
	}
	.iprod-info h2 {
		font-size: 22px;
	}
	.iprod-info .tel p {
		width: 100%;
	}
	.iprod-info .tel {
		margin-right: -12px;
		margin-top: -23px;
	}
	.iprod-info .tel .more {
		display: none;
	}
	.icaselist li {
		width: 49.5%;
		margin-bottom: 5px;
	}
	.icaselist li:nth-child(2n) {
		margin-right: 0;
	}
	.icaselist li:nth-child(2n-1) {
		margin-right: 1%;
	}
	.icaselist li .pic {
		height: 126px;
	}
	.iTnewslist-list ul li .pic {
		width: 100%;
		height: auto;
	}
	.iTnewslist-list ul li .con {
		width: 100%;
	}
	.iTnewsdetail-title h2, .iWnewsdetail-title .title h2 {
    margin-bottom: 3px;
}
.iTnewsdetail-title .info em{line-height:normal;margin-top:5px;}
.iTnewsdetail-title .info a{margin-top:0;}
.iWnewslist li{width: 100%;}
.iWnewslist li:nth-last-child(-n+3){margin-bottom: 50px;}
.iWnewslist li:nth-last-child(-n+1){margin-bottom: 0;}
.iWnewsdetail-title span{display: none;}
.iWnewsdetail-title .title{width: 100%;}
.iWnewsdetail-title .title em{margin-top: 5px;}
.iWnewsdetail-con {
    padding-top: 15px;
}
.imessage-info{padding: 30px 20px;}
.imessage-info p {
    line-height: 35px;
}
.ilycon_li:nth-child(5) {

    width: 100%;
    margin-top: 10px;
}
.ilycon_btn {
    margin-top: 20px;
    float: left;
}
.imessage-mes{padding: 20px;}
}