﻿/*@font-face {
    font-family: CNBOLD;
    src: url(../fonts/SourceHanSansCN-Bold.otf);
}

@font-face {
    font-family: CNLIGHT;
    src: url(../fonts/SourceHanSansCN-Light.otf);
}

@font-face {
    font-family: CNMEDIUM;
    src: url(../fonts/SourceHanSansCN-Medium.ttf);
}*/

html {
    height: 100%;
    font-size: 62.5%
}

@media(max-width: 991px) {
    html {
        font-size:50%
    }
}

@media(max-width: 767px) {
    html {
        font-size:43.75%
    }
}

h2,
strong {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
    color: #131840;
}

p {
    color: #505050;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* 视频 */

#video {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

#video h2 {
    font-size: 7rem;
}

#video p {
    font-size: 2rem;
    margin-top: 50px;

}
#controller .left p.mobile-info{
    font-size: 24px;
}
.video-box {
    width: 100%;
    background-image: url(../images/bg1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-bottom: 30px;
}

.video-box video {
    width: 940px;
    height: 526px;

}

/* 簡化遠程管理 */

#simplify {
    padding-top: 110px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#simplify .left {
    /*width: 40%;*/
    text-align: center;
    float: left;
    max-width: 100%;
    margin-right: 130px;

}

#simplify .left img {
    width: 100%;

}

#simplify .right {
    /*width: 60%;*/
    width: 548px;
    float: right;
}

#simplify .right h2 {
    font-size: 3.6rem;
    margin-bottom: 100px;
    /*margin-top: -100px;*/

}

#simplify .right dl {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    /*margin-bottom: 15px;*/
}

#simplify .right dl dd {
    margin-top: 5px;
    padding-left: 40px;
    /*padding-top: 10px;*/
}
#simplify .right dl dt img{
	width: 90px;

}
#simplify .right dl dd strong {
    margin-top: 30px;
    font-size: 24px;
}

#simplify .right dl dd p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}

/* 門禁控制器 */
.controller-wrap{
    background-image: linear-gradient(#FFF, #f0f3fd);
}
#controller {


    max-width: 1200px;
    margin: 120px auto 0 auto;
}

#controller .left {
    width: 47%;
    /*padding-left: 12%;*/
    float: left;
}

#controller .left h2 {
    font-size: 3.6rem;
    line-height: 1.5;
}

#controller .left p {
    font-size: 24px;
    line-height: 40px;
    margin-top: 50px;
}

#controller .left ul li {
    margin-top: 46px;
    background-image: url(../images/ico7.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
}

#controller .left ul li i {
    width: 20px;
    height: 20px;
    background: #5365e1;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    border-radius: 100%;
    font-size: 14px;
    float: left;
    margin-top: 4px;
    margin-right: 15px;
}

#controller .left ul li span {
    font-family: CNLIGHT;
    color: #131840;
    font-size: 14px;
}

#controller .right {
    text-align: center;
    float: right;
    width: 47%;
}

#controller .right img {
    max-width: 90%;
    margin-top: 40px;
}

/* 軟件 */
#software {
    padding-top: 20px;
    background: #f0f3fd;

}

#software h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 70px;
}

#software .left {
    width: 52%;
    float: left;
}

#software .left img {
    max-width: 95%;
}

#software .right {
    width: 44%;
    float: left;
    margin-left: 4%;

}

#software .right ul li {
    width: 500px;
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 8px #CCC;
    border-radius: 10px;
    padding-left: 80px;
}
#software .right ul{
    margin-top: 70px;
}
#software .right ul li{
    position: relative;
}
#software .right ul li strong {
    font-size: 18px;
    cursor: pointer;
}

#software .right ul li p {
    font-size: 14px;
    margin-top: 0px;

}

#software .right ul li p span{
    margin-top: 56px;
}

#software .right ul li .tabimg{
    position: absolute;
    left: 25px;
    top: 20px;
}

#software .right ul li.acco_title {
    background: rgba(104,135,240,.1);

}

#software .right ul li.acco_title_on {
    background: #fff;

}

/*#software .right ul li.li2 {
    background: url(../images/people-icon.svg)  20px 20px no-repeat;
}

#software .right ul li.li2.acco_title_on {
    background: url(../images/people-icon.svg) #fff 20px 20px no-repeat;
}

#software .right ul li.li3,
#software .right ul li.li4 {
    background: url(../images/privacy.svg) rgba(104,135,240,.1) 20px 20px no-repeat;
}

#software .right ul li.li3.acco_title_on,
#software .right ul li.li4.acco_title_on {
    background: url(../images/privacy.svg) #fff 20px 20px no-repeat;
}*/


#software .right ul li.acco_title p{
    height:0;
    /*padding:0 10px;*/
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow:hidden;
    padding: 0px;
    margin-top: 0px;
}

/* 壁掛式讀卡器 */
.controller-reader-wrap {
    background: #f0f3fd;
}

.reader#controller {
    margin-top: 0;
    padding-top: 120px;

}

.controller-reader-wrap #controller .left p{
    font-size: 24px;
    margin-top: 30px;
}

.controller-reader-wrap #controller .left ul li span{
    font-size: 14px;
}
.controller-reader-wrap #controller .left ul li{
margin-top: 30px;
}
/* 電話訪問 */
.controller-mobile-wrap  {
  background-image: linear-gradient(to bottom, #f0f3fd, #FFF, #fff);
}
.mobile#controller {
    margin-top: 0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.mobile#controller .left {
    float: right;
    /*width: 47%;*/
    width: 548px;
    padding-left: 4%;
    flex-shrink: 0;
}

.mobile#controller .right {
    /*width: 47%;*/
    width: auto;
    float: left;
}

.mobile#controller .right img{
    width: 100%;
    margin-top: 0;
    /*margin-top: 180px;*/
}

/* 特點 */
#trait {
    max-width: 1200px;
    margin: 0 auto;
}

#trait h2 {
    margin-top: 100px;
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 80px;
}

#trait .box-left {
    width: 30%;
    float: left;
}

#trait .box-right {
    width: 70%;
    float: left;
    box-shadow: 0px 0px 8px #d4d2d2;
}

#trait dl dt {
    width: 100%;
    height: 120px;
    float: left;
    font-size: 22px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
    text-align: center;
    font-weight: lighter;
}

#trait dl dt.top {
    background: #dfe5fd;
}

#trait dl dd {
    width: 100%;
    height: 120px;
    float: left;
    font-size: 18px;
    padding-left: 10%;

}

#trait dl dd.top {
    background: #f9faff;
}

/* CONTACT */
#contact {
    margin-top: 120px;
    text-align: center;
    padding-bottom: 20px;
}

#contact a {
    background: #6887f0;
    color: #fff;
    height: 55px;
    font-size: 28px;
    padding: 0 80px;
    border-radius: 55px;
    line-height: 55px;
}


/* 兼容ipad */
@media screen and (max-width: 1441px) {

    .video-box {
        padding: 50px 0;
    }

    .video-box video {
        max-width: 90%;
        height: 400px;
    }

    #controller .left {
        width: 44%;
        padding-left: 6%;
    }

    #software .right ul li {
        width: 70%;
    }

    #trait {
        max-width: 80%;

    }

    #software .right{
        float: right;
    }
    #software .left img{
        height: 518px;
    }
    #software .right ul{
        margin-top: 0;
    }
    #software .right{
        width: 42%;
    }
}

@media screen and (max-width: 1025px) {
    #bot {
        height: 400px;
    }
}

@media screen and (max-width: 640px) {
    #video {
        padding-top: 100px;
    }

    #video h2 {
        font-size: 40px;
    }

    #video p {
        font-size: 20px;
    }

    .video-box {
        padding: 0;
    }

    .video-box video {
        height: 300px;
    }

    #simplify {
        padding-top: 80px;
    }

    #simplify .left {
        width: 100%;
    }

    #simplify .right {
        width: 94%;
        margin-left: 3%;
    }

    #simplify .right h2 {
        margin-top: 100px;
        font-size: 40px;
    }

    #simplify .right dl dd strong {
        font-size: 30px;
    }

    #simplify .right dl dd p {
        font-size: 20px;
    }

    #controller {
        margin-top: 100px;
    }

    #controller .left {
        width: 94%;
        margin-left: 0;
        padding: 3%;
    }

    #controller .left h2 {
        font-size: 40px;
        line-height: 50px;
        padding-left: 0;
    }

    #controller .right {
        width: 94%;
        padding: 3%;
    }

    #software {
        width: 94%;
        padding: 3%;
        padding-top: 100px;
    }

    #software h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 100px;
    }

    #software .left {
        width: 100%;
    }

    #software .right {
        width: 100%;
        margin-left: 0;
    }

    #software .right ul li {
        width: 73%;
    }

    .reader#controller,
    .mobile#controller {
        padding-top: 100px;
    }

    .mobile#controller {
        width: 94%;
        padding: 3%;
    }

    .mobile#controller .left {
        width: 100%;
        padding: 0;
    }

    .mobile#controller .right {
        padding: 0;
        width: 100%;
    }

    #trait {
        max-width: 94%;
    }

    #trait h2 {
        margin-top: 100px;
        font-size: 40px;
        margin-bottom: 100px;
        line-height: 50px;
    }

    #trait dl dt {
        font-size: 20px;
        height: 100px;
    }

    #trait dl dd {
        font-size: 16px;
        height: 100px;
    }

    #contact {
        margin-bottom: 100px;
    }

    #bot {
        height: 100px;
        display: none;
    }
}

.footer_top ul.lx_list li p{
   color: #898989;

    
}
.footer_top p{
     font-family: "PTSTants","Helvetica Neue", Helvetica, Arial, sans-serif;
    padding:0;
}
.nav > li > a{
    /*font-size: 18px  !important;*/
    /*letter-spacing: -1.3px !important;*/
}
.footer_top li{
        line-height: 1.42857143;
}
.footer_top ul.footer_nav li a{
 /*font-size:14px;
  line-height:16px;*/
}
.footer_top p.title{
        font-family: "PTSTants","Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom:10px;
}
.footer_bot {
    margin-bottom:10px;
}
.footer_top ul.lx_list li a{
    color:#0A81C5;
}
.footer_top ul.lx_list li a:hover,.footer_top ul.lx_list li a:active{
    color:#0A81C5;
    text-decoration:underline;
}
/*Patrick 附加重写样式*/
#simplify{
width:100%;
}
#simplify .left{
width:40%;
margin:0;
text-align:center;
}
#simplify .right {
width:60%;
padding-left:10%;
}
#simplify .right h2{
width:100%;
font-size:3em;
margin-bottom:80px;
}
#simplify .right dl {
width:100%;
margin:0;
padding:0;
height:120px;
}
#simplify .right dl dt{
width:20%;
}
#simplify .right dl dd{
width:75%;
text-align:left;
}
#simplify .right dl dd strong{
font-size:1.75em;
}
#simplify .right dl dd p{
font-size:1em;
}
#simplify .right dl dt img {
    width: 100%;
	max-width:90px;
}
#simplify .left img {
height:auto;
max-width:549px;
}

#controller{
width:100%;
}
#controller .left{
width:45%;
padding:0 5%;
}
#controller .left h2{
width:100%;
font-size:3em;
}
#controller .left p{
font-size:1.75em;
}
#controller .left ul li{
    line-height:28px;
}
#controller .left ul li span {
font-size:1em;
}
#controller .right{
width:45%;
}
#controller .right img{
width:100%;
max-width:549px;
}

#software {
width:100%;
}
#software h2 {
width:100%;
font-size:3em;
}
#software .left img{
width:100%;
height:auto;
}
#software .right ul{
margin-top:40px;
}
#software .right ul li strong{
font-size:1.25em;
}
#software .right ul li p{
font-size:1em;
}

@media screen and (max-width: 640px){
#video{
    padding-top:20px;
}

#video h2 {
    font-size: 4rem;
}

#video p{
    font-size:2.5rem;
    margin-top:15px;
}
.video-box{
    margin-top:10px;
}
.video-box video {
    height:240px;
}
#simplify{
display:block;
padding-top:100px;
margin-top: 0;
}
#simplify .left{
width:100%;
margin:0;
}
#simplify .right {
width:100%;
padding-left:20px;
}
#simplify .right h2{
    font-size:4rem;
margin:50px 0;
}

#simplify .right dl dd strong{
font-size:2.5rem;
}
#simplify .right dl dd p{
font-size:2rem;
}
#controller{
    padding-top:60px;
    margin-top:0;
}
#controller .left{
width:100%;
}
#controller .left h2{
font-size:4rem;
}
#controller .left p{
font-size:2.5rem;
margin-top:30px;
}
.controller-reader-wrap #controller .left ul li{
    margin-top:20px;
}
.controller-reader-wrap #controller .left p{
font-size:2.5rem;
}
#controller .left p.mobile-info{
    font-size:2.5rem;
}
#controller .left ul li{
    margin-top:20px;
}
#controller .left ul li span {
font-size:2rem;
}
#controller .right{
width:100%;
}

#software{
    padding-top:100px;
}
#software h2 {
font-size:4rem;
margin-bottom:50px;
}
#software .left{
width:96%;
margin:0 2%;
}
#software .left img{
max-width:96%;
margin:0 2%;
}
#software .right{
width:100%;
}
#software .right ul li {
    width: 100%;
	}
	#software .right ul li strong{
font-size:2.5rem;
}
#software .right ul li p{
font-size:2rem;
}
	#software .right ul li p span{
    margin-top:28px;
    line-height:28px;
}
.reader#controller, .mobile#controller{
    padding-top:100px;
}
.mobile#controller{
    display:block;
}
.mobile#controller .right img{
    max-width:549px;
    width: 100% !important; 
    height:auto !important;
}
#trait {
    padding-top: 50px;
}
#trait h2{
    font-size:4rem;
    margin:50px 0;
}
#trait dl dt{
   font-size:2.5rem;
}
#trait dl dd{
    font-size:2rem;
}
}
