/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
    background:#FFF;
}
/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF. 
*/
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;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
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;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}
/* reset end */

html, body {
    height: 100%;
    font: 12px/1.5 "Microsoft YaHei", Arial, sans-serif;
    color: #333;
    background: #fff url(../images/bg.png) 0 0px repeat-x;
}
a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.pop {
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    font-family: "Microsoft YaHei";
}

/* common */
.clearfix { 
    *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
    display: table; 
    line-height: 0; 
    content: ""; 
}
.clearfix:after { 
    clear: both; 
}

/* split */
.split {
   padding: 0 6px;  
}
.dotted-line-b {
    border-bottom: 1px dashed #c4c4c4;
}
.dotted-line-r {
    border-right: 1px dashed #c4c4c4;
}

/* em color*/
.em-orange {
    color: #ff6600 !important;
}
.em-blue {
    color: #0287da !important;
}
.em-red {
    color: #c70000 !important;
}
.em-green {
    color: #009d16 !important;
}
.em-tomato {
    color: tomato;
}
.em-white {
    color: #fff !important;
}

/* float */
.pull_left {
    float: left;
}
.pull_right {
    float: right;
}

/* font */
.f-weight {
    font-weight: 700 !important;
}
.f-light {
    color: #888 !important;
}
.f-large {
    font-size: 18px !important;
}
.f-smaller {
    font-size: 12px;
}

/* link */
.text-link {
    color: #333;
    font-size: 12px;
}
.more {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 54px;
    height: 32px;
    margin-top: -16px;
    line-height: 32px;
    text-align: center;
    color: #ff6600; 
    font-weight: 500;
    font-size: 12px;
   *display: inline;
}
.more:hover {
    text-decoration: none;
}
.more samp {
    font-family: arial, courier, monospace;
    color: #6e6e6e;
    font-weight: 500;
}
.en-more {
    color: #ad1b1b;
    *display: inline;
}

/* text align */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-indent {
    text-indent: 2em;
}

/* color */
.color-pink {
    background: #fc8392 !important;
}
.color-yellow {
    background: #f7bd5a !important;
}
.color-skyblue {
    background: #45cfe9 !important;
}
.color-lightgreen {
    background: #84db8a !important;
}

/* margin、padding */
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.p5 {
    padding: 5px !important;
}
.p10 {
    padding: 10px !important;
}
.p15 {
    padding: 15px !important;
}
.p20 {
    padding: 20px !important;
}

/* icon */
.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}
.icon-people {
    background-image: url(../images/icon/icon-people.png);
}
.icon-peoples {
    background-image: url(../images/icon/icon-peoples.png);
}


/* hr */
.hr {
    display: block;
    margin: 5px 0;
    height: 1px;
    border: 0;
    border-bottom: 1px dotted #ccc;
}

/* btn */


/* layout */
.grid_line {
    padding: 5px;
}
.grid_wrap {
    width: 1000px;
    margin: 0 auto;
}
.grid_col_2 {
    float: left;
    width: 730px;
    margin-left: 14px;
}
.grid_left {
    float: left;
    width: 235px;
    margin-left: 10px;
}
.grid_middle {
    float: left;
    width: 430px;
}
.grid_right {
    float: right;
    width: 286px;
}
.float_grid {
    float: left;
    margin: 5px 0;
}
.grid_box {
    margin-bottom: 20px;
}
.grid_box .inner {
    overflow: hidden;
    zoom: 1;
}
.grid_box h2 {
    position: relative;
    height: 32px;
    line-height: 32px;
    background: url(../images/grid_box_title_bg.png) 0 0 repeat-x;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.panel_box h2 {
    width: 235px;
    height: 32px;
    line-height: 32px;
    background: url(../images/panel_title_bg.png) 0 0 no-repeat;
    border: 0;
}
.panel_box h2 span {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
}
.panel_box .inner {
    padding-top: 18px;
    background: url(../images/panel_box_bg.png) 0 0 repeat-x;
}
.list_box .tab .tab-item {
    float: left;
    margin-right: 34px;
}
.list_box .tab .tab-item.first-item a {
    width: 92px;
}
.list_box .tab .tab-item.first-item a:hover,
.list_box .tab .tab-item.first-item.current a {
    background: url(../images/tab-first-item-hover_bg.png) 0 0 no-repeat;
}
.list_box .tab .tab-item.first-item a:hover:before,
.list_box .tab .tab-item.first-item.current a:before {
    display: none;
}
.list_box .tab .tab-item a {
    position: relative;
    display: block;
    width: 75px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;

    -webkit-transition: color .4s;
    transition: color .4s;
}
.list_box .tab .tab-item a:hover,
.list_box .tab .tab-item.current a {
    color: #fff;
    background: url(../images/tab-item-hover_bg.png) 0 0 no-repeat;
    text-decoration: none;
}
.list_box .tab .tab-item a:before,
.list_box .tab .tab-item a:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 34px;
    height: 32px;
}
.list_box .tab .tab-item a:before {
    left: -32px;
}
.list_box .tab .tab-item a:hover:before,
.list_box .tab .tab-item.current a:before {
    background: url(../images/tab-item-hover-before_bg.png) 0 0 no-repeat;
}
.list_box .tab .tab-item a:hover:after,
.list_box .tab .tab-item.current a:after {
    background: url(../images/tab-item-hover-after_bg.png) 0 0 no-repeat;
    z-index: 99;
}
.list_box .tab .tab-item a:after {
    right: -34px;
    background: url(../images/tab-item-after_bg.png) 0 0 no-repeat;
}

/* top */
.top {
    background: #064990;
    color: #fff;
    font-family: "SimSun";
}
.top p {
    padding: 5px 0;
}
.top span {
    margin-right: 50px;
}
.top a {
    color: #fff;
}


/* header */
.header {
    padding: 15px 0;
}
.header .logo {
    width: 266px;
}
.header .logo img {

}


/* nav */
.nav {
    margin-top: 20px;
    margin-left: 100px;
}
.nav .item {
    float: left;
    border-right: 1px solid #82c5ed;
}
.nav .item.last-item {
    border-right: 0px solid #82c5ed;
}
.nav .item a p b {
    font-size: 14px;
    font-weight: 500;
}
.nav .item a {
    display: block;
    padding: 8px 20px;
    text-align: center;
    color: #fff;

    -webkit-transition: background .3s;
    transition: background .3s;
}
.nav .item a:hover,
.nav .item.current a {
    text-decoration: none;
    background: #35a1e1;
}

/* slide */
.slide {
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.35);
    background: #fff;
}

/* content */
.content {
    margin-top: 20px;
    padding-top: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
/* footer */
.footer {
    margin-top: 20px;
    height: 88px;
    background: url(../images/footer_bg.png) 0 0 repeat-x;
}
.footer .inner {
    padding-top: 20px;
}
.footer p {
    color: #fff;
    line-height: 2;
    text-align: center;
    font-size: 12px;
}
