@charset "utf-8";

.container-video,
.container-app,
.container-faq-detail {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.list-video .bd,
.list-app .bd,
.container-faq-detail {
    background: #f7f7f7;
}

.warp {
    background: #f4f5f6;
    clear: both;
    zoom: 1;
}

.warp:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}


.container {
    width: 1200px;
    padding: 40px 0px 0px 0px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    zoom: 1;
}

.container:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}


.list-price {
    width: 268px;
    border: 1px #eee solid;
    border-radius: 5px;
    margin: 0px 40px 0px 0px;
    float: left;
}

.list-price .hd {
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    height: 130px;
    background: linear-gradient(to right, #e1e5e8, #a7b1b5);
    color: #546167;
}

.list-price .hd h3 {
    padding: 25px 0px 0px 0px;
    font-size: 22px;
    line-height: 30px;
}

.list-price .hd h4 {
    padding: 0px 0px 0px 0px;
    font-size: 14px;;
    line-height: 20px;
    font-weight: normal;
}

.list-price .hd p {
    padding: 20px 0px 0px 0px;
    font-size: 14px;;
    line-height: 20px;
}

.list-price .bd {
    padding: 20px;
}

.list-price .bd dl {
    height: 20px;
    line-height: 20px;
    padding: 0px 40px 20px 0px;
    position: relative;
    color: #999;
}

.list-price .bd dd {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #009efb;
}

.list-price .fd {
    text-align: center;
    padding: 25px 50px;
    border-top: 1px #eee dashed;
}

.list-price .fd a {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    background: linear-gradient(to right, #e1e5e8, #a7b1b5);
    color: #546167;
}

.list-price-4 {
    margin: 0px;
}

.list-price-2 .hd {
    background: linear-gradient(to right, #9bd4ff, #1c93ed);
    color: #fff;
}

.list-price-2 .fd a {
    background: linear-gradient(to right, #9bd4ff, #1c93ed);
    color: #fff;
}

.list-price-3 .hd {
    background: linear-gradient(to right, #e5dcba, #d6b581);
    color: #93784b;
}

.list-price-3 .fd a {
    background: linear-gradient(to right, #e5dcba, #d6b581);
    color: #93784b;
}

.list-price-4 .hd {
    background: linear-gradient(to right, #404040, #202321);
    color: #d6c7a3;
}

.list-price-4 .fd a {
    background: linear-gradient(to right, #404040, #202321);
    color: #d6c7a3;
}


.list-table {
    padding: 20px 0px 50px 0px;
}

.list-table .hd {
    text-align: center;
}

.list-table .hd h3 {
    font-size: 26px;
    font-weight: bold;
    color: #666;
    line-height: 50px;
}

.list-table .hd p {
    font-size: 14px;
    color: #999;
}

.list-table .bd {
    padding: 30px 0px;
}

.table-head {
    width: 1200px;
    margin: 0 auto;
}

.list-table .bd table {
    border: 1px #e5e5e5 solid;
    width: 100%;
    border-collapse: collapse;
}

.list-table .bd table td {
    border: 1px #e5e5e5 solid;
    padding: 20px;
}

.list-table .bd table thead td {
    background: #1b1b1b;
    color: #fff;
    font-size: 15px;
}

.list-table .bd table td .i_false {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.list-table .bd table td .i_true {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}


.search-banner {
    width: 620px;
    padding: 40px 0px;
    margin: 0px auto;
}

.search-banner h3 {
    font-size: 36px;
    font-weight: normal;
    line-height: 60px;
    color: #fff;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.search-banner .search-box {
    height: 42px;
    padding: 0px 108px 0px 20px;
    background: #fff;
    border-radius: 42px;
    position: relative;
}

.search-banner .search-box .search_input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 0px;
    font-size: 14px;
}

.search-banner .search-box .search_input::placeholder {
    color: #999;
}

.search-banner .search-box .search_btn {
    width: 108px;
    height: 42px;
    line-height: 42px;
    background: #009efb;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px;
    border-radius: 0px 42px 42px 0px;
    font-size: 14px;
}


.list-video {
}

.list-video .hd {
    height: 20px;
    line-height: 20px;
    padding: 25px 0px 25px 0px;
    width: 1200px;
    margin: 0 auto;
    position: sticky;
    top: 70px;
    z-index: 20;
    background: #ffffff;
}

.list-video .hd li {
    padding: 0px 40px 0px 0px;
    font-size: 16px;
    float: left;
}

.list-video .hd li a {
    color: #999;
}

.list-video .hd li a:hover {
    color: #222;
}

.list-video .hd .act a {
    color: #222;
    font-weight: bold;
}

.list-video .bd {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    clear: both;
    zoom: 1;
}

.list-video .bd:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.list-video .list-box {
    padding: 30px 0px 0px 0px;
    margin: 0 -26px 0px 0px;
    overflow: hidden;
}

.list-video .list-box .list {
    width: 280px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    margin: 0px 26px 30px 0px;
    float: left;
}

.list-video .list-box .list .pic {
    height: 158px;
    position: relative;
}

.list-video .list-box .list .pic .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.3;
    display: block;
    border-radius: 5px 5px 0px 0px;
}

.list-video .list-box .list .pic .i_play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -23px 0px 0px -23px;
}

.list-video .list-box .list:hover .pic .bg {
    opacity: 0;
}

.list-video .list-box .list .pic img {
    width: 280px;
    height: 158px;
    border-radius: 5px 5px 0px 0px;
}

.list-video .list-box .list .txt {
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
    overflow: hidden;
}

.list-video .list-box .list .txt h3 {
    font-size: 14px;
    font-weight: normal;
}


.container-faq-detail {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    padding: 30px 0px;
    clear: both;
    zoom: 1;
}

.container-faq-detail:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.faq-detail {
    width: 1200px;
    margin: 0 auto;
}

.faq-detail .hd {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0px;
    position: relative;
}

.faq-detail .hd h1 {
    color: #222;
    font-size: 26px;
    line-height: 1.5;
}

.faq-detail .hd p {
    color: #999;
    font-size: 14px;
    padding: 10px 0px 0px 0px
}

.faq-detail .hd .share-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.faq-detail .hd .share-box .btn_share {
    border: 1px #1b1b1b solid;
    border-radius: 28px;
    height: 28px;
    line-height: 28px;
    color: #1b1b1b;
    padding: 0px 15px 0px 30px;
    background: url(../images/i_share.png) no-repeat 10px center;
    background-size: 16px 16px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

.faq-detail .hd .share-box .share-ewm {
    padding: 15px 0px 10px 0px;
    position: absolute;
    left: -50px;
    top: 40px;
    width: 180px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #ccc;
    display: none;
}

.faq-detail .hd .share-box:hover .share-ewm {
    display: block;
}

.faq-detail .hd .share-box .share-ewm img {
    width: 120px;
    height: 120px;
}

.faq-detail .hd .share-box .share-ewm p {
    line-height: 30px;
    padding: 0px 0px 0px 0px;
    color: #999;
}

.faq-detail .bd .video {
    width: 960px;
    margin: 0 auto;
}

.faq-detail .bd .video video {
    width: 960px;
}

.faq-detail .bd .txt {
    width: 960px;
    font-size: 16px;
    line-height: 1.8;
    padding: 30px 0px;
    margin: 0 auto;
}


.list-app {
}

.list-app .hd {
    height: 70px;
    line-height: 68px;
    padding: 0px 0px 0px 0px;
    width: 1200px;
    margin: 0 auto;
    position: sticky;
    top: 70px;
    z-index: 20;
    background: #ffffff;
}

.list-app .hd li {
    padding: 0px 60px 0px 0px;
    font-size: 18px;
    float: left;
}

.list-app .hd li a {
    height: 68px;
    color: #999;
    display: block;
}

.list-app .hd li a:hover {
    color: #222;
}

.list-app .hd .act a {
    color: #222;
    font-weight: bold;
    border-bottom: 2px #222 solid;
}

.list-app .bd {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: #f7f7f7;
    clear: both;
    zoom: 1;
}

.list-app .bd:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.list-app .list-box {
    padding: 30px 0px 0px 0px;
    margin: 0 -26px 0px 0px;
    overflow: hidden;
}

.list-app .list-box .list-t {
    text-align: center;
    padding: 10px 0px 30px 0px;
}

.list-app .list-box .list-t h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}

.list-app .list-box .list-t p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.list-app .list-box .list-t p strong {
    color: #00a0e9;
    font-weight: normal;
}

.list-app .list-box .list {
    width: 240px;
    padding: 20px 20px 30px 20px;
    background: #fff;
    margin: 0px 26px 30px 0px;
    float: left;
}

.list-app .list-box .list .pic {
    height: 240px;
    padding: 30px 0px 0px 0px;
    position: relative;
}

.list-app .list-box .list .pic .mark {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.list-app .list-box .list .pic .mark img {
    height: 30px;
    width: auto;
}

.list-app .list-box .list .pic img {
    width: 240px;
    height: 240px;
}

.list-app .list-box .list .txt {
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

.list-app .list-box .list .txt h3 {
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.list-app .list-box .list .txt p {
    font-size: 14px;
    color: #999;
    padding: 0px 0px 10px 0px;
}

.list-app .list-box .list .txt p strong {
    font-size: 14px;
    color: #222;
    font-weight: normal;
}

.list-app .list-box .list .txt .btn_down {
    width: 140px;
    height: 30px;
    line-height: 30px;
    border: 1px #00a0e9 solid;
    color: #00a0e9;
    display: inline-block;
}

.fxq-warp {
    background: #eff4f5;
    padding: 20px;
    clear: both;
    zoom: 1;
}

.fxq-warp:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.fxq-warp .con-left {
    width: 76%;
    float: left;
}

.fxq-warp .con-right {
    width: 24%;
    float: left;
}

.fxq-warp .con-right .box {
    margin: 0px 0px 20px 0px;
}

.fxq-warp .box {
    width: auto;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    margin: 0px 20px 20px 0px;
    clear: both;
    zoom: 1;
}

.fxq-warp .box:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.fxq-warp .box-w {
    margin: 0px 0px 20px 0px;
}

.fxq-warp .box .hd {
    height: 16px;
    line-height: 16px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.fxq-warp .box .hd h3 {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
}

.fxq-warp .box .hd .right {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #999;
}

.fxq-warp .box .hd .right a {
    color: #999;
}

.fxq-warp .box .bd .tab {
    padding: 0px 0px 20px 0px;
    height: 16px;
    line-height: 16px;
    border-bottom: 1px #eee solid;
    display: flex;
    flex-wrap: nowrap;
}

.fxq-warp .box .bd .tab li {
    color: #999;
    text-align: center;
    border-right: 1px #eee solid;
    flex: 1;
    cursor: pointer;
}

.fxq-warp .box .bd .tab li:last-child {
    border: 0px;
}

.fxq-warp .box .bd .tab .act {
    color: #222;
    font-weight: bold;
}

.fxq-warp .row {
    padding: 0px;
    margin: 0px;
    clear: both;
    zoom: 1;
}

.fxq-warp .row:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.fxq-warp .col-1 {
    width: 10%;
    float: left;
}

.fxq-warp .col-2 {
    width: 20%;
    float: left;
}

.fxq-warp .col-3 {
    width: 30%;
    float: left;
}

.fxq-warp .col-4 {
    width: 40%;
    float: left;
}

.fxq-warp .col-5 {
    width: 50%;
    float: left;
}

.fxq-warp .col-6 {
    width: 60%;
    float: left;
}

.fxq-warp .col-7 {
    width: 70%;
    float: left;
}

.fxq-warp .col-8 {
    width: 80%;
    float: left;
}

.fxq-warp .col-9 {
    width: 90%;
    float: left;
}


.zhye {
    padding: 20px;
    background: #00a0e9;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin: 0px 0px 20px 0px;
}

.zhye .mt {
    height: 16px;
}

.zhye .mt h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.zhye .mc {
    height: 40px;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}

.zhye .mc h3 {
    font-size: 30px;
    line-height: 40px;
}

.zhye .mc .btn_a {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px !important;
}


.zhsy {
    width: 50%;
    float: left;
    position: relative;
}

.zhsy .mt h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.zhsy .mc {
    height: 40px;
    padding: 0px 0px 0px 0px;
    line-height: 40px;
    overflow: hidden;
}

.zhsy .mc h3 {
    padding: 0px 10px 0px 0px;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.zhsy .mc .btn_b {
    display: inline-block;
}

.zhsy .mb {
    width: 1px;
    border-right: 1px #dcdcdc solid;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.zhxf {
    width: 50%;
    float: left;
}

.zhxf .mt {
    padding: 0px 0px 0px 50px;
}

.zhxf .mt h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.zhxf .mc {
    height: 40px;
    padding: 0px 0px 0px 50px;
    line-height: 40px;
    overflow: hidden;
}

.zhxf .mc h3 {
    padding: 0px 10px 0px 0px;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}


.wdsy {
    height: 170px;
    position: relative;
}

.wdsy .pic {
    height: 135px;
    width: 50%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 1;
}

.wdsy .txt {
    height: 100px;
    width: 50%;
    padding: 40px 0px 0px 0px;
    float: left;
    overflow: hidden;
}

.wdsy .txt .list {
    height: 16px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
    clear: both;
    zoom: 1;
    overflow: hidden;
}

.wdsy .txt .list:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.wdsy .txt .list .li-1 {
    height: 16px;
    line-height: 16px;
    width: 50%;
    float: left;
    overflow: hidden;
}

.wdsy .txt .list .li-2 {
    height: 16px;
    line-height: 16px;
    width: 50%;
    float: left;
    overflow: hidden;
}


.wdxf {
    height: 170px;
    position: relative;
}

.wdxf .pic {
    height: 135px;
    width: 50%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 1;
}

.wdxf .txt {
    height: 100px;
    width: 50%;
    padding: 40px 0px 0px 0px;
    float: left;
    overflow: hidden;
}

.wdxf .txt .list {
    height: 16px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
    clear: both;
    zoom: 1;
    overflow: hidden;
}

.wdxf .txt .list:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.wdxf .txt .list .li-1 {
    height: 16px;
    line-height: 16px;
    width: 50%;
    float: left;
    overflow: hidden;
}

.wdxf .txt .list .li-2 {
    height: 16px;
    line-height: 16px;
    width: 50%;
    float: left;
    overflow: hidden;
}


.i_c0 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    font-size: 0px;
}

.i_c1 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #009efb;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    font-size: 0px;
}

.i_c2 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #55ce63;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    font-size: 0px;
}

.i_c3 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #745af2;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    font-size: 0px;
}

.i_c4 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fc5573;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    font-size: 0px;
}

.i_c5 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #8543E0;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    font-size: 0px;
}

.i_c6 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #13C2C2;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    font-size: 0px;
}


.zgkl {
    position: relative;
    padding: 60px 0px 0px 0px;
}

.zgkl .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0px;
}

.zgkl .title h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
}

.zgkl .title p {
    font-size: 14px;
    line-height: 20px;
}

.zgkl .title strong {
    color: #f7603e;
}

.txgkl {
    position: relative;
    padding: 60px 0px 0px 0px;
}

.txgkl .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0px;
}

.txgkl .title h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
}

.txgkl .title p {
    font-size: 14px;
    line-height: 20px;
}

.txgkl .title strong {
    color: #f7603e;
}

.fss {
    position: relative;
    padding: 60px 0px 0px 0px;
}

.fss .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0px;
}

.fss .title h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
}

.fss .title p {
    font-size: 14px;
    line-height: 20px;
}

.fss .title strong {
    color: #f7603e;
}


.dzs {
    position: relative;
    padding: 60px 0px 0px 0px;
}

.dzs .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0px;
}

.dzs .title h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
}

.dzs .title p {
    font-size: 14px;
    line-height: 20px;
}

.dzs .title strong {
    color: #f7603e;
}

.czzrl {
    position: relative;
    padding: 60px 0px 0px 0px;
}

.czzrl .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0px;
}

.czzrl .title h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
}

.czzrl .title p {
    font-size: 14px;
    line-height: 20px;
}

.czzrl .title strong {
    color: #f7603e;
}

.gklzz {
    padding: 0px 0px 0px 0px;
    height: 400px;
    overflow: hidden;
}

.gklzz .txt {
    padding: 30px 0px 0px 0px;
}

.gklzz .pic {
    height: 300px;
    text-align: center;
}


.gklzz .txt .daterange {
    padding: 0px 10px 0px 20px;
    height: 28px;
    line-height: 28px;
    border: 1px #e5e5e5 solid;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0px 10px 0px 0px;
}

.gklzz .txt .daterange .input_a {
    width: 80px;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: inline-block;
    vertical-align: top;
}

.gklzz .txt .daterange b {
    padding: 0px 10px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.gklzz .txt .daterange .i_date {
    width: 28px;
    height: 28px;
    background: url(../images/i_date.png) no-repeat center center;
    background-size: 16px 16px;
    display: inline-block;
    vertical-align: top;
}


.gklzz .txt .select-box {
    padding: 0px 10px 0px 10px;
    height: 28px;
    line-height: 28px;
    border: 1px #e5e5e5 solid;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0px 10px 0px 0px;
}

.gklzz .txt .select-box .select_a {
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    border: 0px;
    display: inline-block;
    vertical-align: top;
}

.gklzz .txt .btn_sa {
    text-align: center;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    color: #00a0e9;
    font-size: 14px;
    background: #fff;
    border: 1px #00a0e9 solid;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.gklzz .txt .btn_sb {
    text-align: center;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    background: #00a0e9;
    border: 1px #00a0e9 solid;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.gklzz .txt .btn_sc {
    text-align: center;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    background: #fff;
    border: 1px #e5e5e5 solid;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}


.ptnr {
    padding: 40px 0px 0px 0px;
    height: 360px;
    overflow: hidden;
}

.ptnr li {
    width: 50%;
    height: 120px;
    text-align: center;
    color: #999;
    float: left;
}

.ptnr li a {
    color: #999;
}

.ptnr li strong {
    color: #333;
    font-weight: normal;
}

.ptnr .i_a1 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(0deg, #1c93ec, #2ea1f8);
    margin: 0 auto 5px auto;
}

.ptnr .i_a1 b {
    width: 50px;
    height: 50px;
    background: url(../images/i_a1.png) no-repeat center center;
    background-size: 24px 24px;
    display: block;
}

.ptnr .i_a2 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(0deg, #8361e6, #9c8de3);
    margin: 0 auto 5px auto;
}

.ptnr .i_a2 b {
    width: 50px;
    height: 50px;
    background: url(../images/i_a2.png) no-repeat center center;
    background-size: 24px 24px;
    display: block;
}

.ptnr .i_a3 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(0deg, #2ab514, #59da44);
    margin: 0 auto 5px auto;
}

.ptnr .i_a3 b {
    width: 50px;
    height: 50px;
    background: url(../images/i_a3.png) no-repeat center center;
    background-size: 24px 24px;
    display: block;
}


.ptnr .i_a4 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(0deg, #fdbb07, #f8cf5d);
    margin: 0 auto 5px auto;
}

.ptnr .i_a4 b {
    width: 50px;
    height: 50px;
    background: url(../images/i_a4.png) no-repeat center center;
    background-size: 24px 24px;
    display: block;
}

.ptnr .i_a5 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(0deg, #fd5a78, #fc94a9);
    margin: 0 auto 5px auto;
}

.ptnr .i_a5 b {
    width: 50px;
    height: 50px;
    background: url(../images/i_a5.png) no-repeat center center;
    background-size: 24px 24px;
    display: block;
}

.ptnr .i_a6 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(0deg, #415b84, #5280ac);
    margin: 0 auto 5px auto;
}

.ptnr .i_a6 b {
    width: 50px;
    height: 50px;
    background: url(../images/i_a6.png) no-repeat center center;
    background-size: 24px 24px;
    display: block;
}


.jdbz {
    padding: 20px 0px 0px 0px;
}

.jdbz dl {
    border-bottom: 1px #ccc dotted;
    height: 50px;
    line-height: 50px;
}

.jdbz dt {
    width: 50%;
    float: left;
}

.jdbz dd {
    width: 50%;
    text-align: right;
    float: right;
    color: #009efb;
}

.jdbz dl:last-child {
    border: 0px;
}

.smxcx {
    padding: 30px 0px 10px 0px;
    text-align: center;
}

.smxcx img {
    width: 180px;
    height: 180px;
}

.smxcx .imgbox {
    position: relative
}

.smxcx .imgbox b {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0px 0px -40px;
}

.smxcx .imgbox b img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}


.xrzjl {
    height: 266px;
}


.fxq-warp .list-video .list-box {
    padding: 20px 0px 0px 0px;
    margin: 0 -20px 0px 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.fxq-warp .list-video .list-box .list {
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 5px;
    margin: 0px 20px 0px 0px;
    float: left;
    flex: 1;
}

.fxq-warp .list-video .list-box .list .pic {
    height: auto;
    position: relative;
}

.fxq-warp .list-video .list-box .list .pic .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.3;
    display: block;
    border-radius: 5px;
}

.fxq-warp .list-video .list-box .list .pic .i_play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -23px 0px 0px -23px;
}

.fxq-warp .list-video .list-box .list:hover .pic .bg {
    opacity: 0;
}

.fxq-warp .list-video .list-box .list .pic img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.fxq-warp .list-video .list-box .list .txt {
    height: 30px;
    line-height: 30px;
    padding: 0px 0px;
    overflow: hidden;
}

.fxq-warp .list-video .list-box .list .txt h3 {
    font-size: 14px;
    font-weight: normal;
}


.text-center {
    text-align: center;
}

.fixed-box-float {
    position: fixed;
}


.f_a {
    color: #a9052b;
}

.f_au {
    color: #a9052b;
    text-decoration: underline;
}

.f_au:hover {
    color: #a9052b;
    text-decoration: underline;
}

.f_b {
    color: #f99c4f;
}

.f_c {
    color: #999;
}

.btn_a {
    border-radius: 28px;
    padding: 0px 30px !important;
    margin: 0px !important;
    text-align: center !important;
    border: 1px #fff solid !important;
    height: 28px !important;
    line-height: 28px !important;
    color: #fff !important;
    font-size: 14px !important;
    background: none !important;
    display: inline-block !important;
}

.btn_b {
    border-radius: 28px;
    padding: 0px 15px !important;
    margin: 0px !important;
    text-align: center !important;
    border: 1px #00a0e9 solid !important;
    height: 28px !important;
    line-height: 28px !important;
    color: #00a0e9 !important;
    font-size: 14px !important;
    background: none !important;
    display: inline-block !important;
    vertical-align: middle;
}

.btn_c {
    text-align: center;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background: #999;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.btn_disabled {
    background: #eee !important;
    color: #999 !important;
}


.i_user {
    width: 20px;
    height: 20px;
    background: url(../images/i_user.png) no-repeat center center;
    background-size: 16px 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.i_hos {
    width: 26px;
    height: 18px;
    background: url(../images/i_hos.png) no-repeat center center;
    background-size: 18px 18px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.i_true {
    width: 20px;
    height: 20px;
    background: url(../images/i_true.png) no-repeat center center;
    background-size: 16px 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.i_false {
    width: 20px;
    height: 20px;
    background: url(../images/i_false.png) no-repeat center center;
    background-size: 16px 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}


.i_play {
    width: 46px;
    height: 46px;
    background: url(../images/i_play.png) no-repeat center center;
    background-size: 46px 46px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}


.input_s {
    background: #efefef !important;
    border: 0px #ddd solid !important;
    width: 100% !important;
    padding: 0px 10px !important;
    margin: 0px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 5px !important;
}

.textarea_s {
    width: 100%;
    padding: 10px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
}

