@charset "utf-8";

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0
}

input[type=submit] {
    background: 0 0
}

input::-webkit-input-safebox-button {
    display: none;
    width: 0;
    height: 0
}

.form-input input,
input.form-input {
    width: 250px;
    height: 40px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 9px 0 9px 18px;
    color: #333
}

.form-input input::-ms-clear,
input.form-input::-ms-clear,
input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.form-input input::-webkit-input-placeholder,
input.form-input::-webkit-input-placeholder {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 20px;
    color: #999
}

.form-input input::-moz-placeholder,
input.form-input::-moz-placeholder {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 20px;
    color: #999
}

.form-input input:-ms-input-placeholder,
input.form-input:-ms-input-placeholder {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 20px;
    color: #999
}

.form-input input:-moz-placeholder,
input.form-input:-moz-placeholder {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 20px;
    color: #999
}

.form-input input.is-disabled,
.form-input input[disabled],
input.form-input.is-disabled,
input.form-input[disabled] {
    background: #e6e6e6 !important;
    border: 1px solid #d9d9d9 !important;
    cursor: default !important;
    color: #999 !important;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    border-color: #e6e6e6 !important
}

.form-input input.is-focus,
.form-input input:focus,
.form-input textarea:focus,
.form-input.is-focus input,
.form-textarea textarea:focus,
input.form-input.is-focus,
input.form-input:focus {
    border: 1px solid #999 !important
}

.form-input input.is-error,
.form-input.is-error input,
.is-error .form-input textarea,
input.form-input.is-error {
    border: 1px solid #ff6060
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

@-moz-document url-prefix() {

    .form-input input,
    input.form-input {
        padding: 5px 0 5px 10px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .form-input input,
    input.form-input {
        padding: 0 6px
    }
}

.msg-block {
    display: none;
    font-size: 0;
    margin-top: 5px
}

.msg-block span {
    display: inline-block;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    color: #ff6060
}

.is-error .msg-block {
    text-align: left;
    display: block
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.form-input textarea,
.form-textarea textarea {
    padding: 10px;
    font-size: 12px;
    border-radius: 0
}

.header-warp {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3
}

.header-warp .header-box,
.header-warp .header-middle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-warp .header-middle {
    max-width: 1620px;
    padding: 0 10px;
    margin: 0 auto;
    height: 100px
}

.header-warp .header-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid transparent
}

.header-warp .header-box:hover {
    border-bottom: 2px solid #032d61
}

.header-warp .logo {
    width: 200px;
    height: 100%
}

.header-warp .logo-img {
    display: block;
    width: 100%
}

.header-warp .small-logo {
    display: none;
    width: 200px;
}

.header-warp .header-center {
    min-width: 588px;
    color: #fff
}

.header-warp .header-center .header-nav {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-warp .header-center .header-nav-item {
    font-size: 22px;
    line-height: 98px;
    text-align: center;
    padding: 0 28px;
    position: relative
}

.header-warp .header-center .header-nav-item>a {
    display: block;
    color: #fff;
    position: relative
}

.header-warp .header-center .header-nav-item>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #032d61;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.header-warp .header-center .header-nav-item:hover .nav-warp {
    height: 51px;
    border-bottom: 1px solid #dbe1e9
}

.header-warp .header-center .header-nav-item:hover .nav-flex {
    height: 50px
}

.header-warp .header-center .nav-warp,
.header-warp .nav-flex {
    top: 100px;
    left: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    height: 0;
    overflow: hidden
}

.header-warp .header-center .nav-warp {
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed
}

/*.header-warp .header-right {*/
/*    width: 140px;*/
/*    height: 50px;*/
/*    border: 1px solid #fff;*/
/*    text-align: center;*/
/*    line-height: 48px;*/
/*    font-size: 22px;*/
/*    color: #fff*/
/*}*/

.header-warp .nav-flex {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 56px;
    position: absolute;
    white-space: nowrap
}

.header-warp .nav-flex,
.header-warp .nav-flex .nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header-warp .nav-flex .nav-list li {
    padding: 0 28px;
    color: #333;
    cursor: pointer;
    position: relative;
    font-size: 18px
}

.header-warp .nav-flex .nav-list li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dbe1e9;
    opacity: 0
}

.header-warp .nav-flex .nav-list li a {
    color: #333;
    position: relative
}

.header-warp .nav-flex .nav-list li:hover:before,
.header-warp-flex .header-center .active a:after {
    opacity: 1
}

.header-warp-flex,
.header-warp-hover {
    background-color: #fff
}

.header-warp-flex .header-center,
.header-warp-flex .header-center .header-nav-item a {
    color: #333
}

.header-warp-flex .header-center .current a:after {
    opacity: 1;
    -webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
    -o-transform: scaleX(2);
    transform: scaleX(2)
}

.header-warp-flex .logo-img {
    display: none
}

.header-warp-flex .small-logo {
    display: block
}

.header-warp-flex .header-right {
    color: #333;
    border: 1px solid #333
}

.header-flex .header-box {
    border-bottom: 2px solid transparent
}

.header-flex .nav-flex,
.header-flex .nav-warp {
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1
}

.header-warp-hover .header-center,
.header-warp-hover .header-center .header-nav-item a {
    color: #333
}

.header-warp-hover .header-center .active a:after {
    opacity: 0
}

.header-warp-hover .header-center .current a:after {
    opacity: 1;
    -webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
    -o-transform: scaleX(2);
    transform: scaleX(2)
}

.header-warp-hover .logo-img {
    display: none
}

.header-warp-hover .small-logo {
    display: block
}

.header-warp-hover .header-right {
    color: #333;
    border: 1px solid #333
}

.footer {
    background: #333
}

.footer .footer-box {
    max-width: 1600px;
    margin: 0 auto;
    padding: 45px 220px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer .footer-left .footer-text {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 24px
}

.footer .footer-left .footer-text:last-child {
    margin-bottom: 0
}

.footer .footer-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .official-account {
    margin-left: 25px
}

.footer .official-account img {
    display: block;
    background-color: #fff;
    width: 100px;
    height: 100px
}

.footer .official-account .name {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center
}

.footer .official-account:first-child img {
    border-radius: 50%;
    overflow: hidden
}

* {
    padding: 0
}

body,
html {
    color: #333;
    font-size: 12px;
    letter-spacing: 0;
    width: 100%;
    min-height: 100%
}

a {
    text-decoration: none
}

*,
p {
    margin: 0
}

ol,
ul {
    list-style: none
}

dd,
div,
dl,
dt,
i,
li,
p,
span,
ul {
    word-break: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: normal;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

body,
html,
input,
textarea {
    font-family: "Microsoft YaHei", "微软雅黑"
}

/*img {*/
    /*max-width: 100%*/
/*}*/

.loupe {
    position: relative;
    overflow: hidden
}

.loupe img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.loupe:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.article-nav .nav-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 56px;
    border-bottom: 1px solid #eee
}

.article-nav .nav-title {
    padding-top: 32px;
    padding-left: 20px;
    color: #004479;
    font-size: 20px
}

.article-nav .nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.article-nav .nav-list li {
    padding: 32px 50px 0;
    font-size: 18px
}

.article-nav .nav-list li a {
    color: #333;
    cursor: pointer
}

.article-nav .nav-list li.active,
.article-nav .nav-list li:hover {
    background: #dbe1e9
}