@charset "utf-8";
/* CSS Document */

/*首页*/
.index-profile {
	width: 100%;
    position: relative;
	margin-bottom: 40px;
}
.index-profile img {
	position: relative;
	width: 100%;
}

.index-title11 {
	position: absolute;
	bottom: 8%;
	left: 3.3%;
}
.index-title1 span{
	position: absolute;
	top: 8%;
	left: 3.3%;
	display: block;
	color: #fff;
	font-size: 1.14em;
	font-weight: bold;
	transform: scalex(0.7);
	margin-left: -6%;
}
.index-title1-a1{
	font-size: 1.14em;
	font-weight: bold;
	line-height: 34px;
	border-bottom: 1px solid #666463;
	padding-bottom: 4px;
}
.index-title1-h1{
	font-size: 1.72em;
	font-weight: 600;
	margin: 10px 0;
}
.index-title1-h2{
	font-size: 1.72em;
	font-weight: normal;
	padding-bottom: 10px;
}
.line4 {
	width: 100%;
	height: 3px;
	border-top: 1px solid #737474;
	margin-top: 17px;
}
.line5 {
	width: 16%;
	height: 2px;
	background: #FF0716;
	margin: 0 auto;
}
/*首页产品*/
.index-title2 {
	width: 	80%;
	margin: 120px auto 40px;
}
.index-pro-box {
	width: 100%;
	/*height: 2040px;*/
	background: url(../images/back.jpg);
	background-size: 100% 100%;
	padding: 0 3%;
	overflow: hidden;
}
.index-pro-ul {
	margin-top: 60px;
}
.index-pro-ul li {
	width: 100%;
	overflow: hidden;
	background: rgba(255,255,255,0.90);
	margin-bottom: 90px;
	position: relative;
	-moz-box-shadow:2px 2px 5px #37383C; 
	-webkit-box-shadow:2px 2px 5px #37383C; 
	box-shadow:2px 2px 5px #37383C;
}
.index-pro-title {
	padding: 4%;
	margin-bottom: 156px;
}
.index-pro-title span {
	font-size: 1.14em;
	line-height: 1.5em;
	padding-bottom: 4px;
	border-bottom: 1px solid #A5A5A6;
	font-weight: bold;
	color: #2C2C2C;
}
.index-pro-title h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 12px 0 2px;
	line-height: 1.1em;
}
.index-pro-title h2 {
	font-size: 1.24em;
	font-weight: normal;
}
.index-pro-img1 {
	position: absolute;
	right: 4%;
	bottom: 30px;
}
.index-pro-img1 img{
	width:100%;
}
.ourpro {
	position: absolute;
	left: 0 ;
	bottom: 26px;
	width: 31%;
}
.ourpro1 {
	width: 86%;
}
.index-pro-li3 .index-pro-title {
	margin-bottom: 220px;
}
.line6 {
	width: 100%;
	height: 1px;
	border-bottom: 2px solid #929292;
}
.line7 {
	float: left;
	border-right: 2px solid #929292;
	margin-top: 8%;
    margin-bottom: 22%;
}
.line8 {
	float: right;
	border-left: 2px solid #929292;
	margin-top: 8%;
    margin-bottom: 22%;
}
.index-pro-img4 {
	position: absolute;
	right: 4%;
	bottom: 30px;
	width: 50%;
}
.index-pro-img5 {
	position: absolute;
	left: 4%;
	bottom: 54px;
	width: 42%;
}
.index-pro-img5 img ,.index-pro-img4 img{
	width: 100%;
}
/*客户关系*/
.index-customers-box {
	width: 100%;
	background: url(../images/back2.jpg);
	background-size: 100% auto;
}
.index-customers-box ul {
	padding: 3.57em 3% 50px;
	overflow: hidden;
}
.index-customers-box ul li {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	padding: 2%;
	background: #fff;
	-moz-box-shadow:2px 2px 5px #707070; 
	-webkit-box-shadow:2px 2px 5px #707070; 
	box-shadow:2px 2px 5px #707070;
}
.index-customers-box ul li img {
	width: 100%;
}

/*新闻*/
.index-news-box {
	width: 100%;
	padding: 0 4%;
}
.index-news-box li {
	width: 100%;
	margin-bottom: 30px;
}
.index-news-box li img {
	width: 100%;
	margin-bottom: 10px;
}
.index-news-box h1 {
	font-size: 1.28em;
	font-weight: normal;
	color: #222;
}
.index-news-box h1 span{
	font-weight: 600;
	color: #212121;
}
.more {
	color: #DD3841;
}
.more-ews {
	display: block;
	width: 50%;
	height: 50px;
	line-height: 50px;
	border: 2px solid #ECECEC;
	text-align: center;
	margin: 40px auto;
	font-size: 1.14em;
}
.index-title1 .span1 {
	transform: scalex(1);
	margin-left: 0;
}
.index-jion {
	margin-bottom: 0;
}
.index-jion .line5 {
	margin: 0;
	width: 34%;
}

/*尾部*/
footer {
	width: 100%;
	background: #2C2C2C;
	padding: 30px 4% 40px;
}
footer a {
	font-size: 1em;
	color: #828282;
	text-decoration: underline;
}
footer p {
	font-size: 0.85em;
	color: #828282;
}
footer .add {
	display: block;
	margin-bottom: 40px;
}
.end {
	width: 20%;
	float: right;
	margin-right: 5%;
	height: 2px;
	background: #E30613;
	margin-bottom: 40px;
}