* {
    margin: 0;
    padding: 0;
}

input {
    -webkit-appearance: none;
    outline: none;
    background: none;
    border: none;
}

input {
    outline: none;
}

::-webkit-input-placeholder {
    color: #9292a1;
}

:-moz-placeholder {
    color: #9292a1;
    opacity: 1;
}

::-moz-placeholder {
    color: #9292a1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9292a1;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    display: block;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

img {
    border: 0 none;
    vertical-align: middle;
}

html {
    height: 100%;
    width: 100%;
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none; */
}

body {
    color: #121440;
    font-size: 18px;
    font-family: "寰蒋闆呴粦", "[PingFangSC]", "[HYQiHei]";
    background: #fff;
    height: 100%;
    width: 100%;
    /* zoom: 0.8; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layer {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    display: block;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}

/* 閲嶈 */

/* 澶撮儴 */

.nav ul {
    border-bottom: 1px #0c36aa solid;
    height: 50px;
}

.nav ul li {
    width: 120px;
    height: 50px;
    float: left;
    margin-left: 60px;
    position: relative;
}

.nav ul li:hover>a {
    color: #fff;
    background: #0c4db1;
}

.nav ul li a {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}

/* .nav ul li>a:hover{
    color: #fff;
    background: #0c4db1;
} */
.nav ul li.on>a {
    color: #fff;
    background: #0c4db1;
}

.nav ul dl {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    border: 1px #0c36aa solid;
}

.nav ul dl a {
    padding: 0 15px;
    font-size: 16px;
}

.nav ul dl a:hover {
    color: #fff;
    background: #0c4db1;
}

.footer {
    width: 100%;
    background-color: #0c4db1;
    padding: 32px 0;
}

.footer {
    text-align: center;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer a {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.banner {
    margin-top: 26px;
}

.banner>img {
    width: 100%;
}

.currentPage {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.currentPage a {
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #666;
}

.currentPage i {
    color: #006cef;
}



.page {
    width: 100%;

}

.page ul {
    text-align: center;
}

.page ul li {
    padding: 0 10px;
    display: inline-block;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
}

.page ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 34px;
}

.page ul li a {
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #333333;
    height: 34px;
    min-width: 34px;
}

.page ul .previous a {
    background: url(../images/brandLeft.png)no-repeat;
    background-size: 100% 100%;
}

.page ul .next a {
    background: url(../images/brandRight.png)no-repeat;
    background-size: 100% 100%;
}

.page ul .on a {
    color: #006cef;
}

.page ul li a:hover {
    color: #006cef;
}

.page ul .active span {
    color: #006cef;
}



.hot {
    background: url(./火炬.png) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    float: left;
    margin-right: .3rem;
    margin-top: 10px;
}

.hotpic {
    background: url(../images/hotpic.png) no-repeat;
    background-size: 100% 100%;
    width: 46px;
    height: 24px;
    position: absolute;
    left: 0;
}