input, textarea { color: #000; }
.placeholder { color: #aaa; }
.btn-danger{
    background: #CC0033 !important;
}
.news .news-tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.news .news-tit:hover{
    color:#000;
}

.header {
    position: fixed;
    top: 20px;
    right: 2%;
    width: 96%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    height: 90px;
    z-index: 999;
	background: url(/images/bg/header-bg.png) left top;
}
.header .container-fuild{
    padding-right: 0;
}
.header .header-left {
    width: 89%;
    height: 100%;
    background: rgba(255,255,255,0.9);
   box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.header .header-left ::after {
    content: "";
    position: absolute;
}

.header .header-left .logo {
    width: 30%;
    height: 100%;
    display: table;
    float: left;
}

.header .header-left .logo .cell {
    display: table-cell;
    vertical-align: middle;
}

.header .header-left .list {
    width: 70%;
    height: 100%;
}

.header .header-left .list > li {
    width: 14.05%;
    float: left;
    height: 100%;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.header .header-left .list > li > a {
    background-repeat: no-repeat !important;
    width: 100%;
    text-align:center;
    padding-left:30px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    transition: background-position 0.5s linear;
    -webkit-transition: background-position 0.5s linear;
    -o-transition: background-position 0.5s linear;
    -moz-transition: background-position 0.5s linear;
}

.header .header-left .list > li > a i {
    display: inline-block;
    float: right;
}

.header .header-left .list > li > ul {
    display: none;
}

.header .header-left .list > li:first-child a {
    background: url(../bg/nav_icon_01.png);
    background-position: 10px 0;
    padding-left:0;
}

.header .header-left .list > li:nth-child(2) a {
    background: url(../bg/nav_icon_02.png);
    background-position: 10px 0;
}

.header .header-left .list > li:nth-child(3) a {
    background: url(../bg/nav_icon_03.png);
    background-position: 10px 0;
}

.header .header-left .list > li:nth-child(4) a {
    background: url(../bg/nav_icon_04.png);
    background-position: 10px 0;
}

.header .header-left .list > li:nth-child(5) a {
    background: url(../bg/nav_icon_07.png);
    background-position: 10px 0;
}

.header .header-left .list > li:nth-child(6) a {
    background: url(../bg/nav_icon_05.png);
    background-position: 10px 0;
}

.header .header-left .list > li:nth-child(7) a {
    background: url(../bg/nav_icon_06.png);
    background-position: 10px 0;
}

.header .header-left .list li.active,.header .header-left .list li:hover {
    background: #CC0033;
}

.header .header-left .list li.active a,.header .header-left .list li:hover a {
    background-position: 10px -32px;
    color: #FFF;
}

.header .header-left .open-menu {
    height: 100%;
    line-height: 90px;
    font-size: 30px;
    color: #000;
}

.header .header-right {
    width: 11%;
    height: 100%;
    background: #CC0033;
    line-height: 90px;
    text-align: center;
}

.header .header-right a {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 0 10px;
}

.header .header-right a i {
    font-size: 25px;
    font-weight: normal;
}

.header.b {
    width: 100%;
    top: 0;
    left: 0;
}
.banner{
    position: relative;
}
.banner .bd{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner .bd li img{
    width: 100%;
}
.banner .hd ul{
    position: absolute;
    bottom:20px;
    width: 100%;
    height: 12px;
    z-index: 10;
    text-align: center;
}
.banner .hd ul li{
    display: inline-block;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    background: #FFF;
    opacity: 1;
}
.banner .hd ul li.on{
    background: #CC0033;
}

.news {
    padding: 36px 0 32px 0;
}

.news .pub-title {
    padding-bottom: 65px;
	
}
.news .container{
    padding: 0 !important;
}
.news .list .bd{
    position: relative;
    /*margin: 0 -8px;*/
    overflow: hidden;
}
.news .list .bd li{
    /*width: 384px;
    float: left;
    padding: 0 8px;*/
    box-sizing: border-box;
    /*box-sizing: content-box;*/
    /*margin:0 15px;*/
}

@media (min-width: 1200px) {
    .news .list .bd li{
        width: 384px;
        float: left;
        /*padding: 0 8px;*/
        box-sizing: content-box;
        padding:0 8px;
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .news .list .bd li{
        width: 50%;
        float: left;
        /*padding: 0 8px;*/
        box-sizing: border-box;
        margin:0 8px;
        padding: 0;
    }
}

@media (max-width: 380px) {
    .news .list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news .list .bd li{
        width: 100%;
        float: left;
        /*padding: 0 8px;*/
        box-sizing: border-box;
        /*margin:0 15px;*/
        padding: 0;
        margin: 0;
    }
}

.news .list ul .item {
    position: relative;
    left: 100px;
    opacity: 0;
}

.news .news-tit {
    color: #666;
    font-size: 16px;
    padding: 40px 0 30px 0;
}

.news .news-cont {
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .time {
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #DDD;
    color: #999;
}

.news .more {
    color: #999;
    font-szie: 12px;
    padding-top: 25px;
}

.news .more a {
    color: #333;
    font-size: 25px;
    position: relative;
    top: -8px;
}
.news .more a:hover{
    color:#CC0033;
}

.news .news-page {
    text-align: center;
    padding-top: 30px;
}

.news .news-page a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    /*-webkit-border-radius: 44px;*/
    /*-moz-border-radius: 44px;
    -o-border-radius: 44px;*/
    position: relative;
    z-index: 2;
    behavior: url(PIE.htc);
    line-height: 44px;
    text-align: center;
    margin: 0 15px;
    color: #777;
    font-size: 25px;
    border: 1px solid #1F1F1F;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.news .news-page a:hover {
    background: #CC0033;
    border: 1px solid #CC0033;
    color: #FFF;
}

.about {
    width: 100%;
    padding: 70px 0 60px 0;
    background: url(../bg/abo-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    text-align: center;
}

.about .pub-title {
    color: #FFF;
}

.about .w58 {
    max-width: 1058px;
    margin: 0 auto;
    overflow: hidden;
}

.about .w58 .intro {
    font-size: 16px;
    line-height: 35px;
    padding: 30px 0 60px 0;
}

.about .w58 .more {
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;

}
.about .w58 .more:hover{
    background: #FFF;
    color:#000;
}

.about .w58 .number-list {
    padding-top: 80px;
}

.about .w58 .number-list .num {
    font-size: 30px;
}

.about .w58 .number-list .num span {
    font-size: 100px;
}

.about .w58 .number-list .cont {
    font-size: 20px;
}

.service {
    width: 100%;
    background: #ECECED;
}

.service .t-box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 33.333%;
}

.service .t-box .content {
    padding: 0 8%;
}

.service .t-box .content .tit {
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
}

.service .t-box .content .tit span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #CC0033;
}

.service .t-box .content .intro {
    font-size: 14px;
    color: #868686;
    padding-bottom: 80px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.service .t-box .content .keys {
    font-size: 16px;
    font-weight: bold;
    color: #868686;
}

.service .t-box .content .keys i {
    display: inline-block;
    padding: 0 3px;
}

.service .ser-list {
    width: 66.66%;
    font-size: 0;
    background: #FFF;
}

.service .ser-list .item {
    width: 50%;
    display: inline-block;
    padding: 30px 9% 30px 9%;
    text-align: center;
    font-size: 16px;
    background-size: cover;
    color: #666;
    position: relative;
    top: 100px;
    opacity: 0;
}

.service .ser-list .item img {
    margin: 0 auto;
}

.service .ser-list .item .name {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
}

.service .ser-list .item .com {
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.service .ser-list .item:first-child {
    background-image: url(../bg/item-bg-1.jpg);
    color: #FFF;
}

.service .ser-list .item:nth-child(2) {
    background: #FFF;
}

.service .ser-list .item:nth-child(3) {
    background: #FFF;
}

.service .ser-list .item:nth-child(4) {
    background: #ECECED;
}

.apply {
    padding: 40px 0;
    background: url(../bg/aplay-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
}

.apply .tit {
    font-size: 30px;
    padding-bottom: 20px;
}

.apply .tit span {
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.apply .com {
    padding: 20px 0 30px 0;
}

.apply .phone {
    font-size: 14px;
    padding-bottom: 25px;
}

.apply a {
    width: 320px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    background: #FFF;
    color: #39679B;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.apply .ewm-list {
    font-size: 0;
    padding-top: 35px;
}

.apply .ewm-list .item {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
}

.apply .ewm-list .item .image {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -o-border-radius: 160px;
    background: #FFF;
    float: right;
}

.apply .ewm-list .item .image img {
    padding: 40px;
}

.apply .ewm-list .item .name {
    font-size: 16px;
    padding-top: 15px;
    float: right;
    margin-right: 30px;
}

.fr-link {
    padding: 50px 0;
}

.fr-link .rows {
    margin: 0 -24px;
    padding: 40px 0;
}

.fr-link .rows .item {
    padding: 0 24px;
    width: 12.5%;
    float: left;
}

.footer {
    padding-top: 30px;
    background: #333;
    color: #FFF;
}

.footer a {
    color: #F0F0F0;
}

.footer .ft_top {
    padding-bottom: 40px;
    border-bottom: 1px solid #555;
}

.footer .ft_top .foot-nav {
    width: 70%;
}

.footer .ft_top .foot-nav .list > li {
    float: left;
    width: 20%;
    font-size: 16px;
    color: #F0F0F0;
}

.footer .ft_top .foot-nav .list > li > a {
    display: none;
}

.footer .ft_top .foot-nav .list > li > ul {
    padding-top: 15px;
}

.footer .ft_top .foot-nav .list > li > ul > li {
    float: none;
    font-size: 14px;
    line-height: 25px;
}

.footer .ft_top .foot-nav .list > li > ul > li > a {
    color: #bbb;
}
.footer .ft_top .foot-nav .list > li > ul > li > a:hover {
    color:#FFF;
}


.footer .ft_top .foot-nav .list > li:first-child {
    display: none;
}

.footer .ft_top .foot-nav .list > li:last-child {
    display: none;
}

.footer .ft_top .foot-nav .list > li:nth-child(7) {
    display: none;
}

.footer .ft_top .foot-contact {
    text-align: right;
}

.footer .ft_top .foot-contact .t i {
    font-size: 18px;
    display: inline-block;
    padding-right: 15px;
}

.footer .ft_top .foot-contact .number {
    padding: 5px 0;
    font-size: 30px;
}

.footer .ft_top .foot-contact .online-btn {
    padding-top: 20px;
}

.footer .ft_top .foot-contact .online-btn a {
    display: inline-block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFF;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    color: #333;
}

.footer .ft_top .foot-contact .online-btn a i {
    display: inline-block;
    position: relative;
    font-size: 18px;
    left: -8px;
}

.footer .ft_top .ft-ewm {
    padding: 20px 0;
    text-align: center;
    display: none;
}

.footer .ft_top .ft-ewm .item {
    display: inline-block;
    padding: 0 5px;
}

.footer .ft_top .ft-ewm .item .image {
    width: 160px;
    height: 160px;
    background: #FFF;
    border-radius: 160px;
}

.footer .ft_top .ft-ewm .item .image img {
    margin: 0 auto;
    padding: 40px;
}

.footer .ft-bottom {
    padding: 15px 0;
    font-size: 12px;
}

.footer .ft-bottom span {
    display: inline-block;
    padding-right: 10px;
}

.search-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.search-area .search-box {
    width: 100%;
    padding: 80px 0;
    background: #333;
    text-align: center;
}

.search-area .search-box .form-area, .search-area .search-box .logo, .search-area .search-box .close-search {
    display: inline-block;
    font-size: 0;
}

.search-area .search-box .logo {
    position: relative;
    
}

.search-area .search-box .form-area {
    padding: 0 20px;
}

.search-area .search-box .form-area .key-btn {
    text-align: left;
}

.search-area .search-box .form-area .key-btn a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.search-area .search-box .form-area .key-btn a.active {
    background: #FFF;
    color: #CC0033;
}

.search-area .search-box .form-area .fm input {
    height: 70px;
    width: 600px;
    border: 0;
    text-align: center;
    font-size: 14px;
}

.search-area .search-box .form-area .fm .sub-btn {
    width: 120px;
    height: 70px;
    line-height: 62px;
    background: #CC0033;
    color: #FFF;
    display: inline-block;
    border: 0;
    font-size: 25px;
    position: relative;
    top:3px;
}

.search-area .search-box .close-search a {
    color: #FFF;
    font-size: 30px;
}

.bg-img {
    background: url(../bg/ser-bg.jpg);
    color: #FFF !important;
}

.bg-white {
    background: #fff;
    color: #777 !important;
}

.pub-title {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.w1520 {
    max-width: 1520px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    background: #FFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #CC0033;
}

.main-content {
    background: #F2F2F2;
}

.main-content .fixBt {
    position: absolute;
    top: 0;
    right: -55px;
    width: 70px;
}

.main-content .fixBt a {
    display: block;
    width: 100%;
    height: 70px;
    background: #003399;
    color: #FFF;
    text-align: center;
}
.main-content .fixBt a .image{
    position: fixed !important;
    width:100%;
    height:100%;
    top:0;
    right:0;
    background: rgba(0,0,0,0.5);
    /*display: none;*/


    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    z-index: -1;
    opacity: 0;

}
.main-content .fixBt a .image img{
    padding: 10px;
    background: #FFF;
    max-width: 30%;
}
.main-content .fixBt a .image.act{
    opacity: 1;
    z-index: 9999;
}

.main-content .fixBt a i {
    font-size: 25px;
    display: inline-block;
    padding: 5px 0;
}

.main-content .fixBt .bt-menu {
    background: #A5A5A5;
}

.main-content .fixBt .bt-menu i {
    padding: 0;
    font-size: 28px;
    line-height: 70px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.main-content .fixBt .bt-menu.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.main-content .left-nav {
    background: #FFF;
    /*position: absolute;
    top: -180px;*/
    margin-top: -60px;
    max-width: 262.5px;
    margin-bottom:10px;

    transition: all .8s linear;
    -moz-transition: all .8s linear;	/* Firefox 4 */
    -webkit-transition: all .8s linear;	/* Safari 和 Chrome */
    -o-transition: all .8s linear;
}

.main-content .left-nav .tit {
    height: 60px;
    line-height: 60px;
    background: #CC0033;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.main-content .left-nav .tit i {
    font-weight: normal;
    display: inline-block;
    padding: 0 8.3%;
    font-size: 30px;
}

.main-content .left-nav ul {
    padding-bottom: 20px;
}

.main-content .left-nav ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
}

.main-content .left-nav ul li i {
    display: inline-block;
    padding: 0 6.7% 0 15%;
    font-size: 25px;
    color: #D6D6D6;
    position: relative;
    top: 2px;
}

.main-content .left-nav ul li a {
    color: #666;
}

.main-content .left-nav ul li:hover a, .main-content .left-nav ul li.active a {
    color: #CC0033;
}

.main-content .left-nav .bt-nav {
    background: #f2f2f2;
}

.main-content .left-nav .bt-nav .rows {
    margin: 0 -5px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main-content .left-nav .bt-nav .rows .item {
    margin-top:10px;
    float: left;
    text-align: center;
    padding: 0 5px;
    width: 50%;
}

.main-content .left-nav .bt-nav .rows .item .content {
    background: #FFF;
    padding: 15px 0;
}

.main-content .left-nav .bt-nav .rows .item img {
    display: inline-block;
    width: 70%;
}

.main-content .left-nav .bt-nav .rows .item p {
    padding-top: 10px;
    color: #777;
}

.main-content .left-nav.fix {
    position: fixed;
    top: 90px;
    margin-top: 0 !important;
    z-index: 100;
    width: 20%;
}

.main-content .left-nav.bottom {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    z-index: 100;width: 20%;
}

.main-content .right-content {
    background: #FFF;
    padding-bottom: 40px;
    margin-bottom: 10px;
	min-height:300px;
	line-height:2.3;
	font-size:16px;
}

.main-content .right-content .t-area {
    padding: 30px 20px;
    border-bottom: 1px solid #E8E8E8;
}

.main-content .right-content .t-area .tit {
    font-size: 16px;
    font-weight: bold;
    color: #CC0033;
}

.main-content .right-content .t-area .position {
    font-size: 12px;
}

.main-content .right-content .t-area .position a:link,.main-content .right-content .t-area .position a:visited{
    color: #666;
}
.main-content .right-content .t-area .position a:hover,.main-content .right-content .t-area .position a:active{
    color: #CC0033;
}

.main-content .right-content .cont {
    padding: 30px 30px 50px 30px;
}

.main-content .right-content .cont .read-more {
    border-top: 1px solid #E8E8E8;
    padding-top: 15px;
    color: #999;
}

.main-content .right-content .cont .read-more a {
    font-size: 30px;
    color: #999;
}

.main-content .right-content .cont .title {
    color: #1F1F1F;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.main-content .right-content .cont .step {
    padding: 15px 0;
}

.main-content .right-content .cont .step .t {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.main-content .right-content .cont .step p {
    text-indent: 0;
}

.main-content .right-content .cont p {
    text-indent: 2em;
    font-size: 15px;
    /*color: #999;*/
    line-height: 36px;
}

.main-content .right-content .cont .k_htm p {
    /*text-indent: 2em;*/
    font-size: 15px;
    /*color: #999;*/
    line-height: 36px;
}



.main-content .right-content .cont .page-list {
    padding-top: 30px;
}

.main-content .right-content .cont .page-list a,.main-content .right-content .cont .page-list span ,.page-list strong{
    display: inline-block;
    border: 1px solid #E1E1E1;
    color: #333;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.main-content .right-content .cont .page-list a.prev,.main-content .right-content .cont .page-list a.next {
    width: 80px;
}

.main-content .right-content .cont .page-list span.current,.main-content .right-content .cont .page-list a:hover, .main-content .right-content .cont .page-list a.active,.page-list strong {
    background: #CC0033;
    border: 1px solid #CC0033;
    color: #FFF;
}






.main-content .right-content .cont .vip-box .title {
    padding: 30px 0;
    background: -webkit-linear-gradient(left, #418C88, #37739C);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #418C88, #37739C);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #418C88, #37739C);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #418C88, #37739C);
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.main-content .right-content .cont .vip-box .search-vip {
    background: #EBEBEB;
    padding: 30px 50px;
}

.main-content .right-content .cont .vip-box .search-vip form {
    font-size: 0;
}

.main-content .right-content .cont .vip-box .search-vip form input {
    display: inline-block;
    width: 84%;
    font-size: 14px;
    height: 50px;
    padding-left: 30px;
}

.main-content .right-content .cont .vip-box .search-vip form button {
    width: 16%;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    background: #CC0033;
    line-height: 50px;
    border: 0;
    color: #FFF;
    padding: 0;
    position: relative;
    top: 7px;
}

.main-content .right-content .cont .vip-box .search-vip .tips {
    padding-top: 20px;
    font-weight: bold;
    color: #999;
}

.main-content .right-content .cont table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.main-content .right-content .cont table td {
    height: 60px;
    color: #777;
}

.main-content .right-content .cont table thead {
    background: #F2F2F2;
    font-weight: bold;
}
.table-responsive.nbb{
    border: none !important;
}
.main-content .right-content .cont table.clrsth{
    text-align: left;
    margin: 0 !important;
}
.main-content .right-content .cont table.clrsth td {
    height: auto !important;
    font-size: 14px;
}
.main-content .right-content .cont table.clrsth thead tr th{
    font-weight: normal;
    font-size: 14px;
}


.main-content .right-content .cont table tbody {
    color: #777;
}

.main-content .right-content .cont .apply-box .tips {
    background: #F2F2F2;
    color: #999;
    padding: 8px;
    margin: 30px 0;
}

.main-content .right-content .cont .apply-box .tips span {
    display: block;
    line-height: 26px;
}

.main-content .right-content .cont .apply-box form table {
    text-align: center;
}

.main-content .right-content .cont .apply-box form table input {
    width: 100%;
    height: 36px;
    background: #FFF;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 0;
    color: #C3C3C3;
    padding-left: 5px;
    font-weight: normal;
}

.main-content .right-content .cont .apply-box form table textarea {
    width: 100%;
}

.main-content .right-content .cont .apply-box form table td {
    line-height: 36px;
    color: #777;
}

.main-content .right-content .cont .apply-box form table td i {
    color: #E54C45;
}

.main-content .right-content .cont .apply-box form table td label, .main-content .right-content .cont .apply-box form table td a {
    display: inline-block;
    width: 84px;
    height: 36px;
    line-height: 36px;
    background: #888888;
    color: #FFF;
    text-align: center;
    position: relative;
    left: -5px;
}

.main-content .right-content .cont .apply-box form table td label i, .main-content .right-content .cont .apply-box form table td a i {
    color: #FFF;
    font-size: 16px;
}

.main-content .right-content .cont .apply-box form table td span {
    color: #A4A4A4;
}

.main-content .right-content .cont .apply-box form table td:last-child {
    text-align: left;
}

.main-content .right-content .cont .apply-box form .sub, .main-content .right-content .cont .apply-box form .reset {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #888888;
    color: #FFF;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin-right: 10px;
}

.main-content .right-content .cont .apply-box form .sub {
    background: #CC0033;
}

.main-content .right-content .cont .apply-box form .fm-xs.row {
    margin-right: -5px;
    margin-left: -5px;
}

.main-content .right-content .cont .apply-box form .fm-xs.row .col-xs-4, .main-content .right-content .cont .apply-box form .fm-xs.row .col-xs-6, .main-content .right-content .cont .apply-box form .fm-xs.row .col-xs-12 {
    padding: 10px 5px;
}

.main-content .right-content .cont .apply-box form .fm-xs.row .w50.form-control {
    display: inline-block;
}

.main-content .right-content .cont .apply-box form .fm-xs.row label, .main-content .right-content .cont .apply-box form .fm-xs.row a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 80px;
    background: #888888;
    color: #FFF;
    text-align: center;
    position: relative;
    left: -5px;
}

.main-content .right-content .cont .contact-box p {
    font-size: 14px;
    color: #777;
    text-indent: 0;
    padding: 10px 0;
    border-top: 1px solid #E8E8E8;
}

.main-content .right-content .cont .contact-box p i {
    font-size: 30px;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    top: 5px;
}

.main-content .right-content .cont .contact-box .map {
    border-top: 1px solid #E8E8E8;
}

.main-content .right-content .cont .contact-box .map img {
    margin-top: 30px;
}

.main-content .right-content .cont .venues-box .item {
    padding: 20px 0;
}

.main-content .right-content .cont .venues-box .item .image {
    width: 37.5%;
}

.main-content .right-content .cont .venues-box .item .content {
    width: 62.5%;
    padding: 0 15px;
}

.main-content .right-content .cont .venues-box .item .content .tit {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.main-content .right-content .cont .venues-box .item .content .time {
    color: #999;
    padding-bottom: 10px;
}

.main-content .right-content .cont .venues-box .item .content .desc {
    color: #999;
    margin: 15px 0 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main-content .right-content .cont .edu-box .edu-fm {
    padding-top: 50px;
}

.main-content .right-content .cont .edu-box .edu-fm .tit {
    font-size: 16px;
    font-weight: bold;
    color: #CC0033;
    padding-bottom: 30px;
}

.main-content .right-content .cont .edu-box .edu-fm input, .main-content .right-content .cont .edu-box .edu-fm textarea {
    width: 100%;
    background: #EEE;
    padding-left: 10px;
    border: 0;
    height: 40px;
}

.main-content .right-content .cont .edu-box .edu-fm textarea {
    height: 100px;
    padding: 10px;
}

.main-content .right-content .cont .edu-box .edu-fm .sub {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #CC0033;
    color: #FFF;
    margin-left: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-content .right-content .cont .edu-box .edu-fm .row div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-content .right-content .cont .edu-list li {
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 10px;
}

.main-content .right-content .cont .edu-list li a {
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    color: #868686;
}

.main-content .right-content .cont .edu-list li span {
    color: #999;
    width: 35%;
    text-align: right;
}

.main-content .right-content .cont .detail-box .tit-area {
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
}

.main-content .right-content .cont .detail-box .tit-area .title {
    font-size: 16px;
    color: #666;
}

.main-content .right-content .cont .detail-box .tit-area .det {
    padding-top: 15px;
    color: #999;
}
.main-content .right-content .cont .detail-box .tit-area .det span{
    display: inline-block;
    padding: 0 5px;
}

.main-content .right-content .cont .detail-box .detail {
    padding-top: 30px;
}

.main-content .right-content .cont .detail-box .down-box {
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
}

.main-content .right-content .cont .detail-box .down-box a {
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #D43B32;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.main-content .right-content .cont .detail-box .down-box a i {
    font-size: 25px;
    position: relative;
    top: 6px;
    left: 6px;
}

.main-content .right-content .cont .detail-box .next {
    padding-top: 30px;
}

.main-content .right-content .cont .detail-box .next a {
    color: #999999;
}

.main-content .right-content .cont .expert-list .name {
    font-size: 16px;
    padding: 10px 0;
}

.main-content .right-content .cont .expert-list .read-more i {
    display: inline-block;
    position: relative;
    top: -15px;
    font-size: 25px;
}

.main-content .right-content .cont td a {
    color: #777;
}

.main-content .right-content .cont td a:hover {
    color: #CC0033;
}

.main-content .right-content .cont td .cover {
    position: fixed;
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

.main-content .right-content .cont td .cover .content {
    width: 50%;
    background: #303030;
    height: 100%;
    position: absolute;
    right: -50%;
    top: 0;
    padding: 50px 30px;
    text-align: left;
    /*word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;*/
}

.main-content .right-content .cont td .cover .content .left {
    width: 90%;
}

.main-content .right-content .cont td .cover .content .left .title {
    color: #FFF;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    text-align: left;
}
.main-content .right-content .cont td .cover .content .left .intro{
    padding: 15px 0;
}
.main-content .right-content .cont td .cover .content .left p {
    color: #FFF;
    text-indent: 0;
}

.main-content .right-content .cont td .cover .content .close-dt {
    width: 10%;
    text-align: right;
    position: relative;
    top: 69px;
}


.main-content .right-content .cont td .cover .content .close-dt a {
    color: #FFF;
    font-size: 25px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    display: inline-block;
}

.main-content .right-content .bts {
    padding: 30px;
    border-top: 1px solid #E8E8E8;
}

.main-content .right-content .bts a {
    color: #999;
    font-size: 18px;
    display: inline-block;
    padding-right: 8px;
}

.w50 {
    width: 50% !important;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    background: none !important;
    padding:0 8px 0 0 !important;
    height: auto !important;
    line-height: normal !important;
    margin:0 !important;
    float:none !important;
}


/*首页会员风采*/
#fengcai .w1570{padding-left:10px; padding-right:10px; margin-right: auto; margin-left:auto;}
#fengcai{width:100%; float:left; display:block; font-family: 'Microsoft yahei'; background:#fff;}
#fengcai .Camel-coop{width:100%; display: block; float:left;}
#fengcai .Camel-coop .h4{width:100%; display: block; text-align:center; font-size:42px; color:#333333; width:100%;}
#fengcai .Camel-coop .coop_box{display: block; margin:0 -52px; }
#fengcai .Camel-coop .coop_box .row{margin:0; padding:80px 52px; width:100%; display: block; position: relative;}
#fengcai .Camel-coop .coop_box .slick-prev,
#fengcai .Camel-coop .coop_box .slick-next{width:14px; height:26px; background-size:14px 26px; }
#fengcai .Camel-coop .coop_box .slick-prev{background:url(/images/left-huiyuan.png)no-repeat; background-size:14px 26px; left:0;}
#fengcai .Camel-coop .coop_box .slick-next{background:url(/images/right-huiyuan.png)no-repeat; background-size:14px 26px; right:0;}
#fengcai .Camel-coop .coop_box .slick-dots{text-align: center; margin:0 auto; bottom:0;
display:inline-block!important; left:0;
}
#fengcai .Camel-coop .coop_box .slick-dots li{width:12px; height:12px; background:#e9e9e9; margin:0 6px;}
#fengcai .Camel-coop .coop_box .slick-dots li.slick-active{background:#63181c;}
#fengcai .Camel-coop .coop_box .row .slick-initialized .slick-slide{
  padding:0 10px;
}
#fengcai .Camel-coop .coop_box .row .li_hz{width:100%; padding:0 14.6%;background: #fff; display:block;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#fengcai .Camel-coop .coop_box .row .li_hz img{display: block;}
#fengcai .Camel-coop .coop_box .row .li_hz:hover{
 -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#fengcai .Camel-coop .Hono_box{width:100%; display:block; padding-top:62px;
}
#fengcai .Camel-coop .Hono_box .li_hono{width:32%; margin-right:2%; float:left; background:#f6f7f8;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#fengcai .Camel-coop .Hono_box .li_hono a{width:100%; display: block;}
#fengcai .Camel-coop .Hono_box .li_hono img{display: block;}
#fengcai .Camel-coop .Hono_box .li_hono:nth-child(3n){margin-right:0;}
/*#fengcai .Camel-coop .Hono_box .li_hono:hover{
   -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}*/
@media screen and  (max-width:1629px){

}
@media screen and  (max-width:1199px){
#fengcai .Camel-coop .h4{
    font-size: 36px;line-height: 40px;
  }
  #fengcai .Camel-coop .coop_box .row{padding:60px 40px;}
  #fengcai .Camel-coop .coop_box{margin:0 -40px;}
  #fengcai .Camel-coop .Hono_box{padding-top:40px;}
}
@media screen and  (max-width:991px){
#fengcai .Camel-coop .h4{
    font-size: 28px; line-height: 30px;
  }
  #fengcai .Camel-coop .coop_box .row{padding:50px 30px;}
  #fengcai .Camel-coop .coop_box{margin:0;}
  #fengcai .Camel-coop .Hono_box{padding-top:20px;}
  #fengcai .Camel-coop .coop_box .slick-dots li{width:10px; height:10px; margin:0 4px;}
}
@media screen and  (max-width:767px){
#fengcai .Camel-coop .h4{
    font-size: 20px; line-height: 24px;
  }
  #fengcai .Camel-coop .coop_box .row{padding:30px 20px;}
  #fengcai .Camel-coop .coop_box{margin:0;}
  #fengcai .Camel-coop .Hono_box{padding-top:20px;}
  #fengcai .Camel-coop .coop_box .slick-dots li{width:10px; height:10px; margin:0 4px;}
  #fengcai .Camel-coop .coop_box .slick-prev, #fengcai .Camel-coop .coop_box .slick-next{width:10px; height:19px; background-size:10px 19px;}
  #fengcai .Camel-coop .coop_box .slick-prev{background:url(/images/left-huiyuan.png)no-repeat; background-size:10px 19px; left:0;}
  #fengcai .Camel-coop .coop_box .slick-next{background:url(/images/right-huiyuan.png)no-repeat; background-size:10px 19px; right:0;}
  #fengcai .Camel-coop .coop_box .slick-dots li{width:6px; height:6px; margin:0 2px;}
}


/*会员企业*/
/*首页main*/
/*首页main*/
.c_1530_1{ width:100%; float:left; padding:0 0 10px 0;}
.tit_1{ width:100%; text-align:center;}
.tit_1 h3{ width:100%;  background:url(/images/index1.png) no-repeat center 15px; font-size:26px; color:#333; font-weight:bold; line-height:38px; font-weight:bold;}
.tit_1 h3 span{ color:#ff0208;}
.tit_1 h6{ width:100%;  font-size:12px; color:#ccc; line-height:23px; text-transform:uppercase;font-family: 'OPENSANS-REGULAR';}
.slide_pic_1{ width:100%; float:left; margin-top:30px;}
.slide_pic_1 .li_hp{ width:100%; float:left; padding:23px 15px;}
.slide_pic_1 .li_hp .zbox{ width:100%; float:left;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox .img,.slide_pic_1 .li_hp .zbox .img img{ width:100%; float:left;}
.slide_pic_1 .li_hp .zbox .text{ width:100%; float:left; height:130px; padding:21px 30px 17px 31px; border:solid 1px #eee; border-top:0; position:relative;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox .text .name{ width:100%; float:left; font-size:16px; color:#333; line-height:24px; padding-right:32px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox .text:before{ content:''; width:30px; height:30px; position:absolute; right:31px; top:35px; margin-top:-15px; background:url(/images/index8.png) no-repeat center center; background-size:contain;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox .text .p{ width:100%; float:left; font-size:14px; color:#999; line-height:25px; margin-top:17px; height:50px; overflow:hidden;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox:hover .text{ background:#ff0208; border-color:#ff0208;}
.slide_pic_1 .li_hp .zbox:hover .text .name,.slide_pic_1 .li_hp .zbox:hover .text .p{ color:white;}
.slide_pic_1 .li_hp .zbox:hover .text:before{ background-image:url(/images/index8_h.png);}
.slide_pic_1 .li_hp .zbox:hover{ box-shadow:0 0 22px rgba(68,68,68,0.28);}
.c_1530_1 .arr{ width:100%; float:left; text-align:center; margin-top:60px;}
.c_1530_1 .arr .zuo,.c_1530_1 .arr .you{ display:inline-block; vertical-align:top; width:40px; height:40px; background-image:url(/images/index3.png); background-repeat:no-repeat; background-position:left center; cursor:pointer;}
.c_1530_1 .arr .you{ background-position:right center;}
.c_1530_1 .arr .more{ display:inline-block; vertical-align:top; width:40px; height:40px; margin:0 25px; background:url(/images/index2.png); background-size:contain;}
.c_1530_1 .arr .zuo:hover,.c_1530_1 .arr .you:hover{ background-image:url(/images/index3_h.png);}
.c_1530_1 .arr .more:hover{ background-image:url(/images/index2_h.png);}
@media screen and (max-width: 991px) {
.c_1530_1{ padding:54px 0 60px 0;}
.tit_1 h3{ font-size:20px; line-height:32px; background-size:auto 7px;}
.tit_1 h6{ line-height:21px;}
.slide_pic_1{ margin-top:15px;}
.slide_pic_1 .li_hp{ padding:13px 10px;}
.slide_pic_1 .li_hp .zbox .text{ height:100px; padding:11px 20px 10px 21px;}
.slide_pic_1 .li_hp .zbox .text .name{ font-size:14px; line-height:20px; padding-right:22px;}
.slide_pic_1 .li_hp .zbox .text:before{ width:20px; height:20px; top:21px; right:21px; margin-top:-10px;}
.slide_pic_1 .li_hp .zbox .text .p{ font-size:12px; line-height:23px; margin-top:12px; height:46px;}
.c_1530_1 .arr{ margin-top:30px;}
.c_1530_1 .arr .zuo,.c_1530_1 .arr .you{ width:30px; height:30px; background-size:auto 30px;}
.c_1530_1 .arr .more{ width:30px; height:30px; margin:0 15px;}
.slide_pic_1 .li_hp .zbox:hover{ box-shadow:0 0 12px rgba(68,68,68,0.28);}
}
@media screen and (max-width: 767px) {
.c_1530_1{ padding:24px 10px 30px 10px;}
.tit_1 h3{ font-size:16px; line-height:26px; background-size:auto 5px;}
.tit_1 h6{ line-height:19px;}
.slide_pic_1{ margin-top:10px;}
.slide_pic_1 .li_hp{ padding:13px 5px;}
.slide_pic_1 .li_hp .zbox .text{ height:90px; padding:11px 10px 10px 11px;}
.slide_pic_1 .li_hp .zbox .text:before{ right:11px;}
.slide_pic_1 .li_hp .zbox .text .p{ line-height:21px; margin-top:8px; height:40px;}
.c_1530_1 .arr{ margin-top:15px;}
.c_1530_1 .arr .zuo,.c_1530_1 .arr .you{ width:24px; height:24px; background-size:auto 24px;}
.c_1530_1 .arr .more{ width:24px; height:24px; margin:0 10px;}
.slide_pic_1 .li_hp .zbox:hover{ box-shadow:0 0 12px rgba(68,68,68,0.28);}
}

/*合作*/
.c_1530_5{ width:100%; float:left; padding:0 0 100px 0;}
.slide_pic_3{ width:100%; float:left; margin-top:24px; padding-bottom:66px; position:relative;}
.slide_pic_3 .l1{  float:left; padding:0 15px; margin-top:30px;}
.slide_pic_3 .l1 a{ display:block; width:100%; float:left; border:solid 1px #eee; cursor:pointer; position:relative;}
.slide_pic_3 .l1 a:before{ width:0; height:2px; background:#ff0208; content:''; position:absolute; left:0; top:0;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_3 .l1 a img{ width:100%; float:left;}
.slide_pic_3 .l1 a:hover{ box-shadow:0 0 21px rgba(136,136,136,0.18);}
.slide_pic_3 .l1 a:hover:before{ width:100%;}
.slide_pic_3 .slick-dots
{ height:10px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide_pic_3 .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 14px;
    padding: 0;
	background:url(/images/index28.png) no-repeat left center;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.slide_pic_3 .slick-dots li.slick-active{ background-position:right center;}
.slide_pic_3 .slick-dots li button{ display:none;}
@media screen and (max-width: 991px) {
.c_1530_5{ padding:54px 0 60px 0;}
.slide_pic_3{ margin-top:14px; padding-bottom:46px;}
.slide_pic_3 .l1{ padding:0 10px; margin-top:20px;}
.slide_pic_3 .slick-dots li{ width: 12px; height: 12px; background-size:auto 12px; margin: 0 8px;}
}
@media screen and (max-width: 767px) {
.c_1530_5{ padding:24px 10px 30px 10px;}
.slide_pic_3{ margin-top:10px; padding-bottom:26px;}
.slide_pic_3 .l1{ padding:0 5px; width:33.33%; margin-top:10px;}
.slide_pic_3 .slick-dots li{ width: 8px; height: 8px; background-size:auto 8px; margin: 0 4px;}
}



/*首页-视频中心*/
.video{margin-top:30px}
.pagination{text-align:center}
.pagination>li{display:inline-block;margin:0 2px}
.pagination-container{text-align:center}
.pagination-container input{width:60px;height:30px;margin-top:-24px;border:1px solid #ddd;display:inline-block}
.video .item{margin:0 10px;text-align:center;height:290px}
.video .item a { color:#333;}
.video .item h3{ font-size:15px;  }
.video .item .pic{position:relative;overflow:hidden}
.video .item .pic img{width:100%;transition:.5s}
.video .item .pic .item_mask{width:100%;height:100%;margin:0;position:absolute;top:0;border:1px solid rgba(255,255,255,.15);box-shadow:0 0 30px rgba(0,0,0,.2);-moz-box-shadow:0 0 30px rgba(0,0,0,.2);-webkit-box-shadow:0 0 30px rgba(0,0,0,.2);background:rgba(204,0,51,.8);opacity:0;transition:all ease-out .3s}
.video .item:hover .pic .item_mask{opacity:1}
.video .item:hover .pic img{transform:scale(1.1)}
.video .item .pic .play{opacity:0;width:50px;height:50px;display:block;position:absolute;left:0;right:0;top:-24px;bottom:0;margin:auto;background:url(../bg/icon_play2.png) no-repeat center;background-size:100% 100%;transition:.5s}
.video .item:hover .pic .play{opacity:1}
.video .item .item_wrapper{position:relative}
.video .item .item_wrapper .title{padding:10px 0;transition:.5s}
.video .item:hover .item_wrapper .title{transform:translateY(-80px);color:#fff}
.video .item .item_wrapper .info{opacity:0;transform:translateY(20px);transition:.5s;height:0}
.video .item:hover .item_wrapper .info{transform:translateY(-40px);opacity:1}
.video .item .item_wrapper i{display:inline-block;position:relative;width:140px;height:37px;background:#CC0033;opacity:0;transition:.5s}
.video .item:hover .item_wrapper i{opacity:1}
.video .item .item_wrapper i:after{content:'';display:block;width:15px;height:1px;background:#fff;position:absolute;left:50%;top:50%;margin-left:-8px;transform:translateX(-100px);opacity:0;transition:.5s}
.video .item:hover .item_wrapper i:after{transform:translateX(0);opacity:1}
.pagination>li>a,.pagination>li>span{color:#666}
.video .item .item_wrapper i:before{transform:rotate(90deg);content:'';display:block;width:15px;height:1px;background:#fff;position:absolute;left:50%;top:50%;margin-left:-8px;transform:translateY(-100px) rotate(90deg);opacity:0;transition:.5s}
.video .item:hover .item_wrapper i:before{transform:translateY(0) rotate(90deg);opacity:1}
.layui-layer{background-color:#000!important}
.layui-layer video{position:absolute!important;left:0!important;top:0!important;bottom:0!important;right:0!important;margin:auto!important;z-index:99999999999999999999!important}
.slick-prev{display:block!important;top:56%;position:absolute;left:-40px!important;border:none;background:url(../bg/icon_left1.png) no-repeat center;background-size:cover;width:22px;height:41px;margin-top:-96px;outline:0}
.slick-next{display:block!important;top:56%;position:absolute;right:-40px!important;border:none;background:url(../bg/icon_right1.png) no-repeat center;background-size:cover;width:22px;height:41px;margin-top:-96px;outline:0}

/*列表视频*/
.videoList{position:relative;padding-bottom:10px}
.videoList .item{position:relative;margin-top:30px;overflow:hidden}
.videoList .item .pic{display:none}
.videoL1 .row .item .pic{display:block}
.videoList .item .pic img{width:100%}
.videoList .item .title{position:absolute;bottom:0;padding:6px;background:rgba(135,133,132,.7);width:100%;height:51px;left:0;right:0;transition:.5s}
.videoList .item:hover .title{transform:translateY(0)}
.videoList .item .title h3{color:#f2f2f2;display:inline-block;width:60%;height:52px;line-height:19px;overflow:hidden; font-size:15px;}
.videoList .item .title span{float:right;color:#f2f2f2;font-size:15px;}
.videoList .item i{position:absolute;width:60px;height:60px;left:0;right:0;margin:auto;top:30px;background:url(../images/style/icon_play.png) no-repeat center;background-size:cover;top:0;bottom:0;opacity:0;display:none}
.videoList .item:hover i{opacity:1}
.videoList .bfq{position:absolute;left:50%;top:50%;margin-top:-30px;margin-left:-30px;width:60px;height:60px}
.vjs-poster{background-size:cover}
.example_video_1-dimensions{width:100%!important}
.layui-layer-shade{background:rgba(170,182,193,1)!important}




.news-image {display:block;overflow:hidden;font-size:0;line-height:0;position:relative;max-height:165px}
.news-image {display:-webkit-box;display:-ms-flexbox;display:flex-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}
.news-image  img{width:100%;border: 1px solid #ddd;}