﻿@charset "utf-8";
/* CSS reset */
html, body, iframe,
h1, h2, h3, h4, h5, h6, p, 
ol, ul, dl, dd, 
input, button, textarea, form {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	font: 12px/1.5 Helvetica,Arial,sans-serif;
	/*word-break:break-all; 支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
textarea {
	resize: none;
}
a, a:active, a:focus {
	outline: none;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Base **/
.fl {
	float: left;
}
.fr {
	float: right;
}
.mgr20 {
	margin-right: 20px;
}
.clfff {
	color: #fff;
}
.cl333 {
	color: #333;
}
.cl999 {
	color: #999;
}
.fz11 {
	font-size: 11px;
	-webkit-text-size-adjust: none;
}
.fz14 {
	font-size: 14px;
}
.fz16 {
	font-size: 16px;
}
.fz24 {
	font-size: 24px;
}
.fz18 {
	font-size: 18px;
}
.fz36 {
	font-size: 36px;
}
.fz48 {
	font-size: 48px;
}
.fwb {
	font-weight: bold;
}
.tc {
	text-align: center;
}
.ttfuc {
	text-transform: uppercase;
}
.lh16 {
	line-height: 16px;
}
.lh22 {
	line-height: 22px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.layout {
	width: 950px;
	margin: 0 auto;
}
.tst5 {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.ts3 {
	text-shadow: 1px 1px 3px #333;
}
.opct8 {
	opacity: .8;
	filter: alpha(opacity=80);
}

/* Global Background */
.hd-face, .g-share, .hd-search-txt, .hd-search-btn {
	background: url(../img/global.png) no-repeat;
}

/* Global Class */
.g-line {
	display: inline-block;
	width: 1px;
	height: 9px;
	overflow: hidden;
	margin: 4px 10px 0 0;
	background: #cdcccc;
	vertical-align: middle;
}
.g-share {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 7px;
	vertical-align: middle;
}
.g-share:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.g-share01 {
	background-position: 0 -80px;
}
.g-share02 {
	background-position: -28px -80px;
}
.g-share03 {
	background-position: -57px -80px;
}
.g-tl {
	position: relative;
	z-index: 9;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px #333;
}
.g-tl h2 {
	font: bold 48px/80px Arial;
}
.g-tl i {
	display: inline-block;
	width: 53px;
	height: 12px;
	background: url(../img/why_geele_line.png) no-repeat;
}
.g-tl2 {
	color: #1884d3;
}
.g-tl2 i {
	background-position: 0 -200px;
}
.g-back {
	padding-top: 40px;
	height: 42px;
	text-align: center;
}
.g-back a {
	display: inline-block;
	padding: 0 30px;
	border: 4px solid #fff;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 37px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.g-back a:hover {
	background: #fff;
	color: #0067b2;
}
.g-mask-close {
	position: absolute;
	right: -55px;
	top: 10px;
	width: 40px;
	height: 39px;
	background: url(../img/mask_close.png) no-repeat;
}
.g-mask-close:hover {
	background-image: url(../img/mask_close_hover.png);
}
.g-scroll {
	position: relative;
	overflow: hidden;
	padding-right: 15px;
}
.g-scroll-cont {
	position: absolute;
	left: 0;
	padding-right: 15px;
}
.g-scroll-bar {
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 100%;
	overflow: hidden;
}
.g-scroll-btn {
	position: absolute;
	width: 5px;
	height: 57px;
	background: #fff;
	cursor: pointer;
}


#whyGeely, .vehicle, #followGeely {
	position: relative;
	width: 100%;
	height: 715px;
	/*overflow: hidden;*/
	min-width: 950px;
}
#followGeely {
	margin-top: -25px;
}
.viewport {
	position: relative;
	height: 100%;
}
.view-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.view-bg img {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	margin-left: -960px;
}
#loading {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #444;
}
#loading img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 13px 0 0 -30px;
}

/* Header */
.header-wrap {
	position: relative;
	z-index: 10000;
	width: 100%;
	height: 85px;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 85px;
	overflow: visible!important;
	border-bottom: 1px solid #e6e6e6;
	background: #fbfbfb;
}
.header .layout {
	position: relative;
	height: 100%;
}
.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 158px;
	margin: 0 0 -20px -4px;
}
.logo a {
	display: block;
	position: relative;
	width: 158px;
	height: 93px;
	background: url(../img/logo_bg.png) no-repeat 0 100%;
}
.logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -55px;
}
.nav {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 19;
	font-size: 14px;
	font-weight: bold;
}
.nav li {
	position: relative;
	float: left;
	height: 41px;
	margin-bottom: -1px;
}
.nav-tl {
	position: relative;
	display: block;
	margin: 0 18px;
	color: #666;
	text-transform: uppercase;
}
.nav-tl i {
	position: absolute;
	right: -13px;
	top: 8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 3px;
	border-style: solid dashed dashed dashed;
	border-color: #9a9a9a transparent transparent transparent;
}
.nav-tl:hover {
	color: #0067b2;
}
.nav-tl:hover i {
	border-top-color: #0067b2;
}
.semenu {
	position: absolute;
	top: 41px;	
	width: 150px;
	height: 0;
	overflow: hidden;
}
.nav-follow {
	left: 20px;
}
.semenuTop {
	height: 5px;
	overflow: hidden;
	background: url(../img/nav_top.png) no-repeat;
	line-height: 5px;
	font-size: 5px;
}
.semenuBot {
	height: 12px;
	overflow: hidden;
	background: url(../img/nav_bot.png) no-repeat;
	line-height: 12px;
	font-size: 5px;
}
.semenuMid a {
	position: relative;
	display: block;
	height: 35px;
	padding-left: 17px;
	color: #888;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 34px;
	border-bottom: 1px solid #fff;
}
.semenuMid a em {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 1px;
	overflow: hidden;
	background: #e4e4e4;
	line-height: 1px;
	font-size: 1px;
}
.semenuMid a:hover {
	color: #888;
	background: #fff;
}
.prosemenu {
	position: absolute;
	top: 41px;
	width: 950px;
	height: 0;
	overflow: hidden;
	right: -315px;
}
.prosemenu dl {
	background: #fff url(../img/semenubg.jpg) repeat-x 0 bottom;
}
.prosemenuTop {
	border-top: 2px solid #0067b2;
}
.prosemenu dt {
	float: left;
	width: 110px;
	height: 83px;
	padding-top: 17px;
	background: #f5f5f5 url(../img/semenubg01.jpg) repeat-x 0 bottom;
	text-align: center;
}
.prosemenu dd {
	margin-right: -3px;
	padding: 10px 0 0 5px;
}
.prosemenuBot dd {
	padding-top: 0;
}
.prosemenu dd a {
	display: inline-block;
	width: 108px;
	height: 75px;
	padding: 10px 4px 5px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
.prosemenu dd a:hover, .prosemenu dd a.cur {
	padding: 9px 3px 5px;
	border: 1px solid #e2e1e1;
	border-bottom: none;
	color: #666;
	background: url(../img/semenubg02.jpg) repeat-x;
}
.prosemenuBot dd a {
	padding-top: 16px;
}
.prosemenuBot {
	border-top: #e2e1e1 1px solid;
}
.prosemenuBot dd a:hover, .prosemenuBot dd a.cur {
	position: relative;
	margin-top: -1px;
	padding: 17px 3px 4px;
	border: 1px solid #e2e1e1;
	border-top: none;
	background-position: 0 -100px;
}
.prosemenuUl {
	position: relative;
	width: 950px;
	height: 0;
	overflow: hidden;
	background: url(../img/semenubg04.jpg) repeat-y;
}
.prosemenuUl ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 227px;
}
.prosemenuUl .bottom {
	top: 227px;
}
.prosemenuUl li {
	float: left;
	width: 815px;
	height: auto;
	padding: 30px 60px 0 75px;
}
.prosemenuUl li h2 {
	padding: 5px 0 15px;
	color: #000;
	font-weight: bold;
	font-size: 36px;
}
.prosemenuUl li p {
	padding-right: 10px;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.prosemenuUl li a.semenuMore {
	display: inline-block;
	width: 108px;
	height: 31px;
	overflow: hidden;
	margin-top: 15px;
}
.header .guide {
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 20;
	width: 460px;
	color: #888;
	font-size: 0;
}
.header .guide a {
	float: left;
	margin-right: 10px;
	color: #888;
	font-size: 12px;
}
.header .guide a:hover {
	color: #0067b2;
}
.header .guide i {
	float: left;
}
.global-site {
	position: relative;
	float: left;
	width: 80px;
	height: 22px;
	margin: -2px 5px 0 0;
	background: url(../img/global_site.png) no-repeat;
	font-size: 12px;
	padding-left: 3px;
	line-height: 22px;
	cursor: pointer;
}
.global-site span {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 999;
	min-width: 78px;
	border: 1px solid #dbdbdb;
	border-top: none;
	background: #fff;
}
.guide .global-site a {
	display: block;
	float: none;
	margin: 0;
	padding: 0 3px;
	white-space:nowrap;
}
.guide .global-site a:hover {
	background: #0067b2;
	color: #fff;
}
.hd-face {
	width: 18px;
	height: 18px;
	background-position: 0 -30px;
}
.hd-face:hover {
	background-position: 0 -48px;
}
.hd-search-txt {
	float: left;
	width: 116px;
	height: 16px;
	padding: 2px 23px 2px 3px;
	border: 0;
	color: #666;
}
.hd-search-btn {
	float: left;
	width: 14px;
	height: 14px;
	margin: 3px 0 0 -18px;
	border: none;
	background-position: -30px -30px;
	outline: none;
	cursor: pointer;
}
.hd-search-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

/* Footer */
.footer {
/*	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;*/
	background: #fff;
}
.foot-menu, .foot-copy {
	background: url(../img/foot_repeat.png) repeat-x;
}
.foot-menu {
	padding-bottom: 15px;
	background-position: 0 -80px;
}
.foot-menu dl {
	float: left;
	width: 216px;
	height: 145px;
	padding: 15px 0 0 20px;
	border-right: 1px solid #eee;
}
.foot-menu .last {
	border: none;
}
.foot-menu dl:hover {
	padding-top: 12px;
	border-top: 3px solid #0067b2;
}
.foot-menu dt a {
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.foot-menu dd a {
	color: #888;
	line-height: 20px;
}
.foot-menu a:hover {
	color: #0067b2;
}
.foot-copy {
	height: 40px;
	padding-top: 15px;
}
.foot-copy .fl a {
	display: inline-block;
	margin-right: 10px;
	color: #666;
	vertical-align: middle;
}
.foot-copy .fl i {
	margin-top: -1px;
	vertical-align: middle;
}
.foot-copy .fl a:hover {
	color: #0067b2;
}
.jiathis_style{
	float: right;
}
.jiathis_style .jtico{
	background: none!important;
}