.section {
    width: 100%;
    min-height: 500px;
}

/*中间部分第一块样式开始*/
.main1 {
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.title1 {
    height: 150px;
}

.main1-l {
    float: left;
    width: 380px;
    height: 275px;
    margin-right: 20px;
}

.slideBox {
    width: 380px;
    height: 275px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 380px;
    height: 240px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 29px;
    height: 35px;
    background: url(focus_btn.png) left bottom no-repeat;
}

.slideBox .next {
    left: 30px;
    bottom: 0;
    background-position: -29px bottom;
}

.slideBox .prev:hover {
    background-position: top left;
}

.slideBox .next:hover {
    background-position: -30px top;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*文章标题*/
.tit {
    display: block;
    width: 319px;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 60px;
    background: #5e5e5e;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    padding-left: 17px;
}

.main1-m {
    float: left;
    width: 480px;
    height: 345px;
    margin-right: 15px;
}

.main1-m-t {
    height: 37px;
    width: 100%;
}

.main1-m-t > div {
    float: left;
    text-align: center;
    line-height: 38px;
    color: #333;
    z-index: 1;
    width: 25%;
    height: 38px;
    font-size: 18px;
}

.main1-m-t a {
    color: #333;
}

.div-hover a {
    color: #256b9c;
}

.main1-m-b {
    padding-top: 6px;
    border-top: 1px solid #D8D8D8;
    width: 100%;
    height: 308px;
}

.main1-r {
    float: left;
    width: 285px;
    height: 345px;
}

.main1-r-t {
    height: 37px;
    width: 100%;
}

.main1-r-t > div {
    float: left;
    text-align: center;
    line-height: 38px;
    color: #333;
    z-index: 1;
    width: 120px;
    height: 38px;
    font-size: 18px;
}

.main1-r-b {
    padding-top: 6px;
    border-top: 1px solid #D8D8D8;
    width: 100%;
    height: 308px;
    display: none;
}

.main1-r-b .lists b {
    width: 275px;
    overflow: hidden;
}

.first_floor_left {
    float: left;
    width: 380px;
    height: 345px;
    margin-right: 18px;
    background: #eeeeee;
}
.layer1_left {
    float: left;
    width: 380px;
    height: 345px;
    overflow: hidden;
    margin-right: 18px;
}

.focus .fbg {
    bottom: 25px;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
    display: none;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .next {
    position: absolute;
    width: 7px;
    height: 13px;
    cursor: pointer;
    background:url(new_left.png) no-repeat;
}
.focus .prev {
    position: absolute;
    width: 7px;
    height: 13px;
    cursor: pointer;
    background:url(new_right.png) no-repeat;
}
.focus .prev {
    bottom: 8px;
    right: 25px;
    z-index: 50;
}

.focus .next {
    bottom: 8px;
    right:10px;
    z-index: 50;
}

/*.focus .prev:hover {*/
/*background-position: 0 0;*/
/*}*/

/*.focus .next:hover {*/
/*background-position: -30px 0;*/
/*}*/
.focus {
    position: relative;
    width: 380px;
    height: 345px;
    float: left;
}

.focus img {
    width: 100%;
    height: 90%;
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 90px;
    line-height: 20px;
    background: #2b7eb4;
    padding:10px;
    /*filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  */
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    margin-left: 30px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    height: 345px;
    float: left;
    display: none;
    background: #000
}
.focus .fcon img {
    display: block;
}

/*中间部分第一块样式结束*/

/*中间部分第二块样式开始*/
.main2 {
    width: 100%;
    background: #fff;
    position: relative
}

.title2 {
    height: 153px;
}

.m2-bg {
    display: block;
    opacity: 0.8;
    width: 900px;
    height: 300px;
    position: absolute;
    left: -307px;
    bottom: 0;
    z-index: 0;
}

.m2 {
    width: 1180px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}

.m2-l {
    width: 370px;
    height: 204px;
    background-color: #00A0EA;
    float: left;
    position: relative;
}

#a11 {
    width: 370px;
    height: 204px;
    background-color: #FACD00;
    float: left;
    position: relative;
}

.m2-l-t {
    box-sizing: content-box;
    width: 370px;
    height: 30px;
    padding-top: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url("icon_0003.png") no-repeat center center;
}

#a11 .m2-l-t {
    box-sizing: content-box;
    width: 370px;
    height: 30px;
    padding-top: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    background: url("icon_003.png") no-repeat center center;
}

.m2-l-m {
    box-sizing: content-box;
    width: 275px;
    margin: 0 auto;
    color: #fff;
    height: 115px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#a11 .m2-l-m {
    box-sizing: content-box;
    width: 275px;
    margin: 0 auto;
    color: #000;
    height: 115px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.m2-l-b {
    width: 123px;
    height: 35px;
    background-color: #256C9B;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin: 0 auto;
}

.m2-l-b a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #256C9B;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

#a11 .m2-l-b {
    width: 123px;
    height: 35px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin: 0 auto;
}

#a11 .m2-l-b a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.m2-m {
    width: 370px;
    height: 204px;
    background-color: #00A0EA;
    float: left;
    position: relative;
    margin-left: 35px;
}

#a21 {
    width: 370px;
    height: 204px;
    background-color: #FACD00;
    float: left;
    position: relative;
    margin-left: 35px;
}

.m2-m-t {
    box-sizing: content-box;
    width: 370px;
    height: 30px;
    padding-top: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url("icon_0002.png") no-repeat center center;
}

#a21 .m2-m-t {
    box-sizing: content-box;
    width: 370px;
    height: 30px;
    padding-top: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    background: url("icon_002.png") no-repeat center center;
}

.m2-m-m {
    box-sizing: content-box;
    width: 275px;
    margin: 0 auto;
    color: #fff;
    height: 115px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#a21 .m2-m-m {
    box-sizing: content-box;
    width: 275px;
    margin: 0 auto;
    color: #000;
    height: 115px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.m2-m-b {
    width: 123px;
    height: 35px;
    background-color: #256C9B;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin: 0 auto;
}

.m2-m-b a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #256C9B;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

#a21 .m2-m-b {
    width: 123px;
    height: 35px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin: 0 auto;
}

#a21 .m2-m-b a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.m2-r {
    width: 370px;
    height: 204px;
    background-color: #00A0EA;
    float: left;
    position: relative;
    margin-left: 35px;
}

#a31 {
    width: 370px;
    height: 204px;
    background-color: #FACD00;
    float: left;
    position: relative;
    margin-left: 35px;
}

.m2-r-t {
    box-sizing: content-box;
    width: 370px;
    height: 30px;
    padding-top: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url("icon_0001.png") no-repeat center center;
}

#a31 .m2-r-t {
    box-sizing: content-box;
    width: 370px;
    height: 30px;
    padding-top: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    background: url("icon_001.png") no-repeat center center;
}

.m2-r-m {
    box-sizing: content-box;
    width: 275px;
    margin: 0 auto;
    color: #fff;
    height: 115px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#a31 .m2-r-m {
    box-sizing: content-box;
    width: 275px;
    margin: 0 auto;
    color: #000;
    height: 115px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.m2-r-b {
    width: 123px;
    height: 35px;
    background-color: #256C9B;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin: 0 auto;
}

.m2-r-b a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #256C9B;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

#a31 .m2-r-b {
    width: 123px;
    height: 35px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin: 0 auto;
}

#a31 .m2-r-b a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

/*中间部分第二块样式结束*/

/*中间部分第三块样式开始*/

.main3 {
    width: 100%;
    height: 1065px;
    background-color: #F4F4F4;
    position: relative;
}

.m3-bg {
    width: 100%;
    height: 240px;

    position: absolute;
}

.m3-bg-m {
    width: 100%;
    position: absolute;
    height: 153px;
    opacity: 0.6;
}

.title3 {
    height: 153px;
}

.main3 .title3 div {
    color: #333;
}

.main3 .title3 span {
    color: #333;
}

.m3 {
    width: 1180px;
    margin: 0 auto;
	height:876px;
    position: relative;
    z-index: 100;
}

.m3-l, .m3-m {
    width: 393px;
    height: 350px;
    float: left;
}

.m3-r {
    width: 394px;
    height: 350px;
    float: left;
}

.m3-l-t {
    width: 393px;
    height: 220px
}

.m3-l-m {
    width: 393px;
    height: 80px;
    line-height: 95px;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.m3-l-b {
    width: 393px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: relative
}

.m3-l-b-m {
    padding: 0 10px;
    font-size: 14px;
    color: #c8c8c8;
    display: inline-block;
    position: relative;
    z-index: 1000;
    background: #fff;
}

.m3-l-b-border {
    border-top: 1px solid #ddd;
    position: absolute;
    width: 322px;
    margin: 0 34px;
    top: 7px;
}

.m3-m-t {
    width: 393px;
    height: 220px
}

.m3-m-m {
    width: 393px;
    height: 80px;
    line-height: 95px;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.m3-m-b {
    width: 393px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: relative
}

.m3-m-b-m {
    padding: 0 10px;
    font-size: 14px;
    color: #c8c8c8;
    display: inline-block;
    position: relative;
    z-index: 1000;
    background: #fff;
}

.m3-m-b-border {
    border-top: 1px solid #ddd;
    position: absolute;
    width: 322px;
    margin: 0 34px;
    top: 7px;
}

.m3-r-t {
    width: 394px;
    height: 220px
}

.m3-r-m {
    width: 394px;
    height: 80px;
    line-height: 95px;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.m3-r-b {
    width: 394px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: relative
}

.m3-r-b-m {
    padding: 0 10px;
    font-size: 14px;
    color: #c8c8c8;
    display: inline-block;
    position: relative;
    z-index: 1000;
    background: #fff
}

.m3-r-b-border {
    border-top: 1px solid #ddd;
    position: absolute;
    width: 323px;
    margin: 0 34px;
    top: 7px;
}

/*中间部分第三块样式结束*/

/*中间部分的公共内容开始*/
.section .div-hover1{
    box-sizing: content-box;
    text-align: center;
    border: 1px solid #d8d8d8;
    width: 118px;
    border-bottom: 1px solid transparent;
    background: #fff;
    height: 38px;
    line-height: 38px;
    position: relative;
    top: -1px;
    z-index: 10;
}
.section .div-hover1 a{
    color: #256b9c;
}
.section .div-hover {
    box-sizing: content-box;
    text-align: center;
    width: 118px;
    color: #333;
    background: #fff;
    height: 37px;
    line-height: 37px;
    position: relative;
    top: -1px;
    z-index: 10;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-top: 1px solid transparent;
}
.main1-r-t .on{
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid transparent;

}
.main1-r-t .on a{
    color: #256b9c;
}

.div-hover a {
    color: #333;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.lists {
    height: 33px;
}

.lists > b {
    font-weight: normal;
    float: left;
    overflow: hidden;
    width: 360px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    background: url("dian.jpg") no-repeat left center;
}

.lists > span {
    float: right;
    height: 33px;
    line-height: 33px;
    padding-right: 15px;
    font-size: 14px;
    text-align: right;
    color: #888
}

.title {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.title > div a{
    position: absolute;
    top: 60px;
    width: 1180px;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #333;
}

.title span {
    position: absolute;
    top: 105px;
    width: 1180px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333
}

/*中间部分的公共内容结束*/




