@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,ul,ol {
    margin: 0;
    padding: 0;
}
body {
    background-color:#fff;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Microsoft Yahei UI",SimHei,"宋体",simsun,sans-serif;
}
ul,ol {
    list-style: outside none none;
}
a, a:link, a:hover, a:active {
    text-decoration: none;
    outline: none;
}
div {
    box-sizing: border-box;
}
button {
    outline: none;
}
.none {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.center {
    width: 1200px;
    margin: 0 auto;
}



#header .h_top {
    height: 30px;
    background: #036eb7;
}
#header .h_top .center {
    text-align: right;
}
#header .phone {
    line-height: 30px;
    color: #fff;
    margin-left: 4px;
}
#header .h_bottom {
    height: 104px;
}
#header .logo {
    padding-top: 27px;
}
#header .h_right {
    width: 70%;
    text-align: right;
}
#header .language {
    margin-top: 10px;
    display: inline-block;
}
#header .language li {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}
#header .language li a {
    display: block;
    color: #b2b2b2;
}
#header .language li.active a {
    color: #fff;
    background: #036eb7;
}



.h_navbar {
    height: 73px;
    position: relative;
    right: -25px;
}
.h_navbar .navbar-collapse {
    padding: 0;
}
.h_navbar .navbar {
    height: 73px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.h_navbar .nav > li {
    text-align: center;
    font-size: 18px;
}
.h_navbar .nav > li > a {
    color: #333;
    line-height: 73px;
    padding: 0 25px;
}
.h_navbar .navbar-default .navbar-nav > li > a:focus,
.h_navbar .navbar-default .navbar-nav > li > a:hover {
    color: #036eb7;
}
.h_navbar .navbar-default .navbar-nav > .open > a,
.h_navbar .navbar-default .navbar-nav > .open > a:focus,
.h_navbar .navbar-default .navbar-nav > .open > a:hover {
    /* color: #ccc; */
    background: transparent;
}

.h_navbar .navbar-default .navbar-nav>.active>a,
.h_navbar .navbar-default .navbar-nav>.active>a:focus,
.h_navbar .navbar-default .navbar-nav>.active>a:hover {
    /* color: #ccc; */
}

.h_navbar .dropdown-menu {
    min-width: 100%;
    padding: 0;
    background: transparent;
}
.h_navbar .dropdown-menu > li {
    width: 100%;
    height: 50px;
    font-size: 16px;
}
.h_navbar .dropdown-menu > li > a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    background: #fff;
}
.h_navbar .dropdown-menu > li > a:focus,
.h_navbar .dropdown-menu > li > a:hover {
    background: #036eb7;
    color: #fff;
}







#footer {
    width: 100%;
    float: left;
    background: #e6e6e6;
    padding: 50px 0 14px 0;
    height: 248px;
}
#footer .text {
    width: 820px;
    height: 180px;
    border-right: 1px dotted #999;
    position: relative;
}
#footer .text .f_nav {
    float: left;
    text-align: center;
    margin-left: 50px;
}
#footer .text .f_nav:first-child {
    margin-left: 0;
}
#footer .text .f_nav li {
    height: 26px;
}
#footer .text .f_nav li a {
    color: #333;
}
#footer .text .f_nav li a:hover {
    color: #036eb7;
}
#footer .text .f_nav li:first-child,
#footer .text .f_nav li:first-child a {
    font-weight: bold;
}
#footer .text .icp {
    width: calc(100% - 140px);
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #999;
}
#footer .pic {
    height: 180px;
    line-height: 180px;
}


