/* 
* @Author: zhangh
* @Date:   2016-04-23 14:51:02
* @Last Modified by:   zhangh
* @Last Modified time: 2016-07-09 11:45:10
*/
.top {
    height: 26px;
    line-height: 26px;
    background: #8f000b;
    color: #fff;
    min-width: 1200px;
    font-size: 12px;
}

.top a {
    color: #fff;
}

.header {
    height: 120px;
    background: url(headerBg.jpg) center repeat;
    min-width: 1200px;
    border-bottom: 2px solid #8f000b;
}

.header_logo {
    height: 120px;
    width: 53%;
    background: url(header_logo.jpg) center left no-repeat;
}

.header_search {
    height: 120px;
    width: 37%;
    margin-left: 10%;
    background: url(header_right.jpg) center right no-repeat;
}

.header_search .search_input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #d6d6d6;
    padding-left: 26px;
    padding-right: 5px;
    background: #fff url(header_search.jpg) left center no-repeat;
    font-size: 14px;
    color: #333;
    width: 160px;
}

.header_search .search_button {
    height: 32px;
    border: none;
    background: #8f000b;
    font-size: 16px;
    color: #fff;
    width: 80px;
    text-align: center;
}

.nav_bg {
    height: 42px;
    background: #f1f1f1;
    min-width: 1200px;
    border-bottom: 1px solid #ccc;
}

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

.nav a {
    color: #333333;
}

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

.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: 120px;
    border-top: 2px solid #8f000b;
}

.nav .sub li {
    zoom: 1;
    width: 100%;
}

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

.nav li:hover > a {
    color: #8f000b;
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto}
.nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 32px;line-height: 42px;color: #FFFFFF;font-size: 16px;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#1384e2; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 42px;min-width: 100%;text-align:center;z-index: 100;background:#fff;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 17px;font-size: 14px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#1384e2; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;display:none !important;}

/* banner */
.banner {
    min-width: 1200px;
    position: relative;
    height: 440px;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    height: 440px;
}

.banner .bd li a {
    height: 440px;
    display: block;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 11px;
    height: 11px;
    margin: 4px;
    background: url(dot-red.png) 0 0;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.banner .hd ul .on {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prev,
.banner .next {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27px;
    margin-left: -627px;
    display: block;
    width: 55px;
    height: 55px;
    background: url(banner_left.png) no-repeat;
    filter: alpha(opacity=50);
}

.banner .next {
    left: 50%;
    margin-left: 573px;
    background: url(banner_right.png) no-repeat;
}

.banner .prev:hover {
    background: url(banner_left_hover.png) no-repeat;
}

.banner .next:hover {
    background: url(banner_right_hover.png) no-repeat;
}



.skill_btn li a {
    padding-top: 100px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
}

.skill_btn li a:hover {
    color: #a5333c;
}

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

.skill_btn_1 a:hover {
    background: url(skill_btn1_hover.jpg) no-repeat center top;
}

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

.skill_btn_2 a:hover {
    background: url(skill_btn2_hover.jpg) no-repeat center top;
}

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

.skill_btn_3 a:hover {
    background: url(skill_btn3_hover.jpg) no-repeat center top;
}

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

.skill_btn_4 a:hover {
    background: url(skill_btn4_hover.jpg) no-repeat center top;
}

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

.skill_btn_5 a:hover {
    background: url(1.jpg) no-repeat center top;
}

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

.skill_btn_6 a:hover {
    background: url(skill_btn6_hover.jpg) no-repeat center top;
}

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

.skill_btn_7 a:hover {
    background: url(skill_btn7_hover.jpg) no-repeat center top;
}

.skill_btn_8 a {
    background: url(skill_btn8.jpg) no-repeat center top;
}

.skill_btn_8 a:hover {
    background: url(skill_btn8_hover.jpg) no-repeat center top;
}

.content_header {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(title_bg.png) no-repeat center right;
}

.content_header_title {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding: 0 20px 0px 0px;
    font-size: 20px;
    color: #a5333c;
}

.content_header_title i {
    font-size: 14px;
}

.content_more {
    height: 50px;
    line-height: 50px;
    width: 50px;
    overflow: hidden;
}

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

.con_news_list li a {
    background: url(dot.png) left top no-repeat;
    padding-left: 15px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 82px;
}

.con_news_list li .list_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.con_news_list li .list_time {
    width: 80px;
    overflow: hidden;
    font-size: 12px;
    position: absolute;
    right: 0px;
    text-align: right;
    z-index: 2;
    color: #666;
}

.con_news_list li:hover .con_news_list_con {
    color: #bb1b21;
}

.con_news_list li a:hover, .article_left_list li a:hover, .youqing ul li:hover {
    background: url(dot2.png) left top no-repeat;
    transition: all 200ms ease 0s;
    transform: translate(2px, 0);
}

.con_news_list .con_news_list_first {
    border-bottom: 1px dashed #ccc;
    height: 85px;
    margin-bottom: 8px;
    padding-bottom: 12px;
}

.con_news_list .con_news_list_first a {
    height: 85px;
    padding-right: 0;
}

.con_news_list .con_news_list_first .list_title {
    color: #a5333c;
    font-size: 16px;
    line-height: 35px;
}

.con_news_list .con_news_list_first .list_info {
    font-size: 12px;
    text-indent: 2em;
    line-height: 25px;
    color: #666;
    height: 50px;
    overflow: hidden;
}

.content_pic {
    width: 395px;
}

.content_pic .title {
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    font-size: 16px;
}

.content_pic .time {
    color: #666;
}

.content_pic_list {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.content_pic_list li {
    margin: 16px 16px;
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.content_pic_list li .pic {
    text-align: center;
}

.content_pic_list li .pic img {
    width: 115px;
    height: 78px;
    display: block;
    float: left;
}

.content_pic_list li .pic .desc {
    float: left;
    width: 170px;
    margin-left: 15px;
    text-align: left;
}

.content_pic_list li .pic .desc_title {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    display: block;
    line-height: 30px;
    height: 60px;
}

.content_pic_list li .pic .desc_time {
    color: #666;
    font-size: 12px;
}

.xgs_title {
    color: #63a43e;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
}

.xgs_left {
    width: 50px;
    height: 170px;
    background: url(xgs_left.png) left center no-repeat;
}

.xgs_right {
    width: 50px;
    height: 170px;
    background: url(xgs_right.png) left center no-repeat;
}

.xgs_list {
    width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 10px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

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

.xgs_list .bd li {
    margin-top: 10px;
    zoom: 1;
    vertical-align: middle;
    line-height: 30px;
    text-indent: 2em;
    height: 90px;
    overflow: hidden
}

.xgs_list .bd li a:hover {
    color: #333;
}

.xgs_list .prev,
.xgs_list .next {
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(slider-arrow.png) -170px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.xgs_list .next {
    left: auto;
    right: 0%;
    background-position: -50px 5px;
}

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

.xgs_list .prevStop {
    display: none;
}

.xgs_list .nextStop {
    display: none;
}

.con_tzgg_list li {
    background: url(dot4.jpg) no-repeat bottom center;
    padding-left: 65px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
}

.con_tzgg_list li .news_date {
    position: absolute;
    left: 0;
    border: 1px solid #a6a6a6;
    width: 55px;
    height: 54px;
    text-align: center;
}

.con_tzgg_list li:hover .news_date {
    border: 1px solid #8c0000;
}

.con_tzgg_list li .news_date .day {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    display: block;
}

.con_tzgg_list li:hover .news_date .day {
    color: #8c0000;
}

.con_tzgg_list li .news_date .year {
    background: #a6a6a6;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    display: block;
    color: #fff;
}

.con_tzgg_list li:hover .news_date .year {
    background: #8c0000;
}

.con_tzgg_list li .news_title {
    height: 56px;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.con_tzgg_list li:hover .news_title {
    color: #8c0000;
}

.content_tzgg {
    width: 415px;
    text-align: left;
}

.content_tzgg .hd {
    position: relative;
}

.content_tzgg .hd .content_header_title {
    color: #333;
}

.content_tzgg .hd a.on {
    color: #a5333c;
}

.content_szjy {
    width: 415px;
    text-align: left;
}

.content_szjy .hd {
    position: relative;
}

.content_szjy .hd .content_header_title {
    color: #333;
}

.content_szjy .hd a.on {
    color: #a5333c;
}

.con_news_list .con_news_list_pic_first {
    border-bottom: 1px dashed #ccc;
    height: 85px;
    margin-bottom: 8px;
    padding-bottom: 12px;
}

.con_news_list .con_news_list_pic_first a {
    background: transparent;
    height: 85px;
    padding-right: 0;
    padding-left: 165px;
    position: relative;
}

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

.con_news_list .con_news_list_pic_first .list_img {
    position: absolute;
    left: 0;
    top: 0;
}

.con_news_list .con_news_list_pic_first .list_title {
    color: #a5333c;
    font-size: 16px;
    line-height: 35px;
}

.con_news_list .con_news_list_pic_first .list_info {
    font-size: 12px;
    text-indent: 2em;
    line-height: 25px;
    color: #666;
    height: 50px;
    overflow: hidden;
}

.con_icon_ul li {
    float: left;
    width: 135px;
    height: 105px;
    margin: 10px 10px;
    text-align: center;
    overflow: hidden;
}

.con_icon_ul li a {
    display: block;
}

.con_icon_ul li a p {
    display: block;
    padding-top: 55px;
    line-height: 50px;
    filter: alpha(opacity=75);
    opacity: .75;
    color: #fff;
    transition: all 200ms ease 0s;
    font-size: 16px;
}

.con_icon_ul li a:hover p {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.fczs_title {
    color: #a5333c;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    width: 300px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}

.fczs_image {
    width: 1207px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.fczs_image .i_btn {
    display: block;
    width: 34px;
    height: 80px;
    position: absolute;
    top: 70px;
    z-index: 3;
    width: 240px;
    height: 269px;
}

.fczs_image .prev_L {
    left: 0;
    background: #fff url(a_l.png) left center no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.fczs_image .next_R {
    right: 0;
    background: #fff url(a_r.png) right center no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.slide_img {
    width: 880px;
    height: 400px;
    position: relative;
    z-index: 1;
}

.slide_img li {
    border: 4px solid #fff;
    width: 180px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    background: #ffffff;
}

.slide_img li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.slide_img li a img {
    position: absolute;
    height: 100%;
}

.slide_img li.on a {
    height: 390px;
}

.slide_img li.on {
    width: 800px;
    left: 190px;
    left: 190px;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.slide_img li.on img {
    width: 100%;
}

.slide_img li.left {
    left: 0;
}

.slide_img li.right {
    left: 1000px;
}

.slide_img li.mid {
    left: 190px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #600807;
    min-width: 1200px;
}

.footer_con {
    background: url(footer_logo.jpg) center left no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 190px;
    width: 1030px;
}

.footer a {
    color: #fff;
}

.small_banner {
    display: block;
    width: 100%;
    min-width: 1172px;
    position: relative;
    margin-bottom: 30px;
}

.small_banner .title {
    position: absolute;
    bottom: 40%;
    left: 55%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-size: 24px;
    padding: 20px 50px;
    color: #fff;
}

.article_left {
    width: 230px;
    background: url("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: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f9f9f9;
    cursor: pointer;overflow:hidden;
}

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

.snav li.on {
    background: url(nav_bg.jpg) repeat;
    border-top: 1px solid #a5333c;
    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: #a5333c;
    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("iconArrow.png") 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 {
    overflow: hidden;
}

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

.article_right .con_news_list li {
    border-bottom: 1px dashed #ccc;
}

.article_right .con_news_list_con {
    width: 675px;
}

.article_right .article_con .title {
    padding: 18px 0;
    font-size: 24px;
    line-height: 1.5em;
    color: #a5333c;
    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 .conTxt {
    color: #333;
    font-size: 14px;
    line-height: 1.75em;
    padding: 5px 20px 10px;
    overflow: hidden;
    min-height: 500px;
}

.article_right .article_con .conTxt p {
    padding-bottom: 20px;
}

.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 #a5333c;
    color: #a5333c;
}

#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 #a5333c;
    color: #fff;
    font-weight: 700;
    background-color: #a5333c;
}

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

ol.breadcrumb {
    background: url(home.png) left center no-repeat;
    list-style: none;
    padding: 0;
    margin: 0px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    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;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto 20px;
    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 li {
    margin: 0px 10px 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

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

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

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

.pic_list li .title {
    position: absolute;
    line-height: 30px;
    width: 280px;
    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;
}
.skill_btn_8 a {
    background: url(skill_btn81.jpg) no-repeat center top;
}
.skill_btn_8 a:hover {
    background: url(skill_btn81_hover.jpg) no-repeat center top;
}
.skill_btn li {
    width: 20%;
}

.sitelogo {display: none;}

.footer_con .foot_left {display: none;}

#nav1 {display: none;}

#banner {background: #cce1f3;display: none;}
#banner .inner {width:auto;max-width: 1000px;text-align: center;position:relative;margin:0 auto;}

.mbanner .focus .focus-prev { background:url(banner_left.png) no-repeat;font-size: 0;width: 55px;height: 55px;}
.mbanner .focus .focus-next { background:url(banner_right.png) no-repeat;font-size: 0;width: 55px;height: 55px;}

.post-26 {display: none;}
.post-26 .inner {width:1000px;margin:0 auto;}

