/*
* @Author: layzbee
* @Date:   2017-08-01 15:34:34
* @Last Modified by:   Marte
* @Last Modified time: 2018-03-30 18:07:54
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
html {
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    line-height: 1.5
}
a{cursor:pointer}
body {
    font-size: 14px;
    overflow-x: hidden;
    min-width: 320px;
    background: #FFF;
}
a, body {
    color: #1a1a1a
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
a:active {
    color: #3990e6;
    outline: 0
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
code, kbd, pre, samp {
    font-family: monospace;
    font-size: 10px;
    font-size: 1rem
}
mark {
    background: #ff0;
    color: #1a1a1a
}
dfn {
    font-style: italic
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
ol, ul {
    list-style: none outside none
}
h1, h2, h3, h4, h5, h6, strong {
    font-size: 100%;
    font-weight: 400
}
img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
img {
    width: 100%;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto;
    resize: vertical
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc
}
span {
    display: block;
}
.border_box {
    box-sizing: border-box
}
.fl {
    float: left
}
.fr {
    float: right
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.break {
    word-break: break-all;
    word-wrap: break-word
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    height:0px;
}
.noScript {
    margin: 10px;
    text-align: center;
    background: #adb9c4;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px
}
.box {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    position:relative;
    z-index:1;
    padding:40px;
    margin:2px;
}
.box:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border:2px solid #f7f7f7;
}
.box:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border:1px solid #fff;
}
.grid-f{
       background: #FFF;
    overflow: hidden;
    box-shadow: 0px 2px 6px 1px #c5c5c5;
    padding: 20px;
}
.grid-f-2{
       background: #FFF;
    overflow: hidden;
    box-shadow:0px 5px 6px 1px #c5c5c5;
     padding-bottom:20px;
}
.grid-f-3{
     background: #FFF;
    overflow: hidden;
    box-shadow: 0px 2px 6px 1px #c5c5c5;
    padding: 0px;
}
.pr10 {
    padding-right: 10px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.mt4 {
    margin-top: 4px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt55{
    margin-top: 55px;
}
.mt60{
    margin-top: 60px;
}
.ml30{margin-left:30px;}
.mb20{margin-bottom:20px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr0{margin-right:0px !important}
.ml-7{
       text-indent: -5px;
}
.pt40{
    padding-top: 40px;
}
.pt20{
    padding-top: 20px;
}
.f24{
    font-size:24px;
}
.f26{
    font-size:26px;
}
.btn:hover{
    background:#015198 !important;
}
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
input[type="text"]:focus,button:focus,button:active,textarea:focus {border:0px;outline:none;}

/* Pagination */
.pagination {
    margin:0;
    padding:0;
    text-align:center;
}
.pagination li {
    display:inline-block;
    background:none;
    padding:0;
    margin:0 8px;
    font-style:normal;
    font-size:14px;
    position:relative;
    font-family:'微软雅黑', Helvetica, sans-serif;
    border:1px solid #e1e1e1;
    cursor:pointer;
}
.pagination li a,.pagination li span{
    display:inline-block;
    vertical-align:top;
    color:#888;
    padding:0px 10px;

    height:22px;
    line-height:22px;
    overflow:hidden;
    position:relative;
    border-radius:11px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.pagination li span{
    width:auto;
    padding:0px 10px;
}

 .pagination .active,.pagination .active a{
    background:#428bca;
    color:#FFF;
 }

.pagination li.next,.pagination li.next a,.pagination li.prev ,.pagination li.prev a{
     padding:0px 10px;
    width:auto;
}

.bg-f6{
    background: #f6f6f6;
}

.old-font{
    font: 12px/20px"Microsoft Yahei", "微软雅黑", "STHeiti Light", "华文细黑", "SimSun", "宋体", Arial, sans-serif !important;
}

.gird404{
    width:1000px;
    height:auto;
    margin:100px auto;
    text-align: center;
}
.gird404 .img404{
    width:611px;
    height:150px;
    margin:0px auto;
}
.gird404 .content404{
    margin:0px auto;
}

.content404 .leftbox{
    width:555px;
    float: left;
}
.content404 .rightbox{
    float: left;
    text-align: left;
}
.content404 .leftbox h2{
    font-size:24px;
    color:#666;
    margin: 40px;
}
.content404 .leftbox .btn{
    height: 45px;
    line-height: 41px;
    width: 153px;
    box-sizing: border-box;
    padding: 0px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    background-color: #428bca;
    color:#FFF;
    margin-left:20px;
}
.rightbox dt{
    color:#015198;
    font-size:24px;
    font-weight:bold;
    letter-spacing: 3px;
}
.rightbox dd{
    color:#666;
    line-height:2;
    font-size: 15px;
    font-weight:600;
}
.rightbox .link{
    margin-left: 10px;
    color: #015198;
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: 100;
}
.f015198{
    color:#015198;
}