@charset "utf-8";
/* CSS Document */
blockquote, body, button, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
a{
	text-decoration: none;color: #333;
}
.info a{ color:#CCC;}
.template-one{ width:100%;}
.q-layer-header {
    width: 100%;
    min-width: 1160px;
    height: 30px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1000;
}
.q-layer-header .header-inner {
    margin: 0 auto;
    width: 1200px;
	font-size:14px; line-height:35px; color:#000;
}
.login-wrap a{ color:#000;padding-right: 20px;
padding-left: 20px;}
.q-header-nav{float:left;}
.q-header-fun{float:right;}
.zw-header {
    min-width: 1160px;
    background-color: #fff;
    border-bottom: 2px solid #45c79f;
}
.zw-header-search-white {
    height: 100px;width: 1200px;
margin: 0 auto;
    padding: 5px 0;
}
.zw-header-logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    margin-right: 14px;padding-top: 15px;
}
.zw-header-wrap {
    width: 1200px;
    margin: 0 auto;
}
.zw-header-nav {
	padding-top:10px;
    width: 100%;
    table-layout: fixed;
    text-overflow: ellipsis;
    // overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.zw-header-nav td a {
    display: block;
    font-size: 14px;
    line-height: 44px;
    border-bottom: 2px solid #ffffff;
    color: #323232;
    margin: 0 8px;text-align: center;
}
*, *::after, *::before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#myTabContent .active {
    display: block;
}
#myTabContent .tab-pane {
    display: none;
}
.fade.in {
    opacity: 1;
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.surprise-list {
    margin-left: -40px;
    height: 764px;
}
ul, ol, li {
    list-style-image: none;
    list-style-type: none;
}
.index-advantage .list ul {
    margin-left: -166px;
}






.w1210 {
    width: 1210px;
    margin: 0px auto;
}
.index-title-big {
    line-height: 35px;
    font-size: 24px;
    color: #000;
    margin-top: 20px;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}
.index-title-big > p {
    color: #999;
    font-size: 10px;
}
.service_jd {
    font-family: "Arial";
}
.index-title-line {
    border-bottom: 2px solid #f1f1f1;
    width: 80px;
    margin: 10px auto;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.hotrentcar {
    height: 35px;
    line-height: 35px;
    margin-top: -55px;
}
.hotrentcar .nav-hotrentcar {
    width: 400px;
    margin: 0px auto;
}
.hotrentcar .nav-hotrentcar li.active {
    width: 80px;
    border-bottom: 1px solid #438bdd;
}
.hotrentcar .nav-hotrentcar li {
    font-size: 16px;
    height: 35px;
    width: 80px;
    text-align: center;
    list-style: none;
    float: left;
}
.hotrentcar .nav-hotrentcar li.active a {
    color: #438bdd;
}
.mgt40 {
    margin-top: 40px;
}
#myTabContent .active {
    display: block;
}
.fade.in {
    opacity: 1;
}
.surprise-list > li {
    height: 325px;
    border-radius: 3px;
    float: left;
    width: 368px;
    text-align: left;
    border: 1px solid #eeeeee;
    transition: all 0.5s;
    margin-top: 40px;
    margin-left: 40px;
}
.surprise-list > li > i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.surprise-list > li > i > a > img {
    width: 100%;
    height: 245px;
}
a img {
    border: none;
}
.surprise-list > li > p {
    border-top: 1px solid #eeeeee;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 15px;
}
.surprise-list > li > p > font {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-bottom: 22px;
}
.surprise-list > li > p > span {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 15px;
    float: right;
    margin-top: -10px;
}
.surprise-list > li > p > span > b {
    font-size: 30px;
    color: #ff7200;
}
b, strong {
    font-weight: bold;
}
.index-advantage {
    padding: 30px 0 30px;background-color: #f9f9f9;margin-top: 20px;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.index-advantage .list li {
    float: left;
    width: 174px;
    margin-left: 166px;
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index-advantage .list li .icon1 {
    background-position: -1px 0px;
}
.index-advantage .list li .icon {
    display: block;
    width: 176px;
    height: 199px;
    margin-bottom: 26px;
    background: url(../images/icon_index.png) no-repeat;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
em, i {
    font-style: normal;
}
.index-advantage .list li .title {
    margin-bottom: 12px;
    font-size: 20px;
}
.text-center {
    text-align: center;
}
.index-advantage .list li .detail {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #888;
}
.index-advantage .list li .icon2 {
    background-position: -181px 0px;
}
.index-advantage .list li .icon3 {
    background-position: -365px 0px;
}
.index-advantage .list li .icon4 {
    background-position: -547px 0px;
}
.about {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;padding-top: 40px;
}
.about .aboutleft {
    overflow: hidden;
    float: left;
    width: 890px;
}
.about h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
h3 {
    font-size: 20px;
}
.about h3 a {
    color: #333;
}
.about h3 span {
    font-weight: normal;
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 10px;
}
.about .wenbox {
    overflow: hidden;
    width: 100%;
    height: 267px;
}
.about .wenbox .wen {
    overflow: hidden;
    width: 430px;
    float: right;
}
.about .wenbox h4 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
}
h4 {
    font-size: 14px;
}
.about .wenbox h4 a {
    color: #1b1b1b;
}
.about .wenbox p {
    font-size: 13px;
    line-height: 22px;
    color: #585756;
    height: 154px;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: justify;
}
p {
    word-spacing: -1.5px;
}
.about .wenbox .more {
    display: block;
    width: 98px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    color: #646464;
    background-color: #e5e5e5;
    border-radius: 3px;
}
.about .rongyu {
    float: right;
    width: 218px;
    margin-right: 22px;
}
.about .rongyu .rybox {
    width: 100%;
    height: 277px;
    position: relative;
}
.about .rybox .btn01 {
    background: url(../images/hezuobtn01.jpg) no-repeat center top;
    left: -20px;
}
.about .rybox i {
    display: block;
    z-index: 2;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 123px;
}
.about .rybox .btn02 {
    background: url(../images/hezuobtn02.jpg) no-repeat center top;
    right: -20px;
}
.about .ryWin {
    overflow: hidden;
    position: relative;
    width: 216px;
    height: 275px;
    border: 1px solid #c6c6c6;
}
about .ryWin ul {
    overflow: hidden;
    position: absolute;
}
.about .ryWin li {
    float: left;
    width: 216px;
    height: 275px;
}
.about .ryWin li img {
    display: block;
    width: 136px;
    height: 204px;
    padding: 6px;
    background: url(../images/about_ryk.png) no-repeat center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 12px;
}
fieldset, img {
    border: 0;
}
.about .ryWin li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fengcai {
    overflow: hidden;
    width: 1190px;padding-top: 10px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.fengcai h2 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 14px;
    background: url(../images/fengcai.png) no-repeat center bottom;
    margin-bottom: 30px;
}
h2 {
    font-size: 26px;
}
.fengcai h2 a {
    color: #60a112;
}
.fengcai h2 span {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-left: 10px;
}
.fengcai .fcbox {
    overflow: hidden;
    width: 100%;
    height: 240px;
    position: relative;
}
.fengcai .fcbox ul {
    overflow: hidden;
    position: absolute;
    padding: 2px 0;
}
.fengcai .fcbox li {
    float: left;
    width: 280px;
    height: 230px;
    box-shadow: 0 0 2px #666;
    margin: 0 8px 0 9px;
}
.fengcai .fcbox li img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.fengcai .fcbox li span {
    display: block;
    font-size: 13px;
    color: #585756;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.serve4 {
    height: 400px;
}
.serve {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.serve4 .fl {
    width: 693px;
}
.fl {
    float: left;
}
.serve4 h4 {
    font-size: 30px;
    color: #333;
    padding: 20px 0 35px 0;
}
.serve3 dl::before, .serve4 dl::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,transparent 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,transparent 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,transparent 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,transparent 100%);
}
.serve4 .fl dl {
    width: 230px;
    margin-right: 1px;
}
.serve4 .d1 {
    background: url(../images/case1.jpg) no-repeat;
}
.serve4 dl {
    float: left;
    height: 400px;
    text-align: left;
    position: relative;
}
.serve4 dt {
    padding: 25px 30px 10px 30px;
}
.serve3 dt, .serve4 dt {
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.serve4 dd {
    padding: 0 30px 280px 30px;
}
.serve3 dd, .serve4 dd {
    font-size: 14px;
    color: #ccc;
    position: relative;
    z-index: 2;
    line-height: 24px;
}
.serve4 .d2 {
    background: url(../images/case2.jpg) no-repeat;
}
.serve4 .d3 {
    background: url(../images/case3.jpg) no-repeat;
}
.serve4 .fr {
    width: 492px;
}
.fr {
    float: right;
}
.serve4 .fr dl {
    width: 245px;
    margin-left: 1px;
}
.serve4 .d4 {
    background: url(../images/case4.jpg) no-repeat;
}
.serve4 .d5 {
    background: url(../images/case5.jpg) no-repeat;
}
.d_l {
    width: 100%;
    float: left;padding-top: 20px;
}
.index_zczl_main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 15px;
}
.i_title {
    overflow: hidden;padding-bottom: 20px;
}
.i_title_left {
    float: left;
}
.c_color {
    color: #ff5a00;
}
.i_title h2 a, .i_title h2 a:link {
    color: #ff5a00;
}
.index_zczl_body_item {
    margin-top: 40px;
}
.index_zczl_body_item_l {
    float: left;
    width: 410px;
}
.index_zczl_body_item_l .cj_index_bz_l_pic {
    height: 273px;
}
.cj_index_bz_l_pic span {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
}
.index_zczl_body_item_r {
    float: right;
    width: 760px;
}
.index_zczl_body_item_r ul li {
    float: left;
    width: 340px;
    margin-left: 40px;
    margin-bottom: 10px;
}
.index_zczl_body_item_r ul li a {
    text-decoration: none;
}
.index_zczl_body_item_r ul li p {
    font-size: 12px;
    margin: 4px 0px;
    line-height: 28px;
    text-indent: 2rem;
}
.index_zczl_body_item_r ul li h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer {
    overflow: hidden;
    width: 100%;
    background-color: #2c2c2c;
}
.footer .f_btm {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.footer h2 {
    float: left;
    margin-top: 55px;
}
.footer .info {
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    background: url(../images/f_x.png) no-repeat left center;
    margin-top: 17px;
}
.footer .info p {
    font-size: 13px;
    line-height: 24px;
    color: #acacac;
}
.footer .ewm {
    overflow: hidden;
    float: right;
    margin-top: 35px;
}
.footer .ewm span {
    font-size: 13px;
    color: #848484;
    margin-right: 20px;
    position: relative;
    top: -20px;
}
.footer .ewm img {
    padding-left: 11px;
    background: url(../images/ewm_s.png) no-repeat left 100px;
}
.footer .phone {
    overflow: hidden;
    margin-right: -50px;
    text-align: right;
    margin-top: 58px;
    float: right;
}
.footer .phone p {
    font-size: 13px;
    color: #848484;
}
.footer .phone b {
    display: block;
    font-size: 25px;
    color: #848484;
}
.footer-content-wraper {
    background: #f5f5f5;
    padding: 20px 0 41px;
}
.footer-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.footer-content-nav {
    position: absolute;
    left: 0;
    top: 0;
    background: #fafafa;
    width: 238px;
    height: 100%;
    border-right: 1px solid #e6e6e6;
}
.footer-content-nav .item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 24px;
    line-height: 52px;
    font-size: 14px;
    color: #949494;
}
.footer-content-nav .item.active {
    background: #00c29e;
    color: #fff;
}
.footer-content-main {
    padding-bottom: 50%;
    margin-left: 239px;
    background: #fff url(../image/footer-main-bg.png) 100% 100% no-repeat;
}
.footer-content-main .footer-content-main-title {
    padding-left: 28px;
    line-height: 52px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    font-weight: 700;
    color: #323232;
}
.footer-content-main .common-main {
    padding: 30px 30px 0;
    font-size: 16px;
    color: #636363;
    line-height: 22px;
}




























