﻿@charset "utf-8";

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
select,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana, Microsoft YaHei, 微软雅黑;
    font-size: 12px;
    background: #fff;
    margin: 0;
    color: #666;
    text-align: left;
    line-height: 150%;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
textarea,
select {
    vertical-align: middle;
    font-size: 12px;
    color: #333;
}

iframe {
    border: none;
}

dl,
ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
    vertical-align: middle;
}

form {
    display: inline;
}


a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #ea5504;
    text-decoration: underline;
}

a:visited {
    color: #555;
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    height: 0px !important;
    overflow: hidden !important;
    float: none !important;
    line-height: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}


/*页头*/
.header {
    width: 1000px;
    height: 220px;
    margin: 0 auto;
}

.header .logo {
    width: 300px;
    height: 110px;
    padding: 50px 0px 0px 0px;
    text-align: left;
    float: left;
    overflow: hidden;
}

.header .logo img {
    height: 75px;
}

.header .right {
    width: 282px;
    height: 160px;
    padding: 0px 0px 0px 0px;
    float: right;
    display: block;
    overflow: hidden;
}

.header .nav {
    clear: both;
    height: 58px;
    background: url(./nav_bg.png);
    text-align: center;
    border: 0px;
    position: relative;
    z-index: 2;
}

.header .follow {
    height: 50px;
    padding: 20px 0px 0px 0px;
    text-align: right;
    /* background: url(./top_bg.png) no-repeat left bottom; */
}

.header .i_wb {
    height: 20px;
    line-height: 20px;
    padding: 0px 5px 0px 25px;
    background: url(./i_wb.png) no-repeat;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei, 微软雅黑;
}

.header .i_wx {
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 25px;
    background: url(./i_wx.png) no-repeat;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei, 微软雅黑;
}


.header .search {
    width: 282px;
    height: 55px;
    margin: 0px 0px 0px 0px;
    background: url(./search_bg.png) no-repeat;
    padding: 0px 0px 0px 0px;
    display: inline;
    float: left;
    overflow: hidden;
}

.header .search .search_input {
    width: 182px;
    height: 22px;
    padding: 4px 5px 4px 25px;
    line-height: 22px;
    border: 0px;
    background: none;
    color: #999;
    font-size: 14px;
    float: left;
}

.header .search .search_btn {
    width: 70px;
    height: 30px;
    background: none;
    border: 0px;
    cursor: pointer;
    float: left;
}

.header .search p {
    clear: both;
    height: 25px;
    line-height: 30px;
}

.header .search ul {
    clear: both;
    height: 25px;
    line-height: 30px;
}

.header .search ul li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

.header .topadv {
    clear: both;
    height: 35px;
    text-align: right;
    overflow: hidden;
}


#flip-maxPoint {
    width: auto;
    overflow: visible;
    float: left;
}

.header .nav ul {
    width: auto;
    height: 58px;
    overflow: visible;
}

.header .nav li {
    width: 110px;
    height: 58px;
    padding: 0px 1px 0px 0px;
    /* background: url(./nav_li.png) no-repeat right; */
    font-size: 18px;
    font-family: Microsoft YaHei, 微软雅黑;
    color: #000;
    text-align: center;
    float: left;
    position: relative;
}

.header .nav li a {
    width: 100%;
    height: 48px;
    padding: 10px 0px 0px 0px;
    line-height: 22px;
    color: #000;
    float: left;
}

.header .nav li a span {
    display: block;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    font-family: arial;
    color: #9f9f9f;
    vertical-align: top;
}

.header .nav li a:hover,
.header .nav li a:hover span {
    color: #ea5504;
    text-decoration: none;
}

.header .nav li a:hover {
    background: url(./nav_li_act.png) repeat-x bottom;
}

.header .nav li:hover .submenu {
    display: block;
}

.header .nav li .submenu {
    width: 110px;
    position: absolute;
    top: 54px;
    left: 0px;
    z-index: 2;
    background: #f1eded;
    border-top: 4px #ea5504 solid;
    display: none;
}

.header .nav li .submenu a {
    height: 28px;
    line-height: 28px;
    display: block;
    padding: 0px 0px 1px 0px;
    background: url(./submenu_bg.png) no-repeat bottom;
    font-size: 14px;
    color: #888;
}

.header .nav li .submenu a:hover {
    background: url(./submenu_bg.png) no-repeat bottom #000;
    color: #fff;
}

.header .nav .act {
    color: #ea5504;
}

.header .nav .act a {
    color: #ea5504;
    background: url(./nav_li_act.png) repeat-x bottom;
}

.header .nav .act a span {
    color: #ea5504;
}

.header .nav .act a:visited {
    color: #ea5504;
}

.header .nav .end {
    background: none;
}



/*页尾*/
.footer {
    clear: both;
    width: 1000px;
    height: 30px;
    line-height: 30px;
    padding: 10px 0px;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    text-align: right;
    margin: 20px auto;
    zoom: 1;
    font-family: Microsoft YaHei, 微软雅黑;
}

.footer:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.footer a {
    color: #9f9f9f;
}

.footer a:hover {
    color: #ea5504;
    text-decoration: underline;
}

.container {
    width: 1000px;
    padding: 0px 0px 0px 0px;
    height: auto !important;
    min-height: 300px;
    _height: 300px;
    margin: 0 auto;
    zoom: 1;
}

.container:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.container .con-left {
    width: 660px;
    float: left;
}

.container .con-right {
    width: 300px;
    padding: 30px 0px 0px 0px;
    float: right;
    display: block;
}

.banner {
    width: 1000px;
    margin: 0 auto 20px auto;
    display: block;
}

.adv {
    margin-bottom: 30px;
}

.daohang {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0px;
}

.daohang span {
    font-weight: bold;
    color: #000;
}



/*首页*/
.index-tj {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
    font-family: Microsoft YaHei, 微软雅黑;
}

.index-tj:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.index-tj .focus {
    width: 1000px;
    height: 550px;
    padding: 30px 0px 0px 0px;
    float: left;
    overflow: hidden;
}

#slides {
    width: 1000px;
    position: relative;
    display: block;
    z-index: 1;
}

.slides_container {
    width: 1000px;
    display: none;
}

.slides_container div {
    width: 1000px;
    height: 530px;
    display: block;
}

.slides_container div img {
    width: 1000px;
    height: 485px;
}

#slides .pagination {
    height: 20px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 40px;
    z-index: 99;
}

#slides .pagination .current a {
    background: url(./focus_c.png) no-repeat 0px -15px;
}

#slides .pagination li {
    display: inline;
}

#slides .pagination li a {
    width: 15px;
    height: 0px;
    padding-top: 15px;
    margin-right: 15px;
    overflow: hidden;
    display: inline-block;
    background: url(./focus_c.png) no-repeat 0px 0px;
}

#slides .prev {
    width: 40px;
    height: 0px;
    padding-top: 80px;
    overflow: hidden;
    background: url(./focus_prenext.png) no-repeat 0px 0px;
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 99;
}

#slides .next {
    width: 42px;
    height: 0px;
    padding-top: 80px;
    overflow: hidden;
    background: url(./focus_prenext.png) no-repeat 0px -80px;
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 99;
}

#flip-moveend {
    display: none;
}




/*mod1*/
.index-mod-1 {
    width: 1000px;
    margin: 0px auto 60px auto;
    zoom: 1;
    font-family: Microsoft YaHei, 微软雅黑;
    border-top: 4px #000 solid;
}

.index-mod-1:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.index-mod-1 .con-left {
    width: 430px;
    float: left;
}

.index-mod-1 .con-right {
    width: 550px;
    padding: 33px 0px 0px 0px;
    float: right;
}

.index-mod-1 .con-left .txt {
    height: 268px;
    position: relative;
}

.index-mod-1 .con-left .txt h3 {
    width: 250px;
    height: 70px;
    line-height: 35px;
    font-size: 30px;
    padding: 30px 0px 0px 145px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
}

.index-mod-1 .con-left .txt p {
    width: 390px;
    height: 80px;
    padding: 20px 0px 0px 0px;
    line-height: 20px;
    overflow: hidden;
}

.index-mod-1 .con-left .txt .more {
    color: #fff;
    position: absolute;
    display: block;
    width: 155px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    left: 270px;
    top: 210px;
}

.index-mod-1 .con-left .pic img {
    width: 430px;
}

.index-mod-1 .con-left .txt h3 a {
    color: #000;
}

.index-mod-1 .con-right .pic img {
    width: 550px;
}

.index-mod-1 h2 {
    display: none;
}

/*mod2*/
.index-mod-2 {
    width: 1000px;
    margin: 0px auto 60px auto;
    zoom: 1;
    font-family: Microsoft YaHei, 微软雅黑;
    border-top: 4px #000 solid;
}

.index-mod-2:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.index-mod-2 .con-right {
    width: 430px;
    float: right;
}

.index-mod-2 .con-left {
    width: 550px;
    padding: 33px 0px 0px 0px;
    float: left;
}

.index-mod-2 .con-right .txt {
    height: 268px;
    position: relative;
}

.index-mod-2 .con-right .txt h3 {
    width: 250px;
    height: 70px;
    line-height: 35px;
    font-size: 30px;
    padding: 30px 0px 0px 40px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
}

.index-mod-2 .con-right .txt p {
    width: 390px;
    height: 80px;
    padding: 20px 0px 0px 40px;
    line-height: 20px;
    overflow: hidden;
}

.index-mod-2 .con-right .txt .more {
    color: #fff;
    position: absolute;
    display: block;
    width: 155px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    left: 270px;
    top: 210px;
}

.index-mod-2 .con-right .pic img {
    width: 430px;
}

.index-mod-2 .con-right .txt h3 a {
    color: #000;
}

.index-mod-2 .con-left .pic img {
    width: 550px;
}

.index-mod-2 h2 {
    display: none;
}


.index-t1 .con-left .txt {
    background: url(./t1.png) no-repeat;
}

.index-t2 .con-right .txt {
    background: url(./t2.png) no-repeat;
}

.index-t3 .con-left .txt {
    background: url(./t3.png) no-repeat;
}

.index-t4 .con-right .txt {
    background: url(./t4.png) no-repeat;
}

.index-t5 .con-left .txt {
    background: url(./t5.png) no-repeat;
}

.index-t6 .con-right .txt {
    background: url(./t6.png) no-repeat;
}

.index-t7 .con-left .txt {
    background: url(./t7.png) no-repeat;
}




/*街拍*/
.index-jp {
    width: 1000px;
    margin: 0 auto 20px auto;
    zoom: 1;
    display: block;
    font-family: Microsoft YaHei, 微软雅黑;
    border-top: 4px #000 solid;
}

.index-jp:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.index-jp .title {
    height: 110px;
    background: url(./t8.png) no-repeat;
}

.index-jp .title h2 {
    display: none;
}

.index-jp .title .more {
    display: block;
    background: url(./more.png) no-repeat right;
    color: #fff;
    margin-top: 30px;
    width: 96px;
    height: 27px;
    padding-right: 5px;
    line-height: 27px;
    text-align: right;
    float: right;
}

.index-jp .main {}

#photolist {
    position: relative;
    margin: 0 auto;
}

#photolist li {
    width: 188px;
    margin: 5px;
    padding: 0px 0px 0px 0px;
    border: 1px #e5e5e5 solid;
    background: #fff;
    float: left;
}

#photolist li img {
    width: 162px;
    padding: 13px;
}

#photolist li span {
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    display: block;
    border-top: 1px #e5e5e5 solid;
}

#photolist li:hover {
    background: #e5e5e5;
}

/*编辑推荐*/
.tj-r {
    border: 1px #dbdbdb solid;
    overflow: hidden;
    zoom: 1;
}

.tj-r:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.tj-r .title {
    height: 34px;
    line-height: 34px;
    background: #000;
    padding: 0px 10px;
}

.tj-r .title h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    float: left;
}

.tj-r .title span {
    float: right;
}

.tj-r .main {
    background: url(./jiao.png) no-repeat;
    padding: 30px 20px 0px 20px;
}

.tj-r .main dl {
    height: 130px;
}

.tj-r .main dt {
    width: 140px;
    float: left;
}

.tj-r .main dt img {
    width: 127px;
    height: 100px;
}

.tj-r .main dd {
    width: 118px;
    padding: 10px 0px;
    float: left;
}

.tj-r .main dd p {
    height: 72px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    color: #333;
}

.tj-r .main dd a {
    color: #333;
}

.tj-r .main dd a:hover {
    color: #333;
    text-decoration: underline;
}



/*列表�?/
.listpage{}
.listpage .list{clear:both;padding:15px 0px 30px 0px;overflow:hidden;}
.listpage .list .type{height:25px;line-height:25px;background:#000;padding:0px 3px;}
.listpage .list .type h4{height:25px;line-height:25px;background:#fff;padding:0px 10px;font-size:24px;color:#000;float:left;}
.listpage .list .pic{padding:20px 0px;}
.listpage .list .pic img{width:660px;background:url(./loading.gif) no-repeat center center #fff;}
.listpage .list .txt{}
.listpage .list .txt h3{padding:15px 0px 15px 0px;line-height:30px;font-size:30px;color:#000;font-weight:normal;}
.listpage .list .txt h3 a{color:#000;}
.listpage .list .txt h3 a:hover{color:#ec1b23; text-decoration:underline;}
.listpage .list .txt p{padding:10px 0px 0px 0px;line-height:18px;font-size:12px;color:#333;overflow:hidden; }
.listpage .list .txt p a{color:#ec1b23;}



/*详情�?/
.detailpage{padding:0px 0px 0px 0px;}

.detailbox{padding:20px 0px;color:#333;}
.detailbox h1{line-height:30px;color:#000;font-size:26px;overflow:hidden;text-align:center;}
.detailbox .info{height:20px;line-height:20px;padding:10px 0px;text-align:center;border-bottom:1px #ccc dashed;overflow:hidden; white-space:nowrap;color:#999;}
.detailbox .review{border:1px #ddd solid;padding:10px;background:#f8f8f8;margin:10px 0px;}
.detailbox .review h4{font-size:12px;color:#000;}
.detailbox .pic{overflow:hidden;text-align:center;position:relative;margin:10px 0px;}
.detailbox .pic img{width:auto;}
.detailbox .pic .btn_view{height:20px;line-height:20px;padding:0px 10px;font-size:12px;color:#666; position:absolute;right:1px;bottom:1px;background:#fff;filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}
.detailbox h2{height:40px;line-height:40px;overflow:hidden;text-align:center;font-size:14px;font-weight:normal;border-top:1px #ccc dashed;border-bottom:1px #ccc dashed;}
.detailbox .prenext{text-align:center;padding:20px 0px;}
.detailbox .prenext a{height:30px;line-height:30px;padding:0px 20px;color:#fff;font-size:14px;background:#000;display:inline-block;margin:0px 5px;}
.detailbox .prenext a:hover{background:#ec1b23; text-decoration:none;}
.detailbox .txt{font-size:14px;line-height:1.6;padding:20px 0px 0px 0px;overflow:hidden;}
.detailbox .txt img{width:auto;}
.detailbox .tag{padding:50px 0px 5px 0px;border-bottom:1px #ccc dashed;font-size:14px;zoom:1;}
.detailbox .tag:after{content: ""; display: block; clear: both; height: 0px;}
.detailbox .tag dt{width:60px;font-weight:bold;float:left;}
.detailbox .tag dd{width:580px;color:#ce3080;float:left;}
.detailbox .tag dd a{color:#ec1b23;padding:0px 10px;display:inline-block;}
.detailbox .pages{text-align:center;}
.detailbox .prenextview{height:50px;padding:0px;line-height:50px;overflow:hidden;}
.detailbox .prenextview dt{width:300px;height:50px;float:left;overflow:hidden;}
.detailbox .prenextview dd{width:300px;height:50px;float:right;overflow:hidden;}

/*街拍*/
.jp {
    width: 1000px;
    margin: 0 auto;
}

.jp .pages {
    text-align: center;
}

.jp-photo {
    padding: 20px 0px;
    color: #333;
}

.jp-photo h1 {
    line-height: 30px;
    color: #000;
    font-size: 26px;
    overflow: hidden;
    text-align: center;
}

.jp-photo .info {
    height: 20px;
    line-height: 20px;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px #ccc dashed;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
}

.jp-photo .pic {
    text-align: center;
    padding: 20px 0px;
}

.jp-photo .pic img {
    width: auto;
}


/*搜索结果*/
.searchlist {
    width: 1000px;
    padding: 0px 0px 0px 0px;
    height: auto !important;
    min-height: 300px;
    _height: 300px;
    margin: 0 auto;
    zoom: 1;
    display: block;
}

.searchlist:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.searchlist .title {
    padding: 20px 0px;
}

.sr_frm_box {
    height: 33px;
    line-height: 33px;
}

.sr_frmipt {
    width: 398px;
    height: 32px;
    background: url(./sr_iptbg.gif) no-repeat -5px -5px;
    overflow: hidden;
    margin: 0 auto;
}

.sr_frmipt input,
.sr_frmipt .sp {
    float: left;
    margin-left: 9px;
}

.sr_frmipt input.ipt {
    height: 26px;
    line-height: 26px;
    margin-left: 8px;
    margin-top: 3px;
    *margin-top: 2px;
    width: 282px;
    *width: 278px;
    border: none;
    *border: 0px !important;
}

.ss_btn {
    background: url(./sr_iptbg.gif) no-repeat -350px -50px;
    width: 82px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 32px !important;
    line-height: 32px !important;
}

.sp {
    background: url(./sr_iptbg.gif) no-repeat -423px 0px;
    text-indent: -10000px;
    width: 8px;
    margin-left: 8px;
    margin-top: 1px;
    height: 30px;
    cursor: pointer;
}

.searchlist .jg {
    padding: 10px 50px 0px 50px;
    fon-size: 12px;
    color: #666;
}

.searchlist .main {
    padding: 0px 50px;
}

.searchlist .main li {
    border-bottom: 1px #ccc dashed;
    padding: 20px 0px;
    clear: both;
    zoom: 1;
}

.searchlist .main li:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.searchlist .main li .pic {
    width: 140px;
    height: 100px;
    float: left;
}

.searchlist .main li .pic img {
    width: 127px;
    height: 100px;
}

.searchlist .main li .txt {
    width: 760px;
    float: left;
}

.searchlist .main li h5 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
}

.searchlist .main li h5 a {
    color: #000;
}

.searchlist .main li p {
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.searchlist .main li .time {
    clear: both;
    height: 20px;
    line-height: 20px;
    padding: 10px 0px 0px 0px;
    color: #999;
}



/*关于我们*/
.aboutpage {
    padding: 20px;
}

.aboutpage h1 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.aboutpage .txt {
    font-size: 14px;
    line-height: 1.8;
}



/*字颜�?/
.f_g{color:#999;}
.f_rz{color:#ce3080;}

.f_or{color:#eb6000;}




/*图标按钮*/
.btn_pre {
    width: 32px;
    height: 150px;
    background: url(./btn_prenext.png) no-repeat 0px 0px;
    display: inline-block;
}

.btn_pre:hover {
    background: url(./btn_prenext.png) no-repeat 0px -150px;
}

.btn_next {
    width: 32px;
    height: 150px;
    background: url(./btn_prenext.png) no-repeat -32px 0px;
    display: inline-block;
}

.btn_next:hover {
    background: url(./btn_prenext.png) no-repeat -32px -150px;
}

.btn_pre_c {
    width: 23px;
    height: 23px;
    background: url(./btn_prenext_c.png) no-repeat 0px 0px;
    display: inline-block;
}

.btn_pre_c:hover {
    background: url(./btn_prenext_c.png) no-repeat 0px -23px;
    display: inline-block;
}

.btn_next_c {
    width: 23px;
    height: 23px;
    background: url(./btn_prenext_c.png) no-repeat -23px 0px;
    display: inline-block;
}

.btn_next_c:hover {
    background: url(./btn_prenext_c.png) no-repeat -23px -23px;
    display: inline-block;
}

.btn_up {
    width: 150px;
    height: 24px;
    background: url(./btn_updown.png) no-repeat 0px 0px;
    display: inline-block;
}

.btn_up:hover {
    background: url(./btn_updown.png) no-repeat -150px 0px;
}

.btn_down {
    width: 150px;
    height: 24px;
    background: url(./btn_updown.png) no-repeat 0px -24px;
    display: inline-block;
}

.btn_down:hover {
    background: url(./btn_updown.png) no-repeat -150px -24px;
}


/*分页*/
.pages {
    clear: both;
    text-align: left;
    padding: 20px 0px 30px 0px;
}

.pages a {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    border: 1px #ddd solid;
    margin: 0px 5px;
    background: #fff;
    display: inline-block;
}

.pages a:hover,
.pages .act {
    text-decoration: none;
    color: #fff;
    background: #ec1b23;
}

.pages span {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    border: 1px #ddd solid;
    margin: 0px 5px;
    color: #fff;
    background: #ec1b23;
    display: inline-block;
}

.pages a {
    display: inline-block;
}

.pages .a1 {
    display: inline-block;
}

.pages .num {
    margin: 0px;
}

.pages .num a {
    display: inline-block;
}

.pages .num .act {
    display: inline-block;
}











/*表格*/
.table_1 {
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #ccc;
    margin-bottom: 10px;
}

.table_1 thead {
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #333;
}

.table_1 th {
    border: 1px solid #ccc;
    padding: 5px;
    background: url(./lan_h.png);
    font-weight: normal;
}

.table_1 td {
    border: 1px solid #ccc;
    padding: 5px;
    color: #666;
    text-align: left;
}

.table_1 tfoot {
    text-align: center;
    font-weight: bold;
}

.table_1 .trbg1 {
    background: #fff;
}

.table_1 .trbg2 {
    background: #f3f3f3;
}

.table_2 {
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #ccc;
    margin-bottom: 10px;
}

.table_2 thead {
    height: 18px;
    line-height: 18px;
    color: #333;
}

.table_2 th {
    border: 0px solid #ccc;
    padding: 2px;
    font-weight: bold;
    text-align: left;
}

.table_2 td {
    border: 0px solid #ccc;
    padding: 2px;
    color: #666;
    text-align: left;
}

.table_2 tfoot {
    text-align: center;
    font-weight: bold;
}

.table_2 .trbg1 {
    background: #fff;
}

.table_2 .trbg2 {
    background: #f3f3f3;
}

.table_in {
    width: 100%;
    border: none;
    margin: 0;
    border-collapse: collapse;
}

.table_in,
.table_in td,
.table_in th {
    border: none;
    padding: 5px;
}



.i_del {
    width: 27px;
    height: 27px;
    background: url(./i_del.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}

.i_edit {
    width: 27px;
    height: 27px;
    background: url(./i_edit.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}


.btn_login_s {
    width: 105px;
    height: 30px;
    background: url(./btn_login_s.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}

.btn_reg_s {
    width: 105px;
    height: 30px;
    background: url(./btn_reg_s.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}

.btn_b_reg {
    width: 178px;
    height: 44px;
    background: url(./btn_b_reg.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}

.btn_b_tjdd {
    width: 218px;
    height: 52px;
    background: url(./btn_b_tjdd.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}


.btn_s_qd {
    width: 170px;
    height: 32px;
    background: url(./btn_s_qd.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}

.btn_s_order {
    width: 75px;
    height: 26px;
    background: url(./btn_s_order.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}

.btn_s_add {
    width: 105px;
    height: 30px;
    background: url(./btn_s_add.png) no-repeat;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    vertical-align: middle
}