@charset "UTF-8";
/*首页内容css*/
.main{
    width: 100%;
    margin-top: 15px;
}
.sider-menu{
    width: 250px;
    height: 480px;
    float: left;
    background-color: #00a6e6;
    position: relative;
}
.sider-menu .title1 a{
    display: block;
    height: 44px;
    background: url(../images/side-icon01.png) left 20px center no-repeat;
    background-size: 17px 15px;
    background-color: #008ec5;
    padding-left: 50px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.all-fenlei:hover .title1 a{
    color: #ffc41f;
    background: url(../images/side-icon01h.png) left 20px center no-repeat;
    background-size: 17px 15px;
    background-color: #009ad5;
}
.sider-menu .ul1{
    margin-top: 8px;
    position: relative;
}
.sider-menu .ul1 li{
    height: 42px;
    line-height: 42px;
    padding-left:30px;
    font-size: 14px;
    color: #fff;
    background: url(../images/side-line.png) bottom center no-repeat;
    background-size: 210px 1px;
    border-left: 4px solid transparent;
}
.sider-menu .first-nav a{
    color: #fff;
}
.sider-menu .ul1 li:last-child{
    background-image: none;
}
.sider-menu .ul1 li:hover{
    background-image: none;
    background-color: #fff;
    border-left: 4px solid #ffc41f;
}
.sider-menu .ul1 li:hover .second-nav{
    display: flex;
}
.all-fenlei:hover .second-nav-big{
    display: flex !important;
}
.sider-menu .ul1 li:hover .first-nav a{
    color: #00a6e6;
}
.second-nav .column{
    width: 150px;
    height: 100%;
    float: left;
}
.sider-menu .first-nav{
    display: block;
    width: 92%;
    height: 100%;
    background: url(../images/side-goto.png) right center no-repeat;
    background-size: auto 11px;
}
.sider-menu .first-nav a{
    display: block;
    width: 100%;
    height: 100%;
}
.sider-menu .second-nav{
    height: 100%;
    padding: 0 30px;
    border-top: 2px solid #00a6e6;
    border-right: 2px solid #00a6e6;
    border-bottom: 2px solid #00a6e6;
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: 250px;
    z-index: 999;
    display: none;
    flex-direction: column;
    flex-wrap:wrap;
}
.sider-menu .second-nav span{
    display: inline-block;
    width: 160px;
    text-align: center;
}
.sider-menu .second-nav span a{
    display: block;
    height: 41px;
    line-height: 41px;
}
.sider-menu .second-nav span a:hover{
    color: #00a6e6;
}
.second-nav-big{
    top: 0px !important;
    height: calc(100% - 14px) !important;
    padding: 5px 20px !important;
}
.second-nav .second-sp1{
    position: relative;
    border-top: 1px solid #fff;
    margin: 0 7.5px;
}
.second-nav .second-sp1:hover{
    background-color:#f7f7f7;
    border-top: 1px solid #07a6e6;
}

.second-nav .second-sp1:hover .third-nav{
    display: block !important;
}
.second-nav .third-nav{
    position: absolute;
    left: 150px;
    width: 480px;
    top: -1px;
    z-index: 99;
    background-color: #f7f7f7;
    border-top: 1px solid #07a6e6;
}
.second-nav .third-nav li{
    width: 150px;
    margin: 0 5px;
    height: 42px;
    float: left;
}
.second-nav .third-nav li a{
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #333;
}
.banner{
    width: 670px;
    height: 480px;
    float: left;
    margin-left: 15px;
    position: relative;
}
.banner-hd{
    position: absolute;
    width: 100%;
    height: 8px;
    width: 100%;
    z-index: 9;
    left: 0;
    bottom: 25px;
    text-align: center;
}
.banner-hd ul{
    width: 100%;
}
.banner-hd ul li{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 2px;
    cursor: pointer;
}
.banner-hd ul .on{
    width: 20px;
    height: 8px;
    border-radius: 100px;
    background-color: #fff;
}
.banner-bd{
    width: 100%;
    height: 100%;
}
.banner-bd ul{
    width: 100%;
    height: 100%;
}
.banner-bd ul li{
    width: 100%;
    height: 100%;
}
.banner-bd ul li img{
    width: 100%;
    height: 100%;
}
.hotspot{
    width: 250px;
    height: 480px;
    float: right;
    background-color: #fff;
    position: relative;
}
.module-title{
    display: block;
    width: 100%;
    height: 70px;
    background-color: #00a6e6;
    text-align: center;
}
.module-title img{
    width: 150px;
    height: 35px;
    margin-top: 16px;
}
.hotspot-body{
    padding: 20px 5px 8px 15px;
}
.hotspot-body ul{
    width: 100%;
    font-size: 0px;
}
.hotspot-body ul li{
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
}
.hotspot-body ul li a{
    display: inline-block;
    padding: 5px 12px;
    background-color: #ebf3f6;
    border-radius: 100px;
    color: #262c2e;
    font-size: 14px;
}
.hotspot-body ul li a:hover{
    background-color: #dae6eb;
}
.hotspot-btn{
    width: 220px;
    display: block;
    border-top: 1px solid #d8d8d8;
    position: absolute;
    left: 15px;
    bottom: 5px;
}
.hotspot-btn-in{
    position: relative !important;
    width: 220px !important;
    margin-left: 15px;
    left: 0;
}
.hotspot-btn a{
    display: block;
    height: 40px;
    line-height: 40px;
    background: url(../images/huanyipi.png) left 74px center no-repeat;
    background-size: 17px 14px;
    font-size: 14px;
    color: #009fdc;
    text-align: center;
    padding-left: 20px;
}
.hotspot-btn a:hover{
    background: url(../images/huanyipi-h.png) left 74px center no-repeat;
    background-size: 17px 14px;
    color: #24c2ff;
}
.hotspot-btn a:active{
    background: url(../images/huanyipi-a.png) left 74px center no-repeat;
    background-size: 17px 14px;
    color: #0096d0;
}
.others{
    width: 100%;
    height: 220px;
    background-color: #fff;
}
.others-fourbtn{
    width: 220px;
    height: 190px;
    padding: 15px;
    float: left;
    background-color: #00a6e6;
    position: relative;
}
.others-fourbtn::after{
    content: '';
    width: 26px;
    height: 26px;
    background-color: #00a6e6;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -13px;
    z-index: 9;
}
.others-fourbtn ul{
    width: 100%;
    height: 100%;
}
.others-fourbtn ul li{
    display: block;
    width: 50%;
    height: 50%;
    float: left;
    text-align: center;
    position: relative;
}
.others-fourbtn ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border-right: 1px solid #4dceff;
    border-bottom: 1px solid #4dceff;
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-position: top 16px center;
    /* transition:background-position 0.4s; */
}
.others-fourbtn ul li a span{
    display: block;
    font-size: 14px;
    color: #fff;
    padding-top: 62px;
}
/* .others-fourbtn ul li a:hover{
    transition:background-position 0.4s;
    background-position: top 18spx center;
} */
.others-fourbtn ul li:nth-child(1) a{
    background-image: url("../images/more-icon01.png");
    background-position: top 14px left 37px;
}
.others-fourbtn ul li:nth-child(2) a{
    background-image: url("../images/more-icon02.png");
    background-position: top 14px right 37px;
    border-right: none;
}
.others-fourbtn ul li:nth-child(3) a{
    background-image: url("../images/more-icon03.png");
    background-position: top 20px left 37px;
    border-bottom: none;
}
.others-fourbtn ul li:nth-child(4) a{
    background-image: url("../images/more-icon04.png");
    background-position: top 20px right 37px;
    border-right: none;
    border-bottom: none;
}
.others-fourbtn ul li:hover span{
    color: #ffc320;
}
.others-fourbtn ul li:nth-child(1):hover .a1{
    background-image: url("../images/more-icon01h.png");
    background-position: top 14px left 37px;
}
.others-fourbtn ul li:nth-child(2):hover .a1{
    background-image: url("../images/more-icon02h.png");
    background-position: top 14px right 37px;
    border-right: none;
}
.others-fourbtn ul li:nth-child(3):hover .a1{
    background-image: url("../images/more-icon03h.png");
    background-position: top 20px left 37px;
    border-bottom: none;
}
.others-fourbtn ul li:nth-child(4):hover .a1{
    background-image: url("../images/more-icon04h.png");
    background-position: top 20px right 37px;
    border-right: none;
    border-bottom: none;
}
.others-fourbtn ul li:nth-child(1) a span{
    padding-right: 8px;
    padding-top: 56px;
}
.others-fourbtn ul li:nth-child(2) a span{
    padding-left: 8px;
    padding-top: 56px;
}
.others-fourbtn ul li:nth-child(3) a span{
    padding-right: 8px;
}
.others-fourbtn ul li:nth-child(4) a span{
    padding-left: 8px;
}
.others-fourbtn-inside{
    position: absolute;
    right: -150px;
    bottom: -2px;
    z-index: 99;
    width: 150px;
    height: 420px !important;
    background-color: #fff;
    border: 2px solid #00a6e6;
    flex-direction: column;
    flex-wrap: wrap;
}
.others-fourbtn-inside li{
    display: inline-block;
    width: 150px !important;
    height: 42px !important;
    line-height: 42px;
}
.others-fourbtn-inside li a{
    border: none !important;
}
.others-fourbtn-inside li a:hover{
    color: #24c2ff;
}
.others-fourbtn .openli:hover .others-fourbtn-inside{
    display: flex !important;
}

.others-title{
    width: 60px;
    height: 220px;
    background: url(../images/index-hangye.png) center no-repeat;
    background-size: 38px 102px;
    background-color: #00a6e6;
    float: right;
    cursor: pointer;
    position: relative;
}
.others-title:hover{
    background: url(../images/index-hangyeh.png) center no-repeat;
    background-size: 38px 102px;
    background-color: #00a6e6;
}
.others-title img{
    width: 38px;
    height: 102px;
    margin-left: 11px;
    margin-top: 59px;
}
.others-title-pop{
    position: absolute;
    left: -890px;
    bottom: 0;
    background-color: #fff;
    width: 860px;
    padding: 12px 13px;
    float: left;
    z-index: 999;
    border: 2px solid #00a6e6;
    box-shadow: -5px 0px 8px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: -5px 0px 8px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: -5px 0px 8px 0px rgba(0,0,0,0.16);
}
.others-title-pop table{
    border-collapse: collapse;
    /* border-top: 1px dotted #cccccc; */
}
.others-title-pop table tr{
    border-bottom: 1px dotted #cccccc;
}
.others-title-pop table tr:last-child{
    border-bottom: none;
}
.others-title-pop table td{
    width: 16.5%;
    float: left;
    height: 95px;
    border-right: 1px dotted #cccccc;
}
.others-title-pop table td:nth-child(6){
    border-right: none;
}
.others-title-pop table td a{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: top 16px center;
    text-align: center;
    font-size: 14px;
    padding-top: 48px;
}
.others-title-pop table td a:hover{
    color: #00a6e6;
}
.others-title-pop table td a:hover span{
    color: #00a6e6;
}
.others-title-pop table td a span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}
.others-title:hover .others-title-pop{
    display: block !important;
}


.others-business{
    width: 860px;
    height: 190px;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}
.others-business ul{
    width: 100%;
}
.others-business ul li{
    width: 16.5%;
    float: left;
    height: 95px;
    border-right: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}
.others-business ul li:nth-child(6){
    border-right: none;
}
.others-business ul li:nth-child(7){
    border-bottom: none;
}
.others-business ul li:nth-child(8){
    border-bottom: none;
}
.others-business ul li:nth-child(9){
    border-bottom: none;
}
.others-business ul li:nth-child(10){
    border-bottom: none;
}
.others-business ul li:nth-child(11){
    border-bottom: none;
}
.others-business ul li:nth-child(12){
    border-right: none;
    border-bottom: none;
}
.others-business ul li a{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: top 16px center;
    text-align: center;
    font-size: 14px;
    padding-top: 48px;
}
.others-business ul li a:hover{
    color: #00a6e6;
}
.others-business ul li a:hover span{
    color: #00a6e6;
}
.others-business ul li a span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.others-business-hd{
    position: relative;
}
.others-business-hd .prev{
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: -13px;
    display: block;
    width: 70px;
    height: 18px;
    background: url(../images/index-prev-icon.png) center no-repeat;
    background-size: 16px 9px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 99;
    cursor: pointer;
}
/* .others-business-hd .prev:hover{
    background: url(../images/index-prev-icon.png) center no-repeat;
    background-size: 16px 9px;
    background-color: rgba(0, 0, 0, 0.25);
} */
.others-business-hd .next{
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: 183px;
    display: block;
    width: 70px;
    height: 18px;
    background: url(../images/index-next-icon.png) center no-repeat;
    background-size: 16px 9px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 99;
    cursor: pointer;
}
/* .others-business-hd .next:hover{
    background: url(../images/index-next-icon.png) center no-repeat;
    background-size: 16px 9px;
    background-color: rgba(0, 0, 0, 0.25);
} */
.others-business-hd .prevStop{
    display: none;
}
.others-business-hd .nextStop{
    display: none;
}

/*个人中心内容css*/
.person-card{
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    position: relative;
    z-index: 99;
}
.personcard-info{
    padding: 30px 20px;
}
.pcard-header{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #e8e9ea;
    position: relative;
    overflow: hidden;
    float: left;
}
.pcard-name{
    width: 560px;
    margin-left: 22px;
    float: left;
}
.pcard-name .sp1{
    display: block;
    margin-top: 10px;
}
.pcard-name .sp1 span{
    display: inline-block;
}
.pcard-name .sp1-spp1{
    font-size: 16px;
    margin-right: 10px;
}
.pcard-name .sp1-spp2{
    font-size: 12px;
    color: #fff;
    background-color: #02a6e6;
    padding: 2px 6px;
    /*margin-right: 10px;*/
    border-radius: 2.5px;
}
.pcard-name .sp1-spp3 i{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: url(../images/person-v-icon.png) 5px center no-repeat;
    background-size: 13px 13px;
    background-color: #bfbfbf;
    padding: 2px 6px 2px 24px;
    margin-right: 10px;
    border-radius: 2.5px;
}
.pcard-name .sp1-spp3 a{
    font-size: 12px;
    color: #ff8400;
    text-decoration: underline;
}
.pcard-name .sp1-spp4 i{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: url(../images/person-v-icon.png) 5px center no-repeat;
    background-size: 13px 13px;
    background-color: #ffa508;
    padding: 2px 6px 2px 24px;
    /*margin-right: 10px;*/
    border-radius: 2.5px;
}
.pcard-name .sp2{
    display: block;
    margin-top: 12px;
}
.pcard-name .sp2 span{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-right: 4px;
}
.pcard-name .sp2 span a{
    vertical-align: bottom;
}
.pcard-name .sp2-phone{
    margin-right: 15px !important;
}
.pcard-name .sp2-phone a{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/person-icon-bd01.png) center no-repeat;
    background-size: auto 10px;
    background-color: #bfbfbf;
    margin-right: 5px;
}
.pcard-name .sp2-qq a{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/person-icon-bd02.png) center no-repeat;
    background-size: 10px auto;
    background-color: #bfbfbf;
}
.pcard-name .sp2-wechat a{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/person-icon-bd03.png) center no-repeat;
    background-size: 12px auto;
    background-color: #bfbfbf;
}
.pcard-name .sp2-alipay a{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/person-icon-bd04.png) center no-repeat;
    background-size: 14px auto;
    background-color: #bfbfbf;
}
.pcard-name .sp2-weibo a{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/person-icon-bd05.png) center no-repeat;
    background-size: 14px auto;
    background-color: #bfbfbf;
}
.pcard-name .sp2-phone .after-binding{
    background-color: #02a6e6;
}
.pcard-name .sp2-qq .after-binding{
    background-color: #02a6e6;
}
.pcard-name .sp2-wechat .after-binding{
    background-color: #3bbb62;
}
.pcard-name .sp2-alipay .after-binding{
    background-color: #02a6e6;
}
.pcard-name .sp2-weibo .after-binding{
    background-color: #f46161;
}
.pcard-name .sp3{
    display: block;
    margin-top: 22px;
}
.pcard-name .sp3 span{
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 30px;
}
.pcard-name .sp3 span i{
    color: #000;
    margin-left: 10px;
}
.pcard-money{
    float: right;
}
.pcard-money .sp1{
    display: inline-block;
    width: 120px;
}
.pcard-money .sp1-p1{
    font-size: 14px;
    color: #999;
    padding-left: 4px;
    margin-top: 2px;
}
.pcard-money .sp1-p2{
    font-size: 26px;
    color: #000;
    margin-top: 10px;
    padding-left: 4px;
}
.pcard-money .sp1-p2 label{
    font-size: 12px !important;
    margin-left: 5px;
    color: #999;
    display: inline-block;
}
.pcard-money .sp1-p2 label a{
    color: #999;
    display: block;
}
.pcard-money .sp1-p2 label a:hover{
    color: #00a6e6;
}
.pcard-money .sp1-p2 i{
    font-size: 18px;
}
.pcard-money .sp1-p3{
    margin-top: 15px;
}
.pcard-money .sp1-p3 a{
    font-size: 12px;
    color: #202431;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid #202431;
}
.pcard-money .sp1-p3 a:hover{
    color: #02a6e6;
    border: 1px solid #02a6e6;
}
.pcard-header img{
    width: 100%;
    height: 100%;
}
.pcard-header .change-btn{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    z-index: 9;
}
.pcard-header .change-btn:hover{
    background-color: rgba(0, 0, 0, 0.8);
}
.personcard-message{
    margin: 0 20px;
    padding: 18px 0;
    border-top: 1px solid #d8d8d8;
    position: relative;
}
.personcard-message .pm-bd{
    width: 1000px;
    float: left;
    background: url(../images/message-icon.png) 15px center no-repeat;
    background-size: 17px 15px;
    padding-left: 50px;
}
.personcard-message .pm-ul li{
    font-size: 14px;
}
.personcard-message .pm-ul li a:hover{
    text-decoration: underline;
}
.personcard-message .pm-ul li span{
    color: #666666;
    margin-right: 20px;
}
.personcard-message .more-btn{
    display: block;
    float: right;
    margin-right: 10px;
}
.personcard-message .more-btn a{
    display: inline-block;
    color: #02a6e6;
    background: url(../images/more-message.png) right center no-repeat;
    background-size: auto 13px;
    padding-right: 15px;
    font-size: 14px;
}
.person-sidebar{
    width: 250px;
    background-color: #fff;
    float: left;
}
.person-sidebar .ps-title{
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #02a6e6;
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
}
.person-sidebar .ps-ul{
    padding: 5px 15px;
}
.person-sidebar .ps-ul .item-num{
    display: inline-block;
    border-radius: 11px;
    background-color: #da3434;
    font-size: 14px;
    height: 22px;
    min-width: 16px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin-left: 6px;
    padding: 0 3px;
}
.person-sidebar .ps-ul li{
    display: block;
    padding-left: 15px;
    border-bottom: 1px solid #d8d8d8;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.person-sidebar .ps-ul li span{
    margin-left: 30px;
    color: #333333;
}
.person-sidebar .ps-ul li a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.person-sidebar .ps-ul .icon-item{
    font-size: 16px;
    color: #6c6f77;
}
.person-sidebar .ps-ul .icon-goto{
    float: right;
    font-size: 14px;
    color: #d6d6d6;
}
.person-sidebar .ps-ul li:last-child{
    border-bottom: none;
}
.person-sidebar .ps-ul li:hover i{
    color: #02a6e6;
}
.person-sidebar .ps-ul li:hover span{
    color: #02a6e6;
}
.person-sidebar .ps-ul .active i{
    color: #02a6e6;
}
.person-sidebar .ps-ul .active span{
    color: #02a6e6;
    font-weight: bold;
}
.person-body{
    width: 895px;
    padding: 0 20px 40px 20px;
    background-color: #fff;
    min-height: 500px;
    float: right;
}
.person-body-title{
    border-bottom: 1px solid #d8d8d8;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 18px;
}
.person-body-title::after{
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background-color: #02a6e6;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 9;
}
.pb-ul{
    width: 100%;
    margin-top: 15px;
}
.pb-ul li{
    display: inline-block;
    margin-right: 15px;
}
.pb-ul li a{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100px;
    color: #333;
    font-size: 14px;
}
.pb-ul li a:hover{
    background-color: #f7f7f7;
}
.pb-ul .on a{
    background-color: #02a6e6;
    color: #fff;
}
.pb-ul .on a:hover{
    background-color: #02a6e6;
    color: #fff;
}
.pb-main{
    margin-top: 25px;
}
/*推荐会员*/
.recommend-vip{
    width: 100%;
}
.rvip-url{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rvip-url .sp1{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-top: 110px;
    margin-left: 30px;
}
.rvip-url .sp2{
    display: block;
    width: 596px;
    height: 36px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 30px;
}
.rvip-url .sp2 input{
    width: 530px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #202431;
    border: none;
    border-radius: 5px;
    margin-left: 6px;
}
.rvip-url .sp2 a{
    display: block;
    float: right;
    width: 48px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #1f1e1c;
}
.rvip-url .sp2 a:hover{
    color: #00a6e6;
}
.ptitle-sp1{
    display: block;
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #202431;
}
.ptitle-sp1 i{
    font-size: 16px;
    margin-right: 6px;
    font-weight: 400;
}
.ptitle-sp1 span{
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
}
.icon-youhuired{
    color: #da3434;
}
.icon-youhuired i{
    color: #da3434;
    font-size: 18px !important;
    vertical-align: middle;
}
.rvip-tip .sp2{
    display: block;
    margin-top: 15px;
}
.rvip-tip .sp2 p{
    font-size: 12px;
    line-height: 24px;
    padding-left: 4px;
    color: #666666;
    text-align: justify;
}
/*我的指数*/
.my-number{
    width: 100%;
}
.mynum-figure{
    width: 100%;
    height: 154px;
    background: url(../images/mynum-bg.jpg) center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}
.mynum-figure .sp1{
    display: block;
    text-align: center;
    min-width: 230px;
    float: left;
    height: 120px;
    border-radius: 10px 0 0 10px;
    background-color: #02a6e6;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    padding-top: 34px;
}
.mynum-figure .sp1 i{
    display: block;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    margin-top: 4px;
}
.mynum-figure .sp2{
    display: block;
    width: 400px;
    float: left;
    margin-top: 34px;
    margin-left: 30px;
}
.mynum-figure .sp2 .p1{
    font-weight: bold;
    color: #202431;
    font-size: 16px;
}
.mynum-figure .sp2 .p2{
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-top: 12px;
}
.mynum-ul{
    width: 100%;
    margin-top: 10px;
}
.mynum-ul li{
    width: 48%;
    float: left;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #d8d8d8;
    color: #202431;
}
.mynum-ul li:nth-child(even){
    margin-left: 4%;
}
.mynum-ul li i{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #494e60;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    margin-right: 12px;
}
.mynum-ul li span{
    float: right;
    color: #02a6e6;
    font-weight: bold;
}
/*基本信息*/
.basic-info{
    padding-left: 10px;
}
.basic-form{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.basic-form .sp1{
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color: #333;
}
.basic-form .sp1 i{
    color: #ff0000;
}
.basic-form .sel1{
    width: 102px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #cccccc;
    border-radius: 2.5px;
    outline: none;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 8px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-icon.png) right 6px center no-repeat;
    background-size: 11px 6px;
}
.basic-form .inp1{
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 2.5px;
    outline: none;
    font-size: 14px;
    padding-left: 4px;
}
.basic-form .sp2-money{
    font-size: 20px;
    color: #ff0000;
}
.basic-form .sp2-money span{
    font-size: 14px;
    color: #333;
    margin-left: 2px;
}
.basic-form .sp2-money i{
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
.basic-form .inp1::placeholder{
    color: #ccc;
}
.basic-form .inp1:read-only{
    background-color: #f7f7f7;
    color: #999;
}
.basic-form .goto1{
    font-size: 12px;
    color: #00a6e6;
    margin-left: 20px;
}
.basic-form .goto1:hover{
    text-decoration: underline;
}
.basic-form .goto1 i{
    vertical-align: middle;
    margin-right: 4px;
}
.basic-form .goto2{
    font-size: 12px;
    padding: 4px 10px;
    border: 1px solid #00a6e6;
    border-radius: 100px;
    color: #00a6e6;
}
.basic-form .sex-label{
    margin-right: 14px;
    font-size: 14px;
    color: #333333;
}
.basic-form .inp2{
    vertical-align: text-top;
}
.basic-form .textarea1{
    width: 480px;
    height: 108px;
    font-size: 14px;
    border: 1px solid #ccc;
    outline: #00a6e6;
    resize: none;
    border-radius: 2.5px;
    vertical-align: top;
    line-height: 24px;
    padding: 4px;
    font-family:"Microsoft YaHei","PingFang SC";
}
.basic-form .save-btn1{
    width: 125px;
    height: 38px;
    line-height: 36px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    background-color: #02a6e6;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}
.basic-form .save-btn1:hover{
    background-color: #0cb3f4;
}
.basic-form .save-btn1:active{
    background-color: #009bd7;
}
.basic-form .tip1{
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
/*我的消息*/
.mm-table{
    width: 100%;
    position: relative;
}
.mm-table .table-allbtn{
    display: inline-block;
    position: absolute;
    right: 0;
    width: 130px;
    padding: 0 5px;
    top: -38px;
    line-height: 38px;
    text-align: center;
}
.mm-table .table-allbtn a{
    font-size: 12px;
    margin: 0 5px;
}
.mm-table .table-allbtn .a1{
    color: #202431;
}
.mm-table .table-allbtn .a2{
    color: #ea4343;
}
.mm-table .table-allbtn .a1:hover{
    color: #0f1013;
}
.mm-table .table-allbtn .a2:hover{
    color: #f30000;
}
.mm-table table{
    width: 100%;
    margin-bottom: 40px;
}
.mm-table table th{
    background-color: #f7f7f7;
    color: #202431;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}
.mm-table table td{
    padding: 20px 5px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    display:table-cell;
    vertical-align:middle;
}
.mm-table .mm-title{
    text-align: left;
}
.mm-table .mm-title a:hover{
    text-decoration: underline;
}
.mm-table .unread{
    color: #000;
    font-size: 14px;
    background: url(../images/unread-icon.png) 10px center no-repeat;
    background-size: 5px 5px;
    padding-left: 25px;
}
.mm-table .afterread{
    color: #666;
    font-size: 14px;
    padding-left: 25px;
}
.table-btn{
    display: inline-block;
    margin: 0 3px;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 12px;
}
.blackbtn{
    border: 1px solid #202431;
    color: #202431;
}
.blackbtn:hover{
    border: 1px solid #0f1013;
    background-color: #e9eaee;
    color: #0f1013;
}
.graybtn{
    border: 1px solid #999999;
    color: #999999;
}
.redbtn{
    border: 1px solid #ea4343;
    color: #ea4343;
}
.redbtn:hover{
    border: 1px solid #f30000;
    background-color: #ffeaea;
    color: #f30000;
}
.mm-table .mm-time{
    color: #666666;
    font-size: 12px;
}
.table-page{
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.table-page .tp-sp1{
    display: inline-block;
    font-size: 12px;
    color: #292e3e;
    margin-right: 10px;
}
.table-page .tp-sp1 i{
    font-weight: bold;
    color: #00a6e6;
    margin: 0 1px;
}
.table-page .pagination{
    display: inline-block;
    margin-right: 0px;
}
.table-page .pagination .disabled a{
    color: #aaa;
    border: 1px solid #aaa;
}
.table-page .pagination .disabled a:hover{
    color: #aaa;
    border: 1px solid #aaa;
}
.table-page .pagination li{
    display: inline-block;
}
.table-page .pagination li a{
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border: 1px solid #434757;
    border-radius: 2.5px;
    margin: 0 3px;
    color: #292e3e;
}
.table-page .pagination li span{
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border: 1px solid #434757;
    border-radius: 2.5px;
    margin: 0 3px;
    color: #292e3e;
}
.table-page .pagination li span:hover{
    color: #00a6e6;
    border: 1px solid #00a6e6;
}
.table-page .pagination li a:hover{
    color: #00a6e6;
    border: 1px solid #00a6e6;
}
.table-page .pagination .active a{
    color: #00a6e6;
    border: 1px solid #00a6e6;
}

.table-page .pagination .active span{
    color: #00a6e6;
    border: 1px solid #00a6e6;
}
/*我的资讯*/
.mm-table .icon-wendang1{
    color: #868a95;
    margin-right: 6px;
    margin-left: 4px;
}
.mm-table .redtxt{
    color: #ea4343;
    margin-right: 4px;
}
.mm-table .bluetxt{
    color: #02a6e6;
    margin-right: 4px;
}
.mm-table .graytxt{
    color: #999999;
    margin-right: 4px;
}
/*我的账单*/
.mm-table .mm-figure{
    text-align: center;
}
.mm-table .figure-sub{
    font-size: 16px;
    font-weight: bold;
    color: #202431;
}
.mm-table .figure-sub i{
    font-size: 12px;
}
.mm-table .figure-add{
    font-size: 16px;
    font-weight: bold;
    color: #ff8400;
}
.mm-table .figure-add i{
    font-size: 12px;
}
/*我的文档*/
.mm-table .detail-info{
    margin-top: 10px;
    color: #999999;
    font-size: 12px;
}
.mm-table .detail-info i{
    margin-right: 4px;
    vertical-align: middle;
    color: #cccccc;
}
.mm-table .detail-info span{
    margin-right: 36px;
    margin-left: 0px;
}
.mm-table .icon-PDF{
    font-size: 20px;
    color: #ea4343;
}
.mm-table .icon-ppt{
    font-size: 20px;
    color: #e97c24;
}
.mm-table .icon-word{
    font-size: 20px;
    color: #4d69cf;
}
.mm-table .icon--xls{
    font-size: 20px;
    color: #4ea44e;
}
.mm-table .mm-price{
    font-size: 12px;
}
/*我的关注*/
.myfocus-organ{
    width: 100%;
}
.myfocus-organ .mo-ul{
    width: 100%;
}
.myfocus-organ .mo-ul li{
    width: 48%;
    float: left;
    margin-bottom: 30px;
}
.myfocus-organ .mo-ul li:nth-child(even){
    margin-left: 4%;
}
.myfocus-organ .mo-ul .foucs-sp1{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    position: relative;
}
.myfocus-organ .mo-ul .foucs-sp1 img{
    width: 100%;
    height: 100%;
}
.myfocus-organ .mo-ul .foucs-sp1 a{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.myfocus-organ .mo-ul .foucs-sp1 a:hover{
    background-color: rgba(0, 0, 0, 0.7);
}
.myfocus-organ .mo-ul .foucs-sp2{
    display: block;
    float: left;
    width: calc(100% - 117px);
    margin-left: 15px;
}
.myfocus-organ .mo-ul .foucs-sp2 span{
    display: block;
    text-align: justify;
}
.myfocus-organ .mo-ul .foucs-sp2 .foucs-spp1{
    /* padding-top: 10px; */
}
.myfocus-organ .mo-ul .foucs-sp2 .foucs-spp1 .a1{
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 4px;
}
.myfocus-organ .mo-ul .foucs-sp2 .foucs-spp1 .a1:hover{
    color: #00a6e6;
}
.myfocus-organ .mo-ul .foucs-sp2 .foucs-spp1 .i1{
    display: inline-block;
    font-size: 12px;
    background: url(../images/person-v-icon2.png) 5px center no-repeat;
    background-size: 13px 13px;
    color: #ffa508;
    border: 1px solid #ffa508;
    padding: 1px 4px 1px 22px;
    /* margin-left: 8px; */
    border-radius: 3px;
}
.myfocus-organ .mo-ul .foucs-sp2 .foucs-spp1 .i2{
    font-size: 12px;
    color: #02a6e6;
    border: 1px solid #02a6e6;
    padding: 1px 4px;
    margin-left: 8px;
    border-radius: 3px;
}
.myfocus-organ .mo-ul .foucs-sp2 .foucs-spp2{
    color: #999999;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
.myfocus-organ .mo-ul .foucs-sp1-expert{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    position: relative;
}
.myfocus-organ .mo-ul .foucs-sp1-expert img{
    width: 100%;
    height: 100%;
}
.myfocus-organ .mo-ul .foucs-sp1-expert a{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.myfocus-organ .mo-ul .foucs-sp1-expert a:hover{
    background-color: rgba(0, 0, 0, 0.7);
}
/*结算中心*/
.exchange-jifen{
    width: 100%;
}
.exchange-jifen .ej-ul{
    width: 100%;
    text-align: center;
}
.exchange-jifen .ej-ul li{
    display: block;
    float: left;
    width:201px;
    height: 198px;
    border: 1px solid rgba(244, 192, 76, 1);
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 15px;
    position: relative;
}
.exchange-jifen .ej-ul .active .ej-sp1::after, .exchange-jifen .ej-ul li:hover::after{
    content: '';
    display: block;
    width: 199px;
    height: 196px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    border-radius: 5px;
    border: 1px solid rgba(244, 192, 76, 1);
    background: url(../images/pay-choosebg3.png) right bottom no-repeat;
    background-size: 38px auto;
}
.tuijian-li:hover::after, .active .ej-sp1-tuijian{
    content: '';
    display: block;
    width: 199px;
    height: 196px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    border-radius: 10px;
    border: 2px solid #de4040 !important;
    background: url(../images/pay-choosebg2.png) right bottom no-repeat !important;
    background-size: 38px auto !important;
}

.exchange-jifen .ej-ul .active .ej-sp2{
    color: #333;
}
.exchange-jifen .ej-ul li:nth-child(1){
    margin-right: 3%;
}
.exchange-jifen .ej-ul li:nth-child(2){
    margin-right: 3%;
}
.exchange-jifen .ej-ul li:nth-child(4){
    margin-left: 3%;
}

.exchange-jifen .ej-ul .ej-sp0{
    display: block;
    background-color: rgba(244, 192, 76, 0.4);
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #cf7a00;
    text-align: center;
    position: relative;
    padding: 10px 0;
}
.exchange-jifen .ej-ul .ej-sp1{
    display: block;
    background-color: #fff;
    font-size: 22px;
    font-weight: bold;
    color: #da3434;
    text-align: center;
    /* position: relative; */
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #eeeeee;
}
.exchange-jifen .ej-ul .ej-sp1 span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #605f5f;
    margin-top: 5px;
}
.exchange-jifen .ej-ul .ej-sp1 i{
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 9;
    padding: 2px 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 100px 0 0 100px;
}
.height-bg{
    padding: 6px 12px !important;
}
.exchange-jifen .bluebg{
    background-color: #00a6e6;
}
.exchange-jifen .orangebg{
    background-color: #f79d00;
}
.exchange-jifen .redbg{
    background-color: #de4040;
}
.exchange-jifen .ej-ul .ej-sp2{
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.exchange-jifen .ej-ul .ej-sp2 i{
    font-size: 22px;
    font-weight: bold;
    margin: 0 3px;
    color: #000;
}
.exchange-jifen .ej-ul .ej-sp2 span{
    display: block;
    margin-top: 5px;
    color: #666;
}
.ej-balance{
    display: block;
    padding-left: 4px;
    color: #666;
}
.ej-balance i{
    font-weight: bold;
    color: #000;
}
.ej-payment{
    padding-left: 4px;
    margin-top: 20px;
}
.ej-payment .ejp-sp1{
    font-weight: bold;
}
.ej-payment .ejp-sp2{
    font-size: 24px;
    font-weight: bold;
    color: #da3434;
}
.ej-payment .ejp-sp2 i{
    font-size: 14px;
}
.ej-payment .ejp-sp3{
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
}
.ej-choose-title{
    width: 100%;
    height: 30px;
    margin-top: 40px;
    line-height: 30px;
    text-align: center;
    background: url(../images/line.jpg) center repeat-x;
}
.ej-choose-title span{
    display: inline-block;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 14px;
    color: #000;
}
.ej-choosepay{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.ej-choosepay li{
    display: inline-block;
    width: 180px;
    height: 60px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 20px;
    cursor: pointer;
}
.ej-choosepay li img{
    width: 100%;
    height: 100%;
}
.ej-choosepay .active, .ej-choosepay li:hover{
    border: 1px solid #00a6e6;
    background: url(../images/pay-choosebg.png) right bottom no-repeat;
    background-size: 24px auto;
}
.ej-paybtn{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.ej-paybtn a{
    display: inline-block;
    width: 180px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #00a6e6;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.ej-paybtn a:hover{
    background-color: #0db2f2;
}
.ej-paybtn a:active{
    background-color: #009edc;
}
.tixian-juzhong{
    padding-left: 264px;
    margin-top: 60px;
}
.tixian-juzhong .sp1{
    display: inline-block;
    width: 90px;
    text-align: right;
}
.ej-inputmoney{
    padding-left: 4px;
    margin-top: 20px;
    line-height:28px;
}
.ej-inputmoney span{
    font-size: 14px;
    color: #666666;
}
.ej-inputmoney input{
    width: 200px;
    height: 28px;
    line-height: 26px;
    border-radius: 2.5px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.ej-inputmoney .sp2-bianxian{
    color: #ff0000;
}
.ej-inputmoney .sp3-tip{
    font-size: 12px;
    margin-left: 10px;
}
.ej-inputmoney input::placeholder{
    color: #cccccc;
}
.ej-tixian-tip{
    display: block;
    padding: 0 4px;
    color: #666;
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
}
.ej-choose-tixian{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.ej-choose-tixian li{
    display: inline-block;
    margin: 0 20px;
    width: 140px;
    height: 32px;
    line-height: 32px;
}
.ej-choose-tixian .li1 label{
    display: inline-block;
    height: 32px;
    background: url(../images/tixian-icon01.png) left center no-repeat;
    background-size: 32px 32px;
    padding-left: 40px;
    margin-left: 4px;
}
.ej-choose-tixian .li2 label{
    display: inline-block;
    height: 32px;
    background: url(../images/tixian-icon03.png) left center no-repeat;
    background-size: 32px 32px;
    padding-left: 40px;
    margin-left: 4px;
}
.ej-choose-tixian li .inp1{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
}
.ej-choose-tixian li .inp1::placeholder{
    color: #cccccc;
}
/*帮助中心*/
.person-sidebar .ps-ul2{
    padding: 5px 15px;
}
.person-sidebar .ps-ul2 li{
    display: block;
    border-bottom: 1px solid #d8d8d8;
    height: 50px;
    font-size: 14px;
}
.person-sidebar .ps-ul2 li:last-child{
    border-bottom: none;
}
.person-sidebar .ps-ul2 li a{
    display: block;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 14px;
}
.person-sidebar .ps-ul2 li a:hover{
    color: #00a6e6;
}
.person-sidebar .ps-ul2 .active a{
    font-weight: bold;
    color: #00a6e6;
}
.helpcenter-cont{
    width: 100%;
}
.helpcenter-cont .p1{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: justify;
    margin-bottom: 10px;
}
.helpcenter-cont .p2{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}
.helpcenter-cont .p3 img{
    max-width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.helpcenter-cont p{
    line-height:26px;
}
.helpcenter-cont img{
    max-width: 100%;
}
/*二级页面*/
.secondpage-left{
    width: 935px;
    float: left;
}
.secondpage-right{
    width: 250px;
    float: right;
}
.secondbar{
    width: 920px;
    padding-left: 15px;
    height: 40px;
    background-color: #00a6e6;
    line-height: 40px;
    position: relative;
}
.secondmenu-ul li{
    display: block;
    float: left;
    position: relative;
}
.secondmenu-ul li .iconfont{
    margin-left: 2px;
}
.secondmenu-ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #fff;
    white-space:nowrap;
}
.secondmenu-ul .sub{
    z-index: 99;
    min-width: 100%;
    position: absolute;
    background-color:rgba(34, 43, 53, 0.9);
    left: 0;
    top: 40px;
}
.secondmenu-ul .sub li{
    display: block;
    float: none;
}
.secondmenu-ul .active{
    background-color: #f0b81b;
}
.secondmenu-ul li a:hover{
    background-color: #f0b81b;
}
.second-left-body{
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
    padding-bottom: 15px;
    position: relative;
}
.tuijian-list-ul{
    width: 100%;
}
.tuijian-list-ul .tj-li{
    padding: 15px;
    background-color: #fff;
    display: flex;
    border-bottom: 15px solid #f7f7f7;
}
.tuijian-list-ul .tj-left{
    display: block;
    float: left;
    width: 230px;
    height: 150px;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.tuijian-list-ul .tj-left img{
    width: 100%;
    height: 100%;
    transition:all 0.5s;
}
.tuijian-list-ul .tj-left img:hover{
    transform:scale(1.05);   /* 放大1.05倍 */
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition:all 0.5s;
}
.tuijian-list-ul .tj-right{
    display: block;
    float: left;
    margin-left: 5px;
    width: 660px;
    flex: 1;
}
.tuijian-list-ul .tj-right h2{
    font-weight: bold;
    color: #222222;
    margin-top: 2px;
}
.tuijian-list-ul .tj-right h2 a{
    color: #222222;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tuijian-list-ul .tj-right h2 i{
    font-weight: 400;
    margin-right: 6px;
    font-size: 20px;
}
.tuijian-list-ul .tj-right h2 a:hover{
    color: #00a6e6;
}
.tuijian-list-ul .tj-right .ul1{
    margin-top: 10px;
}
.tuijian-list-ul .tj-right .ul1 li{
    display: inline-block;
    color: #666666;
    margin-right: 30px;
    font-size: 12px;
}
.tuijian-list-ul .tj-right .ul1 li i{
    color: #aaaaaa;
    vertical-align: middle;
    margin-right: 4px;
}
.tuijian-list-ul .tj-right .p1{
    font-size: 12px;
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    margin-top: 20px;
}
.tuijian-list-ul .tj-right .sp1{
    display: block;
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
}
.tuijian-list-ul .tj-right .sp1 a{
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border: 1px solid #aaaaaa;
    border-radius: 100px;
    margin-right: 10px;
    color: #666;
}
.tuijian-list-ul .tj-right .sp1 a:hover{
    border: 1px solid #00a6e6;
    color: #00a6e6;
}
.fenlei-list-ul .tj-right{
    margin-left: 5px;
    width: 900px;
}
.second-left-body .table-page .pagination{
    margin-right: 15px;
}
.sright-label{
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.sright-title{
    display: block;
    width: 220px;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    background: url(../images/shuxian-icon.png) 15px center no-repeat;
    background-size: auto 16px;
    background-color: #00a6e6;
    font-size: 14px;
    color: #fff;
}
.sright-title-xie{
    width: 100%;
    height: 40px;
    background-color: #ccc;
    overflow: hidden;
}
.sright-title-xie ul li{
    width: 105px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
}
.sright-title-xie ul li:first-child{
    float: left;
}

.sright-title-xie ul li:last-child{
    float: right;
}

.sright-title-xie .on{
    background-color: #00a6e6;
    color: #fff;
}
.sright-title-xie .on::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/tab-sjx.png) center no-repeat;
    background-size: cover;
    left: 100%;
    top: 0;
}
.sright-title-xie .on::before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/tab-sjx1.png) center no-repeat;
    background-size: cover;
    left: -40px;
    top: 0;
}
.hotdownload{
    padding: 0 15px 15px 15px;
    background-color: #fff;
}
.hotdownload-hd{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.hotdownload-hd ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.hotdownload-hd ul li{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.hotdownload-hd ul .on{
    font-weight: bold;
    color: #00a6e6;
}
.hotdownload-bd{
    width: 100%;
}
.hotdownload-bd .ul1{
    width: 100%;
}
.hotdownload-bd .ul1 .li1{
    width: 100%;
    margin-top: 15px;
}
.hotdownload-bd .ul1 .li1-icon{
    width: 22px;
    float: left;
    text-align: left;
    padding-top: 2px;
}
.hotdownload-bd .ul1 .li1-paiming{
    width: 22px;
    float: left;
    text-align: left;
    padding-top: 2px;
}
.hotdownload-bd .ul1 .li1-paiming i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #c0c0c0;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #fff;
}
.hotdownload-bd .ul1 .li1:nth-child(1) .li1-paiming i{
    background-color: #00a6e6;
}
.hotdownload-bd .ul1 .li1:nth-child(2) .li1-paiming i{
    background-color: #00a6e6;
}
.hotdownload-bd .ul1 .li1:nth-child(3) .li1-paiming i{
    background-color: #00a6e6;
}
.hotdownload-bd .ul1 .li1-icon i{
    font-size: 14px;
}
.hotdownload-bd .ul1 .li1-cont{
    width: 198px;
    float: left;
    font-size: 14px;
    line-height: 24px;
}
.hotdownload-bd .ul1 .li1-cont a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hotdownload-bd .ul1 .li1-cont h3{
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
}
.hotdownload-bd .ul1 .li1-cont h3 a{
    color: #333333;
}
.hotdownload-bd .ul1 .li1-cont h3 a:hover{
    color: #00a6e6;
}
.hotdownload-bd .ul1 .li1-cont .sp1{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 2px;
}
.hotdownload-bd .ul1 .li1-cont .sp1 i{
    vertical-align: middle;
    margin-right: 4px;
}
.hotdownload-bd .ul1 .li1-cont .sp1 span{
    float: right;
}


.xiangguan-zt{
    width: 220px;
    margin: 0 15px;
    padding-bottom: 15px;
}
.xiangguan-zt .ul1{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.xiangguan-zt .ul1 .li1{
    width: 100%;
    margin-top: 20px;
}
.xiangguan-zt .ul1 .li1-icon{
    width: 22px;
    float: left;
    text-align: left;
    padding-top: 2px;
}
.xiangguan-zt .ul1 .li1-paiming{
    width: 22px;
    float: left;
    text-align: left;
    padding-top: 2px;
}
.xiangguan-zt .ul1 .li1-paiming i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #c0c0c0;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #fff;
}
.xiangguan-zt .ul1 .li1:nth-child(1) .li1-paiming i{
    background-color: #00a6e6;
}
.xiangguan-zt .ul1 .li1:nth-child(2) .li1-paiming i{
    background-color: #00a6e6;
}
.xiangguan-zt .ul1 .li1:nth-child(3) .li1-paiming i{
    background-color: #00a6e6;
}
.xiangguan-zt .ul1 .li1-icon i{
    font-size: 14px;
}
.xiangguan-zt .ul1 .li1-cont{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/zt-icon.png) left center no-repeat;
    background-size: 12px 14px;
}
.xiangguan-zt .ul1 .li1-cont span{
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xiangguan-zt .ul1 .li1-cont span a{
    color: #333333;
    display: block;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xiangguan-zt .ul1 .li1-cont span a:hover{
    color: #00a6e6;
}
.xiangguan-zt .ul1 .li1-cont .sp1{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 2px;
}
.xiangguan-zt .ul1 .li1-cont .sp1 i{
    vertical-align: middle;
    margin-right: 4px;
}
.xiangguan-zt .ul1 .li1-cont .sp1 span{
    float: right;
}
.fuwu-zhinan{
    padding: 15px;
    background-color: #fff;
}
.fuwu-zhinan .sp1{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.fuwu-zhinan .sp1 img{
    width: 100%;
    height: 135px;
}
.fuwu-zhinan .sp2{
    display: block;

}
.fuwu-zhinan .sp2 .p1{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}
.fuwu-zhinan .sp2 .p2{
    font-size: 13px;
    line-height: 26px;
    color: #666666;
    padding-bottom: 4px;
    text-align: justify;
}
.fuwu-zhinan .sp2 .p2 a{
    color: #00a6e6;
}
.fuwu-zhinan .sp2 .p2 a:hover{
    text-decoration: underline;
}
.second-left-body .myfocus-organ{
    padding: 0 20px 0 20px;
    width: 895px;
}
.second-left-body .myfocus-organ .mo-ul li{
    margin-top: 15px;
    margin-bottom: 15px;
}
.zhili-select-title{
    margin: 0 15px;
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
}
.zhili-select-title select{
    height: 26px;
    margin-top: 12px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-icon.png) right 4px center no-repeat;
    background-size: 11px 6px;
    min-width: 100px;
    padding: 0 4px;
}
.second-title-bar{
    margin: 0 15px 10px 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: bold;
}
.second-title-bar i{
    color: #494e60;
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}
.second-left-renzheng .second-title-bar{
    border-bottom: none;
    padding-top: 5px;
}
.website-list{
    margin: 6px 15px 0 15px;
    width: 905px;
    position: relative;
}
.website-ul{
    font-size: 0;
    width: 735px;
    float: left;
}
.website-ul li{
    width: 20%;
    display: inline-block;
    font-size: 14px;
}
.website-ul li a{
    font-size: 14px;
    color: #333;
    line-height: 28px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.website-ul li a:hover{
    color: #00a6e6;
}
.website-ul span{
    display: inline-block;
    font-size: 14px;
}
.website-tit{
    width: 110px;
    line-height: 28px;
    font-size: 14px;
    color: #00a6e6;
    font-weight: bold;
    float: left;
    padding-left: 2px;
}
.website-more{
    width: 60px;
    line-height: 28px;
    font-size: 12px;
    color: #999999;
    position: absolute;
    text-align: right;
    right: 0;
    cursor: pointer;
}
.website-more:hover{
    color: #333;
}
.details-intro{
    background-color: #fff;
    padding: 15px;
}
.details-intro h1{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.details-intro h1 i{
    font-size: 24px;
    margin-right: 10px;
    font-weight: 400;
}
.details-intro .ul1{
    margin-top: 10px;
}
.details-intro .ul1 li{
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-right: 30px;
}
.details-intro .ul1 li i{
    vertical-align: middle;
    margin-right: 4px;
    color: #aaaaaa;
    font-size: 14px;
}
.details-intro .ul1 li a{
    color: #666666;
}
.details-intro .ul1 li a:hover{
    color: #333;
}
.details-synopsis{
    margin-top: 15px;
    background-color: #fff;
    padding: 15px 15px 20px 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    position: relative;
}
.details-synopsis .tit1{
    color: #333;
    font-weight: bold;
}
.details-synopsis .words-more{
    color: #00a6e6;
    cursor: pointer;
}
.details-synopsis .words-more i{
    font-size: 18px;
}
.details-synopsis .words-shouqi{
    color: #00a6e6;
    cursor: pointer;
}
.details-synopsis .words-shouqi i{
    font-size: 18px;
}

.comment-inp{
    padding: 0 15px;
}
.comment-inp textarea{
    margin-top: 5px;
    width: 880px;
    height: 120px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    resize: none;
    outline: none;
    font-family:"Microsoft YaHei","PingFang SC";
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
}
.comment-inp textarea::placeholder{
    color: #999999;
}
/* .comment-inp textarea:hover{
    background-color: #fff;
} */
.comment-inp .sp-btn{
    display: block;
    text-align: right;
    margin-top: 10px;
}
.comment-inp .sub-btn{
    width: 110px;
    height: 32px;
    background-color: #01a6e6;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.comment-inp .sub-btn:hover{
    background-color: #24c2ff;
}
.comment-inp .sub-btn:active{
    background-color: #0096d0;
}
.comment-list{
    padding: 0 15px;
}
.comment-list li{
    margin-top: 15px;
}
.comment-list .sp1{
    display: block;
    font-size: 14px;
}
.comment-list .sp1 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid #dadada;
    vertical-align: middle;
    margin-right: 10px;
}
.comment-list .sp1 span{
    float: right;
    font-size: 12px;
    color: #999999;
    padding-top: 15px;
}
.comment-list .p1{
    font-size: 14px;
    color: #666666;
    padding-left: 56px;
    text-align: justify;
    line-height: 24px;
    margin-top: 6px;
}
.comment-list .p1 i{
    color: #000;
}
.comment-list .sp2{
    font-size: 12px;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    margin-left: 56px;
    margin-top: 15px;
    color: #666;
    padding-bottom: 10px;
}
.comment-list .sp2 a{
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-right: 20px;
}
.comment-list .sp2 .active{
    color: #eb4141;
}
.comment-list .sp2 .active i{
    color: #eb4141;
}
.comment-list .sp2 a i{
    font-size: 14px;
    color: #666666;
    margin-right: 4px;
}
.comment-list li:last-child .sp2{
    border-bottom: none;
}
.details-fuwenben{
    padding: 15px;
}
.details-fuwenben p{
    font-size: 16px;
    line-height: 28px;
    margin: 5px 0;
    text-align: justify;
    margin-bottom: 18px;
    margin-top: 0;
}
.details-fuwenben a{
    color: #00a6e6;
}
.details-fuwenben a:hover{
    color: #0c84ff;
}
.details-fuwenben h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.details-fuwenben h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.details-fuwenben ol li{
    padding-left: 50px;
    line-height: 1.3;
    position: relative;
    counter-increment: item;
    margin-top: 20px;
    margin-bottom: 20px;
}
.details-fuwenben ol li:before{
    content: counter(item)".";
    display: block;
    position: absolute;
    left: 32px;
    top:0;
}
.details-fuwenben blockquote{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-left: 3px solid #ccc;
    background-color:#f1f1f1
}
.details-fuwenben ul{
    padding-left: 50px;
}
.details-fuwenben ul li{
    line-height: 1.3;
    position: relative;
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 20px;
}
.details-fuwenben img{
    max-width: 100%;
    vertical-align:middle;
    display:block !important;
    margin:0 auto !important;
}
.location-ul{
    color: #fff;
    font-size: 12px;
}
.location-ul li{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}
.location-ul i{
    color: #fff;
    font-size: 16px;
}
.location-ul li a{
    color: #fff;
    font-size: 14px;
}
.location-ul li a:hover{
    color: #ffc41f;
}
.location-ul .tit-icon{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 2px;
    margin-right: 10px;
}
.third-fenlei{
    width: 905px;
    background-color: #fff;
    padding: 15px 15px;
}
.third-fenlei .ul1{
    width: 100%;
    font-size: 0;
}
.third-fenlei .ul1 li{
    width: 18.2%;
    display: inline-block;
    background: url(../images/third-icon.png) left center no-repeat;
    background-size: 6px 8px;
    padding-left: 1.8%;
}
.third-fenlei .ul1 li a{
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}
.third-fenlei .ul1 li a:hover{
    color: #00a6e6;
}
.third-fenlei .ul1 .active a{
    color: #00a6e6;
    font-weight: bold;
}
.document-format{
    width: 905px;
    margin-left: 15px;
    border-bottom: 1px solid #d8d8d8;
    height: 50px;
    line-height: 50px;
}
.document-format .document-tab{
    float: left;
}
.document-format .document-tab li{
    display: block;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
}
.document-format .document-tab li a{
    font-size: 14px;
    color: #666666;
}
.document-format .document-tab li a i{
    color: #999999;
    margin-right: 4px;
}
.document-format .document-tab .active a{
    display: block;
    font-weight: bold;
    line-height: 49px;
    color: #000000;
    border-bottom: 2px solid #00a6e6;
}
.document-format .document-tab .active a i{
    font-weight: 400;
}
.document-format .document-tab .active .icon-pdf{
    color: #ea4343;
}
.document-format .document-tab .active .icon-word{
    color: #4d69cf;
}
.document-format .document-tab .active .icon-ppt{
    color: #e87d25;
}
.document-format .document-tab .active .icon-xls{
    color: #4ea44e;
}
.document-format .document-tab li:hover a{
    color: #000;
}
.document-format .document-tab li:hover .icon-pdf{
    color: #ea4343;
}
.document-format .document-tab li:hover .icon-word{
    color: #4d69cf;
}
.document-format .document-tab li:hover .icon-ppt{
    color: #e87d25;
}
.document-format .document-tab li:hover .icon-xls{
    color: #4ea44e;
}
.document-format .document-screen{
    float: right;
}
.document-format .document-screen li{
    float: left;
}
.document-format .document-screen li a{
    padding: 2px 10px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    font-size: 14px;
    color: #666;
}
.document-format .document-screen li:last-child a{
    border-right: 1px solid #d8d8d8;
}
.document-format .document-screen li a:hover{
    color: #00a6e6;
}
.document-format .document-screen li a:hover i{
    color: #00a6e6;
}
.document-format .document-screen li a i{
    font-size: 12px;
    color: #999;
}
.document-format .document-screen .on a{
    background-color: #00a6e6;
    border: 1px solid #00a6e6;
}
.document-format .document-screen .on a{
    color: #fff;
}
.document-format .document-screen .on a i{
    color: #fff;
}
.document-format .document-screen .on a:hover{
    color: #fff;
}
.document-list{
    width: 905px;
    margin-left: 15px;
}
.document-list-table{
    width: 100%;
    margin-top: 15px;
}
.document-list-table th{
    font-size: 12px;
    color: #202431;
    padding: 10px 0;
    background-color: #f7f7f7;
    text-align: center;
}
.document-list-table td{
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px;
    color: #666666;
}
.document-list-table th a{
    color: #202431;
}
.document-list-table th i{
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
    margin-left: 2px;
}
.document-name a{
    text-align: left;
    font-size: 14px;
    color: #246c93;
    padding-left: 4px;
}
.document-name a:hover{
    text-decoration: underline;
}
.document-name{
    text-align: left !important;
}
.docunment-icon i{
    font-size: 15px;
}
.shaixuan-list{
    width: 100%;
}
.shaixuan-list .tit{
    display: block;
    float: left;
    width: 80px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.shaixuan-list .ul2{
    float: left;
    width: 825px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dotted #d8d8d8;
}
.shaixuan-list .ul2 li{
    display: inline-block;
    margin-right: 30px;
    margin-left: 5px;
}
.shaixuan-list .ul2 li a{
    color: #333;
    font-size: 14px;
}
.shaixuan-list .ul2 li a:hover{
    color: #00a6e6;
}
.shaixuan-list .ul2 .active a{
    color: #00a6e6;
}
.shaixuan-list:last-child .ul2{
    border-bottom: none;
}
.shaixuan-list:last-child{
    margin-top: 2px;
}
.sx-page-input{
    border: 1px solid #d8d8d8;
    height: 22px;
    line-height: 22px;
    margin: 0 5px;
    padding-left: 5px;
}
.sx-page-btn{
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: none;
    background-color: #00a6e6;
    color: #fff;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}
.sx-page-btn:hover{
    background-color: #0096d0;
}
.shouqi-shaixuan{
    position: absolute;
    right: 15px;
    top: 0px;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
    background: url(../images/shouqi-icon.png) right center no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
}
.zhili-intro{
    width: 905px;
    padding: 15px 15px 20px 15px;
    border-bottom: 15px solid #f7f7f7;
}
.zhili-intro-left{
    display: block;
    float: left;
    width: 120px;
    text-align: center;
}
.zhili-intro .sp1{
    display: inline-block;
    width: 104px;
    height: 104px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    overflow: hidden;
}
.zhili-intro .sp1 img{
    width: 100%;
    height: 100%;
}
.zhili-intro .sp2{
    display: block;
    float: left;
    width: 760px;
    padding-left: 20px;
}
.zhili-intro .sp3{
    display: block;
    width: 100%;
    text-align: center;
}
.zhili-intro .spp1{
    display: block;
    font-size: 16px;
    color: #000;
    margin-top: 12px;
}
.zhili-intro .spp1 .i1{
    display: inline-block;
    font-size: 12px;
    background: url(../images/person-v-icon2.png) 5px center no-repeat;
    background-size: 13px 13px;
    color: #ffa508;
    border: 1px solid #ffa508;
    padding: 1px 4px 1px 22px;
    margin-left: 8px;
    border-radius: 3px;
}
.zhili-intro .spp1 .i2{
    font-size: 12px;
    color: #02a6e6;
    border: 1px solid #02a6e6;
    padding: 1px 4px;
    margin-left: 8px;
    border-radius: 3px;
}
.zhili-intro .spp2{
    display: block;
    font-size: 12px;
    min-height: 24px;
    line-height: 22px;
    color: #666666;
    margin-top: 15px;
}
.zhili-intro .spp3{
    display: block;
    margin-top: 20px;
}
.zhili-intro .spp3 span{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-right: 60px;
}
.zhili-intro .spp3 span i{
    font-size: 20px;
    margin-top: 8px;
    color: #000;
    display: block;
}
.zhili-intro .sp3{
    text-align: center;
}
.zhili-intro .sp3 i{
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}
.zhili-intro .sp3 .a1{
    display: inline-block;
    width: 86px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ffa508;
    color: #ffa508;
    margin-top: 8px;
}
.zhili-intro .sp3 .a1:hover{
    background-color: #fffbf1;
}
.zhili-intro .sp3 .a3{
    display: inline-block;
    width: 86px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
    background-color: #dbdedf;
    border: 1px solid #dbdedf;
    color: #fff;
    margin-top: 8px;
}
.zhili-intro .sp3 .a2{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
    background-color: #00a6e6;
    color: #fff;
    margin-top: 16px;
}
.zhili-intro .sp3 .a2:hover{
    background-color: #15b6f4;
}
.hisdocument{
    width: 100%;
}
.hisdocument .mm-table{
    width: 905px;
    margin-left: 15px;
    padding-top: 5px;
}
.hisdocument .mm-table td{
    padding: 15px 0;
}
.hisdocument .mm-price span{
    color: #666666;
}
.person-info{
    padding: 0 15px 15px 15px;
}
.person-info span{
    display: block;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
    line-height: 22px;
}
.person-info span i{
    color: #000;
    font-weight: bold;
}
.hisdocument-fenlei{
    width: 905px;
    margin-left: 15px;
    margin-top: 15px;
}
.hisdocument-fenlei li{
    display: inline-block;
}
.hisdocument-fenlei li a{
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    color: #202431;
    border-radius: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.hisdocument-fenlei li a:hover{
    color: #00a6e6;
    border: 1px solid #00a6e6;
}
.hisdocument-fenlei .active a{
    color: #00a6e6;
    border: 1px solid #00a6e6;
}
.hisdocument-all{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    margin-left: 20px;
}
.hisdocument-all .a1{
    display: inline-block;
    padding: 0 18px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #e8ecf0;
    border-radius: 100px;
}
.hisdocument-all  .active{
    background-color: #00a6e6;
    color: #fff !important;
}
.hisdocument-all .a2{
    color: #999999;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    cursor: pointer;
}
.hisdocument-all .a2 i{
    margin-left: 4px;
    color: #aaaaaa;
    vertical-align: middle;
}
.hisdocument-all .a2:hover{
    color: #00a6e6;
}
.hisdocument-all .a2:hover i{
    color: #00a6e6;
}
.pdf-player-box{
    width: 100%;
    min-height: 500px;
    /* padding-top: 44px; */
    padding-bottom: 60px;
    overflow: auto;
}
.pdf-player-box img{
    max-width: 100%;
}
.pdf-btnbar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 905px;
    height: 60px;
    padding:0 15px;
    background-color: #fff;
    -moz-box-shadow:0px -3px 8px #d8d8d8; -webkit-box-shadow:0px -3px 8px #d8d8d8; box-shadow:0px -3px 8px #d8d8d8;
}
.pdf-btnbar ul{
    height: 60px;
    line-height: 44px;
    margin-top: 8px;
    float: left;
}
.pdf-btnbar ul li{
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-right: 60px;
}
.pdf-btnbar ul li i{
    color: #999999;
}
.pdf-btnbar .twobtn{
    float: right;
    margin-top: 8px;
}
.pdf-btnbar .twobtn a{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin-left: 10px;
}
.doc-download-btn{
    width: 180px;
    text-align: center;
    background-color: #01a6e6;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.doc-download-btn2{
    width: 140px;
    text-align: center;
    background-color: #01a6e6;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.doc-download-btn:hover{
    background-color: #0eb2f2;
}
.doc-duihuan-btn{
    width: 140px;
    text-align: center;
    background-color: #ff973b;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.doc-duihuan-btn:hover{
    background-color: #ffa14e;
}
.pdf-topbar{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #d8d8d8;
    text-align: right;
}
.pdf-fangfa-btn{
    margin-right: 10px;
    margin: 0 10px;
}
.page-input{
    border: 1px solid #d8d8d8;
    width: 40px;
    height: 22px;
    line-height: 22px;
    margin-top: -6px;
    vertical-align: middle;
}
.page-all{
    color: #666;
    vertical-align: top;
    margin-left: 2px;
}
.pdf-fangfa-btn i{
    color: #999999;
    font-size: 20px;
}
.pdf-fangfa-btn:hover i{
    color: #00a6e6;
}
.second-left-renzheng{
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
}
.second-left-renzheng .hisdocument-all a{
    margin-right: 15px;
    color: #666666;
}
.renzheng-form{
    width: 905px;
    margin-left: 15px;
    margin-top: 20px;
}
.renzheng-form2{
    width: 895px;
    margin-left: 20px;
    margin-top: 20px;
}
.renzheng-form-list{
    width: 100%;
    margin-bottom: 20px;
}
.renzheng-form-list .sp1{
    display: block;
    float: left;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    color: #666666;
}
.renzheng-form-list .sp1 i{
    color: #ee2222;
}
.renzheng-form-list .inp1{
    float: left;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
.renzheng-form-list .select1{
    float: left;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-icon.png) right 10px center no-repeat;
    background-size: 11px 6px;
}
.renzheng-form-list .inp1:read-only{
    background-color: #f7f7f7;
}
.renzheng-form-list .sp3{
    display: block;
    float: left;
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    padding-top: 6px;
    line-height: 21px;
}
.renzheng-form-list .textarea1{
    float: left;
    height: 120px;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    resize: none;
    outline: none;
    font-family:"Microsoft YaHei","PingFang SC";
}
.renzheng-form-list .ck-editor{
    float: left;
    margin-left: 10px !important;
    width: 760px !important;
}
.renzheng-form-list .ck-content{
    min-height: 500px;
}
.word-count{
    float: left;
    margin-left: 110px;
    width: 758px;
    padding: 6px 0;
    border: 1px solid #c4c4c4;
    border-top: none;
    background-color: #fafafa;
}
.word-count-word{
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-left: 10px;
}
.word-count-word i{
    color: #333;
}
.renzheng-form-list .textarea2{
    float: left;
    height: 100px;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    resize: none;
    outline: none;
    font-family:"Microsoft YaHei","PingFang SC";
}
.renzheng-form-list .inp2{
    float: left;
    height: 150px;
    width: 150px;
    border: 1px dotted #00a6e6;
    background: url(../images/uploadpic-icon.png) top 50px center no-repeat;
    background-size: auto 24px;
    background-color: #f2fafe;
    padding-top: 60px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    cursor: pointer;
}
.renzheng-form-list .inp2:hover{
    background-color: #ebf8ff;
}
.renzheng-form-list .inp3{
    float: left;
    height: 150px;
    width: 240px;
    border: 1px dotted #00a6e6;
    background: url(../images/id-card-icon1.png) top 50px center no-repeat;
    background-size: auto 24px;
    background-color: #f2fafe;
    padding-top: 60px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    cursor: pointer;
}
.renzheng-form-list .inp3:hover{
    background-color: #ebf8ff;
}
.renzheng-form-list .inp4{
    float: left;
    height: 150px;
    width: 240px;
    border: 1px dotted #00a6e6;
    background: url(../images/id-card-icon2.png) top 50px center no-repeat;
    background-size: auto 24px;
    background-color: #f2fafe;
    padding-top: 60px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    cursor: pointer;
}
.renzheng-form-list .inp4:hover{
    background-color: #ebf8ff;
}
.renzheng-form-list .inp5{
    float: left;
    height: 150px;
    width: 240px;
    border: 1px dotted #00a6e6;
    background: url(../images/yyzz-icon.png) top 50px center no-repeat;
    background-size: auto 24px;
    background-color: #f2fafe;
    padding-top: 60px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    cursor: pointer;
}
.renzheng-form-list .inp5:hover{
    background-color: #ebf8ff;
}
.renzheng-form-list .inp2-pic{
    float: left;
    display: block;
    height: 150px;
    width: 150px;
    position: relative;
    margin-left: 10px;
}
.renzheng-form-list .inp2-pic img{
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
}
.renzheng-form-list .inp2-close{
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    background: url(../images/upload-close.png) center no-repeat;
    background-size: cover;
    right: -9px;
    top: -9px;
    cursor: pointer;
}
.renzheng-form-list .checkbox1{
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border-radius: 1px solid #d8d8d8;
    margin-left: 10px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: 1px;
}
.renzheng-form-list .label1{
    font-size: 14px;
    line-height: 34px;
    color: #333;
}
.renzheng-form-list .label1 a{
    color: #00a6e6;
}
.renzheng-form-list .sub-btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00a6e6;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.renzheng-form-list .sub-btn:hover{
    background-color: #24c2ff;
}
.renzheng-form-list .sub-btn:active{
    background-color: #0096d0;
}
.fuwenben-box{
    width: 760px;
    height: 420px;
    border: 1px solid #d8d8d8;
    margin-left: 10px;
    float: left;
}
.renzheng-tip{
    padding: 10px;
    display: block;
    background-color: #f2fafe;
    border: 1px dotted #00a6e6;
    font-size: 12px;
    color: #333;
    margin-bottom: 30px;
}
.upload-yaoqiu{
    width: 100%;
}
.upload-yaoqiu li{
    width: 47%;
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}
.upload-yaoqiu li:nth-child(odd){
    float: right;
}
.renzheng-form-list .renzheng-form-list{
    margin-bottom: 0;
}
.renzheng-form-list .renzheng-form-list .sp3{
    padding-top: 0;
}
.form-upload-box{
    width: 100%;
    border: 1px dotted #00a6e6;
    background-color: #f2fafe;
    border-radius: 5px;
    padding: 30px 0;
    margin-bottom: 30px;
}
.form-upload-box .sp2{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
}
.form-upload-box .sp3{
    display: block;
    text-align: center;
    margin-top: 15px;
}
.form-upload-box .sp3-after{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}
.form-upload-box .sp3-after .cancel-upload{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 15px;
    background: url(../images/upload-close.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
    vertical-align: bottom;
}
.choose-file-btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00a6e6;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}
.choose-file-btn:hover{
    background-color: #24c2ff;
}
.choose-file-btn:active{
    background-color: #0096d0;
}
.form-upload-box .sp4{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    color: #999999;
}
.form-upload-box .sp4 i{
    margin: 0 3px;
    font-size: 14px;
    vertical-align: middle;
}
.form-upload-box .sp1{
    display: block;
    margin: 0 auto;
    width: 56px;
    margin-top: 10px;
    height: 68px;
    background: url(../images/file-icon.png) center no-repeat;
    background-size: cover;
}
.renzheng-form-list .radio-sp1{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    margin-right: 10px;
    color: #333333;
}
.renzheng-form-list .radio-sp1 input{
    vertical-align: text-top;
}
.renzheng-form-list .radio-sp2{
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
}
.renzheng-form-list .radio-sp2 a{
    color: #00a6e6;
}
.renzheng-form-list .radio-sp2 a:hover{
    text-decoration: underline;
}
.hisdocument-body{
    width: 905px;
    margin-left: 15px;
}
.rvip-tip-kuang{
    padding: 10px;
    display: block;
    background-color: #f2fafe;
    border: 1px dotted #00a6e6;
    margin-top: 40px;
}
.rvip-tip-kuang .ptitle-sp1{
    margin-top: 5px;
}
.rvip-tip-kuang .rvip-tip .sp2 p{
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.titlebar{
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    margin-top: 15px;
    padding: 0 20px;
    border-bottom: 1px solid #d8d8d8;
}
.titlebar h1{
    display: block;
    float: left;
    height: 44px;
    font-size: 18px;
    color: #333;
}
/*词库展示开始*/
.ciku-header{
    width: 100%;
    height: 380px;
    background: url(../images/ciku-banner.jpg) center no-repeat;
    position: relative;
    background-color: #020742;
}
.ciku-header .ch-sp1{
    display: block;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    padding-top: 110px;
}
.ciku-header .ch-sp2{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
    opacity: 0.4;
}
.ciku-header .ch-search{
    display: flex;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-top: 30px;
}
.ciku-header .ch-search .inp1{
    flex: 1;
    height: 48px;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    border: none;
    background: url(../images/search-icon2.png) 12px center no-repeat;
    background-color: #fff;
    background-size: 22px auto;
    padding-left: 42px;
}
.ciku-header .ch-search .inp2{
    width: 140px;
    height: 50px;
    line-height: 48px;
    border-radius: 0 5px 5px 0;
    background-color: #00a6e6;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.ciku-header .ch-search .inp2:hover{
    background-color: #24c2ff;
}
.ciku-header .ch-ul{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.ciku-header .ch-ul li{
    display: inline-block;
    text-align: center;
}
.ciku-header .ch-ul .active a{
    background-color: #fff;
    color: #00a6e6;
}
.ciku-header .ch-ul .active a:hover{
    background-color: #fff;
    color: #00a6e6;
}
.ciku-header .ch-ul li a{
    display: inline-block;
    padding: 10px 10px 5px 10px;
    width: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0 1px;
    border-radius: 5px 5px 0 0;
    background-color: #00a6e6;
}
.ciku-header .ch-ul li a:hover{
    background-color: #24c2ff;
}
.first-ciku{
    padding: 25px 15px 15px 15px;
    background-color: #fff;
    margin-top: 15px;
}
.fc-sp{
    font-size: 20px;
    display: block;
    text-align: center;
    color: #333;
    font-weight: bold;
    background: url(../images/fc-sp-bgpic.png) center no-repeat;
}
.ciku-list{
    width: 100%;
}
.ciku-list .ck-sp{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 2px;
}
.ciku-list li{
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 18px;
}
.ciku-list li a{
    display: inline-block;
    width: 126px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d8d8d8;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}
.ciku-list li a:hover{
    color: #fff;
    border: 1px solid #00a6e6;
    background-color: #00a6e6;
}
.secondbar2{
    width: auto;
    padding-left: 15px;
    height: 40px;
    background-color: #00a6e6;
    line-height: 40px;
    position: relative;
}
.secondmenu-ul2 li{
    display: block;
    float: left;
    position: relative;
}
.secondmenu-ul2 li .iconfont{
    margin-left: 2px;
}
.secondmenu-ul2 li a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #fff;
    white-space:nowrap;
}
.secondmenu-ul2 .sub{
    z-index: 99;
    min-width: 100%;
    max-height: 400px;
    position: absolute;
    left: 0;
    top: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.secondmenu-ul2 .sub li{
    display: block;
    float: none;
    min-width: 146px;
    background-color:rgba(34, 43, 53, 0.9);
}
.secondmenu-ul2 .active{
    background-color: #f0b81b;
}
.secondmenu-ul2 li a:hover{
    background-color: #f0b81b;
}
/* .secondbar2{
    width: auto;
    padding-left: 15px;
    height: 40px;
    background-color: #00a6e6;
    line-height: 40px;
    position: relative;
}
.secondmenu-ul2 li{
    display: block;
    float: left;
    position: relative;
}
.secondmenu-ul2 li .iconfont{
    margin-left: 2px;
}
.secondmenu-ul2 li a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #fff;
    white-space:nowrap;
}
.secondmenu-ul2 .sub{
    z-index: 99;
    min-width: 100%;
    position: absolute;
    background-color:rgba(34, 43, 53, 0.9);
    left: 0;
    top: 40px;
}
.secondmenu-ul2 .sub li{
    display: block;
    float: none;
}
.secondmenu-ul2 .nLi:hover{
    background-color: #f0b81b;
}
.secondmenu-ul2 .active{
    background-color: #f0b81b;
}
.secondmenu-ul2 li a:hover{
    background-color: #f0b81b;
} */
/* .secondmenu-ul2 .nLi:hover .sub{
    display: block !important;
    background-color: #fff;
} */
/* .secondmenu-ul2 .sub li a{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    margin-left: 12px;
    color: #000;
}
.secondmenu-ul2 .sub li a:hover{
    color: #00a6e6;
    background-color: #fff;
}
.secondmenu-ul2 .active{
    background-color: #f0b81b;
}
.secondmenu-ul2 li a:hover{
    background-color: #f0b81b;
} */
/*词库展示结束*/

/*展开收起开始*/
.words-num{
    height: 56px;
}
.words-num-shouqi{
    display: block;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    position: relative;
}
.words-num-shouqi::after{
    content: '';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 28px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
}
.words-num strong{
    font-weight: bold;
}
.words-more-icon{
    display: block;
    width: 100%;
    background: url(../images/txt-more.png) center no-repeat;
    height: 20px;
    background-size: auto 12px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    cursor: pointer;
}
.words-more-icon:hover{
    background: url(../images/txt-moreh.png) center no-repeat;
    background-size: auto 12px;
    background-color: #f1f2f3;
}
.words-more-icon2{
    display: block;
    width: 100%;
    background: url(../images/txt-more2.png) center no-repeat;
    height: 20px;
    background-size: auto 12px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    cursor: pointer;
}
.words-more-icon2:hover{
    background: url(../images/txt-more2h.png) center no-repeat;
    background-size: auto 12px;
    background-color: #f1f2f3;
}
/*展开收起结束*/
/*机构官网链接开始*/
.webgoto-icon{
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 0 3px 0 5px;
    height: 18px;
    line-height: 18px;
    color: #666;
}
.webgoto-icon i{
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    line-height: 18px;
    color: #ccc !important;
}
.webgoto-icon:hover{
    border: 1px solid #00a6e6;
    color: #00a6e6;
}
.webgoto-icon:hover i{
    color: #00a6e6 !important;
}
/*机构官网链接结束*/


/*0619新增*/
.li1-cont h3{
    float: left;
}
.jieda-num{
    float: right;
    color: #999;
    font-size: 14px;
}
.quick-ques{
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.qq-tit{
    width: 100%;
    height: 70px;
    background: url(../images/qq-tit-bg.jpg) center no-repeat;
    background-size: 100% 100%;
}
.qq-tit .p1{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 10px;
}
.qq-tit .p2{
    font-size: 12px;
    color: #cceafa;
    padding-top: 3px;
    padding-left: 10px;
}
.qq-textarea{
    width: 210px;
    height: 180px;
    background-color: #f1f2f3;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 15px;
    padding: 5px;
    font-size: 14px;
    line-height: 26px;
    font-family:"PingFang SC", "Microsoft YaHei";
    border: none;
    resize: none;
    outline: none;
}
.qq-sub{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.qq-sub .subbtn{
    width: 190px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    background: -webkit-linear-gradient( right, #00a6e6, #007ae6 ); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(left,#007ae6, #00a6e6); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( left, #007ae6, #00a6e6); /* Firefox 3.6 - 15*/
    background: linear-gradient(to left, #007ae6, #00a6e6); /* æ ‡å‡†çš„è¯­æ³• */
}
.qq-sub .subbtn:hover{
    background: -webkit-linear-gradient( right, #00b2f6, #0081e6 ); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(left,#0081e6, #00b2f6); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( left, #0081e6, #00b2f6); /* Firefox 3.6 - 15*/
    background: linear-gradient(to left, #0081e6, #00b2f6); /* æ ‡å‡†çš„è¯­æ³• */
}
.qq-sub .subbtn i{
    font-size: 14px;
    margin-right: 4px;
}
.qq-sub .p1{
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-top: 8px;
}
.details-intro .intro-p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    text-align: justify;
    margin-top: 20px;
}
.details-tips{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.details-tips .dt-ul1 li{
    display: inline-block;
}
.details-tips .dt1-sp1{
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.details-tips .dt1-li a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 100px;
    background-color: #d9e8ed;
    font-size: 14px;
    color: #262c2e;
    margin-right: 5px;
}
.details-tips .dt-ul2 li{
    display: inline-block;
    margin-left: 5px;
}
.dt2-li1{
    font-size: 14px;
    color: #999;
}
.dt2-li1 i{
    color: #00a6e6;
    margin: 0 2px;
}
.dt2-li2 a{
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    background-color: #00a6e6;
    color: #fff;
    font-size: 14px;
    border: 1px solid #00a6e6;
}
.dt2-li3 a{
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    color: #00a6e6;
    font-size: 14px;
    border: 1px solid #00a6e6;
}

.answer-list{
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
}
.al-best-icon{
    background: url(../images/qq-best-icon.png) left top no-repeat;
    background-size: 37px 37px;
    background-color: #fff;
}

.answer-list .al-tit{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
}
.answer-detail{
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: justify;
    padding: 0 15px 20px 15px;
}
.answer-detail img{
    max-width: 100%;
}
.answer-list .al-tit .sp1{
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}
.answer-list .al-tit .sp2{
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}
.answer-list .al-tit .sp2 a{
    color: #333;
}
.answer-list .al-tit .sp2 a:hover{
    text-decoration: underline;
}
.al-morebtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.al-morebtn .alm-ul1{
    margin-left: 15px;
}
.al-morebtn .alm-ul1 li{
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
}
.al-morebtn .alm-ul1 li i{
    color: #aaa;
    font-size: 16px;
    margin-right: 4px;
}
.al-morebtn .alm-ul1 li a{
    color: #666;
    font-size: 14px;
}
.al-morebtn .alm-ul1 li:hover a{
    color: #00a6e6;
}
.al-morebtn .alm-ul1 li:hover i{
    color: #00a6e6;
}
.alm-ul1 .active i{
    color: #00a6e6 !important;
}
.alm-ul1 .active a{
    color: #00a6e6 !important;
}
.al-morebtn .alm-ul2{
    margin-right: 15px;
}
.al-morebtn .alm-ul2 li{
    margin-left: 10px;
}
.al-morebtn .alm-ul2 li i{
    color: #aaa;
    font-size: 16px;
    margin-right: 4px;
}
.al-morebtn .alm-ul2 li a{
    color: #666;
    font-size: 14px;
}
.al-morebtn .alm-ul2 li:hover a{
    color: #00a6e6;
}
.al-morebtn .alm-ul2 li:hover i{
    color: #00a6e6;
}
.al-pl-part{
    margin: 20px 15px 0 15px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.19);
    border-radius: 5px;
    padding-bottom: 15px;
}
.al-pl-part .comment-inp textarea{
    width: 848px;
    height: 70px;
    padding: 10px;
}
.answer-btn2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    margin-top: 15px;
    text-align: center;
}
.answer-btn2 a{
    display: block;
    color: #00a6e6;
}
.answer-box{
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 30px;
}
.answer-box .comment-inp textarea{
    height: 72px;
}
.pop-askbox-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.pop-askbox{
    width: 720px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.pop-askbox .pa-close{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: -12px;
    top: -12px;
}
.pop-askbox .pa-close img{
    width: 100%;
    height: 100%;
}
.pop-askbox .qq-textarea{
    width: 680px;
    height: 150px;
}
.pop-askbox .qq-input{
    width: 680px;
    height: 30px;
    line-height: 30px;
    background-color: #f1f2f3;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 15px;
    padding: 5px;
    font-size: 14px;
    line-height: 26px;
    font-family:"PingFang SC", "Microsoft YaHei";
    border: none;
    resize: none;
    outline: none;
}
.pop-askbox .qq-tit{
    width: 100%;
    height: 70px;
    background: url(../images/qq-tit-bg2.jpg) center no-repeat;
    background-size: 100% 100%;
}
.alm-more{
    position: relative;
}
.alm-jb-box{
    display: none;
    position: absolute;
    left: -26px;
    z-index: 99;
    top: 14px;
    width: 120px;
    height: 64px;
    background: url(../images/jubao-pop.png) center no-repeat;
    background-size: 100% 100%;
}
.alm-jb-box .a1{
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 18px;
}
.alm-more:hover a{
    color: #00a6e6 !important;
}
.alm-more:hover .a1{
    color: #666 !important;
}
.alm-more:hover .alm-jb-box{
    display: block;
}
.alm-more .a1:hover{
    color: #00a6e6 !important;
}
.dt2-li2 a:hover{
    background-color: #00adef;
    border: 1px solid #00adef;
}
.details-tips .dt1-li a:hover{
    background-color: #d1e0e5;
}

.huifu-sp{
    display: block;
    margin-left: 0px;
    width: 800px;
    background-color: #f1f2f3;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
    padding: 10px;
}
.huifu-sp textarea{
    border: none;
    width: 100%;
    border-radius: 0px;
    height: 50px;
    resize: none;
    background-color: #f1f2f3;
    outline: none;
}
.huifu-sp .huifu-btn{
    width: 80px;
    height: 28px;
    background-color: #01a6e6;
    font-size: 12px;
    float: right;
    line-height: 28px;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.huifu-sp .huifu-btn:hover{
    background-color: #24c2ff;
}
.huifu-more{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.huifu-more a{
    color: #666;
    font-size: 14px;
}
.huifu-more a:hover{
    color: #007ae6;
}

/*1024新增*/
.download-tip{
    width: 100%;
    height: 220px;
    position: relative;
    background: url(../images/download-icon.png) 30px center no-repeat;
    background-size: 128px auto;
    background-color: #fff;
}
.download-tip .dt-line{
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(../images/download-line.jpg) center no-repeat;
    background-size: 100% 100%;
}
.download-tip p{
    padding-left: 220px;
}
.download-tip .dt-p1{
    font-size: 20px;
    color: #000;
    padding-top: 56px;
}
.download-tip .dt-p2{
    font-size: 14px;
    color: #777;
    margin-top: 12px;
}
.download-tip .dt-p3{
    font-size: 14px;
    color: #12afeb;
    margin-top: 24px;
}
.download-tip .dt-p3 a{
    color: #12afeb;
}
.download-tip .dt-p3 a:hover{
    text-decoration: underline;
}
.doc-tuijian{
    padding: 0 15px;
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 20px;
}
.doc-tuijian .dtj-tit{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}
.doc-tuijian .dtj-ul{
    margin-top: 10px;
}
.doc-tuijian .dtj-ul ul{
    width: 100%;
    line-height: 38px;
}
.doc-tuijian .dtj-ul ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doc-tuijian .dtj-ul ul li a{
    font-size: 14px;
    color: #246c93;
    padding-left: 8px;
}
.doc-tuijian .dtj-ul ul li a:hover{
    text-decoration: underline;
}

/*1109词库展示*/
.ciku-list .ck-sp-i{
    display: block;
    font-size: 12px;
    color: #999;
    text-align: left;
}
.ciku-list li a{
    height: auto;
    line-height: 24px;
    padding: 5px 10px 0 10px;
    height: 52px;
    text-align: left;
}
.ciku-list .icon-huo{
    color: #f45349;
    font-size: 15px;
    margin-right: 2px;
}
.ciku-list li a:hover{
    background-color: #fff;
    color: #00a6e6;
}
.ciku-list li a:hover .ck-sp-i{
    color: #00a6e6;
}
.ciku-list .ck-sp-gx{
    font-size: 12px;
    color: #1bc100;
    background-color: rgba(75, 171, 17, 0.2);
    padding: 0 2px;
    margin-left: 4px;
    border-radius: 2px;
}


/*1120新增*/
.jingxuan{
    width: 100%;
    background-color: #fff;
}
.jingxuan-tit{
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 20px;
}
.jingxuan-lunbo{
    width: 905px;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
}
.jxl-hd{
    width: 100%;
    text-align: center;
}
.jingxuan-lunbo .jxl-hd .jxlh-ul{
    display: inline-block;
    text-align: center;
}
.jingxuan-lunbo .jxl-hd .jxlh-ul li{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #d0d9dd;
    margin: 15px 3px;
}
.jingxuan-lunbo .jxl-hd .jxlh-ul .on{
    background-color: #00a6e6;
}
.jingxuan-lunbo .jx-next{
    display: block;
    width: 23px;
    height: 49px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 99;
    cursor: pointer;
}
.jingxuan-lunbo .jx-next img{
    width: 100%;
    height: 100%;
}
.jingxuan-lunbo .jx-prev{
    display: block;
    width: 23px;
    height: 49px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 99;
    cursor: pointer;
}
.jingxuan-lunbo .jx-prev img{
    width: 100%;
    height: 100%;
}
.jingxuan-lunbo .jxl-list{
    width: 215px;
    height: 140px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.jxl-list .jxl-pic{
    width: 100%;
    height: 100%;
    transition:all 0.5s;
}
.jxl-list .jxl-pic:hover{
    transform:scale(1.05);   /* 放大1.05倍 */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition:all 0.5s;
}
.jxl-list .jxl-t{
    width: 96%;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    left: 0;
    bottom: 0;
    z-index: 99;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    padding-left: 4%;
    padding-right: 2%;
    line-height: 34px;
}
.jxl-list .jxl-t:hover{
    text-decoration: underline;
}
.jxl-list .jxl-icon{
    display: block;
    width: 30px;
    height: 23px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    border-radius: 0 0 0 10px;
    text-align: center;
    line-height: 23px;
}
.jingxuan2{
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 20px;
}
.jingxuan2-tit .sp1{
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 20px;
    display: inline-block;
}
.jingxuan2-tit .jx-second{
    display: inline-block;
    margin-left: 20px;
}
.jingxuan2-tit .jx-second li{
    display: inline-block;
    position: relative;
}
.jingxuan2-tit .jx-second li a{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
    font-weight: 400;
}
.jingxuan2-tit .jx-second .j-active a{
    font-weight: bold;
    color: #000;
    z-index: 99;
    position: relative;
}
.jingxuan2-tit .jx-second li:hover a{
    color: #000;
}
.jingxuan2-tit .jx-second .j-active::after{
    content: '';
    width: 60px;
    height: 4px;
    background-color: #00a6e6;
    border-radius: 100px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 0;
    margin-left: -30px;
}
.jx-doc{
    width: 920px;
    margin-left: 15px;
}
.jxdl-list{
    width: 440px;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    float: left;
}
.jxdl-list .j-sp1{
    display: block;
    width: 160px;
    height: 103px;
    border-radius: 10px;
    overflow: hidden;
}
.jxdl-list .j-sp1 img{
    width: 100%;
    height: 100%;
    transition:all 0.5s;
}
.jxdl-list .j-sp1 img:hover{
    transform:scale(1.05);   /* 放大1.05倍 */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition:all 0.5s;
}
.jxdl-list .j-sp2{
    flex: 1;
    margin-left: 15px;
    position: relative;
}
.jxdl-list .j-sp2 .a1{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 5px;
    width: 100%;
    display: block;
}
.jxdl-list .j-sp2 .a1:hover{
    color: #00a6e6;
}
.jxdl-list .j-sp2 .a1 i{
    margin-right: 4px;
}
.jxdl-list .j-sp2 .ul1{
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.jxdl-list .j-sp2 .ul1 i{
    margin-right: 2px;
    vertical-align: text-top;
}

/*竖排1218*/
.jxdl-list2{
    width: 169px;
    margin-right: 15px;
    margin-top: 20px;
    float: left;
}
.jxdl-list2 .j-sp1{
    display: block;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
}
.jxdl-list2 .j-sp1 img{
    width: 100%;
    height: 100%;
    transition:all 0.5s;
}
.jxdl-list2 .j-sp1 img:hover{
    transform:scale(1.05);   /* 放大1.05倍 */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition:all 0.5s;
}
.jxdl-list2 .j-sp2{
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.jxdl-list2 .j-sp2 .a1{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #000;
    margin-top: 5px;
    width: 98%;
    margin-left: 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.jxdl-list2 .j-sp2 .a1:hover{
    color: #00a6e6;
}
.jxdl-list2 .j-sp2 .a1 i{
    margin-right: 4px;
}
.jxdl-list2 .j-sp2 .ul1{
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    width: 98%;
    margin-left: 1%;
}
.jxdl-list2 .j-sp2 .ul1 i{
    margin-right: 2px;
    vertical-align: text-top;
}
.jxdl-list2-word .j-sp1{
    background-color: #eaeaea;
    text-align: center;
}
.jxdl-list2-word .j-sp1 img{
    height: 100%;
    width: auto;
}
.v-pop-blackbg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}
.v-pop-login-hint{
    width: 350px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}
.v-plh-bg{
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.v-plh-close{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
    background: url(../images/l-close-icon.png) center no-repeat;
    background-size: 100% 100%;
}
.v-plh-btn{
    width: 300px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 55px;
    background: url(../images/vip-btn.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}
.v-pop-canse{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
    color: #333;
}
.v-pop-canse:hover{
    color: #555;
}
.v-plh-btn:hover{
    background: url(../images/vip-btnh.png) center no-repeat;
    background-size: 100% 100%;
}