@charset "utf-8";
.banner {
    width: 100%;
    height: 476px;
    background: url("../img/sim/banner-2.jpg") no-repeat center;
}

.banner-sim {
    background: url("../img/2.jpg") no-repeat center !important;
}

.banner-mes {
    background: url("../img/1.jpg") no-repeat center !important;
}

.banner-epps {
    background: url("../img/3.jpg") no-repeat center !important;
}

.banner-econtrol {
    background: url("../img/4.jpg") no-repeat center !important;
}

.banner-postpro {
    background: url("../img/5.jpg") no-repeat center !important;
}

.banner-rtest {
    background: url("../img/6.jpg") no-repeat center !important;
}

.banner-ecutter {
    background: url("../img/7.jpg") no-repeat center !important;
}

.banner-zhaopin {
    background: url("../img/8.jpg") no-repeat center !important;
}

.banner .title {
    padding-top: 100px;
}

.banner .title > p {
    color: #ffffff;
    font-size: 50px;
    width: 580px;
    margin: 0 auto;
    line-height: 150px;
    padding-top: 20px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
}

.sim_system {
    color: #ffffff;
    font-size: 22px;
    height: 43px;
    line-height: 43px;
    width: 330px;
    margin: 0 auto;
    text-align: center;
    border: white 1px solid;
}

.sim_system .red {
    color: #ff0000;
}

.sim_system .right-top {
    position: relative;
}

.sim_system .right-top a {
    position: absolute;
    font-size: 10px;
    top: -15px;
}

.sim_line {
    width: 520px;
    height: 43px;
    margin: -44px auto;
}

.sim_line span {
    display: block;
    float: left;
}

.sim_line .span1 {
    width: 100px;
    height: 43px;
    border-top: 1px solid white;
    margin-top: 22px;
}

.sim_line .span2 {
    width: 320px;
    height: 43px;
}

.sim_line .span3 {
    width: 100px;
    height: 43px;
    border-top: 1px solid white;
    margin-top: 22px;
}


.summary {
    width: 100%;
    height: 130px;
}

.summary .content {
    min-width: 1000px;
    max-width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.summary p {
    font-size: 1em;
    line-height: 32px;
    padding-top: 36px;
    text-indent: 32px;
}

.module-border {
    width: 500px;
    height: 100px;
    background: url("../img/sim/com.png") no-repeat 0px -50px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #787878;
}

.feature {
    width: 100%;
    min-width: 1200px;
    height: 550px;
}

.feature .card {
    width: calc(100% - 16px);
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: 0.8s;
}

.feature .back {
    transform: rotateY(-180deg);
}

.feature ul li:hover .card {
    transform: rotateY(180deg);
}

.feature .feature-point {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.feature .title, .structure .title {
    padding: 30px 0px;
    text-align: center;
    font-size: 32px;
    color: #CA0202;
}

.feature .list {
    height: 270px;
    margin: 0 auto;
    position: relative;
}

.feature ul {
    margin: 0 auto;
    width: 1110px;
}

.feature ul li {
    width: 222px;
    float: left;
    height: 315px;

}

.feature .back {
    display: block;
    background-color: #CF0212;
}

.feature .front {
    display: block;
    background-color: #ECECEC;
}


.feature .icon {
    display: block;
    width: 50px;
    height: 40px;
    position: relative;
    left: 20px;
    top: 40px;
    background: #3b3b3b;
}

.feature .icon1 {
    background: url("../img/goods.png") no-repeat 0px 0px;
}

.feature .icon2 {
    background: url("../img/goods.png") no-repeat 0px -200px;
}

.feature .icon3 {
    background: url("../img/goods.png") no-repeat 0px -100px;
}

.feature .icon4 {
    background: url("../img/goods.png") no-repeat 0px -300px;
}

.feature .icon5 {
    background: url("../img/goods.png") no-repeat 0px -500px;
}

.feature .line {
    position: absolute;
    top: 140px;
    display: block;
    border-top: 2px solid #404040;
    width: 40px;
    left: 20px;
}

.feature dl {
    position: relative;
    top: 60px;
    left: 20px;
    width: 70%;
}

.feature dt {
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    height: 60px;
}

.feature dd {
    font-size: 16px;
    color: #404040;
    line-height: 24px;
}

.feature .back dt, .feature .back dd {
    color: white;
}

.func {
    width: 100%;
}

.func-epps {
    background-color: #ECECEC;
    height: 925px;
    text-align: center;
}

.func-sim {
    background: url("../img/sim/function.jpg") no-repeat, linear-gradient(to right, #ECECEC, #ECECEC);
    height: 630px;
}

.func .title, .pain .title {
    padding: 30px 0px;
    text-align: center;
    font-size: 32px;
    color: #404040;
}

.func .content {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}


.func ul {

}

.func ul li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33% - 15px);
    float: left;
    height: 176px;

}

.func .function-box {
    height: 100%;
    background-color: white;
}

.func .function-box-l {
    width: 160px;
    height: 160px;
    float: left;
}

.func .function-box-img1 {
    background: url("../img/sim/icon.png") no-repeat 0px -120px;
}

.func .function-box-img2 {
    background: url("../img/sim/icon.png") no-repeat -155px -120px;
}

.func .function-box-img3 {
    background: url("../img/sim/icon.png") no-repeat -295px -120px;
}

.func .function-box-img4 {
    background: url("../img/sim/icon.png") no-repeat 0px -265px;
}

.func .function-box-img5 {
    background: url("../img/sim/icon.png") no-repeat -155px -265px;
}

.func .function-box-img6 {
    background: url("../img/sim/icon.png") no-repeat -295px -265px;
}

.func .function-box-r {
    width: calc(100% - 160px);
    height: 100%;
    float: right;
}

.func .function-box-r h1 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
}

.func .function-box-r p {
    font-size: 16px;
    line-height: 22px;
}

.structure {
    width: 100%;
    height: 813px;
    text-align: center;
}

.pain {
    width: 100%;
    height: 634px;
}

.pain .content {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
}

.pain ul li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 275px;
    float: left;
    height: 420px;
}

.pain .content .pain-img {
    height: 100%;
}

.pain .content .pain-img1 {
    background: url("../img/sim/pain.png") no-repeat 0px 55px;
}

.pain .content .pain-img2 {
    background: url("../img/sim/pain.png") no-repeat -306px 55px;
}

.pain .content .pain-img3 {
    background: url("../img/sim/pain.png") no-repeat -617px 55px;
}

.pain .content .pain-img4 {
    background: url("../img/sim/pain.png") no-repeat -928px 55px;
}

.pain .content .pain-img5 {
    background: url("../img/sim/pain.png") no-repeat 0px 55px;
}

.pain .content .pain-img:hover {
    background: url("../img/sim/pain-red.png") no-repeat -2px 48px;
}

.pain .content p {
    padding-top: 157px;
    padding-left: 65px;
    width: 150px;
    color: white;
    font-size: 16px;
    line-height: 30px;
}

.mes_system {
    color: #ffffff;
    font-size: 1em;
    height: 43px;
    line-height: 43px;
    width: 330px;
    margin: 0 auto;
    text-align: center;
    border: white 1px solid;
}

.mes_line {
    width: 520px;
    height: 43px;
    margin: -44px auto;
}

.mes_line span {
    display: block;
    float: left;
}

.mes_line .span1 {
    width: 100px;
    height: 43px;
    border-top: 1px solid white;
    margin-top: 22px;
}

.mes_line .span2 {
    width: 320px;
    height: 43px;
}

.mes_line .span3 {
    width: 100px;
    height: 43px;
    border-top: 1px solid white;
    margin-top: 22px;
}
