﻿body {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    color: #fff;
}
h1.title {
    margin-top: 60px;
    margin-bottom: 53px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
}
header {
    width: 100%;
    background-color: #fff;
}
.header-more {
    background-color: #fff;
}
.header-more-inside {
    position: relative;
    height: 144px;
    line-height: 144px;
}
.header-more-L {
    display: inline-block;
    position: absolute;
    right: 183px;
}
.header-more-L > ul {
    font-size: 0;
}
.header-more-L > ul > li {
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #003d96;
}
.header-more-L > ul > li img {
    margin-right: 4px;
    margin-top: -6px;
}
.header-more-L > ul > li:last-child img {
    margin-right: 6px;
    margin-top: -5px;
}
.header-more-R {
    float: right;
}
.header-more-R > ul {
    font-size: 0;
    text-align: center;
}
.header-more-R > ul > li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 27px;
    height: 27px;
}
.header-more-R > ul > li:nth-child(1) {
    margin-left: 0px;
}
.header-more-R img {
    transition: all .2s ease;
}
.header-more-R img:hover {
    transform: translateY(-2px);
}
.header-logo {
    position: relative;
    top: -5px;
    display: inline-block;
}
.header-right {
    float: right;
    width: 100%;
}
.header-right a{
    color: #666;
}
.header-right-btn {
    display: none;
    float: right;
}
.header-main {
    height: 56px;
    background-color: #f0f3f4;
}
.header-menu,
.login-reg-lang {
}
.header-menu {
    float: left;
    /*width: 719px;*/
    width: 100%;
}
.header-menu ul {
    
}
.header-menu > ul > li {
    position: relative;
    float: left;
    width: 11%;
    text-align: center;
    transition: all .2s ease-out;
}
.header-menu > ul > li:first-child {
    padding-left: 0;
}
.words-dis {
    display: inline-block;
    width: 2em;
}
.header-menu > ul > li > a {
    display: block;
    position: relative;
    z-index: 2;
    padding: 18px 0 17px;
    transition: all .3s ease-out;
}
.header-menu > ul > li > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #003d96;
    transition: all .48s ease-out;
}
.header-menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #7aa3df;
    transition: all .48s ease;
}
.header-menu > ul > li.active > a,
.header-menu > ul > li:hover > a {
    color: #fff;
}
.header-menu > ul > li.active > a::after,
.header-menu > ul > li.active > a::before,
.header-menu > ul > li:hover > a::after,
.header-menu > ul > li:hover > a::before {
    width: 100%;
    left: 0;
    right: 0;
}
.sub-menu-ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%); 
    /*width: 100%;*/
    text-align: center;
    background-color: #f0f3f4;
    /*opacity: 0;*/
    /*transition: all .5s ease;*/
    /*max-height: 0;*/
    overflow: hidden;
    display: none;
    z-index: 1;
}
.header-menu > ul > li:hover .sub-menu-ul {
    /*opacity: 1;*/
    /*max-height: 500px;*/
}
.sub-menu-ul > li {
    width: 114px;
    line-height: 48px;
    font-size: 14px;
}
.sub-menu-ul > li a {
    display: block;
    transition: all .2s ease-out;
}
/*.sub-menu-ul > li a::before {
    content: "◥";
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
    display: inline-block;
    margin-right: 8px;
    transition: all .2s ease-out;
}*/
.sub-menu-ul > li.active,
.sub-menu-ul > li:hover {
    background-color: #003d96;
}
.sub-menu-ul > li.active a,
.sub-menu-ul > li:hover a,
.sub-menu-ul > li.active a::before,
.sub-menu-ul > li:hover a::before {
    color: #fafafa;
}
.header-search {
    position: absolute;
    left: 85%;
    top: 50%;
    transform: translate(-85%, -50%);
    /*width: 232px;*/
    width: 260px;
    line-height: 26px;
    font-size: 0;
    background: #ededed;
}
.header-search select {
    width: 80px;
    height: 36px;
    border: 1px solid #ededed;
    border-right: 1px solid #f6f6f6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    font-size: 14px;
    color: #666;
    vertical-align: top;
    background: #ededed;
}
.header-search input {
    /*width: 118px;*/
    width: 142px;
    height: 36px;
    border: 1px solid #ededed;
    border-right: 1px solid #f6f6f6;
    border-left: 0;
    padding-left: .25em;
    font-size: 14px;
    color: #666;
    outline: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    vertical-align: top;
    background: #ededed;
}
.header-search input.query_btn {
    display: inline-block;
    border: 0;
    width: 38px;
    height: 36px;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    background: url(../images/header-search-img.png) no-repeat;
    background-position: center;
}
.header-search input.query_btn:hover {
    background-size: 16px 16px;
}
.header-search input.category {
    display: inline-block;
}
article {
    width: 100%;
	margin-bottom: 0 !important;
}
.ny_banner img{width: 100%;height:100%;}
.banner {
}
.notice-roll {
    position: relative;
    float: left;
    padding-top: 19px;
    margin-bottom: 13px !important;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width: 100%;
    height: 60px;
    background: #ededed;
}
.notice-roll h2 {
    display: inline-block;
    font-size: 14px;
    color: #003d96;
    vertical-align: top;

}
.notice-roll img {
    margin-right: 20px;
}
.notice-list {
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
    vertical-align: top;
    opacity: 0;
}
.notice-list li {
    width: 1068px;
    height: 20px;
    overflow: hidden;
}
.notice-list a {
    font-size: 14px;
    color: #6f6f6f;
    transition: all .15s ease;
}
.notice-list a:hover {
    color: #003d96;
}
footer {
    border-top: 1px solid #737373;
    text-align: center;
    background-color: #666;
}
.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-link {
    display: inline-block;
    float: left;
    margin-bottom: 32px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.page-link > ul > li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 26px;
    vertical-align: top;
}
.page-link > ul > li:not(:last-child):after {
    content: "|";
    margin-left: 28px;
    color: #909090;
}
.page-link > ul > li a {
    color: #eee;
    transition: all .3s ease;
}
.page-link > ul > li a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer-contact {
    float: left;
    text-align: left;
    font-size: 14px;
    color: #bebebe;
}
.footer-contact > ul > li {
    margin-top: 12px;
}
.fc-cntr {
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 20px;
}
.footer-qrcode {
    float: right;
}
.footer-qrcode > ul > li {
    float: left;
    width: 102px;
    height: 102px;
}
.footer-qrcode > ul > li:nth-child(1) {
    margin-right: 21px;
}
.footer-qrcode > ul > li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.footer-qrcode > ul > li img:hover {
    animation:rockGo .4s linear 1;
}
@-webkit-keyframes rockGo {
    0% {
        -webkit-transform: translateY(0) scale(1.0) rotate(0deg);
        transform: translateY(0) scale(1.0) rotate(0deg);
    }
    25% {
        -webkit-transform: translateY(-2px)  scale(1.02) rotate(0deg);
        transform: translateY(-2px)  scale(1.02) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) scale(1.0) rotate(0deg);
        transform: translateY(0px) scale(1.0) rotate(0deg);
    }

    75% {
        -webkit-transform: translateY(-1px) scale(1.01) rotate(0deg);
        transform: translateY(-1px) scale(1.01) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0) scale(1.0) rotate(0deg) ;
        transform: translateY(0) scale(1.0) rotate(0deg);
    }
}
@keyframes rockGo{
    0% {
        -webkit-transform: translateY(0) scale(1.0) rotate(0deg);
        transform: translateY(0) scale(1.0) rotate(0deg);
    }
    25% {
        -webkit-transform: translateY(-2px)  scale(1.02) rotate(0deg);
        transform: translateY(-2px)  scale(1.02) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) scale(1.0) rotate(0deg);
        transform: translateY(0px) scale(1.0) rotate(0deg);
    }

    75% {
        -webkit-transform: translateY(-1px) scale(1.01) rotate(0deg);
        transform: translateY(-1px) scale(1.01) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0) scale(1.0) rotate(0deg) ;
        transform: translateY(0) scale(1.0) rotate(0deg);
    }
}
.footer-btm-wrap {
    border-top: 1px solid #939393;
    background: #565656;
}
.footer-btm {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 66px;
}
.footer-btm span {
    margin-left: .4em;
}
.footer-btm a {
    margin-left: .4em;
    color: #bbb;
    transition: all .4s ease;
}
.footer-btm a:hover {
    color: #ccc;
    text-decoration: underline;
}
/*QRcode*/
#code {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);     /* IE 9 */
    -moz-transform: translate(-50%, -50%);    /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);  /* Opera */
    line-height: 20px;
    font-size: 20px;
    padding: 22px 12px 10px;
    font-family: "Microsoft YaHei";
    color: #1A8BD6;
    background-color: #fff;
}
#code .code-close {
    position: absolute;
    color: #A00E15;
    font-size: 32px;
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transition: all .5s ease;
}
#code canvas {
    display: block;
    vertical-align: top;
    margin: 12px auto 10px;
}
@media (max-width: 74.9em) {
    .header-menu > ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sub-menu a {
        padding: 5px 12px;
    }
    .news-sup-img {
        width: 37%;
    }
    .news-sup-img img {
        max-width: 100%;
        height: auto;
    }
}
@font-face {
    font-family:"fzlt"; 
    src: url("../fonts/fzlt.ttf")
};