*{
    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: #ffffff;  
    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%;
    background: url(../img/bg_pc.jpg) repeat-y center top;
    background-size: 100% auto;
    padding-top: 2.4vw;
}
.content > h2{
    display: flex;
    justify-content: center;
}
.content > h2 img{
    display: block;
    max-width: 80%;
}
.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-logo{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 2.4vw;
}
.banner-logo img{
    width: 18.75%;
    display: block;
    margin: 0 auto;
}
.tips-list{
    width: 1082px;
    /* height: 494px; */
    margin: 70px auto 0;
    
    /* padding-bottom:50px ; */
}
.tips-list-img{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 494px;
    background: url(../img/shadow_pc.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-top: -20px;
    /* padding-bottom:60px; */
}
.tips-list-img-item{
    width: 20%;
    display: flex;
    justify-content: center;
    transition: all .3s;
}
.tips-list-img-item a{
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tips-list-img-item img{
    width: 90%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    background: #fff;
    transition: all .3s;
}
.tips-list-img-item.active img{
    transform: scale(1.2);
    transform-origin:bottom;
}
.tips-list-img-item.focus img{
    opacity: .5;
}
/* .tips-list-title{
    width: 100%;
    height: 64px;
    display: flex;
    margin-top: 6px;
} */
.tips-list-title-item{
    width: 100%;
    height: 64px;
    margin-top: 6px;
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.tips-list-img-item.active .tips-list-title-item{
    color: #d00024;
    font-weight: bold;
}
/* .tips-list-title-item a{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.tips-title-item-left{
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border-right: 1px solid #777;
    padding-right: 8px;
    margin-right: 8px;
}
.tips-title-item-right p{
    font-size: 12px;
}
.tips-title-item-right h3{
    font-size: 16px;
}





/* 隐私政策 */
.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%;
    }
    .tips-list{
        width: 766px;
        /* height: 40.6vw; */
    }
    .tips-list-img{
        height: 352px;
    }
    .tips-list-title-item{
        height: 5.2vw;
    }
    .tips-title-item-left{
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        padding-right: 4px;
        margin-right: 4px;
    }
    .tips-title-item-right p{
        font-size: 10px;
    }
    .tips-title-item-right h3{
        font-size: 12px;
    }

}

@media only screen and (max-width: 767px) {
    .content{
        padding-top: 20px;
        background: url(../img/bg_wap.jpg) repeat-y center top;
        background-size: 100% auto;
        padding-bottom: 50px;
    }
    .banner-logo{
        padding-bottom: 4vw;
    }
    .banner-logo img{
        width: 30%;
    }
    .content > h2{
        margin-bottom: 70px;
    }
    .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_wap{
        width: 100%;
    }
    
    .content-item{
        padding-top: 25px;
    }

    
    .tips-list{
        width: 90%;
        height: 102.6vw;
        background: url(../img/shadow_wap.png) no-repeat center bottom;
        background-size: 100% auto;
        margin-top: -50px;
    }
    .tips-list-img{
        justify-content: center;
        background: none;
    }
    .tips-list-img-item{
        width: 50%;
    }
    .tips-list-title-item{
        height: 12.6vw;
    }
    .tips-title-item-left{
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .tips-title-item-right p{
        font-size: 10px;
    }
    .tips-title-item-right h3{
        font-size: 14px;
    }
    
    

    
    


    /* 佳能公共顶部 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: 85px!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;
    }
}



