/*  类目  */
.index-tit h2 {
	font-size: 38px;
	margin:0;
	color: #c9151d;
	font-weight: bold;
}
.index-tit h2 span {
	font-size: 24px;
	color: #c9151d;
}
.index-tit1{
	text-align:center;
	}
.index-tit1 h2 {
	font-size: 38px;
	margin:0;
	color: #FFF;
	font-weight: bold;
}
.index-tit1 h2 span {
	font-size: 24px;
	color: #FFF;
}
.index-tit2 h2 {
	font-size: 38px;
	margin:0;
	color: #fff;
	font-weight: bold;
}
.index-tit2 h2 span {
	font-size: 24px;
	color: #fff;
}


/*  关于我们  */
.index-abo {
	width: 100%;
	margin:0px;
	padding:50px 0px;
	overflow:hidden;
}
.index-aboL {
	width:53%;float:left;
}
.index-aboL img {
	transition: all 0.8s;
}
.index-aboL img:hover {
	transform: scale(0.95, 0.95);
}
.index-aboR {
	width:44%;float:right;
}
.index-abov {
	width: auto;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin: 10px 0 0;
	padding: 0px;
	color:#333333;font-size:33px
}
.index-abod {
	width: auto;
	max-width: 532px;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin: 20px 0 0px;
	padding: 0px;
}
.index-abod p{
	font-size:16px;font-family:微软雅黑;line-height:1.8;
}
.index-aboe .index-aboe1 {
	width: 23%;
	height: 100px;
	float: left;
	border: 1px #c9151d solid;
	border-radius: 5px;
	text-align: center;
	margin-right: 2%;
	padding-top:10px;
	transition: all 0.8s;
}
.index-aboe .index-aboe1 h2 {
	color: #c9151d;
	font-size: 16px;
	padding-top: 52px;
}
.index-aboe .index-aboe1:hover {
	background: #c9151e;
}
.index-aboe .index-aboe1:hover h2 {
	color: #fff;
}
.index-aboe .index-aboe1:hover a {
	text-decoration: none;
}
.index-aboe .index-aboe1 a {
	color: #c9151d;text-decoration: none;
	
}
.index-aboe .ab01 {
	background: url(../images/ab01.png) no-repeat top center;
}
.index-aboe .ab02 {
	background: url(../images/ab02.png) no-repeat top center;
}
.index-aboe .ab03 {
	background: url(../images/ab03.png) no-repeat top center;
}
.index-aboe .ab04 {
	background: url(../images/ab04.png) no-repeat top center;
}
.index-aboe .index-aboe1:hover .ab01 {
	background: url(../images/ab01h.png) no-repeat top center;
}
.index-aboe .index-aboe1:hover .ab02 {
	background: url(../images/ab02h.png) no-repeat top center;
}
.index-aboe .index-aboe1:hover .ab03 {
	background: url(../images/ab03h.png) no-repeat top center;
}
.index-aboe .index-aboe1:hover .ab04 {
	background: url(../images/ab04h.png) no-repeat top center;
}
.index-aboe {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 50px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/*  产品体系  */
.index-cp{ width:100%; margin: 0 auto; background:url(../images/pro_13.jpg) no-repeat center 0;padding:50px 0; height:auto; overflow:hidden;}
.index-cplist{overflow:hidden;}
.index-cplist2{width:30.5%;padding-top:10px;margin-right:2.8%;float:left}
.index-cplist .cpxtu {
	position: relative;
}
.index-cplist .cpxtu h2 {
	border: 5px #fff solid;
	width: 140px;
	height: 105px;
	position: absolute;
	top: -100px;
	right: 10px;
}
.index-cplist .cpxtu h2 img {
	width: 100%;
}
.index-cplist .cplist::before {
	content: "";
	width: 6px;
	height: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: all 0.6s;
	z-index: 1;
}
.index-cplist .cplist::after {
	content: "";
	width: 6px;
	height: 150px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: all 0.6s;
	background: #c7c7c7;
}
.index-cplist .cplist:hover::before {
	background: #cd0f2b;
	height: 150px;
}
.index-cplist .cplist {
	position: relative;
	background: #f3f3f3;
	top: 0px;
	width: 100%;
	padding: 10px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0px 0px 0px 12px;
}
.index-cplist .cpdtu {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}
.index-cplist .cpdtu img {
	position: absolute;
	transition: all .5s ease;
	min-width: 95%;
	max-width: 110%;
	height: 100%;
}
.index-cplist .col:hover .proImg {
	transform: scale(1.15, 1.15);
}
.index-cplist .proImgLink {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
.index-cplist .proTitle {
	padding: 0 10px 5px;
	text-align: left;
	font-size: 22px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/al_b.jpg) no-repeat bottom 1px left 10px;
}
.index-cplist .proTitle a {
	color: #333;
}
.index-cplist .proSummary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding: 0 10px 10px;
	line-height: 23px;
	font-size: 15px;
	margin-bottom: 30px;
	height: 63px;
}
.index-cplist .cplist:hover {
	top: -10px;
	box-shadow: rgba(37, 85, 243, 0.2) 0px 1px 5px 1px;
}

.index-cplist {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/*  工程案例  */
.index-case{width:100%; margin: 0 auto;padding:50px 0; height:auto; overflow:hidden;background:#FFF;}
.index-caselist{overflow:hidden;}
.index-caselist2{width:30.5%;margin-bottom:15px;padding-top:10px;margin-right:2.8%;float:left}
.index-caselist .casextu {
	position: relative;
}
.index-caselist .casextu h2 {
	border: 5px #fff solid;
	width: 140px;
	height: 105px;
	position: absolute;
	top: -100px;
	right: 10px;
}
.index-caselist .casextu h2 img {
	width: 100%;
}
.index-caselist .caselist::before {
	content: "";
	width: 6px;
	height: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: all 0.6s;
	z-index: 1;
}
.index-caselist .caselist::after {
	content: "";
	width: 6px;
	height: 150px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: all 0.6s;
	background: #c7c7c7;
}
.index-caselist .caselist:hover::before {
	background: #cd0f2b;
	height: 150px;
}
.index-caselist .caselist {
	position: relative;
	background: #f3f3f3;
	top: 0px;
	width: 100%;
	padding: 10px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0px 0px 0px 12px;
}
.index-caselist .proImgBox {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}
.index-caselist .proImgBox img {
	position: absolute;
	transition: all .5s ease;
	min-width: 95%;
	max-width: 110%;
	height: 100%;
}
.index-caselist .col:hover .proImg {
	transform: scale(1.15, 1.15);
}
.index-caselist .proImgLink {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
.index-caselist .proTitle {
	padding: 0 10px 5px;
	text-align: left;
	font-size: 22px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/al_b.jpg) no-repeat bottom 1px left 10px;
}
.index-caselist .proTitle a {
	color: #333;
}
.index-caselist .proSummary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding: 0 10px 10px;
	line-height: 23px;
	font-size: 15px;
	margin-bottom: 30px;
	height: 63px;
}
.index-caselist .caselist:hover {
	top: -10px;
	box-shadow: rgba(37, 85, 243, 0.2) 0px 1px 5px 1px;
}

.index-caselist {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/*  新闻资讯  */
.index-news{ width:100%; margin: 0 auto; background:url(../images/news_bg1.jpg) no-repeat center 0;padding:27px 0; height:auto; overflow:hidden;}
 .newData {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
 .newYear {
	color: #fff;
	font-size: 16px;
	text-align: center;
}
 .index-newslist {
	width: 100%;
	height: auto;
	overflow: hidden;
}
 .newList {
	overflow: hidden;
}
 .newPicBox {
	position: relative;
	overflow: hidden;
}
 .newPic {
	position: absolute;
	transition: all .5s ease;
}
 .newTitle {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top:0;
	transition: all .5s ease;
}
 .newDetailLink {
	display: block;
	width: 100%;
	height: 100%;
}
 .newleft .content {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 25px 0px 0;
	transition: all .5s ease;
}
 .newleft .content::before {
	content: '';
	position: absolute;
	left: 30px;
	top: 50px;
	width: 0px;
	height: 4px;
	background: #fff;
	transition: all .5s ease;
}
 .newMs {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #c2c9e0;
	padding-left: 20px;
	padding-top: 5px;
}
 .newleft .newMs {
	margin-bottom: 5px;
}
 .newsright .newList {
	width: 100%;
}
 .newsright .newList:nth-child(-n+3) {
	border-bottom: 1px solid #243c8e;
}
 .newsright .newDetailLink {
	display: flex;
	flex-wrap: nowrap;
	padding: 6% 0 6% 4%;
	transition: all 0.8s;
}
 .newsright .newDetailLink:hover {
	background: #c80f17;
}
 .newsright .newDetailLink:hover .newMs {
	color: #fff;
}
 .newsright .newPicBox {
	width: 140px;
	height: 100%;
	overflow: hidden;
}
 .newsright .content {
	width: calc((100% - 100px) / 1);
	height: 100%;
	overflow: hidden;
	padding-left:15px;
	transition: all .5s ease;
}

 .newleft .newList {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
 .newleft .newPicBox {
	width: 100%;
	height: 380px;
}
 .newleft .newPicBox img{
	width: 100%;
	height: 100%;
}
 .newleft {
	width: 48%;
	float:left;
}
 .newsright {
	width: 50%;
	float:right;
}
 .newList:hover .newPic {
	transform: translate(0%, 0%) scale(1.1);
}
 .newList:hover .contentL {
	padding-left: 100px;
}
 .newList:hover .contentL::before {
	width: 70px;
}
 .newList:hover .contentR {
	padding-left: 0px;
}


/*  合作伙伴  */
.index-part{width:100%; margin: 0 auto; background:url(../images/he_bn.jpg) no-repeat center 0;padding:27px 0; height:auto; overflow:hidden;}
.p_gridbox {
	background-image: url(../images/he_bn.jpg);
	background-color: rgba(244, 244, 244, 1);
	background-size: cover;
}
.col-lg-3{width:11.9%;float:left;margin-right:0.6%;margin-bottom:10px;}

.proImgBox:hover {
	border: 1px #d00d1e solid;
}
.list {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.proImgBox {
	position: relative;
	width: 98%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 48%;
	border: 1px #ddd solid;
	transition: all 0.6s;
}
.proImgBox img {
	position: absolute;
	transition: all .5s ease;
	width: 100%;
}
.proImgBox img:hover {
	transform: scale(1.05, 1.05);
}

