/* 
* @Author: zhangh
* @Date:   2016-04-23 14:51:02
* @Last Modified by:   zhangh
* @Last Modified time: 2016-07-09 11:45:10
*/


/*澶撮儴*/

.header {
    height: 130px;
    background: #8F000B;
}

.header_logo {
    height: 130px;
    width: 100%;
    background: url(../image/header_logo.jpg) center left no-repeat;
}


/*瀵艰埅*/

.nav_bg {
    height: 42px;
    background: #fff;
    border-bottom: 2px solid #8F000B;
}

.nav {
    height: 42px;
    line-height: 42px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #333;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 142px;
}

.nav .nLi a {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.nav .sub {
    display: none;
    left: 0;
    top: 42px;
    position: absolute;
    background: #8F000B;
    line-height: 46px;
    width: 150px;
}

.nav .sub li {
    zoom: 1;
    border-top: 2px solid #fff;
    width: 100%;
}

.nav .sub a {
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    background: #8F000B;
    padding: 0;
    text-align: center;
    color: #fff;
}

.nav li:hover {
    background: #8F000B;
}

.nav li:hover a {
    color: #fff;
}


/*鍔熻兘鎬у浘鏍�*/

.skill_btn11 li {
    width: 137px;
    border-left: 1px dashed #ccc;
}

.skill_btn11 li a {
    line-height: 40px;
    width: 100%;
    text-align: center;
    display: block;
}

.skill_btn11 li a i {
    display: block;
    width: 100%;
    height: 60px;
}

.skill_btn11 li:hover i {
    transform: rotate(-10deg);
}

.skill_btn_1 {
    background: url(../image/skill_btn_1.jpg) no-repeat center top;
}

.skill_btn_2 {
    background: url(../image/skill_btn_2.jpg) no-repeat center top;
}

.skill_btn_3 {
    background: url(../image/skill_btn_3.jpg) no-repeat center top;
}

.skill_btn_4 {
    background: url(../image/skill_btn_4.jpg) no-repeat center top;
}

.skill_btn_5 {
    background: url(../image/skill_btn_5.jpg) no-repeat center top;
}

.skill_btn_6 {
    background: url(../image/skill_btn_6.jpg) no-repeat center top;
}

.skill_btn_7 {
    background: url(../image/skill_btn_7.jpg) no-repeat center top;
}


/*鍐呭鍏敤鏍峰紡*/

.content {
    border: 2px #dddddd solid;
    padding: 10px 15px 15px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}


/*鏂伴椈璧勮鐒︾偣鍥�*/

.news_box {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.news_box .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 1;
}

.news_box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.news_box .hd ul li {
    float: left;
    margin: 0px 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.news_box .hd ul li.on {
    background: #8F000B;
    color: #fff;
}

.news_box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.news_box .bd li {
    zoom: 1;
    vertical-align: middle;
}

.news_box .bd img {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.news_box_title {
    margin-top: -40px;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 2;
}

.news_box .prev,
.news_box .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../image/slider-arrow.jpg) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.news_box .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.news_box .prev:hover,
.news_box .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}


/*鏂伴椈鍒楄〃*/





.news_head_more {
    font-size: 14px;
}

.con_news_list {
    margin-top: 5px;
}

.con_news_list ul {}

.con_news_list ul li {
    border-bottom: 1px dashed #ccc;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    display: block;
}

.con_news_list ul li a {
    background: #fff url(../image/dot.jpg) left top no-repeat;
    padding-left: 10px;
    display: block;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
}

.con_news_list ul li .list_title {
    height: 37px;
    line-height: 37px;
    width: 266px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.con_news_list ul li .list_time {
    height: 37px;
    line-height: 37px;
    width: 50px;
    overflow: hidden;
    font-size: 14px;
}

.con_news_list ul li:hover .con_news_list_con {
    color: #8F000B;
}

.con_news_list li a:hover,
.article_left_list li a:hover {
    transition: all 200ms ease 0s;
    transform: translate(3px, 0);
}


/*鏍″洯椋庢櫙*/

.xyfj {
    margin-top: 15px;
}

.xyfj li {
    margin: 7px 5px 0px;
    _margin: 3px 4px 3px;
    padding: 0;
    width: 150px;
    float: left;
    display: block;
    overflow: hidden;
}

.xyfj li .xyfj_img {
    background: url(../image/xyfc_bg.jpg) 0 0 no-repeat;
    display: block;
    width: 150px;
    height: 120px;
    padding: 6px 5px;
    overflow: hidden;
}

.xyfj li .xyfj_img img {
    width: 140px;
    height: 110px;
}


/*鐗堟潈淇℃伅*/

.footer {
    background: #8F000B url(../image/footer_bg.jpg) bottom center repeat;
    height: 120px;
}

.small_banner {
    display: block;
    width: 100%;
}

.article_left {
    width: 230px;
    background: url(../image/sidebg.jpg) repeat;
}

.article_left_head {
    margin: 0 0 5px;
    height: 60px;
    line-height: 60px;
    background-color: #8F000B;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.snav li {
    width: 230px;
    margin: 0 auto;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f9f9f9;
    cursor: pointer;
}

.snav li a {
    display: block;
    width: 230px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.snav li.on {
    background: url(../image/navbg.jpg) repeat;
    border-top: 1px solid #8F000B;
    border-bottom: none;
}

.snav li.on a {
    border-left: 2px solid #d8893a;
    background-position: 97.5% -642px;
    color: #fff;
}

.article_left_zx_head {
    font-weight: bold;
    color: #8F000B;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
}

.article_left_list {
    text-align: left;
    padding: 0 15px 15px;
}

.article_left_list li {
    padding: 8px 0 8px 12px;
    background: url(../image/iconarrow.jpg) no-repeat 2px -405px;
    line-height: 20px;
    height: auto;
    border-bottom: 1px dashed #ddd;
}

.article_left_list li a {
    padding: 0;
    background: none;
    font-size: 12px;
}

.article_left_list li .date {
    margin-left: 10px;
    float: right;
    color: #999;
    font-size: 12px;
}

.article_left_list .dateRight {
    margin-left: 10px;
    color: #999;
}

.article_right {
    width: 850px;
    overflow: hidden;

}

.article_right .con_news_list {
    margin-bottom: 30px;
    margin-left: 0.8em;
}

.article_right .con_news_list_con {
    width: 675px;
}

.article_right .article_con .title {
    padding: 18px 0;
    font-size: 24px;
    line-height: 1.5em;
    color: #8F000B;
    text-align: center;
}

.article_right .article_con .title span {
    font-size: 21px;
    color: #333;
}

.article_right .article_con .property {
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    border: 1px dotted #e1e1e1;
    background: #f5f5f5;
    font-size: 12px;
}

.article_right .article_con .property span {
    padding: 0 5px;
}

.article_right .article_con .fontZoom a {
    cursor: pointer;
}

.article_right .article_con .conTxt {
    color: #333;
    font-size: 14px;
    line-height: 1.75em;
    padding: 5px 15px 10px;
    width: 844px;
    overflow: hidden;
}

.article_right .article_con .conTxt p {
    text-indent: 2em;
    line-height: 30px;
}

.article_right .article_con .conTxt img {
    max-width: 680px;
    height: auto;
}

#pagerx ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 0px;
    height: 35px;
    padding: 0;
}

#pagerx ul.pages li {
    list-style: none;
    float: left;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 6px 0 0;
    color: rgb(102, 102, 102);
}

#pagerx ul.pages li:hover {
    border: 1px solid #8F000B;
    color: #8F000B;
}

#pagerx ul.pages li.pgEmpty {
    border: 1px solid #eee;
    color: #eee;
}

#pagerx ul.pages li.page-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

#pagerx ul.pages li.pgNext {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

#pagerx ul.pages li.pgCurrent {
    border: 1px solid #8F000B;
    color: #fff;
    font-weight: 700;
    background-color: #8F000B;
}

.breadcrumb li+li::before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

ol.breadcrumb {
    background: #fff url(../image/home.jpg) left center no-repeat;
    list-style: none;
    padding: 0;
    margin: 0px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

ol.breadcrumb li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline;
    font-size: 12px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
    height: auto !important;
    vertical-align: middle;
    border: 1px solid #ddd;
}

table thead tr th,
table tbody tr th,
table tfoot tr th,
table thead tr td,
table tbody tr td,
table tfoot tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table caption+thead tr:first-child th,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody+tbody {
    border-top: 2px solid #ddd;
}

table table {
    background-color: #fff;
}

table thead tr th,
table tbody tr th,
table tfoot tr th,
table thead tr td,
table tbody tr td,
table tfoot tr td {
    border: 1px solid #ddd;
    text-indent: 0;
    padding: 5px;
    vertical-align: middle;
}

table thead tr th p,
table tbody tr th p,
table tfoot tr th p,
table thead tr td p,
table tbody tr td p,
table tfoot tr td p {
    text-indent: 0 !important;
}

table thead tr th,
table thead tr td {
    border-bottom-width: 2px;
}

table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.pic_list {
    overflow: hidden;
    zoom: 1;
}

.pic_list ul li {
    margin: 0px 10px 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.pic_list ul li .pic {
    text-align: center;
    position: relative;
    padding: 2px;
    border: 1px solid #ccc;
    width: 194px;
    height: 180px;
    overflow: hidden;
    z-index: 1;
}

.pic_list ul li .pic img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 194px;
    height: 180px;
    display: block;
    z-index: 2;
}

.pic_list ul li .pic a:hover img {
    border-color: #999;
}

.pic_list ul li .title {
    position: absolute;
    line-height: 30px;
    width: 198px;
    overflow: hidden;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    z-index: 3;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    bottom: 0;
    left: 1px;
}
