﻿@charset "UTF-8";

/*!
 * Copyright 2013-2015 Shanghai MchenTech Information Technology Co, Ltd.
 * Licensed under http://www.009gps.com
 * Author YuXuezhi
 */

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol, ul, li {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}
a, a:focus, img, div {
	outline: none;
}
img, .autologin {
	vertical-align: middle;
}
body {
	font-size: 12px;
	width: 100%;
	height: 100%;
}

/* Custom CSS
 * --------------------------------------- */
* html .clearfix {
	height: 1px;
	*font-size: 1px;
}
.cboth, .clearfix {
	display: block;
}
.cboth:after, .clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.yahei, .title, .btn {
	font-family: '微软雅黑', 'Microsoft Yahei';
}
.line-bottom {
	border-bottom: 1px dashed #888888;
	display: block;
	height: 0px;
	*height: 1px;
	*font-size: 1px;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
	color: #666;
}
.title {
	font-size: 20px;
	padding-bottom: 6px;
}
.btn {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	border: none;
	border-radius: 3px;
}
.width-half {
 	width: 50%;
}
.text-m {
	font-size: 14px;
}

/* Home CSS
 * --------------------------------------- */
.header {
 	height: 80px;
 	line-height: 80px;
}
.logo {
 	height: 100%;
}
.banner {
 	height: 420px;
 	width: 100%;
 	overflow: hidden;
 	position: relative;
}
.slider {
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

/**** login ****/
.login, .login-type li, .login-type li.hover {
	background: url(../images/login/login-bg.png) no-repeat;
}
.login, .login-type li, .login-type li.hover {
	background: url(../images/login/login-bg.png) no-repeat;
}
.login {
	position: absolute;
	width: 288px;
	height: 308px;
	top: -430px;
	right: 0;
	background-position: 0 0;
}
.login-type {
	height: 48px;
	overflow: hidden;
}
.login-type li {
	background-position: 0 -308px;
	width: 146px;
	line-height: 48px;
	cursor: pointer;
	font-size: 16px;
	color: #777777;
	float: left;
	text-align: center;
}
.login-type li:nth-child(2) {
	margin-left: -4px;
}
.login-type li.hover {
	background-position: -146px -308px;
	color: #659b07;
	font-weight: bold;
}
.login-form {
	padding: 35px;
}
.login-other span {
	display: inline-block;
}
.userBox, .pwdBox {
	border: 1px solid #999999;
	height: 32px;
	width: 176px;
	padding-left: 36px;
	margin-bottom: 12px;
}
.userBox {
	background: url(../images/login/icon.png) no-repeat 8px 0;	
	background: url(../images/login/icon.png) no-repeat 8px 0;	
}
.pwdBox {
	background: url(../images/login/icon.png) no-repeat 8px -32px;
	background: url(../images/login/icon.png) no-repeat 8px -32px;
}
.login-other {
	margin: 2px 0 20px;
}
.btn-login, .btn-reg {
	width: 80px;
	line-height: 42px;
	height: 42px;
	cursor: pointer;
}
.btn-reg {
	background-color: rgba(235,87,51,1);
}
.btn-reg:hover {
	background-color: rgba(255,146,80,1);
}
.btn-login, .btn-app {
	background-color: rgba(96,167,74,1);
}
.btn-login {
	margin-right: 12px;
}
.btn-login:hover, .btn-app:hover {
	background-color: rgba(144,186,48,1);
}
/**** content ****/
.content {
 	padding-top: 50px;
 	height: 430px;
}
.dynamic-main {
 	height: 250px;
 	overflow: hidden;
}
.location-dynamic {
 	width: 340px;
}
.dynamic-statistical {
 	background-color: #e5e5e5;
 	color: #555555;
 	height: 28px;
 	line-height: 28px;
 	padding: 0 10px;
 	margin-bottom: 10px;
 	overflow: hidden;
}
.dynamic-info {
	line-height: 20px;
}
.dynamic-list {
	border-bottom: 1px dashed #888888;
	height: 81px;
}
.dynamic-icon {
	padding-top: 8px;
}
.dynamic-text {
	padding: 10px 0;
	width: 235px;
}
.dynamic-text .fr {
	width: 106px;
}
.app-download {
	width: 570px;
	padding-top: 30px;
}
.app-main {
	padding-bottom: 40px;
	width: 265px;
}
.app-info {
	width: 142px;
}
.app1 .large-code {
	background: url(../images/login/ios.png) no-repeat 50% 50%;
}
.app2 .large-code {
	background: url(../images/login/Android.png) no-repeat 50% 50%;
}
.app3 .large-code {
	background: url(../images/login/obd.png) no-repeat 50% 50%;
}
.app4 .large-code {
	background: url(../images/login/weChat.png) no-repeat 50% 50%;
} 
.app-code {
 	height: 120px;
 	width: 120px;
 	position: relative;
 	cursor: crosshair;
}
.app-code img {
 	height: 120px;
}
.app-code .large-code {
	width: 256px;
	height: 256px;
	display: block;
	background-size: 100%;
	position: absolute;
	zoom: 1;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all .35s ease-in-out;
  	-ms-transition: all .35s ease-in-out;
  	-o-transition: all .35s ease-in-out;
  	transition: all .35s ease-in-out;
}
.app4 .app-code .large-code {
	width: 250px;
	height: 255px;
}
.app-code:hover .large-code {
	visibility: visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.app1 .app-code .large-code, .app2 .app-code .large-code {
	top: -50px;
	right: 0;
}
.app3 .app-code .large-code, .app4 .app-code .large-code {
	bottom: -93px;
	right: 0;
}
.app-intro {
	line-height: 20px;
	padding-bottom: 10px;
}
.btn-app {
	line-height: 34px;
	width: 94px;
}
.btn-app:hover {
	background-position: 0 -202px;
}
.btn {
	display: inline-block;
}

/**** footer ****/
.footer {
	background: #f9fbe8;
	border-top: 3px solid #a5a5a5;
	text-align: center;
	line-height: 20px;
}
.footer .wrap {
	padding: 35px 0 35px;
	height: 40px;
}
.footer a {
	color: #333;
}
.footer a:hover {
	text-decoration: underline;
}
/**** reg ****/
.reg {
	width: 480px;
	height: 360px;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	position: absolute;
	top: 124px;
	left: 50%;
	margin-left: -260px;
	z-index: 100;
}
.reg-title {
	height: 46px;
	position: relative;
	background-color: #60a74a;
}
.reg-title h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
}
.close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 26px;
	font-weight: normal;
	font-family: "宋体";
	color: rgba(255,255,255,.75);
	text-indent: center;
	-webkit-transition: all .35s ease-in-out;
  	-ms-transition: all .35s ease-in-out;
  	-o-transition: all .35s ease-in-out;
  	transition: all .35s ease-in-out;
}
.close:hover {
	font-size: 30px;
	color: rgba(255,255,255,.1);
}
.reg-main {
	padding: 30px 35px;
	font-size: 14px;
	line-height: 28px;
}
.reg-main dl {
	margin-bottom: 10px;
	width: 420px;
}
.reg-main dt {
	width: 76px;
}
.reg-main .text1 {
	width: 150px;
	margin-right: 15px;
	padding: 5px;
	height: 18px;
	color: #666;
	border: 1px solid #999;
}
.state1 {
	color: #999;
}
.regsubmit {
	padding-left: 138px;
	padding-top: 15px;
}
.state1{
color:#aaa;
}
.state2{
   color:#000;
}
.state3{
  color:red;
}
.state4{
 color:green;
}