.fl {
	float:left;
}
.fr {
	float:right;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.pr {
	position: relative;
}
.bold {
	font-weight: bold;
}
.img-responsive {
	display: block;
	margin:0 auto;
}
.flex, .flexC {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.flex>.sub, .flexC>.sub {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}
.flexC {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.sb {
	justify-content: space-between;
}
.jc {
	justify-content: center;
}
.ai {
	align-items: center;
}
.wrap {
	flex-wrap: wrap;
}
.oneLine {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-padding {
	padding-left:0;
	padding-right: 0;
}
.padding {
	padding:0 3%;
}
.bg {
	background: #f8f8f8;
}
.navbar {
	margin:0;
	border:none;
	background: none;
	color:#fff;
}
.navbar-brand {
	height: auto;
	padding:20px 15px;
	display: inline-block;
}
/*.navbar-collapse{padding:20px 0;}*/
.logo-m {
	display: none!important;
}
.navbar-brand>img {
	max-height: 55px;
}
.imghover {
transition: all linear .4s;
}
.imghover:hover {
	transform: scale(1.08);
}
.mix {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
}
.w1400 {
	width: 85%;
	max-width: 1470px;
	margin-left:auto;
	margin-right: auto;
}
.css3 {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
 @media (min-width: 1200px) {
 .container, .index_header.allIn .nav_container {
width: 100% !important;
}
}
/* 导航部分 */
.header {
	width: 100%;
	height: 120px;
	background-color: rgba(242, 242, 242, 0.8);
transition: top .5s ease;
-webkit-transition:top .5s ease;
-moz-transition:all .8s ease 0s;
-ms-transition:all .8s ease 0s;
-o-transition:all .8s ease 0s;
-webkit-transition:all .8s ease 0s;
transition:all .8s ease 0s;
}
/*.header_box{position: relative;}*/
.header .header_logo {
	float: left;
	position: relative;
	width:22%;
}
.header .header_logo img {
	max-height:90px;
	margin:15px 0;
	display: inline-block;
}
.header .header_nav {
	float: left;
	width:74%;
}
.header .header_tools {
	float: right;
	width:1%;
	position: relative;
}
.header .header_tools>ul {
	position: absolute;
	top:28px;
	right:0;
	white-space: nowrap;
	width:180px;
	display: flex;
	justify-content: flex-end;
}
.header .header_nav .nav_container>ul {
	overflow:hidden;
	display:block;
}
.header .header_nav .nav_container>ul>li {
	float: left;
	text-align: center;
	font-size: 18px;
	height: 120px;
	line-height: 120px;
	margin-left: 35px;
}
.header .header_nav .nav_container>ul>li a {
	display: block;
	padding:0 0 0 28px;
}
.header .header_tools li {
	height: 64px;
	line-height: 64px;
	font-size: 15px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.header .header_tools .nav-lang img {
	display: block;
	height: 64px;
}
.header .header_nav a:hover, .header .header_nav a.active {
	color:#44b034;
	font-weight:bolder
}
/*.header .header_tools .fix{position:relative; z-index:2;}*/
.header .header_tools .quick_box {
	position: absolute;
	top: 100%;
	left:0;
	width:500px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	padding: 25px 0;
	display: none;
}
.header .header_tools .quick_box a {
	padding-left:20px;
	display: block;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(30px);
transition: all .6s ease-in-out;
-webkit-transition:all .6s ease-in-out;
}
.header .header_tools .quick_box a .lin {
	padding-right: 30px;
	vertical-align: 2px;
}
.header .header_tools .quick_box.show a {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0);
transition-delay: .3s;
}
.header .header_tools .quick_box.show a:nth-child(1) {
transition-delay: .3s;
}
.header .header_tools .quick_box.show a:nth-child(2) {
transition-delay: .5s;
}
.header .header_tools .quick_box.show a:nth-child(3) {
transition-delay: .7s;
}
.header .header_tools .quick_box.show a:nth-child(4) {
transition-delay: .9s;
}
.header .header_tools .quick_box.show a:nth-child(5) {
transition-delay: 1.1s;
}
.header .header_tools .quick_box.show a:nth-child(6) {
transition-delay: 1.3s;
}
.header .header_tools .quick_box.show a:nth-child(7) {
transition-delay: 1.5s;
}
.header .header_tools .quick_box.show a:nth-child(8) {
transition-delay: 1.7s;
}
.header .header_tools .quick_box.show a:nth-child(9) {
transition-delay: 1.9s;
}
.header .header_tools .quick_box.show a:nth-child(10) {
transition-delay: 2.1s;
}
.header .header_tools .quick_box.show a:nth-child(11) {
transition-delay: 2.3s;
}
.nav-menu {
	width:40px;
	position: relative;
	border:none!important;
	margin-left:10px;
	cursor: pointer;
}
.nav-menu .button_menu {
	width: 36px;
	height: 21px;
	position: absolute;
	top:22px;
	left:2px;
}
.nav-menu .button_menu span {
	display:block;
	width:100%;
	height:3px;
	background-color:#464443;
	position:absolute;
	left:0;
-moz-transition:all .36s ease;
-o-transition:all .36s ease;
-webkit-transition:all .36s ease;
transition:all .36s ease;
}
.nav-menu .button_menu span:nth-child(1) {
top:0
}
.nav-menu .button_menu span:nth-child(2) {
top:9px
}
.nav-menu .button_menu span:nth-child(3) {
bottom:0
}
.button_close .button_menu span:nth-child(2) {
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg)
}
/* 下拉 */
/*.header .header_box{position: relative; }*/
.header .header_nav .inner_box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 45px 0;
	background: #fff;
	display: none;
	border-top: 1px solid #e5e5e5;
}
.header .header_nav .inner_box .box_l {
	width: 50%;
	float: left;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(20px);
transition: all .5s cubic-bezier(.4, .5, .58, 1.11);
	transition-delay: 0.3s;
}
.header .header_nav .inner_box .box_r {
	width: 50%;
	float: right;
	text-align: left;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(20px);
transition: all .5s cubic-bezier(.4, .5, .58, 1.11);
	transition-delay: 0.4s;
	padding-left: 50px;
}
.header .header_nav .inner_box.inner_hover .box_l, .header .header_nav .inner_box.inner_hover .box_r {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, 0);
}
.header .header_nav .inner_box .box_l .nav-first-ul>li {
	width: 100%;
	line-height: 24px;
	font-size: 20px;
	position: relative;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 2px solid transparent;
}
.header .header_nav .inner_box .box_l .nav-first-ul>li:last-child {
	margin-bottom: 0;
}
.header .header_nav .inner_box .box_l .nav-first-ul>li::before {
content: "";
opacity: 0;
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 15px;
background: url(../images/child_jt.png) no-repeat center;
background-size: contain;
transition: all .5s ease;
-webkit-transition: all .5s ease;
}
.header .header_nav .inner_box .box_l .nav-first-ul>li a {
	display: block;
}
.header .header_nav .inner_box .box_l .nav-first-ul>li.active, .header .header_nav .inner_box .box_l .nav-first-ul>li:hover {
	border-bottom: 2px solid #e5e5e5;
}
.header .header_nav .inner_box .box_l .nav-first-ul>li.active::before, .header .header_nav .inner_box .box_l .nav-first-ul>li:hover::before {
width: 108px;
opacity: 1;
}
.header .header_nav .inner_box .box_l .nav-first-ul>li.active a, .header .header_nav .inner_box .box_l .nav-first-ul>li:hover a {
	color: #44b034;
}
.header .header_nav .inner_box .box_r img {
	display: block;
	max-width: 100%;
}
.index_header {
	position: fixed;

	z-index: 100;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.index_header.ani {
	top:0;
}
.header-container {
	position: relative;
	z-index:10;
	border-bottom:1px solid #cccccc
}
.nav-all {
	background:#fff;
	position: fixed;
	padding:200px 0 20px;
	left:0;
	width: 100%;
	top:0;
	transform: translateY(-100%);
transition: all linear .3s;
	opacity: 0;
	overflow-y: auto;
	z-index: 9;
}
.index_header.allIn {
	background: #fff;
}
.index_header.allIn .header_nav {
	display: none;
}
.index_header.allIn .nav-all {
	transform: translateY(0);
	opacity: 1;
}
.nav-all .nav-first {
	padding-right: 30px;
	text-align: left;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(-20px);
transition: all .5s cubic-bezier(.4, .5, .58, 1.11);
	transition-delay: 0.35s;
}
.nav-all .nav-first.home {
	display: none;
}
.nav-all .nav-second {
	margin-top:20px;
}
.index_header.allIn .nav-all .nav-first {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, 0);
}
.nav-all li {
	margin-top:14px;
}
.nav-all li a {
	padding-left: 30px;
	position: relative;
	font-size:17px;
}
.nav-all .nav-first>a {
	font-size:24px;
	font-weight: bold;
	display: inline-block;
}
.nav-all .nav-first>a::before {
content:'';
position: absolute;
left:0;
top:50%;
margin-top:-5px;
width:10px;
height: 10px;
border-radius:100%;
overflow: hidden;
background: #464443;
}
.nav-all li a:hover {
	color:#44b034;
}
.ninfo {
	display: flex;
	justify-content: flex-end;
	margin-top: 200px;
}
.ninfo_phone {
	height: 120px;
	margin: 15px 80px;
	padding-left: 140px;
	background: url(/static/images/phone.png) no-repeat left center;
}
.ninfo_phone p {
	font-size: 36px;
	font-family: songti;
	line-height: 60px;
	font-weight: bold;
}
.ninfo_code {
	margin-right: 25px;
}
.ninfo_code img {
	max-width: 150px;
}
 @keyframes ghostUpdown {
 0% {
 transform: translateY(0px)
}
 50% {
 transform: translateY(10px)
}
 100% {
 transform: translateY(0px)
}
}
 @media (max-width:767px) {
 .container, .index_header.allIn .nav_container {
min-width: 100%;
}
 .header {
height: 70px;
}
 .header .header_logo img {
height: 60px;
margin: 5px 0;
}
 .header .header_tools>ul {
top:10px;
}
 .header .header_tools li {
height: 50px;
line-height: 50px;
}
 .header .header_tools .nav-lang {
padding:0;
margin:0;
}
 .header .header_tools .nav-lang img {
height: 50px;
}
 .header .header_tools .nav-lang span {
display: none;
}
 .header .header_tools .quick_box {
padding: 15px 0;
}
 .header .header_tools .quick_box a {
height: 40px;
line-height: 40px;
}
 .header .header_tools .quick_box a .lin {
padding-right: 10px;
}
 .header .header_tools .nav-menu {
width: 26px;
}
 .header .header_tools .nav-menu .button_menu {
width: 26px;
top: 15px;
}
 .nav-all {
padding:70px 0 0;
}
 .nav-all .flex {
display: block;
flex-wrap: wrap;
}
 .nav-all .nav-first {
width: 100%;
padding:0;
}
 .nav-all .nav-first>a {
border-bottom: 1px solid #464443;
}
 .nav-all .nav-first a {
font-size:16px;
display: block;
padding:10px 0;
text-align: center;
}
 .nav-all .nav-first>a::before {
width: 0;
height: 0;
}
 .nav-all li {
margin:0;
}
 .nav-all .nav-second {
margin:0;
display: none;
}
 .nav-all .nav-second a {
font-size:14px;
padding:6px 0;
}
 .nav-all li a.active {
color:#44b034;
}
 .nav-all .nav-third {
padding:0;
}
 .ninfo {
margin-top: 50px;
display: block;
flex-wrap: wrap;
text-align: center;
}
 .ninfo_phone {
margin: 0;
height: 80px;
padding-left: 80px;
background-size: 56px;
display: inline-block;
}
 .ninfo_phone p {
font-size: 20px;
line-height: 40px;
text-align: left;
}
 .ninfo_code {
margin: 0;
margin-top: 30px;
}
 .header .header_nav {
display:none
}
 .no-js .owl-carousel, .owl-carousel.owl-loaded {
padding-top:70px
}
 .header .header_logo {
 float: left;
 position: relative;
 width:50%
}
.solar-button{ margin-top:20px}
}


.bz{ padding-top: 60px;}
.bz_con{ margin-top: 30px;height: 695px;background: url(../images/bz_conbg.jpg) no-repeat center; }
.bz_con ul{ padding-top: 180px;padding-left: 90px;}
.bz_con ul li{ float: left;width: 366px;height: 190px;transition:all 0.5s;}
/*.bz_con ul li:hover{ transform: rotateY(-10deg);}*/
.bz_con ul li em{font-size: 22px;font-weight: bold;line-height: 65px;display: block;color: #333333; }
.bz_con ul li em img{ width:65px;height: 65px;vertical-align: middle;margin-right: 12px;-webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;}
.bz_con ul li:hover em img{ -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}
.bz_con ul li span{ display: block;font-size: 14px;line-height: 22px;color: #333333;width: 300px;margin-top: 12px;}
 @media (max-width:1400px) {
.header .header_nav .nav_container>ul>li a {
 display: block;
 padding: 0 0px 0 0;
}
}
