@charset "utf-8";
* {
    font-family: tahoma, "microsoft yahei", "微软雅黑";
}

body {
    background: #f3f5fa;
    padding: 0px;
    margin: 0px;
}

.beian {
    color: #999;
    margin-left: 10px;
}

A {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

A:HOVER {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    outline: none
}

input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
}

textarea {
    outline: none
}

textarea:-webkit-autofill {
    background-color: #fff;
    background-image: none;
}

[v-cloak] {
    display: none;
}

.cl {
    display: block;
    height: 0px;
    line-height: 0px;
    clear: both;
}

.sp10 {
    display: block;
    height: 10px;
    clear: both;
}

.sp15 {
    display: block;
    height: 15px;
    clear: both;
}

.sp20 {
    display: block;
    height: 20px;
    clear: both;
}

.sp30 {
    display: block;
    height: 30px;
    clear: both;
}

.pd20 {
    padding: 20px;
}

@keyframes pound {
    from {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}

@keyframes pound2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@keyframes pound2_no {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.scal {
    animation: .5s pound;
    animation-fill-mode: forwards;
}

.scal2 {
    animation: .5s pound2;
    animation-fill-mode: forwards;
}

.scal2_no {
    animation: .5s pound2_no;
    animation-fill-mode: forwards;
}

.bg {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.bg1 {
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .05);
}

.l {
    float: left;
}

.r {
    float: right;
}

table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    padding: 0;
}

/*maincont*/
.layout-con-c {
    text-align: center;
}

.layout-con {
    width: 1200px;
    margin: 0 auto;
    transform: translate(0, 0);
    z-index: 10;
}

.layout-con1 {
    width: 1200px;
    margin: 0 auto;

}

.layout-left {
    width: 830px;
    float: left;
}

.layout-left1 {
    width: 830px;
    min-height: 1083px;
    float: left;
    text-align: left;
    background: white;
    box-sizing: border-box;
    padding: 20px;
}

.layout-left1 .titles {
    font-size: 18px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}

.layout-right {
    width: 350px;
    float: right;
    z-index: 1;
}

.layout-right-fixed {
    display: none;
    width: 350px;
    right: 0px;
    z-index: 1;
    position: fixed;
}

.layout-right-fixed1 {
    width: 350px;
    right: 0px;
    z-index: 1;
    position: fixed;
    left: 50%;
    margin-left: 250px;
}

.tit6 {
    position: relative;
    text-align: left;
    height: 20px;
    line-height: 20px;
}

.tit6::BEFORE {
    content: "";
    display: block;
    width: 4px;
    background: #FFC000;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.tit6 b {
    color: #000;
    padding-left: 20px;
    font-size: 16px;
}

.tit6 a {
    color: #7F7F7F;
    float: right;
    font-size: 14px;
}

.line {
    border-top: 1px solid #eaeaeb;
    height: 20px;
    display: block;
    clear: both;
}

.main-c {
    text-align: center;
}

.main-cont {
    width: 1200px;
    margin: 0 auto;
}

.layout-right-fixed {
    display: none;
    width: 350px;
    right: 0px;
    z-index: 1;
    position: fixed;
}

.layout-right-fixed1 {
    width: 350px;
    right: 0px;
    z-index: 1;
    position: fixed;
    left: 50%;
    margin-left: 250px;
}

/*layout*/
.hsp {
    height: 80px
}

.layout-header {
    background: #fff;
    height: 80px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 1440px;
    z-index: 1000;
    min-width: 1200px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.header {
    width: 1200px;
    height: 80px;
}

.header li {
    float: left;
    height: 80px;
    line-height: 80px;
}

.header li.logo {
    width: 90px;
    overflow: hidden;
}

.header li.logo a {
    display: block;
    position: relative;
    width: 180px;
    height: 80px;
}

.header li.logo a img {
    width: 121px;
    height: 75px;
    top: 5px;
    left: -15px;
    position: absolute;
}

.main-menu {
    margin-left: 100px;
}

.main-menu a {
    display: block;
    float: left;
    margin: 0 15px;
    color: #000;
    font-size: 18px;
    height: 76px;
    line-height: 80px;
}

.main-menu a.act {
    color: #FFC000;
    border-bottom: 4px solid #FFC000;
}

.search-cont {
    position: relative;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: #edf4fc;
    border-radius: 3px;
    text-align: left;
}

.search-cont a {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-weight: bold;
}

.layout-footer {
    background: #333;
    text-align: center;
    padding: 20px 0;
    height: 295px;
    color: #fff;
    width: 1440px;
}

.search_div {
    display: none;
    position: absolute;
    width: 656px;
    box-sizing: border-box;
    padding: 16px 0px 0 20px;
    min-height: 150px;
    background: white;
    left: -406px;
    top: 70px;
    box-shadow: 1px 1px 3px #e4e3e3;
}

.article_more {
    font-size: 16px;
    color: #0063FF;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
}

.search_div span {
    font-size: 18px;
    color: #333333;
    margin: 0 0 16px 0;
    line-height: 20px;
    display: block;
    font-weight: bold;
}

.search_btns {
    overflow: hidden;
}

.search_btn {
    height: 28px;
    border: 1px solid #9A9A9A;
    border-radius: 16px;
    padding: 0 10px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    float: left;
    margin: 0 20px 13px 0;
    cursor: pointer;
}

.search_div:before {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -20px;
    right: 220px;
}

.icon-lajitong {
    float: right;
    margin-right: 30px;
    font-size: 20px !important;
    cursor: pointer;
}

.layout-footerc {
    margin: 0 auto;
    width: 1200px;
    text-align: left;
}

.layout-footer .footer-info {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

.footer-gz {
    color: #999;
    font-size: 14px;
}

.footer-gz span {
    font-size: 16px;
}

.footer-gz a {
    color: #999;
}

.footer-gz a i {
    font-size: 30px;
}

.fifo {
    width: 700px;
    float: left;
}

.fotewm {
    position: relative;
}

.fotewm span {
    display: none;
    text-align: center;
    position: absolute;
    top: -210px;
    left: -70px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    padding: 5px 0;
    font-size: 14px;
}

.footer-gz .icon-zhihu- {
    font-size: 26px;
    position: relative;
    top: -1px;
}

.fotewm span b {
    margin: 0 5px;
    display: block;
    width: 150px;
    height: 150px;
}

.fotewm span b img {
    width: 150px;
    height: 150px;
}

.fotewm:HOVER span {
    display: block;
}

.footer-gz a i.icon-weixin:HOVER {
    color: #07a726;
}

.footer-gz a i.icon-weibo:HOVER {
    color: #ed2532;
}

.footer-gz a i.icon-zhihu-:HOVER {
    color: #064ee5;
}

.dn {
    display: none;
}

.go-top {
    position: fixed;
    bottom: 40px;
    right: 50px;
    width: 46px;
    z-index: 999;
}

.go-top a {
    margin-bottom: 10px;
    display: block;
}

.go-top .go {
    width: 50px;
    height: 50px;
}

.go-top .go i {
    font-size: 50px;
    color: #FFB639;
}

.yqldt {
    font-size: 18px;
    padding: 20px 0;
}

.yqlj {
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
}

.yqlj a {
    color: #fff;
    margin-right: 20px;
}

.slbewm {
    float: right
}

.slbewm span {
    float: right;
    margin-left: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.slbewm img {
    width: 80px;
    height: 80px;
    display: block;
}

.slbewm span b {
    display: block;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}


