body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
    color: transparent;
    font-size: 16px;
}

h4 {
    font-size: 14px;
    color: #008ed6;
    text-transform: uppercase;
    margin-top: 65px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
}

.clear{
    clear: both;
}
.top-header {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    background: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.nav-bar {
    margin-top: 28px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

ul.nav {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding: 8px;
    margin: 0 20px;
    font-weight: normal;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #2ff5cb;
    border-bottom: 2px solid #33c2cb;
}

.navbar-default .navbar-nav > li > a.active {
    color: #2ff5cb;
    border-bottom: 2px solid #33c2cb;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-gray{
    background-color: #f7f9fb;
}
.banner1{
    height: 500px;
    background:url(../images/banner1.jpg) no-repeat center center #2b2d3e;
}
.container-inside{
    padding:60px 0;
}
.sologn{
    padding-top: 140px;
}
.sologn-big{
    font-size: 56px;
    color: #33c2cb;
    margin-bottom: 50px;
}
.sologn-small{
    font-size: 24px;
    color: #bad5f9;
}
.left-info{
    width: 680px;
    float: left;
}
.con-title{
    font-size: 24px;
    margin-bottom: 40px;
    color: #333333;
}
.con-info{
    line-height: 34px;
    color: #666666;
}
.right-info{
    width: 480px;
    float: left;
    margin-top: 60px;
}
.three-imgs{
    margin-top: 40px;
}
.img-section{
    float: left;
    width: 33%;
}
.img-section img{
    width: 100%;
}
.img-section-con{
    background-color: #f2f7fc;
    color: #666666;
    padding: 57px 28px;
    font-size: 16px;
}
.img-section-con-m{
    background-color: #192337;
    color: #dfdfe1;
    border-bottom: 6px solid #00a0e9;
    padding-bottom: 51px;
}
.theme-cn{
    font-size: 20px;
    color: #333333;
}
.theme-en{
    font-size: 12px;
}
.img-section-con-m .theme-cn{
    color: #008ed6;
}

footer p {
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.hx-icon-plate{
    margin-top: 30px;
}
.hx-icon-plate ul{
    justify-content: space-between;
}
.hx-icon-plate ul li{
    float: left;
    width: 170px;
    text-align: center;
}
.hx-icon-plate ul li .icon{
    border: 2px solid #58ccd4;
    color: #58ccd4;
    font-size: 46px;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    text-align: center;
    margin-left: 50px;
}
.hx-icon-plate ul li .icon:before{
    line-height: 74px;
}
.hx-icon-plate ul li .name{
    color: #7e7f80;
}
.advantage-plate-title{
    color: #444444;
    font-size: 20px;
}
.advantage-plate-con{
    color: #666666;
}
.advantage-plate ul li{
    margin-bottom: 30px;
}
.advantage-plate .icon{
    color: #ffffff;
    font-size: 46px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    margin-left: -50px;
    background-color: #61c7f5;
    float: left;
}
.advantage-plate-mk{
    float: left;
    width: 1000px;
    margin-left: 20px;
}
.advantage-plate .icon::before{
    line-height: 90px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.m-t-15{
    margin-top: 15px;
}