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

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

ul,
li {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

input,
textarea {
	outline: none;
}

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

a:hover {
	color: #AE0002;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.paddt30 {
	padding-top: 30px;
}

.paddt3b2 {
	padding: 30px 0 20px;
}

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

.m_hbot {
	display: none;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding-bottom: 50px;
}

.inmain {
	margin-bottom: 30px;
}


.htitle {
	padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
}

.htitle img {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 130px;
}

.htitle:hover img {
	transform: rotate(90deg);
	transition: 1s;
}

.htitle i {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 3px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #000;
}

.htitle h2 {
	text-align: center;
	font-size: 32px;
	letter-spacing: 2px;
	position: relative;
	color: #000;
	z-index: 1;
}

.htitle h2 em {
	text-align: center;
	color: #AE0002;
	font-style: normal;
}

.htitle h2:before,
.htitle h2:after {
	content: "";
	position: absolute;
	top: 25px;
	width: 40%;
	height: 1px;
	background: rgba(0, 0, 0, 0.48);
}

.htitle h2:before {
	left: 0.01%;
}

.htitle h2:after {
	right: 0.01%;
}

.htitle p {
	text-align: center;
	font-size: 16px;
	margin-top: 3px;
	color: #000;
}


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


/*头部开始*/

.head {
	height: 228px;
	background: #191B1A;
	position: relative;
	z-index:2;
}

.head .mainb {
	/* width: 1200px; */
	margin: 0 auto;
	
	z-index: 9;
}

.nav {
	background: #fff;
	height: 49px;
	overflow: hidden;
	line-height: 49px;
}

.nav em {
	display: block;
	width: 30%;
	float: left;
	font-style: normal;
	font-size: 18px;
	color: #2b2b2b;
}

.np {
	text-align: right;
	width: 25%;
	float: left;
	font: 25px/49px Arial;
	color: #eb7a2a;
	font-weight: bold;
}

.np span {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: normal;
}

.fz2_phone{
	font-size:30px;
}

.npa {
	float: right;
	text-align: right;
	width: 40%;
}

.npa a {
	font-size: 18px;
	color: #2b2b2b;
	margin: 0 15px;
}

.npa a.nones {
	margin-right: 0px;
}

.top {
	height: 179px;
}

.logo {
	float: left;
	/*width: 15%;*/
	margin-top: 37px;
}

.logo img {
	display: block;
	width: auto;
	height: 86px;
}

.zil {
	float: left;
	padding: 45px 0 0 25px;
	font-size: 24px;
	color: #ffcc00;
	font-weight: bold;
	width: 30%;
}

.zil span {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
}

.sous {
	float: right;
	width: 30%;
	padding-top: 45px;
}

.sok {
	height: 27px;
	float: right;
}

.sok img {
	display: inline-block;
	float: left;
	border: 0;
	height: 37px;
}

.sok span{
	display: inline-block;
	color:#fff;
	font-size: 30px;
    line-height: 1;
    padding-left: 10px;
}

.sok1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	float: right;
}

.sok1 a {
	color: #FFFFFF;
	font-weight: normal;
	margin: 0 5px;
}

.menu {
	width: 100%;
	height: 75px;
	background: #eb7a2a;
	position: absolute;
	left: 0;
	top: 200px;
}

.menu li {
	float: left;
	width: 12.5%;
	border-right: 1px solid #f1a26a;
	box-sizing: border-box;
}

.menu li a {
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 75px;
}

.menu li a:hover,
.menu li.cur a {
	background: #232323;
	border-right: 1px solid #656565;
}

.menu i.nones {
	border-right: 0px;
}

.menu li.nones a {}

.menu .two_nav {
	display: none;
	background: #000;
}

.menu li:hover .two_nav {
	display: block;
}

.menu .two_nav p {
	width: 100%;
	height: 75px;
	line-height: 75px;
}

.menu .two_nav p a {
	color: #fff;
	font-size:20px;
}

.two_nav p:hover a {
	background: #fff;
	color: #000;
}

#site {
	position: absolute;
	z-index: 3;
	top: 15px;
	left: 177px;
}

#siteDiv {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: none;
	padding: 8px 10px;
	position: absolute;
	top: 23px;
	white-space: nowrap;
	width: 235px;
	z-index: 1000;
	display: none;
	left: 0px;
}

#siteDiv li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
}

#siteDiv li a {
	color: #666;
}
/*头部结束*/

/*新增banner*/

.banner {
	position: relative;
	margin-top: 27px;
	
}

.banner .slider {
	width: 100% !important;
	height: 1200px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slider-main {
	width: 100%;
	height: 100%;
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -960px; */
}

.banner .slider-main li {
	width: 100%;
	height: 100%;
}

.banner .slider-main li img{
	width:100%;
	height:100%;
}

.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(../img/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(../img/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: #AE0002;
	color: #fff;
}


/*新增流程1*/

.dh-box {
	background: #f1742f;
	position: relative;
	z-index: 10;
}

.dh-box .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.dh-box .wrap a {
	padding: 50px 0;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dh-box .wrap a .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	position: relative;
	z-index: 10;
}

.dh-box .wrap a .te {
	color: #ffffff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 10;
	font-size: 20px;
}

.dh-box .wrap a::after {
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 100%;
	top: auto;
	width: 100%;
	bottom: 0;
	-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: 0;
}

.dh-box .wrap a:hover .te {
	color: #333;
}

.dh-box .wrap a:hover::after {
	background: #fff;
	height: 120%;
}

.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: 0;
	top: 0;
}

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

.hoverbtn:hover .act {
	opacity: 1;
}
/*产品中心开始*/
#productbg{background:url(../img/productbg.jpg) no-repeat center center;background-size:cover;padding:41px 0 69px;}
#product{width:90%;margin:0 auto;}
.publictitle .pb_title {
    font-size: 40px;
    text-align: center;
    height: 58px;
    color: #080808;
    line-height: 58px;
    font-weight: normal;
	border-bottom:1px solid #a19d9d;
	position:relative;
}
.publictitle .pb_title:after{
				content: '';
	            position: absolute;
	            bottom: -3px;
				left:45%;
	            background: #f1742f;
	            width: 10%;
	            height: 3px;
			}
.publictitle .sub_title {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    height: 30px;
    line-height: 30px;
    color: #848484;
    text-align: center;
	margin-top: 10px;
}
#product .product_span{margin-top:21px;font-size:0;-webkit-text-size-adjust:none;text-align:center;}
#product .product_span a{width:200px;margin:1%;height:55px;line-height:55px;background:#a3a3a3;border-radius:21px;display:inline-block;color:#FFF;font-size:20px;}
#product .product_span a:first-child{margin-left:0;}
#product .product_span a:hover,#product .product_span a.on{background:#f1742f;}
#product .product_content{width:100%;margin-top:3px;}

#product .p_ul{width:100%;margin-top:3px;overflow:hidden;}
#product .p_ul .swiper-slide{margin-top:18px!important;}
#product .p_ul .s_img{width:100%;height:386px;border:1px solid #E1E1E1;position:relative;background:#FFF;box-sizing: border-box;}
#product .p_ul .s_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
#product .p_ul p{background:#f1742f;height:55px;line-height:55px;text-align:center;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#FFF;font-size:20px;}
#product .p_ul p a{color:#FFF;}
/*产品中心结束*/


/*公司简介开始*/
	.O_about_big {
		width: 100%;
		background: url(../img/banner.jpg) fixed;
		background-size: 100% 100%;
	}
	.O_about_big .O_about_cont {
		width: 50%;
		background: rgba(241,116,47,.9);
		padding: 20px 50px;
		box-sizing: border-box;
	}
	.O_about_cont h2,
	.O_about_cont h3 {
		font-size: 30px;
		margin-top: 10px;
		color: #fff;
	}
	.O_about_cont h3 {
		position: relative;
	}
	.O_about_cont h3:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -15px;
		background: #fff;
		width: 5%;
		height: 5px;
	}
	.O_about_cont p {
		font-size: 18px;
		color: #fff;
		line-height: 30px;
		height: 120px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.O_about_cont .one_p {
		margin-top: 40px;
	}
	.O_about_cont h4 {
		color: #fff;
		margin: 10px 0;
	}
	.O_about_more {
		width: 150px;
		height: 40px;
		line-height: 40px;
		margin-top: 40px;
		border: 1px solid #fff;
		position: relative;
		transition: 0.4s linear;
		z-index: 2;
	}
	.O_about_more:after {
		width: 0;
		cursor: pointer;
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #fff;
		transition: 0.4s linear;
	}
	.O_about_more:hover:after {
		width: 150px;
	}
	.O_about_more a {
		display: block;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	.O_about_more a:hover {
		color: #F1742F;
	}
	/*公司简介结束*/








/*流程开始*/

.home_4 .left {
	float: left;
}

.home_4 .title {
	margin-bottom: 30px;
	text-align: center;
}

.home_4 .title p:first-child {
	font-size: 40px;
	font-weight: bold;
	color: rgba(64, 64, 64, 1);
}

.home_4 .title p:first-child img {
	display: inline-block;
	width: 37px;
	margin-right: 10px;
	margin-bottom: -7px;
}

.home_4 .title p:last-child {
	font-size: 18px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-top: 10px;
}

.home_4 {
	padding-top: 70px;
	padding-bottom: 40px;
	background: url(../img/lc_bj.jpg) no-repeat;
	background-size: 100% 100%;
}

.home_4 .title p {
	color: #fff !important;
}

.home_41 {
	position: relative;
	z-index: 1;
}

.home_41 .line {
	background: -webkit-linear-gradient(left, transparent, #fff, transparent);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, transparent, #fff, transparent);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, transparent, #fff, transparent);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, transparent, #fff, transparent);
	/* 标准的语法（必须放在最后） */
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	z-index: -1;
	top: 52px;
}

.home_41>.content {
	z-index: 999;
}

.home_41>.content .left {
	width: 16.66%;
	text-align: center;
}

.home_41>.content .left .sNumber {
	font-size: 36px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	/* margin-bottom: 5px; */
}

.home_41>.content .left .dot {
	width: 12px;
	height: 12px;
	background: rgba(255, 102, 10, 1);
	border: 2px solid rgba(226, 226, 226, 1);
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 8px;
}

.home_41>.content .left .tit {
	font-size: 24px;
	font-weight: bold;
	color: rgba(250, 194, 22, 1);
	margin-bottom: 20px;
}

.home_41>.content .left .txt {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	line-height: 26px;
	padding: 0 30px;
}

.telBtn {
	line-height: 45px;
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid rgba(235, 133, 14, 0.44);
	border-radius: 25px;
	width: 416px;
	padding: 0 30px;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	position: relative;
	background-color: #fff;
}

.telBtn span {
	font-size: 24px;
	font-weight: 400;
	color: rgba(235, 133, 14, 1);
	font-weight: bold;
}

.telBtn a {
	position: absolute;
	right: 0;
	top: -1px;
	width: 124px;
	height: 50px;
	background-color: rgba(235, 133, 14, 1);
	border-radius: 0 25px 25px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}


/*流程结束*/

/*新闻开始*/
.m8_m {
				width: 100%;
				height: auto;
				padding: 30px 0 45px;
				overflow: hidden;
				background: #fff;
				position: relative;
				z-index: 2;
				margin: 0 auto;
				background: url(../img/three.jpg);
			}
			
			.m8_m .main {
				width: 1200px;
				height: auto;
				overflow: hidden;
				margin: 0 auto;
			}
			
			.m8_m .xnav {
				height: 42px;
				line-height: 41px;
				overflow: hidden;
				border-bottom: 1px solid #cccccc;
				position: relative;
				margin: 0 0 20px;
			}
			
			.m8_m .xnav p {
				float: left;
				font-size: 14px;
				color: #cccccc;
				text-transform: uppercase;
				height: 41px;
			}
			
			.m8_m .xnav p b {
				font-size: 30px;
				color: #3e3a39;
				font-weight: bold;
				height: 41px;
				display: block;
				float: left;
				margin-right: 6px;
				border-bottom: 1px solid #000;
			}
			
			.m8_m .xnav .ms {
				float: right;
				line-height: 50px;
				font-size: 14px;
				color: #4c4c4c;
				text-transform: uppercase;
			}
			
			.m8_m .xnav .ms:hover,
			.m8_l ul li a:hover,
			.m8_l dl dd a:hover,
			.m8_r .bd ul dl dd h3 a:hover,
			.m8_r .news3 li a:hover,
			.m8_l dl p a:hover,
			.m8_r .bd ul dl dd p a:hover {
				color: #da251c;
			}
			
			.m8_l {
				width: 42%;
				height: auto;
				overflow: hidden;
			}
			
			.m8_l dl {
				height: auto;
				overflow: hidden;
				margin: 0 0 18px;
			}
			
			.m8_l ul {
				height: auto;
				overflow: hidden;
				background: url(../img/news_x1.jpg) no-repeat;
				background-position-y: 25px;
                background-size: auto 79%;
			}
			
			.m8_l dl dt {
				width: 100%;
				height: 500px;
				overflow: hidden;
			}
			
			.m8_l dl dt img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
			
			.m8_l dl dd {
				height: 110px;
				padding: 0 20px;
				background: #f9f9f9;
				position: relative;
			}
			
			.m8_l dl dd .ta {
				position: absolute;
				left: 20px;
				top: -30px;
				width: 116px;
				height: 80px;
				background: #d90011;
				text-align: center;
				color: #fff;
				font-style: italic;
			}
			
			.m8_l dl dd .ta b {
				display: block;
				width: 49px;
				height: 22px;
				background: url(../img/news_tt.png) center no-repeat;
				margin: 8px auto;
			}
			
			.m8_l dl dd .ta em {
				width: 86px;
				display: block;
				border-top: 1px solid #fff;
				font-size: 15px;
				margin: 0 auto;
			}
			
			.m8_l dl dd .tz {
				position: absolute;
				left: 154px;
				top: 14px;
				width: 330px;
				height: 30px;
				overflow: hidden;
				text-align: left;
				font-size: 20px;
				color: #000000;
				display: block;
			}
			
			.m8_l dl p {
				position: absolute;
				left: 20px;
				top: 57px;
				width: auto;
				height: 48px;
				display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
				line-height: 24px;
				font-size: 18px;
				color: #666666;
			}
			
			.m8_l dl p a {
				font-size: 16px;
				color: #da251c;
			}
			
			.m8_l ul li {
				height: 55px;
				overflow: hidden;
				line-height: 55px;
				margin-left: 20px;
				border-bottom: 1px dashed #e5e5e5;
			}
			
			.m8_l ul li a {
				width: 78%;
				height: 55px;
				overflow: hidden;
				font-size:20px;
				color: #666666;
				display: block;
				text-align: left;
				float: left;
			}
			
			.m8_l ul li span {
				width: 20%;
				height: 42px;
				overflow: hidden;
				font-size: 16px;
				color: #666666;
				display: block;
				text-align: right;
				float: right;
			}
			
			.m8_r {
				width: 55%;
				height: auto;
				overflow: hidden;
			}
			
			.m8_r .hd ul {
				float: left;
				line-height: 41px;
			}
			
			.m8_r .hd ul em {
				float: left;
				display: block;
				margin: 0 25px;
				color: #666666;
				font-size: 12px;
				line-height: 41px;
			}
			
			.m8_r .hd ul li {
				float: left;
				height: 41px;
			}
			
			.m8_r .hd ul li p b {
				border: 0;
			}
			
			.m8_r .hd ul li.on p b {
				border-bottom: 1px solid #000;
			}
			
			.m8_r .bd {
				width: 100%;
				height: auto;
				overflow: hidden;
				margin: 12px 0 3px;
			}
			
			.m8_r .bd ul {
				zoom: 1;
				height: auto;
				overflow: hidden;
			}
			
			.m8_r .bd ul dl {
				width: 100%;
				height: auto;
				overflow: hidden;
				position: relative;
				padding: 0 0 20px;
				border-bottom: 1px solid #e6e6e6;
				margin: 0 0 20px;
			}
			
			.m8_r .bd ul dl:last-child {
				padding: 0 0 0px;
				border-bottom: 0px solid #e6e6e6;
				margin: 0 0 16px;
			}
			
			.m8_r .bd ul dl dt {
				width: 35%;
				height: 230px;
				float: left;
			}
			
			.m8_r .bd ul dl dt img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
			
			.m8_r .bd ul dl dd {
				width: 62%;
				height: auto;
				overflow: hidden;
				float: right;
			}
			
			.m8_r .bd ul dl dd h3 {
				height: 32px;
				overflow: hidden;
				line-height: 32px;
				text-align: left;
				font-size: 20px;
				margin: 15px 0 6px;
			}
			
			.m8_r .bd ul dl dd h3 a {
				color: #000000;
				display: block;
				height: 32px;
			}
			
			.m8_r .bd ul dl dd p {
				height: 153px;
				line-height: 30px;
				text-align: left;
				font-size: 18px;
				color: #666666;
				display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5
			}
			
			.m8_r .news3 {
				width: 100%;
				height: auto;
				overflow: hidden;
				margin: -6px -13px 0;
			}
			
			.m8_r .news3 li {
				width: 46%;
				height: 55px;
				line-height: 55px;
				overflow: hidden;
				background: url(../img/news_xb1.png) left center no-repeat;
				padding-left: 15px;
				margin: 0 2%;
				border-bottom: 1px dashed #e5e5e5;
				float: left;
				box-sizing: border-box;
			}
			
			.m8_r .news3 li a {
				width: 78%;
				height: 55px;
				overflow: hidden;
				float: left;
				text-align: left;
				font-size: 20px;
				color: #666;
				text-align: left;
				display: block;
			}
			
			.m8_r .news3 li span {
				width: 20%;
				height: 42px;
				overflow: hidden;
				float: right;
				text-align: right;
				font-size: 14px;
				color: #666;
				display: block;
			}
/*新闻结束*/

/*底部开始*/
.footer {
				padding: 50px 0;
				width: 100%;
				background: #272727;
			}
			
			.footer_l {
				width: 30%;
			}
			
			.footer_l h3,
			.footer_l h4,
			.footer_m h3,
			.footer_m h4,
			.footer_r h3,
			.footer_r h4 {
				font-weight: normal;
				font-size: 20px;
				padding-bottom: 10px;
				color: #fff;
			}
			
			.footer_l h4,
			.footer_m h4,
			.footer_r h4 {
				position: relative;
			}
			
			.footer_l h4:after,
			.footer_m h4:after,
			.footer_r h4:after {
				content: '';
				position: absolute;
				bottom: -2px;
				left: 0;
				background: #fff;
				width: 15%;
				height: 1px;
			}
			
			.footer_l h2 {
				font-size: 30px;
				padding-top: 10px;
				color: #fff;
			}
			
			.footer_l p {
				color: #808080;
				font-size: 18px;
				line-height: 30px;
			}
			
			.footer_m,
			.footer_r {
				width: 35%;
				border-left: 1px solid #808080;
				box-sizing: border-box;
				padding-left: 50px;
			}
			
			.footer_m h2 {
				color: #808080;
				line-height: 30px;
				font-size: 18px;
			}
			
			.footer_m_img {
				width: 100%;
			}
			
			.footer_m_img img {
				display: inline-block;
				width: 23%;
				margin: 2% 4% 0 0;
			}
			
			.footer_r .mes_mes{
				margin-top: 20px;
			}
			.footer_r .yzm,.footer_r .btn_div{
				margin-top: 10px;
			}
			.footer_r .mes_mes .G_textarea,.footer_r .yzm .i_yzm,.footer_r .btn {
				width: 100%;
				height: 55px;
				line-height: 55px;
				text-indent: 2em;
				font-size: 18px;
			}
			.footer_r .yzm{
				position: relative;
			}
			.footer_r .yzm img{
				position: absolute;
				right: 10px;
				bottom: 16%;
				cursor:pointer;
			}
			.footer_r .btn {
				background: #5A5A5A;
				color: #fff;
				font-size: 18px;
			}
			.copyright{
				width: 100%;
				background: #111111;
				/*height: 40px;*/
			}
			.copyright_m{
				width: 100%;
				margin: 0 auto;
			}
			.copyright p,.copyright span,.copyright i{
				line-height: 40px;
				color: #808080;
				float: left;
				width: 33.33%;
				box-sizing: border-box;
				
			}
			.copyright p{
				padding-right: 2%;
				text-align: right;
				
			}
			.copyright span{
				text-align: center;
			}
			.copyright i{
				
				padding-left: 2%;
				text-align: left;
				font-style: normal;
			}
/*底部结束*/




.part2_l .p {
	height: 66px;
	overflow: hidden;
}

.part2_l .tit .time {
	width: 19%;
}


/*新增底部*/





/*底部*/

.hcontact {
	position: relative;
	background: url(../img/contactbg.jpg) no-repeat center top;
}

.hcontact .contact_con {
	padding-top: 30px;
	box-sizing: border-box;
}

.contact_l {
	width: 55%;
	padding-left: 20px;
	box-sizing: border-box;
}

.contact_l .hcatit {
	margin-top: 0;
}


/*留言*/

.hd_form {
	position: relative;
}

.hd_form img {
	position: absolute;
	top: 70%;
	right: 10px;
}

.hd_form input {
	box-sizing: border-box;
	border: 1px solid #a4a49e;
	height: 42px;
	padding: 5px;
	font-size: 18px;
	width: 100%;
	background: inherit;
	margin-top: 10px;
	outline: none;
	color: #565651;
	background: #fff;
}

.hd_form textarea {
	box-sizing: border-box;
	border: 1px solid #a4a49e;
	height: 135px;
	padding: 5px;
	font-size: 18px;
	width: 100%;
	background: inherit;
	margin-top: 10px;
	outline: none;
	color: #565651;
	background: #fff;
	font-family: "微软雅黑";
}

.hd_form_btn {
	width: 160px;
	background: #AE0002;
	font-size: 18px;
	color: #ffffff;
	border: none;
	text-align: center;
	padding: 10px 0;
	margin-top: 40px;
	cursor: pointer;
}

.hd_form_btn:hover {
	opacity: 0.6;
}

.erinp {
	float: left;
	width: 49.5%;
	margin: 0 1% 0 0;
}

.erinp2 {
	margin-right: 0;
}

.contact_r {
	width: 100%;
	padding-top: 50px;
	text-align: center;
	box-sizing: border-box;
}

.contact_r p {
	display: inline-block;
	width: 24.6%;
	box-sizing: border-box;
	border: 1px dashed #a3a3a3;
	background-size: 100% 100%;
	margin-top: 15px;
	padding: 30px 0;
	text-align: left;
	font-size: 20px;
}

.contact_r p span {
	display: block;
	padding: 15px 15px 15px 65px;
}

.ctp1 {
	background: url(../img/ctp1.png) no-repeat 15px center;
}

.ctp2 {
	background: url(../img/ctp2.png) no-repeat 15px center;
}

.ctp3 {
	background: url(../img/ctp3.png) no-repeat 15px center;
}

.ctp4 {
	background: url(../img/ctp4.png) no-repeat 15px center;
}

.botcopy {
	padding: 10px 0;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.botcopy p {
	text-align: left;
}

.botcopy a {
	color: #999;
}

.botcopy a:hover {
	text-decoration: underline;
}


/*内页开始*/

.inbaner {
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
	    margin-top: 45px;
	padding-top: 5%;
	box-sizing: border-box;
}

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

.inbaner h2 {
	text-align: center;
	color: #666;
	font-size: 30px;
	font-weight: 600;
	width: 260px;
	height: 150px;
	background: rgba(255, 255, 255, 0.75);
	margin: 0 auto;
	padding-top: 40px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}

.inbaner h2 em {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #AE0002;
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
}

.ibread {
	border-bottom: 1px solid #ddd;
	line-height: 56px;
}

.ibread h2 {
	background: url(../img/calogo.png) no-repeat left center;
	background-size: 3%;
	padding-left: 36px;
	line-height: 45px;
}

.ibread h2 span {
	color: #888;
	font-weight: normal;
	font-size: 16px;
	padding-left: 5px;
	font-family: arial;
	padding: 0 10px;
}

.ibread_r {
	width: 22%;
}

.ibread p {
	background: url(../img/mbicon.png) no-repeat left center;
	padding-left: 20px;
}

.ibread_l {
	width: 78%;
}

.ibreaul li {
	float: left;
	width: 12%;
	text-align: center;
	position: relative;
	font-size: 20px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}

/* .ipiclist .ibreaul li {
	width: 15%;
} */

.ibreaul li:before {
	content: "";
	position: absolute;
	right: -8px;
	top: 20px;
	width: 15px;
	height: 5px;
	border-bottom: 1px solid #AE0002;
	border-top: 1px solid #AE0002;
	background: #eee;
	border-radius: 0 3px 3px 0;
}

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

.ibreaul li:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 2px;
	background: transparent;
}

.ibreaul li:hover a {
	color: #AE0002;
}

.ibreaul li:hover:after {
	width: 100%;
	transition: .6s;
	background: #AE0002;
}

.erselecd {
	color: #AE0002;
	border-bottom: 2px solid #AE0002;
	font-weight: bold;
}

.icontxt {
	line-height: 1.8em;
	color: #666666;
}

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

.ifootbox {
	position: relative;
	background: #efefef;
	border-top: 1px solid #aaa;
	margin-top: 20px;
}

.ifootbox .botcopy p {
	color: #ddd;
}

.ifoot_con {
	height: 300px;
}

.ifootbox .botcopy {
	position: inherit;
}

.blogo {
	border-right: 1px solid #aaa;
	padding-right: 30px;
	width: 16%;
}

.blogo p {
	text-align: center;
}

.blogo p img {
	display: block;
}

.blogo p span {
	display: block;
	color: #1b1b1d;
}

.bqrimg {
	width: 150px;
	height: 150px;
	margin: 15px auto 10px;
	border: 1px solid #aaa;
}

.bcenter {
	width: 56%;
	margin-left: 35px;
	border-right: 1px solid #aaa;
}

.bcenter ul {
	float: left;
	width: 20%;
	text-align: center;
}

.bcenter ul h2 {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	background: url(../img/bline.png);
	padding: 10px 0;
	position: relative;
}

.bcenter ul h2:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 2px;
	background: #AE0002;
}

.bcenter ul li {
	height: 42px;
	line-height: 42px;
	background: url(../img/you.png) no-repeat 20px center;
}

.bright {
	width: 22%;
}

.bright h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}

.bright h2:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 2px;
	background: #AE0002;
}

.bright h2 i {
	text-transform: capitalize;
	color: rgba(174, 0, 2, 0.42);
	font-size: 30px;
}

.bright p {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	text-align: left;
	font-size: 16px;
	color: #807f7f;
}

.bright p span {
	display: block;
	padding: 5px 5px 5px 55px;
}


/*页码*/

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

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

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

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

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

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

.ttongz_con dl {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}

.ttongz_con dl:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	background: transparent;
}

.ttongz_con dl dt {
	float: left;
	width: 85%;
	padding-right: 50px;
	box-sizing: border-box;
}

.ttongz_con dl dt span {
	font-size: 20px;
	font-weight: bold;
	color: #999;
}

.ttongz_con dl dt h3 {
	color: #353535;
	font-size: 20px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ttongz_con dl dt p {
	color: #666;
	font-size: 18px;
	margin-top: 10px;
	height: 46px;
	line-height: 1.6;
	overflow: hidden;
}

.ttongz_con dl dd {
	float: right;
	width: 15%;
	text-align: right;
	padding-top: 15px;
	height: 120px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

.ttongz_con dl dd i {
	font-style: normal;
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #eee;
	margin-top: 10px;
	text-align: center;
	float: right;
	border-radius: 5px;
}

.ttongz_con dl:hover i {
	color: #fff;
	background: #AE0002;
	transition: .3s;
}

.ttongz_con dl:hover h3 {
	color: #AE0002;
}

.ttongz_con dl:hover:after {
	width: 100%;
	background: #AE0002;
	transition: 1s;
}


/*在线留言*/

.iliuyan_con .hcatit {
	margin-top: 0;
}

.hcah2 h2{
	font-size:30px;
	
}

.hcah2 h2 i{
	font-style:normal;
}

.hcah2 b{
	font-weight:normal;
}

.iliuyan_con .hd_form input,
.iliuyan_con .hd_form textarea {
	border: 1px solid #e4e4e4;
	background: #f6f6f6;
}

.iliuyan_con {
	text-align: center;
}


/*放大镜*/

.ifdj_con li {
	width: 24.2%;
	margin: 0 1% 1% 0;
	float: left;
	box-sizing: border-box;
	background: #f8f8f8;
	border: 1px solid #eee;
}

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

.ifdj_con li p {
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535353;
	font-size: 20px;
	background: url(../img/fdy1.png) no-repeat 95% center;
}

.ifdj_con li:hover p {
	color: #fff;
	background: #AE0002 url(../img/fdy2.png) no-repeat 95% center;
}

.ifdj_img {
	width: 100%;
	height: 382px;
	overflow: hidden;
	position: relative;
}

.ifdj_img .ibig_img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

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

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

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

.lightBox-popup {}

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

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

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

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

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

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

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

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

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

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

.lightBox-description .btn-position {
	float: right;
	position: relative;
	width: 100px;
	height: 40px;
}
/*主营业务、产品*/

.hpro_box {
	background: url(../img/hprobg.jpg) no-repeat center top;
}

.hpro_box .htitle {
	padding-bottom: 0;
}

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

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

.hpro_cate li .hpro_img {
	width: 100%;
	height: 384px;
	overflow: hidden;
}

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

.hpro_cate .hpro_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30%;
	box-sizing: border-box;
}

.hpro_cate li p {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
}

.hpro_cate li:hover .hpro_info {
	padding: 0;
	height: 42px;
	top: auto;
	bottom: 0;
	transition: .6s;
	background: rgba(174, 0, 2, 0.84);
}



/*案例展示1*/

.icaseul_li {
	float: left;
	width: 23.5%;
	margin: 0.5% 1%;	
}

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

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



.icalig_txt {
	padding: 20px 10px 0;
	color: #666666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-align: justify;
}

.icalig_txt p {
	height: 48px;
	color: #666;
	overflow: hidden;
}



.icaseul_li:hover h1 {
	background: rgba(45, 67, 88, 0.8);
	color: #fff;
}

.icaseli_img a {
	margin-top: 23px;
	border-color: #fff;
	color: #fff;
}

.icaseli_img h1 a:nth-child(1) {
	color: #333;
}

.icaseul_li:hover .icaseli_img h1 a:nth-child(1) {
	color: #fff;
}

.icaseli_img span {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icaseli_img {
	height: 444px;
	position: relative;
}

.icaseli_img .icalig_pic {
	height: 372px;
	overflow: hidden;
	
}
.icaseli_img .icalig_pic img{
	width:100%;
	height:372px;
	    object-fit: cover;
}

.icaseli_img h1 {
	background:#fff;
	height: 72px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
	line-height: 72px;
	font-weight: normal;
	font-size: 18px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icaseli_img a {
	margin-top: 23px;
	border-color: #fff;
	color: #fff;
}

.icaseli_img h1 a:nth-child(1) {
	color: #333;
}

.icaseul_li:hover .icaseli_img h1 a:nth-child(1) {
	color: #fff;
}



.icaseul_li:hover h1 {
	background: #AE0002;
	color: #fff;
	transition: .3s;
}

.icalig_btn {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #ffff;
	color: #fff;
	margin-left: 5px;
	margin-top: 20px;
}
/*案例展示*/

.hca_ul li {
	width: 450px;
	float: left;
	margin: 0 8px;
}

.hca_info {
	height: 157px;
	color: #fff;
	padding: 12px 8px 0;
	position: relative;
}

.hca_info h3 {
	font-size:20px;
	line-height: 60px;
	position: relative;
}

.hca_info h3:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 5px;
	right: 0;
	margin: auto;
	background: #fff;
}

.hca_info p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-align: left;
	margin: 17px 0 22px;
	color:#cea8a9;
}

.hca_ul li .hca_info {
	background: rgba(174, 0, 2, 0.95);
}

.hca_ul li .hca_info::after {
	position: absolute;
	top: -15px;
	left: 47%;
	content: '';
	width: 0;
	height: 0;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #aa0607;
}

.hca_img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.hca_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hca_ul li:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.ipicnew_con .hca_ul li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
}

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

.ipicnew_con .hca_img {
	height: 384px;
}

.ipicnew_con li .hca_info {
	padding: 10px 16px 0;
	height: 175px;
}

.ipicnew_con li .hca_info span {
	background: url(../img/time.png) no-repeat left center;
	padding-left: 20px;
}

.ipicnew_con li .hca_info h3:after {
	height: 3px;
}

.ipicnew_con li .hca_info p {
	margin-bottom: 17px;
	color: #ddd;
}

.ipicnew_con .hca_ul li .hca_info {
	background: rgb(161, 161, 161);
}

.ipicnew_con .hca_ul li .hca_info::after {
	border-color: transparent transparent #a1a1a1;
}

.ipicnew_con .hca_ul li:hover .hca_info {
	background: #AE0002;
	transition: .3s;
}

.ipicnew_con .hca_ul li:hover .hca_info::after {
	border-color: transparent transparent #AE0002;
	transition: .3s;
}
.ipicnew_con .hca_ul li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
}

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


.ipicnew_con li .hca_info {
	padding: 10px 16px 0;
	height: 175px;
}

.ipicnew_con li .hca_info span {
	background: url(../img/time.png) no-repeat left center;
	padding-left: 20px;
}

.ipicnew_con li .hca_info h3:after {
	height: 3px;
}

.ipicnew_con li .hca_info p {
	margin-bottom: 17px;
	    color: #ddd;
}

.ipicnew_con .hca_ul li .hca_info {
	background: rgb(161, 161, 161);
}

.ipicnew_con .hca_ul li .hca_info::after {
	border-color: transparent transparent #a1a1a1;
}

.ipicnew_con .hca_ul li:hover .hca_info {
	background: #AE0002;
	transition: .3s;
}

.ipicnew_con .hca_ul li:hover .hca_info::after {
	border-color: transparent transparent #AE0002;
	transition: .3s;
}

/*图片列表*/

.ipicli_con li {}

.ipicli_con .hpro_info {
	text-align: center;
	padding: 0;
	height: 55px;
	top: auto;
	bottom: 0;
}

.ipicli_con li:hover .hpro_info {
	height: 100%;
	top: auto;
	bottom: 0;
	padding: 25% 2%;
	text-align: center;
}


/*新闻详情*/

.inwde_tit {
	text-align: center;
}

.inwde_tit h2 {
	font-size: 30px;
}

.inwde_tit p {
	text-align: center;
	margin: 25px auto 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	color: #888;
}

.inwde_tit p span {
	padding: 0 25px;
}

.inwde_tit p a {
	float: right;
	display: block;
	width: 130px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #AE0002 url(../img/return.png) no-repeat 15px center;
	padding-left: 20px;
}

.inwde_tit p a:hover {
	opacity: 0.8;
	transition: .3s;
}

.updown {}

.updown p {
	color: #565656;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
	width: 48%;
	background: #eee url(../img/you.png) no-repeat 10px center;
	padding-left: 35px;
	box-sizing: border-box;
}

.updown p span {
	float: left;
}

.updown p a {
	color: #565656;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
}

.updown p:hover {
	border-bottom: 1px solid #AE0002;
	transition: .3s;
}

.updown p:hover a {
	color: #AE0002;
}

.irelnwbox {
	background: #f6f6f6;
	padding: 30px 0;
	margin-top: 30px;
}

.ireltit {
	position: relative;
	text-align: center;
}

.ireltit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 1px;
	background: #aaa;
	z-index: 1;
}

.ireltit dl {
	display: inline-block;
	padding: 0 35px;
	line-height: 35px;
	position: relative;
	text-transform: uppercase;
	background: #f6f6f6;
	z-index: 9;
}

.ireltit dl:before,
.ireltit dl:after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 70px;
	background: #aaa;
}

.ireltit dl:before {
	left: 0;
}

.ireltit dl:after {
	right: 0;
}

.ireltit dt {
	font-size: 30px;
	color: #333;
}

.ireltit dd {

	color: #999;
}

.inwtxtli_con li {
	width: 32.6%;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
	background: #f5f5f5;
	padding: 8px 10px;
	box-sizing: border-box;
}

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

.inwtxtli_con li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}

.inwtxtli_con li a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border: 3px solid #AE0002;
	border-radius: 50%;
}

.inwtxtli_con li span {
	display: block;
	color: #8a8a8a;
	padding-left: 20px;
	margin-top: 10px;
	background: url(../img/time2.png) no-repeat left center;
}

.inwtxtli_con li:hover a {
	color: #AE0002;
}

.inwtxtli_con li:hover a:before {
	transform: rotate(180deg);
	transition: .6s;
}

.inwtxtli_con li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 1px;
	background: transparent;
}

.inwtxtli_con li:hover:after {
	width: 100%;
	transition: .6s;
	background: #AE0002;
}

.ipaim2_con dl {
	width: 48%;
	margin: 1%;
	float: left;
	background: #f9f9f9;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.ipaim2_con dl dt {
	float: left;
	width: 50%;
	height: 222px;
	overflow: hidden;
	position: relative;
}

.ipaim2_con dl dt img {
	width: 100%;
	display: block;
	height: 100%;
}

.ipaim2_con dl dd {
	float: right;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.ipaim2_con dl dd h3 {
	margin-bottom: 10px;
}

.ipaim2_con dl dd em {
	display: block;
	width: 35px;
	height: 2px;
	background: #AE0002;
	margin-bottom: 40px;
}

.ipaim2_con dl dd p {
	color: #666;
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
}

.ipaim2_con dl:hover em {
	width: 70%;
	transition: .5s;
}

.ipaim2_con dl:hover img {
	transform: scale(1.1);
	transition: 1s;
}

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

.ipaim2_con dl:hover .ipmpanel {
	top: 0;
	transition: .6s;
}


/*产品详情*/

.iprode_tit dl {
	background: #fff;
}

.iprode_tit:after,
.iprode_tit dl:before,
.iprode_tit dl:after {
	background: #d7d7d7;
}

.iprode_tit dt {
	font-size: 30px;
}

.iprode_tit {
	margin-top: 30px;
}

.iprod_top {
	background: #f9f9f9;
}


/*图片放大镜*/

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.inhon_ul {
	cursor: move;
	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: 750px;
	max-width: none;
	height: auto !important;
	display: block;
}

.jqzoom {
	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;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.iprode_info {
	width: 66%;
	padding: 30px;
	box-sizing: border-box;
}

.iprode_info h2 {
	font-size:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}

.iprode_info h2:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -10px;
	width: 18px;
	height: 18px;
	border: 2px solid #AE0002;
	border-radius: 50%;
}

.iprode_info li {
	margin-bottom: 10px;
	line-height: 35px;
	font-size: 18px;
	color: #777;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 20px;
	background: url(../img/you1.png) no-repeat left center;
	box-sizing: border-box;
}

.iprode_info li i {
	font-weight: bold;
	font-style: normal;
	color: #888;
}

.iprode_info li a {
	display: inline-block;
	margin: 0 10px;
	padding: 0px 10px;
	border: 1px dashed #ccc;
	margin-bottom: 1%;
}

.iprode_info li.iprod_txt {
	height: 110px;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	background: none;
}

.iprode_info ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.iprod_lx a {
	display: block;
	margin: 20px 0;
}

.iprod_lx .iprod_btn {
	color: #fff;
	background: #ae0002;
	width: 25%;
	text-align: center;
	height: 55px;
	line-height: 55px;
}

.iprod_lx .iprod_btn:hover {
	opacity: 0.6;
	transition: .6s;
}

.iprod_lx .iprod_tel {
	font-size: 30px;
	color: #AE0002;
	font-weight: bold;
	line-height: 36px;
	background: url(../img/toptel.png) no-repeat left center;
	padding-left: 40px;
	padding-top: 3px;
}

.irelprobox {
	background: #f7f7f7;
	margin-top: 30px;
}

.irelprobox .ireltit dl {
	background: #f7f7f7;
}

.iabtoj_l {
	width: 48%;
	background: url(../img/iabtol.png) no-repeat center 85%;
}

.iabtoj_l_t {
	margin-bottom: 20px;
}

.iabtoj_l_t h2 {
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #AE0002;
	float: left;
}

.iabtoj_l_t h2 i {
	font-size: 22px;
	font-style: normal;
	display: block;
	color: #666;
}

.iabtoj_l_t p {
	float: right;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #aaa;
	border-radius: 18px;
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}

.iabtoj_l_t p a {
	display: block;
	color: #aaa;
}

.iabtoj_l_t p:hover {
	background: #AE0002;
	transition: .3s;
	border: 1px solid #AE0002;
}

.iabtoj_l_t p:hover a {
	color: #fff;
}

.iabtoj_l_txt {
	color: #666;
	line-height: 1.6;
	height: 256px;
	overflow: hidden;
}

.iabtoj_img {
	width: 50%;
	position: relative;
}

.iabtoj_img img {
	width: 100%;
	position: relative;
	z-index: 9;
}

.iabtkuai {
	width: 360px;
	height: 150px;
	background: #AE0002;
	z-index: 0;
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.iabt_cul {
	padding: 50px 0;
	background: url(../img/hcabg.jpg) no-repeat center center;
	margin-top: 50px;
}

.iabt_cul .ireltit dl {
	background: #f9f9f9;
}

.iabt_cul .ireltit dl dt {
	font-size: 38px;
	color: #666;
}

.ireltit dl:before,
.ireltit dl:after {
	width: 1px;
}

.iabt_cul_c {
	margin-top: 60px;
}

.iabt_cul_c li {
	width: 32.6%;
	height: 280px;
	background: #ffe5e5;
	float: left;
	margin-right: 1%;
	margin-bottom: 70px;
	padding: 88px 30px 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

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

.iabt_cul_c li:nth-child(odd) {
	background: #f5f5f5;
}

.iabt_culc_img {
	width: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
	position: absolute;
	height: 110px;
	border-radius: 50%;
	background: #DF0303;
}

.iabt_cul_c li p {
	line-height: 28px;
	color: #414141;
	font-size: 16px;
	margin: 23px 0 0;
	text-align: left;
}

.iabt_cul_c li:hover img {
	transform: rotate(90deg);
	transition: .3s;
}

.iabt_tz {
	background: url(../img/fh2bg.jpg)
}

.iabtz_tit {
	text-align: center;
	font-size: 38px;
}

.iabt_bxx img {
	width: 100%;
}


/* 相关新闻右 */

.inwde_con_l {
	width: 75%;
}

.irelnwd {
	width: 23%;
	border: 1px solid #eee;
	padding: 10px;
	box-sizing: border-box;
	background: #f8f8f8;
}

.irelnwdr_tit {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
	font-size: 26px;
}

.irelnwdr_tit:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #AE0002;
}

.irelnwdr_tit a {
	float: right;
	border: 1px solid #666;
	color: #666;
	border-radius: 8px;
	padding: 2px 10px;
	margin-bottom: 15px;
}

.irelnwd li {
	width: 100%;
	background: #eee;
}

.irelnwdr_tit a:hover {
	color: #AE0002;
	border: 1px solid #AE0002;
}

.irelnwd li a {
	font-weight: 300;
	color: #333;
}

.O_Case {
				width: 100%;
				background: url(../img/youshi_bg.jpg);
				padding:30px 0 15px 0;
			}
			
			.picMarquee-left {
				overflow: hidden;
				position: relative;
				/*border: 1px solid #ccc;*/
				width: 90%;
				height: 570px;
				margin: 0 auto;
				padding-bottom: 10px;
			}
			
			.O_Case .publictitle .pb_title{
				color:#333;
				border-bottom:1px solid #a19d9d;
			}
			.O_Case .publictitle .pb_title:after{
				content: '';
	            position: absolute;
	            bottom: -3px;
				left:45%;
	            background: #f1742f;
	            width: 10%;
	            height: 3px;
			}
			.O_Case .publictitle .sub_title{
				
			} 
			
			.picMarquee-left .bd {
				/*padding: 10px;*/
			}
			
			.picMarquee-left .bd ul {
				overflow: hidden;
				zoom: 1;
			}
			
			.picMarquee-left .bd ul li {
				width: 24.5%;
				margin: 0.5% 0.5% 1% 0;
				float: left;
				_display: inline;
				overflow: hidden;
				text-align: center;
			}
			
			.picMarquee-left .bd ul li .pic {
				text-align: center;
			}
			
			.picMarquee-left .bd ul li .pic img {
				width: 100%;
				height: 384px;
				display: block;
				object-fit:cover;
			}
			.picMarquee-left .bd ul li .pic p{
				font-size:20px;
				line-height:55px;
				background:#fff;
				padding:0 8px;
				overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
			}
			
			.picMarquee-left .bd ul li .pic a:hover img {
				border-color: #999;
			}
			
			.tubiao {}
			
			.tubiao li {
				float: left;
				width: 15%;
				margin: 1%;
			}
			
			.tubiao li:first-child {
				margin-left: 0;
			}
			
			.tubiao li:nth-child(6) {
				margin-right: 0;
			}
			
			.tubiao li img {
				margin-right: 5%;
				width: 50px;
				float: left;
			}
			
			.tubiao li h3,
			.tubiao li p {
				color: #999;
				line-height: 25px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			
			.tubiao li h3 {
				font-size: 20px;
				font-weight: bold;
			}
			
			.tubiao li p {
				font-size: 18px;
			}
@media screen and (max-width: 1920px) {
	html,body {font-size: 16px;}
	
	.publictitle .pb_title,.home_4 .title p:first-child{font-size:34px;}
	
	.zil,.sok span,.m8_m .xnav p b,.O_about_cont h2, .O_about_cont h3{font-size:24px;}
	
	.fz2_phone,.home_41>.content .left .tit,.telBtn span,.footer_l h2{font-size:22px;}
	
	.dh-box .wrap a .te,#product .product_span a,#product .p_ul p,.m8_l dl dd .tz,.m8_l ul li a,.m8_r .bd ul dl dd h3,.m8_r .news3 li a,.picMarquee-left .bd ul li .pic p,.tubiao li h3,.footer_l h3, .footer_l h4, .footer_m h3, .footer_m h4, .footer_r h3, .footer_r h4{font-size:18px;}
	
	.nav em,.np span,.npa a,.zil span,.sok1,.menu .two_nav p a,.m8_l dl p,.m8_r .bd ul dl dd p,.O_about_cont p,.tubiao li p,.home_4 .title p:last-child,.home_41>.content .left .txt,.telBtn,.telBtn a,.footer_l p,.footer_m h2,.footer_r .mes_mes .G_textarea, .footer_r .yzm .i_yzm, .footer_r .btn{font-size:16px;}
	
	.m8_l ul li span{font-size:15px;}
	
	#product .product_span a,#product .p_ul p,.m8_r .news3 li,.m8_l ul li,.footer_r .mes_mes .G_textarea, .footer_r .yzm .i_yzm, .footer_r .btn{height:50px;line-height:50px;}
	
	.m8_r .news3 li a,.m8_l ul li a{height:50px;}
	.picMarquee-left .bd ul li .pic p{line-height:50px;}
	
	.head{height:140px;}
	
	.top{height:99px;}
		
	.logo img{height:76px;}
	
	.logo{margin-top:7px;}
	
	.zil{padding:15px 0 0 25px;}
	
	.sous{padding-top:15px;}
	
	.sok img{height:27px;}
	
	.menu{height:65px;top: 140px;}
	
	.menu li a{line-height:65px;font-size: 18px;}
	
	.banner {position: relative;margin-top: 65px;}
	
	.menu .two_nav p{height:65px;line-height:65px;}
	
	.banner .slider{height:900px;}
	
	#product .p_ul .s_img,.picMarquee-left .bd ul li .pic img{height:286px;}
	
	.m8_r .bd ul dl dd p{line-height:25px;-webkit-line-clamp:5;height:123px;}
	
	.m8_l dl dt{height:415px;}
	
	.m8_r .bd ul dl dt{height:190px;}
	
	.picMarquee-left{height:460px;padding-bottom: 12px;}
	/*内页开始*/
	.inbaner{height:300px;margin-top: 65px;}
	
	.inbaner{padding-top:4%;}
	
	.inbaner h2,.iprode_info h2,.iprode_tit dt,.ireltit dt,.inwde_tit h2,.hcah2 h2{font-size:24px;}
	
	.iprod_lx .iprod_tel,.irelnwdr_tit{font-size:22px;}
	
	.ibreaul li,.hpro_cate li p,.hca_info h3,.inwtxtli_con li a,.ttongz_con dl dt span,.ttongz_con dl dt h3,.ifdj_con li p{font-size:18px;}
	
	.iprode_info li,.ttongz_con dl dt p,.hd_form input,.hd_form textarea,.hd_form_btn{font-size:16px;}
	
	.hpro_cate li p,.iprod_lx .iprod_btn,.icaseli_img h1,.ifdj_con li p{height:50px;line-height:50px;}
	
	.hpro_cate li .hpro_img,.ipicnew_con .hca_img,.ifdj_img{height:286px;}
	
	.iprode_info{width:55%;}
	
	.icaseli_img .icalig_pic img,.icaseli_img .icalig_pic{height:279px;}
	
	.icaseli_img{height:329px;}
	
	.icalig_btn{margin-top:10px;}
	
}

@media (min-width: 1680px) {
	.htitle {
		/*margin-bottom: 60px;
		margin-top: 180px;*/
	}
	.hcatit {
		margin-top: 220px;
	}
	.hca_con {
		padding-top: 80px;
	}
	.hnewcon {
		padding-top: 0;
	}
	.hnewcon .hnew_l {
		width: 45%;
	}
	.hnewbox .hnew_r {
		width: 53%;
	}
	.hnewcon .hnew_l dl .hnewdl_img {
		height: 280px;
	}
	.hnewcon .hnew_l ul li .hnewli_img {
		height: 218px;
	}
	.hnew_r dl dt {
		width: 30%;
		height: 160px;
	}
	.hnew_r dl dd {
		width: 70%;
		height: 160px;
	}
	.hnew_r dl dd p {
		margin: 18px 0;
	}
	.hcontact .contact_con {
		padding-top: 320px;
	}
	.contact_r {
		padding-top: 100px;
	}
	.hnew_r dl dd p {
		height: 50px;
		line-height: 1.6;
		margin: 5px 0 20px;
	}
}

@media screen and (max-width: 1600px) {
	html,body {font-size: 15px;}
	
	.zil,.sok span,.m8_m .xnav p b,.O_about_cont h2, .O_about_cont h3{font-size:22px;}
	
	.fz2_phone,.home_41>.content .left .tit,.telBtn span,.footer_l h2{font-size:20px;}
	
	.dh-box .wrap a .te,#product .product_span a,#product .p_ul p,.m8_l dl dd .tz,.m8_l ul li a,.m8_r .bd ul dl dd h3,.m8_r .news3 li a,.picMarquee-left .bd ul li .pic p,.tubiao li h3,.footer_l h3, .footer_l h4, .footer_m h3, .footer_m h4, .footer_r h3, .footer_r h4{font-size:16px;}
	
	.nav em,.np span,.npa a,.zil span,.sok1,.menu .two_nav p a,.m8_l dl p,.m8_r .bd ul dl dd p,.O_about_cont p,.tubiao li p,.home_4 .title p:last-child,.home_41>.content .left .txt,.telBtn,.telBtn a,.footer_l p,.footer_m h2,.footer_r .mes_mes .G_textarea, .footer_r .yzm .i_yzm, .footer_r .btn{font-size:15px;}
	
	.m8_l ul li span{font-size:14px;}
	
	#product .product_span a,#product .p_ul p,.m8_r .news3 li,.m8_l ul li,.footer_r .mes_mes .G_textarea, .footer_r .yzm .i_yzm, .footer_r .btn{height:45px;line-height:45px;}
	
	.m8_r .news3 li a,.m8_l ul li a{height:40px;}
	.picMarquee-left .bd ul li .pic p{line-height:40px;}
	
	.head{background-position-y: -10px; height: 130px;}
	
	.np{line-height: 40px;}
	
	.top{height:79px;}
	
	.sok img {height: 25px;}
	
	.menu li a{font-size:17px;}
	
	.menu li a{line-height:55px;}
	
	.menu{height:55px;top: 130px;}
	
	.banner {margin-top: 55px;}
	
	.banner .slider{height:750px;}
	
	#product .p_ul .s_img,.picMarquee-left .bd ul li .pic img{height:235px;}
	
	.O_about_cont .one_p{margin-top:20px;line-height:25px;}

	.O_about_more{margin-top:10px;}
	
	.home_41>.content .left .sNumber{font-size:30px;}
	
	.picMarquee-left{height:390px;padding-bottom: 17px;}
	
	.O_about_cont p{line-height:25px;}

	
	/*内页开始*/
	
	.inbaner{height:250px;    margin-top: 55px;}
	
	.inbaner h2{padding-top:20px;width: 200px;height: 100px;}
	
	.inbaner h2 em{top:60px;}
	
	.inbaner h2,.iprode_info h2,.iprode_tit dt,.ireltit dt,.inwde_tit h2,.hcah2 h2{font-size:22px;}
	
	.iprod_lx .iprod_tel,.irelnwdr_tit{font-size:20px;}
	
	.ibreaul li,.hpro_cate li p,.hca_info h3,.inwtxtli_con li a,.ttongz_con dl dt span,.ttongz_con dl dt h3,.ifdj_con li p,.icaseli_img span{font-size:16px;}
	
	.iprode_info li,.ttongz_con dl dt p,.hd_form input,.hd_form textarea,.hd_form_btn{font-size:15px;}
	
	.hpro_cate li p,.iprod_lx .iprod_btn,.icaseli_img h1,.ifdj_con li p,.nav{height:40px;line-height:40px;}
	
	.hpro_cate li .hpro_img,.ipicnew_con .hca_img,.ifdj_img{height:239px;}
	
	.ipicli_con .hpro_info{height:45px;}
	
	.iprode_info{width:45%;}
	
	.hca_info h3{line-height:45px;}
	
	.ipicnew_con li .hca_info p{margin-bottom:7px;}
	
	.hca_info p{margin:7px 0 22px;}
	
	.ipicnew_con li .hca_info{height:145px;}
	
	.menu .two_nav p{height:55px;line-height:55px;}
	
	 .icaseli_img .icalig_pic img,.icaseli_img .icalig_pic{height:232px;}
	
	.icaseli_img{height:272px;}
	
	.icalig_txt{padding:10px 10px 0;}
	
}

@media screen and (max-width: 1440px) {
	.banner .slider{height:675px;}
	
	#product .product_span a{width:180px;}
	
	#product .p_ul .s_img, .picMarquee-left .bd ul li .pic img{height:211px;}
	
	.m8_l ul li a{width:70%;}
	
	.m8_l ul li span{width:25%;}
	
	.hpro_cate li .hpro_img, .ipicnew_con .hca_img, .ifdj_img{height:214px;}
	
	.inbaner{height:215px;}
	
	.iprode_info {width: 39%;}
	
	.icaseli_img{height:248px;}
	
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:208px;}
	
	.picMarquee-left{height:380px;padding-bottom:0;}
}

@media screen and (max-width:1400px) {
	.htitle {
		margin-top: 0;
		padding: 30px 0 0;
	}
	.htitle img {
		top: 15px;
	}
	.section {
		padding-bottom: 30px;
	}
	.habbox {
		min-height: 640px;
	}
	.hcatit {
		margin-top: 0;
		padding-top: 30px;
	}
	.hca_info {
		height: 157px;
		padding: 8px 8px 0;
		box-sizing: border-box;
	}
	.hca_info p {
		margin: 17px 0 10px;
	}
	.hnewcon .hnew_l ul li .hnewli_img {
		height: 183px;
	}
	.hcontact .contact_con {
		padding-top: 0;
	}
	.hcontact {
		background: #282828;
		padding-bottom: 0;
	}
	.hcontact .botcopy {
		position: relative;
		margin-top: 30px;
	}
	.contact_r {
		padding-top: 120px;
	}
	
}

@media screen and (max-width:1360px) {
	
	.sok1 a{margin:0;}
	.banner .slider{
		height:638px;
	}
	#product .product_span a{width:170px;}
	
	#product .p_ul .s_img, .picMarquee-left .bd ul li .pic img{height:198px;}
	
	.copyright_m{width:100%;}
	
	.hpro_cate li .hpro_img, .ipicnew_con .hca_img, .ifdj_img{height:202px;}
	
	.inbaner {height: 200px;}
	
	.iprode_info{width:35%;}
	
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:197px;}
	
	.icaseli_img{height:237px;}
	
	.picMarquee-left{height:370px;}
}

@media screen and (max-width:1280px) {
	.sous{width:35%;}
	.banner .slider{height:600px;}
	.inbaner {
    height: 190px;
}
	#product .product_span a{width:160px;}
	
	.iprode_info{width:31%;}
	
	.ibread_l {
    width: 76%;
}

.ibread_r {
    width: 24%;
}
}

@media (max-width: 959px) {
	html,
	body {
		min-width: 660px;
		max-width: 660px;
		overflow-x: hidden;
	}
	.mainb {
		width: 98%;
	}
	/*头部*/
	.head .mainb {
		width: 98%;
		margin: 0 auto;
	}
	.head {
		height: 128px;
	}
	.top {
		height: 90px;
	}
	.np {
		width: 35%;
		float: right;
	}
	.npa {
		display: none;
	}
	
	.logo img {
		height: 55px;
	}
	.menu {
		top: 128px;
	}
	.sous {
		display: none;
	}
	.logo {
		width: auto;
		margin-top: 15px;
	}
	.zil {
		width: 60%;
		text-align: right;
		float: right;
		padding: 15px 15px 0 0;
	}
	.menu li:hover .two_nav {
		display: none;
	}
	.menu li a {
		font-size: 15px;
	}
	/*头部结束*/
	/*商品开始*/
	#productbg{
		padding:10px 0 18px;
	}
	#product{
		width: 98%;
		margin: 0 auto;
		
	}
	.publictitle .pb_title{
		font-size:24px;
		height: 38px;
		line-height:38px;
	}
	#product .p_ul .s_img{
		height: 219px;
	}
	/*商品结束*/
	
	
	/*公司简介开始*/
	.O_about_big .O_about_cont{
		width: 100%;
	}
	/*公司简介结束*/
	
	
	
	/*流程开始*/
	.home_4 {
		padding-top: 15px;
		width: 100%;
	}
	.home_4 .title p:first-child {
		font-size: 28px;
	}
	.home_41>.content .left .sNumber {
		font-size: 26px;
	}
	.home_41>.content .left .tit {
		font-size: 18px;
	}
	.home_41>.content .left .txt {
		line-height: 20px;
	}
	/*流程结束*/
	
	/*新闻开始*/
	.m8_m{
		padding:15px 0 15px;
	}
	.m8_m .xnav p b{
		font-size:24px;
		font-weight: normal;
	}
	.m8_l,
				.m8_r {
					width: 100%;
				}
				.m8_r {
					padding-top:10px;
				}
				
	/*新闻结束*/
	/*案例开始*/
	.O_Case{
		padding:0 0 15px 0;
	}
	.picMarquee-left{
		width:98%;
		margin:0 auto;
		height:250px;
	}
	.O_Case .publictitle .pb_title{
		font-size:24px;
		padding-top: 10px;
	}
	

	.picMarquee-left .bd ul li .pic img{
		height:100px;
	}
	.O_Case .tubiao{
		display:none;
	}
	/*案例结束*/
	/*底部开始*/
	.footer{
		display: none;
	}
	.copyright_m{
		width: 98%;
		padding: 5px 0;
	}
	.copyright p, .copyright span, .copyright i{
		width: 100%;
		text-align: center;
		padding: 0;
		line-height: 20px;
		font-size: 14px;
	}
	/*底部结束*/
	
	
	
	
	.paddt30 {
		padding-top: 15px;
	}
	.htitle h2 {
		font-size: 24px;
	}
	.htitle h2:before,
	.htitle h2:after {
		width: 26%;
		top: 15px;
	}
	.htitle {
		padding-bottom: 30px;
	}
	.hpro_cate li {
		width: 48%;
		margin: 1%;
	}
	.hpro_cate li:nth-child(4n) {
		margin-right: 1%;
	}
	/* .hpro_cate li:nth-child(7),
	.hpro_cate li:nth-child(8) {
		display: none;
	} */
	.habc_l {
		top: 70%;
		z-index: 999;
		left: 3%;
		width: 50px;
		background: #ae0002;
	}
	.habc_r {
		width: 100%;
	}
	.habc_cen {
		top: 85%;
		width: 88%;
		left: 8%;
	}
	.habc_l h2 {
		font-size: 20px;
		padding: 25px 10px;
		color: #ffffff;
	}
	.hcabox {
		background-size: auto;
		overflow: hidden;
	}
	.hab_con a {
		bottom: -130%;
	}
	.hca_con,
	.hc_slide {
		width: 100%;
		max-width: 660px;
		overflow: hidden;
	}
	.hcah2 b {
		color: #454545;
	}
	.hca_con {
		padding-top: 100px;
	}
	.hca_ul li {
		width: 47.5%;
	}
	.hca_img {
		height: 208px;
	}
	.hca_info {
		padding: 32px 26px 0;
	}
	.hcah2 h2 {
		font-size: 22px;
	}
	.hcah2 h2 i {
		font-size: 28px;
	}
	.hca_cate {
		width: 100%;
	}
	.hnewcon .hnew_l {
		width: 100%;
	}
	.hnewcon .hnew_l ul {
		display: none;
	}
	.hnewcon .hnew_l ul li {
		width: 49.5%;
	}
	.hnewcon .hnew_l dl .hnewdl_img,
	.hnewcon .hnew_l ul li .hnewli_img {
		height: auto;
	}
	.hnewcon .hnew_l ul li .hnewli_img {
		max-height: 160px;
		overflow: hidden;
	}
	.hnewbox .hnew_r {
		margin-top: 10px;
		width: 100%;
	}
	.hnewbox .hnew_r dl:nth-child(3) {
		display: none;
	}
	.contact_l {
		width: 100%;
		background: rgba(255, 255, 255, 0.74);
		padding: 30px;
		box-sizing: border-box;
	}
	.contact_r {
		width: 100%;
		padding-top: 10px;
	}
	.hcontact .contact_con {
		padding-top: 150px;
	}
	.contact_r p {
		width: 100%;
	}
	.gh_navcon li {
		height: 62px;
		line-height: 62px;
		font-size: 18px;
		position: relative;
		background: url(../img/m_you_1.png) no-repeat left center;
		padding-left: 20px;
		box-sizing: border-box;
		text-align: center;
		padding: 0;
	}
	.gh_navcon li a {
		padding: 0;
		width: 100%;
		height: 62px;
		line-height: 62px;
		font-size: 18px;
	}
	.gh_navcon .gh_onenav a {
		width: 100%;
		height: 62px;
		line-height: 62px;
	}
	.gh_navcon li:before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		margin: auto;
		width: 10px;
		height: 2px;
		background: #AE0002;
	}
	.hpro_cate li .hpro_img {
		height: 205px;
	}
	.hpro_cate .hpro_info {
		padding: 25%;
	}
	.inbaner h2 {
		display: none;
	}
	.inbaner {
		background-size: 100%;
	}
	.ibread {
		margin-top: 0;
		border: 0;
	}
	.inbaner {
		height: 85px;
		margin-top:55px;
	}
	.ibread_l,
	.ibread_r {
		width: 100%;
		float: none;
	}
	.ibread_r {
		border-bottom: 1px solid #ddd;
	}
	.ibreaul {
		padding-top: 10px;
	}
	.ibreaul li {
		width: 23%;
		margin: 1%;
		border-radius: 5px;
		height: 36px;
		line-height: 36px;
		border: 1px solid #999999;
		font-size: 16px;
	}
	.inwtxtli_con li a {
		font-size: 16px;
	}
	.ibreaul li a {
		color: #3e3e3e;
	}
	.ibreaul li:after {
		display: none;
	}
	.erselecd {
		color: #fff;
		border: 0;
		font-weight: normal;
	}
	.ibreaul li:hover a {
		color: #fff;
	}
	.ibreaul li:hover {
		background: #AE0002;
	}
	.ifoot_con {
		display: none;
	}
	.ibread h2 {
		display: none;
	}
	.ibreaul li:before {
		display: none;
	}
	.ttongz_con dl dt {
		width: 80%;
	}
	.ttongz_con dl dd {
		width: 20%;
		height: auto;
	}
	.ttongz_con dl dd i {
		width: 80%;
	}
	.ifdj_con li {
		width: 48%;
		margin: 1%;
	}
	.ifdj_con li:nth-child(4n) {
		margin-right: 1%;
	}
	.ifdj_img {
		height: 204px;
	}
	.lightBox-popupMask {
		max-width: 660px;
	}
	.icaseul_li {
		width: 48%;
		margin: 1%;
	}
	.icaseli_img .icalig_pic {
		height: 200px;
	}
	.icaseli_img .icalig_pic img {
		width: 100%;
	}
	.icaseli_img h1 {
		height: 42px;
		line-height: 42px;
	}
	.icaseli_img {
		height: 243px;
	}
	.icalig_txt {
		padding: 5px 10px 0;
	}
	.icalig_btn {
		display: none;
	}
	.ipicnew_con .hca_ul li {
		width: 48%;
		margin: 1%;
	}
	.ipicnew_con .hca_ul li:nth-child(4n) {
		margin-right: 0;
	}
	.ipicnew_con .hca_img {
		height: 205px;
	}
	.ipicli_con .hpro_info {
		padding: 0;
	}
	.inwde_tit h2 {
		font-size: 24px;
	}
	.inwde_tit h2 {
		font-size: 24px;
	}
	.inwde_tit p span {
		padding: 0 10px;
	}
	.inwde_tit p a {
		height: 36px;
		line-height: 36px;
		width: 100px;
	}
	.ipaim2_con dl {
		width: 100%;
		margin: 1% 0;
	}
	.ipaim2_con dl dt {
		height: 213px;
	}
	div.zoomDiv {
		display: none !important;
	}
	#preview img {
		width: 100%;
	}
	.iprode_info {
		width: 100%;
	}
	.iabtoj_l {
		width: 100%;
	}
	.iabtoj_l_t h2 {
		font-size: 42px;
	}
	.iabtoj_img {
		width: 100%;
	}
	.iabt_cul_c li {
		height: 240px;
	}
	.iabt_cul {
		padding: 20px 0;
	}
	.icaseul_li:nth-child(3n) {
		display: none;
	}
	.iabtz_tit {
		font-size: 26px;
	}
	.irelnwd {
		display: none;
	}
	.inwde_con_l {
		width: 100%;
	}
	/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
	.g_banerbox {}
	.g_banerbox,
	.g_banimg,
	.g_banimg a {
		width: 100%;
		height: 420px !important;
	}
	.g_banimg a {
		background-size: 100% 100% !important;
	}
	.btnban {
		display: none !important;
	}
	.htitle {
		margin-top: 0;
		padding-top: 20px;
	}
	.htitle img {
		top: 10px;
		width: 90px;
	}
	.htitle,
	.hpro_box .htitle {
		padding-bottom: 10px;
	}
	.hpro_box {
		padding-bottom: 20px;
	}
	.habbox {
		min-height: 890px;
	}
	.hcatit {
		margin-top: 25px;
	}
	.hca_con {
		padding: 30px 0;
	}
	.hnewbox .hnew_r dl:nth-child(3) {
		display: block;
	}
	.hnewbox {
		padding-bottom: 25px;
	}
	.hcontact .contact_con {
		padding-top: 0;
	}
	.hcontact {
		min-height: 850px;
	}
	.g_bandot {
		height: 30px;
		bottom: 30px;
	}
	/*新增banner*/
	.banner {margin-top:0px;}
	.banner .slider {
		height: 281px;
	}
	.banner .slider-main {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	/*新增banner*/
	.banner .slider-main li img {
		width: 100%;
	}
	
	
	
	
}

@media (max-width: 640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.head {
		height: 108px;
	}
	.top {
		height: 90px;
	}
	.menu {
		top: 108px;
	}
	.nav em {
		width: 65%;
	}
	.np {
		width: 35%;
		float: right;
		font-size: 18px;
	}
	.np span{
		display:none;
	}
	.logo img {
		height: 35px;
	}
	.zil {
		font-size: 15px;
		width: 50%;
    padding: 15px 1px 0 0;
	}
	.zil span {
		overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    height: 18px;
		font-size: 12px;
		padding-top: 0px;
	}
	.menu {
		height: 91px;
	}
	.menu li {
		width: 25%;
		border-bottom: 1px solid #f1a26a;
	}
	.menu li:nth-child(4),.menu li:nth-child(8){
		border-right:none;
	}
	.menu li:nth-child(5),.menu li:nth-child(6),.menu li:nth-child(7),.menu li:nth-child(8){
		border-bottom:none;
	}
	.menu li a{
		line-height:45px;
	}
	
	.fz2_phone{font-size:16px;}
	
	
	/*商品开始*/
	#product .product_span a{
		border-radius:0;
	}
	#product .product_span a:first-child{
		margin-left: 1%;
	}
	#product .p_ul .s_img{height:123px;}
	/*商品结束*/
	
	/*公司简介开始*/
	.O_about_big .O_about_cont{
		padding: 20px;
	}
	/*公司简介结束*/
	
	/*流程开始*/
	.home_41 .line {
		display: none;
	}
	.home_41>.content .left {
		width: 100%;
		margin-bottom: 10px;
	}
	.home_41>.content .left .sNumber {
		text-align: right;
		width: 40%;
		float: left;
		display: inline-block;
		font-size: 20px;
	}
	.home_41>.content .left .dot {
		display: none;
	}
	.home_41>.content .left .tit {
		padding-left: 10px;
		text-align: left;
		width: 60%;
		display: inline-block;
		float: right;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.telBtn {
		width: 100%;
		box-sizing: border-box;
	}
	.telBtn span {
		font-size: 18px;
	}
	.telBtn a {
		height: 46px;
		line-height: 46px;
	}
	/*流程结束*/
	/*新闻开始*/
	.m8_l dl dt{
		height: 200px;
	}
	
	.m8_r .bd ul dl dt {
		height: 89px;
	}
	.m8_r .bd ul dl dd h3{
		font-size: 16px;
		margin: 0 0 6px;
	}
	.m8_l ul li a {
					width: 63%;
				}
				.m8_l ul li span {
					width: 35%;
				}
				.m8_r .news3 li {
					width: 94%;
					float: right;
				}
				.m8_l dl{
					margin:0;
				}
				
				.m8_l dl dd .tz{width:200px;white-space: nowrap;text-overflow: ellipsis;}
				
				.m8_r .bd ul dl dd p {-webkit-line-clamp: 2;height: 50px;}
	
	/*新闻结束*/
	/*案例开始*/
	.picMarquee-left{
		height:260px;
	}
	
	.picMarquee-left .bd ul li{
		width:47%;
		margin:0.4% 0.5% 1% 0%;
	}
	.picMarquee-left .bd ul li .pic img{
		height:120px;
	}
	/*案例结束*/
	/*底部开始*/
	.copyright{
		margin-bottom: 56px;
	}
	/*底部结束*/
	.htitle img {
		width: 60px;
		top: 15px;
	}
	.htitle i {
		display: none;
	}
	.htitle {
		margin-top: 75px;
		padding-bottom: 10px;
	}
	.htitle,
	.hpro_box .htitle {
		padding-bottom: 10px;
	}
	.htitle p {
		font-size: 14px;
	}
	.htitle h2:before {
		left: 5%;
	}
	.htitle h2:after {
		right: 5%;
	}
	.htitle h2:before,
	.htitle h2:after {
		width: 16%;
	}
	.hnewbox .hnew_r dl {
		box-sizing: border-box;
	}
	.hnewbox .hnew_r dd {
		padding: 0;
	}
	.hnewbox .hnew_r {
		display: none;
	}
	.hnewcon .hnew_l ul {
		display: block;
	}
	.hnewcon .hnew_l ul li .hnewli_img {
		height: 140px;
	}
	.hkhfw ul li {
		border-radius: 10px;
	}
	.hkhfw ul li .hfw_img {
		height: 133px;
		border: 0;
		border-radius: 0;
		border-radius: 10px 10px 0 0;
	}
	.hkhfw ul li h3 {
		margin: 0;
		border-top: 1px solid #ccc;
	}
	.hkhfw .htitle {
		margin-top: 75px;
		padding-bottom: 0;
	}
	.hkhfw ul li:hover .hfw_img {
		border: 0;
	}
	.hpro_cate .hpro_info {
		padding: 20%;
	}
	.hpro_cate li .hpro_img {
		height: 117px;
	}
	.habbox .htitle {
		margin-top: 95px;
		padding-bottom: 10px;
	}
	.habc_cen h3,
	.habc_cen i {
		display: none;
	}
	.habc_cen p {
		height: 100px;
	}
	.habc_l {
		width: 36px;
	}
	.habc_l h2 {
		padding: 25px 0;
	}
	.habc_cen {
		padding: 10px 10px 10px 30px;
	}
	.habc_cen h3,
	.habc_cen i,
	.habc_cen p {
		padding: 0;
	}
	.hab_con a {
		bottom: -120%;
	}
	.hca_con,
	.hc_slide {
		max-width: 100%;
	}
	.hca_ul li {
		width: 100%;
	}
	.hcabox .hcatit {
		margin-top: 75px;
	}
	.hcah2 h2 i {
		font-size: 24px;
	}
	.hcah2 b {
		display: none;
	}
	.hcah2 {
		background-size: 15%;
		padding-top: 0;
		padding-left: 46px;
	}
	.hca_cate,
	.hca_cate ul {
		width: 100%;
	}
	.hca_cate {
		padding-top: 12px;
	}
	.hca_info {
		padding: 12px 16px 0;
		height: 147px;
	}
	.hca_con,
	.hc_slide {
		max-width: 375px;
	}
	.hca_con {
		padding-top: 30px;
	}
	.hca_ul li {
		margin: 0;
	}
	.hca_cate li {
		width: 24%;
		box-sizing: border-box;
	}
	.hnewbox .htitle {
		margin-top: 85px;
	}
	.hnewbox .hnew_r dl:nth-child(2) {
		display: none;
	}
	.hnew_r dl dd h3 {
		height: auto;
	}
	.hnew_r dl dd h3 span {
		width: 100%;
		margin-bottom: 5px;
	}
	.hnew_r dl dd h3 em {
		float: none;
		font-size: 15px;
	}
	.hnew_r dl dd i {
		display: none;
	}
	.hnew_r dl dt {
		width: 45%;
		height: 110px;
	}
	.hnew_r dl dd {
		width: 55%;
		height: 110px;
	}
	.hnew_r dl dd p {
		margin: 3px 0;
	}
	
	.icaseli_img .icalig_pic img, .icaseli_img .icalig_pic{height:254px;}
	
	.hcontact .contact_con {
		padding-top: 80px;
	}
	.contact_l {
		padding: 20px 10px;
	}
	.contact_l .hcah2 {
		background-size: 10%;
	}
	.hd_form input {
		height: 35px;
		margin-top: 5px;
	}
	.hd_form textarea {
		height: 55px;
	}
	.hd_form_btn {
		margin-top: 20px;
	}
	.contact_r p {
		margin-top: 3px;
		font-size: 15px;
	}
	.contact_r p span {
		padding: 10px 15px 10px 48px;
		background-size: 6% !important;
	}
	.botcopy a {
		float: none;
	}
	.inbaner {
		height: 58px;
	}
	.ttongz_con dl dt {
		width: 100%;
		padding: 0;
	}
	.ttongz_con dl dd {
		width: 100%;
		border: 0;
		height: auto;
	}
	.ttongz_con dl dd i {
		width: 50%;
	}
	.ttongz_con dl dt h3 {
		font-size: 18px;
	}
	.ttongz_con dl dt p {
		font-size: 15px;
	}
	.inbaner {
		margin-top: 91px;
	}
	.iliuyan_con .erinp {
		width: 100%;
		margin: 0 auto 1%;
	}
	.iliuyan_con .hd_form input {
		height: 45px;
	}
	.iliuyan_con .hcah2 {
		background-size: 10%;
	}
	.iliuyan_con .hd_form textarea {
		height: 85px;
	}
	.lightBox-popupMask {
		max-width: 100%;
	}
	.ifdj_img {
		height: 115px;
	}
	.icaseul_li {
		width: 100%;
		margin: 1% auto;
	}
	.ipicnew_con .hca_ul li {
		width: 100%;
		margin: 1% auto;
	}
	.ipicnew_con .hca_img {
		height: auto;
	}
	.ipicli_con .hpro_info {
		padding: 0;
	}
	.inwde_tit h2 {
		font-size: 20px;
	}
	.inwde_tit p a {
		float: none;
		margin-top: 10px;
	}
	.inwde_tit p span {
		padding: 0 5px;
	}
	.inwde_tit p {
		margin-top: 15px;
	}
	.updown p {
		width: 100%;
		margin-bottom: 10px;
	}
	.inwtxtli_con li {
		width: 100%;
		margin: 1% 0;
	}
	.inwtxtli_con li:nth-child(3n) {
		margin-right: 0;
	}
	.ipaim2_con dl dt {
		width: 100%;
		height: auto;
	}
	.ipaim2_con dl dd {
		width: 100%;
	}
	.ipaim2_con dl dd em {
		margin-bottom: 10px;
	}
	.ipaim2_con dl dd h3 {
		color: #AE0002;
	}
	.iprode_info {
		padding: 10px;
	}
	.iabtoj_l_t h2 {
		font-size: 32px;
	}
	.iabtoj_l_t h2 i {
		font-size: 18px;
	}
	.iabtkuai {
		width: 160px;
		height: 50px;
		bottom: -3px;
		right: -3px;
	}
	.iabt_cul_c li {
		width: 48%;
		margin: 1%;
		height: 150px;
	}
	.iabt_cul_c li p {
		display: none;
	}
	.iabt_culc_img {
		top: 20px;
		width: 70px;
		height: 70px;
		border: 2px solid #eee;
		box-sizing: border-box;
	}
	.iabt_cul_c li h3 {
		padding-top: 15px;
		font-weight: normal;
		font-size: 16px;
	}
	.iabt_cul_c {
		margin-top: 0;
	}
	.hpro_cate li p {
		font-size: 15px;
	}
	.icaseli_img .icalig_pic,
	.icaseul_li:hover .icalig_pic {
		height: auto;
	}
	.icaseli_img {
		height: auto;
	}
	.icaseli_img h1{
		background:rgba(0,0,0,.5);
		color:#fff;
	}
	.hd_form img {
		top: 62%;
	}
	.iliuyanp .hd_form img {
		top: 73%;
	}
	.g_bandot {
		width: 100% !important;
		text-align: center;
	}
	.botcopy {
		display: none;
	}
	.m_hbot {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #AE0002;
		border-top: 1px solid #AE0002;
		z-index: 10001;
		display: block;
	}
	.m_hbot li {
		float: left;
		width: 18.5%;
		padding: 0 3%;
		border-left: 1px solid #fff;
	}
	.m_hbot li:first-child {
		border-left: 0;
	}
	.m_hbot li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.m_hbot li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.m_hbot li a span {
		display: block;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	
	.ifootbox .botcopy {
		display: block;
		margin-bottom: 56px;
	}
	/*xxxxxxxxxxxxxxxxxxxxxxxxxxx*/
	
	.hcontact .contact_con {
		padding-top: 10px;
	}
	.hcontact {
		min-height: 600px;
	}
	.htitle {
		margin-top: 0;
	}
	
	.ipiclist .ibreaul li,
	.ibreaul li {
		width: 31.3%;
	}
	
	/*新增banner*/
	.banner {
		margin-top: 91px;
	}
	.banner .slider {
		height: 176px;
	}
	.banner .osSlider-main .slider-nav {
		bottom: 20px;
	}
	/*新增流程1*/
	.dh-box .wrap {
		padding: 10px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.dh-box .wrap a {
		width: 33.3333%;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		padding: 10px 0;
		box-sizing: border-box;
    border-right: 1px solid #f1a26a;
	border-bottom: 1px solid #f1a26a;
	}
	.dh-box .wrap a:first-child,.dh-box .wrap a:nth-child(4){
		border-left: 1px solid #f1a26a;
	}
	
	.dh-box .wrap a:first-child,.dh-box .wrap a:nth-child(2),.dh-box .wrap a:nth-child(3){
		border-top: 1px solid #f1a26a;
	}
	
	.dh-box .wrap a .icon {
		margin-bottom: 10px;
	}
	.dh-box .wrap a .icon {
		width: 50px;
		height: 50px;
	}
	.hoverbtn img {
		width: 50px;
		margin: 0 auto;
	}
	.dh-box .wrap a:hover::after {
		height: 100%;
	}
	
	.m8_l ul{
		background-size:auto 70%;
	}
	
	
}

@media (max-width: 375px) {
	
}

@media (max-width: 365px) {
	
	.banner .slider {
		height: 168px;
	}
	#product .product_span a{
		width:170px;
	}
}

@media (max-width: 365px) {

	#product .product_span a{
		width:168px;
	}
}
@media (max-width: 340px) {

	#product .product_span a{
		width:150px;
	}
}