﻿@charset "utf-8";

.zq-nav{
    border-bottom:0 !important;
}

.products-container{
    width: 100%;
    overflow: hidden;
}

/*camera*/
.pro-camera{
    width: 100%;
    height: 800px;
    background: url("../images/pro_camera_banner.jpg") center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.pro-camera-title{
    width: 1200px;
    padding-left: 140px;
    font-size: 60px;
    line-height: 60px;
    position: relative;
    top: 200px;
    margin: 0 auto;
    letter-spacing: 8px;
}
.pro-camera-rail{
    width: 1200px;
    padding-left: 140px;
    position: relative;
    top: 300px;
    margin: 0 auto;
}
.pro-camera-central{
    width: 400px;
    height: 145px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    /*background-color: rgba(255,255,255,.05);*/
}
.pro-camera-caption{
    font-size: 44px;
    line-height: 44px;
    margin: -20px 0 38px 0;
    font-weight: normal;
    display: inline-block;
    letter-spacing: 5px;
}
.pro-camera-desc{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}
.pro-camera-central span, .pro-camera-central b{
    display: block;
    width: 40px;
    height: 1px;
    background-color: rgba(255,255,255,.3);
}
.pro-camera-central span{
    float: left;
}
.pro-camera-central b{
    float: right;
}
.pro-camera a{
    display: block;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    top: 440px;
    left: 50%;
    margin-left: 32px;
    text-decoration: underline;
    font-size: 18px;
}

.pro-scan{
    width: 100%;
    height: 880px;
    margin: 0 auto;
    background-color: rgba(242, 242, 242, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}
.pro-scan h2{
    font-size: 36px;
    line-height: 36px;
    padding: 105px 0 40px 0;
    font-weight: normal;
    letter-spacing: 3px;
}
.pro-scan img{
    width: 700px;
    height: 450px;
    margin:50px 0px;
}
.pro-scan p{
    font-size: 22px;
    color:#666;
    font-weight: lighter;
    letter-spacing: 3px;
}
.pro-scan span{
    display: block;
    width: 790px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.pro-arithmetic{
    width: 100%;
    height: 800px;
    position: relative;
    color: #ffffff;
}
.pro-arit-canvas{
    width: 100%;
    height: 800px;
    background: url("../images/c_canvas.png") no-repeat center 100%;
    background-size: cover;
}
.pro-arithmetic h2{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 306px;
    left: 0;
    font-size: 48px;
    line-height:  48px;
    font-weight: normal;
    letter-spacing: 5px;
}
.pro-arithmetic span{
    display: block;
    width: 720px;
    height: 1px;
    position: absolute;
    top: 395px;
    left: 50%;
    margin-left: -360px;
    background-color: #999999;
}
.pro-arithmetic p{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 430px;
    left: 0;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 2px;
}
.pro-arithmetic b{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 480px;
    left: 0;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 2px;
}
.pro-roam{
    width: 100%;
    height: 960px;
    background-color: rgba(242, 242, 242, 1);
    text-align: center;
    color: #797979;
    background: url("../images/macbook_model.png") center 91% no-repeat;
    background-size: 1200px 740px;
}
.pro-roam h2{
    padding: 75px 0 30px 0;
    font-size: 36px;
    line-height: 50px;
    font-weight:normal;
    color:#333333;
}
.pro-roam p{
    font-size: 22px;
    margin-bottom: 80px;
    font-weight:lighter;
}
.pro-roam iframe{
    width: 860px;
    height: 521px;
    margin: 0 auto;
    display: block;
}
.pro-roam span{
    display: block;
    margin-top: 124px;
    font-size: 18px;
}
.pro-scene{
    width: 100%;
    height: 660px;
    text-align: center;
    color: #666666;
    background: #f7f7f7;
}
.pro-scene h2{
    padding: 75px 0 30px 0;
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    color: #333333;
}
.pro-scene .pro-scene-desc{
    font-size: 22px;
    margin-bottom: 80px;
    font-weight: lighter;
}

.pro-scene ul{
    width: 1200px;
    height: 400px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.pro-scene ul li{
    width: 160px;
    height: 400px;
    float: left;
}
.pro-scene ul li img{
    width: 60px;
    height: 60px;
    margin: 50px 0;
}
.pro-scene ul li span{
    font-weight: bold;
    font-size: 18px;
    line-height: 68px;
    display: block;
}
.pro-scene ul li p{
    font-size: 12px;
}
.pro-scene a{
    color: #797979;
    font-size: 18px;
    text-decoration: underline;
}

.pro-edit{
    width: 100%;
    height: 672px;
    background-color: rgba(50, 56, 64, 1);
    position: relative;
    margin-bottom: 280px;
    text-align: center;
}
.pro-edit h2{
    font-size: 36px;
    line-height: 36px;
    padding: 100px 0 50px 0;
    color: #ffffff;
    font-weight: normal;
}
.pro-edit p{
    font-size: 20px;
    font-weight: lighter;
    line-height: 24px;
    color: #ffffff;
}
.pro-edit img{
    width: 620px;
    height: 450px;
    position: relative;
    top: 5px;
    left: -38px;
    margin-top: 15px;
}
.pro-edit span, .pro-edit b{
    position: absolute;
    top: 760px;
    display: block;
    width: 940px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    left: 50%;
    margin-left: -470px;
    text-align: left;
}
.pro-edit b{
    top: 830px;
    font-weight: normal;
}













