/*

*/
body {
	font-family: "Lucida Sans Unicode","微软雅黑",Tahoma,Arial,sans-serif;
	background:#ffffff;
	font-size: 100%;
}
/* start header */
.header_bg{
	background: #ffffff;
}
.header{
	padding: 2%;
}
.h_menu{
	margin-top: 15px;
	position: relative;
}
.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
	border: none;
	background: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background: none;
	color: #96C332;
}
.navbar-default .navbar-nav > li > a {
	color: #2C3E50;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav li {
	margin: 10px 20px;
}
.nav > li > a {
	font-size: 16px;
	padding: 4px;
	text-transform: uppercase;
	font-weight: 600;
	/*font-style: italic;*/
}
/*start search*/
.sb-search {
	position: absolute;
	top:2px;
	right: -40px;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background: #2C3E50;
	width: 100%;
	height: 45px;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #fff;
	background: #ffffff url('../images/search.png') no-repeat 10px 10px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #2C3E50 url('../images/search_h.png') no-repeat 10px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* start slider */
.slider_bg{
	background: url('../images/slider.jpg');
}
.slider_left{
	width: 48%;
	margin: 6% 0 0 6%;
}
.slider_right{
	width: 50%;
}
.slider_right form{
	margin-top: 4%;
}
.slider_right form input[type="button"]{
	font-size: 14px;
	color: #ffffff;
	background: #2C3E50;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-appearance:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.slider_right form input[type="button"]:hover{
	background: #ffffff;
	color:  #2C3E50;	
}
.slider_right form input[type="button"].left{
	margin-left: 4%;
}
/* start main */
.content_bg{
	background: #2C3E50;
}
.content_bg.top{
	border-top:5px solid #96c332;
}
.main{
	padding:4% 2%;
}
h3.style{
	text-align: center;
	color: #96C332;
	text-transform: uppercase;
	font-size: 28px;
	/*font-style: italic;*/
	font-weight: 700;
}

p.para{
	font-size: 13px;
	color: #ffffff;
	line-height: 1.8em;
    text-align:left;
    text-indent:2em;
}
.para a:visited{color:#428bca;}
/* start about */
.about{
	margin: 4% 0;
}
.about h3{
	margin: 0 0 20px;
}
.about p{
	margin-top: 20px;
}
.about span{
	display:block;
	color: #96C332;
	text-transform: uppercase;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	margin: 20px 0 20px;
}
.holder1_of_3{
	padding:0px;
	width: 30.999999%;
	margin-left: 3.3333%;
}
.holder1_of_3:first-child{
	margin-left: 0;
}
/* Common division block */
.holder{
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
}
.holder img{
	display:block;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Caption and Light */
.caption{
    color: rgba(0,0,0,0);
    line-height: 100px;       
}
.caption:hover{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
    -webkit-box-shadow: 0px 0px 10px 7px #FFFFFF;
   -moz-box-shadow: 0px 0px 10px 7px #FFFFFF;
   -o-box-shadow: 0px 0px 10px 7px #FFFFFF;  
}
.caption>div{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}
/* Smooth Caption */
.smooth:hover img{
	cursor: pointer;
    box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    -moz-box-shadow: 0px 0px 10px #333333;
    -o-box-shadow: 0px 0px 10px #333333;
}
.go-left{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    
    width: 360px;
    text-align:center;   
    font-size: 20px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left{    
    right:0px;    
}
.go-top{
	background-color: rgba(45, 62, 78, 0.67);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-top{    
    top:0px;    
}
.go-top p{
	font-size: 13px;
	line-height: 1.8em;
	color: #FFF;
	margin: 0px;
}
.holder img {
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	width:100%;
}
.holder h4{
	margin-top:0px;
	background: #96C332;
	padding: 20px;
	text-align:center;
	color: #2C3E50;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
}
/* start soc_icons */
.soc_icons {
	margin-top: 15px;
}
.soc_icons ul{
	margin-bottom: 0;
}
.soc_icons ul li{
	display:inline-block;
	margin-left: 20px;
}
.soc_icons ul li:first-child{
	margin-left: 0px;
}
.soc_icons ul li a{
	background: #97C33A;
	color: #2D3E4E;
	font-size: 16px;
	display: block;
	line-height: 38px;
	width: 38px;
	height: 38px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}
.soc_icons ul li a:hover{
	background: #2D3E4E;
	color:  #97C33A;
}
/* start work */
.work{
	margin: 6% 0;
}
.work span{
	display: block;
	border-bottom: 2px solid #ffffff;
}
.line{
	width: 20%;
	border-bottom: 10px solid #96C332;
	margin: 0 auto;
	position: relative;
	top: 5px;
}
.work_top{
	padding: 4% 0;
}
.drp-dwn{
	text-align:center;
	margin: 4% 0 2%;
}
.drp-dwn select {
	text-transform: uppercase;
	padding: 4px;
	font-size: 13px;
	outline: none;
	border: none;
	width: 20%;
	margin: 0 auto;
	background: #96C332;
	color: #FFFFFF;
	cursor: pointer;
}
.span_1_of_3{
	padding: 15px 0;
}
.span1_of_3{
	padding: 0;
}
.work_text{
	width: 100%;
	text-align:center;
}
.work_text h5{
	font-size: 24px;
	color: #80D6D8;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 90px;
	line-height:2;
}
.work_text p{
	text-transform:capitalize;
	display:block;
	font-size: 13px;
	color: #80D6D8;
	font-weight: 600;
}
.work_text p a{
	color: #ffffff;
}
.pagenation{
	text-align: center;
}
.pagination > li > a, .pagination > li > span {
	font-size: 16px;
	background: none;
	border: none;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.pagination > .active > a,.pagination > li > a:hover{
		background: #97C62C;
		color: #ffffff;
}
/* start blog */
.blog_of_3{
	padding: 15px 0;
}
.blog1_of_3{
	width: 30.999999%;
	margin-left: 3.33333%;
	padding: 20px;
	background: #ffffff;	
	border-left: 10px solid #95C233;
	position: relative;
}
.blog1_of_3:first-child{
	margin-left: 0px;
}
.blog1_of_3 h3{
	font-size: 24px;
	color: #2D3E50;
	text-transform: capitalize;
	font-weight: 700;
	margin: 10px 0px 10px;
	position: relative;
	left: -20px;
}
.blog1_of_3 h3 span{
	color: #2D3E50;
	background: #8FBB30;
	padding: 5px 10px;
	margin-right: 10px;
}
.blog1_of_3 p{
	font-size: 13px;
	line-height: 1.8em;
	color: #2D3E50;
	font-weight: 600;
	margin: 20px 0;
}
.btn{
	font-weight: 700;
	font-size: 13px;
	color: #fff;
	background: #8FBB30;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn:hover{
	color:#95C233;
	background: #2D3E50;
}
/* start footer */
.footer_bg{
	background: url('../images/slider.jpg') no-repeat;
	background-size: 100% 100%;
}

.footer h3{
	text-align: center;
	color: #2D3E50;
	text-transform: uppercase;
	font-size: 28px;
	
	font-weight: 700;
	margin: 0% 0 4%;
}
.contact_left p{
	color: #2D3E50;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
.contact_left span{
	display:block;
	text-transform: capitalize;
	color: #2D3E50;
	font-size: 18px;
	font-weight: 700;
}
.contact_left p a{
	color: #2D3E50;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
.contact_left p.btm{
	margin-bottom: 4%;
}
.f_left{
	margin-top: 3%;
}
.f_list {
	padding: 0;
    height:30px;
    
}
.contact_right form input[type="text"],.contact_right form textarea{
	font-family: 'Open Sans', sans-serif;
	margin: 20px 0;
	box-shadow: none;
	border: 1px solid #24384D;
	background: #fff;
	color: #ffffff;
	line-height: 1.8em;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 13px;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.contact_right form textarea{
	resize: none;
	height: 160px;
}
.contact_right form input[type="text"]:focus,.contact_right form textarea:focus{
	border: 1px solid #07223C;	
}
.contact_right form input[type="text"]:hover,.contact_right form textarea:hover{
	border-color: #07223C;
}
.contact_right form input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
	color: #96C332;
	background: #2C3E50;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contact_right form input[type="submit"]:hover{
	background:  #23364B;
}
/*-- start footer1 --*/
.footer1_bg{
	background: #ffffff;
}
.footer1{
	padding: 4% 2%;
}
.copy p{
	color: #2D3E50;
	font-size: 13px;
	line-height: 2em;
	font-weight: 700;
}
.copy p a{
	color:#96C332; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #2D3E50;
	text-decoration: none;
}
/* start social_icons */
.social_icons ul{
	margin-bottom: 0;
}
.social_icons ul li{
	text-align:center;
	display:inline-block;
	margin-left: 20px;
}
.social_icons ul li a{
	background: #2D3E50;
	color: #ffffff;
	font-size: 16px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-weight: 100;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social_icons li a:hover{
	text-decoration:none;
	background: #96C332; 
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat center;
}
/* start works page */
.works_list{
	text-align:center;
}
.works_list span{
	display:block;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.8em;
	text-transform: capitalize;
}
.works_list img{
	display: inline-block;
	margin: 2% 0;
}
.works_main {
	padding: 4% 0 0;
	margin: 4% 0 2%;
	border-top: 2px solid #ffffff;
}
.work_left{
	padding: 0;
}
.work_left h5{
	color: #2D3E50;
	background: #95C233;
	padding: 10px 20px;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
	position: relative;
	top: -44px;
	margin: 0;
}
.work_left p{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
.work_left span{
	display:block;
	text-transform: capitalize;
	color: #97C433;
	font-size: 14px;
	font-weight: 700;
}
.work_left p a{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
/* start blog page */
.blog_style
{
    float:left;
	font-size: 16px;
	color: #96C332;
	display: block;
    
}
/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px)  {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
	#fwslider .title1 {
		width: 60% !important;
	}
	#fwslider .description {
		width: 60% !important;
		padding: 15px 20px;
	}
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
	.nav > li > a {
		font-size: 15px;
	}
	.nav li {
		margin: 10px 15px;
	}
	.sb-search {
		right: -35px;
	}
	.soc_icons ul li {
		margin-left: 10px;
	}
	.holder h4{
		font-size: 14px;
	}
	.go-top {
		padding: 15px;
	}
	.work_text h5 {
		font-size: 20px;
		margin-top: 80px;
	}
	.blog1_of_3 h3 {
		font-size: 16px;
	}
	.work_left h5 {
		top: -36px;
	}
}
@media only screen and (max-width: 768px) {
	.h_menu {
		position: relative;
	}	
	.navbar-default .navbar-toggle {
		border-color: #FFF;
	}
	.navbar {
		min-height: 51px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #3b3b3b;
		border: none;
	}
	.navbar-default {
		border:none;
	}
	.navbar-nav {
		margin: 0px 0px;
		border-top: 1px solid #ccc;
	}
	.nav > li > a {
		padding: 10px 5px;
	}
	.nav li {
		margin: 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #96c332;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:  #2C3E50;
	}
	.navbar-toggle {
		padding: 8px 8px 8px 8px;
	}
	.logo{
		position: relative;
		z-index: 999;
	}
	.logo h1{
		position: absolute;
		top: 0px;
		width: 70%;
	}
	.sb-search {
		right: 65px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 92%;
		z-index: 999;
	}
	.slider_left {
		width: 38%;
		margin: 6% 0 0 6%;
	}
	.slider_right {
		width: 60%;
	}
	.hide{
		display: none;
	}
	.slider_right form {
		margin-top: 0%;
	}
	.slider_right form input[type="button"] {
		font-size: 13px;
		padding: 8px 20px;
	}
	.go-top {
		padding: 16px;
		text-align:center;
	}
	.blog1_of_3 {
		padding: 10px;
		float: left;
		border-left: 6px solid #95C233;
	}
	.holder h4 {
		padding: 16px;
	}
	.blog1_of_3 h3 {
		font-size: 14px;
		left: -15px;
	}
	.blog1_of_3 h3 span {
		margin-right: 5px;
	}
	.f_list{
		float: left;
		width: 33.3333%;
		text-align:right;
	    padding-right:20px;
	    padding-top:5px;
	}
	.f_list1{
		float: left;
	    height:30px;
	}
	.btn {
		padding: 10px 24px;
	}
	.soc_icons {
		float: none !important;
	}
	.footer1 {
		text-align:center;
	}
	.copy{
		float: none !important;
	}
	.social_icons{
		text-align:center;
		float: none !important;
	}
	.holder1_of_3 {
		padding: 0px;
		width: 100%;
		margin-left: 0%;
	}
	.work_left h5 {
		top: -28px;
	}
}
@media only screen and (max-width: 640px){
	h3.style {
		font-size: 24px;
	}
	.blog1_of_3 {
		padding: 10px;
		float: none;
		width: 100%;
		margin-left:0px;
		margin-top:15px;
		border-left: 5px solid #95C233;
	}
	.btn{
		float: none !important;
	}
}
@media only screen and (max-width: 480px) {
	.logo h1 a img{
		width:60%;
	}
	#fwslider .title1 {
		width: 80% !important;
		line-height: 1.5em !important;
	}
	.slider_right form input[type="button"] {
		font-size: 13px;
		padding: 6px 20px;
	}
	.f_list1 {
		width: 62.3333%;
	}
	.drp-dwn select {
		width: 40%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 86%;
		z-index: 999;
	}
	.soc_hide{
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	.slider_left img{
		height: 100%  !important;
	}
	.slider_right form input[type="button"].left {
		margin-left: 0% !important;
		margin-top: 10px !important;
		display:none !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #FFF;
		margin: 5px 0px 0px;
	}
	.about span {
		font-size: 13px;
		margin: 15px 0 20px;
	}
	.go-top {
		padding: 15px;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	.logo h1 {
		margin: 15px 0px 0px;
	}
	.logo h1 a img {
		width: 60%;
		display: inline-block;
	}
	.sb-search {
		right: 38px;
		top: 0px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 80%;
		z-index: 999;
	}
	.blog_style {
		font-size: 16px;
		
	}
	.f_list {
		float: left;
		width: 28.3333%;
		
	}
	.f_list1 {
		width: 66.3333%;
		margin-left: 0px;
	}
	.work_text h5 {
		font-size: 18px;
		margin-top: 50px;
	}
	.contact_left span {
		font-size: 14px;
	}
	.contact_left p a {
		font-size: 12px;
	}
	.soc_icons ul li a {
		line-height: 32px !important;
		width: 32px !important;
		height: 32px !important;
	}
	.soc_icons ul li {
		margin-left: 5px;
	}

}
/*型号列表样式*/
.list{ list-style:none; padding: 3px 0px 0px 10px; margin:0;}
.li1{ float:left; width:280px; text-align:left;overflow:hidden;}
.li1 a:hover{ color: Blue; text-decoration:blink;}
.li1 a:visited{ color:#2a6496;}
.li2{ float:left; width:70px; text-align:left; overflow:hidden;}
/*底部导航栏*/
.foot{  width:100%; margin-bottom:10px;}
.foot a{ text-align: center; padding:0px 5px 0px 5px; }
.foot a:hover{ text-decoration:blink; color:Blue;  }
.foot a:visited{ color:#2a6496;}
/*首页顶部联系提示*/
.index_top{text-align:center; margin-top:10px;}
.index_top a{background: none repeat scroll 0 0 #2c3e50;border: medium none;padding: 12px 20px; color:#fff; font-size:16px; font-weight:bolder;}
.index_top a:hover{ text-decoration:blink;}
.index_top a:visited{ color:#fff;}

/*热门型号*/
.hot{ list-style:none; margin:0; padding:0; }
.hot li
{
    float:left;
    width:138px;
    padding:1px;
    overflow:hidden;/*自动隐藏文字*/
    text-overflow:ellipsis;/*文字隐藏后添加省略号*/
    white-space:nowrap;/*强制不换行*/
}
.hot li a{ color:#fff;}
/*a标签样式*/
.a_style{ color:#fff; text-decoration:blink; }
.a_style:hover{color:#96c332; text-decoration:underline;}
.a_style:visited{color:#fff; text-decoration:blink;}
/*底部固定栏*/
#footpanel {
    position: fixed;
    bottom: 0; left: 0;
    z-index: 9999; /*--Keeps the panel on top of all other elements--*/
    background: #fff;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    width: 100%;
    padding:2px;
    background-color:#8FBB30;
}
#footpanel a
{
    width:49%;
    height:40px;
    font-size:20px;
    font-weight:300;
    color:#fff;
    text-align:center;
    
}
.line_right
{
    border-right:1px solid #fff;
}
#footpanel a:visited{ color:#fff;}

/* 新加的CSS */


.body {
    background: #f1f1f1 none repeat scroll 0 0;
    box-shadow: 0 0 10px #444;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
	font-size:14px;
}
#brands {
    background: rgba(0, 0, 0, 0) url("../images/bg1.jpg") no-repeat scroll center top;
}
.index-content {
    overflow: hidden;
}
.mtop {
    margin-top: 80px !important;
}
#brands .bgbox {
    color: #444;
    padding-bottom: 60px;
    padding-top: 60px;
}
.bg-Grey {
    background: rgba(0, 0, 0, 0) url("../images/dian.png") repeat scroll 0 0;
}
.bgbox {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.index-content .title {
    font-size: 45px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.index-content .detail {
    display: block;
    margin: 20px auto 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.index-content .detail span {
    background: #fff none repeat scroll 0 0;
    border-radius: 75px;
    color: #444;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
}
.sanjiao, .sanjiao2 {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.sanjiao2 span {
    background: rgba(0, 0, 0, 0) url("../images/sanjiao2.png") no-repeat scroll center bottom;
    display: block;
    height: 40px;
    margin: 0 auto;
    width: 40px;
}
.body .wrap {
	margin: 0 auto;
}
.brands-ul {
    margin-top: 30px;
    overflow: hidden;
}

.brands-ul li {
    float: left;
    margin-top: 20px;
    overflow: hidden;
    width: 33.222%;
}
ul, li {
    list-style: outside none none;
}

.brands-ul li .brand-inner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #888;
    display: block;
    margin: 5px 15px;
    overflow: hidden;
    padding: 8px;
    width: auto;
}

.body input,.body  button,.body  textarea,.body  a {
    cursor: pointer;
    outline: medium none;
    transition: all 0.2s linear 0s;
}
.body a {
    color: #444;
    text-decoration: none;
}
.body .brands-ul li img {
    display: block;
    width: 100%;
}
.body img {
    border: medium none;
}
.body .brands-ul li h3 {
    border-bottom: 1px dotted #999;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

.brands-ul li p {
    color: #999;
    height: 50px;
    line-height: 20px;
    margin-top: 5px;
    padding: 5px 0;
    width: 100%;
}
.body ul, .body li {margin:0; padding:0;}
#services {
    background: rgba(0, 0, 0, 0) url("../images/bg5.jpg") no-repeat scroll center top;
}

#services .bgbox {
    color: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
}
.service-ul {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}
.service-ul li {
    cursor: pointer;
    display: block;
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 33.222%;
}
.service-ul li {
    cursor: pointer;
    display: block;
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 33.222%;
}
.service-ul li .icon {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}
.Icon-Quality{ background: url("../images/icon/Quality.png") center no-repeat;}
.Icon-Delivery{ background: url("../images/icon/Delivery.png") center no-repeat;}
.Icon-Service{ background: url("../images/icon/Service.png") center no-repeat;}
.Icon-Power{ background: url("../images/icon/Power.png") center no-repeat;}
.Icon-Car{ background: url("../images/icon/Car.png") center no-repeat;}
.Icon-Machine{ background: url("../images/icon/Machine.png") center no-repeat;}
.Icon-Gearing{ background: url("../images/icon/Gearing.png") center no-repeat;}
.Icon-Motor{ background: url("../images/icon/Motor.png") center no-repeat;}
.Icon-Mine{ background: url("../images/icon/Mine.png") center no-repeat;}
.Icon-tel{ background: url("../images/icon/tel.png") center left no-repeat;}
.Icon-fax{ background: url("../images/icon/fax.png") center left no-repeat;}
.Icon-add{ background: url("../images/icon/add.png") center left no-repeat;}
.service-ul li .icon {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}
.service-ul li .service-detail {
    display: block;
    padding-left: 70px;
    width: auto;
}

.service-ul li .service-detail dt {
    font-size: 16px;
    overflow: hidden;
    width: 100%;
}
.service-ul li .service-detail dd {
    color: #999;
    line-height: 22px;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}
.service-ul li .service-detail dt span {
    color: #085abf;
    margin-left: 5px;
}
#product{ background: url("../images/bg3.jpg") center top no-repeat;}
#product .bgbox{padding-top: 60px; padding-bottom: 60px; color: #fff;}
.sanjiao,.sanjiao2{ width: 100%; overflow: hidden; position: absolute; left: 0; bottom: 0;}
.sanjiao span{ display: block; width: 40px; height: 40px; margin: 0 auto; background: url("../images/sanjiao.png") no-repeat bottom;}
.sanjiao2 span{ display: block; width: 40px; height: 40px; margin: 0 auto; background: url("../images/sanjiao2.png") no-repeat bottom;}
.product-ul{ margin-top: 50px; overflow: hidden; text-align: center}
.product-ul li{ width: 33.222%; overflow: hidden; float: left; display: inline-block;}
.product-ul li .view{ width: auto; display: block; height: 200px; margin: 10px; border: 5px solid rgb(255, 255, 255); *border: 5px solid #eee; overflow: hidden; position: relative; text-align: center; box-shadow: 0 0 6px rgb(170, 170, 170); cursor: default;}
.product-ul li .view .mask{ width: 100%; height: 200px; position: absolute; overflow: hidden; top: 0; left: 0; }
.product-ul li .view img { width: 100%; display: block; position: relative; }
.product-ul li .view .title{ width: 100%; height: 35px; line-height: 35px; position: absolute; left: 0; bottom: -35px;}
.product-ul li .view .title a{ display: block; width: 100%; height: 35px; color: #eee;}
.fifth-effect img {
    opacity:1;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.fifth-effect .mask {
    cursor:pointer;
    opacity:1;
    visibility:visible;
    border:100px solid rgba(0,0,0,0.4);
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
    border:0 double rgba(0,0,0,0.8);
    opacity:0;
    visibility:hidden;
}
.fifth-effect:hover img {
    opacity:1;
}
.black{ background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);zoom:1;}
.white{ background:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8fffffff,endColorstr=#8fffffff);zoom:1;}

.weizhi {
    margin: 20px auto!important;
    overflow: hidden;
}
.weizhi .inner {
    display: block;
    margin: 0 15px;
    overflow: hidden;
}
.data-detail-box .inner {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0 15px;
    overflow: hidden;
    padding: 25px 30px;
    position: relative;
    width: auto;
}

.data-detail-box .inner h1 {
    border-left: 5px solid #085abf;
    color: #666;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    padding: 3px 10px;
    width: auto;
}
.data-detail-box .inner .info-conbox {
    clear: both;
    display: block;
    line-height: 30px;
    margin: 20px auto;
    width: auto;
}

/* wap */
@media screen and (max-width:767px){
    .body .wrap{ width: 100%;}
	.brands-ul li{ width: 100%!important;; float: none!important;}
	.body .brands-ul li img {
		width: 100%;
	}
	.service-ul li{ width: auto; display: block; margin: 0 15px 20px 15px; float: none; border-bottom:1px #ccc dotted; padding-bottom: 20px;}
    .service-ul li .icon{ width: 45px; height: 45px; background-size: 45px;}
    .service-ul li .service-detail{ padding-left: 60px;}
    .sanjiao span{width: 25px; height: 25px; background-size: 25px;}
    .product-ul{ margin-top: 10px;}
    .product-ul li{ width: 50%;}
    .product-ul li .view,.product-ul li .view .mask{ height: 125px;}
    .info-ul li{ width: 100% !important;}
    .info-ul li .newsListBox span{ width: 100% !important;}
    .info-ul li .newsListBox span a{ border-color: #eee;}
}

/* pad */
@media screen and (min-width: 768px) and (max-width:1001px){
    .body .wrap{ width: 768px !important;}
	.service-ul li{ width: 50%; margin-bottom: 30px;}
}

/* PC */
@media screen and (min-width:1002px) and (max-width:1199px){
    .body .wrap{ width: 1002px !important;}
}
@media screen and (min-width:1200px){
    .body .wrap{ width: 1200px !important;}
}









