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

.header {
	height: 593px;
	position: relative;
	padding-top: 1px;
	overflow: hidden;
}
.header .fig {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: -1;
	width: 100%;
}
.header .content {
	margin: 0 -20px;
	position: relative;
	color: #fff;
	text-align: center;
}
.header .content .logo {
	display: none;
}
.header .content .wysi {
	font-size: 2.1em;
}
.header .content h6.fx-fade-y {
	font-size: 3.33333em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0.45em;
}
.mainnav.mainnav-white {
	background: #FFFFFF;
	top: 0;
	padding: 0;
}
.mainnav.mainnav-white .btn {
	background: #fff;
	color: #1d1d1d
}
.mainnav.mainnav-white .btn:hover {
	background: #fff;
	color: #fff
}
.mainnav.mainnav-white .btn:before {
	background: #1d1d1d
}
.mainnav.mainnav-white .effect-link-line:after, .mainnav.mainnav-white .effect-link-line:before {
	background: #fff;
	background: rgba(0,0,0,0.5);
}
.mainnav.mainnav-white .btn-border {
	color: #fff;
	border-color: #fff;
	background: none;
	color: #fff
}
.mainnav.mainnav-white .btn-border:hover {
	background: none;
	color: #1d1d1d
}
.mainnav.mainnav-white .btn-border:before {
	background: #fff
}
.mainnav.mainnav-white .logo .icon, .mainnav.mainnav-white .logo .home-clients-slider .flex-direction-nav a, .home-clients-slider .flex-direction-nav .mainnav.mainnav-white .logo a {
	color: #fff
}

@media (max-width: 1024px) {
.mainnav.mainnav-white .btn:hover {
	background: #fff;
	color: #1d1d1d
}
.mainnav.mainnav-white .btn-border:hover {
	background: none;
	color: #fff
}
}

@media (max-width: 991px) {
.header {
	height: 480px;
}
}

@media (max-width:767px) {
.header {
	height: 380px;
}
.header .fig {
	top: 89px;
}
.header .content .logo {
	display: block;
	width: 100%;
	padding: 10px 0 10px;
	text-align: center;
	background: #fff;
}
.header .content .logo img {
	width: 260px;
}
.header .content .wysi {
	font-size: 1.2em;
}
.header .content h6.fx-fade-y {
	font-size: 1.6875em;
}
}

@media (max-width:486px) {
.header {
	height: 280px;
}
.header .fig {
	top: 73px;
}
.header .content .logo img {
	width: 200px;
}
}
/**********************sub-nav****************************/
.sub-nav {
	background: #1d1d1d;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	margin: -38px 0 0 0;
	min-height: 55px;
}
.sub-nav .btn {
	display: none
}
.sub-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center
}
.sub-nav li {
	display: inline-block;
	padding: 18px 16px 19px 16px;
	position: relative
}
.sub-nav li:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 11px 0 11px;
	border-color: #1d1d1d transparent transparent transparent;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -11px;
	-webkit-transition: bottom .15s;
	-moz-transition: bottom .15s;
	-ms-transition: bottom .15s;
	-o-transition: bottom .15s;
	transition: bottom .15s
}
.sub-nav li.active:after {
	bottom: -11px
}
.sub-nav a {
	padding: 11px 1px 11px 1px;
	display: block;
}
.sub-nav .effect-link-line:after, .sub-nav .effect-link-line:before {
	background: #777
}

@media (max-width: 1024px) {
.sub-nav {
	font-size: 12px;
}
}

@media (max-width: 767px) {
.sub-nav {
	font-size: 0.875em;
	margin: -25px 0 0 0;
	position: relative;
	z-index: 10
}
.sub-nav ul {
	position: absolute;
	top: 56px;
	background: #6c6c6c;
	left: 0;
	right: 0;
	padding: 10px 0;
	display: none;
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px)
}
.sub-nav li {
	display: block;
	padding: 0
}
.sub-nav li:after {
	display: none
}
.sub-nav li a {
	padding: 10px 0 10px 0
}
.sub-nav li a:before, .sub-nav li a:after {
	display: none
}
.sub-nav li.active a {
	color: #80c341
}
.sub-nav .btn {
	text-align: center;
	display: block;
	width: 100%
}
.sub-nav .btn span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.sub-nav .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #fff transparent transparent transparent
}
.sub-nav .btn:hover:before {
	display: none
}
}
/***************************news********************************/
.project-items {
	margin: 50px -18px 0 -18px
}
.project-items .col {
	padding: 0 18px
}
.project-items .project-item {
	margin-bottom: 36px
}
.project-item {
	background: #fff;
	height: 465px;
	position: relative
}
.project-item.news-show .fig {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.project-item.news-show .fig a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	-ms-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
	-webkit-transform: scaleX(1) scaleY(1);
	-moz-transform: scaleX(1) scaleY(1);
	-ms-transform: scaleX(1) scaleY(1);
	-o-transform: scaleX(1) scaleY(1);
	transform: scaleX(1) scaleY(1);
}
.project-item.news-show:hover .fig a img {
	-webkit-transform: scaleX(1.1) scaleY(1.1);
	-moz-transform: scaleX(1.1) scaleY(1.1);
	-ms-transform: scaleX(1.1) scaleY(1.1);
	-o-transform: scaleX(1.1) scaleY(1.1);
	transform: scaleX(1.1) scaleY(1.1);
}
.project-item .content {
	padding: 25px 25px 0 25px
}
.project-item h6 {
	font-size: 1.6666666667em;
	line-height: 1.1333333333em;
	font-weight: normal;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.project-item h6 a {
	color: #363130;
}
.project-item h6 a:hover {
	color: #6B6F67;
}
.project-item small {
	display: block;
	font-size: 1em;
	margin-top: 4px;
	line-height: 1.15em;
	color: #B3B3B3;
}
.project-item .link {
	font-size: 1.1em;
	padding-top: 10px;
	position: relative;
	margin-top: 15px;
	display: block;
	line-height: normal;
	margin-bottom: 0;
}
.project-item .link a {
	color: #959292;
}
.project-item .link:after {
	content: "";
	display: block;
	width: 43px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d7d6d6
}
.project-item a.more {
	display: block;
	float: right;
	width: 20px;
	height: 15px;
	background: url(../images/news_bit04.png) right center no-repeat;
	border-left: 1px #D9D9D9 solid;
	padding-left: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.project-item:hover a.more {
	border-left: 1px #8dba3b solid;
	background: url(../images/news_bit04.png) left center no-repeat;
}

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

@media (max-width: 1100px) {
.project-item h6 {
	font-size: 1.3333333333em
}
}

@media (max-width: 1024px) {
.full-quote .quote {
	font-size: 1.3em
}
.project-item-img .label {
	display: none
}
}

@media (max-width: 1023px) {
.project-items .col {
	width: 50%
}
.project-item h6 {
	font-size: 1.6666666667em
}
}

@media (max-width: 900px) {
.project-item h6 {
	font-size: 1.3333333333em
}
}

@media (max-width: 768px) {
.project-items .col {
	width: 100%;
}
.project-item h6 {
	font-size: 1.3333333333em
}
}

@media (max-width: 767px) {
.project-items {
	margin: 20px 0 0 0
}
.project-items .project-item {
	margin-bottom: 20px
}
.project-item {
	height: auto
}
.project-item .content {
	padding-bottom: 25px
}
.project-item .link {
	font-size: 0.9em;
}
}
/***************************products*******************************/
.project-item.proshow {
	height: auto;
	padding-bottom: 25px;
}
.project-item.proshow .fig {
	margin: 0;
	position: relative;
}
.project-item.proshow .fig img {
	display: block;
	width: 100%;
	height: auto
}
.project-item.proshow h6 {
	font-size: 1.6666666667em;
	line-height: 1.1333333333em;
	color: #363130;
	font-weight: normal;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.project-item.proshow .link {
	font-size: 1.1em;
	padding-top: 10px;
	position: relative;
	margin-top: 15px;
	display: block;
	line-height: normal;
	color: #b5b3b3
}
.project-item.proshow .link:after {
	content: "";
	display: block;
	width: 43px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d7d6d6
}
.project-item .overlay h6{
	color: #fff
}
.project-item .overlaya:hover h6  {
	color: #CFCFCF;
}
.project-item .overlay .link {
	color: #fff
}
.project-item:hover .overlay-fig {
	opacity: 1
}
.no-opacity .project-item:hover .overlay-fig {
	visibility: visible
}
.project-item:hover .overlay-color {
	opacity: 0.9
}
.no-opacity .project-item:hover .overlay-color {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}
.project-item:hover .overlay:before, .project-item:hover .overlay:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
	transition: opacity 0.4s ease, transform 0.45s ease .2s
}
.project-item:hover .overlay-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
/*************************page****************************/
.page {
	text-align: center;
}
.page .pagination {
	display: inline-block;
	padding-left: 0px;
	margin: 60px 0px;
	border-radius: 4px;
}
.page .pagination > li {
	display: inline;
}
.page .pagination > li > a, .page .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #BABABA;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 18px;
}
.page .pagination > li:first-child > a, .page .pagination > li:first-child > span {
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page .pagination > li:last-child > a, .page .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.page .pagination > li > a:focus, .page .pagination > li > a:hover, .page .pagination > li > span:focus, .page .pagination > li > span:hover {
	z-index: 3;
	color: #5F5F5F;
	background-color: #EEE;
	border-color: #DDD;
}
.page .pagination > .active > a, .page .pagination > .active > a:focus, .page .pagination > .active > a:hover, .page .pagination > .active > span, .page .pagination > .active > span:focus, .page .pagination > .active > span:hover {
	z-index: 2;
	color: #FFF;
	cursor: default;
	background-color: #878787;
	border-color: #878787;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: 0px none;
}

@media (max-width:767px) {
.page .pagination {
	margin: 20px 0px;
}
.page .pagination > li > a, .page .pagination > li > span {
	font-size: 14px;
}
}
/*************************about***************************/
.cta-text {
}
.cta-text .inner {
}
.cta-text .inner h6 {
	font-size: 2.11111em;
	font-weight: normal;
	line-height: 1.15789em;
	margin: 0.83em 0px 1.15em;
	color: #565656;
}
.cta-text .inner .wysi p {
	font-size: 14px;
	line-height: 1.6;
}
.cta-text .inner>.more {
	text-align: right;
}
.cta-text .inner>.more>a{ padding-left:0; padding-right:0}
.cta-text .inner>.more>a:hover {
	color: #80C341
}
/**************************news_de**************************/
.news-text{ padding-top:40px;}
.news-text aside{ border-right:1px #E4E4E4 solid;
}
.news-text aside .more .btn{
	padding:0;
	font-size:12px;
	padding: 0px 0px 15px;
	}
.news-text aside .more .btn:hover{color: #80C341}
.news-text aside .ttl {
	position: relative;
	padding: 15px 0px 0px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.news-text aside .ttl::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3rem;
	height: 2px;
	background: #80C341 ;
}
.news-text article{ float:right}
.news-text article .news-link {
	margin:40px 0;
	}
.news-text article .news-link p{
	margin:0;
	font-size:13px !important;
	}
.news-text article .news-link a{
	font-weight:normal;
	}
.news-text article .news-link a:hover{
	color:#434343;
	}
@media (max-width:767px) {
.news-text .col{ width:100%; border:none;}
	}
/*************************products-de***************************/	
.cta-text .inner  header h6{ float:left;}
.cta-text .inner header small{
	display:block;
	padding-top:10px;
	margin-top:10px;
	position:relative;
	font-size:16px;
	color:#A8A8A8;
	}
.cta-text .inner header small::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:4rem;
	height:2px;
	background: #80C341;
	}
.cta-text .inner header .qr{ float:right;}
.cta-text .inner .pro-text{ padding-top:40px;}
.cta-text .inner .pro-text .products-pic{
	text-align:center;
	background:#fff;
	}
.cta-text .inner .pro-text p{
	position:relative;
	padding-top:40px;
	margin-top:60px;
	line-height:2.0;
	}
.cta-text .inner .pro-text  p::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:20%;
	height:4px;
	background: #80C341;
	}
.pager {
    padding-left: 0px;
    margin: 20px 0px;
    text-align: center;
    list-style: outside none none;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
	font-size:20px;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .next > a, .pager .next > span {
    float: right;
}
@media (max-width:767px) {
.pro-text .products-pic img{ width:100%;}
.cta-text .inner  header h6{
	font-size:1.8em;
	}
	}



/*************************footer***************************/
.footer.small {
	padding: 50px 0 30px 0;
}
