body{ width:100%; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; margin:0; padding:0; background-color:#f1f1f1; text-align:center;}
ul,li{ list-style-type:none; margin:0; padding:0;}
.clear{ clear:both; margin:0; padding:0; height:0;}
a{ text-decoration:none; color:#000;}
img{ border:none;}
*:focus { outline: none; } 
a:focus{outline:none;}
.line{ width:100%; height:1px; background-color:#e1e1e1; clear:both; margin:0; padding:0;}

/*.top{ width:100%; height:130px; padding-top:31px; margin:0 auto; background:url(../images/topBg.png) center bottom repeat-x;}
.logo{ width:1240px; height:70px; margin:0 auto; margin-top:20px; text-align:left}
.logo img { display:block; width:122px; height:55px;}
.menu{ margin:0 auto; height:40px; line-height:40px; width:1200px;}
.menu ul .parMenu{ float:left;  height:40px; line-height:40px;}
.par1 { width:90px;}
.par2 { width:100px;}
.par3 { width:100px; margin-right:5px;}
.par4 { width:180px;}
.par5 { width:180px;}
.par6 { width:110px;}
.par7 { width:140px;}
.par8 { width:140px;}
.par9 { width:140px; margin-left:5px;}
.par4{ margin-left:10px;}


.menu ul .parMenu a{ font-size:14px; color:#000; width:100%; height:40px; display:block;}
.menu ul .parMenu a:hover{ color:#3287CF;}
.childMenu{ position:relative; top:0; left:0; z-index:999; display:none;}
.menu ul .parMenu:hover .childMenu{ display:block;}
.childMenu{ width:100%; background-color:#e5e5e5; }
.childMenu ul li{height:35px; line-height:35px; display:block; width:100%;}
*/

/*导航栏*/
.top { width:1340px; height:100px; padding-top:31px; margin:0 auto;/*background:url(../images/topBg.png) center bottom repeat-x;*/ background-color:#FFF;}
.topBox { width:1200px; height:80px; margin:0 auto; margin-top:20px;}
.logo { width:122px; height:55px; float:left;}
.menu{ height:55px; line-height:40px; width:1000px; float:right; margin-top:20px;}

.menu ul,
.menu ul li,
.menu ul li a,
.menu #menu-button {
  padding:0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:14px;
}
.menu #menu-button { 
    margin-top: 100px;
    position: absolute;
    z-index: 99999;
}
.menu:after,
.menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu #menu-button {
  display: none;
}

.menu > ul > li {
  float: left;
  text-align:center;
}
.par1 { width:80px; margin-right:20px}
.par2 { width:110px;}
.par3 { width:110px;}
.par4 { width:150px; margin-right:10px}
.par5 { width:140px; margin-right:10px}
.par6 { width:130px;}
.par7 { width:150px;}
.par8 { width:150px;}
.par9 { width:150px;}

.menu > ul > li > a {
  line-height:40px; height:40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size:14px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu > ul > li:hover > a {
  color: #3287CF;
}
.menu ul ul {
  position: absolute;
  left: -9999px;
  z-index:99998;
}
.menu li:hover > ul {
  left: auto;
}
.menu.align-right li:hover > ul {
  right: 0;
}
.menu ul ul ul {
  margin-left: 110px;
  top: -15px;
}

.menu ul ul li {
	width:100%;
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.menu ul li:hover > ul > li {
  height: 40px;
  text-align:center
}
.menu ul ul li a {
  width: 100%;
  height:40px;
  display:block;
  line-height:40px;
  background: #e5e5e5;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu ul ul li:hover > a,
.menu ul ul li a:hover {
  color: #3287CF;
}
.menu ul ul li.nav-has-sub { font-size:12px;}
.menu ul ul li.nav-has-sub > a::after {
  position: absolute;
  z-index:99998;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.menu.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.menu ul ul li.nav-has-sub:hover > a::after {
  border-color: #990B2C;
}
.nav-has-sub ul { padding-top:15px;}

.topFixed{ width:100%; height:30px; border-bottom:1px solid #e1e1e1; position:fixed; top:0; left:0; background-color:#fff; z-index:9999;}
.topTel{ padding-left:40px; background:url(../images/tel.png) left center no-repeat; width:180px; height:30px; text-align:left; float:left;}
.topTel span{ height:30px; line-height:35px;}

.topSearch{ width:300px; height:30px; float:right; position:relative;  top:0; right:0;}
.serBtn{ width:30px; height:30px; background:url(../images/search.png) center center no-repeat; cursor:pointer; margin-right:90px; position:absolute; top:0; left:180px;}
#search{ float:right; height:24px; border:none; line-height:30px; border:2px solid #939897; padding-left:5px; width:171px;  position:absolute; top:0; left:0;}
.link{ width:300px;  height:30px; background:url(../images/link1.png) right center no-repeat; cursor: pointer; position:absolute; top:0; right:0;}
.linkLay{ width:300px; height:150px; position:absolute; top:30px; left:0; background-color:#E5E5E5; display:none; cursor:default;}
.link:hover{ background:url(../images/link2.png) right center no-repeat;}
	


.indexCX{ width:100%; height:30px;  text-align:center; background-color:#fff; display:none;}
.cxMenu{ width:940px; height:30px; text-align:center; margin:0 auto;}
.cxMenu ul li{ float:left; line-height:30px; border-right:1px solid #e1e1e1;}
.cxMenu ul li a{ color:#0867ad; display:block; padding:0 15px;}
.cxMenu ul li a:hover{ color:#d40000;}

.main{ width:1300px; padding:20px 20px 20px 20px; background-color:#fff; margin:0 auto;}
.innermain{ width:1340px; background-color:#fff; margin:0 auto; color:#898989; font-size:14px; font-family:Arial, Helvetica, sans-serif; }

.banner{ width:1300px; height:380px; margin:0 auto; position:relative; top:0; left:0;}
.bannerBox{ width:1300px; height:380px; margin:0 auto;overflow:hidden; position:absolute; z-index:1; top:0; left:0;}
.bannerNumber{ width:160px; height:30px; position:absolute; z-index:999; left:80px; top:340px;}
.bannerNumber span{ width:22px; height:22px; display:inline-block; color:#000; background-color:#615F61; margin-right:10px; line-height:22px; cursor:pointer;}
.picBox{ width:10000px; height:380px; text-align:left;}
.picBox ul li{ float:left; width:1340px; height:380px;}
.picBox ul li .picList a{ position:absolute; z-index:1;}
.picBox ul li .picList .bannerText{ position:absolute; z-index:2;}
.picBox ul li .picList{position:relative; top:0; left:0;}
.bannerText{ background:url(../images/bannerLay.png) center top no-repeat; width:450px; height:300px; top:40px;}
.bannerText div,.bannerText a{ color:#fff; overflow:hidden;}
.bannerTitle{ width:370px; margin-left:80px; margin-top:30px; font-size:60px;}
.sbannerTitle{ width:370px; margin-left:80px; font-size:20px; font-weight:600; margin-bottom:30px;}
.bannerIntro{ width:370px;font-size:12px; border-top:1px solid #fff; padding-left:80px; line-height:30px;}
.bannerDown{ width:370px; margin-left:80px; margin-top:40px;}
.bannerDown a{ width:150px; height:30px; display:block; background-color:#3287CF; text-align:center; line-height:30px; font-size:14px;}
.bannerDown a:hover{ background-color:#1564AA;}
.bannerNumber span:hover{ background-color:#3287CF; color:#fff;}
#numberSeclect{background-color:#3287CF; color:#fff;}

.carStyle{ width:100%; height:180px; background-color:#EFEEEC;}
.carText{ width:100%; height:45px; background-color:#0B2C51;}
.carMenu{ width:941px; margin:0 auto; height:45px;}
.carMenu ul li{ float:left; height:45px; width:156px; text-align:center; line-height:45px; border-right:1px solid #6B7C8F; }
.carMenu ul li a{ color:#fff; display:block; width:100%; height:100%;  background-color:#0B2C51;}
.carMenu ul li a:hover{ background-color:#E5E5E5; color:#333;}
#carSeclect{background-color:#E5E5E5; color:#333;}

.car{ width:942px; height:80px; margin:0 auto;  display:none;}
.car ul li{ float:left; padding-top:20px; height:115px; cursor:pointer; width:156px;  border-right:1px solid #EFEEEC;}
.car ul li span{ display:block; width:100%; height:30px;}
.car ul li:hover{ background-color:#E5E5E5;}


.indexNews{ width:100%; height:480px; padding-top:20px; text-align:left;}
.indexNews h2{ font-size:24px;  margin-left:200px;}
.newsBox{ width:100%; height:400px;}
.btnLeft{ float:left; width:35px; height:360px; background:url(../images/left1.png) no-repeat; cursor:pointer;}
.newsMain{ float:left; width:941px;  height:360px; margin-left:165px;}
.btnRight{ float:right; width:35px; height:360px;background:url(../images/right1.png) no-repeat; cursor:pointer;}
.btnLeft:hover{ background:url(../images/left2.png) no-repeat;}
.btnRight:hover{ background:url(../images/right2.png) no-repeat;}
.newsList{ width:942px; height:360px; overflow:hidden;}
.newsEven{ width:2880px; height:360px;}
.newsEven ul li{ width:300px; height:360px; float:left; margin-right:20px;}
.newsEven ul li a{ display:block;}
.newsBoxTitle{ width:280px; padding:5px; font-size:14px; height:30px; overflow:hidden; color:#000; line-height:20px;}
.newsEven ul li div{ width:280px; padding:5px; line-height:20px; color:#000; height:80px; overflow:hidden; padding-top:10px;}
.more{ margin-left:5px; margin-top:5px; color:red; text-decoration:underline;}
.newsBoxTitle:hover{ color:#3287CF;}
.more:hover{ color:#000;}
.newsPic{ width:300px; height:150px;}


/*.indexMap img{ width:1300px;}*/

.indexMap{ width:1300px; height:659px; position:relative; top:0; left:0;}
.map{ width:1300px;}
.countryMap{ position:absolute; z-index:10;}
#russia{ top:151px; left:966px;}
#Algeria{ top:302px; left:612px;}
#Azerbaijan{ left:765px; top:250px;}
#Brazil{ left:420px; top:450px;}
#Chile{ left:346px; top:530px;}
#Columbia{ left:339px; top:390px;}
#Ecuador{ left:318px; top:410px;}
#Ethiopia{ left:750px; top:380px;}
#Iran{ left:765px; top:320px;}
#Ivory{ left:580px; top:380px;}
#Kuwait{ left:725px; top:298px;}
#Laos{ left:972px; top:330px;}
#Lebanon{ left:715px; top:280px;}
#Peru{ left:330px; top:440px;}
#Uruguay{ left:395px; top:530px;}
#Zaire{ left:660px; top:400px;}
#Iraq{ left:795px; top:297px;}
#Egypt{ left:710px; top:310px;}


.queryArea{ width:1000px; margin:0 auto; height:250px; margin-top:75px;}
.query{ width:240px; height:250px; float:left; text-align:center; border-right:1px solid #DBD8D8;}
.queryIntro{ width:700px; float:right; height:250px; margin-right:20px;}
.seclectBox{ width:175px; position:relative; text-align:center; top:0; left:0;}
.mnSeclect{ width:150px; height:27px; background:url(../images/seclectBg.png) center center no-repeat; margin:0 auto; text-align:center; line-height:27px; padding-right:25px; position:absolute; z-index:999; top:25px; left:32px; cursor:pointer; font-size:14px;}
.mnSeclect:hover{background:url(../images/seclectBg2.png) center center no-repeat;}
#country{ position:absolute; z-index:998; top:51px; left:32px; display:none; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}


.mnSeclect2{ width:150px; height:27px; background:url(../images/seclectBg.png) center center no-repeat; margin:0 auto; text-align:center; line-height:27px; padding-right:25px; position:absolute; z-index:997; top:75px; left:32px; cursor:pointer; font-size:14px;}
#city{ position:absolute; z-index:996; top:101px; left:32px; display:none; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}
.queryBtn{ position:relative; top:130px; width:93px; height:21px; text-align:center; left:32px; cursor:pointer;}
.queryIntro p{ text-align:left; text-transform:uppercase; color:#484848; font-size:14px; line-height:20px;}

.bottom{ width:1340px; height:220px; margin:0 auto;}
.share{ width:100%; height:70px; background-color:#0E305E; padding-top:10px;}
.easyLink{ width:630px; height:30px; margin:0 auto; text-align:center; margin-top:15px;}
.easyLink ul li{ float:left; color:#a7a7a7; font-size:12px;}
.easyLink ul li span{ padding-left:10px; line-height:15px; font-size:12px;}
.easyLink ul li a{ color:#a7a7a7;border-right:1px solid #cecdcd; display:block; padding:0 10px; height:15px; line-height:15px;}
.easyLink ul li a:hover{ color:#fff;}

.bottomLogo img{ width:1340px;}


/*News*/
.newsBanner{ width:1340px; height:256px; background:url(../images/newsBanner.jpg) top center no-repeat; margin:0 auto; padding-bottom:20px; margin-top:20px;}
.aboutBanner{ width:1340px; height:256px; background:url(../images/aboutBanner.jpg) top center no-repeat; margin:0 auto; padding-bottom:20px; margin-top:20px;}


.aboutBanner1{ width:1340px; height:256px; background:url(../images/contactBanner.jpg) top center no-repeat; margin:0 auto; padding-bottom:20px; margin-top:20px;}


.innerMenu{ width:1270px; height:45px;  text-align:left; margin:50px auto;}
.innerMenu .menuLink{ display:inline-block; width:420px; height:45px; line-height:45px; background-color:#3A3A3A; margin-right:5px; text-align:center; color:#fff; font-size:14px;}
/*.innerMenu a:last-child{ margin-right:0; }*//*IE无效*/
.lastMenuLink{ margin-right:0; display:inline-block; width:420px; height:45px; line-height:45px; background-color:#3A3A3A;text-align:center; color:#fff; font-size:14px;}
#nowInnerMenu{ background-color:#0B2B51;}
.innerMenu a:hover{ background-color:#0B2B51;}
.impNews{ width:1270px; margin:0  auto; text-align:left;}
.impNews ul li{ width:1270px; height:260px; padding-bottom:50px; border-bottom:1px solid #e1e1e1; margin-bottom:50px;}
.impNews ul li .picLink{ width:490px; height:260px; float:left;}
.impNews ul li .impNewsR{ width:750px; height:260px; float:right; }
.impNews ul li .imgNewsTime{ width:100%; height:25px; line-height:25px; margin-bottom:20px;}
.impNewsTitle{ width:670px; padding-left:80px; background:url(../images/hot.png) left center no-repeat; height:30px; line-height:30px; font-size:16px; color:#3387cf; font-weight:600;}
.impNewsTitle:hover{ color:#666;}
.imgNewsText{ width:747px; line-height:25px; height:150px; margin-left:3px;}
.more{ display:inline-block; width:130px; height:30px; line-height:30px; text-align:center; background-color:#3387cf; color:#fff; text-decoration:none; margin-left:0;}
.more:hover{ color:#fff; background-color:#3A3A3A;}

.picLink img{ width:100%;}

.innerNewsList{ width:1270px; margin:0 auto; padding-bottom:50px;}
.innerNewsList ul li{ width:295px; height:250px; float:left; text-align:left; margin-right:30px;}
.innerNewsList ul li img{ width:295px;}
.innerNewsList .line{ margin-bottom:50px;}
.newsListTime{ margin-bottom:15px; margin-top:10px;}
.newsListTitle{ font-size:12px; color:#333;}
.newsListTitle:hover{ color:#3387cf;}
.innerNewsList .more{ float:right;}

.innerPicLink{ width:295px; height:160px; display:block; overflow:hidden; /*-webkit-transition: all 2.0s ease; -moz-transition: all 2.0s ease; transition: all 2.0s ease;*/}
.innerPicLink img{ width:100%;}
/*.innerPicLink img{
animation:mysec 1s;
-moz-animation:mysec 1s; 
-webkit-animation:mysec 1s; 
-o-animation:mysec 1s;
}


.innerPicLink:hover img{
animation:myfirst 1s;
-moz-animation:myfirst 1s; 
-webkit-animation:myfirst 1s; 
-o-animation:myfirst 1s;
}*/

@keyframes myfirst
{
from {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
to {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}
}

@-moz-keyframes myfirst
{
from {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
to {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}

}

@-webkit-keyframes myfirst 
{
from {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
to {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}

}

@-o-keyframes myfirst
{
from {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
to {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}

}


@keyframes mysec
{

from {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}
to {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
}

@-moz-keyframes mysec
{

from {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}
to {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
}

@-webkit-keyframes mysec
{

from {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}
to {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
}

@-o-keyframes mysec
{

from {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1); -o-transform:scale(1.1);}
to {-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0); -o-transform:scale(1.0);}
}




/*底部车型展示*/
.bottomCarMenu{ width:1270px; height:120px; text-align:left; margin:0 auto; margin-top:20px; background:url(../images/bottomLine.png) center bottom no-repeat;}
.bottomCarMenuH{ line-height:200px; font-size:20px; color:#000; font-weight:600; width:150px; float:left; height:120px;}
.bottomCarMenuPic{ width:585px; height:110px;  float:right; background:url(../images/bottomCarLine.png) no-repeat; background-position:-468px bottom; color:#000;}

.bottomCarMenuPic div{ width:145px; float:left; text-align:center; border:1px solid #C0C0C0; border-right:none; border-bottom:none; font-size:12px; height:100px; cursor:pointer; background:url(../images/bottomCarBg.png) center center no-repeat;}
.bottomCarMenuPic div img{ width:145px; margin-bottom:5px;}
#bottomCarFirst{background:url(../images/bottomCarBg2.png) center center no-repeat}
#bottomCarLast{ border-right:1px solid #C0C0C0;}
.bottomCarMenuPic div:hover{ background:url(../images/bottomCarBg2.png) center center no-repeat;}


.innerCarBox{ width:1270px; height:200px; text-align:center; margin:20px auto; overflow:hidden; position:relative; top:0; left:0;}
.innerCarx{ width:1270px; height:200px; text-align:center;}
.innerCarx ul{ width:1100px; height:200px; text-align:left; margin:0 auto;}
.innerCarx ul li{ float:left; width:220px; height:200px; text-align:left;}
.bottomCarTitle{ font-size:14px; color:#000; padding-left:30px;  height:30px; line-height:30px; width:224px; display:block; font-weight:600;}
.bottomCarTitle:hover{ color:#3387cf;}
.bottomCarPrice{ width:100%; height:30px; line-height:30px;}
.bottomCarLink{ display:block; font-size:14px; height:25px; line-height:25px; color:#333; font-weight:600;}
.bottomCarLink:hover{ color:#3387cf;}
.bottomCarLink span{ color:#3387cf; font-size:16px; margin-right:10px; font-weight:600;}
.bottomCarPicLink{ width:156px; height:80px; display:block;}




/*x60*/
.m7Banner{ width:1340px; height:400px; background:url(../images/m7banner.jpg) top center no-repeat; margin:0 auto; margin-top:20px;}

.x60Banner{ width:1340px; height:400px; background:url(../images/x60Banner1.jpg) top center no-repeat; margin:0 auto; margin-top:20px;}
.x50Banner{ width:1340px; height:400px; background:url(../images/x50Banner.jpg) top center no-repeat; margin:0 auto; margin-top:20px;}
.x80Banner{ width:1340px; height:400px; background:url(../images/x80Banner.jpg) top center no-repeat; margin:0 auto; margin-top:20px;}
.Title{ font-size:15px; font-weight:600;}

.x70Banner{ width:1340px; height:400px; background:url(../images/x70Banner.jpg) top center no-repeat; margin:0 auto; margin-top:20px;}
.x502Banner{ width:1340px; height:400px; background:url(../images/x502bb.jpg) top center no-repeat; margin:0 auto; margin-top:20px;}

.carTopMenu{ width:1340px; height:45px; margin:0 auto;}
.carTopList{ width:280px; height:45px; float:left;}

.topCarArea{ width:1059px; height:400px; background-color:#4e5255; margin:0 auto; overflow:hidden;}
.topCarArea img{ position:relative; left:-1060px;}

.topCarArea1{ width:1060px; height:567px; background-color:#4e5255; margin:0 auto; overflow:hidden;}
.topCarArea1 img{ position:relative; left:-1060px;}



.nowCar{ width:280px; height:45px; background-color:#0E305E; line-height:45px; color:#fff; font-size:14px; cursor:pointer;}
.carTopList ul{position:relative; top:0; left:0; overflow:hidden; background-color:#EBEBEB; z-index:999; height:0;}
.carTopList ul li{ width:280px; height:45px; line-height:45px; border-bottom:1px solid #DAD9DB;}
.carTopList ul li a{ color:#484848; font-size:14px; width:100%; height:100%; display:block; background:url(../images/carListChildBg2.png) center center no-repeat; }
.carTopList ul li a:hover{ background:url(../images/carListChildBg.png) center center no-repeat; color:#fff;}
.carPerformance{ width:1060px; float:right; height:45px;}
.carPerformance ul li{ float:left; color:#666; font-size:14px; line-height:45px;}
.carPerformance ul li a{  border-right:1px solid #999; padding:0 20px; color:#666; }
.carPerformance ul li a:hover{ color:#0E305E;}

.carMainTop{ margin:50px auto;}

h1{ color:#000; margin:60px auto; font-size:30px; }
.carWidth{ width:1060px; margin:0 auto; text-align:left;}
.carLeft{ width:500px; float:left; text-align:left; padding-bottom:30px; overflow:hidden;}
.carRight{ width:500px; float:right; text-align:left; padding-bottom:30px; overflow:hidden;}
.carTextPadding{ padding-top:20px; line-height:25px; color:#47444b; font-size:14px;}
.carImages{ width:500px; /*height:250px;*/ overflow:hidden;}
carImagesx70{ width:500px; /*height:250px;*/ overflow:hidden;}
/*.carImages img{ position:relative;}*/
.bigFontSize{ font-size:20px; text-align:right; padding-top:20px;}
.carLeft .carTextPadding{ text-align:right;}
.carRight .carTextPadding{ text-align:left;}

.carLeft .bigFontSize{ text-align:right;}
.carRight .bigFontSize{ text-align:left;}
.carTextTop{ padding-top:60px;}

.bigFontLeft{font-size:20px; text-align:left; padding-top:20px;}
.carTextNor{padding-top:20px; line-height:25px; color:#47444b; font-size:14px; padding-bottom:50px;}
.carWidth ul li{ margin:35px auto; overflow:hidden;}
.carWidth ul li .stableTitle{ font-size:16px; font-style:oblique; color:#474747; margin-bottom:10px; font-weight:600;}
.carWidth ul li .stableText{ line-height:20px; color:#6b6b6b;}

.appList .appTitle{ font-size:14px; font-weight:600; color:#474747; margin-bottom:10px;}
.appList .appText{ font-size:12px; line-height:20px; color:#6b6b6b;}

.humList ul li{ margin:10px auto;}
.humList .appTitle{ font-size:12px; font-weight:600; color:#474747; margin-bottom:0px; line-height:25px;}
.humList .appText{ font-size:12px; line-height:20px; color:#6b6b6b;}
.humM_bottom_20{ margin-bottom:20px;}

.carPar{ width:1030px; height:42px; margin:0 auto; background:url(../images/carParBg.png) center bottom repeat-x; text-align:left; line-height:42px; border-top:1px solid #E2E2E2; padding-left:30px; font-size:18px; font-weight:600; color:#474747;}
.up{text-transform:uppercase;}

.Parameter{ width:1060px; text-align:left; margin:0 auto; margin-bottom:50px;}
.Parameter ul li{ width:1060px; height:42px; line-height:42px; color:#474747; font-size:14px; cursor:pointer; font-weight:600; }
.parTitle{ float:left; height:42px; padding-left:30px; width:958px;border-bottom:1px solid #C6C6C6;}
.parUpDown{ width:42px; height:42px; float:right; background-image:url(../images/down.png); background-repeat:no-repeat;border-bottom:1px solid #C6C6C6; padding-right:30px;}
.parDetail{ width:1060px; background-color:#F5F5F5; z-index:999; height:0; overflow:hidden;}
.parDetail ul li{ width:1000px; border-bottom:1px dotted #c6c6c6; margin:0 auto; font-weight:100; color:#999;}
.parLeft{ float:left; width:70%; overflow:hidden; text-align:left;}
.parRight{ float:right; width:30%; overflow:hidden; text-align:right;}

.listMenu{ position:fixed; z-index:9999; top:350px; right:20px; width:20px; height:200px;}
.listMenu ul{ width:20px; height:200px; background-color:#c1c1c1; border-radius: 20px; padding:10px 0;}
.listMenu ul li a{ width:20px; height:25px; display:block; background:url(../images/listMenuA.png);}
.backTop{ margin-top:4px; cursor:pointer;}








.innerCon{ width:1270px; margin:0 auto; text-align:left; line-height:25px; padding-bottom:20px; border-bottom:1px solid #e1e1e1; margin-bottom:100px;}
.innerCon h2{ text-align:center;}
.secTitle{ margin:0 auto; width:300px; text-align:center;}
.secTitle span{ margin:0 10px;}

.fy{ width:100%; text-align:center;}
.fy b{ background:url(../images/fy.png) top right no-repeat; display:inline-block; width:40px; height:40px;  text-align:center; line-height:40px; margin:0 5px; color:#fff;}
.fy a{ background:url(../images/fy.png) top left no-repeat; display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; margin:0 5px; color:#fff;}
.fy a:hover{ background:url(../images/fy.png) top right no-repeat;}



/*关于我们*/

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.laosding { width:200px; position:relative; left:-60px; text-align:center; height:75px; line-height:75px; margin:0 auto; }
.laosding a { color:#a7a7a7; font-size:15px;}
.laosding a img { display:block; margin:0 auto; margin-top:15px;}
.ld2 a { color:#666666; width:160px; height:50px; line-height:50px;display:block; margin:0 auto; margin-top:35px;background:url(../images/topMoreBtn.png) right center no-repeat; padding-right:10px;}



.about{ width:1000px; text-align:left; margin:0 auto;}
.about h2{ text-align:center; font-size:36px; font-family:Arial, Helvetica, sans-serif; font-weight:100; color:#000; margin-bottom:50px; margin-top:50px; text-transform:uppercase;}
.aboutCon{ color:#545454; font-size:14px; line-height:26px; /*background:url(../images/aboutBg.png) center center no-repeat;*/}
.aboutPicBox{ position:relative; z-index:10; left:0; top:0; width:1000px; height:427px; margin-bottom:30px;}
.aboutPicBox ul li{ position:absolute; z-index:10; left:0; top:0;}
.aboutPicBox ul li img{ width:1000px;}
.aboutNumList{ position:absolute; width:1000px; height:15px; z-index:11; bottom:10px; text-align:center;}
.aboutNumCur{ width:15px; height:15px; display:inline-block; background:url(../images/listMenuA.png) center center no-repeat; margin:0 3px; cursor:pointer;}

.ProcessBox{ width:1000px; margin:0 auto;}
.ProcessBox ul li{ width:960px; height:300px; text-align:left; border:1px solid #e1e1e1; padding:20px 20px 20px 20px; margin-bottom:20px;}
.ProcessBox ul li img{ float:left; width:300px;}
.ProcessBox ul li div{ float:left; width:620px; margin-left:20px;}
.ProcessBox ul li div h3{ margin-top:50px; font-size:24px; text-transform:uppercase; color:#333; font-weight:100;}
.ProcessBox ul li div span{ line-height:25px; color:#454545; font-size:14px;}


.formCon{ color:#545454; font-size:14px; line-height:26px;}
.sTable2{ border-collapse:collapse; margin:0 auto; margin-bottom:50px; width:1000px;}
.sTable2 tr td{ border:1px solid #CCCCCC; min-width:190px; height:40px; color:#333; vertical-align:middle; padding:0px 5px;}
.sTable2 tr td span { width:315px; display:block; float:left}

.milestone{ width:1000px; margin:0 auto;/* padding-bottom:150px; background:url(../images/lcBg.png) right bottom no-repeat;*/}
/*.milestone ul li{ width:1000px; height:60px; display:block; margin-bottom:10px;}
.milestoneTime{ float:left; width:50px; height:60px; background-color:#b7b7b7; text-align:center;}
.milestoneTime .month{ display:block; width:50px; height:35px; border-bottom:1px dashed #fff; color:#fff; line-height:35px; font-size:18px;}
.milestoneTime .year{ display:block; width:50px; height:24px; color:#fff; line-height:24px;}
.milestoneText{ width:940px; height:50px; padding:5px; float:right; background-color:#e1e1e1; line-height:18px; color:#666;}*/

.milestone ul li{ width:235px; float:left; margin-bottom:20px; display:block; margin-left:7px; margin-right:7px;}
.milestone ul li img{ width:235px;}
.milestoneText{ padding:10px; line-height:25px;}
.milestoneTime{ background-color:#b7b7b7; height:30px; line-height:30px; padding-left:10px; padding-right:20px;}
.milestoneText{ background-color:#e1e1e1; color:#666; text-justify : distribute; text-align:justify;}
.month{ color:#fff; font-size:18px;}
.year{ color:#fff;}

.honor{ width:1000px; margin:0 auto;}
.honor ul li{ width:320px; float:left; margin-bottom:20px;}






/*sedan*/
.sedanBanner{ width:1340px; height:400px; margin:0 auto; margin-top:20px;}
.lf720Banner{ background:url(../images/720Banner.jpg) top center no-repeat;}
.sedanPerformance ul li{ float:left;}
.sedanPerformance{ width:1060px; float:right; height:45px;}
.sedanPerformance ul li{ float:left; color:#666; font-size:14px; line-height:45px;}
.sedanPerformance ul li a{  padding:0 10px; color:#666; text-transform:uppercase;}
.sedanPerformance ul li a:hover{ color:#0E305E;}
.sedanMenu{ width:1340px; margin:0 auto; height:45px; margin-top:10px; margin-bottom:10px; background-color:#EFEFEF;}

.sedanArea{ width:1024px; margin:0 auto; margin-bottom:50px;}
.sedanArea h1{ text-align:left; width:1024px; font-size:24px; color:#363636; margin-bottom:15px;}


/*safe*/
.sedanLeft{ width:500px; height:524px; float:left;}
.sedanRight{ width:500px; height:524px; float:right;}
.srTop{ margin-bottom:24px; position:relative; top:0; left:0;}
.srBottom{ position:relative; top:0; left:0;}
.showMore,.closeMore{ position:absolute; left:10px; top:10px; z-index:999; cursor:pointer;display:none;}
.passiveBox,.passiveDetail{ position:absolute; width:420px; height:170px; top:0; left:0; padding:40px; background:url(../images/lay.png) repeat; color:#d1d1d1; text-align:left; line-height:25px; display:none;}
.passiveBox h3,.passiveDetail h3{ margin-bottom:10px; margin-top:0;}
.showMore,.passiveBox{ display:block;}
.passiveDetail ul li{ position:absolute; z-index:0; top:0; left:0; display:none;width:450px; height:200px; padding:35px; line-height:20px;}
.passiveNumlist{ position:absolute; bottom:7px; left:0; width:100%; height:20px; text-align:center;}
.passiveNum{ width:20px; height:20px; background:url(../images/listMenuA.png); margin:0 5px; display:inline-block; cursor:pointer;}

.showMore2,.closeMore2{ position:absolute; left:10px; top:10px; z-index:999; cursor:pointer;display:none;}
.activeBox,.activeDetail{ position:absolute; width:420px; height:170px; top:0; left:0; padding:40px; background:url(../images/lay.png) repeat; color:#d1d1d1; text-align:left; line-height:25px; display:none;}
.activeBox h3,.activeDetail h3{ margin-bottom:10px; margin-top:0;}
.showMore2,.activeBox{ display:block;}
.activeDetail ul li{ position:absolute; z-index:0; top:0; left:0; display:none;width:450px; height:200px; padding:35px; line-height:18px;}
.activeNumlist{ position:absolute; bottom:7px; left:0; width:100%; height:20px; text-align:center;}
.activeNum{ width:20px; height:20px; background:url(../images/listMenuA.png); margin:0 5px; display:inline-block; cursor:pointer;}
.firChildTitle{ font-size:14px; margin-left:20px; color:#8a8a8a; font-weight:100;}
.speedBox{ position:relative; left:0; top:0; width:1024px; height:320px;}
.speedText{ position:absolute; width:460px; height:260px; padding:30px 20px; right:0; top:0; background:url(../images/lay.png) repeat; color:#d1d1d1; text-align:left; line-height:24px;}

.sedanPower{ width:1340px; height:630px; margin:0 auto; background:url(../images/720-4.jpg);}
.sedanPower .sedanArea{ position:relative; left:0; top:0;}
.sedanPowerBox{ width:265px; text-align:left; position:absolute; top:80px; left:0;}
.sedanPowerTitle{ width:225px; height:50px; padding:0 20px; line-height:50px; color:#fff; background-color:#0E305E; font-size:26px; margin-bottom:30px; text-transform:uppercase;}
.sedanPowerText{ width:225px; padding:20px 20px; line-height:30px; background:url(../images/lay2.png) repeat;  color:#000; text-align:justify; text-justify:inter-ideograph;}

.seadanAppearance{ width:1340px; margin:0 auto; text-align:left; background-color:#f7f7f7; height:570px; margin-bottom:50px;}
.seadanAppearance h1{ padding-top:20px;}
.seadanAppearance .sedanArea{ width:100%;}
.seadanSecTitle{ width:1024px; margin:0 auto; color:#8a8a8a; line-height:24px; margin-bottom:10px;}
.seaAppBox{ width:1340px; height:370px; overflow:hidden; position:relative; left:0; top:0;}
.seaAppList{width:3228px; height:370px;}
.seaAppList ul{width:3228px; height:370px;}
.seaAppList ul li{ display:block; width:264px; height:370px; float:left;  margin-right:5px;  cursor:pointer;}
.clearIe{position:relative; left:0; top:0; width:264px; height:370px; overflow:hidden;}
.appThTitle{ width:264px; font-size:14px;  padding:10px 10px; color:#fff; background-color:#2C2D2F; position:absolute; top:-100px; left:0;}
.appPic{ width:264px; height:370px;}
.appPic1{ background-image:url(../images/720App/720-1.jpg); background-position:center center;}
.appPic2{ background-image:url(../images/720App/720-2.jpg); background-position:center center;}
.appPic3{ background-image:url(../images/720App/720-3.jpg); background-position:center center;}
.appPic4{ background-image:url(../images/720App/720-4.jpg); background-position:center center;}
.appPic5{ background-image:url(../images/720App/720-5.jpg); background-position:center center;}
.appPic6{ background-image:url(../images/720App/720-6.jpg); background-position:center center;}
.appPic7{ background-image:url(../images/720App/720-7.jpg); background-position:center center;}
.appPic8{ background-image:url(../images/720App/720-8.jpg); background-position:center center;}
.appPic9{ background-image:url(../images/720App/720-9.jpg); background-position:center center;}
.appPic10{ background-image:url(../images/720App/720-10.jpg); background-position:center center;}
.appPic11{ background-image:url(../images/720App/720-11.jpg); background-position:center center;}
.appPic12{ background-image:url(../images/720App/720-12.jpg); background-position:center center;}


.appBtn{ width:1340px; margin:0 auto; text-align:right; margin-top:20px;}
.appBtn span{ display:inline-block; width:130px; height:30px; line-height:30px; text-align:center; background-color:#CACACA; color:#000; font-size:14px; cursor:pointer;}
.appBtn span:hover{ background-color:#4190BC; color:#fff;}
.appLay{ width:100%; position:fixed; height:2000px; background:url(../images/lay.png) repeat; top:0; left:0; z-index:9999; display:none;}
.appPicBox{ width:1024px; height:470px; position:fixed;}

.closeApp,.leftApp,.rightApp,.pageApp{ position:absolute; z-index:999; cursor:pointer;}
.appText_block{ position:absolute; width:440px; height:310px; right:50px; top:50px; background:url(../images/lay2.png) repeat; padding:30px;}
.closeApp{ right:5px; top:5px;}
.leftApp,.rightApp{ top:215px;}
.leftApp{ left:5px;}
.rightApp{ right:5px;}
.pageApp{ cursor:default;left:5px; bottom:5px; background-color:#0070AF; width:60px; height:24px; text-align:center; line-height:24px; color:#fff;}
.pageApp span{ margin:0 5px;}
.appBlockTitle{ font-size:18px; color:#0070AF; font-weight:600; margin-bottom:20px;}
.appBlockText{ line-height:26px; font-size:14px; text-align:justify; text-justify:inter-ideograph;}



.sedanHumanized{ width:1340px; height:450px; margin:0 auto; background:url(../images/humanized_bg1.jpg) no-repeat;}
.sedanHumanized .sedanArea ul{width:1024px; height:75px;}
.sedanHumanized ul li{ float:left;}
.sedanHumanized ul li h3{ background-color:#e2e2e2; height:45px; width:100%; text-align:center; line-height:45px; text-transform:uppercase; cursor:pointer; font-size:14px; padding:0; margin-top:15px; margin-bottom:0;}
.humanized_1{ width:244px;}
.humanized_2{ width:280px;}
.humanized_3{ width:500px;}
.sedanHumanized ul li h3:hover{ background-color:#4190BC; color:#fff;}

.huamnizedText{ width:100%; height:360px; background:url(../images/lay.png) repeat; position:relative; top:0; left:0;}
.humanized_text_1,.humanized_text_2,.humanized_text_3{ color:#fff; text-align:left; padding:30px; width:980px; height:300px; margin:0 auto; position:absolute; top:0; left:0; line-height:30px; z-index:999;display:none;}
.humanized_text span{ font-weight:600; font-size:16px;}

.sedanParameter{ width:1280px; margin:50px auto; height:750px;}
.sedanParameter h2{ width:1004px; padding-left:20px; height:50px; line-height:50px; text-transform:uppercase; text-align:left; background-color:#0E305E; color:#fff; font-size:18px; margin:0; font-weight:100;}
.sedanParameterLeft{ width:800px; height:603px; float:left;}
.sedanParameterLeft2{ width:800px; height:560px; overflow:hidden;}
.sedanParameterRight{ width:210px; height:600px; float:right; padding-top:3px;}




.sedanParameterLeft table{ width:800px; border-collapse:collapse; border-top:none;}
.tab1{ border-bottom:none;}
.tab1 tr td{ border:1px solid #cccccc; border-bottom:none; height:40px;}
.sedanParameterLeft .tab2 tr td{  height:40px; border:1px solid #CCCCCC;}
.sedanParLx{ width:780px; padding-left:20px; text-align:left; font-size:16px; font-weight:600;}
.sedanParameterLeft .sedanParTd1{  padding-left:20px; text-align:left;}
.sedanParameterLeft .sedanParTd2{ text-align:center;}
.firTd{ text-align:left; padding-left:20px;font-size:16px; font-weight:600;}
.secTd{ overflow:hidden;}




.sedanParameterRight ul li{ width:200px; padding-left:10px; height:30px; background-color:#989898; margin-bottom:1px; text-align:left;line-height:30px;}
.sedanParameterRight ul li a{ color:#fff; display:block; width:100%; height:100%;}
.sedanBackTop{ width:50px; height:50px; position:fixed; right:0; bottom:0; background:url(../images/sedanBT2.png); cursor:pointer;}
.sedanBackTop:hover{background:url(../images/sedanBT.png);}


/*630*/
.lf630Banner{ background:url(../images/630/banner.jpg) no-repeat;}
.sedan630{ width:993px; margin:0 auto; margin-bottom:50px; background-color:#EFEFEF; padding-left:15.5px; padding-right:15.5px;}
.sedan630 h1{ text-align:left; width:100%; font-size:24px; color:#363636; margin-bottom:15px; padding-top:15.5px; padding-left:15.5px;}
.sedan630_app{ width:993px; height:465px; overflow:hidden; margin:0 auto;}
.sedan630_app ul li{ width:331px; height:204px; float:left; margin-bottom:31px;}
.sedan630_app ul li ol{ width:300px; height:204px;  overflow:hidden;  padding-left:15.5px;}
.sedan630_app ul li ol li{ width:100%; height:auto; line-height:17px; text-align:left; padding:0; margin-bottom:5px;}
.sedan630_app ul .630appText{ text-align:left;}

.sedan630app{ display:block;}
.sedan630Box{ position:relative; width:300px; height:204px; left:15.5px; top:0; cursor:pointer;}
.sedan630_app ul .sedan630app img{ position:absolute; top:0; left:0px; z-index:9;}
.sedan630_app ul .sedan630appLay{ width:300px; height:204px; background:url(../images/lay.png) repeat; position:absolute; top:0; left:0px; z-index:10; display:none;}


.sedan630_1{ width:1245px; margin:0 auto; margin-bottom:50px; height:350px; background-color:#EFEFEF; padding-left:17.5px; padding-right:17.5px;}
.sedan630_1 h1{ text-align:left; width:100%; font-size:24px; color:#363636; margin:0; padding:0;  margin-bottom:15px; padding-top:17.5px; padding-left:15px;}
.sedan630_1 .sedan630eff ul li{ width:311px; height:280px; float:left;}
.sedan630_1 .sedan630eff ul li img{ width:280px;}
.sedan630_1 .sedan630eff ul li div{ width:280px; margin:0 auto; text-align:left; margin-top:5px; line-height:20px; text-align:justify; text-justify:inter-ideograph;  padding:5px;}


.sedan630_2{ width:1280px; margin:0 auto; margin-bottom:50px; background-color:#EFEFEF;padding-bottom:30px;}
.sedan630_2 h1{ text-align:left; width:100%; font-size:24px; color:#363636; margin-bottom:15px;  padding-top:17.5px; padding-left:15px;}
.sedan630_2 div img{ max-width:1200px;}

.sedan630_3{ width:1245px; margin:0 auto; margin-bottom:50px; height:350px; background-color:#EFEFEF; padding-left:17.5px; padding-right:17.5px;}
.sedan630_3 h1{ text-align:left; width:100%; font-size:24px; color:#363636; margin:0; padding:0;  margin-bottom:15px; padding-top:17.5px; padding-left:15px;}
.sedan630_3 .sedan630eff ul li{ width:311px; height:280px; float:left;}
.sedan630_3 .sedan630eff ul li img{ width:280px;}
.sedan630_3 .sedan630eff ul li div{ width:280px; margin:0 auto; text-align:left; margin-top:5px; line-height:20px; text-align:justify; text-justify:inter-ideograph;  padding:5px;}

/*620*/
.lf620Banner{ background:url(../images/620/banner.jpg) no-repeat;}

.sedan620{ width:1280px; margin:0 auto;  padding-bottom:50px;}
.sedan620 h1{ color:#363636;}
.sedan620 div img{ max-width:1280px;}

.sedan620_1{ width:1260px; margin-top:50px;}
.s620_1_l{ float:left; width:600px; text-align:center;}
.s620_1_r{ float:right; width:600px; text-align:center;}
.sedan620_1 div img{ margin-bottom:20px;}
.sedan620_1 ul li{ text-align:left; margin-bottom:10px; line-height:24px;}
.sedan620_1 ul li b{ font-size:16px; color:#363636;}


.sedan620_2{ width:1000px; margin:0 auto;}
.s620_2_1 ul li{ width:300px; float:left;}
.s620_list_1{ margin-right:50px;}
.s620_list_title{ width:100%; height:30px; line-height:30px; background-color:#3287CF; color:#fff;}
.s620_list_text{ text-align:left; line-height:22px; text-align:justify; text-justify:inter-ideograph; border:1px solid #e1e1e1; padding:5px;}

.sedan620_3{ width:1280px; margin:0 auto;}
.sedan620_3 img{ max-width:1280px;}
.sedan620_3 ul{ margin-top:30px;}
.sedan620_3 ul li{ width:100%;}
.sedan620_3 ul li h3{ width:100%; text-align:left; font-size:16px; font-style:oblique; color:#474747; margin-bottom:10px; font-weight:600;}
.sedan620_3 ul li div{ text-align:left; line-height:24px; overflow:hidden;}

.sedan620_5{ width:1280px; margin:0 auto;}
.sedan620Humanized{ width:940px; height:520px; padding:52px 170px; background:url(../images/620/620Humanized.jpg) center center;}
.sedan620Width{ width:960px; height:500px; background:url(../images/lay.png) repeat; color:#fff; padding:20px;}
.humText ul li{ width:100%; text-align:left;  font-size:14px; font-style:oblique; color:#fff; margin-bottom:10px; font-weight:600; line-height:20px;}


/*530*/
.lf530Banner{ background:url(../images/530/banner.jpg) no-repeat;}

.sedan530{ width:1280px; margin:0 auto;  padding-bottom:50px;}
.sedan530 h1{ color:#363636;}
.s530Title{ width:100%; text-align:center; font-size:14px; color:#363636; height:40px; line-height:40px; margin-bottom:20px;}
.sedan530_1{ width:1260px; margin-top:50px;}
.s530_1_l{ float:left; width:600px; text-align:center;}
.s530_1_r{ float:right; width:600px; text-align:center;}
.sedan530_1 div img{ margin-bottom:20px;}
.sedan530_1 ul li{ text-align:left; margin-bottom:10px; line-height:24px;}
.sedan530_1 ul li b{ font-size:16px; color:#363636;}
.sedan530Safe img{ max-width:1280px;}
.sedan530 div img{ max-width:1280px;}


.sedan530Safe{ text-align:left;}
.sedan530Safe ul li{ margin-bottom:10px; margin-top:10px;}
.sedan530Safe ul li b{ font-size:16px; line-height:30px;}
.sedan530Safe ul li div{ font-size:14px; line-height:24px;}


.hum530_list{ text-align:left;}
.hum_listLi{ font-size:16px; font-weight:600; line-height:30px; margin:10px 0;}
.hum_listLi ol li{ font-size:12px; font-weight:100; list-style-type:disc;}


/*330*/
.lf330Banner{ background:url(../images/330/banner.jpg) no-repeat;}

.sedan330{ width:1280px; margin:0 auto;  padding-bottom:50px;}
.sedan330 h1{ color:#363636;}
.sedan330Title{ font-size:12px; font-weight:600; color:#363636;}
.app330{ margin-top:30px; text-align:left; }
.app330 ul li{ margin:20px 0;}
.app330 ul li b{font-size:16px; font-style:oblique; color:#474747; margin-bottom:10px; font-weight:600; height:30px; line-height:30px;}
.app330 ul li div{ font-size:12px; color:#363636;}
.sedan330 div img{ max-width:1280px;}

/*320*/
.sedan320{ width:1280px; margin:0 auto;  padding-bottom:50px;}
.sedan320 h1{ color:#363636;}
.sedan320 div img{ max-width:1280px;}
.lf320Banner{ background:url(../images/320/banner.jpg) no-repeat;}
.seadan320_stab{ width:1340px; margin:0 auto; text-align:left;}
.seadan320_stab ul li{ margin:20px 0;}
.seadan320_stab ul li b{font-style:oblique; color:#474747; margin-bottom:10px; font-weight:600; height:30px; line-height:30px; font-size:16px;}
.seadan320_stab ul li div{ font-size:14px; color:#363636;}

.seadan320_app{ width:1340px; margin:0 auto; text-align:left;}
.seadan320_app ul li{ margin:20px 0;}
.seadan320_app ul li b{font-style:oblique; color:#474747; margin-bottom:10px; font-weight:600; height:30px; line-height:30px; font-size:16px;}
.seadan320_app ul li div{ font-size:14px; color:#363636;}



/*620II*/
/*.sedan320{ width:1280px; margin:0 auto;  padding-bottom:50px;}
.sedan320 h1{ color:#363636;}
.sedan320 div img{ max-width:1280px;}*/
.lf620Banner_2{ background:url(../images/620_2/banner.jpg) no-repeat;}
/*.seadan320_stab{ width:1340px; margin:0 auto; text-align:left;}
.seadan320_stab ul li{ margin:20px 0;}
.seadan320_stab ul li b{font-style:oblique; color:#474747; margin-bottom:10px; font-weight:600; height:30px; line-height:30px; font-size:16px;}
.seadan320_stab ul li div{ font-size:14px; color:#363636;}

.seadan320_app{ width:1340px; margin:0 auto; text-align:left;}
.seadan320_app ul li{ margin:20px 0;}
.seadan320_app ul li b{font-style:oblique; color:#474747; margin-bottom:10px; font-weight:600; height:30px; line-height:30px; font-size:16px;}
.seadan320_app ul li div{ font-size:14px; color:#363636;}*/



/*820*/
.sedan820{ width:1280px; margin:0 auto;  padding-bottom:50px;}
.sedan820 h1{ color:#363636;}
.sedan820 img{ max-width:1280px;}
.sedan820 div img{ max-width:1280px;}
.lf820Banner{ background:url(../images/820/banner.jpg) no-repeat;}
.x7banner{ background:url(http://www.lifanmotors.net/skin/default/images/77/banner.jpg) no-repeat;}
.se820Safe{ width:1280px; margin:0 auto;}
.se820Safe ul li{ width:240px; float:left; margin:0 8px;}
.se820Safe ul li div img{ width:240px;}
.se820Safe ul li div div{ text-align:left;text-align:justify; text-justify:inter-ideograph; line-height:24px; margin-top:10px;}


.sedan820stab{ width:1280px; margin:0 auto;}
.sedan820stab ul li{ width:400px; float:left; margin:0 12px;}
.sedan820stab ul li div img{ width:400px;}
.sedan820stab ul li div div{ text-align:left;text-align:justify; text-justify:inter-ideograph; line-height:24px; margin-top:10px; padding:5px;}

/*.sedan820hum{ width:1320px; margin:0 auto; background-color:red; height:400px;}*/
/*.seadan820hum ul li{ width:340px; float:left; height:210px; color:#666; border-radius:5px; background-color:#EFEFEF; line-height:30px; text-align:left; padding:10px; margin:0 10px; text-align:justify; text-justify:inter-ideograph; line-height:30px;}
.seadan820hum ul li:hover{ background-color:#3287CF; color:#fff;}*/


.sedan820hum{ width:380px; float:left; height:190px; color:#666; border-radius:5px; background-color:#EFEFEF; line-height:30px; text-align:left; padding:10px; margin:0 10px; text-align:justify; text-justify:inter-ideograph; line-height:30px;}
.sedan820hum:hover{background-color:#3287CF; color:#fff;}
/*l7*/
.sedanl7{ width:1340px; margin:0 auto;  padding-bottom:50px;}
.sedanl7 h1{ color:#363636;}
.lfl7Banner{ background:url(../images/l7/banner.jpg) no-repeat;}
.l7title{ width:100%; height:40px; line-height:40px; background-color:#EFEFEF; font-size:14px; color:#333;}
.l7Con{ width:1320px; height:930px; background:url(../images/l7/l7.png) center center no-repeat;}
.l7Con ul li{ width:380px; float:left; height:380px; margin:19px 19px; border:1px solid #e1e1e1; padding:10px; border-radius:5px;}
.l7Con ul li div{ text-align:left;text-align:justify; text-justify:inter-ideograph; line-height:30px;}
.l7Con ul li h4{ font-size:18px; color:#333;}
.l7Con ul li:hover{ color:#fff; background-color:#3287CF;}
.l7Con ul li:hover h4{ color:#fff;}




.lf1025Banner{ background:url(../images/1025/banner.jpg) no-repeat;}
.lf1025title{ width:1320px; padding:10px;line-height:30px; background-color:#EFEFEF; margin:0 auto; text-align:left; height:60px; overflow:hidden; color:#333; margin-bottom:20px; font-size:14px; font-weight:600;}
.lf1025Con{ width:1340px; margin: auto; text-align:left;}
.lf1025Con .liList{ margin-bottom:30px; width:1300px;  padding:20px; overflow:hidden; background-color:#EFEFEF;}
.lf1025Con .liList div{ width:1300px; overflow:hidden; line-height:25px;}
.lf1025Con .liList div ol{ margin:0; padding:0; list-style-type:disc; width:1260px; padding-left:40px;}
.lf1025Con .liList div ol li{ list-style-type:disc; border-bottom:1px dashed #999; padding:5px 0; padding-right:10px;}
.lf1025ys{ width:1320px; padding:10px; background-color:#efefef; margin:0 auto; font-size:14px; font-weight:600; margin-bottom:50px; line-height:40px; text-align:left;}
.lf1025ys ol li{ list-style-type:circle; color:#666;}


/*1022*/
.lf1022Banner{ background:url(../images/1025/banner.jpg) no-repeat;}
.lf1022{ padding-bottom:50px;}
.lf1022safe{ width:1320px; margin:0 auto; }
.lf1022safe ul li{ width:280px; float:left; height:110px; color:#666; border-radius:5px; background-color:#EFEFEF; line-height:30px; text-align:left; padding:10px; margin:0 15px; text-align:justify; text-justify:inter-ideograph;}
.lf1022safe ul li:hover{ background-color:#3287CF; color:#fff;}
.lf1022stab{ width:1000px; margin:0 auto;}
.lf1022stab ol li{  width:100%; text-align:left; margin-bottom:20px; list-style-type:disc; border-bottom:1px dashed #e1e1e1; line-height:30px;}

/*6401*/
.lf6401{ padding-bottom:50px;}
.lf6401Top{ width:1320px; margin:0 auto;background-color:#EFEFEF; padding:10px; line-height:26px; text-align:left; color:#666; overflow:hidden; font-weight:600;}
.lf6401safe{ width:1320px; margin:0 auto;}
.lf6401safe ul li{ width:380px; float:left; height:210px; color:#666; border-radius:5px; background-color:#EFEFEF; line-height:30px; text-align:left; padding:10px; margin:0 10px; text-align:justify; text-justify:inter-ideograph; line-height:30px;}
.lf6401safe ul li:hover{ background-color:#3287CF; color:#fff;}
.lf6401stab{ width:1200px; margin:0 auto;}
.lf6401stab ol li{  width:100%; text-align:left; margin-bottom:20px; list-style-type:disc; border-bottom:1px dashed #e1e1e1;  line-height:30px;}
.lf6401_5{ width:1340px; margin:0 auto;}
.lf6401hum_l{ float:left; width:800px;}
.lf6401hum_r{ float:right; width:500px; }
.lf6401hum_r ol{ padding:0; margin:0;}
.lf6401hum_r ol li{ width:488px; padding:5px; text-align:left; line-height:30px; margin-bottom:20px; border:1px solid #e1e1e1; background-color:#EFEFEF; border-radius:5px;}
.lf6401hum_r ol li b{ display:block; font-size:16px;}
.lf6401hum_r ol li:hover{ background-color:#3287CF; color:#fff;}


/*100e*/

.elecBanner{ background:url(../images/1025/banner2.jpg) no-repeat; width:1340px; height:400px; margin:20px auto;}
.elecShow{ padding-bottom:30px; min-height:300px;}
.elecShow ul li{ width:300px; height:200px; float:left; margin:17.5px;}
.elecShow ul li a img{ width:300px; height:200px;}

.elecChildMenu{ width:1305px; margin:30px auto;}
.elecChildMenu ul li{ padding:0 10px; float:left; margin-right:10px; height:30px; line-height:30px; background-color:#3287CF; border-radius:5px;}
.elecChildMenu ul li a{ color:#fff; display:block; width:100%; height:100%; }
.elecChildMenu ul li:hover{ background-color:#C6C6C6;}













.downloadBanner{ background:url(../images/download/banner.jpg) center center no-repeat;}



/*login*/
.loginArea,.regesterArea{ width:1340px; height:490px; background:url(../images/login/loginBg.jpg); margin:0 auto; margin-top:20px; padding-top:90px; margin-bottom:100px;}
.loginInput,.regesterInput{ width:375px; height:400px; float:right; margin-right:90px;background:url(../images/logoBg.png) center center repeat; padding-top:30px;}
.login{ width:70%; margin:0 auto; padding-bottom:40px;}

.loginTitle,.regesterTitle{ width:100%; height:100px; line-height:100px; text-align:center; display:block; font-size:20px;}

.loginArea .acco,.loginArea .pass,.loginArea .mail{ text-align:left; height:70px; margin-bottom:20px;}
.loginArea .acco,.loginArea .pass,.loginArea .mail{ text-align:left; height:50px; margin-bottom:20px}
.loginArea .acco span,.loginArea .pass span,.loginArea .mail span{ display:block; width:100%; font-size:16px; margin-bottom:10px;}
.loginArea .acco input,.loginArea .pass input,.loginArea .mail input{ width:100%; height:30px; background:url(../images/logoBg2.png) center center repeat;}

.forget{ width:100%; height:30px; line-height:30px; margin-bottom:0px; display:block;}
.forget a{ color:#3287CF;}
.forget a:hover{ color:#999;}
#wMes{ width:100%; height:30px; display:block;  line-height:30px; max-width:340px; overflow:hidden; margin-bottom:10px;}
.loginButton{ width:100%; height:40px; color:#fff; background-color:#1b95fc; display:block; margin:0 auto; line-height:40px; cursor:pointer;}




.regester .acco,.regester .pass,.regester .mail{ text-align:left; height:50px;}
.regester .acco span,.regester .pass span,.regester .mail span,.regester .reppass span{ display:inline-block; width:120px; text-align:right; margin-right:10px; font-size:16px;}
.regester .acco input,.regester .pass input,.regester .mail input{ width:200px; height:30px;}
.regester .reppass{ height:50px; text-align:left;}
.regester .reppass span{ font-size:12px;}
.regester .reppass input{ width:200px; height:30px;}
.regesterBtn input{ width:200px; height:40px; color:#fff; border:0; background-color:#3287CF; display:block; margin:0 auto; line-height:40px; cursor:pointer; border-radius:5px; overflow:}
.loginSta{ position:fixed; top:0; right:350px; z-index:99999; height:30px; line-height:30px;}



.downloadMain{ padding:50px 0;}
.downloadMain h2{ margin:0; padding:0; font-size:24px; height:50px; line-height:50px; text-transform:uppercase;}
.downloadList{ width:800px; margin:0 auto; margin-top:50px;}
.downloadList ul{ margin-bottom:30px;}
.downloadList ul li{ text-align:left; width:100%; height:40px; line-height:40px; border-bottom:1px solid #e1e1e1;}
.downloadList ul li span{ width:50px; display:inline-block; height:40px; line-height:40px; margin-right:10px; float:left; padding-left:10px;}
.downloadList ul li a{ display:inline-block; width:730px; height:40px; float:left;}
.downloadList ul li:hover{ background-color:#999;}
.downloadList ul li:hover a{color:#fff;}
.downloadList ul li:hover span{color:#fff;}

.downType{ width:990px; margin:0 auto; margin-top:50px;  margin-bottom:50px; }
.downType ul li{ float:left; width:300px; height:200px; margin:15px 15px; background-color:#3287CF;}
.downType ul li h3{ width:300px; height:100px; font-size:18px; }
.downType ul li h3 a{ display:block; width:100%; height:100%;padding:50px 0; color:#fff;}
.downType ul li:hover{ background-color:#939897;}

.downMenu{ margin-top:20px;}
.downMenu a{ padding:0 10px; margin:0 10px; text-decoration:underline; color:#363636;}
.downMenu a:hover{ color:#3287CF;}


.contact{ width:1000px; margin:0 auto; overflow:hidden;}
.contact ul li{ width:100%; height:40px; font-size:14px;}
.contact ul li span{ font-weight:600; width:60px; margin-right:20px; display:inline-block; text-align:left;}

/*dealer*/
.dealerBanner{ width:1340px; height:400px; background:url(../images/dealer/banner.jpg) top center no-repeat; margin:0 auto; margin-top:20px; margin-bottom:20px;}
.dealerChildMenu{ width:1305px; margin:30px auto;}
.dealerChildMenu ul li{ padding:0 10px; float:left; margin-right:10px; height:30px; line-height:30px; background-color:#3287CF; border-radius:5px;}
.dealerChildMenu ul li a{ color:#fff; display:block; width:100%; height:100%; }
.dealerChildMenu ul li:hover{ background-color:#C6C6C6;}
#nowCmenu{ background-color:#C6C6C6;}

.dealerShow{ padding-bottom:30px;}
.dealerShow ul li{ width:300px; height:200px; float:left; margin:17.5px;}
.dealerShow ul li a img{ width:300px; height:200px;}

.firstMenu{width:1305px; margin:30px auto;}
.firstMenu ul li{ float:left; margin-right:30px; height:30px;}
.firstMenu ul li a{ display:block; padding:0 30px; font-size:16px; line-height:30px;  background-color:#3287CF;  color:#fff;}
.firstMenu ul li a:hover{ background-color:#C6C6C6;}


/*经销商查询*/
.dealerQuery{ width:1280px; margin:0 auto; padding-bottom:50px;}
.dealerQuery h2{ font-size:30px; color:#676767;}
.dealerQuery ul li{ width:580px; height:180px; padding:10px;float:left; text-align:left; margin:20px 20px; background-color:#CCC; }
.dqTitle{ font-size:14px; width:560px; line-height:30px; font-weight:600; border-bottom:1px solid #fff; margin-bottom:10px;  overflow:hidden;}
.dqTitle a:hover{ color:#666666;}
.dqAddress,.dqTel,.dqMail,.dqWeb{ width:100%; height:30px; line-height:30px;}
.dqAddress span,.dqTel span,.dqMail span,.dqWeb span{ display:inline-block; width:60px; margin-right:20px;}
.dqWeb a:hover{ color:#3287CF;}

.dealerQueryBox{ width:1340px; margin:0 auto;}


.indexCar{ width:1300px; margin:0 auto; overflow:hidden; margin-top:20px; position:relative; left:0; top:0;}
.indexCar ul{ width:100000px;}
.indexCar ul li{ float:left;}

.videoMain{ margin-bottom:50px;}


.ddTab{ border-collapse:collapse; margin:0 auto; margin-bottom:50px; width:1305px;}
.ddTab tr td{ border:1px solid #e1e1e1; height:35px; color:#666;}
.ddTab tr .ddTitle{ font-size:20px; height:60px; color:#666; line-height:60px; font-weight:600;}


/*配置*/
.sTable{ border-collapse:collapse; text-align:center; margin:0 auto; margin-bottom:50px; width:1280px;}
.sTable tr td{ border:1px solid #CCCCCC; min-width:100px; height:40px; color:#333; vertical-align:middle;}
.configTitle{ height:60px; font-size:20px; font-weight:600;}
.configFirst{ text-align:center; font-size:16px; font-weight:600;}
.configTd1{ text-align:left; padding-left:20px; font-weight:600; font-size:14px;}
.configTd2{ text-align:left; padding-left:20px; font-weight:600; font-size:16px;}

.mapText{ position:absolute; z-index:1; left:0; top:0;}

.config_20{ font-size:16px; font-weight:600;}