﻿/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

iframe {
    display: block;
}
/* yui3 fonts */

body {
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    *font-size: small;
    *font: x-small;
	font-family: "宋体";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}
/*! grid system 24栅格 998px */

.container {
    width: 998px;
    margin: 0 auto;
}

.row {
    overflow: hidden;
}

.span24 {
    width: 998px;
    float: left;
}

.span23 {
    width: 956px;
    float: left;
}

.span22 {
    width: 914px;
    float: left;
}

.span21 {
    width: 872px;
    float: left;
}

.span20 {
    width: 830px;
    float: left;
}

.span19 {
    width: 788px;
    float: left;
}

.span18 {
    width: 746px;
    float: left;
}

.span17 {
    width: 704px;
    float: left;
}

.span16 {
    width: 662px;
    float: left;
}

.span15 {
    width: 620px;
    float: left;
}

.span14 {
    width: 578px;
    float: left;
}

.span13 {
    width: 536px;
    float: left;
}

.span12 {
    width: 494px;
    float: left;
}

.span11 {
    width: 452px;
    float: left;
}

.span10 {
    width: 410px;
    float: left;
}

.span9 {
    width: 368px;
    float: left;
}

.span8 {
    width: 326px;
    float: left;
}

.span7 {
    width: 284px;
    float: left;
}

.span6 {
    width: 242px;
    float: left;
}

.span5 {
    width: 200px;
    float: left;
}

.span4 {
    width: 158px;
    float: left;
}

.span3 {
    width: 116px;
    float: left;
}

.span2 {
    width: 74px;
    float: left;
}

.span1 {
    width: 32px;
    float: left;
}

.ml10 {
    margin-left: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

a {
    text-decoration: none;
}
html {
  /*  background: url(../images/bg-color.jpg) repeat-x;*/
}

.bg {
   background: url(../images/bg.png) center top no-repeat;
}
 

.head {
    height: 43px;
    font: 12px/43px Simsun;
    color: #fff;
}
.head-link {
    position: relative;
    color: #333;
}

.head-block {
    position: absolute;
    top: 0;
    left: -1px;
    color: #fff;
}
/*logo*/

.banner {
    padding-top: 70px;
    height: 205px;
	position:relative;
}

.logo {
    width: 545px;/*494*/
    height: 130px;
    background: url(../images/logo.png);
	position:absolute;
	top:25px;
}
/*导航*/

.menu-list {
    float: left;
}

.search {
    float: right;
    margin-top: 13px;
    margin-right: 17px;
    width: 241px;
    height: 24px;
    background: url(../images/input.png) no-repeat;
}

.menu {
    height: 50px;
    background-color: #3a4e57;
}

.menu-item {
    float: left;
    font: 18px/50px Microsoft Yahei;
    font-weight: bold;
    color: #fff;
    background: url(../images/line.jpg) right no-repeat;
}

.menu-item:hover,
.menu-item.active {
    background: #008ccd;
}

.menu-link {
    display: block;
    width: 100px;
    height: 50px;
    text-align: center;
    color: #fff;
}

.menu-link.first {
    width: 90px;
}
/*搜索*/

.search-text {
    float: left;
    margin-top: 1px;
    width: 202px;
    height: 22px;
    text-indent: 10px;
    line-height: 22px;
    color: #666;
    border: 0;
    outline: none;
}

.search-btn {
    float: left;
    width: 38px;
    height: 22px;
    background: url(../images/fd.png) 6px 3px no-repeat;
    cursor: pointer;
    border: 0;
    outline: none;
}
/*友情链接*/

.bg-color {
    height: 32px;
    background-color: #f5f5f5;
}

.firend-name {
    float: left;
    width: 158px;
    height: 32px;
    text-align: center;
    font: 16px/32px Microsoft Yahei;
    color: #fff;
    background-color: #00afe1;
}

.firend-list {
    float: left;
    margin: 4px 0 0 11px
}

.firend-list select {
    float: left;
    margin-left: 9px;
    width: 260px;
    height: 24px;
    color: #666;
}
/*foot*/

.foot {
    height: 158px;
    font: 12px/30px Simsun;
    color: #333;
    border-top: 1px solid #008ccd;
}

.copayright {
    float: left;
    margin-top: 9px;
}

.copayright span {
    padding-right: 10px;
}

.footlist {
    position: relative;
}

.foot-list {
    margin-top: 9px;
}

.foot-link {
    padding: 0 8px;
    color: #333;
}

.foot-img {
    position: absolute;
    display: block;
    top: 48px;
    right: 8px;
    width: 52px;
    height: 64px;
}
/*去背景*/

.no-bg {
    background-image: none!important;
}


.ewb-row {
    overflow: hidden;
}


.ewb-way {
    margin-top: 14px;
    background-color: #f0f0f0;
}
.ewb-way-twp {
    display: block;
    width: 182px;
    height: 49px;
    overflow: hidden;
    text-align: center;
    background-color: #0d71c7;
}


.ewb-way-items {
    padding-left: 20px;
    padding-top: 6px;
}

.ewb-add-ayp {
    display: block;
    height: 130px;
    background-repeat: no-repeat;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.ewb-add-itemyp1{
height:130px;
width:117px;
}

.dlrk01{
    
    background: url(../images/dlrk01.png) no-repeat;
}

.dlrk02{
    
    background: url(../images/dlrk02.png) no-repeat;
}

.dlrk03{
    
    background: url(../images/dlrk03.png) no-repeat;
}
.dlrk04{
    
    background: url(../images/dlrk04.png) no-repeat;
}
.dlrk05{
    
    background: url(../images/dlrk05.png) no-repeat;
}
.dlrk06{
    
    background: url(../images/dlrk06.png) no-repeat;
}

.dlrk07{
    
    background: url(../images/dlrk07.png) no-repeat;
}
.dlrk08{
    
    background: url(../images/dlrk08.png) no-repeat;
}
.dlrk13{
    
    background: url(../images/gtzyjydl.jpg) no-repeat;
}




.lh{
 line-height:93px;
}
.ml29{
margin-left:29px;
}
.tp{
top:80px;
position:relative;
}