html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

html {
    width: 100%;
    min-width: 1000px;
    *overflow-x: hidden
}

img {
    border: 0 none;
    vertical-align: top
}

ul, li {
    list-style-type: none
}


h1, h2, h3, h4, h5, h6 {
    font-size: 14px
}

body, input, select, button, textarea {
    font-size: 12px;
    font-family: \5B8B\4F53, Arial, Helvetica, sans-serif
}

button {
    cursor: pointer
}

body {
    background: #fff;
    color: #666;
    line-height: 1.2
}

a, a:link, a:visited {
    text-decoration: none;
    color: #666
}

a:active, a:hover {
    text-decoration: none;
    color: #0b53a7
}

a:focus {
    -moz-outline-style: none
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear {
    zoom: 1
}

.clear {
    diplay: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0
}

.fn-left, .fn-right {
    display: inline;
    float: left
}

.fn-right {
    float: right
}

.fn-relative {
    position: relative
}

.fn-absolute {
    position: absolute
}

.fn-pt {
    display: block;
    height: 20px;
    overflow: hidden;
    zoom: 1;
    clear: both
}

.fn-pt2 {
    display: block;
    height: 10px;
    overflow: hidden;
    zoom: 1;
    clear: both
}

.container {
    width: 1000px;
    margin: 0px auto
}

.title {
    border-bottom: 2px solid #0b53a7;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-family: \5FAE\8F6F\96C5\9ED1
}

.title h2 {
    border-bottom: 2px solid #f8aa00;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: -2px;
    font-weight: normal
}

.title h2 span {
    color: #0b53a7;
    font-size: 14px
}

.title a, .title a:link, .title a:visited {
    color: #000
}

.more {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #0B53A7
}

.more a, .more a:link, .more a:visited {
    color: #0b53a7;
    display: inline-block;
    line-height: 30px
}

.more strong {
    color: #000
}

/*头部*/
#top .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    float: left;
}

#top .logo img {
    vertical-align: middle
}

.toptel {
    background: url(../images/tel.png) no-repeat left center;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
    padding-left: 30px;
    margin-top: 18px;
    height: 52px;
    color: #000000;
    padding-top: 3px
}

.toptel span {
    font-size: 26px;
    color: #0b53a7
}

/*多级菜单导航*/
#nav {
    height: 39px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    z-index: 100000000;
    background: #0154a4;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 15px
}

#main-menu {
    height: 39px;
    float: left
}

ul.sm, ul.sm li {
    display: block;
    line-height: normal;
    direction: ltr
}

ul.sm li {
    position: relative;
    float: left;
    height: 39px
}

ul.sm a, ul.sm a:link, ul.sm a:visited {
    display: block;
    line-height: 39px;
    white-space: nowrap;
    color: #fff
}





.sub-menu {
    background: #f6ab00;
    display: none;
    position: absolute;
    background: #f6ab00;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    min-width: 150px;
    top: 100%;
    left: 0;
    white-space: nowrap;
    padding: 8px 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    border-radius: 4px;
}
/* 鼠标悬停显示 */
.nav-item:hover .sub-menu {
    display: block;
}

/* 响应式处理 */
@media (max-width: 768px) {
    .sub-menu {
        width: auto;
        max-width: 200px;
        white-space: normal;
    }
}
ul.sm ul {
    position: absolute;
    top: -9999px;
    left: -800px;
    width: 100px
}


/* 新增的CSS修改 */
/* 二级菜单定位 */
ul.sm ul.sub-menu-2 {
    left: 100%;
    top: 0;
    margin-left: 1px;
    background: #e69500; /* 比一级菜单稍深的颜色 */
}
/* 二级子菜单样式及位置调整 */
.sub-menu .has-submenu > .sub-menu-2 {
    top: 0;
    left: 100%;
}
/* 菜单项悬停效果 */
ul.sm li:hover > ul {
    top: 100%;
    left: 0;
}

/* 二级菜单箭头指示 */
.has-submenu > a::after {
    content: "▶";
    font-size: 10px;
    margin-left: 5px;
}

/* 热区扩展 */
.has-submenu {
    padding: 0 15px;
    position: relative;
}

/* 防止菜单闪动 */
ul.sm ul {
    transition: opacity 0.3s;
    opacity: 0;
    display: block !important;
    visibility: hidden;
}
ul.sm li:hover > ul {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 100%;
}

/* 二级菜单交互优化 */
ul.sm ul.sub-menu-2 {
    left: 99%;  /* 防止1像素间隙 */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

ul.sm ul li a, ul.sm ul li a:link, ul.sm ul li a:visited {
    color: #fff;
    height: auto;
    background: none;
    text-align: left
}

/*2级3级颜色*/
ul.sm ul li a:hover {
    background: none
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li, ul.sm-vertical li {
    float: none
}

ul.sm ul a, ul.sm-vertical a {
    white-space: normal;
    background: none
}

ul.sm ul.sm-nowrap > li > a {
    white-space: nowrap;
    background: none
}

ul.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

/*banner*/
.banner {
    text-align: center
}

.banner a {
    display: block
}

.fullSlide {
    width: 100%;
    position: relative;
}

.fullSlide .bd {
    margin: 0px auto;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.fullSlide .bd ul {
    width: 100% !important
}

.fullSlide .bd li {
    width: 100% !important;
    overflow: hidden;
    text-align: center
}

.fullSlide .bd li a {
    display: block
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0
}

.fullSlide .hd ul {
    text-align: center
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 11px;
    overflow: hidden;
    text-align: center;
    color: #333
}

.fullSlide .hd ul .on {
    color: #fff
}

.fullSlide .prev, .fullSlide .next {
    display: inline;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -500px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.fullSlide .next {
    left: auto;
    right: 50%;
    margin-right: -500px;
    background-position: -6px -137px
}

/*搜索*/
.search {
    float: right;
    margin-top: 5px;
    width: 170px;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff
}

.search .shuruk {
    width: 135px;
    height: 28px;
    line-height: 28px;
    border: none;
    background: #fff;
    color: #999;
    font-size: 12px;
    padding: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.search .botton {
    width: 23px;
    height: 22px;
    border: none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat;
    color: #fff;
    margin-top: 5px;
    outline: none
}

/*首页导航*/
#index_ico {
    width: 915px;
    margin: 0 auto;
    position: relative;
    margin-top: -45px
}

#index_ico li {
    float: left;
    background: url(../images/ico_bg.png) no-repeat;
    width: 301px;
    height: 89px;
    margin-right: 4px
}

#index_ico li .left_tit {
    width: 130px;
    text-align: center;
    float: left
}

#index_ico li .right_tit {
    width: 171px;
    float: right
}

#index_ico li .right_tit p {
    background: url(../images/aorrw.gif) no-repeat left center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 20px
}

#index_ico li .right_tit div {
    margin-top: 15px;
    line-height: 18px;
    margin-left: 46px
}

#index_ico li .right_tit div span {
    display: inline-block;
    background: url(../images/left_bg.gif) repeat-x;
    height: 18px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 7px
}

#index_ico li .right_tit div span a {
    color: #fff
}

#index_ico li .right_tit div em {
    display: inline-block;
    background: #fff;
    height: 18px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 7px;
    font-style: normal
}

#index_ico li .right_tit div em a {
    color: #0b53a7
}

/*公告*/
#post {
    height: 36px
}

#post .post {
    background: url(../images/cement_bg.gif) repeat-x;
    height: 36px;
    width: 988px;
    float: left
}

.announ2 {
    line-height: 32px
}

.announ2 .antitle {
    font-size: 16px;
    color: #0b53a7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    margin-left: 20px
}

#scrollDiv {
    width: 545px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    float: left;
    font-size: 12px;
    font-family: \5B8B\4F53
}

#scrollDiv li {
    height: 36px;
    padding-left: 10px
}

#scrollDiv li a {
    color: #333
}

.wide_01 {
    width: 250px
}

.wide_02 {
    width: 460px;
    margin-left: 20px
}

.wide_03 {
    width: 730px
}

.wide_04 {
    width: 465px;
    margin-left: 20px
}

.about {
    line-height: 24px;
    padding: 10px 10px 0
}

.about a, .about a:link, .about a:visited {
    color: #f8aa00
}

/*滚动图片*/
.scrollleft {
    margin-top: 15px;
    width: 460px
}

.scrollleft li {
    float: left;
    display: inline;
    width: 203px;
    text-align: center;
    line-height: 19px;
    margin: 0 10px
}

.scrollleft img {
    width: 203px;
    height: 153px;
}

.scrollleft span {
    font-size: 14px;
    line-height: 36px;
    height: 36px
}

.honor2 li {
    float: left;
    text-align: center;
    margin-top: 20px
}

.honor2 li a:link, .honor2 li a:visited {
    display: block;
    width: 240px;
    color: #333
}

.honor2 li a:hover {
    color: #0b53a7
}

.honor2 li a img {
    width: 210px;
    height: 158px;
}

.honor2 li a p {
    line-height: 20px;
    font-size: 14px;
    padding-top: 10px
}

.image_articles li {
    border-bottom: #e6e6e6 solid 1px;
    padding: 15px 10px
}

.image_articles li a {
    display: block;
    line-height: 24px;
    color: #666
}

.image_articles li a img {
    float: left;
    width: 203px;
    height: 153px;
    float: left;
    display: block
}

.image_articles li a div {
    float: left;
    width: 480px;
    margin-left: 20px;
    margin-top: 5px
}

.image_articles li a div h3 {
    color: #333;
    line-height: 30px
}

.image_articles li a div span {
    background: url(../images/side_more.gif) no-repeat left 0px;
    display: block;
    width: 102px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    margin-top: 5px
}

/*文字列表*/
.listimg {
    float: left;
    margin-top: 10px
}

.listimg img {
    width: 181px;
    height: 181px;
}

.list li {
    width: 100%;
    background: url(../images/ico.gif) no-repeat left center;
    border-bottom: #999 dotted 1px;
    float: left
}

.list li a, .list li a:link, .list li a:visited {
    display: block;
    line-height: 32px;
    height: 32px;
    color: #333;
    padding-left: 10px
}

.list li a:hover {
    color: #0b53a7
}

.list li span {
    float: right;
    text-align: right;
    line-height: 32px
}

.contact {
    background: url(../images/contact.jpg) no-repeat right bottom;
    min-height: 190px
}

.contact .toptel {
    margin-left: 10px
}

.contact p {
    width: 210px;
    color: #333;
    line-height: 30px
}

#copyright {
    background: #0154a4;
    line-height: 30px;
    color: #fff;
    padding: 10px 0
}


/*友情链接*/
#link {
    color: #fff;
    width: 500px;
    border-left: #ffffff solid 1px;
    padding-left: 40px
}

#link ul {
    overflow: hidden;
    height: 90px
}

#link ul li {
    float: left;
    margin: 0 10px;
    display: inline;
    white-space: nowrap
}

#link ul li a, #link ul li a:link, #link ul li a:visited {
    color: #fff;
    line-height: 30px
}

#link ul li a:hover {
    color: #fff;
    line-height: 30px
}


#link ul img {
    width: 88px;
    height: 31px;
    margin-top: 10px;
}

.class ul li {
    margin-top: 10px
}

.class ul li a, .class ul li a:link, .class ul li a:visited {
    display: block;
    width: 238px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/class.gif) no-repeat;
    color: #0b53a7
}

.class ul li ul li a, .class ul li ul li a:link, .class ul li ul li a:visited {
    display: block;
    background: url(../images/class.gif) no-repeat;
    width: 238px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #666
}

/*内页*/
.side_about {
    margin-top: 10px
}

.side_about_img {
    text-align: center;
    padding-bottom: 10px
}

.side_about_img img {
    max-width: 600px;
    max-height: inherit;
    width: expression(this.width > 600 ? "600px" : this.width);
}

.side_about h2 {
    text-align: center;
    line-height: 40px;
    color: #0b53a7;
    font-size: 18px
}

.side_about h3 {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #999
}

.side_about_content {
    font-size: 10px;
    color: #333;
    line-height: 30px;
    padding: 10px
}

.apply {
    text-align: center
}

.apply a, .apply a:link, .apply a:visited {
    background: url(../images/side_more.gif) no-repeat;
    width: 102px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    font-size: 14px
}

.side_about_jop {
    line-height: 30px
}

.side_about_jop .input {
    height: 25px;
    line-height: 25px;
    width: 200px;
    border: #ccc solid 1px;
    padding: 0 5px
}

.side_about_jop span {
    color: #ff0000;
    margin-left: 10px
}

.side_about_jop .textarea {
    width: 470px;
    height: 100px;
    border: #ccc solid 1px;
    resize: none;
    margin-top: 5px;
    padding: 5px
}

.side_about_jop select {
    height: 25px;
    line-height: 25px;
    border: #ccc solid 1px
}

.bd3 {
    background: url(../images/side_more.gif) no-repeat;
    width: 102px;
    height: 32px;
    border: medium none;
    color: #fff;
    line-height: 32px;
    cursor: pointer
}

.biaoge {
    line-height: 35px;
    background: #fff;
    border-top: 1px #eee solid;
    border-right: 1px #eee solid
}

.biaoge th {
    border-bottom: 1px #eee solid;
    border-left: 1px #eee solid
}

.biaoge td {
    border-bottom: 1px #eee solid;
    border-left: 1px #eee solid
}

.biaoge a, .biaoge a:link, .biaoge a:visited {
    color: #0e7dba
}

.seach {
    line-height: 30px;
    padding-left: 10px
}

.seach span {
    padding: 0 10px;
    color: #0b53a7
}

.imgwith {
    width: 250px;
    height: auto
}

/*程序制作添加CSS*/
.banner {
    background: url(../images/banner_bg01.jpg);
    margin: 0 auto;
    text-align: center;
}

.page {
    clear: both;
    margin-top: 6px;
    color: #6E6E6E;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
    background: #F3F3F3;
    display: block;
    text-align: center;
}

/*留言板*/
.fn-left {
    display: inline;
    float: left;
}

.fn-left span {
    display: inline;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0
}

.fn-clear {
    zoom: 1
}

.message {
    float: left;
    height: auto;
    padding-left: 50px;
    width: 600px;
    margin-top: 20px
}

.message ul {
    margin-top: 12px;
}

.message ul li {
    clear: both;
    margin-bottom: 12px;
    overflow: hidden;
}

.message ul li div {
    width: 88px;
    padding-right: 8px;
    text-align: right;
}

.message ul li div span.required {
    color: #F00;
    padding-right: 5px;
}

.message ul li div span.title {
    color: #000;
}

.red {
    color: red;
}

.input, .textarea {
    border: 1px solid #999;
    border-radius: 2px 2px 2px 2px;
    color: #000;
    margin: 1px 0;
    padding: 3px;
    font-size: 12px;
}

.input {
    width: 250px;
}

.textarea {
    width: 450px;
    height: 180px;
    background: #FFF;
}

.submit {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}