@charset "utf-8";

/********************************************************************
 * Home public
 */
.home-model-title {
	font-size: 2.75em;
	color: #464637;
	margin-bottom: 20px;
	float: none;
}
/********************************************************************
 * head
 */
.head {
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.head .logo {
	background: url(../images/logo.png) no-repeat center center;
	height: 100px;
	width: 171px;
	margin-left: 50px;
	float: left;
}
.head .title {
	font-size: 1.5em;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
}
.head .headmenu {
	font-size: 1.2em;
	float: right;
	margin-top: 40px;
	height: 100px;
}
.head .headmenu ul li {
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
    display: inline;
}
.head .headmenu ul li:hover {
	cursor: pointer;
	color: #F6921D;
	padding-top: 1px;
	border-top: 3px solid #F6921D;
}
.head .headmenu ul li.cur {
	color: #F6921D;
	padding-top: 1px;
	border-top: 3px solid #F6921D;
}
/********************************************************************
 * banner
 */
.banner {
	height: 450px
	min-height: 200px;
	width: 100%;
	overflow: hidden;
}
.banner .line {
	background: #4BAB18;
	height: 5px;
	border-bottom: 1px solid #FFF;
}
.banner .bannerimg {
	background: url(../images/Banner.jpg) no-repeat center top;
	height: 430px;
	width: 100%;
	overflow: hidden;
}
.bannercar {
	background: url(../images/banner_car.png) no-repeat;
	float: left;
	height: 211px;
	width: 294px;
	margin-top: 220px;
	margin-left: 5px;
	z-index: 1;
	position: relative;
}
.bannertitle {
	font-size: 1.75em;
	color: #1A6D01;
	text-decoration: none;
	float: left;
	margin-top: 30px;
	margin-left: -225px;
	line-height: 2em;
	z-index: 9;
	position:relative;
}
.banner01 {
	background: url(../images/banner_01.png) no-repeat;
	float: left;
	height: 400px;
	width: 313px;
	margin-left: -90px;
	z-index: 3;
	position: relative;
}
.banner02 {
	background: url(../images/banner_02.png) no-repeat;
	float: left;
	height: 400px;
	width: 313px;
	margin-left: -120px;
	z-index: 4;
	position:relative;
}
.banner03 {
	background: url(../images/banner_03.png) no-repeat;
	float: left;
	height: 400px;
	width: 313px;
	margin-left: -120px;
	margin-right: 10px;
	z-index: 5;
	position:relative;
}
/********************************************************************
 * Our philosophy
 */
.philosophy {
	width: 100%;
	height: auto;
	padding: 0 0 4em 0;
}
.philosophy .content {
	font-size: 1.2em;
	line-height: 30px;
	color: #464637;
}
.philosophy .content img {
	margin: 1.5em;
	float: left;
}
.philosophy-grids {
	width: 100%;
	float: left;
}
.philosophy-grid {
	float: left;
	text-align: center;
	padding: 10px;
}
.philosophy-grid .gridimg {
	background: #4BAB18;
}
.philosophy-grid .gridimg img {
	margin: 1em;
	border-radius: 15em;
	border: 1em solid #FFF;
	padding: 1em 1em;
}
/* 
  rotate(<angle>) 
  通过指定的角度对元素指定一个2D旋转 
  需要先有一个transform-origin属性的定义 
  transform-origin是旋转的基点 
  angle是旋转的角度，正值表示顺时针，负值表示逆时针 
  deg为度的意思，如60deg表示60度 
*/  
.philosophy-grid .gridimg img:hover {
  transform: rotateY(360deg);	/* w3c标准 */
  transition: .5s all;			
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
/********************************************************************
 * Our services
 */
.services {
	background: #F0F0E1;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.services-grids {
	margin-top: 3em;
	text-align: center;
}
.services-grid img {
  margin: 0 auto;
  background:#4BAB18;
  padding: 0.5em 1em;
  border-radius: 10px;
}
.services-grid img:hover {
  background: #f2af00;
}
.services-grid h4 {
  font-size: 1.5em;
  padding: 0.8em 0 0;
  color: #464637;
    font-weight: 600;
}
/********************************************************************
 * Our product sort 
 */
.sort {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.sort-grids {
	margin-top: 3em;
	text-align: center;
}
.sort-grid {
	position:relative;
	padding: 0;
}
.sort-grid .textbox {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 2em;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 0px;
	background-color: rgba(15, 16, 15, 0.6);;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.95);
	box-shadow: 0px 0px 15px 2px rgba(255,255,255,.95);
}
.sort-grid:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sort-grid .textbox {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sort-grid .textbox p {
  padding-top: 3em;
  color: #fff;
  margin: 0 auto;
}
.sort-grid img {
	cursor: pointer;
	margin: 0 auto;
}
/********************************************************************
 * Our guide 
 */
.guide {
	background:#3f454d;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.guide h3 {
	font-size: 2.5em;
	color:#fff;
	margin-bottom: 0.7em;
}
.guide-nav ul li {
	font-size: 1em;
	line-height: 1.8em;
	color: #999;
	list-style: none;
	padding: 6px 24px;
	background: url(../images/list-arrow.png) no-repeat 0px 15px;
	cursor: pointer;
	list-style-type: none;
}
.guide-nav ul li:hover {
	color: #f2af00;
}
.guide-cont ul {
	margin-bottom: 2em;
}
.guide-cont ul li {
	display: inline-block;
}
.guide-cont ul li p {
	font-size: 1em;
	color: #999;
}
.guide-cont ul li a {
	width: 100%;
	display: block;
	font-size: 1em;
	text-decoration: none;
	color:#999;
}
.guide-cont ul li a:hover{
	color:#f2af00;
}
.phone {
	width: 40px;
	height: 44px;
	background: url(../images/cont.png) no-repeat 0px 0px;
	display: inline-block;
}
.smartphone {
	width: 40px;
	height: 40px;
	background: url(../images/cont.png) no-repeat 0px -44px;
	display: inline-block;
}
.message {
	width: 40px;
	height: 40px;
	background: url(../images/cont.png) no-repeat 0px -88px;
	display: inline-block;
}
.guide-code{ margin: 2em 0px; }
/********************************************************************
 * Footer 
 */
.footer {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}
.footer-middle .bottom-menu ul li {
	cursor: pointer;
	display: inline-block;
	margin: 1.2em 1.5em;
}
.footer-middle .bottom-menu ul li a {
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
}
.footer-bottom {
	margin-top: 1em;
}
.footer-bottom p {
	font-size: 1.2em;
	color: #000;
	font-weight: 400;
}
.footer-bottom p a {
	margin: 0 6px 0 6px;
}
.footer-bottom a {
	font-size: 1.1em;
	color:#16A667;
}
.footer-bottom a:hover {
	color: #000;
}

/********************************************************************
 * about us
 */
.banner .banner-about {
	background: url(../images/banner_about_us.png) no-repeat center;
	height: 200px;
}
.aboutus {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.aboutus h3 {
	font-size: 3.5em;
	color: #394c53;
	text-align:center;
}
.aboutus .left-grid h4 {
	font-size: 2em;
	padding: 0.5em 0;
	color: #000;
	font-weight: 500;
}
.aboutus .left-grid ul li {
	font-size: 1em;
	line-height: 1.8em;
	color: #555;
	list-style: none;
	padding: 6px 24px;
	background: url(../images/list-arrow-green.png) no-repeat 0px 15px;
	cursor: pointer;
	list-style-type: none;
}
.aboutus .right-grid {
	padding: 0.5em 0 0;
}
.aboutus .right-01 h5 {
	font-size: 1.4em;
	padding: 0.5em 0;
	color: #000;
	font-weight: 500;
}
.aboutus .right-grid p {
	font-size: 1em;
	color: #555;
	line-height: 1.8em;
	text-align: left;
}
.aboutus .right02 h4 {
	font-size: 2em;
	padding: 0.5em 0;
	color: #000;
	margin-bottom: 1.5em;
	font-weight: 500;
}
.aboutus .right02 .team-grid {
	float: left;
	width: 33%;
	padding: 0 8px;
}
.aboutus .right02 .team-grid h5 {
	font-size: 1.4em;
	padding: 0.5em 0;
	color: #0A0909;
}
/********************************************************************
 * join us
 */
.banner .banner-join {
	background: url(../images/banner_join.png) no-repeat center;
	height: 200px;
}
.joinus {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.joinus h3 {
	font-size: 3.5em;
	color: #394c53;
	text-align:center;
}
.joinus .job {
  margin-top: 1em;
}
.joinus .job .ab1 {
	background: #eee;
	padding: 1em 1em;
	margin: 2em 0;
	border-radius: 5px;
}
.joinus .job h4 {
	font-size: 2em;
}
.joinus .job p {
	line-height: 30px;
}
.joinus .job .ab1 a {
	font-size: 1em;
}
.joinus .right-01 h4 {
	font-size: 2em;
	padding: 0.5em 0;
	color: #000;
	font-weight: 500;
}
.joinus .right-01 ul li {
	font-size: 1em;
	line-height: 1.8em;
	color: #555;
	list-style: none;
	padding: 6px 24px;
	background: url(../images/list-arrow-green.png) no-repeat 0px 15px;
	cursor: pointer;
	list-style-type: none;
}
/********************************************************************
 * contact us
 */
.banner .banner-contact {
	background: url(../images/banner_contact.png) no-repeat center;
	height: 200px;
}
.contact {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.contact h3 {
	font-size: 3.5em;
	color: #394c53;
	text-align:center;
}
.contact .address {
	background: url(../images/contact-address.png) no-repeat center;
	height: 291px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.contact .content {
	width: 100%;
	font-size: 1.5em;
	line-height: 2em;
	margin: 20px 0px;
}

/********************************************************************
 * help
 */
.banner .banner-help {
	background: url(../images/banner_help.png) no-repeat center;
	height: 200px;
}
.help {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}
.help h3 {
	font-size: 3.5em;
	color: #394c53;
	text-align:center;
}
.help .left-grid h4 {
	font-size: 2em;
	padding: 0.5em 0;
	color: #000;
	font-weight: 500;
}
.help .left-grid ul li {
	font-size: 1em;
	line-height: 1.8em;
	color: #555;
	list-style: none;
	padding: 6px 24px;
	background: url(../images/list-arrow-green.png) no-repeat 0px 15px;
	cursor: pointer;
	list-style-type: none;
}
.help .job {
  margin-top: 1em;
}
.help .job h4 {
	font-size: 2em;
}
.help .job .ab1 {
	background: #eee;
	padding: 1em 1em;
	margin: 2em 0;
	border-radius: 5px;
}
.help .job p {
	line-height: 30px;
}
