*{
    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: #fff;
    -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;
    color:#000;
    right: 36px;
    top: 85px;
}


/* footer */
.container-bottom {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    height: 60px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer {
    text-align: center;
    padding-top: 5px;
}
.link-con{
    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;
    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%;
}



.banner{
    width: 100%;
    position: relative;
}
.banner-img{
    display: block;
    width: 100%;
}



/* 佳能电影机讯道化解决方案 */
.content-item{
    width: 100%;
}
.content-item1{
    width: 80%;
    max-width: 1630px;
    padding: 4vw 0;
    margin: 0 auto;
}
.content-item1 h2{
    font-size: 2.5vw;
    text-align: center;
}
.content-item1 p{
    font-size: 1.19vw;
    line-height: 2vw;
    letter-spacing: 1.5px;
    margin-top: 3vw;
}


.content-item2, .content-item3, .content-item4, .content-item5, .content-item6, .content-item7, .content-item8{
    border-bottom: 1px #fff solid;
    position: relative;
}
.content-item2 > img, .content-item3 > img, .content-item4 > img, .content-item5 > img{
    display: block;
    width: 100%;
}
.content-item-text{
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-item-text h2{
    font-size: 2.5vw;
}
.content-item-text p{
    font-size: 1.19vw;
    line-height: 2.2vw;
    position: relative;
}
.content-item-text p.desc{
    margin-top: 1.2vw;
    margin-bottom: 2.4vw;
}
.content-item-text p.desc-item{
    padding-left: 1.4vw;
}
.content-item-text p.desc-item::before{
    content: '- ';
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    top: -0.1vw;
}



.content-item2-text{
    width: 36vw;
    left: 54%;
}
.content-item2-text h2{
    margin-top: -5vw;
}

.content-item3-text{
    width: 36vw;
    left: 10%;
}
.content-item4-text{
    width: 36vw;
    left: 54%;
}
.content-item5-text{
    width: 37vw;
    left: 10%;
}

/* 定制讯道化模块解决方案 */
.content-item6{
    padding: 4.5vw 0;
}
.content-item6 h2{
    font-size: 2.5vw;
    text-align: center;
}
.content-item6-list{
    width: 80%;
    margin: 0 auto;
}
.content-item6-list-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
}
.content-item6-item{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    
}
.content-item6-item a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-item6-item a .img{
    width: 100%;
}
.content-item6-item p{
    text-align: center;
}
.content-item6-item-title{
    font-size: 1vw;
    margin-top: 1.6vw;
}
.content-item6-item-more{
    font-size: 0.8vw;
    margin-top: 0.7vw;
    opacity: 0.38;
}
.content-item6-item:hover .img ,.content-item6-item:hover p{
    transform: scale(1.1);
    transition: all 0.2s;
}
.content-item6-item:hover .content-item6-item-more{
    color: red;
    opacity: 1;
}
.desc-small{
    width: 80%;
    margin: 1vw auto 0;
    text-align: right;
    font-size: 0.7vw;
    color: #666;
}

.content-item7-bg{
    display: block;
    width: 100%;
}
.content-item7 h2{
    position: absolute;
    z-index: 2;
    top: 4vw;
    left: 0;
    right: 0;
    font-size: 2.5vw;
    text-align: center;
}

.content-item8{
    padding: 4vw 0 6vw;
}
.content-item8 h2{
    font-size: 2.5vw;
    text-align: center;
}
.content-item8-list{
    width: 56%;
    max-width:960px;
    margin:  3vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-item8-item{
    width: 48.6%;

    position: relative;
    overflow: hidden;
    margin-top: 1.7vw;
    cursor: pointer;
}
.content-item8-item img{
    display: block;
    width: 100%;
}
.content-item8-item-box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-item8-item-box h4{
    font-size: 2.2vw;
}
.content-item8-item-box p{
    font-size: 1.2vw;
    margin-top: 0.3vw;
    color: #aaa;
}
.content-item8-item:hover img{
    transform: scale(1.1);
    transition: all 0.2s;
}


.gotop {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
}
.gotop-fixed {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    display: block;
}

.gotop img {
    width: 100%;
    height: 100%;
}

/* 隐私政策弹窗 */
.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;
}

.animate-item{
    opacity: 0;
    animation-fill-mode: forwards;
}
.animated.animate__fadeIn{
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.animated.animate__fadeInDown {
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.animated.animate__zoomIn{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.animated.animate__flipInY{
    animation-name: flipInY;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
.animated.animate__delay-1s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated.animate__delay-2s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.animate__delay-3s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animated.animate__delay-4s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.animate__delay-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.animated.animate__slower{
    -webkit-animation-duration:3s;
    animation-duration:3s;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
@keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
        opacity: 1;
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
}
@keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 1;
    }
}
@keyframes animation-down {
    from {
        opacity: 0;
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
    }
}





@media (min-width:768px) and (max-width: 1199px) {
    
}
/* @media (min-width:1200px) and (max-width: 1400px) {
    
} */

@media only screen and (max-width: 767px) {
    
    
    .content-item h2{
        font-size: 4.2vw;
    }
    .content-item1{
        width: 90%;
    }
    .content-item1 p{
        font-size: 2.9vw;
        line-height: 4.4vw;
        letter-spacing: normal;
    }
    .content-item2, .content-item3, .content-item4, .content-item5, .content-item6, .content-item7, .content-item8{
        border: none;
    }
    .content-item2, .content-item4{
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1;
    }
    .content-item2, .content-item3, .content-item4, .content-item5{
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }
    .content-item-text{
        position: static;
        width: 90%;
        margin: 2vw auto 0;
    }
    .content-item-text h2{
        height: 4vw;
        line-height: 4vw;
        margin-top: 0;
        margin-bottom: 3vw;
        padding-left: 4vw;
        border-left: 4px red solid;
    }
    .content-item-text p{
        font-size: 2.8vw;
        line-height: 4.8vw;
        position: relative;
    }
    .desc-list{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content-item-text p.desc-item{
        padding-left: 8px;
        
    }
    .content-item2-text p.desc-item:nth-of-type(2n+1){
        width: 55%;
    }
    .content-item2-text p.desc-item:nth-of-type(2n){
        width: 30%;
    }
    .content-item3-text p.desc-item:nth-of-type(2n+1){
        width: 50%;
    }
    .content-item3-text p.desc-item:nth-of-type(2n){
        width: 40%;
    }
    .content-item4-text p.desc-item:nth-of-type(2n+1){
        width: 58%;
        font-size: 2.7vw;
    }
    .content-item4-text p.desc-item:nth-of-type(2n){
        width: 34%;
        font-size: 2.7vw;
    }
    .content-item5-text p.desc-item:nth-of-type(2n+1){
        width: 58%;
        font-size: 2.7vw;
    }
    .content-item5-text p.desc-item:nth-of-type(2n){
        width: 34%;
        font-size: 2.7vw;
    }
    .content-item5-text p.desc-item:nth-of-type(3){
        margin-top: -5vw;
    }
    .content-item-text p.desc-item::before{
        content: '';
        display: block;
        width:4px;
        height: 4px;
        border-radius: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 1.8vw;
    }

    .content-item6{
        width: 90%;
        margin: 0 auto;
        border:  1px solid #fff;
        border-radius: 14px;
    }
    .content-item6 h2{
        position: absolute;
        z-index: 2;
        width: 90%;
        left: 0;
        right: 0;
        top: -3vw;
        margin:0 auto;
        background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,1) 16%,rgba(0,0,0,1) 84%,rgba(0,0,0,0));
    }
    .content-item6-list{
        width:100%
    }
    .content-item6-list-row{
        flex-wrap: wrap;
    }
    .content-item6-item{
        width:49%;
        margin-top: 2vw;
    }
    /* .content-item6-item .img{
        height: 15vw;
    } */
    .content-item6-item p{
        font-size: 3vw;
    }
    p.content-item6-item-more{
        font-size: 2.4vw;
        margin-top: 0;
    }
    .content-item6-item-title img{
        width: 10vw;
    }
    .content-item7{
        margin-top: 3vw;
    }

    

    .content-item8-list{
        width: 90%;
    }
    .content-item8-item-box h4{
        font-size: 4vw;
    }
    .content-item8-item-box p{
        font-size: 2.8vw;
        margin-top: 0.3vw;
        color: #aaa;
    }
    

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



