﻿/* CSS Document */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*Base*/

html {
    font: 12px/1.8 "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
    color: #666;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*修正手持设备字体变化*/
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    background: transparent;
    /*修正win8系统IE连接灰色背景*/
    outline: none;
    /* blr: expression(this.onFocus=this.blur()); */
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
    /*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}

button,
input {
    line-height: normal;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input.submit {
    border: 0;
    margin: 0;
    cursor: pointer;
}

input.radio {
    width: 13px;
    height: 13px;
    float: left;
    display: inline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
    float: left;
}

li {
    list-style: none;
    float: left;
}


/*清除浮动*/

.clear {
    clear: both;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.in-banner {
    width: 100%;
    height: 370px;
}

.in-banner img {
    width: 100%;
    height: 100%;
}

.i-search {
    height: 50px;
}

.i-search p.fl {
    line-height: 50px;
}

.i-search b {
    font-size: 14px;
    color: #104eaa;
}

.i-search a {
    display: inline-block;
    padding: 0 14px;
    background: url("../images/bg_li01.png") no-repeat right center;
    color: #888;
    transition: color 500ms ease-in 0ms;
}

.i-search a.last {
    background: none;
}

.i-search a:hover {
    color: #104eaa;
}

.i-search form {
    float: right;
    margin-top: 10px;
}

.i-search input {
    float: left;
    width: 180px;
    height: 28px;
    padding: 0 14px;
    border: 1px solid #dadada;
    border-right: none;
    line-height: 28px;
    color: #cecece;
}

.i-search input.submit {
    width: 36px;
    height: 30px;
    padding: 0;
    border: none;
    background: url("../images/bg_btn01.jpg") no-repeat;
}

.w980 {
    position: relative;
    width: 981px;
    margin: 0 auto;
}

.in-wrap {
    padding: 38px 0;
    overflow: hidden;
}

a {
    color: #666;
}

.header {
    position: relative;
    z-index: 10;
    height: 232px;
    background: url("../images/bg_header.jpg") repeat-x;
}

.h-top {
    height: 41px;
    line-height: 41px;
}

.h-top p.fr {
    font-size: 14px;
    color: #dadada;
}

.h-top p.fr span {
    display: inline-block;
    padding: 0 10px;
    background: #e4e5e6;
}

.h-top a {
    display: inline-block;
    padding: 0 13px;
    color: #666;
    transition: color 500ms ease-in 0ms;
}

.h-top a.blue,
.h-top a:hover {
    color: #003673;
}

.h-top a.red {
    color: #c00725;
}

.h-top a.last {
    padding-right: 0;
}

.h-mid {
    height: 67px;
    padding: 40px 0 32px;
}

.logo {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf;
    margin: 19px 16px 0 0;
    display: inline;
}

.logo img {
    width: auto;
    height: 40px;
}

.h-mid .tips {
    margin-top: 19px;
    line-height: 16px;
}

.h-mid .tips h2 {
    font-size: 16px;
    line-height: 20px;
    color: #004490;
    font-weight: bold;
}

.h-mid .tel {
    width: 315px;
    height: 36px;
    padding-left: 48px;
    margin: 19px 25px 0 0;
    display: inline;
    background: url("../images/h_tel.png") no-repeat;
    font-size: 11px;
}

.h-mid .tel span {
    display: inline-block;
    width: 100%;
    line-height: 14px;
}

.h-mid .tel :nth-child(2) {
    font-size: 21px;
    color: #bb142a;
    font-style: oblique;
}

.ui-menuIcon {
    display: none;
}

.h-mid .ewm {
    position: relative;
    width: 47px;
    height: 36px;
    background: url("../images/bg_sign01.jpg") no-repeat center;
    cursor: pointer;
}

.h-mid .ewm .box {
    position: absolute;
    left: -94px;
    top: 42px;
    width: 140px;
    height: 155px;
    border: 1px solid #e4e4e4;
    display: none;
}

.nav li {
    height: 52px;
    line-height: 52px;
}

.nav a.tit {
    display: inline-block;
    border-left: 1px solid #0855ab;
    border-right: 1px solid #0e5fb9;
    padding: 0 34px;
    font-size: 14px;
    color: #fff;
}

.nav a.last {
    border-right: none;
}

.nav a.tit:hover,
.nav a.tit.on {
    border-color: #024085;
    background: #024085;
}

.float-service {
    position: absolute;
    /*left: 50%;*/
    top: 1219px;
    right: 0;
    z-index: 50;
    width: 98px;
    margin-left: 520px;
}

.float-service .top {
    width: 98px;
    height: 96px;
    padding: 23px 7px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background-color: #0844b6;
    /* background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/float_top.jpg") no-repeat; */
}

.float-service .top h3 {
    font-size: 18px;
}

.float-service .top span {
    font-size: 12px;
}

.float-service .list {
    padding: 18px 16px 0;
    background: #333
}

.float-service .list a {
    display: inline-block;
    width: 45px;
    padding-left: 21px;
    background: url(../images/float-icon.png) no-repeat left center;
    border-top: 1px solid #181818;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
}

.float-service .list a.first {
    border-top: none;
}

.float-service .list a.last {
    border-bottom: none;
}

.float-service .bot {
    width: 98px;
    height: 107px;
    background: url("../images/float_bot.png") no-repeat;
    cursor: pointer;
}

.float-service .float-ewm {
    width: 72px;
    height: 72px;
    padding: 16px 13px 0;
    background: #313232;
}

.footer {
    background: #003c7e;
}

.footer .ewm {
    width: 190px;
    height: 100%;
    background: #023267;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    padding-top: 43px;
    box-sizing: border-box;
}

.footer .ewm p {
    text-align: left;
}

.footer .ewm img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footer-main {
    width: 766px;
    padding-top: 24px;
    line-height: 28px;
    color: #cbd2de;
    text-transform: uppercase;
}

.footer-main a {
    color: #cbd2de;
    transition: color 500ms ease-in 0ms;
}

.footer-main a:hover {
    color: #fff;
}

.footer-main .menu {
    height: 50px;
    border-bottom: 1px solid #1a508b;
    margin-bottom: 19px;
}

.footer-main .menu a {
    display: inline-block;
    /* float: left; */
    padding: 0 21px;
    font-size: 14px;
    line-height: 50px;
    color: #e7e7e7;
}

.footer-main .menu a.home {
    padding-left: 0;
}

.footer-main p.link a {
    display: inline-block;
    padding: 0 15px;
}

.footer-main .share {
    float: left;
    margin-left: 34px;
    display: inline;
}

.footer-link {
    margin-top: 15px;
    border-top: 1px solid #1a508b;
    padding: 0px 10px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-link a {
    display: inline-block;
    /* float: left; */
    margin-right: 45px;
    color: #a3b0c5;
    transition: color 500ms ease-in 0ms;
}

.footer-link a:hover {
    color: #fff;
}


/*Index*/

.banner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 529px;
    overflow: hidden;
}

#iframe {
    width: 100%;
}


/*Forget*/

.forget-wrap {
    width: 902px;
    height: auto;
    padding: 0;
    margin-top: 68px;
    background: none;
}

.forget-top {
    height: 35px;
    background: url("../images/bg_shadow01.png") no-repeat;
}

.forget-bottom {
    height: 54px;
    background: url("../images/bg_shadow03.png") no-repeat;
}

.forget-main {
    padding: 0 61px;
    background: url("../images/bg_shadow02.png") repeat-y;
}

.forget-main h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 85px;
    color: #666;
}


/* 分页 */

.pagination {
    font-size: 0px;
    margin-right: -5px;
    padding-top: 15px;
    text-align: center;
}

.pagination ul li {
    float: left;
}

.pagination a,
.pagination span {
    font-size: 12px;
    color: #888;
    display: inline-block;
    _display: inline;
    padding: 0 7px;
    border: 1px solid #ddd;
    margin-right: 5px;
    line-height: 26px;
}

.pagination a.prev,
.pagination a.next {
    padding: 0 15px;
}

.pagination a:hover,
.pagination a.cur,
.pagination a.active,
.pagination span:hover,
.pagination span.active,
.pagination li.active a,
.pagination li.active a:hover {
    background: #0066a5;
    font-weight: bold;
    color: #fff;
    border: 1px solid #0066a5;
}

.pagination label {
    display: inline-block;
    width: auto;
    height: 30px;
    font-size: 14px;
}

.pagination label input {
    display: inline-block;
    width: 45px;
    height: 25px;
    padding: 0px 5px;
    box-sizing: border-box;
    margin: 0px 5px;
    font-size: 14px;
    text-align: center;
}


/* .pagination select {
    display: inline-block;
    width: auto;
    height: 25px;
    padding: 0px 5px;
    box-sizing: border-box;
    margin: 0px 5px;
    font-size: 14px;
    text-align: center;
} */

.ui-menu {
    display: none;
}

@media screen and (max-width:768px) {
    .w980 {
        width: 100%;
    }
    .i-search {
        height: 100px !important;
        padding: 0px 2%;
        box-sizing: border-box;
    }
    .i-search p.fl {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }
    .h-top,
    .nav,
    .h-mid .ewm,
    .h-mid .tel {
        display: none;
    }
    .header {
        height: auto !important;
        background: none;
    }
    .h-mid {
        width: 100%;
        padding: 0px 10px !important;
        box-sizing: border-box;
    }
    /* .logo {
        border-right: 0px;
        margin-top: 0px;
    } */
    .logo img {
        height: 32px;
    }
    .h-mid .tips {
        margin-top: 15px;
    }
    .h-mid .tips h2 {
        font-size: 12px;
    }
    .ui-menuIcon {
        display: inline-block;
        float: right;
        width: 20.4px;
        height: auto;
        margin-top: 26px;
    }
    .ui-menu {
        width: 100%;
        height: 560px;
        background: rgba(0, 0, 0, 0.8);
        background-size: 100% 100%;
        position: fixed;
        top: 0px;
        z-index: 99;
        padding: 10px;
        box-sizing: border-box;
        display: none;
    }
    .ui-menu .ui-logo {
        width: 90px;
        height: auto;
    }
    .ui-menu .close {
        float: right;
        width: 15px;
        height: 15px;
        margin-top: 5px;
    }
    .ui-menuList {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .ui-menuList li {
        display: inline-block;
        width: 100%;
        height: 15px;
        line-height: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .ui-menuList li a {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: 14px;
    }
    .in-banner {
        height: 180px !important;
        background-size: 100% 100% !important;
    }
    .footer .ewm,
    .footer-main {
        width: 100% !important;
    }
    .footer-main .menu {
        display: none;
    }
    .footer-main p {
        text-align: center;
    }
    .footer-main .share {
        width: 100%;
    }
    .footer-main .share p {
        display: inline;
    }
}