/* ============================================ reset ============================================ */

body,div,span,p,a,ul,li,input,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
html {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #333;
}
body {
    background: #FFF;
    min-width: 1400px!important;
}
a {
    text-decoration: none;
    color: #333;
}
ul {
    list-style: none;
}
img {
    border: 0;
}
input {
    outline: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    /*触发bfc防止外边距合并 */
}
.clearfix:after {
    clear: both;
}
/* 版心 */
.contain {
    width: 1300px;
    margin: 0 auto;
}
.min1300 {
    min-width: 1300px;
}
.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.colorF {
    color: #FFFFFF!important;
}
.colorFF7F47 {
    color: #FF7F47!important;
}
.colorFF815A {
    color: #FF815A!important;
}
.chart-img {
    display: block;
    margin: 0 auto;
}
/* ============================================ model ============================================ */

/* ================== heaeder and footer start ================== */
/* header */
#header {
    height: 120px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    min-width: 1400px;
}
.bg212533 #header {
    background: rgba(33, 37, 51, .6);
}
.logo {
    display: block;
    margin-top: 23px;
}
.logo1 {
    margin-top: 11px;
    display: none;
}
.info {
    margin-top: 13px;
    text-align: right;
    padding-right: 15px;
}
.info a {
    color: rgba(255, 255, 255, .8);
    line-height: 14px;
    vertical-align: middle;
}
.info a:hover {
    color: #FFF;
}
.nav {
    margin-top: 20px;
}
.nav>li {
    float: left;
    position: relative;
}
.nav>li>a {
    display: block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 19px;
    color: #FFFFFF;
}
.nav>li>a span {
    opacity: 0.8;
}
.nav>li>a.active span {
    font-weight: 700;
    opacity: 1;
}
.nav>li:hover>a {
    border-radius: 4px;
    background: #CE3020;
}
#header.white {
    background: #FFFFFF;
    height: 85px;
    position: fixed;
    left: 0;
    top: 0;
}
#header.white .logo {
    display: none;
}
#header.white .logo1 {
    display: block;
}
#header.white .info {
    display: none;
}
#header.white .nav>li {
    height: 65px;
}
#header.white .nav>li>a {
    border-radius: 4px;
    color: #333;
}
#header.white .nav>li:hover>a {
    color: #FFFFFF;
}
#header.white .nav>li>a span{
    opacity: 1;
}
#header.white .nav {
    margin-top: 22px;
}
/* #header.white .second-nav {
    top: 38px;
} */
/* 二级导航 */
.second-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    background: rgba(41, 52, 70, .9);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
    z-index: 100;
    width: 146px;
    line-height: 42px;
    box-sizing: content-box;
}
.w180 {
    width: 180px;
}
/* .nav>li.erji:last-child .second-nav {
    left: inherit;
    right: 0;
} */
.second-nav>li>a {
    color: #FFF;
    display: inline-block;
    height: 36px;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}
.second-nav>li>a:hover {
    color: #FFC662;
    border-bottom: 1px solid #FFC662;
}

/* 子栏目二级导航 */
.menu {
    height: 95px;
    background: #FFF;
    overflow: hidden;
}

.menu-list {
    margin-top: 30px;
    overflow: hidden;
}

.menu-list li {
    float: left;
    margin-right: 55px;
}

.menu-list li a {
    display: block;
    width: 100%;
    font-size: 24px;
    padding-bottom: 6px;
    border-bottom: 4px solid #FFF;
    transition: all .2s;
}

.menu-list li a:hover,
.menu-list li a.cur {
    border-bottom: 4px solid #CE3020;
}

.icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 5px;
}

/* footer */
#footer {
    height: 120px;
    background: #4D4D4D;
    color: #FEFEFE;
    overflow: hidden;
}
#footer a {
    color: #FEFEFE;
    font-size: 16px;
}
#footer .fr a {
    font-size: 18px;
}
.footer-content {
    margin-top: 35px;
}
.footer-content .info {
    text-align: left;
    margin: 0;
    line-height: 21px;
}
.footer-content .info .line1 {
    height: 17px;
    background: #636363;
    margin: 0 20px;
}
#footer p {
    margin-top: 15px;
    text-align: left;
}
.fz-big {
    font-size: 14px;
}
/* 返回顶部 */
#backtop {
    position: fixed;
    right: 20px;
    top: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    z-index: 999;
    display: none;
}
/*  */
@media screen and (min-width: 1456px) {
    #backtop {
        right: inherit;
        left: 50%;
        margin-left: 670px;
    }
}
/* #backtop div {
    width: 84px;
    border-bottom: 1px solid#E2E2E2;
}
#backtop div:last-child {
    border-bottom: 0;
}
#backtop div a {
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
#backtop div a:hover {
    background: #C22F2F;
    color: #FFF;
} */
.back-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/back-icon.png) no-repeat center;
}
.back-btn:hover {
    background-image: url(../images/back-icon-hover.png);
}
/* ================== heaeder and footer end ================== */

/* line */
.line1 {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: rgba(202, 202, 202, .3);
    margin: 0 12px;
    vertical-align: middle;
}
.line2 {
    display: inline-block;
    width: 3px;
    height: 21px;
    background: #CE3020;
    margin-right: 4px;
    vertical-align: middle;
}
.line3 {
    float: left;
    width: 1px;
    height: 94px;
    background: #ccc;
    /* background: #9CA7C1; */
    margin: 11px 37.5px;
}
.line4 {
    position: absolute;
    left: 0;
    top: 23px;
    width: 1px;
    height: 110px;
    background: #575D64;
}
.line5 {
    position: absolute;
    left: -100%;
    bottom: 234px;
    height: 3px;
    width: 100%;
    background: #CE3020;
    /* transition: all 1s; */
}
/* pager */
.pager {
    user-select: none;
}
.pager a {
    box-sizing: content-box;
    text-decoration: none;
    display: inline-block;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    margin: 0 5px;
    background-color: #F4F4F5;
    color: #606266;
    font-weight: 700;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
}
.pager a.cur {
    background-color: #50a0fc;
    color: #FFFFFF;
}
.pager>a:first-child {
    margin-left: 0;
}
.pager>a:last-child {
    margin-right: 0;
}
.pager .pager-prev {
    background: #F4F4F5 url(../images/zuo2.png) no-repeat center;
}
.pager .pager-next {
    background: #F4F4F5 url(../images/you2.png) no-repeat center;
}
.pager .dis {
    cursor: default;
    color: #ccc;
}
.pager .pager-prev.dis {
    background-image: url(../images/zuo1.png);
}
.pager .pager-next.dis {
    background-image: url(../images/you1.png);
}
.jump-inp {
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    width: 60px;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
    margin: 0 2px;
}
.jump-btn {
    padding: 0 10px;
}
.pager-nav {
    display: inline-block;
}
/* banner 公共部分 */
.banner {
    box-sizing: border-box;
    padding-top: 120px;
    height: 320px;
    color: #FFFFFF;
}
.banner.h347 {
    height: 347px;
}
.banner.h490 {
    height: 400px;
}
.banner a {
    color: #FFFFFF;
}
.crumbs {
    margin-top: 60px;
}
.channel-title {
    margin-top: 89px;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.welcome {
    font-size: 24px;
    margin-top: 65px;
}
.brief-introduce {
    font-size: 20px;
    margin-top: 25px;
}
.photographer {
    font-size: 14px;
    color: #FEFEFE;
    opacity: 0.2;
    text-align: right;
    margin-top: 35px;
}
.btn-more2,
.btn-more {
    opacity: 0.8;
    transition: all 0.2s;
}
.btn-more2:hover,
.btn-more:hover {
    opacity: 1;
}


/* 子栏目封面页4篇文章小列表 */
.bzhfw-item2-list-box {
    overflow: hidden;
}
.bzhfw-item2-list-item {
    float: left;
    width: 268px;
}
.bzhfw-item2-list-item {
    margin-top: 15px;
}
.bzhfw-item2-list-item p {
    color: #666;
    margin-bottom: 10px;
}
.bzhfw-item2-list-item a {
    display: block;
    max-height: 72px;
    line-height: 28px;
    font-size: 20px;
    color: #333;
}
.bzhfw-item2-list-item a:hover {
    color: #3e60cc;
}

.white1 .bzhfw-item2-list-item p {
    color: rgba(255, 255, 255, .5);
}
.white1 .bzhfw-item2-list-item a {
    color: rgba(255, 255, 255, .8);
}
.white1 .bzhfw-item2-list-item a:hover {
    color: #FFFFFF;
}
.main {
    min-height: 500px;
    background: #FFF;
}
/* 搜索 */
.search {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    /* display: none; */
}
.search-box {
    position: relative;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    padding-right: 35px;
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
}
.search-box .search-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 30px;
    background: url(../images/search1.png) no-repeat center;
    cursor: pointer;
    transition: all .5s;
}
.search-box #searchKW {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
}
