.pc-screen{
    display: block;
}
.mobile-screen{
    display: none;
}



.page-container {
    padding: 0 100px;
    margin-top: -20px;
}

.background {
    background-color: white;
    background-image: url("/themes/llumar/images/blue/pc-bg.jpg");
    background-position: center;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*width: 100%;*/
}

.page1-img {
    width: 100%;
}

.text {
    font-size: 50px;
    line-height: 80px;
    padding: 80px 0;
}

.little-tittle {
    text-align: center;
    background-color: #a2a0f2;
    width: fit-content;
    color: white;
    border-radius: 100px;
    background-image: linear-gradient(to left, #a2a0f2, #a0b5e3);
    font-size: 30px;
    font-weight: 600;
    padding: 15px;
}

.card {
    display: flex;
    background-image: linear-gradient(to left, #a1baf6, #ced9ee);
    margin-top: 30px;
    border-radius: 20px;
}

.card-item {
    display: inline-block;
    flex: 1
}

.card-image {
    display: flex;
    align-items: flex-end;
}

.card-item li {
    margin: 30px 40px;
    color: #a2a4ef;
}
.pc-screen span,.mobile-screen span{
    color: black;
    font-size: 20px;
    line-height: 40px;
}

.img-fixed {
    position: inherit;
    margin-top: -350px;
    margin-left: 150px;
}

.card-margin-top {
    margin-top: 50px;
}

.image-in-box {
    background-color: white;
    margin: 20px;
    border-radius: 20px;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
}

.page4-img {
    height: 300px;
}

.text-left {
    flex: 1;
    line-height: 250px;
    color: #6a83a7;
}

.text-right {
    flex: 1;
    line-height: 250px;
    color: #6a83a7;
}

.page5 {
    margin: 50px 0;
    display: flex;
}

.page5-item {
    flex: 1;
}

.page5-text {
    font-size: 50px;
    font-weight: 500;
    margin: 20px 0;
    color: #474096;
}

.icon-in-box {
    display: flex;
    margin: 30px;
}

.icon-1 {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.icon-2 {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.icon-text {
    line-height: 40px;
    margin: 10px 50px;
    font-size: 20px;
}

.card2-item {
    flex: 1;
    text-align: center;
    margin-top: -50px;
}

.page7-card {
    padding: 0 0 20px;
    margin-bottom:30px;
}

.page7-text {
    margin-top: 40px;
    line-height: 2;
    font-size: 20px;

}

.bar {
    margin: 100px 0;
    width: 100%;
}

.foot1 {
    display: flex;
    background-color: #dee5f4;
}

.footer-item {
    line-height: 40px;
    margin: 80px 100px;
    font-size: 18px;
}

.footer-item-tip {
    font-size: 15px;
    color: gray;
    margin: 15px 0 0;
}

.foot2 {
    display: flex;
    height: 200px;
    background-color: #9ab0eb;
}

.footer-tel {
    flex: 1;
    color: white;
    padding: 80px 100px;
}

.footer-code {
    flex: 1;
    padding: 30px;
    text-align: right;
    padding-right: 100px;
}
.mobile-page1-img {
    width: 100%;
}
/*.page-container {*/
/*    padding: 0 100px;*/
/*}*/
.mobile-text {
    font-size: 31px;
    line-height: 80px;
    padding: 80px 50px;
}
.mobile-card {
    display: flex;
    background-image: linear-gradient(to left, #a1baf6, #ced9ee);
    margin: 30px 0;
}
.mobile-card-item {
    display: inline-block;
    flex: 1;
}
.mobile-img-fixed {
    position: inherit;
    width: 100%;
}
.mobile-list {
    margin: 50px 20px;
    color: #a2a4ef;
}
.mobile-detail{
    color: black;
    font-size: 22px;
    line-height: 40px;
    font-weight: 320;
}
.mobile-little-tittle {
    text-align: center;
    background-color: #a2a0f2;
    /*width: fit-content;*/
    color: white;
    border-radius: 100px 0 0 100px;
    background-image: linear-gradient(to left, #a2a0f2, #a0b5e3);
    font-size: 26px;
    font-weight: 600;
    padding: 15px 50px;
    margin: 40px 0 40px 20px;
}
.mobile-little-tittle-2{
    text-align: center;
    background-color: #a2a0f2;
    width: fit-content;
    color: white;
    border-radius: 0 100px 100px 0;
    background-image: linear-gradient(to left, #a2a0f2, #a0b5e3);
    font-size: 26px;
    font-weight: 600;
    padding: 15px 50px;
    margin: 100px 0 20px 0;
}

.mobile-card-item ul{
    margin-left:30px;
    width: calc(100% - 60px);
}

.mobile-card-image {
    display: flex;
    align-items: flex-end;
}
.mobile-girl{
    width: 100%;
    margin-bottom: 100px;
}
.mobile-image-in-box {
    background-color: white;
    margin: 20px;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    line-height: 250px;
}
.mobile-page5 {
    width: 100%;
    margin: -30px 0;
}
.mobile-page5-img{
    width: 100%;
}
.mobile-page5-text {
    font-size: 50px;
    font-weight: 500;
    color: #474096;
    margin-top: 80px;
}
.mobile-page5-card{
    margin: 20px 100px;

}
.mobile-icon-in-box {
    display: flex;
    margin: 80px 0;
}

.mobile-icon-1 {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.mobile-icon-2 {
    display: inline-block;
    width: 80px;
    height: 80px;

}
.mobile-icon-text {
    line-height: 30px;
    margin: 10px 10px;
    font-size: 23px;
}
.mobile-sun{
    width: 100%;
    margin-bottom: 50px;
}
.mobile-page6{
    background-image: linear-gradient(to left, #a1baf6, #ced9ee);
}

.mobile-page6-card {
    padding: 0 0 20px;
    margin: 50px 0;
}
.mobile-page6-text {
    margin-top: 40px;
    line-height: 2;
    font-size: 25px;

}

.mobile-card2-item {
    flex: 1;
    text-align: center;
    margin-top: -50px;
}

.mobile-bar {
    margin: 80px auto;
    width: 80%;
    display: flex;
    justify-content: center;
}
.mobile-page-7-tip{
    margin:0 80px 100px 80px;
    font-size: 20px;
    line-height: 50px;
}
.mobile-foot1 {
    background-color: #dee5f4;
    padding: 50px 0;
}
.mobile-footer-item {
    line-height: 40px;
    margin: 50px 80px;
    font-size: 16px;
}
.mobile-footer-item-tip {
    font-size: 16px;
    color: gray;
    margin: 15px 0 0;
}
.mobile-foot2 {
    display: flex;
    height: 200px;
    background-color: #9ab0eb;
}

.mobile-footer-tel {
    flex: 1;
    color: black;
    font-size: 15px;
    line-height: 30px;
    padding: 50px;

}

.mobile-footer-code {
    flex: 1;
    padding: 30px 0;
}

@media screen and (min-width: 750px)and (max-width: 992px){
    .pc-screen{
        display: none;
    }
    .mobile-screen{
        display: block;
        zoom: 0.8
    }
}
@media screen and (min-width: 600px)and (max-width: 750px){
    .pc-screen{
        display: none;
    }
    .mobile-screen{
        display: block;
        zoom: 0.7;
    }
}
@media screen and (min-width: 400px)and (max-width: 600px){
    .pc-screen{
        display: none;
    }
    .mobile-screen{
        display: block;
        zoom: 0.6;
    }
}
@media screen and (min-width: 300px)and (max-width: 400px){
    .pc-screen{
        display: none;
    }
    .mobile-screen{
        display: block;
        zoom: 0.5;
    }
}

@media screen and (min-width: 992px) and (max-width: 1096px){
    .pc-screen{
        display: block;
        zoom: 0.6
    }
    .mobile-screen{
        display: none;
    }
}
@media screen and (min-width: 1096px) and (max-width: 1324px){
    .pc-screen{
        display: block;
        zoom: 0.7;
    }
    .mobile-screen{
        display: none;
    }
}
@media screen and (min-width: 1324px) and (max-width: 1600px){
    .pc-screen{
        display: block;
        zoom: 0.8
    }
    .mobile-screen{
        display: none;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1920px){
    .pc-screen{
        display: block;
    }
    .mobile-screen{
        display: none;
    }
}

@media screen and (max-width: 799px) {
    .part4, .customer, .technological, .liuyi, .curing {
        zoom: 1!important;
    }
}