
body {
    background: #ffffff;
    font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}


	
.box_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto;
	margin: auto;
}

.box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 4em;
    padding: 150px 1em 1em;
    width: 200px;
    overflow: hidden;
    box-shadow: 0 2px 4px transparent;
    -webkit-transition: box-shadow ease 1s;
    transition: box-shadow ease 1s;
}
.box:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.box:hover .box__circle {
    -webkit-transform: translateY(-200px) scale(14);
    transform: translateY(-200px) scale(14);
}

.box__circle {
    border-radius: 100%;
}

.box__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box__circle,
.box__icon {
    position: absolute;
    top: calc(50% - 4em);
    left: calc(50% - 4em);
    width: 8em;
    height: 8em;
    -webkit-transition: -webkit-transform ease 1s;
    transition: -webkit-transform ease 1s;
    transition: transform ease 1s;
    transition: transform ease 1s, -webkit-transform ease 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    will-change: transform;
}

.box__circle--black {
    background: -webkit-linear-gradient(#2a3940, #2a3940);
    background: linear-gradient(#2a3940, #2a3940);
}

.box__circle--red {
    background: -webkit-linear-gradient(#f2545f, #f2545f);
    background: linear-gradient(#f2545f, #f2545f);
}
.box__circle--violet {
    background: -webkit-linear-gradient(#6e18ca, #6e18ca);
    background: linear-gradient(#6e18ca, #6e18ca);
}
.box__circle--orange {
    background: -webkit-linear-gradient(#d05000, #d05000);
    background: linear-gradient(#d05000, #d05000);
}
.box__circle--purple {
    background: -webkit-linear-gradient(#7f38d3, #7f38d3);
    background: linear-gradient(#7f38d3, #7f38d3);
}


.box__text {
    position: relative;
    color: white;
    opacity: 0;
    font-size: 1.0em;
    -webkit-transition: opacity ease 1s;
    transition: opacity ease 1s;
    will-change: opacity;
    margin: 0;
    line-height: 1.5;
}

.box__headline {
	text-align: center;
    position: relative;    
    color: black;
    opacity: 1;
    margin: 0 0 1em;
    font-weight: 400;
    font-size: 1.4em;  
    -webkit-transition: opacity ease 1s;
    transition: opacity ease 1s;
    will-change: opacity;   
    -webkit-transform: translateY(-115px);
    transform: translateY(-115px);
}

.box:hover .box__text {
    color: white;
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.box:hover .box__headline
{
    color: white;
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}


    /* Table Styles */
.table1_1 table {
    width:100%;
    margin:15px 0
}
.table1_1 th {
    background-color:#4169E1;
    color:#FFFFFF
}
.table1_1,.table1_1 th,.table1_1 td
{
    font-size:0.95em;
    text-align:center;
    border:1px solid #dddddd;
    border-collapse:collapse;
    padding:5px;
}



.table_feature table {

    margin:15px 0
    table-layout:fixed;
}
.table_feature,.table_feature th,.table_feature td
{
    font-size:1em;
    text-align:left;
    padding:10px;
}
  .container {margin: 0 auto; }

/*---------------------------------------
    Typorgraphy       排版部分
-----------------------------------------*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{
    display:block !important;
}

h3, h4, h5, h6 {
    font-weight: 600;
}

h3, h5 {
    font-weight: 500;
}

li {
    list-style: none;
    display: inline;
}
a {
    text-decoration: none !important;
    outline: none;
}

@media only screen and (max-width: 768px){
    #overview p{
        margin-bottom: 20px;
    }
    #detail p{
        margin-bottom: 20px;
    }
    #tech p{
        margin-bottom: 20px;
    }
    #contact .related{
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 769px){
    #overview .title{
        margin-bottom: 30px;
    }
    #detail .title{
        margin-bottom: 30px;
    }
    #tech .title{
        margin-bottom: 30px;
    }
    #contact .title{
        margin-bottom: 60px;
    }
    #product .title{
        margin-bottom: 40px;
    }
    #overview p{
        margin-bottom: 40px;
    }
    #detail p{
        margin-bottom: 40px;
    }
    #tech p{
        margin-bottom: 40px;
    }
    #contact .related{
        margin-bottom: 40px;
    }
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
    border-radius: 100px;
}

#intro .btn-danger:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#contact .btn-danger:hover {
    background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
    background-attachment: fixed ;
    background-size: cover ;
}
/*修改前颜色#64b3e1*/
.page .border {
    width: 100px;
    height: 2px;
    margin: 0 auto;
    background-color: #64b3e1;
}

.page .heading p {
    margin: 20px auto 0
}

.page .heading p {
    margin-bottom: 60px;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*---------------------------------------
    Preloader section        预加载中间动画部分
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
    width: 50px;
    height: 50px;
    background-color: #222;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*---------------------------------------
    Navigation Links section     导航链接部分
-----------------------------------------*/
.container{
    border: none !important;
    display: block !important;
}
.custom-navbar {
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}
.custom-navbar .nav  li {

    margin-bottom: 0px !important; 
}

 #nav{
    border: none !important;
}


.custom-navbar .nav li a {
    color: #999999;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    outline: none !important;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #d05000;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .nav li.active > a:hover {
    background-color: #ffffff;
}

.custom-navbar .navbar-nav > li > a:focus,
.custom-navbar .nav li.active > a:focus {
    background-color: #ffffff;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #d05000;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
    margin-right: 5px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #64b3e1;
    border-color: transparent;
}

/*.navbar img {
    margin-top: 8px;
}*/

@media (min-width: 768px) {
    .custom-navbar {
        border-bottom: 0;
        /*
        padding: 20px 0;
        background: 0 0;
         */
    }

    .custom-navbar.top-nav-collapse {
        /*background: #101010;*/
        padding: 0;
    }

}

/*详情页小图移入显示文字*/
.row .img_small .img_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;

}
/*.row .img_small:hover .img_hover{
    opacity: 1
}
.row .img_small .img_hover span{
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}*/
.row .img_small:hover img {
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    -ms-transform: scale(1.005);
    -o-transform: scale(1.005);
    transform: scale(1.005);
}
/*.row .img_small .img_hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}
.row .img_small .img_hover:hover{
    background-color: rgba(0,0,0,0.6);
}*/
#portfolio .items li a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#portfolio .items li a .overlay span {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-transform: uppercase;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

#portfolio .items li a:hover .overlay {
    opacity: 1
}

#portfolio .items li a:hover {
    color: #FFFFFF;
}

/* 首页详细小图放大动画 */
#portfolio .items li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* @media screen and (max-width: 991px) {
    #portfolio .items li {
        width: 50%
    }
} */
@media (max-width: 480px) {
    #portfolio .items li {
        width: 50%
    }
}
/*---------------------------------------
        Video section           已删除
-----------------------------------------*/
/*---------------------------------------
   Speakers section             已删除
-----------------------------------------*/
/*---------------------------------------
   Program section              已删除
-----------------------------------------*/
.nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    color: #000000;
    font-weight: 600;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #f2545f;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #999;
}

.tab-content {
    padding-top: 20px;
}



#contact p {
    /* color: #ffffff; */
    line-height: 28px
}

/*#contact .related{*/
/*margin-bottom: 41px*/
/*}*/

#contact i {
    margin-top: 60px;
    display:block;
}

#contact .heading p {
    margin-bottom: 0;
}

#contact #cooperate {
    margin-top: 100px;
    margin-bottom: 5%;
}

/*---------------------------------------
   Footer section
-----------------------------------------*/
footer {
    position: absolute;
    bottom: 0;
}

/* Back top */
.go-top {
    background-color: #222;
    bottom: 2em;
    right: 2em;
    color: #ffffff;
    font-size: 32px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}

.footer p {
    margin-top: 15%;
}
/*底部导航栏颜色*/
.footer-bar {
    /* background-color: #1d6394;*/
    background-color: rgba(0,0,0,0.6);
    color: #e4e4e4;

}

.footer-bar p {
    color: #e4e4e4;
    margin-top: 1%;
    margin-bottom: 1%;
}

.footer-bar p a {
    color: #e4e4e4;
}

.footer-bar img {
    margin-top: 0px;
    margin-bottom: 4px;
}

.footer-bar .heading {
    margin-top: 30px;
}

.footer-bar .cooperate {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hide {
    display: none;
}

/*---------------------------------------
   Social icon              已删除
-----------------------------------------*/
/*---------------------------------------
   Responsive styles        响应风格
-----------------------------------------*/
/*-webkit-
-moz-
-o-*/
@media (max-width: 1200px) {
    #product {
        padding: 0;
    }
}

@media (max-width: 980px) {

    p {
        font-size: 13px;
    }

    .custom-navbar .navbar-brand {
        font-size: 2rem;
    }

    .custom-navbar .nav li a {
        font-size: 11px;
        line-height: 20px;
    }

    #intro {
        height: 65vh;
    }

    #video iframe {
        margin-top: 42px;
    }

    #contact .contact_detail {
        background: #ffffff;
        padding: 10rem 3rem 10rem 5rem;
    }

    .navbar img {
        margin-top: 0px;
    }

    .page .heading p {
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {

    .custom-navbar .navbar-brand {
        line-height: 20px;
        /*margin-left: 10px;*/
    }

    #overview img,
    #register form {
        padding-top: 20px;
    }

    .nav-tabs > li > a {
        font-size: 13px;
    }
    #contact .contact_detail {
        margin-top: 82px;
    }

    .page .heading p {
        margin-bottom: 0;
    }

    #contact a {
        font-size: 14px;
    }

    #contact .fa-3x {
        font-size: 2em;
    }

    #detail h3 {
        margin: 0;
        padding: 0;
    }

    #tech h3 {
        margin: 0;
        padding: 0;
    }

}
/*底部状态*/
@media (max-width: 760px) {

    #intro {
        height: 100vh;
    }

}

@media (max-width: 1200px) {
    #contact i {
        margin: 20px 0 0 0;
    }
}
#icon {
    width: 50px;
    position: fixed;
    right: 5%;
    top: 50%;
    z-index: 999;
}

#icon div {
    border: 2px solid black;
    border-radius: 20%;
    display: block;
    height: 50px;
    background-color: rgba(255,255,255,0.7);
    opacity: 0.3;
    transition: 1s ease;
    cursor: pointer;
}

#icon div:hover {
    opacity: 1;
}

@media (min-width: 1024px){
    .carousel-inner>.item img{
        max-width: 90%;
        height: 380px;
    }
} /*>=1024的设备*/

@media (min-width: 1100px) {
    .carousel-inner>.item img{
        max-width: 90%;
        height: 400px;
    }
} /*>=1100的设备*/
@media (min-width: 1280px) {
    .carousel-inner>.item img{
        max-width: 90%;
        height: 420px;
    }
} /*>=1280的设备*/

@media (min-width: 1366px) {
    .carousel-inner>.item img{
        max-width: 90%;
        height: 440px;
    }
}

@media (min-width: 1440px) {
    .carousel-inner>.item img{
        max-width: 90%;
        height: 460px;
    }
}

@media (min-width: 1680px) {
    .carousel-inner>.item img{
        max-width: 90%;
        height: auto;
    }
}
@media (min-width: 1920px) {
    .carousel-inner>.item img{
        max-width: 90%;
        height:auto;
    }
}
.container-template{
    width: 90%;
    max-width: 75em;
    margin: auto;
}
.techintro{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background-color: #d2d2d2;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #CC360D;
    color: #FFFFFF;
}
.carousel-indicators .active{
    width: 8px;
    height: 8px;
    margin: 1px;
    background-color: #CC360D;
}
.carousel-indicators{
    margin-bottom: 0;
}
.carousel-indicators li{
    border: 0;
    background-color: #D2D2D2;
    width: 8px;
    height: 8px;
}
.carousel-inner>.item>img{
    width:auto;
    margin:0 auto;
}
@media only screen and (max-width: 768px) {
    .copyright{
        margin-top: 10px;
        font-size: 12px;
        color: #999999;
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%;
        z-index: 2;
    }
    .headHeight{
        padding-top: 10vh;
    }
}
@media only screen and (min-width: 769px) {
    .copyright{
        margin-top: 10px;
        font-size: 12px;
        color: #999999;
        position: absolute;
        bottom: 37px;
        text-align: center;
        width: 100%;
        z-index: 2;
    }
    .relation{
        margin: 13px 0 41px;
    }
    .message{
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .cover-title{
        width:100%;
    }
}
.clear-white{
    letter-spacing: 10px;
}

/*   production   */

.section{
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    margin: 45px 0 0 0;
    max-width: 100%;
}

.section-title{
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
}

.section-exterior{

    background: url('../images/product/plat2_exterior.png') 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   /* background-position: center center;!important;*/
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60vh;

}


.section-banner{

    background: url('../images/product/plat3_ban.png') 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   /* background-position: center center;!important;*/
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60vh;

}

.main-copy{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-copy{
    position: relative;
    z-index: 1;
}

.point{
    padding-left: 0;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*flex-direction: row*/
}

.first-copy{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}

.first-copy{
    position: relative;
    z-index: 1;
}

.section-banner .copy-sizing{
    width: 38em;
}

.section-banner .copy-sizing ul{
    padding: 0;
    text-align: left;
    padding-left: 80px;
}



.section-banner .copy-sizing ul .li-type{
    color: #d05000;
    font-size: 24px;
    line-height: 32px;
    display: list-item;
}

.typography-headline{
    color: #333333;
    font-size: 32px;
    text-align: left;
    padding-left: 80px;
    margin-top: 120px
}

.section-depth-algorithm{
    text-align: left;
    height: 555px;
    margin-top: 5px;
}

.section-depth-algorithm .section-content{
    padding: 20px;
}

.section-depth-algorithm .image-compare{
    background-image: url(../images/Depth_algorithm.png);
}

.section-depth-algorithm .image-compare{
    width: 600px;
    height: 555px;
    background-size: 600px 555px;
    background-repeat: no-repeat;
    background-image: url(../images/Depth_algorithm.png);
    position: absolute;
    right: 50%;
    bottom: 0;
}

.section-depth-algorithm .copy-sizing{
    width: 50em;
}

.section-depth-algorithm .copy-sizing ul{
    padding-left: 30px;
}

.section-depth-algorithm .copy-sizing ul .explain{
    display: list-item;
    list-style: disc;
    font-size: 16px;
    line-height: 32px;
}

.desc{
    margin-top: 10px;
}

.description{
    letter-spacing: 0;
    margin: 0 10px 0 10px;
    font-size: 16px;
}

.large-7{
    width: 75%;
}

.large-6{
    width: 50%;
}

.large-push-6{
    left: 50%;
    right: auto;
}

.section-face{
    height: auto;
    margin-top: 5px;
}

.section-live{
    height: 815px;
    margin-top: 15px;
}

.section-lock{
    height: 600px;
    margin-top: 15px;
}

.section-table{
    margin-top: 5px;
}
.section-table .section-content{
    padding: 20px;
    text-align: center;
}

.section-table .section-content td /*设置表格文字左右和上下居中对齐*/ 
{  
    vertical-align: middle;
    text-align: center;  
    border:1px solid #999999;
    color: #333333;
    padding:5px;
    font-size:0.8em; 
}

.section-table table{
    width: 80%;
}

.section-function{
    margin-top: 5px;
}

.section-function .section-content{
    text-align: left;
}

.section-function .section-content td /*设置表格文字左右和上下居中对齐*/ 
{  
    vertical-align: middle;
    text-align: left;  
    padding:10px;
    font-size:1em; 
}

.section-function table{
    table-layout:fixed;
    width: 80%;
}

.section-face .section-content{
    padding: 20px;
}
.section-face .section-content .safeintro{
    padding-left: 0;
}
.section-face .section-content .safeintro li{
    padding: 0 5px;
    font-size: 18px;
}

.section-face .section-content .clear-white{
    margin-top: 59px;
    letter-spacing: 120px;
}

.section-face .section-content h4{
    margin: 10px 0 0 0;
}

.section-live .section-content{
    padding: 71px 0 107px;
}

.section-live .section-content .clear-white{
    margin-top: 59px;
    letter-spacing: 165px;
}

.section-live .section-content h4{
    margin: 10px 0 0 0;
}

.section-lock .section-content{
    padding: 71px 0 107px;
}

.section-lock .section-content .clear-white{
    margin-top: 59px;
    letter-spacing: 120px;
}

.section-lock .section-content h4{
    margin: 10px 0 0 0;
    font-size: 28px;
}

.large-centered{
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.large-10{
    width: 83.333333333%;
}

.section-shell{
    text-align: left;
    height: 500px;
    margin: 15px 0 45px 0;
}

.section-shell .image-compare{
    background-image: url(../images/shell.png);
}

.section-shell .image-compare{
    width: 600px;
    height: 555px;
    background-size: 600px 555px;
    background-repeat: no-repeat;
    background-image: url(../images/shell.png);
    position: absolute;
    right: 50%;
    bottom: 0;
}

.section-shell .copy-sizing{
    width: 50em;
}

.section-shell .copy-sizing .intro{
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(51,51,51,1);
    line-height: 28px;
    margin-bottom: 0;
}


.circle1{
    width: 24px;
    background: #020202;
    border-radius: 50%;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
}

.circle2{
    width: 24px;
    background: #575A6A;
    border-radius: 50%;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
}

.circle3{
    width: 24px;
    background: #DAAB72;
    border-radius: 50%;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
}

.circle4{
    width: 24px;
    background: #EBECF0;
    border-radius: 50%;
    height: 24px;
    display: inline-block;
}

.headline{
    font-weight: 600;
}

@media (min-width: 1024px){
    .section-depth-algorithm .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 40%;
        bottom: 0;
    }

    .section-banner .copy-sizing ul .li-type{
        padding: 0;
    } 

    .section-banner .copy-sizing ul{
        text-align: left;
        padding-left: 120px;
    } 

    .scheme{
        display: inline-block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width: 180px;
    }
    .notebook-image2{
         width: 225px;
    }
    .large-7{
        width: 55%;
    }
    .typography-headline{
        color: #333333;
        font-size: 32px;
        text-align: left;
        padding-left: 120px;
        margin-top: 120px;
    }
    .section-banner .copy-sizing {
        width: 42em;
        height: 15em;
    }

    .section-depth-algorithm .copy-sizing{
        width: 28em;
    }
    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }
    .headline{
        font-size:32px;
        font-family:MicrosoftYaHei;
        color:rgba(0,0,0,1);
        line-height:59px;
    }
    .large-push-6{
        left: 55%;
        right: auto;
    }
    .section-face .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 65px;
    }
    .section-live .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 30px;
    }
    .section-lock .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 20px;
    }
    .section-shell .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 40%;
        bottom: 0;
    }
    .section-shell .copy-sizing{
        width: 29em;
    }
} /*>=1024的设备*/

@media (min-width: 1100px) {
    .section-depth-algorithm .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 40%;
        bottom: 0;
    }
    .section-banner .copy-sizing ul {
        text-align: left;
        padding-left: 150px;
    }
    .scheme{
        display: inline-block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width: 200px;
    }
    .notebook-image2{
        width: 280px;
    }
    .large-7{
        width: 55%;
    }
    .typography-headline{
        color: #333333;
        font-size: 32px;
        text-align: left;
        padding-left: 150px;
        margin-top: 120px;
    }
    .section-banner .copy-sizing {
        width: 40em;
    }

    .section-depth-algorithm .copy-sizing{
        width: 28em;
    }
    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }
    .headline{
        font-size:32px;
        font-family:MicrosoftYaHei;
        color:rgba(0,0,0,1);
        line-height:59px;
    }
    .large-push-6{
        left: 55%;
        right: auto;
    }
    .section-face .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 10px;
    }
    .section-live .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 10px;
    }
    .section-lock .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 10px;
    }
    .section-shell .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 40%;
        bottom: 0;
    }
    .section-shell .copy-sizing{
        width: 29em;
    }
} /*>=1100的设备*/
@media (min-width: 1280px) {
    .section-depth-algorithm .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-banner .copy-sizing ul {
        text-align: left;
        padding-left: 150px;
    }
    .scheme{
        display: inline-block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width: 200px;
    }
    .notebook-image2{
        width: 280px;
    }
    .large-7{
        width: 55%;
    }
    .typography-headline{
        color: #333333;
        font-size: 32px;
        text-align: left;
        padding-left: 150px;
        margin-top: 120px;
    }
    .section-banner .copy-sizing {
        width: 40em;
    }

    .section-depth-algorithm .copy-sizing{
        width: 32em;
    }
    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }
    .headline{
        font-size:36px;
        font-family:MicrosoftYaHei;
        color:rgba(0,0,0,1);
        line-height:59px;
    }
    .large-push-6{
        left: 50%;
        right: auto;
    }
    .section-face .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 120px;
    }
    .section-live .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 30px;
    }
    .section-lock .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 80px;
    }
    .section-shell .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-shell .copy-sizing{
        width: 36em;
    }
} /*>=1280的设备*/

@media (min-width: 1366px) {
    .section-depth-algorithm .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-banner .copy-sizing ul {
        text-align: left;
        padding-left: 150px;
    }
    .scheme{
        display: inline-block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width: 200px;
    }
    .notebook-image2{
        width: 280px;
    }
    .large-7{
        width: 50%;
    }
    .typography-headline{
        color: #333333;
        font-size: 32px;
        text-align: left;
        padding-left: 150px; 
        margin-top: 120px;      
    }
    .section-banner .copy-sizing {
        width: 40em;
    }

    .section-depth-algorithm .copy-sizing{
        width: 48em;
    }
    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }
    .headline{
        font-size:48px;
        font-family:MicrosoftYaHei;
        color:rgba(0,0,0,1);
        line-height:59px;
    }
    .large-push-6{
        left: 55%;
        right: auto;
    }
    .section-face .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 120px;
    }
    .section-live .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 30px;
    }
    .section-lock .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 90px;
    }
    .section-shell .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-shell .copy-sizing{
        width: 48em;
    }
}

@media (min-width: 1440px) {
    .section-depth-algorithm .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-banner .copy-sizing ul {
        text-align: left;
        padding-left: 150px;
    }
    .scheme{
        display: inline-block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width: 200px;
    }
    .notebook-image2{
        width: auto;
    }
    .large-7{
        width: 60%;
    }
    .typography-headline{
        color: #333333;
        font-size: 32px;
        text-align: left;
        padding-left: 150px;
        margin-top: 120px;
    }
    .section-banner .copy-sizing {
        width: 40em;
        height: 15em;
    }

    .section-depth-algorithm .copy-sizing{
        width: 48em;
    }
    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }
    .headline{
        font-size:48px;
        font-family:MicrosoftYaHei;
        color:rgba(0,0,0,1);
        line-height:59px;
    }
    .large-push-6{
        left: 55%;
        right: auto;
    }
    .section-face .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 120px;
    }
    .section-live .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 30px;
    }
    .section-lock .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 90px;
    }
    .section-shell .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-shell .copy-sizing{
        width: 48em;
    }
}

@media (min-width: 1680px) {
    .section-depth-algorithm .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-banner .copy-sizing ul {
        text-align: left;
        padding-left: 150px;
    }
    .scheme{
        display: inline-block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width: auto;
    }
    .large-7{
        width: 70%;
    }
    .typography-headline{
        color: #333333;
        font-size: 32px;
        text-align: left;
        padding-left: 150px;   
        margin-top: 120px;     
    }
    .section-banner .copy-sizing {
        width: 38em;
        height: 20em;
    }

    .section-depth-algorithm .copy-sizing{
        width: 60em;
    }
    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }
    .headline{
        font-size:48px;
        font-family:MicrosoftYaHei;
        color:rgba(0,0,0,1);
        line-height:59px;
    }
    .large-push-6{
        left: 55%;
        right: auto;
    }
    .section-face .section-content .clear-white{
         margin-top: 59px;
         letter-spacing: 130px;
     }
    .section-live .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 75px;
    }
    .section-lock .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 120px;
    }
    .section-shell .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-shell .copy-sizing{
        width: 70em;
    }
}
@media (min-width: 1920px) {
    .section-depth-algorithm .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-banner .copy-sizing ul {
        text-align: left;
        padding-left: 100px;
    }
    .scheme{
        display: inline-block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width:100%;
    }
    .large-7{
        width: 70%;
    }
    .typography-headline{
		width:800px;
        color: #333333;
        font-size: 32px;
        text-align: left;
        padding-left: 100px;  
        margin-top: 120px;      
    }
    .section-banner .copy-sizing {
        width: 24.5em;
        height: 20em;
    }

    .section-depth-algorithm .copy-sizing{
        width: 70em;
    }
    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }
    .headline{
        font-size:42px;
        font-family:MicrosoftYaHei;
        color:rgba(0,0,0,1);
        line-height:59px;
        font-weight: 600;
    }
    .large-push-6{
        left: 55%;
        right: auto;
    }
    .section-face .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 130px;
    }
    .section-live .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 80px;
    }
    .section-lock .section-content .clear-white{
        margin-top: 59px;
        letter-spacing: 120px;
    }
    .section-shell .image-compare{
        width: 600px;
        height: 555px;
        background-size: 600px 555px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    .section-shell .copy-sizing{
        width: 70em;
    }
}

/*   mobile   */

@media only screen and (max-width: 735px) {
	.section-banner{

    background: url('../images/product/plat3_mobile.jpg') 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   /* background-position: center center;!important;*/
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    }	

	.box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0;
    padding: 150px 1em 1em;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 4px transparent;
    -webkit-transition: box-shadow ease 1s;
    transition: box-shadow ease 1s;
}
    .section-banner .copy-sizing {
        width: 100% !important;
		padding: 0 !important;
    }

    .section-banner .copy-sizing ul{
        padding: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }


    .section-banner .copy-sizing ul .li-type{
        padding: 0;
    }

    .typography-headline{
        text-align: center !important;
        color: #333333 !important;
        font-size: 32px !important;
        margin-top: 120px !important;
		padding: 0 !important;
    }

	
    .section-compare .main-copy {
        display: block;
        margin-top: 65px;
    }
    .scheme{
        display: block;
        margin-bottom: 20px;
    }
    .notebook-image{
        width: 100%;
    }
    .notebook-image2{
        width: 100%;
    }
    .section-live .section-content .clear-white{
        margin-top: 40px;
    }
    .section{
        position: relative;
        overflow: hidden;
        text-align: center;
        background-color: #FFFFFF;
        margin: 45px 0 0 0;
        max-width: 100%;
    }

    .main-copy{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .main-copy{
        position: relative;
        z-index: 1;
    }

    .first-copy{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        height: 100%;
    }

    /*.first-copy{*/
    /*padding-top: 65px;*/
    /*display: block;*/
    /*}*/

    .section-banner .copy-sizing {
        width: 83.333333333%;
        margin-top: 20px;
        margin-bottom: 39px;
    }

    .section-banner .copy-sizing ul{
        padding: 0;
        width: 260px;
        text-align: left;
        padding-left: 120px;
    }

    .small-max-width{
        margin-left: auto;
        margin-right: auto;
    }

    .large-push-0{
        left: auto;
        width:100%;
    }

    .section-banner .copy-sizing ul .li-type{
        padding: 0;
    }

    .typography-headline{
        text-align: left;
        color: #333333;
        font-size: 32px;
        padding-left: 120px;
        margin-top: 120px;
    }



    .section-depth-algorithm{
        text-align: left;
        height: auto;
        margin-top: 15px;
        padding-bottom: 300px;
    }

    .section-depth-algorithm .image-compare{
        background-image: url(../images/Depth_algorithm.png);
    }

    .section-depth-algorithm .image-compare{
        width: 100%;
        height: 265px;
        background-size: 303px 265px;
        background-repeat: no-repeat;
        background-image: url(../images/Depth_algorithm.png);
        position: absolute;
        right: 0;
        bottom: 0;
        background-position: bottom center;
    }

    .section-depth-algorithm .copy-sizing{
        width: 83.3333333333333%;
    }

    .section-depth-algorithm .copy-sizing ul{
        padding-left: 30px;
    }

    .section-depth-algorithm .copy-sizing ul .explain{
        display: list-item;
        list-style: disc;
        font-size: 14px;
    }

    .large-7{
        width: 100%;
    }





    .section-face{
        height: auto;
        margin-top: 15px;
    }
    .section-live{
        height: auto;
        margin-top: 15px;
    }
    .section-lock{
        height: auto;
        margin-top: 15px;
    }

    .section-face .section-content{
        padding: 0;
    }
    .section-live .section-content{
        padding: 0;
    }
    .section-lock .section-content{
        padding: 0;
    }

    .section-face .section-content .safeintro li{
        padding: 0 15px;
    }

    .section-face .section-content .clear-white{
        margin-top: 39px;
        letter-spacing: 120px;
    }

    .section-face .section-content h4{
        margin: 10px 0 0 0;
        font-size: 24px;
    }
    .section-live .section-content .clear-white{
        margin-top: 40px;
    }
    .section-lock .section-content h4{
        font-size: 24px;
    }

    .large-centered{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .large-10{
        width: 84.375%;
    }

    .section-shell{
        text-align: left;
        height: auto;
        margin: 15px 0 45px 0;
        padding-bottom: 260px;
    }

    .section-shell .image-compare{
        background-image: url(../images/shell.png);
    }

    .section-shell .image-compare{
        width: 100%;
        height: 255px;
        background-size: 303px 255px;
        background-repeat: no-repeat;
        background-image: url(../images/shell.png);
        position: absolute;
        right: 0;
        bottom: 0;
        background-position: bottom center;
    }

    .section-shell .copy-sizing {
        width: 83.33333333%;
    }

    .section-shell .copy-sizing .intro{
        font-size:14px;
        font-family:MicrosoftYaHei;
        color:rgba(51,51,51,1);
        line-height: 28px;
        margin-bottom: 0;
    }


}

section h2.section-heading {

    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 300;
    color: #6f7c82;
    line-height: 1.5;
    margin-bottom: 75px;
    text-align:left;
}

.top-margin-md {
    margin-top: 40px!important;
}

.top-margin-lg {
    margin-top: 60px!important;
}
