﻿/*
* @Author: Marte
* @Date:   2018-03-05 18:14:37
* @Last Modified by:   Marte
* @Last Modified time: 2018-03-07 11:02:14
*/
.white{
    background-color: #fff;
}
.gray{
    background-color: #F2F3F3;
}
.technology-content {
    margin-top: 40px;
}
.technology-content .img-box {
    width: 520px;
    height: 370px;
    text-align: center;
    margin: auto;
    position: relative;
    top: -50px;
}

.technology-content .txt-box.one, .technology-content .txt-box.two {
    top: -24px;
}

.technology-content .txt-box.one, .technology-content .txt-box.three {
    padding: 15px 20px 0 42px;
    text-align: right;
    left: 0;
}
.technology-content .txt-box {
    font-size: 24px;
    line-height: 30px;
    width: 339px;
    height: 144px;
    box-sizing: border-box;
    position: absolute;
}

.technology-content .txt-box .title {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.technology-content .txt-box p {
    color: #323232;
    font-size: 20px;
}
.technology-content .txt-box.two, .technology-content .txt-box.four {
    padding: 15px 30px 0 20px;
    text-align: left;
    right: 0;
}


.technology-content .txt-box.three, .technology-content .txt-box.four {
    bottom: 0px;
}

.technology-content .txt-box.one, .technology-content .txt-box.three {
    padding: 15px 20px 0 42px;
    text-align: right;
    left: 0;
}



.technology-content .number-box.one, .technology-content .number-box.two {
    top: 25px;
}

.technology-content .number-box.one, .technology-content .number-box.three {
    background: url(../images/line-left.png) no-repeat top left;
    text-align: right;
}

.technology-content.ipone{
    margin-top: 10px !important;
}
.technology-content.ipone .img-box {
    width: 90%;
    height: auto;
    text-align: center;
    margin: auto;
    position: static !important;
}
.technology-content.ipone .txt-box {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
     height: 80px; 
    box-sizing: border-box;
    position: static !important;
    margin-top: 10px;
}

 .technology-content.ipone .txt-box .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
      // margin: 0 0 15px 0;  
      margin: 0;  

} 
.technology-content.ipone .img-box img{
    width: 100% !important;
}

.technology-content.ipone .txt-box p {
    color: #323232;
    font-size: 20px;
    /* color: #fff; */
    padding-left: 10px;
}
.technology-content.ipnoe .txt-box p.title{
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #fff;
}
.technology-content.ipone .txt-box.one, .technology-content.ipone .txt-box.three {
     padding: 0; 
    text-align: left;
    color: #fff;
}
.technology-content.ipone .txt-box.two, .technology-content.ipone .txt-box.four {
    padding: 0;
    text-align: left;
    color: #fff;
} 

.sever-list{
    width: 100%;
    list-style: none;
}
.sever-list li{
    list-style: none;
    padding: 6px 6px;
}
.sever-list li:hover{
    box-shadow: 0px 5px 24px #888888;
}

.sever-list li img{
    display: block;
    width: 60%;
    height: auto;
    margin: 6px auto;
}
.sever-list li p.title{
    font-size: 24px;
    color: #323232;
    margin: 10px 0;
    text-align: center;
}
.sever-list li p{
    font-size: 16px;
    text-align: center;
}

.function-list{
    width: 100%;
    list-style: none;
}
.function-list li{
    list-style: none;
    width: 24%;
    padding: 6px 0;
    margin: 0 0.5%;
    min-height: 274px;
    background-color: #F2F3F3;
    border-bottom: 4px solid red;
}
.function-list li:nth-child(1){
    border-bottom: 6px solid #f66e49;
}
.function-list li:nth-child(2){
    border-bottom: 6px solid #f88d24;
}
.function-list li:nth-child(3){
    border-bottom: 6px solid #08d5b1;
}
.function-list li:nth-child(4){
    border-bottom: 6px solid #1080c4;
}
.function-list li img{
    display: block;
    margin: 0 auto;
    width: 96px;
    height: auto;
    margin-top: 6px;
    margin-bottom: 12px;
}
.function-list li p.title{
    font-size: 24px;
    color: #323232;
    margin: 10px 0;
    text-align: center;
}
.function-list li p{
    font-size: 14px;
    text-align: center;
    padding: 4px 26px;
}
.function-list.ipone li{
    width: 100%;
    margin-bottom: 10px;
}
.vs-list {
    width: 100%;
}
.vs-list li{
    text-align: center;
    list-style: none;

}
.vs-list li img{
    width: 100%;
}
.vs-list li.vs{
    display: table;
    min-height: 430px;
}
.vs-list li.vs h2{
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
} 
.vs-list.ipone li.vs{
    min-height: 100px;
    text-align: center;
    width: 100%;
}