/*定义字体*/

@font-face {
    font-family: 'geomanist_regularregular';
    src: url('../fonts/geomanist-regular-webfont.eot');
    src: url('../fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-regular-webfont.woff2') format('woff2'), url('../fonts/geomanist-regular-webfont.woff') format('woff'), url('../fonts/geomanist-regular-webfont.ttf') format('truetype'), url('../fonts/geomanist-regular-webfont.svg#geomanist_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geomanistextralight';
    src: url('../fonts/geomanist-extralight-webfont.eot');
    src: url('../fonts/geomanist-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-extralight-webfont.woff2') format('woff2'), url('../fonts/geomanist-extralight-webfont.woff') format('woff'), url('../fonts/geomanist-extralight-webfont.ttf') format('truetype'), url('../fonts/geomanist-extralight-webfont.svg#geomanistextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*全局定义*/

html,
body {
    font-family: 'geomanist_regularregular', 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: normal;
    font-size: 100%;
    font-weight: normal;
    color: #313131;
    position: relative;
    background: #333;
}

.row {
    margin: 0px;
}

h1,
h2,
h3,
h5,
h6,
p {
    font-weight: 100;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

h1 {
    font-size: 44px;
    font-size: 2.75rem;
    font-family: 'geomanistextralight', 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-family: 'geomanistextralight', 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1px;
}

p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #666;
}

::selection {
    background: #f7b12a;
    color: #fff;
}

::-moz-selection {
    background: #f7b12a;
    color: #fff;
}

::-webkit-selection {
    background: #f7b12a;
    color: #fff;
}

.btn-default {
    background-color: #8cc833;
    border: none 0px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    height: 42px;
    line-height: 42px;
    padding: 0px 50px;
}

    .btn-default:hover {
        background-color: #97d936;
        border: none 0px;
        color: #fff;
    }

    .btn-default:active,
    .btn-default:focus {
        background-color: #88c430 !important;
        border: none 0px !important;
        color: #fff !important;
    }

a:hover,
a:focus {
    text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
    border-top: none 0px;
}

.wrapper {
    max-width: 2440px;
    margin: auto;
    position: relative;
    background: #fff;
}

.container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    width: 100%;
    max-width: 2440px;
    position: fixed;
    height: 70px;
    z-index: 99;
}

@media (max-width: 768px) and (min-width: 0) {
    .header {
        position: absolute;
    }
}

.header .navbar {
    margin: 0px;
    border: none 0px;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin: 0px;
}

.header .navbar .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .navbar.dark-nav .container-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
    transiton: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.navbar-bg {
    height: 70px;
    background: -ms-linear-gradient(top, #454545, #333333);
    background: -moz-linear-gradient(top, #454545, #333333);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454545), to(#333333));
    background: -webkit-linear-gradient(top, #454545, #333333);
    background: -o-linear-gradient(top, #454545, #333333);
    background: linear-gradient(to bottom, #454545 0%, #333 100%);
    background: #333\9;
    position: fixed;
    width: 100%;
    max-width: 2440px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transiton: height 0.5s ease-in-out 0s;
    -moz-transition: height 0.5s ease-in-out 0s;
    -webkit-transition: height 0.5s ease-in-out 0s;
    -o-transition: height 0.5s ease-in-out 0s;
    *left: 0px;
}

.navbar.dark-nav .navbar-bg {
    height: 50px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transiton: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

a.logo {
    display: inline-block;
    z-index: 999;
    position: relative;
    margin-top: 4px;
    margin-right: 10px;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transiton: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.navbar.dark-nav a.logo {
    transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
    transiton: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.navbar-nav > li,
.navbar-nav > li > a {
    color: #313131;
    position: relative;
    font-size: 13px;
}

.main-nav > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    transiton: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 12px;
    position: relative;
}

.navbar.dark-nav .main-nav > li > a {
    font-size: 13px;
    transiton: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.navbar-nav > li.active > a {
    color: #8dc63f;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 15px;
    position: relative;
}

.navbar-nav > li.keynote > a:after {
    display: none;
}

.navbar-nav > li > a:after {
    background: #fff;
    content: '';
    width: 100%;
    height: 2px;
    opacity: 0;
    position: absolute;
    left: 0px;
    bottom: 8px;
    z-index: 5;
    -webkit-transform: translateX(0) translateY(-6px);
    transform: translateX(0) translateY(-6px);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.navbar-nav .dropdown a:after {
    display: none;
}

.navbar-nav li a:hover:after {
    background: #fff;
    opacity: 0.8;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.navbar-right.nav > li > a {
    padding-right: 0px;
    padding-left: 20px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: none;
}

.dropdown-toggle .svg,
.dropdown-menu .svg {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.navbar-toggle {
    z-index: 999;
    padding: 9px 0px;
    margin-right: 0px;
}

    .navbar-toggle .icon-bar {
        background: #4a4a4a;
    }

button .icon-bar-01,
button .icon-bar-03 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

button[aria-expanded="true"] .icon-bar-01 {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    position: relative;
    top: 6px;
    transition: transform .2s ease-in 0s;
}

button[aria-expanded="true"] .icon-bar-02 {
    display: none;
}

button[aria-expanded="true"] .icon-bar-03 {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    position: relative;
    top: 0px;
    transition: transform .2s ease-in 0s;
}

.common-tabpanel-nav {
    display: inline-block;
    border: 1px solid #ddd;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

    .common-tabpanel-nav.nav-tabs > li {
        margin: 0px;
        padding: 0px;
        height: 48px;
        line-height: 48px;
        border-right: 1px solid #ddd;
        background: #fff;
    }

        .common-tabpanel-nav.nav-tabs > li:last-child {
            border-right: 0px none;
        }

        .common-tabpanel-nav.nav-tabs > li > a {
            margin: 0px;
            border: 0px none;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            width: 160px;
            padding: 0px;
            height: 48px;
            line-height: 48px;
            color: #787878;
            display: inline-block;
        }

            .common-tabpanel-nav.nav-tabs > li > a:hover {
                color: #313131;
                background: none;
            }

        .common-tabpanel-nav.nav-tabs > li.active {
            background: #f0f0f0;
        }

            .common-tabpanel-nav.nav-tabs > li.active > a,
            .common-tabpanel-nav.nav-tabs > li.active > a:focus,
            .common-tabpanel-nav.nav-tabs > li.active > a:hover {
                color: #313131;
                margin: 0px;
                border: 0px none;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                border-radius: 0px;
                background: none;
            }

.fixedH-banner {
    height: 320px;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    text-transform: uppercase;
    font-size: 100px;
    font-size: 6.25rem;
    font-family: 'geomanistextralight', 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 100;
    color: #fff;
    position: relative;
}

.banner-shadow {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: -webkit-linear-gradient(top, rgba(0, 28, 56, 0.5), rgba(0, 28, 56, 0) 50%);
    /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom, rgba(0, 28, 56, 0.5), rgba(0, 28, 56, 0) 50%);
    /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(bottom, rgba(0, 28, 56, 0.5), rgba(0, 28, 56, 0) 50%);
    /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom, rgba(0, 28, 56, 0.5), rgba(0, 28, 56, 0) 50%);
    /* 标准的语法 */
}

.fixedH-banner span {
    position: relative;
    top: 100px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.banner-search-container {
    padding: 0px;
    position: relative;
}

.form-input-containers {
    padding: 0px 20px;
}

.banner-search-container .common-banner-search {
    border: 0px none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    -moz-border-radius: 18px;
    /* Firefox */
    -webkit-border-radius: 18px;
    /* Safari 和 Chrome */
    border-radius: 18px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.banner-search-container input::-ms-clear {
    display: none;
}

.banner-search-icon {
    position: absolute;
    right: 26px;
    top: -1px;
    width: 38px;
    height: 38px;
    border: none 0px;
    padding: 0px;
    background: url("../images/search-icon.svg") no-repeat center;
}

.content-container {
    padding: 50px 0px 60px;
    padding: 3.15rem 0rem 3.75rem;
}

.footer {
    background: #333;
    color: #999;
    font-size: 13px;
    font-size: 0.8125rem;
}

    .footer .container {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .footer ul {
        padding: 0px;
        margin: 0px;
        color: #999;
        padding-top: 25px;
        display: block;
        min-height: 250px;
    }

        .footer ul li {
            margin-bottom: 10px;
            position: relative;
        }

            .footer ul li:first-child {
                margin-bottom: 15px;
                color: #fff;
                font-size: 18px;
                font-weight: 100;
            }

            .footer ul li.footer-logo {
                margin-bottom: 22px;
            }

li.footer-logo span {
    position: absolute;
    left: 46px;
    top: 10px;
}

.footer ul a {
    color: #999;
}

    .footer ul a:hover {
        text-decoration: none;
        color: #8dc63f;
    }

    .footer ul a:focus {
        text-decoration: none;
    }

.footer ul li > a > i {
    margin: 0px 3px;
}

.footer ul a:hover i.fa-facebook-square {
    color: #456bba;
}

.footer ul a:hover i.fa-twitter-square {
    color: #1ab2e8;
}

.footer ul a:hover i.fa-linkedin-square {
    color: #0079b0;
}

.footer ul a:hover i.fa-weixin {
    color: #73c71b;
}

.footer ul a:hover i.fa-youtube-square {
    color: #de1927;
}

.aWeixin {
    position: relative;
}

    .aWeixin:hover .weiXinDiv {
        display: block;
    }

.weiXinDiv {
    position: absolute;
    top: -270px;
    right: -105px;
    display: none;
}

.copyright {
    padding: 15px 0px;
    border-top: 1px solid #464646;
}

.to-top {
    position: fixed;
    bottom: -40px;
    right: 30px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    transiton: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

    .to-top:hover {
        background-color: rgba(0,0,0,0.5);
    }

    .to-top.appear {
        bottom: 30px;
        transiton: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }

@media (min-width:0) and (max-width:767px) {
    .sm-text-center {
        text-align: center;
    }

    .common-tabpanel-nav {
        border: 0px none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        overflow: auto;
        text-align: center;
    }

        .common-tabpanel-nav.nav-tabs > li,
        .common-tabpanel-nav.nav-tabs > li:last-child {
            border: 1px solid #ddd;
            display: inline-block;
            margin: 3px 1px;
            float: none;
        }

            .common-tabpanel-nav.nav-tabs > li > a {
                display: block;
            }
}
