*{
    margin:0;
    padding: 0;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;    
    font-family: 'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body {
    background: #000;  
    font-size: 16px;
    color: #000;
    -webkit-tap-highlight-color: transparent;
/*    -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none; */
}

ol, ul {
	list-style: none;
}
i {
    font-style: normal;
}
a{
	text-decoration: none;
}
button{
	cursor: pointer;
}
a, button, input {
	outline: none;
}
a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.block{
    display: block;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.none{
    display: none!important;
}

/* ********************** reset end ********************** */
.logo-con {
    position:relative;
    height: 65px;
    z-index: 100;
    width:100%;
    top:0px;
    left:0px;
    background-color: #000;
}
.logo-con .wrapper .item-con-logo {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 10px 30px;
}
.logo-con .wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.logo-con .wrapper .left {
    height: 45px;
}
.logo-con .wrapper .right {
    height: 45px;
    margin: 8px 30px 12px 30px;
}
.logo-con .wrapper .item-con-logo img {
    height: 100%;
}
.guang-gao {
    position: absolute;
    z-index: 12;
    line-height: 1em;
    padding: 5px 10px;
    background-color: #cccccc;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dddddd;
    right: 36px;
    top: 145px;
}


/* footer */
.container-bottom {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0; */
    height: 60px;
    background-color: #000;
    /* z-index: 1501; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -50px; */
}
.footer {
    text-align: center;
    /* padding-bottom: 5px; */
    padding-top: 5px;
}
.link-con{
    /* position: absolute;
    top: 22%;
    left: 45%;
    transform: translateX(-50%); */
    position: relative;
    float: left;
}
.links{
    margin: 5px;
    position: absolute;
    left: 25%;
    top: 10%;
    font-size: 16px;
}

.container-bottom a, .container-bottom p {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.links a{
    font-size: 16px;
}
.icon a{
    float: left;
}
.footer * {
    vertical-align: bottom;
}
.footer .sns {
    text-align: center;
    position: relative;
    display: inline-block;
    /* position: absolute;
    right: 24%;
    top: 18%; */
    margin-left: 40px;
    float: left;
}
.footer .sns .title {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.footer .sns .wechat {
    position: relative;
}
.footer .sns .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.footer .sns .icon.wechat .popup_wechat {
    display: none;
    position: absolute;
    padding: 15px;
    bottom: 35px;
    left: 50%;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
    transform: translateX(-50%);
}
.footer .sns .icon.wechat .popup_wechat h3 {
    margin: 0 0 20px 0;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5em;
    border-bottom: 1px solid #969696;
    color: #666;
}
.footer .sns .icon.wechat .popup_wechat p {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    color: #666;
}
.footer .sns .icon img {
    width: 100%;
    height: auto;
}
.footer .sns .icon.wechat .popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}
.footer .sns .icon.wechat .popup_wechat:after {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    content: " ";
    pointer-events: none;
    width: 20px;
    height: 13px;
    background: url(../img/fukidashi_arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

/* 正文 */

.content{
    width: 100%;
    padding-top: 2.4vw;
}
.head-cont{
    width: 100%;
    height: 6vw;
    background: url(../img/head_img_pc.jpg) no-repeat center center;
    background-size: 100% 102%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-cont img{
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.nav-content{
    width: 100%;
    height: 3.6vw;
    position: relative;
    z-index: 3;
    background: url(./../img/nav_bg_pc.jpg) no-repeat center top;
    background-size: 100% 100%;
}
.nav-item-list{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    max-width: 1080px;
    height: 3.6vw;
    margin: 0 auto;
}
.nav-item{
    width: 31%;
    height: 1.9vw;
    line-height: 1.9vw;
    text-align: center;
    font-size: 1.2vw;
    color: #fff;
    cursor: pointer;
    border-right: 1px #fff solid;
    transition: all 0.2s;
    /* letter-spacing: 5px; */
}
.nav-item:hover{
    font-weight: bold;
    scale: 1.1;
}
.nav-item:last-child{
    border-right: none;
}
.nav-item.active{
    font-weight: bold;
    scale: 1.1;
}
.banner{
    width: 100%;
    position: relative;
}
.jzb_logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: auto;
    /* animation: fadeout 2s linear infinite; */
}
.banner-logo{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 1vw;
}
.banner-logo img{
    width: 18.75%;
    display: block;
    margin: 0 auto;
}
 .offline-title{
    width: 30%;
    display: block;
    margin: 0 auto;
 }
.content-item{
    width: 100%;
}
.content-item .title{
    width: 100%;
}
.content-item1 .title{
    width: 33vw;
    display: block;
    margin: 0 auto;
}
.service-box{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2vw;
}
.service-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top:  1.5vw;
}
.service-item{
    width: 31%;
    height: 28.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #333;
    color: #fff;
    padding-top: 1vw;
}
.service-item-icon{
    width: 38%;
}
.service-item-img{
    width: 100%;
    margin-top: 1.4vw;
}
.service-item-left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-item-right{
    
}
.service-item-right h3{
    font-size: 2vw;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.8vw;
}
.service-item-right p{
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.6vw;
}



.content-item3 .title{
    width: 33%;
    display: block;
    margin: 0 auto;
}
.check-box{
    width: 100%;
    padding: 20px 0 2vw;
    border-bottom: 1px #666 solid;
}
.dealer-table{
    width: 1080px;
    margin: 0 auto;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
    border-spacing: 0;
    font-size: 15px;
    color: #fff;
}
.bggray1{
    background: #4d4d4d;
}
.bggray2{
    background: #333;
}
.dealer-table thead{
    background: linear-gradient(to right, #c20614,#e35901 );
}
.dealer-table thead th{
    height: 50px;
    border-right: 1px #e78c8b solid;
    border-bottom: 1px #e78c8b solid;
}
.dealer-table thead th:last-child{
    border-right: none;
    text-align: center;
    width: 16%;
}
.dealer-table thead th:first-child{
    width: 9%;
}
.dealer-table thead th:nth-of-type(2){
    width: 30%;
}
.dealer-table thead th:nth-of-type(2),.dealer-table thead th:nth-of-type(3){
    text-align: left;
    padding-left: 2%;
}
.dealer-table td{
    border-right: 1px #a6a6a6 solid;
    border-bottom: 1px #a6a6a6 solid;
    height: 70px;
}
.dealer-table td:nth-of-type(2),.dealer-table td:nth-of-type(3){
    text-align: left;
    padding-left: 2%;
}
.dealer-table td:first-child{
    text-align: center;
}
.dealer-table td:last-child{
    border-right: none;
    text-align: center;
    width: 16%;
}





.privacy-tips{
    position: fixed;
    background-color: #494748;
    border-radius: 10px;
    width: 360px;
    height: 220px;
    left: 10%;
    bottom: 5%;
    z-index: 999;
    color: #fff;
    padding: 50px 20px 80px 20px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.privacy-tips-btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
}
.privacy-tips-btn-ok{
    position: absolute;
    right: 20px;
    bottom: 25px;
    background-color: #ba3d40;
    color: #fff;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
}


@media (min-width:768px) and (max-width: 1199px) {
    .nav-item-list{
        width: 100%;
    }
    .nav-item{
        width: 25%;
    }
    
    .check-box{
        padding: 20px 0;
    }
    .dealer-table{
        width: 90%;
        font-size: 16px;
    }
    .dealer-table thead th{
        height: 40px;
    }
    .dealer-table thead th:last-child{
        width: 20%;
    }
    .dealer-table td:last-child{
        width: 20%;
    }
    .dealer-table thead th:first-child{
        width: 10%;
    }
    .dealer-table thead th:nth-of-type(2){
        width: 25%;
    }
    .dealer-table thead th:nth-of-type(2),.dealer-table thead th:nth-of-type(3){
        padding-left: 5px;
    }
    .dealer-table td{
        padding: 4px;
    }

}

@media only screen and (max-width: 767px) {
    .content{
        padding-top: 30px;
    }
    .head-cont{
        height: 15.6vw;
        background: url(../img/head_img_wap.jpg) no-repeat center center;
        background-size: 100% 100%;
        top: 46px;
    }
    .nav-content{
        height: 30px;
        background: url(./../img/nav_bg_wap.jpg) no-repeat center top;
        background-size: 100% 100%;
        /* top: 100px; */
    }
    .nav-item-list{
        width: 100%;
        height: 100%;
    }
    .nav-item{
        width: 31%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        letter-spacing: 1px;
    }
    .banner-logo{
        padding-bottom: 4vw;
    }
    .banner-logo img{
        width: 30%;
    }
    .offline-title{
        width: 90%;
        display: block;
        margin: 0 auto;
     }
    .content-item1 .title{
        width: 96%;
    }
    .service-box{
        width: 90%;
    }
    .service-list{
        flex-direction: column;
    }
    .service-item{
        width: 100%;
        flex-direction:row;
        margin-top: 4vw;
        height: 37vw;
        padding-top: 0;
    }
    .service-item:nth-of-type(2){
        flex-direction: row-reverse;
    }
    .service-item-left{
        width: 40%;
    }
    .service-item-right{
        
    }
    .service-item-right p{
        font-size: 3.3vw;
        line-height: 4.4vw;
    }
    .service-item-right h3{
        font-size:4.8vw;
    }
    .service-item-img{
        width: 60%;
        height: 100%;
        margin: 0;
    }
    
    

    .check-box{
        padding: 0 0 20px;
    }
    .content-item3 .title{
        width: 100%;
    }
    .dealer-table{
        width: 90%;
        font-size: 8px;
    }
    .dealer-table thead th{
        height: 40px;
    }
    .dealer-table thead th:last-child{
        width: 20%;
    }
    .dealer-table td:last-child{
        width: 20%;
    }
    .dealer-table thead th:first-child{
        width: 10%;
    }
    .dealer-table thead th:nth-of-type(2){
        width: 38%;
    }
    .dealer-table thead th:nth-of-type(2),.dealer-table thead th:nth-of-type(3){
        padding-left: 5px;
    }
    .dealer-table td{
        height: 40px;
        padding: 4px;
    }
    


    /* 佳能公共顶部 footer*/
    .logo-con {      
        height: 46px;
    }
    .logo-con .wrapper .item-con-logo {
        margin:10px 15px 6px;
    }
    .logo-con .wrapper .left {
        height: 30px;
    }
    .logo-con .wrapper .right {
        height: 30px;
        margin:6px 15px 6px;
    }
    
    .guang-gao {  
        font-size: 10px;    
        right: 11px!important;
        top: 95px!important;
        padding: 2px 5px;
    }
    .footer {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        height: 95px!important;
        /* margin-top: -90px!important; */
        width: 100% !important;
    }
    .container-bottom{
        flex-direction: column;
    }
    .container-bottom >a, .container-bottom > span {
        color: #666;
        font-size: 12px;
        display: block;
        margin-top: 5px;
        text-decoration: none;
    }
    .footer .sns {
        text-align: center!important;
        position: relative!important;
        display: inline-block!important;
        margin: 5px auto!important;
        width: 100%!important;
        right: 0!important;
        top: 0px!important;
    }
    .link-con {
        position: relative!important;
        left: 0px!important;
        top: 0px!important;
        transform: translateX(0px)!important;
        margin: 0 auto!important;
        width: 96%!important;
    }
    .container-bottom a, .container-bottom p{
        font-size: 11px;
    }
    .gongan{
        width: 12px;
        height: 12px;
    }
    .footer .sns .title {
        display: inline-block;
        color: #fff;
    }
    .footer .sns .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .footer .sns .icon img {
        width: 100%;
        height: auto;
    }
    .footer .sns .icon.wechat .popup_wechat {
        display: none;
        position: absolute;
        padding: 15px;
        bottom: 35px;
        left: 50%;
        background: #fff;
        border: 2px solid #000;
        z-index: 15;
        transform: translateX(-50%);
    }

    /* 隐私政策弹窗 */
    .privacy-tips{
        width: 70%;
        height: 160px;
        left: 2%;
        bottom: 12%;
        font-size: 12px;
        line-height: 18px;
        padding: 40px 10px 0 10px;
        background-color: rgba(73, 71, 72, .9);
    }
    .privacy-tips-btn-close{
        right: 10px;
        top: 10px;
    }
    .privacy-tips-btn-ok{
        font-size: 13px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        bottom: 20px;
    }
}



