@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
img, fieldset {
    border: 0;
}
/* set image max width to 100% */
img {
    max-width: 100%;
    border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    background: #f6f6f6;
}
a {
    color: #048fbe;
    text-decoration: none;
    outline: none;
}
.clear {
    clear: both;
}
/* list */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* headings */
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
}
/* reset webkit search input styles */
input[type=search] {
    -webkit-appearance: none;
    outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.inner {
    width: 1100px;
    margin: auto;
}
.inner li{ float:left; }
.inner ul .div1{ color:#048fbe; text-align:left; font-size: 16px; font-weight: bold; margin-left:4px; margin-top:26px;}
#main .inner {
    background: white;
}
.l {
    float: left;
}
.r {
    float: right;
}
/*header*/
#header {
    background: white;
    height: 180px;
}
#header .rtop {
    text-align:right;
    color:#919191;
    margin-top: 40px;
}

#header .rbottom {
    font-size:24px;
    color:#F6845C;
    padding-left:30px;
    background:url(../images/callicon.png) no-repeat left center;
}
#header span.wx {
    display:inline-block;
    width:26px;
    height:26px;
    background:url(../images/wx.jpg) no-repeat left center;
    vertical-align:middle;
    cursor:pointer;
}
#header span.wx {
    *display:inline;
}
#header .rtop {
    position:relative;
}
#header .rtop .wxbox {
    position:absolute;
    top:30px;
    right:0;
    width:120px;
    height:120px;
    border:1px #ccc solid;
    z-index:100;
    background:#fff;
    padding:10px;
    display:none;
}
/*导航*/
.navbg {
    height: 50px;
    width: 100%;
    background:url(../1/navbg.png) repeat-x left top;
    position: absolute;
    z-index: 99;
    left: 0;
}
#navul li {
    float: left;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
}
#navul li a:link, #navul li a:visited {
    color: #fff;
}
#navul li ul {
    display: none;
    position: absolute;
    z-index:9;
    top: 48px;
    left: 0px;
    background: #0199cd;
    width:auto;
}
#navul li ul li {
    display: block;
    width:auto;
    float: none;
    margin-right: 0px;
    height: auto;
    overflow: hidden;;
    position: relative;
    line-height: 30px;
}
#navul li.navmoon {
    background: #0199cd;
    height: 50px;
    line-height: 50px;
}
#navul li.navmoon a {
    color: #fff;
}
#navul li.navhome a:hover {
    color: #fff;
}
#navul li.navmoon ul {
    display: block;
    width: 100%;
}
#navul li.navmoon ul a {
    display: block;
    width: 98%;
    height: 30px;
    line-height: 30px;
    padding: 0 1%;
}
#navul li.navmoon ul a:hover {
    /*background: #2b2b2b;*/
    color:#333;
    text-decoration:underline;
}
#navul li a {
    display:block;
    padding: 0 19px;
    font-size: 16px;
}
#navul li ul li a {
    font-size: 14px;
}
/*底部*/
#footer {
    height:237px;
    background:#1b252e;
    color:#8b939d;
}
#footer .footertop .l {
    margin-right:30px;
    padding-left:35px;
    min-height:55px;
    width:200px;
}
#footer .footertop{
    padding:35px 15px 0;
    border-bottom:1px #313a43 solid;
}
#footer .footertop .address {
    background:url(../images/footericon.png) no-repeat left top;

}#footer .footertop .call {
     background:url(../images/footericon-02.png) no-repeat left top;

 }#footer .footertop .time {
      background:url(../images/footericon-03.png) no-repeat left top;

  }#footer .footertop .email {
       background:url(../images/footericon-04.png) no-repeat left top;
   }
.footerbottom .bottomnav {
    text-align:center;
    padding:25px 0;
}
.footerbottom .bottomnav li{
    display:inline-block;
    font-size:16px;
    margin:0 17px;
}
.footerbottom .bottomnav li a {
    color:#8b939d;
}
.footerbottom .bottomnav li a:hover {
    color:#fff;
}
.footerbottom .bottomnav li{
    *display:inline;
}
.copyright {
    text-align:center;
}