﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html,
body {
	font-family: "microsoft yahei";
	font-size: 18px;
	margin: auto;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	display: block;
}


/* a:hover {
	color: #F5BC17;
} */

ul,
li {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
}

.mainb {
	width: 90%;
	margin: 0 auto;
}

.pat30 {
	padding-top: 30px;
}

.pat3b2 {
	padding: 30px 0 20px;
}

.ovflw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mfoot {
	display: none;
}


/* 000000000000000000000000000000000000000000000000000000000 */

.ftitle46 {
	padding: 30px 0 20px 0;
}

.ftitle46 h2 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 3px;
	position: relative;
}

.ftitle46 h2:before,
.ftitle46 h2:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #d0caca;
	width: 39%;
	height: 1px;
}

.ftitle46 h2:before {
	left: 0;
}

.ftitle46 h2:after {
	right: 0;
}

.ftitle46 em {
	font-size: 62px;
	margin-top: -62px;
	background: linear-gradient(to bottom, rgba(220, 72, 72, 0.3), rgb(230, 230, 230, 1), rgba(255, 255, 255, 0.1));
	-webkit-background-clip: text;
	color: transparent;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}

.ftitle46 span {
	width: 37px;
	height: 9px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.ftitle46 span:before,
.ftitle46 span:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #e6212a;
	top: 0;
}

.ftitle46 span:before {
	left: 0;
	animation: alltitle 3s infinite;
}

.ftitle46 span:after {
	right: 0;
	animation: alltitri 3s infinite;
}

.ftitle46 i {
	width: 30px;
	height: 1px;
	background: #e6212a;
	position: relative;
	top: 4px;
	left: 50%;
	margin-left: -15px;
	animation: alltiti 1.5s infinite;
	display: block;
}

@keyframes alltitle {
	0% {
		left: 0;
		opacity: 1;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		left: calc(100% - 9px);
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		left: calc(0);
		opacity: 1;
	}
}

@keyframes alltitri {
	0% {
		right: 0;
		opacity: 1;
	}
	25% {
		opacity: 0.5;
	}
	50% {
		right: calc(100% - 9px);
		opacity: 1;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		right: calc(0);
		opacity: 1;
	}
}

@keyframes alltiti {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*头部开始*/

.header46 {
	width: 100%;
	background: url(../imgg/top46_bj.png);
}

.header46_logo {
	width: 20%;
	height: 100px;
	/* line-height: 100px; */
}

.header46_logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.header46_logo img {
	/*  display: inline-block;
    vertical-align: middle; */
	height: 94%;
	width: auto;
	margin-top: 3px;
}

.header46_nav {
	width: 75%;
	position: relative;
}

.header46_tel {
	float: right;
	height: 45px;
	line-height: 45px;
	/*font-size: 26px;
	color: #656363;
	*/
	overflow: hidden;
	/* white-space: nowrap;
text-overflow: ellipsis; */
}

.header46_tel a {
	position: relative;
	color: #656363;
	margin-left: 10px;
	display: inline-block;
}

.header46_tel a:before {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../imgg/head46_tel.png);
	background-size: 100% 100%;
}


/*.header46_tel span {
	position: relative;
}

.header46_tel span:before {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../imgg/head46_tel.png);
	background-size: 100% 100%;
}

.header46_tel em {
	font-style: normal;
	margin: 0 10px;
}*/

.header46_nav ul {
	background: #CC0001;
	/*position: relative;*/
}

.header46_nav ul:before {
	position: absolute;
	content: '';
	left: -55px;
	bottom: 0;
	border-width: 55px;
	border-style: solid;
	border-color: transparent transparent #cc0001 transparent;
}

.header46_nav ul:after {
	position: absolute;
	content: '';
	width: 100%;
	right: -100%;
	height: 55px;
	bottom: 0;
	background: #cc0001;
}

.header46_nav ul li {
	width: 12.5%;
	float: left;
	border-right: 1px dashed #f33333;
	box-sizing: border-box;
	position: relative;
}

.header46_nav li a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	padding: 0 5px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header46_nav .dropdown46 {
	width: 130%;
	position: absolute;
	top: 55px;
	left: 0;
	background: rgba(0, 0, 0, .7);
	display: none;
	z-index: 11;
}

.header46_nav ul li:hover .dropdown46 {
	display: block;
}

.header46_nav .dropdown46 a {
	border-bottom: 1px dashed #ccc;
}

.header46_nav .dropdown46 a:hover {
	background: #CC0001;
}

.active {
	background: #242e42;
}

.header46_logo .mmenu {
	display: none;
}


/*头部结束*/


/*banner开始*/

.g-in {
	width: 1400px;
	margin: 0 auto;
}

.banner46 {
	position: relative;
	width: 100%;
}

.bannerSJ {
	display: none;
}

.banner46 .bannerTxt {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	transform: translateY(-150%);
	box-sizing: border-box;
	padding-left: 56px;
}

.banner46 .bannerTxt .sp1 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 30px;
}

.banner46 .bannerTxt .sp1:before {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.banner46 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner46 img {
	width: 100%;
	transition: all 3s;
}

.banner46 .swiper-slide {
	overflow: hidden;
}

.banner46 .bannerTxt {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 31%;
}

.banner46 .bannerTxt .txt {
	width: 50%;
	color: #fff;
}

.banner46 .bannerTxt .txt .intit {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	letter-spacing: 2px;
}

.banner46 .bannerTxt .txt .inbod {}

.banner46 .bannerTxt .txt .inbod .d1 {
	font-size: 24px;
	margin: 30px 0px 6px;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s 0.2s;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

.banner46 .bannerTxt .txt .inbod .d2 {
	font-size: 20px;
	font-weight: lighter;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s 0.4s;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	letter-spacing: 2px;
}

.banner46 .swiper-slide-active .bannerTxt .txt .intit {
	transform: translateY(0px);
	opacity: 1;
}

.banner46 .swiper-slide-active .bannerTxt .txt .inbod .d1 {
	transform: translateY(0px);
	opacity: 1;
}

.banner46 .swiper-slide-active .bannerTxt .txt .inbod .d2 {
	transform: translateY(0px);
	opacity: .8;
}

.banner46 .anniu {
	position: absolute;
	width: 100%;
	bottom: 10%;
	z-index: 1;
}

.banner46 .anniu .g-in {
	position: relative;
}

.banner46 .anniu .pageOn {
	position: static;
	font-family: Bell MT;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 46px;
	position: relative;
	margin-top: 36px;
	margin-left: 36px;
}

.banner46 .anniu .pageOn:before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}

.banner46 .anniu .pageOn span {
	background-color: transparent;
}

.banner46 .anniu .pageOn .swiper-pagination-total {
	font-size: 20px;
}

.banner46 .anniu .pageOn em {
	font-size: 20px;
}

.banner46 .anniu .btnG {
	width: 164px;
	position: relative;
}

.banner46 .anniu .btnG .play {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 0px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
}

.banner46 .anniu .btnG .play:hover {
	background-color: #0068b7;
	border-color: #0068b7;
}

.banner46 .anniu .btnG .play:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -4px;
	background: url(../imgg/st.png) center no-repeat;
}

.banner46 .anniu .btnG .play.puse:before {
	background: none;
	width: 0px;
	height: 0px;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 0px;
	margin-top: -8px;
	margin-left: -3px;
}

.banner46 .anniu .btn {
	position: static;
	width: 40px;
	height: 40px;
	margin: 0px;
	border-radius: 100%;
	transition: all 0.3s;
}

.banner46 .anniu .prev {
	float: left;
	background: url(../imgg/baprev.png) center no-repeat;
	background-color: #fff;
}

.banner46 .anniu .prev:hover {
	transform: translateX(-10px);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.banner46 .anniu .next {
	float: right;
	background: url(../imgg/banext.png) center no-repeat;
	background-color: #fff;
}

.banner46 .anniu .next:hover {
	transform: translateX(10px);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}


/*banner结束*/


/*产品开始*/

.pro46_box {
	width: 100%;
	/*padding: 40px 0;*/
	background: url(../imgg/three.jpg);
	padding-bottom: 40px;
}

.pro46_nav li {}

.pro46_nav li a {
	color: #000;
}

.pro46_nav li:first-child,
.pro46_nav li:nth-child(7) {
	margin-left: 0;
}

.pro46_nav .btn {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 15.6%;
	margin-left: 1%;
	margin-bottom: 1%;
}

.pro46_nav .btn span {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	transition: 0.3s;
}

.pro46_nav .btn-2::before {
	position: absolute;
	content: "";
	background-color: rgb(204, 0, 1);
	transition: 0.3s ease-out;
}

.pro46_nav .btn-2 span {
	color: rgb(129, 129, 129);
	border: 1px solid rgb(129, 129, 129);
	transition: 0.2s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro46_nav .btn-2 span:hover {
	color: rgb(255, 255, 255);
	transition: 0.2s 0.1s;
}

.pro46_nav .btn-2 span:hover a {
	color: rgb(255, 255, 255);
}

.pro46_nav .btn.hover-slide-down::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 0%;
	width: 100%;
}

.pro46_nav .btn.hover-slide-down:hover::before {
	position: absolute;
	content: "";
	height: 92%;
}

.pro46_con {
	width: 100%;
}

.pro46_con_top {
	width: 100%;
}

.pro46_con_top li {
	width: 32.66%;
	margin-left: 1%;
	float: left;
}

.pro46_con_top li:first-child {
	margin-left: 0;
}

.pro46_top_img {
	width: 50%;
	height: 259px;
	overflow: hidden;
}

.pro46_top_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.pro46_top_img img:hover {
	transform: scale(1.2);
}

.pro46_top_txt {
	width: 50%;
	height: 259px;
	background: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
}

.pro46_top_txt h3 {
	font-size: 20px;
	letter-spacing: 2px;
}

.pro46_top_txt h3 a {
	color: #242e42;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro46_top_txt h3:hover {
	margin-left: 10px;
	transition: all 0.6s;
}

.pro46_top_txt em {
	display: block;
	width: 55px;
	height: 4px;
	background: #CC0001;
	margin: 10px 0;
}

.pro46_top_txt p {
	color: #888;
	line-height: 35px;
	height: 70px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro46_top_more {
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	border-radius: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
	color: #333;
	background-color: #fff;
	border: 1px solid #ffc107;
	text-align: center;
	box-sizing: border-box;
}

.pro46_top_more:hover {
	border: 1px solid #ffc107;
	background-color: #ffc107;
	color: #fff;
}

.pro46_top_more:after {
	background: #FFF;
	border: 0px solid #ffc107;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .8;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	width: 50px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 1;
}

.pro46_top_more:hover:after {
	background: #FFF;
	border: 20px solid #ffc107;
	opacity: 0;
	left: 120%;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.pro46_con_bot {
	width: 100%;
	margin-top: 20px;
}

.pro46_con_bot li {
	width: 19.2%;
	height: 304px;
	margin-left: 1%;
	margin-bottom: 10px;
	float: left;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.pro46_con_bot li a {
	width: 100%;
	height: 100%;
}

.pro46_con_bot li:first-child,
.pro46_con_bot li:nth-child(6) {
	margin-left: 0;
}

.pro46_bot_img {
	width: 100%;
	height: 100%;
}

.pro46_bot_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro46_bot_mask {
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	box-sizing: border-box;
	transition: all 0.6s;
}

.pro46_bot_mask h3 {
	width: 88%;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro46_bot_mask h3 em {
	display: inline-block;
	width: 30px;
	height: 30px;
	float: right;
}

.pro46_bot_mask h3 em img {
	vertical-align: middle;
	display: inline-block;
}

.pro46_bot_mask p {
	margin-top: 20px;
	color: #fff;
	line-height: 35px;
	height: 70px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro46_bot_mask .h {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 35px;
	margin-top: 50px;
}

.pro46_bot_mask .h img {
	vertical-align: middle;
	display: inline-block;
	margin-left: 8px;
}

.pro46_con_bot li:hover .pro46_bot_mask {
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(204, 0, 1, .8);
	padding: 30px;
}

.pro46_con_bot li:hover .pro46_bot_mask h3 {
	background: none;
	width: 100%;
}

.pro46_con_bot li:hover .b {
	display: none;
}


/*产品结束*/


/*公司简介开始*/

.about46_box {
	width: 100%;
	background: url(../imgg/about46_bj.jpg) no-repeat center top;
	background-size: 100% 100%;
	color: #fff;
}

.about46_mask {
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	padding-top: 40px;
}

.about46_box h2 {
	width: 100%;
	text-align: center;
	height: 55px;
	line-height: 55px;
	letter-spacing: 2px;
	font-size: 34px;
}

.about46_box p {
	text-indent: 2em;
	margin: 30px 0;
	line-height: 35px;
	height: 140px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.about46_box em {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
}

.about46_box em img {}

.about46_bot {
	margin-top: 50px;
	border-top: 1px solid #5a5959;
	background: rgba(0, 0, 0, .6);
	padding: 40px 0;
}

.about46_adv {
	width: 25%;
}

.about46_adv p {
	font-size: 24px;
	height: 35px;
	text-indent: inherit;
	margin: 0;
}

.about46_adv span {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}

.about46_adv i {
	font-style: normal;
	font-size: 16px;
}

.about46_adv em {
	width: auto;
	height: auto;
	font-style: normal;
	margin-top: 0;
}

.about46_bot ul {
	width: 75%;
	float: right;
	background: url(../imgg/about_lc_bj.png) repeat-x 0px 76px;
}

.about46_bot ul li {
	width: 25%;
	float: left;
}

.about46_bot ul li span {
	font-size: 17px;
	text-align: center;
	display: block;
}

.about46_bot ul li p {
	text-indent: inherit;
	margin: 0;
	height: 35px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
}

.about46_bot ul li em {
	width: 16px;
	height: 16px;
	margin-top: 11px;
}

.about46_bot ul li em img {}

.about46_bot ul li i {
	width: 50px;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
}

.about46_bot ul li i img {}


/*公司简介结束*/


/*案例开始*/

.case46_box {
	background: url(../imgg/case46_bj.jpg);
	padding-bottom: 40px;
}

.case46_box .slideTxtBox {
	width: 100%;
	box-sizing: border-box;
}

.case46_box .slideTxtBox .hd {}

.case46_box .slideTxtBox .hd ul {
	width: 100%;
	text-align: center;
}

.case46_box .slideTxtBox .hd ul li {
	display: inline-block;
	margin: 0 2%;
}

.case46_box .slideTxtBox .hd ul li.on {}

.case46_box .slideTxtBox .hd ul li a {
	width: 300px;
	height: 55px;
	line-height: 55px;
	/*margin-top: 30px;*/
	border-radius: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
	color: #333;
	/*background-color: #fff;*/
	border: 1px solid #ffc107;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case46_box .slideTxtBox .hd ul li a:hover {
	border: 1px solid #ffc107;
	background-color: #ffc107;
	color: #fff;
}

.case46_box .slideTxtBox .hd ul li a:after {
	background: #FFF;
	border: 0px solid #ffc107;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .8;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	width: 50px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 1;
}

.case46_box .slideTxtBox .hd ul li a:hover:after {
	background: #FFF;
	border: 20px solid #ffc107;
	opacity: 0;
	left: 120%;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.case46_box .slideTxtBox .bd ul {
	margin-top: 30px;
}

.case46_con li {
	width: 24.25%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
	position: relative;
}

.case46_con li:first-child,
.case46_con li:nth-child(5) {
	margin-left: 0;
}

.case46_img {
	width: 100%;
	height: 385px;
	overflow: hidden;
}

.case46_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s;
}

.case46_con li:hover .case46_img img {
	transform: scale(1.2);
}

.case46_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}

.case46_txt h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 23%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* padding: 0 20px;
	line-height:30px;
	height: 60px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; */
}

.case46_txt h3 i {
	display: inline-block;
	margin: 0 10px;
}

.case46_txt em {
	width: 40px;
	height: 3px;
	display: block;
	margin: 30px auto;
	background: #fff;
}

.case46_more,
.case46_about {
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	border: 2px solid rgba(255, 255, 255, .5);
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.case46_more {
	margin-left: 15%;
}

.case46_about {
	margin-right: 15%;
}

.case46_more:hover,
.case46_about:hover {
	border: 2px solid #CC0001;
	background: #CC0001;
	transition: all .6s;
}


/*案例结束*/


/*广告条开始*/


/*广告条结束*/


/*新闻开始*/

.news46 {
	width: 100%;
	background: url(../imgg/img_11.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.news46_l {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.news46_l_img {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.news46_l_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.news46_l_img img:hover {
	transform: scale(1.1);
}

.news46_l h3,
.news46_r li h3 {
	margin: 20px 0;
	font-size: 20px;
	letter-spacing: 2px;
	height: 30px;
	line-height: 35px;
	color: #242e42;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news46_l p,
.news46_r li p {
	color: #555;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
}

.news46_more {
	border-top: 1px solid #ccc;
	height: 35px;
	line-height: 35px;
	padding-top: 10px;
	color: #888;
}

.news46_more a {
	color: #888;
	display: inline-block;
	margin-right: 20px;
}

.news46_more span {
	color: #888;
}

.news46_r {
	width: 73%;
	margin-left: 2%;
}

.news46_r li {
	width: 49%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
	background: #fff;
	box-sizing: border-box;
}

.news46_r li:first-child,
.news46_r li:nth-child(3) {
	margin-left: 0;
}

.news46_r li>a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0.1px 20px 20px 20px;
	box-sizing: border-box;
}

.news46_r_img {
	background: url(../imgg/news46_libj.jpg);
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
	transition: all .6s;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
	display: block;
	width: 100%;
	height: 215px;
}

.news46_r li a:hover {
	background-color: #0075c2;
}

.news46_r li a:hover h3,
.news46_r li a:hover p,
.news46_r li a:hover .news46_more,
.news46_r li a:hover .news46_more span {
	color: #fff;
}

.news46_r li a:hover .news46_r_img {
	opacity: .2;
}

.news46_r li h3 {}

.news46_r li p {
	/*margin-bottom: 20px;*/
}

. {}

.news46_r .news46_more span {
	margin-left: 20px;
}


/*新闻结束*/


/*解决方案开始*/

.solve46_box {
	background: url(../imgg/solve46_bj.png);
	padding-bottom: 40px;
}

.solve46_con {}

.solve46_con li {
	width: 19.2%;
	overflow: hidden;
	margin-left: 1%;
	float: left;
	position: relative;
}

.solve46_con li:first-child {
	margin-left: 0;
}

.solve46_con li .imga {
	position: relative;
}

.solve46_con li .imga img,
.solve46_con li .imgb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solve46_con li .imga h3 {
	width: calc(100% - 40px);
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 18px;
	box-sizing: border-box;
	color: #ffffff;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.solve46_con li .imgb {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	transition: all .5s ease;
	transform: translateX(-100%);
}

.solve46_con li.active {
	width: 19.2%;
}

.solve46_con li.active .imgb {
	transform: translateX(0);
}

.solve46_con li .imgb .wz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	padding: 30px 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .5);
}

.solve46_con li .imgb .wz h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bolder;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.solve46_con li .imgb .wz .info {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 15px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.solve46_con li .imgb .wz h5 {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.solve46_con li .imgb .wz p {
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #ffffff;
	background: #CC0001;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}


/*解决方案结束*/


/*尾部开始*/

.link46 {
	background: #323232;
	padding: 20px 0;
	border-bottom: 1px solid #848181;
}

.footer46_logo {
	width: 15%;
}

.footer46_logo img {
	width: 100%;
}

.link46_list {
	width: 65%;
	margin-left: 5%;
	color: #bbb;
}

.link46_list h3 {
	/*border-bottom: 1px solid #bbb;*/
	padding-bottom: 5px;
	position: relative;
}

.link46_list h3:before {
	vertical-align: middle;
	width: 30px;
	height: 29px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../imgg/link46.png);
	background-size: 100% 100%;
}

.link46_list a {
	color: #bbb;
	padding: 5px 10px;
	line-height: 35px;
	/*position: relative;*/
	display: inline-block;
}

.link46_list a:after {
	content: "/";
	margin-left: 10px;
}

.footer46_tel {
	width: 15%;
	color: #bbb;
	text-align: right;
}

.footer46_tel p {
	line-height: 35px;
}

.footer46_tel span {
	font-size: 26px;
	color: #FFC107;
}

.footer46 {
	width: 100%;
	background: #323232;
	padding: 40px 0 30px 0;
}

.footer46_nav {
	width: 85%;
}

.footer46_nav li {
	/*width: 20%;
	float: left;
	color: #ccc;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	box-sizing: border-box;*/
	width: 20%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.footer46_nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #494949;
	width: 1px;
	height: 100%;
}

.footer46_nav li:after {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	background: #cc0001;
	width: 3px;
	height: 35px;
}

.footer46_nav li h3 {
	/*margin-bottom: 10px;*/
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	color: #e4e3e3;
	/*position: relative;*/
}

.footer46_nav li h3:after {
	/*content: '';
	position: absolute;
	bottom: 0;
	left:40%
	background: #494949;
	width: 17%;
	height: 2px;*/
}

.footer46_nav li a {
	/*color: #ccc;
	display: block;*/
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #848181;
}

.footer46_nav li a:before,
.footer46_nav li a:after {
	content: "-";
	margin: 0 2px;
}

.footer46_nav li a:hover {
	color: #cc0001;
}

.footer46_ma {
	width: 15%;
	color: #848181;
}

.footer46_ma ul {
	width: 100%;
}

.footer46_ma ul li {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.footer46_ma li img {
	width: 70%;
	margin: 0 auto;
}

.footer46_ma li span {
	text-align: center;
	display: block;
	line-height: 35px;
}

.footer46_ma p {
	line-height: 35px;
}

.footer46_ma p marquee {
	width: 250px;
	display: inline-flex;
}

.copyright46 {
	background: #191919;
	text-align: center;
}

.copyright46 p {
	line-height: 35px;
	display: inline-block;
	color: #666;
}

.copyright46 a {
	color: #666;
	display: inline-block;
}

.copyright46 a:hover {
	color: #CC0001;
}

.mfooter46 {
	display: none;
}


/*尾部结束*/


/*右侧悬浮菜单*/

.slide {
	width: 50px;
	height: 250px;
	position: fixed;
	top: 50%;
	margin-top: -126px;
	background: #cc0001;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}

.slide ul {
	list-style: none;
}

.slide .icon li {
	width: 49px;
	height: 50px;
	background: url(../imgg/icon1.png) no-repeat;
}

.slide .icon .up {
	background-position: -330px -120px;
}

.slide .icon li.qq {
	background-position: -385px -73px;
}

.slide .icon li.tel {
	background-position: -385px -160px;
}

.slide .icon li.wx {
	background-position: -385px -120px;
}

.slide .icon li.down {
	background-position: -330px -160px;
}

.slide .info {
	top: 50%;
	height: 147px;
	position: absolute;
	right: 100%;
	background: #cc0001;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-radius: 4px 0 0 4px;
}

.slide .info.hover {
	width: 145px;
}

.slide .info li {
	width: 145px;
	color: #fff;
	text-align: center;
}

.slide .info li p {
	font-size: 15px;
	line-height: 25px;
	padding: 15px;
	text-align: left;
}

.slide .info li.qq p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 5px;
}

.slide .info li.qq p a:hover {
	color: #FFFFFF;
	border: none;
	background: #e49c9d;
}

.slide .info li div.img {
	height: 100%;
	background: #DEFFF9;
	margin: 15px;
}

.slide .info li div.img img {
	width: 100%;
	height: 100%;
}


/*控制菜单的按钮*/

.index_cy {
	width: 30px;
	height: 30px;
	background: url(../imgg/index_cy.png);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: 140px;
	background-position: 62px 0;
	cursor: pointer;
}

.index_cy2 {
	width: 30px;
	height: 30px;
	background: url(../imgg/index_cy.png);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: 140px;
	background-position: 30px 0;
	cursor: pointer;
}


/*自适应 当屏小于1050时隐藏*/

@media screen and (max-width: 1050px) {
	.slide {
		display: none;
	}
	#btn {
		display: none;
	}
}


/* 00000000000000000000000000000000000000000000000000000000000 */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ftitle45 {
	width: 100%;
	padding: 40px 0;
	position: relative;
}

.ftitle45 span {
	font-size: 40px;
	line-height: 25px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	display: block;
	letter-spacing: 8px;
	margin-bottom: 10px;
	color: #CC0001;
	font-weight: bold;
	z-index: 2;
}

.ftitle45 span:before,
.ftitle45 span:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #aba8a8;
	width: 40%;
	height: 2px;
}

.ftitle45 span:before {
	left: 0;
}

.ftitle45 span:after {
	right: 0;
}

.ftitle45 i {
	display: block;
	width: 30px;
	margin: 0 auto;
}

.ftitle45 i img {}

.ftitle45 h2 {
	position: absolute;
	top: 4px;
	left: 41%;
	font-size: 70px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #eee;
}

.ftitle45 p {
	color: #888;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*===========================*/

.about45_box {
	padding: 40px 0;
}


/*头部开始*/

.header45 {
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	background: #CC0001 url(../imgg/top_bj.png);
}

.header45_top {
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	background: #fbfbfb url(../imgg/top_bj.png);
}

.header45_top p {
	float: left;
	color: #888;
	display: inline-block;
}

.header45_top ul {
	float: right;
}

.header45_top ul li {
	display: inline-block;
	margin: 0 10px;
}

.header45_top ul li a {
	color: #888;
	border-left: 1px solid #888;
	padding-left: 15px;
}

.header45_top ul li:first-child a {
	border-left: 0;
}

.header45_logo {
	width: 15%;
	height: 90px;
	line-height: 90px;
}

.header45_logo img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.header45 .header45_nav {
	width: 68%;
	margin: 0 1%;
}

.header45 .header45_nav li {
	width: 12.5%;
	float: left;
	position: relative;
	background: url(../imgg/navli.png) 0 center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
}

.header45 .header45_nav li:first-child {
	background: none;
	margin-left: 0;
}

.header45 .header45_nav li:first-child:before {
	display: none;
}

.header45 .header45_nav li>a {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 22px;
	text-align: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
}

.header45 .header45_nav li>a:hover {
	background: none;
}

.header45 .header45_nav li>a:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	background-color: #333;
	left: 50%;
	top: 0px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.header45 .header45_nav li.another>a,
.header45 .header45_nav li:hover>a {
	color: #fff;
}

.header45 .header45_nav li.another a:before,
.header45 .header45_nav li:hover a:before {
	width: 100%;
	left: 0;
}

.header45 .header45_nav li:hover .sec {
	height: auto;
}

.header45 .header45_nav li:hover .secs {
	height: auto;
}

.header45 .sec {
	min-width: 100%;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(204, 0, 1, 0.6);
	display: none;
}

.header45 .sec a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
	line-height: 55px;
	height: 55px;
	color: #fff;
	padding: 0 10px;
	font-size: 20px;
	text-align: center;
}

.header45 .sec a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.header45 .secs {
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -340px;
	padding: 36px 0 36px 40px;
	width: 630px;
	display: none;
	background: rgba(35, 130, 222, 0.85);
	text-align: left;
}

.header45 .secs:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.header45 .secs .navPic {
	float: left;
	width: 315px;
}

.header45 .secs .navPic .pic {
	width: 100%;
	display: block;
	min-height: 160px;
}

.header45 .secs .navPic .pic img {
	width: 100%;
	display: block;
}

.header45 .secs .navPic h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin: 20px 0 4px 0;
	line-height: 2;
}

.header45 .secs .navPic p {
	font-size: 16px;
	color: #fff;
}

.header45 .secs ul {
	float: right;
	width: 230px;
}

.header45 .secs ul > li {
	background: none;
}

.header45 .secs ul > li > a {
	display: block;
	text-align: left;
	line-height: 24px;
	margin-top: 16px;
	color: #fff;
	padding: 0 30px 0 20px;
	background: url(../images/nav_icon01.png) 0 7px no-repeat;
	font-size: 14px;
}

.header45 .secs ul > li > a:hover {
	color: #fff;
	background: url(../images/nav_icon02.png) 0 7px no-repeat;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.header45 .secs ul > li:first-child > a {
	margin-top: 0;
}

.header45 .secs ul > li:hover .nlayer2 {
	height: auto;
	visibility: visible;
	transform: perspective(400px) rotateY(0);
	-webkit-transform: perspective(400px) rotateY(0);
	-moz-transform: perspective(400px) rotateY(0);
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(1) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.2s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(2) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.24s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(3) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.28s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(4) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.32s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(5) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.36s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(6) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.4s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(7) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.44s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(8) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.48s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(9) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.52s;
}

.header45 .secs ul > li:hover .nlayer2 a:nth-child(10) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.56s;
}

.header45 .secs .nlayer2 {
	position: absolute;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 36px;
	left: 100%;
	width: 260px;
	padding: 36px 10px 36px 20px;
	height: 100%;
	visibility: hidden;
	top: 0;
	background: rgba(35, 130, 222, 0.85);
	border-left: 1px rgba(255, 255, 255, 0.1) solid;
	transform-origin: left;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform: perspective(400px) rotateY(90deg);
	-webkit-transform: perspective(400px) rotateY(90deg);
	-moz-transform: perspective(400px) rotateY(90deg);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.header45 .secs .nlayer2 .nlayer2Box {
	overflow-y: auto;
	padding-right: 10px;
	height: 100%;
}

.header45 .secs .nlayer2 a {
	display: block;
	line-height: 24px;
	margin-top: 16px;
	background: url(../images/nav_icon01.png) 0 7px no-repeat;
	color: #fff;
	padding-left: 20px;
	position: relative;
	left: 0;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.header45 .secs .nlayer2 a:first-child {
	margin-top: 0;
}

.header45 .secs .nlayer2 a:hover {
	background: url(../images/nav_icon02.png) 0 7px no-repeat;
	left: 5px;
}

.header45 .secs li.nlayer1:hover .nlayer2 {
	height: 100%;
	visibility: visible;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.2s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.24s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.28s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.32s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.36s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.4s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.44s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.48s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.52s;
}

.header45 .secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
	animation: menu1 0.3s ease-in-out forwards;
	animation-delay: 0.56s;
}

.header45_tel {
	width: 15%;
	color: #fff;
	margin-top: 17px;
	padding-left: 60px;
	box-sizing: border-box;
	background: url(../imgg/header_tel.png) no-repeat left center;
}

.header45_tel span {}

.header45_tel span i {
	/*font-style: normal;*/
	display: block;
	line-height: 35px;
	font-size: 30px;
}

@keyframes menu1 {
	0% {
		opacity: 0;
		transform: translateX(-8px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.push-nav,
.bg-nav {
	display: none;
}


/* .header45 .push-nav { display: block; position: absolute; top: 0; right: 0; z-index: 998; width: 56px; height: 60px; }
.header45 .push-nav .nav-toggle { display: block; position: absolute; left: 50%; top: 50%; border: 0; background-image: none; border-radius: 4px; cursor: pointer; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.header45 .push-nav .nav-toggle span { display: block; position: relative; z-index: 1; width: 36px; height: 3px; margin-bottom: 8px; background: #5d5d5e; border-radius: 3px; -webkit-transform-origin: 33px; transform-origin: 33px; -webkit-transition: all .5s; transition: all .5s; }
.header45 .push-nav .nav-toggle span:nth-child(3) { margin-bottom: 0; }
.header45 .push-nav.on .nav-toggle span { opacity: 1; background: #20ae9e; }
.header45 .push-nav.on .nav-toggle span:nth-child(3) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header45 .push-nav.on .nav-toggle span:nth-child(2) { -webkit-transform: scale(0); transform: scale(0); }
.header45 .push-nav.on .nav-toggle span:nth-child(1) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.header45 .bg-nav { display: none; position: fixed; top: 0; left: 0; z-index: 996; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); animation: fade-in .43s ease 0s; -webkit-animation: fade-in .43s ease 0s; } */


/*头部结束*/


/*banner开始*/

.lb-box {
	width: 100%;
	height: 933px;
	/* margin: 15px auto; */
	position: relative;
	overflow: hidden;
}

.lb-content {
	width: 100%;
	height: 100%;
}

.lb-item {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

.lb-item > a {
	width: 100%;
	height: 100%;
	display: block;
}

.lb-item > a > img {
	width: 100%;
	height: 100%;
}

.lb-item > a > span {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
}

.lb-item.active {
	display: block;
	left: 0%;
}

.lb-item.active.left {
	left: -100%;
}

.lb-item.active.right {
	left: 100%;
}

.lb-item.next,
.lb-item.prev {
	display: block;
	position: absolute;
	top: 0px;
}

.lb-item.next {
	left: 100%;
}

.lb-item.prev {
	left: -100%;
}

.lb-item.next.left,
.lb-item.prev.right {
	left: 0%;
}

.lb-sign {
	position: absolute;
	right: 10px;
	top: 20px;
	padding: 5px 3px;
	border-radius: 6px;
	list-style: none;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.lb-sign li {
	width: 22px;
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	float: left;
	color: #aaa;
	margin: auto 4px;
	border-radius: 3px;
	cursor: pointer;
}

.lb-sign li:hover {
	color: #fff;
}

.lb-sign li.active {
	color: #000;
	background-color: #EBEBEB;
}

.lb-ctrl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	font-weight: 900;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.1s linear;
}

.lb-ctrl.left {
	left: -50px;
}

.lb-ctrl.right {
	right: -50px;
}

.lb-box:hover .lb-ctrl.left {
	left: 10px;
}

.lb-box:hover .lb-ctrl.right {
	right: 10px;
}

.lb-ctrl:hover {
	background-color: #000;
}


/*banner结束*/


/*产品开始*/

.pro45_box {
	width: 100%;
	padding: 40px 0;
	background: url(../imgg/probg.png) no-repeat center top;
	background-size: 100% 100%;
}

.pro45_nav {}

.btn {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin-left: 1%;
	margin-bottom: 1%;
	width: 15.26%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn:hover span {
	color: #fff;
}

.btn:nth-child(6),
.btn:nth-child(12) {
	/* margin-right: 1%; */
}

.btn span {
	position: relative;
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12.5px 10px;
	text-align: center;
	transition: 0.3s;
	box-sizing: border-box;
}

.btn-5 span {
	color: rgb(28, 31, 30);
	border: 2px solid rgb(249, 211, 27);
	transition: 0.2s;
}

.btn-5 span:hover {
	background-color: rgb(203, 13, 13);
}

.pro45_nav .hover-border-11:before,
.pro45_nav .hover-border-11:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: rgb(160, 157, 157);
	z-index: 2;
	transition: 0.35s;
}

.pro45_nav .hover-border-11:before {
	top: 0;
	right: 0;
}

.pro45_nav .hover-border-11:after {
	bottom: 0;
	left: 0;
}

.pro45_nav .hover-border-11:hover:before,
.pro45_nav .hover-border-11:hover:after {
	width: 0%;
	transition: 0.2s 0.2s ease-out;
	position: absolute;
	content: "";
}

.pro45_nav .hover-border-11 span:before,
.pro45_nav .hover-border-11 span:after {
	width: 2px;
	height: 100%;
	background-color: rgb(160, 157, 157);
	z-index: 2;
	transition: 0.25s;
	position: absolute;
	content: "";
}

.pro45_nav .hover-border-11 span:before {
	bottom: 0;
	right: -2px;
}

.pro45_nav .hover-border-11 span:after {
	top: 0;
	left: -2px;
}

.pro45_nav .hover-border-11 span:hover:before,
.pro45_nav .hover-border-11 span:hover:after {
	height: 0%;
}


/* 
.pro45_nav button {
	width: 15.83%;
	margin-left: 1%;
	margin-bottom: 1%;
	height: 55px;
	font-size: 20px;
	float: left;
	box-sizing: border-box;
}

.pro45_nav button:first-child,
.pro45_nav button:nth-child(7) {
	margin-left: 0;
}

.pro45_nav button a {
	color: #242e42;
}

.pro45_nav button:hover a {
	color: #fff;
}

.gb-bordered {
	position: relative;
	border: 4px solid transparent;
	background-clip: padding-box;
	transition: .5s all;
}

.gb-bordered:after {
	transition: .5s all;
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	content: '';
	z-index: -1;
	border-radius: 4px;
}

.hover-fill {}

.hover-fill:hover {
	background-color: transparent;
	color: white;
}

.hover-slide {
	transition: .6s all;
}

.hover-slide:after {
	background-size: 200% 100%;
	background-position: 0% 0;
}

.hover-slide:hover:after {
	background-position: 100% 0;
}

#gb10:after {
	background-image: linear-gradient(135deg, #f68918 0%, #f68918 31%, #9e2121 31%, #ec4d4e 42%, #d2645c 42%, #d2645c 49%, #ea0506 49%, #CC0001 100%);
} */

.pro45_con {
	width: 100%;
}

.pro45_con li {
	width: 24.25%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 15px 16px 0px, rgba(0, 0, 0, 0.02) 0px 0px 82px 0px;
}

.pro45_con li:first-child,
.pro45_con li:nth-child(5) {
	margin-left: 0;
}

.pro45_img {
	width: 100%;
	height: 385px;
	overflow: hidden;
}

.pro45_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.pro45_con li:hover .pro45_img img {
	transform: scale(1.2);
}

.pro45_mask {
	width: 100%;
	height: 385px;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 450ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.pro45_con li:hover .pro45_mask {
	opacity: 1;
	transform: rotateY(0deg) scale(1, 1);
}

.pro45_mask i {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url(../imgg/pro45_icon.png) no-repeat;
	border-radius: 55px;
	margin-top: 29%;
}

.pro45_mask i:before {
	/*vertical-align: middle;
    width: 50px;
    height: 50px;
    display: inline-block;
    content: "";
    background: url(../imgg/gg_icon.png);
background-size: 100% 100%;*/
}

.pro45_txt {
	width: 100%;
	padding: 10px 20px;
	border-left: 10px solid #cc0001;
	box-sizing: border-box;
}

.pro45_txt h3 {
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro45_txt p {
	font-size: 18px;
	height: 60px;
	line-height: 30px;
	color: #999;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro45_txt .pro45_more {
	font-size: 16px;
	color: #CC0001;
}


/*产品结束*/


/*公司简介开始*/

.about45_box {
	width: 100%;
	background: url(../imgg/about_45.jpg) no-repeat center top fixed;
	background-size: 100% 100%;
	color: #fff;
}

.about45_box h2 {
	font-size: 34px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 55px;
}

.about45_box em {
	font-size: 34px;
	text-align: center;
	letter-spacing: 1px;
	font-style: normal;
	display: block;
}

.about45_box .about45_con {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 50px;
	height: 120px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.about45_more {
	margin: 70px 0;
}

.about45_more a {
	margin: 0px auto;
	width: 250px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	background-color: #FFC107;
	position: relative;
	overflow: hidden;
}

.about45_more a:hover {
	color: #c3a075;
}

.about45_more span {
	color: #fff;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
}

.about45_more span:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.about45_more span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.about45_more a:hover span {
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}

.about45_more a:hover span:after {
	-webkit-animation: anim-out-pseudo2 0.75s;
	animation: anim-out-pseudo2 0.75s;
}

@-webkit-keyframes anim-out-pseudo2 {
	0% {
		background: rgba(0, 0, 0, 0.45);
	}
	100% {
		background: transparent;
	}
}

@-moz-keyframes anim-out-pseudo2 {
	0% {
		background: rgba(0, 0, 0, 0.45);
	}
	100% {
		background: transparent;
	}
}

@-ms-keyframes anim-out-pseudo2 {
	0% {
		background: rgba(0, 0, 0, 0.45);
	}
	100% {
		background: transparent;
	}
}

@keyframes anim-out-pseudo2 {
	0% {
		background: rgba(0, 0, 0, 0.45);
	}
	100% {
		background: transparent;
	}
}

@-webkit-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-moz-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-ms-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

.about45_more i {
	color: #fff;
	font-style: normal;
}

.about45_list {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.about45_list li {
	width: 25%;
	float: left;
	position: relative;
	border-bottom: 1px solid #dadada;
	padding-bottom: 8px;
}

.about45_list li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #ffc107;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.about45_list li:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.about45_con li:hover {
	color: #0167db;
}

.about45_list .about45_icon {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0px auto 8px;
	position: relative;
}

.about45_list li:hover .about45_icon {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

@-webkit-keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.about45_list .about45_icon i {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.about45_list .about45_icon .i1 {
	background: url(../imgg/about45_icon1.png) no-repeat;
}

.about45_list li:hover .i1 {
	display: none;
}

.about45_list .about45_icon .i2 {
	display: none;
	background: url(../imgg/about45_icon11.png) no-repeat;
}

.about45_list li:hover .i2 {
	display: block;
}

.about45_list li:nth-child(2) .i1 {
	background: url(../imgg/about45_icon2.png) no-repeat;
}

.about45_list li:nth-child(2) .i2 {
	background: url(../imgg/about45_icon21.png) no-repeat;
}

.about45_list li:nth-child(3) .i1 {
	background: url(../imgg/about45_icon3.png) no-repeat;
}

.about45_list li:nth-child(3) .i2 {
	background: url(../imgg/about45_icon31.png) no-repeat;
}

.about45_list li:nth-child(4) .i1 {
	background: url(../imgg/about45_icon4.png) no-repeat;
}

.about45_list li:nth-child(4) .i2 {
	background: url(../imgg/about45_icon41.png) no-repeat;
}

.about45_list li p {
	position: relative;
	text-align: center;
	font-size: 16px;
}

.about45_list li p span {
	display: block;
}


/*公司简介结束*/


/*案例开始*/

.case45_box {
	width: 100%;
	background: url(../imgg/case45_bj.png);
	padding: 40px 0;
}

.case45_box .ftitle45 h2 {
	left: 39%;
}

.case45_box button a {
	top: -2px;
}

.case45_box .slideTxtBox {
	width: 100%;
	box-sizing: border-box;
}

.case45_box .slideTxtBox .hd {}

.case45_box .slideTxtBox .hd ul {
	width: 50%;
	margin: 0 auto;
}

.case45_box .slideTxtBox .hd ul li {
	float: left;
	margin: 0 2%;
}

.case45_box .slideTxtBox .hd ul li.on {}

.case45_box .slideTxtBox .bd ul {
	margin-top: 30px;
}


/* 
.btn-right {
	border: 0;
	font-size: 22px;
	line-height: 2em;
	position: relative;
	width: 14em;
	height: 2em;
	text-align: center;
}

.btn-right a {
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

.btn-right::before,
.btn-right::after {
	background: #cc0001;
	border-radius: 2px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	transition: all 1s;
	height: 1em;
}

.btn-right::before {
	box-shadow: -1px 1px 0 #840304, -2px 2px 0 #840304, -3px 3px 0 #840304, -4px 4px 0 #840304;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
	top: 0;
}

.btn-right::after {
	box-shadow: 1px 1px 0 #840304, 2px 2px 0 #840304, 3px 3px 0 #840304, 4px 4px 0 #840304;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	bottom: 0;
}

.btn-right:hover::before,
.btn-right:hover::after {
	background: #ffc107;
}

.btn-right:focus {
	outline: 0;
}

.btn-right:focus::before,
.btn-right:focus::after {
	background: #68d3e2;
} */

.case45_con li {
	width: 24.25%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}

.case45_con li:first-child,
.case45_con li:nth-child(5) {
	margin-left: 0;
}

.case45_img {
	width: 100%;
	height: 384px;
}

.case45_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case45_txt {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.case45_txt h3 {
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #CC0001;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case45_con li:hover .case45_txt h3 {
	color: #fff;
}

.case45_txt p {
	color: #494949;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.case45_con li:hover .case45_txt p {
	color: #fff;
}

.case45_txt:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	transition: all 500ms ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
}

.case45_con li:hover .case45_txt:before {
	background-color: #F4BC16;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
	z-index: -1;
}


/*案例结束*/


/*广告条开始*/

.adv45_box {
	width: 100%;
	background: url(../imgg/adv45_bj.jpg) no-repeat center top;
	background-size: 111% 100%;
	padding: 40px 0;
}

.adv45_box ul {
	width: 85%;
	margin-top: 40px;
	float: left;
}

.adv45_box ul li {
	float: left;
	width: 12.5%;
	/*height: 80px;*/
	border-right: 1px solid #af4948;
	box-sizing: border-box;
	text-align: center;
}

.adv45_box ul li:nth-child(8) {
	border: none;
}

.adv45_box li b {
	display: block;
	width: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.adv45_box li b img {
	width: 39px;
	height: 34px;
}

.adv45_box li span {
	display: block;
}

.adv45_box li span i {
	display: block;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-style: normal;
}

.adv45_box li span em {
	display: block;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	letter-spacing: 2px;
}

.adv45_ma {
	width: 15%;
}

.adv45_ma img {
	width: 120px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #e2e2e2;
}

.adv45_ma p {
	height: 35px;
	line-height: 35px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: #888;
}


/*广告条结束*/


/*新闻开始*/

.news45_box {
	padding: 40px 0;
	background: url(../imgg/bg2.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.news45_box .ftitle45 h2 {
	color: #e2e2e2;
	left: 36%;
}

.news45_box .news45_con {}

.news45_box .news45_con>li {
	width: 49%;
	float: left;
	border: 1px solid #ccc;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	margin-bottom: 1%;
}

.news45_box .news45_con>li:first-child,
.news45_box .news45_con>li:nth-child(3) {
	margin-right: 2%;
}

.news45_box .news45_con .news45_img {
	width: 35%;
	height: 272px;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.news45_box .news45_con .news45_img a {
	width: 100%;
	height: 100%;
}

.news45_box .news45_con .news45_img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news45_box .news45_con .news45_img .news45_mask {
	position: absolute;
	z-index: 8;
	height: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height .4s ease;
	transition: height .4s ease;
}

.news45_box .news45_con .news45_img:hover .news45_mask {
	height: 272px;
}

.news45_box .news45_con .news45_txt {
	width: 63%;
	padding-top: 15px;
}

.news45_box .news45_con .news45_txt li {
	/* padding-left: 30px; */
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
}

.news45_box .news45_con .news45_txt li span {
	display: inline-block;
}

.news45_box .news45_con .news45_txt li span:first-child {
	width: 4px;
	height: 4px;
	margin-top: 15px;
	float: left;
	border-radius: 100%;
	font-size: 0;
	background-color: #666666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news45_box .news45_con .news45_txt li span:nth-child(2) {
	padding-left: 15px;
	width: 79%;
	box-sizing: border-box;
}

.news45_box .news45_con .news45_txt li span:nth-child(3) {
	float: right;
	color: #666;
}

.news45_box .news45_con .news45_txt li span a {
	display: inline-block;
	color: #666;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news45_box .news45_con .news45_txt li span a:hover {
	color: #CC0001;
}

.news45_box .news45_line {
	padding: 0 20px 0 30px;
	box-sizing: border-box;
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: auto;
}

.news45_box .news45_line .line {
	width: 80%;
	border-bottom: 1px dashed #999;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news45_box .news45_line a {
	font-size: 18px;
	color: #999;
	padding-left: 20px;
}


/*新闻结束*/


/*解决方案开始*/

.solve45_box {
	padding: 40px 0;
	background: #ececec;
}

.solve45_box .ftitle45 h2 {
	color: #e2e2e2;
	left: 40.5%;
}

.solve45_box .solve45_con {
	position: relative;
	overflow: hidden;
}

.solve45_box .solve45_con > button {
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 40px;
	height: 40px;
	border: none;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.solve45_box .solve45_con > button.slick-prev {
	left: 10px;
}

.solve45_box .solve45_con > button.slick-prev:before {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	display: inline-block;
	content: "";
	background: url(../imgg/solve45_l.png);
	background-size: 100% 100%;
}

.solve45_box .solve45_con > button.slick-next {
	right: 10px;
}

.solve45_box .solve45_con > button.slick-next:before {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	display: inline-block;
	content: "";
	background: url(../imgg/solve45_r.png);
	background-size: 100% 100%;
}

.solve45_box .solve45_con > button:before {
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 18px;
	color: #20ae9e;
}

.solve45_box .solve45_con > button.slick-disabled {
	pointer-events: none;
}

.solve45_box .solve45_con > button.slick-disabled:before {
	color: #ccc;
}

.solve45_box li {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.solve45_box li a {
	display: block;
	position: relative;
	width: 100%;
	height: 383px;
	overflow: hidden;
}

.solve45_box li a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.solve45_box li a:hover .span {
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
}

.solve45_box li em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.solve45_box li .span {
	display: block;
	position: absolute;
	bottom: -28%;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.solve45_box li .span h4 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.solve45_box li .span h6 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.solve45_box li .span p {
	height: 60px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	overflow: hidden;
}


/*解决方案结束*/


/*尾部开始*/

.footer45_box {
	width: 100%;
	background: #555;
	padding-top: 30px;
}

.footer45_box h3 {
	color: #ccc;
	height: 55px;
	line-height: 55px;
	letter-spacing: 5px;
	position: relative;
	margin-bottom: 10px;
}

.footer45_box h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFC107;
	width: 50px;
	height: 3px;
}

.footer45_left {
	width: 20%;
	color: #ccc;
}

.footer45_left p {
	height: 35px;
	line-height: 35px;
}

.footer45_left p marquee {
	line-height: 31px;
	height: 25px;
}

.footer45_left p:before {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	margin-right: 10px;
}

.footer45_left p:nth-child(2):before {
	background: url(../imgg/footer45_icon1.png);
	background-size: 100% 100%;
}

.footer45_left p:nth-child(3):before {
	background: url(../imgg/footer45_icon2.png);
	background-size: 100% 100%;
}

.footer45_left p:nth-child(4):before {
	background: url(../imgg/footer45_icon4.png);
	background-size: 100% 100%;
}

.footer45_left p:nth-child(5):before {
	background: url(../imgg/footer45_icon5.png);
	background-size: 100% 100%;
}

.footer45_left p:nth-child(6):before {
	background: url(../imgg/footer45_icon7.png);
	background-size: 100% 100%;
}

.footer45_middle {
	width: 60%;
	margin: 0 1% 0 4%;
}

.footer45_middle a {
	width: 20%;
	float: left;
	background: url(../imgg/footer45icon8.png) no-repeat 0 center;
	padding-left: 20px;
	color: #ccc;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.footer45_right {
	width: 15%;
}

.footer45_right p {
	line-height: 30px;
	color: #ccc;
	margin: 20px 0 20px 0;
}

.footer45_right a {
	display: block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #FFC107;
	color: #fff;
	letter-spacing: 2px;
	font-size: 20px;
}

.footer45_link {
	width: 100%;
	margin-top: 20px;
}

.footer45_link p {
	border-bottom: 1px solid #787878;
	height: 34px;
}

.footer45_link p i {
	font-style: normal;
	color: #ccc;
	line-height: 35px;
	background: #787878;
	padding: 5px 10px;
	letter-spacing: 2px;
}

.footer45_link a {
	display: inline-block;
	padding: 10px;
	color: #ccc;
	height: 35px;
	line-height: 35px;
}

.copyright45 {
	width: 100%;
	background: #333;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.copyright45 p {
	display: inline-block;
	color: #888;
}

.copyright45 a {
	display: inline-block;
	color: #888;
}

.copyright45 a:hover {
	color: #CC0001;
}


/*尾部结束*/


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ****************************************************** */

.ftitle {
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.ftitle span {
	font-size: 40px;
	display: block;
	text-transform: uppercase;
	color: #F5BC17;
}

.ftitle img {
	display: inline-block;
}

.ftitle h5 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #333;
	position: relative;
}

.ftitle h5:before,
.ftitle h5:after {
	content: '';
	position: absolute;
	top: -30%;
	background: #a1a2a2;
	width: 49%;
	height: 1px;
}

.ftitle h5:before {
	left: 0;
}

.ftitle h5:after {
	right: 0;
}


/*头部开始*/

.header36 {
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 9;
}

.nheader {
	position: relative;
	top: 0;
	/* background: #d82020; */
}

.nheader .header36_bottom .mainb {
	border-left: 1px dashed #f3dd9f;
	border-right: 1px dashed #f3dd9f;
}

.header36_top {
	background: #fff;
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-sizing: border-box;
}

.header36_logo {
	margin: 10px 0 10px 10px;
	border-right: 1px dashed #ccc;
	padding-right: 1%;
}

.header36_adv {
	width: 40%;
	margin-top: 10px;
	margin-left: 1%;
}

.header36_adv p {
	font-size: 24px;
	color: #484747;
	line-height: 40px;
}

.header36_adv span {
	display: block;
	font-size: 18px;
	color: #635e5e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header36_tel {
	width: 30%;
}

.header36_tel ul li {
	float: right;
	width: 40%;
	margin-top: 12px;
}

.header36_tel ul li img {
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.header36_tel ul li p {
	line-height: 35px;
}

.header36_bottom {
	background: #F5BC17;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nheader .header36_bottom {
	border-radius: 0;
}

.header36_bottom ul li {
	float: left;
	width: 12.5%;
	height: 60px;
	border-left: 1px dashed #f3dd9f;
	box-sizing: border-box;
}

.header36_bottom ul li:first-child {
	border-left: none;
}

.header36_bottom ul li>a {
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
}

.on {
	/*width: 100%;
 	padding: 5px;
 	border: 1px dashed #ccc;
 	background: #242e42;
 	color: #fff;*/
}

.header36_bottom .erji_nav36 {
	display: none;
	background: #fff;
	margin-top: 9px;
}

.header36_bottom .erji_nav36 a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #242e42;
	border-bottom: 1px dashed #ccc;
}

.header36_bottom .erji_nav36 a:hover {
	background: #F5BC17;
	color: #fff;
}

.header36_bottom ul li:hover .erji_nav36 {
	display: block;
}

.header36_bottom ul li:hover,
.header36_bottom .on {
	background: #242e42;
	padding: 10px;
}

.header36_bottom ul li:hover .first_nav,
.header36_bottom .on a {
	line-height: 40px!important;
	border: 1px dashed #fff!important;
}

.mmenu {
	display: none;
}


/*头部结束*/


/*banner开始*/

.banner_box {
	width: 100%;
	position: relative;
}

.banner_box img {
	width: 100%;
}

.banner_box .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.banner_box .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.banner_box .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.banner_box .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.banner_box .banner ul li:first-child img {
	position: relative;
}

.banner_box .banner_next,
.banner_box .banner_pre {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.banner_box .banner_next:hover,
.banner_box .banner_pre:hover {
	opacity: 0.8;
}

.banner_box .banner_next {
	right: 0px;
}

.banner_box .banner_next img,
.banner_box .banner_pre img {}

.banner_box .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.banner_box .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.banner_box .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}

.banner_box .jumpBtn ul li:first-child {
	margin-left: 0px;
}


/*banner结束*/


/*产品开始*/

.product36_newsbox_big {
	padding-bottom: 30px;
}

.product36_newsbox {
	width: 100%;
	padding-top: 30px;
}

.product36_newsbox .p36_news_title {
	width: 15%;
	height: 323px;
	background: #F5BC17;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.product36_newsbox_big .red {
	background: red;
}

.product36_newsbox_big .yellow {
	background: #F5BC17;
}

.product36_newsbox_big .green {
	background: green;
}

.product36_newsbox_big .blue {
	background: blue;
}

.product36_newsbox .p36_news_title h3 {
	font-size: 28px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product36_newsbox .p36_news_title em {
	width: 15%;
	height: 3px;
	background: #fff;
	display: block;
	margin-bottom: 10px;
}

.product36_newsbox .p36_news_title p {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.product36_newsbox .p36_news_title a {
	font-size: 18px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	margin: 50px 0 0 0;
	color: #fff;
}

.product36_newsbox ul {
	width: 84%;
}

.product36_newsbox ul li {
	width: 24.25%;
	margin-left: 1%;
	float: left;
	position: relative;
	background: #E7EBEE;
}

.product36_newsbox ul li:first-child {
	margin-left: 0;
}

.product36_newsbox li .p36_news_img {
	width: 100%;
	height: 323px;
}

.product36_newsbox li .p36_news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product36_newsbox li .p36_news_con {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	box-sizing: border-box;
	/* color: #615642; */
	color: #e6c280;
	background: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.product36_newsbox li .p36_news_con h3 {
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product36_newsbox li .p36_news_con p {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*产品结束*/


/*产品开始*/

.product36_box {
	width: 100%;
	background: #f5f5f5;
	padding-bottom: 50px;
}

.pro36_nav {
	width: 100%;
}

.pro36_nav ul {
	width: 100%;
	margin-top: 20px;
}

.pro36_nav ul li {
	float: left;
	text-align: center;
	width: 15.83%;
	margin-left: 1%;
	margin-bottom: 1%;
	height: 55px;
	line-height: 55px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.pro36_nav li:first-child,
.pro36_nav li:nth-child(7) {
	margin-left: 0;
}

.pro36_nav ul li a {
	width: 100%;
	height: 100%;
	color: #404040;
	font-size: 20px;
}

.pro36_nav .btn {
	border: 2px solid transparent;
	border-radius: 0;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease 0s;
}

.pro36_nav .btn:before {
	content: "";
	height: 6px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 4px;
	right: -8px;
	transition: all 0.3s ease 0s;
}

.pro36_nav .btn .btn-sm:before {
	height: 5px;
	bottom: -7px;
	left: 4px;
	right: -6px;
}

.pro36_nav .btn:hover:before {
	bottom: -2px;
	left: -2px;
	right: 2px;
	border-color: #F5BC17;
}

.pro36_nav .btn:after {
	content: "";
	width: 6px;
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
	position: absolute;
	bottom: -8px;
	right: -8px;
	top: 4px;
	transition: all 0.3s ease 0s;
}

.pro36_nav .btn:hover:after {
	bottom: 2px;
	right: -2px;
	top: -2px;
	border-color: #F5BC17;
}

.pro36_nav .btn.red,
.pro36_nav .btn.red:before,
.pro36_nav .btn.red:after {
	border-color: #F5BC17;
	/*color: #F5BC17;*/
}

.product36_box .pro36_con {
	width: 100%;
}

.product36_box .pro36_con .pro36_con_l {
	width: 15%;
	height: 827px;
	margin-top: 0.8%;
}

.product36_box .pro36_con .pro36_con_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product36_box .pro36_con .pro36_con_r {
	width: 84%;
	margin-left: 1%;
}

.product36_box .pro36_con li {
	width: 24.25%;
	margin-left: 1%;
	margin-top: 1%;
	float: left;
	background: #fff;
	transition: all .5s;
}

.product36_box .pro36_con li:hover {
	margin-top: 0.5%;
	box-shadow: rgba(0, 0, 0, .2) 0 15px 30px;
}

.product36_box .pro36_con li:first-child,
.product36_box .pro36_con li:nth-child(5) {
	margin-left: 0;
}

.product36_box .pro36_con li:nth-child(8) {
	background: none;
}

.product36_box .pro36_con li:nth-child(8):hover {
	margin-top: 1%;
	box-shadow: none;
}

.product36_box .pro36_con li:nth-child(5) {
	clear: both
}

.product36_box .pro36_con .pro36_img {
	width: 100%;
	height: 323px;
}

.product36_box .pro36_con .pro36_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product36_box .pro36_con li h3 a {
	color: #424242;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px;
	text-overflow: ellipsis;
}

.product36_box .pro36_con .pro36_desc {
	color: #BEBEBE;
	padding: 0 30px 10px 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product36_box .pro36_con .pro_li_des,
.product36_box .pro36_con .pro_li_more {
	background: #fff;
	width: 100%;
	height: 196.5px;
	padding: 20px;
	box-sizing: border-box;
	transition: all .3s;
}

.product36_box .pro36_con .pro_li_des:hover,
.product36_box .pro36_con .pro_li_more:hover {
	margin-top: -5px;
	box-shadow: rgba(0, 0, 0, .2) 0 15px 30px;
}

.product36_box .pro36_con .pro_li_des {
	margin-bottom: 10px;
}

.product36_box .pro36_con .pro_li_des a {
	display: block;
	width: 100%;
	height: 100%;
}

.product36_box .pro36_con .pro_li_des h3 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #930;
	font-size: 20px;
	line-height: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product36_box .pro36_con .pro_li_des p {
	color: #bebebe;
	height: 58px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product36_box .pro36_con .pro_li_more {}

.product36_box .pro36_con .pro_li_more span {
	float: right;
	margin-top: 15%;
}

.product36_box .pro36_con .pro_li_more span img {}

.product36_box .pro36_con .pro_li_more h3 a {
	text-align: left;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
}

.product36_box .pro36_con .pro_li_more p {
	color: #BEBEBE;
	margin: 50px 0 0 10px;
}


/*产品结束*/


/*公司简介开始*/


/* 
 .about36_box {
 	width: 100%;
 	background: #212526;
 	padding-bottom: 50px;
 }

 
 .about36_box .ftitle h5:before,
 .about36_box .ftitle h5:after {
 	background: #e2e0e0;
 }
 
 .about36_box .ftitle h5 {
 	color: #e2e0e0;
 }
 
 .about36_his {
 	width: 62%;
 	margin: 0 auto;
 	margin-top: 50px;
 }
 
 .about36_his span {
 	display: block;
 	float: left;
 	width: 280px;
 	background: #212526;
 	height: 80px;
 	line-height: 70px;
 	text-align: center;
 	color: #F5BC17;
 	font-size: 80px;
 	font-weight: lighter;
 }
 
 .about36_his em {
 	width: 277px;
 	height: 70px;
 	display: block;
 	float: left;
 	background: url(../imgg/line.png) repeat-x left center;
 }
 
 .about36_txt {
 	margin-top: 50px;
 }
 
 .about36_txt p {
 	color: #e2e0e0;
 	text-indent: 2em;
 	height: 140px;
 	line-height: 35px;
 	display: -webkit-box;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	-webkit-box-orient: vertical;
 	-webkit-line-clamp: 4;
 }
 
 .swiper-container {
 	width: 100%;
 	margin-top: 135px !important;
 	padding-bottom: 100px !important;
 }
 
 .swiper-container .swiper-slide {
 	overflow: hidden;
 	height: 435px;
 }
 
 .swiper-container .swiper-slide span {
 	width: 100%;
 	height: 100%;
 	display: block;
 	float: left;
 	overflow: hidden;
 	position: relative;
 }
 
 .swiper-container .swiper-slide span:last-child {
 	margin-right: 0;
 }
 
 .swiper-container .swiper-slide span p {
 	position: absolute;
 	bottom: 0;
 	width: 95%;
 	height: 55px;
 	line-height: 55px;
 	text-align: right;
 	padding-right: 5%;
 	color: #fff;
 	font-size: 20px;
 	background: rgba(0, 0, 0, 0.6);
 }
 
 .swiper-container-horizontal>.swiper-pagination-progressbar {
 	top: auto;
 	bottom: 19px;
 	width: 260px;
 	left: 50%;
 	margin-left: -130px;
 	height: 1px;
 }
 
 .swiper-pagination-progressbar {
 	background: #fff;
 }
 
 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 	background: #F5BC17;
 	height: 5px;
 	top: -4px;
 }
 
 .swiper-container .swiper-slide img {
 	width: 100%;
	height: 100%;
    object-fit: cover;
 	transition: all 1s;
 }
 
 .swiper-container .swiper-slide span:hover img {
 	transform: scale(1.2);
 }
 
 .swiper-container .swiper-button-next,
 .swiper-container .swiper-button-prev {
 	top: auto;
 	bottom: 0;
 	height: 38px;
 }
 
 .swiper-container .swiper-button-next {
 	right: 50%;
 	margin-right: -180px;
 	background: url(../imgg/right.png) no-repeat center center;
 }
 
 .swiper-container .swiper-button-next:hover {
 	background: url(../imgg/right1.png) no-repeat center center;
 }
 
 .swiper-container .swiper-button-prev {
 	left: 50%;
 	margin-left: -180px;
 	background: url(../imgg/left.png) no-repeat center center;
 }
 
 .swiper-container .swiper-button-prev:hover {
 	background: url(../imgg/left1.png) no-repeat center center;
 } */


/*公司简介结束*/


/*案例开始*/

.case36_box {
	padding-bottom: 30px;
}

.case36_box .slideTxtBox {
	/*border: 1px solid #ddd;
 	text-align: left;*/
}

.case36_box .slideTxtBox .hd {
	height: 55px;
	line-height: 55px;
	/* background: #f4f4f4; */
	/*padding: 0 10px 0 20px;*/
	/* border-bottom: 1px solid #ddd; */
	position: relative;
	/*background: #eee;*/
	margin: 30px 0 30px 0;
}

.case36_box .slideTxtBox .hd ul {
	/*float: left;
 	position: absolute;
 	left: 20%;*/
	/*top: -1px;
 	height: 32px;*/
	width: 45%;
	margin: 0 auto;
}


/*.case36_box .slideTxtBox .hd ul li {
 	float: left;
 	padding: 0 15px;
 	cursor: pointer;
 }*/


/*.case36_box .slideTxtBox .hd ul li.on {
 	height: 30px;
 	background: #fff;
 	border: 1px solid #ddd;
 	border-bottom: 2px solid #fff;
 }*/

.case36_box .btn {
	float: left;
	width: 200px;
	height: 55px;
	border: 1px solid #333;
	/* font-family: 'Cinzel', serif; */
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	transition: 1s;
	box-sizing: border-box;
	margin-right: 5.5%;
}

.vertical,
.horizontal {
	position: absolute;
	background: #fff;
	z-index: -1;
	transition: 1s;
}

.vertical {
	height: 55px;
	width: 130px;
}

.horizontal {
	width: 200px;
	height: 30px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #242e42;
}

.case36_box .btn:hover .vertical {
	width: 0px;
	background: #F5BC17;
}

.case36_box .btn:hover .horizontal {
	height: 0px;
	background: #F5BC17;
}

.case36_box .btn:hover {
	background: #F5BC17;
}

.case36_box .slideTxtBox .bd ul {
	zoom: 1;
}

.case36_box .slideTxtBox .bd li .date {
	float: right;
	color: #999;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.case36_box .slideTxtBox .arrow {
	position: absolute;
	right: 10px;
	top: 0;
}

.case36_box .slideTxtBox .arrow a {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../imgg/case_arrow2.png) 0 0 no-repeat;
}

.case36_box .slideTxtBox .arrow1 {
	position: absolute;
	left: 10px;
	top: 0;
}

.case36_box .slideTxtBox .arrow1 a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../imgg/case_arrow1.png) 0 0 no-repeat;
}

.case36_box .slideTxtBox .arrow .next {
	/*background-position: 0 -50px;*/
}

.case36_box .slideTxtBox .arrow .prevStop {
	/*background-position: -60px 0;*/
}

.case36_box .case36_box .slideTxtBox .arrow .nextStop {
	background-position: -60px -50px;
}

.case36_box .bd ul li {
	width: 24.25%;
	float: left;
	margin-left: 1%;
	position: relative;
	transition: 600ms;
}

.case36_box .bd ul li:first-child {
	margin-left: 0;
}

.case36_box .case36_img {
	width: 100%;
	height: 520px;
}

.case36_box .case36_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case36_box .case36_img:before {
	content: "";
	display: block;
	border: 1px solid #fff;
	position: absolute;
	background: rgba(245, 188, 23, .8);
	/*background: rgba(0,0,0,.5);*/
	z-index: 2;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	transition: 600ms;
}

.case36_box .bd ul li:hover .case36_img:before {
	opacity: .5;
}

.case36_box .case36_img:after {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	background: url(../imgg/ico1.png);
	transition: 600ms;
	opacity: 0;
}

.case36_box .bd ul li:hover .case36_img:after {
	top: 10%;
	opacity: 1;
}

.case36_box .bd ul li h4 {
	font-size: 20px;
	text-align: center;
	/*color: #F5BC17;*/
	color: #fff;
	position: absolute;
	top: 40%;
	width: 100%;
	opacity: 0;
	transition: 700ms;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 30px;
	box-sizing: border-box;
}

.case36_box .bd ul li:hover h4 {
	opacity: 1;
	transition: 700ms;
}


/*案例结束*/


/*合作伙伴开始*/

.partner36_box {
	padding-bottom: 50px;
	background: url(../imgg/news.jpg) no-repeat center top;
	background-size: 100% 100%;
}


/*.about36_box .ftitle span{
	color: #ac9455;
}*/

.partner36_box .ftitle h5:before,
.partner36_box .ftitle h5:after {
	background: #e2e0e0;
}

.partner36_box .ftitle h5 {
	color: #e2e0e0;
}

.partner36_box ul {
	margin-top: 20px;
}

.partner36_box ul li {
	width: 12.5%;
	height: 166px;
	border: 1px solid #999999;
	border-left: none;
	border-bottom: none;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.partner36_box ul li:first-child,
.partner36_box ul li:nth-child(9),
.partner36_box ul li:nth-child(17) {
	border-left: 1px solid #999999;
}

.partner36_box ul li:nth-child(9),
.partner36_box ul li:nth-child(10),
.partner36_box ul li:nth-child(11),
.partner36_box ul li:nth-child(12),
.partner36_box ul li:nth-child(13),
.partner36_box ul li:nth-child(14),
.partner36_box ul li:nth-child(15),
.partner36_box ul li:nth-child(16) {
	border-bottom: 1px solid #999999;
}

.partner36_box ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.partner36_box ul li img:hover {
	transform: scale(1.2);
}


/*合作伙伴结束*/


/*广告条开始*/


/*广告条结束*/


/*新闻开始*/

.news36_box {
	padding: 50px 0 30px 0;
	/*background: url(../img/3846ed3f26c444c2b0c5abe53477c000.jpg) no-repeat center top;
 	background-size: 100% 100%;*/
	background: #f5f5f5;
}

.news36_company {
	width: 33%;
	margin-right: 2%;
}

.news36_company:nth-child(3) {
	width: 30%;
}

.news1_title {
	border-bottom: 1px solid #e5e5e5;
	font-size: 30px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	color: #f5bc17;
	position: relative;
}

.news1_title span {
	padding-left: 12px;
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
}

.news1_title a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
}

.news36_company .content {
	padding-top: 20px;
}

.news36_img {
	width: 100%;
	height: 200px;
}

.news36_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*.news2_company {
 	margin-top: 10px;
 }*/

.news36_list1 li {
	border-bottom: 1px dashed #e3e3e3;
	padding-bottom: 10px;
}

.news36_list1 li a {
	line-height: 27px;
	padding-left: 22px;
	line-height: 45px;
	font-size: 14px;
	background: url(//cdn.xypt.top/4f7e01e7/21/06/3478c0f971314c97eabf0e817433651f4a921523.jpg) no-repeat 0% 50%;
}

.news36_list1 li a:hover {
	text-decoration: none;
	color: #ff6621;
}

.news36_list1 li span {
	display: block;
	color: #999;
	font: 400 12px/22px "微软雅黑";
}

.news36_list2 li {
	border-bottom: 1px dashed #e3e3e3;
}

.news36_list2 li a {
	display: inline-block;
	padding-left: 22px;
	width: 78%;
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #242e42;
	background: url(../imgg/news_icon.jpg) no-repeat 0% 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news36_list2 li a:hover {
	color: #F5BC17;
}

.news36_list2 li span {
	width: 18%;
	text-align: right;
	line-height: 55px;
	display: inline-block;
	color: #999;
	float: right;
}

.news36_list3 li {
	position: relative;
	padding: 11px 0 12px;
	border-bottom: 1px dashed #e3e3e3;
}

.news36_list3 li a {
	line-height: 30px;
	padding-left: 38px;
	background: url(../imgg/case_icon2.png) left center no-repeat;
	display: block;
	font-size: 20px;
	color: #242e42;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news36_list3 li a:hover {
	text-decoration: none;
	color: #F5BC17;
}

.news36_list3 span {
	background: url(../imgg/case_icon1.png) left 3px no-repeat;
	padding-left: 38px;
	font-size: 18px;
	margin-top: 10px;
	height: 25px;
	color: #999;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*新闻结束*/


/*尾部开始*/


/*版权*/

.copyright36 {
	background: #424242;
	width: 100%;
	overflow: hidden;
}

.copy_bg36 {
	background: #F5BC17;
	width: 100%;
	overflow: hidden;
}

.kslj {
	padding: 60px 0;
}

.kslj ul {
	width: 70%;
}

.kslja li {
	width: 20%;
	box-sizing: border-box;
	float: left;
}

.kslja li p {
	padding-left: 35px;
	background: url(../imgg/footer36_icon2.png) no-repeat left center;
	font-size: 20px;
	color: #efeaea;
	margin-bottom: 20px;
}

.kslja li p span {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F5BC17;
	padding-left: 5px;
}

.kslja li a {
	padding-left: 10px;
	font-size: 18px;
	color: #999;
	display: block;
	line-height: 34px;
}

.kslja li a:hover {
	color: #F5BC17;
}

.kslja li a em {
	padding-left: 10px;
}


/*.kslja li+li{ margin-left:70px;}*/

.ma {
	width: 29%;
}

.crcode dl {
	float: left;
	font-size: 18px;
	color: #999;
	text-align: center;
}

.crcode dl img {
	width: 140px;
	height: 140px;
	margin: 0 0 15px 0;
}

.crcode dl+dl {
	margin: 0 0 0 20px;
}

.crconcat {
	text-align: center;
	margin-right: 21%;
}

.crconcat p:nth-child(1) {
	font-size: 32px;
	color: #F5BC17;
	font-family: Arial, Helvetica, sans-serif;
}

.crconcat p:nth-child(2) {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin: 20px 0;
}

.crconcat a {
	display: inline-block;
	width: 150px;
	line-height: 40px;
	border-radius: 25px;
	background: #F5BC17;
	text-align: left;
	padding-left: 50px;
	font-size: 14px;
	color: #f7e6b5;
	position: relative;
	transition: all .3s ease;
}

.crconcat a:hover {
	background: #F5BC17;
	color: #fff;
}

.crconcat a:hover:after {
	background-position-y: -17px;
}

.crconcat a:after {
	content: '';
	display: block;
	position: absolute;
	width: 19px;
	height: 17px;
	background: url(../imgg/footer36_icon3.png) no-repeat top left;
	top: 11px;
	left: 25px;
}

.links {
	height: 60px;
	margin-bottom: 30px;
	border-top: 1px solid #e1dfdf;
	font-size: 14px;
	color: #999999;
	line-height: 60px;
}

.links p:nth-child(1) {
	margin: 10px 0px;
	padding-left: 35px;
	background: url(../imgg/footer36_icon1.png) no-repeat left center;
	font-size: 20px;
	color: #999;
	padding-right: 14px;
}

.linkTagcs {
	width: 1100px;
	height: auto;
}

.linkTagcs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.linkTagcs li {
	list-style: none;
	margin: 0px;
	padding-right: 10px;
	line-height: 80px;
	float: left;
}

.linkTagcs li a {
	color: #999;
	font-size: 18px;
	word-break: break-all;
}

.linkTagcs li img {
	border: 0px;
}

.end {
	display: block;
	text-align: center;
	color: #fff;
}

.end a {
	line-height: 75px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

.end a:hover {
	color: #fff;
	text-decoration: underline;
}

.linkTagcs li {
	padding-right: 5px !important;
	line-height: 81px !important;
}


/*尾部结束*/


/* =================================================================== */


/*公司简介开始*/

.n_about {
	width: 100%;
	height: 800px;
	background: url(../imgg/index_youshi_bj.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding-top: 50px;
	position: relative;
}

.n_about_con {
	width: 55%;
}

.n_about_con h1 {
	font-size: 58px;
	color: #F5BC17;
}

.n_about_con h3 {
	font-size: 40px;
	color: #F5BC17;
	margin: 20px 0;
}

.n_about_con h3 span {
	color: #242e42;
}

.n_about_con em {
	width: 70px;
	height: 8px;
	border-radius: 30px;
	background: #F5BC17;
	display: block;
	margin-bottom: 50px;
}

.n_about_con p {
	height: 145px;
	line-height: 35px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.n_about_con a {
	display: inline-block;
	width: 250px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #F5BC17;
	border-radius: 50px;
	color: #F5BC17;
	margin-top: 50px;
}

.n_about_con a:hover {
	background: #F5BC17;
	color: #fff;
}

.n_about_img {
	width: 44%;
	height: 698px;
}

.n_about_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n_about ul {
	position: absolute;
	top: 70%;
	left: 5%;
	width: 60%;
	background: #989898;
}

.n_about ul li {
	width: 25%;
	padding: 30px 0;
	float: left;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
}

.n_about ul li:first-child {
	background: #F5BC17;
}

.n_about ul li p {
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.n_about ul li p span {
	font-size: 20px;
}

.n_about ul li em {
	font-style: normal;
	text-align: center;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}


/*公司简介结束*/


/* 优势 */

.hysbox {
	position: relative;
	background: #eee;
}

.hys_con {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	background: rgba(255, 255, 255, 0.3);
}

.hysbox li {
	width: 15.833%;
	float: left;
	margin: 0 1% 0 0;
	padding: 15px;
	background: #f9f9f9;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.hysbox li:nth-child(6n) {
	margin-right: 0;
}

.hysbox li .hys_img {
	width: 90px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.hysbox li .hys_img img {
	width: 100%;
}

.hysbox li p {
	margin: 10px auto;
}

.hysbox li em {
	display: block;
	width: 5px;
	height: 3px;
	background: #F5BC17;
	border-radius: 2px;
	margin: auto;
}

.hysbox li:hover em {
	width: 150px;
	transition: .6s;
	background: #F5BC17;
}

.hysbox li:hover img {
	transform: rotateY(180deg);
	transition: .3s;
}

.hys_none {
	padding: 80px 0;
}


/* 产品中心 */

.htitleb {
	border-left: 2px solid #F5BC17;
	padding-left: 15px;
	box-sizing: border-box;
}

.htitleb i {
	text-transform: uppercase;
	font-size: 40px;
	font-style: normal;
	color: #F5BC17;
}

.htitleb h2 {
	font-size: 34px;
	padding: 6px 0 15px;
	border-bottom: 1px solid #ddd;
}

.htitleb h2 span {
	font-size: 18px;
	font-weight: normal;
	border-left: 1px solid #666;
	padding-left: 10px;
	margin-left: 10px;
	color: #666;
}

.htitleb h2 a {
	font-size: 18px;
	color: #fff;
	background: #F5BC17;
	padding: 10px 30px;
	border-radius: 5px;
	float: right;
	margin-top: 6px;
	border: 1px solid #F5BC17;
}

.htitleb h2 a:hover {
	color: #F5BC17;
	background: #fff;
	transition: .3s;
}

.hprodc_l {
	width: 15%;
}

.hprodc_l li {
	height: 51.2px;
	line-height: 51.2px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	font-size: 16px;
}

.hprodc_l li a {
	color: #555;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px 0 25px;
	box-sizing: border-box;
	position: relative;
}

.hprodc_l li a::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #F5BC17;
}

.hprodc_l li a::after {
	content: "";
	position: absolute;
	top: 21px;
	right: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 2px solid #555;
}

.hprodc_l li:hover {
	background: #F5BC17;
}

.hprodc_l li:hover a {
	color: #fff;
}

.hprodc_l li:hover a::before {
	border-left: 8px solid #fff;
}

.hprodc_l li:hover a::after {
	border: 2px solid #fff;
}

.hpro_tel {
	background: #eee url(../imgg/hprotel.png) no-repeat 5px 15px;
}

.hpro_tel span {
	display: block;
	padding: 10px 0 0 45px;
	color: #888;
}

.hpro_tel h3 {
	padding: 0 0 0 45px;
}

.hpro_tel a {
	display: block;
	padding: 6px 0;
	color: #fff;
	background: #999;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.hpro_tel a:hover {
	background: #F5BC17;
	transition: .3s;
}

.hprodc_r {
	width: 84%;
	position: relative;
}

.hprodc_r li {
	width: 32.6%;
	margin: 0 1% 1% 0;
	float: left;
}

.hprodc_r li:nth-child(3n) {
	margin-right: 0;
}

.hprodc_r li .hprodcr_img {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hprodc_r li .hprodcr_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hpro_panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) url(../imgg/hproico.png) no-repeat center center;
	transform: rotate(-30deg)scale(1.2);
	opacity: 0;
}

.hprodc_r li h3 {
	height: 45px;
	line-height: 45px;
	color: #555;
	background: #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	position: relative;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
	font-weight: normal;
}

.hprodc_r li h3::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #555555;
}

.hprodc_r li:hover .hpro_panel {
	transform: rotate(0);
	transition: .5s;
	opacity: 1;
}

.hprodc_r li:hover h3 {
	color: #fff;
	background: #F5BC17;
	transition: .3s;
}

.hprodc_r li:hover h3::after {
	border-left: 8px solid #fff;
}

.habout {
	padding-top: 50px;
	background: url(../imgg/haboutbg.jpg) no-repeat center top;
}

.htitle2 {
	text-align: center;
	position: relative;
}

.htitle2 i {
	text-transform: uppercase;
	font-size: 42px;
	font-weight: bold;
	color: #dedbdb;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}

.htitle2 h2 {
	font-size: 36px;
	position: relative;
	z-index: 9;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #3e3e3e;
}

.htitle2 h2:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 110px;
	height: 1px;
	background: #F5BC17;
}

.htitle2 span {
	color: #F5BC17;
}

.htitle2 p {
	color: #888;
	position: relative;
	z-index: 9;
}


/* 案例 */

.hcase_con {
	overflow: hidden;
}

.hcase_con li {
	width: 49.4%;
	width: 49%\9;
	margin: 0 1% 1% 0;
	float: left;
	background: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.hcase_con li:nth-child(2n) {
	margin-right: 0;
}

.hcase_con li .hcase_img {
	width: 55%;
	float: left;
	height: 271px;
	overflow: hidden;
}

.hcase_con li .hcase_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hcase_con li .hcase_info {
	width: 44%;
	float: right;
	padding: 40px 10px 10px;
	box-sizing: border-box;
	color: #555;
}

.hcase_con li .hcase_info h3 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hcase_con li .hcase_info p {
	color: #777;
	margin: 10px auto 20px;
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 73px;
}

.hcase_con li .hcase_info span {
	display: block;
	width: 180px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	border: 1px solid #666666;
	border-radius: 5px;
}

.hcase_con li .hcase_info em {
	font-style: normal;
	border-left: 2px solid #F5BC17;
	display: block;
	padding-left: 10px;
	margin-bottom: 20px;
}

.hcase_con li:hover span {
	color: #fff;
	background: #F5BC17;
	border-color: #F5BC17;
	transition: .3s;
}

.hcase_con li:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.hcase_con li:hover h3 {
	color: #F5BC17;
}


/*新闻*/

.hnewbox {
	background: url(../imgg/newbg.jpg);
}

.hnew_top {
	overflow: hidden;
}

.hnew_top li {
	width: 32.6%;
	width: 32%\9;
	float: left;
	margin: 0 1% 1% 0;
	position: relative;
}

.hnew_top li:nth-child(3n) {
	margin-right: 0;
}

.hnew_top li .hnewt_img {
	width: 100%;
	overflow: hidden;
	height: 517px;
}

.hnew_top li .hnewt_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hnew_top li .hnewt_info {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

.hnew_top li .hnewt_info h3 {
	font-size: 20px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnew_top li .hnewt_info p {
	border-left: 5px solid #fff;
	margin-top: 5px;
	padding-left: 10px;
}

.hnew_top li:hover h3 {
	color: #F5BC17;
}

.hnew_top li:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.hnewc_l {
	width: 70%;
	overflow: hidden;
}

.hnewtit {
	font-size: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 30px;
}

.hnewtit span {
	border-left: 3px solid #F5BC17;
	padding-left: 10px;
	color: #F5BC17;
}

.hnewtit a {
	font-size: 18px;
	font-weight: normal;
	float: right;
	color: #666;
}

.hnewtit a:hover {
	color: #F5BC17;
}

.hnewc_l {
	padding: 15px;
	background: #f7f7f7;
	box-sizing: border-box;
	border-radius: 5px;
}

.hnewc_l dl {
	width: 32.6%;
	width: 32%\9;
	float: left;
	margin: 0 1% 1% 0;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.hnewc_l dl:nth-child(4) {
	margin-right: 0;
}

.hnewc_l dl dt {
	width: 100%;
	overflow: hidden;
	height: 354px;
}

.hnewc_l dl dt img {
	width: 100%;
	display: block;
	height: 100%;
}

.hnewc_l dl dd {
	padding: 10px;
	box-sizing: border-box;
}

.hnewc_l dl dd h3 {
	font-size: 20px;
	line-height: 35px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnewc_l dl dd span {
	color: #888;
	margin-top: 5px;
	display: block;
	background: url(../imgg/time.png) no-repeat left center;
	padding-left: 25px;
}

.hnewc_l dl dd p {
	color: #666;
	line-height: 35px;
	height: 65px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 5px auto;
}

.hnewc_l dl dd i {
	margin-top: 10px;
	font-style: normal;
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #F5BC17;
	text-align: center;
	border: 1px solid #F5BC17;
}

.hnewc_l dl:hover i {
	color: #F5BC17;
	background: #fff;
	transition: .3s;
}

.hnewc_r {
	width: 29%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.hnewc_r li {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}

.hnewc_r li a {
	font-size: 20px;
	display: block;
	width: 72%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
}

.hnewc_r li span {
	float: right;
	color: #888;
}

.hnewc_r li:before {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 8px;
	height: 8px;
	border: 2px solid #666;
}

.hnewc_r li:hover a {
	color: #F5BC17;
}

.hnewc_r li:hover:before {
	border-color: #F5BC17;
	background: #F5BC17;
}

.m_footer36 {
	display: none;
}


/* **********************4747474747474747474747****************************** */

.ftitle47 {
	width: 100%;
	position: relative;
	padding-top: 40px;
}

.ftitle47 em,
.ftitle47 i {
	display: inline-block;
	position: absolute;
	top: 54%;
	background: #8e8e8e;
	width: 39%;
	height: 2px;
}

.ftitle47 em {
	left: 0;
}

.ftitle47 i {
	right: 0;
}

.ftitle47 h3 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 4px;
	color: #494949;
	position: relative;
	z-index: 2;
}

.ftitle47 h3:before,
.ftitle47 h3:after {
	content: '';
	position: absolute;
	top: 54%;
	background: #ffc107;
	width: 50px;
	height: 4px;
	border-radius: 4px;
	z-index: 1;
}

.ftitle47 h3:before {
	left: 37%;
}

.ftitle47 h3:after {
	right: 37%;
}

.ftitle47 h3 span {
	font-size: 64px;
	font-style: italic;
	letter-spacing: 0px;
	color: #f7f7f7;
	position: absolute;
	left: 39%;
	top: -13px;
	z-index: -1;
}

.ftitle47 p {
	height: 35px;
	line-height: 35px;
	color: #5d5b5b;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product47,
.solve47,
.news47 {
	padding-bottom: 40px;
}


/*头部开始*/

.header47 {
	width: 100%;
	background: #fff;
	padding: 20px 0 50px 0;
	position: relative;
	background: url(../imgg/headerBg.png);
}

.header47_tel {
	height: 73px;
	background: url(../imgg/header47icon2.png) no-repeat left top;
}

.header47_tel p {
	margin-left: 60px;
	font-size: 20px;
	color: #6d758d;
}

.header47_logo {
	width: 33.33%;
	height: 73px;
}

.header47_logo .hlogo {
	width: 100%;
	height: 100%;
}

.header47_logo .hlogo img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.header47_addr {
	width: 33.33%;
	height: 73px;
	background: url(../imgg/header47icon1.png) no-repeat left top;
}

.header47_addr p {
	margin-left: 60px;
	font-size: 20px;
	color: #6d758d;
}

.header47_nav {
	position: absolute;
	top: 110px;
	width: 90%;
	height: 70px;
	background: #006AA6;
	z-index: 2;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.header47_nav li {
	float: left;
	width: 12.5%;
	box-sizing: border-box;
	background: url(../imgg/header47icon3.png) no-repeat right center;
	background-size: 1px 25px;
	position: relative;
}

.header47_nav li:before {
	display: inline-block;
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 0;
	background: #3A99CE;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.header47_nav li:hover:before {
	height: 70px;
}

.header47_nav li>a {
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 22px;
	color: #fff;
}

.dropdown47 {
	display: none;
	position: absolute;
	width: 120%;
}

.dropdown47>a {
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	background: rgba(0, 0, 0, .4);
}

.dropdown47>a:hover {
	background: rgba(0, 106, 166, .7);
}

.header47_nav li:hover .dropdown47 {
	display: block;
}

.active47 {
	background: #fff;
}

.mmenu47 {
	display: none;
}


/*头部结束*/


/*banner开始*/

.banner {
	position: relative;
}

.banner .slider {
	width: 100% !important;
	height: 1014px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slider-main {
	width: 100%;
	height: 100%;
	position: absolute;
}

.banner .slider-main li {
	width: 100%;
	height: 100%;
}

.banner .slider-main li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .osSlider-main .slider-btn-prev {
	position: absolute;
	z-index: 30;
	top: 50%;
	left: -45px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	margin-top: -20px;
	background: url(../imgg/arrowPrev.png) 50% 50% no-repeat;
	transition: all 0.5s linear;
	cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-prev {
	left: 3%;
}

.banner .osSlider-main .slider-btn-next {
	position: absolute;
	z-index: 30;
	top: 50%;
	right: -45px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	margin-top: -20px;
	background: url(../imgg/arrowNext.png) 50% 50% no-repeat;
	transition: all 0.5s linear;
	cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-next {
	right: 3%;
	cursor: pointer;
}

.banner .osSlider-main .slider-nav {
	position: absolute;
	width: 100%;
	bottom: 40px;
	text-align: center;
	z-index: 25;
	font-size: 0;
}

.banner .osSlider-main .slider-nav li {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
	text-align: center;
	margin: 0 7px;
	border-radius: 50%;
	color: #333;
	background: #fff;
	cursor: pointer;
}

.banner .osSlider-main .slider-nav li.active {
	background: #006AA6;
	color: #fff;
}

@media screen and (max-width:959px) {
	.banner .slider {
		height: 310px;
	}
	.banner .slider-main {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.banner .slider-main li img {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	.banner .slider {
		height: 150px;
	}
	.banner .osSlider-main .slider-nav {
		bottom: 20px;
	}
}


/*banner结束*/


/*产品开始*/

.product47 {
	width: 100%;
	background: url(../imgg/probg.png) no-repeat center top;
	background-size: 100%;
}

.product47 .ftitle47 h3 span {
	color: #e6e6e6;
}

.pro47_nav {
	margin-top: 20px;
	border-radius: 50px;
	border: 1px solid #ccc;
}

.pro47_nav li {
	width: 12.5%;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 20px;
}

.pro47_nav li:hover {
	background: #ffc107;
}

.pro47_nav li:first-child:hover {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.pro47_nav li:nth-child(8):hover {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.pro47_nav li:nth-child(8) {
	border: none;
}

.pro47_nav li a {
	height: 55px;
	line-height: 55px;
	color: #242e42;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro47_nav li a:before {
	vertical-align: middle;
	width: 19px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../imgg/pro47icon1.png);
	transition: all 0.5s linear 0s;
}

.pro47_nav li:hover a:before {
	background-position-y: -20px;
}

.pro47_con {
	margin-top: 20px;
}

.pro47_con li {
	width: 24.25%;
	float: left;
	margin-left: 1%;
	margin-bottom: 10px;
	box-shadow: 5px 5px 15px 2px #e2e1e1;
}

.pro47_con li:first-child,
.pro47_con li:nth-child(5) {
	margin-left: 0;
}

.pro47_con .pro47_img {
	width: 100%;
	height: 385px;
	overflow: hidden;
}

.pro47_con .pro47_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.pro47_con .pro47_img img:hover {
	transform: scale(1.1);
}

.pro47_con span {
	position: relative;
	background: #eceeec;
	width: 100%;
	height: 55px;
	line-height: 55px;
	display: block;
}

.pro47_con span:before {
	content: "";
	background: #FFC107;
	height: 55px;
	position: absolute;
	left: 0;
	transition: all 0.5s ease;
	width: 0;
}

.pro47_con li:hover span:before {
	width: 100%;
}

.pro47_con span h3 {
	font-size: 20px;
	text-align: center;
	color: #242e42;
	display: block;
	position: relative;
	z-index: 1;
	background: url(../imgg/pro47icon2.png) no-repeat right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 55px;
	font-weight: normal;
}

.pro47_con li:hover h3 {
	color: #fff;
	background-position-x: 600px;
}

.pro47_con span h3:before {
	content: "";
	position: absolute;
	right: 0;
	top: 2.5px;
	width: 0;
	height: 50px;
	transition: all 0.5s linear 0s;
	background: url(../imgg/pro47icon3.png) no-repeat right;
}

.pro47_con li:hover h3:before {
	width: 50px;
}


/*产品结束*/


/*公司简介开始*/

.about47 {
	width: 100%;
	background: url(../imgg/habg1.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding-top: 40px;
	height: 580px;
}

.about47_con {
	width: 60%;
}

.about47_con h2 {
	font-size: 34px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 30px;
}

.about47_con h2 span {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 60px;
	color: rgba(0, 0, 0, .1);
}

.about47_con em {
	line-height: 45px;
	color: #666;
	font-style: normal;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.about47_con i {
	display: block;
	width: 50px;
	height: 4px;
	background: #006aa6;
	margin: 10px 0;
}

.about47_con p {
	margin-top: 30px;
	line-height: 35px;
	color: #666;
	height: 140px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.about47_con a {
	width: 250px;
	height: 55px;
	line-height: 55px;
	background: #FFC107;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

.button {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	border-radius: 100px;
}

.button span {
	position: relative;
	pointer-events: none;
}

.button::before {
	--size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #4405f7, transparent);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: width .2s ease, height .2s ease;
}

.button:hover::before {
	--size: 400px;
}

.about47_img {
	width: 30%;
	height: 472px;
	position: relative;
}

.about47_img .img {
	width: 100%;
	height: 100%;
}

.about47_img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about47_img .info {
	width: 470px;
	padding: 30px 30px 0 30px;
	background: rgba(255, 255, 255, .95);
	position: absolute;
	top: 60%;
	right: 60%;
	box-sizing: border-box;
	box-shadow: 5px 5px 15px 2px #e2e1e1;
}

.about47_img .info li {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

.about47_img .info li p {
	margin-bottom: 10px;
}

.about47_img .info li span {
	font-size: 30px;
	font-weight: bold;
	color: #006AA6;
}

.about47_img .info li span i {
	font-style: normal;
	margin-left: 10px;
	font-size: 18px;
	font-weight: normal;
}

.about47_img .info li:nth-child(4) {}

.about47_img .info li:nth-child(4) p {
	margin-bottom: 0;
	line-height: 35px;
}

.about47_img .info li:nth-child(4) p:first-child {
	border-bottom: 1px solid #ccc;
}

.about47_img .info li:nth-child(4) em {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	color: #006AA6;
	font-style: normal;
}


/*公司简介结束*/


/*案例开始*/

.case47 {
	width: 100%;
	height: 541px;
	overflow: hidden;
}

.case47_list {
	width: 100%;
	height: 541px;
	overflow: hidden;
	position: relative;
}

.case47_list .prev {
	position: absolute;
	top: 255px;
	left: 100px;
	width: 28px;
	height: 50px;
	background: url(../imgg/w_prev.png);
	cursor: pointer;
	z-index: 10;
}

.case47_list .next {
	position: absolute;
	top: 255px;
	right: 100px;
	width: 28px;
	height: 50px;
	background: url(../imgg/w_next.png);
	cursor: pointer;
	z-index: 10;
}

.case47_list ul {
	width: 100%;
	height: 541px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.case47Box {
	width: 100%;
	height: 541px;
	overflow: hidden;
	position: relative;
}

.case47Bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 541px;
	box-sizing: border-box;
	filter: blur(5px);
}

.case47List {
	margin: 80px auto;
	width: 60%;
	height: 381px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.case47List .case47Img {
	float: right;
	width: 550px;
	height: 381px;
	overflow: hidden;
}

.case47List .case47Img img {
	width: 550px;
	height: 381px;
}

.case47List .case47Title {
	position: absolute;
	z-index: 3;
	margin: 160px 0 85px 160px;
	width: 1000px;
	height: 150px;
	background: rgba(0, 106, 166, 0.4);
	border: 5px #006AA6 solid;
	overflow: hidden;
}

.case47List .case47Title .case47Left {
	width: 70%;
	color: #fff;
	float: left;
	padding: 35px 20px;
	box-sizing: border-box;
}

.case47List .case47Title .case47Left p {
	margin: 0;
}

.case47List .case47Title .case47Left h2 {
	font-size: 24px;
	height: 55px;
	line-height: 55px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case47List .case47Title .case47Right {
	width: 20%;
	color: #fff;
	float: right;
	height: 80px;
	line-height: 22px;
	background: url(../imgg/jh_write.png) 80% 35px no-repeat;
	padding-top: 35px;
	box-sizing: border-box;
}

.case47List .case47Title .case47Right span {
	display: block;
}

.case47List .case47Title .case47Right strong {
	font-size: 24px;
	line-height: 55px;
	font-weight: normal;
	display: block;
}


/*案例结束*/


/*广告条开始*/

.adv47 {
	width: 100%;
	height: 300px;
	background: url(../imgg/banner.jpg) fixed center top;
	background-size: 100% 100%;
}

.adv47 .txt {
	width: 50%;
	height: 300px;
	float: right;
	text-align: right;
	padding-top: 40px;
	color: #fff;
	background: #006AA6;
	padding-right: 5%;
	box-sizing: border-box;
}

.adv47 .txt h2 {}

.adv47 .txt span {
	line-height: 55px;
	font-size: 25px;
}

.adv47 .txt p {}

.adv47 .tel {
	width: 500px;
	background: #fff;
	float: right;
	margin-top: 40px;
}

.adv47 .tel span {
	font-size: 30px;
	line-height: 55px;
	color: #333;
	padding-right: 40px;
}

.adv47 .tel span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 21px;
	height: 22px;
	animation: msClock2 1.6s linear infinite;
	background: url(../imgg/adv47_tel.png) center center no-repeat;
}

@keyframes msClock2 {
	0%,
	70%,
	100% {
		transform: rotate(0) scale(1);
	}
	10%,
	30% {
		transform: rotate(-15deg) scale(1.1);
	}
	20%,
	40% {
		transform: rotate(15deg) scale(1.1);
	}
}

.adv47 .tel a {
	display: inline-block;
	width: 150px;
	background: #333333;
	color: #fff;
	line-height: 55px;
	float: right;
	text-align: center;
}


/*广告条结束*/


/*新闻开始*/

.news47 {
	width: 100%;
	background: url(../imgg/bg4.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.news47_left {
	width: 50%;
	height: 500px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.news47_left .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.news47_left .bd ul {
	height: 100%;
}

.news47_left .bd li {
	zoom: 1;
	height: 100%;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.news47_left .bd li a {
	width: 100%;
	height: 100%;
}

.news47_left .bd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.6s;
}

.news47_left .bd li:hover img {
	transform: scale(1.1);
}

.news47_left .bd li p {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 30px;
	box-sizing: border-box;
}

.news47_left .bd li p span {
	display: block;
}

.news47_left .bd li p em {
	font-size: 20px;
	display: block;
	font-size: 20px;
	display: block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news47_left .prev,
.news47_left .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../imgg/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.news47_left .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.news47_left .prev:hover,
.news47_left .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.news47_left .prevStop {
	display: none;
}

.news47_left .nextStop {
	display: none;
}

.news47_right {
	width: 48%;
	margin-top: 20px;
}

.news47_r_top {
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
	overflow: hidden;
}

.news47_r_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.news47_r_top img:hover {
	transform: scale(1.1);
}

.news47_right ul {}

.news47_right ul li {
	width: 49.5%;
	float: left;
	height: 250px;
}

.news47_right ul li:first-child {
	margin-right: 0.5%;
	position: relative;
}

.news47_right ul li:first-child .img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.news47_right ul li:first-child .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.news47_right ul li:first-child:hover img {
	transform: scale(1.1);
}

.news47_right ul li .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	background-image: url(../imgg/newsicon1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.news47_right ul li:nth-child(2) {
	margin-left: 0.5%;
	background: #006AA6;
	padding-right: 30px;
	box-sizing: border-box;
}

.news47_right ul li:nth-child(2) span {
	color: #fff;
	font-size: 18px;
	margin-top: 12%;
	display: block;
	line-height: 35px;
	margin-left: 10%;
}

.news47_right ul li:nth-child(2) h3 {
	font-size: 20px;
	color: #fff;
	margin-left: 10%;
	height: 35px;
	line-height: 35px;
	letter-spacing: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news47_right ul li:nth-child(2):hover {
	background: #1576AD;
}

.news47_list {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

.news47_list .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	bottom: -43px;
	left: 47%;
}

.news47_list .hd .prevStop {
	background-position: -60px 0;
}

.news47_list .hd .nextStop {
	background-position: -60px -50px;
}

.news47_list .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.news47_list .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../imgg/icoCircle.gif) 0 -9px no-repeat;
}

.news47_list .hd ul li.on {
	background-position: 0 0;
}

.news47_list .bd {
	overflow: hidden;
}

.news47_list .bd ul {
	overflow: hidden;
	zoom: 1;
}

.news47_list .bd ul li {
	width: 447px;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	padding: 2px;
	border-bottom: 3px solid #ccc;
	box-sizing: border-box;
}

.news47_list .bd ul li a {}

.news47_list .bd ul li h3 {
	padding: 0 10px;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news47_list .bd ul li h3:hover {
	color: #006AA6;
}

.news47_list .bd ul li span {
	padding: 0 10px;
	color: #006AA6;
	font-size: 17px;
}

.news47_list .bd ul li p {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666;
	padding: 0 10px;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*新闻结束*/


/*解决方案开始*/

.solve47 {
	width: 100%;
	padding-bottom: 60px;
	margin: 0 auto;
	background: #fff;
}

.solve47 .mainb {
	position: relative;
}

.solve47 .hd .prev {
	position: absolute;
	top: 310px;
	left: 0;
	z-index: 1;
}

.solve47 .hd .next {
	position: absolute;
	top: 310px;
	right: 0;
}

.solve47 .bd {
	width: 100%;
	margin-top: 20px;
}

.solve47 .bd ul {
	overflow: hidden;
}

.solve47 .bd li {
	position: relative;
	float: left;
	width: 515px;
	margin-left: 44px;
	border-bottom: 2px solid #e0e0e0;
}

.solve47 .bd .bor-hov {
	border-bottom: 2px solid #2a65b2;
}

.solve47 .bd li .date {
	position: absolute;
	top: 0;
	left: 12px;
	width: 70px;
	height: 60px;
	background: #2a65b2;
	color: white;
}

.solve47 .bd li .bg-hov {
	background: #c6160e;
}

.solve47 .bd li .date .day {
	padding-top: 2px;
	text-align: center;
	font-size: 26px;
}

.solve47 .bd li .date .mon {
	text-align: center;
	font-size: 15px;
}

.solve47 .bd li .pic {
	width: 100%;
	height: 357px;
}

.solve47 .bd li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solve47 .bd li .name {
	height: 55px;
	line-height: 55px;
	padding: 0 13px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.solve47 .bd li .col-hov {
	color: #2a65b2;
}

.solve47 .bd li .desc {
	padding: 0 13px;
	line-height: 30px;
	color: #888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*解决方案结束*/


/*尾部开始*/

.footer47 {
	width: 100%;
	background: url(../imgg/f_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding-top: 40px;
}

.footer47_l {
	width: 30%;
}

.footer47_ma {
	width: 100%;
	margin-bottom: 20px;
}

.footer47_ma span {
	display: inline-block;
}

.footer47_ma span:first-child {
	width: 15%;
	float: left;
}

.footer47_ma span:first-child img {
	width: 100%;
	height: 100%;
}

.footer47_ma span:nth-child(2) {
	width: 81%;
	height: 102px;
	float: right;
	border-left: 1px solid #909090;
	padding-left: 20px;
	box-sizing: border-box;
}

.footer47_ma span:nth-child(2) h2 {
	color: #fff;
	margin-top: 10px;
}

.footer47_ma span:nth-child(2) i {
	font-style: normal;
	color: #fff;
	display: block;
	margin-top: 20px;
}

.footer47_info {
	width: 100%;
}

.footer47_info li {
	width: 30%;
	margin-left: 5%;
	float: left;
	border-top: 1px solid #5D5D5D;
	position: relative;
	padding: 15px 0;
}

.footer47_info li:before {
	content: '';
	position: absolute;
	top: -2px;
	background: #006AA6;
	width: 50px;
	height: 2px;
}

.footer47_info li:first-child {
	margin-left: 0;
}

.footer47_info li:nth-child(4) {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}

.footer47_info li span {
	display: block;
	color: #b2b2b2;
}

.footer47_info li p {
	display: block;
	color: #fff;
	margin-top: 5px;
}

.footer47_nav {
	width: 68%;
}

.footer47_nav li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.footer47_nav li:before {}

.footer47_nav li:after {}

.footer47_nav li h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #e4e3e3;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-right: 30%;
}

.footer47_nav li h3:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #006aa6;
	width: 40px;
	height: 2px;
}

.footer47_nav li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #848181;
	transition: 0.6s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer47_nav li a:before,
.footer47_nav li a:after {}

.footer47_nav li a:hover {
	padding-left: 17px;
	background: url(../imgg/foot-line.png) no-repeat left center;
	color: #fff;
}

.link47 {
	width: 100%;
	background: #373737;
}

.link47 em {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.link47 em i {
	font-size: 20px;
	font-style: normal;
}

.link47 a {
	display: inline-block;
	color: #b2b2b2;
	padding: 0 10px;
}

.link47 a:hover {
	color: #006AA6;
}

.copyright47 {
	width: 100%;
	background: #191818;
	text-align: center;
}

.copyright47 p,
.copyright47 a {
	display: inline-block;
	color: #b2b2b2;
	line-height: 35px;
}

.copyright47 a:hover {
	color: #006AA6;
}

.mfooter47 {
	display: none;
}


/*尾部结束*/


/* **********************4747474747474747474747****************************** */
/* **********************484848484848484848484848****************************** */

.ftitle48 {
	width: 100%;
	padding-top: 40px;
}

.ftitle48 h3 {
	font-size: 40px;
	color: #242e42;
	text-align: center;
	position: relative;
}

.ftitle48 h3:before,
.ftitle48 h3:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #aaa;
	width: 35%;
	height: 1px;
}

.ftitle48 h3:before {
	left: 0;
}

.ftitle48 h3:after {
	right: 0;
}

.ftitle48 h3 em {
	display: inline-block;
	margin: 0 5px;
	font-style: normal;
}

.ftitle48 h3 span {
	display: inline-block;
	color: #9E3325;
	text-transform: capitalize
}

.ftitle48 p {
	text-align: center;
	color: #666;
	line-height: 30px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


/*头部开始*/

.header48 {
	width: 100%;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
	position: absolute;
	top: 6%;
	left: 0;
	z-index: 2;
}
.header48_pos{
	width: 100%;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
	position: fixed;
	top:0;
	left: 0;
	z-index: 3;
	background:#fff;
}
.mheader48{
	position:inherit;
}
.header48 .mainb {
	background: rgba(255, 255, 255, .9);
	border-radius: 4px;
	border-radius: 10px;
}

.hlogo48 {
	width: 16%;
}

.hlogo48 .ilogo {
	width: 100%;
	height: 100%;
}

.hlogo48 .ilogo img {
	height: 70px;
	width: auto;
	margin-top: 5px;
	margin-left: 10px;
}

.nav48 {
	width: 70%;
}

.nav48 li {
	width: 12.5%;
	float: left;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
	z-index: 2;
}

.nav48 li:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #9E3325;
	left: 0%;
	right: 0;
	width: 0%;
	top: 0;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav48 li:hover:before {
	width: 100%;
}

.nav48 li>a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
	color: #666;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav48 li:hover>a {
	color: #fff;
}

.dropdown48 {
	display: none;
	width: 140%;
	position: absolute;
	top: 80px;
	left: 0;
	background: rgba(255, 255, 255, 1);
}

.dropdown48 a {
	border-bottom: 1px dashed #ccc;
	height: 55px;
	line-height: 55px;
	padding: 0 35px 0 10px;
	box-sizing: border-box;
	color: #242e42;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.dropdown48 a span {
	display: inline;
	position: absolute;
	right: -15px;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(0deg) translate(-20px, 0px);
	-ms-transform: rotate(0deg) translate(-20px, 0px);
	transform: rotate(0deg) translate(-20px, 0px);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.dropdown48 a span:before {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	display: inline-block;
	content: "";
	background: url(../imgg/header48icon2.png);
	background-size: 100% 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.dropdown48 a:hover {
	background: #9E3325;
	color: #fff;
}

.nav48 li:hover .dropdown48 {
	display: block;
}

.htel48 {
	width: 14%;
}

.htel48 p {
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

.htel48 p:before {
	vertical-align: middle;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../imgg/header48icon1.png);
	background-size: 100% 100%;
}

.on48{background:#9E3325;}

.on48>a{color:#fff!important;}
/*头部结束*/


/*banner开始*/

.g-in {
	width: 55%;
	margin: 0 auto;
}

.banner48 {
	position: relative;
	width: 100%;
}

.bannerSJ {
	display: none;
}

.banner48 .bannerTxt {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	transform: translateY(-150%);
	box-sizing: border-box;
	padding-left: 56px;
}

.banner48 .bannerTxt .sp1 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 30px;
}

.banner48 .bannerTxt .sp1:before {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.banner48 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner48 img {
	width: 100%;
	transition: all 3s;
}

.banner48 .swiper-slide {
	overflow: hidden;
}

.banner48 .bannerTxt {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 42%;
}

.banner48 .bannerTxt .txt {
	color: #fff;
}

.banner48 .bannerTxt .txt .intit {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	letter-spacing: 2px;
}

.banner48 .bannerTxt .txt .inbod {}

.banner48 .bannerTxt .txt .inbod .d1 {
	font-size: 24px;
	margin: 30px 0px 6px;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s 0.2s;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

.banner48 .bannerTxt .txt .inbod .d2 {
	font-size: 20px;
	font-weight: lighter;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s 0.4s;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	letter-spacing: 2px;
}

.banner48 .swiper-slide-active .bannerTxt .txt .intit {
	transform: translateY(0px);
	opacity: 1;
}

.banner48 .swiper-slide-active .bannerTxt .txt .inbod .d1 {
	transform: translateY(0px);
	opacity: 1;
}

.banner48 .swiper-slide-active .bannerTxt .txt .inbod .d2 {
	transform: translateY(0px);
	opacity: .8;
}

.banner48 .anniu {
	position: absolute;
	width: 100%;
	bottom: 10%;
	z-index: 1;
}

.banner48 .anniu .g-in {
	position: relative;
}

.banner48 .anniu .pageOn {
	position: static;
	font-family: Bell MT;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 46px;
	position: relative;
	margin-top: 36px;
	margin-left: 36px;
}

.banner48 .anniu .pageOn:before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}

.banner48 .anniu .pageOn span {
	background-color: transparent;
}

.banner48 .anniu .pageOn .swiper-pagination-total {
	font-size: 20px;
}

.banner48 .anniu .pageOn em {
	font-size: 20px;
}

.banner48 .anniu .btnG {
	width: 164px;
	position: relative;
}

.banner48 .anniu .btnG .play {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 0px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
}

.banner48 .anniu .btnG .play:hover {
	background-color: #9E3325;
	border-color: #9E3325;
}

.banner48 .anniu .btnG .play:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -4px;
	background: url(../imgg/st.png) center no-repeat;
}

.banner48 .anniu .btnG .play.puse:before {
	background: none;
	width: 0px;
	height: 0px;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 0px;
	margin-top: -8px;
	margin-left: -3px;
}

.banner48 .anniu .btn {
	position: static;
	width: 40px;
	height: 40px;
	margin: 0px;
	border-radius: 100%;
	transition: all 0.3s;
}

.banner48 .anniu .prev {
	float: left;
	background: url(../imgg/baprev.png) center no-repeat;
	background-color: #fff;
}

.banner48 .anniu .prev:hover {
	transform: translateX(-10px);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.banner48 .anniu .next {
	float: right;
	background: url(../imgg/banext.png) center no-repeat;
	background-color: #fff;
}

.banner48 .anniu .next:hover {
	transform: translateX(10px);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 959px) {
	html,
	body {
		min-width: 660px;
		max-width: 770px;
		overflow-x: hidden;
	}
	.g-in {
		width: 98%;
	}
	.banner48 .bannerTxt {
		display: none;
	}
}

@media screen and (max-width:640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.banner48 .anniu .pageOn {
		display: none;
	}
}


/*banner结束*/


/*产品开始*/
.pro48{
	padding-bottom: 40px;
	background: url(../imgg/pro48bj.jpg) no-repeat center/cover;
}
.pro48_nav {
	text-align: center;
	justify-content: center;
	margin: 20px 0;
}

.pro48_nav li {
	display: inline-block;
	margin: 5px;
}

.pro48_nav li a {
	display: inline-block;
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border: 1px solid #b4b4b4;
	font-size: 20px;
	color: #666;
	position: relative;
	z-index: 1;
}

.pro48_nav li a:hover {
	color: #ffffff;
	border-color: #dddddd;
}

.pro48_nav li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #9E3325;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.pro48_nav li a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.pro48_list {
	width: 100%;
}

.pro48_list li {
	width: 24.925%;
	height: 434px;
	float: left;
	margin: 0 0 0.2% 0.1%;
	position: relative;
	overflow: hidden;
}

.pro48_list li:first-child,
.pro48_list li:nth-child(5),
.pro48_list li:nth-child(9) {
	margin-left: 0;
}

.pro48_img {
	width: 100%;
	height: 434px;
}

.pro48_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*.pro48_mask{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity: 0;
    background: rgba(0,0,0,.7);
}
.pro48_list li:hover .pro48_mask{
	opacity: 1;
}*/

.pro48_con {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 500px;
	left: 0;
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.pro48_list li:hover .pro48_con {
	top: 0;
}

.pro48_con h3 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro48_con em {
	display: block;
	width: 80px;
	height: 3px;
	background: #FFF;
	margin: 30px 0;
}

.pro48_con p {
	font-size: 18px;
	color: #fff;
	height: 105px;
	line-height: 35px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pro48_more {
	width: 300px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFF;
	background: #C8000A;
	margin-top: 60px;
	text-transform: uppercase;
}


/*产品结束*/



/*公司简介开始*/

.about48 {
	background: #F2F2F4;
	position: relative;
}

.about48_title {
	width: 50%;
	margin-left: 5%;
}

.about48_title .eng {
	margin-top: 4%;
	position: relative;
	z-index: 0;
}

.about48_title .eng span,
.about48_title .eng em {
	font-size: 110px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #e5e5e6;
	font-family: 宋体;
	letter-spacing: 25px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.about48_title .eng span b,
.about48_title .eng em b {
	font-weight: normal;
	color: #F9A71D;
}

.about48_title .eng em b {
	color: #9E3325;
}

.about48_title .eng em>i {
	color: #FFF;
	display: contents;
}

.about48_title .eng i {
	position: absolute;
	bottom: -9%;
	left: 58%;
	width: 150px;
	height: 150px;
	display: block;
	background: #f9a71d url(../imgg/about48jt.png) no-repeat bottom right;
	z-index: -1;
}

.about48_title ul {
	position: relative;
	width: 65%;
	height: 1200px;
}

.about48_title ul li:first-child {
	margin-top: 20%;
	font-size: 38px;
	letter-spacing: 10px;
	font-weight: bold;
	color: #9e3325;
}

.about48_title ul li:first-child img {
	margin-top: 30px;
}

.about48_title ul li:nth-child(2) {
	font-size: 48px;
	color: #9E3325;
	letter-spacing: 5px;
	position: absolute;
	width: 400px;
	left: 0%;
	top: 60%;
}

.about48_title ul li:nth-child(2) b {
	display: block;
}

.about48_con {
	width: 70%;
	margin-top: 10%;
}

.about48_con h3 {
	font-size: 34px;
	letter-spacing: 2px;
	text-align: center;
	color: #242e42;
	margin-top: 70px;
}

.about48_con em {
	display: block;
	width: 100px;
	height: 4px;
	background: #9E3325;
	margin: 15px auto;
}

.about48_con span {
	display: block;
	color: #aaa;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.about48_con p {
	margin-top: 40px;
	padding: 0 40px;
	color: #707070;
	line-height: 30px;
	height: 150px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.about48_more {
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #9E3325;
	color: #fff;
	text-align: center;
	margin: 40px auto 0 auto;
}

.about48_img {
	width: 42%;
}

.about48_img img {
	width: 100%;
	height: 700px;
}


/*公司简介结束*/


/*案例开始*/
.case48{padding-bottom: 40px;} 
.case48 ul {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.case48 .copy {
	width: 25%;
	height: 440px;
	position: relative;
	box-sizing: border-box;
}

.case48 .copy .bjimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case48 .copy .desc {
	width: calc( 100% - 60px);
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: left;
	padding: 0 30px;
	transition: all 1s;
}

.case48 .copy .desc:hover {
	background: rgba(158, 51, 37, 0.9);
}

.case48 .copy.on .desc {
	background: rgba(158, 51, 37, 0.9);
}

.case48 .copy .desc .name {
	font-size: 22px;
	line-height: 60px;
	margin-top: 153%;
	transition: all 1s;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.case48 .copy .desc:hover .name {
	margin-top: 10%;
}

.case48 .copy.on .desc .name {
	margin-top: 10%;
}

.case48 .copy .desc .msg {

	line-height: 30px;
	
	opacity: 0;
	transition: all 1s;
	height: 90px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.case48 .copy .desc:hover .msg {
	opacity: 1;
}

.case48 .copy.on .desc .msg {
	opacity: 1;
}

.case48 .copy .desc a {
	
	line-height: 45px;
	font-family: 'Poppins-Medium';
	color: #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 30px;
	opacity: 0;
	bottom: 50%;
	transition: all 1s;
}

.case48 .copy .desc:hover a {
	opacity: 1;
	bottom: 45px;
}

.case48 .copy.on .desc a {
	opacity: 1;
	bottom: 45px;
}

.case48 .copy .desc a img {
	padding-left: 67px;
	display: inline-block;
}


/*案例结束*/


/*广告条开始*/

.adv48 {
	background: url(../imgg/adv48_bj.jpg) no-repeat center/cover;
	color: #fff;
	padding: 40px 0 40px 0;
}

.adv48 .adv48_title strong {
	color: #fff
}

.adv48_title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.adv48_title small {
	display: block;
	font-size: 50px;
	text-transform: uppercase;
}

.adv48 .adv48_title strong {
	color: #fff;
}

.adv48_title strong {
	display: block;
	position: relative;
	color: #104492;
	font-size: 34px;
	margin-top: 10px;
}

.adv48_title strong:after {
	position: absolute;
	right: 0;
	top: 52%;
	height: 1px;
	width: 90%;
	content: "";
	background: #e5e5e5;
}

.adv48_list {
	margin: -20px 0 0 -20px
}

.adv48_list li {
	float: left;
	width: 25%
}

.adv48_list li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgba(255, 255, 255, .2);
	padding: 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
}

.adv48_list li .img-center {
	float: left;
	width: 92px;
	line-height: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1)
}

.adv48_list li .text {
	margin-left: 116px
}

.adv48_list li .text h4 {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.8
}

.adv48_list li .text p {
	margin: 10px 0 0
}

.adv48_list li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgba(158, 51, 37, .9)
}


/*广告条结束*/


/*新闻开始*/

.news48 {
	width: 100%;
	padding-bottom: 40px;
	background: url(../imgg/news48bj.png) no-repeat center/cover;
}

.news48 .top {
	margin-top: 20px;
}

.news48 .top .video {
	width: 60%;
	height: 400px;
	position: relative;
}
.news48 .top .video a {
	width: 100%;
	height: 100%;
}
.news48 .top .video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news48 .top .video h3,
.news48 .top .img h3 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
}

.news48 .top .video h3 span,
.news48 .top .img h3 span {
	color: #FCB026;
	font-size: 20px;
}

.news48 .top .img {
	width: 38%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.news48 .top .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.news48 .top .img img:hover {
	transform: scale(1.2);
}

.news48 .bottom {
	height: 250px;
	overflow: hidden;
}

.news48 .bottom .b_l {
	width: 17%;
	margin: 20px 0;
}

.news48 .bottom .b_l li {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #d6d9da;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
}

.news48 .bottom .b_l li.cur {
	background: #333F47;
}

.news48 .bottom .b_l li.cur span {
	color: #FCB026;
}

.news48 .bottom .b_l li.cur:after {
	content: '';
	width: 14px;
	height: 32px;
	background: url(../imgg/news48jt.png) no-repeat center;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -16px;
}

.news48 .bottom .b_l li span {
	font-size: 20px;
	font-weight: normal;
	color: #333f47;
	text-transform: uppercase;
}

.news48 .bottom .b_l li span em {
	font-size: 34px;
	font-weight: bold;
	display: inline-block;
	font-style: normal;
	width: 120px;
	margin-right: 50px;
}

.news48 .bottom .b_r {
	width: 82%;
}

.news48 .swiper-container {
	width: 100%;
	height: auto;
	/*margin: 20px auto;*/
}

.news48 .swiper-slide {
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 40px;
	margin: 20px 0;
	box-sizing: border-box;
}

.news48 .swiper-slide:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.news48 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.news48 .bottom .title {
	color: #818181;
}

.news48 .bottom .title span {
	font-size: 36px;
	font-weight: bold;
	color: #FCB026;
}

.news48 .bottom .title i {
	color: #FCB026;
	margin: 0 5px;
	font-size: 30px;
}

.news48 .bottom .title em {
	color: #FCB026;
	font-size: 20px;
	font-style: normal;
	margin-right: 30px;
}

.news48 .bottom .swiper-slide h3 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-weight: normal;
	font-size: 20px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.news48 .bottom .swiper-slide .txt {
	    color: #666;
	width: 100%;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news48 .swiper-button-next{
	    right: -7px;
	width: 35px;
    height: 35px;
	background: url(../imgg/news48_l.png) no-repeat;
	background-size:100% 100%;
}
.news48 .swiper-button-prev{
	left: -8px;
	width: 35px;
    height: 35px;
	background: url(../imgg/new48_r.png) no-repeat;
	background-size:100% 100%;
}

/*新闻结束*/


/*解决方案开始*/
.partner{
	padding-bottom: 40px;
	background: url(../imgg/partner48bj.jpg) no-repeat center/cover;
}
.partner ul{
	width: 100%;
	margin-top: 20px;
	border-right: 1px solid #ccc;
}
.partner ul li{
	width: 12.5%;
	height:170px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}
.partner ul li:nth-child(-n+8){
	border-top: 1px solid #ccc;
	
}

.partner ul li img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.partner ul li img:hover{
	 transform: scale(1.2);
}
/*解决方案结束*/
.link48{
	padding-bottom: 15px;
    background: #f3f2f2;
}
.link48 span{
	    font-size: 40px;
    font-weight: bold;
}
.link48 b{
	
}
.link48 a{
	    display: inline-block;
    padding: 0 20px;
    color: #000;
}
.link48 a:hover{
	color: #9E3325;
}
/*尾部开始*/
.footer48{
	background: url(../imgg/footer48_bg.jpg) no-repeat center left;
	background-size: 100% 100%;
	padding: 0px 0 40px 0;
}
.foot48_info{
	width: 17%;
	background: #9E3325;
	border-right: 3px solid rgba(238,238,238,.8);
	margin-right:1%;
    padding: 40px 1% 1% 1%;
    box-sizing: border-box;
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.foot48_info .tel{
	width: 100%;
	color: #efeaea;
	margin-bottom: 20px;
	background: url(../imgg/f_tel.png) no-repeat center left;
}
.foot48_info .tel p{
	margin-left: 70px;
}

.foot48_info .tel span{
	font-size: 30px;
	margin-left: 70px;
}
.foot48_info p{
	color: #efeaea;
	line-height: 30px;
}
.foot48_info p marquee{
	width: 280px;
	float: right;
}
.foot48_info img{
	width: 130px;
	height: 130px;
	margin-top: 20px;
}
.foot48_nav{
	width: 62%;
    margin-left: 5%;
	margin-top: 40px;
}
.foot48_nav li {
 	width: 25%;
 	box-sizing: border-box;
 	float: left;
 }
 
 .foot48_nav li p {
 	padding-left: 35px;
 	background: url(../imgg/footer48_icon2.png) no-repeat left center;
 	font-size: 20px;
 	color: #efeaea;
 	margin-bottom: 20px;
 }
 
 .foot48_nav li p span {
 	font-size: 16px;
 	font-family: Arial, Helvetica, sans-serif;
 	color: #F5BC17;
 	padding-left: 5px;
 }
 
 .foot48_nav li a {
 	padding-left: 10px;
 	font-size: 18px;
 	color: #999;
 	display: block;
 	line-height: 34px;
 }
 
 .foot48_nav li a:hover {
 	color: #F5BC17;
 }
 
 .foot48_nav li a em {
 	padding-left: 10px;
 }
.foot48_mes{
	width: 15%;
}
.foot48_mes h2{
	color: #fff;
	margin-top: 40px;
}
.foot48_mes input,.foot48_mes textarea{
	background: none;
	border: none!important;
	border-bottom: 1px solid #999!important;
	width: 100%;
	color: #fff;
	 -webkit-text-fill-color:#928f8f;
}
.foot48_mes input{
	height: 50px;
}
.foot48_mes textarea{
	height: 100px;
}
.foot48_mes .forml_sub{
	display: block;
    background: #f5bc17;
    border: none;
    color: #fff;
	-webkit-text-fill-color: #fff;
    font-size: 18px;
    width: 200px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
}

/* .foot48_mes #checkCode{
	border-bottom: 1px solid #999;
} */
.copyright48{
	width: 100%;
	background: #191818;
	text-align: center;
}
.copyright48 p,.copyright48 a{
	display: inline-block;
	color: #b2b2b2;
	line-height: 35px;
}
.copyright48 a:hover{
	color: #006AA6;
}
.mfoot48_nav,.mmenu48{display:none;}


/*尾部结束*/

/*新增*/
/*111111111111111111111111111111*/

.good48 {
	background-color: #d80c18;
	padding: 25px 0;
	color: #ffffff;
}

.good48-title {
	width: 20%;
	border-right: 1px solid rgba(230, 240, 240, 0.5);
	padding: 50px 0;
	padding-right: 30px;
	float: left;
}

.good48-title h4 {
	font-size: 42px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 42px;
	text-transform: uppercase;
}

.good48-title h3 {
	font-size: 36px;
	line-height: 46px;
}

.good48-list {
	/*float: right;*/
	padding: 24px 0;
	cursor: pointer;
}

.good48-item {
	display: inline-block;
	vertical-align: top;
	margin-left: 300px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.good48-item span {
	display: block;
	width: 36px;
	height: 38px;
	background: url(../imgg/good48-icon.png) no-repeat;
}

.good48-item strong {
	display: block;
	font-size: 24px;
	line-height: 34px;
	padding: 10px 0;
}

.good48-item ul li {
	line-height: 35px;
	padding-left: 12px;
	position: relative;
}

.good48-item ul li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 14px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #ffffff;
}

.good48-item:hover {
	transform: translateY(-20px);
}


/*222222222222222222222222222*/

.solution48 {
	/*width: 1300px;*/
	margin: 0 auto;
	padding: 50px 0;
}

.solution48-title {
	text-align: center;
}

.solution48-title h4 {
	color: #d80c18;
	font-size: 42px;
	line-height: 42px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}

.solution48-title b {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 1px;
	background-color: #d80c18;
	margin: 0 20px;
}

.solution48-title h3 {
	font-size: 36px;
	color: #333333;
	line-height: 46px;
	margin-top: 6px;
}

.solution48-title h3 span {
	color: #d80c18;
}

.solution48-list {
	text-align: center;
	margin-top: 50px;
}

.solution48-item {
	width: calc(33% - 70px);
	height: 246px;
	display: inline-block;
	margin: 33px;
	vertical-align: top;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.solution48-icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
	margin: 0 auto;
	margin-top: -36px;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.solution48-item:nth-child(1) .solution48-icon {
	background-image: url(../imgg/nsolve48icon1.png);
}

.solution48-item:nth-child(2) .solution48-icon {
	background-image: url(../imgg/nsolve48icon2.png);
}

.solution48-item:nth-child(3) .solution48-icon {
	background-image: url(../imgg/nsolve48icon3.png);
}

.solution48-item:nth-child(4) .solution48-icon {
	background-image: url(../imgg/nsolve48icon4.png);
}

.solution48-item:nth-child(5) .solution48-icon {
	background-image: url(../imgg/nsolve48icon5.png);
}

.solution48-item:nth-child(6) .solution48-icon {
	background-image: url(../imgg/nsolve48icon6.png);
}

.solution48-item:hover {
	box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
}

.solution48-item:hover:nth-child(1) .solution48-icon {
	background-image: url(../imgg/nsolve48icon1-1.png);
}

.solution48-item:hover:nth-child(2) .solution48-icon {
	background-image: url(../imgg/nsolve48icon2-1.png);
}

.solution48-item:hover:nth-child(3) .solution48-icon {
	background-image: url(../imgg/nsolve48icon3-1.png);
}

.solution48-item:hover:nth-child(4) .solution48-icon {
	background-image: url(../imgg/nsolve48icon4-1.png);
}

.solution48-item:hover:nth-child(5) .solution48-icon {
	background-image: url(../imgg/nsolve48icon5-1.png);
}

.solution48-item:hover:nth-child(6) .solution48-icon {
	background-image: url(../imgg/nsolve48icon6-1.png);
}

.solution48-item h5 {
	font-size: 24px;
	color: #d80c18;
	line-height: 34px;
	margin-top: 22px;
}

.solution48-item p {
	font-size: 18px;
	color: #333333;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 28px;
}

.solution48-item ul {
	display: inline-block;
	margin-top: 10px;
}

.solution48-item ul li {
	text-align: left;
	color: #333333;
	line-height: 30px;
}


/*3333333333333333333333333333333*/

.choose48 {
	padding: 76px 0;
	background: url(../imgg/choose.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	text-align: center;
}

.choose48 h2 {
	font-size: 42px;
	color: #ffffff;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.choose48 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 56px;
	color: #d80c18;
	line-height: 60px;
	font-weight: bolder;
}

.choose48 p {
	font-size: 19px;
	color: #ffffff;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
	/* word-spacing: 1px; */
	line-height: 32px;
	margin-bottom: 5px;
}

.choose48 h4 {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	color: #d80c18;
	line-height: 64px;
	font-weight: bolder;
	line-height: 42px;
	letter-spacing: 10px;
	padding-left: 10px;
}

.choose48 b {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	height: 1px;
	background-color: #e6f0f0;
	margin: 0 16px;
}



/*4444444444444444444444444444444*/

.ques48 {
	padding: 50px 0;
	background-image: url(../imgg/ques-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.ques48-title {
	width: 20%;
	border-right: 1px solid rgba(230, 240, 240, 0.2);
	padding: 50px 0;
	padding-right: 30px;
	float: left;
	color: #d80c18;
}

.ques48-title h4 {
	font-size: 42px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 42px;
	text-transform: uppercase;
	word-spacing: 8px;
}

.ques48-title h3 {
	font-size: 36px;
	line-height: 46px;
}

.ques48-title h3 span {
	display: block;
	color: #ffffff;
}

.ques48-list {
	cursor: pointer;
	float: left;
	margin-left: 50px;
	padding: 29px 0;
}

.ques48-item {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	margin-right: 400px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ques48-item:nth-child(3) {
	margin-right: 0px;
}

.ques48-item-tit span {
	display: block;
	width: 50px;
	height: 40px;
	background: url(../imgg/ques-icon.png) no-repeat;
}

.ques48-item strong {
	display: block;
	font-size: 24px;
	line-height: 34px;
	padding: 10px 0;
}

.ques48-item ul li {
	line-height: 35px;
	position: relative;
}

.ques48-item:hover {
	color: #d80c18;
}


/*5555555555555555555555555555*/

.free {
	background-image: url(../imgg/free.jpg);
	padding: 50px 0;
	background-size: auto 100%;
	background-position: center center;
}

.free-box {
	width: 1200px;
	margin: 0 auto;
}

.free-title {
	width: 590px;
	border-right: 1px solid rgba(230, 240, 240, 0.2);
	padding: 30px 0;
	padding-right: 30px;
	float: left;
	color: #d80c18;
}

.free-title h4 {
	font-size: 42px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 42px;
	text-transform: uppercase;
	word-spacing: 8px;
}

.free-title h3 {
	font-size: 36px;
	line-height: 46px;
}

.free-title h3 span {
	display: block;
	color: #ffffff;
}

.liuyan {
	width: 460px;
	float: right;
}

.liuyan-head {
	width: 100%;
	margin-bottom: 10px;
}

.liuyan-head p {
	color: #f8f8f8;
	font-size: 16px;
	line-height: 30px;
}

.liuyan form {
	width: 100%;
	position: relative;
}

.liuyan form li {
	display: block;
	list-style: none;
	width: 100%;
	margin-bottom: 25px;
}

.input-text {
	width: 100%;
	height: 45px;
	padding-left: 16px;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	background-color: transparent;
	color: #928f8f;
	background-color: rgba(69, 69, 73, 0.5);
	border: none;
	 -webkit-text-fill-color:#928f8f;
}

input:focus {
	outline: 0;
}

textarea:focus {
	outline: 0;
	border: 1px solid #39b54a;
}

input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #f8f8f8;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #f8f8f8;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #f8f8f8;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #f8f8f8;
}

textarea::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #f8f8f8;
	font-family: Microsoft YaHei, 微软雅黑;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #f8f8f8;
	font-family: Microsoft YaHei, 微软雅黑;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #f8f8f8;
	font-family: Microsoft YaHei, 微软雅黑;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #f8f8f8;
	font-family: Microsoft YaHei, 微软雅黑;
}

.input-submit input {
	display: block;
	margin-top: 30px;
	margin-left: 10px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #d80c18;
	cursor: pointer;
	color: #f8f8f8;
	border: none;
	font-size: 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.input-submit input:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	transform: translateY(-2px);
}
/* **********************48484848484848484848484848****************************** */


/* 内页开始 */

.imainbox {
	padding: 30px 0 0;
}

.ibanbox {
	height: 427px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.iban1 {
	background-image: url(../imgg/ban1.jpg);
	background-size: 100% 100%;
}

.ibanbox h2 {
	color: #5a5a5a;
	padding-top: 90px;
	font-size: 36px;
}

.ibanbox em {
	display: block;
	width: 60px;
	height: 2px;
	background: #F5BC17;
	border-radius: 3px;
	margin: 15px auto;
}

.ibanbox p {
	color: #777;
}

.ierbox {
	margin-top: 10px;
}

.ibanbox .ierbox li {}

.ibanbox .ierbox .btn {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 15%;
	/* margin-left: 1%; */
	margin-bottom: 1%;
}

.ibanbox .ierbox .btn span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	transition: 0.3s;
}

.ibanbox .ierbox .btn-2::before {
	position: absolute;
	content: "";
	background-color: rgb(204, 0, 1);
	transition: 0.3s ease-out;
}

.ibanbox .ierbox .btn-2 span {
	color: #777;
	border: 1px solid #777;
	transition: 0.2s;
}

.ibanbox .ierbox .btn-2 span:hover {
	color: rgb(255, 255, 255);
	transition: 0.2s 0.1s;
}


/* 6. hover-slide-down */

.ibanbox .ierbox .btn.hover-slide-down::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 0%;
	width: 100%;
}

.ibanbox .ierbox .btn.hover-slide-down:hover::before {
	position: absolute;
	content: "";
	height: 100%;
}

.ibread .mainb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}

.ibread h2 {
	font-size: 30px;
	float: left;
	background: url(../imgg/ibread1.png) no-repeat left center;
	padding-left: 45px;
}

.ibread p {
	float: right;
	color: #888;
	background: url(../imgg/bread2.png) no-repeat left center;
	padding-left: 20px;
}

.ibread p a {
	color: #666;
	display: inline-block;
}

.ibread p a:hover {
	color: #F5BC17;
}

.icontxt {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
}

.icontxt img {
	max-width: 100%;
	height: auto;
}

.imainbox .hysbox .hys_con {
	position: relative;
	padding: 10px 0;
	top: auto;
	left: auto;
}


/*留言*/

.ly_input {
	font-size: 16px;
	width: 100%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #999;
	-webkit-text-fill-color: #928f8f;
}

.ly_text {
	font-size: 16px;
	width: 100%;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #999;
	font-family: "微软雅黑";
	-webkit-text-fill-color: #928f8f;
}

.lybox {
	margin: 0 auto;
	text-align: center;
}

.G_botton {
	width: 55px;
	height: 30px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
}

.lyform_li {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	clear: both;
	position: relative;
}

.lyform_li img {
	position: absolute;
	right: 35%;
	top: 55px;
}

#checkCode {
	font-size: 16px;
	width: 100%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #999;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-text-fill-color: #928f8f;
}

.forml_sub,
.reset_btn {
	width: 20%;
	height: 55px;
	border: none;
	color: #fff;
	font-family: 微软雅黑;
	border-radius: 3px;
	font-size: 18px;
	margin: 25px 25px 0 0;
	background: #999;
}

.forml_sub {
	background: #F5BC17;
}

.forml_sub:hover,
.reset_btn:hover {
	cursor: pointer;
	opacity: 0.8;
	transition: .3s;
}

.lyform_t {
	display: block;
	line-height: 42px;
	font-weight: bold;
	color: #F5BC17;
	font-size: 18px;
}


/*放大镜列表*/

.fs_gallery {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.fs_gallery_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	color: #ccc;
	font-size: 34px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	z-index: 102;
}

.fs_gallery_close:before {
	content: "×";
}

.fs_gallery_close:hover {
	color: #fff;
}

.fs_gallery_prev,
.fs_gallery_next {
	position: absolute;
	width: 80px;
	color: #ccc;
	font-size: 30px;
	cursor: pointer;
	z-index: 101;
}

.fs_gallery_prev:hover,
.fs_gallery_next:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.fs_gallery_prev {
	left: 0;
	top: 0;
	bottom: 0;
}

.fs_gallery_next {
	right: 0;
	top: 0;
	bottom: 0;
}

.fs_gallery_prev:before {
	content: "‹";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}

.fs_gallery_next:before {
	content: "›";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}

.fs_gallery_shuft {
	position: relative;
	width: 9999999px;
}

.fs_gallery_shuft:after {
	clear: both;
	content: "";
	display: block;
}

.fs_gallery_shuft_item {
	float: left;
	position: relative;
}

.fs_gallery_shuft_item img {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
	left: 50%;
}

.ihonr_con li {
	width: 24.2%;
	width: 24%\9;
	float: left;
	margin: 0 1% 1% 0;
}

.ihonr_con li:nth-child(4n) {
	margin-right: 0;
}

.ihonr_con li .ihonr_pic {
	width: 100%;
	height: 383px;
	overflow: hidden;
	position: relative;
}

.ihonr_con li .ihonr_pic img {
	width: 100%;
	display: block;
	height: 100%;
}

.ihonr_con li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.ihonr_con li:hover p {
	bottom: -55px;
	transition: .6s;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	padding-top: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: 15px;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #F5BC17;
	border: 1px solid #F5BC17;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}


/*案例列表*/

.icasli_con .hcase_con li {
	width: 32.6%;
	width: 32%\9;
}

.icasli_con .hcase_con li:nth-child(2n) {
	margin-right: 1%;
}

.icasli_con .hcase_con li:nth-child(3n) {
	margin-right: 0;
}

.icasli_con .hcase_con li .hcase_info p {
	height: 25px;
}

.icasli_con .hcase_con li .hcase_img {
	height: 284px;
}

.icasli_con .hcase_con li .hcase_info {
	padding-top: 20px;
}

.icasli_con .hcase_con li .hcase_info span {
	width: 120px;
	height: 32px;
	line-height: 32px;
}


/*视频展示*/

.ivideo_con li {
	width: 24.2%;
	width: 24%\9;
	float: left;
	margin: 0 1% 1% 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.ivideo_con li:nth-child(4n) {
	margin-right: 0;
}

.ivideo_con li .ivideo_pic {
	width: 100%;
	overflow: hidden;
	height: 382px;
}

.ivideo_con li .ivideo_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.ivideo_con li .ivideo_info {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.ivideo_con li .ivideo_info h3 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
	text-align: center;
}

.ivideo_con li .ivideo_info span {
	color: #666;
	border: 1px solid #666;
	display: block;
	margin: 20px auto 0;
	width: 120px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius: 18px;
}

.ivideo_con li:hover .ivideo_info {
	bottom: 0;
	transition: .6s;
}

.ivideo_con li:hover img {
	transform: scale(1.1);
	transition: .6s;
}


/*产品中心*/

.iprodct_con .hprodc_r {
	width: 100%;
}

.iprodct_con .hprodc_r li {
	width: 24.2%;
	width: 24%\9;
}

.iprodct_con .hprodc_r li:nth-child(3n) {
	margin-right: 1%;
}

.iprodct_con .hprodc_r li:nth-child(4n) {
	margin-right: 0;
}

.iprodct_con .hprodc_r li .hprodcr_img {
	height: 383px;
}

.iprodct_con .hpro_panel {
	transform: none;
	top: -100%;
}

.iprodct_con .hprodc_r li:hover .hpro_panel {
	top: 0;
}


/*新闻资讯*/

.inewli_con .hnewc_r {
	background: none;
	width: 100%;
	padding: 0;
}

.inewli_con .hnewc_r li {
	width: 32.6%;
	width: 32%\9;
	margin: 0 1% 1% 0;
	float: left;
	padding: 0 5px 0 25px;
	box-sizing: border-box;
}

.inewli_con .hnewc_r li:nth-child(3n) {
	margin-right: 0;
}

.inewli_con .hnewc_r li:nth-child(2n) {
	background: #f8f8f8;
}

.inewli_con .hnewc_r li:before {
	left: 5px;
}


/*图文新闻*/

.ipicnew_con .hnewc_l {
	width: 100%;
	padding: 0;
	background: none;
}

.ipicnew_con .hnewc_l dl:nth-child(3n) {
	margin-right: 0;
}

.ipicnew_con .hnewc_l dl:nth-child(4n) {
	margin-right: 1%;
}

.ipicnew_con .hnewc_l dl dt {
	height: 516px;
}

.ipicnew_con .hnewc_l dl:hover img {
	transform: scale(1.1);
	transition: .6s;
}


/*详情*/

.idetail_tit p {
	color: #777;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.idetail_tit p span {
	padding: 0 50px 0 0;
}

.zhaiyao {
	margin-top: 20px;
	padding: 10px;
	background: #f8f8f8;
	box-sizing: border-box;
}

.zhaiyao p {
	line-height: 1.6;
	height: 50px;
	overflow: hidden;
	color: #999;
}

.updown {
	padding-bottom: 20px;
}

.updown li {
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
	clear: both;
	padding: 0 10px;
	box-sizing: border-box;
}

.updown li span {
	float: left;
	font-weight: bold;
}

.updown li a {
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	color: #666;
}

.updown li:hover a {
	color: #F5BC17;
}


/*新闻详情*/

.inewdec_l {
	width: 70%;
}

.inewdec_r {
	width: 28%;
	padding: 15px;
	background: #f5f5f5;
	box-sizing: border-box;
}

.inewdec_r .hnewc_r {
	width: 100%;
}

.inewdec_r .hnewtit {
	margin-bottom: 0;
}

.inewdec_r .hnewtit2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.hnewtit a {
	margin-top: 3px;
}

.irelprodt li {
	width: 49.2%;
	width: 49%\9;
	margin: 0 1% 1% 0;
	float: left;
}

.irelprodt li:nth-child(2n) {
	margin-right: 0;
}

.irelprodt li .irelpro_img {
	width: 100%;
	height: 208px;
	overflow: hidden;
}

.irelprodt li .irelpro_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.irelprodt li p {
	text-align: center;
	color: #555;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}

.irelprodt li:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.irelprodt li:hover p {
	color: #F5BC17;
}

.irelcase {
	background: #f7f7f7;
	margin-top: 15px;
}


/*产品详情*/


/*图片放大镜*/

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;
}


/*图片放大镜样式*/

#preview img {
	width: 100%;
	height: auto !important;
	display: block;
}

.iproimgc {
	width: 30%;
}

.jqzoom {
	width: 100%;
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.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);
}

.iprode_r {
	width: 69%;
	color: #888;
}

.iprode_r .iprode_rtit {
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #F5BC17;
	margin-bottom: 10px;
}

.iprode_r li {
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
}

.iprode_r li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #999;
}

.iprode_r .iprode_info {
	line-height: 35px;
	padding: 10px;
	box-sizing: border-box;
	margin: 20px 0 10px;
	background: #f9f9f9;
	height: 150px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.iprode_r .inlip strong {
	color: #777;
}

.iprode_r .iprode_btn {
	padding-top: 35px;
}

.iprode_r .iprode_btn li {
	float: left;
	width: 120px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-right: 6px;
}

.iprode_r .iprode_btn li a {
	display: block;
}

.iprode_r .iprode_btn li a:hover {
	color: #fff;
	background: #D62121;
}

.iprode_btn .htel {
	background: url(../img/toptel.png) no-repeat left top;
	padding-left: 56px;
	padding-top: 0;
	margin-left: 36px;
}

.iprode_btn .htel span {
	display: block;
}

.iprode_btn,
.head_tel {
	display: inline-block;
}

.iprode_btn a {
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #F5BC17;
	text-align: center;
}

.iprode_btn a:hover {
	opacity: 0.8;
}

.iprode_r .head_tel {
	margin-left: 30px;
	line-height: 36px;
}

.head_tel h3 i img {
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 5px;
}

.iprodetail .hnewtit22 {
	margin-top: 15px;
	margin-bottom: 0;
}

.irelprobox .irelprodt li {
	width: 24.2%;
	width: 24%\9;
	font-size: 20px;
}

.irelprobox .irelprodt li:nth-child(2n) {
	margin-right: 1%;
}

.irelprobox .irelprodt li:nth-child(4n) {
	margin-right: 0;
}

.irelprobox .irelprodt li .irelpro_img {
	height: 383px;
}

.irelprobox .irelprodt li p {
	background: #f9f9f9;
}

.irelprobox .irelprodt li:hover p {
	color: #fff;
	background: #F5BC17;
	transition: .3s;
}

@media screen and (max-width:1920px) {
	html,
	body {
		font-size: 16px;
	}
	.pat30 {
		padding-top: 20px;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* +++++++++++++++++++++++++++++++++++++++++ */
	/*++++++++++++++++++++++++++++++++ */
	/* ++++++++++ */
	.ftitle46 h2 {
		font-size: 34px;
	}
	.footer46_tel span {
		font-size: 24px;
	}
	.header46_nav li a,
	.pro46_top_txt h3,
	.pro46_nav .btn span,
	.pro46_bot_mask h3,
	.about46_bot ul li p,
	.case46_txt h3,
	.news46_l h3,
	.news46_r li h3,
	.solve46_con li .imgb .wz h3,
	.solve46_con li .imgb .wz p,
	.footer46_nav li h3 {
		font-size: 18px;
	}
	.header46_nav .dropdown46 a,
	.footer46_nav li a {
		font-size: 16px;
	}
	.about46_bot ul li span {
		font-size: 15px;
	}
	.header46_nav .dropdown46 a,
	.case46_box .slideTxtBox .hd ul li a,
	.solve46_con li .imgb .wz p {
		height: 45px;
		line-height: 45px;
	}
	.pro46_bot_mask h3,
	.case46_more,
	.case46_about {
		height: 40px;
		line-height: 40px;
	}
	.ftitle46 em {
		font-size: 58px;
		margin-top: -58px;
	}
	.ftitle46 h2:before,
	.ftitle46 h2:after {
		width: 33%;
	}
	/* ============================ */
	.header46_logo img {
		margin-top: 4px;
		/* height:auto; */
	}
	.banner46 .bannerTxt .txt .intit {
		font-size: 34px;
	}
	.banner46 .bannerTxt {
		top: 43%;
	}
	.pro46_top_img,
	.pro46_top_txt {
		height: 196px;
	}
	.pro46_top_more {
		margin-top: 20px;
	}
	.pro46_top_txt p {
		height: 35px;
		-webkit-line-clamp: 1;
	}
	.pro46_con_bot li {
		height: 229px;
	}
	.pro46_bot_mask {
		top: 76%;
	}
	.pro46_con_bot li:hover .pro46_bot_mask {
		padding: 20px;
	}
	.pro46_bot_mask .h,
	.pro46_bot_mask .h img {
		margin-top: 10px;
	}
	.about46_bot ul {
		background: url(../imgg/about_lc_bj.png) repeat-x 0px 63px;
	}
	.about46_box em {
		margin-top: 70px;
	}
	.about46_adv em {
		margin-top: 0px;
	}
	.about46_bot ul li em {
		margin-top: 0px;
	}
	.about46_adv span {
		font-size: 28px;
	}
	.about46_adv p {
		font-size: 22px;
	}
	.about46_adv i {
		font-size: 15px;
	}
	.case46_img {
		height: 291px;
	}
	.case46_more {
		margin-left: 10%;
	}
	.case46_about {
		margin-right: 10%;
	}
	.solve46_con li .imgb .wz .info {
		height: 30px;
		-webkit-line-clamp: 1;
	}
	.footer46_logo {
		margin-top: 7px;
	}
	.link46 {
		padding: 10px 0;
	}
	.link46_list a {
		line-height: 20px;
	}
	.footer46_nav {
		width: 80%;
	}
	.footer46_ma {
		width: 20%;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* +++++++++++++++++++++++++++++++++++++++++ */
	/*++++++++++++++++++++++++++++++++ */
	/* ++++++++++ */
	/* 45 */
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.header45 .header45_nav li>a,
	.pro45_nav button,
	.btn span,
	.pro45_txt h3,
	.case45_txt h3,
	.solve45_box li .span h4,
	.footer45_right a,
	.btn-right {
		font-size: 18px;
	}
	.header45 .sec a,
	.pro45_txt p,
	.news45_box .news45_line a,
	.solve45_box li .span h6 {
		font-size: 16px;
	}
	.header45_tel span i {
		font-size: 22px;
	}
	.header45 .sec a,
	.about45_more a,
	.footer45_right a {
		height: 45px;
		line-height: 45px;
	}
	.pro45_box,
	.about45_box,
	.case45_box,
	.news45_box,
	.solve45_box,
	.adv45_box {
		padding: 30px 0;
	}
	/* ======================== */
	.ftitle45 span {
		font-size: 34px;
	}
	.ftitle45 h2 {
		top: 5px;
		left: 40%;
		font-size: 60px;
	}
	.ftitle45 {
		padding: 30px 0;
	}
	.case45_box .ftitle45 h2 {
		top: 3px;
		left: 38%;
	}
	/*头部开始*/
	.header45_logo {
		width: 20%;
	}
	.header45 .header45_nav {
		width: 65%;
	}
	.header45_tel {
		width: 13%;
	}
	/*banner开始*/
	.lb-box {
		height: 700px;
	}
	/*产品开始*/
	.btn span {
		padding: 8.5px 10px;
	}
	.pro45_img,
	.pro45_mask {
		height: 291px;
	}
	/*公司简介开始*/
	/*案例开始*/
	.case45_box .slideTxtBox .hd ul {
		width: 57%;
	}
	.case45_img {
		height: 291px;
	}
	/*广告条开始*/
	/*新闻开始*/
	.news45_box .ftitle45 h2 {
		top: 4px;
		color: #e2e2e2;
		left: 35%;
	}
	.news45_box .news45_line .line {
		width: 76%;
	}
	/*解决方案开始*/
	.solve45_box li a {
		height: 286px;
	}
	.solve45_box li .span {
		bottom: -42%;
	}
	/*尾部开始*/
	.footer45_link p {
		height: 33px;
	}
	.footer45_middle {
		width: 55%;
	}
	.footer45_left {
		width: 25%;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.htitleb i,
	.n_about_con h3,
	.ftitle span {
		font-size: 34px;
	}
	.htitleb h2 {
		font-size: 30px;
	}
	.hnew_top li .hnewt_info h3,
	.n_about ul li p span,
	.header36_bottom ul li>a,
	.product36_newsbox li .p36_news_con h3,
	.pro36_nav ul li a,
	.product36_box .pro36_con li h3 a,
	.product36_box .pro36_con .pro_li_des h3,
	.product36_box .pro36_con .pro_li_more h3 a,
	.case36_box .bd ul li h4,
	.news36_list2 li a,
	.news36_list3 li a,
	.kslja li p,
	.links p:nth-child(1),
	.case36_box .btn {
		font-size: 18px;
	}
	.htitleb h2 span,
	.htitleb h2 a,
	.header36_adv span,
	.product36_newsbox .p36_news_title p,
	.product36_newsbox .p36_news_title a,
	.product36_newsbox li .p36_news_con p,
	.news36_list3 span,
	.kslja li a,
	.linkTagcs li a,
	.end a {
		font-size: 16px;
	}
	.header36_bottom .erji_nav36 a,
	.product36_newsbox .p36_news_title h3,
	.pro36_nav ul li,
	.product36_box .pro36_con .pro_li_more h3 a,
	.news36_list2 li a {
		height: 45px;
		line-height: 45px;
	}
	.product36_box .pro36_con .pro_li_des h3,
	.news36_list2 li span {
		line-height: 45px;
	}
	.product36_newsbox li .p36_news_con h3 {
		height: 40px;
		line-height: 40px;
	}
	.ftitle {
		padding-top: 30px;
	}
	.ftitle h5 {
		font-size: 24px;
	}
	/* 头部 */
	.header36_adv p {
		font-size: 20px;
	}
	.header36_tel ul li {
		width: 47%;
	}
	.header36_bottom ul li {
		height: 55px;
	}
	.header36_bottom ul li>a {
		line-height: 55px;
	}
	.header36_bottom ul li:hover .first_nav,
	.header36_bottom .on a {
		line-height: 35px!important;
	}
	/* 产品推荐 */
	.product36_newsbox .p36_news_title h3 {
		font-size: 24px;
		margin-top: 20px;
	}
	.product36_newsbox .p36_news_title a {
		margin: 30px 0 0 0;
	}
	.product36_newsbox .p36_news_title,
	.product36_newsbox li .p36_news_img {
		height: 241px;
	}
	/* 产品 */
	.product36_box .pro36_con .pro36_img {
		height: 241px;
	}
	.product36_box .pro36_con .pro_li_des,
	.product36_box .pro36_con .pro_li_more {
		height: 153px;
	}
	.product36_box .pro36_con .pro_li_des h3 {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.product36_box .pro36_con .pro_li_more p {
		margin: 10px 0 0 10px;
	}
	.product36_box .pro36_con .pro_li_more span {
		margin-top: 13%;
	}
	.product36_box .pro36_con .pro_li_more span img {
		width: 50px;
	}
	.product36_box .pro36_con .pro36_con_l {
		height: 645px;
	}
	/* 公司简介 */
	.about36_his span {
		font-size: 70px;
	}
	.about36_his span {
		width: 250px;
	}
	.about36_his {
		width: 79%;
	}
	/* 案例 */
	.case36_box .slideTxtBox .hd ul {
		width: 56%;
	}
	.case36_box .btn:nth-child(4) {
		margin-right: 0;
	}
	.case36_box .btn,
	.vertical {
		height: 45px;
	}
	.case36_box .case36_img {
		height: 288px;
	}
	.case36_box .case36_img {
		height: 242px;
	}
	/* 伙伴 */
	.partner36_box ul li {
		height: 122px;
	}
	/* 新闻 */
	.news1_title {
		font-size: 24px;
	}
	.news1_title span,
	.news1_title a {
		font-size: 15px;
	}
	.news36_img {
		height: 180px;
	}
	.news36_list3 li {
		padding: 5px 0;
	}
	/* 底部 */
	.kslja li p span,
	.crconcat p:nth-child(2) {
		font-size: 15px;
	}
	.crconcat p:nth-child(1) {
		font-size: 26px;
	}
	.crcode dl img {
		width: 120px;
		height: 120px;
	}
	.kslj ul {
		width: 65%;
	}
	.ma {
		width: 34%;
	}
	.crconcat {
		margin-right: 14%;
	}
	.end a {
		line-height: 55px;
	}
	/* =============================== */
	/* 公司简介 */
	.n_about {
		height: 650px;
	}
	.n_about_con h1 {
		font-size: 48px;
	}
	.n_about_con em {
		height: 5px;
		margin-bottom: 30px;
	}
	.n_about_con a {
		margin-top: 30px;
	}
	.n_about ul {
		top: 72%;
	}
	.n_about ul li {
		padding: 20px 0;
	}
	.n_about ul li p {
		font-size: 65px;
	}
	.n_about_img {
		height: 572px;
	}
	/* 新闻资讯 */
	.hnew_top li .hnewt_img {
		height: 387px;
	}
	.hnewtit {
		margin-bottom: 20px;
	}
	/* 产品知识 */
	.hnewc_l dl dt {
		height: 263px;
	}
	.hnewc_r li:before {
		top: 35%;
	}
	/* **********************4747474747474747474747****************************** */
	.ftitle47 h3 {
		font-size: 34px;
	}
	.case47List .case47Title .case47Left h2,
	.case47List .case47Title .case47Right strong,
	.adv47 .txt h2,
	.adv47 .txt span,
	.footer47_ma span:nth-child(2) h2 {
		font-size: 22px;
	}
	.ftitle47 h3 span {
		font-size: 46px;
		left: 39.5%;
		top: -5px;
	}
	.header47_addr p,
	.header47_tel p,
	.header47_nav li>a,
	.pro47_nav li a,
	.pro47_con span h3,
	.news47_left .bd li p em,
	.news47_right ul li:nth-child(2) h3,
	.news47_list .bd ul li h3,
	.solve47 .bd li .name,
	.footer47_nav li h3,
	.link47 em i,
	.footer47_nav li a {
		font-size: 18px;
	}
	.dropdown47>a,
	.pro47_con span,
	.about47_con a,
	.solve47 .bd li .name {
		height: 45px;
		line-height: 45px;
	}
	.adv47 .tel a,
	.adv47 .tel span {
		line-height: 45px;
	}
	/* ------------------- */
	.header47_addr,
	.header47_logo,
	.header47_tel {
		height: 68px;
	}
	.header47 {
		padding: 20px 0 38px 0;
	}
	.header47_nav {
		top: 100px;
		height: 60px;
	}
	.header47_nav li>a {
		height: 60px;
		line-height: 60px;
	}
	.header47_nav li:hover:before {
		height: 60px;
	}
	.banner .slider {
		height: 754px;
	}
	.pro47_nav li a {
		height: 50px;
		line-height: 50px;
	}
	.pro47_con .pro47_img {
		height: 291px;
	}
	.pro47_con li:hover span:before,
	.pro47_con span h3:before {
		height: 45px;
	}
	.pro47_con span h3 {
		background-size: 40px 40px;
	}
	.pro47_con span h3:before {
		background-size: 40px 40px;
		top: 0px;
	}
	.about47 {
		height: 495px;
	}
	.about47_img {
		height: 359px;
	}
	.about47_img .info {
		right: 38%;
	}
	.case47List {
		width: 75%;
	}
	.case47List .case47Title {
		margin: 160px 0 85px 95px;
	}
	.news47_right ul li:nth-child(2) span {
		margin-top: 17%;
	}
	.adv47 .tel {
		width: 450px;
	}
	.solve47 .bd li {
		width: 390px;
		margin-left: 20px;
	}
	.solve47 .bd .tempWrap {
		margin-left: 40px;
	}
	.solve47 .bd li .pic {
		height: 270px;
	}
	.solve47 .hd .prev,
	.solve47 .hd .next {
		top: 250px;
	}
	.footer47_ma span:nth-child(2) {
		height: 80px;
	}
	.footer47_ma span:nth-child(2) h2 {
		margin-top: 0;
	}
	.link47 em {
		font-size: 28px;
	}
	/* **********************4747474747474747474747****************************** */
	/* **********************484848484848484848484848****************************** */
	.htel48 p,.foot48_info .tel span{font-size:22px;}
	
	.nav48 li>a,.pro48_nav li a,.case48 .copy .desc .name,.adv48_list li .text h4,.news48 .top .video h3 span, .news48 .top .img h3 span,.news48 .bottom .b_l li span,.news48 .bottom .title em,.news48 .bottom .swiper-slide h3,.foot48_nav li p{font-size:18px;}
	
	.dropdown48 a,.pro48_con p,.foot48_nav li a,.foot48_mes .forml_sub{font-size:16px;}
	
	.dropdown48 a,.pro48_nav li a,.pro48_more,.news48 .bottom .swiper-slide h3{height:45px;line-height:45px;}
	
	/* ------------------------------ */
	.nav48 {width: 68%;margin-left: 2%;}
	
	.hlogo48 .ilogo img {height: 57px;}
	
	.nav48 li>a,.htel48 p{height:70px;line-height:70px;}
	
	.dropdown48{top:70px;}
	
	.banner48 .bannerTxt{top:50%;}
	
	.banner48 .bannerTxt .txt .intit{font-size:42px;line-height:42px;}
	
	.pro48_list li,.pro48_img{height:331px;}
	
	.pro48_con h3{font-size:26px;}
	
	.pro48_con em{margin: 20px 0;}
	
	.pro48_con p{line-height:30px;height:60px;-webkit-line-clamp:2;}
	
	.about48_title ul{width:60%;}
	
	.about48_title ul li:first-child{display:none;}
	
	.about48_title .eng{margin-top:10%;}
	
	.about48_title ul li:nth-child(2){top:75%;}
	
	.about48_title .eng i{width: 130px;height: 130px;}
	
	.about48_title .eng span, .about48_title .eng em {font-size: 100px;}
	
	.about48_con{right:32%;}
	
	.case48 .copy{height:333px;}
	
	.partner ul li{height:129px;}
	
	.adv48_list li a{padding:20px;}
	
	.adv48_title small{font-size:40px;}
	
	.adv48_title strong{font-size:30px;}
	
	.adv48_list li .img-center{width: 80px;line-height: 80px;height: 80px;}
	
	.news48 .top .video h3, .news48 .top .img h3{font-size:22px;}
	
	.news48 .bottom .b_l li{padding:0 20px;}
	
	.news48 .bottom .b_l li span em{font-size:28px;}
	
	.news48 .bottom .title span {font-size: 30px;}
	
	.foot48_info p marquee {width: 202px;}
	
	.foot48_info img {width: 120px;height: 120px;}
	
	.foot48_nav li a{line-height:30px;}
	
	.foot48_mes .forml_sub{line-height: 40px;height: 40px;}
	
	.good48-item {margin-left: 200px;}
	
	.ques48-item {margin-right: 250px;}
	/* **********************48484848484848484848484848****************************** */
	/* 内页开始 */
	.imainbox {
		padding: 10px 0 0;
	}
	.ibanbox h2 {
		font-size: 34px;
	}
	.hnewtit,
	.ibread h2 {
		font-size: 24px;
	}
	.ibread h2{background-size: 28px;}
	.irelprodt li p,
	.hprodc_r li h3,
	.hcase_con li .hcase_info h3,
	.hnewc_r li a,
	.hnewc_l dl dd h3,
	.ivideo_con li .ivideo_info h3,
	.ihonr_con li p {
		font-size: 18px;
	}
	.icontxt,
	.hnewtit a {
		font-size: 16px;
	}
	.hnewc_r li,
	.ihonr_con li p {
		height: 45px;
		line-height: 45px;
	}
	.hnewc_l dl dd h3,
	.hnewc_l dl dd p {
		line-height: 30px;
	}
	.ibanbox {
		height: 320px;
		/* margin-top: 90px; */
	}
	.ibanbox h2 {
		padding-top: 70px;
	}
	.iprodct_con .hprodc_r li .hprodcr_img {
		height: 287px;
	}
	.iproimgc {
		width: 37%;
	}
	.iprode_r {
		width: 62%;
	}
	.icasli_con .hcase_con li .hcase_img {
		height: 211px;
	}
	.irelprodt li .irelpro_img {
		height: 153px;
	}
	.irelprobox .irelprodt li .irelpro_img {
		height: 284px;
	}
	.ipicnew_con .hnewc_l dl dt {
		height: 385px;
	}
	.ivideo_con li .ivideo_pic {
		height: 286px;
	}
	.ihonr_con li .ihonr_pic {
		height: 287px;
	}
	.forml_sub,
	.reset_btn {
		height: 45px;
	}
}

@media screen and (max-width:1600px) {
	html,
	body {
		font-size: 15px;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* +++++++++++++++++++++++++++++++++++++++++ */
	/*++++++++++++++++++++++++++++++++ */
	/* ++++++++++ */
	.header46_nav li a,
	.pro46_top_txt h3,
	.pro46_nav .btn span,
	.pro46_bot_mask h3,
	.about46_bot ul li p,
	.case46_txt h3,
	.news46_l h3,
	.news46_r li h3,
	.solve46_con li .imgb .wz h3,
	.solve46_con li .imga h3,
	.solve46_con li .imgb .wz p,
	.footer46_nav li h3 {
		font-size: 16px;
	}
	.header46_nav .dropdown46 a,
	.footer46_nav li a {
		font-size: 15px;
	}
	.about46_bot ul li span {
		font-size: 14px;
	}
	.header46_nav .dropdown46 a,
	.case46_box .slideTxtBox .hd ul li a,
	.solve46_con li .imgb .wz p {
		height: 40px;
		line-height: 40px;
	}
	.header46_logo img {
		margin-top: 9px;
		height: auto;
	}
	.pro46_bot_mask h3,
	.case46_more,
	.case46_about {
		height: 35px;
		line-height: 35px;
	}
	.pro46_nav .btn {
		width: 15.5%;
	}
	.pro46_top_img,
	.pro46_top_txt {
		height: 196px;
	}
	.pro46_con_bot li {
		height: 191px;
	}
	.pro46_bot_mask {
		top: 70%;
	}
	.pro46_bot_mask p {
		height: 35px;
		-webkit-line-clamp: 1;
	}
	.about46_box p {
		line-height: 30px;
		height: 120px;
		-webkit-line-clamp: 4;
	}
	.about46_adv p {
		height: 30px;
		font-size: 18px;
	}
	.about46_adv span {
		font-size: 22px;
	}
	.about46_adv i {
		font-size: 12px;
	}
	.case46_img {
		height: 242px;
	}
	.case46_more,
	.case46_about {
		width: 130px;
	}
	.case46_more {
		margin-left: 7%;
	}
	.case46_about {
		margin-right: 7%;
	}
	.footer46_nav {
		width: 78%;
	}
	.footer46_ma {
		width: 22%;
	}
	.footer46_tel span {
		font-size: 20px;
	}
	.footer46_nav li a {
		height: 30px;
		line-height: 30px;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* +++++++++++++++++++++++++++++++++++++++++ */
	/*++++++++++++++++++++++++++++++++ */
	/* ++++++++++ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.pro45_nav button,
	.pro45_txt h3,
	.btn span,
	.case45_txt h3,
	.solve45_box li .span h4,
	.footer45_right a,
	.btn-right {
		font-size: 16px;
	}
	.header45 .sec a,
	.pro45_txt p,
	.news45_box .news45_line a,
	.solve45_box li .span h6 {
		font-size: 15px;
	}
	.header45_tel span i {
		font-size: 20px;
	}
	.header45 .sec a,
	.about45_more a,
	.footer45_right a,
	.footer45_middle a {
		height: 40px;
		line-height: 40px;
	}
	.pro45_box,
	.about45_box,
	.case45_box,
	.news45_box,
	.solve45_box,
	.adv45_box {
		padding: 20px 0;
	}
	/* ======================== */
	/* .ftitle45 span{font-size:34px;} */
	.ftitle45 h2 {
		top: 12px;
		left: 40%;
		font-size: 46px;
	}
	/* .ftitle45 {padding: 30px 0;} */
	.case45_box .ftitle45 h2 {
		left: 38%;
		top: 15px;
	}
	.news45_box .ftitle45 h2 {
		left: 35%;
		top: 14px;
	}
	.solve45_box .ftitle45 h2 {
		left: 39%;
		top: 14px;
	}
	/*头部开始*/
	.header45 .header45_nav li>a {
		font-size: 17px;
	}
	.header45 .header45_nav {
		width: 64%;
	}
	.header45_tel {
		width: 14%;
	}
	/*  .header45_logo {width: 20%;}
 
 .header45_tel {width: 10%;} */
	/*banner开始*/
	.lb-box {
		height: 583px;
	}
	/*产品开始*/
	/* .pro45_nav button{height:40px;} */
	/* .btn{width:15.23%;} */
	.pro45_img,
	.pro45_mask {
		height: 242px;
	}
	.pro45_txt p {
		height: 50px;
		line-height: 25px;
	}
	/*公司简介开始*/
	/*案例开始*/
	.case45_box .slideTxtBox .hd ul {
		width: 63%;
	}
	.case45_img {
		height: 242px;
	}
	/* .btn-right{width:17rem;}



 */
	/*广告条开始*/
	.adv45_box ul {
		margin-top: 35px;
	}
	.adv45_ma img {
		width: 100px;
	}
	/*新闻开始*/
	.news45_box .news45_line .line {
		width: 71%;
	}
	.news45_box .news45_con .news45_txt li span:nth-child(2) {
		width: 78%;
	}
	/* .news45_box .ftitle45 h2 {top: 4px;color: #e2e2e2;left: 35%;}

 */
	/*解决方案开始*/
	.solve45_box li a {
		height: 236px;
	}
	.solve45_box li .span {
		bottom: -50%;
	}
	/*尾部开始*/
	.footer45_middle {
		width: 50%;
	}
	.footer45_left {
		width: 30%;
	}
	.footer45_link p {
		height: 32px;
	}
	/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.hnew_top li .hnewt_info h3,
	.n_about ul li p span,
	.header36_bottom ul li>a,
	.product36_newsbox li .p36_news_con h3,
	.pro36_nav ul li a,
	.product36_box .pro36_con li h3 a,
	.product36_box .pro36_con .pro_li_des h3,
	.product36_box .pro36_con .pro_li_more h3 a,
	.case36_box .bd ul li h4,
	.news36_list2 li a,
	.news36_list3 li a,
	.kslja li p,
	.links p:nth-child(1),
	.case36_box .btn {
		font-size: 16px;
	}
	.htitleb h2 span,
	.htitleb h2 a,
	.header36_adv span,
	.product36_newsbox .p36_news_title p,
	.product36_newsbox .p36_news_title a,
	.product36_newsbox li .p36_news_con p,
	.news36_list3 span,
	.kslja li a,
	.linkTagcs li a,
	.end a {
		font-size: 15px;
	}
	/* .header36_bottom .erji_nav36 a,.product36_newsbox .p36_news_title h3,.pro36_nav ul li,.product36_box .pro36_con .pro_li_more h3 a,.news36_list2 li a{height:45px;line-height:45px;}

.product36_box .pro36_con .pro_li_des h3,.news36_list2 li span{line-height:45px;}

.product36_newsbox li .p36_news_con h3{height:40px;line-height:40px;}

.ftitle{padding-top:30px;}

.ftitle h5{font-size:24px;} */
	.header36_bottom .erji_nav36 a {
		height: 40px;
		line-height: 40px;
	}
	.product36_newsbox .p36_news_title a,
	.product36_box .pro36_con .pro_li_more h3 a {
		height: 35px;
		line-height: 35px;
	}
	/* 头部 */
	.header36_logo {
		width: 20%;
	}
	.header36_adv {
		margin-top: 3px;
	}
	.header36_adv p {
		font-size: 18px;
	}
	.header36_tel {
		width: 35%;
	}
	.header36_tel ul li img {
		width: 35px;
	}
	.header36_tel ul li p {
		line-height: 25px;
	}
	/* 产品推荐 */
	.product36_newsbox .p36_news_title,
	.product36_newsbox li .p36_news_img {
		height: 203px;
	}
	.product36_newsbox .p36_news_title h3 {
		margin-top: 0;
	}
	.product36_newsbox .p36_news_title a {
		margin: 15px 0 0 0;
		width: 150px;
	}
	.product36_newsbox li .p36_news_con {
		padding: 10px 20px;
	}
	/* 产品 */
	.product36_box .pro36_con .pro36_con_l {
		height: 561px;
	}
	.product36_box .pro36_con .pro36_img {
		height: 203px;
	}
	.product36_box .pro36_con .pro_li_des,
	.product36_box .pro36_con .pro_li_more {
		height: 132px;
	}
	.product36_box .pro36_con .pro_li_des h3 {
		margin-top: 0;
		line-height: 35px;
	}
	.product36_box .pro36_con .pro_li_more p {
		margin: 0 0 0 10px;
	}
	.product36_box .pro36_con .pro_li_more span {
		margin-top: 11%;
	}
	/* 公司简介 */
	.about36_his span {
		width: 230px;
	}
	.about36_his em {
		width: 200px;
	}
	.about36_txt {
		margin-top: 30px;
	}
	.about36_txt p {
		line-height: 30px;
		-webkit-line-clamp: 5;
		height: 150px;
	}
	/* .swiper-container {margin-top: 55px !important;padding-bottom:80px !important;}

.swiper-container .swiper-slide{height:312px;} */
	/* 案例 */
	.case36_box .slideTxtBox .hd ul {
		width: 70%;
	}
	.case36_box .slideTxtBox .arrow1 a,
	.case36_box .slideTxtBox .arrow a {
		margin-top: 0;
	}
	/* 伙伴 */
	.partner36_box ul li {
		height: 100px;
	}
	/* 新闻 */
	.news36_box {
		padding: 30px 0 30px 0;
	}
	.news36_img {
		height: 150px;
	}
	.news36_list2 li a {
		width: 76%;
	}
	.news36_list2 li span {
		width: 19%;
	}
	.news36_list3 span {
		margin-top: 5px;
	}
	/* 底部 */
	.kslj {
		padding: 40px 0;
	}
	.crcode dl {
		font-size: 15px;
	}
	.crcode dl img {
		width: 100px;
		height: 100px;
	}
	.crconcat {
		margin-right: 6%;
	}
	.end a {
		line-height: 40px;
	}
	.links {
		height: 50px;
		margin-bottom: 0px;
		line-height: 50px;
	}
	.linkTagcs li {
		line-height: 50px !important;
	}
	.links p:nth-child(1) {
		margin: 0;
	}
	/* ========================================== */
	/* 公司简介 */
	.n_about {
		height: 546px;
		padding-top: 30px;
	}
	.n_about_con h3 {
		margin: 0 0 20px 0;
	}
	.n_about_con em {
		margin-bottom: 10px;
	}
	.n_about_con p {
		height: 125px;
		line-height: 30px;
	}
	.n_about_con a {
		margin-top: 20px;
		height: 35px;
		line-height: 35px;
		width: 200px;
	}
	.n_about_img {
		height: 439px;
	}
	.n_about ul {
		top: 66%;
	}
	.n_about ul li p {
		font-size: 63px;
	}
	/* 新闻资讯 */
	.hnew_top li .hnewt_img {
		height: 322px;
	}
	.htitleb h2 a {
		padding: 5px 20px;
	}
	/* 产品知识 */
	.hnewc_l dl dt {
		height: 217px;
	}
	.hnewc_r li:before {
		top: 35%;
	}
	/* **********************4747474747474747474747****************************** */
	.product47,
	.solve47,
	.news47 {
		padding-bottom: 30px;
	}
	.ftitle47 {
		padding-top: 30px;
	}
	.ftitle47 em,
	.ftitle47 i {
		width: 36%;
	}
	.ftitle47 h3 span {
		left: 37.5%;
	}
	.ftitle47 h3:before,
	.ftitle47 h3:after {
		top: 59%;
	}
	.ftitle47 h3:before {
		left: 33%;
	}
	.ftitle47 h3:after {
		right: 33%;
	}
	.case47List .case47Title .case47Left h2,
	.case47List .case47Title .case47Right strong,
	.adv47 .txt h2,
	.adv47 .txt span {
		font-size: 20px;
	}
	.header47_addr p,
	.header47_tel p,
	.header47_nav li>a,
	.pro47_nav li a,
	.pro47_con span h3,
	.news47_left .bd li p em,
	.news47_right ul li:nth-child(2) h3,
	.news47_list .bd ul li h3,
	.solve47 .bd li .name,
	.footer47_nav li h3,
	.link47 em i,
	.footer47_nav li a {
		font-size: 16px;
	}
	.dropdown47>a,
	.pro47_con span,
	.about47_con a,
	.solve47 .bd li .name,
	.news47_list .bd ul li h3 {
		height: 40px;
		line-height: 40px;
	}
	.adv47 .tel a,
	.adv47 .tel span {
		line-height: 40px;
	}
	/* ------------------- */
	.header47_addr,
	.header47_logo,
	.header47_tel {
		height: 60px;
	}
	.header47_nav {
		top: 88px;
	}
	.banner .slider {
		height: 624px;
	}
	.pro47_nav li a {
		height: 40px;
		line-height: 40px;
	}
	.pro47_con .pro47_img {
		height: 242px;
	}
	.pro47_con li:hover span:before,
	.pro47_con span h3:before {
		height: 40px;
	}
	.about47 {
		padding-top: 30px;
		height: 450px;
	}
	.about47_con {
		width: 55%;
	}
	.about47_img {
		width: 35%;
	}
	.about47_img .info {
		right: 29%;
		top: 48%;
	}
	.about47_con h2 span {
		font-size: 54px;
	}
	.about47_con p {
		margin-top: 20px;
	}
	.about47_img .info li span {
		font-size: 26px;
	}
	.case47,
	.case47_list,
	.case47_list ul,
	.case47Box,
	.case47Bg {
		height: 428px;
	}
	.case47List {
		height: 347px;
		margin: 40px auto;
	}
	.case47List .case47Img,
	.case47List .case47Img img {
		width: 500px;
		height: 347px;
	}
	.case47List .case47Title .case47Left {
		padding: 20px;
	}
	.case47List .case47Title .case47Right {
		padding-top: 20px;
	}
	.case47List .case47Title {
		height: 120px;
		width: 800px;
		margin: 160px 0 85px 72px;
	}
	.case47_list .prev,
	.case47_list .next {
		top: 200px;
	}
	.adv47,
	.adv47 .txt {
		height: 270px;
	}
	.solve47 .bd .tempWrap {
		margin-left: 30px;
	}
	.solve47 .bd li {
		width: 321px;
	}
	.solve47 .bd li .pic {
		height: 223px;
	}
	.solve47 .hd .prev,
	.solve47 .hd .next {
		top: 215px;
	}
	.solve47 .bd li .date {
		width: 60px;
		height: 50px;
	}
	.solve47 .bd li .date .day {
		font-size: 22px;
	}
	.footer47_ma span:nth-child(2) {
		height: 67px;
	}
	.footer47_ma span:nth-child(2) h2 {
		font-size: 18px;
	}
	.footer47_ma span:nth-child(2) i,
	.footer47_info li:nth-child(4) {
		margin-top: 10px;
	}
	.footer47_nav li a {
		height: 30px;
		line-height: 30px;
	}
	.link47 em {
		font-size: 24px;
	}
	/* **********************4747474747474747474747****************************** */
	/* **********************484848484848484848484848****************************** */
	.htel48 p,.foot48_info .tel span{font-size:20px;}
	
	.nav48 li>a,.pro48_nav li a,.case48 .copy .desc .name,.adv48_list li .text h4,.news48 .top .video h3 span, .news48 .top .img h3 span,.news48 .bottom .b_l li span,.news48 .bottom .title em,.news48 .bottom .swiper-slide h3,.foot48_nav li p{font-size:16px;}
	
	.dropdown48 a,.pro48_con p,.foot48_nav li a,.foot48_mes .forml_sub{font-size:15px;}
	
	.dropdown48 a,.pro48_nav li a,.pro48_more,.news48 .bottom .swiper-slide h3{height:40px;line-height:40px;}
	
	.ftitle48 {padding-top: 30px;}
	
	.ftitle48 h3{font-size:34px;}
	
	.ftitle48 h3:before, .ftitle48 h3:after{width:33%;}
	
	.pro48,.partner,.news48{padding-bottom:30px;}
	/* ------------------------------ */
	
	.hlogo48 .ilogo img {height: 48px;}
	
	.nav48 li>a,.htel48 p{height:60px;line-height:60px;}
	
	.dropdown48{top:60px;}
	
	.htel48 p:before{width:30px;height:30px;}
	
	.banner48 .bannerTxt{top:57%;}
	
	.banner48 .bannerTxt .txt .intit{font-size:36px;line-height:36px;}
	
	.banner48 .bannerTxt .txt .inbod .d1{font-size:22px;}
	
	.banner48 .bannerTxt .txt .inbod .d2{font-size:18px;}
	
	.pro48_nav{margin:10px 0;}
	
	.pro48_list li,.pro48_img{height:276px;}
	
	.pro48_con h3{font-size:24px;}
	
	.pro48_more{margin-top:40px;}
	
	.case48 {padding-bottom: 30px;}
	
	.case48 .copy{height:277px;}
	
	.partner ul li{height:107px;}
	
	.adv48{padding:30px 0;}
	
	.adv48_list li a{padding:10px;}
	
	.adv48_title small{font-size:34px;}
	
	.adv48_title strong{font-size:24px;}
	
	.news48 .top .video,.news48 .top .img{height:300px;}
	
	.news48 .top .video h3, .news48 .top .img h3{font-size:18px;}


	.news48 .bottom .b_l li span em{font-size:24px;width: 80px;}
	
	.news48 .bottom .title span {font-size: 26px;}
	
	.news48 .swiper-slide{padding: 20px 10px 20px 40px;}
	
	.footer48{padding:0px 0 30px 0;}
	
	.foot48_nav{margin-left: 3%;}
	
	.foot48_info{width: 19%;padding: 30px 1% 1% 1%;}
	
	.foot48_info p marquee {width: 185px;}
	
	.foot48_info img {width: 90px;height: 90px;}
	
	.foot48_mes input {height: 40px;}
	
	.foot48_mes textarea {height: 80px;}
	
	.foot48_mes .forml_sub{line-height: 35px;height: 35px;}
	
	.good48-title h4 {
		font-size: 40px;
	}
	.good48-title h3 {
		font-size: 30px;
	}
	.about48_title .eng span,
	.about48_title .eng em {
		font-size: 92px;
	}
	.good48-item {
		margin-left: 135px;
	}
	.about48_title .eng i {
		width: 130px;
		height: 130px;
	}
	.about48_img img {
		height: 620px;
	}
	
	.about48_title .eng i{height:120px;bottom: -6%;}
	.ques48-item {
		margin-right: 180px;
	}
	.ques48-title h4 {
		font-size: 38px;
	}
	.ques48-title h3 {
		font-size: 30px;
	}
	.input-submit input {
		font-size: 18px;
	}

	/* **********************48484848484848484848484848****************************** */
	
	/* 内页开始 */
	.hnewtit,
	.ibread h2 {
		font-size: 22px;
	}
	.irelprodt li p,
	.hprodc_r li h3,
	.hcase_con li .hcase_info h3,
	.hnewc_r li a,
	.hnewc_l dl dd h3,
	.ivideo_con li .ivideo_info h3,
	.ihonr_con li p,
	.ibanbox .ierbox li,
	.lyform_t,
	.forml_sub,
	.reset_btn,
	.ibanbox .ierbox .btn span {
		font-size: 16px;
	}
	.icontxt,
	.hnewtit a,
	.ly_input,
	.ly_text,
	#checkCode {
		font-size: 15px;
	}
	.ihonr_con li p {
		height: 35px;
		line-height: 35px;
	}
	.ibanbox .ierbox li {
		height: 45px;
		line-height: 43px;
	}
	.ibanbox .ierbox .btn span {
		padding: 0;
	}
	.hnewc_r li {
		height: 40px;
		line-height: 40px;
	}
	/* .hnewc_l dl dd h3,.hnewc_l dl dd p{line-height:30px;} */
	.ibanbox {
		height: 267px;
		/* margin-top: 80px; */
	}
	.ibanbox h2 {
		padding-top: 30px;
	}
	.iprodct_con .hprodc_r li .hprodcr_img {
		height: 239px;
	}
	.iprode_r .iprode_info {
		height: 90px;
		line-height: 25px;
		-webkit-line-clamp: 3;
	}
	.iprode_r .iprode_btn {
		padding-top: 0;
	}
	.icasli_con .hcase_con li .hcase_img {
		height: 176px;
	}
	.irelprodt li .irelpro_img {
		height: 125px;
	}
	.irelprobox .irelprodt li .irelpro_img {
		height: 239px;
	}
	.irelprodt li p {
		line-height: 35px;
	}
	.ipicnew_con .hnewc_l dl dt {
		height: 320px;
	}
	.ivideo_con li .ivideo_pic {
		height: 237px;
	}
	.ihonr_con li .ihonr_pic {
		height: 239px;
	}
	.forml_sub,
	.reset_btn {
		height: 35px;
	}
}

@media screen and (max-width:1440px) {
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* +++++++++++++++++++++++++++++++++++++++++ */
	/*++++++++++++++++++++++++++++++++ */
	/* ++++++++++ */
	.header46_logo img {
		margin-top: 15px;
	}
	.g-in {
		width: 1200px;
	}
	.pro46_top_img,
	.pro46_top_txt {
		height: 145px;
	}
	.pro46_top_txt {
		padding: 10px;
	}
	.pro46_top_more {
		width: 130px;
		height: 30px;
		line-height: 30px;
	}
	.pro46_con_bot li {
		height: 164px;
	}
	.pro46_bot_mask {
		top: 74%;
	}
	.pro46_bot_mask .h {
		width: 28px;
		height: 28px;
		border-radius: 28px;
	}
	.pro46_bot_mask .h img {
		margin-top: 5px;
		margin-left: 5px;
	}
	.pro46_bot_mask p {
		margin-top: 0px;
	}
	.case46_more,
	.case46_about {
		width: 120px;
	}
	.case46_img {
		height: 215px;
	}
	.solve46_con li .imgb .wz h5 {
		display: none;
	}
	.footer46_ma p marquee {
		width: 220px;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* +++++++++++++++++++++++++++++++++++++++++ */
	/*++++++++++++++++++++++++++++++++ */
	/* ++++++++++ */
	/* +++++++++++++++++++++++++++++++++++++++++++++ */
	/*头部开始*/
	.header45 .header45_nav {
		width: 62%;
	}
	.header45_tel {
		width: 16%;
	}
	/*  .header45_logo {width: 20%;}
 
 .header45_tel {width: 10%;} */
	/*banner开始*/
	.lb-box {
		height: 525px;
	}
	/*产品开始*/
	.pro45_img,
	.pro45_mask {
		height: 215px;
	}
	/*公司简介开始*/
	/*案例开始*/
	.case45_box .slideTxtBox .hd ul {
		width: 71%;
	}
	.case45_img {
		height: 215px;
	}
	/*广告条开始*/
	/* .adv45_box ul {margin-top: 35px;}

.adv45_ma img {width: 100px;} */
	/*新闻开始*/
	.news45_box .news45_line .line {
		width: 67%;
	}
	.news45_box .news45_con .news45_txt li span:nth-child(2) {
		width: 76%;
	}
	/*解决方案开始*/
	.solve45_box li a {
		height: 209px;
	}
	.solve45_box li .span {
		bottom: -55%;
	}
	/*尾部开始*/
	.footer45_box h3 {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.footer45_middle {
		width: 47%;
	}
	.footer45_left {
		width: 33%;
	}
	/* 
.footer45_link p{height:32px;} */
	/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
	.header36_tel {
		width: 37%;
	}
	.product36_newsbox .p36_news_title,
	.product36_newsbox li .p36_news_img,
	.product36_box .pro36_con .pro36_img {
		height: 182px;
	}
	.product36_newsbox .p36_news_title p {
		height: 25px;
		line-height: 25px;
	}
	.product36_newsbox .p36_news_title a {
		margin: 10px 0 0 0;
	}
	.product36_newsbox li .p36_news_con {
		padding: 0px 20px;
	}
	.product36_newsbox li .p36_news_con h3 {
		height: 30px;
		line-height: 30px;
	}
	.product36_box .pro36_con .pro_li_des,
	.product36_box .pro36_con .pro_li_more {
		height: 121.5px;
	}
	.product36_box .pro36_con .pro_li_des,
	.product36_box .pro36_con .pro_li_more {
		padding: 10px 20px;
	}
	.product36_box .pro36_con .pro36_con_l {
		height: 518px;
	}
	.about36_his {
		width: 83%;
	}
	.about36_his span {
		width: 207px;
		font-size: 60px;
	}
	/* .swiper-container .swiper-slide {height: 285px;} */
	.case36_box .slideTxtBox .hd ul {
		width: 78%;
	}
	.case36_box .case36_img {
		height: 218px;
	}
	.case36_box .slideTxtBox .arrow1 a,
	.case36_box .slideTxtBox .arrow a {
		width: 40px;
		height: 40px;
		background-size: 100%;
	}
	.partner36_box ul li {
		height: 90px;
	}
	.news36_list2 li a {
		width: 72%;
	}
	.news36_list2 li span {
		width: 21%;
	}
	.kslj ul {
		width: 61%;
	}
	.ma {
		width: 38%;
	}
	/* ================================================ */
	.head_qr .qrico {
		padding-top: 25px;
	}
	.hnew_top li .hnewt_img {
		height: 289px;
	}
	.hnewc_l dl dt {
		height: 194px;
	}
	/* 产品 */
	.n_product_con li {
		height: 323px;
	}
	.n_product_img {
		height: 220px;
	}
	.n_product_txt {
		top: 68%;
	}
	/* 公司简介 */
	.n_about ul li p {
		font-size: 55px;
	}
	/* 案例 */
	.n_case .list li .pic {
		height: 269px;
	}
	.n_case .list li .txt .intit {
		font-size: 18px;
	}
	.n_case .list li .txt {
		width: 388.8px;
	}
	.n_case .list li .txt .more {
		width: 130px;
	}
	/* **********************4747474747474747474747****************************** */
	.banner .slider {
		height: 559px;
	}
	.pro47_con .pro47_img {
		height: 218px;
	}
	.about47_img .info {
		right: 15%;
	}
	.solve47 .hd .prev img,
	.solve47 .hd .next img {
		width: 20px;
	}
	.solve47 .bd .tempWrap {
		margin-left: 15px;
	}
	.solve47 .bd li {
		width: 280px;
	}
	.solve47 .bd li .pic {
		height: 194px;
	}
	
	
	
	.footer47_ma span:nth-child(2) h2 {
		font-size: 16px;
	}
	.footer47_ma span:nth-child(2) {
		height: 60px;
	}
	/* **********************4747474747474747474747****************************** */
	/* **********************484848484848484848484848****************************** */
	.nav48 {width: 66%;}
	
	.htel48 {width: 16%;}
	
	.g-in {width: 65%; }
	
	.ftitle48 h3:before, .ftitle48 h3:after {width: 30%;}
	
	.pro48_list li, .pro48_img {height: 237px;}
	
	.pro48_con{padding:20px;}
	
	.pro48_con h3 {font-size: 22px;}
	
    .pro48_con em {margin: 15px 0;}
	
    .pro48_more {margin-top: 20px;}
	
	/* .about48_title .eng span, .about48_title .eng em {font-size: 90px;}
	
	.about48_con {width: 500px;height: 500px;right:32%;}
	
	.about48_con p{height:120px;-webkit-line-clamp:4;}
	
	.about48_more{height: 40px;line-height: 40px;} */
	
	.case48 .copy {height: 238px;}
	
	.case48 .copy .desc .msg{height:60px;-webkit-line-clamp:2;}
	
	.partner ul li {height: 92px;}
	
	.adv48_list li .text p{height: 40px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
	
	.news48 .bottom .b_l li span em{margin-right:20px;}
	
	.foot48_info {width: 19%;}
	
	.foot48_nav {width: 60%;margin-left: 5%;}
	
	.foot48_info p marquee {width: 165px;}
	
	.foot48_nav li p span{display:none;}
	
	.foot48_mes h2{font-size: 20px;}
	
	.good48-title h4 {
		font-size: 36px;
	}
	.good48-title h3 {
		font-size: 26px;
	}
	.good48-item {
		margin-left: 100px;
	}
	.about48_con {
		margin-top: 0;
	}
	.about48_title .eng span,
	.about48_title .eng em {
		font-size: 74px;
	}
	.about48_title .eng i {
		width: 110px;
		height: 110px;
		bottom: -7%;
	}
	.about48_img img {
		height: 540px;
	}
	.ques48-item {
		margin-right: 100px;
	}
	.ques48-title h4 {
		font-size: 32px;
	}
	.ques48-title h3 {
		font-size: 26px;
	}
	.ques48-item strong {
		font-size: 20px;
	}
	.free-title h4 {
		font-size: 34px;
	}
	.free-title h3 {
		font-size: 28px;
	}
	/* **********************484848484848484848484848****************************** */
	/* 内页开始 */
	.hbanner,
	.hbanner .bd,
	.hbanner .bd img {
		height: 600px;
	}
	.ibanbox {
		height: 240px;
	}
	.iprodct_con .hprodc_r li .hprodcr_img {
		height: 214px;
	}
	.iprode_btn a {
		height: 35px;
		line-height: 35px;
	}
	.icasli_con .hcase_con li .hcase_img {
		height: 158px;
	}
	.hcase_con li .hcase_info p {
		margin: 5px auto;
	}
	.hnewc_r li a {
		width: 69%;
	}
	.irelprodt li .irelpro_img {
		height: 112px;
	}
	.ipicnew_con .hnewc_l dl dt {
		height: 288px;
	}
	.ivideo_con li .ivideo_pic {
		height: 213px;
	}
	.irelprobox .irelprodt li .irelpro_img,
	.ihonr_con li .ihonr_pic {
		height: 214px;
	}
	.ibanbox h2 {
		padding-top: 20px;
	}
}

@media screen and (max-width:1360px) {
	/* 46 */
	.header46_logo img {
		margin-top: 18px;
	}
	.g-in {
		width: 1000px;
	}
	.case46_more,
	.case46_about {
		width: 110px;
	}
	.footer46_ma p marquee {
		width: 206px;
	}
	/* 45 */
	/*banner开始*/
	.lb-box {
		height: 496px;
	}
	/*产品开始*/
	.pro45_img,
	.pro45_mask {
		height: 203px;
	}
	/*公司简介开始*/
	/*案例开始*/
	.case45_box .slideTxtBox .hd ul {
		width: 75%;
	}
	.case45_img {
		height: 203px;
	}
	/*新闻开始*/
	.news45_box .news45_con .news45_txt li span:nth-child(2) {
		width: 73%;
	}
	.news45_box .news45_line .line {
		width: 64%;
	}
	/*尾部开始*/
	.footer45_box h3 {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.footer45_middle {
		width: 47%;
	}
	.footer45_left {
		width: 33%;
	}
	.footer45_left p marquee {
		width: 200px!important;
	}
	/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
	.header36_adv {
		width: 38%;
	}
	.header36_tel {
		width: 39%;
	}
	.product36_newsbox .p36_news_title,
	.product36_newsbox li .p36_news_img,
	.product36_box .pro36_con .pro36_img {
		height: 173px;
	}
	.product36_newsbox .p36_news_title h3 {
		font-size: 20px;
	}
	.product36_newsbox .p36_news_title a {
		width: 130px;
	}
	.product36_box .pro36_con .pro_li_des,
	.product36_box .pro36_con .pro_li_more {
		height: 117px;
	}
	.product36_box .pro36_con .pro36_con_l {
		height: 500px;
	}
	.about36_his {
		width: 88%;
	}
	/* .swiper-container .swiper-slide{height:230px;} */
	.case36_box .slideTxtBox .hd ul {
		width: 83%;
	}
	.case36_box .case36_img {
		height: 205px;
	}
	.partner36_box ul li {
		height: 83px;
	}
	.news36_list2 li a {
		width: 70%;
	}
	.news36_list2 li span {
		width: 22%;
	}
	.kslj ul {
		width: 58%;
	}
	.ma {
		width: 41%;
	}
	.iproimgc {
		width: 38%;
	}
	.iprode_r {
		width: 61%;
	}
	/* ====================== */
	.hnew_top li .hnewt_img {
		height: 273px;
	}
	.hnewc_l dl dt {
		height: 183px;
	}
	/* 产品 */
	.n_product_con li {
		height: 304px;
	}
	.n_product_img {
		height: 200px;
	}
	.n_product_txt {
		top: 66%;
	}
	.n_product_con li:hover .n_product_txt {
		top: 46%;
	}
	/* 公司简介 */
	.n_about ul li p {
		font-size: 48px;
	}
	/* 案例 */
	.n_case .list li .pic {
		height: 254px;
	}
	.n_case .list li .txt {
		width: 367px;
	}
	/* **********************4747474747474747474747****************************** */
	.banner .slider {
		height: 526px;
	}
	.pro47_con .pro47_img {
		height: 196px;
	}
	.about47_img .info li span {
		font-size: 24px;
	}
	.about47_img .info li span i {
		font-size: 15px;
	}
	.about47_img .info {
		right: 14%;
	}
	.solve47 .bd li {
		width: 260px;
	}
	.solve47 .bd li .pic {
		height: 180px;
	}
	.footer47_ma span:nth-child(2) h2 {
		font-size: 15px;
	}
	/* **********************4747474747474747474747****************************** */
	/* **********************484848484848484848484848****************************** */
	.nav48 {width: 64%;}
	
	.htel48 {width: 18%;}
	
	.pro48_list li, .pro48_img {height: 223px;}
	
	.pro48_more {width: 200px;}
	
	.case48 .copy {height: 224px;}
	
	.partner ul li {height: 86px;}
	
	.adv48_title strong:after{width:87%;}
	
	/* .foot48_info {width: 18%;} */
	
    .foot48_nav {width: 59%;margin-left: 4%;}
	
	.foot48_info {width: 20%;}


    .foot48_mes {width: 16%;}
	
	.foot48_info p marquee {width: 163px;}
	
	.good48-title h4 {
		font-size: 34px;
	}
	.good48-title h3 {
		font-size: 24px;
	}
	.good48-item {
		margin-left: 75px;
	}
	.ques48-title h4 {
		font-size: 30px;
	}
	.ques48-title h3 {
		font-size: 24px;
	}
	
	/* **********************484848484848484848484848****************************** */
	/* 内页开始 */
	.hbanner,
	.hbanner .bd,
	.hbanner .bd img {
		height: 567px;
	}
	.ibanbox {
		height: 227px;
	}
	.ibanbox h2 {
		padding-top: 20px;
	}
	.iprodct_con .hprodc_r li .hprodcr_img,
	.irelprobox .irelprodt li .irelpro_img,
	.ihonr_con li .ihonr_pic {
		height: 202px;
	}
	.iprode_r .iprode_info {
		margin: 10px auto 5px;
	}
	.icasli_con .hcase_con li .hcase_img {
		height: 149px;
	}
	.hnewc_r li a {
		width: 67%;
	}
	.irelprodt li .irelpro_img {
		height: 105px;
	}
	.ipicnew_con .hnewc_l dl dt {
		height: 272px;
	}
	.ivideo_con li .ivideo_pic {
		height: 201px;
	}
	.ibanbox h2 {
		padding-top: 10px;
	}
}

@media screen and (max-width:1280px) {
	/* 46 */
	.header46_logo img {
		margin-top: 19px;
	}
	.case46_more,
	.case46_about {
		width: 100px;
	}
	.footer46_ma p marquee {
		width: 200px;
	}
	.footer46_nav {
		width: 77%;
	}
	.footer46_ma {
		width: 23%;
	}
	/* 45 */
	/*banner开始*/
	.lb-box {
		height: 467px;
	}
	/*案例开始*/
	.case45_box .slideTxtBox .hd ul {
		width: 80%;
	}
	/*新闻开始*/
	.news45_box .news45_con .news45_txt li span:nth-child(2) {
		width: 72%;
	}
	.news45_box .news45_line .line {
		width: 62%;
	}
	/*尾部开始*/
	.footer45_box h3 {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.footer45_middle {
		width: 47%;
	}
	.footer45_left {
		width: 33%;
	}
	.footer45_left p marquee {
		width: 200px!important;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
	.header36_adv {
		width: 35%;
	}
	.header36_tel {
		width: 41%;
	}
	.product36_newsbox .p36_news_title a {
		width: 120px;
	}
	.about36_his {
		width: 94%;
	}
	.case36_box .slideTxtBox .hd ul {
		width: 88%;
	}
	.partner36_box ul li {
		height: 77px;
	}
	.news36_list2 li a {
		width: 69%;
	}
	.news36_list2 li span {
		width: 24%;
	}
	.kslj ul {
		width: 56%;
	}
	.ma {
		width: 43%;
	}
	.end span {
		display: inline-block;
		text-align: center;
		float: none;
	}
	/* =================================================== */
	.hnew_top li .hnewt_img {
		height: 257px;
	}
	.hnewc_l dl dt {
		height: 171px;
	}
	.n_product_img {
		height: 201px;
	}
	.n_case .list li .pic {
		height: 239px;
	}
	/* **********************4747474747474747474747****************************** */
	.banner .slider {
		height: 494px;
	}
	.ftitle47 em,
	.ftitle47 i {
		width: 33%;
	}
	.ftitle47 h3:before {
		left: 29%;
	}
	.ftitle47 h3:after {
		right: 29%;
	}
	.ftitle47 h3 span {
		left: 33.5%;
	}
	.about47_img .info {
		right: 3%;
	}
	.solve47 .bd li {
		width: 240px;
	}
	.solve47 .bd li .pic {
		height: 166px;
	}
	.footer47_ma span:nth-child(2) h2 {
		font-size: 14px;
	}
	/* **********************4747474747474747474747****************************** */
	/* **********************484848484848484848484848****************************** */
	
	.news48 .bottom .b_l li span em {margin-right: 9px;}
	
	.foot48_info {width: 21%;}
	
    .foot48_nav {width: 57%;}

    .foot48_mes {width: 17%;}
	
	.foot48_info p marquee {width: 157px;}
	
	.good48-title h4 {
		font-size: 32px;
	}
	.good48-title h3 {
		font-size: 24px;
	}
	.good48-item {
		margin-left: 58px;
	}

	
	.ques48-item {
		margin-right: 90px;
	}
	.ques48-title h4 {
		font-size: 30px;
	}
	.ques48-title h3 {
		font-size: 24px;
	}
	
	/* **********************484848484848484848484848****************************** */
	/* 内页开始 */
	.hbanner,
	.hbanner .bd,
	.hbanner .bd img {
		height: 533px;
	}
	.ibanbox {
		height: 213px;
	}
	.hnewc_r li,
	.ihonr_con li p {
		height: 30px;
		line-height: 30px;
	}
	.ibanbox .ierbox li {
		height: 30px;
		line-height: 28px;
	}
	.iprodct_con .hprodc_r li .hprodcr_img,
	.irelprobox .irelprodt li .irelpro_img,
	.ihonr_con li .ihonr_pic {
		height: 191px;
	}
	.icasli_con .hcase_con li .hcase_img {
		height: 140px;
	}
	.hnewc_r li a {
		width: 64%;
	}
	.irelprodt li .irelpro_img {
		height: 98px;
	}
	.ipicnew_con .hnewc_l dl dt {
		height: 255px;
	}
	.ivideo_con li .ivideo_pic {
		height: 191px;
	}
	.iproimgc {
		width: 40%;
	}
	.iprode_r {
		width: 59%;
	}
	.ibanbox h2 {
		padding-top: 0px;
	}
	.ibanbox .ierbox li {
		height: 40px;
		line-height: 38px;
	}
}

@media screen and (max-width:960px) {
	html,
	body {
		overflow-x: hidden;
		margin: auto;
		max-width: 768px;
	}
	/* 46 */
	.ftitle46 {
		padding: 15px 0 15px 0;
	}
	.ftitle46 h2 {
		font-size: 24px;
	}
	.ftitle46 em {
		font-size: 40px;
		margin-top: -40px;
	}
	/* =========================================== */
	.header46_nav .dropdown46 {
		display: none!important;
	}
	.header46 {
		/* background:#CC0001; */
	}
	.header46_tel,
	.header46_nav ul {
		display: none;
	}
	.header46_logo {
		width: 100%;
		height: 80px;
	}
	.header46_logo a,
	.mtop_logo {
		width: 48%;
	}
	.header46_logo img {
		margin-top: 0;
		height: 100%;
	}
	.mmenu img {
		float: right;
		margin-top: 13px;
		height: auto;
	}
	.header46_nav {
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 11;
	}
	.header46_nav ul {
		background: rgba(0, 0, 0, .8)
	}
	.header46_nav ul:before,
	.header46_nav ul:after {
		display: none;
	}
	.header46_nav ul li {
		width: 100%;
		border-right: none;
	}
	.header46_nav li a {
		height: 40px;
		line-height: 40px;
		border-bottom: 1px dashed #ccc;
	}
	.g-in {
		width: 90%;
	}
	.banner46 .bannerTxt {
		display: none;
	}
	.pro46_nav .btn {
		width: 49%;
	}
	.pro46_nav li:nth-child(2n-1) {
		margin-left: 0;
	}
	.pro46_box,
	.case46_box,
	.news46,
	.solve46_box {
		padding-bottom: 15px;
	}
	.pro46_con_top li,
	.pro46_con_bot li {
		width: 49.5%;
	}
	.pro46_con_top li:nth-child(3),
	.pro46_con_bot li:nth-child(5) {
		display: none;
	}
	.pro46_top_img,
	.pro46_top_txt {
		height: 129px;
	}
	.pro46_top_more {
		margin-top: 0px;
	}
	.pro46_bot_mask {
		top: 83%;
	}
	.pro46_con_bot li {
		height: 258px;
		margin-bottom: 10px;
	}
	.pro46_con_bot li:nth-child(2n-1) {
		margin-left: 0;
	}
	.about46_mask {
		padding-top: 15px;
	}
	.about46_box em {
		margin-top: 40px;
	}
	.about46_adv {
		display: none;
	}
	.about46_bot ul {
		width: 100%;
	}
	.case46_box .slideTxtBox .hd ul li a {
		width: 200px;
	}
	.case46_con li {
		width: 49.5%;
	}
	.case46_con li:nth-child(2n-1) {
		margin-left: 0;
	}
	.case46_img {
		height: 258px;
	}
	.news46_l {
		width: 100%;
	}
	.news46_r {
		width: 100%;
		margin-top: 10px;
	}
	.solve46_con li {
		width: 49.5%;
		margin-bottom: 10px;
	}
	.solve46_con li:nth-child(2n-1) {
		margin-left: 0;
	}
	.solve46_con li:nth-child(5) {
		display: none;
	}
	.footer46_logo,
	.footer46_tel,
	.footer46_ma {
		display: none;
	}
	.link46_list,
	.footer46_nav {
		width: 100%;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.pro45_box,
	.about45_box,
	.case45_box,
	.news45_box,
	.solve45_box,
	.adv45_box {
		padding: 0;
	}
	.ftitle45 h2,
	.ftitle45 i {
		display: none;
	}
	.ftitle45 span {
		font-size: 24px;
		z-index: 0;
	}
	.ftitle45 {
		padding: 15px 0;
	}
	/* ============================================================= */
	.header45_tel,
	.header45_top,
	.header45 .header45_nav {
		display: none;
	}
	.header45_logo {
		width: 100%;
	}
	.mlogo {
		width: 80%;
		float: left;
		height: 100%;
	}
	.mlogo img {
		width: auto;
		height: 100%;
	}
	.mmenu {
		float: right;
	}
	.header45 .header45_nav {
		position: absolute;
		top: 90px;
		left: 0;
		background: #fff;
		width: 100%;
		height: auto;
		margin: 0;
		z-index: 1;
	}
	.header45 .header45_nav li {
		width: 100%;
		border-bottom: 1px dashed #ccc;
	}
	.header45 .header45_nav li>a {
		color: #242e42;
		height: 45px;
		line-height: 45px;
	}
	.header45 .sec {
		display: none!important;
	}
	/* banner */
	.lb-box {
		height: 350px;
	}
	/* 产品 */
	.btn {
		width: 31.5%;
	}
	.btn:nth-child(6),
	.btn:nth-child(9),
	.btn:nth-child(12) {
		margin-right: 0;
	}
	.pro45_img,
	.pro45_mask {
		height: 126px;
	}
	.pro45_txt p {
		height: 25px;
	}
	.pro45_txt {
		border-left: 5px solid #cc0001;
		padding: 10px;
	}
	.pro45_mask i {
		width: 40px;
		height: 40px;
		background-size: 100%;
		border-radius: 40px;
		margin-top: 27%;
	}
	/* 关于我们 */
	.about45_box h2 {
		font-size: 24px;
		line-height: 45px;
		padding-top: 10px;
	}
	.about45_box em {
		font-size: 20px;
	}
	.about45_box .about45_con {
		text-align: center;
		width: 100%;
		line-height: 25px;
		height: 105px;
		margin-top: 20px;
	}
	.about45_more {
		margin: 30px 0;
	}
	.about45_list {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.case45_box .slideTxtBox .hd ul {
		width: 100%;
	}
	/* .btn-right {width: 14rem;} */
	.case45_img {
		height: 126px;
	}
	/* 案例 */
	.case45_txt {
		padding: 0 10px;
	}
	.case45_txt h3 {
		height: 30px;
		line-height: 30px;
	}
	.case45_txt p {
		height: 25px;
		line-height: 25px;
		-webkit-line-clamp: 1;
	}
	.adv45_box {
		display: none;
	}
	.news45_box .news45_con>li {
		width: 100%;
	}
	.solve45_box li a {
		height: 248px;
	}
	.solve45_box li .span {
		bottom: -47%;
	}
	.footer45_right,
	.footer45_left {
		display: none;
	}
	.footer45_middle {
		width: 100%;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.mainb {
		width: 98%;
		margin: 0 auto;
	}
	.pat30 {
		padding-top: 15px;
	}
	.pat3b2 {
		padding: 15px 0 10px;
	}
	.ftitle span {
		font-size: 26px;
	}
	.ftitle h5 {
		font-size: 22px;
	}
	.ftitle {
		padding-top: 15px;
	}
	.ftitle h5:before,
	.ftitle h5:after {
		width: 45%;
	}
	/* ========================================== */
	.header36 {
		position: relative;
		top: 0;
	}
	.header36 .mainb {
		width: 100%;
	}
	.header36_adv,
	.header36_tel,
	.header36_bottom {
		display: none;
	}
	.header36_logo {
		border-right: none;
		width: 100%;
		padding-right: 0;
		margin: 0;
		padding: 10px 0 10px 10px;
		box-sizing: border-box;
	}
	.logo36 {
		display: inline-block;
	}
	.mmenu {
		display: inline-block!important;
		float: right;
		/* margin: 15px 10px 0 0; */
	}
	.header36_bottom {
		position: absolute;
		width: 100%;
		border-radius: 0;
	}
	.header36_bottom ul li {
		width: 100%;
		border-bottom: 1px dashed #fff;
		box-sizing: border-box;
	}
	.header36_bottom .on {
		border-bottom: none;
	}
	.header36_bottom .erji_nav36 {
		display: none!important;
	}
	/* banner */
	.banner_box .banner_next,
	.banner_box .banner_pre {
		z-index: 0;
	}
	/* 产品上新 */
	.product36_newsbox_big {
		padding-top: 5px;
	}
	.product36_box,
	.about36_box,
	.case36_box,
	.product36_newsbox_big {
		padding-bottom: 15px;
	}
	.product36_newsbox .p36_news_title {
		width: 100%;
		height: auto;
	}
	.product36_newsbox {
		padding-top: 5px;
	}
	.product36_newsbox .p36_news_title h3 {
		display: inline-block;
	}
	.product36_newsbox .p36_news_title p,
	.product36_newsbox .p36_news_title em {
		display: none;
	}
	.product36_newsbox .p36_news_title a {
		display: inline-block;
		float: right;
	}
	.product36_newsbox ul {
		width: 100%;
		margin-top: 10px;
	}
	.product36_newsbox li .p36_news_img,
	.product36_box .pro36_con .pro36_img {
		height: 126px;
	}
	.product36_box .pro36_con .pro_li_des,
	.product36_box .pro36_con .pro_li_more {
		height: 93.5px;
	}
	.product36_box .pro36_con .pro_li_des p {
		height: 30px;
		-webkit-line-clamp: 1;
	}
	/* 公司简介 */
	.about36_his {
		display: none;
	}
	/* .swiper-container .swiper-slide{height:128px;} */
	/* 案例 */
	.case36_box .slideTxtBox .arrow1,
	.case36_box .slideTxtBox .arrow {
		display: none;
	}
	.case36_box .slideTxtBox .hd ul {
		width: 100%;
	}
	.case36_box .btn {
		width: 155px;
	}
	.case36_box .slideTxtBox .hd {
		margin: 15px 0;
	}
	.case36_box .case36_img {
		height: 126px;
	}
	/* 伙伴 */
	.partner36_box ul li {
		height: 53px;
	}
	/* 新闻 */
	.news36_box {
		padding: 15px 0;
	}
	.news1_title {
		font-size: 22px;
	}
	.news36_company,
	.news36_company:nth-child(3) {
		width: 100%;
		margin-right: 0;
	}
	.kslj {
		padding: 15px 0;
	}
	.kslj ul {
		width: 100%;
	}
	.ma {
		display: none;
	}
	.end a {
		line-height: 25px;
	}
	/* ========================================= */
	/* 产品 */
	.pro36_nav ul li {
		width: 22.75%;
		margin-left: 3%;
		margin-bottom: 2%;
	}
	.pro36_nav li:first-child,
	.pro36_nav li:nth-child(5),
	.pro36_nav li:nth-child(9) {
		margin-left: 0;
	}
	.pro36_nav li:nth-child(7) {
		margin-left: 3%;
	}
	.product36_box .pro36_con .pro36_con_l {
		display: none;
	}
	.product36_box .pro36_con .pro36_con_r {
		width: 100%;
		margin-left: 0;
	}
	/* ====================================== */
	.hysbox {
		display: none;
	}
	.htitleb i {
		font-size: 26px;
	}
	.htitleb h2 span,
	.htitleb h2 a {
		display: none;
	}
	.htitleb {
		text-align: center;
		border: 0;
	}
	.htitleb h2 {
		font-size: 22px;
		padding: 0 0 10px;
	}
	/* 产品 */
	.n_product {
		padding: 15px 0 10px 0;
	}
	.n_product_con li {
		height: 228px;
	}
	.n_product_img {
		height: 126px;
	}
	.n_product_txt {
		top: 55%;
	}
	.n_product_txt_t {
		width: 80%;
	}
	.n_product_con li:hover .n_product_txt {
		top: 28%;
	}
	.n_product_more {
		/* display:none; */
		right: 0.5rem;
	}
	/* 公司简介 */
	.n_about {
		height: 360px;
		padding-top: 15px;
	}
	.n_about_img,
	.n_about ul {
		display: none;
	}
	.n_about_con {
		width: 100%;
	}
	/* 案例 */
	.n_case_nav ul li {
		width: 30%;
	}
	.n_case {
		padding: 15px 0 10px 0;
	}
	.n_case .list {
		margin-top: 0px;
	}
	.n_case .list li .pic {
		height: 156px;
	}
	.n_case .list li .txt .more {
		display: none;
	}
	/* **********************4747474747474747474747****************************** */
	.ftitle47 {
		padding-top: 15px;
	}
	.ftitle47 h3 {
		font-size: 24px;
	}
	.ftitle47 h3:before {
		left: 26%;
		top: 52%;
	}
	.ftitle47 h3:after {
		right: 26%;
		top: 52%;
	}
	.ftitle47 h3 span {
		font-size: 34px;
		left: 32.5%;
	}
	.ftitle47 em,
	.ftitle47 i {
		width: 32%;
		top: 40%;
	}
	.product47,
	.solve47,
	.news47,
	.about47 {
		padding-bottom: 15px;
	}
	/* ------------------------------------ */
	.header47 {
		padding: 0;
	}
	.header47_addr,
	.header47_tel {
		display: none;
	}
	.header47_logo {
		width: 100%;
	}
	.header47_logo a {
		display: inline-block;
	}
	.header47_logo .hlogo img {
		margin: 0;
	}
	.header47_logo .hlogo {
		width: 80%;
	}
	.mmenu47 {
		float: right;
		margin-top: 5px;
	}
	.header47_nav {
		display: none;
		top: 60px;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 10;
	}
	.header47_nav li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: none;
		border-bottom: 1px dashed #ccc;
	}
	.header47_nav li>a {
		height: 40px;
		line-height: 40px;
	}
	.dropdown47 {
		display: none!important;
	}
	.header47_nav li:hover:before {
		height: 40px;
	}
	.banner .slider {
		height: 312px;
	}
	.pro47_nav {
		border-radius: 0;
		margin-top: 10px;
	}
	.pro47_nav2 {
		margin-top: 0px;
		border-top: none;
	}
	.pro47_nav li {
		width: 25%;
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding-left: 10px;
	}
	.pro47_nav li:nth-child(4) {
		border-right: none;
	}
	.pro47_nav li:nth-child(5),
	.pro47_nav li:nth-child(6),
	.pro47_nav li:nth-child(7),
	.pro47_nav li:nth-child(8) {
		border-bottom: none;
	}
	.pro47_con .pro47_img {
		height: 126px;
	}
	.about47 {
		height: auto;
	}
	.about47 {
		padding-top: 15px;
	}
	.about47_img {
		display: none;
	}
	.about47_con {
		width: 100%;
	}
	.about47_con h2 {
		font-size: 24px;
	}
	.about47_con h2 span {
		font-size: 40px;
	}
	.about47_con p {
		margin-top: 10px;
		line-height: 25px;
		height: 100px;
	}
	.about47_con a {
		width: 200px;
		margin-top: 20px;
	}
	.case47,
	.case47_list,
	.case47_list ul,
	.case47Box,
	.case47Bg {
		height: 357px;
	}
	.case47List {
		width: 100%;
		margin: 20px auto;
	}
	.case47List .case47Img,
	.case47List .case47Img img {
		width: 450px;
		height: 312px;
	}
	.case47List .case47Title {
		height: 90px;
		width: 600px;
		margin: 180px 0 49px 25px;
	}
	.case47List .case47Title .case47Left h2 {
		font-size: 18px;
		height: 35px;
		line-height: 35px;
	}
	.case47List .case47Title .case47Right strong {
		font-size: 18px;
	}
	.case47_list .prev,
	.case47_list .next {
		top: 130px;
	}
	.case47_list .prev {
		left: 30px;
	}
	.case47_list .next {
		right: 30px;
	}
	.news47_left,
	.news47_right {
		width: 100%;
	}
	.news47_left {
		height: 300px;
	}
	.news47_r_top {
		display: none;
	}
	.news47_list .bd ul li {
		width: calc(50% - 10px);
	}
	.adv47 {
		display: none;
	}
	.solve47 .bd li {
		width: 330px;
	}
	.solve47 .hd .prev,
	.solve47 .hd .next {
		top: 180px;
	}
	.footer47 {
		padding-top: 15px;
	}
	.footer47_l,
	.link47 {
		display: none;
	}
	.footer47_nav {
		width: 100%;
	}
	.copyright47 p,
	.copyright47 a {
		line-height: 25px;
	}
	/* **********************4747474747474747474747****************************** */
	/* **********************484848484848484848484848****************************** */
	.pro48, .partner, .news48 {padding-bottom: 15px;}
	
	.header48{position:relative;}
	
	.nav48{margin-left: 0%;width: 100%;position: absolute;top: 57px;left: 0;background: rgba(158,51,37,.8);height: auto;display: none;}
	
	.nav48 li {width: 100%;border-bottom:1px dashed #ccc;}
	
	.nav48 li>a{color:#fff;height: 40px;line-height: 40px;}
	
	.dropdown48{display:none!important;}
	
	.htel48{display:none;}
	
	.hlogo48{width:100%;}
	
	.hlogo48 a{display:inline-block;}
	
	.hlogo48 .ilogo{width:80%;}
	
	.mmenu48{float:right;}
	
	.ftitle48 {padding-top: 15px;}
	
	.ftitle48 h3 {font-size: 24px;}
	
	.ftitle48 h3:before, .ftitle48 h3:after{width:26%;}
	
	.pro48_nav li a{height:35px;line-height: 35px;min-width: 150px;}
	
	.pro48_list li, .pro48_img {height: 132px;}
	
	.pro48_con h3 {font-size: 16px;}
	
    .pro48_con em {margin: 5px 0;width: 50px;height: 2px;}
	
    .pro48_con p {line-height: 30px;height: 30px;-webkit-line-clamp: 1;}
	
    .pro48_more {width: 150px;margin-top: 10px;height: 30px;line-height: 30px;}
	
	.about48_title .eng,.about48_img{display:none;}
	
	.about48_title{width:100%;margin-left:0;}
	
	.about48_con{width:100%;height:auto;position:inherit;background:none;}
	
	.about48_con h3{margin-top:15px;font-size: 24px;}
	
	.about48_con em{margin: 10px auto;}
	
	.about48_con p {margin-top: 10px;padding: 0 10px;}
	
	.about48_more{margin: 20px auto 15px auto;}
	
	.case48 {padding-bottom: 15px;}
	
	.case48 ul {margin-top: 10px;}
	
	.case48 .copy {height: 133px;}
	
	.case48 .copy .desc .name{line-height:30px;}
	
	.case48 .copy .desc .msg {height: 30px;-webkit-line-clamp: 1;}
	
	.case48 .copy .desc:hover a {bottom: 10px;}
	
	.partner,.adv48,.news48 .top .video{display:none;}
	
	.news48 .top .img{width:100%;}
	
	.news48 .bottom .b_l{display:none;}
	
	.news48 .bottom .b_r{width:100%;}
	
	.foot48_info,.foot48_mes{display:none;}
	
	.foot48_nav{width:100%;}
	
	.good48{padding: 15px 0;}
	
	.good48-title {width: 100%;text-align: center;padding:0 0 20px 0;border-right:0;}
	
	.good48-item strong {font-size: 16px;}
	
	.good48-item{margin-left: 2%;width: 31.33%;float: left;}
	
	.good48-title h4,.solution48-title h4,.ques48-title h4,.free-title h4 {font-size: 24px;line-height: normal;}
	
    .good48-title h3,.solution48-title h3,.ques48-title h3,.free-title h3 {font-size: 20px;line-height: normal;}
	
    .good48-item ul li {line-height: 25px;}
	
	.solution48 { padding: 15px 0;}
	
	.solution48-list {margin-top: 20px;}
	
	.solution48-item{width: calc(33% - 22px);margin:10px 10px 20px 10px;height: 200px;}
	
	.solution48-icon {width: 50px;height: 50px;margin-top: -22px;background-size: 60%;}
	
	.solution48-item h5 {font-size: 18px; margin-top: 10px;}
	
	.solution48-item p {font-size: 16px;}
	
	.solution48-item ul li{line-height: 25px;}
	
	.choose48 { padding: 20px 0;}
	
	.choose48 h2 { font-size: 24px;line-height: 40px;}
	
	.choose48 span{ font-size: 34px;line-height: 40px;}
	
	.choose48 h4{ font-size: 26px;line-height: 40px;}
	
	.ques48-title {width: 100%;text-align: center;padding:0 0 20px 0;border-right:0;}
	
	.ques48 {padding: 15px 0;}
	
	.ques48-title h3 span,.free-title h3 span{display: inline-block;}
	
	.ques48-title h4 br,.free-title h4 br{display: none;}
	
	.ques48-item {width: calc(33% - 22px);margin:10px 10px 20px 10px;}
	
	.ques48-list{padding:0;width: 100%;}
	
	.ques48-item strong {font-size: 18px;}
	
	.free {padding: 15px 0;}
	
	.free-title{width: 100%;text-align: center;padding:0 0 20px 0;border-right:0;}
	
	.free-box {width: 98%;}
	
	.liuyan{width: 100%;}
	
	.liuyan-head p{display: none;}
	
	.input-submit input{margin: 0 auto;}
	/* **********************484848484848484848484848****************************** */
	.hprodc_l {
		width: 100%;
	}
	.hprodc_l li {
		width: 31.33%;
		margin: 1%;
		float: left;
		height: 42px;
		line-height: 42px;
	}
	.hpro_tel {
		display: none;
	}
	.hprodc_r {
		width: 100%;
		margin-top: 20px;
	}
	.hprodc_l li a::before {
		top: 13px;
	}
	.hprodc_l li a::after {
		top: 17px;
	}
	.hprodc_r li .hprodcr_img {
		height: 151px;
	}
	.htitle2 i {
		font-size: 26px;
		top: -10px;
	}
	.htitle2 h2 {
		font-size: 22px;
	}
	.habout {
		background-size: 100% 100%;
	}
	.hab_info {
		padding: 15px;
	}
	.hab_info ul li {
		width: 18%;
	}
	.hadvbox {
		display: none;
	}
	.hcase_con li .hcase_img {
		width: 100%;
		height: 227px;
	}
	.hcase_con li .hcase_info {
		width: 100%;
		padding: 10px;
	}
	.hcase_con li .hcase_info p {
		display: none;
	}
	.hcase_con li .hcase_info em {
		margin: 5px 0 10px;
	}
	.hcase_con li .hcase_info span {
		width: 150px;
	}
	.hnew_top ul li .hnewt_img {
		height: 170px;
	}
	.hnewc_l dl dt {
		height: 162px;
	}
	.hnewc_l {
		width: 100%;
	}
	.inewlist .inewli_con .hnewc_l dl:nth-child(3n){
		display:none;
	}
	.hnewc_r {
		width: 100%;
		margin-top: 15px;
	}
	.hnewc_l dl dd i {
		width: 120px;
		height: 30px;
		line-height: 30px;
	}
	.hnewc_r li {
		height: 40px;
		line-height: 40px;
	}
	.yqlink,
	.hfoot_con {
		display: none;
	}
	.hfoot {
		padding-top: 0;
		margin-bottom: 50px;
	}
	.hfoot_bot p a {
		float: none;
	}
	.hfoot_bot {
		margin-top: 0;
	}
	.hnewtit {
		margin-bottom: 10px;
	}
	.htitleb {
		padding-left: 0;
	}
	.ibanbox {
		margin-top: 0;
		background-size: 100%;
		height: auto;
	}
	.ibanbox h2 {
		padding-top: 30px;
		font-size: 26px;
	}
	.ibanbox .ierbox .btn {
		width: 32.2%;
		float: left;
	}
	.ibanbox .ierbox .btn-2 span {
		color: #949292;
		border: 1px solid #949292;
		font-weight: normal;
	}
	.lyform_li img {
		right: 5%;
	}
	.ihonr_con li {
		width: 48%;
		margin: 1%;
	}
	.ihonr_con li:nth-child(4n) {
		margin-right: 1%;
	}
	.ihonr_con li .ihonr_pic {
		height: 250px;
	}
	.icasli_con .hcase_con li {
		width: 48%;
		margin: 1%;
	}
	.icasli_con .hcase_con li:nth-child(3n) {
		margin-right: 1%;
	}
	.icasli_con .hcase_con li .hcase_img {
		height: 249px;
	}
	.ivideo_con li {
		width: 48%;
		margin: 1%;
	}
	.ivideo_con li:nth-child(4n) {
		margin-right: 1%;
	}
	.ivideo_con li .ivideo_pic {
		height: 249px;
	}
	.iprodct_con .hprodc_r li {
		width: 48%;
		margin: 1%;
	}
	.iprodct_con .hprodc_r li:nth-child(4n) {
		margin-right: 1%;
	}
	.iprodct_con .hprodc_r li .hprodcr_img {
		height: 250px;
	}
	.inewli_con .hnewc_r li {
		width: 100%;
		margin: auto;
	}
	.inewli_con .hnewc_r li:nth-child(3n) {
		margin-right: auto;
	}
	.ibanbox .ierbox {
		margin-top: 60px;
	}
	.ipicnew_con .hnewc_l dl {
		width: 48%;
		margin: 1%;
	}
	.ipicnew_con .hnewc_l dl:nth-child(3n) {
		margin-right: 1%;
	}
	.ipicnew_con .hnewc_l dl dt {
		height: 249px;
	}
	.zhaiyao {
		margin-top: 20px;
	}
	.inewdec_r {
		display: none;
	}
	.inewdec_l {
		width: 100%;
	}
	.inewdetail .hnew_top li .hnewt_img {
		height: 151px;
	}
	.iprode_big,
	#preview img {
		width: 100% !important;
	}
	.jqzoom {
		float: none;
	}
	div.zoomMask,
	div.zoomDiv {
		display: none !important;
	}
	.iproimgc {
		float: none;
		width: 100%;
	}
	.iprode_r {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.irelprobox .irelprodt li {
		width: 48%;
		margin: 1%;
	}
	.irelprobox .irelprodt li:nth-child(4n) {
		margin-right: 1%;
	}
	.irelprobox .irelprodt li .irelpro_img {
		height: 250px;
	}
	.irelcase {
		display: none;
	}
	.ibanbox p {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.mfoot {
		display: block !important;
		height: 50px;
		background: #F5BC17;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99;
	}
	.mfoot ul {
		font-size: 0;
	}
	.mfoot li {
		width: 25%;
		box-sizing: border-box;
		display: inline-block;
		font-size: 14px;
		text-align: center;
		border-right: 1px solid #c15d65;
		padding: 6px 0;
	}
	.mfoot li:nth-child(4) {
		border-right: 0;
	}
	.mfoot li a {
		color: #fff;
	}
	.mfoot li img {
		display: block;
		margin: 0 auto;
	}
	.mfoot li p {
		padding-top: 3px;
	}
}

@media screen and (max-width:640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	/* 46 */
	.header46_logo {
		height: 55px;
	}
	/* .header46_logo a{width: auto;} */
	.header46_logo a {
		height: auto;
	}
	.header46_logo .mtop_logo {
		width: auto;
		height: 100%;
	}
	.header46_logo .mmenu {
		width: auto;
	}
	.mmenu img {
		margin-top: 10px;
	}
	.header46_nav {
		top: 55px;
	}
	.banner46 .anniu .pageOn {
		display: none;
	}
	.pro46_nav .btn {
		width: 48.7%;
		height: 35px;
	}
	.pro46_nav .btn span {
		padding: 5px;
		font-weight: normal;
		letter-spacing: 0;
	}
	.pro46_con_top li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.pro46_con_bot li {
		height: 121px;
	}
	.pro46_con_bot {
		margin-top: 0;
	}
	.pro46_bot_mask {
		top: 70%;
	}
	.pro46_con_bot li:hover .pro46_bot_mask {
		padding: 10px;
	}
	.pro46_bot_mask p {
		height: 30px;
	}
	.about46_box h2 {
		height: 35px;
		line-height: 35px;
		font-size: 24px;
	}
	.about46_box p {
		margin: 15px 0;
	}
	.about46_box em {
		margin-top: 20px;
	}
	.about46_bot {
		margin-top: 20px;
		padding: 20px 0;
	}
	.case46_box .slideTxtBox .hd ul li a {
		width: 100px;
	}
	.case46_box .slideTxtBox .bd ul {
		margin-top: 15px;
	}
	.case46_img {
		height: 125px;
	}
	.case46_more,
	.case46_about {
		display: none;
	}
	.news46_l h3,
	.news46_r li h3 {
		margin: 10px 0 0 0;
		line-height: 30px;
	}
	.news46_l p,
	.news46_r li p {
		height: 50px;
		line-height: 25px;
		-webkit-line-clamp: 1;
		margin-bottom: 10px;
	}
	.news46_more {
		padding-top: 0;
	}
	.news46_r li {
		width: 100%;
		margin-left: 0;
	}
	.news46_r_img {
		height: 136px;
	}
	.news46_r li>a {
		padding: 0.1px 20px 0px 20px;
	}
	.link46,
	.footer46 {
		display: none;
	}
	.copyright46 {
		margin-bottom: 49px;
	}
	.copyright46 p,
	.copyright46 a {
		line-height: 25px;
	}
	.mfooter46 {
		position: fixed;
		bottom: 0;
		max-width: 750px;
		width: 100%;
		height: 3.3rem;
		line-height: 3.3rem;
		z-index: 999;
		background-color: #1D1E23;
		font-size: 1.13rem;
		text-align: center;
		display: block;
	}
	.mfooter46 img {
		width: 1.5rem;
		height: auto;
		margin-right: 0.3rem;
		vertical-align: -0.2rem;
		display: inline-block;
	}
	.mf46-fl {
		float: left;
		width: 56%;
	}
	.mf46-fl span {
		color: #FFF;
	}
	.mf46-fr {
		float: right;
		width: 44%;
		position: relative;
	}
	.mf46-fr:before {
		content: '';
		position: absolute;
		right: 0;
		top: -2.15rem;
		width: 100%;
		height: 5.6rem;
		background: url(../imgg/fix-bg.png) no-repeat right bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-border-bottom-left-radius: 1rem;
		-moz-border-bottom-left-radius: 1rem;
		-ms-border-bottom-left-radius: 1rem;
		-o-border-bottom-left-radius: 1rem;
		border-bottom-left-radius: 1rem;
		z-index: -1;
	}
	.mfooter46 .mf46-fr img {
		margin-right: none;
		margin-left: 0.3rem;
	}
	.mf46-fr a {
		color: #FFF;
	}
	/* 45 */
	.ftitle45 span {
		margin-bottom: 0;
	}
	.header45 .header45_nav {
		top: 50px;
	}
	.lb-box {
		height: 137px;
	}
	.lb-item > a > span {
		display: none;
	}
	.lb-ctrl {
		font-size: 30px;
	}
	.ftitle45 span:before,
	.ftitle45 span:after {
		width: 27%;
	}
	/* .pro45_nav button {width: 49.5%;}
	
	.pro45_nav button:nth-child(2n-1){margin-left:0} */
	.btn {
		width: 48%;
	}
	.btn:nth-child(6),
	.btn:nth-child(12),
	.pro39_box .pro39_con li:nth-child(4),
	.pro39_box .pro39_con li:nth-child(8) {
		margin-right: 0;
	}
	.pro45_con li {
		width: 49.5%;
	}
	.pro45_con li:nth-child(2n-1) {
		margin-left: 0
	}
	/* .btn-right {width: 7rem;} */
	.about45_box .about45_con {
		height: 100px;
	}
	.case45_con li {
		width: 49.5%;
	}
	.case45_con li:nth-child(2n-1) {
		margin-left: 0
	}
	.news45_box .news45_con .news45_img {
		display: none;
	}
	.news45_box .news45_con .news45_txt {
		width: 100%;
	}
	.footer45_box {
		display: none;
	}
	.copyright45 {
		margin-bottom: 55px;
		height: auto;
		line-height: 25px;
	}
	/* --------------------------------------------- */
	.header45 {
		height: 50px;
	}
	.header45_logo {
		height: 50px;
		line-height: 50px;
	}
	.mmenu {
		/* margin: 8px 10px 0 0; */
	}
	.mmenu img {
		width: 35px;
	}
	.logo36 {
		width: 70%;
	}
	.header36_bottom ul li {
		height: 40px;
	}
	.header36_bottom ul li>a {
		line-height: 40px;
	}
	.header36_bottom ul li:hover,
	.header36_bottom .on {
		padding: 0;
	}
	.header36_logo {
		padding: 5px 0 5px 10px;
	}
	/* 产品上新 */
	.product36_newsbox .p36_news_title h3 {
		height: 30px;
		line-height: 30px;
		font-size: 18px;
	}
	.product36_newsbox .p36_news_title a {
		height: 30px;
		line-height: 30px;
		margin: 0;
	}
	.product36_newsbox ul li {
		width: 49.5%;
		margin-bottom: 1%;
	}
	.product36_newsbox ul li:nth-child(3),
	.product36_newsbox ul li:nth-child(5) {
		margin-left: 0;
	}
	/* 产品 */
	.pro36_nav ul li {
		width: 47.5%;
		margin-bottom: 5%;
		height: 35px;
		line-height: 35px;
	}
	.pro36_nav li:nth-child(2n-1) {
		margin-left: 0;
	}
	.pro36_nav li:nth-child(2n) {
		margin-left: 5%;
	}
	.product36_box .pro36_con li {
		width: 49.5%;
	}
	.product36_newsbox li .p36_news_img,
	.product36_box .pro36_con .pro36_img {
		height: 125px;
	}
	.product36_box .pro36_con li:nth-child(2n-1) {
		margin-left: 0;
		clear: both;
	}
	.product36_box .pro36_con li:nth-child(2n) {
		margin-left: 1%;
	}
	/* 公司简介 */
	/* .about36_txt {margin-top: 10px;}

.swiper-container {margin-top: 25px !important;padding-bottom: 50px !important;} */
	/* .swiper-container .swiper-slide{height:126px;} */
	/* 案例 */
	.case36_box .btn {
		width: 172px;
		margin-bottom: 1%;
	}
	.horizontal {
		width: 172px;
	}
	.case36_box .slideTxtBox .hd {
		height: 95px;
	}
	.case36_box .btn:nth-child(2),
	.case36_box .btn:nth-child(4) {
		margin-right: 0
	}
	.case36_box .bd ul li {
		width: 49.5%;
		margin-bottom: 1%;
	}
	.case36_box .bd ul li:nth-child(2n-1) {
		margin-left: 0;
	}
	.case36_box .bd ul li:nth-child(2n) {
		margin-left: 1%;
	}
	/* 合作伙伴 */
	.partner36_box {
		display: none;
	}
	/* 新闻 */
	.news1_title {
		font-size: 18px;
		font-weight: bold;
	}
	/* 底部 */
	.copyright36 {
		display: none;
	}
	.end {
		margin-top: 10px;
	}
	.copy_bg36 {
		margin-bottom: 55px;
		background: #3e3d3d;
	}
	/* 手机底部 */
	.m_footer36 {
		display: block;
		z-index: 2;
		width: 100%;
		position: fixed;
		bottom: 0;
		background: #fff;
		/* padding: 5px 0; */
	}
	.m_footer36 .m_footer36_l {
		width: 35%;
		padding-top: 5px;
	}
	.m_footer36 .m_footer36_l li {
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	.m_footer36 .m_footer36_l li:first-child {
		border-right: 1px dashed #fbebbb;
	}
	.m_footer36 .m_footer36_l li a {}
	.m_footer36 .m_footer36_l li img {
		width: 20px;
		margin: 0 auto;
	}
	.m_footer36 .m_footer36_l li p {
		text-align: center;
		color: #f5bc17;
		padding: 5px 0;
	}
	.m_footer36 .m_footer36_r {
		width: 65%;
		padding-top: 5px;
		/* border-radius: 30px; */
		background: linear-gradient(to left, rgba(245, 188, 23, 0.84), rgba(241, 213, 132, 0.84));
	}
	.m_footer36 .m_footer36_r li {
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	.m_footer36 .m_footer36_r li:first-child {
		border-right: 1px dashed #fff;
	}
	.m_footer36 .m_footer36_r li img {
		width: 20px;
		margin: 0 auto;
	}
	.m_footer36 .m_footer36_r li p {
		text-align: center;
		color: #fff;
		padding: 5px 0;
	}
	/* banner */
	.banner_box img {
		width: 50%;
	}
	.banner_box .banner_pre,
	.banner_box .banner_next {
		padding: 25px 0 25px 10px;
	}
	.banner_box .jumpBtn ul li {
		width: 15px;
		height: 15px;
	}
	/* ========================================== */
	.htitleb i {
		font-size: 22px;
	}
	.htitleb h2 {
		font-size: 20px;
	}
	.ibread h2 {
		font-size: 16px;
		background-size: 20px;
		padding-left: 30px;
	}
	/* 产品 */
	.n_pro_nav a {
		width: 49%;
	}
	.n_product_img {
		height: 126px;
	}
	.n_product_con li {
		width: 49%;
	}
	.n_about {
		height: 320px;
	}
	.n_about_con h1 {
		font-size: 34px;
	}
	.n_case {
		display: none;
	}
	.n_solve_list li {
		width: 50%;
	}
	.n_solve_title strong:after {
		width: 0;
	}
	.slick-slider {
		padding: 0;
	}
	/* **********************4747474747474747474747****************************** */
	.ftitle47 em,
	.ftitle47 i,
	.ftitle47 h3:before,
	.ftitle47 h3:after {
		display: none;
	}
	.ftitle47 h3 {
		font-size: 22px;
	}
	.ftitle47 h3 span {
		font-size: 30px;
		left: 17%;
	}
	/* -------------------- */
	.banner .slider {
		height: 152px;
	}
	.pro47_nav li {
		width: 50%;
	}
	.pro47_nav li:nth-child(2n) {
		border-right: none;
	}
	.pro47_nav li:nth-child(5),
	.pro47_nav li:nth-child(6) {
		border-bottom: 1px solid #ccc;
	}
	.pro47_con li {
		width: 49.5%;
	}
	.pro47_con li:nth-child(2n-1) {
		margin-left: 0;
	}
	.case47,
	.case47_list,
	.case47_list ul,
	.case47Box,
	.case47Bg {
		height: 281px;
	}
	.case47List .case47Img,
	.case47List .case47Img img {
		width: 100%;
		height: 260px;
	}
	.case47List,
	.case47List .case47Title .case47Left {
		width: 100%;
	}
	.case47List .case47Title {
		width: 100%;
		margin: 170px 0 0px 0px;
		box-sizing: border-box;
	}
	.case47List .case47Title .case47Right {
		display: none;
	}
	.news47_left {
		height: 200px;
		margin-top: 10px;
	}
	.news47_left .bd li p {
		padding: 0 15px;
	}
	.news47_right {
		margin-top: 10px;
	}
	.news47_right ul li,
	.news47_right ul li:first-child .img {
		height: 150px;
	}
	.news47_list .bd ul li h3 {
		height: 30px;
		line-height: 30px;
	}
	.news47_list .bd ul li span {
		font-size: 14px;
	}
	.news47_list .bd ul li p {
		margin: 0;
		line-height: 25px;
		height: 50px;
	}
	.news47_list .hd {
		left: 32%;
	}
	.solve47 .bd li {
		width: 145px;
	}
	.solve47 .bd li .pic {
		height: 101px;
	}
	.solve47 .bd li .name {
		height: 30px;
		line-height: 30px;
	}
	.solve47 .hd .prev,
	.solve47 .hd .next {
		top: 150px;
	}
	.footer47 {
		display: none;
	}
	.copyright47 {
		margin-bottom: 44px;
	}
	.mfooter47 {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 6666;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 10px #eee
	}
	.mfooter47 li {
		width: 50%;
		float: left
	}
	.mfooter47 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;
		color: #000;
	}
	.mfooter47 li em {
		font-style: normal;
	}
	.mfooter47 li a img {
		height: 18px;
		width: auto;
		margin-right: 5px
	}
	.mfooter47 li:nth-child(2) {
		background: #212257;
		background: -webkit-linear-gradient(130deg, #006ba6 40%, #075682 60%);
		background: -o-linear-gradient(130deg, #006ba6 40%, #075682 60%);
		background: -moz-linear-gradient(130deg, #006ba6 40%, #075682 60%);
		background: linear-gradient(130deg, #006ba6 40%, #075682 60%);
		border-top-left-radius: 100px
	}
	.mfooter47 li:nth-child(2) a {
		color: #fff
	}
	/* **********************4747474747474747474747****************************** */
	/* **********************484848484848484848484848****************************** */
	.ftitle48 h3:before, .ftitle48 h3:after{display:none;}
	
	.ftitle48 h3 {font-size: 22px;}
	
	.pro48_nav li{margin:2px;}
	
	.pro48_nav li a {min-width: 155px;}
	
	.pro48_list li {width: 49.5%;height:128px;}
	
	.case48 .copy {width: 50%;height: 130px;}
	
	.news48 .bottom .title span {font-size: 24px;}
	
	.news48 .top .video, .news48 .top .img {height: 200px;}
	
	.news48 .swiper-slide {padding: 10px;}
	
	.news48 .bottom {height: 230px;overflow: hidden;}
	
	.link48 {padding-bottom: 6px;}
	
	.link48 span {font-size: 26px;}
	
	.link48 a {padding: 0 15px;}
	
	.footer48{display:none;}
	
	.copyright48 {padding-bottom: 68px;padding-top: 5px;text-align:left;}
	
	.copyright48 p, .copyright48 a{line-height:25px;}
	
	.good48-item strong {font-size: 10px;line-height: 25px;}
	
	.good48-item span {width: 30px;height: 32px;background-size: 100% 100%;margin: 0 auto;}
	
	.solution48-title b{width: 70px;}
	
	.solution48-item { width: calc(49% - 22px);}
	
	.solution48-item p {font-size: 12px;line-height: 25px;}
	
	.solution48-item h5 {font-size: 15px;line-height: 25px;}
	
	.choose48{display:none;}
	
	.ques48-list{margin-left:0;}
	
	.ques48-item {width: 100%; margin: 0;}
	
	.ques48-item-tit span{display:none;}
	
	.ques48-item {width: 70%;margin: 0 auto;display: block;border-bottom: 1px solid #ccc;padding-bottom: 20px;}
	
	.ques48-item:nth-child(3) {margin: 0 auto;border-bottom: none;}
	
	.ques48-item ul li {line-height: 25px;}
	
	.good48-title h4, .solution48-title h4, .ques48-title h4, .free-title h4 ,.good48-title h3, .solution48-title h3, .ques48-title h3, .free-title h3{font-size: 18px;}
	
	.mfoot48_nav {
		display:block;
				width: 100%;
				height: 60px;
				background: #9E3325;
				position: fixed;
				bottom: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				justify-content: space-around;
				z-index: 99999;
			}
			
			.mfoot48_list {
				width: 23.33%;
			}
			
			.mfoot48_nav_a {
				width: 100%;
				height: 100%;
			}
			
			.mfoot48_nav_b {
				width: 30px;
				overflow: hidden;
				margin: 0 auto;
				margin-top: 5px;
			}
			
			.mfoot48_nav_b img {
				width: 100%;
				height: 100%;
			}
			
			.mfoot48_nav_c {
				width: 100%;
				text-align: center;
				font-size: 14px;
				color: #FFFFFF;
			}
			
			.mfoot48_nav_d {
				width: 100%;
			}
			
			.mfoot48_nav_d img {
				width: 80%;
				margin-top: -30%;
			}
			
			.mfoot48_list_tel {
				width: 30%;
			}
	/* **********************484848484848484848484848****************************** */
	.hprodc_l li {
		padding-right: 2px;
	}
	.hprodc_l li a::after {
		display: none;
	}
	.hprodc_l li a {
		padding-right: 0;
	}
	.hprodc_r li {
		width: 48%;
		margin: 1%;
	}
	.hprodc_r li .hprodcr_img {
		height: 126px;
	}
	.hab_info ul li {
		width: 31.3%;
	}
	.hab_info ul {
		margin-top: 5px;
	}
	.hcase_con li .hcase_img {
		height: 126px;
	}
	.hcase_con li .hcase_info h3 {
		font-size: 16px;
	}
	.hcase_con li .hcase_info span {
		width: 120px;
		height: 30px;
		line-height: 30px;
	}
	.hsolo_box dl {
		height: auto;
	}
	.hsolo_box dl dt {
		width: 100%;
	}
	.hsolo_box dl dd {
		width: 100%;
		padding-top: 10px;
		height: auto;
		padding-bottom: 15px;
	}
	.hsolo_box {
		background-size: 260%;
	}
	.hsolo_box dl dd h3 {
		top: -50px;
	}
	.hsolo_box dl h4 {
		font-size: 18px;
	}
	.hsolo_box dl dt img {
		height: 100%;
	}
	.hnewbox .hnew_top {
		display: none;
	}
	.hnewc_l dl {
		width: 100%;
	}
	.hnewtit span {
		font-size: 18px;
	}
	.hnewtit a {
		font-size: 15px;
		margin-top: 8px;
	}
	.hnewc_l dl dd h3 {
		font-size: 16px;
	}
	.hnewc_l {
		padding: 5px;
	}
	.hnewc_l dl dt {
		height: auto;
	}
	.hfoot_bot p {
		text-align: center;
	}
	.ibanbox h2 {
		padding-top: 10px;
		font-size: 20px;
	}
	.ibanbox em {
		margin: 10px auto 0;
	}
	.ibanbox .ierbox .btn {}
	.ibanbox .ierbox {
		margin-top: 20px;
	}
	.ibanbox .ierbox .btn span {
		letter-spacing: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 15px;
	}
	.ibanbox .ierbox li {
		height: 35px;
		line-height: 33px;
	}
	.ibread h2 {
		font-size: 16px;
		background: none;
		border-left: 3px solid #F5BC17;
		padding-left: 10px;
	}
	.ibread p {
		margin-top: 3px;
	}
	.ihonr_con li .ihonr_pic {
		height: 120px;
	}
	.icasli_con .hcase_con li .hcase_img {
		height: 121px;
	}
	.ivideo_con li .ivideo_pic {
		height: 121px;
	}
	.ivideo_con li .ivideo_info {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.ivideo_con li .ivideo_info span {
		margin-top: 10px;
	}
	.iprodct_con .hprodc_r li .hprodcr_img {
		height: 122px;
	}
	.ipicnew_con .hnewc_l dl {
		width: 100%;
		margin: 1% auto;
	}
	.ipicnew_con .hnewc_l dl dt {
		height: auto;
	}
	.idetail_tit h2 {
		font-size: 20px;
	}
	.idetail_tit p span {
		padding-right: 5px;
	}
	.updown li a {
		width: 79%;
	}
	.iprode_r .iprode_btn {
		margin-top: 0;
	}
	.irelprobox .irelprodt li .irelpro_img {
		height: 120px;
	}
	.hsolo_box .htitle2 i {
		display: none;
	}
	.hprodc_r li:nth-child(3n) {
		margin-right: 1%;
	}
	.ibanbox .ierbox li a {
		font-size: 15px;
	}
	.hbanner,
	.hbanner .bd,
	.hbanner .bd img {
		height: 156px;
	}
}

@media screen and (max-width:360px) {
	.banner .slider {
		height: 145px;
	}
	.case36_box .btn,
	.horizontal {
		width: 166px;
	}
	.solve47 .bd li {
		width: 135px;
	}
	.solve47 .bd li .pic {
		height: 94px;
	}
	
	.pro48_nav li a {
    min-width: 148px;
}
}

@media screen and (max-width:350px) {
	.banner .slider {
		height: 142px;
	}
	.head_tel h3 i {
		display: none;
	}
	.hnewc_r li a {
		width: 68%;
	}
	.updown li a {
		width: 68%;
	}
	.case36_box .btn,
	.horizontal {
		width: 162px;
	}
		.pro48_nav li a {
    min-width: 143px;
}
}

@media screen and (max-width:340px) {
	.banner .slider {
		height: 138px;
	}
	.case36_box .btn,
	.horizontal {
		width: 157px;
	}
			.pro48_nav li a {
    min-width: 138px;
}
}

@media screen and (max-width:330px) {
	.banner .slider {
		height: 134px;
	}
	.case36_box .btn,
	.horizontal {
		width: 152px;
	}
			.pro48_nav li a {
    min-width: 133px;
}
}