﻿/*-----------------------------左侧边栏-----------------------------*/

/*地址*/
.banner-text {
    width: 1200px;
    margin: 0 auto;
    line-height: 36px;
}
.banner-text ul {
    padding-left: 32px;
    background: url(../../images/img/zhishiku/icon-zsk-9.png) no-repeat 9px center;
    overflow: hidden;
    color: #666666;
}
.banner-text li {
    float: left;
}
.banner-text li:not(:last-child):after {
    content: '>';
    padding: 0 3px;
    float: right;
}

.side-l {
    margin-top: 0 !important;
}
/*.side-r {*/
    /*margin-top: 36px !important;*/
/*}*/


/*左侧栏*/
/*文章内容*/
.wznr {
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 10px 20px;
}
.wznr .title {
}
.wznr .title h1 {
    margin-top: 25px;
    text-align: center;
}
.wznr .title .title2 {
    margin-top: 25px;
    text-align: center;
}
.wznr .title .title2 li {
    display: inline-block;
    margin-right: 10px;
}
.wznr .title .title2 li:last-child {
    color: #818181;
    padding-left: 25px;
    background: url(../../images/img/zhishiku/icon-zsk-15.png) no-repeat left center;
}
.wznr .title .title2 li span {
    color: #818181;
}
.wznr .title .title-b {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aeaeae;
}
.wznr .title .title-b li {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    position: relative;
    border: 1px solid #ffa200;
    margin-left: 5px;
}
.wznr .title .title-b li:nth-child(1) {
    background: #ffa200 url(../../images/img/zhishiku/icon-zsk-16.png) no-repeat 6px center;
    padding-left: 20px;
}
.wznr .title .title-b li:nth-child(2) {
    background: #ffa200 url(../../images/img/zhishiku/icon-zsk-17.png) no-repeat 6px center;
    padding-left: 20px;
}
.wznr .title .title-b li:nth-child(3) {
    background: #ffa200 url(../../images/img/zhishiku/icon-zsk-18.png) no-repeat 6px center;
    padding-left: 20px;
}
.wznr .title .title-b li:nth-child(4) {
    background: white url(../../images/img/zhishiku/icon-zsk-19.png) no-repeat 6px center;
    padding-left: 20px;
    color: #ffa200;
}
.wznr .title .title-b li:last-child:hover div {
    display: block;
}
.wznr .smdsj {
}
.wznr .smdsj>div {
    border: 1px solid #b7b7b7;
    padding: 20px;
    position: absolute;
    bottom: -208px;
    left: -300px;
    background:#e6f3ff;
    height: 150px;
    width: 365px;
}
.wznr .smdsj>div img {
    margin-right: 20px;
}
.wznr .smdsj .ewm-inf div:nth-child(1){
    border-bottom: 1px solid #239aff;
    padding: 10px;
    margin-top: 17px;
}

.wznr .smdsj .ewm-inf div:nth-child(1) img{
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 0px;
}

.wznr .smdsj .ewm-inf div:nth-child(1) p{
    display: inline-block;
}
.wznr .smdsj .ewm-inf p {
    font-size: 15px;
    color: #239aff
}
.wznr .smdsj .ewm-inf div:nth-child(2){
    margin-top: 10px;
}

.wznr>.intro {
    width: 94%;
    background-color: #f5f5f5;
    color: #8b8b8b;
    /*white-space: pre-line;*/
    margin: 3% 0;
    padding: 3% 3%;
    line-height: 28px;
}
.wznr .mulu {
    width: 100%;
   display: flex;

}
.wznr .mulu div {
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    font-size: 24px;
    color: #b7b7b7;
    font-weight: bold;
    line-height: 120px;
    text-align: center;
    letter-spacing: 20px;
}
.wznr .mulu ul {
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-left: none;
    font-size: 14px;
    line-height: 40px;
    padding-left: 35px;
}
.wznr .mulu li {
}

.wznr .article-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wznr .article-content p{
    line-height: 25px;
    margin: 3px 0 0 30px;
    color: #333;
    text-indent: 2em;
    font-family: "微软雅黑";
    margin-top: 10px;
}
.wznr .article-content h2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-left: 40px;
    background: url(../../images/img/title.png) no-repeat 0 center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}
.wznr .article-content h3{
    margin-left: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    font-family: "微软雅黑";
}
.wznr .article-content table p{
    margin-left: 0px;
    line-height: 25px;
    margin-top: 0px;
    text-indent: 0;
}

.wznr .article-content img{
    padding: 0 2em;
}

.wznr .article-content a:hover{
    color: #ffa200;
}

.wznr .zxzx {
    margin-bottom: 30px;
    background-color: #253c7e;
    overflow: hidden;
    padding: 10px 0;
    color: white;
}
.wznr .zxzx-left {
    width: 60%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}
.wznr .zxzx-left .inf {
    float: left;
    margin-top: 20px;
}
.wznr .zxzx-left .inf .inf-img {
    border: 3px solid #239aff;
    position: relative;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 40px;
}
.wznr .zxzx-left .inf .inf-img img {
    width: 140px;
    height: 140px;
    /*min-height: 140px;*/
}
.wznr .zxzx-left .inf .inf-img p {
    line-height: 40px;
    text-align: center;
    color: white;
    width: 100%;
    background-color: #239aff;
    font-size: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wznr .zxzx-left .inf .inf-text {
    line-height: 45px;
    float: left;
    margin-left: 30px;
}
.wznr .zxzx-left .inf .inf-text p:nth-child(1) {
    font-size: 18px;
}
.wznr .zxzx-left .intro {
    line-height: 26px;
    margin-top: 20px;
    float: left;
}
.wznr .zxzx-right {
    width: 40%;
    float: left;
    border-left: 1px solid white;
    box-sizing: border-box;
}
.wznr .zxzx-right img {
    display: block;
    margin: 0 auto;
}
.wznr .zxzx-right img:nth-child(1) {
    width: 120px;
    height: 120px;
    padding: 10px;
    border: 2px solid #8a92a8;
    border-radius: 5px;
    margin-top: 30px;
}
.wznr .zxzx-right img:nth-child(2) {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 25px;
}

.wznr .wzbq {
    margin-left: 20px;
    margin-bottom: 30px;
}
.wznr .wzbq ul {
    display: inline-block;
    margin-left: 10px;
}
.wznr .wzbq li {
    height: 30px;
    border: 1px solid #239aff;
    color: #239aff;
    background-color: white;
    line-height: 30px;
    display: inline-block;
    padding: 0 8px;
    margin-left: 10px;
}
.wznr .wzbq li:hover{
    background: #239aff;
    color:#fff;
}

.wznr .page-box {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px;
    overflow: hidden;
}
.wznr .page-box a {
    line-height: 20px;
}
.wznr .page-box a:nth-child(1) {
    float: left;
    padding-left: 30px;
    background: url(../img/zhishiku/icon-prev.png) no-repeat left center;
}
.wznr .page-box a:nth-child(2) {
    float: right;
    padding-right: 30px;
    background: url(../img/zhishiku/icon-next.png) no-repeat right center;
}
.wznr .page-box a:nth-child(2) p {
    text-align: right;
}
/*右侧栏*/
/*热文推荐*/
.rwtj {
    background-color: white;
}
.rwtj h2 {
    background: url(../../images/img/zhishiku/icon-zsk-13.png) no-repeat left center;
    background-position: 10px;
}
.rwtj .rwtj-content {
    padding: 10px 24px 0;
}
.rwtj .img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.rwtj .img-box img {
    width: 288px;
    height: 192px;
    position: relative;
}
.rwtj .img-box img:hover{
    width: 298px;
    height: 202px;
    top:-10px;
    left: -10px;
}

.rwtj .img-box p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 22px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,.5);
}
.rwtj .rwtj-content>ul {
}
.rwtj .rwtj-content>ul li {
    padding-left: 24px;
    background: url(../../images/img/zhishiku/icon-zsk-20.png) no-repeat 9px center;
}
.rwtj .rwtj-content>ul li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rwtj .rwtj-content>ul li a:hover{
    color: #ffa200;
}


/*相关内容*/
.xgnr {
    background-color: white;
    margin-top: 20px;
}
.xgnr h2 {
    background: url(../../images/img/zhishiku/icon-zsk-13.png) no-repeat left center;
    background-position: 10px; ;
}
.xgnr .xgnr-content {
    padding: 10px 0 20px;
}
.xgnr .xgnr-content li {
    margin-left: 10%;
    width: 80%;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}
.xgnr .xgnr-content li a {
    padding-left: 35px;
    /*padding-right: 35px;*/
    display: inline-block;
}
.xgnr .xgnr-content li.on {
    border: 1px solid #239aff;
    color: #239aff;
}
.xgnr .xgnr-content li:nth-child(1) a {
    background: url(../../images/img/zhishiku/icon-zsk-21.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(1).on a {
    background: url(../../images/img/zhishiku/icon-zsk-21-on.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(2) a {
    background: url(../../images/img/zhishiku/icon-zsk-22.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(2).on a {
    background: url(../../images/img/zhishiku/icon-zsk-22-on.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(3) a {
    background: url(../../images/img/zhishiku/icon-zsk-23.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(3).on a {
    background: url(../../images/img/zhishiku/icon-zsk-23-on.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(4) a {
    background: url(../../images/img/zhishiku/icon-zsk-24.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(4).on a {
    background: url(../../images/img/zhishiku/icon-zsk-24-on.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(5) a {
    background: url(../../images/img/zhishiku/icon-zsk-25.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(5).on a {
    background: url(../../images/img/zhishiku/icon-zsk-25-on.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(6) a {
    background: url(../../images/img/zhishiku/icon-zsk-26.png) no-repeat left center;
}
.xgnr .xgnr-content li:nth-child(6).on a {
    background: url(../../images/img/zhishiku/icon-zsk-26-on.png) no-repeat left center;
}










/*------------------保障-------------------*/
.baozhang {
    background-color: white;
    margin-top: 20px;
}
.baozhang .fuwu_title_2 {
    font-size: 26px;
    color: #7d7d7d;
    text-align: center;
    padding: 20px 0;
}
.baozhang_box {
    width: 100%;
    height: 345px;
}
.baozhang_box ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    /*display: none;*/

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.baozhang_box ul li {
    width: -moz-calc(25% - 2px);
    width: -webkit-calc(25% - 2px);
    width: calc(25% - 2px);
    box-sizing: border-box;
    /*width: 222px;*/
    height: 305px;
    /*margin: 0 4px;*/
    box-sizing: border-box;
    float: left;
    background-color: white;
    /*box-shadow: 2px 2px 4px 1px #d2c6b0;*/
    position: relative;
    overflow: hidden;
}
.baozhang_box ul li:not(:last-child) {
    border-right: 1px dashed #c9c9c9;
}
/*.baozhang_box ul li:hover {
    transition: all ease 0.5s;
    padding-top: 19px;
    box-shadow: 2px 2px 5px 2px #d2c6b0;
}*/
.baozhang_box li img {
    width: 100%;
    display: block;
}
.baozhang_box li span {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    /*color: #ff5400;*/
    font-weight: bold;
    text-align: center;
    display: block;
    color: #495158;
}
.baozhang_box .bz-mask span {
    color: #ff5400;
}
.baozhang_box li p {
    font-size: 14px;
    line-height: 24px;
}
.baozhang_box ul li .bz-front {
    width: 100%;
    height: 305px;
    padding: 20px 15px 10px;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
}
.baozhang_box ul li .bz-mask {
    /*position: absolute;
    top: 100%;
    left: 0;*/
    width: 222px;
    height: 305px;
    background-color: white;
    position: relative;
    /*background: url(../../images/img/box-2.jpg);*/
}
.baozhang_box ul li .bz-mask img {
    padding-top: 80px;
}
.baozhang_box ul li .bz-text {
    width: 222px;
    height: 305px;
    padding: 80px 15px 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: rgba(255,162,0,0.8);
}
.baozhang_box ul li .bz-text span {
    font-size: 22px;
}
.baozhang_box ul li .bz-text p {
    color: white;
}
.baozhang_box ul li:hover .bz-front {
    margin-top: -305px;
}
.prev-next{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 5px 0;
}
.prev-next>span:hover a{
    color: #ffa200;
}

.prev-next>span{
    padding:0 30px;
}
.prev-next>span:nth-child(1){
    background: url(../../images/img/zhishiku/icon-prev.png) no-repeat left center;
    background-position: 10px;
    transition: all .2s linear;
}
.prev-next>span:nth-child(2){
    text-align: right;
    background: url(../../images/img/zhishiku/icon-next.png) no-repeat left center;
    background-position: 95%;
    transition: all .2s linear;
}

.prev-next>span:nth-child(1):hover {
    background-position: 5px;
}
.prev-next>span:nth-child(2):hover {
    background-position: 0px;
    background-position: 99%;
}

.wznr .mulu ul li:hover>a{
    color: #ffa200;
}


.img-box>a{
    display: inline-block;
    width: 288px;
    height: 192px;
    overflow: hidden;
}


