﻿@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: 1000px;
	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: 30px/80px "微软雅黑", Arial, Helvetica, sans-serif ;
}
.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: auto;
	/*overflow: hidden;*/
	min-width: 1000px;
}
#followGeely {
	margin-top: -25px;
}
.viewport {
	position: relative;
	height: 100%;
}
.view-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #262729;
}
.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: #fff;
}
.header .layout {
	position: relative;
	height: 100%;
}
.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 321px;
	margin: 0 0 0px -4px;
}
.logo a {
	display: block;
	position: relative;
	width: 321px;
	height: 93px;
	
}
.logo img {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -33px 0 0 0px;
}
.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 li.teln{  background:url(../img/tel.gif) right 0 no-repeat; width:162px; height:30px; margin-top:-6px; margin-left:5px;}

.nav-tl {
	position: relative;
	display: block;
	margin: 0 14px;
	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: 1000px;
	height: 0;
	overflow: hidden;
	right: -428px;
}
.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: 1000px;
	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: 865px;
	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: 5px;
	right: 0;
	z-index: 20;
	 height:28px; background:url() -10px -3px no-repeat;
	color: #888;
	font-size: 0;
}
.header .guide a {
	float: left;  line-height:28px;
	margin-right: 15px; padding-left:18px;
	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: #202020 url(../images/footbg.gif) center 0px no-repeat; height:400px; width:100%; position:relative;
}

.jiathis_style{
	float: right;
}
.jiathis_style .jtico{
	background: none!important;
}



.footer .bdshare{ width:138px; float:right; height:40px; margin-top:18px;}

.clear{ clear:both;}

.footer .ftleft{ width:450px; height:100px; margin-top:170px; float:left;}
.footer .ftleft p{ line-height:28px; padding-left:20px;}
.footer .ftleft p a{ color:#1884D3;}

.footer .ftright{ width:540px; height:200px; float:right; margin-top:104px; position:relative;}
.footer .ftright .input-text{ background:none; border:1px solid #333;  padding:5px; height:22px; line-height:22px; color:#ccc; width:163px; }
.footer .ftright .input-text1{background:none; border:1px solid #333; width:343px; margin-top:8px; height:107px; padding:5px; color:#ccc;}

.footer .ftright .inputbtn{ width:173px; height:34px; display:block; background:url(../images/btn.gif) no-repeat; border:none; position:absolute; top:45px;}

.jdnews1{ width:250px; background:#FFF; height:275px; float:left;}
.jdnews2{ width:470px; height:75px; float:left; margin-left:15px; background:#FFF;}
.jdnews3{ width:200px; height:275px; float:left; margin-left:15px; }
.jdnews3 .ad1{ width:200px; height:131px; background:#FFF;}
.jdnews3 .ad2{ width:200px; height:131px; background:#FFF; margin-top:13px;}


.jdren{ background:url(../img/ren.png) no-repeat; width:221px; height:865px; position:absolute; left:50%; margin-left:400px; top:50px;}

.ewm{ position: fixed;
_position: absolute;
left: auto;
right: 25px;
bottom: 25px;
z-index: 999; }


/* Index Banner */
.index-banenr {
	position: relative;
	left: 0;
	height: 600px;
	overflow: hidden;
}
.index-banenr li {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 600px;
	margin-left: -960px;
	display: none;
}
.index-banenr a {
	display: block;
}
.index-banenr .trigger {
	position: absolute;
	left: -460px;
	bottom: 15px;
	z-index: 9;
	width: 100%;
}
.index-banenr .trigger span {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
}
.index-banenr .trigger .cur {
	background: #0067b2;
}
/* Index Menu */
.index-menu {
	width: 971px;
	margin: 30px auto 35px;
	padding-left: 21px;
}
.index-menu li {
	float: left;
	width: 219px;
	height: 138px;
	margin-right: 21px;
	border: 1px solid #e5e4e4;
}
.index-menu .img {
	width: 221px;
	margin: -1px;
}
.index-menu .img a {
	display: block;
	position: relative;
	height: 105px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-menu .img span {
	position: absolute;
	top: 78px;
	left: 0;
	width: 100%;
	background: #000;
	text-indent: 9px;
	line-height: 27px;
	opacity: .7;
	filter: alpha(opacity=70);
}
.index-menu .img a:hover {
	/*color: #0067b2;*/
	opacity: .80;
	filter: alpha(opacity=80);
}
.index-menu .img a:hover span {
	background: #0067b2;
	opacity: 1;
}
.index-menu strong a {
	display: block;
	border-top: 1px solid #e5e4e4;
	color: #666;
	text-indent: 9px;
	line-height: 34px;
}
.index-menu strong a:hover {
	background: #f8f8f8;
	color: #0067b2;
}

.cpbut{ width:80px; height:20px; background:#fff; color:#555; display:block; position:absolute; text-align:center; line-height:20px;bottom:0px; right:0;}

.float-contact-mini {
	position: absolute;
	right: 0px;
	top: 100px; z-index:10001;
}
.float-contact-mini a {
	background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 65px;
	line-height: 110%;
	padding: 46px 5px 0;
	text-align: center;
	text-decoration: none !important;z-index:10001;
	width: 18px;
}
.float-contact {
	display: none;
	position: absolute;
	right: 0px;
	top: 85px;
	width: 102px;z-index:10001;
}
.float-contact .close {
	background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 22px;
	text-decoration: none !important;
}
.float-contact .container {
	background:#FFFFFF;
	border-color: #E3E3E3;
	border-style: solid;
	border-width: 0 1px;
	padding: 1px 0;
	text-align: center;
}
.float-contact .container {
	border-style: solid;
	text-align: center;
}
.float-contact .qq {
	padding: 4px 0 4px;
}
.float-contact .qqtitle {
	line-height: 150%;
}
.float-contact .qq .btn {
	padding-top: 1px;
}
.float-contact .qq .btn li {
	padding-bottom: 5px;
}
.float-contact .qq .btn a {
	background: url("../images/sprites.png") no-repeat scroll -43px -80px transparent;
	color: #1A649D;
	display: block;
	height: 23px;
	line-height: 23px;
	margin: 0 auto;
	padding-left: 23px;
	width: 53px;
}
.float-contact .qqtel {
	background: url("../images/shadow-2.png") repeat-x scroll 0 100% transparent;
	padding-bottom: 0px;
}
.float-contact .qqtel .qqcontent {
	color: #FF6600;
	font-size: 117%;
	font-weight: bold;
	line-height: 100%;
	letter-spacing:0;
}
.float-contact .myqqlink {
	background: url("../images/bg-x.png") repeat-x scroll 0 -320px #FA8400;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF !important;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none !important;
}
h3.qqtitle {
	margin:0;
	padding:0;
}












