﻿@charset "utf-8";

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, span, a {
    border: 0 none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:focus{
    outline: none !important;
}

    a:hover, a:active {
        text-decoration: none;
    }

.container {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}
/*字体引入*/
@font-face {
    font-family: 'AvenirLTStd-light';
    src: url('../fonts/Avenir-light/AvenirLTStd-light.eot');
    src: url('../fonts/Avenir-light/AvenirLTStd-light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-light/AvenirLTStd-light.woff') format('woff'), url('../fonts/Avenir-light/AvenirLTStd-light.ttf') format('truetype'), url('../fonts/Avenir-light/AvenirLTStd-light.svg#AvenirLTStd-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('../fonts/Avenir/AvenirLTStd-Medium.eot');
    src: url('../fonts/Avenir/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/Avenir/AvenirLTStd-Medium.ttf') format('truetype'), url('../fonts/Avenir/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    font-family: 'AvenirLTStd-light',"microsoft yahei", Arial, Helvetica, sans-serif;
    color: #333;
}

/*手机导航*/
.navbar-toggle {
    margin-top: 28px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav > li {
    display: inline-block;
    position: relative;
    z-index: 1;
    display: block;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    padding: 18px 16px;
}

    /*nav导航开始*/
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
        background: #a3c721;
        color: #fff;
        text-decoration: none;
    }

.navbar-nav > li > a:hover {
    color: #fff;
    background: #a3c721;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.choose {
    color: #fff;
}

.navbar-nav > li > a > span {
    color: #fff;
    display: block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: #a41034;
    border-radius: 15px;
}

.navbar-right .xl a {
    font-size: 12px;
    color: #666;
}


/*footer开始*/
.footer {
    background: #0e232e;
    min-height: 650px;
}

#dituContent{
    height:650px;
}

.fmap {
    background: url(../../images/en/map.png) no-repeat left center;
    background-size: cover;
    min-height: 650px;
}

.f-right {
    padding-left: 60px;
}

    .f-right h4 {
        font-size: 48px;
        color: #fff;
        padding-top: 50px;
        font-family: 'AvenirLTStd';
    }

    .f-right p {
        color: #fff;
        font-size: 16px;
        line-height: 35px;
    }

.bort {
    padding-top: 30px;
    border-bottom: 1px solid #293b45;
}

    .bort p.p1 {
        padding-left: 40px;
        background: url(../../images/en/home.png) no-repeat left top;
        line-height: 26px;
    }

    .bort p.p2 {
        padding-left: 40px;
        background: url(../../images/en/home2.png) no-repeat left top;
    }

    .bort p.p3 {
        padding-left: 40px;
        background: url(../../images/en/home3.png) no-repeat left top;
    }

    .bort p.p4 {
        padding-left: 40px;
        background: url(../../images/en/home4.png) no-repeat left top;
    }

.flih {
    min-height: 160px;
}

.fli {
    min-height: 60px;
}

    .fli img {
        padding-right: 8px;
    }

.flih img {
    padding-right: 8px;
}

.wc-copy {
    padding-top: 15px;
}

    .wc-copy p {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
    }

        .wc-copy p a {
            color: #fff;
        }

            .wc-copy p a:hover {
                text-decoration: underline;
            }


ol.no-style, ul.no-style {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    ol.no-style li, ul.no-style li {
        list-style: none;
        position: relative;
        line-height: 150%;
    }

ol.outside.no-style, ul.outside.no-style {
    padding-left: 20px;
}

ol.inline-block li, ul.inline-block li {
    display: inline-block;
}


@media only screen and (max-width: 767px) {
    /*导航*/
    .navbar .navbar-collapse {
        background: #a3c721;
        z-index: 111;
        position: relative;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 18px;
        padding: 5px 4px;
    }
    /*footer*/
    .f-right h4 {
        font-size: 32px;
        padding-top: 30px;
    }

    .f-right {
        padding: 0 40px;
    }

    .bort {
        padding-top: 20px;
    }

    .flih {
        min-height: 40px;
        margin-bottom: 20px;
    }

    .fli {
        min-height: 60px;
    }

    .wc-copy {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}


/*header-nav*/
@media screen and (min-width: 992px) {

    .header-nav .nav {
        display: table;
        width: 100%;
        position: relative;
    }

        .header-nav .nav > li {
            position: static;
            display: table-cell;
            float: none;
            text-align: center;
        }

    .header-nav .dropdown-menu {
        background: rgba(255, 255, 255,0.96);
        border-radius: 0;
        border: none;
        float: none;
        right: 0;
        padding: 30px 50px;
        border-top: 3px solid #a3c721;
        border-bottom: 5px solid #a3c721;
        margin-top: -1px;
    }

    .header-nav .nav > li > a {
        font-size: 18px;
        display: block;
        padding: 8px 0;
        border-radius: 0;
        color: #fff;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        .header-nav .nav > li > a .fa {
            /*margin-left: 5px;*/
            vertical-align: middle;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover {
            text-decoration: none;
            background-color: #a3c721;
            border: none;
            color: #fff;
            opacity: 0.9;
        }

    .header-nav .nav .open > a, .header-nav .nav .open > a:focus, .header-nav .nav .open > a:hover {
        background-color: #a3c721;
        color: #fff;
    }

        .header-nav .nav .open > a .fa-angle-down {
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .header-nav .nav .open {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .header-nav .nav .open > a .fa-angle-down {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

    .nav-pills > li + li {
        margin-left: 0;
    }

    /*sub-menu*/

    .header-nav .dropdown-menu .sub-title {
        font-size: 20px;
        display: block;
        color: #a3c721;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .header-nav .dropdown-menu .sub-title + ul > li {
            border-bottom: 1px dashed #ccc;
            position: relative;
        }

            .header-nav .dropdown-menu .sub-title + ul > li:before {
                content: "";
                position: absolute;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #a3c721;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                left: -18px;
                top: 17px;
            }

            .header-nav .dropdown-menu .sub-title + ul > li > a {
                display: block;
                padding: 9px 0;
                color: #333;
                font-size: 16px;
            }

            .header-nav .dropdown-menu .sub-title + ul > li a:hover {
                color: #a3c721;
            }


    .mobile-nav-header {
        display: none !important;
    }


    /*header header-fixed*/
    .header.header-fixed .header-nav {
        /*background: #8b9ba2a1;*/
        background: url(../../images/en/ttbg.png) repeat ;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        border-bottom: 1px solid #8b9ba2;
    }

        .header.header-fixed .header-nav .nav > li > a {
            padding: 15px 0;
        }
}

@media screen and (min-width: 1400px) {
    .header-nav .nav > li > a {
        padding: 15px 0;
    }
}

/* mobile header-nav*/
@media screen and (max-width: 991px) {

    .header-nav {
        bottom: auto;
        top: 0;
        text-align: left;
    }

        .header-nav .nav {
            float: none;
        }

            .header-nav .nav > li {
                float: none;
                display: block;
            }

                .header-nav .nav > li > a {
                    padding: 0;
                    font-size: 18px;
                }

                    .header-nav .nav > li > a span {
                        padding: 8px 0;
                        display: block;
                        color: #fff;
                    }

        .header-nav .nav-pills, .header-nav .dropdown-menu {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            -webkit-transition: all .6s;
            -o-transition: all .6s;
            transition: all .6s;
            transform: translateY(-100%);
            z-index: 999;
            width: 280px;
            background: #a3c721;
            padding: 15px 15px 30px;
            left: auto;
            height: auto;
            overflow-x: hidden;
            overflow-y: auto;
            display: block;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .header-nav .dropdown-menu {
            border: none;
            padding: 15px 0;
            margin-top: 0;
        }

            .header-nav .dropdown-menu > .row {
                padding: 0;
                width: auto;
                margin: 0;
            }

    .header-mobile {
        float: right;
    }

    .site-mobile .header-nav .nav-pills, .site-mobile .dropdown-menu.show {
        /*right: 0;*/
        transform: translateY(0);
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }

    .site-tree-mobile {
        display: block !important;
        height: 74px;
        line-height: 74px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        color: #fff;
        padding: 0 15px;
        position: absolute;
        z-index: 998;
        right: 0px;
        top: 0px;
    }

        .site-tree-mobile .fa {
            font-size: 22px;
            margin-left: 5px;
        }

    .site-mobile .site-mobile-shade {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.75);
        z-index: 999;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }

    .header-nav .nav .fa-angle-down {
        float: right;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        right: 0;
        line-height: 40px;
        text-align: right;
        margin-top: 0px;
    }

        .header-nav .nav .fa-angle-down:before {
            content: "\f105";
            color: #fff;
            /*opacity: .75;*/
            margin-top: 0px;
        }

    .header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover, .header-nav .nav .open > a, .header-nav .nav .open > a:focus, .header-nav .nav .open > a:hover {
        background: none;
        border: none;
        color: #fff;
    }

    .header-nav .dropdown-menu .sub-title + ul > li a:hover {
        color: #fff;
    }

    .header-nav .nav > li > a:focus .fa-angle-down:before, .header-nav .nav > li > a:hover .fa-angle-down:before {
        content: "\f105";
    }

    .mobile-nav-header {
        display: block !important;
        text-align: right;
        margin-top: -15px;
        height: 60px;
        line-height: 60px !important;
        padding: 0 !important;
    }

    .header-nav .back, .header-nav .closeIcon {
        color: #fff;
        font-size: 38px;
        display: inline-block;
        cursor: pointer;
        padding: 0 13px;
    }

    .header-nav .back {
        font-size: 24px;
    }

    .header-nav .back {
        float: left;
    }

    .header-nav .dropdown-menu > .row > li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-nav .dropdown-menu .sub-title {
        padding: 5px 0;
        display: block;
        font-size: 18px;
        color: #fff;
    }

        .header-nav .dropdown-menu .sub-title + ul {
            border-top: 1px dashed #fff;
            padding: 10px 0 10px 20px;
        }

            .header-nav .dropdown-menu .sub-title + ul > li:before {
                content: "";
                position: absolute;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #fff;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                left: -18px;
                top: 12px;
                opacity: .85;
            }

            .header-nav .dropdown-menu .sub-title + ul > li > a {
                width: 100%;
                overflow: hidden;
                display: block;
                font-size: 16px;
                padding: 5px 0;
                color: #0e232e;
            }

    .navbar-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #8b9ba2; 
        border-bottom: 1px solid #8b9ba2;
        padding: 5px 0 2px;
    }

    .dropdown-backdrop {
        display: none;
    }

    body {
        position: relative;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .site-mobile, .site-mobile .logo {
        /*left: -280px;*/
    }

    .wc-copy {
        padding-top: 20px;
        padding-bottom: 30px;
    }  

}

@media screen and (max-width: 767px) {
    .site-tree-mobile {
        height: 50px;
        line-height: 50px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row [class*=col-] {
            padding-left: 5px;
            padding-right: 5px;
        }

    #img {
        height: 50px;
    }

    #dituContent {
        height: 280px;
    }
}

@media screen and (max-width: 767px) and (min-width: 568px) {
    .col-xsm-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    #dituContent {
        height: 280px;
    }
}

.table-responsive{
    border:none;
}