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

html,
body {
	font-family: "微软雅黑";
	font-size: 15px;
	min-width: 1200px;
	color: #333;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
}

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

a:hover {
	color: #005FC2;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.paddt30 {
	padding: 30px 0 0;
}

.paddb20 {
	padding-bottom: 20px;
}

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

.b_mobile {
	display: none;
}


/***********************************************************************************/

.headtop {
	height: 36px;
	line-height: 36px;
	background: #f9f9f9;
}

.headtop ul li {
	display: inline-block;
	margin-left: 15px;
}

.headtop ul li a {
	border-right: 1px solid #dedede;
	padding-right: 15px;
}

.headtop ul li:nth-child(3) a {
	border: 0;
}

.headbox999 {
	box-shadow: 5px 3px 3px 3px #dedede;
	background: rgba(255, 255, 255, 0.6);
	height: 80px;
}

.headbox {
	box-shadow: 5px 3px 3px 3px #dedede;
	background: url(?img/headerBg.png) repeat;
	height: 80px;
}

.logobox {
	display: flex;
	position: relative;
	overflow: hidden;
}

.logobox img {
	width: 100%;
}

.logobox:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -460px;
	width: 288px;
	height: 10px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: searchLights 1s ease-in 1s infinite;
	-o-animation: searchLights 1s ease-in 1s infinite;
	animation: searchLights 1.5s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}
	to {
		left: 130px;
		top: 0px;
	}
}

@-o-keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}
	to {
		left: 130px;
		top: 0px;
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}
	to {
		left: 130px;
		top: 0px;
	}
}

@keyframes searchLights {
	0% {
		left: -80px;
		top: 0;
	}
	to {
		left: 130px;
		top: 0px;
	}
}

.navbox {
	margin: 0px 0px 0px 10px;
	width: 63%;
}

.navul {
	width: 100%;
	position: relative;
	list-style: none;
}

.navul li {
	float: left;
	text-align: center;
	position: relative;
	width: 12.5%;
	height: 80px;
	line-height: 80px;
}

.navul li:hover {
	border-bottom: 3px solid #005FC2;
	box-sizing: border-box;
}

.navul li:hover .n_erul {
	display: block;
}

.navul > li > a {
	font-size: 16px;
	color: #777;
	text-decoration: none;
	display: block;
	border-right: 1px solid #f5f5f5;
}

.navul li:hover > a,
.navul li.active a {
	background: none;
	color: #777;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.navul > li > a i {
	color: #bababa;
}

.navul > li:hover > a i,
.navul li.active a i {
	color: #fff;
}

.navul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 9999;
	width: 180px;
	top: 71px;
	left: 0;
	padding-top: 10px;
}

.navul > li > ul > li ul li:first-child a:before {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 45%;
	margin-left: -71px;
	width: 0;
	height: 0;
	border-top: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid #ca1111;
	border-bottom: 8px solid rgba(255, 255, 255, 0);
}

.navul ul li ul {
	top: 0;
	left: 100%;
	padding-left: 10px;
}

.navul li ul li {
	text-align:left;
	clear: both;
	width: 100%;
	border: none;
	height: 55px;
	line-height: 56px;
	/*border-top: 1px dashed rgba(255,255,255, .1);*/
}

.navul ul li a {
	padding-left:30px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	background: rgba(28, 39, 57, 0.9);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.navul ul li:hover > a {
	background-color: #fff;
}

.navul > li > ul > li:first-child:hover a:before {
	border-bottom-color: #ca1111;
}

.navul > li > ul > li ul li:first-child:hover a:before {
	border-right-color: #ca1111;
}

.navul li ul li i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.navul li ul li i img.df {
	display: block;
}

.navul ul li:hover > a i img.df {
	display: none;
}

.navul li ul li i img.cur {
	display: none;
}

.navul ul li:hover > a i img.cur {
	display: block;
}

.navul > li .indicator {
	position: absolute;
	color: #bababa;
	top: 19px;
	right: 8px;
	font-size: 20px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.navul > li:hover > .indicator {
	color: #fff;
}

.navul ul > li .indicator {
	top: 14px;
	right: 8px;
	color: #fff;
}

.navul i {
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 20px;
	/*float: left;*/
}

.navul > li.showhide {
	display: none;
	width: 100%;
	height: 46px;
	cursor: pointer;
	color: #777;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.navul > li.showhide span.title {
	margin: 13px 0 0 20px;
	float: left;
}

.navul > li.showhide span.icon {
	margin: 30px 20px;
	float: right;
}

.navul > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc;
}

.zoom-out {
	-webkit-animation: zoomOut 600ms ease both;
	-moz-animation: zoomOut 600ms ease both;
	-o-animation: zoomOut 600ms ease both;
	animation: zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(.6);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomOut {
	0% {
		-moz-transform: scale(.6);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomOut {
	0% {
		-o-transform: scale(.6);
	}
	100% {
		-o-transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(.6);
	}
	100% {
		transform: scale(1);
	}
}

.headtel {
	padding-top: 20px;
}

.headtel span {
	color: #888;
	background: url(?img/toptel.png) no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
}

.headtel h2 {
	color: #005FC2;
	font-size: 26px;
	letter-spacing: 1px;
}


/*banner*/

.hbanbox {
	position: relative;
	overflow: hidden;
	height: 700px;
}

.hbanbox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
	overflow: hidden;
}

.hbanbox .hd ul {
	text-align: center;
}

.hbanbox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.hbanbox .hd ul .on {
	background: #005FC2;
	color: #fff;
}

.hbanbox .bd {
	z-index: 0;
	position: absolute;
	width: 1920px;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.hbanbox .bd li {
	height: 700px;
}

.hbanbox .bd li img {
	width: 100%;
	vertical-align: top;
	height: 700px;
}


/*解决方案*/

.hsolobox {
	overflow: hidden;
}

.hsl_title {
	background: url(?img/titbg1.png) no-repeat left top;
	padding-left: 60px;
	box-sizing: border-box;
}

.hsl_title .hsl_p1 {
	font-size: 32px;
	font-weight: 300;
}

.hsl_title .hsl_p1 a {
	font-size: 16px;
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #005FC2;
	border-radius: 5px;
	border: 1px solid #005FC2;
}

.hsl_title .hsl_p1 a:hover {
	color: #005FC2;
	background: #fff;
}

.hsl_title p {
	color: #888;
	margin-top: 5px;
}

.hsl_title a {
	float: right;
}

.hsolobox .hsl_con li {
	width: 32.6%;
	width: 32%\9;
	margin: 0 1% 1% 0;
	float: left;
}

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

.hsolobox .hsl_con li .hsl_img {
	width: 100%;
	height: 334px;
	overflow: hidden;
	position: relative;
}

.hsolobox .hsl_con li .hsl_img img {
	width: 100%;
	display: block;
}

.hsolobox .hsl_con li .hsl_titb {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #CA1111;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.hsl_pan {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	top: 100%;
	left: 0;
	padding: 80px 30px;
	box-sizing: border-box;
}

.hsl_pan p {
	line-height: 1.8;
	font-size: 16px;
	height: 89px;
	overflow: hidden;
}

.hsl_pan span {
	display: block;
	height: 36px;
	line-height: 36px;
	width: 50%;
	margin: 0 auto;
	border-radius: 20px;
	color: #666;
	background: #fff;
	text-align: center;
	margin-top: 30px;
}

.hsl_pan span:hover {
	color: #fff;
	background: #CA1111;
	transition: .3s;
}

.hsolobox .hsl_con li:hover .hsl_pan {
	top: 0;
	transition: .6s;
}


/*产品中心*/

.hprobox {
	background: url(?img/hprobg.jpg);
	overflow: hidden;
}

.htitlebox {
	text-align: center;
	position: relative;
	z-index: 1;
	background: url(?img/titbg1.png) no-repeat 20% top;
}

.htitlebox i {
	position: absolute;
	top: -20px;
	text-transform: uppercase;
	left: 0;
	right: 0;
	margin: auto;
	font-style: normal;
	font-weight: bolder;
	font-size: 42px;
	z-index: -1;
	color: #e7e7e7;
}

.htitlebox h1 {
	color: #CA1111;
	letter-spacing: 2px;
	font-size: 32px;
	background: url(?img/titbg2.png) no-repeat 80% top;
}

.htitlebox em {
	display: block;
	width: 100%;
	height: 2px;
	background: #eee;
	margin: 10px auto;
	position: relative;
}

.htitlebox em:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 3px;
	background: #CA1111;
	margin: 0 auto;
}

.htitlebox p {
	color: #666;
	font-size: 16px;
}

.hprocate {
	text-align: center;
	font-size: 0;
}

.hprocate li {
	display: inline-block;
	width: 12%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0 3px 6px;
}

.hprocate li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hprocon li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
	height: 267px;
	overflow: hidden;
}

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

.hprocon li .hpro_img {
	width: 100%;
	height: 225px;
	overflow: hidden;
}

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

.hprocon li h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	background: #f6f6f6;
	padding: 0 10px;
	box-sizing: border-box;
}

.hprocon li .hpro_pan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6) url(../img/ck.png) no-repeat center center;
	transform: rotate(60deg)scale(1.2);
	opacity: 0;
}

.hprocon li:hover h2 {
	color: #fff;
	background: #005FC2;
	transition: .3s;
}

.hprocon li:hover .hpro_pan {
	transform: rotate(0)scale(1.0);
	transition: .6s;
	opacity: 1;
}

.btn_prode {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #CA1111;
	text-align: center;
	margin: 20px auto 0;
	border-radius: 25px;
}

.btn_prode:hover {
	color: #fff;
	opacity: 0.9;
	transition: .4s;
}

.btn_xg {
	border: 2px solid #CA1111;
	position: relative;
	overflow: hidden;
}

.btn_xg:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 110%;
	height: 0;
	background-color: #CA1111;
	z-index: -1;
}

.btn_xg:hover {
	color: #fff;
	border: 2px solid #bababa;
}

.btn_xg:hover:before {
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}


/*新增产品中心*/

.product {
	width: 100%;
	background: url(?img/p_bj.jpg) no-repeat center fixed;
}

.p_top {
	padding-top: 30px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.p_left {
	color: #fff;
	width: 70%;
}

.p_left h3 {
	font-size: 36px;
	line-height: 1.5;
}

.p_left p {
	font-size: 16px;
	line-height: 3;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.p_left1 {
	height: 70px;
	line-height: 70px;
	border-left: 5px double;
	padding-left: 40px;
	font-size: 72px;
	COLOR: rgba(255, 255, 255, 0.5);
	font-weight: bold;
}

.p_right {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 0;
}

.p_right li {
	float: left;
	width: 18.8%;
	margin: 0.75%;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.p_right li a {
	color: #000;
}

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

.p_right li:nth-child(5) {
	margin-right: 0;
}

.p_right li:nth-child(6) {
	margin-left: 0;
}

.p_right li:first-child {
	margin-left: 0;
}

.p_right li:hover {
	background: #005FC2;
	color: #fff;
}

.p_right li span {
	padding: 0 10px;
}

.p_list {
	padding-bottom: 40px;
}

.p_list li {
	width: 23.5%;
	margin: 1%;
	float: left;
	border: 5px solid #d4d3d3;
	box-sizing: border-box;
}

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

.p_list li:nth-child(4),
.p_list li:nth-child(8) {
	margin-right: 0;
}

.p_list li:hover .p_mask {
	opacity: 1;
}

.p_list .p_img {
	width: 100%;
	height: 233px;
	position: relative;
}

.p_list .p_img img {
	width: 100%;
	height: 100%;
}

.p_list .p_img p {
	width: 100%;
}

.p_list .p_img .p_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 95, 194, .8);
	transition: all 0.5s ease;
}

.p_mask a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 0.5rem 0;
}

.p_mask a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 2rem;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}

.p_mask a:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 2rem;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}

.p_txt {
	width: 100%;
	height: 40px;
	background: #d4d3d3;
}

.p_txt p {
	text-align: center;
	line-height: 40px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


/*小优势*/

.hysbox {
	background: url(?img/hysbg.jpg) no-repeat center top;
}

.hysbox li {
	float: left;
	width: 15%;
	width: 15%\9;
	margin: 0 1% 1% 1%;
	border: 1px solid #eee;
	box-shadow: 2px 3px 15px #eee;
	padding: 10px;
	box-sizing: border-box;
	background: #f9f9f9;
	height: 91px;
}
.hysbox li:first-child {
	margin-left: 0;
}

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

.hysbox li .hys_img {
	width: 22%;
	text-align: center;
	padding-top: 12px;
}

.hysbox li .hys_img img {
	width: 90%;
}

.hysbox li .hyscon {
	width: 76%;
}

.hysbox li .hyscon h2 {
	color: #666;
	font-size: 18px;
}

.hysbox li .hyscon p {
	color: #999;
	margin-top: 5px;
}

.hysbox li:hover {
	cursor: pointer;
	transform: translateY(-10px);
	transition: .3s;
	background: #fff;
}

.hysbox li:hover h2 {
	color:#005FC2;
}


/*新增公司简介*/

.about {
	background: url(?img/bg1.jpg) no-repeat center top;
	padding-top: 30px;
	background-attachment: fixed;
	height: 320px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.about h3 a {
	font-size: 36px;
	color: #ffffff;
	line-height: 36px;
	width: 150px;
	margin-bottom: 30px;
	display: inline;
}

.about h3 {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.about ul {
	overflow: hidden;
	margin: 40px auto 40px auto;
}

.about li {
	float: left;
	width: 25%;
	*width: 24.9%;
}

.about p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}

.about span {
	color: #ffcc00;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	margin-right: 16px;
	margin-left: 84px;
}

.about li p {
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
	margin-right: 16px;
	margin-left: 84px;
	text-align: left;
}

.about .about_l1 {
	background: url(?img/al1.png) no-repeat left 0;
}

.about .about_l2 {
	background: url(?img/al2.png) no-repeat left 0;
}

.about .about_l3 {
	background: url(?img/al3.png) no-repeat left 0;
}

.about .about_l4 {
	background: url(?img/al4.png) no-repeat left 0;
}

.about .about_l1,
.about .about_l2,
.about .about_l3,
.about .about_l4 {
	background-size: 70px 70px;
}


/*新增合作品牌*/

.ind_f {
	padding-bottom: 80px;
	background: url(?img/ind_13.jpg) no-repeat center center / cover;
}

.ind_f .te {
	max-width: 900px;
	margin: 0 auto 70px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

.ind_f .swiper-slide {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ind_f .swiper-slide:hover {
	background: #fff;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(130, 130, 130, 0.25);
	-moz-box-shadow: 0px 10px 25px 0px rgba(130, 130, 130, 0.25);
	box-shadow: 0px 10px 25px 0px rgba(130, 130, 130, 0.25);
}

.ind_f .swiper-slide::after {
	content: "";
	width: 1px;
	height: 100%;
	right: -1px;
	background: #f5f5f5;
	top: 0;
}

.ind_f .swiper-slide:nth-child(2n+1) {
	border-bottom: 1px solid #f5f5f5;
}

.ind_f .swiper-container {
	margin-bottom: 40px;
}

/*新增优势*/
.index-ys *{
	box-sizing: border-box;
}
.index-ys h3.index-title {font-size: 36px;font-weight: normal;color: #fff;line-height: 56px;text-align: center;}
.index-ys p.index-detail {
    line-height: 22px;
    padding: 12px;
    /* font-size: 18px; */
    text-align: center;
}
.index-ys { padding-top: 60px; height: 660px; background: url(?img/index-bg1.png) top center no-repeat; text-align: center; color: #fff; }
.index-ys .lists { max-width: 1160px; height: 300px; margin: 0 auto; margin-top: 20px; position: relative; }
.index-ys ul li { width: 205px; height: 205px; background: rgba(0, 95, 194, .6); border: solid 1px #59a6ef; float: left; transform: rotate(45deg); position: absolute; transition: background-color 0.5s ease; -moz-transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease; -ms-transition: background-color 0.5s ease; -o-transition: background-color 0.5s ease; }
.index-ys ul li:hover { background: #d8972e; }
.index-ys ul li:hover a { color: #fff; }
.index-ys ul li .box { width: 100%; height: 100%; padding: 5% 10%;cursor:context-menu; transform: rotate(-45deg) }
.index-ys ul li .box i { min-height: 60px; line-height: 60px; vertical-align: middle; }
.index-ys ul li .box h3 {color:#fff;font-size: 16px; font-weight: bold; line-height: 24px; }
.index-ys ul li .box .con { padding-top: 12px; font-size: 13px; height: 78px; line-height: 22px; overflow: hidden; color: #bdd5fd; }
.index-ys ul li:hover .con { color: #fff; }
.index-ys ul li:nth-child(1) { left: 42px; top: 42px }
.index-ys ul li:nth-child(2) { left: 332px; top: 42px }
.index-ys ul li:nth-child(3) { left: 622px; top: 42px }
.index-ys ul li:nth-child(4) { left: 912px; top: 42px }
.index-ys ul li:nth-child(5) { left: 187px; top: 186px }
.index-ys ul li:nth-child(6) { left: 477px; top: 186px }
.index-ys ul li:nth-child(7) { left: 767px; top: 186px }
.index-ys .lists2 { display: none; padding: 0 10px; padding-top: 20px;}
.index-ys .lists2 .swiper-slide { width: 50%; float: left; padding: 0 30px; padding: 25px; }
.index-ys .lists2 .swiper-slide a { display: block; background-color: rgba(36, 113, 197, .6); height: 300px;  padding: 30px 20px; transition: background-color 0.5s ease; -moz-transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease; -ms-transition: background-color 0.5s ease; -o-transition: background-color 0.5s ease; }
.index-ys .lists2 .swiper-slide:hover a { color: #fff; } 
.index-ys .lists2 h3 { font-size: 22px; line-height: 48px; font-weight: bold; }
.index-ys .lists2 .con { line-height: 24px; font-size: 16px; }
.index-ys .lists2 i { padding: 20px 0 10px 0; display: block; }
.index-ys .lists2 i img { width: 20% }
.index-ys .lists2 .swiper-slide a:hover { background-color: #d99b2d; }
/*新增公司简介2*/

.about1 {
	width: 100%;
	background: #f7f7f7;
}

.about1 li {
	float: left;
	width: 23.5%;
	margin: 1%;
}

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

.about1 li:nth-child(4),
.about1 li:nth-child(8),
.about1 li:nth-child(12) {
	margin-right: 0;
}

.about1 .about1_wen {
	width: 100%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.about1 .about1_wen:hover {
	box-shadow: 0px 5px 10px #6b6a6a;
	;
}

.about1 .about1_wen img {
	padding-top: 1.3rem;
	width: 20%;
	vertical-align: middle;
}

.about1 .about1_txt {
	width: 70%;
	float: right;
}

.about1 .about1_txt h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

.about1 .about1_txt p {
	font-size: 14px;
	line-height: 25px;
	height: 49px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.about1 .about1_tu {
	position: relative;
}

.about1 .about1_tu,
.about1 .about1_img {
	width: 100%;
}
.about1 .about1_img{
overflow:hidden;
}
.about1 .about1_img img {
	width: 100%;
	object-fit: cover;
    /* overflow: hidden; */
    width: 100%;
    height: 212px;
	transition: all 0.6s;
}

.about li:hover .about1_img img {
	transform: scale(1.4);
}

.about1 .about1_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	transition: all 0.6s;
}

.about1 .mask_img {
	padding-top: 30px;
	width: 30%;
	margin: 0 auto;
}

.about1 .mask_img img {
	
	width: 100%;
}

.about1 .about1_mask h3 {
	color: #fff;
	font-size: 26px;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.about1 .mask_more a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 3rem;
	display: block;
}

.about1 li:hover .about1_mask {
	background: rgba(0, 0, 0, .6);
	transform: scale(0.9);
	
	
}

.about1 li:hover .about1_mask h3{
	transform: scale(1);
}

.about1 li:hover .about1_img img{
	transform: scale(1.1);
}

/*新增新闻*/

.zhishi {
	background: url(?img/zs_bj.jpg) no-repeat center top;
	padding-top: 40px;
	overflow: hidden;
}

.zhishi h3 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 24px;
	line-height: 34px;
}

.zhishi h3 a {
	text-align: center;
	font-size: 32px;
	color: #0059a9;
	line-height: 34px;
	width: 150px;
	display: inline;
}

.news {
	overflow: hidden;
	height: 291px;
	float: left;
	width: 31.3%;
	margin: 0 1%;
}

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

.news a {
	height: 100%;
	position: relative;
	display: block;
}

.news span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	width: 100%;
	background: url(?img/bg8.png) repeat center;
}

.date {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0067cf;
	width: 100px;
	height: 66px;
}

.ri {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-top: 8px;
	font-family: Arial;
}

.yue {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.zhishi ul {
	float: right;
	overflow: hidden;
	width: 66.6%;
}

.zhishi li {
	float: left;
	width: 48%;
	*width: 47.9%;
	margin: 0 1% 16px 1%;
	padding-bottom: 2px;
	border-bottom: dotted 1px #e5e5e5;
}

.list-date {
	width: 17%;
	border-right: 1px solid #e5e5e5;
	padding-right: 6px;
	padding-bottom: 30px;
	float: left;
}

.ri-l {
	font-weight: bold;
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	display: block;
	padding-bottom: 5px;
}

.yue-l {
	font-size: 15px;
	padding-top: 5px;
	color: #848484;
	text-align: center;
	display: block;
}

.newsbox {
	float: right;
	width: 76%;
	overflow: hidden;
}

.newsbox a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsbox p {
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.zhishi ul li:nth-child(7) {
	border-bottom: 0;
	margin-bottom: 0;
}

.zhishi ul li:nth-child(8) {
	border-bottom: 0;
	margin-bottom: 0;
}

.zhishi li:hover a {
	color: #0059a9;
}

.zhishi li:hover .ri-l {
	color: #0059a9;
}


/*新增案例*/

.page-padding {
	padding: 3rem 0;
background:#F4F7FC;
	overflow: hidden;
	width: 100%
}

.common-tit {
	position: relative;
	overflow: hidden;
}

.index-tit {
	font-size: 2.25rem;
	font-weight: bold;
}

.common-tit::before {
	position: absolute;
	background: #005FC2;
	top: 37%;
	left: 216px;
	z-index: 0;
	height: 12px;
	z-index: 1;
	width: 8px;
	display: block;
	content: '';
}

.common-tit::after {
	position: absolute;
	background: #e6ebef;
	width: 100%;
	top: 37%;
	left: 225px;
	z-index: 1;
	height: 12px;
	display: block;
	content: '';
}

.index-tit-txt {
	font-size: 1rem;
	color: #666;
	line-height: 3;
}

.index-tab-main {
	margin-top: 1.2rem;
	padding: 1px;
}

.common-tab-nav {
	border-bottom: 3px solid #e2e9ee;
	overflow: hidden;
	margin: 0 0 1rem 0;
}

.common-tab-nav li.on,
.common-tab-nav li:hover {
	background: #005FC2;
}

.common-tab-nav li.on a {
	color: #fff;
}

.common-tab-nav li:first-child {
	margin: 0 1rem 0 0;
}

.common-tab-nav li {
	width: 15%;
	text-align: center;
	float: left;
	margin: 0 1rem;
	font-size: 16px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: relative;
}

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

.common-tab-nav li::before {
	position: absolute;
	background: #b6b6b6;
	top: 37%;
	left: -1rem;
	z-index: ;
	height: 12px;
	width: 1px;
	display: block;
	content: '';
}

.index-case-list li {
	float: left;
	width: 32%;
	background: #000;
	overflow: hidden;
}

.index-case-list li:nth-child(3n+2) {
	margin: 0 2%;
}

.index-case-list li:nth-child(n+4) {
	margin-top: 2%;
}

.index-case-list li:hover .shuffer-box {
	height: 93%;
}

.index-case-list .shuffer-up {
	position: relative;
}

.shuffer-up {
	position: relative;
}

.shuffer-up:hover .shuffer-bg {
	height: 100%;
	background-color:#005FC2;
	opacity: 1;
	-webkit-transition: all linear 500ms;
	transition: all linear 500ms;
}

.index-case-list li .stars-info h2 {
	font-size: 1.15rem;
	font-weight: bold;
	color: #fff;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 auto;
}

.index-case-list li:hover .shuffer-box hr {
	background: #fff;
	width: 40px;
	margin: 7px auto;
	height: 3px;
}

.index-case-list li:hover .stars-info {
	height: 47%;
	opacity: 1;
}

.index-case-list li .stars-info p {
	width: 80%;
	margin: 0 auto;
}

.index-case-list .img {
	height: 311px;
	opacity: .75;
}

.index-case-list .img img {
	width: 100%;
	height: 311px;
}

.shuffer-bg {
	height: 0px;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
}

.index-case-list .shuffer-box {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 73%;
	left: 0;
	bottom: 0;
	-webkit-transition: all linear 500ms;
	transition: all linear 500ms;
}

.index-case-list .shuffer-box .name img {
	width: 116px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid hsla(0, 0%, 90%, .3);
}

.index-case-list li .stars-info {
	height: 10%;
}

.stars-info {
	height: 180px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: all linear 500ms;
	transition: all linear 500ms;
	color: #fff;
	opacity: 0;
}

.index-case-list li .stars-info h2 {
	font-size: 1.15rem;
	font-weight: bold;
	color: #fff;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 auto;
}

.index-case-list li .stars-info p {
	width: 80%;
	margin: 0 auto;
}


/*新增流程*/

.ind_c {
	background-color:#F4F7FC ;
	padding-bottom: 6.25%;
}

.ind_c .text {
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}

.ind_c .wrap .box {
	position: relative;
	float: left;
	width: 10.75%;
	margin: 0 1%;
}

.ind_c .wrap .box:first-child {
	margin-left: 0;
}

.ind_c .wrap .box:nth-child(8) {
	margin-right: 0;
}

.ind_c .wrap .box .imgbox {
	margin: 0 auto 30px;
	width: 120px;
	height: 120px;
	border: solid 1px #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
	background: #fff;
}

.ind_c .wrap .box .imgbox img {
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	width:50%;
	margin:30px auto;
}
.ind_c .wrap .box:hover .imgbox img{
	width:50%;
	margin:30px auto;
}

.ind_c .wrap .box .te {
	text-align: center;
	color: #666;
}

.ind_c .wrap .box::after {
	content: "";
	width: 100%;
	top: 60px;
	height: 1px;
	background: #f5f5f5;
	left: 0;
	z-index: 0;
}

.ind_c .wrap .box:hover .imgbox {
	border-color: #005FC2;
	background: #005FC2;
}

.ind-tl-box {
	padding: 65px 0 60px;
	text-align: center;
}

.ind-tl-box .line {
	width: 40px;
	height: 2px;
	background-color: #333333;
	margin: 0 auto 4px;
}

.ind-tl-box .en {
	font-weight:bold;
	color:#005FC2;
	font-size: 62px;
	margin: 25px 0 22px;
}

.ind-tl-box .cn {
	font-size: 36px;
}

.hoverbtn {
	position: relative;
	cursor: pointer;
}

.hoverbtn img {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: block;
}

.hoverbtn .act {
	opacity: 0;
	position: absolute;
	left: 25%;
	top: 0;
}

.hoverbtn:hover .nor {
	opacity: 0;
}

.hoverbtn:hover .act {
	opacity: 1;
}


/*新增知识*/

.section_04 {
	background: url(?img/zs_bj.jpg) no-repeat center center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.section_04 h2,
.section_04 h3 {
	background: #fff;
}

.section_04 h2 {
	font-size: 28px;
	color: #000;
	padding: 0 5px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.section_04 h3 {
	position: relative;
	width: 20%;
	margin: 0 auto;
	font-size: 20px;
	color: #999;
	display: block;
	text-align: center;
	padding: 0 5px;
	background: #fff;
	z-index: 1;
}

.section>div>p {
	border-bottom: 1px solid #dfdfdf;
	margin-top: -14px;
	animation: v1 2s;
}

.section>div>b {
	display: block;
	width: 79px;
	margin: 0 auto;
	border-bottom: 2px solid #024491;
	margin-top: 22px;
}

.tab-page {
	margin-top: 20px;
}

.section_04 .nav {
	padding-left: 0;
	margin-bottom: 10px;
	list-style: none;
}

.section_04 .nav-tabs > li {
	display: inline-block;
	margin-bottom: -1px;
}

.section_04 .nav > li {
	float: left;
	width: 23.5%;
	margin: 1%;
	text-align: center;
	position: relative;
	display: block;
}

.section_04 .nav > li:first-child,
.section_04 .nav > li:nth-child(5) {
	margin-left: 0%;
}

.section_04 .nav > li:nth-child(4),
.section_04 .nav > li:nth-child(8) {
	margin-right: 0%;
}

.section_04 .nav-tabs > li > a {
	line-height: 34px;
	width: 100%;
	border: 1px solid #cecece;
	font-size: 14px;
}

.section_04 .nav > li > a {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50px;
	font-size: 16px;
}

.section_04 .nav-tabs > li.active > a,
.section_04 .nav-tabs > li.active > a:hover,
.section_04 .nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #e67817;
}

.section_04 .nav-tabs > li > a:hover {
	/* border-color: #eee #eee #ddd; */
	background: #e67817;
	color: #fff;
}

.section_04 .nav > li > a:hover,
.section_04 .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.section_04 .top-lf,
.section_04 .bottom-rt {
	background: rgba(245, 245, 245, .8);
}

.section_04 .counse-box {
	padding: 28px 48px 30px 48px;
}

.section_04 h4 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 12px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.section_04 h4 a {
	color: #000;
	font-size: 16px;
	padding-left: 20px;
	border-left: 5px solid #024491;
	line-height: 24px;
	margin: 0;
}

.section_04 p {
	padding-left: 25px;
	color: #666;
}

.section_04 .col-sm-6 {
	padding: 0;
	width: 50%;
	float: left;
}

.section_04 .top-rt {
	background: rgba(230, 120, 23, 0.8);
}

.section_04 .top-rt a,
.section_04 .top-rt p,
.section_04 .bottom-lf a,
.section_04 .bottom-lf p {
	color: #fff;
}

.section_04 .top-rt h4 a,
.section_04 .bottom-lf h4 a {
	border-color: #fff;
}

.section_04 .top-rt:hover h4 a {
	color: #024491;
	border-color: #024491;
}

.section_04 .bottom-lf:hover h4 a {
	color: #e67817;
	border-color: #e67817;
}

.section_04 .top-lf:hover h4 a {
	color: #e67817;
	border-color: #e67817;
}

.section_04 .bottom-lf {
	background: rgba(2, 68, 145, 0.8);
}

.section_04 .tab-content {
	position: relative;
}

.tab-content .row .col-sm-6:nth-child(2) {
	background: rgba(230, 120, 23, 0.8);
}

.tab-content .row .col-sm-6:nth-child(2) .counse-box {
	background: none;
}

.tab-content .row .col-sm-6:nth-child(2) .counse-box a,
.tab-content .row .col-sm-6:nth-child(2) .counse-box p {
	color: #fff;
}

.tab-content .row .col-sm-6:nth-child(2) .counse-box a:hover {
	color: #e67817;
}

.tab-content .row .col-sm-6:nth-child(3) {
	background: rgba(2, 68, 145, 0.8);
}

.tab-content .row .col-sm-6:nth-child(3) .counse-box {
	background: none;
}

.tab-content .row .col-sm-6:nth-child(3) .counse-box a,
.tab-content .row .col-sm-6:nth-child(3) .counse-box p {
	color: #fff;
}

.tab-content .row .col-sm-6:nth-child(3) .counse-box a:hover {
	color: #e67817;
}

.section_04 .more {
	width: 88px;
	height: 88px;
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -44px;
	margin-top: -44px;
}

.section_04 .more:hover {
	transform: rotate(405deg);
	transition: all 0.8s linear;
}

.section_04 .more a {
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #000;
	line-height: 90px;
	font-size: 16px;
	transform: rotate(-45deg);
}


/*新增优势*/

.eessd_m4 {
	background: url(?img/bg_04.jpg) no-repeat top center;
	height: 1668px;
	width: 100%;
	min-width: 1200px;
	padding: 45px 0px 70px 0px;
}

.eessd_m4lx {
	background: url(?img/index_36.jpg) repeat-x bottom left;
}

.eessd_m4lx1 {
	background: url(?img/index_34.jpg) no-repeat bottom center;
	text-align: center;
	padding-bottom: 20px;
}

.eessd_m4lx1 span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #333333;
	height: 60px;
	line-height: 60px;
}

.eessd_m4lx1 font {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333333;
	height: 30px;
	line-height: 30px;
}

.eessd_m4ly {
	width: 1400px;
	height: 1805px;
	overflow: hidden;
	margin-top: 70px;
}

.eessd_m4ly_l1 {
	width: 1400px;
	height: 317px;
	margin-bottom: 55px;
}

.eessd_m4ly_l1left {
	display: block;
	width: 15%;
	height: 265px;
	background: url(?img/index_80.jpg) no-repeat;
}

.eessd_m4ly_l1left span {
	display: block;
	width: 150px;
	height: 100px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	line-height: 100px;
	font-size: 48px;
	font-weight: bold;
}

.eessd_m4ly_l1left font {
	display: block;
	width: 75px;
	height: 80px;
	text-align: center;
	padding-top: 15px;
	line-height: 40px;
	margin-left: 19%;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}

.eessd_m4ly_l1midd {
	width: 41.5%;
	height: 317px;
}

.eessd_m4ly_l1mtit {
	margin-left: 7px;
	width: 98%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #d8d8d8;
	border-radius: 30px;
	text-align: center;
	font-size: 24px;
	color: #333333;
}

.eessd_m4ly_l1mlst {
	width: 90%;
	height: 160px;
	margin: 27px 0px;
}

.eessd_m4ly_l1mlst li {
	background: url(?img/serive_06.png) no-repeat center left;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
}

.eessd_m4ly_l1mlst li font {
	width: 100%;
	height: 40px;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.eessd_m4ly_l1righ {
	width: 40%;
}

.eessd_m4ly_l1righ img {
	width: 100%;
}

.eessd_m4ly_l2 {
	width: 1400px;
	height: 317px;
	margin-bottom: 55px;
}

.eessd_m4ly_l1left2 {
	display: block;
	width: 15%;
	height: 265px;
	background: url(?img/index_80.jpg) no-repeat center center;
	margin-left: 3%;
}

.eessd_m4ly_l1left2 span {
	display: block;
	height: 100px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	line-height: 100px;
	font-size: 48px;
	font-weight: bold;
}

.eessd_m4ly_l1left2 font {
	display: block;
	width: 75px;
	height: 80px;
	text-align: center;
	padding-top: 15px;
	line-height: 40px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}

.eessd_m4ly_l1midd2 {
	width: 40%;
	height: 317px;
}

.eessd_m4ly_l1mmore {}

.eessd_m4ly_l1mmore a {
	display: block;
	width: 150px;
	height: 40px;
	border: 1px solid #ffa310;
	background: #ffffff;
	padding: 0px 30px;
	line-height: 40px;
	font-size: 15px;
	color: #ffa310;
	transition: all linear 0.3s;
}

.eessd_m4ly_l1mmore a font {
	display: block;
	width: 85px;
	height: 40px;
	background: url(?img/serive_17.png) no-repeat center right;
	transition: all linear 0.3s;
}

.eessd_m4ly_l1mmore a:hover {
	background: #ffa310;
	transition: all linear 0.3s;
	color: #FFFFFF;
	text-decoration: none;
}

.eessd_m4ly_l1mmore a:hover font {
	background: url(?img/serive_10.png) no-repeat center right;
}


/*新增底部*/

.foot {
	background: #111;
	width: 100%;
}

.foot_box {
	padding: 30px 0;
}

.footcontact {
	float: left;
	width: 350px;
}

.footcontact h3 {
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
}

.footcontact ul {}

.footcontact ul li {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #aaa;
}

.footcontact ul li i {
	display: inline-block;
	margin-top: 12px;
	float: left;
	margin-right: 10px;
	width: 26px;
	height: 26px;
}

.footcontact ul li i img {
	float: left;
}

.footcontact ul li a {
	font-size: 14px;
	color: #aaa;
}

.footmenu {
	float: left;
	width: 720px;
}

.footmenu dl {
	text-align: center;
	float: left;
	width: 180px;
}

.footmenu dl dt {
	/*width:80px;*/
	margin: 0 25px;
	position: relative;
	border-bottom: 1px solid #555;
	line-height: 40px;
}

.footmenu dl dt:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #005FC2;
}

.footmenu dl dd:nth-child(2) {
	margin-top: 20px;
}

.footmenu dl dt a {
	color: #fff;
	font-size: 18px;
}

.footmenu dl dd a {
	color: #aaa;
	font-size: 14px;
	line-height: 32px;
}

.footewm {
	width: 330px;
	float: left;
}

.footewm h3 {
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 10%;
}

.footewm h3 span {
	font-size: 14px;
	display: block;
	color: #aaa;
	line-height: 30px;
}

.footewm ul {
	width: 330px;
}

.footewm ul li {
	float: left;
	width: 50%;
}

.footewm ul li img {
	width: 80%;
	margin-left: 20%;
	height: 100%;
}

.copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: left;
	background: #000;
	font-size: 14px;
	border-top: 1px #333 solid;
}

.copyright a {
	color: #fff;
}

.footlink {
	float: right;
	width: 230px;
	height: 35px;
}

.footlink select {
	width: 230px;
	height: 35px;
	font-size: 14px;
	color: #666;
	background: #fff url(../images/footlink-bg.png) 200px center no-repeat;
	border: none;
	outline: none;
	padding: 0 8px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.footfangan {
	width: 100%;
	height: 300px;
	background: url(?images/fanganbanner.jpg) center center no-repeat
}

.footfangan dl {
	margin: 0 auto
}

.footfangan dl dd {
	float: left;
	width: 33.3%;
	position: relative;
	text-align: center;
}

.footfangan dl dd:after {
	content: " ";
	width: 1px;
	height: 150px;
	background: #fff;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 80px;
}

.footfangan dl dd:last-child:after {
	display: none;
}

.footfangan dl dd span {
	display: inline-block;
	width: 78px;
	height: 60px;
	margin-top: 80px;
}

.footfangan dl dd h3 {
	font-weight: normal;
	color: #fff;
}

.footfangan dl dd h3 a {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	font-family: "微软雅黑 light";
}

.footfangan dl dd p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.footfangan dl dd .foothqfa {
	margin-top: 100px;
	padding-left: 9px;
}

.footfangan dl dd .foothqfal {
	float: left;
	width: 200px;
	height: 40px;
	background: #fff;
	margin-left: 20px;
}

.footfangan dl dd .foothqfal select {
	width: 200px;
	height: 40px;
	border: none;
	outline: none;
	padding: 0 8px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(?images/jiansuo-icon.png) right top no-repeat;
	color: #666;
	font-size: 16px;
}

.footfangan dl dd .foothqfal option {
	padding: 5px 0;
}

.footfangan dl dd .foothqfabtn {
	width: 420px;
	height: 40px;
	float: right;
	margin-top: 20px;
	background: #e60012;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.footfangan dl dd .foothqfabtn button {
	width: 420px;
	height: 40px;
	background: #e60012;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: none;
}


/*关于我们*/

.habbox {
	background: url(?img/habg.jpg) no-repeat center top;
	overflow: hidden;
}

.habbox .htitlebox i {
	color: #dfdfdf;
}

.habcon .habtop li {
	width: 32.6%;
	width: 32%\9;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
	height: 339px;
	overflow: hidden;
}

.habcon .habtop li:nth-child(3) {
	margin-right: 0;
}

.habcon .habtop li a {
	color: #fff;
}

.habcon .habtop li img {
	width: 100%;
	height: 100%;
}

.habcon .habtop li .hab_pan {
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 80px 30px;
	text-align: center;
}

.habcon .habtop li .hab_pan h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 26px;
	border-bottom: 1px solid #CA1111;
	padding-bottom: 15px;
}

.habcon .habtop li .hab_pan p {
	font-size: 16px;
	margin-top: 20px;
}

.habcon .habtop li:hover .hab_pan {
	left: 0;
	transition: .6s;
}

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

.habinfo {
	color: #888;
	line-height: 1.8;
	padding-top: 10px;
}

.habinfo p {
	text-indent: 2em;
	margin-bottom: 20px;
}

.habinfo p a {
	color: #CA1111;
	opacity: 0.8;
}

.habinfo p a:hover {
	opacity: 1;
}

.hab_bot {
	padding: 10px 0;
	height: 120px;
	background: #CA1111 url(../img/habotbg.png) no-repeat center top;
	margin-top: 10px;
}

.habqr {
	width: 120px;
	height: 120px;
	padding: 6px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.habqr img {
	padding: 6px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 100%;
}

.habtel {
	padding-left: 30px;
	color: #fff;
	padding-top: 10px;
	background: url(?img/habtel.png) no-repeat left center;
	padding-left: 80px;
	margin-left: 20px;
}

.habtel h2 {
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-size: 26px;
}

.habtel h3 {
	letter-spacing: 2px;
	font-size: 26px;
}

.habptx {
	text-align: right;
	color: #fff;
	padding-top: 10px;
}

.habptx h1 {
	font-size: 28px;
}

.habptx p {
	font-size: 18px;
	margin: 6px 0;
}

.habptx a {
	display: block;
	width: 120px;
	margin-top: 5px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border: 1px solid #eee;
	text-align: center;
	float: right;
}

.habptx a:hover {
	width: 150px;
	transition: .6s;
}


/*案例展示*/

.hcase_box {
	background: url(?img/hcabg.jpg) no-repeat center top;
	overflow: hidden;
}

.hca_title h2 {
	font-size: 30px;
	color: #666;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.hca_title h2 a {
	float: right;
	font-weight: 300;
	font-size: 18px;
}

.hca_title p {
	color: #666;
}

.hca_cate {
	height: 65px;
	line-height: 65px;
	background: #f0f0f0;
	margin-top: 30px;
	text-align: center;
}

.hca_cate li {
	display: inline-block;
	width: 20%;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
}

.hca_cate li a {
	display: block;
}

.hca_cate li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: -8px;
}

.hca_cate li:nth-child(1) i {
	background: url(?img/hca_1.png) no-repeat center center;
}

.hca_cate li:nth-child(2) i {
	background: url(?img/hca_2.png) no-repeat center center;
}

.hca_cate li:nth-child(3) i {
	background: url(?img/hca_3.png) no-repeat center center;
}

.hca_cate li:nth-child(4) i {
	background: url(?img/hca_4.png) no-repeat center center;
}

.hca_cate li:hover,
.hca_cate li.on {
	background: #CA1111;
	transition: .3s;
}

.hca_cate li:hover a,
.hca_cate li.on a {
	color: #FFF;
}

.hca_cate li:hover:nth-child(1) i,
.hca_cate li:nth-child(1).on i {
	background: url(?img/hca_11.png) no-repeat center center;
}

.hca_cate li:hover:nth-child(2) i,
.hca_cate li:nth-child(2).on i {
	background: url(?img/hca_22.png) no-repeat center center;
}

.hca_cate li:hover:nth-child(3) i,
.hca_cate li:nth-child(3).on i {
	background: url(?img/hca_33.png) no-repeat center center;
}

.hca_cate li:hover:nth-child(4) i,
.hca_cate li:nth-child(4).on i {
	background: url(?img/hca_44.png) no-repeat center center;
}


/* .hca_cate li.on i {
	background: url(?img/hca_on.png) no-repeat center center !important;
} */

.hca_con {
	overflow: hidden;
}

.hca_con ul li {
	width: 32.3%;
	margin: 0 8px;
	float: left;
}

.hca_con ul li .hcasc_img {
	width: 100%;
	overflow: hidden;
	height: 331px;
}

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

.hca_con ul li .hcac_info {
	padding: 15px 10px;
	background: #fff;
	box-sizing: border-box;
}

.hca_con ul li .hcac_info h3 {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hca_con ul li .hcac_info p {
	margin: 10px 0;
	line-height: 1.5;
	height: 43px;
	overflow: hidden;
	color: #888;
}

.hca_con ul li .hcac_info span {
	color: #999;
	font-weight: bold;
	font-size: 18px;
}

.hca_con ul li .hcac_info span em {
	font-style: normal;
}

.hca_con ul li .hcac_info i {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	color: #666;
	background: #f6f6f6;
	text-align: center;
	float: right;
	font-style: normal;
	font-size: 18px;
}

.hca_con ul li:hover i {
	color: #fff;
	background: #CA1111;
	transition: .3s;
}

.hca_con ul li:hover h3 {
	color: #CA1111;
}


/*新闻资讯*/

.hbewbox {
	background: url(?img/newbg.jpg);
}

.hbew_top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.hbew_top li {
	float: left;
	width: 31.9%;
	width: 31%\9;
	margin: 0 2% 1% 0;
	background: url(?img/cirl.png) no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
}

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

.hbew_top li a {
	width: 82%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #555;
}

.hbew_top li span {
	float: right;
	color: #888;
}

.hbew_top li:hover {
	background: url(?img/cirlh.png) no-repeat left center;
}

.hbew_top li:hover a {
	color: #CA1111;
}

.hbewc_lt {
	width: 35%;
	border: 1px solid #ddd;
}

.hbewc_lt .hbewl_img {
	width: 100%;
	height: 301px;
	overflow: hidden;
}

.hbewc_lt .hbewl_img img {
	width: 100%;
	height: 100%;
}

.hbewc_lt .hbewl_con {
	padding: 10px;
	box-sizing: border-box;
	background: #f8f8f8;
}

.hbewc_lt .hbewl_con h3,
.hbewc_rt dd h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hbewc_lt .hbewl_con p {
	color: #666;
	line-height: 1.5;
	height: 46px;
	overflow: hidden;
	margin: 8px 0;
}

.hbewc_lt .hbewl_con span {
	display: block;
	color: #888;
	background: url(?img/time.png) no-repeat left center;
	padding-left: 20px;
}

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

.hbewc_lt:hover {
	border-color: #eee;
}

.hbewc_rt {
	width: 63%;
}

.hbewc_rt dl {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.hbewc_rt dt {
	width: 15%;
	float: left;
	background: #f6f6f6;
	height: 111px;
	box-sizing: border-box;
	padding: 20px;
}

.hbewc_rt dt span {
	display: block;
	font-size: 22px;
	font-weight: bold;
}

.hbewc_rt dt p {
	color: #888;
}

.hbewc_rt dt em {
	display: block;
	margin: 8px 0;
	width: 60px;
	height: 2px;
	background: #ddd;
}

.hbewc_rt dd {
	width: 83%;
	float: right;
}

.hbewc_rt dd p {
	margin: 8px 0;
	height: 42px;
	line-height: 1.5;
	overflow: hidden;
	color: #666;
}

.hbewc_rt dd span {
	display: block;
	text-align: center;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #005FC2;
}


/*友情链接*/

.yqlink {
	min-height: 60px;
	background: #f5f5f5;
	padding: 10px 0;
}

.yqlink h4 {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	position: relative;
}

.yqlink h4 em {
	font-style: normal;
	text-transform: uppercase;
	border-right: 1px solid;
	padding-right: 5px;
	margin-right: 5px;
}

.yqlink h4 i {
	font-style: normal;
	color: #005FC2;
}

.yqlink h4:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 66px;
	height: 2px;
	background: #005FC2;
}

.yqlink li {
	display: inline-block;
	margin: 5px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

.yqlink li a {
	display: block;
}


/*底部*/

.footbox {
	background: #353535;
}

.footbox .foot_qr {
	width: 150px;
	box-sizing: border-box;
	padding: 5px;
	/* border: 1px solid #9f9f9f; */
}

.footbox .foot_qr img {
	width: 100%;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #9f9f9f;
}

.footbox .foot_qr p {
	text-align: center;
	color: #9f9f9f;
	height: 36px;
	line-height: 36px;
}

.footbox .foot_nav {
	padding-left: 30px;
}

.footbox .foot_nav h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9f9f9f;
	text-align: center;
}

.footbox .foot_nav h2 a {
	color: #b3b3b3;
}

.foot_nav {
	width: 62%;
}

.footbox ul {
	float: left;
	margin-left: 33px;
	width: 12%;
}

.footbox ul li {
	line-height: 36px;
	position: relative;
	padding-left: 15px;
}

.footbox ul li a {
	color: #9f9f9f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footbox ul li:before {
	position: absolute;
	content: "○";
	top: 0px;
	left: 0;
	width: 10px;
	height: 10px;
	color: #9f9f9f;
}

.foot_lx {
	width: 25%;
}

.foot_lx p {
	color: #9f9f9f;
	line-height: 1.8;
}

.foot_cop p {
	color: #999;
}

.foot_cop {
	padding: 10px;
	background: #222;
}


/*内页开始*/

.inmain {
	padding-bottom: 20px;
}

.ibaner {
	height: 260px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

.ban1 {
	background-image: url(?img/ban1.jpg);
}

.ibaner .bantit {
	font-size: 32px;
	color: #005FC2;
	padding-top: 80px;
	font-weight: bold;
}

.ibaner .bantxt {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.ibread {
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ddd;
	letter-spacing: 2px;
}

.ibread h2 {
	float: left;
}

.ibread p {
	float: right;
}

.ierbox {
	text-align: center;
	margin: 30px auto;
}

.ierbox li {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	width: 13.3%;
	margin: 0.3%;
	margin-bottom: 5px;
	border: 1px dashed #ddd;
	box-sizing: border-box;
	background: #fff;
}

.ierbox li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ierbox li:hover {
	background: #005FC2;
	transition: .3s;
}

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

.icontxt {
	font-size: 15px;
	color: #888;
	line-height: 1.8;
}

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


/*实力放大图*/

.rebox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000 !important;
	-webkit-filter: none !important;
	background: rgb(0, 0, 0);
	/* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7);
}

.rebox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.rebox-contents {
	position: absolute;
	top: 35%;
	left: 5%;
	text-align: center;
	width: 90%;
	height: 90%;
}

.rebox-contents .rebox-content {
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
	max-width: 100%;
	max-height: 100%;
}

.rebox-loading {
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%;
}

.rebox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.rebox-button {
	position: absolute;
	z-index: 9999;
	min-width: 40px;
	color: #4b4b4b;
	height: 40px;
	line-height: 40px;
	background: #eee;
	opacity: 0.4;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.rebox-button:hover,
.rebox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.rebox-close {
	right: 10px;
	top: 10px;
}

.rebox-next {
	right: 10px;
	top: 48%;
}

.rebox-prev {
	left: 10px;
	top: 48%;
}

.rebox-loading {
	left: 50%;
	top: 48%;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.islbox a {
	display: block;
	width: 24.2%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #eee;
	padding: 10px 10px 0;
	box-sizing: border-box;
}

.islbox a:nth-child(4n) {
	margin-right: 0;
}

.islbox .slimg {
	width: 100%;
	height: 212px;
	overflow: hidden;
}

.islbox .slimg img {
	width: 100%;
	height: 100%;
}

.islbox .slimg:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.islbox p {
	text-align: center;
	line-height: 45px;
	color: #4b4b4b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*页码*/

.page {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	min-height: 30px;
}

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

.pagebox span {
	border: 1px solid #999;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #999;
	border-radius: 20px;
}

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

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

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


/*留言*/

.ly_input {
	width: 95%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #d2d4d6;
}

.ly_text {
	width: 95%;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #dedede;
}

.lybox {
	margin: 0 auto;
	text-align: center;
}

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

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

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

#checkCode {
	width: 95%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	text-transform: uppercase;
	vertical-align: middle;
}

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

.forml_sub {
	margin-left: 58px;
}

.forml_sub:hover,
.czhi:hover {
	cursor: pointer;
	color: #fff;
	background: #005FC2;
	transition: .3s;
}

.form_tit {
	display: block;
	float: left;
	line-height: 42px;
}

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

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

.iprocon li .ipropic img {
	width: 100%;
	height: 100%;
}

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

.iprocon li .ipropic .ipanel {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 95, 194, 0.54) url(../img/pmore.png) no-repeat center center;
}

.iprocon li:hover .ipanel {
	top: 0;
	transition: .5s;
}

.iproinfo {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	background: #f6f6f6;
}

.iproinfo h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	background: url(?img/ipli.png) no-repeat left 4px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 18px;
	margin-bottom: 12px;
}

.iproinfo p {
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.icasecon li {
	float: left;
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	position: relative;
	overflow: hidden;
}

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

.icasecon li .icase_img {
	width: 100%;
	overflow: hidden;
	height: 248px;
}

.icasecon li .icase_img img {
	width: 100%;
	height: 100%;
}

.icasecon li .icasepan {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 55%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30px 20px;
	text-align: center;
	box-sizing: border-box;
}

.icasecon li:hover .icasepan {
	bottom: 0;
	transition: .6s;
}

.icasecon li .icasepan p {
	font-size: 16px;
}

.icasecon li .icasepan span {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	;
	color: #fff;
	background:#005FC2;
	border-radius: 20px;
	margin: 30px auto 0;
}

.icasecon li .icase_t {
	padding: 20px 5px;
	background: #fcfcfc;
}

.icasecon li .icase_t h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.icasecon li .icase_t p {
	color: #777;
}

.icasecon li .icase_t h2,
.icasecon li .icase_t p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icasecon li:hover {
	box-shadow: 0 3px 15px 5px #eee;
	transition: .6s;
	transform: translateY(-10px);
}


/*图文新闻*/

.ipnew_con .hbewc_lt {
	width: 24.2%;
	width: 24%\9;
	float: left;
	margin: 0 1% 1% 0;
	box-sizing: border-box;
}

.ipnew_con .hbewc_lt:nth-child(4n) {
	margin-right: 0;
}

.ipnew_con .hbewc_lt .hbewl_img {
	height: 246px;
}

.ipnew_con .hbewc_lt p {
	color: #888;
}


/*新闻列表*/

.inewli_l {
	width: 65%;
}

.inewde_con .inewli_l {
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 15px;
}

.inewli_con .inewli_l li {
	height: 45px;
	line-height: 45px;
	padding: 0 10px 0 35px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #f8f8f8 url(?img/cirl.png) no-repeat 10px center;
	font-size: 16px;
}

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

.inewli_con .inewli_l li span {
	float: right;
	color: #888;
}

.inewli_con .inewli_l li:hover {
	background: #f8f8f8 url(?img/cirlh.png) no-repeat 10px center;
}

.inewli_r {
	box-sizing: border-box;
	width: 32%;
	background: #f9f9f9;
}

.ireltit {
	color: #fff;
	background: #005FC2;
	padding: 10px 5px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.ireltit a {
	float: right;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
}

.inewli_r .irelnew {
	width: 100%;
}

.inewli_r .irelnew dt {
	width: 30%;
}

.inewli_r .irelnew dd {
	width: 66%;
}

.inewli_r .irelnew dl {
	padding-top: 10px;
}

.inewli_r .irelcase li:hover {
	transform: translateY(0);
}

.irelpro {
	overflow: hidden;
}

.irelpro li {
	width: 19.2%;
	width: 19%\9;
}

.irelpro li:nth-child(4n) {
	margin-right: 1%;
}

.irelpro li:nth-child(5n) {
	margin-right: 0;
}

.irelpro li .hpro_img {
	height: 183px;
}

.irelpro li .hpro_img img {
	height: 100%;
	display: block;
}

.irelpro li {
	height: auto;
}

.inewde_tit h1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #005FC2;
	padding-left: 10px;
	color: #005FC2;
}

.inewde_tit span {
	color: #999;
	margin-right: 30px;
}

.idebox .inewde_tit .inewd_to {
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.irelcase li {
	width: 48%;
	margin: 1%;
}

.irelcase li .icase_img {
	height: 160px;
}

.updown .udli span {
	float: left;
}

.updown .udli p {
	float: left;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.updown .udli {
	height: 45px;
	line-height: 45px;
	background: #f7f7f7 url(../img/upd.png) no-repeat 3px center;
	padding: 0 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
}

.updown .udli:hover p {
	padding-left: 10px;
	transition: .6s;
}


/*产品详情*/

.iprode_img {
	width: 52%;
	max-height: 600px;
	overflow: hidden;
}

.iprode_img img {
	width: 100%;
}

.iprod_info {
	width: 46%;
	padding: 30px;
	background: #f9f9f9;
	box-sizing: border-box;
}

.iprod_info h2 {
	margin-bottom: 20px;
}

.iprod_info ul {
	margin-bottom: 20px;
}

.iprod_info ul li {
	border-left: 1px solid #ccc;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	position: relative;
	border-bottom: 1px dashed #ddd;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.iprod_info ul li:before {
	content: "";
	position: absolute;
	top: 17px;
	left: -6px;
	width: 10px;
	height: 10px;
	background: #005FC2;
}

.iprod_info ul li span {
	color: #888;
}

.iprod_info ul li.ipd_ms {
	height: 120px;
}

.iprod_info ul li.ipd_ms p {
	color: #888;
	line-height: 1.6;
	height: 76px;
	overflow: hidden;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ipde_qr {
	width: 120px;
}

.ipde_qr img {
	width: 100%;
}

.ipde_btn {
	padding-left: 30px;
}

.ipde_btn a {
	width: 150px;
	text-align: center;
	color: #fff;
	background: #666666;
	display: inline-block;
	height: 42px;
	line-height: 42px;
}

.ipde_btn .onebtn {
	background: #005FC2;
}

.ipde_btn .headtel {
	padding-top: 0;
}

.ipde_btn a:hover {
	opacity: 0.6;
}

.cpde {
	border-bottom: 1px solid #ddd;
}

.cpde span {
	display: block;
	width: 120px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	background: #005FC2;
	text-align: center;
}

.ide_con .inewli_l {
	width: 100%;
}

.ide_con .inewde_tit h1 {
	border: 0;
	text-align: center;
	padding-left: 0;
	color: #005FC2;
}

.zhaiyao {
	padding: 10px;
	box-sizing: border-box;
	background: #fefefe;
	margin-top: 10px;
}

.zhaiyao p {
	line-height: 1.6;
	color: #888;
	padding-top: 5px;
	height: 71px;
	overflow: hidden;
}

@media (max-width: 1366px) {
	.ind_f {
		padding-bottom: 60px;
	}
	.ind_f .te {
		margin: 0 auto 50px;
	}
}
@media (max-width: 1280px) {
  .ind_e {
    padding: 30px 0;
  }
  .ind_e .box .top {
    font-size: 14px;
  }
  .ind_e .box .top .big {
    font-size: 32px;
  }
  .ind_e .box .te {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
 
  .ind_f {
    padding-bottom: 50px;
  }
}

@media all and (max-width:1200px){ /*1200*/
	.index-ys .lists { max-width: 960px; }
	.index-ys ul li { width: 170px; height: 170px; }
	.index-ys ul li .box { width: 100%; height: 100%; transform:ss rotate(-45deg) }
	.index-ys ul li .box i { height: 50px; line-height: 40px; vertical-align: middle; }
	.index-ys ul li .box i img{ width: 25%; }
	.index-ys ul li .box h3 { padding-top: 0px; font-size: 14px; font-weight: bold; line-height: 24px; }
	.index-ys ul li .box .con { padding: 0 10px; padding-top: 3px; font-size: 12px; height: 66px; line-height: 20px; overflow: hidden;  }
	.index-ys ul li:nth-child(1) { left: 35px; top: 35px }
	.index-ys ul li:nth-child(2) { left: 275px; top: 35px }
	.index-ys ul li:nth-child(3) { left: 515px; top: 35px }
	.index-ys ul li:nth-child(4) { left: 755px; top: 35px }
	.index-ys ul li:nth-child(5) { left: 155px; top: 155px }
	.index-ys ul li:nth-child(6) { left: 394px; top: 155px }
	.index-ys ul li:nth-child(7) { left: 635px; top: 155px }
}

@media screen and (max-width:959px) {
	html,
	body {
		min-width: 660px;
		max-width: 660px;
		margin: auto;
		overflow-x: hidden;
	}
	/*.navul > li:nth-child(5) > a {
		border-right: 0
	}
	.navul > li:nth-child(9) > a {
		border-right: 0
	}*/
	.headbox {
		border-top: 1px solid #ddd;
	}
	.headtop {
		display: none;
	}
	.navbox {
		width: auto;
		float: right;
	}
	.mainb {
		width: 98%;
	}
	.navul > li.showhide {
		border: 0;
	}
	.navul > li.showhide span.title {
		display: none;
	}
	.navul li {
		display: block !important;
		width: 25%;
	}
	.navul > li > a {
		border-right: 1px solid #176eca;
	}
	.headbox {
		height: auto;
	}
	.headbox .mainb {
		width: 100%;
	}
	.navbox {
		float: none;
		clear: both;
		margin: 0;
		border-bottom: 1px solid #005FC2;
		border-left: 1px solid #005FC2;
		box-sizing: border-box;
	}
	.navul li {
		height: 36px;
		line-height: 36px;
		background: #005FC2;
		border-top: 1px solid #176eca;
		/*border-right: 1px solid #bd2525;*/
		box-sizing: border-box;
	}
	.navul li:nth-child(4),
	.navul li:nth-child(8) {
		border-right: 0;
	}
	.navul > li > a {
		padding: 0;
		color: #fff;
	}
	.n_erul {
		display: none !important;
	}
	.navul > li.brand {
		display: none !important;
	}
	.navul a {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.navul ul,
	.navul ul li ul {
		width: 100%;
		padding: 0;
		left: 0;
		border: none;
		position: static;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.navul > li > ul > li:first-child a:before,
	.navul > li > ul > li ul li:first-child a:before {
		border: none;
	}
	.navul ul li {
		border-left: none;
		border-right: none;
	}
	.navul ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navul ul > li > a {
		padding-left: 40px !important;
	}
	.navul > li .indicator {
		top: 14px;
		right: 20px;
		font-size: 20px;
	}
	.navul ul > li .indicator {
		top: 10px;
		right: 20px;
	}
	.navul li.search form {
		margin: 12px 18px 0 18px;
	}
	.navul li.search form input.search {
		width: 100%;
		margin-bottom: 12px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.navul > li > ul > li > a {
		padding-left: 40px !important;
	}
	.navul > li > ul > li > ul > li > a {
		padding-left: 60px !important;
	}
	.navul > li > ul > li > ul > li > ul > li > a {
		padding-left: 80px !important;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.hsl_title .hsl_p1 {
		font-size: 22px;
	}
	.hsl_title .hsl_p1 a {
		display: none;
	}
	.hsl_title {
		text-align: center;
		background: none;
		padding-left: 0;
	}
	.hsolobox .hsl_con li .hsl_img {
		height: 157px;
	}
	.htitlebox h1 {
		font-size: 22px;
	}
	.hprocon li {
		width: 48%;
		margin: 1%;
	}
	.hprocon li:nth-child(4n) {
		margin-right: 1%;
	}
	.htitlebox i {
		display: none;
	}
	.hysbox {
		display: none;
	}
	.habcon .habtop li {
		height: auto;
	}
	.habcon .habtop li .hab_pan {
		display: none;
	}
	.hab_bot {
		display: none;
	}
	.htitlebox,
	.htitlebox h1 {
		background: none;
	}
	.hca_cate li {
		width: 25%;
		display: inline;
		float: left;
	}
	.hca_con ul li .hcac_info i {
		display: none;
	}
	.hbew_top li {
		width: 48%;
		margin: 1%;
	}
	.hbew_top li:nth-child(3n) {
		margin-right: 1%;
	}
	.hbewc_lt {
		display: none;
	}
	.hbewc_rt {
		width: 100%;
	}
	.footbox .foot_nav {
		display: none;
	}
	.foot_lx {
		width: 65%;
	}
	.paddb20 {
		padding-bottom: 10px;
	}
	.ibaner .bantit,
	.ibaner .bantxt {
		display: none;
	}
	.ierbox li {
		display: inline;
		float: left;
		width: 23%;
		margin: 1%;
	}
	.ibaner {
		background-size: 100% 100%;
		height: 90px;
	}
	.ierbox {
		margin: 15px auto;
	}
	.islbox a {
		width: 48%;
		margin: 1%;
	}
	.islbox .slimg {
		height: 197px;
	}
	.ly_input,
	.ly_text,
	#checkCode {
		width: 90%;
	}
	.iprocon li {
		width: 48%;
		margin: 1%;
	}
	.iprocon liv:nth-child(4n) {
		margin-right: 1%;
	}
	.iprocon li .ipropic {
		height: 206px;
	}
	.icasecon dl {
		width: 48%;
		margin: 1%;
	}
	.icasecon dl:nth-child(4n) {
		margin-right: 1%;
	}
	.icasecon dl .icase_img {
		height: 231px;
	}
	.ipnew_con .hbewc_lt {
		width: 48%;
		display: block;
		margin: 1%;
	}
	.ipnew_con .hbewc_lt:nth-child(4n) {
		margin-right: 1%;
	}
	.ipnew_con .hbewc_lt .hbewl_img {
		height: 226px;
	}
	.inewli_r {
		display: none;
	}
	.inewli_con .inewli_l {
		width: 100%;
	}
	.irelpro li:nth-child(5n) {
		display: none;
	}
	.inewde_con .inewli_l {
		width: 100%;
	}
	.inewde_tit h1 {
		font-size: 22px;
	}
	.inewde_tit span {
		margin-right: 10px;
	}
	.iprode_img,
	.iprod_info {
		width: 100%;
	}
	.iprod_info {
		padding: 10px;
	}
	.iprod_info .headtel {
		display: block;
	}
	.icasecon li {
		width: 48%;
		margin: 1%;
	}
	.ierbox li {
		height: 36px;
		line-height: 36px;
	}
	.icasecon li .icase_img {
		height: 227px;
	}
	.inewde_con .inewli_l {
		padding: 0;
		background: none;
	}
	.hbanbox .bd {
		position: relative;
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.hbanbox,
	.hbanbox .bd li,
	.hbanbox .bd li img {
		height: 240px;
	}
	.logobox {
		width: 40%;
	}
	.logobox img {
		width: 100%;
	}
	.headtel {
		padding-top: 13px;
	}
	.hprocate li {
		width: 31.3%;
		display: inline;
		float: left;
		margin: 1%;
	}
	.hca_con ul li .hcasc_img {
		height: 153px;
	}
	.hbew_top li a {
		width: 76%;
	}
	.hbewc_rt dt {
		width: 20%;
	}
	.hbewc_rt dd {
		width: 79%;
	}
	.zhaiyao {
		background: #f8f8f8;
	}
	.p_left {
		width: 100%;
	}
	.p_right {
		margin: 10px;
		width: 100%;
	}
	.p_list li {
		width: 32%;
	}
	.p_list li:nth-child(3),
	.p_list li:nth-child(6) {
		margin-right: 0;
	}
	.p_list li:nth-child(4),
	.p_list li:nth-child(7) {
		margin-left: 0;
		margin-right: 1%;
	}
	.p_list li:nth-child(5),
	.p_list li:nth-child(8) {
		margin-left: 1%;
		margin-right: 1%;
	}
	.p_list .p_img {
		height: 144px;
	}
	.about ul {
		display: none;
	}
	.news {
		display: none;
	}
	.zhishi ul {
		width: 100%;
	}
	.index-case-list li {
		width: 48%;
		margin: 1%;
	}
	.index-case-list li:nth-child(2n) {
		margin-right: 0;
	}
	.index-case-list li:nth-child(2n-1) {
		margin-left: 0;
	}
	.index-case-list li:nth-child(3n+2) {
		margin: 1% 0 1% 1%;
	}
	.index-case-list li:nth-child(n+4) {
		margin-top: 1%;
	}
	.ind_c {
		display: none;
	}
	.section_04 .more {
		display: none;
	}
	.section_04 .col-sm-6 {
		width: 100%;
	}
	.section_04 h3 {
		width: 40%;
	}
	.section_04 .nav > li {
		width: 15%;
		margin: 1%;
	}
	.section_04 .nav > li:first-child {
		margin-left: 0%;
	}
	.section_04 .nav > li:nth-child(6) {
		margin-right: 0%;
	}
	.section_04 .nav-tabs > li > a {
		width: auto;
	}
	.eessd_m4 {
		display: none;
	}
	.p_left1 {
		display: none;
	}
	.footcontact,
	.footewm,
	.copyright a {
		display: none;
	}
	.about1 .about1_mask{
		height:212px;
	}
	
	/*新增公司简介2*/
	.about1 li {
		width: 49%;
	}
	.about1 li:nth-child(2),
	.about1 li:nth-child(6),
	.about1 li:nth-child(8),
	.about1 li:nth-child(10),
	.about1 li:nth-child(12) {
		margin-right: 0;
	}
	.about1 li:nth-child(3),
	.about1 li:nth-child(7),
	.about1 li:nth-child(9),
	.about1 li:nth-child(11) {
		margin-left: 0;
	}
	.about1 .about1_wen {
		margin-bottom: 10px;
	}

	.about1 .about1_wen img{
		padding-top: 15px;
    width: 18%;
	}
	.about1 .about1_txt{
		width:75%;
	}
	.about1 .mask_more a {
		line-height: 3rem;
	}
	/*新增案例*/
	.index-case-list .img,.index-case-list .img img{
		height:215px;
	}
	/*新增优势*/
	.index-ys{height: 525px;}
	.index-ys{ display: none; }
	.index-ys .lists2 { display: block; }
	/*新增底部*/
	
	.footmenu dl{
		width:165px;
	}
}
@media (max-width: 768px) {
 
  .ind_f .te {
    padding: 0 5%;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .ind_f .swiper-container {
    margin-bottom: 30px;
  }
  .ind_f #partnerSP .swiper-pagination-bullet::before {
    background: #ddd;
  }
  .ind_f #partnerSP .swiper-pagination-bullet-active::before {
    background: #f1742f;
  }
}

@media screen and (max-width:640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.logobox {
		width: 60%;
	}
	.logobox img {
		width: 100%;
	}
	.navul > li.showhide span.icon {
		margin: 22px 20px;
	}
	.navul li:hover > a, .navul li.active a{
		color:#e9e5e5;
	}
	.headbox {
		height: auto;
	}
	.hsolobox .hsl_con li {
		width: 100%;
	}
	.hsolobox .hsl_con li .hsl_img {
		height: auto;
	}
	.hsolobox .hsl_con li:nth-child(3n) {
		margin-right: 1%;
	}
	.hsl_pan {
		padding: 60px 30px;
	}
	.hprocon li .hpro_img {
		height: 117px;
	}
	.hprocon li {
		height: auto;
	}
	.htitlebox p {
		font-size: 14px;
	}
	.btn_prode {
		margin-top: 10px;
	}
	.habcon .habtop li {
		width: 100%;
	}
	.hca_cate {
		background: none;
	}
	.hca_cate li {
		width: 48%;
		margin: 1%;
	}
	.ipnew_con .hbewc_lt {
		width: 100%;
	}
	.hca_con ul li {
		width: 352px;
	}
	.hbew_top {
		display: none;
	}
	.hbewc_rt dt {
		width: 35%;
	}
	.hbewc_rt dd {
		width: 63%;
	}
	.hbewc_lt {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.hbewc_lt .hbewl_img {
		height: auto;
	}
	.foot_con {
		display: none;
	}
	.footbox {
		padding-top: 0;
		margin-bottom: 56px;
	}
	.b_mobile {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #005FC2;
		border-top: 1px solid #005FC2;
		z-index: 9999;
		display: block;
	}
	.b_mobile li {
		float: left;
		width: 18.5%;
		padding: 0 3%;
		border-left: 1px solid #fff;
	}
	.b_mobile li:first-child {
		border-left: 0;
	}
	.b_mobile li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.b_mobile li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.b_mobile li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.ibaner {
		height: 50px;
	}
	.ierbox li {
		width: 31.33%;
	}
	.islbox a {
		padding: 0;
	}
	.islbox .slimg {
		height: 117px;
	}
	.islbox p {
		line-height: 36px;
	}
	.ly_input,
	.ly_text,
	#checkCode {
		width: 82%;
	}
	.forml_sub,
	.czhi {
		width: 120px;
	}
	.forml_sub {
		margin-left: 25px;
	}
	.iprocon li .ipropic {
		height: 121px;
	}
	.iproinfo {
		padding: 10px 8px;
	}
	.iproinfo h3 {
		background: none;
		padding-left: 0;
		font-size: 16px;
	}
	.icasecon dl {
		width: 100%;
		margin: 1% auto;
	}
	.icasecon dl .icase_img {
		height: 269px;
	}
	.ipnew_con .hbewc_lt {
		margin: 1% 0;
		width: 100%;
	}
	.ipnew_con .hbewc_lt .hbewl_img {
		height: auto;
	}
	.updown .udli {
		padding-left: 30px;
		font-size: 15px;
	}
	.updown .udli p {
		width: 75%;
	}
	.cpde span {
		font-size: 16px;
		height: 36px;
		line-height: 36px;
	}
	.ipde_qr {
		width: 100px;
	}
	.ipde_btn a {
		width: 100px;
	}
	.icasecon li .icase_img {
		height: 129px;
	}
	.icasecon li .icasepan {
		display: none !important;
	}
	.icasecon li .icase_img {
		height: 129px;
	}
	.icasecon li:hover {
		transform: translateY(0);
	}
	.icasecon li .icase_t h2 {
		font-size: 16px;
	}
	.headtel h2 {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.ipde_btn {
		padding-left: 10px;
	}
	.headtel {
		padding-top: 12px;
	}
	.hbanbox,
	.hbanbox .bd li,
	.hbanbox .bd li img {
		height: 136px;
	}
	.navul > li > a {
		/*border-right: 1px solid #bd2525;*/
	}
	.logobox {
		width: 50%;
		height: auto;
	}
	.logobox img {
		height: 100%;
	}
	.headtel {
		padding-top: 7px;
	}
	.hca_con ul li .hcasc_img {
		height: auto;
	}
	.ibread h2 {
		font-size: 18px;
	}
	.ibread {
		letter-spacing: 0;
	}
	.ipde_btn a {
		height: 36px;
		line-height: 36px;
	}
	.habcon .habtop li:nth-child(2),
	.habcon .habtop li:nth-child(3) {
		display: none;
	}
	.product {
		/*background-size: 100% 100%;*/
	}
	.p_left h3,
	.about h3 a,
	.zhishi h3 a,
	.eessd_m4lx1 span {
		font-size: 22px;
	}
	.index-tit {
		font-size: 22px;
	}
	.index-tit-txt {
		line-height: 1.8;
	}
	.page-padding {
		padding: 1rem 0;
	}
	.eessd_m4lx1 span {
		height: 40px;
		line-height: 40px;
	}
	.common-tit::before {
		left: 147px;
	}
	.common-tit::after {
		left: 155px;
	}
	.index-tit-txt {
		padding-top: 10px;
	}
	.p_left p,
	.index-tit-txt,
	.eessd_m4lx1 font {
		font-size: 14px;
	}
	.p_top {
		padding-top: 5%;
	}
	.p_left p {
		line-height: 3;
		/*margin-bottom: 10px;*/
	}
	.p_list li {
		width: 49%;
	}
	.p_list li:nth-child(2n) {
		margin-right: 0;
	}
	.p_list li:nth-child(2n-1) {
		margin-left: 0;
	}
	.p_list li:nth-child(5) {
		margin-right: 1%;
	}
	.p_list li:nth-child(3) {
		margin-right: 1%;
	}
	.p_list li:nth-child(4) {
		margin-left: 1%;
	}
	.p_list .p_img {
		height: 124px;
	}
	.zhishi li {
		width: 100%;
	}
	.index-case-list li {
		width: 100%;
		margin-bottom: 15px;
	}
	.index-case-list li:nth-child(3n+2) {
		margin: 0 0 15px 0;
	}
	.section_04 {
		display:none;
		padding-top: 0;
	}
	.section_04 h3 {
		width: 60%;
	}
	.section_04 .nav > li {
		width: 32%;
		margin: 1%;
	}
	.section_04 .nav > li:first-child,
	.section_04 .nav > li:nth-child(4) {
		margin-left: 0%;
	}
	.section_04 .nav > li:nth-child(4) {
		margin-right: 1%;
	}
	.section_04 .nav > li:nth-child(5) {
		margin-left: 1%;
	}
	.section_04 .nav > li:nth-child(3) {
		margin-right: 0;
	}
	.section_04 .nav > li:nth-child(6) {
		margin-right: 0%;
		margin-left: 1;
	}
	.common-tab-nav li {
		width: 20%;
		margin: 0 2.5%;
	}
	.p_right {
		margin: 0;
	}
	.p_right li {
		width: 32%;
		margin: 1%;
		height: 37px;
		line-height: 37px;
	}
	.section_04 .nav > li > a {
		line-height: 37px;
	}
	.section_04 .counse-box {
		padding: 10px 28px 30px 10px;
	}
	.p_right li:nth-child(3),
	.p_right li:nth-child(9) {
		margin-right: 0;
	}
	.p_right li:nth-child(5) {
		margin-right: 1%;
	}
	.p_right li:nth-child(6) {
		margin-left: 1%;
		margin-right: 0;
	}
	.p_right li:nth-child(4),
	.p_right li:nth-child(7) {
		margin-left: 0;
	}
	.index-case-list .img,
	.index-case-list .img img {
		height: 255px;
	}
	.about {
		padding-top: 10px;
		height: 180px;
	}
	.about h3 {
		margin: 10px 0;
	}
	.about p {
		height: 90px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.p_right li span {
		display: none;
	}
	.footmenu,
	.footlink {
		display: none;
	}
	.footewm {
		display: block;
	}
	.copyright {
		line-height: 30px;
		text-align: center;
	}
	/*新增*/
	.about1 li:nth-child(2), .about1 li:nth-child(4) {
    margin-left: 0;
    margin-right: 1%;
}
	
	.about1 .about1_mask {
    height: 212px;
}
	
	/*新增公司简介2*/
	.about1 li {
		width: 100%;
		padding-top: 10px;
	}
	.about1 .about1_wen {
		margin-bottom: 0;
	}
	.about1 .mask_img {
		width: 20%;
	}
	
	.about1 .about1_mask h3 {
		font-size: 20px;
		line-height: 35px;
	}
	.about1 .mask_more a {
		line-height: 6.3rem;
	}
	/*新增优势*/
	.index-ys{display:none;}
	/*.index-ys .lists2 .swiper-slide { width: 100%; }
	
	.index-ys {color:#fff; padding: 30px 0 52px 0; height: 450px;  }
	.index-ys h3,.index-ys .con{color:#fff;}
	.index-ys .lists2 { padding-top: 0 }
	.index-ys .lists2 .swiper-slide { padding-top: 15px; }*/
	/*新增底部*/
	.foot{
		margin-bottom: 56px;
	}
}

@media only screen and (min-width: 540px) and (max-width: 640px) {
	.about1 .mask_img {
		width: 20%;
	}
	.about1 .about1_mask h3 {
		line-height: 75px;
	}
	.about1 .mask_more a {
		line-height: 8.5rem;
	}
}

@media screen and (max-width:360px) {
	.hca_con ul li {
		width: 335px;
	}
}

@media screen and (max-width:350px) {
	.hca_con ul li {
		width: 325px;
	}
}

@media screen and (max-width:340px) {
	.hca_con ul li {
		width: 316px;
	}
	.about1 .mask_more a {
		line-height: 5rem;
	}
}

@media screen and (max-width:330px) {
	.hca_con ul li {
		width: 306px;
	}
	.ipde_btn {
		display: none;
	}
	.headtel span {
		display: none;
	}
}

@media screen and (max-width:320px) {
	.hca_con ul li {
		width: 296px;
	}
}

@media screen and (max-width:280px) {
	.about1 .mask_more a {
		line-height: 4rem;
	}
}