* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

body {
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #333333;
}
.banner{
    background: url(../images/banner.jpg) no-repeat center #feff37;
    height: 461px;
}
.lead{
    width: 780px;
    margin: 10px auto 0 auto;
    background:url(../images/lead-1.png) no-repeat;
    padding:10px 10px 10px 160px;
    border:3px solid #2ea4de;
    text-indent: 2em;

    
}
.box {
    width: 960px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #288FF8;
    margin-top: 10px;
    font-family: "微软雅黑";
    font-size: 16px;
}

.nav li {
    float: left;
    width: 60px;
    text-align: center;
}

.nav li a {
    color: #FFFFFF;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.main-left {
    width: 340px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.main-mid {
    width: 340px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.main-right {
    width: 260px;
    height: auto;
    overflow: hidden;
    float: right;
}

.flash {
    width: 340px;
    height: 257px;
    margin-bottom: 13px;
}

.out-img {
    position: relative;
    width: 340px;
    height: 257px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    float: left;
    position: relative;
}

.out-img .img li img {
    display: block;
}

.out-img .img li p {
    height: 30px;
    width: 100%;
    background: #393a3e;
    color: #ffffff;
    text-indent: 10px;
    line-height: 30px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 10px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #677e2e;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}

.ltjl {
    width: 340px;
    height: auto;
    overflow: hidden;
}

.tit-jl {
    position: relative;
    width: 340px;
    height: 30px;
    line-height: 30px;
/*    border-bottom: 3px solid #e3e3e3;*/
background: url(../images/title-1.gif) no-repeat;
}

.tit-jl span {
    position: absolute;
    left: 40px;
    top: 0px;
/*    border-bottom: 3px solid #ffcc00;*/
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.tit-jl a {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

.jl-lists {
    width: 340px;
    height: 132px;
    overflow: hidden;
    margin-bottom: 10px;
}

.jl-lists h2 {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #65802f;
    overflow: hidden;
}

.jl-lists h2 a {
    color: #000;
    font-weight: bold;
}

.jl-lists .jl-nr {
    width: 340px;
    height: 102px;
}

.jl-lists .jl-nr img {
    float: left;
    width: 150px;
    height: 100px;
    border: 1px solid #e3e3e3;
}

.jl-lists .jl-nr p {
    float: right;
    width: 180px;
    height: 102px;
    overflow: hidden;
    line-height: 25px;
}

.jl-lists .jl-nr p a {
    color: #ff8300;
}

.news {
    width: 340px;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}

.news h1 {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.news h1 a {
    color: #e60000;
}

.news p {
    width: 340px;
    font-weight:normal;
    float: left;
    line-height: 30px;
}

.news p a {
    color: #65802f;
}

.ltjl ul li {
    width: 330px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/icon-li.png) no-repeat center left;
    padding-left: 10px;
}

.ltjl ul li a {
    width: 280px;
    display: block;
    float: left;
}

.ltjl ul li a:hover {
    color: #65802f;
}

.ltjl ul li span {
    display: block;
    float: right;
    width: 50px;
    text-align: right;
    color: #999999;
}

.tit-r {
    width: 100%;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url(../images/tit-2.gif) no-repeat center center;
}

.dowebok {
    width: 260px;
    height: 540px;
    overflow: hidden;
    margin-top: 10px;
}

.dowebok a {
    display: block;
    width: 248px;
    height: 90px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 7px;
}

.dowebok a img {
    float: left;
    width: 115px;
    height: 90px;
}

.dowebok a p.zc {
    width: 120px;
    height: 60px;
    float: right;
    font-weight: bold;
}

.dowebok a p.name {
    width: 120px;
    height: 30px;
    float: right;
    line-height: 30px;
}

.main-tit {
    width: 960px;
    height: 50px;
    line-height: 50px;
    background: url(../images/m-tit-1.png) no-repeat center center;
    text-align: left;
    padding-left: 2px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.main-tit a {
    width: 100px;
    padding-right: 15px;
    text-align: right;
    float: right;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
}

.main ul.zhbd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.main ul.zhbd li {
    width: 225px;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 10px 9px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.main ul.zhbd li:nth-child(4n+1) {
    padding-left: 0;
}

.main ul.zhbd li:nth-child(4n+0) {
    border-right: 0;
    padding-right: 0;
}

.main ul.zhbd li h2 {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
}

.main ul.zhbd li p {
    width: 100%;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
}

.main ul.zhbd li p a {
    color: #ff8300;
}

.hdtj {
    width: 960px;
    height: 172px;
    overflow: hidden;
    margin-top: 10px;
}

.hdtj a {
    display: block;
    float: left;
    width: 170px;
    height: 160px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    margin: 0 5px;
}

.hdtj p {
    width: 170px;
    line-height: 24px;
}

.dowebok1 {
    width: 960px;
    height: 155px;
    overflow: hidden;
    margin-top: 10px;
}

.dowebok1 a {
    display: inline-block;
    padding: 4px;
    border: 1px solid #e3e3e3;
    margin: 0 4px;
    font-size: 0;
}

.dowebok1 img {
    width: 170px;
}

.dowebok1 p {
    font-size: 14px;
    width: 170px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    word-break: break-all;
}

.b-miantit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/tit-2.jpg);
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.b-miantit a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
}

.b-mainpics {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.b-mainpics ul li {
    float: left;
    width: 225px;
    height: auto;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 15px 10px 10px 9px;
}

.b-mainpics ul li.b-first {
    padding-left: 0;
    border-left: 0;
}

.b-mainpics ul li.b-last {
    padding-right: 0;
}

.b-mainpics ul li h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    text-align: center;
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #2f9c97;
}

.b-mainpics ul li p {
    width: 100%;
    height: 72px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
}

.b-mainpics ul li p a {
    color: #fb9614;
}

.b-active {
    width: 960px;
    height: 160px;
    overflow: hidden;
    padding-top: 10px;
}

.b-active ul {
    width: 5000px;
}

.b-act-img {
    position: relative;
    width: 960px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

.b-act-img .b-act-lb {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.b-act-img .b-act-lb ul {
    float: left;
    position: relative;
}

.b-act-img .b-btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "å®‹ä½“";
    text-align: center;
    cursor: pointer;
    display: none;
}

.b-act-img:hover .b-btn {
    display: block;
}

.b-act-img .b-btn-actl {
    left: 15px;
}

.b-act-img .b-btn-actr {
    right: 15px;
}

.b-active ul li {
    float: left;
    width: 170px;
    padding: 4px;
    border: 1px solid #d4d4d4;
    margin-left: 10px;
    margin-bottom: 10px;
}

.b-active ul li img {
    width: 170px;
    height: 113px;
}

.b-active ul li p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    background-color: #f6f6f6;
    text-align: center;
}

.b-main2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.b-main2 .b-online {
    width: 230px;
    float: left;
    height: auto;
    overflow: hidden;
}

.b-onimg {
    height: 340px;
    border: 1px solid #e1e1e1;
    padding: 9px;
    border-top: 0 none;
    line-height: 24px;
    text-align: center;
}

.b-onimg a{
	display: block;
}

.b-fkzx {
    width: 470px;
    float: left;
    margin: 0 15px;
    height: auto;
    overflow: hidden;
}

.b-fkcon {
    height: 340px;
    border: 1px solid #e1e1e1;
    padding: 9px;
    border-top: 0 none;
    line-height: 30px;
    text-align: center;
    font-family: "Microsoft Yahei";
}

.b-fkcon input {
    outline: none;
    border: 1px solid #999999;
    height: 18px;
    line-height: 18px;
}

.b-fkcon textarea {
    outline: none;
    border: 1px solid #999999;
}

.b-fk-news {
    width: 230px;
    height: auto;
    overflow: hidden;
    float: left;
}

.b-fk_nbox {
    height: 340px;
    border: 1px solid #e1e1e1;
    padding: 9px;
    border-top: 0 none;
    line-height: 30px;
}

.b-fk_nbox ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.b-fk_nbox ul li span {
    display: block;
    float: left;
    margin-top: 11px;
    width: 4px;
    height: 4px;
    margin-right: 6px;
    background-color: #d4d4d4;
}

.b-fk_nbox ul li a {
    display: block;
    width: 200px;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.b-fk_nbox ul li a:hover {
    color: #2f9c97;
}

.footer {
    width: 960px;
    height: auto;
    overflow: hidden;
}

.footer_link {
    padding: 20px 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
