﻿@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	color: #444140;
}

html {
	width: 100%;
	min-width: 1200px;
}
body {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	min-width: 1200px;
	background-color: #444140;
	-webkit-transition: padding-top 400ms;
	transition: padding-top 400ms;
	overflow-x: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #4d4a49;
}
a img, iframe {
	border: none;
}
img {
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
select {
	margin: inherit;
}
/* Fixes incorrect placement of numbers in ol’s in IE6/7 */ 

/* == clearfix == */ 
.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

/*IE/7/6*/
/* == 以上 reset Css == */ 


/* =====共用左右浮动====== */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* =====共用左右浮动====== */

/*==== 共用宽度，左右居中 ======*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.hidden {
	display: none;
}

a.greenmore {
	width: 146px;
	height: 40px;
	margin: 0 5px;
	padding-top: 155px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background-color: #93cdb3;
	text-align: center;
	display: inline-block;
	_zoom: 1;
*display: inline;
	-webkit-transition: all 400ms;
	transition: all 800ms;
}
a.greenmore2 {
	width: 146px;
	height: 40px;
	margin: 67px 5px 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background-color: #b0c735;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	_zoom: 1;
*display: inline;
	-webkit-transition: all 400ms;
	transition: all 800ms;
}
a.greenmore:hover {
	background-color: #66c397;
	transition: all 800ms;
}
/* 顶部导航 */
.head {
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 30px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	z-index: 5;
}
.head.hide {
	top: -80px;
}
.head .logo {
	margin-top: -14px;
}
.head .logo img {
	width: auto;
	height: 50px;
	/* width: 213px; */
}
ul.nav {
	margin-top: 1px;
}
ul.nav li {
	margin-left: 40px;
}
ul.nav li a {
	font-size: 16px;
}
ul.nav li:hover>a{
	color: #115740;
}
ul.nav li.current>a{
	color: #115740;
}
/* 顶部区域 */
.top_section {
	position: relative;
	width: 100%;
	height: 416px;
	z-index: 2;
	background: #444140;
}
.top_section .top_sectionbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 416px;
	z-index: 1;
	-webkit-animation: top_sectionbg 2s forwards;
	animation: top_sectionbg 2s forwards;
	opacity: 0;
	background-color: #000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.top_section > .container {
	position: relative;
	z-index: 2;
}
.container>.w1200 {
	position: relative;
	z-index: 2;
}
.about_sectionbg {
	background-position: center top;
}
.news_sectionbg {
	background: #000 url(../images/n1.jpg) center no-repeat;
	background-size: cover;
}
.service_sectionbg {
	background: #000 url(../images/s1.jpg) center no-repeat;
	background-size: cover;
}
.focus_sectionbg {
	/* background: #000 url(../images/temp2.jpg) center no-repeat;
	background-size: cover; */
}
.prod_sectionbg {
	background: #000 url(../images/temp.jpg) center no-repeat;
	background-size: cover;
}
.join_sectionbg {
	background: #000 url(../images/temp.jpg) center no-repeat;
	background-size: cover;
}
.contact_sectionbg {
	/* background: #000 url(../images/temp.jpg) center no-repeat; */
	background-size: cover;
}
.case_sectionbg {
	/* background: url(../images/temp2.jpg) center no-repeat;
	background-size: cover; */
}
 @-webkit-keyframes top_sectionbg {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes top_sectionbg {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/* 页脚  */
.footer {
	margin-bottom: 40px;
	padding-top: 20px;
}
.footer h1 {
	color: #115740;
	font-size: 30px;
	font-family: dincond_bold, sans-serif;
	letter-spacing: -1px;
}
.footer h2 {
	padding-right: 20px;
	color: #8b8b8b;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background: url(../images/footer_icon1.png) right top no-repeat;
}
.footer p {
	padding-right: 10px;
	width: 240px;
	color: #8b8b8b;
	line-height: 16px;
	font-weight: bold;
}
h1.sectitle {
	margin-bottom: 20px;
	color: #4bbe14;
	font-size: 22px;
	font-family: novecento_widenormal, sans-serif;
	text-transform: uppercase;
}
h1.h1-hmove {
	margin-right: -30px;
}
.ndbox {
	background: #181818;
}
.carousel {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}
.carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .iright {
	position: relative;
	display: none;
	-webkit-transition: 1s ease-in-out left;
	-moz-transition: 1s ease-in-out left;
	-o-transition: 1s ease-in-out left;
	transition: 1s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .iright.active.left {
	left: 100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
    /*top: 40%;left: 15px;width: 40px;height: 40px;margin-top: -20px;font-size: 60px;font-weight: 100;line-height: 30px;color: #ffffff;text-align: center;background: #222222;border: 3px solid #ffffff;-webkit-border-radius: 23px;-moz-border-radius: 23px;border-radius: 23px;opacity: 0.5;filter: alpha(opacity=50);*/
	z-index: 3;
}
.carousel-control.right {
	right: 15px;
	left: auto;
}
.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-indicators {
	position: absolute;
	bottom: 85px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-indicators li {
	display: block;
	float: left;
	width: 27px;
	height: 4px;
	margin-left: 5px;
	text-indent: -999px;
	background: url(../images/idx.jpg) center no-repeat;
}
.carousel-indicators .active {
	background: url(../images/idx_on.jpg) center no-repeat;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4, .carousel-caption p {
	line-height: 20px;
	color: #ffffff;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0;
}
.pagetitle_move {
	-webkit-animation: pagetitle_move 1s forwards;
	animation: pagetitle_move 1s forwards;
}
@-webkit-keyframes pagetitle_move {
    0% {
        right: -50px;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}
@keyframes pagetitle_move {
    0% {
        right: -50px;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}
.idxfooter {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 25px 0;
	width: 100%;
	min-height: 263px;
	z-index: 1;
}
.idxfooter .idx-footerleft {
	position: relative;
	padding-left: 166px;
}
.idxfooter .idx-footerleft .lamp {
	position: absolute;
	left:0;
	top: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 600ms;
	transition: all 600ms;
}
.idxfooter .idx-footerleft .lamp.active {
	/* top: -25px; */top: 0;
	opacity: 0.6;
	filter: alpha(opacity=100);
}
.idxfooter .idx-footerleft .font {
	position: absolute;
	left: 70px;
	top: 0;
}
.idxfooter .idx-footerleft h1 {
	margin-bottom: 5px;
	color: #277e62;
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: -4px;
}
.idxfooter .idx-footerleft h2 {
	margin-bottom: 5px;
	padding-right: 20px;
	color: #a3a3a3;
	font-size: 16px;
	/* font-weight: bold; */
	/* background: url(../images/footer_icon1.png) right top no-repeat; */
}
.idxfooter .idx-footerleft p {
	color: #a3a3a3;
	line-height: 24px;
	/* font-weight: bold; */
}
.idxfooter .idx-footerright a {
	margin-left: 10px;
	width: 33px;
	height: 33px;
	cursor: default;
	display: block;
}
.idxfooter .idx-footerright a.idx-footericon1 {
	background: url(../images/idx-footer-shareicon.png) 0 0 no-repeat;
}
.idxfooter .idx-footerright a.idx-footericon2 {
	background: url(../images/idx-footer-shareicon.png) -42px 0 no-repeat;
}
.idx-footericon1 {
	position: relative;
}
.idx-footericon1 .qrcode {
	position: absolute;
	top: 0;
	right: 44px;
	opacity: 0;
	transition: all 600ms;
}
.idx-footericon1 .qrcode.active {
	opacity: 1;
}
.scroll-top {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	background: url(../images/scroll-top.jpg) no-repeat;
	width: 64px;
	height: 64px;
	z-index: 999;
	cursor: pointer;
}


/* 手机端导航 */
.mc_phone_nav{
	display: none;
	float: right;
	overflow: hidden;
	width: 26px;
	/* height: 72px; */
	/* margin-right: 10px; */
}
.mc_menubox{
	width: 26px;
	/* height: 72px; */
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 20px;
}
.mc_menubox .point{
	position: relative;
	display: inline-block;
	width: 26px;
	/* height:72px; */
}
.mc_menubox .point .mc_nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav::after,.mc_menubox .point .mc_nav::before {
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav, .mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
	display: inline-block;
	width: 26px;
	height: 1px;
	background-color: #115740;
}
.mc_menubox .point .mc_nav::after {
	top: -8px;
}
.mc_menubox .point .mc_nav::before {
	top: 8px;
}
.mc_menubox .point.active .mc_nav {
	background: transparent;
}
.mc_menubox .point.active .mc_nav::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_menubox .point.active .mc_nav::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile{
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 70px;
	z-index:1000000;
	background-color: #fff;
	height: 100%;
	/* max-height: calc(100vh - 64px); */
	overflow: auto;
	border-top: 1px solid #EAEAEA;
}
.mobilebox {
	/* display: none; */
	width: 100%;
	background-color: #fff;
	height: 100%;
	padding: 10px 0;
}
.mobilebox h4 {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}
.mobilebox h4::after {
	content: '';
	display: block;
	clear: both;
}
.mobilebox h4 a {
	float: left;
	width: 88%;
	font-size: 16px;
	line-height: 46px;
	color: #444;
	max-width: calc(100% - 36px);
}
.mobilebox .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	/* background: #f7f8fa; */
	border-top: 1px solid rgba(0, 0, 0, .1);
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
	}
.mobilebox .ul2 .container_s {
	max-width: 100%;
	padding: 0 25px;
}

.mobilebox .ul1 {
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
	padding-bottom: 15px;
}
.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 46px;
	color: #444140;
	transition: all .36s;
}
.mobilebox h5 {
	position: relative;
}

.mobilebox h5::after {
	content: '';
	display: block;
	clear: both;
}

.mobilebox h5 a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #444140;
	max-width: calc(100% - 36px);
}

.mobilebox h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobilebox h4.active img.img_s,.xialaph h5.active img.img_s,.mobilebox .mc_phnav_hasnosub i.img_s {
	display: none;
}

.mobilebox h4.active img.img_d,.mobilebox h5.active img.img_d {
	display: block;
}
.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h5.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
	body{
		padding-top: 0 !important;
	}
	#luxy{
		padding-top: 70px !important;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	.mc_phone_nav{
		display: block;
	}
	.mobile.active{
		display: block;
	}
	ul.nav{
		display: none;
	}
	.head{
		height: 70px;
		padding: 0 15px;
	}
	.head .logo{
		margin-top: 15px;
	}
	.head .logo img{
		height: 40px;
	}
	
	
}