

.darkmenu {
    background: #0f1925;
}

.darkmenu .menu-bar {
    padding-top: 16px;
}

.menu-bar {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.menu-bar .logo {
    float: left;
}

.menu {
    float: left;
    margin-left: 165px;
}

.menu>li {
    float: left;
    margin: 0 20px;
    line-height: 40px;
    position: relative;
}

.menu>li a {
    color: #fff;
    opacity: .5;
    font-size: 14px;
    text-decoration: none;
}

.menu>li:hover>a {
    opacity: 1;
}

.menu>li.active a {
    opacity: 1;
}

.menu>li:hover .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 39px;
    width: 95px;
    left: -20px;
    text-align: center;
    padding:10px 0;
    box-sizing: border-box;
    z-index: 3;
    background-color: rgba(15,25,37, 0.5);
    overflow: auto;
	
}

.sub-menu li {
 
    text-align:center;
    line-height: 30px;
}

.sub-menu li:hover a {
    opacity: 1;
}

.stock {
    color: #ff0202;
    font-size: 12px;
    line-height: 44px;
    margin-left: 100px;
}

.lang {
    opacity: .5;
    font-size: 14px;
    line-height: 40px;
    float: right;
    color: #fff;
}

.home-first-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15%;
}

.home-first-content .p1 {
    margin-top: 40px;
    font-size: 24px;
    letter-spacing: 1px;
}

.home-first-content .p2 {
    font-size: 18px;
    width: 750px;
    margin: 10px auto 0;
}

.page1 {
    background-color: rgba(0, 104, 183, 0.3);
    z-index: 10;
}

.page2 {
    background: #042254;
    z-index: 10;
}

.page3-bg {
    background-image: url(../images/homepage3.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page4-bg {
    background-image: url(../images/homepage4.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page5-bg {
    background-image: url(../images/homepage5.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page6-bg {
    background-image: url(../images/homepage6.jpg);

       height: 70%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-position: top right;
    cursor: pointer;
	background-size:cover
}

.col33,
.col34 {
    float: left;
    height: 50%;
    background-size: cover;
}

.col33 span,
.col34 span {
    font-family: "DIN";
}

.col33 {
    width: 33%;
}

.col34 {
    width: 34%;
}

.col33 span,
.col34 span {
    font-size: 100px;
}

.col33 p:nth-child(1),
.col34 p:nth-child(1) {
    font-size: 24px;
    margin-top: 25%;
}

.col33 p:nth-child(2),
.col34 p:nth-child(2) {
    font-size: 22px;
}

.col33 p:nth-child(3),
.col34 p:nth-child(3) {
    font-size: 12px;
}

.data1 {
    background-image: url(../images/data1.jpg);
}

.data2 {
    background-image: url(../images/data2.jpg);
}

.data3 {
    background-image: url(../images/data3.jpg);
}

.data4 {
    background-image: url(../images/data4.jpg);
}

.data5 {
    background-image: url(../images/data5.jpg);
}

.data6 {
    background-image: url(../images/data6.jpg);
}

.page3-content {
    position: absolute;
    left: 50%;
    text-align: left;
    margin-top: 15%;
}

.page4-content {
    position: absolute;
    left: 18%;
    text-align: left;
    margin-top: 15%;
}

.page5-content {
    position: absolute;
    left: 60%;
    text-align: left;
    margin-top: 15%;
}

.hr-full {
    width: 100%;
    border-top: 1px solid #ffffff;
    margin: 30px 0;
}

.hr {
    width: 320px;
    border-top: 1px solid #ffffff;
    margin: 40px 0;
}

.hr2 {
    width: 320px;
    border-top: 1px solid #ffffff;
    margin: 20px 0;
}

.learnmore {
    display: block;
    height: 30px;
    width: 80px;
    border-radius: 15px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    opacity: .5;
    margin-top: 35px;
}


/* footer */

.footer {
    background: #0d131c;
    padding: 55px 0 60px;
    text-align: center;
}

.footer .footer-link {
    width: 1200px;
    margin: 50px auto 0;
    position: relative;
}

.footer .top {
    position: absolute;
    left: 0;
    top: 13px;
}

.footer .menu {
    margin: 0 auto;
    float: none;
    width: 590px;
}

.footer .footer-info {
	color: #fff;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
}

.footer .footer-info-left {
    float: left;
}

.footer .footer-info-left p {
    line-height: 28px;
    opacity: .5;
}

.footer .footer-info-right {
    float: right;
}

.footer .footer-info-right img {
    float: left;
    margin-left: 30px;
}

.footer .footer-info-right .social-text {
    float: left;
    color: #fff;
    font-size: 12px;
    opacity: .5;
    margin-left: 10px;
    padding-top: 15px;
}


