/* 文章列表 第1版式 start */
.visible-xs-block.art-theme0{
	width: 100%;
}
.art-theme0 .art-theme0-list{
    overflow: hidden;
}

.art-theme0 .art-theme0-list .art-theme0-con{
    float:left;
    width:50%;
    margin-bottom: 20px;
}
.art-theme0 .art-theme0-img a,.art-theme0 .art-theme0-tit a{
    display: block;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.art-theme0 .art-theme0-list .art-theme0-con .art-theme0-img{
    float: left;
    width: 97%;
    height: 205px;
    margin-left: 2%;
    margin-right: 1%;
    display: flex;
    align-items: center;
}
.art-theme0 .art-theme0-list .art-theme0-con:nth-child(2n) .art-theme0-img{
    margin-left: 1%;
    margin-right: 2%;
}
.art-theme0 .art-theme0-list .art-theme0-con .art-theme0-img img{
    max-width: 100%;
    max-height: 205px;
    margin: 0 !important;
}
.art-theme0 .art-theme0-list .art-theme0-con .art-theme0-tit{
    float: left;
    width: 97%;
    margin:10px 0 10px 2%;
    font-size: 16px;
    font-weight: bold;
}
.art-theme0 .art-theme0-list .art-theme0-con .art-theme0-cont{
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 97%;
    height: 50px;
    margin-left: 2%;
    line-height: 25px;
    color: #666;
    overflow: hidden;
}
/* 文章列表 第1版式 end */

/* 文章第1版式 手机 start */
.visible-xs-block .art-theme0-list .art-theme0-con{
    width: 100%;
    margin-bottom: 10px;
}
.visible-xs-block .art-theme0-list .art-theme0-con .art-theme0-img{
    height: auto;
}
.visible-xs-block .art-theme0-list .art-theme0-con .art-theme0-img img{
    height: auto;
}
/* 文章手机版式1 end */


/* 文章列表 第2版式 start */
.visible-xs-block.art-theme1{
	width: 100%;
}
.art-theme1 .art-theme1-list{
    overflow: hidden;
}
.art-theme1 .art-theme1-list li{
    float:left;
    width: calc(50% - 40px);
    height: 210px;
    margin: 20px 20px 40px;
    list-style: none;
}
.art-theme1 .art-theme1-img a,.art-theme1 .art-theme1-tit a{
    display: block;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.art-theme1 .art-theme1-list li .art-theme1-img{
    float: left;
    width: calc(50% - 30px);
    margin-right:30px;
}
.art-theme1 .art-theme1-list li .art-theme1-img img{
    max-width: 100%;
    max-height: 205px;
    margin: 0 !important;
}
.art-theme1 .art-theme1-list li .art-theme1-content{
    float: left;
    width: 45%;
}
.art-theme1 .art-theme1-list li .art-theme1-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    float: left;
    width: 100%;
    height: 140px;
    line-height: 28px;
    font-size: 14px;
    color: #565656;
    overflow: hidden;
}
.art-theme1 .art-theme1-list li .art-theme1-tit{
    float: left;
    width: 100%;
    margin: 10px 0 35px;
    font-size: 22px;
    font-weight: bold;
}
/* 文章列表 第2版式 end */

/* 文章第2版式 手机 start */
.visible-xs-block .art-theme1-list li{
    width: 100%;
    height: auto;
    margin: 10px;
}
.visible-xs-block .art-theme1-list li .art-theme1-img{
    width: calc(50% - 10px);
    margin-right: 10px;
}
.visible-xs-block .art-theme1-list li .art-theme1-img img{
    height: auto;
}
.visible-xs-block .art-theme1-list li .art-theme1-tit{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 16px;
    margin:0 0 5px;
    font-size: 14px;
    overflow: hidden;
}
.visible-xs-block .art-theme1-list li .art-theme1-detail{
    height: 56px;
    -webkit-line-clamp: 2;
}
/* 文章手机版式2 end */


/* 文章列表 第3版式 start */
/*右图左文*/
.art-theme2{
    /*background: #fff;*/
}
.art-theme2 .art-theme2-listLeft{
    overflow: hidden;
}
.art-theme2 .art-theme2-listLeft li{
    float:left;
    width: calc(15% - 2%);
    height: 340px;
    margin: 20px 1% 40px;
    list-style: none;
}
.art-theme2 .art-theme2-img a,.art-theme2 .art-theme2-tit a{
    display: block;
    color: #000;
}
.art-theme2 .art-theme2-listLeft li.art-theme2-img{
    width: calc(39% - 40px);
}
.art-theme2 .art-theme2-listLeft li.art-theme2-img img{
    float: left;
    max-width: 96%;
    max-height: 340px;
    margin: 0 !important;
}
.art-theme2 .art-theme2-listLeft li .art-theme2-content{
    float: right;
    width: 100%;
}
.art-theme2 .art-theme2-listLeft li .art-theme2-detail{
    float: left;
    width: 54%
}
.art-theme2 .art-theme2-listLeft li .art-theme2-detailTxt{
    float: left;
    max-width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}
.art-theme2 .art-theme2-listLeft .art-theme2-tit{
    float: right;
    width: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    overflow: hidden;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}
.art-theme2 .art-theme2-listLeft .art-theme2-line{
    float: right;
    width: 1px;
    height: 310px;
    margin-left: 10%;
    background: linear-gradient(to bottom, #949494, #d7d7d7);
}
.art-theme2 .art-theme2-listLeft li:nth-child(5) .art-theme2-line{
    opacity: 0;
}
/*右文左图*/
.art-theme2 .art-theme2-listRight{
    overflow: hidden;
}
.art-theme2 .art-theme2-listRight li{
    float:left;
    width: calc(15% - 2%);
    height: 340px;
    margin: 20px 1% 40px;
    list-style: none;
}
.art-theme2 .art-theme2-listRight li.art-theme2-img{
    width: calc(39% - 40px);
}
.art-theme2 .art-theme2-listRight li.art-theme2-img img{
    float: right;
    width:96%;
    height: 340px;
    margin: 0 !important;
}
.art-theme2 .art-theme2-listRight li .art-theme2-content{
    float: right;
    width: 100%;
}
.art-theme2 .art-theme2-listRight li .art-theme2-detail{
    float: left;
    width: 54%
}
.art-theme2 .art-theme2-listRight li .art-theme2-detailTxt{
    float: left;
    max-width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}
.art-theme2 .art-theme2-listRight .art-theme2-tit{
    float: right;
    width: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    overflow: hidden;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}
.art-theme2 .art-theme2-listRight .art-theme2-line{
    float: right;
    width: 1px;
    height: 310px;
    margin-left: 10%;
    background: linear-gradient(to bottom, #949494, #d7d7d7);
}
.art-theme2 .art-theme2-listRight li:nth-child(4) .art-theme2-line{
    opacity: 0;
}
/* 文章列表 第3版式 end */

/* 文章第3版式 手机 start */
.visible-xs-block.art-theme2{
	width: 100%;
}
.visible-xs-block .art-theme2-listLeft li{
    width: calc(25% - 2%);
    height: 100px;
    margin: 0 1% 15px;
}
.visible-xs-block .art-theme2-listLeft li.art-theme2-img{
    width: calc(50% - 2%);
    height: auto;
}
.visible-xs-block .art-theme2-listLeft li.art-theme2-img img{
    height: auto;
    min-height: 78px;
}
.visible-xs-block .art-theme2-listLeft .art-theme2-line{
    height: 100px;
}
.visible-xs-block .art-theme2-listLeft li .art-theme2-detailTxt{
    height: 100px;
    line-height: 24px;
}
@media screen and (max-width: 320px) {
    .visible-xs-block .art-theme2-listLeft li .art-theme2-detailTxt{
        height: 100px;
        line-height: 18px;
    }
}
/* 文章手机版式3 end */

/* 文章列表 第4版式 start */
.art-theme3{
    margin:20px 0 0 20px;
}
.art-theme3 .art-theme3-list{
    overflow: hidden;
}
.art-theme3 .art-theme3-list li{
    float:left;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    list-style: none;
}
.art-theme3 .art-theme3-img a,.art-theme3 .art-theme3-tit a{
    display: block;
    color: #000;
}
.art-theme3 .art-theme3-list li .art-theme3-img{
    float: left;
    width: 260px;
    height: 100%;
    margin-right:30px;
}
.art-theme3 .art-theme3-list li .art-theme3-img img{
    max-width: 100%;
    max-height: 160px;
}
.art-theme3 .art-theme3-list li .art-theme3-content{
    float: left;
    width: calc(100% - 290px);
    font-size: 14px;
}
.art-theme3 .art-theme3-list li .art-theme3-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    float: left;
    width: calc(100% - 120px);
    height: 96px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.art-theme3 .art-theme3-list li .art-theme3-tit{
    float: left;
    width: 100%;
    margin: 10px 0 28px;
    font-size: 22px;
    font-weight: bold;
}
.art-theme3 .art-theme3-list li .art-theme3-tit .art-theme3-name{
    float: left;
    width: calc(100% - 120px);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.art-theme3 .art-theme3-list li .art-theme3-tit .art-theme3-time{
    float: right;
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #c9c9c9;
}
/* 文章列表 第4版式 end */

/* 文章第4版式 手机 start */
.visible-xs-block.art-theme3{
	width: 100%;
}
.art-theme3.visible-xs-block{
    margin:0;
}
.visible-xs-block .art-theme3-list li{
    width: 100%;
    height: auto;
    margin: 10px;
}
.visible-xs-block .art-theme3-list li .art-theme3-img{
    width: calc(50% - 10px);
    margin-right: 10px;
}
.visible-xs-block .art-theme3-list li .art-theme3-img img{
    height: auto;
}
.visible-xs-block .art-theme3-list li .art-theme3-content{
    width: 45%;
}
.visible-xs-block .art-theme3-list li .art-theme3-tit{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 16px;
    margin:0 0 5px;
    font-size: 14px;
    overflow: hidden;
}
.visible-xs-block .art-theme3-list li .art-theme3-tit .art-theme3-name{
    float: none;
    width: 100%;
    line-height: 15px;
}
.visible-xs-block .art-theme3-list li .art-theme3-detail{
    height: 56px;
    width: 100%;
    line-height: 28px;
    -webkit-line-clamp: 2;
}
/* 文章手机版式4 end */


/* 文章列表 第5版式 start */
.art-theme4{
    max-width: 1200px;
    margin: 25px auto;
    padding:0 15px;
    overflow: hidden;
}
.art-theme4 .art-theme4-head{
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.art-theme4 .art-theme4-list{
    float: left;
    width: 70%;
    overflow: hidden;
}
.art-theme4 .art-theme4-list li{
    float:left;
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
}
.art-theme4 .art-theme4-list li:last-child{
    margin-bottom: 0;
}
.art-theme4 .art-theme4-list li .art-theme4-content{
    float: left;
    width: 100%;
    font-size: 14px;
}
.art-theme4 .art-theme4-list li .art-theme4-tit{
    float: right;
    width: calc(80% - 100px);
    height: 30px;
    line-height: 30px;
    color: #666;
    margin: 0 10%;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.art-theme4 .art-theme4-list li .art-theme4-tit a{
    display: block;
    color: #000;
}
.art-theme4 .art-theme4-list li .art-theme4-time{
    float: left;
    width: 80px;
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.art-theme4 .art-theme4-img{
    float: left;
    width: 30%;
    height: 230px;
    margin-bottom: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.art-theme4 .art-theme4-img img{
    max-width: 100%;
    max-height: 230px;
}
/* 文章列表 第5版式 end */

/* 文章第5版式 手机 start */
.visible-xs-block.art-theme4{
	width: 100%;
}
.visible-xs-block .art-theme4-head{
    margin-bottom: 20px;
}
.visible-xs-block .art-theme4-img{
    width: 100%;
    float: none;
}
.visible-xs-block .art-theme4-img a{
    overflow: hidden;
    max-height: 230px;
}
.visible-xs-block .art-theme4-img img{
    overflow: hidden;
    width: auto;
    max-height: 230px;
    min-height: 150px;
}
.visible-xs-block .art-theme4-list{
    width: 100%;
}
.visible-xs-block .art-theme4-list li{
    margin-bottom: 10px;
}
.visible-xs-block .art-theme4-list li .art-theme4-tit{
    margin:0;
    text-align: right;
}
/* 文章手机版式5 end */

/* 文章列表 第6版式 start */
.art-theme5{
    margin:20px 0 0 20px;
}
.art-theme5 .art-theme5-list{
    overflow: hidden;
}
.art-theme5 .art-theme5-list li{
    float:left;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    list-style: none;
}
.art-theme5 .art-theme5-img a,.art-theme5 .art-theme5-tit a{
    display: block;
    color: #000;
}
.art-theme5 .art-theme5-list li .art-theme5-img{
    float: left;
    width: 260px;
    height: 100%;
    margin-right:30px;
}
.art-theme5 .art-theme5-list li .art-theme5-img img{
    width: 100%;
    height: 160px;
}
.art-theme5 .art-theme5-list li .art-theme5-content{
    float: left;
    width: 100%;
    font-size: 14px;
}
.art-theme5 .art-theme5-list li .art-theme5-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    float: left;
    width: calc(100% - 120px);
    height: 96px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.art-theme5 .art-theme5-list li .art-theme5-tit{
    float: left;
    width: 100%;
    margin: 10px 0 28px;
    font-size: 22px;
    font-weight: bold;
}
.art-theme5 .art-theme5-list li .art-theme5-tit .art-theme5-name{
    float: left;
    width: calc(100% - 120px);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.art-theme5 .art-theme5-list li .art-theme5-tit .art-theme5-time{
    float: right;
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #c9c9c9;
}
/* 文章列表 第6版式 end */

/* 文章第6版式 手机 start */
.visible-xs-block.art-theme5{
	width: 100%;
}
.art-theme5.visible-xs-block{
    margin:0;
}
.visible-xs-block .art-theme5-list li{
    width: 100%;
    height: auto;
    margin: 10px;
}
.visible-xs-block .art-theme5-list li .art-theme5-img{
    width: calc(50% - 10px);
    margin-right: 10px;
}
.visible-xs-block .art-theme5-list li .art-theme5-img img{
    height: auto;
}
.visible-xs-block .art-theme5-list li .art-theme5-content{
    width: 100%;
}
.visible-xs-block .art-theme5-list li .art-theme5-tit{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    height: 30px;
    margin:0;
    font-size: 14px;
    overflow: hidden;
}
.visible-xs-block .art-theme5-list li .art-theme5-tit .art-theme5-name{
     display: inline-block;
     float: none;
     width: calc(100% - 100px);
     line-height: 30px;
     font-size: 16px;
 }
.visible-xs-block .art-theme5-list li .art-theme5-time{
    float: right;
    width: 80px !important;
    margin-right: 15px !important;
    text-align: right;
}
.visible-xs-block .art-theme5-list li .art-theme5-detail{
    height: 56px;
    width: 100%;
    line-height: 28px;
    -webkit-line-clamp: 2;
}
/* 文章手机版式6 end */
/* 文章列表 第7版式 start */
.art-theme6{
    margin:20px 10px 0;
    text-align: left;
}
.art-theme6 .art-theme6-list{

}
.art-theme6 .art-theme6-list li{
    width: 100%;
    height: 153px;
    margin-bottom: 20px;
    list-style: none;
    border-bottom: 1px dashed #e0e0e0;
}
.art-theme6 .art-theme6-list li:hover{
    box-shadow: 0px 0px 12px rgba(51,51,51,0.2);
    transition:box-shadow 0.3s;
}
.art-theme6 .art-theme6-tit a{
    display: block;
    color: #323232;
}
.art-theme6 .art-theme6-list li .art-theme6-time{
    float:left;
    height: 100%;
    width: 140px;
}
.art-theme6 .art-theme6-list li .art-theme6-time .time-day{
    margin: 10px 30px 0 0;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    color: #323232;
}
.art-theme6 .art-theme6-list li .art-theme6-time .time-year{
    margin:15px 30px 0 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
    color: #b00219;
}
.art-theme6 .art-theme6-list li .art-theme6-content{
    float: left;
    width: calc(100% - 180px);
    font-size: 14px;
}
.art-theme6 .art-theme6-list li .art-theme6-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    float: left;
    width:100%;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    color: #999;
}
.art-theme6 .art-theme6-list li .art-theme6-detail img{
    display: none;
}
.art-theme6 .art-theme6-list li .art-theme6-tit{
    float: left;
    width: 100%;
    margin: 10px 0 15px;
    font-size: 22px;
    font-weight: bold;
}
.art-theme6 .art-theme6-list li .art-theme6-tit .art-theme6-name{
    float: left;
    width: calc(100% - 120px);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.art-theme6 .more{
    text-align: left;
    font-size: 16px;
    color : #ccc;
    margin-bottom: 20px;
    cursor: pointer;
}
/* 文章列表 第7版式 end */

/* 文章第7版式 手机 start */
.visible-xs-block.art-theme6{
	width: 100%;
}
.art-theme6.visible-xs-block{
    margin:0;
}
.visible-xs-block .art-theme6-list li{
    height: 120px;
}
.visible-xs-block .art-theme6-list li .art-theme6-time{
    width: 105px;
}
.visible-xs-block .art-theme6-list li .art-theme6-time .time-year{
    font-size: 18px;
}
.visible-xs-block .art-theme6-list li .art-theme6-tit{
    font-size: 24px;
}
.visible-xs-block .art-theme6-list li .art-theme6-content{
    width: calc(100% - 140px);
}
.visible-xs-block .art-theme6-list li .art-theme6-detail{
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    -webkit-line-clamp: 2;
}
.visible-xs-block .art-theme6-list li .art-theme6-tit .art-theme6-name{
    width: calc(100% - 10px);
}
/* 文章手机版式7 end */

/* 文章列表 第8版式 start */
.art-theme7{
    margin:20px 10px 0;
    text-align: left;
}
.art-theme7-head{
    margin-bottom: 80px;
    padding-left: 18px;
    font-size: 49px;
    border-left: 12px solid #3c55b1;
}
.art-theme7-head span{
    float: left;
}
.art-theme7-head .title{
    width: calc(100% - 86px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.art-theme7 .art-theme7-list li{
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    list-style: none;
}
.art-theme7 .art-theme7-tit a{
    display: block;
    color: #323232;
}
.art-theme7 .art-theme7-list li .art-theme7-time{
    float:left;
    height: 100%;
    width: 100px;
    background: #3c55b1;
}
.art-theme7 .art-theme7-list li .art-theme7-time .time-day{
    margin-top: 8px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.art-theme7 .art-theme7-list li .art-theme7-time .time-year{
    margin-top: 12px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}
.art-theme7 .art-theme7-list li .art-theme7-content{
    float: left;
    width: calc(100% - 100px);
    height: 100px;
    padding-left: 32px;
    font-size: 14px;
    background: #efefef;
}
.art-theme7 .art-theme7-list li .art-theme7-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
    width:calc(100% - 100px);
    height: 39px;
    line-height: 43px;
    overflow: hidden;
    font-size: 16px;
    color: #999;
    font-family: "Helvetica Neue", 'Microsoft YaHei';
}
.art-theme7 .art-theme7-list li .art-theme7-detail img{
    display: none;
}
.art-theme7 .art-theme7-list li .art-theme7-tit{
    float: left;
    width: 100%;
    height: 60px;
    line-height: 65px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.art-theme7 .art-theme7-list li .art-theme7-tit .art-theme7-name{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-family: "Helvetica Neue", 'Microsoft YaHei';
}
.art-theme7 .art-more{
    float: right;
    width: 98px;
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #ccc;
    letter-spacing: 1px;
    cursor: pointer;
}
.art-theme7 .clear{
    clear:both;
}
/* 文章列表 第8版式 end */

/* 文章第8版式 手机 start */
.visible-xs-block.art-theme7{
	width: 100%;
}
.art-theme7.visible-xs-block{
    margin:0;
}
.visible-xs-block .art-theme7-head{
    height: 50px;
    margin-bottom: 50px;
    font-size: 40px;
}
.visible-xs-block .art-theme7-list li{
    margin-bottom: 20px;
}
.visible-xs-block .art-theme7-list li .art-theme7-content{
    padding-left: 20px;
}
.visible-xs-block .art-theme7-detail{
    width: calc(100% - 5px) !important;
}
/* 文章手机版式8 end */

/*新图片目录版式7*/
.atlas-six{
	width: 888px;
  height: 442px;
  position: relative;
  margin: 0px auto 0px auto;
}
.atlas-six a{
	display: block;
}
.atlas-six-prev,.atlas-six-next{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25%;
  font-weight: bold;
  font-size: 24px;
  opacity: 0.6;
  cursor: pointer;
  outline: none;
  color: #999;
}
.atlas-six-prev{
	left: -30px;
}
.atlas-six-next{
	right: -30px;
}
#atlas-six-albums{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1s;
}
.atlas-six-swiper{
	left: 0;
	transition: all 1s;
	position: relative;
	display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
}
.atlas-sixAlbum{
	float: left;
	width: 162px;
  height: 310px;
  padding: 10px;
  margin:  0 8px;
  background-color: #333;
  border: 1px solid #444;
  text-align: center;
  cursor: pointer;
  -moz-box-shadow: 1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
  -webkit-box-reflect: below 5px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgb(18, 18, 18)) )
}
.atlas-sixAlbum img{
	max-width: 100%;
	height: 90px;
  border: 1px solid #444;
  -moz-box-shadow: 1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
}
.atlas-six-desc{
	display: block;
  color: #666;
  height: 186px;
  margin-top: 10px;
  text-align: left;
  line-height: 20px;
  background: #111 url('../../../../assets/img/overlay.png') no-repeat bottom right;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #393939;
  -moz-box-shadow: 0px 0px 2px #000 inset;
  -webkit-box-shadow: 0px 0px 2px #000 inset;
  box-shadow: 0px 0px 2px #000 inset;
}
.atlas-six-desc h2{
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  margin: 10px 10px 0px 10px;
  text-align: left;
  padding-bottom: 5px;
  font-weight: normal;
  color: #ddd;
  text-shadow: 0px 0px 1px #fff;
  border-bottom: 1px solid #000;
}
.atlas-six-desc p{
	display: block;
	height: 150px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
  margin: 0px 10px 10px 10px;
  border-top: 1px solid #333;
  padding-top: 5px;
}

/*新图片目录版式7 移动端start*/
.visible-xs.atlas-six{
	width: 100%;
}
.visible-xs.atlas-six .atlas-six-swiper{
	height: 100%;
	overflow-x: auto;
	display: flex !important;
}
.visible-xs.atlas-six .atlas-sixAlbum{
	width: 46% !important;
	margin: 0 2% !important;
	flex-shrink: 0;
}
.atlas-second .hm-page,.atlas-first .hm-page,.atlas-eighth .hm-page,.atlas-fourth .hm-page{
  float:none !important
}
/*新图片目录版式7 移动端end*/
/* 按钮控件-版式一 start */
.w-button-theme0{
    display: inline-block;
}
.w-button-theme0:hover{
    display: inline-block;
    cursor: pointer;
}
.w-button-theme0 .sys-button{
    line-height: 0;
}
.w-button-theme0 .sys-button i{
    line-height: normal;
    font-style: normal; 
    -webkit-text-stroke-width:0;
}
.w-button-theme0 .img-button{
    width: 65px;
    border: 1px dashed #000;
}
.w-button-theme0 .img-button img{
    width: 100%;
}
/* 按钮控件-版式一 end */

/* 图标控件-版式一 start */
.w-icon-visual{
    position: relative;
}
/* 控件主体代码[start] */

.w-icon-theme0 .sys-icon{
    line-height: 0;
    display: inline-block;
}
.w-icon-theme0 .sys-icon i{
    font-size: inherit;
    line-height: normal;
}
.w-icon-theme0 .img-icon img{
    width: 100%;
}
/* 图标控件-版式一 end */

/* 图片列表 第1版式 start */

.atlas-first {
  position: relative;
}
.atlas-first .content-box {
  width: 100%;
  display: inline-block;
}
.atlas-first .content-box > div {
  margin-bottom: 50px;
}
.atlas-first .content-box > div .text-format {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  bottom: -30px;
}
.atlas-first .content-box > div .imagebox {
  width: 100%;
  height: 0;
  padding-top: 61.6%;
  position: relative;
  overflow: hidden;
}
.atlas-first .content-box img {
  position: absolute;
  /*height: 100%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.atlas-first .content-box > div:nth-child(2n+1) img {
  margin-right: 5px;
  /*width: calc(100% - 5px);*/
  max-width: 100%;
  max-height: 100%;
}
.atlas-first .content-box > div:nth-child(2n) img {
  margin-left: 5px;
  max-width: 100%;
  max-height: 100%;
}

.atlas-first .loadmore {
  text-align: center;
}
.atlas-first .loadmore > a {
  cursor: pointer;
}
.atlas-first .imageListFirstIocn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.atlas-first .imageListFirstIocn:before{
	content: "\e782";
	font-size: 18px;
}
.imageListOneDialog{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 1);
	z-index: 1001;
	margin: 0 !important;
	display: none;
}
.imageListOneDialog img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 80% !important;
}
.imageListOneDialog-left,.imageListOneDialog-right,.imageListOneDialog-off{
	position: absolute;
	z-index: 2;
	transform: translate(-50%,0);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.imageListOneDialog-off{
	top:10px;
	right: 20px;
	font-size: 30px;
}
.imageListOneDialog-left{
	top: 50%;
	left: 30px;
}
.imageListOneDialog-right{
	top: 50%;
	right: 30px;
}
.imagelistPage{
	position: absolute;
	bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
	z-index: 1001;
	color: #fff;
}

/* 图片列表 第1版式 end */

/* 图片列表 第2版式 start */

.atlas-second {
  position: relative;
}
.atlas-second .content-box {
  width: 100%;
  display: inline-block;
}
.atlas-second .content-box > div {
  margin-bottom: 40px;
  padding: 0 6px;
}
.atlas-second .content-box > div .text-format {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: -25px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.atlas-second .content-box > div .imagebox {
  width: 100%;
  height: 80%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.atlas-second .content-box > div img {
  position: absolute;
  /*height: 100%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.atlas-second .content-box > div:nth-child(odd) img {
  /*margin: 0 5px;*/
  /*width: calc(100% - 10px);*/
 	max-width: 100%;
 	max-height: 100%;
}
.atlas-second .content-box > div:nth-child(even) img {
  /*margin: 0 5px;*/
  /*width: calc(100% - 10px);*/
  max-width: 100%;
 	max-height: 100%;
}
.atlas-second .loadmore {
  text-align: center;
}
.atlas-second .loadmore > a {
  cursor: pointer;
}
.atlas-second .imageListFirstIocn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.atlas-second .imageListFirstIocn:before{
	content: "\e782";
	font-size: 18px;
}
/* 图片列表 第2版式 end */

/* 图片列表 第3版式 start */

.atlas-third{
    position:relative;

}
.atlas-third .content-box{
    width:100%;
    display:inline-block;

}
.atlas-third .content-box >div{
    margin-bottom:10px;

}
.atlas-third .content-box >div img{
    position:absolute;
    height:100%;
    top:0;
    width:100%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:50px;
}
.atlas-third .content-box >div .imagebox{
    width:100%;
    height:0;
    padding-top:100%;
}

.atlas-third .content-box >div .albumdetail{
    text-align: center;
    width:100%;
    padding:20px;
}
.atlas-third .content-box >div .albumtitle{
    width:100%;
    text-align:center;
}
.atlas-third .content-box >div .text-format{
    overflow:hidden;
    white-space: nowrap;
    padding-left:10px;
    padding-right:10px;
    position:absolute;
    text-overflow: ellipsis;
    width:100%;
    bottom:0px;
}

/* 图片列表 第3版式 end */

/* 图片列表 第4版式 start */
.atlas-fourth .content-box {
  width: 100%;
  display: inline-block;
}
.atlas-fourth .content-box > .atls-fourthItem {
  margin-bottom: 40px;
  padding: 0 6px;
}
.atlas-fourth .content-box > div .imageListOne {
  position: absolute;
  /*height: 100%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.atlas-fourth .content-box > div .imagebox {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.atlas-fourth .content-box > div .text-format {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: -25px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.atlas-fourth .content-box > div:nth-child(odd) img {
  /*margin: 0 5px;*/
  /*width: calc(100% - 10px);*/
  max-width: 100%;
  max-height: 100%;
}
.atlas-fourth .content-box > div:nth-child(even) img {
  /*margin: 0 5px;*/
  max-width: 100%;
  max-height: 100%;
}
.atlas-fourth .loadmore {
  text-align: center;
}
.atlas-fourth .loadmore > a {
  cursor: pointer;
}
.atlas-fourth .imageListFirstIocn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.atlas-fourth .imageListFirstIocn:before{
	content: "\e782";
	font-size: 18px;
}


/* 图片列表 第4版式 end */

/* 图片列表 第5版式 start */
.atlas-fifth .text-format {
  text-align: center;
  line-height: 70px;
  font-size: 36px;
  color: rgb(98, 67, 1);
}
.atlas-fifth .mask-content {
  position: absolute;
}
.atlas-fifth .content-box {
  width: 100%;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-width: 20em;
  -webkit-column-width: 20em;
  column-width: 20em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}
.atlas-fifth .content-box > div {
  padding: 0px 5px;
  position: relative;
  margin: 5px 0;
}
.atlas-fifth .content-box > div img {
  width: 100%;
}
.atlas-fifth .content-box .list-pin {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
.atlas-fifth .imageListFirstIocn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.atlas-fifth .imageListFirstIocn:before{
	content: "\e782";
	font-size: 18px;
}

/* 图片列表 第5版式 end */

/* 图片列表 第4版式 start */
.atlas-eighth .content-box {
  width: 100%;
  display: inline-block;
}

.atlas-eighth .content-box > ul > li {
  padding: 10px;
}
.atlas-eighth .content-box > ul > li .imagebox {
  position: relative;
  overflow: hidden;
}
.atlas-eighth .content-box > ul > li .imagebox a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
}
.atlas-eighth .content-box > ul > li .imagebox img {
  max-width: 100%;
  max-height: 250px;
}
.atlas-eighth .content-box > ul > li .text-format {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
.atlas-eighth .loadmore {
  text-align: center;
}
.atlas-eighth .loadmore > a {
  cursor: pointer;
}
.atlas-eighth .imageListFirstIocn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.atlas-eighth .imageListFirstIocn:before{
	content: "\e782";
	font-size: 18px;
}
/* 图片列表 第4版式 end */


/*图片列表动效 start*/
.mask-content{
    opacity:0;
    position: absolute;
    overflow:hidden;
    display:flex;
    align-items: center;
    justify-content: center;
}

.mask-content span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.imagelist-mask{
    opacity:0;
    position: absolute;
    overflow:hidden;
}

/* 特效一  start*/
.imagelist-effect-1 img{
    transition:all 0.5s;
    border:2px solid transparent;
    
}
.imagelist-effect-1:hover img{
    border:2px solid #00a3f8 !important;
}

/* 特效一  end*/


/* 特效二  start*/


/* 特效二中版式一的专属特效样式  start*/
.atlas-first .content-box>div:nth-child(odd) .imagelist-mask{
    margin-right:5px;
    width: calc(100% - 5px);
}
.atlas-first .content-box>div:nth-child(even) .imagelist-mask{
    margin-left:5px;        
    width: calc(100% - 5px);
}
/*.atlas-second .content-box>div:nth-child(odd) .imagelist-mask{
    margin:0 5px;
    width: calc(100% - 10px);
}
.atlas-second .content-box>div:nth-child(even) .imagelist-mask{
    margin:0 5px;       
    width: calc(100% - 10px);
}*/

/*.atlas-fourth .content-box>div:nth-child(odd) .imagelist-mask{
    margin:0 5px;
    width: calc(100% - 10px);
}
.atlas-fourth .content-box>div:nth-child(even) .imagelist-mask{
    margin:0 5px;       
    width: calc(100% - 10px);
}*/

.atlas-seventh .contentUl>li:nth-child(odd) .imagelist-mask{
    margin:0 5px;
    width: calc(100% - 10px);
}
.atlas-seventh .contentUl>li:nth-child(even) .imagelist-mask{
    margin:0 5px;       
    width: calc(100% - 10px);
}

/* 版式一的专属特效样式  end*/

.imagelist-effect-2 .mask-content{
    text-align:center;
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    font-size:14px;
    color:white;
    padding:0 60px;
    transition:all 0.5s; 
    opacity:0;
}
.imagelist-effect-2 .imagelist-mask{            
    height:100%;
    position:absolute;
    top:0;
    background:black;
    opacity:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    transition:all 0.5s; 
    padding-left:7px;
}
.imagelist-effect-2:hover .mask-content{
    opacity:1;
}
.imagelist-effect-2:hover .imagelist-mask{
    opacity:0.7;
}

/* 特效二  end*/



/* 特效三  strat */
.imagelist-effect-3 .mask-content{
    text-align:center;
    position:absolute;
    width:100%;
    font-size:14px;
    color:white;
    padding:0px 60px;   
    transition:all 0.5s; 
    border:2px solid transparent;
    overflow:hidden;
    height:100px;
    bottom:-97px;
    /* margin-top:-10px; */
}


.imagelist-effect-3 .imagelist-mask{
    height:100px;
    position:absolute;
    background:black;
    width:100%;
    transition:all 0.5s;
    bottom:-97px;
}




.atlas-seventh .contentUl>.imagelist-effect-3:nth-child(odd) .imagelist-mask{
    margin:0px;
    width: calc(100% - 20px);
}
.atlas-seventh .contentUl>.imagelist-effect-3:nth-child(even) .imagelist-mask{
    margin:0px;     
    width: calc(100% - 20px);
}
.imagelist-effect-3:hover .mask-content{
    bottom:0;
    opacity:1;
}
.imagelist-effect-3:hover .imagelist-mask{
    bottom:0;
    opacity:0.7;
}
/* 特效三  end */


/* 特效四  start*/
.imagelist-effect-4 .mask-content{
    text-align:center;
    position:absolute;
    bottom:0px;
    top:50%;
    width:200px;
    height:200px;
    transform: translateY(-50%) translateX(-50%);
    font-size:14px;
    left:50%;
    color:white;
    transition:all 0.75s;
    border-radius: 50%; 
    word-wrap:break-word; 
    padding-left:30px;
    padding-right:30px;
    overflow:hidden;
    border:2px solid transparent;

}

.imagelist-effect-4 .imagelist-mask{
    height:200px;
    position:absolute;
    background:black;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    top:50%;
    border-radius: 50%;
    width:200px !important;
    transition:all 0.75s;
}

.imagelist-effect-4:hover  .mask-content{
    opacity:1;
}
.imagelist-effect-4:hover  .imagelist-mask{
    opacity:0.7;
}
/* 特效四  end */


/* 特效五 start */
.imagelist-effect-5{
    overflow: visible !important;
}
.imagelist-effect-5 img{
    transition:all 0.5s;
}
.imagelist-effect-5:hover{
    transform: scale(1.02);
}
/* 特效五 end*/


/* 特效六 start */
.imagelist-effect-6{
    overflow: visible !important;
}
.imagelist-effect-6 img{
    transition:all 0.75s;
}
.imagelist-effect-6:hover img{
   /* transform: scale(1);*/
    box-shadow: 7px 7px 5px grey;
}
.atlas-first  .imagelist-effect-6{
	transition:all 0.75s;
}
/* 特效六 end */


/*图片列表动效 end*/



/* pc栏目 第1版式 start */
/*.menu-con{
    margin-bottom: -1px;
}*/
.menu-theme0{
    width: 50%;
    text-align: center;
    /*background: #fff !important;*/
}
.menu-theme0 .menu-line{
    width:100%;
    height:10px;
    opacity: 0;
}
.menu-theme0 .menu-fircon{
    position: relative;
    z-index: 999;
    display: flex;
    height: 100%;
}
.menu-theme0 .menu-fircon a{
    /*display: block;*/
/*    height: 80px;
    line-height: 80px;*/
    height: 100%;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.menu-theme0 .menu-fircon a .iconfont{
    font-size: 18px;
}
.menu-theme0 .menu-fircon a img{
    height:20px;
    width:20px;
    vertical-align: -5px;
}
.menu-theme0 .menu-fircon li{
    flex:1;
}
.menu-theme0 .menu-fircon .menu-firtitle{
    position: relative;
}
.menu-theme0 .menu-fircon .menu-firtitle:hover .menu-firlink{
    /*color: #fff !important;*/
}
.menu-theme0 .menu-seccon{
    display: none;
    position: absolute;
/*    top: 80px;*/
    width: 200px;
    z-index:2;
}
.menu-theme0 .menu-seccon .menu-sectitle{
    position: relative;
    background: #35221f;
    line-height: 45px;
}
.menu-theme0 .menu-seccon .menu-sectitle a{
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 30px;
}
.menu-theme0 .menu-fircon .menu-sectitle:hover .menu-seclink{
    /*color: #fff !important;*/
}
.menu-theme0 .menu-tricon{
    display: none;
    position: absolute;
    top: 0px;
    left:200px;
    width: 100%;
}
.menu-theme0 .menu-tricon .menu-trititle{
    background: #191919;
}
.menu-theme0 .menu-tricon .menu-trititle a{
    color: #fff;
}
.menu-theme0 .menu-fircon .menu-trititle:hover .menu-trilink{
    /*color: #fff !important;*/
}
/* pc栏目 第1版式 end */

/* 栏目第1版式 手机 start */
.menu-theme0.mobshow{
    position: relative;
    width:100%;
    height: auto;
    margin: 0 !important;
    font-size: 16px;
    text-align: left;
    background: transparent !important;
}
.menu-theme0.mobshow .menu-shape{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}
.menu-theme0.mobshow .menu-more{
    text-align: left;
    cursor: pointer;
}
.menu-theme0.mobshow .menu-more .iconfont{
    font-size: 22px;
    cursor: pointer;
}
.menu-theme0.mobshow .menu-mobfircon{
    position: fixed;
    top:0px;
    left:-200px;
    width: 200px;
    height: 100%;
    padding: 5px 0;
    background: #020202;
    z-index: 999;
}
.menu-theme0.mobshow .menu-mobfirtitle{
    position: relative;
    text-indent:15px;
}
.menu-theme0.mobshow .menu-mobfirtitle a{
    display: block;
    height: 40px;
    line-height: 40px;
    color:#fff;
}
.menu-theme0.mobshow .menu-mobfirtitle i{
    display: block;
    position: absolute;
    color: #fff;
    top: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    padding-right:15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.menu-theme0.mobshow .menu-mobfirtitle span{
    float: left;
    width: calc(100% - 45px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu-theme0.mobshow .menu-mobseccon{
    display: none;
}
.menu-theme0.mobshow .menu-mobsectitle{
    position: relative;
}
.menu-theme0.mobshow .menu-mobsectitle a{
    color: #929292;
}
.menu-theme0.mobshow .menu-mobsectitle span{
    text-indent: 32px;
}
.menu-theme0.mobshow .menu-mobtricon{
    display: none;
}
.menu-theme0.mobshow .menu-mobtrititle a{
    color: #929292;
}
.menu-theme0.mobshow .menu-mobtrititle span{
    text-indent: 48px;
}
/* 栏目手机版式1 end */

/* pc栏目第2版式 start */
.menu-theme1{
    text-align: center;
    /*background: #fff !important;*/
}
.menu-theme1 .menu-line{
    width:100%;
    height:10px;
    opacity: 0;
}
.menu-theme1 .menu-fircon{
    position: relative;
    z-index: 999;
    display: flex;
    height: 100%;
}
.menu-theme1 .menu-fircon a{
    /*display: block;*/
    height: 100%;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.menu-theme1 .menu-fircon a .iconfont{
    font-size: 18px;
}
.menu-theme1 .menu-fircon a img{
    height:20px;
    width:20px;
    vertical-align: -5px;
}
.menu-theme1 .menu-fircon li{
    flex:1;
}
.menu-theme1 .menu-fircon .menu-firtitle{
    position: relative;
}
.menu-theme1 .menu-fircon .menu-firtitle:hover .menu-firlink{
    /*color: #fff !important;*/
}
.menu-theme1 .menu-seccon{
    display: none;
    position: absolute;
    left:1px;
    width: 200px;
    outline: 1px solid #000;
    background: #fff;
    z-index:2;
}
.menu-theme1 .menu-seccon .menu-sectitle{
    position: relative;
    line-height: 45px;
}
.menu-theme1 .menu-seccon .menu-sectitle a{
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 30px;
}
.menu-theme1 .menu-seccon .menu-sectitle .menu-seclink{
    color: #000;
}
.menu-theme1 .menu-seccon .menu-sectitle:hover .menu-seclink{
    /*color: #fff !important;*/
}
.menu-theme1 .menu-tricon{
    display: none;
    position: absolute;
    top: 0px;
    left:201px;
    width: 100%;
    outline: 1px solid #000;
    background: #fff;
}
.menu-theme1 .menu-tricon .menu-trititle .menu-trilink{
    color: #000;
}
.menu-theme1 .menu-tricon .menu-trititle:hover .menu-trilink{
    /*color: #fff !important;*/
}
/* pc栏目第2版式 end */

/* 栏目手机版式2 start */
.menu-theme1.mobshow{
    position: relative;
    height: auto;
    width: 100% !important;
    margin: 0 !important;
    font-size: 16px;
    text-align: left;
    background: transparent !important;
}
.menu-theme1.mobshow .menu-shape{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}
.menu-theme1.mobshow .menu-more{
    text-align: right;
    cursor: pointer;
}
.menu-theme1.mobshow .menu-more .iconfont{
    font-size: 22px;
    cursor: pointer;
}
.menu-theme1.mobshow .menu-mobfircon{
    position: fixed;
    top:0px;
    right:-200px;
    width: 200px;
    height: 100%;
    padding: 5px 0;
    background: #fff;
    z-index: 999;
}
.menu-theme1.mobshow .menu-mobfirtitle{
    position: relative;
    text-indent:15px;
}
.menu-theme1.mobshow .menu-mobfirtitle a{
    display: block;
    height: 40px;
    line-height: 40px;
    color:#333;
}
.menu-theme1.mobshow .menu-mobfirtitle span{
    float: left;
    width: calc(100% - 45px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu-theme1.mobshow .menu-mobfirtitle i{
    display: block;
    position: absolute;
    color: #333;
    top: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    padding-right:15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.menu-theme1.mobshow .menu-mobseccon{
    display: none;
}
.menu-theme1.mobshow .menu-mobsectitle{
    position: relative;
}
.menu-theme1.mobshow .menu-mobsectitle a{
    color: #787878;
}
.menu-theme1.mobshow .menu-mobsectitle span{
    text-indent: 32px;
}
.menu-theme1.mobshow .menu-mobtricon{
    display: none;
}
.menu-theme1.mobshow .menu-mobtrititle a{
    color: #787878;
}
.menu-theme1.mobshow .menu-mobtrititle span{
    text-indent: 48px;
}
/* 栏目手机版式2 end */

/* pc栏目第3版式 start */
.menu-theme2{
    text-align: center;
    /*background: #fff !important;*/
    text-decoration: none;
}
.menu-theme2 .menu-fircon{
    position: relative;
    display: flex;
    height: 100%;
    z-index:999;
}
.menu-theme2 .menu-fircon .menu-firtitle{
    position: relative;
    flex:1;
}
.menu-theme2 .menu-fircon .menu-firtitle a{
    /*display: block;*/
    height: 100%;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.menu-theme2 .menu-fircon .menu-firtitle:hover .menu-firlink{
    /*color: #fff !important;*/
}
.menu-theme2 .menu-fircon .menu-firtitle img{
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}
.menu-theme2 .menu-seccon{
    display: none;
    position: absolute;
    z-index:2;
}
.menu-theme2 .menu-fircon .menu-firtitle:hover .menu-seccon{
    /*display: flex;*/
    display: block;
    background: #36231d;
}
.menu-theme2 .menu-seccon .menu-sectitle{
    float: left;
    width: 170px;
    line-height: 50px;
    /*flex:1;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.menu-theme2 .menu-seccon .menu-sectitle a{
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-indent: 25px;
    /*background: #36231d;*/
}
.menu-theme2 .menu-tricon .menu-trititle a{
    color: #887f7e;
}
/* pc栏目第3版式 end */

/* 手机栏目版式3 start */
.menu-theme2.mobshow{
    height: auto;
    width: 100%;
    margin: 0 !important;
    text-align: left;
    background: transparent !important;
}
.menu-theme2.mobshow .menu-more{
    text-align: left;
    cursor: pointer;
}
.menu-theme2.mobshow .menu-more .iconfont{
    font-size: 30px;
}
.menu-theme2.mobshow .menu-mobfircon{
    display: none;
    position: absolute;
    top:32px;
    left:0px;
    width: 180px;
    padding: 5px 0;
    background: #000;
    z-index:99;
}
.menu-theme2.mobshow .menu-mobfirtitle{
    position: relative;
    text-indent:15px;
}
.menu-theme2.mobshow .menu-mobfirtitle a{
    display: block;
    line-height: 40px;
    font-size:16px;
    color:#fff;
    overflow: hidden;
}
.menu-theme2.mobshow .menu-mobfirtitle span{
    float: left;
    width: calc(100% - 40px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu-theme2.mobshow .menu-mobfirtitle i{
    display: block;
    position: absolute;
    top:0px;
    right:0px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.menu-theme2.mobshow .menu-mobseccon{
    display: none;
}
.menu-theme2.mobshow .menu-mobsectitle{
    position: relative;
}
.menu-theme2.mobshow .menu-mobsectitle a{
    color: #787878;
}
.menu-theme2.mobshow .menu-mobsectitle span{
    text-indent: 32px;
}
.menu-theme2.mobshow .menu-mobtricon{
    display: none;
}
.menu-theme2.mobshow .menu-mobtrititle a{
    color: #787878;
}
.menu-theme2.mobshow .menu-mobtrititle span{
    text-indent: 48px;
}
/* 手机栏目版式3 end */

/* pc栏目版式4 start */
.menu-theme3{
    width: 60%;
    text-align: center;
    /*background: #fff !important;*/
    text-decoration: none;
}
.menu-theme3 .menu-fircon{
    position: relative;
    display: flex;
    z-index:999;
    height: 100%;
}
.menu-theme3 .menu-fircon .menu-firtitle{
    position: relative;
    flex:1;
}
.menu-theme3 .menu-fircon .menu-firtitle a{
    /*display: block;*/
    height: 100%;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.menu-theme3 .menu-fircon .menu-firtitle:hover .menu-firlink{
    /*color: #fff !important;*/
}
.menu-theme3 .menu-fircon .menu-firtitle img{
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}
.menu-theme3 .menu-seccon{
    display: none;
    position: absolute;
    left: 1px;
    z-index:2;
}
.menu-theme3 .menu-fircon .menu-firtitle:hover .menu-seccon{
    /*display: flex;*/
    display: block;
    outline: 1px solid #000;
    background: #fff;
}
.menu-theme3 .menu-seccon .menu-sectitle{
    float: left;
    width: 170px;
    line-height: 50px;
    /*flex:1;*/
}
.menu-theme3 .menu-seccon .menu-sectitle a{
    height: 50px;
    line-height: 50px;
    color: #000;
    text-align: left;
    text-indent: 25px;
    background: #fff;
}
.menu-theme3 .menu-tricon .menu-trititle a{
    color: #a1a1a1;
    background: #fff;
}
/* pc栏目版式4 end */

/* 手机栏目4 start */
.menu-theme3.mobshow{
    height: auto;
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
    background: transparent !important;
}
.menu-theme3.mobshow .menu-more{
    text-align: right;
    cursor: pointer;
}
.menu-theme3.mobshow .menu-more .iconfont{
    font-size: 30px;
}
.menu-theme3.mobshow .menu-mobfircon{
    display: none;
    position: absolute;
    top:32px;
    right:0px;
    width: 180px;
    padding: 5px 0;
    background: #000;
    z-index:99;
}
.menu-theme3.mobshow .menu-mobfirtitle{
    position: relative;
    text-indent:15px;
}
.menu-theme3.mobshow .menu-mobfirtitle a{
    display: block;
    line-height: 40px;
    font-size:16px;
    color:#fff;
    overflow: hidden;
}
.menu-theme3.mobshow .menu-mobfirtitle span{
    float: left;
    width: calc(100% - 40px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu-theme3.mobshow .menu-mobfirtitle i{
    display: block;
    position: absolute;
    top:0px;
    right:0px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.menu-theme3.mobshow .menu-mobseccon{
    display: none;
}
.menu-theme3.mobshow .menu-mobsectitle{
    position: relative;
}
.menu-theme3.mobshow .menu-mobsectitle a{
    color: #787878;
}
.menu-theme3.mobshow .menu-mobsectitle span{
    text-indent: 32px;
}
.menu-theme3.mobshow .menu-mobtricon{
    display: none;
}
.menu-theme3.mobshow .menu-mobtrititle a{
    color: #787878;
}
.menu-theme3.mobshow .menu-mobtrititle span{
    text-indent: 48px;
}
.mobshow .menu-more img{
    width: 23px !important;
    height: 23px !important;   
}
/* 手机栏目4 end */

/* 手机栏目5 start */
.menu-theme5 .menu-some{
    float: left;
    width: 81%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow:hidden;
}
.menu-theme5 .menu-somefirtitle{
    float: left;
    height: 100%;
    width: calc(33.3% - 1px);
    border-right: 1px solid #fcfcfc;
}
.menu-theme5 .menu-somefirtitle a{
    display: block;
    height: 100%;
    text-shadow: 1px 1px 0 #333;
}
.menu-theme5 .menu-somefirtitle a span{
    display: block;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 手机栏目5 end */

@media screen and (max-width: 785px) {
    .menu-theme0,.menu-theme1,.menu-theme2,.menu-theme3{
        margin:0 !important;
        width: 100% !important;
    } 
}
.menu-more .iconfont{
    color: #333;
}

/*顶部栏悬浮*/
.topFloat{
    position:fixed !important;
    width:100%;
    z-index:999 !important;
    top:0 !important;
    left:0;
}

/* 选项卡第一式 start */

.w-tab-old-theme0{
    position: relative;
}

.w-tab-old-theme0 .tab-select{
    border-bottom:3px solid #00a3f5;
}

.w-tab-old-theme0 .m-tab-head ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content:center;
}

.w-tab-old-theme0 .m-tab-head ul li{
    flex:1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color:#f7f7f7;
    border-left:1px solid #eaeaea;
}

.w-tab-old-theme0 .m-tab-head ul li:nth-child(1){
    border-left:none;
}

.w-tab-old-theme0 .m-tab-panel{
    width: 100%;
    min-height: 70px;
    margin-top: 1px;
    outline:1px solid #e6e6e6;
}
@media (max-width: 768px){
    .w-tab-old-theme0 .m-tab-head ul li{
        height: 60px;
        line-height: 60px;
    }
}

/* 选项卡第一式 end */

/* 选项卡第二式 start */

.w-tab-old-theme1{
    display: flex;
    position: relative;
}
.w-tab-old-theme1 .tab-select{
    border-right:3px solid #00a3f5;
}
.w-tab-old-theme1 .m-tab-head ul{
    min-width: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction:column;
}

.w-tab-old-theme1 .m-tab-head ul li{
    flex:1;
    text-align: center;
    height: 64px;
    width: 100%;
    line-height: 64px;
    background-color:#f7f7f7;
    border-top:1px solid #eaeaea;
}

.w-tab-old-theme1 .m-tab-head ul li:nth-child(1){
    border-top:none;
}

.w-tab-old-theme1 .m-tab-panel{
    width: 100%;
    min-height: 64px;
    outline:1px solid #e6e6e6;
}
@media (max-width: 768px){
    .w-tab-old-theme1 .m-tab-head ul{
        min-width: 64px;
    }
}

/* 选项卡第二式 end */

/* 选项卡第三式 start */

.w-tab-old-theme2 .tab-select{
    border-left:3px solid #00a3f5;
}
.w-tab-old-theme2{
    display: flex;
    position: relative;
}

.w-tab-old-theme2 .m-tab-head ul{
    min-width: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction:column;
}

.w-tab-old-theme2 .m-tab-head ul li{
    flex:1;
    text-align: center;
    height: 64px;
    width: 100%;
    line-height: 64px;
    background-color:#f7f7f7;
    border-top:1px solid #eaeaea;
}

.w-tab-old-theme2 .m-tab-head ul li:nth-child(1){
    border-top:none;
}

.w-tab-old-theme2 .m-tab-panel{
    width: 100%;
    min-height: 64px;
    order:-1;
    outline:1px solid #e6e6e6;
}
@media (max-width: 768px){
    .w-tab-old-theme2 .m-tab-head ul{
        min-width: 64px;
    }
}
.m-tab-body{
    display: none;
}
.m-tab-body:first-Child{display:block;}
/* 选项卡第三式 end */


/* 选项卡 新版 第一式 start */

.cut-off-rule{
    display: none;
}
.tab-select .cut-off-rule{
    height: 3px;
    position: absolute;
    left:50%;
    /*top: 0;*/
    bottom: 0;
    width: 50%;
    display: inline-block;
    background: #00a3f5;
}

/* 选项卡第一式 start */

.w-tab-theme0{
    position: relative;
}

.w-tab-theme0 .m-tab-head ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content:center;
}
.w-tab-theme0 .tab-lineHeight{
	line-height: 40px;
}
.w-tab-theme0 .m-tab-head ul li{
    flex:1;
    text-align: center;
    height: 40px;
    /*line-height: 40px;*/
    background-color:#f7f7f7;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}
.w-tab-theme0 .m-tab-panel{
    width: 100%;
    min-height: 70px;
    margin-top: 1px;
    outline:1px solid #e6e6e6;
}
@media (max-width: 768px){
	.w-tab-theme0 .m-tab-head ul{
		display: block;
	}
    .w-tab-theme0 .m-tab-head ul li{
        height: 60px;
        line-height: 60px;
    }
    .w-tab-theme0 .m-tab-head{
		    overflow-x: auto;
		    overflow-y: hidden;
		    background: #f0f0f0;
		}
		.w-tab-theme0 .m-tab-head ul{
				height: 100%;
				min-width: 100%;
		    align-items: center;
		    white-space: nowrap;
		}
		.w-tab-theme0 .tab-lineHeight{
			line-height: 40px;
		}
		.hidden-xs .m-tab-head{
			height: 40px;
		}
		.w-tab-theme0 .m-tab-head ul li{
				min-width: 32%;
				display: inline-block;
				padding: 0 6px;
		    text-align: center;
		    position: relative;
		    overflow: hidden;
		    text-overflow: ellipsis;
		}
}

/* 选项卡 新版第一式 end */

/* 选项卡 新版第二式 start */

.w-tab-theme1{
    display: flex;
    position: relative;
}

.w-tab-theme1 .m-tab-head ul{
    min-width: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction:column;
}
.w-tab-theme1 .tab-lineHeight{
	line-height: 64px;
}
.w-tab-theme1 .m-tab-head ul .m-tab-li{
    flex:1;
    text-align: center;
    /* height: 64px; */
    width: 100%;
    line-height: 2em;
    background-color:#f7f7f7;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    max-width: 200px;
}
.w-tab-theme1 .m-tab-panel{
    width: 100%;
    min-height: 64px;
    outline:1px solid #e6e6e6;
}
@media (max-width: 768px){
    .w-tab-theme1 .m-tab-head ul{
        min-width: 64px;
    }
}
/* 选项卡 新版第二式 end */

/* 选项卡新版第三式 start */

.w-tab-theme2{
    display: flex;
    position: relative;
}

.w-tab-theme2 .m-tab-head ul{
    min-width: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction:column;
}
.w-tab-theme2 .tab-lineHeight{
	line-height: 64px;
}
.w-tab-theme2 .m-tab-head ul li{
    flex:1;
    text-align: center;
    /* height: 64px; */
    width: 100%;
    line-height: 2em;
    background-color:#f7f7f7;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    max-width: 200px;
}
.w-tab-theme2 .m-tab-panel{
    width: 100%;
    min-height: 64px;
    outline:1px solid #e6e6e6;
    order:-1;
}
@media (max-width: 768px){
    .w-tab-theme1 .m-tab-head ul{
        min-width: 64px;
        display: block !important;
    }
    .w-tab-theme1 .m-tab-head ul .m-tab-li{
        max-width: 768px;
        border-top: 1px solid #ccc;
    }
    .w-tab-theme1 .m-tab-panel{
        display: none;
        background: #fff;
    }
    .w-tab-theme1 .m-tab-head ul .m-tab-li:first-Child .m-tab-panel{
        display: block;
    }    
    .w-tab-theme2 .m-tab-head ul{
        min-width: 64px;
        display: block !important;
    }
    .w-tab-theme2 .m-tab-head ul li{
        max-width: 768px;
        border-top: 1px solid #ccc;
    }
    .w-tab-theme2 .m-tab-panel{
        display: none;
        background: #fff;
    }
    .w-tab-theme2 .m-tab-head ul li:first-Child .m-tab-panel{
        display: block;
    }
    .tab-select .cut-off-rule{
        width: 100% !important;
        height: 3px !important;
        top: 0 !important;
    }
}
/* 选项卡 新版第三式 end */

/* 选项卡 新版第四式 start */
.w-tab-theme3{
	position: relative;
}
.w-tab-theme3 .m-tab-head ul{
	width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.w-tab-theme3 .m-tab-head ul li{
	display: inline-block;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px;
	background-color:#fff;
	position: relative;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width:768px){
	.w-tab-theme3 .m-tab-head ul{
		width: 100%;
	}
	.w-tab-theme3 .m-tab-head ul li{
		width: 31%;
		margin: 0;
		padding: 0;
		margin-right: 1%;
		margin-bottom: 6px;
		
	}
}
.w-tab-theme3 .m-tab-panel{
	width: 100%;
  min-height: 66px;
  margin-top: 1px;
}

/* 选项卡 新版第四式 end */

/* 文本控件-版式一 start */
.w-text-theme0 ul li{
    list-style-type:disc;
}
.w-text-theme0 ol li{
    list-style-type:decimal;
}
.w-text-theme0 img{
  max-width: 100%;
}
.w-text-visual {
    display: inline-block;
}
/* 文本控件-版式一 end */

/* 视频控件-版式一  start */
.w-video-theme0 {
    position: relative;
}
/* 视频控件-版式一  end */

/* 视频列表 版式1 start */
.w-videolist .lookmore{
    height:50px;
    line-height:50px;
    text-align:center;
    width:100%;
    cursor: pointer;
}
.videolist-first .content-box {
    width: 100%;
    display: inline-block;
}

.videolist-first .content-box>div.content-video {
    padding: 0 5px;
    line-height:0;
    overflow:hidden;
}

.videolist-first .content-box video {
    width: 100%;
    height: 285px;
}

.videolist-first .loadmore {
    height:50px;
    line-height:50px;
    text-align: center;   
}

.videolist-first .loadmore > a {
      cursor: pointer;
}
/* 视频列表 版式1 end */

/* 视频列表 版式2 start */
.videolist-second .content-box {
    width: 100%;
    display: inline-block;
}

.videolist-second .content-box h4 {
    text-align: center;
    margin-bottom: 10px;
}

.videolist-second .content-box div.content-video {
    padding: 0 5px;
    margin-bottom:10px;
    line-height:0;
    overflow:hidden;
}

.videolist-second .content-box>div video {
    width: 100%;
  
}

.videolist-second .loadmore {
    height:50px;
    line-height:50px;
    text-align: center;   
}

.videolist-second .loadmore > a {
      cursor: pointer;
}
/* 视频列表 版式2 end */

/* 视频列表 版式3 start*/
.videolist-third .content-box {
    width: 100%;
    display: inline-block;
}

.videolist-third .content-box h4 {
    text-align: center;
    margin-bottom: 10px;
}

.videolist-third .content-box>div {
    padding: 0 5px;
}

.videolist-third .content-box>div video {
    width: 100%;
    height: 285px;
}

.videolist-third .loadmore {
    height:50px;
    line-height:50px;
    text-align: center;   
}

.videolist-third .loadmore > a {
      cursor: pointer;
}
/* 视频列表 版式3 end*/

/*视频动效 start*/
.v-mask-content{
    opacity:1;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    line-height: 15px;
    
}

.v-imagelist-mask{
    opacity:0;
}

/* 特效一  start */
.videolist-mask{
    opacity:0;
}

/* 特效一  start*/
.videolist-effect-1 video{
    transition:all 0.5s;
    border:2px solid transparent;
    
}
.videolist-effect-1:hover video{
    border:2px solid #00a3f8 !important;
}

/* 特效一  end */

/* 特效二 start */
.videolist-effect-2{
    overflow: visible !important;
}
.videolist-effect-2 video{
    transition:all 0.5s;
}
.videolist-effect-2:hover video{
    transform: scale(1.02);
}
/* 特效二 end*/


/* 特效三 start */
.videolist-effect-3{
    overflow: visible !important;
}
.videolist-effect-3 video{
    transition:all 0.75s;
}
.videolist-effect-3:hover video{
    transform: scale(1.02) translateY(-7px) translateX(-7px);
}

/* 特效三 end */
/*视频动效 end*/

/* 图片控件 点位符 */
.m-image-add {
    width: 140px;
    height: 140px;
    position: relative;
    cursor: pointer;
}

/* 图片控件-版式一 start */
.w-image-theme0 {
    position: relative;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .w-image-theme0 img{
        padding:0;
    }
}
/*无效果*/
.effectNone{
	width: 100%;
}
/*效果一*/
.effectClassOne{
	-webkit-transition: all ease .3s;
	transition: all ease .5s;
	overflow: hidden;
}
.effectClass1{
	width: 100%;
	vertical-align: middle;
}
.effectClassOne:hover{
	-webkit-transform: scale(1.05);
	transform: scale(2.05);
	border-radius: 50%
}
/*效果二*/
.effectClass2{
	width: 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.effectClass2:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.effectClassTwo{
	border: 10px solid #fff;
	overflow: hidden;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
/*效果三*/
.effectClassThree{
	border: 10px solid #fff;
	overflow: hidden;
	border-radius: 60%;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease .3s;
	transition: all ease .5s;
}
.effectClassThree img{
	width: 100%;
	vertical-align: middle;
}
.effectClassThree:hover{
	border-radius: 0;
}
.w-image-theme0{
	overflow: inherit;
}
/* 图片控件-版式一 end */


/*获客互动--表单start*/
.widget_form input::-webkit-input-placeholder,.widget_form textarea::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    color:inherit!important;
    font-family: inherit!important;
    font-size:inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    text-decoration: inherit!important;
    text-align: inherit!important;
}
.widget_form input:-moz-placeholder,.widget_form textarea:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */  
    color:inherit!important;
    font-family: inherit!important;
    font-size:inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    text-decoration: inherit!important;
    text-align: inherit!important;
}
.widget_form input::-moz-placeholder,.widget_form textarea::-moz-placeholder{ 
    /* Mozilla Firefox 19+ */  
    color:inherit!important;
    font-family: inherit!important;
    font-size:inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    text-decoration: inherit!important;
    text-align: inherit!important;
}
.widget_form input:-ms-input-placeholder,.widget_form textarea:-ms-input-placeholder { 
    /* Internet Explorer 10+ */  
    color:inherit!important;
    font-family: inherit!important;
    font-size:inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    text-decoration: inherit!important;
    text-align: inherit!important;
}
.widget_form section input, .widget_form textarea,.widget_form select,.widget_form label,.widget_form #editForm,.widget_form label .radio-text{
    color:inherit !important;
    font-family: inherit;
    font-size:inherit!important;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: inherit;
    text-align: inherit;
    background:inherit;
}

.widget_form .el-icon-upload{
    color:inherit;
    font-family: inherit;
    font-weight: inherit;
    text-align: inherit;
    background:inherit;
}

.widget_form select option{
    color:#606266 !important;
    font-size:14px!important;
    background:#ffffff !important;
    font-style: normal;
}
.widget_form .com-style{
    border-radius:4px;
    border:1px solid #e0e0e0 !important;
}
.widget_form .labels{
    color: #505050;
}
.widget_form input,.widget_form textarea{
    box-sizing: border-box;
}
.widget_form .ThemeBox{
    width: 100%;
    height: auto;
    background: #f7f7f7;
}
.widget_form .main{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;

}
.widget_form .main section{
    width:60%;
    position:relative; 
    margin:2% auto;
    padding-left:1%;
    border-radius:4px !important;
}
.widget_form .main section .mainBox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position:relative;
    padding-left:10px;
    border-radius:4px !important;
}
.widget_form .main section .inputradio{
    padding-left:0px;
}
.widget_form .main section .radio-input{
    margin-right:1%
}
.widget_form .main section .mainBox p{
    margin-right: 20px;
    color: #505050;
    font-size: 14px;
}
.widget_form .main section .mainBox #text{
    width: 100%;
    min-height: 32px;
    border-radius:4px !important;
}
.widget_form .main section .mainBox #textarea{
    width: 100%;
    height:90px ;
    padding:0px 10px 10px 0px;  
    border-radius:4px !important; 
}
.widget_form .form-footer{
    position:relative;
}
.widget_form .form-error{
    color:red;
    position:absolute;
    left:20%;
    font-size:12px;
}

.widget_form input::-webkit-outer-spin-button,
.widget_form input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.widget_form .form-date{
    color:red;
    font-size:12px;
    position:absolute;
    top:98%;
    left:0%;
}
.widget_form #ThemeBox{
    margin:0 auto;
}
.widget_form .main section .title{
    font-size:14px;
    color:#e3e3e3;
    margin-bottom: 30px;
}
.widget_form .el-upload--picture-card{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: none;
    border-radius: initial;
    background: #f0f0f0;
}

.widget_form .el-icon{
    position:relative;
    cursor: pointer;
  /*  left:-7%;*/
    display: inline-block;
    height:80px;
    width:80px;
    background:#f0f0f0;
    border-radius:8px;
}

.widget_form .el-icon-upload{
    display:inline-block;
    font-size: 40px;
    height:32px;
    cursor: pointer;
    width:50%;
    position:relative;
    /* left:24%; */
    top:22%;
} 
.widget_form .inputradio label{
    min-width:23%;
}
.widget_form input[type=file]{
    position:absolute;
    display:inline-block;
    top:0%;
    left:0%;
    height:100%;
    width:100%;
}
.widget_form .file-msg{
    display:inline-block;
    color:red;
    margin-top:0.5%;
    font-size:12px;
}
.widget_form .uploadBox{
    position:relative;
}

.widget_form .main section .ContactBox .contactType{
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
    align-items: center;
}
.widget_form .main .labels{
    display:inline-block;
    /*width:24%;*/
    margin-right:2%;
    word-wrap: break-word;
    color:#505050;
    position:unset;
    /*text-align:justify;
    text-align-last:justify;*/
}

.widget_form .main .label{
    display:inline-block;
    margin-bottom:1.5%;
    /*margin-right:10%;*/
}
.widget_form .main section .contactType  p{
    margin-right: 20px;
    
}
.widget_form .main section .contactType input{
    width: 220px;
    height: 32px;
    border: 1px solid #e6e6e6;
}
.widget_form .main section .contactType  span{
    display: block;
    height: 32px;
    width: 80px;
    background: #ffc341;
    text-align:center;
    line-height: 32px;
    color: white;
    cursor: pointer;
}
.widget_form .main section  .verification{
    display: flex;
    align-items: center;
    font-size: 14px;
    
}
.widget_form .main section  .verification p{
    margin-right: 34px;
}
.widget_form .main section  .verification input {
    width: 300px;
    height: 32px;
    border: 1px solid #e6e6e6;
}
.widget_form #editForm{
    width: 100%;
    line-height: 32px;
    border: none;
}
.widget_form .lastSection{
    margin-bottom: 45px;
}

.widget_form .captcha{
    display:inline-block;
    width:25%;
    height:100%;
    position:absolute;
    top:2%;
    right:0%;
}
.widget_form .code{
    width:76%;
    height:40px;
}
.widget_form .captcha img{
    display:inline-block;
    height:100%;
    width:100%;
}
.widget_form .pcommon{
    display:inline-block;
    border-radius: 4px;
    min-height:40px;
    margin-right:3%;
    border:none;
    margin-bottom:1%;
    text-align:center;
    width:auto;
}
.widget_form section label span{
    display:inline-block;
    height:100%;
    width:100%;
}
.widget_form .uploadBox{
    display:inline-block;
}
.widget_form .upload{
    opacity: 0;
    z-index:1;
    cursor: pointer;
}
.widget_form .formtitle{
    text-align:center;
}
.widget_form .dealnum{
    display:inline-block;
    height:40px;
    line-height:40px;
    text-align:center;
    width:2%;
    font-size:18px;
    cursor:pointer;
    text-decoration:none !important;
}
.widget_form .must{
    position: absolute;
    color: red;
    top:5%;
    margin-right: 1%;
    left: 0.5%;
}
.widget_form .num{
    display:inline-block;
    height:30px;
    line-height:30px;
    width:8%;
    border:none;
    padding:0px;
}
.widget_form .startPicker,.widget_form .endPicker,.widget_form .starttimePicker,.widget_form .endtimePicker{
    min-height:30px;
    width:23%;
    margin-right:0.5%;
}
.widget_form .subcom{
    height:40px;
    cursor: pointer;
    width:20%;
    line-height:40px;
    display:block;
    margin:6% auto;
    border:none;
}
.widget_form .out-icon{
    margin:0% 1%;
}
.widget_form .formtitle{
    line-height:40px;
    font-size:18px;
}
.widget_form{
    padding-bottom:1px;
}

.mainBox .label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
    word-wrap:break-word
}
.mainBox .label input{
    position: absolute;
    left: -9999px;
}

.mainBox .label .radio-inner {
    display: block;
    position: absolute;
    top: 16%;
    left: 0;
    width: 17px;
    height: 17px;
    outline: 0;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.mainBox .label input + .radio-inner:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #01a3f8;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.mainBox .label input:checked +.radio-inner:after {
    opacity: 1;
}
.mainBox .label input:checked +.radio-inner{
    border:1px solid #01a3f8;
}
.radio-text{
    margin-left:3%;
}
@media (max-width:765px){
    .widget_form .main section{
        padding-left:3% !important;
        margin-top:4%;
        width: 96%;
    }
    .widget_form .pcommon{
        width:100%;
    }
    .widget_form .com-style{
        width:60%;
    }
    .widget_form .main .labels{
        margin-right: 14px;
        width:18%;
        line-height:normal !important;
    }
    .widget_form #editForm{
        /*max-width: 30em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
        font-size:12px;
    }
    /*.widget_form .com-style{
        width:80% !important;
        margin-bottom:1%;
    }*/
    .widget_form .out-icon{
        width:100%;
        margin-left:34%;
    }
    .widget_form .subcom{
        width:35%;
    }
    .widget_form .captcha{
        width:45%;
        right:0%;
    }
    .widget_form .form-date{
        left:0%;
        top:100%;
    }
    .mainBox .label .radio-inner{
        top:25%;
    }
    .widget_form .form-error{
        top:88%;
        left:28.5%;
        font-size:12px;
    }
    .widget_form .startPicker, .widget_form .endPicker, .widget_form .starttimePicker, .widget_form .endtimePicker{
        min-width:34%;
    }
    .widget_form .main section .mainBox #text,.widget_form .main section .mainBox #textarea{
        width:100%;
    }
    .widget_form .code{
        width:100%;
    }

    .widget_form .num{
        width:25%;
        margin:0% 3%;
    }
    .widget_form .dealnum{
        font-size:18px;
    }
    .mainBox .label{
        padding-left:5%;
        width:90% !important;
        word-wrap:break-word;
        margin:1% 0%;
    }
    .widget_form .must{
        left:1%;
        top:5%;
    }
}
@media(min-width:768px) and (max-width:996px){

    .mainBox .label{
        width:50%;
        word-wrap:break-word;
        margin:1% 0%;
    }
    .widget_form .main section{
        padding-left:2% !important;
        margin-top:3%;
    }
    .widget_form .captcha{
        width:30%;
        right:0%;
    }
    .widget_form .main section .mainBox #text,.widget_form .code,.widget_form .main section .mainBox #textarea{
        width:100%;
    }
    .widget_form .must{
        left:1%;
        top:5%;
    }
}
@media screen and (max-width:400px){
    .mainBox .label{
        padding-left:10%;
    }
    .widget_form .com-style{
        width:100% !important;
        margin-bottom:1%;
    }
    .widget_form .main .labels{
        height:auto !important;
    }
    .widget_form .must{
        left:0%;
        top:3%;
    }
    .widget_form .pcommon{
        margin-right:0px;
    }
}


/*获客互动--表单end*/

/*产品导航--版式一 start */

.productnav-theme0 ::-webkit-scrollbar{
  width:4px;
  height:4px;
  display: none;
}
/*滑动轨道*/
.productnav-theme0  ::-webkit-scrollbar-track{
  border-radius: 0px;
  background: none;
}
/*滑块*/
.productnav-theme0  ::-webkit-scrollbar-thumb{
  border-radius:5px;
  -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
  background:#00a3f8;
}
/*滑块效果*/
.productnav-theme0  ::-webkit-scrollbar-thumb:hover{
  border-radius:5px;
  -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
  background:rgba(0,0,0,0.4);
}
.clear{clear: both;}
.productnav-theme0{
    width: 100%;
    display: fixed;
}
.productnav-theme0 a{
    display: block;
    text-decoration: none;
}
.productnav-theme0 .productnav-Sec a{
    color: #323232;
}
.productnav-theme0 .productnav-Thr a{
    color: #797979;
}
.productnav-theme0 .productnav-classifyCon{
    position:relative;
    width: 100%;
    min-height: 360px;
    background: #fff;
    outline: none;
    /*background:rgba(255,255,255,0.90);*/
}
.productnav-theme0 .productnav-classifyLeft{
    position: absolute;
    float: left;
    width: 100%;
    height: 350px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(102,102,102,0.15);
}
.productnav-theme0 .productnav-classifyLeft .proClassifyLeftUl{
	scrollbar-width: none;
}
.productnav-theme0 .productnav-classifyFirText{
    margin: 0 10px;
    color: #6a6a6a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width:80%;
    float:left;
}
.productnav-theme0.productnav-iconRight{
    font-size: 18px;
    vertical-align: middle;
}
.productnav-theme0 .productnav-classifyLeft ul,{
    margin-top: 12px;
}
.productnav-theme0 .productnav-classifyLeft .productnav-firLi{
    height: 32px;
    width: 100%;
}
.productnav-theme0 .productnav-firLi{
    cursor: pointer;
}
.productnav-theme0 .productnav-firLi:hover{
	background: #333;
}
.productnav-theme0 .productnav-firLi:hover .productnav-classifyFirText{
    color: #fff !important;
}
.productnav-theme0 .productnav-firLi:hover .navTheme1FirIcoN{
    color: #fff !important;
}

.productnav-theme0 .productnav-Sec{
    margin-top: 10px;
    color: #323232;
}
.productnav-theme0 .productnav-SecText{
    display: inline-block;
    line-height: 26px;
}
.productnav-theme0 .productnav-SecText,.productnav-SecMore{
    font-weight: bold;
}
.productnav-theme0 .productnav-SecMore{
    float: right;
}
.productnav-theme0 .productnav-iconPlus{
    display: inline-block;
    margin-top: 4px;
    cursor: pointer;
}
.productnav-theme0 .productnav-classifyLeft-fir{
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #6a6a6a;
}
.productnav-theme0 .productnav-addFir{
    padding-left: 10px;
}
.productnav-theme0 .productnav-addFir,.productnav-addSec{
    color: #00a4f8;
    margin-top: 10px;
}
.productnav-theme0 .productnav-classifyLeft-sec{
    position: absolute;
    left: 100%;
    top:0px;
    z-index: 10;
    float: left;
    width: 100%;
    height: 350px;
    padding-top: 6px;
    background: #fff;
    overflow-y: auto;
    padding-left: 22px;
    display: none;
    box-shadow: 0 0 10px rgba(102,102,102,0.15);
}
.productnav-theme0 .productnav-Thr li{
    float: left;
    line-height:30px;
    margin-right: 6px;
    color: #6a6a6a;
    cursor: pointer;
}
.productnav-theme0 .bgColor{
    background: #333;
}
.productnav-theme0 .bgColor a{
    color: #fff !important;
}
.productnav-theme0 .productnav-firLi a{
    color: #6a6a6a;
}
.productnav-theme0 .active{
    background: #333;
}
.productnav-theme0 .active a{
    color: #fff;
}
.productnav-theme0 .active .productnav-classifyLeft-sec a{
    color:#00a4f8;
}
.productnav-theme0 .productnav-img{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.productnav-theme0 .productnav-img img{
    width: 20px;
    height: 20px;
}

/*移动端板式一*/
/*.proNav-xs-theme0-Left{
    position: relative;
    float: left;
    width: 20%;
    padding-top: 30px;
    background: #f7f7f7;
}
.proNav-xs-theme0-Right{
    float: right;
    width: 80%;
}
.proNav-xs-theme0-firLi{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #333;
}
.productnav-theme0-xs.visible-xs-block{
    max-height: 667px
} 
.proNav-xs-theme0-firText{
    margin-left: -20px;
}
.proNav-xs-theme0-firText .pronav-firTitle{
    display: inline-block;
    width: 71%;
    margin-left: 29%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proNav-xs-theme0-SecUl{
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 10px;
    display: none;
    background:#fff;
    text-align: left;
    overflow-y:auto;
}
.proNav-xs-theme0-SecDiv{
    height: 48px;
    line-height: 48px;
}
.proNav-xs-theme0-ThrLi{
    height: 40px;
    line-height: 40px;
    text-align: left;
    float: left;
    margin-right: 10px;
}
.proNav-xs-theme0-ThrLi a{
    color: #666;
}
.proNav-xs-theme0-active{
    background: #fff;
    border-left: 4px solid #ff7700;
}
.productnav-theme0-xs .productnav-img{
    width: 20px;
    height: 20px;
}
.productnav-theme0-xs .productnav-img img{
    width: 20px;
    height: 20px;
}*/
.mobile-proNavTheme0{
	width: 100%;
}
.mobile-proNavTheme0 .iconfont{
	font-size: 16px;
}
.mobile-proNavTheme0 .mobile-proNavTheme0FirLi{
	position: relative;
	float: left;
	width: 49.5%;
	height: 30px;
	line-height: 30px;
	margin-top: 4px;
	padding: 0 5px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
  border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}
.mobile-proNavTheme0 ul li a{
	width: 80%;
	margin: 0 auto;
	color: #444;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mobile-proNavTheme0 .mobile-proNavTheme0FirLi:nth-child(1),.mobile-proNavTheme0 .mobile-proNavTheme0FirLi:nth-child(2){
	margin-top: 0;
}
.mobile-proNavTheme0 .mobile-proNavTheme0FirLi:nth-child(odd){
	margin-right: 1%;
}
.mobile-proNavTheme0 .mobile-proNavTheme0Icon,.mobile-proNavTheme0 .mobile-proNavTheme0SecIcon{
	position: absolute;
	right: 4px;
	top: 0;
}
.mobile-proNavTheme0 .mobile-proNavTheme0SecItem{
	position: absolute;
	top: 30px;
	left: -0.5%;
	z-index: 1;
	width: 101%;
	background: #fff;
	box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: none;
  display: none;
}
.mobile-proNavTheme0 .mobile-proNavTheme0SecLi{
	position: relative;
	background: #fff;
}
.mobile-proNavTheme0 .mobile-proNavTheme0ThrItem{
	/*position: absolute;
	top: 30px;
	left: -0.5%;*/
	width: 101%;
	box-sizing: border-box;
	display: none;
}
.mobile-proNavTheme0 .mobile-proNavTheme0ThrLi{
	position: relative;
}
.mobile-proNavTheme0  .mobile-proNavTheme0Border{
	border-bottom: 1px solid #ccc;
}

/*产品导航--版式一 end */

/*产品导航--版式二 start */
.productnav-theme1{
    /*display: block !important;*/
}
.productnav-theme1 .proNavImgFir{
    display: inline-block;
    max-width: 74%;
    height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productnav-theme1 .proNav-firName{
    display: flex;
    justify-content: center;
    align-items: center;
}
.productnav-theme1 .proNavFirName{
    height: 46px;
    max-width: 74%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.productnav-theme1 .proNav-SecIcon{
    width: 24px;
    display: inline-block;
    vertical-align: top
}
.productnav-theme1 .proNavIcon{
    display: block;
    float: left;
    margin-right: 4px;
}
.productnav-theme1 .proNavIconName{
    display: block;
    float: left;
    max-width:83%;
    height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.productnav-theme1 a{
    height: 46px;
    text-decoration: none;
    display: block;
}
.productnav-theme1-Width{
    width: 100%;
}
.productnav-theme1-firUl{
    position: relative;
    display: flex;
    font-size: 14px;
}
.productnav-theme1-firLi{
    flex: 1;
    background: #666;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-align: center;
    padding: 0 5px
}
.productnav-theme1-firLi a:hover{
    color: #323232 !important;
}
.productnav-theme1-firLi:hover .proNavIcon{
    color: #323232 !important;
}
.productnav-theme1-firLi:hover .proNavIconName{
    color: #323232 !important;
}
.productnav-theme1-firLi:hover  .proNavFirName{
    color: #323232 !important;
}
.productnav-theme1-firText {
    color: #fff;
}
.productnav-theme1-secText {
    color: #323232;
    font-weight: bold;
}
.productnav-theme1-thrText {
    color: #7f7f7f;
}
.prTheme1SecUl{
    display: none;
    padding-left:30px;
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    min-height: 195px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    overflow-x: auto
}
.prTheme1Sec{
    display: flex
}
.productnav-theme1-secLi{
    width: 189px;
    text-align: left;
    flex: 1;
}
.productnav-theme1 .proNavName{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    height: 46px;
    width: 77%;
}
.productnav-theme1-active{
    height:46px;
    background: #ebebeb;
}
.productnav-theme1 .productnav-img{
    width: 20px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;     
}
.productnav-theme1 .productnav-img img{
    width: 20px;
    height: 20px;
}

/*手机版式一*/
/*.productnav-theme1-xs .productnav-theme1-xs-head{
    position:relative;
}
.productnav-theme1-xs a{

}
.productnav-theme1-xs .pronavSecUl span{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.productnav-theme1-xs .productNav-xs-title{
    height: 50px;
    line-height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
}
.productnav-theme1-xs .productNavIcon{
    position: absolute;
    right: 20px;
    display:block;
    font-size: 18px;
}
.productnav-theme1-xs .pronavSecUl{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width:40%;
    max-height: 300px;
    background: #f7f7f7;
    padding-left: 20px;
    overflow-y: auto;
    display: none;
}
.productnav-theme1-xs .proNavSecUl{
    display: none;
    height: auto !important;
}
.productnav-theme1-xs .proNavThrUl{
    display: none;
}
.productnav-theme1-xs .pronavSecUl li{
    line-height: 40px;
}
.productnav-theme1-xs .pronavSecUl li a{
    color: #363636;
}
.productnav-theme1-xs .pronavSecUl li li,.productnav-theme1-xs .pronavSecUl li li li{
    line-height: 34px;
    margin-left: 9%;
}
.productnav-theme1-xs .pronavSecUl li li a ,.productnav-theme1-xs .pronavSecUl li li li a{
    color: #666;
}
.productnav-theme1-xs .pronavSecUl li li li{
    margin-left: 12%;
}
.productnav-theme1-xs .proNavClassifyIcon{
    font-size: 14px;
}
.productnav-theme1-xs .proNavFir{
    width: 74%;
}
.productnav-theme1-xs .proNavSec{
    width:72%;
}
.productnav-theme1-xs .proNavThr{
    width: 72%;
}*/

.mobile-proNavTheme1{
	width: 100%;
}
.mobile-proNavTheme1 .iconfont{
	font-size: 16px;
}
.mobile-proNavTheme1 .mobile-proNavTheme1FirLi{
	position: relative;
	float: left;
	width:32.6666%;
	height: 30px;
	line-height: 30px;
	margin-top: 4px;
	margin-right: 1%;
	padding: 0 5px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
  border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}
.mobile-proNavTheme1 ul li a{
	width: 80%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: #444;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mobile-proNavTheme1 .mobile-proNavTheme1FirLi:nth-child(1),.mobile-proNavTheme1 .mobile-proNavTheme1FirLi:nth-child(2),.mobile-proNavTheme1 .mobile-proNavTheme1FirLi:nth-child(3){
	margin-top: 0;
}
.mobile-proNavTheme1 .mobile-proNavTheme1FirLi:nth-child(3n){
	margin-right: 0;
}
.mobile-proNavTheme1 .mobile-proNavTheme1Icon,.mobile-proNavTheme1 .mobile-proNavTheme1SecIcon{
	position: absolute;
	right: 4px;
	top: 0;
}
.mobile-proNavTheme1 .mobile-proNavTheme1SecItem{
	position: absolute;
	top: 30px;
	left: -0.5%;
	z-index: 1;
	width: 101%;
	background: #fff;
	box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: none;
  display: none;
}
.mobile-proNavTheme1 .mobile-proNavTheme1SecLi{
	position: relative;
	background: #fff;
}
.mobile-proNavTheme1 .mobile-proNavTheme1ThrItem{
	/*position: absolute;
	top: 30px;
	left: -0.5%;*/
	width: 101%;
	box-sizing: border-box;
	display: none;
}
.mobile-proNavTheme1 .mobile-proNavTheme1ThrLi{
	position: relative;
}
.mobile-proNavTheme1  .mobile-proNavTheme1Border{
	border-bottom: 1px solid #ccc;
}



.clear{
    clear: both;
}
/*产品导航--版式二 end */

/* 分割线控件-版式一  */
.w-hr-theme0{
    height:1px;
    border:none;
    border-top:1px dashed #1E90FF;
}

/* 多语言控件 start */
.kt-dropdown {
    position: relative;

}

.kt-dropdown button {
    height: 40px;
    background: white;
    cursor: pointer;
}

.kt-dropdown button>span {
    float: left;
    padding-left:10px;
}

.kt-dropdown button>i {
    float: right;
    padding-right: 10px;
}

.kt-dropdown ul {
    border-top: none !important;
    background: white;
    display: none;
    position: absolute;
    top: 40px;
    z-index: 1000;
}

.kt-dropdown ul li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding-left:10px;
}
/* 多语言控件 end */

/*文字、图标、按钮、图片、视频、背景音乐的控件初始化居中 */
.w-text-center,.w-icon-center, .w-button-center, .w-image-center, .w-video-center,.w-audio-center{
    text-align: center;
}
/* 文字控件在html的时候正常显示 */
.w-text-center>div{text-align: initial;}
.w-text-theme0{
    display: inline-block;
}
/* 去掉img和video的3px的下边距 */
.w-image-theme0 img, .w-video-theme0 video{
    vertical-align: middle;
    width: 100%;
}


.form-contral .main section .mainBox .labelBox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/*客服样式start--------------*/
.widget-kefu{
    /*width:230px;*/
    display                : flex;
  display                : -webkit-box;
  display                : -ms-flexbox;
  display                : -webkit-flex;
  z-index:200;
}
.kefu-theme1 {
   position:relative; 
}
.kefu-theme1 .widget-right{
    position:absolute;
    left:48px;
}
.widget-kefu .error-tip{
        color:red;
        font-size:12px;
        position:absolute;
        top:-13%;
        right:0%;
    }
.widget-left,.widget-right{
    float:left;
}
.widget-left{
    /*width:25%;*/
   /* min-width: 50px;
    display: inline-block;
    height:100%;
    cursor:pointer;
    background:#363A3E;*/
      font-size            : 26px;
    min-width            : 50px;
    background           :rgb(54,57,62);
    color                :#fff;
    text-align           : center;
    min-height           : 200px;
    display: inline-block;

}
.widget-left span{
    display:block;
    /*margin:16% auto;*/
    color:white;
    font-size:18px;
    text-align:center;
}
.widget-left span:nth-child(2),.widget-left span:nth-child(1){
    width:55%;
}
.show-logo{
    background-image:url(/assets/index/image/widget/kefu/theme-logo.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    height:20px;
    width:18px;
}
.widget-left span img{
    width:100%;
    display:inline-block;
    margin:10px auto;
}
.widget-right{
    /*padding:2%;
    width:70%;
    
    box-sizing:border-box;
    border:5px solid #2D2D2D;*/
    background:#ffffff;
    display              : flex;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : -webkit-flex;
    flex-wrap            : wrap;
    -webkit-flex-wrap    : wrap;
    -moz-flex-wrap       : wrap;
    -ms-flex-wrap        : wrap;
    -o-flex-wrap         : wrap;
    display:none;
    width                : 160px;
    border               : 5px solid rgb(54,57,62);
    
}
.widget-right .part-title{
    font-weight:800;
    margin:4% 0% 7% 0%;
    font-size:14px;
}
.widget-right .part-info li>span{
    position:relative;
    margin:3% 0%;
    border-bottom:1px solid #E0E0E0;
    padding:8% 0% 8% 3%;
    display: block;
}
.widget-right .part-info li{
    position:relative;
}
.widget-right .part-info li>span span{
    font-size:12px;
    display: inline-block;
    width:44%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.widget-right .part-info img{
    display: inline-block;
    width:55%;
    box-sizing: border-box;
    border-radius: 5px;
    position:absolute;
    top:27%;
    right:0%;
}
.widget-outstyle{
    display:flex;
    justify-content: flex-start;
}

.widget-kefu .online-style{
    text-align: center;
    font-size: 26px;
    color:#fff;
}
/*客服板式2的样式*/
.widget-kefucontent{
    display:none;
    position:absolute;
    z-index:10000;
    padding-bottom:1%;
}
.widget-theme1-kefu{
    position:relative;
}
.widget-theme1-kefu ul{
    background:white;
    padding: 1px 0%;
}
.widget-kefucontent .error-tip{
    color:red;
    font-size:12px;
    position:absolute;
    top:0%;
    right:-13%;
}
.widget-kefulogo{
    cursor: pointer;
    position:relative;
    width:80px;
    padding:2% 0%;
    background:#F7F7F7;
}
.widget-kefucontent{
    width:160px;
    background:#f7f7f7;
}
.widget-kefucode,.widget-kefu-partone{
    width:80%;
    margin:10% auto 0%;
}
.widget-kefulogo span,.widget-kefucode span{
    text-align:center;
    display:block;
    margin:0% auto;
    font-size:14px;
}
.widget-kefulogo span{
    width:50%;
    margin-top:3%;
}
.widget-kefucode span{
    padding:3%;
    width:100%;
    box-sizing: border-box;
    background:white;

}
.widget-kefulogo span img{
    width:100%;
    margin-top:35%;
    display: inline-block;
}
.widget-kefucode span img{
    width:90%;
    display: block;
    margin:0 auto;
    height:120px;
}
.widget-kefu-partone .widget-part-title{
    margin:3% 0%;
    height:30px;
    line-height:30px;
}
.widget-kefu-partone ul{
    width:100%;
}
.widget-kefu-partone ul li img{
    width:19%;
    display:inline-block;
    position: absolute;
    top:-4%;
    left:0%;
}
.widget-kefu-partone ul li{
    position:relative;
}

.widget-kefu-partone ul li>span span{
    display:inline-block;
    height:100%;
    word-wrap: break-word;
    word-break: normal;
    width:100%;
    padding-left:26%;
    box-sizing: border-box;
}
/* .widget-kefu-partone li a{
    display: block;
    width:80%;
    margin:15% auto 20%;
    position: relative;
}*/
 .widget-kefu-partone li>span{
    display: block;
    width:80%;
    margin:12% auto 12%;
    position: relative;
}
.widget-outstyle .logochangeleft{
    display:none;
}
.widget-theme1-kefu .position-logo{
    position:absolute;
    display: none;
    top:30%;
    width:17px;
    height:25px;
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.widget-theme1-kefu .position-logoleft{
    left:-25px;
    background-image:url(/assets/index/image/widget/kefu/position-logo.png);
}
.widget-theme1-kefu .position-logoright{
    right:-25px;
    background-image:url(/assets/index/image/widget/kefu/position-logo.png);
    transform:rotate(180deg);
}

/*客服板式三*/
.customerkefu3{
    background              : rgb(247, 247, 247);
    padding                 : 10px 20px;
    border                  : 1px solid #ddd;
    display: inline-block;
    max-width: 160px;
}
.kefu-theme3 .titlekefu{
    line-height          : 30px; 
}
.kefu-theme3  ul{
    margin-left         : 5px; 
    padding-bottom      : 10px;
    border-bottom       : 1px solid #ddd;  
    
}
.kefu-theme3 .click_kefu{
    position:relative;  
}
.kefu-theme3 .theme3-img-logo{
    position: absolute;
    top:10%;
    left:0%;
}
.customerkefu3 .theme2-name{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    padding-left:16%;
    box-sizing: border-box;
}
.kefu-theme3 ul li{
    line-height:25px;
    position:relative;
}
.kefu-theme3 .titlekefu li span{
    margin-left     : 5px; 
}
.kefu-theme3 .time{
    padding-top         : 5px;
    padding-bottom      : 10px;
}
.kefu-theme3 .time li{
    line-height        : 25px;
    margin-left        : 5px; 
}
.kefu-theme3 img{
    width              : 16px;
    height             : 16px;
    vertical-align     : middle;
    margin-right       : 5px;
}
.kefu-theme3 .error-tip{
    position:absolute;
    top:50%;
    left:20%;
    font-size:12px;
    color:red;
}

/*客服板式四*/
.customerkefu4{
    display:inline-block;
    padding: 20px 20px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    max-width: 160px;
}

.customerkefu4 .click_kefu{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.workTime{
    line-height           : 30px; 
    padding-bottom        : 5px;
    border-bottom         : 1px solid #ddd;  
}
.customerkefu4 ul{
    padding-top           : 10px;
}
.customerkefu4 ul li{
    position:relative;
    line-height           : 25px;
    color                 : #01a3f8;
}
.customerkefu4 .error-tip{
    position: absolute;
    top:50%;
    left:0%;
    font-size:12px;
    color:red;
}

/*客服end*/


/*图册板式4，后面新增加的那个板式*/

    .imagelists{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .imagelist{
        width:63%;
        margin:0 auto;
    }
    .imagelists .imagelist-part{
        width:31%;
        /*margin-left:1%;*/
        /*float:left;*/
        display: flex;
    }
    .imagelists .imagelist-part img{
        width:auto;
        display:block;
        margin:0 auto;
        height:250px;
        width: 100%;
    }
    .imagelists .imagelist-part span{
        width:100%;
        display:block;
        text-align:center;
        font-size:24px;
    }
    .imagelist .item img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: bottom;
    }
    /* remove margin bottom on last row */
    .imagelist .last-row, .imagelist .last-row ~ .imagelist .item {
      margin-bottom: 0;
    }

    /*图册板式详情*/
    .big_img{
        width:100%;
        background:rgba(0,0,0,0.5);
        position:fixed;
        top:0px;
        left:0px;
        bottom: 0;
        right: 0;
        z-index: 1000;
        display:none;
    }
    .big_img .enlarge_img{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      display:block;
/*    width:35%;*/
      max-width: 90%;
      height:auto;
    }
    .emptyTip{
        text-align:center;
        font-size:16px;
        margin-top:5%;
    }
    .imagelist .pic_title{
        text-align:left;
        height:100px;
        line-height:100px;
        padding-left: 10px;
        font-size:26px;
        color:#333;
        font-weight:bold;
    }
    .imagelist .pic_content{
      line-height: 26px;
      margin-bottom: 50px;
      padding-left: 10px;
      color: #999;
    }
    .ablum-list{
        column-count:5;
        column-gap: 0;
    }
    .imagelist .item{
        break-inside: avoid;
        box-sizing: border-box; 
        padding: 10px;
    }
    /*移动端版图册详情页*/
   .mobileImgList-title{
     height:35px;
     line-height: 35px;
     padding: 0 12px;
     margin-top: 9px;
     font-size: 18px;
     color: #2c2c2c;
     font-weight: bold;
   }
   .mobileImgList-details{
     line-height: 22px;
     margin-bottom: 15px;
     padding: 0 12px;
     font-size:  14px;
     color: #282828;
   }
    .mobileAblumList .item {
      margin: 10px;
      margin-bottom: 10px;
      margin-top: 0;
    }
    .mobileAblumList  .ablum-list { 
      column-count: 2; 
    } 
    .visible-xs-block .big_img{
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 300;
      background: rgba(0,0,0,0.5);
    }
    .visible-xs-block .enlarge_img{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      max-width: 90%;
    }
/*    .ablum-list { column-count: 1;} */

    @media (max-width: 400px){
        .ablum-list { 
            column-count: 1; 
        } 
        .imagelists .imagelist-part{
            width:100%;
            margin-left:1%;
        /*float:left;*/
        }
        .imagelists .imagelist-part img{
            width:auto;
            display:block;
            margin:0 auto;
            height:250px;
            width: 100%;
        }
    }

    @media (min-width: 768px) and (max-width: 992px){
        .ablum-list { 
            column-count: 3; 
        } 
        .imagelist{
            width:70%;
            margin:0 auto;
        }
        .big_img .enlarge_img{
            display:block;
           /* width:45%;*/
            height:auto;
            margin:0% auto;
        }
        .imagelists .imagelist-part{
            width:49%;
            margin-left:1%;
            float:left;
        }
        .imagelists .imagelist-part img{
            width:auto;
            display:block;
            margin:0 auto;
            height:250px;
            width: 100%;
        }
    }

    @media (min-width: 1200px) { 
        .ablum-list { 
            column-count: 5;
        }
    }

    .atlas-seventh{
        position          :relative;
    }
    .content-box-seventh{
        overflow          : hidden;
        
    }
    .contentUl{ 
        width         : 200%; 
        height        : 250px;
        /*overflow      : hidden;*/
        display       : flex; 
        /*margin-left   : -18%; */
        
    }
    /*.seventh-li{ 
        width     : 17%;
    }
*/    /*.seventh-img{
        width     : 100%;
        height    : 250px;
        padding   : 10px;
    }*/

/*图册板式4  end*/

/*下载零件样式start*/
.style-one{
    border                  : 5px solid #ddd;
    padding                 : 20px 10px;
    /* line-height             : 35px; */
    width:360px;
    box-sizing:border-box;
    display                 : inline-block; 
    background:#ffffff;
}
.style-two{
    border                   : 5px solid #ddd;
    padding                  : 20px 10px;
    line-height              : 20px;
    min-width                : 170px;
   display                   : inline-block; 
   background:#ffffff;
}
.style-three{
    border                  : 5px solid #ddd;
    padding                 : 20px 10px;
    line-height             : 35px;
    text-align              : center; 
    width               : 150px;
    display: inline-block;
    background:#ffffff;
}
.style-two .content{
     display                 : flex;
     flex-direction          : column;
    
   }
.style-two .content .radio-input{
     text-align              : left;  
    }
.timeControl {
      display               : flex;
      align-items           : center;
      width                 : 100%;
     
      
    }
.timeControl  p {
        width             : 8%;
        margin-right      : 20px;
    }
.timeControl label {
        width             : 12%;
    }
.download-theme .label{
    display:inline-block;
    /*margin-right:10%;*/
}

.download-theme .label {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #0c4757;
    padding-left: 32px;
    width:80%;
    margin:2% 0%;
    cursor: pointer;
    word-wrap:break-word
}
.download-theme .style-one .label{
    width:100%;
}
.download-theme .style-two .label{
    width:80%;
    height:35px;
    line-height:35px;
}
.download-theme .label input{
    position: absolute;
    left: -9999px;
}

.download-theme .label .radio-inner {
    display: block;
    position: absolute;
    top: 10%;
    left: 7%;
    width: 16px;
    height: 16px;
    outline: 0;
    border: 1px solid #747476;
    background: #ffffff;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.download-theme .style-two .label .radio-inner{
    top: 30%;
}
.download-theme .label input + .radio-inner:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #01a3f8;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.download-theme .label input:checked +.radio-inner:after {
    opacity: 1;
}
.download-theme .label input:checked +.radio-inner{
    border:1px solid #01a3f8;
}
.download-theme .radio-text{
    display:inline-block;
    color:#747476;
    /*height:35px;
    line-height:35px;*/
}
.download-theme img{
    margin-right:2%;
}
.download-theme .radio-text{
    width:100%;
    display:inline-block;
}
.download-theme .overexpli{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.download-theme .iconfont{
    color:#747476;
}
.download-theme .overbreak{
    word-break: break-all;
    word-wrap : break-word;  
    white-space: pre-wrap;
}
.style-two .logoabs{
    display:inline-block;
    width:10%;
}
.style-two .theme0-style{
    width:100%;
}
.style-one .theme0-style{
    width:32%;
}
.theme0-style{
    float:left;
    position:relative;
    padding-right:10%;
    margin:0% 0%;
}
.theme0-style  .iconfont{
    position:absolute;
    top:25%;
    right:2%;
}
.style-one .theme0-style .iconfont{
    position:absolute;
    top:10%;
    right:10%;
}
.download-theme .style-one .label{
    padding-left:25px;
}
.download-theme .textplain{
    font-size:12px;
    word-break: break-all; 
    word-wrap: break-word; 
    white-space: pre-wrap;
    color:#01a3f8;
    margin-top:10px;
}
.download-theme .style-two .textplain{
    width:170px;
}
.download-theme .style-one .textplain{
    width:100%;
}
.download-theme .progress-con{
    width:100%;
}
.download-theme .progress{
    display: none;
    width:0;
    height:20px;
    line-height: 20px;
    margin-top: 5px;
    color:#fff;
    text-indent: 5px;
    background:#2dce93;
}
@media screen and (max-width: 400px) {
    .visible-xs-block .style-one .label{
        padding-left: 0;
    }
    .visible-xs-block .style-one .radio-text{
        margin-left: 1%;
    }
    .visible-xs-block .style-two .label{
        padding-left: 0;
    }
    .visible-xs-block .style-two .radio-text{
        margin-left: 1%;
    }
    .visible-xs-block .style-three .theme-name-load{
        float: left;
    }
}

.style-three .theme3-style-load{
    position:relative;
}
.style-three .theme3-style-load .iconfont{
    position:absolute;
    top:0%;
    right:8%;
}
.style-three .theme-name-load{
    display:inline-block;
    width:65px;
}

@media screen and (max-width: 400px) {
    .style-one{
        width:100%;
    }
    .style-one .theme0-style{
        width:100%;
    }
    .style-one .theme0-style .iconfont{
        right:0%;
    }
    .style-one .radio-text{
        margin-left:7%;
    }
}
/*下载零件样式end*/

/* 分页 start */
.hm-page{
    /*float: right;*/
    margin:  0;
}
.art-page{
    float: left;
    margin-bottom: 20px;
}
.art-more{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ccc !important;
    margin-bottom: 20px;
    cursor: pointer;
}
.artTheme3More .art-more {
    margin-left:20px;
    text-align: left;
}
.artTheme4More .art-more {
    margin-left:20px;
    text-align: left;
}
.artTheme5More .art-more {
    margin-left:20px;
    text-align: left;
}
.artTheme6More .art-more {
    margin-left:10px;
    text-align: left;
}
.hm-page .hm-page-number {
    display: inline-block;
    width: 30px;
    margin: 0 4px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.hm-page  a{
    color: #323232;
}
.hm-page .glyphicon-menu-left,
.hm-page .glyphicon-menu-right {
    font-weight: bold;
    cursor: pointer;
}
.hm-page .active {
    color: #01a3f8;
}
.hm-table-warp {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}
.hm-table-warp .table-bordered {
    white-space: nowrap;
}
.changecolor{
    color:#00A2F6
}

.hm-page-icon{
    margin-left: 10px;
    margin-right: 15px;
    color: #cdd0d7;
    font-size: 12px;
}
/* 分页 end */
@media screen and (max-width: 480px) {
    .hm-page-icon{
        margin-right: 0;
    }
    .hm-page .hm-page-number{
        margin: 0;
    }
}

/*地图start*/
.gaodestyle div.info-top {
      position: relative;
      background: none repeat scroll 0 0 #f9f9f9;
      border-bottom: 1px solid #ccc;
      border-radius: 5px 5px 0 0;
    }

    .gaodestyle div.info-top div {
      min-width: 100px;
      display: inline-block;
      color: #333333;
      font-size: 14px;
      font-weight: bold;
      line-height: 31px;
      padding: 0 10px;
    }

    .gaodestyle div.info-top img {
      position: absolute;
      top: 10px;
      right: 10px;
      transition-duration: 0.25s;
    }

    .gaodestyle div.info-top img:hover {
      box-shadow: 0px 0px 5px #000;
    }

    .gaodestyle div.info-middle {
      font-size: 12px;
      padding: 10px 6px;
      line-height: 20px;
    }

    .gaodestyle div.info-bottom {
      height: 0px;
      width: 100%;
      clear: both;
      text-align: center;
    }

    .gaodestyle div.info-bottom img {
      position: relative;
      z-index: 104;
    }

    .gaodestyle span {
      margin-left: 5px;
      font-size: 11px;
    }

    .gaodestyle .info-middle img {
      float: left;
      margin-right: 6px;
    }
/*地图end*/

/*背景音乐*/
@media screen and (max-width: 992px){
    .audio_style .aMFstyle{
        width   : 50px !important;
        height  : 50px !important; 
        line-height:50px !important;
    }
    .audio_style .MFstyle {
        display : block; 
    }
    .MFstyle .MFstyle_two{
        width   : 50px;
        height  : 50px;
        background: #FFF;
        color   : #000;
        border-radius: 10px;
        line-height: 50px;  
        text-align: center;
    }
    .MFstyle .MFstyle_three{
        width   : 50px;
        height  : 50px;
        background: #000;
        color   : #FFF;
        border-radius: 10px;
        line-height: 50px;  
        text-align: center;
    }
    .audio_style .PCstyle{
        display  : none; 
    }
    .iconfont{
        font-size : 30px; 
    }
} 
 @media screen and (min-width: 992px){
    .audio_style .MFstyle {
        display : none; 
        color: red;
    }
    .audio_style .PCstyle{
        display  : block; 
    }
 }


