﻿/**
 * 页面公用样式表 
 * 字体 字体大小 颜色 padding值 margin值 以及清除默认样式
 */

body {
    color: #5a5a5a;
    font-size: 12px;
    font-family: "Arial", "宋体";
    background: #fff;
}

html {
    overflow-y: scroll;
}

form,
div,
body,
img,
p,
img,
dl,
dt,
dd,
h3,
h2,
h1,
body {
    margin: 0px;
    padding: 0px;
    border: 0;
}

a:link {
    color: #5A5A5A;
    text-decoration: none;
    behavior: url(img/blur.htc);
}

a:visited {
    color: #5A5A5A;
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
}

input:focus,
textarea:focus {
    outline: none;
}


/**
 *删除火狐下按钮默认样式
 */

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}


/**
 *浮动
 */

.clearboth:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.clearboth {
    *zoom: 1;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}


/**
 *字体大小
 */

.f10 {
    -webkit-text-size-adjust: none;
    font-size: 10px;
}

.f11 {
    -webkit-text-size-adjust: none;
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}


/**
 *字体
 */

.Arial {
    font-family: Arial;
}

.YaHei {
    font-family: "microsoft yahei", "宋体";
}

.Song {
    font-family: "宋体";
}

.font446regular {
    font-family: 'font446regular';
}

i.V {
    font-family: Verdana, Geneva, sans-serif;
    padding-right: 2px;
}

.Tahoma {
    font-family: "Tahoma";
}

.weight {
    font-weight: normal;
}


/**
 *行高
 */

.lh150 {
    line-height: 150%;
}

.lh180 {
    line-height: 180%;
}

.lh200 {
    line-height: 200%;
}

.lh220 {
    line-height: 220%;
}

.lh240 {
    line-height: 240%;
}


/**
 *下外间距
 */

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}


/**
 *字体颜色
 */

.cff9 {
    color: #ff9600;
}

.ca2 {
    color: #a2a2a2;
}

.c4d {
    color: #4d4d4d;
}

.c91 {
    color: #919191;
}

.c006 {
    color: #006dbb
}

.c55 {
    color: #555;
}

.c36 {
    color: #363636;
}


/**
 *链接样式
 */

.Red,
a.Red:link,
a.Red:visited {
    color: #950000 !important;
}

a.Red:hover {
    color: #e60012 !important;
}

.pad {
    padding: 0;
}

.div100 {
    width: 100%;
    background: #fafafa;
}

.B {
    font-weight: bold;
}

.Text-l {
    text-align: left;
}

.Text-r {
    text-align: right;
}

.Text-c {
    text-align: center;
}

.width {
    width: 960px;
    margin: 0 auto;
}

.animate {
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.formtext {
    width: 300px;
    border: 1px solid #DFDEDE;
    padding: 7px 6px;
    color: #777;
    font-size: 12px;
    font-family: 'Arial', '宋体';
    background: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.formtext:focus {
    border: 1px solid #c30c24;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #222;
}

.DashedLine {
    display: block;
    height: 1px;
    border-bottom: 1px dashed #C2C2C2;
    overflow: hidden;
}


/**
 *top
 */

.body {
    width: 100%;
    height: 87px;
    background: #fff;
}

.top {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

.top-hight {
    width: 960px;
    height: 52px;
    padding: 20px 0 10px 0;
}

.top ul li {
    list-style: none;
    float: left;
    width: 98px;
    height: 30px;
    display: block;
    background: url(img/top.png) repeat-y left 10px;
}

.top ul li em {
    display: block;
    text-align: center;
    -webkit-transform: scale(0.8, 0.8);
}

.top ul li a {
    display: block;
    width: 98px;
    height: 35px;
    color: #989898;
}

.top ul li a:hover {
    color: #006dbb;
}

.top ul {
    height: 30px;
    padding-left: 40px;
    margin-top: 12px;
    background: url(img/top.png) repeat-y right;
}

.top .cur a {
    color: #006dbb;
}


/**
 *foot
 */

.foot {
    width: 100%;
    height: 25px;
    padding-bottom: 30px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    background-color: #8ABEE9;
}

.foot p {
    color: #5A5A5A;
}

.foot p:first-child {
    margin-bottom: 10px;
    ;
}

.foot span {
    font-family: "Tahoma";
    font-size: 11px;
}

.foot a {
    text-decoration: underline;
    color: #5A5A5A;
}


/**
 *left
 */

.left {
    width: 190px;
    height: auto;
}

.left-one {
    width: 192px;
    height: 70px;
    background: #2482c5;
    color: #fff;
    padding-top: 18px;
}

.left ul {
    height: auto;
}

.left ul li {
    float: left;
    list-style: none;
    border: 1px solid #dadada;
    border-top: none;
}

.left ul li a {
    display: block;
    width: 190px;
    height: 30px;
    padding-top: 15px;
}

.left ul li a:hover {
    color: #fff;
    background: #8abee9;
}

.left .lis {
    border-bottom: 2px solid #dadada;
}

.left .cur a {
    color: #ff9600;
}

.left img {
    padding-top: 30px;
}

.pagectrl {
    padding: 40px 0;
    text-align: center;
    font-size: 0;
}

.pagectrl a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #CACACA;
    background: #CACACA;
    color: #fff;
    font-size: 12px;
    margin-right: 1px;
}

.pagectrl a.cur:link,
.pagectrl a.cur:visited,
.pagectrl a.cur:hover,
.pagectrl a:hover,
.pagectrl a.cur {
    background: #3F99DC;
    color: #fff;
    border: 1px solid #3F99DC;
}

html,
body {
    margin: 0;
    padding: 0;
}

.iw-poi-title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw-poi-content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}