@font-face{
    font-family: 'Regular';
    src : url('/static/Cotyledon-Regular.ttf');
}
* {
    font-family: Regular;
}
.container h2 {
    color: rgba(0,0,0,0.8);
    font-size: 24px;
    margin-top: 10px;
    /* font-family: "zcool kuaile", 'PingFang SC',"Microsoft YaHei","微软雅黑",STXihei,"华文细黑", sans-serif; */
}



.bg-hero {
    position: relative;
    height: 380px;
    background-size: 100% 100%;
    background-color: rgba(108,108,108,0.35);
}
.bg-hero p {
    color: #FFF;
}

.navbar .container {
    max-width: 1320px;
    margin: auto;
}

.myMt {
    margin-top: 20px;
    font-size: 20px;
}
.myMt1 {
    font-size: 20px;
}

.homeBg {
    width: 100%;
    height: 100%;
    z-index: -1;
    top:0%;
    position: absolute;
}



.miss_top {
    margin-top: 35px;
    font-size: 48px;
    
}

.myTOP1 {
    padding-left: 10%;
    box-sizing: border-box;
}

.goBut {
    width: 185px;
    height: 50px;
    border: none;
    outline: none;
    background-color: rgb(40,43,100);
    cursor: pointer;
    /* font-family: "red hat display", 'PingFang SC',"Microsoft YaHei","微软雅黑",STXihei,"华文细黑", sans-serif; */
    font-size: 20px;
    color: #FFF;
    margin-top: 20px;
}

.container {
    margin: 0;
    width: 100%;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
}
.navbar .container {
    overflow: visible;
}

.home-wrap {
    width: 100%;
    
}


.navbar {
    
}

.main-area {
    width: 100%;
    background-color: rgb(167,186,193);
    padding: 5% 10%;
    box-sizing: border-box;
    display: flex;
}

.rigText {
    margin-left: 55px;
}

.myH3 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 700;
}
.myP {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
.myRow3 {
    padding: 75px 170px;
    box-sizing: border-box;
}

.myRow3Box {
    display: flex;
    
}

.myRow3Box>div {
    width: 24%;
    height: 240px;
    margin: 0 0.5%;
}

.myRow3Box .box1 {
    background-color: rgba(108,108,108,0.35);
    
    color: #FFF;
    position: relative;
}
.myRow3Box .box1 h5 {
    margin-top: 80px;
    text-align: center;
}
.myRow3Box .box1 a {
    color: #FFF;
    margin-left: 30px;
}
.myRow3Box .box1 .bg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.myRow3Box .box1 h5, .myRow3Box .box1 a {
    z-index: 11;
}

.footer {
    padding: 0 100px;
    box-sizing: border-box;
}
