﻿@CHARSET "UTF-8";

/** grid system */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

b,
strong {
    font-weight: bold
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

li {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left
}

svg {
    overflow: hidden
}

html,
body {
    width: 100%;
    min-width: 1080px;
}

img,
audio,
video,
canvas {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.container {
    width: 1080px;
    margin: 0 auto;
}

.row {
    clear: both;
    background-color: inherit;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    float: left;
    dispaly: block;
    margin: 0 1% 1em;
}

.grid-1 {
    width: 6.32%;
}

.grid-11 {
    width: 89.666%;
}

.grid-2 {
    width: 14.666%;
}

.grid-10 {
    width: 81.333%;
}

.grid-3 {
    width: 23%;
}

.grid-9 {
    width: 73%;
}

.grid-4 {
    width: 31.32%;
}

.grid-8 {
    width: 64.666%;
}

.grid-5 {
    width: 39.666%;
}

.grid-7 {
    width: 56.333%;
}

.grid-6 {
    width: 48%;
}

.grid-12 {
    width: 98%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 0;
}

@media screen and (max-width: 768px) {
    .container {
        width: 98%;
    }
    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8,
    .grid-9,
    .grid-10,
    .grid-11,
    .grid-12 {
        float: left;
        width: 98%;
        margin: 0 1% 1em;
    }
}

body {
    background: url(/images/bg.jpg) no-repeat center top #0f3a6f fixed;
}

.bg-white {
    background-color: white;
}

.left {
    float: left;
}

.right {
    float: right;
}

.box {
    padding: 1%;
}

.blank-box {
    padding: 1%;
}

.title-box {
    height: 40px;
    line-height: 40px;
    border-left: 5px solid #28A7E1;
    background: #7CAAFF;
    color: #FFFFFF;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.title-more {
    background: #7CAAFF;
    color: #FFFFFF;
    padding-right: 20px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    display: inline-block;
    float: right;
}

.team-box {
    text-align: center;
}

.team-box a {
    color: #222;
    font-size: 12px;
}

.team-box .box {
    background: #f6f6f6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-size: 155px;
    *font-family: Arial;
    width: 155px;
    height: 135px;
}

.team-box .box img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.brand-box {
    float: left;
    width: 20%;
}

.brand-box .box {
    background: #f6f6f6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-family: Arial;
    width: 195px;
    height: 75px;
}

.brand-box img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.news-box {
    border: 1px solid #E3E3E3;
}

.news-box li {
    border-top: 1px dashed #DDDDDD;
    list-style: none;
    padding: 10px 0 0 0;
    height: 97px;
}

.news-box h4 a {
    text-decoration: none;
    text-align: center;
    color: #1992D1;
    line-height: 24px;
}

.news-box .text p {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
}

.recommend-box {
    text-align: center;
    width: 18%;
    float: left;
    margin: 0 1% 1em;
}

.recommend-box a {
    color: #222;
    font-size: 12px;
}

.recommend-box .box {
    background: #f6f6f6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-size: 155px;
    *font-family: Arial;
    width: 187px;
    height: 133px;
}

.recommend-box .box img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.media-title {
    padding: 0px 20px 2px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
}

.weixin-caption {
    font-weight: bold;
    background-color: #fff;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
}

.slider-caption {
    background: url("./images/alpha.png") repeat;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 280px;
}


/*navbar*/

#navbar {
    background-color: #1f8dd6;
    width: 100%;
    margin-bottom: 10px;
}

#navbar-nav {
    margin: 0 1%;
}

#menu-navigator {
    padding: 0;
}

#menu-navigator li {
    list-style: none;
}

#menu-navigator>.menu-item {
    float: left;
    display: block;
}

#menu-navigator>.menu-item a {
    display: block;
    padding: 10px 10px;
    font-weight: bold;
}

#navbar .sub-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    background-color: #7CAAFF;
}

#navbar .sub-menu .menu-item a {
    display: block;
    color: #fff;
    padding: 0 35px !important;
}

#navbar .menu-item a {
    text-decoration: none;
    text-align: center;
    padding: 0 12px !important;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Microsoft YaHei", 黑体, 宋体, sans-serif, "Hiragino Sans GB";
    font-size: 16px;
    color: #FFFFFF;
}

#navbar .menu-item a:HOVER {
    background-color: #28A7E1;
}

#navbar .current-menu-item a {
    background-color: #28A7E1;
}


/*侧边栏*/

#menu-sider {
    border: 1px solid #E3E3E3;
    display: block;
    background-color: #1f8dd6;
}

#menu-sider li {
    list-style: none;
    display: block;
    padding: 0;
}

#menu-sider a {
    display: block;
    text-decoration: none;
    text-align: left;
    line-height: 49px;
    font-family: "Microsoft YaHei", 黑体, 宋体, sans-serif, "Hiragino Sans GB";
    font-size: 16.5px;
    color: #fff;
    width: 100%;
    border-top: 1px dashed #EEE;
    text-indent: 20%;
}

#menu-sider a:HOVER {
    color: #eee;
}


/* article */

.article {
    border: 1px solid #CDD1D4;
    padding: 20px;
    box-shadow: 0 2px 3px #ddd;
    margin-bottom: 20px;
    background-color: white;
}

.article h2 {
    line-height: 40px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
    margin-bottom: 20px;
}

.article h2 a {
    font-size: 28px;
    text-decoration: none;
    color: #b4c24b;
    text-shadow: 1px 1px 2px #B5B5B5;
}

.article h2 a:hover {
    color: #2277AA;
}

.article .post-metadata {
    line-height: 20px;
    padding: 5px 0;
    font-size: 12px;
    color: #B2B2B2;
}

.article .post-metadata a {
    color: #B2B2B2;
}

.article .post-metadata a:hover {
    color: #333;
}

.entry {
    font: 13px/170% 'Helvetica Neue', Helvetica, Arial, Sans-serif;
}

.entry p {
    margin-bottom: 10px;
}

.entry .read-more {
    text-align: right;
}

.share {
    float: right;
    line-height: 16px;
}

.entry .more-link {
    display: block;
    text-align: right;
}

#footer {
    background: #333;
    color: #eee;
    padding: 30px 0 15px;
    font-size: 1em;
    width: 100%;
}


/** pagenavi*/

.wp-pagenavi {
    margin-bottom: 20px;
    background: #fff;
    line-height: 30px;
}

.wp-pagenavi span,
.wp-pagenavi a {
    border: 1px solid #CDD1D4;
    padding: 3px 5px;
    margin: 2px;
    color: #686868;
}

.wp-pagenavi a {
    display: inline;
    text-decoration: none;
}

.wp-pagenavi a:HOVER,
.wp-pagenavi span.current {
    background-color: #d8d8d8;
    color: #fff;
}


/*qq*/

.main_head {
    BACKGROUND: url(/images/img3-5_2.png) no-repeat
}

* html .main_head {
    FILTER: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="../images/img3-5_2.png", sizingMethod='crop');
    BACKGROUND: none transparent scroll repeat 0% 0%
}

*+html .main_head {
    BACKGROUND: url(/images/img3-5_2.png) no-repeat
}

.info1 {
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 0px;
    BACKGROUND: url(/images/img3-5_3.png) repeat-y;
    PADDING-TOP: 5px
}

.info1 td {
    text-align: center;
}

* html .info {
    FILTER: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/images/img3-5_3.png", sizingMethod='crop');
    BACKGROUND-REPEAT: repeat-y
}

*+html .info {
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: url(/images/img3-5_3.png) repeat-y;
    PADDING-TOP: 5px
}

.down_kefu {
    WIDTH: 157px;
    BACKGROUND: url(/images/img3-5_4.png) no-repeat;
    HEIGHT: 8px
}

* html .down_kefu {
    FILTER: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/images/img3-5_4.png", sizingMethod='crop');
    WIDTH: 157px;
    BACKGROUND-REPEAT: repeat-y;
    HEIGHT: 8px
}

*+html .down_kefu {
    WIDTH: 157px;
    BACKGROUND: url(/images/img3-5_4.png) no-repeat;
    HEIGHT: 8px
}

.Obtn {
    MARGIN-TOP: 104px;
    WIDTH: 32px;
    BACKGROUND: url(/images/img3-5_1.png) no-repeat;
    FLOAT: left;
    HEIGHT: 139px;
    MARGIN-LEFT: -5px
}

* html .Obtn {
    FILTER: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/images/img3-5_1.png", sizingMethod='crop');
    WIDTH: 32px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    FLOAT: left;
    HEIGHT: 139px
}

*+html .Obtn {
    MARGIN-TOP: 104px;
    WIDTH: 32px;
    BACKGROUND: url(/images/img3-5_1.png) no-repeat;
    FLOAT: left;
    HEIGHT: 139px;
    MARGIN-LEFT: -5px
}

.qqtable span {
    PADDING-BOTTOM: 5px;
    LINE-HEIGHT: 20px;
    PADDING-LEFT: 0px;
    WIDTH: 100px;
    PADDING-RIGHT: 0px;
    COLOR: #ff6600;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}

.qqtable a {
    TEXT-DECORATION: none
}

.qqtable a:hover {
    TEXT-DECORATION: none
}

.qun {
    BORDER-BOTTOM: #ffd2bf 1px solid;
    BORDER-LEFT: #ffd2bf 1px solid;
    PADDING-BOTTOM: 5px;
    LINE-HEIGHT: 20px;
    BACKGROUND-COLOR: #ffffff;
    PADDING-LEFT: 0px;
    WIDTH: 100px;
    PADDING-RIGHT: 0px;
    FONT-SIZE: 12px;
    BORDER-TOP: #ffd2bf 1px solid;
    BORDER-RIGHT: #ffd2bf 1px solid;
    PADDING-TOP: 5px
}

.qun span {
    COLOR: #ff6600;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold
}