body {
    background: #fff;
}
/*reset*/
*, :before, :after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
.am-with-topbar-fixed-top {
    padding-top: 46px;
}
.wrapped {
    max-width: 1140px;
    margin: 0 auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
ul, li, ol, ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p, * + p {
    margin: 0;
    line-height: 1;
}
img {
    user-select: none;
}
.clearfix {
    *zoom: 1;
}
.am-fl {
    float: left;
}
.am-fr {
    float: right;
}
/*顶部导航*/
.ws-head-bg {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}
.ws-head-bg a {
    color: #333;
}
.ws-head-bg .wrapped {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.headroom--not-top .ws-nav-bg {
    display: none;
}
.headroom--top .ws-nav-bg {
    transition: 0.2s;
    display: block;
}
.ws-head-bg .am-container {
    height: 90px;
    padding: 0;
    position: relative;
}
.ws-head-bg .head_logo {
    width: 133px;
    height: 35px;
    margin-right: 35px;
}
.ws-head-bg .ws-head-col .am-round {
    display: none;
    font-size: 10px;
    padding: 0 3px 1px;
    position: absolute;
    top: 26px;
    line-height: 1;
    right: -3px;
    background: #f60;
    color: #fff;
}
.ws-head-bg .ws-head-icon {
    background-image: url('//www.d1ev.com/static/home/images/logo2x.png');
    background-size: contain;
    width: 133px;
    height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    text-indent: -999em;
}
.ws-head-bg .ws-head-col {
    font-size: 16px;
    line-height: 90px;
    position: relative;
}
.ws-head-bg .ws-head-col:last-of-type {
    padding-right: 0;
}
.ws-head-bg .ws-head-col .head_new {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 30px;
    background: url(//www.d1ev.com/static/home/images/new.png) no-repeat;
    background-size: cover;
}
.ws-head-bg .ws-head-col a:hover {
    color: #f60;
    transition: color 0.2s ease-in 0.2s;
}
.ws-head-bg .ws-head-colName {
    color: #333333;
    display: inline-block;
    line-height: 90px;
}
.ws-head-bg .ws-head-nav .ws-head-col:not(:last-of-type) {
    margin-right: 35px;
}
.ws-head-bg .ws-head-colName.active {
    color: #f60;
}
.ws-head-bg .ws-head-colIcon {
    position: absolute;
    top: 7px;
    right: -18px;
    background-image: url('//www.d1ev.com/static/home/images/sprite2.png');
    background-position: -143px -98px;
    width: 10px;
    height: 5px;
}
.ws-head-bg .ws-head-colGold {
    position: absolute;
    top: 32px;
    left: -3px;
    background-image: url('//www.d1ev.com/static/home/images/sprite2.png');
    background-position: -76px -115px;
    width: 18px;
    height: 18px;
}
.ws-head-bg .ws-head-colList:after {
    position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom: 10px solid #f60;
    margin-left: -10px;
}
.ws-head-bg .ws-head-colList {
    border-top: 3px solid #f60;
    display: none;
    width: 200px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -100px;
    background: #fff;
    padding: 20px 15px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    text-transform: uppercase;
    z-index: 3;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ws-head-bg .ws-head-colList img {
    width: 100%;
}
.ws-head-bg .ws-head-colList .ws-head-colListItem {
    width: 50%;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    color: #333;
}
.ws-head-bg .ws-head-colList .ws-head-colListItem:hover {
    color: #f60;
}
.ws-head-bg .ws-head-colList .ws-head-colListItem:nth-child(even) {
    border-right: none;
}
.ws-head-bg .ws-head-colList .ws-head-colListItem:last-child {
    border-bottom: none;
}
.ws-head-bg .ws-head-colList .ws-head-colListItem:nth-last-child(2) {
    border-bottom: none;
}
.ws-head-bg .ws-head-colList .ws-head-colListItem2 {
    display: block;
    height: 46px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    /*border-bottom: 1px solid #ccc;*/
    line-height: 46px;
    color: #333;
}
.ws-head-bg .ws-head-colList .ws-head-colListItem2:last-child {
    border-bottom: none;
}
.ws-head-bg .ws-head-col:hover .ws-head-colList {
    display: block;
    width: 200px;
    height: auto;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.ws-head-bg .ws-head-col:hover .ws-head-colList2 {
    width: 160px;
    margin-left: -80px;
    padding: 0;
}
.ws-head-bg .ws-head-app {
    display: inline-block;
    color: #f60;
    font-size: 30px;
    background: url(//www.d1ev.com/static/home/images/sprite2.png) -78px -140px;
    width: 13px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 0.2em;
}
.ws-head-bg .ws-head-col:last-of-type .svgIcon {
    fill: #1aa260;
}
.ws-head-bg .nav_do {
    list-style: none;
    font-size: 14px;
    line-height: 90px;
    margin: 0;
    padding: 0;
}
.ws-head-bg .nav_do > li:not(:nth-of-type(1n+4)) {
    margin-right: 30px;
}
.ws-head-bg .nav_do > li.ws-nav-loginI {
    margin: 0 15px;
}
.ws-head-bg .nav_do .head-miniProgram .svgIcon {
    fill: #1aa260;
}
.ws-head-bg .nav_do .head-search .nav_search .svgIcon {
    color: #333;
}
.svgIcon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.18em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 0.2em;
}
/*登录与注册*/
.ws-nav-login .ws-nav-loginA {
    font-size: 14px;
    line-height: 30px;
}
.ws-nav-login .ws-nav-loginI {
    padding: 0 8px;
    color: #fff;
    position: relative;
    top: 2px;
}
.ws-nav-login .ws-nav-headmap {
    width: 30px;
    height: 90px;
    cursor: pointer;
    position: relative;
}
.ws-nav-login .ws-nav-headmap img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -0.5em;
}
.ws-nav-login .ws-nav-headmap .ws-ping1-num {
    padding: 0 6px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: -18px;
    background: #E50012;
    border-radius: 12px;
    color: #fff;
}
.ws-nav-login .ws-nav-headmap .ws-ping1-num:hover {
    color: #fff !important;
}
.ws-nav-login .ws-nav-usersAnimate {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.ws-nav-login .ws-nav-users {
    display: none;
    position: absolute;
    top: 70px;
    right: -35px;
    z-index: 11;
    margin-left: -35px;
    width: 100px;
    background: #fff;
    box-shadow: 0 1px 15px rgba(18, 21, 21, 0.2);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    text-transform: uppercase;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 10px 0;
}
.ws-nav-login .ws-nav-users .ws-nav-usersA {
    display: block;
    height: 38px;
    color: #333;
    line-height: 38px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    position: relative;
}
.ws-nav-login .ws-nav-users .ws-nav-usersA .ws-ping2-num {
    padding: 0 6px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 0px;
    right: 2px;
    background: #E50012;
    border-radius: 12px;
    color: #fff;
}
.ws-nav-login .ws-nav-users .ws-nav-usersA:hover {
    color: #f60;
}

.foot--list {
    margin: 0 auto;
    text-align: center;
}
.foot--list a {
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    color: #808080;
}
.foot--list a:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    border-left: 1px solid #ceced0;
    height: 14px;
}
.footer_foot {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e6e6e6;
}
.footer_foot .foot_copyright {
    text-align: center;
    font-size: 14px;
    color: #808080;
    padding: 20px 0 40px;
}
.footer_foot .foot_copyright img {
    vertical-align: middle;
}
footer a {
    color: inherit;
}
footer a:hover {
    color: #f60;
    transition: color 0.2s ease-in 0.2s;
}
/*公共样式*/
.p_abs {
    position: absolute;
}
.contBox {
    width: 100%;
}
.cont_main {
    position: relative;
    height: 100%;
    width: 1002px;
    margin: 0 auto;
    padding: 50px 0;
}
.rnTitle {
    position: relative;
    width: 1002px;
    margin: 0 auto;
    height: 75px;
    line-height: 40px;
    background: url(../images/line.png) bottom center no-repeat;
    font-size: 22px;
    color: #000;
    padding-top: 30px;
}
.rnTitCont {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}
.rnTitCont span {
    padding: 0 15px 0 0;
}
.rnTitCont em {
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
}
.swiper-container.img-swiper {
    width: 1001px;
    height: 345px;
    margin: 50px auto 20px;
    background: #464446;
}
.img-swiper .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}
.img-swiper .swiper-slide-active {
    opacity: 1;
}
.imgs_prev, .imgs_next {
    width: 42px;
    height: 51px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.imgs_prev {
    background: url(../images/imgbtn_03.png) center center no-repeat;
    left: 50px;
}
.imgs_next {
    background: url(../images/imgbtn_05.png) center center no-repeat;
    right: 50px;
}
/*视频所用*/
.videow {
    margin: 40px auto 20px;
}

.vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    border-radius: .4em;
    width: 3em;
    height: 1.6em;
    margin-top: -.8rem;
    margin-left: -1.5rem;
}
.vjs-default-skin .vjs-big-play-button:before {
    line-height: 1.6em;
}
/*banner*/
.encino_banner, .encino_main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.slideBox {
    height: 457px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.slideBox .hd {
    width: 115px;
    height: 27px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 400px;
    z-index: 200;
}
.slideBox .hd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 27px;
    height: 27px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    background-image: url('../images/white.png');
}
.slideBox .hd ul li.on {
    background-image: url('../images/active.png');
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
}
.slideBox .bd li {
    zoom: 1;
    height: 457px;
    margin: 0 auto;
}
.rnNavBox {
    position: relative;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.rnNavBox.on {
    position: fixed;
    z-index: 999998;
}
.rnNavTitle {
    position: relative;
    width: 100%;
    height: 48px;
    background: url(../images/banner-title.jpg) no-repeat center center;
}
.rnNavUl {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #272727;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.rnttal {
    width: 1002px;
    margin: 0 auto;
}
.rnNavUl span {
    padding: 0;
    cursor: pointer;
    float: left;
    width: 123px;
    text-align: right;
}
.rnNavUl span.rnttal_first {
    text-align: left
}
.rnNavUl span.rnttal_middle {
    text-align: center;
}
.rnNavUl span:hover {
    color: #008efc;
}
.rnNavUl span.hover {
    font-weight: bold;
    color: #008efc;
}
.policy_img {
    margin: 0 auto;
}
.policy {
    margin-bottom: 0
}
/*媒体新闻*/
.news {
    width: 1002px;
    height: 400px;
    margin: 0 auto;
    overflow-x: hidden;
}
/*.news .swiper-slide{width:auto!important;}*/
.news-swiper {
    height: 310px;
    position: relative;
    overflow: hidden;
    left: 0;
    margin-left: 0;
}
.news-list {
    width: 100%;
    height: 295px;
    position: relative;
    padding-top: 35px;
}
.news-list li {
    width: 250px;
    height: 295px;
    float: left;
}

.news-list li .xinwen-cont {
    background: #fff;
}

.news-list li .logos {
    height: 42px;
    text-align: center;
}
.news-list li .imgs {
    width: 233px;
    height: 132px;
    position: relative;
    overflow: hidden;
}
.news-list li .imgs img{
    position: absolute;
    width: 100%;
    min-height:100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.news-list li .logos img {
    display: inline-block;
    height: 100%;
}
.news-list li dl {
    padding: 10px 20px 0 10px;
    font-size: 14px;
}
.news-list li dl a {
    color: #000;
}
.news-list li dd {
    color: #6f6f6f;
    font-size: 12px;
    padding-top: 5px;
}
.secTitle {
    height: 29px;
    padding: 23px 10px 2px 0;
    border-bottom: 3px solid #cfd0d1
}
.secTitle h2 {
    float: left;
    padding-right: 30px;
    padding-left: 10px;
    border-bottom: 3px solid #3f8ee5;
    font-size: 22px;
    line-height: 26px;
    color: #323232
}
.secTitle h2 span {
    padding-left: 8px;
    font-size: 12px;
    text-transform: capitalize;
}
.secTitle h3 {
    float: right;
    font-size: 12px;
    line-height: 26px;
    color: #323232;
    letter-spacing: 1px;
}
.secTitle h3 span {
    padding: 0 5px
}
.secTitle h3 a {
    padding: 0 5px;
    color: #2b86e5
}
.news-bot {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}


.news-bot span {
    width: 17px;
    height: 17px;
    font-size: 0;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    margin: 0 5px;
    background: url(../images/yuan1.png) no-repeat;
    background-size: 100% 100%;
}

.news-bot .swiper-active-switch {
    opacity: 1;
    background: url(../images/yuan_active1.png);
    background-size: 100% 100%;
}

/*日期控件*/
iframe {
    width: 360px;
    height: 200px;
}
/*预约试驾*/
.testDrive {
    width: 1002px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    color: #000;
}
.selectStyle > select {
    position: relative;
    top: -38px;
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
    font: 14px/38px "微软雅黑";
    text-indent: 1em;
}
.icon-duihao {
    background: url('../images/un_che1.jpg') no-repeat left top;
    color: #2d2d2d;
    font-size: 0.32rem;
}
.icon-duihao1 {
    background: url('../images/che1.jpg') no-repeat left top;
    color: #2d2d2d;
    font-size: 0.32rem;
}
.dCont a {
    color: #2f50ff
}
.testDrive .dImg {
    position: absolute;
    top: 160px;
    left: -400px;
    z-index: -1;
}
.testDrive .dCont {
    padding: 30px 90px;
}
.testDrive .dCont dl {
    width: auto;
    height: 60px;
    padding: 10px 0;
}
.testDrive .dCont dt {
    font: 16px/40px "微软雅黑";
    text-align: right;
    width: 130px;
    float: left;
}
.testDrive .dCont em {
    color: #e30000;
    font-family: arial, serif;
    font-size: 18px;
    margin: -5px 2px;
}
.testDrive .dCont dd {
    padding-left: 140px;
    text-align: left;
}
.testDrive .dCont dd * {
    *float: left;
}
.testDrive .dCont .cTip {
    font: 14px/22px "微软雅黑";
    color: #7e7e7e;
    text-align: left;
}
.testDrive .dCont .selectStyle {
    margin-right: 10px;
    float: left;
}
.testDrive .dCont .inputName {
    width: 195px;
    float: left;
    margin-right: 10px;
}
.testDrive .dCont .sendBtn {
    padding: 10px 0;
    text-align: center;
}
.testDrive .dCont .selTime {
    margin: -10px 15px;
    cursor: pointer;
}
.testDddLabel {
    display: inline-block;
    height: 100%;
}
.selTime {
    position: relative;
    z-index: 100;
    background: url(../images/sel_time.png);
    width: 32px;
    height: 29px;
    display: inline-block;
}
/*表单样式*/
.inputStyle {
    width: 355px;
    height: 38px;
    border: 1px solid #dadada;
    background: #818181;
    font: 14px/38px "微软雅黑";
    cursor: pointer;
    color: #333;
    text-align: left;
    text-indent: 1em;
}
/* .inputStyle:focus{border: 1px solid #dadada; background: #fcf9e8;} */
.selectStyle {
    width: 175px;
    height: 38px;
    background: url(../images/sel_down.png) no-repeat center right #fff;
    border: 1px solid #dadada;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.selectStyle .sTop {
    width: 100%;
    height: 38px;
    font: 14px/38px "微软雅黑";
    color: #fff;
    text-align: left;
    text-indent: 1em;
    cursor: pointer;
    overflow: hidden;
}
.selectStyle .sDrop {
    display: none;
    position: absolute;
    top: 39px;
    left: -1px;
    width: 100%;
    height: auto;
    z-index: 9999;
    border: 1px solid #dadada;
    border-top: 0;
}
.selectStyle .sDrop ol {
    list-style: none;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.selectStyle .sDrop ol li {
    width: auto;
    height: 38px;
    border-top: 1px solid #DADADA;
    background: #FFFFFF;
    font: 14px/38px "微软雅黑";
    color: #333;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
}
.selectStyle .sDrop ol li:first-child {
    border-top: 0;
}
.selectStyle .sDrop ol li:hover {
    background: #eee;
}
.btnDrive {
    background: url(../images/send_btn.jpg);
    width: 233px;
    height: 40px;
    border: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-indent: -9999px;
}
.dateTxtBox {
    position: absolute;
    width: 350px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    color: #818181;
    padding-left: 5px;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
    display: block;
}
.nameTxtBox {
    position: absolute;
    width: 190px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    color: #818181;
    padding-left: 5px;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
    display: block;
    background: white;
}
.telTxtBox {
    position: absolute;
    width: 350px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    color: #818181;
    padding-left: 5px;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
    display: block;
    background: white;
}
.opacityInputBox {
    filter: alpha(opacity=0);
    opacity: 0;
}
.opacityInputBox1 {
    filter: alpha(opacity=1);
    opacity: 1;
}
.selectStyle .sTop,
.inputStyle,
.testDrive .dCont .inputName,
.nameTxtBox,
.telTxtBox,
.testDrive .dCont .cTip {
    color: #818181;
}
.inputStyle:focus {
    background: #fff;
}
.inputStyle::-webkit-input-placeholder {
    color: #818181;
}
.selectStyle,
.inputStyle,
.nameTxtBox,
.telTxtBox {
    background-color: #fff;
}
/*弹框*/
.popUp {
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999998;
    display: none;
}
.popBlack {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images/popBlack.png);
}
.popAlert {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 300px;
    height: auto;
    margin-left: -150px;
    margin-top: -25px;
    background: #FFFFFF;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: pointer;
}
.popAlert p {
    padding: 15px 10px;
    font: 18px/20px "微软雅黑";
    color: #333333;
    text-align: center;
}
/*提交成功弹框*/
.successLayer {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 500px;
    height: 324px;
    margin-left: -250px;
    margin-top: -167px;
    background: url(../images/successLayer_bg.png);
}
.successLayer h3 {
    padding: 94px 15px 20px 15px;
    font: 24px/45px "微软雅黑";
    color: #3e3e3e;
    font-weight: bolder;
    text-align: center;
}
.successLayer p {
    padding: 0 50px 40px;
    font: 14px/25px "微软雅黑";
    color: #484848;
    text-align: center;
}
.successLayer h4 {
    padding: 0 15px;
    font: 24px/30px "微软雅黑";
    color: #3f8ee5;
    text-align: center;
    font-weight: bold;
}
.successLayer a {
    background: url(../images/layer_close.png);
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: -46px;
    cursor: pointer;
    font: 0/0 arial;
    text-indent: -999px;
}
/*配置表*/
.config {
    width: 1002px;
    margin: 0 auto;
    height: auto;
}
.congfigTab {
    border: #ededee solid 1px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.congfigTab tr.hover {
    background: #f5f6f8;
}
.congfigTab tfoot tr:nth-child(2n+1) {
    background: none;
}
.config-content {
    padding-top: 35px;
    padding-bottom: 30px;
}
.congfigTab th {
    border: #ededee solid 1px;
    height: 32px;
    line-height: 32px;
    color: #707685;
    font-size: 14px;
}
.congfigTab td {
    text-align: center;
    border: #ededee solid 1px;
    padding: 8px 5px;
    color: #707685;
    font-size: 14px;
}
.congfigTab tbody td {
    font-size: 12px;
}
.congfigTab td .blue {
    color: #0070c0;
    padding-bottom: 5px;
    display: inline-block;
}
.congfigTab th,
.congfigTab .th {
    text-align: left;
    font-weight: normal;
    padding-left: 20px;
}
.congfigTab .th {
    width: 242px;
    word-break: break-all;
    word-wrap: break-word;
}
.congfigTab .botth {
    text-align: center;
    padding-left: 0;
    width: auto;
}
.congfigTab td.th.none {
    text-align: center;
    padding-left: 0;
    width: auto;
}
.congfigTab tbody {
    display: none;
}
.congfigTab .config-tbody1 {
    display: block;
}
.congfigTab tbody:first-of-type {
    display: table-row-group;
}
.congfigTab ul {
    overflow: hidden;
    zoom: 1;
    background: #707685;
}
.congfigTab ul li {
    float: left;
    width: 16.666%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.congfigTab ul li.first_li {
}
.congfigTab ul li.current {
    background: url(../images/liBg.jpg);
}
.congfigTab ul li a {
    color: white;
    font-size: 14px;
}

.right-nav {
    width: 83px;
    right: 0;
    bottom: 20%;
    display: none;
    position: fixed;
    _position: absolute;
    z-index: 999997;
}
.right-nav .top {
    height: 32px;
    background: url("../images/rnavtop.jpg") no-repeat;
    cursor: pointer;
}
.right-nav .bottom {
    height: 32px;
    background-color: #707685;
    cursor: pointer;
}
.right-nav .emjt {
    width: 13px;
    height: 12px;
    float: left;
    margin: 9px 0 0 18px;
    background: url("../images/rnavjt.jpg") no-repeat;
}
.right-nav .hover .emjt {
    background-position: right top;
}
.rnav-cont {
    border: 1px solid #b4b4b4;
    height: 247px;
    background-color: #f8f9fb;
}
.rnav-cont ul {
    width: 66px;
    margin: 0 auto;
}
.rnav-cont li {
    border-bottom: 1px solid #ababab;
    height: 47px;
    overflow: hidden;
    width: 66px;
}
.rnav-cont li.last {
    border: 0;
}
.rnav-cont ul a {
    height: 47px;
    overflow: hidden;
    float: left;
    padding-left: 35px;
    color: #a7a7a7;
    -webkit-transition: color .5s linear;
    background: url("../images/nav2bg.png") no-repeat;
    display: block;
    width: 35px;
    text-align: center;
    font-size: 10px;
}
.rnav-cont ul a span {
    width: 40px;
    float: right;
    font-size: 10px;
    background-color: #f8f9fb;
    -webkit-transform: scale(0.8);
    padding-top: 8px;
}
.right-nav.hover li {
    width: 30px;
    overflow: hidden;
}
.right-nav.hover ul span {
    display: none;
}
.rnav-cont ul .a1 {
    background-position: left 8px;
    color: #555
}
.rnav-cont ul .a2 {
    background-position: left -40px;
    color: #555
}
.rnav-cont ul .a3 {
    background-position: left -88px;
    color: #555
}
.rnav-cont ul .a4 {
    background-position: left -135px;
    color: #555;
}
.rnav-cont ul .a5 {
    background-position: left -188px;
    cursor: default
}
.rnav-cont .hover .a1 {
    background-position: -155px 8px;
    color: #569ddf;
}
.rnav-cont .hover .a2 {
    background-position: -155px -40px;
    color: #569ddf;
}
.rnav-cont .hover .a3 {
    background-position: -155px -88px;
    color: #569ddf;
}
.rnav-cont .hover .a4 {
    background-position: -155px -135px;
    color: #569ddf;
}
.gotop {
    width: 33px;
    background: url("../images/gotop.png") no-repeat;
    position: absolute;
    padding-top: 33px;
    color: #569ddf;
    text-align: center;
    bottom: -80px;
}

.product_content {
    height: 3940px;
}
.product-bg {
    width: 100%;
    height: 1620px;
    background: url(../images/enjoy-bg.png) top center no-repeat;
    position: absolute;
}
.product-bg1 {
    width: 100%;
    height: 2929px;
    background: url(../images/enjoy-bg2.jpg) top center no-repeat;
    position: absolute;
    top: 1046px;
}
.product_content .bottom {
    width: 100%;
    height: 673px;
}
.product_content .product1 {
    width: 1002px;
    margin: 0 auto;
    position: relative;
    padding-top: 258px;
}
.product_content .product1 .product_title {
    margin-left: 170px;
}
.product_content .product1 .product_car1 {
    margin-top: 10px;
    margin-bottom: 56px;
}
.product_content .product1 .product_car2 {
    margin-left: 220px;
}
.product_content .product1 .product_table {
    display: block;
    margin: 15px auto;
}
.product_content .product1 ul {
    position: absolute;
    top: 29px;
    right: 0;
    height: 542px;
    background: url(../images/maidian-list.png) top left no-repeat;
}
.product_content .product1 ul li {
    font-size: 24px;
    color: #008efc
}
.product_content .product1 ul p {
    font-size: 18px;
    color: #fefefe;
    margin-left: 18px;
}
.product_content .product1 ul p span {
    font-size: 22px;
    color: #ff000b;
}
.product_content .product1 ul .product_li1 {
    margin-top: 41px;
    margin-left: 123px;
}
.product_content .product1 ul .product_li2 {
    margin-top: 95px;
    margin-left: 255px;
}
.product_content .product1 ul .product_li3 {
    margin-top: 78px;
    margin-left: 231px;
}
.bg_3 {
    width: 100%;
    height: 680px;
    box-sizing: border-box;
    background: url(../images/bg4.jpg) top center no-repeat;
    padding-top: 100px;
}
.bg_4 {
    background: url(../images/bg4.jpg) top center no-repeat;
}

.product-content {
    width: 1002px;
    margin: 0 auto;
    position: relative;
}
.enjoy-title {
    position: relative;
    width: 706px;
    margin: 74px 0 0 100px;
    height: 81px;
}
.enjoy-title-red {
    position: absolute;
    right: 0;
    width: 379px;
    height: 37px;
    background: url(../images/enjoy-title-red.png) no-repeat;
}
.enjoy-title-blue {
    width: 587px;
    height: 58px;
    background: url(../images/enjoy-title-blue.png) no-repeat;
    float: left;
    margin-top: -37px;

}
.enjoy-title-text {
    position: relative;
    width: 267px;
    height: 61px;
    background: url(../images/enjoy-title-text.png) no-repeat;
    margin-left: 284px;
    top: 17px;
    z-index: 1
}
.enjoy-2 {
    width: 100%;
    overflow: hidden;
    height: 133px;
}
.enjoy-left {
    position: absolute;
    width: 365px;
    height: 133px;
    left: 55px;
}
.enjoy-left .zhizhen {
    position: absolute;
    width: 68px;
    height: 59px;
    background: url(../images/enjoy-zhizhen.png) no-repeat;
    top: 37px;
    left: 36px;
}
.enjoy-left .quan {
    position: absolute;
    width: 120px;
    height: 122px;
    background: url(../images/enjoy-left-quan.png) no-repeat;
    top: 7px;
    left: 7px;
}
.enjoy-left .quan-bg {
    position: absolute;
    width: 133px;
    height: 133px;
    background: url(../images/enjoy-yuan-bg.png) no-repeat;
}
.enjoy-left .text {
    position: absolute;
    width: 252px;
    height: 69px;
    background: url(../images/enjoy-left-bg.png) no-repeat;
    top: 43px;
    left: 115px;
}
.enjoy-right {
    position: absolute;
    right: 55px;
    width: 365px;
    height: 133px;
}
.enjoy-right .zhizhen {
    position: absolute;
    width: 66px;
    height: 73px;
    background: url(../images/enjoy-you.png) no-repeat;
    top: 31px;
    right: 29px;
}
.enjoy-right .quan {
    position: absolute;
    width: 121px;
    height: 122px;
    background: url(../images/enjoy-right-quan.png) no-repeat;
    top: 6px;
    right: 5px;

}
.enjoy-right .quan-bg {
    position: absolute;
    width: 133px;
    height: 133px;
    background: url(../images/enjoy-yuan-bg.png) no-repeat;
    right: 0;
}
.enjoy-right .text {
    position: absolute;
    width: 252px;
    height: 69px;
    background: url(../images/enjoy-right-bg.png) no-repeat;
    top: 43px;
    right: 115px;
}
.enjoy-3 {
    position: relative;
    margin-left: 229px;
    margin-top: -19px;
    height: 332px;;
}
.enjoy-3 .bg1 {
    position: relative;
    width: 539px;
    height: 278px;
    background: url(../images/enjoy-yuyue-bg.png) no-repeat;
}
.enjoy-3 .bg2 {
    width: 572px;
    height: 245px;
    background: url(../images/enjoy-yuyue-text.png) no-repeat;
    position: absolute;
    top: 87px;
    left: -17px;
}
.enjoy-car {
    width: 698px;
    height: 485px;
    background: url(../images/enjoy-car.png) no-repeat;
    margin-top: 68px;
    margin-left: 250px;
}
.yu-tltle {
    position: relative;
    margin-left: 253px;
    margin-top: 50px;
}
.yu-tltle .red {
    width: 379px;
    height: 37px;
    background: url(../images/yu-title-red.png) bottom no-repeat;
    padding-top: 15px;
    margin-left: 51px;
}
.yu-tltle .blue {
    width: 587px;
    height: 58px;
    background: url(../images/yu-title-blue.png) no-repeat;
    margin-top: -6px;
}
.yu-tltle .text {
    position: absolute;
    top: 0;
    left: 97px;
    width: 267px;
    height: 63px;
    background: url(../images/yu-title-text.png) no-repeat;
}
.yu-mada {
    position: relative;
    width: 716px;
    height: 446px;
    overflow: hidden;
    margin: 95px 0 0 145px;
}
.yu-mada .text {
    width: 419px;
    height: 116px;
    background: url(../images/yu-mada-text.png) no-repeat;
    float: right;
}
.yu-mada .red {
    position: absolute;
    top: 14px;
    left: 86px;
    width: 205px;
    height: 201px;
    background: url(../images/yu-mada-red.png) left top no-repeat
}
.yu-mada .blue {
    position: absolute;
    top: 93px;
    left: 137px;
    width: 154px;
    height: 153px;
    background: url(../images/yu-mada-blue.png) left top no-repeat
}

.yu-mada .mada {
    width: 662px;
    height: 446px;
    background: url(../images/yu-mada.png) bottom no-repeat;
    padding-top: 142px;
}
.yu-anjian {
    width: 816px;
    height: 405px;
    position: relative;
    margin-left: 180px;
    margin-top: -130px;
}
.yu-anjian .anjian {
    width: 440px;
    height: 405px;
    background: url(../images/yu-anjian.png) no-repeat;
    position: absolute;
    right: -15px;
    bottom: 0;
}
.yu-anjian .text1 {
    width: 316px;
    height: 286px;
    background: url(../images/yu-anjian-text1.png) bottom no-repeat;
    padding-top: 247px;
    margin-left: 8px;
}
.yu-anjian .text2 {
    width: 352px;
    height: 39px;
    background: url(../images/yu-anjian-text2.png) no-repeat;
    margin-left: 66px;
    margin-top: 3px;
    position: relative;
}
.yu-anjian .text3 {
    width: 351px;
    height: 39px;
    background: url(../images/yu-anjian-text3.png) no-repeat;
    margin-top: 1px;
}
.yu-car {
    width: 1460px;
    height: 1137px;
    background: url(../images/yu-car.png) no-repeat;
    margin-top: -272px;
    margin-left: -367px;
}
.feel-title {
    width: 587px;
    height: 96px;
    margin-left: 187px;
    margin-top: -170px;
    position: relative;
}
.feel-title .red {
    position: relative;
    margin-left: 66px;
    width: 379px;
    height: 37px;
    background: url(../images/feel-title-red.png) no-repeat;
}
.feel-title .blue {
    position: absolute;
    top: 9px;
    left: 0;
    width: 587px;
    height: 58px;
    background: url(../images/feel-title-blue.png) no-repeat;
}
.feel-title .text {
    position: relative;
    width: 524px;
    height: 61px;
    background: url(../images/feel-title-text.png) no-repeat;
    margin-left: 19px;
}
.feel-content {
    position: relative;
    margin-top: 31px;
    height: 894px;
    padding-top: 78px;
    background: url(../images/feel-content.png) center -174px no-repeat;
    box-sizing: border-box;
}
.feel-content .red {
    position: absolute;
    width: 387px;
    height: 613px;
    background: url(../images/feel-right-red.png) no-repeat;
    right: 0;
    bottom: 0;
}
.feel-content .blue {
    width: 405px;
    height: 611px;
    background: url(../images/feel-left-blue.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.feel-content .box1 {
    margin-left: 168px;
    overflow: hidden;
}
.feel-content .box2 {
    margin: 36px 0 50px 87px;
    overflow: hidden;
}
.feel-content .box3 {
    margin-left: 5px;
    overflow: hidden;
}
.feel-content .box1 .left, .feel-content .box1 .right, .feel-content .box2 .left, .feel-content .box2 .right, .feel-content .box3 .left, .feel-content .box3 .right {
    cursor: pointer;
    float: left;
    position: relative;
}
.feel-content .box1 .left .left-content, .feel-content .box1 .right .right-content, .feel-content .box2 .left .left-content, .feel-content .box2 .right .right-content, .feel-content .box3 .left .left-content, .feel-content .box3 .right .right-content {
    width: 404px;
    height: 173px;
    background: url(../images/feel-img1.png) no-repeat;
    position: relative;
}
.feel-content .box1 .left .left-text, .feel-content .box1 .right .right-text, .feel-content .box2 .left .left-text, .feel-content .box2 .right .right-text, .feel-content .box3 .left .left-text, .feel-content .box3 .right .right-text {
    width: 368px;
    height: 61px;
    background: url(../images/feel-text1.png) no-repeat;
    margin-left: 25px;
    margin-top: -15px;
}
.feel-content .box1 .right .right-content {
    background: url(../images/feel-img2.png) no-repeat;
}
.feel-content .box1 .right .right-text {
    background: url(../images/feel-text2.png) no-repeat;
}
.feel-content .box2 .left .left-content {
    background: url(../images/feel-img3.png) no-repeat;
}
.feel-content .box2 .left .left-content .car {
    width: 232px;
    height: 143px;
    background: url(../images/feel-img3-car.png) no-repeat;
    position: absolute;
    top: 28px;
    left: 14px
}
.feel-content .box2 .left .left-content .xian {
    width: 232px;
    height: 64px;
    background: url(../images/feel-img3-xian.png) top right no-repeat;
    position: absolute;
    top: 47px;
    right: 58px;
}
.feel-content .box2 .left .left-content .bot {
    width: 218px;
    height: 36px;
    background: url(../images/feel-img3-bot.png) top left no-repeat;
    position: absolute;
    top: 104px;
    right: 23px;
}
.feel-content .box2 .left .left-text {
    background: url(../images/feel-text3.png) no-repeat;
}
.feel-content .box2 .right .right-content {
    background: url(../images/feel-img4.png) no-repeat;
}
.feel-content .box2 .right .right-text {
    background: url(../images/feel-text4.png) no-repeat;
}
.feel-content .box3 .left .left-content {
    background: url(../images/feel-img5.png) no-repeat;
}
.feel-content .box3 .left .left-content .xian {
    width: 131px;
    height: 85px;
    background: url(../images/feel-img5-xian.png) no-repeat;
    position: absolute;
    top: 84px;
    left: 204px;
}
.feel-content .box3 .left .left-text {
    background: url(../images/feel-text5.png) no-repeat;
}
.feel-content .box3 .right .right-content {
    background: url(../images/feel-img6.png) no-repeat;
}
.feel-content .box3 .right .right-content .xian {
    width: 183px;
    height: 100px;
    background: url(../images/feel-img6-xian.png) no-repeat;
    position: absolute;
    top: 50px;
    left: 142px;
}
.feel-content .box3 .right .right-text {
    background: url(../images/feel-text6.png) no-repeat;
}
.carColor .content {
    width: 1002px;
    margin: 0 auto;
}
.carColor .content .content-car {
    margin-top: 83px;
    height: 336px;
    background: url(../images/car-shadow.png) bottom center no-repeat
}
.carColor .content .content-car .color {
    width: 847px;
    height: 263px;
    background: url(../images/white-car.png) no-repeat;
    margin-left: 100px;
}
.carColor .content ul {
    overflow: hidden;
    margin-bottom: 20px;
}
.carColor .content li {
    float: left;
    margin-right: 24px;
    cursor: pointer;
}
.carColor .content li .car {
    width: 146px;
    height: 70px;
}
.carColor .content li p {
    color: #444345;
    text-align: center;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
}
.carColor .content .white .car {
    background: url(../images/white.png) no-repeat;
}
.carColor .content .silver .car {
    background: url(../images/silver.png) no-repeat;
}
.carColor .content .gold .car {
    background: url(../images/gold.png) no-repeat;
}
.carColor .content .blue .car {
    background: url(../images/blue.png) no-repeat;
}
.carColor .content .grey .car {
    background: url(../images/grey.png) no-repeat;
}
.carColor .content .black {
    margin: 0;
}
.carColor .content .black .car {
    background: url(../images/black.png) no-repeat;
}

/*快速预约*/
.quickDrive {
    width: auto;
    height: 58px;
    background: #4F4F4F;
}
.quickDrive.PosB {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 222222;
}
.quickDrive .dBox {
    width: 995px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.quickDrive .dBox .bClose {
    background: url(../images/quickdrive_close.png);
    width: 19px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: -20px;
    cursor: pointer;
}
.quickDrive .dBox .bLeft {
    background: url(../images/quick_head.png);
    width: 117px;
    height: 58px;
    float: left;
}
.quickDrive .dBox .bRight {
    width: 860px;
    height: auto;
    float: right;
}
.quickDrive .dBox .bRight dl {
    width: auto;
    height: auto;
}
.quickDrive .dBox .bRight dl dt, .quickDrive .dBox .bRight dl dd {
    float: left;
    padding: 0 5px;
}
.quickDrive .dBox .bRight dl dt {
    font: 14px/58px "微软雅黑";
    text-align: left;
    color: #FFFFFF;
}
.quickDrive .dBox .bRight dl dt span {
    font-size: 12px;
}
.quickDrive .dBox .bRight dl dd {
    padding-top: 15px;
}
.quickInput {
    width: 175px;
    height: 30px;
    background: #FFFFFF;
    border: 0;
    font: 14px/30px "微软雅黑";
    text-align: left;
    color: #333333;
    text-indent: 5px;
}
.quickBtn {
    background: url(../images/quick_btn.png);
    border: 0;
    width: 156px;
    height: 30px;
    font: 14px/30px "微软雅黑";
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
/*tvc*/
.lunboLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 300%;
    top: 0;
    z-index: 999999;
}
.lunboLayer .lBlank {
    background: url(../images/popBlack.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.lunboLayer .lMain {
    background: url(../images/loader.gif) no-repeat center center #FFFFFF;
    width: 995px;
    height: 490px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -245px 0 0 -497px;
    z-index: 11;
}
.proLunboLayer .lMain {
    width: 1000px;
    height: 600px;
    margin: -300px 0 0 -500px;
}
.lunboLayer .lMain .mClose {
    background: url(../images/layer_close.jpg);
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}
.owlLunbo {
    position: relative;
}
.owlLunbo a {
    width: 995px;
    height: 490px;
    display: block;
    cursor: pointer;
}
.proLunboLayer .owlLunbo a {
    width: 1000px;
    height: 600px;
}
.proLunboLayer .owl-item span {
    width: 100%;
    background: url(../images/bg4.jpg) repeat-x center left;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    font: 26px/60px "å¾®è½¯é›…é»‘";
    color: #FFFFFF;
    text-indent: 40px;
}
.proLunboLayer .owl-item .pro_carplay span {
    font: 26px/40px "å¾®è½¯é›…é»‘";
}
.proLunboLayer .owl-item .pro_carplay span {
    height: 80px;
}
.proLunboLayer .owl-item span img {
    margin-left: 40px;
    padding-top: 14px;
}
.proLunboLayer .owl-item .pro_carplay span img {
    padding-top: 0;
}
.owlLunbo .owl-pagination {
    display: none;
}
.owlLunbo .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.owlLunbo .customNavigation {
    position: absolute;
    top: 0;
    left: 0;
}
.owlLunbo .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owlLunbo .owl-buttons {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}
.owl-theme .owl-controls .owl-buttons div {
    background: none;
    opacity: 1;
}
.owlLunbo .owl-buttons .owl-prev, .owlLunbo .owl-buttons .owl-next {
    width: 38px;
    height: 70px;
    font: 0/0 "å¾®è½¯é›…é»‘";
    text-indent: -99999px;
    position: absolute;
}
.owlLunbo .owl-buttons div.owl-prev {
    background: url(../images/layer_btn_prev.png);
    top: -280px;
    left: 15px;
}
.owlLunbo .owl-buttons div.owl-next {
    background: url(../images/layer_btn_next.png);
    top: -280px;
    right: 15px;
}
#owlLunbo .owl-item span {
    display: none;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    font: 26px/70px "å¾®è½¯é›…é»‘";
    color: #FFFFFF;
    text-indent: 15px;
}
#owlLunbo .owl-item span {
    background: url(../images/popBlack.png);
}
#owlVideo {
    background: #000000;
}
.wPicList .owl-buttons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
}
.wPicList .owl-buttons div.owl-prev, .wPicList .owl-buttons div.owl-next {
    position: absolute;
    top: 150px;
    width: 35px;
    height: 53px;
    text-indent: 100px;
    overflow: hidden;
}
.wPicList .owl-buttons div.owl-prev, #owl-video .owl-controls .owl-prev {
    opacity: 1;
    background: url(../images/prev.png) 0 0 no-repeat;
    left: 0;
}
.wPicList .owl-buttons div.owl-next, #owl-video .owl-controls .owl-next {
    opacity: 1;
    background: url(../images/next.png) 0 0 no-repeat;
    right: 8px;
}
#owl-video .owl-buttons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
}
#owl-video .owl-buttons div.owl-prev, #owl-video .owl-buttons div.owl-next {
    position: absolute;
    top: -273px;
    width: 35px;
    height: 53px;
    text-indent: 100px;
    overflow: hidden;
}

.video .vBox {
    width: 995px;
    height: 506px;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    background: #000000;
}
.video .vBox .bTxt {
    background: url(../images/activity_tiao.png) no-repeat left top;
    width: 100%;
    height: 46px;
    font: 16px/46px "å¾®è½¯é›…é»‘";
    text-align: left;
    text-indent: 25px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}
.video .vBox a {
    background: url(../images/video_btn.png);
    width: 89px;
    height: 89px;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    display: block;
    position: absolute;
}
.video .vBox img {
    width: 100%;
    height: auto;
    display: block;
}

.video .jwPlayer {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    background: #000000;
    width: 995px;
    height: 506px;
    display: none;
}
.playbtn {
    width: 89px;
    height: 89px;
    cursor: pointer;
    background: url("../images/playbtn.png") no-repeat;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    position: absolute;
}
#owl-video {
    width: 1000px;
    height: 580px;
    margin: 0 auto;
}
#owl-video .owl-controls {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 10px;
}
#owl-video .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: url(../images/yuan1.png) center center no-repeat;
    background-size: 100% 100%;
}
#owl-video .owl-controls .owl-page.active span {
    background: url(../images/yuan_active1.png) center center no-repeat;
    background-size: 100% 100%;
}
.videoItem {
    height: 433px;
    width: 1000px;
    position: relative;
    margin: 45px auto 0;
    padding-bottom: 20px;
}
.video .item span {
    display: none;
}
.video_tip {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #000;
    display: none;
}

.videoItem .bd {
    position: absolute;
    width: 220px;
    right: 0;
    height: 433px;
}

.jcarousel-prev, .jcarousel-next {
    width: 49px;
    height: 27px;
    cursor: pointer;
    left: 87px;
    position: absolute;
    background: url(../images/prev1.png) no-repeat;
}

.jcarousel-prev {
    top: 5px;
}

.jcarousel-next {
    bottom: 5px;
    background-position: left bottom;
}

.videoItem .rslide {
    width: 220px;
    height: 350px;
    float: right;
    margin-top: 45px;
    overflow: hidden;
    position: relative;
}

.videoItem .rslide-ul {
    position: absolute;
    top: 0;
    left: 0;
}

.videoItem .rslide li {
    height: 115px;
    cursor: pointer;
    color: #666;
}

.videoItem .rslide li.onVideo {
    color: #232323;
}

.videoItem .rslide li.onVideo img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.videoItem .hd {
    width: 769px;
    height: 433px;
    float: left;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.bigImg {
    background-color: #000;
}

#jwPlayer {
    position: relative;
}

.playbtn {
    width: 89px;
    height: 89px;
    cursor: pointer;
    background: url(../images/playbtn.png) no-repeat;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    position: absolute;
}

.videoItem .hd li {
    width: 769px;
    height: 433px;
}
.videoItem .rslide li {
    height: 115px;
    cursor: pointer;
    color: #666;
}

.videoItem .rslide li img {
    width: 220px;
    height: 90px;
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.videoItem .rslide li p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
img.w100 {
    width: 100%;
}
.big_pic_box,
.big_video_box,
.big_feel_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}
.swiper-container.swiper-container2,
.swiper-wrapper.swiper-wrapper2,
.swiper-slide.swiper-slide2,
.swiper-container.swiper-container3,
.swiper-container.swiper-container4 {
    width: 1000px;
    height: 495px;
}
.swiper-container.swiper-container2,
.swiper-container.swiper-container3,
.swiper-container.swiper-container4,
.big_video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -248px;
}
.swiper-slide.swiper-slide2 div {
    width: 100%;
    height: 100%;
}
.close,
.video_close {
    width: 60px;
    height: 60px;
    background: url(../images/layer_close.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999;
    cursor: pointer;
}
.swiper-button-prev.swiper-button-prev1,
.swiper-button-next.swiper-button-next1 {
    margin-top: -36px;
}
.swiper-slide1 .video_btn {
    width: 58px;
    height: 58px;
    background: url(../images/bg4.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -29px;
}
.swiper-slide2 video {
    width: 100%;
    height: 100%;
}
.swiper-container2 {
    background-color: black;
}
.big_video {
    width: 1000px;
    height: 495px;
    background-color: black;
}
.big_video video {
    width: 100%;
    height: 100%;
}
.swiper_picrure {
    position: relative;
}
.picture_list {
    width: 1000px;
    height: 495px;
    position: relative;
}
.picrure_item {
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.slide_img {
    width: 488px;
    margin: 0 12px;
    padding: 15px 0;
    position: relative;
    float: left;
    cursor: pointer;
}

.video_slide em {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg4.jpg) center center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.picrure_item2 {
    width: 1024px;
    margin-left: -12px;
}
.picrure_item2 .slide_img {
    width: 488px;
}
.picrure_item.current {
    z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
    cursor: pointer;
}
.swiper-button-prev.swiper-button-prev1, .swiper-button-prev.swiper-button-prev3, .swiper-button-prev.swiper-button-prev4,
.swiper-button-prev.swiper-button-prev2 {
    background: url(../images/layer_btn_prev.png) no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 53px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -26px;
}
.swiper-button-next.swiper-button-next1, .swiper-button-next.swiper-button-next3, .swiper-button-next.swiper-button-next4,
.swiper-button-next.swiper-button-next2 {
    background: url(../images/layer_btn_next.png) no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 53px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -26px;
}

.swiper-container4 .swiper-slide {
    position: relative;
}
.swiper-container4 P {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-indent: 40px;
    font-size: 21px;
    line-height: 60px;
    color: #fff;
    z-index: 5;
}
.swiper-container4 .fca-car {
    position: absolute;
    top: 109px;
    left: 0;
    width: 577px;
    height: 392px;
    background: url(../images/fca-car.png) no-repeat;
}
.swiper-container4 .fca-xian {
    position: absolute;
    top: 155px;
    right: 157px;
    width: 557px;
    height: 156px;
    background: url(../images/fca-xian.png) top right no-repeat;
}
.swiper-container4 .fca-bot {
    position: absolute;
    top: 297px;
    left: 407px;
    width: 542px;
    height: 88px;
    background: url(../images/fca-bot.png) no-repeat;
}
.swiper-container4 .ascc-bot {
    position: absolute;
    top: 247px;
    left: 509px;
    width: 324px;
    height: 211px;
    background: url(../images/ascc-bot.png) no-repeat;
}
.swiper-container4 .ldws-xian {
    position: absolute;
    top: 167px;
    left: 363px;
    width: 458px;
    height: 249px;
    background: url(../images/ldws-xian.png) no-repeat;
}