
.part1H1{text-align: center; font-size:16px; font-weight: bold; color: #6e6e6e}
.logoH{height: 40px}
.comtex{padding: 0px 30px}

.imgP{
    cursor: pointer;
    transition: all 0.6s;
}
.imgP:hover{
    transform: scale(0.95);
}
.logoR{position:absolute;right:15%;top:0;z-index:9999;display: none}

.box{display: inline}
.box2{display: none}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cpbox{ border: 1px solid #e9eaee; cursor: pointer }


.cph1{border-bottom: 1px solid #e9eaee; height: 40px; font-size: 20px;margin-top: 5%}

.sent{width: 80px; height: 30px;text-align: center; line-height: 30px; background: #1b6d85;color: #fff; cursor: pointer}

@media screen and (min-width: 1024px) {
    .box{width: 300px;display: none}
    .box2{width: 300px;display: inline}
    .topH{height: 80px}
    .logoH{height: 70px}
    .meunm{margin-top: 15px}
    .part1H1{text-align: center; font-size:40px ;line-height: 50px;margin: 30px 0px;font-weight: bold;color: #6e6e6e}
    .comtex{font-size: 15px;line-height: 25px;}
    .logoR{position:absolute;right:15%;top:0;z-index:9999;display: inline;width: 150px;height: 100px; background: url("../img/logoR.png") no-repeat 5px 10px}
    .cph1{border-bottom: 1px solid #e9eaee; height: 40px; font-size: 30px;margin-top: 5%}
}