﻿@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: 1004px;
	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(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(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: #007371;
}
.g-mask-close {
	position: absolute;
	right: -55px;
	top: 10px;
	width: 40px;
	height: 39px;
	background: url(mask_close.png) no-repeat;
}
.g-mask-close:hover {
	background-image: url(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: 1004px;
}
#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;
}
.header1 {
	/*position: fixed;*/
	margin-left:auto;
	margin-right:auto;
	z-index: 9999;
	width: 1004px;
	height: 85px;
	overflow: visible!important;
	background: #fbfbfb;
}
.header1 .layout {
	position: relative;
	height: 100%;
}
.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 171px;
	margin: 0 0 -20px -4px;
}
.logo a {
	display: block;
	position: relative;
	width: 171px;
	height: 93px;
	background: url(logo_bg.png) no-repeat 0 100%;
}
.logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -80px;
}
.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: #444;
	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: #007371;
}
.nav-tl:hover i {
	border-top-color: #007371;
}
.semenu {
	position: absolute;
	top: 41px;	
	width: 170px;
	height: 0;
	overflow: hidden;
}
.nav-follow {
	left: 20px;
}
.semenuTop {
	height: 5px;
	overflow: hidden;
	background: url(nav_top.png) no-repeat;
	line-height: 5px;
	font-size: 5px;
}
.semenuBot {
	height: 12px;
	overflow: hidden;
	background: url(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;
	font-weight: normal;
}
.semenuMid a em {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	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: 1004px;
	height: 0;
	overflow: hidden;
	right: -315px;
}
.prosemenu dl {
	background: #fff url(semenubg.jpg) repeat-x 0 bottom;
}
.prosemenuTop {
	border-top: 2px solid #007371;
}
.prosemenu dt {
	float: left;
	width: 110px;
	height: 83px;
	padding-top: 17px;
	background: #f5f5f5 url(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(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: 1004px;
	height: 0;
	overflow: hidden;
	background: url(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;
}
.header1 .guide {
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 20;
	width: 200px;
	color: #888;
	font-size: 0;
}
.header1 .guide a {
	float: left;
	margin-right: 10px;
	color: #888;
	font-size: 12px;
}
.header1 .guide a:hover {
	color: #007371;
}
.header1 .guide i {
	float: left;
}
.global-site {
	position: relative;
	float: left;
	width: 80px;
	height: 22px;
	margin: -2px 5px 0 0;
	background: url(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: #007371;
	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(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 #007371;
}
.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: #007371;
}
.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: #007371;
}
.jiathis_style{
	float: right;
}
.jiathis_style .jtico{
	background: none!important;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	color: #333333;
}



#all{
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #008B88;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
#top400{
	background-color: #FBFBFB;
	height: 30px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	float:right;
	width:532px;
	height:72px;
	background-image: url(nbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#logo{
    float:left;
	width: 452px;
	padding-left:10px;
	background-image: url(nbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#navigation{
	width: 1004px;
	padding-top:13px;
	height:35px;
	background-image: url(nbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}
#sddm{	
    margin: 0 auto;
	padding: 0;
	z-index: 30;
	width: 754px;
}
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#sddm li a
{
	display: block;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	padding-right: 29px;
	padding-left: 28px;
	font-weight: bold;
}
#sddm li a:hover{	
    background: #eeeeee
}
#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	padding-top:10px;
	background-color: #008B88;
	background-image: url(daohangtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
	#sddm div a	{
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #008B88;
	color: #ffffff;
	font-size:12px;
	font-weight: normal;
	height:26px;
	padding-top:5px;
}
	#sddm div a:hover{	
	background: #ffffff;
    color: #333333
}
#index_banner{
	background-image: url(index_banner.jpg);
	background-repeat: no-repeat;
	width: 1201px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
	margin-left:auto;
	margin-right:auto;
}

#index_main{
	background-image: url(main_banner.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 1004px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
}

#index_flash{
	float: left;
	width: 100%;
	text-align: center;
}
#pingjia{
	float: right;
	width: 320px;
	padding-right:10px;
}



#n06{
	border: 1px solid #E4E4E4;
	float: left;
	width: 378px;
	margin-top: 10px;
	background: #FFFFFF;
	height: 220px;
	overflow: hidden;
}
#n07{
	border: 1px solid #E4E4E4;
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;
	background: #FFFFFF;
	height: 220px;
	overflow: hidden;

}
#n08{
	border: 1px solid #E4E4E4;
	float: right;
	width: 300px;
	margin-top: 10px;
	background: #FFFFFF;
	height: 220px;
	overflow: hidden;

}




#n01{
	border: 1px solid #E4E4E4;
	float: left;
	width:378px;
	margin-top:10px;
	background:#FFFFFF;
	height:300px;
	overflow: hidden;
}


#n02{
	border: 1px solid #E4E4E4;
	float: left;
	width:240px;
	margin-left:10px;
	margin-top:10px;
	background:#FFFFFF;
	height:200px;
	overflow: hidden;

}
#n03{
	border: 1px solid #E4E4E4;
	float: right;
	width:240px;
	margin-top:10px;
	background:#FFFFFF;
	height:200px;
	overflow: hidden;

}


#n021{
	border: 1px solid #E4E4E4;
	float: left;
	width:300px;
	margin-left:10px;
	margin-top:10px;
	background:#FFFFFF;
	height:300px;
	overflow: hidden;

}
#n032{
	border: 1px solid #E4E4E4;
	float: right;
	width:300px;
	margin-top:10px;
	background:#FFFFFF;
	height:300px;
	overflow: hidden;

}


#n04{
	border: 1px solid #E4E4E4;
	float: left;
	width:240px;
	margin-left:10px;
	margin-top:25px;
	background:#FFFFFF;
	height:248px;
	overflow: hidden;
}
#n05{
	border: 1px solid #E4E4E4;
	width:240px;
	margin-top:10px;
	background:#FFFFFF;
	margin-left:9px;
	overflow: hidden;
}


#main_left{
    float:left;
	width:260px;
	background:#008B88;
	margin-top:10px;
}       
#main_right{
    float:right;
	width:734px;
	margin-top:10px;
}
#ad{
	margin-top: 10px;
	border: 1px solid #E4E4E4;
	width:240px;
	margin-left: 9px;
	margin-bottom:10px;
	height:180px;
}
#dangqian{
	background-image: url(dangqian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #EBEBEB;
	width: 704px;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	padding-left: 30px;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
}

#neirong{
	float:right;
	width:734px;
	margin-top:10px;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

#ntitle{
	text-decoration: none;
	padding-left:10px;
}
#ntitle div{
	height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	color:#333333;
	width:140px;
	text-align: left;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	
}

#ntitle span{
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	font-family: "宋体";
}
#nbox{
	padding: 10px;
	clear: both;
	background-image: url(ndian.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#nbox li{
	clear: both;
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height:24px;
	font-family: Verdana;
	height: 24px;
	overflow: hidden;	
}



#nbox2{
	padding: 10px;
	clear: both;
}

#nbox2 li{
	clear: both;
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height:24px;
	font-family: Verdana;
}


#link{
	background-color: #eeeeee;
	height: 50px;
	clear: both;
	margin-top:10px;
}
#link li{
	list-style-type: none;
	font-size: 12px;
	line-height: 50px;
	text-decoration: none;
	height: 42px;
	padding-right: 10px;
	padding-left: 10px;
	color:#333333;
}
.pic{
	float: left;
	padding-top:8px;
}
.text{
	float: right;
}

#banquan{
	font-size: 12px;
	line-height: 30px;
	background-color: #666666;
	height: 30px;
	color: #E4E4E4;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana;
	text-decoration: none;
}

.tijiao{
	background-image: url(tijiao.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 106px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.chongxie{
	background-image: url(chongxie.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 106px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	
	
#n011{
	border: 1px solid #cccccc;
	float: left;
	width:378px;
	margin-top:10px;
	background:#FFFFFF;
	height:300px;
	overflow: hidden;
}
#n022{
	border: 1px solid #cccccc;
	float: left;
	width:300px;
	margin-left:10px;
	margin-top:10px;
	background:#FFFFFF;
	height:300px;
	overflow: hidden;

}
#n033{
	border: 1px solid #cccccc;
	float: right;
	width:300px;
	margin-top:10px;
	background:#FFFFFF;
	height:300px;
	overflow: hidden;

}