﻿/* CSS Document */
html {
    font-size: 14px;
}
header .logo img {
	width:260px;
}
header .nav-bar:before{
	width: calc(20% + 20px);
}

header .nav-bar:after{
	width: 20%;
}
.slider .slider-item .banner-text {
	width: 380px;
	height: 380px;
}

 .showmenu {
        display: block;
        width: 40px;
        height: 36px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
    }

    .showmenu button:focus{
        outline: none;
        box-shadow: none;
    }
    .showmenu button span{
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .mobileMenu{
        display: block;
    }
@media(max-width:450px){
    .mobileMenu {
        left: -260px;
        width: 260px;
    }
    .responsivemenu li a, .responsivemenu li p {
        font-size: 14px;
        padding: 13px 25px;
    }
}
.banner {
	margin-top: 10px;
	height: 200px;
	flex-wrap: wrap;
	display: block;
	height: auto;
}
.banner .banner-item {
	width: 100%;
	height: 200px;
	border-radius: 0;
}
.project-card .image {
	height: 245px;
}
.mobileMenu ul li {
    padding: 0 20px;
}
.project-item {
    height:auto;

}
    .project-item .project-desc {
        opacity: 1;
        visibility: visible;
        position: relative;
        color: #000;
        background: none;
        padding: 20px;
        bottom: 0;
        transform: translateY(0px);
    }
.top-lang {
    display:none;
}
.left-lang {
    display:block;
}