﻿* {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.containerr {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.container-fluid {
    width: 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.clearfx {
    height: 0px;
    overflow: hidden;
    width: 100%;
    clear: both;
}

a {
    outline: none;
    text-decoration: none;
}

.row {
    margin: 0px -25px;
}

.col-12,
.col-6,
.col-3,
.col-2,
.col-7,
.col-4 {
    float: left;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
}

.col-4 {
    width: 33.333%;
    padding: 0px 25px;
}


.col-2 {
    width: 16.666%;
}

.col-12 {
    width: 100%;
}

.col-6 {
	width: 50%;
}

.col-7 {
    width: 75%;
}

.text-center {
    text-align: center;
}

.title {
    color: #49c8c9;
}

.redline {
    height: 2px;
    width: 50px;
    overflow: hidden;
    margin: 14px auto 0px;
    background: #eb5050;
}

.top-50 {
    margin-top: 50px;
}

#langbox {
    position: fixed;
    top: 80px;
    right: 50%;
    margin-right: -45%;
    width: 120px;
    background: #fff;
    z-index: 9999999;
    display: none;
}

#langbox ul {
    list-style: none;
    padding: 10px;
}

#langbox li {
    list-style: none;
    height: 50px;
    line-height: 50px;
    text-align: left;
}

#langbox li.cn {
    background: url('../img/nationalflag/cn.jpg') no-repeat right center;
}

#langbox li.en {
    background: url('../img/nationalflag/en.jpg') no-repeat right center;
}

#langbox li a {
    color: #333;
}
