@charset "utf-8";

/* CSS Document */
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* common */
body {
    font: 12px/1.5 "Microsoft Yahei", Arial, "宋体", Verdana;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover {
    color: #019c08;
    text-decoration: none;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    *display: inline;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

img,
input,
select,
button {
    vertical-align: middle;
    border: none;
}

input,
textarea {
    outline: none;
    border: 0;
    background: none;
    font-family: "Microsoft YaHei";
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input[type="submit"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 26px;
    line-height: 26px;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
}

.top h1 {
    font-size: 12px;
    font-weight: normal;
    display: inline;
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.logo a {
    float: left;
}

.logo img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

.logo h1 {
    background: url(../images/line.png) no-repeat left center;
    font-size: 24px;
    font-weight: 400;
    color: #999;
    float: left;
    padding-left: 20px;
    margin-left: 20px;
}

.search {
    right: 0;
    top: 29px;
    height: 42px;
}

.search .search-txt {
    border: 2px solid #44B549;
    width: 280px;
    height: 38px;
    line-height: 38px;
    text-indent: 7px;
    color: #666;
}

.search .search-btn {
    margin-left: -2px;
    border: none;
    cursor: pointer;
    width: 54px;
    height: 42px;
    line-height: 42px;
    background: #44B549;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.search .search-txt:focus {
    border: 2px solid #019c08;
}

.search .search-btn:hover {
    background: #019c08;
}

.nav {
    height: 50px;
    line-height: 50px;
    background: #44B549;
    font-size: 16px;
}

.nav .wrap>li {
    float: left;
    position: relative;
}

.nav .wrap>li>a {
    display: block;
    padding: 0 36px;
    color: #fff;
}

.nav .wrap>li.on>a {
    background: #019c08;
}

.nav .wrap>li>a.check {
    background: #019c08;
}

.nav li>a#nav_current {
    background: #019c08;
}

.nav .wrap>li>a:hover {
    background: #019c08;
}

.nav li ul {
    z-index: 999999999;
    display: none;
    position: absolute;
    width: 120px;
    top: 50px;
    right: 0;
    background: #222;
    border-top: 1px solid #efefef;
}

.nav li ul li {
    line-height: 35px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}

.nav li ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

.nav li ul li a:hover {
    background: #019c08;
    color: #fff;
}

.nav .more i {
    margin: 0 0 0 5px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../images/icon.png) no-repeat center;
}

.s-mune {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #ddd;
}

.s-mune li {
    float: left;
    font-size: 15px;
}

.s-mune li a {
    display: block;
    padding: 0 10px;
    margin-right: 10px;
}

.section01 {
    margin-top: 20px;
}

.section01 .right {
    width: 408px
}

.section01 .right .title {
    height: 28px;
    background: url("../images/line-black.gif") repeat-x left 17px;
}

.section01 .right .title h2 {
    display: block;
    width: 109px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 24px;
    background: #fff;
    text-align: center
}

.section01 .right .list-tt {
    height: 460px;
    overflow: hidden;
    padding-top: 10px
}

.section01 .right .list-tt .cur {
    display: block
}

.section01 .right .list-tt li {
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    font-size: 18px;
    border-bottom: 2px dotted #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section01 .right .list-tt li a {
    color: #383838
}

.section01 .right .list-tt li a:hover {
    color: #44B549
}

.section01 .left {
    width: 752px;
    height: 500px;
}

.section01 .m-slide {
    position: relative;
    width: 752px;
    height: 500px;
}

.section01 .m-slide .img {
    position: relative
}

.section01 .m-slide .img li,
.m-slide .img a,
.m-slide .img img {
    display: block;
    width: 752px;
    height: 500px;
    overflow: hidden;
}

.section01 .m-slide .img img {
    width: 752px;
    height: 500px;
}

.section01 .m-slide .img li {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.section01 .m-slide .img p {
    text-indent: 12px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 622px;
    padding-right: 130px;
    height: 64px;
    line-height: 64px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section01 .m-slide .img a:hover p {
    color: #44B549;
}

.section01 .m-slide .img a:hover img {
    opacity: .9;
}

.section01 .m-slide .tab {
    position: absolute;
    bottom: 26px;
    right: 0;
    line-height: 15px;
}

.section01 .m-slide .tab li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.section01 .m-slide .tab li.on {
    background: #44B549;
}

.section01 .m-slide .prev,
.section01 .m-slide .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.section01 .m-slide .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.section01 .m-slide .prev:hover,
.section01 .m-slide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.section01 .m-slide .prevStop {
    display: none;
}

.section01 .m-slide .nextStop {
    display: none;
}

.section02 {
    margin-top: 20px;
}

.section02 .title {
    height: 28px;
    background: url("../images/line-black.gif") repeat-x left 17px;
    text-align: center;
}

.section02 .title h2 {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 28px;
    background: #fff;
    text-align: center
}

.section02 .sonmenu {
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.section02 .sonmenu a {
    margin: 0 12px;
}

.section02 .left {
    width: 408px
}

.section02 .left h3 {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 800;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section02 .left ul {
    margin: 0 0 15px;
}

.section02 .left ul li {
    font-size: 15px;
    line-height: 32px;
    background: url(../images/li.gif) no-repeat left center;
    text-indent: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section02 .right {
    width: 752px;
}

.section02 .right li {
    float: left;
    width: 356px;
    margin: 0 10px 10px;
}

.section02 .right li img {
    height: 236px;
    width: 100%;
    object-fit: cover;
}

.section02 .right li p {
    line-height: 30px;
    margin-top: 3px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section02 .right li a:hover img {
    opacity: .9;
}

.section03 {
    margin-top: 20px;
}

.section03 .title {
    height: 28px;
    background: url("../images/line-black.gif") repeat-x left 17px;
    text-align: center;
}

.section03 .title h2 {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 28px;
    background: #fff;
    text-align: center
}

.section03 .sonmenu {
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.section03 .sonmenu a {
    margin: 0 12px;
}

.section03 .imglist ul li {
    float: left;
    width: 280px;
    margin: 0 10px 15px;
}

.section03 .imglist ul li img {
    height: 186px;
    width: 100%;
    object-fit: cover;
}

.section03 .imglist ul li p {
    line-height: 30px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section03 .imglist ul li a:hover img {
    opacity: .9;
}

.section04 {
    margin-top: 20px;
}

.section04 .title {
    height: 28px;
    background: url("../images/line-black.gif") repeat-x left 17px;
    text-align: center;
}

.section04 .title h2 {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 28px;
    background: #fff;
    text-align: center
}

.section04 .sonmenu {
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.section04 .sonmenu a {
    margin: 0 12px;
}

.section04 .left {
    width: 408px
}

.section04 .left h3 {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 800;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section04 .left ul {
    margin: 0 0 15px;
}

.section04 .left ul li {
    font-size: 15px;
    line-height: 32px;
    background: url(../images/li.gif) no-repeat left center;
    text-indent: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section04 .right {
    width: 752px;
}

.section04 .right ul {
    float: left;
    width: 376px;
}

.section04 .right li {
    float: left;
    width: 356px;
    margin: 0 10px 10px;
}

.section04 .right li img {
    height: 236px;
    width: 100%;
    object-fit: cover;
}

.section04 .right li p {
    line-height: 30px;
    margin-top: 3px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section04 .right li a:hover img {
    opacity: .9;
}

.section04 .right .toplist {
    width: 366px;
    font-size: 14px;
}

.section04 .right .toplist .topbox dt {
    border-bottom: 1px dashed #ECECEC;
}

.section04 .right .toplist .topbox {
    width: 366px;
    margin: 0 auto;
}

.section04 .right .toplist .topbox dd img {
    width: 346px;
    height: 228px;
}

.section04 .right .toplist .topbox dt {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
}

.section04 .right .toplist .topbox dt .num {
    background: #44B549;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: block;
}

.section04 .right .toplist .topbox dt a {
    display: block;
    text-decoration: none;
    color: #555;
    margin-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section04 .right .toplist .topbox dt.on {
    background: #F3F3F3;
}

.section04 .right .toplist .topbox dd {
    border: solid 1px #fff;
    overflow: hidden;
    padding: 0 10px 1px;
}

.section05 {
    margin-top: 20px;
}

.section05 .title {
    height: 28px;
    background: url("../images/line-black.gif") repeat-x left 17px;
    text-align: center;
}

.section05 .title h2 {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 28px;
    background: #fff;
    text-align: center
}

.section05 .sonmenu {
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.section05 .sonmenu a {
    margin: 0 12px;
}

.section05 .left {
    width: 408px
}

.section05 .left h3 {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 800;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section05 .left ul {
    margin: 0 0 15px;
}

.section05 .left ul li {
    font-size: 15px;
    line-height: 32px;
    background: url(../images/li.gif) no-repeat left center;
    text-indent: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section05 .right {
    width: 752px;
}

.section05 .right ul.pics {
    float: left;
    width: 376px;
}

.section05 .right .pics li {
    float: left;
    width: 356px;
    margin: 0 10px 10px;
}

.section05 .right .pics li img {
    height: 236px;
    width: 100%;
    object-fit: cover;
}

.section05 .right .pics li p {
    line-height: 30px;
    margin-top: 3px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section05 .right .pics li a:hover img {
    opacity: .9;
}

.section05 .right .toplist {
    width: 366px;
    font-size: 14px;
}

.section05 .right .toplist h3 {
    height: 42px;
    font-size: 20px;
    font-weight: 800;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section05 .right .toplist ul {
    margin: 0 0 15px;
}

.section05 .right .toplist ul li {
    font-size: 15px;
    line-height: 32px;
    background: url(../images/li.gif) no-repeat left center;
    text-indent: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section05 .words {
    /* box-shadow: 0 1px 3px rgba(34,25,25,0.3); */
}

.section05 .words li {
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    position: relative;
}

.section05 .words li h2 {
    display: inline;
    font-weight: normal;
}

.section05 .words li h2 a {
    font-size: 18px;
    margin-right: 0;
}

.section05 .words li h2.c1 a {
    color: #18b20c;
}

.section05 .words li h2.c2 a {
    color: #ff8759;
}

.section05 .words li h2.c3 a {
    color: #006baf;
}

.section05 .words li h2.c4 a {
    color: #f66;
}

.section05 .words li h2.c5 a {
    color: #000;
}

.section05 .words li h2.c6 a {
    color: #18b20c;
}

.section05 .words li h2.c7 a {
    color: #ff8759;
}

.section05 .words li h2.c8 a {
    color: #006baf;
}

.section05 .words li h2.c9 a {
    color: #f66;
}

.section05 .words li h2.c10 a {
    color: #000;
}

.section05 .words li h2 a:hover {
    color: #44B549;
    text-decoration: underline;
}

.section05 .words li a {
    margin-right: 18px;
    font-size: 15px;
}

.section05 .words li a.more {
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
}

.section05 .words li a.more:hover {
    color: #44B549;
    text-decoration: underline;
}

.section05 .words li.bg {
    background: #f2f2f2;
}

.section05 .words li:hover {
    background: #EDF6FE;
}

.frendlink {
    margin-top: 20px;
}

.frendlink .linktitle {
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #ebebeb;
}

.frendlink .linktitle strong {
    float: left;
    border-bottom: 3px solid #18b20c;
    font-size: 24px;
    font-weight: 400;
}

.frendlink .linkwrap {
    padding: 10px 0;
}

.frendlink .linkwrap li {
    color: #666;
    margin: 0 6px;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
}

.frendlink .linkwrap li:hover {
    color: #44B549;
}

.footer {
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    background: #44B549;
    color: #fff;
    overflow: hidden;
}

.footer .f-top {
    height: 100px;
    font-size: 15px;
}

.footer .f-top .f-top-l {
    width: 25%;
    height: 100%;
}

.footer .f-top .f-top-l img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

.footer .f-top .f-top-l a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .f-top .f-top-r {
    width: 70%;
    height: 100%;
    padding-left: 30px;
    border-left: 1px solid #4D9750;
    line-height: 35px;
}

.footer .f-top .f-top-r a {
    margin-right: 0px;
    color: #fff;
}

.footer .f-top .f-top-r a:hover {
    color: #2a5807;
}

.footer .tips {
    color: #4F4F4F;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
}

* html,
* html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

#doitbegin_Back2top {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/to-top.png) no-repeat;
    position: fixed;
    _position: absolute;
    right: 20px;
    bottom: 60px;
    z-index: 10;
    cursor: pointer;
    text-indent: -999em;
}

#doitbegin_Back2top:hover {
    background: url(../images/to-top-hover.png) no-repeat;
}

.listpage {
    margin-top: 20px;
    position: relative;
}

.pageleft {
    width: 820px;
}

.pageright {
    width: 336px;
    padding: 0 2px;
}

.pagetitle {
    line-height: 40px;
    height: 40px;
    border-bottom: 2px solid #ddd;
    background: url(../images/list.gif) no-repeat left center;
}

.pagetitle h2 {
    font-size: 24px;
    float: left;
    font-weight: 400;
    border-bottom: 2px solid #44B549;
    padding-left: 40px;
}

.pagetitle span {
    font-size: 14px;
    margin-right: 10px;
}

.pageleft .piclist {
    margin-top: 10px;
}

.pageleft .piclist li {
    float: left;
    width: 266px;
    margin: 20px 7px 10px 0;
}

.pageleft .piclist li.mr {
    margin-right: 0;
}

.pageleft .piclist li img {
    padding: 2px;
    border: 1px solid #ddd;
    width: 260px;
    height: 174px;
    object-fit: cover;
}

.pageleft .piclist li p {
    text-align: left;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    margin-top: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pageleft .piclist li a:hover img {
    padding: 1px;
    opacity: .9;
    border: 2px solid #44B549;
}

.pageurl {
    margin: 30px auto 0;
    text-align: center;
    font-size: 15px;
    clear: both;
}

.pageurl a {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #ddd;
    margin: 0 1px;
    color: #333;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pageurl a[title="总数"] {
    display: none
}

.pageurl a[title="Total record"] {
    display: none
}

.pageurl b {
    display: inline-block;
    font-weight: normal;
    background: #44B549;
    color: #fff;
    padding: 4px 15px;
    border: 1px solid #44B549;
    margin: 0 1px;
    border-radius: 2px;
}

.pageurl a b {
    display: inline-block;
    font-weight: normal;
    background: none;
    color: #333;
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 2px;
}

.pageurl a:hover b {
    color: #fff;
}

.pageurl a:hover {
    background: #44B549;
    color: #fff;
    border: 1px solid #44B549;
    text-decoration: none;
}

.pageright .toplist {
    width: 336px;
    font-size: 14px;
}

.pageright .toplist .topbox dt {
    border-bottom: 1px dashed #ECECEC;
}

.pageright .toplist .topbox {
    width: 336px;
    margin: 0 auto;
}

.pageright .toplist .topbox dd img {
    width: 316px;
    height: 210px;
}

.pageright .toplist .topbox dt {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
}

.pageright .toplist .topbox dt .num {
    background: #44B549;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: block;
}

.pageright .toplist .topbox dt a {
    display: block;
    text-decoration: none;
    color: #555;
    margin-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pageright .toplist .topbox dt.on {
    background: #F3F3F3;
}

.pageright .toplist .topbox dd {
    border: solid 1px #fff;
    overflow: hidden;
    padding: 0 10px 1px;
}

.right-tit {
    border-bottom: 2px solid #222;
    margin: 0 0 10px;
    line-height: 40px;
}

.right-tit h2 {
    float: left;
    font-weight: 400;
    font-size: 22px;
}

.pageright .jxlist {}

.pageright .jxlist li {
    background: url(../images/li.gif) no-repeat left center;
    margin: 5px 0;
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 14px;
    width: 162px;
    float: left;
}

.pageright .jxlist li a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pageright .jxlist li.mr {
    margin-right: 12px;
}

.pageright .jxlist li:hover {
    background: #44B549;
    color: #fff;
}

.pageright .jxlist li:hover a {
    color: #fff;
}

.pageright .tjlist {}

.pageright .tjlist li {
    float: left;
    width: 162px;
    margin: 5px 0 10px;
}

.pageright .tjlist li img {
    width: 100%;
    height: 108px;
}

.pageright .tjlist li p {
    font-size: 14px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pageright .tjlist li.mr {
    margin-right: 12px;
}

.pageright .tjlist li a:hover img {
    opacity: .9;
}

.pageleft .textlist .hotbox {
    position: relative;
    height: 175px;
    padding: 20px 10px 16px 0;
    border-bottom: 1px dashed #E5E5E5;
    margin-right: 10px;
}

.pageleft .textlist .hotbox .hotimg {
    width: 250px;
    height: 165px;
    float: left;
    display: inline;
    margin-right: 28px;
    position: relative;
}

.pageleft .textlist .hotbox .hotimg .imgbox {
    width: 250px;
    height: 165px;
    display: block;
    overflow: hidden;
}

.pageleft .textlist .hotbox .hotimg img {
    width: 250px;
    height: 165px;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.pageleft .textlist .hotbox a:hover img {
    opacity: .9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pageleft .textlist .hotbox h3 {
    font-size: 22px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pageleft .textlist .hotbox h3 a:hover {
    color: #44B549;
    text-decoration: none;
}

.pageleft .textlist .hotbox p {
    color: #3e3e3e;
    font-size: 14px;
    height: 78px;
    line-height: 26px;
    margin-bottom: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pageleft .textlist .hotbox span {
    font-size: 14px;
    color: #888;
    background: url(../images/symbol-11.png) no-repeat 0 3px;
    display: inline-block;
    text-indent: 20px;
}

.pageleft .textlist .hotbox a.more {
    position: absolute;
    background: #222;
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    right: 20px;
    bottom: 25px;
}

.pageleft .textlist .hotbox a.more:hover {
    background: #44B549;
}

.viewtitle {
    margin: 30px 0;
}

.viewtitle h1 {
    font-size: 38px;
    line-height: 45px;
    font-weight: 400;
}

.viewinfo {
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.viewinfo i {
    font-style: normal;
    margin-right: 20px;
    color: #c6c6c6;
}

.viewinfo i a {
    color: #c6c6c6;
}

.viewinfo .crumbs {
    margin-right: 170px;
    color: #666;
}

.viewinfo .crumbs a {
    color: #666;
}

.viewinfo .crumbs a:hover {
    color: #44B549;
    text-decoration: none;
}

.viewinfo .mobi {
    right: 10px;
    top: 0;
}

.viewurl {
    margin: 30px auto;
    text-align: center;
    font-size: 15px;
    clear: both;
}

.viewurl a {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #111;
    margin: 0 5px;
    background: #222;
    color: #f1f1f1;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.viewurl strong {
    display: inline-block;
    padding: 3px 15px;
    font-weight: 400;
    margin: 0 5px;
    border-radius: 2px;
    background: #44B549;
    color: #fff;
    border: 1px solid #44B549;
}

.viewurl a:hover {
    background: #44B549;
    color: #fff;
    border: 1px solid #44B549;
}

.viewurl b {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #44B549;
    margin: 0 5px;
    background: #44B549;
    color: #fff;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.viewurl a[title="Page"] {
    display: none;
}

.content {
    line-height: 32px;
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    min-height: 600px;
    padding: 10px 0;
}

.content a {
    color: #f00;
}

.content a:hover {
    color: #44B549;
}

.content p {
    margin: 8px 0;
    text-indent: 2em;
    line-height: 32px;
}

.content h2 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    margin: 8px 0 2px 0;
    border-bottom: 2px solid #44B549;
    display: inline-block;
}

.content h2:after {
    content: "";
    display: block;
    width: 788px;
    border-bottom: 1px solid #bbb;
    position: absolute;
    z-index: -1;
    margin-top: 1px;
}

.content p img {
    text-indent: 0;
    display: block;
    margin: 10px auto;
    max-width: 600px;
    height: auto;
}

.content img {
    display: block !important;
    margin: 10px auto !important;
    max-width: 600px !important;
    height: auto !important;
}

.nextpage {
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
    border-bottom: 1px dashed #f2f2f2;
}

.nextpage p {
    line-height: 30px;
    font-size: 15px;
}

.nextpage .share {
    right: 0;
    top: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
}

.viewabout {
    margin-top: 20px;
    border-bottom: 1px dashed #f2f2f2;
    padding: 0 0 10px;
}

.viewabout .aboutwrap {
    width: 450px;
}

.viewabout .aboutwrap .title {
    font-size: 18px;
    height: 35px;
    font-weight: 800;
}

.viewabout .aboutwrap li {
    font-size: 15px;
    line-height: 31px;
    background: url(../images/li.gif) no-repeat left center;
    text-indent: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.viewabout .aboutbd {
    width: 336px;
}

.pageright .float {
    width: 336px;
}

.pageright .float.div2 {
    position: fixed;
    top: -20px;
    z-index: 999;
    _position: static;
}

.pageright .float.div3 {
    position: absolute;
    bottom: 0;
    z-index: 999;
    _position: static;
}

.wxcode {
    border-top: 1px dashed #ddd;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 16px;
}

.wxcode p {
    margin-bottom: 10px;
    color: #019c08;
    font-weight: 800;
}

.t_top {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.t_top h2 {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
}

.t_top img {
    display: block;
    float: left;
    width: 260px;
    height: 175px;
    margin-right: 15px;
}

.t_top_s {
    width: 530px;
    height: 175px;
    float: right;
    font-size: 18px;
}

.t_top_s p {
    text-indent: 2em;
    font-size: 15px;
    margin-top: 3px;
}

.xgwz {
    clear: both;
    overflow: hidden;
    margin: 10px auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.xgwz h3 {
    font-size: 20px;
}

/*ming*/
.section01 {
    margin-top: 20px;
}

.section01 .right {
    width: 408px
}

.section01 .right .title {
    height: 28px;
    background: url("../images/line-black.gif") repeat-x left 17px;
}

.section01 .right .title h2 {
    display: block;
    width: 109px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 24px;
    background: #fff;
    text-align: center
}

.section01 .right .list-tt {
    height: 465px;
    overflow: hidden;
    padding-top: 10px
}

.section01 .right .list-tt .cur {
    display: block
}

.section01 .right .list-tt li {
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    font-size: 18px;
    border-bottom: 2px dotted #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section01 .right .list-tt li a {
    color: #383838
}

.section01 .right .list-tt li a:hover {
    color: #44B549
}

.section01 .left {
    width: 697.5px;
    height: 465px;
}

.section01 .m-slide {
    position: relative;
    width: 697.5px;
    height: 465px;
}

.section01 .m-slide .img {
    position: relative
}

.section01 .m-slide .img li,
.m-slide .img a,
.m-slide .img img {
    display: block;
    width: 697.5px;
    height: 465px;
    overflow: hidden;
}

.section01 .m-slide .img img {
    width: 697.5px;
    height: 465px;
}

.section01 .m-slide .img li {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.section01 .m-slide .img p {
    text-indent: 12px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 622px;
    padding-right: 130px;
    height: 64px;
    line-height: 64px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section01 .m-slide .img a:hover p {
    color: #44B549;
}

.section01 .m-slide .img a:hover img {
    opacity: .9;
}

.section01 .m-slide .tab {
    position: absolute;
    bottom: 26px;
    right: 0;
    line-height: 15px;
}

.section01 .m-slide .tab li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.section01 .m-slide .tab li.on {
    background: #44B549;
}

.section01 .m-slide .prev,
.section01 .m-slide .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.section01 .m-slide .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.section01 .m-slide .prev:hover,
.section01 .m-slide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.section01 .m-slide .prevStop {
    display: none;
}

.section01 .m-slide .nextStop {
    display: none;
}

.ad_s_ul {
    width: 490px;
}

.ad_s_li {
    margin-left: 27px;
    margin-bottom: 15px;
    position: relative;
}

.ad_s_li>a {
    display: block;
    width: 218px;
    height: 145px;
}

.ad_s_li>a>img {
    width: 218px;
    height: 145px;
}

.ad_txt_bg {
    display: none;
    width: 218px;
    height: 145px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.ad_txt {
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 10;
    padding: 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ad_s_ul .ad_s_li:hover .ad_txt_bg {
    display: block;
}

.ad_s_ul .ad_s_li:hover .ad_txt {
    display: block;
}

.jz_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.jz_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.jz_pages ul li {
    float: left;
    font-family: 'microsoft yahei';
    margin: 0 2px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf
}

.jz_pages ul li:nth-child(1) {
    padding: 0 10px
}

.jz_pages ul li:nth-child(1) a {
    padding: 0
}

.jz_pages ul li a {
    color: #555;
    display: block;
    padding: 0 10px;
}

.jz_pages ul li:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #333 solid;
    background-color: #333
}

.jz_pages ul li:hover a {
    color: #fff
}

.jz_pages ul li:hover a:hover {
    color: #fff;
    text-decoration: none
}

.jz_pages ul li.thisclass {
    background-color: #333;
    color: #fff;
    border: 1px #333 solid;
    padding: 0 10px
}

.jz_pages ul li:last-child {
    padding: 0 10px
}

.jz_pages ul li:last-child a {
    padding: 0
}

.jz_pages ul li.thisclass a {
    color: #fff;
    padding: 0
}

.jz_pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}

.jz_pages strong {
    font-weight: 400
}