@charset "utf-8";
/* CSS Document */
/*-------banner图-----*/

#banner {
	width: 100%;
	overflow: hidden;
	padding-top:0;
}
#banner .swiper-slide {
	/*position: relative;*/
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*-----------第一部分-----------*/
#catapro {
	background: #19343d;background-image:url(../images/111.jpg);
}
#catapro .category-list {
	width: 20%;
	background: url(../images/pbg.jpg) repeat;
	position: relative;
}
#catapro .category-list .bt {
	color: #fff;
	text-transform: capitalize;
	font-size: 2rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 25px auto;
	font-weight:bold;
}
#catapro .category-list .search {
	width: 100%;
	background: #ffffff;
	margin-top: 34px;
	margin-left: 24px;
}
#catapro .category-list form {
	position: relative;
	width: 80%;
	margin: 0 auto 20px;
}
#catapro .category-list form input {
	width: 100%;
	height: 30px;
	padding-right: 25px;
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#catapro .category-list form button {
	position: absolute;
	right: 7px;
	line-height: 28px;
	z-index: 999;
	color: #555;
	background-color: transparent;
}
#catapro .category-list ul {
	position: relative;
	margin-bottom: 30px;
}
#catapro .category-list ul > li {
	position: relative;
	font-size: 1.5rem;
}
#catapro .category-list ul > li a {
	color: #FFF;
	font-size: 1.4rem;
	height: 36px;
	line-height: 36px;
	display: block;
	padding: 0 25px;
}
#catapro .category-list ul > li a:hover, #catapro .category-list ul > li.active a {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}
/*--------产品系列列表--------------*/

#catapro .cata-list {
	width: 100%;
	margin:3% auto 0 auto ;
	overflow:hidden;
}
#catapro .cata-list ul li {
	width: 25%;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#catapro .cata-list ul li:nth-of-type(2) {
	margin-bottom: 20px;
}
#catapro .cata-list ul li div {
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 5px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#catapro .cata-list ul li div:hover {
	border: 5px solid #df6f22;
}
#catapro .cata-list ul li div h3 {
	font-weight: normal;
	font-size: 1.4rem;
	padding: 15px 5px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	background: #fff;
}
#catapro .cata-list ul li div::after {
	content: '';
	z-index: -1;
	bottom: -16px;
	width: 256px;
	height: 37px;
	left: 50%;
	margin-left: -128px;
	position: absolute;
}
/*----------------------*/
#catapro .cata-list ul li div > a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#catapro .cata-list ul li div img {
	width: 100%;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
#catapro .cata-list ul li div > a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#catapro .cata-list .bmore{ margin:5% auto 3% auto; text-align:center;}
#catapro .cata-list .bmore a{ background-color:#333333; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;}
#catapro .cata-list .bmore a:hover{ background-color:#333; color:#fff;}


.grid {
	overflow: hidden;
	margin: 2% 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 17%;
	text-align: center;
	cursor: pointer;
	margin:1%;
	
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
	width:100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:24px;
}


/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #f6f6f6;
}

figure.effect-layla img {
	min-width: 100%;
	/*height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);*/
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

/*figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}*/

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size:4em;
	font-weight:bold;
}

figure.effect-layla p {
	padding: 1em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color:rgba(0,0,0,.45);
	
	
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 46%;
		margin:1%;
	}	

	.grid figure figcaption {
	     padding: 1em;
		font-size: 100%;
	}
	
	figure.effect-layla h2 {
	padding-top: 50%;
}

figure.effect-layla p {
   display:none;
}

}

/*@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 95%;
	}
}*/


#ingg{ background-color:#333333; overflow:hidden;}
#ingg .gtit{float:left; font-weight:800; font-size: 2.8rem; line-height:40px; text-transform:uppercase; color:#FFFFFF; font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53; width:calc(100% - 240px);}
#ingg span{ float:right; width:240px; text-align:right; padding-top:10px;}
#ingg span a{ background-color:#FFFFFF; color:#333333; font-size:14px; padding:10px 35px; border-radius:25px; -webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}
#ingg span a:hover{ background-color:#333; color:#fff;}

/*--------首页小标题-----*/
main>section hgroup {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	text-transform: capitalize;
}
main>section hgroup>h2 {
	font-size: 2.8em;
	padding-bottom: 10px;
	color:#333;
	position: relative;
	font-weight: blod;
	font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53;
	text-transform:uppercase;
}
main>section hgroup>h2::after {
	/*background: #333333 none repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
main>section hgroup>h3 {
	font-size: 1.5rem;
	color: #888;
	font-weight: normal;
	line-height:30px;
	padding:0 10%;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
	padding: 50px 0;
}
/*---------解决方案---------*/
#wrapper7 {
	/*background: url(../images/wp2-bg.jpg) no-repeat center top;
	background-size: cover;*/
	background-color:#f5f5f5;
}
#wrapper7 .col {
	padding-bottom: 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width:31%;
	float:left;
	margin:1% 0;
	margin-right:2.3333%;
}
#wrapper7 .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:50%;
	float:left;
	padding-right:2%;
}
#wrapper7 .col span {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:50%;
	float:left;
}
#wrapper7 .col span h3 {
	font-size: 1.4rem;
	padding-bottom: 15px;
	text-align:left;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper7 .col span p {
	font-size: 1.2rem;
	font-weight: normal;
	text-align:left;
	line-height: 22px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
#wrapper7 .bmore{ margin:3% auto 0 auto; text-align:center;}
#wrapper7 .bmore a{ background-color:#333333; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}
#wrapper7 .bmore a:hover{ background-color:#333; color:#fff;}



/*-----第二部分（公司简介）-----*/
#wrapper2 {
	display: block;
	position: relative;
	overflow: visible;
	background: url(../images/fac.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:  0 !important;
	height:500px;
}
#wrapper2 img {
	float: left;
	clear: right;
	margin-right: 50px;
	max-width: 100%;
	vertical-align: middle;
}

#wrapper2 .dcon {
	background-color:rgba(0,0,0,0.5); padding:120px 0 0 0; overflow:hidden; width:100%;height:500px;
}

#wrapper2 .content {
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	margin:0 auto;
	width:96%;
	text-align:center;
}
#wrapper2 h2 {
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 25px;
	margin-top:10px;
	letter-spacing:8px;
	text-transform:uppercase;
	font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53;
}
#wrapper2 p {
	font-size: 2em;
	line-height: 34px;
	margin-bottom: 15px;
	letter-spacing:8px;
}
#wrapper2 ul {
	margin-bottom: 20px;
}
#wrapper2 li {
	line-height: 2;
	font-size: 1.6rem;
	color: #666;
}
#wrapper2 li i {
	color: #333333;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}
#wrapper2 .button {
	color: #fff;
	margin-top: 30px;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 25px;
	font-size: 1.4rem;
	padding:12px 25px;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border:1px solid #CCCCCC;
}
/*#wrapper2 a.more::after {
	font-family: FontAwesome !important;
	position: absolute;
	margin-left: -1em;
	right: 10px;
	opacity: 0;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	content: "\f101";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}*/
#wrapper2 a.more:hover {
background-color:#333333; color:#fff;
}
/*#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}*/
/*-----------新闻和联系我们-----------*/
/*#wrapper5 {
	background: url(../images/shapes.png) repeat-y top center;
}
#wrapper5 .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper5 .single-post {
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	border: 1px solid #fff;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#wrapper5 .single-post img {
	width: 100%;
}
#wrapper5 .single-post:hover {
	border: 1px solid #333333;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#wrapper5 ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#wrapper5 ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#wrapper5 ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #4c4f60;
}
#wrapper5 ul.post-date li:last-child {
	color: #fff;
	background: #333333;
}
#wrapper5 .post-content {
	padding: 30px;
}
#wrapper5 .post-content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
#wrapper5 .post-meta {
	font-size: 1.2rem;
	color: #8287a7;
	margin-bottom: 20px;
}
#wrapper5 .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#wrapper5 .post-meta li span {
	color: #4c4f60;
}
#wrapper5 hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#wrapper5 p {
	line-height: 1.8;
	margin-bottom: 25px;
	height: 75px;
	overflow: hidden;
}
#wrapper5 .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #333333;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#wrapper5 .post-content .btn:hover {
	background-color: #333333;
	color: #fff;
}*/

/*-----------新闻和联系我们-----------*/
#innews {
   background-color:#fff;
}
#innews .col {
	margin: 30px 10px 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-color:#f5f5f5;
}
#innews .single-post {
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.05);*/
	border: 5px solid #f6f6f6;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#innews .single-post img {
	width: 100%;
}
#innews .single-post:hover {
	border: 5px solid #b7a991;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	background-color:#FFFFFF
}
#innews ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#innews ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#innews ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #4c4f60;
}
#innews ul.post-date li:last-child {
	color: #fff;
	background: #014691;
}
#innews .post-content {
	padding: 15px;
}
#innews .post-content h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
#innews .post-meta {
	font-size: 1.2rem;
	color: #8287a7;
	margin-bottom: 20px;
}
#innews .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#innews .post-meta li span {
	color: #4c4f60;
}
#innews hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#innews p {
	line-height: 25px;
	margin-bottom: 25px;
	height: 50px;
	overflow: hidden;
	font-size:12px;
	color:#666666;
}
#innews .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #ea3516;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#innews .post-content .btn:hover {
	background-color: #ea3516;
	color: #fff;
}

#innews .bmore{ margin:5% auto 3% auto; text-align:center;}
#innews .bmore a{ background-color:#333333; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;}
#innews .bmore a:hover{ background-color:#333; color:#fff;}


main#index > section#wrapper5 {
	background: url(../images/news-bg.jpg) repeat center;
	padding: 30px 0 40px;
}
#wrapper5 .contact-right {
	width: 350px;
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 .news-left {
	margin-right: 20px;
	width: calc(100% - 370px);
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 ul.tabs li a {
	padding: 8px 25px;
	font-size: 1.8rem;
}
#wrapper5 ul.tabs li.active a {
	padding: 7px 25px 8px;
}

/*----新闻中心------*/
#wrapper5 .news-list figure {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper5 .news-list figure > a {
	width: 250px;
}
#wrapper5 .news-list figure a.readmore {
	font-size: 1.3rem;
	padding-top: 20px;
	color: #888;
}
#wrapper5 .news-list figure a.readmore:hover {
	color: #333333;
}
#wrapper5 .contact-right a.readmore {
	padding-top: 10px;
	font-size: 1.3rem;
	color: #888;
	padding-right: 20px;
	padding-bottom: 10px;
}
#wrapper5 .contact-right a.readmore:hover {
	color: #333333;
}
#wrapper5 .news-list figure img {
	border: 1px solid #e8e8e8;
}
#wrapper5 .news-list figure figcaption {
	width: calc(100% - 250px);
	padding: 0 0 0 20px;
}
#wrapper5 .news-list figure h3 {
	font-size: 1.6rem;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	font-weight: normal;
	line-height: 1.7;
}
#wrapper5 .news-list figure h3 a:hover {
	text-decoration: underline;
}
/*----新闻列表内容-----*/
#wrapper5 .news-list figure figcaption p {
	line-height: 1.7;
	color: #888;
	height: 70px;
	overflow: hidden;
}
#wrapper5 .news-list ul {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}
#wrapper5 .news-list ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	border-bottom: 1px dashed #BABABA;
	padding-left: 25px;
	width:48%;
	margin-right:4%;
	float:left;
}
#wrapper5 .news-list ul li:nth-child(2n) {
	margin-right:0;
}
#wrapper5 .news-list ul li a {
	display: block;
	width: calc(100% - 85px);
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper5 .news-list ul li a:hover {
	text-decoration: underline;
}
#wrapper5 .news-list ul li span {
	float: right;
	text-align: right;
	color: #CCC;
	font-size: 1.4rem;
	width: 85px;
}
/*-----首页联系我们----*/
#wrapper5 .contact-right a:hover {
	text-decoration: underline;
}
#wrapper5 .contact-right h3 {
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #333333;
	margin: 15px 0 15px;
	padding-left: 20px;
}
#wrapper5 .contact-right h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 24px;
	background: #333333;
}
#wrapper5 .contact-right ul {
	padding: 0 20px;
}
#wrapper5 .contact-right ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	padding-left: 25px;
	font-size: 1.4rem;
	border-bottom: 1px dashed #BABABA;
}

/*----- /公司简介/-------*/
#content .left-info {
	padding: 30px 0;
}

#content .left-info  .left-info2 { width:50%; margin-right:5%; float:left; font-size: 16px;	line-height: 28px;}
#content .left-info  .left-info3 { width:45%; float:left; padding-top:40px;}

#content .profile {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	color:#444;
}
#content .profile > ul, .details .tab-content ul{
	margin-bottom: 1.5rem;
}
#content .profile > ul > li, .details .tab-content ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left:15px;
}
#content .profile ul > li > p{
	margin-left:-15px;
}
#content .profile > ul > li span, .details .tab-content ul >li span {
	font-size: 1.6rem;
	font-weight: 600;
}
#content .profile h1, #content .profile h2, #content .profile h3 {
	font-weight: 600;
}
#content .profile h1 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
#content .profile h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
#content .profile h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
/*#content .profile p {
	margin-bottom: 15px;
}*/
#content .profile table p {
	margin-bottom: 0;
}
#content .profile img[align*="left"] {
	margin-right: 15px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

#inabout {
	background-color:#f5f5f5;
}
#inabout .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#inabout .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
}
#inabout .col h3 {
	font-size: 1.6rem;
	font-weight:normal;
	line-height:40px;
	padding-bottom: 5px;
	text-align:center;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}


/*------/产品列表/-------*/

#content .product-cataname{ margin:20px 0 20px 0; overflow:hidden; text-align:center;}
#content .product-cataname a{ font-size:16px; text-transform: uppercase; padding:0 40px; line-height:54px; background-color:#eee; color:#333333; border-radius:27px;  margin-right:25px; display:inline-table; }
#content .product-cataname a:hover, #content .product-cataname a.active{ background-color:#1a343d; color:#fff; }

.menucon {
	 display:block; overflow:hidden; margin:10px auto; text-align:center;
}
.menucon  a{
	width:200px; line-height:54px; background-color:#eee; font-size:16px;  display:inline-table;  margin:15px 0 15px 35px; text-align:center; border-radius:27px;
}
.menucon  a:hover, .menucon a.cur{
	background-color:#1a343d; color:#FFFFFF;
}
.menucon  a i{
	padding-right:15px;
}

#content ul.product-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.product-list li {
	width: 18%;
	height: 100%;
	margin:1%;
	/*padding-bottom:15px;*/
	border: 4px solid #f2f2f2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#content ul.product-list li div {
	text-align: center;
	width:100%;
	position: relative; 
	display: inline-block;
}
#content ul.product-list li:hover {
	border: 4px solid #df6f22;
}
#content ul.product-list li img {
	width: 100%;
}

#content ul.product-list2 {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.product-list2 li {
	width: 18%;
	height: 100%;
	margin:1%;
	padding-bottom:15px;
	border: 2px solid #f2f2f2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#content ul.product-list2 li div {
	text-align: center;
	width:100%;
}
#content ul.product-list2 li:hover {
	border: 2px solid #ccc;
}
#content ul.product-list2 li img {
	width: 100%;
}

#content ul.product li a {
	
}
#content ul.product li a:hover {
	/*background: #006835;
	color: #fff;*/
}
#content ul.product >li span {overflow:hidden;}
#content ul.product >li h3 {
	padding:0 5px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	bottom:0; width:100%; line-height:50px; height:50px; background-color:rgba(0,0,0,0.65); position: absolute; color:#FFFFFF; font-size:16px; overflow:hidden; text-align:center;
}
#content ul.product >li span p {
	font-size: 1.3rem;
	font-weight: normal;
	text-align:left;
	line-height: 26px;
	width: 100%;
	padding:5px 10px 10px 15px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#content ul.product >li span em {
	font-size: 1.3rem;
	font-weight: normal;
	text-align:left;
	line-height: 26px;
	width: 100%;
	padding:5px 10px 10px 15px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	
}
#content ul.product >li span em a{ color:#FF0000; padding-top:5px;display:block;}
#content ul.product >li span em a:hover{ color:#006835; text-decoration:underline;}



#content ul.solution-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.solution-list li {
	width: 23%;
	height: 100%;
	margin:1%;
	/*padding-bottom:15px;
	border-bottom:1px #CCCCCC dashed;*/
	border: 4px solid #f5f5f5;
	-webkit-transition: all .2s;
	transition: all .2s;
	background-color:#f5f5f5;
	overflow:hidden;
}
#content ul.solution-list li div {
	text-align: center;
	width:100%;
	padding:6px;
}
#content ul.solution-list li:hover {
	border: 4px solid #df6f22;
}
#content ul.solution-list li img {
	width: 100%;
}
#content ul.solution li a {
	
}
#content ul.solution li a:hover {
	/*background: #006835;
	color: #fff;*/
}
#content ul.solution >li span {
/*float:left;*/ width:100%; overflow:hidden;
}
#content ul.solution >li span h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 24px;
	height:78px;
	padding:15px;
	overflow: hidden;
	color:#333;
	/*white-space: nowrap;
	text-overflow: ellipsis; */
}
#content ul.solution >li span p {
	font-size: 1.6rem;
	font-weight: normal;
	text-align:left;
	line-height: 30px;
	height:100px;
	width: 100%;
	padding:10px 15px 30px 15px;
	color:#95a1ac;
}
#content ul.solution >li span em {
	font-size: 1.3rem;
	text-align:left;
	line-height: 26px;
	overflow:hidden;
	
}
#content ul.solution >li span em a{ color:#FF0000; padding-top:5px;display:block;}
#content ul.solution >li span em a:hover{ color:#006835; text-decoration:underline;}

#content ul.sclc-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.sclc-list li {
	width: 23%;
	height: 100%;
	margin:1%;
	/*padding-bottom:15px;
	border-bottom:1px #CCCCCC dashed;*/
	border: 4px solid #f5f5f5;
	-webkit-transition: all .2s;
	transition: all .2s;
	background-color:#f5f5f5;
	overflow:hidden;
}
#content ul.sclc-list li div {
	text-align: center;
	width:100%;
	padding:0;
}
#content ul.sclc-list li:hover {
	border: 4px solid #df6f22;
}
#content ul.sclc-list li img {
	width: 100%;
}
#content ul.sclc li a {
	
}
#content ul.sclc li a:hover {
	/*background: #006835;
	color: #fff;*/
}
#content ul.sclc >li span {
/*float:left;*/ width:100%; overflow:hidden;
}
#content ul.sclc >li span h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	padding:15px 0;
	overflow: hidden;
	color:#333;
	text-align:center;
	/*white-space: nowrap;
	text-overflow: ellipsis; */
}
#content ul.sclc >li span p {
	font-size: 1.6rem;
	font-weight: normal;
	text-align:center;
	line-height: 30px;
	height:100px;
	width: 100%;
	padding:10px 15px 30px 15px;
	color:#95a1ac;
}
#content ul.sclc >li span em {
	font-size: 1.3rem;
	text-align:left;
	line-height: 26px;
	overflow:hidden;
	
}
#content ul.sclc >li span em a{ color:#FF0000; padding-top:5px;display:block;}
#content ul.sclc >li span em a:hover{ color:#006835; text-decoration:underline;}

#content ul.sclc h2 {
width:98%; margin:0 1%; overflow:hidden; display:block; line-height:60px; padding-left:15px; font-size:22px; background-color:#f9f9f9; text-transform:Uppercase;
}

/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 20px 0;
}
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .fl {
	width:600px;
	float: left;
	display: inline;
}
#content .panel .fr {
	width: calc(100% - 600px);
	float: left;
	display: inline;
	padding-left: 80px;
}
#content .panel .fr > h1 {
	font-size: 2.6rem;
	margin-bottom: 10px;
	font-weight: bold;
}
#content .panel .fr  .description {
	font-size: 1.4rem;
	line-height:28px;
	color:#666666;
}
#content .panel .fr  .description table { }
#content .panel .fr  .catadown {padding-top:55px;}
#content .panel .fr  .catadown a{border:2px solid #333333; border-radius:5px; padding:10px 25px; font-size:22px; font-family:"Times New Roman", Times, serif}
#content .panel .fr  .catadown a:hover{color:#FFFFFF; background-color:#333333; }

.morepic{ margin-top:50px; overflow:hidden;}
.morepic li{ margin:1% 0; width:49%; float:left;}
.morepic li:nth-child(2n){ margin:1% 0 1% 2%; width:49%; float:left;}
.morepic li img{ width:100%;}

.meishipic{ margin-top:50px; overflow:hidden;}
.meishipic li{ margin:1% 2% 1% 0; width:32%; float:left;}
.meishipic li:nth-child(3n){ margin:1% 0 1% 0;; width:32%; float:left;}
.meishipic li img{ width:100%;}

.tianyuanpic{ overflow:hidden;}
.tianyuanpic li{ margin:1% 2% 1% 0; width:32%; float:left;}
.tianyuanpic li:nth-child(3n){ margin:1% 0 1% 0;; width:32%; float:left;}
.tianyuanpic li img{ width:100%; border:1px solid #f2f2f2;}
.tianyuanpic li span{ width:100%; text-align:center; line-height:40px; display:block;}

/*-------产品详情页--------*/
#content .details {
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
#content .nav-about {
	height: 40px;
	line-height: 40px;
	margin-top:40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size:2.0rem;
	font-weight:bold;
}
#content .nav-about i {
	font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}

#content ul.tech-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.tech-list li {
	width: 33.3333%;
	height: 100%;
	margin-bottom:25px;
}
#content ul.tech-list li div {
	text-align: center;
	border: 5px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin:0 10px;
}
#content ul.tech-list li div:hover {
	border: 5px solid #333333;
}
#content ul.tech-list li img {
	width: 100%;
}
#content ul.tech li a {
	
}
#content ul.tech li a:hover {
	background: #f5f5f5;
	color: #333333;
}

#content ul.tech >li h3 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}


/*----旋转木马轮播---*/
#content .profile .company-active {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.company-active .col {
	text-align: center;
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.company-active .col .single-brand {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.company-active .col .single-brand img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.company-active .col .single-brand:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.company-active .col .single-brand .cover {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background-color: rgba(51, 51, 51, 0.6);
}
/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 0;
}
/*#content hgroup > figure:first-child{
	padding-top:0;
}*/
#content hgroup > figure {
	position: relative;
	/*border-bottom: 1px solid #e8e8e8;*/
	overflow: hidden;
	padding: 20px 0;
	width:48%; margin:1%;
	float:left;
}
#content hgroup>figure:hover {
	background-color: #f8f8f8;
}
#content hgroup>figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup>figure img {
	float: left;
	width: 30%;
	border: 1px solid #e8e8e8;
}
#content hgroup>figure figcaption {
	float: left;
	width: 100%;
}
#content hgroup>figure h3 {
	font-weight: blod;
	padding-left: 15px;
	padding-bottom:15px;
	font-size: 2.4rem;
}
#content hgroup>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup>figure>figcaption>span {
	color: #444;
	padding-left: 15px;
	padding-top:15px;
	display:block;
}
/*----新闻列表内容-----*/
#content hgroup>figure figcaption p {
	line-height: 26px;
	padding: 0 15px 10px;
	color: #888;
	font-size:14px;
	height:52px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content hgroup>figure figcaption p a {
	color: #888;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px 0;
}
#content .solution_width {
	width:65%;
	float:left;
}
#content .news-info .new-tit {
	text-align: center;
}
#content .news-info .new-tit h1 {
	font-size: 2.4rem;
	font-weight:bold;
	margin-bottom: 20px;
}
#content .news-info .new-tit p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info .new-tit p.p1 time, #content .news-info .new-tit p.p1 span {
	padding-right: 10px;
}
#content .news-info .new-tit p.p2 {
	font-size: 1.3rem;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding: 30px 0;
	line-height: 28px;
	font-size: 1.4rem;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom: 25px;
}
.news-info .news-body .proimgs img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
/*.news-info .news-body p {
	margin-bottom: 20px;
}*/
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info .news-body h2 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.news-info .news-body h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.news-info .news-body h2, .news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}

.news-info .news-body .content1 { padding:0 0 0 20px; overflow:hidden; margin-bottom:60px;}
.news-info .news-body .content2 { padding:0; overflow:hidden; margin-bottom:60px;}
.news-info .news-body .content1 .img{width:47%; padding-left:3%;}
.news-info .news-body .content2 .img2{width:47%; padding-right:3%;}
.news-info .news-body .content1 .img img,.news-info .news-body .content2 .img2 img{width:100%;}
.news-info .news-body .content1 p{padding-top:20px; font-size:16px; line-height:30px;}
.news-info .news-body .content2 .condes{padding-top:5px; font-size:16px; line-height:30px;}
.news-info .news-body .content2 .condes p{ margin-bottom:10px;}
.news-info .news-body .content1 h2,.news-info .news-body .content2 h2{text-align:left; padding-bottom:10px;}

#content .xgnew{ overflow:hidden; padding:30px 0; width:30%; margin-left:5%; float:left;}
#content .xgnew .xgtit{ font-size:22px; padding-bottom:10px; color:#CC0000; line-height:82px; border-bottom:1px solid #ccc; font-weight:bold;}
#content .xgnew li{list-style:none; border-bottom:1px dashed #ccc; padding-top:10px; padding-bottom:10px; margin-bottom:10px;}
#content .xgnew li a{font-size:18px; font-weight:bold; line-height:40px; color:#333333;}
#content .xgnew li a:hover{color:#333333;}
#content .xgnew li span{display:block; padding-bottom:15px; color:#777; line-height:24px; height:48px; font-size:14px; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
  

/*-----联系我们-----*/
.contact img {
	max-width: none;
}
.contact .leftcon {
	width:40%; margin-right:5%; float:left; font-size:14px; line-height:28px;text-align: left;
}
.contact .rightcon {
	width:55%; float:left; overflow:hidden
}
.contact .input2 {
	width:48%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .input3 {
	width:100%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact textarea {
	width:100%; border:1px solid #ddd; height:140px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .button {
	width:100%; background-color:#333333; height:50px; line-height:50px; text-align:center; font-size:14px; color:#FFFFFF; margin-bottom:50px;
}

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.5);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
	font-size:14px;
	line-height:30px;
	padding-top:20px;
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

#branches {
width:100%;
background-color:#FFFFFF;
overflow:hidden;
}

#branches p {
opacity:0.7;
}

#branches ul {
width:100%;
margin-top:30px;
overflow:hidden;
}

#branches li {
position:relative;
list-style:none;
height:200px;
border-radius:10px;
background:#eaebed;
max-width:226px;
}

#branches ul a {
text-align:center;
text-decoration:none;
position:relative;
float:left;
width:15.65%;
border-radius:10px;
margin:.6%;
}

#branches ul a:first-child,#branches ul a:nth-child(7) {
	margin-left: 0
}

#branches ul a:last-child,#branches ul a:nth-child(6) {
	margin-right: 0
}

#branches ul a:last-child {
	margin-right: 0
}

#branches ul p {
color:#fe5922;
text-transform:uppercase;
font-weight:700;
font-size:18px;
top:138px;
position:absolute;
width:100%;
transition:all .3s;
padding:0 10px;
}

#branches ul a:hover p {
top:150px;
}

#branches ul a::before {
content:"";
width:60px;
height:66px;
position:absolute;
z-index:1;
left:50%;
margin-left:-35px;
top:50px;
background-size:100%!important;
background-repeat:no-repeat!important;
background-position:center!important;
}

#branches ul a:nth-child(1)::before {
background:url(../images/energy.png);
}

#branches ul a:nth-child(2)::before {
background:url(../images/consument.png);
}

#branches ul a:nth-child(3)::before {
background:url(../images/elektronica.png);
}

#branches ul a:nth-child(4)::before {
background:url(../images/automotive.png);
}

#branches ul a:nth-child(5)::before {
background:url(../images/machinebouw.png);
}

#branches ul a:nth-child(6)::before {
background:url(../images/bouw.png);
}

#branches ul a:nth-child(7)::before {
background:url(../images/urbanDesign.png);
}

#branches ul a:nth-child(8)::before {
background:url(../images/publicBikeSystems.png);
width:80px;
margin-left:-40px;
}

#branches ul a:nth-child(9)::before {
background:url(../images/babystroller.png);
}

#branches ul a:nth-child(10)::before {
background:url(../images/food.png);
}

#branches ul a:nth-child(11)::before {
background:url(../images/lighting.png);
}

#branches ul a:nth-child(12)::before {
background:url(../images/agriculture.png);
}

#branches ul a:last-child,#branches ul a:nth-child(6),#branches ul a:last-child {
margin-right:0;
}
