@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    width: 180px;
    height: 20px;
    float: right;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 3px;
}

em {
    font-style: normal;
}

::before,
 ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/

/* 头部样式 */
.head{
    width: 100%;
    height: 100px;
    background: #fff;
    overflow: hidden;
}
.name{
    display: block;
    float: left;
}
.contact{
    float: right;
}
.contPic{
    display: block;
    float: left;
    margin: 27px 13px 0 0;
}
.contR{
    float: right;
    margin: 26px 0 0 0;
}
.contRfir{
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: #222222;
}
.contRsec{
    height: 26px;
    line-height: 26px;
    font-family: "Arial";
    font-size: 25.05px;
    font-weight: bold;
    color: #002b53;
}
/* 导航栏样式 */
.nav{
    width: 100%;
    height: 37px;
    background: #003464;
}
.nav .firLi{
    float: left;
    width: 128px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    position: relative;
    margin: 0 6px 0 0;
}
.nav .firLi:last-child{
    margin-right: 0;
}
.nav .firLi a{
    color: #fff;
    display: block;
}
.nav .firLi a:hover{
    background: #f9bf15;
    color: #002b53;
}
.nav a.navOn {
    background: #f9bf15;
    color: #002b53;
}
.secNav {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 37px;
    width: 128px;
    background-color: rgba(0, 52, 100,0.8);
    padding: 10px 0;
    display: none;
}
.secLi {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    zoom: 1;
}
.secLi a {
    color: #fefefe !important;
}

.secLi a:hover {
    color: #002b53 !important;
}
/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}
/* 公共标题 6 */
.pubTit{
    width: 1200px;
    margin: 39px auto 0;
    overflow: hidden;
}
.pubCh{
    font-size: 30px;
    color: #424242;
    text-align: center;
    height: 41px;
    line-height: 39px;
    display: block;
}
.pubEn{
    font-size: 15px;
    color: #959595;
    text-align: center;
    height: 22px;
    line-height: 20px;
    margin-bottom: 11px;
}
.pubThi{
   width: 707px; 
   height: 14px;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
}
.pubLine{
    width: 100%;
    border-top: 2px solid #d8d8d8;
    margin-top: 6px;
}
.pubCol{
    width: 36px;
    height: 14px;
    background: #003464;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 0;
}
/* 车型展示 */
.type{
    width: 100%;
    height: 663px;
    background: url(../images/typeBg.jpg) center no-repeat;
    overflow: hidden;
}
.pubType:hover{
	color: #003464;
}
.typeBox{
    width: 1184px;
    margin: 51px auto 0;
    position: relative;
}
.typeBox .bd{
    width: 1184px;
    margin: 0 auto;
    overflow: hidden;
}
.typeBox .tempWrap{
    width: 1184px !important;
}
.typeBox .bd li{
    width: 368px;
    height: 376px;
    float: left;
    margin: 0 20px;
    transition: all 0.3s ease-out 0s;
    padding-bottom: 34px;
}
.typePic{
    width: 368px;
    height: 253px;
    line-height: 250px;
    overflow: hidden;
}
.typePic img{
    max-height: 253px;
    display: inline-block;
    vertical-align: middle;
}
.typeCon{
    width: 368px;
    height: 123px;
    overflow: hidden;
    background: #003464;
}
.typeTit{
    width: 80%;
    margin: 0 auto 1px;
    height: 58px;
    line-height: 56px;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.typeLine{
    width: 40px;
    border-top: 1px solid #fff;
    margin: 0 auto 22px;
}
.typeMore{
    width: 102px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.typeBox .bd li:hover{
    transform: translate(0, 34px);
}
.typeBox .prev{
    width: 39px;
    height: 94px;
    display: block;
    position: absolute;
    background: #003464 url(../images/right.png) no-repeat;
    right: -69px;
    top: 142px;
}
.typeBox .next{
    width: 39px;
    height: 94px;
    display: block;
    position: absolute;
    background: #003464 url(../images/left.png) no-repeat;
    left: -69px;
    top: 142px;
}
/* 广告 */
.ad{
    width: 100%;
    height: 107px;
    background: #003464 url(../images/adBg.png) center no-repeat;
    margin: 0 auto 109px;
}
.adFir {
    width: 1200px;
    height: 107px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/ad.png) center no-repeat;
}
/* 简介 */
.about{
    width: 1200px;
    height: 495px;
    margin: 0 auto 72px;
    overflow: hidden;
}
.abtL{
    width: 492px;
    height: 495px;
    overflow: hidden;
    float: left;
    background: url(../images/abtBg.png) no-repeat center;
}
.abtSlide {
    width: 454px;
    height: 456px;
    float: left;
    position: relative;
    margin: 39px 0 0 38px;
}

.abtSlide .hd ul {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 454px;
    height: 18px;
    text-align: center;
    font-size: 0;
    z-index: 10;
}

.abtSlide .hd li {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    margin: 0 8.5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.abtSlide .hd .on {
    background: #003464;
    color: #003464;
}

.abtSlide .bd li {
    width: 454px;
    height: 456px;
    line-height: 453px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.abtSlide .bd li img {
    display: inline-block;
    vertical-align: middle;
    max-height: 456px;
}
.abtR{
    width: 660px;
    height: 495px;
    float: right;
    overflow: hidden;
    position: relative;
}
.abtRtit{
    width: 660px;
    height: 69px;
    background: url(../images/abtR.png) center no-repeat;
    overflow: hidden;
    margin: 48px auto 30px;
}
.abtRtit a{
    display: block;
    width: 197px;
    height: 47px;
    line-height: 45px;
    margin: 11px 0 0;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.abtRtit a:hover{
    color: #f9bf15;
}
.abtDes{
    font-size: 15px;
    color: #000;
    line-height: 29px;
    text-align: justify;
}
.abtBot{
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 37px;
    overflow: hidden;
}
.abtBot p{
    width: 115px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 62px;
    float: right;
    background: #003464;
    border-radius: 15px;
}
/* 风采 */
.mien{
    width: 100%;
    height: 588px;
    background: #003464;
    overflow: hidden;
}
.mien .pubTit{
    margin-top: 34px;
}
.mien .pubCh{
    color: #fff;
}
.pubMien:hover{
	color: #f9bf15;
}
.mien .pubEn{
    color: #a8b2bf;
}
.mien .pubLine {
    border-top: 2px solid #7e8f9f;
}
.mien .pubCol{
    background: #fff;
}
.mienBox{
    width: 1149px;
    margin: 44px auto 0;
    position: relative;
}
.mienBox .bd{
    width: 1149px;
    margin: 0 auto;
    overflow: hidden;
}
.mienBox .tempWrap{
    width: 1149px !important;
}
.mienBox .bd li{
    width: 369px;
    height: 355px;
    float: left;
    margin: 0 11px;
    background: #fff;
}
.mienPic{
    width: 353px;
    height: 293px;
    line-height: 290px;
    overflow: hidden;
    margin: 8px auto 0;
}
.mienPic img{
    max-height: 293px;
    display: inline-block;
    vertical-align: middle;
}
.mienTit{
    width: 353px;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.mienBox .bd li:hover .mienTit{
    color: #003464;
}
.mienBox .prev{
    width: 42px;
    height: 110px;
    display: block;
    position: absolute;
    background: #ffffff url(../images/mRight.png) no-repeat;
    right: -83px;
    top: 123px;
}
.mienBox .next{
    width: 42px;
    height: 110px;
    display: block;
    position: absolute;
    background: #ffffff url(../images/mLeft.png) no-repeat;
    left: -83px;
    top: 123px;
}
/* 新闻 */
.news{
    width: 100%;
    height: 815px;
    background: #fff;
    overflow: hidden;
}
.news .pubTit{
    margin-top: 40px;
}
.newsCon{
    width: 1200px;
    margin: 75px auto 0;
}
.newsL{
    width: 579px;
    height: 580px;
    float: left;
    position: relative;
    overflow: hidden;
}
.newsLfir{
    width: 100%;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
}
.newsHead{
    width: 100%;
    height: 40px;  
    line-height: 40px;
}
.newsHfir{
    font-size: 18px;
    color: #333333;
    float: left;
}
.newsHsec{
    display: block;
    font-size: 14px;
    color: #999;
    float: right;
}
.newsHsec:hover{
    color: #002b53;
}
.newsHline{
    width: 33px;
    height: 4px;
    background: #002b53;
}
.newsList{
    margin-top: 36px;
}
.newsLi{
    width: 100%;
    height: 166px;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
}
.newsMonth{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-family: "Arial";
    background: #003464;
    float: left;
    margin: 42px 20px 0 0;
}
.newsContent{
    width: 506px;
    float: right;
    margin: 18px 0 0 0;
}
.newsTit{
    font-size: 16px;
    color: #333;
    line-height: 39px;
}
.newsDes{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.newsMore{
    display: block;
    width: 73px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #434343;
    margin: 9px 0 0;
}
.newsLi:hover .newsMore{
    background: #f9bf15;
    color: #002b53;
}
.video{
    width: 545px;
    float: right;
}
.videoFir{
    width: 100%;
    height: 44px;
}
.videoHead{
    width: 100%;
    height: 40px;  
    line-height: 40px;
}
.videoHfir{
    font-size: 18px;
    color: #333333;
    float: left;
}
.videoHsec{
    display: block;
    font-size: 14px;
    color: #999;
    float: right;
}
.videoHsec:hover{
    color: #002b53;
}
.videoHline{
    width: 33px;
    height: 4px;
    background: #002b53;
}
.videoSec{
    margin: 28px 0 0;
}
.videoSec a{
    display: block;
}
.videoPic{
    width: 545px;
    height: 356px;
    line-height: 353px;
    text-align: center;
    overflow: hidden;
}
.videoPic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 356px;
}
.videoCon{
    width: 100%;
    height: 111px;
    background: #003464;
}
.videoTit{
    width: 490px;
    margin: 0 0 2px 17px;
    font-size: 20px;
    color: #fff;
    height: 44px;
    line-height: 44px;
}
.videoDes{
    width: 490px;
    margin: 0 0 0 17px;
    font-size: 14px;
    color: #fff;
    height: 24px;
    line-height: 24px;
}
.videoSec a:hover .videoDes{
    color: #f9bf15;
}
/* 底部 */
.foot{
    width: 100%;
    height: 292px;
    background: #3e3e3e;
}
.link{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #b2b2b2;
}
.link .container{
    height: 60px;
    background: url(../images/link.png) left center no-repeat;
    overflow: hidden;
}
.linkFir{
    height: 44px;
    line-height: 42px;
    margin: 15px 0 0 139px;
    font-size: 14px;
    color: #fff;
}
.linkFir span{
    margin-right: 31px;
}
.linkFir a{
    color: #fff;
    margin-right: 17px;
}
.linkFir a:hover{
    color: #f9bf15;
}
.footFir{
    width: 1200px;
    height: 231px;
    margin: 0 auto;
    overflow: hidden;
}
.footL{
    float: left;
}
.footName{
    font-size: 25px;
    color: #fff;
    height: 76px;
    line-height: 76px;
    margin: 10px 0 0 0;
}
.footL p{
    font-size: 15px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 46px;
}
.footL .contactFir{
    background: url(../images/contactFir.png) left center no-repeat;
}
.footL .contactSec{
    background: url(../images/contactSec.png) left center no-repeat;
}
.footL .contactThi{
    background: url(../images/contactThi.png) left center no-repeat;
}
.footCen{
    float: left;
    width: 147px;
    height: 183px;
    margin: 27px 0 0 87px;
}
.ewm{
    width: 147px;
    height: 147px;
    background: url(../images/ewmBg.png) center no-repeat;
    overflow: hidden;
}
.ewmPic{
    display: block;
    width: 136px;
    height: auto;
    margin: 5.5px 0 0 5.5px;
}
.ewmText{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footR{
    margin: 45px 0 0;
    width: 465px;
    height: 106px;
    overflow: hidden;
    float: right;
}
.footR a{
    display: block;
    float: right;
    width: 65px;
    height: 35px;
    line-height: 35px;
    margin: 9px 0 9px 63px;
    padding: 0 0 0 27px;
    background: url(../images/footNav.png) left center no-repeat;
    font-size: 16px;
    color: #fff;
}
.footR a:hover{
    color: #f9bf15;
}
/* 版权*/
.copyRight {
    height: 39px;
    line-height: 39px;
    background: #2f2f2f;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.copName{
    display: inline;
    margin-right: 16px;
}
.copHave{
    display: inline;
    margin-right: 30px;
}
.icp{
    margin-right: 151px;
}
.tec{
    display: inline;
}
.copyRight a {
    color: #fff;
}

.copyRight a:hover {
    color: #f9bf15;
}
/* 分页 */
.pagebar {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 16px;
}
.pagebar a{
   height: 26px;
   display: inline-block;
   line-height: 24px;
   text-align: center;
   border-radius: 3px;
   padding: 0 10px;
   margin: 0 4.5px;
   color: #333;
}
.pagebar a:hover{
    background: #003464;
    color: #fff;
}
.pagebar .on {
    background: #003464;
    color: #fff;
}
/* 子页 */
.main {
    margin: 40px auto 0;
    width: 1220px;
    position: relative;
}
.subRight {
    width: 930px;
    float: right;
    background: #fff;
    min-height: 803px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3.5px #a6a6a6;
}
/* 子页map */
.subMap{
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 20px 0 20px;
}

.sonTit {
    background: url(../images/mapNav.png) no-repeat left center;
    padding-left: 25px;
}

.subNav {
    font-size: 16px;
    color: #666;
}

.subNav a {
    font-size: 14px;
    color: #000;
}

.subNav a:hover {
    color: #003464 ;
}
/* 子页内容区*/
.subCon {
    width: 890px;
    padding: 20px;
    overflow: hidden;
    float: right;
    font-size: 16px;
    color: #191919;
    line-height: 1.9;
    text-align: justify;
}

.subCon p {
    margin: 0.63em 0 1.8em 0;
}
/* 侧边栏 */
.sideBar {
    width: 269px;
    float: left;
    margin-bottom: 60px;
    font-family: "Microsoft Yahei";
}
.sidebar-title {
    width: 269px;
    height: 79px;
    background: #003464  url(../images/sideTit.png) center no-repeat;
    margin-bottom: 15px;
    overflow: hidden;
}
.sideTitCh{
    margin-left: 36px;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    margin-top: 14px;
}
.sideTitEn{
    margin-left: 36px;
    font-size: 9px;
    line-height: 20px;
    color: #fff;
    font-family: "Arial";
}
.sidebar-nav {
    width: 269px;
    overflow: hidden;
    margin-bottom: 37px;
}
.sideBar ul li {
    width: 242px;
    border: 1px solid #d2d2d2;
    height: 35px;
    line-height: 35px;
    padding-left: 25px;
    background: #e3e3e3 url(../images/sideLi.png) no-repeat;
    background-position: 231px 50%;
    margin-bottom: 8px;
}

.sideBar ul li a {
    font-size: 14px;
    color: #000000;
    display: block;
}

.sidebar-nav ul li:hover,
.sideOn {
    background: #003464  url(../images/sideLiBg.png) no-repeat !important;
    background-position: 231px 50% !important;
}

.sidebar-nav ul li:hover a,
.sideOn a {
    color: #fff !important;
}

.sideConTit{
    margin-bottom: 0;
}
.sideContact{
    width: 267px;
    border: 1px solid #dcdcdc;
    border-top: none;
    overflow: hidden;
    padding-bottom: 20px;
}
.sideTelCh{
    font-size: 14px;
    color: #424242;
    line-height: 20px;
    text-align: center;
    margin-top: 13px;
}
.sideTelNum{
    font-size: 30px;
    font-weight: bold;
    color: #003464 ;
    text-align: center;
    margin: 0 0 4px 0;
    line-height: 42px;
    font-family: "Arial";
}
.sideInfo{
    margin: 0 5px 0 22px;
    font-size: 15px;
    line-height: 28px;
    color: #424242;
}
.sideAdd{
    margin-top: 3px;
    line-height: 25px;
    text-align: justify;
    width: 230px;
}