﻿/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");
/*---------- base ---------*/
* {
    padding: 0px;
    margin: 0px;
}
html {
    background: #FFF;
}
body {
    font: 14px Verdana, Arial, Tahoma;
    background: url("../image/bg.jpg") no-repeat scroll center 0;
}
img {
    border: none;
}
a {
    color: #314d70;
    text-decoration: none;
}
a:hover {
    color: #123d73;
    text-decoration: none;
    cursor: pointer;
}
ul {
    list-style: none;
}
input, select, button {
    font: 12px Verdana, Arial, Tahoma;
    vertical-align: middle;
}
/*---------- stock ---------*/
.center {
    margin: 0px auto;
}
.w960 {
    width: 998px;
    /*position:relative;*/
}
.wh {
    width: 998px;
    margin: 0 auto;
}
.pright .infos_userinfo {
    margin-bottom: 0px;
}
.mt1 { /* ( margin-top * 1 ) */
    margin-top: 8px;
}
.pright .mt1 {
    margin-top: 0px;
}
.mt2 { /* ( margin-top * 2 ) */
    margin-top: 16px;
}
.clear {
    overflow: hidden;
}
.fs-12 {
    font-size: 12px;
}
.fc-f60 {
    color: #F60;
}
.fc-f90 {
    color: #F90;
}
.clr {
    clear: both;
}
.ipt-txt {
    line-height: 15px;
    padding: 4px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #666 #BBB #BBB #666;
    font-size: 12px;
    margin-right: 2px;
}
.nb {
    line-height: 20x;
    padding: 1px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #666 #BBB #BBB #666;
    font-size: 12px;
    margin-right: 2px
}
.btn-1 {
    width: 56px;
    height: 24px;
    border: none;
    background: url(../image/comm-bt.gif) no-repeat;
    line-height: 25px;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    color: #585858;
}
.btn-2 {
    width: 70px;
    height: 25px;
    border: none;
    background: url(../image/btn-bg2.gif) left top no-repeat;
    line-height: 25px;
    overflow: hidden;
    color: #444;
    margin-right: 2px;
    cursor: pointer;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.header {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.header_top {
    height: 25px !important;
    height: 24px;
    line-height: 25px;
    border-bottom: 1px solid #DBDBDB;
    color: #676767;
    overflow: hidden;
    background: url("../image/green_skin.png") repeat-x scroll 0 -188px transparent;
}
.header_top .time {
    float: left;
    padding-left: 10px;
}
.header_top a.rss {
}
.header_top .toplinks {
    float: right;
    text-align: right;
}
.header_top .toplinks a {
    margin: 0 5px;
}
.header_top .toplinks span {
    margin-left: 15px;
}
.header_top .toplinks span a {
    margin: 0 2px;
}
.header .search {
    overflow: hidden;
}
.header a {
    color: #777;
}
.header a:hover {
    color: #ff3333;
    text-decoration: none;
}
.header .top {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin: 0 auto;
    width: 998px;
}
.header .title {
    float: left;
    padding-left: 0px;
}
.title2 {
    float: right;
    margin-right: 30px;
}
.header .title h1 a {
    margin: 50px 0px;
    display: block;
    overflow: hidden;
}
.header .banner {
    width: 500px;
    height: 60px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.header .banner img {
    width: 500px;
    height: 60px;
    display: block;
}
.header .banner2 {
    width: 200px;
    height: 60px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.header .banner2 img {
    width: 200px;
    height: 60px;
    display: block;
}
.header .welcome {
    float: right;
    margin-top: 20px;
    padding-right: 10px;
    color: #999;
}
.header .welcome a {
    margin: 0px 3px;
}
/*----- 新版导航菜单位置的样式 -------*/
.header .nav {
}
/*-------- 圆角模型 ---------*/
.module, .module .mid {
    overflow: hidden;
}
.module .top .t_l, .module .bottom .b_l {
    float: left;
    overflow: hidden;
}
.module .top .t_r, .module .bottom .b_r {
    float: right;
    overflow: hidden;
}
.module .top em {
    float: left;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}
.module .top em a:link, .module .top em a:visited {
    font-size: 13px;
    font-weight: bold;
}
.module .top span {
}
.module .top strong {
    cursor: pointer;
    float: right;
    font-weight: normal;
    margin-right: 4px;
}
.module .mid .m_l, .module .mid .m_r {
    overflow: hidden;
}
.module .mid .content {
    overflow: hidden;
    height: 100%;
    clear: both;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 8px; /*padding-bottom: 10px;*/
}
.module .top, .module .top .t_l, .module .top .t_r, .module .bottom, .module .bottom .b_l, .module .bottom .b_r {
    /*background: url("../image/title.jpg") repeat-x;*/
}
/*------ 主色 -------*/
.blue .top {
    /*background-position: 0 -72px;
    background-repeat: repeat-x;
    height: 70px;*/
}
.blue .top .t_l {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 70px;
    width: 5px;
}
.blue .top .t_r {
    background-position: -6px 0;
    background-repeat: no-repeat;
    height: 70px;
    width: 5px;
}
/* --------- 导航 ----------------*/
.w963 {
    width: 960px;
}
.w964 {
    width: 100%;
}
#navMenu {
    height: 40px;
    margin: 0 auto;
    background: url("../image/head.jpg") no-repeat;
    overflow: hidden;
    padding: 0px 0 0 15px;
    width: 998px;
}
#navMenu ul {
    float: left;
    height: 40px;
}
#navMenu ul li {
    background: url("../image/right.png") no-repeat scroll right center;
    float: left;
    font: 14px/1.5 "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
    height: 40px;
    margin-left: 10px;
    padding-right: 10px;
    width: 90px;
    text-align: center;
}
#navMenu ul li a {
    color: #FFF;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-top: 8px;
}
#navMenu ul li a.hover {
    color: #DEFF01;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
#navMenu ul li span {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
    /*font-weight:bold;*/
    color: #ebf5e9;
}
#navMenu ul li.hover {
    padding-top: 0;
}
#navMenu ul li.hover a {
    display: inline-block;
    position: relative;
}
#navMenu ul li.hover span {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}
#navMenu ul li a.hover, #navMenu ul li a:hover {
    text-decoration: none;
    color: #0053b1;
    display: inline-block;
    position: relative;
}
#navMenu ul li a.hover span, #navMenu ul li a:hover span {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    color: #0053b1;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 120px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
    margin-top: -1px;
    border: 1px solid #93E1EB;
    border-top: 0px solid #3CA2DC;
    background-color: #FFF;
    background: url(../image/mmenubg.gif);
    padding-top: 6px;
    padding-bottom: 6px;
}
.dropMenu li {
    margin-top: 2px;
    margin-bottom: 4px;
    padding-left: 6px;
}
.dropMenu a {
    width: auto;
    display: block;
    color: black;
    padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
    width: 100%;
}
.dropMenu a:hover {
    color: red;
    text-decoration: underline;
}
/*------ //搜索框 ---------*/
.search-keyword {
    width: 170px;
    height: 18px;
    padding-top: 2px;
    padding-left: 6px;
    border: 0px;
    border: #ccc solid 1px;
    background: #FFF;
    color: #ccc;
}
.search-submit {
    cursor: pointer;
    width: 24px;
    height: 22px;
    font-size: 0px;
    color: #fafafa;
    border: 0px;
    background: url(../image/search-bt.jpg) no-repeat;
}
.search-option {
    margin-left: 3px;
    margin-right: 3px;
    border: #badaa1 solid 1px;
    height: 22px;
}
.w963 .search {
    padding-left: 10px;
    line-height: 32px;
}
.w963 .form h4 {
    display: none;
}
.w963 .form {
    float: left;
    margin: 0 10px 0 0;
    *margin: 0 10px 0 0;
    _margin: 5px 10px 0 0;
}
.w963 .tags {
    width: 500px;
    overflow: hidden;
}
.w963 .tags h4 {
    float: left;
    margin-right: 6px;
    height: 26px;
    font-size: 12px;
    color: #777;
}
.w963 .tags li {
    float: left;
    margin-right: 6px;
}
.header .nav .end {
}
/*-- //End 导航菜单 --*/
/*---------- frame : channel-nav ---------*/
.channel-nav {
    margin-top: 8px;
    padding-left: 6px;
    height: 24px;
    width: 950px;
    overflow: hidden;
}
.channel-nav .sonnav {
    width: 830px;
    line-height: 26px;
    float: left;
    color: #256DB1;
}
.channel-nav .sonnav span {
    margin-right: 10px;
    float: left;
}
.channel-nav .sonnav span a {
    padding: 0 4px;
    border: 1px solid #BADAA1;
    height: 22px;
    line-height: 21px;
    background: url(../image/channel_bg.png) repeat-x;
    display: inline-block;
}
.channel-nav .sonnav span a.thisclass {
    border: 1px solid #3aa21b;
}
.channel-nav .sonnav a {
    color: #428C5B;
    text-decoration: none;
}
.channel-nav .sonnav a:hover {
    color: #287212;
}
.channel-nav .back {
    display: block;
    height: 22px;
    line-height: 21px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 20px;
    letter-spacing: 2px;
    float: right;
    background: url(../image/ico-home.gif) 4px 10px no-repeat;
}
.channel-nav .back a {
    color: #397CBE;
}
.channel-nav .back a:hover {
    text-decoration: none;
    color: #777;
}
/*pic scroll
----------------------------------*/
.infiniteCarousel {
    width: 700px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.infiniteCarousel .wrapper {
    width: 640px;
    overflow: auto;
    height: 170px;
    margin: 0 30px;
    top: 0;
}
.infiniteCarousel ul a img {
    border: 1px solid #E3E3E3;
    padding: 2px;
    width: 143px;
    height: 106px;
    display: block;
}
.infiniteCarousel .wrapper ul {
    width: 625px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 0;
}
.infiniteCarousel ul li {
    display: block;
    color: #6C6D61;
    float: left;
    padding: 10px 6px;
    height: 147px;
    width: 147px;
    text-align: center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited {
    color: #6C6D61;
}
.infiniteCarousel .wrapper ul li a:hover {
    text-decoration: underline;
}
.infiniteCarousel ul li a:hover img {
    border-color: #aaa;
}
.infiniteCarousel ul li a span {
    display: block;
    line-height: 17px;
    padding-top: 6px;
}
.infiniteCarousel .arrow {
    display: block;
    height: 26px;
    width: 26px;
    text-indent: -999px;
    position: absolute;
    top: 70px;
    cursor: pointer;
    outline: 0;
}
.infiniteCarousel .forward {
    background: url(../image/green_skin.png) 0 -256px no-repeat;
    right: 0;
}
.infiniteCarousel .back {
    background: url(../image/green_skin.png) 0 -222px no-repeat;
    left: 0;
}
/*----------dedeinfolink  ---------*/
#dedeinfolink {
    margin-bottom: 6px;
}
#dedeinfolink tr td div {
    padding: 0 5px;
    background: url(../image/white_bg.gif) repeat-x;
    margin-right: 8px;
}
#dedeinfolink tr td {
    line-height: 18px;
}
#dedeinfolink tr td.spline {
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dashed #dedede;
}
#dedeinfolink tr td.iftitle {
    font-weight: bold;
    color: #428C5B;
    line-height: 24px;
    border-bottom: 1px dashed #dedede;
}
/*---------- frame : footer ---------*/
.footer {
    margin: auto;
    color: #999;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 10px;
    border-top: 1px solid #E5EFD6;
    padding-top: 10px;
}
.footer .link {
    text-align: center;
    padding: 5px 0px;
}
.footer .link a {
    margin: 0px 5px;
    color: #666666;
}
.footer .powered {
    font-size: 12px;
    line-height: 25px;
    color: #333;
    margin-top: 10px;
    padding-top: 30px;
}
.footer .powered strong {
    color: #690;
}
.footer .powered strong span {
    color: #F93;
}
.footer .copyright {
    color: #666666;
    line-height: 23px;
}
/*new search result page
----------------------------------------*/
.search_header {
    overflow: hidden;
    zoom: 1;
}
.search_header h1 {
    float: left;
    display: inline;
    margin: 5px 20px 5px 10px;
    width: 216px;
}
.search_header .search_box {
    float: left;
    padding-top: 25px;
}
.search_header .search_box input {
    border-width: 1px;
    border-style: solid;
    border-color: #707070 #CECECE #CECECE #707070;
    padding: 2px 4px;
    height: 18px;
    line-height: 18px;
    width: 200px;
    margin-right: 5px;
}
.search_header .search_box select {
    font-size: 14px;
    height: 22px;
    margin-right: 5px;
}
.search_header .search_box button {
    margin-right: 3px;
}
.resultbar {
    height: 32px;
    line-height: 32px;
    background: transparent url(../image/search-top-bg.gif) repeat-x scroll;
    text-indent: 12px;
    color: #333;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}
.result_content {
    overflow: hidden;
    zoom: 1;
}
.sidebar {
    float: right;
    width: 300px;
    padding: 20px 0 0 20px;
    margin-right: 20px;
    border-left: 1px solid #dadada;
    word-wrap: break-word;
}
.sidebar h2 {
    font-size: 14px;
    line-height: 25px;
}
.sidebar ul {
    padding: 4px 8px;
}
.sidebar ul li {
    line-height: 24px;
    background: url(../image/ico-3.gif) 4px 9px no-repeat;
}
.resultlist {
    overflow: hidden;
}
.resultlist ul {
    padding: 20px 0 0 20px;
}
.resultlist ul li {
    padding-top: 15px;
}
.resultlist ul li h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}
.resultlist ul li h3 a {
    text-decoration: underline;
}
.resultlist ul li p {
    line-height: 22px;
    color: #333;
    font-size: 14px;
    width: 650px;
}
.resultlist ul li span small {
    line-height: 22px;
    font-size: 12px;
    margin-left: 5px;
    color: #999;
}
.resultlist ul li span a {
    color: #008400;
}
.ban {
    background: url("../image/bg.jpg") repeat-x scroll 0 top;
    width: 100%;
}
.toplinks {
    line-height: 17px;
    height: 17px;
    text-align: right;
}
.toplinks a {
    line-height: 17px;
    height: 17px;
}
.phone {
    text-align: right;
    margin: 10px 0;
}
.gonggao {
    position: relative;
    left: 0px;
    float: left;
    width: 550px;
    background: url("../image/ggao.jpg") no-repeat;
    padding-left: 20px;
}
.tianqi {
    position: relative;
    float: right;
    font-size: 12px;
}
.shleft {
    float: left;
    width: 820px;
    border: 1px solid #8ec5f6;
    height: 340px;
}
.shleft .tit {
    background: url("../image/titbg.jpg") no-repeat scroll 0 0;
    height: 37px;
}
.shleft .tit a {
    float: right;
    line-height: 27px;
    padding: 8px 10px;
}
.shleft .le {
    float: left;
    width: 442px;
    margin: 10px;
}
.shleft .ri {
    float: right;
    width: 330px;
    margin: 10px;
}
.shleft .ri ul li {
    line-height: 28px;
    background: url("../image/shdot.jpg") no-repeat scroll 0 center;
    padding-left: 10px;
}
.shleft .ri ul li span {
    float: right;
    color: #314d70;
    font-size: 12px;
}
.shright {
    float: right;
    width: 160px;
    border: 1px solid #8ec5f6;
    height: 310px;
}
.shright .tit {
    background: url("../image/xiaotit.jpg");
    height: 28px;
}
.shright .tit img {
    padding: 6px 10px 5px 10px;
    float: left;
}
.shright .tit p {
    float: left;
    padding-top: 4px;
    color: #0053b1;
    font-weight: bold;
}
.shright .lis ul li {
    text-align: center;
    margin: 9px 0;
}
.shright_1 {
    float: right;
    width: 160px;
    border: 1px solid #8ec5f6;
    height: 340px;
}
.shright_1 .tit {
    background: url("../image/xiaotit.jpg");
    height: 28px;
}
.shright_1 .tit img {
    padding: 6px 10px 5px 10px;
    float: left;
}
.shright_1 .tit p {
    float: left;
    padding-top: 4px;
    color: #0053b1;
    font-weight: bold;
}
.shright_1 .lis ul li {
    margin: 5px 0;
}
.shright_1 .lis ul li p {
    font-weight: normal;
    padding-left: 15px;
}
.zx {
    height: 70px;
    margin: 10px 0;
    width: 998px;
}
.tongzhi {
    height: 20px;
    position: relative;
    padding-top: 10px;
    width: 998px;
    margin: 0 auto;
    margin-top: 0px;
}
.shdt {
    height: 350px;
    position: relative;
    width: 998px;
}
.tpzs {
    height: 370px;
    width: 998px;
}
.tpzs .tpzstit span {
    float: right;
    padding: 10px;
}
.tpzs .tpzstit {
    border-bottom: 2px solid #304a6a;
}
.tpzs .tp {
    border: 1px solid #ccc;
    padding: 10px;
    height: 310px;
}
.qy {
    height: 320px;
    margin: 10px 0px;
}
.qydt {
    height: 310px;
    width: 317px;
    float: left;
    background: #f4f4f4;
    margin-right: 20px;
}
.qydt .ti {
    background: url("../image/qybg.jpg");
    height: 45px;
}
.qydt2 {
    width: 317px;
    float: right;
    background: #f4f4f4;
}
.qydt2 .ti {
    background: url("../image/qybg.jpg");
    height: 45px;
}
.qydtlist ul li {
    line-height: 30px;
    background: url("../image/shdot.jpg") no-repeat scroll 0 center;
    padding-left: 10px;
}
.qydtlist ul li span {
    float: right;
}
.qydtlist .more {
    float: right;
    margin-bottom: 20px;
}
.qydtlist {
    padding: 10px 20px 30px 10px;
}
.hytit {
    background: url("../image/shtdbg.jpg") repeat scroll 0 0;
}
.hy {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 10px 0px;
}
.hypic {
    padding: 10px;
}
.hyqyleft {
    width: 820px;
    float: left;
    border: 1px solid #8ec5f6;
    height: 310px;
}
.hyqyleft .hyqytit {
    height: 37px;
    background: url("../image/titbg.jpg") no-repeat;
}
.hyqytit span {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
}
.hyqy {
    margin: 10px 0px;
    height: 335px;
    width: 998px;
}
.hyqyright {
    float: right;
    width: 365px;
    border: 1px solid #ccc;
    height: 330px;
}
.hyqyright .hyqytit {
    height: 51px;
    background: url("../image/hybg.jpg")
}
.hyqycont {
    padding: 10px;
}
.hyqycont p {
    color: #555;
    font-size: 14px;
    line-height: 22px;
}
.w962 {
    background: url("../image/bott.jpg") repeat scroll 0 0;
    height: 115px;
    width: 100%;
}
.conleft {
    width: 254px;
    float: left;
}
.conrig {
    width: 730px;
    float: right;
}
.conrig .cont {
    padding: 10px;
    color: #000;
    line-height: 25px;
    border: 1px solid #dcdcdc;
}
.conright {
    background: transparent url("../image/shbg.jpg") repeat-x scroll 0 0;
    border: 1px solid #dcdcdc;
    height: 36px;
    width: 728px;
}
.mulu1 {
    background: url("../image/shbg.jpg") repeat-x;
    height: 36px;
    line-height: 36px;
}
.mulu1 h3 {
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #0441eb;
}
.titt {
    float: left;
    width: 200px;
}
.titt h3 {
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #0441eb;
    height: 36px;
    line-height: 36px;
}
.mulu {
    border: 1px solid #dcdcdc;
}
.mulu2 ul li {
    background: url("../image/dottt.jpg") no-repeat scroll 0 center;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    padding-left: 20px;
    margin: 0 10px;
}
.mulu3 p {
    padding: 10px 20px;
    color: #797979;
    line-height: 25px;
}
.conlist {
    padding: 10px;
}
.conlist ul li {
    float: left;
    height: 250px;
    margin: 10px 23px;
    width: 130px;
}
.te {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.conlist ul li img {
    height: 180px;
    width: 130px;
}
.infoo {
    text-align: center;
    margin: 20px 0px;
}
.win {
    position: fixed;
    right: 0;
    top: 170px;
}
.title {
    text-align: center;
}
.content {
    min-height: 450px;
}
.title h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0px;
}
.tianqi span {
    color: #797979;
}
.tp .tpleft {
    width: 268px;
    height: 300px;
    float: left;
    position: relative;
}
.tp .tpleft img {
    width: 268px;
    height: 300px;
}
.tp .tpleft p {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -6px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.tp .tpcenter .t p {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -6px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.tp .tpcenter .b p {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -6px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.tp .tpcenter .b2 p {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -6px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.tp .tpright p {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -6px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.tp .tpcenter {
    position: relative;
    width: 420px;
    height: 300px;
    float: left;
    margin-left: 20px;
}
.tp .tpcenter .t {
    width: 400px;
    height: 140px;
    position: relative;
}
.tp .tpcenter .t img {
    width: 400px;
    height: 140px;
}
.tp .tpcenter .b {
    position: relative;
    width: 400px;
    height: 150px;
    margin-top: 10px;
}
.tp .tpcenter .b .b1 {
    position: relative;
    float: left;
}
.tp .tpcenter .b .b2 {
    position: relative;
    float: right;
}
.tp .tpcenter .b .b1 img {
    width: 195px;
    height: 150px;
}
.tp .tpcenter .b .b2 img {
    width: 200px;
    height: 150px;
}
.tp .tpright {
    position: relative;
    width: 268px;
    height: 300px;
    float: right;
}
.tp .tpright img {
    width: 268px;
    height: 300px;
}
.tab_box {
    width: 580px;
    margin: 0 auto;
}
.lyz_tab_left {
    background: url(../image/left3.jpg) no-repeat top right;
    float: right;
    width: 150px;
    height: auto !important;
    min-height: 500px;
    height: 500px;
}
.pro_con1111 {
    float: left;
    overflow: hidden;
    width: 249px;
    height: auto;
}
.pro_con111 UL {
    padding: 0px;
    width: 259px;
    list-style-type: none;
}
.pro_con111 UL LI {
    padding-right: 0px;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    background: #eeeded;
    float: left;
    margin-bottom: 5px;
    width: 150px;
    cursor: pointer;
    color: #555;
    line-height: 45px;
    height: 45px;
    text-align: center;
}
.pro_con111 UL LI.hover {
    padding-right: 0px;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    background: #eeeded;
    float: left;
    margin-bottom: 5px;
    width: 150px;
    cursor: pointer;
    color: #013dff;
    line-height: 45px;
    height: 45px;
    text-align: center;
}
.lyz_tab_right {
    padding-right: 10px;
    display: inline;
    padding-left: 20px;
    background: url(../image/right4.jpg) no-repeat left top;
    float: left;
    padding-bottom: 10px;
    width: 390px;
    padding-top: 0px;
}
.lyz_tab_right p {
    font-size: 14px;
    color: #555;
    line-height: 25px;
}
.clear {
    clear: both
}
/* 代码整理：懒人之家 */
.se {
    width: 998px;
    margin: 0 auto;
}
#marquePic1 tr td a img {
    margin: 0 10px;
    width: 130px;
}
#marquePic2 tr td a img {
    margin: 0 10px;
    width: 130px;
}
.tab {
    margin-top: 0px
}
#TabTab03Con1 {
    width: 820px;
    height: 300px;
}
#TabTab03Con2 {
    width: 820px;
    height: 300px;
}
.xixi1 {
    wcursor: pointer;
    font-family: 微软雅黑;
    font-size: 16px;
    /*font-weight: bold;*/
    height: 33px;
    line-height: 33px;
    width: 346px;
}
.xixi2 {
    cursor: pointer;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    width: 346px;
}
.tab1 {
    cursor: pointer;
    float: left;
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
    text-align: center;
    width: 90px;
    color: #fff;
    font-size: 16px;
}
.tab2 {
    width: 90px;
    height: 33px;
    line-height: 33px;
    float: left;
    text-align: left;
    cursor: pointer;
    color: #333;
}
.xhzx {
    height: 320px;
    position: relative;
    width: 998px;
}
.xhzx_1 {
    border: 1px solid #8ec5f6;
    float: left;
    height: 310px;
    width: 820px;
}
.xhzxtit {
    height: 37px;
    background: url("../image/titbg.jpg") no-repeat;
}
.xhzx_2 {
    background: url("../image/conbg.jpg") no-repeat;
    width: 396px;
    height: 250px;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
}
.xhzx_3 {
    background: url("../image/conbg.jpg") no-repeat;
    width: 396px;
    height: 250px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}
.xhzx_2_tit {
    height: 30px;
    line-height: 30px;
    color: #0053b1;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}
.he {
    background: url("../image/top.jpg");
    height: 26px;
    line-height: 26px;
}
.toplink {
    width: 998px;
    margin: 0 auto;
}
.toplink span {
    float: right;
    margin-left: 15px;
}
.toplink a {
    margin: 0 5px;
    font-size: 12px;
}
.toplink span img {
    text-align: center;
    padding-top: 5px;
}
.toplink1 {
    width: 998px;
    margin: 0 auto;
}
.toplink1 span {
    float: left;
    margin-left: 15px;
    font-size: 12px;
}
.toplink1 a {
    margin: 0 5px;
    font-size: 12px;
}
.toplink span img {
    text-align: center;
    padding-top: 5px;
}
.main {
    background: #fff;
    margin: 0 auto;
    width: 998px;
}
.xhzx_2_tit p {
    float: left;
}
.xhzx_2_tit span {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.xhzx_lis ul li {
    padding-left: 15px;
    line-height: 20px;
    background: url("../image/dot.jpg") no-repeat scroll 0 center;
    margin-left: 5px;
    font-size: 13px;
    margin-top: 10px;
}
.xhzx_lis ul li span {
    float: right;
    margin-right: 10px;
    color: #333;
    font-size: 12px;
}
.aa2 li {
    margin: 5px 10px;
    list-style: none;
    float: left;
}
.aa2 li img {
    width: 100px;
    height: 120px;
}
.aa2 {
    float: left;
    width: 500px;
}
.aa3 {
    float: left;
    margin-left: 20px;
}
.aa3 ul li {
    line-height: 32px;
}

.s-red {
    color: #ff0000;
}
.s-bold {
    font-weight: bold;
}
.s-italic {
    font-style: italic;
}
.s-underline {
    text-decoration: underline;
}