/* CSS Document */
.banner-bottom-right a{ color:#FFFFFF}
.banner-bottom-right a:hover{ color:#FFFFFF}
            .swiper-pagination-bullet-active{
                width: 8px;
                height: 8px;
                background:#2DB8B0;
            }
            .swiper-container-horizontal>.swiper-pagination-bullets{
                width: 160px;
            }
            .home-banner{
                background-image: url('../images/home_banner.jpg');
                background-size: cover;
                height: 492px;
            }
            .home-banner .container{
                height: 100%;
            }
            .banner-menu{
                position: relative;
                background: rgba(105, 101, 101, 0.8);
                height: 100%;
                width: 200px;
                color: #fff;
                font-size: 1.4rem;
                padding: 10px 0;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                overflow-y: scroll;
            }
            .banner-menu-open{
                width: 400px;
                height: 100%;
                background: #fff;
                display: none;
                z-index: 10;
            }
            .banner-menu-open>div{
                display: flex;
                flex-direction: column;
                /* justify-content: space-between; */
                flex-wrap: wrap;
                height: 100%;
                padding: 10px 20px;
            }
            .banner-menu::-webkit-scrollbar {display:none}
            .banner-menu>.banner-menu-item{
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 10px 20px;
            }
			.banner-menu>.banner-menu-item a{ color:#FFFFFF}
            .banner-menu>.banner-menu-item:hover{
                background: #2DB8B0;
            }
            .banner-open-item{
                display: flex;
                align-items: center;
                font-size: 1.3rem;
                color: #333;
                padding: 10px;
            }
            .open-item-icon{
                width: 36px;
                margin-right: 10px;
            }
            .block-2{
                display: flex;
                justify-content: space-between;
                margin-top: 20px;
            }
            .block-2>div{
                width: 24%;
                height: 170px;
            }
            .block-2-first{
                background: rgba(000, 000, 000, 0.6);
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0 40px;
            }
            .block-first-item{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .first-item-icon{
                width: 50px;
                margin-bottom: 12px;
            }
            .first-item-text{
                font-size: 1.4rem;
                color: #fff;
            }
            .block-2-item{
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0 20px;
            }
            .block-2-item .img{
                width: 50%;
            }
            .block-2-item .content{
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                justify-content: center;
                color: #fff;
            }
            .block-2-item .content-top{
                font-size: 2rem;
                margin-bottom: 10px;
                text-align: right;
            }
            .block-2-item .content-center{
                font-size: 1.4rem;
                text-align: right;
            }
            .block-2-item .content-bottom{
                font-size: 1.3rem;
                /* text-align: right; */
                margin-top: 20px;
                padding: 1px 8px;
                border: 1px solid #fff;
                border-radius: 20px;
                cursor: pointer;
                color: #fff;
            }
            .seckill{
                margin-top: 50px;
            }
            .seckill-title{
                font-size: 2rem;
                color: #333;
                letter-spacing: 1px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-size: 1.4rem;
                padding-right: 10px;
            }
            .switch-btns{
                display: flex;
                color: #999;
            }
            .switch-btns div{
                padding: 1px 8px;
                border: 1px solid #DBDBDB;
                cursor: pointer;
            }
            .back-color-green{
                background:linear-gradient(343deg,rgba(0,224,190,1) 0%,rgba(36,202,192,1) 100%);
            }
            .back-color-blue{
                background:linear-gradient(343deg,rgba(0,156,255,1) 0%,rgba(0,156,255,1) 1%,rgba(0,197,220,1) 100%);
            }
            .back-color-purple{
                background:linear-gradient(343deg,rgba(166,40,254,1) 0%,rgba(124,4,236,1) 100%);
            }
            .seckill-content{
                display: flex;
                justify-content: space-between;
                margin-top: 20px;
            }

            .seckill-left{
                width: 19%;
                background: #E0FBFF;
                height: 300px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 0 20px;
            }
            .seckill-left-title{
                color: red;
                font-size: 2rem;
                margin-bottom: 20px;
            }
            .seckill-left-icon{
                width: 50px;
                margin-bottom: 30px;
            }
            .seckill-left-time-title{
                color: #666;
                font-size: 1.6rem;
            }
            .seckill-left-time{
                display: flex;
                justify-content: space-between;
                color: #999;
                font-size: 2.4rem;
                width: 180px;
                margin-top: 30px;
            }
            .left-time-item{
                background: #999999;
                color: #fff;
                height: 42px;
                width: 42px;
                line-height: 42px;
                text-align: center;
            }
            .seckill-right{
                width: 79.75%;
                height: 300px;
                display: flex;
                justify-content: space-between;
                overflow-x: scroll;
                overflow-y: hidden;
            }
            .seckill-right>a{
                width: 25%;
                flex-shrink: 0;
                padding-right: 1.7%;
            }
            .seckill-right-item{
                width: 100%;
                height: 300px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                border: 1px solid #E9E9E9;
            }
            .seckill-right-item-img{
                width: 58%;
            }
            .seckill-right-item-name{
                font-size: 1.6rem;
                color: #333;
                margin: 30px 0 10px;
            }
            .seckill-right-item-info{
                color: #999;
                font-size: 1.2rem;
            }
            .seckill-right-item-price{
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 20px;
            }
            .seckill-right-item-price .price{
                color: #FF4400;
                font-size: 1.8rem;
                margin-right: 10px;
            }
            .seckill-right-item-price .del-price{
                color: #999;
                font-size: 1.3rem;
                margin-top: 4px;
                text-decoration: line-through;
            }
            .seckill-right::-webkit-scrollbar {display:none}
            .hot-sale{
                margin-top: 60px;
            }
            .hot-title-top{
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .hot-title-line{
                height: 2px;
                width: 100px;
                background: #50C6D5;
            }
            .hot-title-content{
                font-size: 2.6rem;
                width: 200px;
                text-align: center;
                padding: 4px 0;
                border: 1px solid #999;
            }
            .hot-title-bottom{
                margin-top: 16px;
                color: #bbb;
                font-size: 1.4rem;
                text-align: center;
            }
            .hot-sale-content{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-top: 50px;
            }
            .hot-sale-content a:hover{
                color: #666;
            }
            .hot-sale-item{
                width: 23%;
                border: 1px solid #e9e9e9;
                padding: 10px 0;
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
                color: #666;
                margin-bottom: 30px;
                cursor: pointer;
            }
            .hot-sale-item .img{
                width: 90%;
                margin-bottom: 20px;
            }
            .hot-sale-btn{
                width: 200px;
                margin: 20px auto;
                color: #fff;
                font-size: 1.6rem;
                text-align: center;
                padding: 10px 0;
                background: #50C6D5;
                border-radius: 4px;
            }
            .project-content{
                display: flex;
                margin-top: 40px;
                align-items: center;

            }
            /* .project-right::-webkit-scrollbar {display:none} */
            .project-left{
                width: 50%;
            }
            .project-right{
                width: 50%;
                border:1px solid rgba(236,236,236,1);
                box-shadow:0px 4px 10px rgba(219,219,219,0.45);
                margin-bottom: 20px;
                position: relative;
            }
            .project-item{
                padding: 50px 40px;
                position: relative;
                width: 100%;
                flex-shrink: 0;
            }
            .project-item-bottom{
                position: absolute;
                right: 40px;
                bottom: 10px;
                font-size: 9rem;
                color: #50C6D5;
                font-weight: bold;
            }
            .project-item-title{
                font-size: 3rem;
                color: #333;
                margin-bottom: 30px;
            }
            .project-item-content{
                color: #666666;
                font-size: 1.4rem;
                line-height: 26px;
                margin-bottom: 50px;
            }
            .project-item-btn{
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 1.6rem;
                width: 160px;
                background: #2DB8B0;
                height: 40px;
                border-radius: 4px;
                letter-spacing: 1px;
            }
            .project-item-btn div{
                width: 16px;
                margin-left: 10px;
            }
            .change-switch{
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 40px;
                /* height: 40px; */
                position: absolute;
                bottom: -40px;
                right: 50px;
            }
            .switch-prev{
                width: 8px;
                /* transform: rotate(-180deg); */
                /* margin-top: 4px; */
            }
            .switch-next{
                width: 8px;
            }
            .news-content{
                -display: flex;
                flex-wrap: wrap;
                margin-top: 30px;
                justify-content: space-between;
                align-items: center;
            }
            .news-content-cut{
                height: 100px;
                width: 1px;
                background: #E6E6E6;
            }
            .news-item{
                width: 28%;
                padding: 20px 10px;
                margin-bottom: 20px;
            }
            .news-item-time{
                color: #bbb;
                font-size: 3.2rem;
                margin-bottom: 20px;
            }
            .news-item-title{
                font-size: 1.6rem;
                position: relative;
                color: #333;
            }
            .news-item-content{
                font-size: 1.4rem;
                color: #bbb;
                margin-top: 30px;
                line-height: 30px;
            }
            .news-title-line{
                position: absolute;
                bottom: -10px;
                width: 30px;
                height: 1px;
                background: #2DB8B0;
            }

            @media (max-width: 767px){
                .banner-menu{
                    width: 170px;

                }
                .banner-menu-open{
                    width: 200px;

                }
                .banner-menu-open>div{
                    flex-wrap: nowrap;
                    overflow: scroll;
                }
                .block-2{
                    flex-direction: column;
                }
                .block-2>div{
                    width: 100%;
                    margin-bottom: 20px;
                }
                .seckill-content{
                    flex-direction: column;
                }
                .seckill-left{
                    width: 100%;
                }
                .seckill-right{
                    width: 100%;
                    height: 110vw;
                    margin-top: 10px;
                }
                .seckill-right>a{
                    width: 100%;
                    padding: 0 10px;
                }
                .seckill-right-item{
                    height: 110vw;
                }
                .hot-sale-item{
                    width: 49%;
                    margin-bottom: 20px;
                }
                .hot-title-line{
                    height: 2px;
                    width: 80px;
                    background: #50C6D5;
                }
                .project-content{
                    flex-direction: column;

                }
                .project-left{
                    display: none;
                }
                .project-right{
                    width: 100%;
                }
                .change-switch{
                    display: none;
                }
                .news-content{
                    flex-direction: column;
                }
                .news-content-cut{
                    display: none;
                }
                .news-item{
                    width: 100%;
                }

            }


/* font size */

*{
    font-family: MicrosoftYaHeiUI,'Source Han Sans CN','noto sans','Karla', sans-serif;
    box-sizing: border-box;
}
a{
    color: #333;
}
a:hover{
    text-decoration: none;
}
.header-container{
    padding: 0;
}
.container:before,.container:after{
    content: none !important;
}
.font12{
    font-size: 1.2rem;
}
.font13{
    font-size: 1.3rem;
}
.font14{
    font-size: 1.4rem;
}
.font15{
    font-size: 1.5rem;
}
.font16{
    font-size: 1.6rem;
}
.font17{
    font-size: 1.7rem;
}
.font18{
    font-size: 1.8rem;
}
.font19{
    font-size: 1.9rem;
}
.font20{
    font-size: 2rem;
}
.font24{
    font-size: 2.4rem;
}
.font26{
    font-size: 2.6rem;
}
.font30{
    font-size: 3rem;
}
.font32{
    font-size: 3.2rem;
}
.font40{
    font-size: 4rem;
}
.fontBold{
    font-weight: bold;
}
/* margin */
.marginTop10{
    margin-top: 10px;
}
.marginTop20{
    margin-top: 20px;
}
.marginTop30{
    margin-top: 30px;
}
.marginTop40{
    margin-top: 40px;
}
.marginTop50{
    margin-top: 50px;
}
.marginTop60{
    margin-top: 60px;
}
.marginTop80{
    margin-top: 80px;
}
.marginTop100{
    margin-top: 100px;
}
.text-center{
    text-align: center;
}
/*  */
.color000{
    color: #000;
}
.color333{
    color: #333;
}
.color444{
    color: #444;
}
.color666{
    color: #666;
}
.color999{
    color: #999;
}
.colorFFF{
    color: #fff;
}
img{
    width: 100%;
}
.header{
    border-bottom: 1px solid #e0e0e0;

}
.navbar-nav>li>a{
    font-size: 1.4rem !important;
}

.navbar-brand{
    width: 200px;
    height: 81px;
    display: flex;
    align-items: center;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0 auto;
}

a:hover{
    /*color: #fff;*/
    color: #333;
}

/* swiper */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    position: relative;
    background: #fff;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.swiper-pagination-bullet-active{
    width: 30px;
    border-radius:10px;
}
.banner-btn_1{
    position: absolute;
    left: 18.8%;
    top: 70%;
    width: 9.5%;
    height: 10.5%;
    background: red;
    z-index: 10;
    border-radius: 18px;
    opacity: 0;
    cursor: pointer;
}
.banner-btn_2{
    position: absolute;
    left: 21.5%;
    top: 68%;
    width: 10%;
    height: 10.5%;
    background: red;
    z-index: 10;
    border-radius: 18px;
    opacity: 0;
    cursor: pointer;
}
.banner-btn_3-1{
    position: absolute;
    left: 18.5%;
    top: 56%;
    width: 10%;
    height: 10.5%;
    background: red;
    z-index: 10;
    border-radius: 18px;
    opacity: 0;
    cursor: pointer;
}
.banner-btn_3-2{
    position: absolute;
    left: 30.5%;
    top: 56%;
    width: 10%;
    height: 10.5%;
    background: red;
    z-index: 10;
    border-radius: 18px;
    opacity: 0;
    cursor: pointer;
}
/* modal */
.modal-dialog{
    margin-top: 100px;
}
.modal-header{
    background: #575757;
    color: #fff;
}
.modal-title{
    text-align: center;
}
.modal-dialog .close,.modal-dialog .close:hover{
    color: #fff;
    opacity: 1;
}

.modal-body {
    padding: 5px 30px 20px;
}
.modal-body input,.modal-body select,.modal-body textarea{
    margin-top: 15px;
    background: #E3E8EE;
    box-shadow:none !important;
}
.modal-body select.form-control{
    color: #999;
}
.modal-btn{
    margin: 0 auto;
    background: #FD5E26;
    height: 36px;
    line-height: 36px;
    width: 120px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 20px;
}
.input-line{
    display: flex;
    justify-content: space-between;
}
.input-line>input{
    width: 48%;
}
.input-line>select{
    width: 48%;
}
textarea{
    resize: none;
}
@media (min-width: 1360px){
    html{
        font-size: 62.5%;
    }
    .container {
        width: 90%;
        max-width: 1300px;
    }
    .navbar-nav > li > a{
        padding-left: 30px;
        padding-right:30px;
    }
}

@media (min-width: 992px) and (max-width:1359px){
    html{
        font-size: 62.5%;
    }
    .navbar-nav > li > a{
        padding-left: 20px;
        padding-right:20px;
    }   
}
@media (min-width: 768px) and (max-width:991px){
    html{
        font-size: 60%;
    }
}
/* banner */
.banner-content{
    color: #fff;
    position: absolute;
    top: 18%;
    left: 18%;
    width: 400px;
}
.banner-btns a{
    text-decoration: none;
    color: #fff;
}
.banner-btns a:hover{
    color: #F8742B !important;
}
.banner-title{
    font-size: 3rem;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.banner-text{
    font-size: 1.8rem;
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 32px;
}
.banner-line{
    border-top: 1.5px solid #fff;
    width: 80px;
}
.banner-btns{
    margin-top: 46px;
    display: flex;
}
.banner-btns div{
    width: 100px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 26px;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
}
.banner-btns div:hover{
    background: #fff;
    color: #F8742B !important;
}
/* bannert */

@media (min-width: 768px){
    .container{
        padding: 0 !important;
    }
    .navbar-nav > li > a{
        line-height: 50px;
        color: #000 !important;
        font-size: 1.4rem;
    }
    .navbar-nav > li > .input{
        line-height: 80px;
        height: 80px;
        color: #000 !important;
        font-size: 1.4rem;
        margin-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav > li > .input>div{
        height: 36px;
        background: #50C6D5;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 36px;
        /* padding: 10px; */
    }
    .navbar-nav > li > .input>div>img{
        width: 28px;
    }
    .navbar-nav > li > .input form > input {
        height: 36px;
        padding: 0 6px;
        font-size: 1.4rem;
		float:left
    }
    .navbar-left {
        margin-left: 80px;
    }
    .header-regis{
        float: right !important;
        
    }
    .header-regis>a{
        padding-right: 0 !important;
    }
    .flex-auto{
        display: flex;
    }

    .mobile_banner{
        display: none;
    }
    .pc_banner{
        display: block;
    }
    .banner-content{
        display: block;
    }
}

.footer a{
    color: #777;
    text-decoration: none;
}

.header-top{
    background: #172015;
    padding: 12px 0;
    font-size: 1.6rem;
    color: #fff;
}
.header-top>.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
}
.header-top>.container::-webkit-scrollbar {display:none}
.header-top>.container>a{
    padding: 2px 10px;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
    color: #fff;
}
.sel-header-top{
    background: #50C6D5;
}

.footer-top{
    background: #f1eff2;
    padding: 30px 10px;
}
.footer-top-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}
.footer-top-item .img{
    width: 15%;
    margin-right: 12px;
}
.footer-top-item .content-title{
    font-size: 1.8rem;
    margin-bottom: 2px;
}
.footer-top-item .content-text{
    font-size: 1.4rem;
    color: #999;
}
.footer-top-content{
    display: flex;
    justify-content: space-between;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.footer-bottom-left{
    display: flex;
    padding: 30px 0;
}
.footer-bottom-left .logo{
    width: 160px;
    margin-right: 110px;
}
.footer-bottom-left .contact-item{
    color: #aaa;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.footer-bottom .code{
    width: 100px;
    margin-top: 10px;
}
.footer-mobile{
    display: none;
}
.header{
    position: relative;
}
.hover-menu{
    position: absolute;
    width: 100vw;
    padding: 20px;
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
    background: #fff;
    z-index: 100;
    border-top: 1px solid #ddd;
}
.hover-menu-content{
    display: flex;
    -justify-content: space-between;
}
.hover-menu-content a{ margin-right:20px;}
.hover-menu-item{
    width: calc(100% / 6);
    padding:  0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #eee;
}
.hover-menu{
    display: none;
}
.hover-menu-item .img{
    width: 100%;
    margin-bottom: 10px;
}
.about-banner{
    position: relative;
}
.banner-content{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 1.4rem;
    color: #333;
    
}
.banner-content-title{
    color: #50C6D5;
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 2px;    
    margin-bottom: 10px;
}
.banner-content-line{
    width: 30%;
    background-color: #50C6D5;
    height: 1px;
    margin-top: 30px;
}
.banner-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(000, 000, 000, 0.6);
}
.banner-bottom-content{
    display: flex;
    justify-content: space-between;
    color: #fff;
    height: 50px;   
}
.banner-bottom-left{
    display: flex;
    align-items: center;
}
.banner-bottom-left .item{
    margin-right: 30px;
    font-size: 1.4rem;
    cursor: pointer;
}
.banner-bottom-left  .sel-item{
    background: #50C6D5;
    padding: 2px 8px;
    border-radius: 15px;
}
.banner-bottom-right{
    display: flex;
    font-size: 1.4rem;
    align-items: center;
}
.banner-bottom-right .logo{
    width: 20px;
    margin-bottom: 4px;
}
.banner-bottom-right div{
    margin-left: 6px;
}
@media (max-width: 767px){
    html{
        font-size: 60%;
    }
    .navbar-nav > li > .input{
        color: #000 !important;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
    }
    .navbar-nav > li > .input>div{
        height: 36px;
        background: #50C6D5;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 30px;
        margin-top: 10px;

        /* padding: 10px; */
    }
    .navbar-nav > li > .input>div>img{
        width: 22px;
    }
    .navbar-nav > li > .input form > input {
        margin-left: 15px;
        margin-top: 10px;
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
		float:left;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 18px;
    }
    .navbar-collapse.in {
        border-bottom: 1px solid #e0e0e0;
    }
    .flex-auto{
        display: flex;
        flex-direction: column;
    }

    .modal-dialog{
        margin-top: 80px;
    }
    .banner-content{
        display: none;
    }
    .banner-content{

        top: 8%;
        left: 8%;
        width: 50%;
    }
    .banner-bottom-right {
        display: none;
    }
    .banner-title{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .banner-text{
        font-size: 12px;
        margin-top: 8px;
        letter-spacing: 2px;
        line-height: 18px;
    }
    .banner-btns{
        margin-top: 10px;
        display: flex;
    }
    .banner-btns div{
        width: 100px;
        height: 26px;
        line-height: 24px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 26px;
        text-align: center;
        margin-right: 20px;
        cursor: pointer;
        font-size: 12px;
    }
    .banner-btns div:hover{
        background: #fff;
        color: #F8742B;
    }
    .mobile_banner{
        display: block;
    }
    .pc_banner{
        display: none;
    }
    .banner-content{
        display: none;
    }
    .footer-top-content{
        flex-wrap: wrap;
    }
    .footer-top-item{
        width: 48%;
        justify-content: flex-start;
        margin-bottom: 14px;
    }
    .footer-top-item .img{
        width: 50px;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom-left .logo{
        margin-bottom: 20px;
    }
    .footer-bottom-left{
        flex-direction: column;
        /* align-items: center; */
        /* padding-bottom: 0; */
    }
    .footer-bottom-left>.logo{
        display: none;
    }
    .footer-bottom>.code{
        display: none;
    }
    .footer-mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-mobile .code{
        width: 30%;
    }
    .footer-mobile .logo{
        width: 50%;
    }
    .hover-menu-content{
        overflow-x: scroll;
    }
    .hover-menu{
        display: none;
    }
    .hover-menu-item{
        width: 50%;
        padding:  0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #eee;
        flex-shrink: 0;
        
    }
}

.fixed-right{
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 99;
}
.fixed-right .active{
    background: #50C6D5 !important;
}
.fixed-right-item{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #B9B9B9;
    padding: 24%;
    margin-bottom: 6px;
}

@media (max-width: 767px){
    .fixed-right-item{
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #B9B9B9;
        padding: 24%;
        margin-bottom: 6px;
    }
    .fixed-right{
        position: fixed;
        right: 20px;
        bottom: 40px;
    }
}
.header-top>.container>a:hover{
	background: #50C6D5;
}
.navbar-nav>li>a:hover{
	 color:#50C6D5 !important;
}
.top-content-item a:hover{
color:#fff;
background:#50C6D5;
}
.fixed-right-item:hover{
background:#50C6D5;
}
.bottom-content a .bottom-content-item:hover{
	color: #50C6D5;
}
    .fixed-right-item{
        position: relative;
    }
    .modal-img{
        width: 100px;
        height: 100px;
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translate(0px, -50%);
        display: none;
    }
    .phone-modal{
        font-size: 14px;
        position: absolute;
        height: 50px;
        padding: 0px 10px;
        border-radius: 4px;
        top: 0;
        right: 60px;
        line-height: 50px;
        display: none;
        color: #fff;
        background: rgb(80, 198, 213) !important;

    }
    @media (max-width: 767px) {
        .phone-modal{
            right: 50px;
            height: 40px;
            line-height: 40px;
        }
        .modal-img{
            width: 80px;
            height: 80px;
            right: 50px;
        }
    }
	

 
/*公司简介*/ 

            .about-item{
                margin-top: 50px;
                display: flex;
            }
            .about-item>div{
                width: 50%;
            }
            .about-item-content{
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 30px;
            }
            .about-item-title{
                color: #50C6D5;
                font-size: 4.8rem;
                font-weight: bold;
                line-height: 5rem;
            }
            .about-item-title2{
                font-size: 2rem;
                color: #333;
                margin:20px 0 40px;
            }
            .about-item-text{
                font-size: 1.3rem;
                color: #666;
                line-height: 24px;
                text-indent: 24px;
                margin-bottom: 20px;
            }
            .futuer{
                background: url( ../images/2020040716202872.png);
                background-size: cover;
                height: 38vw;
            }
            .future-content{
                height: 100%;
                padding-right: 45% !important;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }
            @media (max-width: 767px){
                .about-item{
                    flex-direction: column;
                }
                .about-item>div{
                    width: 100%;
                }
                .futuer{
                    height: 125vw;
                }
                .future-content{
                    padding: 15px !important;
                }
            }
			
/*产品展示*/
           .products-top{
                background: #f2f2f2;
                padding: 50px;
            }
            .product-top-title{
                font-size:3.6rem;
                color:rgba(51,51,51,1);
                text-align: center;
            }
            .product-top-title2{
                font-size:2.8rem;
                color:#50C6D5;
                text-align: center;
            }
            .products-top-content{
                margin-top: 20px;
                padding: 40px 50px 20px;
                background: #fff;
            }
            .top-content-top{
                display: flex;
                border-bottom: 1px solid #ccc;
            }
            .top-title{
                font-size: 2rem;
                color: #50C6D5;
                margin-top: -2px;
            }
            .top-content{
                display: flex;
                flex-wrap: wrap;
                width: calc(100% - 80px);
            }
            .top-content-item a{
                padding: 3px 16px;
                border-radius: 18px;
                border: 1px solid #50C6D5;
                color: #50C6D5;
                display: block;
                font-size: 1.4rem;
                margin: 0 10px 18px;
                cursor: pointer;
            }
            .sel-top-item a{
                color: #fff;
                background: #50C6D5;
            }
            .top-content-bottom{
                display: flex;
                font-size: 1.4rem;
                margin-top: 20px;
            }
            .bottom-content-title{
                color: #333;
            }
            .bottom-content{
                display: flex;
                flex-wrap: wrap;
                width: calc(100% - 80px);
            }
            .bottom-content-item{
                margin: 0 10px 14px;
            }
            .sel-bottom-item{
                color: #50C6D5;
            }
            .product-list{
                padding: 50px 0 !important;
                display: flex;
                flex-wrap: wrap;
                -justify-content: space-between;
            }
            .product-item{
                width: 23%;
                padding: 20px 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
                border: 1px solid #eee;
                margin-bottom: 20px;
                cursor: pointer;
            }
            .product-name{
                color: #666;
                font-size: 1.4rem;
                margin-top: 4px;
				margin-bottom: 10px;
            }
            @media (max-width: 767px){
                .products-top-content{
                    padding: 20px 10px;
                }
                .product-item{
                    width: 48%;
                }
            }
	/*product show*/	
	         .products-top{
                background: #f2f2f2;
                padding: 50px;
            }
            .product-top-title{
                font-size:3.6rem;
                color:rgba(51,51,51,1);
                text-align: center;
            }
            .product-top-title2{
                font-size:2.8rem;
                color:#50C6D5;
                text-align: center;
            }
            .products-top-content{
                margin-top: 20px;
                padding: 40px 50px 20px;
                background: #fff;
            }
            .top-content-top{
                display: flex;
                border-bottom: 1px solid #ccc;
            }
            .top-title{
                font-size: 2rem;
                color: #50C6D5;
                margin-top: -2px;
            }
            .top-content{
                display: flex;
                flex-wrap: wrap;
                width: calc(100% - 80px);
            }
            .top-content-item a{
                padding: 3px 16px;
                border-radius: 18px;
                border: 1px solid #50C6D5;
                color: #50C6D5;
                display: block;
                font-size: 1.4rem;
                margin: 0 10px 18px;
                cursor: pointer;
            }
            .sel-top-item a{
                color: #fff;
                background: #50C6D5;
            }
            .top-content-bottom{
                display: flex;
                font-size: 1.4rem;
                margin-top: 20px;
            }
            .bottom-content-title{
                color: #333;
            }
            .bottom-content{
                display: flex;
                flex-wrap: wrap;
                width: calc(100% - 80px);
            }
            .bottom-content-item{
                margin: 0 10px 14px;
            }
            .sel-bottom-item{
                color: #50C6D5;
            }
            .product-list{
                padding: 50px 0 !important;
                display: flex;
                flex-wrap: wrap;
                -justify-content: space-between;
            }
            .product-item{
                width: 23%;
                padding: 2px 3px;
                display: flex;
                flex-direction: column;
                align-items: center;
                border: 1px solid #eee;
                margin-bottom: 20px;
                cursor: pointer;
				float:left;
				margin-right: 22px;
            }
            .product-name2{
                color: #666;
                font-size: 1.4rem;
                margin-top: 4px;
            }
            @media (max-width: 767px){
                .products-top-content{
                    padding: 20px 10px;
                }
                .product-item{
                    width: 48%;
					margin-right: 0.5rem;
                }
            }	
			   .product-info2{
        display: flex;
        margin-top: 60px;

    }
    .product-img2{
        width: 40%;
        background: #F5F5F5;
        padding: 30px;
    }
    .product-content2{
        padding-left: 50px;
        display: flex;
        flex-direction: column;
        -justify-content: center;
        width: 64%;
		margin-top: 50px;
    }
    .product-name2{
        padding-bottom: 16px;
        border-bottom: 1px solid #ccc;
        font-size: 2.4rem;
        color: #333;
        letter-spacing: 1px;
    }
    .tags{
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .tags>div{
        padding: 6px 10px;
        background: #EBEAEA;
        font-size: 1.2rem;
        color: #333;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product-text2{
        text-indent: 24px;
        line-height: 26px;
        color: #666;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .detail-banner{
        margin-top: 50px;
        position: relative;
    }
    .detail-banner-content{
        display: flex;
        justify-content: space-around;
        position:absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 100%;
    }
    .detail-company-item{
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .detail-company-item .top{
        font-size: 4rem;
        font-weight: bold;
        margin-bottom: 6px;
    }
    .detail-company-item span{
        font-size: 2rem;
        font-weight: normal;
    }
    .parameters-title{
        display: flex;
        margin-top: 50px;
        padding-bottom: 16px;
        border-bottom: 1px solid #ccc;
    }
    .english2{
        color: #50C6D5;
        font-size: 3.2rem;
        font-weight: bold;
        padding-right: 20px;
        border-right: 1px solid #bbb;
    }
    .cn2{
        font-size: 3rem;
        color: #333;
        padding-left: 20px;
    }
    .parameters-content2{
        margin-top: 50px;
    }
    .parameters-item{
        display: flex;
        font-size: 1.4rem;
        padding: 10px 26px;
        background: #f5f5f5;
    }
    .item-title{
        font-weight: bold;
        width: 200px;
    }
    .item-text{
        color: #666;
    }
    .par-sel-item{
        background: #50C6D5;
        color: #fff !important;
    }
    .par-sel-item .item-text{
        color: #fff;
    }
    .interseted-content2{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow: scroll;
        position: relative;
    }
    .interseted-content2::-webkit-scrollbar {display:none}
    .interseted-content2>div{
        width: 25%;
        padding: 0 10px;
        flex-shrink: 0;

    }
    .interseted-item2{
        border: 1px solid #ddd;
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .interseted-name2{
        font-size: 1.4rem;
        color: #666;
        margin-top: 6px;
    }
    .prev-icon2{
        position: absolute;
        top: 50%;
        width: 20px !important;
        left: -30px;
        transform: rotate(180deg);
    }
    .next-icon2{
        position: absolute;
        top: 50%;
        width: 20px  !important;
        right: -30px;
    }
    @media (max-width: 767px){
        .product-info2{
            flex-direction: column;
        }
        .product-img2{
            width: 100%;
        }
        .product-content2{
            width: 100%;
            padding-left: 15px;
            margin-top: 20px;
        }
        .detail-company-item .top{
            font-size: 2rem;
            font-weight: normal;
            margin-bottom: 4px;
        }
        .detail-company-item span{
            font-size: 1.2rem;
            font-weight: normal;
        }
        .parameters-item{
            display: flex;
            font-size: 1.4rem;
            padding: 10px;
            background: #f5f5f5;
        }
        .item-title{
            font-weight: bold;
            width: 110px;
        }
        .par-sel-item{
            background: #50C6D5;
            color: #fff !important;
        }
        .item-text{
            width: calc(100% -  110px);
        }
        .prev-icon,.next-icon{
            display: none;
        }
        .interseted-content{
            padding: 0 !important;
        }
        .interseted-content>div{
            width: 100%;
        }
    }
	
/*new*/
           .news-title{
                margin-bottom: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .news-title .cn{
                font-size: 3.2rem;
                color: #333;
            }
            .news-title .eng{
                color: #50C6D5;
                font-size: 2.6rem;
            }
            .news-content{
                padding: 50px;
                background: #fff;
            }
            .news-content{
                -display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                align-items: center;
            }
            .news-item{
                width: 28%;
                margin-bottom: 50px;
            }
            .news-item-time{
                font-size: 3rem;
                color: #999;
            }
            .news-item-title{
                font-size: 1.6rem;
                margin-top: 18px;
                color: #333;
            }
            .news-item-line{
                width: 40px;
                background: #50C6D5;
                height: 1px;
                margin-bottom: 20px;
                margin-top: 8px;
            }
            .news-item-content{
                color: #999;
                font-size: 1.3rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
            .news-content-line{
                height: 120px;
                width: 1px;
                background: #ededed;
                margin-top: 20px;
            }
            .pagination{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                color: #bbb;
            }
            .pagination-item{
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                border: 1px solid #e8e9ec;
                border-radius: 4px;
                margin: 4px;
                font-size: 12px;
                cursor: pointer;
            }
            .pagination-item-sel{
                background: #50C6D5;
                color: #fff;
            }
            .mobile{
                display: none;
            }
            @media (max-width: 767px){
                .news-item{
                    width: 100%;
                }
                .news-content-line{
                    display: none;
                }
                .pc{
                    display: none;
                }
                .mobile{
                    display: flex;
                }
            }
			/*newshow*/
			            .news-title{
                margin-bottom: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .news-title .cn{
                font-size: 3.2rem;
                color: #333;
            }
            .news-title .eng{
                color: #50C6D5;
                font-size: 2.6rem;
            }
            .news-content{
                padding: 50px;
                background: #fff;
            }
            .news-content{
                -display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                align-items: center;
            }
            .news-item{
                width: 28%;
                margin-bottom: 50px;
            }
            .news-item-time{
                font-size: 3rem;
                color: #999;
            }
            .news-item-title{
                font-size: 1.6rem;
                margin-top: 18px;
                color: #333;
            }
            .news-item-line{
                width: 40px;
                background: #50C6D5;
                height: 1px;
                margin-bottom: 20px;
                margin-top: 8px;
            }
            .news-item-content{
                color: #999;
                font-size: 1.3rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
            .news-content-line{
                height: 120px;
                width: 1px;
                background: #ededed;
                margin-top: 20px;
            }
            .pagination{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                color: #bbb;
            }
            .pagination-item{
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                border: 1px solid #e8e9ec;
                border-radius: 4px;
                margin: 4px;
                font-size: 12px;
                cursor: pointer;
            }
            .pagination-item-sel{
                background: #50C6D5;
                color: #fff;
            }
            .mobile{
                display: none;
            }
            @media (max-width: 767px){
                .news-item{
                    width: 100%;
                }
                .news-content-line{
                    display: none;
                }
                .pc{
                    display: none;
                }
                .mobile{
                    display: flex;
                }
            }
			
			 .detail{
        display: flex;
        justify-content: space-between;
    }
    .detail-left{
        width: 300px;
        background: #f0f0f0;
        height: 438px;
    }
    .detail-right{
        width: calc(100% - 380px);
    }
    .detail-left-title{
        font-size: 1.8rem;
        color: #fff;
        padding: 10px;
        background: #50C6D5;
        text-align: center;
    }
    .detail-left-bottom{
        padding: 18px;
        background: #f0f0f0;
    }
    .detail-left-item{
        padding: 10px 0;
        border-bottom: 1px dashed #bbb;
        font-size: 1.4rem;
        color: #666;
    }
    .detail-left-bottom .sel-item{
        color: #50C6D5;
    }
    .article-title{
        font-size: 3rem;
        color: #333;
        letter-spacing: 2px;
    }
    .article-time{
        margin-top: 18px;
        color: #666;
        font-size: 1.4rem;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 28px;
    }
    .article-text{
        font-size: 1.4rem;
        color: #666;
        line-height: 26px;
    }
    .text-margin{
        margin-bottom: 26px;
    }
    .detail-bottom{
        display: flex;
        padding: 30px !important;
        border-top: 1px solid #a0a0a0;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .detail-bottom .btn{
        background: #50C6D5;
        font-size: 1.4rem;
        padding: 14px 100px;
        color: #fff;
    }
    .detail-bottom-left>div{
        line-height: 30px;
        color: #333;
    }
    .detail-bottom-left>div>span{
        color: #999;
    }
    @media (max-width: 767px){
        .detail-left{
            display: none;
        }
        .detail-right{
            width: 100%;
        }
        .detail-bottom{
            flex-direction: column;
        }
        .detail-bottom>div{
            width: 100%;
        }
        .detail-bottom-left{
            margin-top: 20px;
        }
    }
	/*工程案例*/
	
	            .news-title{
                margin-bottom: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .news-title .cn{
                font-size: 3.2rem;
                color: #333;
            }
            .news-title .eng{
                color: #50C6D5;
                font-size: 2.6rem;
            }
            .news-content{
                padding: 30px;
                background: #fff;
            }
            .pagination{
                -display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                color: #bbb;
            }
            .pagination-item{
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                border: 1px solid #e8e9ec;
                border-radius: 4px;
                margin: 4px;
                font-size: 12px;
                cursor: pointer;
            }
            .pagination-item-sel{
                background: #50C6D5;
                color: #fff;
            }
            .mobile{
                display: none;
            }
            .project-item{
                display: flex;
                background: #f1f1f1;
                padding: 40px;
                margin-bottom: 30px;
            }
            .project-item>.img{
                width: 38%;
            }
            .project-item-right{
                width: 62%;
                padding-left: 30px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .project-title{
                font-size:2.2rem;
                color: #333;
            }
            .project-text{
                margin-top: 20px;
                color: #666;
                text-indent: 24px;
                line-height: 30px;
                font-size: 1.4rem;
            }
            .project-btn{
                border-radius: 4px;
                background: #000;
                color: #fff;
                font-size: 1.6rem;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 40px;
                width: 180px;
                margin-top: 30px;
            }
            .project-btn div{
                margin-left: 6px;
                width: 16px;
                cursor: pointer;
            }
            @media (max-width: 767px){
                .news-content{
                    padding: 0;
                    background: #f1f1f1;
                }
                .project-item {
                    flex-direction: column;
                    background: #fff;
                }
                .project-item .img{
                    width: 100%;
                }
                .project-item-right{
                    width: 100%;
                    padding-left: 0;
                    margin-top: 10px;
                }
                .project-text{
                    margin-top: 10px;
                }
                .pc{
                    display: none;
                }
                .mobile{
                    display: flex;
                }
            }
			.project-btn a{ color:#FFFFFF}
			
			/*技术服务*/
			            .server{
                display: flex;
                justify-content: space-between;
                margin: 80px auto 50px;
            }
            .server-left{
                width: 48%;
            }
            .server-right{
                width: 52%;
                padding: 0 8%;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }
            .title-eng{
                font-size: 4.6rem;
                color: #50C6D5;
                font-weight: bold;
                line-height: 44px;
            }
            .title-cn{
                margin: 20px 0 30px;
                font-size: 2.4rem;
                color: #333;
            }
            .server-text{
                font-size: 1.6rem;
                color: #666;
                text-indent: 24px;
                line-height: 30px;
            }
            .server-banner{
                background: url('../images/server-banne.png');
                height: 35vw;
                background-size: cover;
                position: relative;
            }
            .server-banner-modal{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            }
            .server-banner-content{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                padding: 50px 30px !important;
                display: flex;
            }
            .server-banner-left{
                width: 38%;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }
            .server-banner-left>div{
                display: flex;
                justify-content: space-between;
                padding: 0px 0;
            }
            .server-book{
                width: 27%;
                padding: 12px;
                background: #fff;
                margin: 16px 0;
                flex-shrink: 0;
            }
            .server-banner-right{
                width: 48%;
                padding-left: 8%;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }
            .server-banner-right .server-text{
                color: #fff;
            }
            .server-banner-right .title-cn{
                color: #fff;
            }
            .server-list{
                display: flex;
                justify-content: space-between;
                padding: 80px 15px !important;
            }
            .server-item{
                width: 30%;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .server-item .img{
                width: 60px;
            }
            .server-item .title{
                margin-top: 20px;
                margin-bottom: 10px;
                color: #333;
                font-size: 1.5rem;
                font-weight: bold;
                letter-spacing: 1px;
            }
            .server-item .text{
                color: #666;
                font-size: 1.2rem;
            }
            @media (max-width: 767px){
                .server{
                    flex-direction: column;
                }
                .server>div{
                    width: 100%;
                }
                .server-right{
                    margin-top: 20px;
                    padding: 0;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                }
                .server-banner{
                    height: 180vw;
                }
                .server-banner-content{
                    flex-direction: column;
                    padding: 30px 20px !important;
                }
                .server-banner-left{
                    width: 100%;
                }
                .server-banner-right{
                    width: 100%;
                    padding: 0;
                    margin-top: 20px;
                }
                .server-list{
                    flex-direction: column;
                    padding: 20px 15px !important;
                }
                .server-item{
                    width: 100%;
                    padding: 20px 50px;
                }
            }
			            .shop-type{
                margin-top: 60px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0 80px !important;
                margin-bottom: 80px;
            }
            .shop-item{
                width: 20%;
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #333;
                font-size: 1.7rem;
            }
            .shop-item:hover{
                color: #50C6D5;
                cursor: pointer;
                text-decoration: none;
            }
            .shop-info{
                padding: 30px 0px;
                margin-bottom: 50px;
            }
            .shop-img{
                margin-bottom: 4px;
            }
            .shop-title{
                text-align: center;
                color: #333;
                margin-bottom: 30px;
                font-size: 2.4rem;
            }
            .shop-text{
                color: #333;
                font-size: 1.4rem;
                line-height: 22px;
                margin-bottom: 20px;
            }
            @media (max-width: 767px){
                .shop-type{
                    flex-direction: column;
                    padding: 0px !important ;
                    margin-bottom: 30px;
                }
                .shop-item{
                    width: 100%;
                    margin-bottom: 24px;
                }
                .shop-info{
                    padding: 0 10px !important;
                }
            }
			/*联系我们*/
			
			            .cantant-content {
                margin-top: 50px;
            }
            .cantant-top{
                display: flex;
                justify-content: space-between;
            }
            .cantant-top-left .eng{
                color: #50C6D5;
                font-size: 4.2rem;
                font-weight: bold;
                line-height: 44px;
            }
            .cantant-top-left .cn{
                font-size: 2.2rem;
                color: #666;
                margin-top: 10px;
            }
            .cantant-right-top{
                font-size: 2.2rem;
                color: #50C6D5;
            }
            .cantant-right-top .line{
                background: #50C6D5;
                height: 2px;
                width: 60px;
                margin-top: 12px;
            }
            .cantant-right-bottom{
                display: flex;
                justify-content: space-between;
                margin-top: 20px;
                width: 650px;
            }
            .cantant-right-bottom .left{
                color: #888;
                font-size: 1.4rem;
            }
            .cantant-right-bottom .center{
                color: #888;
                font-size: 1.4rem;
            }
            .cantant-right-bottom .fontC{
                color: #000;
                font-weight: bold;
            }
            .cantant-right-bottom .right{
                font-size: 1.3rem;
                color: #999;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .cantant-right-bottom .img{
                width: 55px;
                margin-bottom: 2px;
            }
            @media (max-width: 767px){
                .cantant-top{
                    flex-direction: column;
                }
                .mmm{
                    display: flex;
                    width: 285px;
                    justify-content: space-between;
                }


                .cantant-top-right{
                    margin-top: 40px;
                }
                .cantant-right-bottom{
                    flex-direction: column;
                }
                .cantant-right-bottom .left{
                    margin-bottom: 20px;
                }
                .cantant-right-bottom .right{
                    align-items: flex-start;
                    margin-top: 20px;
                }
            }
			
			
			           .message-title{
                margin-top: 50px;
                display: flex;
                width: 450px;
                justify-content: space-between;
                align-items: center;

            }
            .message-title .eng{
                font-size: 3.4rem;
                color: #50C6D5;
                font-weight: bold;
            }
            .message-title .line{
                background: #bbb;
                width: 1px;
                margin-top: 2px;
                height: 28px;
            }
            .message-title .cn{
                color: #333;
                font-size: 3rem;
            }
            .message-content{
                margin-top: 80px;
                display: flex;
                justify-content: space-between;
                margin-bottom: 80px;
            }
            .message-content-left{
                width: 32%;
                background: url('../images/message.png');
                background-size: cover;
                height: 400px;
            }
            .message-content-left .content{
                padding: 50px 30px;
                background: rgba(000, 000, 000, 0.3);
                width: 100%;
                height: 100%;
            }
            .message-content-left .top .cn{
                color: #fff;
                font-size: 2.3rem;
            }
            .message-content-left .top .eng{
                color: #50c6d5;
                font-size: 1.2rem;
            }
            .message-content-right{
                width: 95%;
                height: 400px;
                box-shadow: 0 0  6px 2px #ccc;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 30px;
				float:right
            }
            .left-content-item{
                font-size: 1.5rem;
                color: #50c6d5;
                margin-top: 30px;
            }
            .left-content-item .item-title{
                color: #fff;
            }
            .message-right-top{
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .message-right-top .left{
                color: #50C6D5;
                font-size: 1.2rem;
            }
            .message-right-top .title{
                font-size: 2.3rem;
                color: #333;
            }
            .message-right-top .right{
                font-size: 1.6rem;
                padding: 10px 60px;
                background: #50C6D5;
                color: #fff;
            }
            .message-right-center{
                display: flex;
                justify-content: space-between;
            }
            .message-item{
                width: 23%;
                background: #f1f1f1;
                padding: 12px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .message-item input{
                background: none;
                border: none;
                outline: none;
                width: calc(100% - 50px);
            }
            .message-right-bottom{
                display: flex;
                padding: 16px 12px;
                background: #f1f1f1;
                height: calc(100% - 150px);

            }
            .message-right-bottom textarea{
                width: calc(100% - 50px);
                margin-left: 10px;
                border: none;
                background: none;
                outline: none;
            }

            @media (max-width: 767px){
                .message-title{
                    flex-direction: column;
                    align-items: flex-start;
                }
                .message-title .line{
                    display: none;
                }
                .message-content{
                    flex-direction: column;
                }
                .message-content-left,.message-content-right{
                    width: 100%;
                }
                .message-content-right{
                    padding: 10px;
                    box-shadow: none;
                    border: 1px solid #ddd;
                    margin-top: 30px;
                    height: auto;
                }
                .message-right-top{
                    flex-direction: column;
                    align-items: flex-start;
                }
                .message-right-top .right{
                    margin-top: 10px;
                }
                .message-right-center{
                    flex-wrap: wrap;
                }
                .message-item{
                    width: 49%;
                    margin-top: 10px;
                }
                .message-right-bottom{
                    height: 200px;
                    margin-top: 20px;
                }
            }
			
/* pages */


.page{margin:15px 0; font-size:14px; width:98%;text-align: center; color:#6a6a6a;}
.page a { color:#383838; padding:0 10px;border: 1px solid #d9d9d9; margin:0 2px; background: #fff;}
.page *{ position:relative; border-radius:4px;display:inline-block; _zoom:1;_display:inline;vertical-align:middle;line-height:28px;height:28px;padding-bottom:1px; }
.page .bg{ font-weight: normal; margin:0 5px;}
.disabled{padding:0 10px;border: 1px solid #d5d5d5;color:#fff; background:#b1b1b1;}
.page .current { padding:0 10px;border: 1px solid #d5d5d5; color:#383838; margin:0 2px;  }

.footer{ clear:both}
			