@charset "utf-8";
/*CSS Reset 
--------------------------------*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 Helvetica, Tahoma, Arial, \5b8b\4f53, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #148d02;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

a img {
    vertical-align: text-bottom;
}

:focus {
    outline: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

button, input, select, textarea {
    font-size: 100%;
}

button, input, select {
    vertical-align: middle;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

/*Common Style
--------------------------------*/
/*text align*/
.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
}

/*float and clear*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

/*clear*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*contain floats*/
.group:before,
.group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*layout style
--------------------------------------*/
body {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.header {
    background: #fdfdfd;
    border-bottom: 1px solid #ebebeb;
    height: 28px;
    line-height: 28px;
    width: 100%;
}

.header_center {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
}

.header_center span {
    padding-right: 20px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.logo a img {
    height: 65px;
    position: relative;;
    z-index: 2;
}
.logo img.head{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.nav {
    background: #CD2626 /*url(nav_bj.jpg)*/ repeat-x center;
    width: 1200px;
    height: 65px;
}

.nav li {
    float: left;
    background: url(nav_xx.jpg) no-repeat left center;
    line-height: 22px;
    margin-top: 11px;
    width: 109px;
    text-align: center;
    letter-spacing: 1px;
}

.nav li:first-child {
    background-image: none;
}

.nav li a {
    color: #ffffff;
    font-size: 14px;
}

.nav li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*首页内容*/
.floor {
    width: 1200px;
    margin: 0 auto;
}

.big_title {
    font-size: 55px;
    font-weight: bold;
    line-height: 100px;
    height: 100px;
    width: 1200px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}

.big_title a {
    color: #148d02;
    letter-spacing: 1px;
}

.big_title a:hover {
    color: #555;
    text-decoration: none;
}

/*轮播新闻资讯*/
.lunbo {
    width: 680px;
    height: 406px;
    position: relative;
    float: left;
}

.lunbo .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    top: 336px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.lunbo .prev {
    left: 0;
    background: url(prevBtn.png) no-repeat;
}

.lunbo #prevTop, .lunbo #nextTop {
    top: 213px;
    width: 46px;
    height: 48px;
}

.lunbo #prevTop {
    background: url(prevBtnTop.png) 0 0 no-repeat;
}

.lunbo #nextTop {
    background: url(nextBtnTop.png) 0 0 no-repeat;
}

.lunbo .next {
    right: 0;
    background: url(nextBtn.png) no-repeat;
}

.lunbo li {
    float: left;
}

.lunbo .cf li {
    position: relative;
    color: #fff;
}

.lunbo .cf li img {
    display: block;
    width: 100%;
    height: 100%;
}

.lunbo .cf a {
    display: block;
    width: 680px;
    height: 330px;
    position: absolute;
    color: #000;
}

.lunbo .cf li span {
    display: block;
    width: 640px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000") 6
}

.lunbo .picBox {
    height: 330px;
    position: relative;
    overflow: hidden;
}

.lunbo .picBox ul {
    height: 330px;
    position: absolute;
}

.lunbo .picBox li {
    width: 680px;
    height: 330px;
}

.lunbo .listBox {
    width: 642px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    padding: 6px 0 10px;
    overflow: hidden;
}

.lunbo .listBox ul {
    height: 100px;
    position: absolute;
}

.lunbo .listBox li {
    width: 129px;
    height: 70px;
    cursor: pointer;
    position: relative;
}

.lunbo .listBox li i {
    display: none;
}

.lunbo .listBox li a {
    display: block;
    width: 124px;
    height: 70px;
}

.lunbo .listBox li img {
    width: 124px;
    height: 70px;
}

.lunbo .listBox .on img {
    width: 118px;
    height: 64px;
    border: 3px solid #1bd300;
}

.lunbo .listBox .on i {
    display: block;
}

/*资讯列表+时间*/
.newslist {
}

.newslist li {
    line-height: 38px;
    height: 38px;
}

.newslist li a {
    display: block;
    overflow: hidden;
    float: left;
    width: 465px;
    height: 38px;
    background: url(icon.jpg) no-repeat 5px center;
    padding-left: 20px;
}

.newslist li span {
    display: block;
    float: right;
    color: #999;
    padding-right: 5px;
}

/*资讯列表1*/
.newslist1 {
    width: 100%;
}

.newslist1 li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.newstop {
    width: 480px;
    float: right;
    border-top: 2px solid #148d02;
    padding-top: 20px;
}

.newsxx {
    background: url(newsxx.jpg) repeat-x;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}

.index_newsbox {
    width: 585px;
}

.index_newstitle {
    border-bottom: 1px solid #148d02;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
}

.index_newstitle span {
    display: block;
    background-color: #148d02;
    padding: 0 10px;
    color: #ffffff;
    font-weight: bold;
}

.index_newstitle a {
    display: block;
    color: #148d02;
    font-family: "宋体";
    margin-right: 10px;
    font-size: 12px;
}

.index_newstitle a:hover {
    color: #333;
    text-decoration: none;
}

.adv {
    width: 1200px;
    margin: 0 auto;
}
.adv img{
    display: block;
    width: 100%;
}
.adv100 img{height: 100px;}

/*首页图片滚动*/
.index_pictitle {
    background: url(index_xx.jpg) no-repeat bottom left;
    height: 35px;
    line-height: 35px;
    color: #148d02;
    padding: 0 15px;
    margin-bottom: 15px;
}

.index_pictitle span {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
}

.index_pictitle a {
    display: block;
    font-size: 14px;
    float: right;
}

#scrollpic {
    width: 1200px;
    height: 205px;
    overflow: hidden;
    position: relative;
}

#scrollpic2 {
    position: absolute;
    left: 0;
    top: 0;
}

#scrollpic2 li {
    width: 230px;
    height: 205px;
    text-align: center;
    line-height: 30px;
    background-color: #e3e3e3;
    margin: 0 5px;
    display: block;
    float: left;
    list-style: none;
}

/*首页视频中心*/
.index_videotitle {
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.index_videotitle span {
    display: block;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.index_videotitle a {
    display: block;
    float: right;
    font-size: 14px;
}

.index_videoleft {
    width: 400px;
    padding: 15px 0 0 15px;
}

.index_videoleft h1 {
    height: 30px;
    line-height: 30px;
    width: 400px;
    overflow: hidden;
    font-size: 16px;
}

.index_videoleft p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.index_videoright {
    width: 770px;
    margin-top: 15px;
}

.index_videoright li {
    width: 240px;
    float: left;
    margin-bottom: 8px;
    margin-right: 16px;
}

.index_videoright li p {
    height: 30px;
    line-height: 30px;
    width: 240px;
    overflow: hidden;
}

/*首页图片展示*/
.index_pic {
    padding-top: 10px;
}

.index_picbox {
    width: 850px;
}

.index_picbox li {
    width: 200px;
    float: left;
    margin: 3px 6px;
    text-align: center;
    line-height: 35px;
}

.index_picbox li a:hover {
    background: #d2ffcb;
    display: block;
    text-decoration: none;
}

.index_newspaper {
    width: 264px;
    background: #f1f1f1;
    padding: 10px 30px;
}

.index_newspaper h1 {
    font-size: 18px;
    height: 40px;
}

.index_newspaper p {
    margin: 0 auto;
}

.adv1 {
    width: 850px;
    height: 84px;
}

.adv1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.searchbox {
    background: #CD2626;
    width: 305px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.5px;
    padding: 22px 15px;
}

.searchbox label {
    float: left;
    line-height: 38px;
    margin-right: 5px;
}

.searchbox input {
    float: left;
    width: 130px;
    border: 0px;
    height: 38px;
    padding: 0 5px;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #555;
}

.searchbox .searchbt {
    float: right;
    width: 75px;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    color: #fff;
    background: #ff7800;
    cursor: pointer;
    letter-spacing: 5px;
}

.searchbox .searchbt:hover {
    background-color: #17b100;
    cursor: pointer;
}

/*资讯列表页、详情页*/
.path {
    width: 1190px;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding-left: 10px;
    color: #555;
    font-size: 14px;
}

.conbox {
    width: 1200px;
    margin: 20px auto;
}

.left {
    width: 240px;
    height: auto;
}

.left_title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 65px;
    letter-spacing: 2px;
    background: url(left_titbj.jpg) no-repeat center top;
}

.leftnav {
    border: 1px solid #dedede;
}

.leftnav li {
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.leftnav li a {
    color: #333;
    padding-left: 20px;
    display: block;
}

.leftnav li a:hover {
    color: #333;
    padding-left: 20px;
    background: #dedede;
    text-decoration: none
}

.leftnav li .current {
    padding-left: 20px;
    color: #333;
    background: #abff9e;
}

.left_newslist, .left_piclist {
    margin: 10px 0;
    border: 1px solid #dedede;
    padding: 5px;
}

.left_newslistit, .left_piclistit {
    color: #148d02;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.left_newslist li {
    width: 220px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
    background: url(icon1.jpg) no-repeat left center;
    padding-left: 10px;
}

.left_piclist li {
    width: 200px;
    text-align: center;
    margin: 10px auto 0 auto;
}

.left_piclist li p {
    width: 200px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
}

.right {
    width: 910px;
    border: 1px solid #eee;
    padding: 15px;
}

/*1111资讯样式*/
.zxlist li {
    width: 100%;
    line-height: 45px;
    background: url(xuxian.png) repeat-x bottom;
}

.zxlist li:hover {
    color: #159700;
}

.zxlist li a {
    display: block;
    padding-left: 30px;
    background: url(icon2.jpg) no-repeat 6px center;
}

.zxlist li span {
    float: right;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.zxlist li a:hover {
    color: #159700;
    background: url(icon2.jpg) no-repeat 6px center;
    text-decoration: none;
}

/*222资讯样式*/
.zxlist1 li {
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
}

.zxlist1 li a {
    display: block;
    float: left;
    width: 700px;
    background: url(icon.jpg) no-repeat center left;
    padding-left: 20px;
}

.zxlist1 li span {
    display: block;
    float: right;
    width: 80px;
    color: #999;
}

/*3333资讯样式*/
.zxlist2 li {
    background: url(xuxian.png) repeat-x bottom;
    padding: 10px;
}

.zxlist2 li h2 {
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    font-weight: normal;
}

.zxlist2 li h2 span {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #148d02;
}

.zxlist2 li:hover {
    background: #eee
}

.zxlist2 li p {
    font-size: 14px;
    color: #666;
}

/*4444资讯样式*/
.zxpiclist {
}

.zxpiclist li {
    margin-bottom: 25px;
}

.zxpiclist .newsimg {
    width: 200px;
    height: 140px;
    border: 1px solid #dddddd;
}

.zxpiclist .newsright {
    width: 680px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}

.zxpiclist h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 10px;
}

.zxpiclist h3 span {
    float: right;
    display: inline;
    font-size: 14px;
    padding-right: 20px;
    color: #888;
}

.zxpiclist p {
    color: #666;
    line-height: 25px;
    font-size: 14px;
}

.zxpiclist .more {
    text-align: center;
    margin-top: 10px;
    float: right;
    padding-right: 20px;
}

.zxpiclist .more a {
    display: block;
    font-size: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #159700;
    color: #ffffff;
}

.zxpiclist .more a:hover {
    background-color: #ffb500;
    color: #333;
    text-decoration: none;
}

/*5555图片列表样式*/
.cplist li {
    width: 200px;
    float: left;
    margin: 13px
}

.cplist li a {
    background-color: #e2e2e2;
    display: block;
    padding: 1px;
}

.cplist li a:hover {
    background-color: #b2ffa6;
    color: #333333;
    text-decoration: none;
}

.cplist li p {
    line-height: 35px;
    text-align: center;
    height: 35px;
}

/*6666视频图片列表样式*/
.videolist li {
    width: 275px;
    float: left;
    margin: 10px 14px;
}

.videolist li p {
    height: 35px;
    line-height: 35px;
    width: 240px;
    overflow: hidden;
}

/*7777下载列表样式*/
.downlist {
}

.downlist li {
    background: url(xuxian.png) repeat-x bottom center;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.downlist li h1 {
    font-weight: normal;
    line-height: 1.75;
    background: url(icon2.jpg) no-repeat left center;
    padding-left: 20px;
}

.downlist li p {
    font-size: 14px;
    color: #888;
    padding-left: 30px;
    padding-left: 20px;
    margin-top: 20px
}

.downlist li p b {
    color: #F00;
    font-weight: normal;
}

.downlist li p span {
    padding-left: 30px;
}

/*详情页面*/
.right_tit {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
}

.right_info {
    font-size: 14px;
    text-align: center;
    padding-top: 25px;
    color: #888;
}

.right_con {
    line-height: 30px;
    padding-top: 10px;
    color: #444
}

.right_con img{
    max-width: 100%;
}

/*翻页*/

.Page {
    width: 660px;
    text-align: center;
    margin: 40px auto;
}

.Page a {
    display: inline-block;
    width: 65px;
    background: #ffffff;
    height: 48px;
    vertical-align: middle;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    float: left;
    text-decoration: none;
    color: #333;
    outline: none;
}

.Page a:hover {
    background: #17b100;
    color: #FFF;
    background-repeat: no-repeat;
}

.Page span {
    display: inline-block;
    min-width: 45px;
    padding: 0 10px;
    background: #ffffff;
    height: 48px;
    vertical-align: middle;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    float: left;
}

.Page span.current {
    background: #17b100;
    color: #FFF
}

.link {
    width: 1200px;
    height: 65px;
    background: #e2e2e2;
    margin: 20px auto;
    font-size: 14px;
}

.link li {
    float: left;
    padding: 18px 0px 0 20px;
}

.link li select {
    font-family: Arial, "Microsoft YaHei", sans-serif;
    width: 215px;
    height: 30px;
}

.btm_nav {
    margin: 30px auto 10px auto;
    width: 1200px;
    color: #148d02;
    text-align: center;
}

.btm_nav a {
    color: #148d02;
    font-size: 14px;
    margin: 0 5px;
}

.btm_nav a:hover {
    color: #333;
}

.bottom {
    border-top: 1px solid #dadada;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #555;
}

.bottom span,
.bottom img{
    display: inline-block;;
    vertical-align: middle;;
}
.bottom img{
    margin-right: .25em;
    height: 20px;
}

.pagination-container {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00923f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00923f;
    border-color: #00923f;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.talent_search {
    color: #333333;
}

.talent_search ul li {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    margin-top: 10px;
}

.talent_search ul li:first-child {
    border-top: none;
    margin-top: 0;
}

.talent_search table {
    width: 100%;
    margin-top: -1px;
    display: none;
}

.talent_search table:first-child {
    margin: 0;
    display: table;
}

.talent_search li.active table {
    display: table;
}

.talent_search td {
    padding: 10px;
    border: 1px solid #e6e6e6;
}

.talent_search h1 {
    color: #148d02;
}

.talent_search p {
    text-align: right;
    color: #148d02;
    padding: 5px;
}

.talent_search p span:last-child {
    display: none;
}

.talent_search li.active p span:last-child {
    display: block;
}

.talent_search li.active p span:first-child {
    display: none;
}

.talent_search > p {
    text-align: center;
    margin: 10% auto;
    font-size: 18px;
}

.view{
    margin-top: 55px;
    margin-bottom: 45px;
}
.view ul {
    text-align: center;
}

.view li {
    width: 9%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.view li span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.view li i {
    margin-top: 10%;
    display: block;
    background: center center no-repeat;
    background-size: contain;
    padding-top: 100%;
}


.video .right_tit{
    font-size: 24px;
}
.video .right_con{
    border-top: 1px solid #ccc;
    margin-top: 25px;
    text-align: center;
}
.video .right_con .poster{
    position: absolute;
    background: transparent no-repeat;
    background-size: cover;
    opacity: .5;
}