@charset "utf-8";
/*
Copyright ibw.cn
Created by Clearfix
*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 Microsoft YaHei, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}

figure {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

a {
    blr: expression_r(this.onFocus=this.blur());
}

a {
    outline: none;
    transition-duration: 0.3s, 0.3s;
    transition-property: background-color, color;
    transition-timing-function: ease, ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBd {
    border: none !important;
}

.noMr {
    margin-right: 0 !important;
    float: right !important;
}

.i {
    text-align: justify;
    text-justify: inter-ideograph;
}

/*Body*/
body {
    color: #444;
}

a {
    color: #444;
}

a:hover {
    color: #027bcf;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.siteNav {
    height: 31px;
    background: #575757 url(siteNav.jpg) no-repeat center top;
    color: #fff;
}

.siteNav .g-in {
    width: 1200px;
    height: 31px;
    margin: 0 auto;
}

.m-wel {
    float: left;
    line-height: 31px;
}

.m-set {
    float: right;
    height: 31px;
}

.topLink {
    float: left;
    height: 31px;
}

.topLink li {
    float: left;
    margin-left: 12px;
    line-height: 31px;
    display: inline;
}

.topLink li a {
    color: #fff;
    margin: 0 10px;
}

.topLink li a:hover {
    color: #ddd;
}

.topLink-1 {
    padding-left: 18px;
}

.topLink-2 {
    padding-left: 33px;
    background: url(o_ico_02.jpg) no-repeat left center;
}

.sForm {
    float: left;
    width: 206px;
    height: 25px;
    margin: 3px 0 0 12px;
    background: url(sForm.png) no-repeat;
    z-index: 9;
}

.sForm div, .sForm input {
    float: left;
}

.sForm .sInputBox {
    position: relative;
    width: 173px;
    height: 25px;
    background: none;
    overflow: hidden;
}

.sForm .sInputBox input {
    width: 163px;
    height: 19px;
    padding: 3px 0 3px 10px;
    border: none;
    background: none;
    color: #aaa;
    font-family: arial;
    line-height: 16px;
}

.sForm .sBtn {
    width: 33px;
    height: 25px;
    overflow: hidden;
}

.sForm .sBtn input {
    width: 33px;
    height: 25px;
    border: none;
    background: none;
    color: #fff;
    font-size: 0;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
}

.topnav{
    background: #f3f3f3;
}

.topArea {
    position: relative;
    width: 1200px;
    height: 98px;
    margin: 0 auto;
    z-index: 4;
}

.logo {
    float: left;
    margin-top: 23px;
}

.nav {
    float: right;
    z-index: 2;
}

.nav ul { /*width:735px; */
    height: 66px;
    padding-top: 33px;
}

.nav li {
    float: left;
    width: 105px;
    height: 66px;
    padding: 0;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    position: relative;
}

.nav li span, .nav li i {
    display: inline-block;
    vertical-align: top;
}

.nav li i {
    width: 7px;
    height: 4px;
    margin-top: 20px;
    background: url(o_ico_07.gif) no-repeat;
}

.nav li span {
    padding: 0 5px;
}

.nav li a {
    display: block;
    width: 118px;
    padding: 0;
    color: #4b4b4b;
}

.nav li a:hover, .nav li .current, .nav .on a {
    color: #027bcf;
}

/*Banner*/
.banner {
    width: 100%;
    text-align: center;
}

.banner img, .banner .swiper-container{
    width: 100%;
}

.banner .hd {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 10px;
    z-index: 4;
}

.banner .hd ul {
    width: 1000px;
    height: 10px;
    margin: 0 auto;
    text-align: right;
    padding-right: 160px;
}

.banner .hd ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 10px;
    background: #ccc;
    border: 2px solid #ccc;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
}

.banner .hd ul .on {
    border: 2px solid #027bcf;
    background: none;
}

.g-network {
    background: #f3f3f3;
}

.g-network .m-network {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}

.m-exs {
    float: left;
    padding: 0;
}

.m-ex {
    float: left;
    width: 159px;
    padding: 0 10px 0 30px;
    border-right: 1px solid #ddd;
    min-height: 220px;
}

.m-ex .hd {
    position: relative;
    height: 30px;
    line-height: 30px;
}

.m-ex .hd h2 {
    color: #626262;
    font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
}

.m-ex .bd {
    padding: 5px 0;
    line-height: 26px;
}

.m-ex .bd a {
    color: #9a9a9a;
}

.m-ex .bd a:hover {
    color: #a00;
}

.m-r {
    float: right;
    width: 218px;
}

.qrcode {
    text-align: center;
}

.m-wei {
    height: 40px;
    padding: 8px 0;
    line-height: 40px;
    text-align: center;
}

.m-wei span {
    display: inline-block;
    color: #989898;
    font-size: 16px;
    vertical-align: top;
}

.m-wei img {
    margin: 0 0 0 10px;
}

.footer {
    background: #027bcf;
    text-align: center;
}

.footer .bd {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    line-height: 26px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #dc8585;
}

.footer .select {
    float: left;
    width: 250px;
    height: 26px;
    border: 1px solid #dc8585;
    color: #fff;
}

.footer .select option {
    color: #333;
}

.footer .links {
    float: left;
    margin-left: 40px;
}

.footer .copy {
    float: right;
}

.back-to {
    position: fixed;
    bottom: 60px;
    right: 60px;
    display: none;
    z-index: 999;
}

.back-to .back-top {
    display: block;
    width: 60px;
    height: 60px;
    background: url(top.png) no-repeat;
    outline: 0 none;
    text-indent: -9999em;
    overflow: hidden;
}

.back-to .back-top:hover {
    background-position: 0 0;
}

.nav li:hover .subNav {
    display: block;
}

.subNav {
    display: none;
    background: #fff;
    box-shadow: 1px 1px 10px 0px #ccc;
    width: 136px;
    position: absolute;
    left: -12px;
}
.subNav a{
    width: 100% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px !important;
    box-sizing: border-box;
}
#map{
    width: 100%;
    height: 450px;
}
