html{
    min-height: 100%;
    position: relative;
}
body{
    background: #F5F5F5;
    font-family: Microsoft YaHei;
}
a {
    color: #313131;
}
.top-bar {
    width: 100%;
    height: 40px;
    min-width: 1200px;
    background: #EEEEEE;
}
.top-bar-box {
    margin: 0 auto;
    width: 1180px;
}
.top-bar-item {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #9B9B9B;
}
.top-bar-item span{
    margin-right: 9px;
    cursor: pointer;
}
.top-bar-item .icon-icons64x6479 {
    margin-right: 0;
    font-size: 18px;
}
.top-bar-msg{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.top-bar-msg .msg-tips{
    position: relative;
}
.top-bar-msg .msg-tips:after{
    position: absolute;
    content: '';
    right: -7px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E60012;
}
.top-bar-head{
    vertical-align: top;
    display: inline-block;
    margin-top: 4px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    overflow: hidden;
}
.top-bar-head img {
    width: 31px;
    height: 31px;
}
.top-nav{
    width: 100%;
    min-width: 1200px;
    height: 90px;
    background: #ffffff;
}
.top-nav-box {
    margin: 0 auto;
    width: 1180px;
    height: 90px;
    position: relative;
}
.top-nav-logo {
    position: absolute;
    top:0;
    left: -17px;
    width: 238px;
    height: 90px;
}
.top-nav-logo img{
    margin-top: 17px;
    width: 238px;
    height: 55px;
}
.nav-ul {
    padding-left: 259px;
    height: 90px;
    line-height: 90px;
}
.nav-ul li{
    position: relative;
    font-size: 18px;
    margin-right: 45px;
    color: #313131;
}
.nav-ul li:hover{
    color: #EC6A00;
}

.nav-ul li:hover:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #ED6A00;
    bottom: 20px;
    left: 0;
}
.nav-search-box {
    position: absolute;
    right: 0;
    top:22px;
    width: 322px;
    height: 46px;
    border: 1px solid #D2D2D2;
}
.nav-search-box input{
    margin-left: 5px;
    width: 270px;
    height: 46px;
    line-height: 45px;
    font-size: 12px;
    vertical-align: top;
}
.nav-search-icon{
    display: inline-block;
    margin-top: 3px;
    height: 40px;
    width: 40px;
    background: #ED6A00;
    text-align: center;
    cursor: pointer;
}
.icon-fangdajing {
    font-size: 32px;
    color: #ffffff;
    line-height: 40px;
}
.top-bar-login{
    display: inline-block;
    cursor: pointer;
}
.home-container {
    width: 100%;
    min-width: 1200px;
    padding: 20px 0 40px 0;
}
.home-container-box{
    margin: 0 auto;
    width: 1180px;
}
.top-section {
    height: 408px;
}
.top-section-left{
    width: 850px;
    height: 408px;
    background: #ffffff;
}
.swiper-container{
    width: 850px;
    height: 408px;
}
.swiper-container .swiper-slide img{
    width: 850px;
    height: 408px;
}
.swiper-button-prev {
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    line-height: 72px;
    left: -36px;
    padding-left: 30px;
    margin-top: -36px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    opacity: .5;
}
.swiper-button-next {
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    line-height: 72px;
    right: -36px;
    padding-right: 30px;
    text-align: center;
    margin-top: -36px;
    background: #ffffff;
    opacity: .5;
    border-radius: 50%;
    color: #434343;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    color: #E16811;
}
.icon-zuoyoujiantou, .icon-zuoyoujiantou1{
    font-size: 28px;
    font-weight: bold;
}
.top-section-right{
    width: 309px;
    height: 408px;
}
.top-right-box{
    width: 309px;
    padding-bottom: 10px;
    background: #ffffff;
    cursor: pointer;
}
.top-right-img {
    width: 309px;
    height: 133px;
    overflow: hidden;
}
.top-right-img img{
    width: 309px;
    height: 133px;
    transition: transform .2s ease-in-out;
}
.top-right-text{
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
    color: #162957;
    font-size: 16px;
    line-height: 19px;
    width: 309px;
    height: 49px;
    overflow: hidden;
}
.top-right-box:hover .top-right-text{
    color: #ED6A00;
}
.top-right-box:hover img {
    transform: scale(1.1);
}

.top-section-right a:last-child .top-right-box{
    margin-top: 24px;
}
.home-section{
    margin-top: 25px;
}
.home-section-title{
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #313131;
    padding-left: 12px;
}
.title-before {
    position: relative;
}
.title-before:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 4px;
    height: 22px;
    background: #ED6A00;
}
.learn-section{
    margin-top: 16px;
}
.learn-section-item {
    position: relative;
    box-sizing: border-box;
    padding-left: 190px;
    width: 580px;
    height: 180px;
    background: #ffffff;
}
.learn-section-item:nth-child(2n) {
    margin-left: 20px;
}
.learn-section-item:nth-child(n+3) {
    margin-top: 20px;
}
.learn-section-item ul {
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    width: 315px;
    height: 123px;
    margin-top: 28.5px;
    overflow: hidden;
}
.learn-section-item ul li {
    color: #313131;
    width: 315px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.learn-section-item ul li:hover{
    color: #ED6A00;
}
.learn-icon-box {
    position: absolute;
    top: 28.5px;
    left: 35px;
    height: 123px;
}
.learn-icon-box div:first-child{
    min-height: 60px;
}
.learn-icon-text{
    margin-top: 10px;
    font-size: 20px;
}
.learn-more{
    position: absolute;
    right: 26px;
    bottom: 27px;
    font-size: 16px;
    color: #ED6A00;
}
.makelog-icon {
    padding-left: 43px;
    background: url("../images/makelog-icon.png") center left no-repeat;
    background-size: 33px 31px;
}
.df-icon {
    padding-left: 43px;
    background: url("../images/df-icon.png") center left no-repeat;
    background-size: 32px 32px;
}
.view-all{
    font-size: 20px;
    font-weight: lighter;
    color: #313131;
}
.view-all:hover{
    color: #ED6A00;
}
.makelog-section{
    margin-top: 23px;
}
.makelog-section-item {
    position: relative;
    box-sizing: border-box;
    width: 372px;
    height: 190px;
    padding-left: 195px;
    background-color: #ffffff;
    border: 2px solid #EEEEEE;
}
.makelog-section :nth-child(3n + 2) .makelog-section-item{
    margin: 0 32px;
}
.makelog-section :nth-child(n + 4) .makelog-section-item{
    margin-top: 24px;
}
.makelog-section-item:hover{
    border: 2px solid #ED6A00;
}
.makelog-section-item:hover .makelog-section-item-img img{
    transform: scale(1.1);
}
.makelog-section-item-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 186px;
    height: 186px;
    overflow: hidden;
}
.makelog-section-item-img img{
    width: 186px;
    height: 186px;
    transition: transform .2s ease-in-out;
}
.makelog-item-title {
    margin-top: 12px;
    max-height: 45px;
    width: 163px;
    font-size: 16px;
    line-height: 22px;
    color: #162957;
    overflow: hidden;
}
.makelog-item-head {
    margin-top: 20px;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    color: #666666;
}
.makelog-item-head img{
    vertical-align: top;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    margin-right: 6px;
}
.makelog-item-tag{
    margin-top: 9px;
    width: 163px;
    max-height: 44px;
    overflow: hidden;
}
.makelog-item-tag span{
    display: inline-block;
    height: 19px;
    line-height: 19px;
    padding: 0 5px;
    color: #666666;
    font-size: 8px;
    background: #EEEEEE;
}
.makelog-item-count {
    position: absolute;
    bottom: 10px;
    left: 195px;
    font-size: 10px;
    color: #666666;
}
.icon-xin{
    margin-left: 10px;
}
.community-section {
    margin-top: 25px;
    padding: 15px 7.5px;
    background: #ffffff;
}
.community-section-item{
    box-sizing: border-box;
    border: 2px solid #ffffff;
    width: 275px;
    height: 231px;
    margin: 0 7.5px;
}
.community-section-item:hover{
    border: 2px solid #ED6A00;
}
.community-section-item:hover img {
    transform: scale(1.1);
}
.community-section-item-img {
    margin: 0 auto;
    margin-top: 8px;
    width: 259px;
    height: 159px;
    overflow: hidden;
}
.community-section-item-img img{
    width: 259px;
    height: 159px;
    transition: transform .2s ease-in-out;
}
.community-section-item-text{
    margin: 0 auto;
    margin-top: 16px;
    width: 258px;
    height: 43px;
    font-size: 16px;
    line-height: 21px;
    color: #434343;
    overflow: hidden;
}
.home-section-item-title {
    margin-top: 22px;
    height: 33px;
    line-height: 33px;
    font-size: 20px;
    padding-left: 16px;
    font-weight: lighter;
}
.mall-section{
    margin-top: 15px;
}
.mall-section-item{
    box-sizing: border-box;
    width: 280px;
    height: 379px;
    border: 2px solid #EEEEEE;
    background: #ffffff;
}
.mall-section :nth-child(4n + 2) .mall-section-item{
    margin: 0 20px;
}
.mall-section :nth-child(4n + 3) .mall-section-item{
    margin-right: 20px;
}
.mall-section :nth-child(n + 5) .mall-section-item{
    margin-top: 20px;
}
.mall-section-item:hover{
    border:2px solid #E16811;
}
.mall-section-item:hover img{
    transform: scale(1.1);
}
.mall-section-item-img{
    width: 276px;
    height: 276px;
    overflow: hidden;
}
.mall-section-item-img img{
    width: 276px;
    height: 276px;
    transition: transform .2s ease-in-out;
}
.mall-section-item-title {
    margin: 0 auto;
    margin-top: 10px;
    width: 250px;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}
.mall-section-item-price{
    margin: 0 auto;
    width: 250px;
    font-size: 17px;
    height: 24px;
    line-height: 24px;
    color: #E16811;
    font-weight: bold;
}
.mall-section-item-price span {
    margin-right: 5px;
}
.mall-section-item-price label{
    margin-left: 10px;
    color: #777777;
    font-size: 12px;
    text-decoration: line-through;
}
.link-section{
    margin-top: 30px;
    width: 1180px;
    background: #ffffff;
}
.link-section-title {
    margin: 0 auto;
    padding-top: 20px;
    width: 1140px;
}
.link-section-box{
    margin: 0 auto;
    width: 1160px;
    padding-bottom: 10px;
}
.link-section-box li{
    float: left;
    padding: 7px 9.5px;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    color: #777777;
}
.link-section-box li:hover{
    color: #ED6A00;
}
.go-top-icon {
    position: fixed;
    bottom: 20%;
    right: 2%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url("../images/top.png") center center no-repeat;
    background-size: 60px 47px;
    cursor: pointer;
    z-index: 99;
    border: 1px solid #EEEEEE;
}

/*æœç´¢é¡µé¢*/
/*æœç´¢*/
.search-result-title{
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #313131;
    font-weight: lighter;
}
.search-input-box{
    margin-top: 10px;
    width: 554px;
    height: 50px;
    border: 1px solid #C3C3C3;
    background: #ffffff;
}
.search-input-box input{
    height: 50px;
    width: 480px;
    line-height: 50px;
    padding: 0 10px;
    vertical-align: top;
}
.icon-fangdajing1 {
    margin-left: 10px;
    width: 50px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
}
/*æœç´¢ç»“æžœ-type*/
.search-type-container{
    margin-top: 15px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #5D5D5D;
    border-bottom: 1px solid #D5D5D5;
}
.search-type-item{
    width: 200px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.search-type-item span{
    position: relative;
    height: 60px;
    display: inline-block;
}
.cur_type-item {
    color: #ED6A00;
}
.search-type-item:hover {
    color: #ED6A00;
    font-size: 22px;
}
.search-type-item:hover span:before, .cur_type-item span:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ED6A00;
}
/*æœç´¢ç»“æžœ*/
.search-result-container{
    margin-top: 20px;
}
/*ç»“æžœ-----ç¤¾åŒº*/
.search-result-item-community{
    box-sizing: border-box;
    padding: 20px 20px;
    width: 1180px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.search-result-community-title {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    color: #5D5D5D;
}
.search-result-community-type{
    color: #ED6A00;
}
.search-result-community-imgBox {
    margin-top: 20px;
}
.search-result-community-imgBox li {
    float: left;
    width: 185px;
    height: 120px;
}
.search-result-community-imgBox li:nth-child(n + 2) {
    margin-left: 6px;
}
.search-result-community-imgBox li:nth-child(6n + 1) {
    margin-left: 0px;
}
.search-result-community-imgBox img{
    width: 185px;
    height: 120px;
}
.search-result-community-text{
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #C3C3C3;
}
.search-result-community-text label {
    margin-right: 5px;
}
/*ç»“æžœ----wiki*/
.search-result-wiki{
    padding: 10px 0;
    border-bottom: 1px dashed #D5D5D5;
    margin-bottom: 10px;
}
.search-result-wiki-title{
    height: 25px;
    font-size: 18px;
    color: #212121;
}
.search-result-wiki-detail {
    margin-top: 12px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #8E8E8E;
}
.search-result-wiki-time {
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #C3C3C3;
}

/*é¡µç */
.search-result-page-box{
    margin: 30px 0;
    height: 50px;
    text-align: center;
}
.search-result-page-pageno {
    display: inline-block;
    margin: 0 6px;
    width: 40px;
    height: 50px;
    background-color: #ffffff;
    line-height: 50px;
    color: #5D5D5D;
    font-size: 16px;
    cursor: pointer;
}
.cur-page{
    color: #ffffff;
    background-color: #FFA760;
}



.footer-section {
    height: 250px;
}
.footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-nav {
    width: 100%;
    background: #ffffff;
    min-width: 1200px;
}
.footer-nav-box{
    margin: 0 auto;
    min-height: 220px;
    width: 1180px;
    box-sizing: border-box;
    padding-left: 380px;
    background: url("../images/bottom-logo.png") -15px 23px no-repeat;
    background-size: 260px 105px;
}
.footer-nav-box-item {
    padding: 30px 0  20px 0;
    width: 200px;
}
.footer-nav-box-title {
    font-size: 16px;
    color: #313131;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 18px;
}
.footer-nav-box-ul {
    font-size: 14px;
}
.footer-nav-box-ul li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer-nav-box-ul li:hover{
    color: #ED6A00;
}
.footer-bar {
    width: 100%;
    background: #313131;
    min-width: 1200px;
}
.footer-bar-box{
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    width: 1180px;
    font-size: 12px;
    color: #C9C9C9;
}
.col62 {
    color: #626262;
}
.sina-icon {
    padding-left: 28px;
    background: url("../images/icon-5.png") center left no-repeat;
    background-size: 19px 16px;
}
.bili-icon {
    padding-left: 28px;
    background: url("../images/icon-6.png") center left no-repeat;
    background-size: 18px 18px;
}
.toutiao-icon {
    padding-left: 28px;
    background: url("../images/icon-7.png") center left no-repeat;
    background-size: 19px 16px;
}
.display-none {
    display: none;
}

.pages .lf span{display: none;}
.pages {
    /*background: rgba(139, 69, 19, 0.31);*/
    margin-top: 20px;
    height: 78px; /* line-height: 78px; */
}

.pages .lf {
    padding: 8px 0 0 0;
}

.pages .lf span {
    font-size: 18px;
}

.pages .pageJump a {
    display: block;
    float: left;
    height: 38px;
    border: solid 1px transparent;
}

.pages .pageJump a:hover {
    border: solid 1px #e16811;
}

.pages .pageJump .num {
    color: #000000;
    width: 30px;
    line-height: 38px;
    margin-left: 10px;
    background: #ffffff;
    font-size: 18px;
    text-align: center;
}

.pages .pageJump .current {
    color: #ffffff;
    background: #FFA760;
}

.pages .pageJump .next, .pages .pageJump .previous {
    color: #000000;
    width: 73px;
    line-height: 38px;
    margin-left: 10px;
    background: #ffffff;
    font-size: 18px;
    text-align: center;
}
.pageJump{
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
}
