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: #f1f0f0;
    border-bottom: 1px solid #d6d4d4;
}
.header-more-inside {
    position: relative;
    height: 40px;
    line-height: 40px;
}
.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: #4445f2;
}
.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: 23px;
    width: 27px;
    height: 27px;
}
.header-more-R img {
}
.header-logo {
    display: inline-block;
    margin-top: 13px;
}
.header-right {
    float: right;
}
.header-right a{
    color: #666;
}
.header-right-btn {
    display: none;
    float: right;
}
.header-main {
    height: 120px;
}
.header-menu,
.login-reg-lang {
}
.header-menu {
    float: left;
    /*width: 719px;*/
}
.header-menu ul {
    
}
.header-menu > ul > li {
    float: left;
    padding-left: 23px;
    padding-right: 23px;
    transition: all .2s ease-out;
    position: relative;
}
.header-menu > ul > li:first-child {
    padding-left: 0;
}
.words-dis {
    display: inline-block;
    width: 2em;
}
.header-menu > ul > li > a {
    display: block;
    padding: 50px 0 49px;
    transition: all .2s ease-out;
    position: relative;
    z-index: 2;
}
.header-menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #3e3eeb;
    transition: all .48s ease;
}
.header-menu > ul > li.active > a,
.header-menu > ul > li:hover > a {
    color: #3e3eeb;
}
.header-menu > ul > li.active > a::before,
.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: #fff;
    /*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: #3e3eeb;
}
.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 {
    float: right;
}
.header-search select {
    width: 76px;
    height: 26px;
    border: 1px solid #a2a2a2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: #666;
}
.header-search {
    font-size: 0;
    margin-top: 48px;
    margin-left: 32px;
}
.header-search input {
    width: 118px;
    height: 26px;
    border: 1px solid #a2a2a2;
    border-left: 0;
    padding-left: .25em;
    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;
}
.header-search input.query_btn {
    background: url(../images/header-search-img.png) no-repeat;
    display: inline-block;
    border: 0;
    width: 26px;
    outline: none;
    cursor: pointer;
    vertical-align: top;
}
.header-search input.category {
    display: inline-block;
}
article {
    width: 100%;
}
.banner {
}
footer {
    background-color: #535353;
    text-align: center;
}
.footer-top {
    line-height: 78px;
}
.page-link {
    color: #fff;
    font-size: 14px;
}
.page-link > ul > li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    vertical-align: top;
}
.page-link > ul > li a {
    color: #bbb;
    transition: all .3s ease;
}
.page-link > ul > li a:hover {
    text-decoration: underline;
    color: #eee;
}
.contact-login {
    display: table;
    clear: both;
    margin-bottom: 34px;
}
.contact-login a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}
.contact-login > ul > li {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    margin-right: 20px;
}
.contact-login > ul > li i {
    width: 24px;
    height: 18px;
    display: inline-block;
}
.contact-login > ul > li:nth-child(1) i {
    background: url(../images/header-more-R1.png) center center;
    background-size: 100% 100%;
}
.contact-login > ul > li:nth-child(2) i {
    background: url(../images/header-more-R2.png) center center;
    background-size: 100% 100%;
    width: 22px;
}
.contact-login > ul > li:nth-child(3) i {
    background: url(../images/header-more-R3.png) center center;
    background-size: 100% 100%;
    width: 18px;
}
.contact-QRcode > ul > li {
    float: left;
}
.contact-QRcode > ul > li:nth-child(1) {
    margin-right: 12px;
}
.contact-QRcode > ul > li i {
    display: inline-block;
}
.contact-QRcode > ul > li i: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);
    }
}
.contact-QRcode > ul > li:nth-child(1) i,
.contact-QRcode > ul > li:nth-child(2) i {
    background: url(../images/contact-QRcode.png) center center;
    background-size: 100% 100%;    
    width: 139px;
    height: 139px;
}
.footer-btm-wrap {
    border-top: 1px solid #747474;
}
.footer-btm {
    color: #bbb;
    font-size: 14px;
    line-height: 41px;
}
.footer-btm span {
    margin-left: .4em;
}
.footer-btm a {
    margin-left: .4em;
    color: #aaa;
    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 */
    background-color: #fff;
    font-size: 20px;
    padding: 22px 12px 10px;
    font-family: "Microsoft YaHei";
    color: #1A8BD6;
}
#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")
};