
.logosize {
    text-align: center;
    min-width: 80px;
    width: 10%;
    padding: 0;
    margin: 0;
}
.logo {
    text-align: center;
    display: block;
    background: url("//dfs.yun300.cn/group1/M00/1E/15/rBQBHF_cTPaEWoMNAAAAAELpIKg206.png") no-repeat left center;
    /* -webkit-background-size: auto auto; */
    background-size: contain;
    background-position: center;
}
 /* banner */
  
.textcenter{
    text-align: center;
}

.bordd-top{
    /* border-top: 1px solid rgba(33, 33, 33, 0.3); */
}

.pheight{
    line-height:2em;
}



.info{
    height: 90px;
    width: 100%;
    background-color: #555555;
    text-align: center;
    color: white;
}

.img-martom{
    margin-bottom: 0;
}

.infotitle{
    height: 30px;
    width: 100%;
    margin-bottom: 1em;
    background-color: #555555;
}
.infobody{
    display:contents;
    height: 60px;
    text-align: center;
}
.infop{
    overflow-y:auto;
    position:relative;
    display: inline-block;
    color: white;
    line-height: 40px;
    padding-right: 2em;
    padding-top: 0;
    margin: 0;
}


 /* footer */
.cer{
    padding: 15px;
    text-align: center;
    background-color: #00a084;
    color: white;
}
.dist{
    margin-top: 0px;
    margin-bottom: 0px;
}


/* contactus */
.myform{
    /* margin: auto 0; */
    display:flex;
    justify-content:center;
    width: 100%;
}
.formwidth{
    width: 60%;
}
.needed{
    color: red;
}


/* employment */
table{
    width: 100%;
}
th,td{
    width: 20%;
    text-align: center;
    height: 3em;
    font-size: medium;
}

hr{
    border-top: 1px solid darkgray;
}
.hidespan{
    display: none;
}
#doc-detail1 > div > div > p > span, #doc-detail2 > div > div > p > span, #doc-detail3 > div > div > p > span, #doc-detail4 > div > div > p > span{
    color: Gainsboro;
    font-weight: 800;
}
.setwidth{
    width: 30%;
}
.totop{
    position:absolute;
    right: 4%;
    bottom: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    margin-right: 20px;
}
.totopbtn{
    background: #d3d3d3;
    color: darkgray;
    opacity:0.5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid cyan;
}

body > article > div:nth-child(2) > p > img{
    width: 50%;
    margin: 1.5em;
}
body > article > div:nth-child(3) > p > img{
    margin: 1.5em;
    width: 20%;
    height: 20%;
}
@media screen and (max-width:640px) {
      .playVedio{
        width: 90%;
    }
    
/* contactus */
    .formwidth{
        width: 90%;
    }
    .invisi{
        display: none;
    }
    .totop{
        position:absolute;
        right: 0px;
        bottom: 40px;
        width: 30px;
        height: 30px;
        margin: 0;
        margin-right: 20px;
    }
    .totopbtn{
        background: #d3d3d3;
        color: darkgray;
        opacity:0.5;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 1px solid cyan;
    }
}

@media screen and (max-width:1100px){
    .info{
        height: 160px;
        width: 100%;
        background-color: #555555;
    }
    .infop{
        display: block;
        height: 40px;
        color: white;
        text-align: center;
        line-height: 40px;
        margin: 0;
    }
}