* {
    margin: 0;
    padding: 0;
}


.contentbg {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
}

.logo.place {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
}


#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.clear {
    clear: both;
}

.link {
    margin-left: 590px;
    padding-bottom: 13px;
    padding-top: 13px;
}

.link li {
    float: left;
    width: 105px;
    padding: 10px 13px;
    list-style: none;
    font-size: 16px;
    position: relative;
}

.link li a,
.block a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.link li.more .sub,
.link li.more2 .sub2 {
    display: none;
}

.left_btn {
    position: absolute;
    left: 25px;
    top: 15px;
}



.block li {
    list-style: none;
}
#mobile_menu_btn{cursor: pointer;}
#mobile_menu_btn:hover {
    transform: scale(1.2);
}
.openbtn:hover {
    transform: scale(1.2);
}

.sub li a{color:rgb(59, 54, 54);}


.wrap {
    max-width: 640px;
    margin: 20px auto 0 auto;
    height: auto;
}


.link .sub {
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 99;
    width: 105px;
    left: 2px;
    border-radius: 10px;
    margin-top: 10px;
}

.link .sub li a:hover{
    color: rgb(233, 83, 14);
    text-decoration: underline;
}
.top_nav {
    position: fixed;
    z-index: 9999;
    top:0;
    background: rgba(0,0,0,.5);
    line-height: 35px;
}




.blue-bg{background-color: #d6fd8291;}
.blue-bg .title{
    font-size: 1.3rem;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 63px;
    padding-top: 30px;
}
::marker{display: none;}

.top_nav{width: 100%;}
.link {
    margin-left: 58%;}
.container{width: 100%;}
li{text-decoration: none;list-style: none;}
#nav_menu_left{display: none;background-color: #483367;border-radius: 15px;margin-left: -15px;}
#nav_menu_left li a{text-decoration: none;line-height: 1.3;color:#fff;padding:30px 19px 1px;display: block;}
#nav_menu_left li a:hover{
	color:#5dd33d;
}
.section{padding-bottom: 70px;padding-top: 70px;min-height: 100%;}
@media (max-width:768px) {
    .link{display: none;}
}
@media (max-width:640px) {
    .logo.place{padding-top: 110px;}
}
@media (max-width:480px) {
    .section{padding-top: 0;}
    
}
