body {
    font-family: 'Microsoft YaHei';
    background-color: #f5f5f5;
}

    .mddVideo:hover {
        cursor: pointer;
    }

.hot {
    text-align: center;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 150px;
    margin-top: 30px;
}
.customizedContent {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom:10px;
}

.model .hot_list {
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 0;
}

.model .hot_list:nth-child(5) {
    margin-right: 0;
}

.types_list {
    height: 120px;
}

.hot_list {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.hot_list:nth-child(1) {
    background-color: #7cb39e;
}

.hot_list:nth-child(2) {
    background-color: #da9659;
}

.hot_list:nth-child(3) {
    background-color: #c94d41;
}

.hot_list:nth-child(4) {
    background-color: #588ae3;
}

.hot_list:nth-child(5) {
    background-color: #d5c592;
}

.hot_list:nth-child(6) {
    background-color: #c94d41;
}

.hot_list:nth-child(7) {
    background-color: #588ae3;
}

.hot_list:nth-child(8) {
    background-color: #d5c592;
}

.hot_list:nth-child(9) {
    background-color: #93c774;
}

.hot_list:nth-child(10) {
    background-color: #da9659;
}

.types_list p:nth-child(1) {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 30px;
}

.types_list p:nth-child(2) {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.details_list {
    padding: 20px;
    background-color: #fff;
}

.course {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.education {
    font-size: 12px;
    color: #fff;
    background-color: #c2c2c2;
    line-height: 20px;
    padding: 2px 7px;
    border-radius: 10px;
    margin-right: 10px;
}

.iconfont {
    padding-right: 5px;
}

span {
    padding-right: 5px;
    /* color: #999999;  */
}

.icon-typecar107 { 
    font-size: 30px !important;
    color: #dbbc85;
    padding-top:20px !important;
}

.more {
    margin: 30px auto;
    width: 100px;
    border-radius: 30px;
    height: 30px;
    border: 2px solid #0079fe;
}

.more a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #0079fe;
    height: 30px;
    line-height: 25px;
}



li{
    list-style:none;
    position:relative;
}
.number{
    display: block;
    width:20px;
    height:20px;
    border-radius: 50%;
    background-color:#e2dfdf;
    /*margin:10px;*/
    text-align: center;
    padding-left:3px;
    line-height:20px;
}
.numberName {
    position: absolute;
    left: -32px;
    top: 44px;
    font-size: 20px;
}
.numberNameThree, .numberNameFour {
    position: absolute;
    left: -10px;
    top: 44px;
    font-size: 20px;
    display: block;
    width: 50px;
}
/*.box{margin:50px auto;}*/
.swiperTab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
.swiperTab li{
    display:flex;
    height:48px;
    cursor:pointer;
    /*padding-right:80px;*/
    flex-direction:row;
    justify-content:center;
    align-items:center

}
.swiperTab li:first-child{border-left:1px solid transparent}
 .swiperTab li.active{color:#fff} 
 
 .swiperTab li.active{color:#0079fe !important}
.swiper-slide{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px}
.slide_img img{
    position: relative;
}
.banner_font{
    position: absolute;
    top:150px;
}
.banner_font h2{
    font-size:34px;
    color:#000;
    font-weight: 500;
    line-height:40px;
}
.banner_font p{
    font-size:16px;
    color:#666;
    line-height:40px;
}
.banner_font div{
    width:125px;
    height:40px;
    background-color:#0079fe;
    text-align: center;
}
.banner_font div a{
  font-size:16px;
  color:#fff;
  text-align: center;
  line-height:40px;
  height:40px;
}

/*phone menu*/
@media screen and (max-width: 768px) {
    #menu{
        position:absolute;
        top:88px;
        left:0px;
        width:100%;
        height:auto;
        background:rgba(0,0,0,0.7);
        display:none;
    }
    .f1, .f1 ul {
        width: 100%;
        height: auto;
    }
    .f1 ul li{
        text-align:center;
        line-height:70px;
        border-top:0.01rem solid #c2c2c2;
    }
        .f1 ul li a {
            color: white;
            font-size: 0.35rem;
        }
    .leftMenu a {
        text-decoration: none;
        display: block;
    }

}


#swiper-tab .swiper-slide {
    line-height: 2 !important;
    color: #666 !important;
    font-size: 14px !important;
    background: #eee !important;
}

#swiper-tab .active-nav {
    background: red !important;
}

/*tabs文字居中*/
#swiper-tab {
    text-align: center;
}

/*给con部分加上一个背景色*/
#swiper-con {
    height: 300px;
}

.swiper-slide .number {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    padding-right: 10px;
    border-radius: 50%;
    background-color: #c2c2c2;
}

.icon-single_arrow {
    font-size: 30px !important;
    width: 40px !important;
    padding-left:20px;
}





















.Metamodel {
    width:24%;

}

.Metamodel img {
    display: block;
    margin: 0 auto;
}

.Metamodel h3 {
    text-align: center;
    line-height: 30px;
    color: #333333;
}

    .Metamodel p {
        text-align: center;
        line-height: 30px;
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding: 0 10px;
        margin: 0 0 -6px;
    }
        .Metamodel p:nth-child(1) {
            font-weight: 600;
            font-size: 16px;
            margin-top: 6px;
            line-height: 40px;
        }
.imgs_list img {
    margin-bottom: 60px;
    margin-right:0px;
}
.client img {
    margin-bottom: 50px;
}

.customized {
    background: #fff;
    width: 1400px;
    margin: 0 auto;
    padding: 20px 340px;
}
.tell_me:nth-child(1) {
    padding-left: 0;
}
.hotMade {
    color: #fff;
    background: url(/Content/Images/Dingzhi-bg.png);
    line-height: 383px;
    font-size: 50px;
    text-align:center;
}
.tell_me:nth-child(4) {
    padding-right: 0;
}

textarea {
    width: 85% !important;
    background-color:#f5f4f4 !important;
}
input{
    background-color:#f5f4f4 !important;
}
.submit_list {
    top: 16px;
    left: -100px;
}
.boldlien {
    width: 200px;
    height: 5px;
    background: #999999;
}

.active .number {
    background: #0079fe;
}
.client img {
   
    width: 194px;
    height: 56px;
}
.client{
    margin:0 auto;
}
.provide {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px auto;
}
.provide p{
    text-align:left;
}
    .provide img{
        margin:0;
    }
    .provide p:nth-child(1) {
        font-size: 16px;
        font-weight: bold;
        color: #022;
    }
.contract {
    border: 1px solid #0079fe;
    background: #0079fe;
    color: #fff;
    width: 200px;
    height: 64px;
    line-height: 64px;
    margin: 20px auto;
    text-align: center;
    border-radius: 90px;


}
#contractcontent{
    display:none;
}
.bannerindex {
    position: relative;
    overflow: hidden;
    text-align: center;
}
    .bannerindex ul{
        margin:0;
        padding:0;
    }
    .bannertitle {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }
.bannerbutton {
    position: absolute;
    top: 260px;
    left: 370px;
    text-align: left;
}
.buttoncontent a {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin-top: 36px;
}
.buttoncontent a:hover {
    background:#0079fe;
    color: #fff;
}
.minibannertitle{
    color:#fff;
    line-height:24px;
    font-size:40px;
}
.padding-left{
    padding-left:20px;
}
.iconbox {
    width: 100%;
    height: 100px;
}
.swiper-slide p {
    font-size: 20px;
    line-height: 32px;
    margin: 20px auto;
}

.indexcontentwidth {
    width: 1400px;
    margin: 0 auto;
    margin: 30px auto;
}
.boxshadowours {
    box-shadow: 0px 0px 18px 0px #ddd;
    width: 30%;
    margin: 0px 23px;
    padding: 25px;
    height: 180px;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .phone {
        display: block;
    }
    .footer {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
        border: 0;
        color: #333;
        font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
    }

    html {
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        font-size: 0.2rem;
        background: #F2F2F2;
    }

    body {
        width: 7.5rem;
    }

    .content {
        width: 7.5rem;
        background: white;
    }

        .content .header,
        .box,
        .box .nav
        .function {
            width: 100%;
        }

    .header {
        width:7.5rem;
        height: 0.88rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        background: white;
        z-index: 100;
    }
        .header .left, .header .cent {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: initial;
            align-items: center;
        }
            .left .leftNav {
                width: 0.4rem;
                height: 0.3rem;
                margin-left: 0.2rem;
            }
    .header .right {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
            .header h3 {
                text-align: center;
                font-size: 0.2rem;
            }

    .box {
        margin-top:0rem;
    }

        .box .banner {
            width: 6.8rem;
            height: 2.65rem;
            margin: 0 auto;
            overflow: hidden;
        }

        .box .nav {
            height: 1.80rem;
            display: flex;
            justify-content: center;
            align-content: center;
        }

    .nav .provide {
        width: 20.2%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .nav .provide .provideImg {
            width: 0.5rem;
            height: 0.5rem;
            margin-bottom: 0.3rem;
        }

            .nav .provide .provideImg img {
                width: 100%;
                height: 100%;
            }

        .nav .provide .provideName {
            font-size: 0.2rem;
        }

    .workProcessTitle {
        height: 1.53rem;
        background: #0085ff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .workProcessTitle h1 {
            font-size: 0.32rem;
            color: white;
            z-index: 99;
        }

    .whiteBox {
        width: 6.8rem;
        height: 0.4rem;
        background: white;
        margin: 0 auto;
        position: absolute;
        top: 1.15rem;
        border-top-left-radius: 0.1rem;
        border-top-right-radius: 0.1rem;
    }

    .processCenter {
        width: 6.8rem;
        height: 14rem;
        background: white;
        margin: 0 auto;
        box-shadow: 0px 1px 17px 0px #e1e1e1;
    }

        .processCenter .processBox {
            width: 100%;
            height: 2.7rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .processBox .processImg {
        height: 1.25rem;
    }

    .processBox:nth-child(odd) .processImg {
        width: 48%;
    }

    .processBox:nth-child(even) .processImg {
        width: 48%;
    }

    .processBox .processImg img {
        width: 100%;
    }

    .processBox:nth-child(odd) .processName {
        width: 39%;
        height: 1.45rem;
        margin-left: 0.5rem;
    }

    .processBox:nth-child(even) .processName {
        width: 48%;
        margin-left: 0.5rem;
        height: 1.45rem;
    }

    .processName h1 {
        font-size: 0.42rem;
        color: #0085FF;
    }

    .processName h2 {
        font-size: 0.42rem;
        margin-top: 0.13rem;
        margin-bottom: 0.3rem;
    }

    .processName p {
        font-size: 0.2rem;
        width: 2.4rem;
        text-align: left;
    }

    .function {
        height: 2.15rem;
        margin-bottom: 0.5rem;
    }

        .function h1 {
            font-size: 0.32rem;
            margin-left: 0.35rem;
            margin-top: 0.5rem;
        }

        .function .functionBox {
            width: 100%;
            height: 100%;
            display: flex;
        }

        .function .functions {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .function .functions p {
                height: 0.5rem;
            }

    .functionBox .functionImg {
        width: 0.48rem;
        height: 0.48rem;
        border: 1px solid olivedrab;
    }

    .functionBox p {
        font-size: 0.20rem;
        margin-top: 0.2rem;
    }

    .footet {
        width: 100%;
        height: 1.65rem;
        background: #ebebeb;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

        .footet h3 {
            font-size: 0.24rem;
            text-align: center;
        }

        .footet .connection {
            width: 1.5rem;
            height: 0.5rem;
            font-size: 0.2rem;
            background: #0085FF;
            border-radius: 10rem;
            color: white;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        padding: 0 !important;
    }
    /*FOOTER BANNER STYLE*/
    .swipe {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .swipe ul {
            overflow: hidden;
        }

    slider1 li {
        width: 240px;
    }

    .swipe li {
        margin: 10px;
    }

        .swipe li div, .swipe div div div {
            width: 200px;
            height: 110px;
            background: white;
            font-weight: bold;
            color: #fff;
            font-size: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid #ccc;
        }

            .swipe li div img {
                width: 100%;
            }

/*定制服务*/
    .hotMade {
        width:6.8rem;
        color: #fff;
        background: url(/Content/Images/Dingzhi-bg.png);
        line-height: 2.65rem;
        font-size: 0.3rem;
        text-align: center;
        margin-left:0.35rem;
    }
    .container-fluid {
        padding: 0px;
        margin: 0;
    }
    .customizedContent {
        width: 7.5rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 0.1rem;
        
    }
    .Metamodel {
        width: 23%;
    }
    .customized {
        background: #fff;
        width: 7.5rem;
        margin: 0 auto;
        padding: 20px 340px;
    }
    .hot {
        width:6.8rem;
        color: #fff;
        background: url(/Content/Images/Dingzhi-bg.png);
        line-height: 2.5rem;
        font-size: 0.3rem;
        margin-left:0.35rem;
    }
    .customized {
        width: 100%;
        padding:0 0.35rem;
    }
    .form {
        width: 3.8rem;
        margin-left: 25%;
        padding:0.3rem 0;
    }
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .phone {
        display: block;
        height: 0px;
        width: 0px;
        overflow: hidden;
    }
    .menu-font {
        line-height: 28px;
    }
    .footer {
        display: block;
    }
}


.createwindow {
    height: 60px;
    width: 250px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    background: white;
    padding-left: 24px;
    border-radius: 10px;
    box-shadow: 0 0px 10px 3px #ccc;
    display:none;
}

    .createwindow .create-text {
        line-height: 60px;
        font-size: 18px;
        color: #aaa;
        float: left;
    }

#openwindow {
    margin: 20px 20px 20px 80px;
}

.createwindow img {
    width: 20px;
    height: 20px;
}

.createwindow .windowicon {
    float: left;
    margin: 20px 0px;
    cursor: pointer;
}

.bar-totop {
    margin-top: 14px;
    border-top: 1px solid #f5f5f5;
}

.applist {
    height: 380px;
    width: 770px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0px 10px 3px #ccc;
    display: none;
}

    .applist .create-text {
        line-height: 60px;
        font-size: 18px;
        color: #aaa;
        float: left;
        padding-left: 20px;
    }

    .applist img {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .applist .applist-title {
        border-bottom: 1px solid #ccc;
        height: 60px;
    }

    .applist #miniwindow {
        margin: 20px 20px 20px 580px;
    }

.applist-info li {
    border-bottom: 1px solid #ccc;
}

.applist-info {
    padding-left: 0px;
    overflow-y: auto;
    height: 320px;
}

    .applist-info span {
        line-height: 60px;
        margin: 0 20px;
        width: 63px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .applist-info span:nth-child(2) {
            width: 170px;
        }

        .applist-info span.percent {
            margin: 24px 50px;
            display: inline-block;
            width: 236px;
        }

.graybox {
    width: 100%;
    height: 10px;
    background: #ccc;
    overflow: hidden;
    position: relative;
}

.bluebox {
    position: absolute;
    width: 100%;
    height: 10px;
    background: #0079fe;
    left: 0px;
}

.transformcomplete {
    animation: loading 2s infinite 1s;
}

.dialogforapp {
    width: 300px;
    height: 100px;
    position: fixed;
    position: fixed;
    bottom: 138px;
    right: 118px;
    z-index: 1000000;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: none;
}

    .dialogforapp p {
        text-align: center;
        line-height: 32px;
    }

        .dialogforapp p span {
            margin: 0 20px;
            line-height: 30px;
            display: inline-block;
            text-align: center;
            width: 88px;
            padding: 0;
            border: 1px solid #ccc;
            cursor: pointer;
        }

            .dialogforapp p span.cancel {
                color: #555;
                background-color: #fff;
            }

            .dialogforapp p span:nth-child(2) {
                color: #fff;
                background-color: #0079fe;
            }

@keyframes loading {
    0% {
        left: -236px;
    }

    100% {
        left: 0px;
    }
}
        .bar-img {
            position: relative;
            width: 30px;
            height: 55px;
            padding-top: 20px;
            margin: 0 0 0 27px;
        }


.table > tbody > tr > td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@keyframes loading {
    0% {
        left: -236px;
    }

    100% {
        left: 0px;
    }
}