
body{
    /*background-image: url('../../image/bg_home.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;*/
    background-color: #FFFFFF;

}
body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
body {
    font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.atopic{
    width: 100%;
    height: 330px; overflow-x:hidden; overflow-y:scroll;}
.atopic::-webkit-scrollbar {/*滚动条整体样式*/
            width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
        .atopic::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
        .atopic::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
        }
.navbar-default .navbar-nav > li > a {
    color: #003f76;
}
.homebgimg{

    background-image: url('../../image/home_img.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #03548b;
}

.homebg{

}
.body_section{
    /*    padding:30px 20px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color:#525252;
}
.body_section img{
    height:auto!important;
    max-width: 100%!important;
}

.nav_header{
    position: absolute; 
    top:0;
    left:0;
    width:100%;
    z-index:999;
}
/*顶部导航 start*/
#top-navbar{
    padding:10px 15px;
    z-index:999;
}
#top-navbar  .navbar-brand{
    padding:0 15px;
}
#top-navbar .navbar-brand .media-object{
    max-height:100%;
    height:40px;
    width:auto;
    margin:5px 0;
}

#top-navbar{
    background-color: rgba(255, 255, 255, 0.5);
    margin-top:20px;
    border:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#top-navbar .navbar-nav li a{
    padding:10px 25px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#top-navbar .dropdown{
    flex:unset;
    white-space: nowrap;
}
#top-navbar .navbar-nav a:hover,
#top-navbar .navbar-nav a:focus,
#top-navbar .navbar-nav>.open>a,
#top-navbar .navbar-nav>.open>a:focus,
#top-navbar .navbar-nav>.open>a:hover,
#top-navbar .navbar-nav>.active>a,
#top-navbar .navbar-nav>.active>a:focus,
#top-navbar .navbar-nav>.active>a:hover {
    background-color:#3f97ea;
    color:#fff;
}
/*顶部导航 end*/

/*logo背景 start*/
.headerbg{

    background-image: url('../../image/bg_home.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.header_content{
    height: 500px;
}


.header_bg .bg_img{
    position: relative;
    width:200%;
    height:auto;
    top:0;
    left:-50%;
}

.header_bg .header_content{

    top:0;
    left:0;
    align-items: center;
    justify-content: center;
    width:100%;
}

.header_bg .header_logo{

    top:0;
    left:0;
    width:100%;
    height:100%;
    padding-top:90px;
}

.header_bg .header_logo >div{
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header_bg .header_logo img{
    width:80px;
    height:auto;
}

.header_bg .header_logo .title_zh{
    font-size:20px;
    letter-spacing: 0.2em;
    color: #fff;
}

.header_bg .header_logo .title_en{
    font-size:12px;
    color: #fff;
}
.header_bg .path_nav{
    display: block;
    position: absolute;
    bottom:10px;
}
.header_bg .breadcrumb{
    margin:0;
    background: none;
}
.header_bg .breadcrumb li:nth-child(n + 2)::before{
    content:' >>';
}
.header_bg .breadcrumb a{
    color:#fff;
}
/*logo背景 end*/

/*右侧按钮 start*/
.right_tabbar{
    display: none;
}
/*右侧按钮 end*/

/*底部 start*/

.footer >div{
    position: relative;
    top:0;
    left:0;
    width:100%;
    z-index: 100;
}
.footer .footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/image/footer_bg.jpg);
    padding: 34px 0;
    color: #fff;
}
.footer .footer_content> div {
    margin: 10px 0;
}
.footer .foot_menu {
    display: flex;
    justify-content: center;
}
.footer .footer_bottom, .footer  .footer_bottom > .qr {
    display: flex;
    align-items: center;
}
.footer .foot_menu > .menu_item {
    text-align: center;
    width: 160px;
}
.footer .foot_menu > .menu_item:last-child {
    border-right: none;
}
.footer .foot_menu > .menu_item > div {
    font-size: 12px;
    color: #84C225;
    font-weight: 500;

}
.footer .foot_menu > .menu_item > ul {
    margin: 0;
    padding: 0 1em;
    font-size: 12px;
}
.footer .foot_menu > .menu_item > ul > li {
    list-style: none;
    margin: 2px 0;
    font-size: 12px;

}
.footer .foot_menu > .menu_item > ul > li > a {
    display: block;
    padding: 5px 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #84C225;
    text-decoration: none;
    font-size: 12px;
}
.footer .foot_menu > .menu_item > ul > li > a:hover {
    color: #fff;
    background-color: #84C225;
}
.footer .footer_content > .footer_bottom > div {
    padding: 0 20px;

}
.footer .footer_bottom > .logo {

}
.footer .footer_bottom > .logo > img {
    height: 70px;
    width: auto;
}
.footer .footer_bottom > .contact > text {
    display: block;
    line-height: 1.9em;
    font-size: 12px;
}
.footer .footer_bottom > .qr > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
}
.footer .footer_bottom > .qr img {
    width: 80px;
    height: 80px;
}
.footer_arrow{
    display: flex;
    justify-content: center;
}
.footer_arrow > div {
    cursor: pointer;
    padding:10px 30px 10px 30px;
    background-color:#4E4E4E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.footer_arrow img{
    width:80px;
    height:auto;
}
.rotate{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
/*底部 end*/

@media (min-width: 768px){
    .body_section{
        margin:30px 40px;
        font-size: 15px;
    }
    #top-navbar .navbar-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height:50px;
        margin: 0;
        width: auto;
        float:unset;
    }
    #top-navbar .navbar-nav > li{
        float: unset;
        flex:1;
        margin:0 5px;
        text-align: center;
    }
    #top-navbar .navbar-nav > li >a{
        padding:5px 0;
        font-size: 15px;
    }
    #top-navbar .navbar-nav li li a {
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        margin:5px 0;
        background-color: rgba(255, 255, 255, 0.5);
    }
    #top-navbar .dropdown-menu{
        padding-top:20px;
        background:transparent;
        border:none;
        text-align: center;
        width:100%;
        box-shadow: none;
    }
    /*顶部导航 end*/

    /*logo背景 start*/
    .header_bg .bg_img{
        width:100%;
        top:0;
        left:0;
    }
    .header_bg .header_logo {
        padding-bottom:20px;
    }
    .header_bg .header_logo img{
        width:150px;
    }
    .header_bg .header_logo .title_zh{
        font-size:50px;
        color:#fff;
        letter-spacing: 0.2em;
    }
    .header_bg .header_logo .title_en{
        font-size:16px;
        color:#fff;
    }
    /*logo背景 end*/

    /*右侧按钮 start*/
    .right_tabbar{
        z-index: 999;
        display: block;
        position: absolute;
        top:20%;
        right:0;
        overflow: hidden;
    }
    .right_tabbar > div{
        position: relative;
        right:calc(-100% + 45px);
        width:calc(81px + 45px);
        border-top-left-radius:calc(1em + 10px);
        border-bottom-left-radius: calc(1em + 11px);
        background-color:rgba(255,255,255,0.6);
        cursor:pointer;
        margin:15px 0;

        transition:right 1s;
        -moz-transition:right 1s; /* Firefox 4 */
        -webkit-transition:right 1s; /* Safari and Chrome */
        -o-transition:right 1s; /* Opera */
    }
    .right_tabbar > div > a{
        display: flex;
        justify-content: center;
        text-decoration: none;
        color:#596065;
        padding:11px 15px;
    }

    .right_tabbar > div > a text{
        flex:1;
    }
    .right_tabbar > div > a icon {
        font-size:20px;
        margin-right:15px;
    }
    .right_tabbar > div:hover{
        right:0;
        background-color:#3F97EA;
    }
    .right_tabbar > div:hover a{
        color:#fff;
    }
    /*右侧按钮 end*/

    /*左侧导航 start*/
    .left_menu{
        padding:0;
    }
    .left_menu > .menu_title{
        position: absolute;
        top:-130px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color:#fff;
        height:130px;
        width:100%;
        background-image:url(/image/green_bg.png);
        background-size:100% 100%;
    }
    .left_menu > .menu_title > div:nth-child(1){
        letter-spacing: 0.2em;
        font-size:20px;
    }
    .left_menu > .menu_title > div:nth-child(2){

        font-size:10px;
    }
    .left_menu > .menu{
        /*width:100%;*/
        /*display: none;*/
        margin:0;
        padding:1px 0;
        background-color:#EEEEEE;
        font-size: 12px;
    }
    .left_menu > .menu > li{
        margin:10px;
        position: relative;
        display: flex;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        list-style: none;
        background-color: #003f76;
    }
    .left_menu .menu .action{
        background-color: #84C225;
    }
    .left_menu > .menu > li > a{
        width:100%;
        padding:10px 0;
        color:#fff;
        text-align: center;
        text-decoration: none;
    }
    .left_menu > .menu > li > img{
        position: absolute;
        right:10px;
        top:14px;
        height:1em;
        width:auto;
    }
    .left_menu > .menu > li:hover{
        background-color:#84C225;
    }
    /*左侧导航-联系方式*/
    .contact{
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }
    .contact > ul{
        /*display: ;*/
        padding:15px 0;
        margin:0;
    }
    .contact > ul > li{
        list-style:none;
        margin:10px;
        display: flex;
    }
    .contact > ul > li div:nth-child(1){
        white-space: nowrap;
    }
    /*左侧导航 end*/
}
@media (min-width: 992px){
    .body_section{
        margin:30px 40px;
        font-size: 15px;
    }

}

@media (min-width: 1200px){
    .body_section{
        margin:30px 40px;
        font-size: 17px;
    }

}
