﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    _background-image: url(about:blank);
    _background-attachment: fixed;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

ul, li, dl, dt, dd, ol {
    display: block;
    list-style: none;
}

img {
    border: 0;
    display: block
}

.clear {
    clear: both;
}
.clearfix:after{
    content: "";
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

a {
    text-decoration: none;
    outline: 0;
}

center {
    padding: 20px 0;
}

/* fixed */
.fixed {
    position: fixed;
    width: 55px;
    height: 212px;
    right: 25px;
    bottom: 50px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    z-index: 999;
}

.fixed a {
    display: block;
    width: 55px;
    height: 53px;
}

.book {
    background: url(../images/fixed.jpg) 0 0 no-repeat;
}

.book:hover {
    background-position: -54px 0;
}

.fixed a.codepic {
    background: url(../images/fixed.jpg) 0 -53px no-repeat;
    height: 52px;
}

.fixed a.codepic:hover {
    background-position: -54px -53px;
}

.fixed div {
    position: relative;
}

.fixed a.backup {
    background: url(../images/fixed.jpg) 0 -158px no-repeat;
    height: 52px;
}

.fixed a.backup:hover {
    background-position: -54px -158px;
    height: 53px;
}

.fixed div img {
    position: absolute;
    left: -196px;
    width: 196px;
    height: 196px;
    top: -106px;
    display: none;
}

/* banner */
.banner {
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.sub_banner {
    height: 368px;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.btns {
    width: 1400px;
    position: absolute;
    height: 81px;
    left: 50%;
    top: 155px;
    margin-left: -700px;
}

.btns .prev,
.btns .next {
    width: 42px;
    height: 75px;
    float: left;
    background: url(../images/leftbtn.png) 0 0 no-repeat;
}

.btns .next {
    background: url(../images/rightbtn.png) 0 0 no-repeat;
    float: right;
}

/* topbg */
body {
}

.top_bar_bg {
    width: 100%;
    height: 35px;
    background: #181818;
}

.top_bar {
    width: 980px;
    height: 35px;
    margin: 0 auto;
    overflow: hidden;
}

.top_weather {
    float: left;
    width: 180px;
    height: 35px;
    overflow: hidden;
    font-family: "microsoft yahei"
}

.top_marquee {
    float: right;
    width: 360px;
    height: 35px;
    overflow: hidden;
    font: 12px/35px "microsoft yahei";
    color: #fff;
}

.top_marquee p {
    width: 60px;
    height: 35px;
    float: left;
}

.top_marquee marquee {
    float: left;
    width: 296px;
    height: 35px;
}

.top_bg {
    width: 100%;
    background: url(../images/topbg.jpg) 0 0 repeat-x;
    height: 76px;
}

.top {
    width: 980px;
    height: 76px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.logo {
    float: left;
    margin-top: 18px;
}

.top_tel {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 2
}
.top_tel span {

    font: 16px/20px "microsoft yahei";
    color: #000;
}

.top_tel p {
    height: 30px;
    font: 24px/30px "microsoft yahei";
    color: #303432;
    font-weight: bold;
}

.top_tel p font {
    color: #af1901
}

/* navbg */
.navbg {
    width: 100%;
    height: 56px;
    background: #010101;
}

.nav {
    width: 980px;
    height: 56px;
    margin: 0 auto;
}

.nav li {
    width: 108px;
    float: left;
    position: relative;
    z-index: 2
}

.nav li a {
    display: block;
    width: 108px;
    height: 56px;
    text-align: center;
    font: 18px/56px "microsoft yahei";
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav li dl {
    position: absolute;
    width: 105px;
    top: 56px;
    left: 1px;
    z-index: 33;
    background: url(../images/navbg.png) 0 0 repeat;
    border: 1px solid #3d3d3d;
    display: none
}

.nav li.hover {
    background: url(../images/hover.jpg) center 0 no-repeat;
}

.nav li dl dd a {
    display: block;
    width: 105px;
    height: 38px;
    border-bottom: 1px solid #575757;
    font-size: 14px;
    line-height: 38px;
}

.nav li dl dd a.last {
    border-bottom: 0
}

.banner_bar {
    width: 100%;
    height: 8px;
    background: url(../images/banner_bar.jpg) 0 0 repeat-x;
}

/* content */
.content_bg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.content {
    width: 980px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.search_box {
    background: url(../images/search_bg.png) center 0 no-repeat;
    position: absolute;
    z-index: 4;
    left: 0;
    top: -26px;
    height: 75px;
    width: 100%;
}

.search_center {
    width: 980px;
    margin: 0 auto;
    height: 75px;
    overflow: hidden;
}

.search {
    width: 400px;
    height: 34px;
    overflow: hidden;
    float: left;
    margin-top: 14px;
}

.text {
    width: 240px;
    float: left;
    font: 14px/24px 'microsoft yahei';
    color: #a2a2a2;
    text-indent: 15px;
    height: 24px;
    padding: 5px 0;
    border: 0;
    background: #fff;
    *height: 24px;
}

.select {
    float: left;
    width: 98px;
    border: 0;
    background: url(../images/select.jpg) 74px center no-repeat #fff;
}

.btn {
    float: left;
    background: url(../images/button.jpg) no-repeat center center;
    width: 62px;
    height: 34px;
    border: 0;
    cursor: pointer;
}

.select select {
    margin: 5px auto;
    width: 98px;
}

.searchBar span {
    float: right;
    margin-top: 6px;
}

.searchBar span a {
    color: #666;
    margin-right: 8px;
}

.searchBar span a:hover {
    color: #1b1b1b;
}

.searchBar .select {
    float: left;
    margin-top: 1px;
    display: inline;
    margin-right: 8px;
}

.searchBar .text {
    float: left;
}

.searchBar .text input {
    width: 182px;
    padding-top: 3px;
    height: 17px;
    border: 1px solid #b7d1eb;
}

div.selectbox-wrapper {
    overflow: hidden;
    width: 98px;
    position: absolute;
    text-align: left;
    *margin-top: 0;
    z-index: 11;
    background: #fff;
}

div.selectbox-wrapper ul li.current {
    color: #fff;
    background-color: #36c
}

div.selectbox-wrapper ul li {
    text-align: center;
    padding-right: 3px;
    padding-bottom: 3px;
    width: 98px;
    cursor: pointer;
    line-height: 20px;
    padding-top: 3px;
    font-size: 12px;
    font-family: '微软雅黑';
    color: #666;
}

div.selectbox-wrapper ul li.selected {
    background-color: #666;
    color: #fff;
}

.selectbox {
    border: none;
    display: block;
    width: 98px;
    background: none;
    text-indent: 9px;
    cursor: pointer;
    height: 34px;
    font-size: 14px;
    font-family: 'microsoft yahei';
    color: #1b1b1b;
    line-height: 34px;
}

.search_name {
    float: left;
    height: 34px;
    margin-top: 14px;
    width: 73px;
    text-indent: 26px;
    font: 14px/34px "microsoft yahei";
    color: #e3e3e3;
}

.search_contact {
    float: right;
    width: 342px;
    height: 44px;
    margin-top: 12px;
    overflow: hidden;
}

.search_contact p {
    width: 100%;
    height: 22px;
    overflow: hidden;
    font: 14px/22px "microsoft yahei";
    color: #fff;
}

/* con1 */
.con1 {
    width: 954px;
    margin: 20px auto 0;
    overflow: hidden;
}

.left {
    float: left;
    width: 244px;
    height: auto;
    overflow: hidden;
}

.title1 {
    width: 244px;
    background: url(../images/title1.jpg) 0 0 no-repeat;
    height: 45px;
    overflow: hidden;
    text-align: center;
    font: 700 20px/45px "microsoft yahei";
    color: #010101;
}

.left_nav {
    width: 242px;
    height: auto;
    overflow: hidden;
    background: #e0e0e0;
    border: 1px solid #cdcdcd;
    border-top: 0;
    margin-bottom: 17px;
    padding: 15px 0 3px;
}

.left_nav ul {
    display: none;
}

.left_nav li a {
    display: block;
    width: 224px;
    height: 34px;
    background: url(../images/leftli.jpg) 0 0 no-repeat;
    font: 14px/34px "microsoft yahei";
    color: #010101;
    text-indent: 34px;
    margin: 0 auto 15px;
}

.left_nav li li a {
    text-indent: 47px;
    background-position: 0 -35px;
    color: #fff;
}

.left_nav li a:hover {
    text-shadow: 1px 1px 2px #777;
}

.left_nav li li a:hover {
    text-shadow: 1px 1px 2px #111;
}

.right {
    float: left;
    width: 690px;
    height: auto;
    overflow: hidden;
    padding-left: 19px;
}

.right_title {
    background: url(../images/title2.jpg) 0 0 no-repeat;
    width: 690px;
    height: 45px;
    overflow: hidden;
}

.right_name {
    float: left;
    font: 700 20px/45px "microsoft yahei";
    color: #000;
    margin-left: 16px
}

.right_title p, .title3 p {
    float: right;
    font: 12px/45px "microsoft yahei";
    color: #000;
    padding-right: 12px;
}

.right_title p a, .title3 p a {
    color: #000
}

.right_title p a.more, .title3 p a.more {
    font-weight: 700;
    font-size: 14px
}

.con1_list {
    width: 705px;
    height: auto;
    overflow: hidden;
    padding-top: 18px;
    z-index: 44
}

.con1_list li {
    width: 235px;
    height: 226px;
    float: left;
    position: relative;
    z-index: 999
}

.con1_list li p {
    width: 216px;
    height: 54px;
    text-align: center;
    font: 16px/54px "microsoft yahei";
    color: #393939;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con1_list li p a {
    color: #393939;
}

.pro-img {
    display: block;
    width: 216px;
    height: 162px;
    border: 1px solid #cdcdcd;
    padding: 1px;
}
.pro-img img{
    max-width: 100%;
}
.zoom {
    position: absolute;
    background: url(../images/zoom.png) 0 0 no-repeat;
    width: 38px;
    height: 36px;
    left: 180px;
    top: 128px;
    cursor: pointer;
    display: none
}

#picShow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/blackbg.png) 0 0 repeat;
    left: 0;
    top: 0;
    z-index: 9999
}

.pic_show_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.pic_show_box img {
    display: block;
    margin: 93px auto 0;
    border: 5px solid rgba(255, 255, 255, .2);
}

.pic_quit {
    position: absolute;
    background: url(../images/quit.png) 0 0 no-repeat;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    cursor: pointer
}

.lbtn {
    display: block;
    position: absolute;
    background: url(../images/leftbtn1.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    top: 287px;
    left: 65px;
}

.rbtn {
    display: block;
    position: absolute;
    background: url(../images/rightbtn1.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    top: 287px;
    right: 65px;
}

.pic_show_box p {
    width: 593px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font: 18px/106px "microsoft yahei";
    color: #0c4201;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pic_show_box p a {
    color: #fff;
}

/* con2 */
.con2 {
    width: 954px;
    height: 298px;
    margin: 0 auto;
    overflow: hidden;
}

.title3 {
    width: 954px;
    background: url(../images/title3.jpg) center 0 no-repeat;
    height: 45px;
}

.con2_list {
    width: 968px;
    height: 228px;
    overflow: hidden;
    padding-top: 22px;
}

.con2_list li {
    width: 242px;
    height: 228px;
    float: left;
    overflow: hidden;
}

.con2_img {
    display: block;
    width: 216px;
    height: 162px;
    border: 1px solid #cdcdcd;
    padding: 1px;
}

.con2_list li p {
    width: 216px;
    height: 54px;
    text-align: center;
    font: 700 14px/54px "microsoft yahei";
    color: #393939;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con2_list li p a {
    color: #393939;
}

/* con3 */
.con3 {
    width: 954px;
    height: 312px;
    margin: 0 auto;
    overflow: hidden;
}

.con3_left {
    float: left;
    width: 245px;
    height: 312px;
    overflow: hidden;
}

.title4 {
    width: 245px;
    height: 45px;
    overflow: hidden;
    background: url(../images/title1.jpg) 0 0 no-repeat;
}

.title4 span {
    float: left;
    font: 700 16px/45px "microsoft yahei";
    color: #000;
    padding-left: 18px;
}

.title4 a {
    float: right;
    font: 700 14px/45px "microsoft yahei";
    color: #000;
    margin-right: 8px;
}

.con3_news {
    width: 242px;
    height: auto;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-top: 0;
    border-bottom: 3px solid #b1b1b1;
    background: #e0e0e0;
    padding: 6px 0 28px;
    margin-bottom: 16px
}

.con3_news li {
    width: 230px;
    height: 40px;
    border-bottom: 1px dotted #565656;
    margin: 0 auto;
    background: url(../images/icons1.jpg) 4px center no-repeat;
    text-indent: 16px;
    font: 12px/40px "microsoft yahei";
    color: #3b3b3b;
}

.con3_news li a {
    color: #3b3b3b;
    display: block;
    float: left;
    max-width: 196px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.con3_news li img {
    float: left;
    margin-top: 4px;
}

.con3_right {
    float: left;
    width: 690px;
    padding-left: 18px;
    height: 312px;
    overflow: hidden;
}

.con3_about {
    width: 652px;
    height: 205px;
    padding: 18px;
    border: 1px solid #cdcdcd;
    border-top: 0;
    background: #ededed;
    overflow: hidden;
    font: 14px/25px "microsoft yahei";
    color: #353535;
    text-indent:2em;
}

.con3_about img {
    float: left;
    margin-right: 14px;
    margin-top: 8px
}

/* con4 */
.con4 {
    width: 954px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.movead {
    zoom: 1;
    width: 954px;
    margin: 22px auto;
    position: relative;
    z-index: 11
}

.movead .pcont {
    float: left;
    width: 906px;
    height: 224px;
    overflow: hidden;
    margin: 0 5px;
}

.movead .ScrCont {
    width: 32766px;
    zoom: 1
}

.movead #List1_1 {
    FLOAT: left
}

.movead #List2_1 {
    FLOAT: left
}

.movead .LeftBotton {
    background: url(../images/lbtn.jpg) no-repeat left 0;
    float: left;
    width: 18px;
    height: 167px;
}

.movead .RightBotton {
    background: url(../images/rbtn.jpg) no-repeat right 0;
    float: left;
    width: 18px;
    height: 167px;
}

.movead .pl img {
    display: block;
    cursor: pointer;
    width: 216px;
    height: 162px;
}

.movead .pl {
    float: left;
    width: 228px;
    height: 224px;
    overflow: hidden;
}

.movead .pl a.con4_img {
    display: block;
    width: 216px;
    height: 162px;
    border: 1px solid #cdcdcd;
    position: relative;
    padding: 1px;
}

.movead .pl span {
    display: block;
    width: 216px;
    height: 45px;
    text-align: center;
    font: 16px/45px "microsoft yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #393939
}

.movead .pl span a {
    color: #393939
}

/* foot */
.foot_nav {
    width: 100%;
    height: 79px;
    background:#010101;
    text-align: center;
    font: 14px/77px "microsoft yahei";
    color: #b3b3b3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.foot_nav a {
    color: #eee;
    margin: 0 14px;
}

.foot_nav p {
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    border-top: 1px solid #2a2a2a
}

.foot {
    width: 100%;
    height: 70px;
    padding-top: 23px;
    text-align: center;
    background: #010101
}

.foot p {
    width: 100%;
    text-align: center;
    font: 12px/26px "microsoft yahei";
    color: #eee;
}

.foot p span {
}

.foot p a {
    color: #eee
}

.share {
    width: 150px;
    margin: 15px auto 0
}

.links_bg {
    width: 100%;
    height: 45px;
    background: url(../images/links_bg1.jpg) 0 0 repeat-x;
}

.links {
    width: 980px;
    height: 45px;
    margin: 0 auto;
    background: url(../images/linksbg.jpg) 13px 8px no-repeat;
    text-indent: 50px;
    font: 14px/45px "microsoft yahei";
    color: #010101;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.links span {
    font: 700 16px/45px "microsoft yahei";
    color: #010101
}

.links a {
    color: #010101;
    margin: 0 4px;
}

/* subpage */
.subpage {
    width: 954px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}

.right_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    font: 14px/30px "microsoft yahei";
    color: #626262;
    padding: 15px 0
}

.right_con div {
    font-size: 14px;
}

.right_pro {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    border-bottom: 1px solid #b8b8b8;
    *height: 150px;
}

/* pages */
.pages {
    width: 100%;
    height: 28px;
    margin: 14px 0;
    clear: both;
}

.pages ul {
    float: right;
    margin: 0 15px 0 0;
    display: inline;
}

.pages ul li {
    float: left;
    display: inline;
    margin: 0 7px 0 0;
    font: 500 12px/28px "microsoft yahei";
    color: #6e6e6e;
    width: 26px;
    height: 26px;
    border: 1px solid #3f3f3f;
    background: #3f3f3f;
    text-align: center;
}

.pages ul li a {
    color: #fff;
    display: block;
    width: 26px;
    height: 26px;
}

.pages ul li.prev {
    width: 64px;
    height: 26px;
    background: url(../images/prev_page.jpg) 6px center no-repeat #3f3f3f;
    text-indent: 13px;
    border: 1px solid #3f3f3f;
    text-align: left;
}

.pages ul li.prev a, .pages ul li.next a {
    display: block;
    width: 64px;
    height: 26px;
}

.pages ul li.ok a {
    display: block;
    width: 55px;
    height: 28px;
}

.pages ul li.next {
    width: 64px;
    height: 26px;
    background: url(../images/next_page.jpg) 54px center no-repeat #3f3f3f;
    text-indent: 6px;
    border: 1px solid #3f3f3f;
    text-align: left;
}

.pages ul li.clickli {
    background: #b8b8b8;
    border: 1px solid #b8b8b8
}

.pages ul li.clickli a {
    color: #3f3f3f
}

.pages ul li.dot {
    border: 0;
    background: none;
    color: #64728f;
}

.pages ul li.allpage {
    width: 136px;
    border: 0;
    background: none;
}

.allpage input {
    width: 26px;
    height: 26px;
    border: 1px solid #3f3f3f;
    text-align: center;
    background: #3f3f3f;
    margin: 0 5px;
    color: #fff;
    font: 12px/26px "microsoft yahei";
}

.pages ul li.ok {
    background: #3f3f3f;
    width: 53px;
    height: 26px;
    float: left;
    border: 1px solid #3f3f3f
}

.pages ul li.ok a {
    color: #fff
}

/* book*/
.bookmain {
    width: 650px;
    padding: 0 10px;
    height: auto;
    font: 14px/30px 'microsoft yahei';
    color: #185e0b;
    margin: 0 auto;
    background: #fff;
}

.bookmain div {
    font-size: 12px
}

.bookline {
    width: 650px;
    height: 34px;
    background-image: url(../images/about_box_line.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
    margin: 0 auto;
    margin-top: 10px;
}

.book3 {
    width: 550px;
    margin: 0 auto;
}

.booktop {
    width: 650px;
    height: 30px;
    float: left;
    background: url(../images/bookico.png) no-repeat 10px 7px;
    margin-top: 20px;
}

.booktop_name {
    width: 570px;
    height: 30px;
    float: left;
    color: rgb(30, 54, 1);
    padding-left: 30px;
    line-height: 30px;
    font-weight: bold;
}

.booktop_time {
    width: 150px;
    height: 30px;
    float: left;
    color: rgb(30, 54, 1);
    text-align: right;
    line-height: 30px;
}

.bookcontent {
    width: 628px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    float: left;
    border: 1px solid #d6deef;
    background: url(../images/bookcontentbg.jpg) repeat-x;
    background-color: #fff;
    padding: 10px;
    color: rgb(30, 54, 1);
}

.bookadmin {
    width: 650px;
    height: auto;
    float: left;
}

.bookadmin_top {
    width: 650px;
    height: 12px;
    float: left;
}

.bookadmin_mid {
    width: 628px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    border-left: 1px solid #d6deef;
    border-right: 1px solid #d6deef;
    border-bottom: 1px solid #d6deef;
    float: left;
    padding: 10px;
    color: rgb(30, 54, 1);
}

.messagecol {
    color: rgb(30, 54, 1);
}

.admincol {
    color: rgb(30, 54, 1);
    font-weight: bold;
}

.admintimecol {
    color: rgb(30, 54, 1);
    float: right;
    *margin-top: -17px;
}

.message {
    width: 500px;
    height: auto;
    float: left;
    padding-left: 50px;
    color: rgb(30, 54, 1);
}

.message li {
    width: 500px;
    height: 40px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.message li input {
    height: 15px;
    line-height: 15px;
    width: 150px;
}

.message li p.message_title {
    width: 100px;
    height: 25px;
    float: left;
    text-align: right;
    font-size: 12px;
}

.message li p.message_content {
    width: 400px;
    float: left;
}

.message li.contentb {
    width: 500px;
    height: 150px;
    float: left;
}

.message li.contentb textarea {
    width: 370px;
    height: 120px;
}

.message li.yzm {
    width: 500px;
    height: 60px;
    float: left;
}

.message li p.message_yzminput {
    width: 100px;
    float: left;
}

.message li p.message_yzminput input {
    width: 70px;
}

.message li p.message_yzmico {
    width: 100px;
    height: 40px;
    float: left;
}

.message li p.message_sub {
    width: 200px;
    height: 40px;
    float: left;
}

.tab2 {
    background: #fff;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #e1e0e1;
}

.blank {
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
}

/* case */
.case {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.case li {
    width: 100%;
    height: 202px;
    overflow: hidden
}

.case-img {
    display: block;
    float: left;
    width: 216px;
    height: 162px;
    border: 1px solid #cdcdcd;
    padding: 1px;
}

.case li p {
    width: 450px;
    float: left;
    padding-left: 18px;
    height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font: 700 16px/34px "microsoft yahei";
    color: #646464;
}

.case li p a {
    color: #646464;
}

.case li div {
    width: 450px;
    float: left;
    padding-left: 18px;
    height: 120px;
    overflow: hidden;
    font: 14px/30px "microsoft yahei";
    color: #646464;
    padding-top: 10px;
}

/* news */
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news li {
    width: 100%;
    border-bottom: 1px dotted #282828;
    background: url(../images/icons1.jpg) 3px center no-repeat;
    text-indent: 18px;
    font: 14px/50px "microsoft yahei";
    color: #b3b3b3;
}

.news li a {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.news li span {
    float: right;
    padding-right: 6px;
}

.news li p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 2;
}
.news li.none {
    margin-bottom: 25px;
}

/* news_view */
.right_con h1 {
    width: 100%;
    text-align: center;
    font: 20px/36px "microsoft yahei";
    color: #343434;
}

.date {
    width: 100%;
    text-align: center;
    font: 12px/32px "microsoft yahei";
    color: #7d7d7d
}

.page {
    width: 100%;
    height: 86px;
    margin: 10px auto;
    overflow: hidden;
    position: relative
}
.page p {
    width: 100%;
    float: left;
    height: 42px;
    font: 14px/42px "microsoft yahei";
    color: #177303;
    overflow: hidden;
    border-bottom: 1px dotted #7a7a7a;
}

.page p a {
    color: #0e0e0e
}
.page p a.b{
    font-weight: bold;
}
.page p a:hover, .back:hover {
    text-decoration: underline
}

.back {
    position: absolute;
    right: 0;
    font: 14px/1 "microsoft yahei";
    color: #e0c053;
    top: 56px;
    background: #282828;
    padding: 4px 8px;
}

.right_con img {
    max-width: 100%;
    display:inline-block;
}

.searchred {
    color: #F00;
}


/*//翻页*/
.pages{clear:both; text-align:center; font-size:12px; padding:15px 0 20px 0;color:#7e7064;margin-top:20px;}
.pages a,.pages span{display:inline-block; height:28px;padding:0 10px; margin:0 4px!important; line-height:28px;}
.pages a:link,.pages a:visited{color: #707070; line-height:28px; border:1px solid #b8b8b8 ; background:#b8b8b8;}
.pages a:hover,.pages a:active,.pages span.ctxt{ background:#3f3f3f ; border:1px solid #3f3f3f ;color: #fff; text-decoration:none}

.lam_box .box{
    max-width:980px;
}
.lam_box .ow_links span{
    background: #c5a341;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#c5a341;
}
.lam_box .ow_links h2 i{
    color: #000;
}