@charset "UTF-8";

.carousel-wrapper {
    max-width: 120rem;
    margin: 0 auto;
}

.sys-wrapper {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2.5rem 0 2.6rem 0;
    text-align: center;
    overflow: hidden;
}

.sys-wrapper .sys-item {
    width: auto;
    margin-right: 10rem;
}

.sys-wrapper .sys-item:last-child {
    margin-right: 0;
}

.sys-wrapper .sys-item .icon {
    width: 4.4rem;
    height: 4.4rem;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.sys-wrapper .sys-item h3 {
    margin: 1.2rem 0 .6rem 0;
    font-family: PingFangSC-Regular;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
}

.sys-wrapper .sys-item .line {
    display: block;
    margin: 0 auto;
    width: 1.9rem;
    height: 0.1rem;
    background-color: #f39800;
}

.sys-wrapper .sys-item p {
    width: 18.1rem;
    margin: .7rem 0 1.1rem 0;
    font-family: PingFangSC-Light;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    color: #999999;
}

.sys-wrapper .sys-item .el-button {
    width: 5rem;
    height: 1.6rem;
    padding: 0;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#437fed, #437fed);
    background-blend-mode: normal, normal;
    border-radius: 0.8rem;
    border: 1px solid #999999;
}

.sys-wrapper .sys-item .el-button span {
    font-family: PingFangSC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #999999;
}

.sys-wrapper .sys-item .b2b2 {
    background-image: url("../images/home/b2b2-default.png");
}

.sys-wrapper .sys-item .cms {
    background-image: url("../images/home/cms-default.png");
}

.sys-wrapper .sys-item .exam {
    background-image: url("../images/home/exam-default.png");
}

.sys-wrapper .active h3,
.sys-wrapper .active p {
    color: #1d38a0;
}

.sys-wrapper .active .el-button {
    background-image: linear-gradient(#1d38a0, #1d38a0), linear-gradient(#437fed, #437fed);
    background-blend-mode: normal, normal;
    border: solid 1px #1d38a0;
}

.sys-wrapper .active .el-button span {
    color: #ffffff;
}

.sys-wrapper .active .icon {
    transform: rotateY(180deg);
}


/* begin */

.sys-wrapper .sys-info-wrapper {
    position: relative;
    /* overflow: hidden; */
    height: 30rem;
    width: 79rem;
}

.sys-wrapper .sys-info-wrapper .sys-info .col:nth-child(1) {
    margin-bottom: 3rem;
}

.sys-wrapper .sys-info-wrapper .sys-info:nth-child(1) .col:nth-child(1) .el-col:last-child {
    width: 16rem;
    padding-left: 0 !important;
}

.sys-wrapper .sys-info-wrapper .sys-active {
    opacity: 1 !important;
}

.sys-wrapper .sys-info-wrapper .sys-info {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.sys-wrapper .sys-info {
    max-width: 79rem;
    background-color: #f7f7f7;
    padding: 2.5rem 0;
    margin-top: 2.2rem;
    transition: all .2s ease-out;
}

.sys-wrapper .sys-info .arrow {
    position: relative;
    top: -3.5rem;
    display: block;
    height: 0;
    width: 0;
    border-left: 1rem solid transparent;
    border-bottom: 1rem solid #f7f7f7;
    border-right: 1rem solid transparent;
}

.sys-wrapper .sys-info .left-arrow {
    left: 8.5rem;
}

.sys-wrapper .sys-info .center-arrow {
    left: 36.5rem;
}

.sys-wrapper .sys-info .right-arrow {
    left: 64.5rem;
}

.promise-wrapper {
    width: 100%;
    background-color: #f7f7f7;
}

.promise-wrapper .promise-center {
    max-width: 75rem;
    margin: 0 auto;
}
.promise-imgBor img{
    margin-left: 11px;
    border-radius: 5px;
}
.promise-imgBor img:nth-child(1){
    margin-left: 0;
}

/*严控流程--------------------------------*/
.process-wrapper{
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 60px;
    overflow: hidden;
}
.process-wrapper .process-center {
    max-width: 75rem;
    margin: 0 auto;
}
.process-imgBor{
    overflow: hidden;
}
.process-imgBor li{
    list-style: none;
    float: left;
    width: 165px;
    text-align: center;
}
.process-imgBor li div{
    list-style: none;
    float: left;
    height: 85px;
    width: 100%;
}
.process-imgBor li p{
    font-size: 26px;
    font-weight: normal;
    color: #111;
}
.process-lineBor{
    width: 100%;
    position: relative;
}
.process-lineBor span{
    width: 100%;
    height: 2px;
    background: #cbcbcb;
    display: block;
    position: relative;
}
.process-yuanBor{
    width: 100%;
    position: relative;
    top: -15px;
}
.process-yuanBor img{
    margin-left: 135px;
}
.process-yuanBor img:nth-child(1){
    margin-left: 100px;
}
.process-titBor{
    overflow: hidden;
    margin: 0;
}
.process-titBor li{
    list-style: none;
    float: left;
    color: #767676;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.process-titBor li:nth-child(1){
    margin-left: 35px;
}
.process-titBor li:nth-child(2){
    margin-left: 85px;
}
.process-titBor li:nth-child(3){
    margin-left: 87px;
}
.process-titBor li:nth-child(4){
    margin-left: 108px;
}
.process-titBor li:nth-child(5){
    margin-left: 91px;
}
.process-titBor li:nth-child(6){
    margin-left: 79px;
}
.process-titBor li:nth-child(7){
    margin-left: 92px;
}

/*思摩优势-------------------------------*/
.simoAdvantage-wrapper {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 60px;
    height: 600px;
    background: url("../images/home/bg2.jpg")no-repeat center center;
    background-size: 100% 100%;
}
.simoAdvantage-wrapper .simoAdvantage-center {
    max-width: 80rem;
    margin: 0 auto;
}
.simoAdvantage-wrapper .simoAdvantage-center .wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.simoAdvantage-wrapper .simoAdvantage-ld{
    float: left;
}
.simoAdvantage-wrapper .simoAdvantage-ld img{
    width: 300px;
    /*display: block;*/
}
.simoAdvantage-wrapper .simoAdvantage-ld span{
    display: block;
    font-size: 26px;
    padding-top: 20px;
    color: #2273ff;
}
.simoAdvantage-wrapper .simoAdvantage-yz{
    float: left;
    margin-left: 70px;
}
.simoAdvantage-wrapper .simoAdvantage-yz img{
    /*float: left;*/
}
.simoAdvantage-wrapper .simoAdvantage-yz span{
    display: block;
    font-size: 26px;
    padding-top: 20px;
    color: #2273ff;
    line-height: 34px;
}
#myline{
    position: absolute;
    top: 376px;
    left: 482px;
}

/*服务优势-------------------------------*/
.advantage-wrapper {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 60px;
    height: 600px;
    background: url("../images/home/bg2.jpg")no-repeat center center;
    background-size: 100% 100%;
}
.advantage-wrapper .advantage-center {
    max-width: 75rem;
    margin: 0 auto;
}
.advantage-titBor{
    width: 100%;
}
.advantage-titBor li{
    list-style: none;
    float: left;
    width: 350px;
    height: 185px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 8px;
    margin-left: 50px;
    background: #ffffff;
    box-shadow: 0 0 5px 3px rgba(155, 151, 230, 0.1);
}
.advantage-titBor li div{
    width: 270px;
    height: 45px;
    margin: 25px auto;
}
.advantage-titBor li div span{
    display: block;
}
.advantage-titBor li div span:nth-child(1){
    font-size: 30px;
}
.advantage-titBor li div span:nth-child(2){
    margin-top: 12px;
    width: 120px;
    height: 4px;
    background: #3B7DED;
}
.advantage-titBor li div span:nth-child(3){
    margin-top: 12px;
    color: #767676;
    font-size: 18px;
    line-height: 26px;
}


/*技术框架体系----------------------------*/
.frame-wrapper {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 60px;
}
.frame-wrapper .frame-center {
    max-width: 75rem;
    margin: 0 auto;
}

.solve-wrapper .title {
    padding-top: 3.8rem !important;
}

.data-support-wrapper {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2.4rem 0 1rem 0;
}

.quality-wrapper {
    width: 100%;
    background-color: #f7f7f7;
}

.quality-wrapper .quality-center {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2.5rem 0 3.8rem 0;
}

.quality-wrapper .quality-center .col {
    margin-bottom: 6rem;
}

.quality-wrapper .quality-center .col:last-child {
    margin-bottom: 0;
}

.quality-wrapper .quality-center h3 {
    color: #666666;
}

.quality-wrapper .quality-center img {
    width: 40% !important;
    height: 40% !important;
}

.case-wrapper {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2.5rem 0 6.1rem 0;
}

.case-wrapper .col {
    border-top: 0.1rem solid rgba(51, 51, 51, 0.1);
}

.case-wrapper .col:first-child {
    border-top: 0;
}

.case-wrapper .el-col {
    position: relative;
    z-index: 10;
    border-left: 0.1rem solid rgba(51, 51, 51, 0.1);
}

.case-wrapper .el-col:first-child {
    border-left: 0;
}

.case-wrapper .el-col:hover {
    z-index: 100;
    box-shadow: 0rem 0rem 1.1rem 0rem rgba(51, 51, 51, 0.52);
}

.case-wrapper img {
    width: 15rem !important;
    height: 6.9rem !important;
}
