﻿body{
    height: auto;
    font-family:Helvetica,Arial,Microsoft YaHei,Arial;
    margin:0 auto;
    padding:0;
    overflow-x: hidden;
    color: #595959;
    font-size:1.4rem;
    font-size:14px;
       user-select: none;
}
hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe,figure,label,b ,strong{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-margin-after:0 ;
    font-size :100% ;
}
button, input, select, textarea {
    font-size:100%;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul,li,img,menu,dir{
    border: 0;
    list-style: none;
    padding: 0;
}
i,em,b,strong{
    font-style: normal;
}
a{
    text-decoration: none;
    color: #595959;
    outline: 0;
    transition-duration: 0.5s;
}

ul, div, article, aside, footer, header, menu, nav, section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
a:hover{
    color: #ff0200;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*全局*/
.left {
    float: left
}
.right {
    float: right
}
.container{
    margin-right: auto;
    margin-left: auto;
}
.wrap_show{ display:none;}
.pc_show{ display:block;}
@media screen and (min-width: 320px) {
    .container {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media screen and (min-width: 960px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (min-width: 1400px){
    .container{
        width: 1400px;
    }
}

.mar-top{
    margin-top: 30px;
}
.clearfix{
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.top-news,.index-stars{
    overflow: hidden;
}

.imgall, .content .news .news-list .img {
    overflow: hidden
}

.imgall img, .content .news .news-list .img img {
    width: 100%;
    height: 100%;
    -webkit-transitions: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear
}

.imgall:hover img, .content .news .news-list .img:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.inputfocus input {
    -webkit-transitions: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all
}

.inputfocus input[type=text]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(156, 41, 50, 0.3)
}

.header {
    padding-top: 13px;

}
.header #logo {
    float: left;
    margin-top: 15px;
}
.logo-w{
    width: 52%;
}
.header #logo img{
    width: auto;max-width: 100%;
}
.header .tel {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    background: url("../image/img2.png") no-repeat left 7px;
    padding-left: 25px;
}
.header .tel b {
    font-size: 22px;
    color: #ff0200
}
.myform{
    padding-top: 22px;
    margin-right: 10px;
    text-align: right;
}
.search-form{
    border: 1px solid #dbdbdb;
}
.myform input.i-text{
    border: 0;

    background: #fff;
    color:#ccc;
    /*float: left;*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0.857em;
    padding: 11px 5px 10px;
    width: 230px;
}
.myform input.i-submit {
    line-height: 35px;
    height: 38px;
    border: 0;
    border-left: 1px solid #dbdbdb;
    background: url(../image/spring.jpg) no-repeat;
    background-position: 5px center;
    text-indent: -999em;
    overflow: hidden;
    width: 30px;
    border-left: 0;
    cursor: pointer;
    border-left:  1px solid #dbdbdb;
    padding:  0 10px;
    margin-left: -5px;
}
.navs {
    margin-top: 15px;
    height: 42px
}

.navs li {
    font-size: 16px;
    float: left;
    width: 10%;
    text-align: center;
    padding-bottom: 8px;
}

.navs li.active a,.navs li a:hover {
    border-bottom: 3px solid #ff0200
}

.navs li.active a, .navs li:hover a {
    color: #ff0200
}

.navs li a {
    color: #000;
    padding-bottom: 9px;
}


.navs ul li ul{
    display: none;
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    /*background: #0c1923;*/
    padding: 10px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    top:20px;
    transition-duration: 0s;
}
.mean-bar img{
    margin-left: 6px;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background:rgba(58,58,58,0.9);
    position: absolute;
    margin-top: 10px;
    /*margin-top: 44px*/
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}




/*banner*/
.rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.rslides li{
    -webkit-backface-visibility:hidden;
    position:absolute;
    display:none;
    width:100%;
    left:0;
    top:0;
}
.rslides li:first-child{
    position:relative;
    display:block;
    float:left;
}
.rslides img{
    height:auto;
    float:left;
    border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{
    margin-top:-20px;
    position:relative;
    z-index:100;
    margin-bottom:0;
}
.callbacks_tabs.callbacks1_tabs li{
    display:inline-block;
    width:10px;
    height:10px;
    margin-left:5px;
    border-radius:10px;
    border:1px solid #FFF;
    position:relative;
}
.callbacks_tabs.callbacks1_tabs li a{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:10px;
    position:absolute;
    left:0;
    z-index:1000;
    color:rgba(100,200,300,0);
    color:transparent;
}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
    position:relative;
    width:100%;
    max-width:100%;
    text-align:center;
}
.callbacks{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.callbacks li{
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.callbacks img{
    position:relative;
    z-index:1;
    height:auto;
    border:0;
}
.callbacks .caption{
    display:block;
    position:absolute;
    z-index:2;
    font-size:20px;
    text-shadow:none;
    color:#fff;
    background:#000;
    background:rgba(0,0,0, .8);
    left:0;
    right:0;
    bottom:0;
    padding:10px 20px;
    margin:0;
    max-width:none;
}
.callbacks_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    top:50%;
    left:0;
    opacity:0.6;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    height:61px;
    width:38px;
    margin-top:-30px;
    display:none;
}
.callbacks_container:hover .callbacks_nav{
    display:block;
}
.callbacks_nav:active{
    opacity:1.0;
}
.callbacks_nav.next{
    left:auto;
    background-position:right top;
    right:0;
}
@media screen and (max-width:600px){
    .callbacks_nav{
        top:47%;
    }
}

.banner-slide {
    overflow: hidden;
    position: relative
}

.index-banner {
    position: relative
}

.index-banner .wrap {
    position: absolute;
    top: 0;
    z-index: 99
}

.index-banner .find {
    width: 326px;
    height: 479px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff
}

.index-banner .find .hd {
    line-height: 45px;
    border-bottom: 1px solid #D2D2D2
}

.index-banner .find .bd {
    margin: 0 13px
}
.index-banner .find .bd dl{
    padding-top: 25px;
}

.index-banner .find .bd dd {
    margin-bottom: 15px;
    line-height: 35px
}

.index-banner .find .bd .text {
    width: 96%;
    padding: 0 2%;
    height: 34px;
    border: 1px solid #c4c4c4
}

.index-banner .find .bd select {
    width: 126px;
    height: 34px;
    font-family: "微软雅黑";
}

.index-banner .find .bd input[type=checkbox] {
    position: relative;
    top: 2px;
    right: 2px;
}

.index-banner .find .bd a {
    color: #d0d0d0
}

.index-banner .find .bd .submit {
    width: 100%;
    height: 42px;
    background: #a0090b;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-family: "微软雅黑";
}

.index-banner .find .ft {
    padding: 0 12px;
    border-top: 1px solid #fff;
    padding-top: 5px
}

.index-banner .find .ft a {
    color: #ffffff;
    display: block;
    line-height: 24px;
    margin-top: 10px;
}

.index-banner .find .ft b {
    margin-right: 5px
}

/*stats*/
.index-stars dl{
   margin-top: 10px;
    overflow: hidden;
}

.index-stars dt {
    float: left;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    width: 7%;
}

.index-stars dd {
    float: left;
    line-height: 26px;
    font-size: 14px;
    width: 93%;
}

.index-stars a {
    color: #6b6b6b;
    padding: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 4px;
    margin-bottom: 5px;
}

.index-stars .sel {
    color: #fff;
    background:#920683;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.index-stars dd a.active, .index-stars dd a:hover {
    color: #fff;
    background:#ff0200;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.stars {
    margin-top: 20px;
    overflow: hidden;
}

.stars_l{ float:left; width:20.28571429%; display:block;}
.stars_l li img{ width:100%;}
.stars_r{float:left; width:79.71428571%; display:block;}
.stars_r li{ float:left;}
.stars li {
    position: relative;   
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow: hidden
}

.img_03{width:42.47311828%;}
.img_03 img{width:100%;}
.img_04{width:34.22939068%;}
.img_04 img{width:100%;}
.img_05{width:23.2078853%;}
.img_05 img{width:100%;}
.img_06{width:40.23297491%;}
.img_06 img{width:100%;}
.img_07{width:29.390681%;}
.img_07 img{width:100%;}
.img_08{width:30.28673835%;}
.img_08 img{width:100%;}

.stars li div.img{   
    -webkit-padding-bottom:108%;
    overflow: hidden;
    display: block;
}
.stars li img{
    width: 100%;
    display: block;
}
.stars li .text {
    position: absolute;
	z-index:999;
    left: 0;
    right: 0;
    height: 100%;
    margin-top: -42px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transitions: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear
}
.stars li .text:hover{
    margin-top: 0;
}
.stars li .text:after {
    width: 37px;
    height: 37px;
    display: inline-block;
    content: '';
    right: 58px;
    position: absolute;
    bottom: 26px
}

.stars li .text .hd {
    font-size: 16px;
    color: #fcfcfc;
    height: 42px;
    line-height: 42px;
   text-indent: 15px;
    width: 92%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.stars li .text .hd b {
    font-size: 22px
}
.stars li .text .bd {
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transitions: 0.9s all linear;
    -moz-transition: 0.9s all linear;
    -ms-transition: 0.9s all linear;
    -o-transition: 0.9s all linear;
    transition: 0.9s all linear
}

.stars li .text .bd h3 {
    font-size: 18px;
    background: none;
    padding-left: 0;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stars li .text .bd h4 {
    font-size: 16px;
    margin-top: 10px
}
.stars li .text .bd p {
    margin-top: 10px;
    position: relative;
    padding-bottom: 18px
}
.index-stars{
    margin: 0 0.5%;
}
.stars li:hover .hd {
    display: none
}
.stars li:hover .text {
    top: 0;
    height: 253px
}
.stars li:hover .bd {
    margin-top: 55px
}
.stars li.stars-01,.stars li.stars-02{
    width: 28%;
}
.stars li.stars-03{
    width: 44%
}
.stars li.stars-01 div.img{
    padding-bottom:170%;
    -webkit-padding-bottom:170%;
}
.stars li.stars-02 div.img{
    padding-bottom:85.01%;
    -webkit-padding-bottom:85.01%;
}
.stars li.stars-03 div.img{
    padding-bottom:54.1%;
    -webkit-padding-bottom:54.1%;
}
.stars li:hover .text{
    height:666px
}
.in_more{ width:100%; text-align:center; padding:30px 0;}
.in_more a{ padding:10px 20px; border:1px solid #CCC; }

.in-star-list ul {
    width: 100%;
    overflow: hidden;
}
.in-star-list li {
    position: relative;
    width: 19%;
    background: #F9F9F7;
    float: left;
    margin: 15px 0.5% 0;
}
.in-star-list li a{
    border: 1px solid #c1c1c1;
    display: block;
}

.in-star-list li .img {
    position: relative;
    overflow: hidden;
}

.in-star-list li .img img {
    width: 100%;
    display: block;
    -webkit-transitions: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    position: relative
}
.in-star-list li p{
    line-height:20px;
    font-size: 18px;
    text-align: center;
    overflow:hidden;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding:15px 1%;
    width: 98%;
}

.in-star-list li .img:hover img {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
/*title*/

.title2{ width:100%; text-align:center;}

.tit_en{font-size:18px; margin-bottom:6px;}
.tit_ad{border-top:1px solid #DBDBDB; padding-top:10px; margin-bottom:20px;}

.title2  h3{
    border-bottom: 0px solid #DBDBDB;
    padding: 8px 70px 0  500px;
    background: url("../image/img28.jpg") no-repeat center 5px;
    margin-bottom: 0;
	display:inline-block;
	text-align:left;
	width:480px
}

.title2 h3 b {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px
}
.title2 h3 b p {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px
}

.title  h3{
    border-bottom: 1px solid #DBDBDB;
    padding: 15px 0 15px  50px;
    background: url("../image/img28.jpg") no-repeat left 5px;
    margin-bottom: 10px;
}


.title h3 b {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px
}
.title h3 b p {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px
}
.title h3 span{
    color: #000;
}

.title h3 .more {
    position: relative;
    top: 12px;
    float: right;
    background: url("../image/img29.jpg") no-repeat right;
    font-size: 14px;
    color: #ff0200;
    padding-right: 20px;
    line-height: 20px;
}

/*index-明星合影*/
.gb-list {
    margin-bottom: 25px
}

.gb-list ul {
    width: 100%;
    overflow: hidden;
}

.gb-list li {
    position: relative;
    width: 19.2%;
    background: #F9F9F7;
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    float: right;
    margin: 15px 0 0 1%;
}
.gb-list li:first-child{
    margin-left:0;
}
.gb-list li a{
    border: 1px solid #c1c1c1;
    display: block;
}
.gb-list li .img {
    position: relative
}

.gb-list li .img img {
    width: 100%;
    display: block;
}

.gb-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.gb-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.gb-list li .text {
    padding: 12px 10px
}

.gb-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gb-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    height:40px;
    overflow:hidden;
}

.gb-list li.hover {
    background:#bd0201
}

.gb-list li.hover .img:before {
    opacity: 1
}

.gb-list li.hover .img:after {
    top: 50%;
    opacity: 1
}

.gb-list li.hover .text h4,.gb-list li.hover .text p ,.gb-list li.hover .text{
    color: #ffffff
}

/*index- 签约艺人*/
.qy-list {
    margin-bottom: 30px
}

.qy-list ul {
    width: 100%;
    overflow: hidden;
}

.qy-list li {
    position: relative;
    width: 19%;
    float: left;
    margin: 15px 0.5% 0;
}
.qy-list li a{
    border: 1px solid #e7e7e7;
    display: block;
}

.qy-list li .img img {
    width: 100%;
    display: block;
}
.qy-list li a:hover{
    border: 1px solid #ff0200;
}
.qy-list li .text {
    padding: 12px 10px
}
.qy-list li:hover .text h4{
    color: #ff0200;
}
.qy-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qy-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.qy-list li.hover {
    background: #920683
}
.in-banner{
    margin: 20px 0 50px;
}
.in-banner img{
    width: 100%;
    display: block;
}

/*index-new*/
.top-news {
    margin-top: 25px;
    margin-bottom: 25px;
    background: #f0f2f3;
  padding: 20px 0 0 0;
}
.top-news h3 {
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}
.top-news h3 i{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    font-size: 28px;
  text-align: center;
}
.top-news h3 i span{
    font-size: 24.5px;
}
.top-news h3 b{
    vertical-align: top;
    padding: 10px 0 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #ff3432;
    font-size: 35px;
}
.top-news p.in-news-ms{
    color: #808080;
    font-size:26px;
    text-align: center;
    margin-bottom: 28px;
}

.top-news .body .left {
    width: 44%
}

.top-news .body .left a {
    width:100%;
}

.top-news .body .right {
    width:56%;
    overflow: hidden
}

.top-news .body .right .slides {
    background:#e9e9e9;
    position: relative
}

.top-news .body .right .swiper-pagination-bullets {
    top: 20px;
    text-align: right;
    left: auto;
    right: 0;
    opacity: 1
}

.top-news .body .right .swiper-pagination-bullet {
    width: 9px;
    height: 9px;

}

.top-news .body .right .swiper-pagination-bullet-active {
    background: #ff0200
}
.top-news .body .right .swiper-slide dl{
    margin: 20px 0;
}
.top-news .body .right .swiper-slide dd {


    padding: 18px 20px ;
}
.top-news .body .right .swiper-slide dd a{
    overflow: hidden;
    display: block;
}
.top-news .body .right .swiper-slide .data {
    float: left;
    width: 18%;
    text-align: center
}
.top-news .body .right .swiper-slide .data img{
    width: 100%;
    display: block;
}

.top-news .body .right .swiper-slide .txt {
    width: 76%;
    float: left;
    margin-left: 2%;
}

.top-news .body .right .swiper-slide .txt h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-news .body .right .swiper-slide .txt p {
    font-size: 14px;
    color: #575757
}

.top-news .body .right ul li {
    float: left;
    position: relative
}

.top-news .body .right ul li a {
    position: relative;
    z-index: 899;
    display: block
}

.top-news .body .right ul li.item1 {
    position: relative;
    width: 100%;

}

.top-news .body .right ul li.item1 video {
    width: 100%;
    height: 100%
}

.top-news .body .right ul li.item1 img {
    -webkit-transitions: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    width: 100%;
    height: 100%
}

.top-news .body .right ul li.item1 em {
    width: 54px;
    height: 54px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    z-index: 999
}

.top-news .body .right ul li.item1:hover a:after {
    background: rgba(0, 0, 0, 0.4)
}

.top-news .body .right ul li.item1:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.top-news .body .right ul .item2 {
    width: 32%
}
.top-news .body .right ul .item2 a:after{
    background: rgba(0,0,0,0.4);
}
.top-news .body .right ul .item2:hover a:after {
    background: #b00e11;
}
.top-news .body .right ul .item2 span{
    font-size: 30px;
    margin-top: -65px;
}
.top-news .body .right ul .item2:hover .icon1 {
    opacity: 1;
    left: 40px;
    top: 101px
}

.top-news .body .right ul .item2:hover .icon2 {
    opacity: 1;
    right: 46px;
    top: 101px
}

.top-news .body .right ul .item2:hover .icon3 {
    opacity: 1;
    left: 40px;
    bottom: 75px
}

.top-news .body .right ul .item2:hover .icon4 {
    opacity: 1;
    right: 46px;
    bottom:75px
}
.top-news .body .item {
    overflow: hidden
}

.top-news .body .item img {
    -webkit-transitions: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    width: 100%;
    /*height: 100%;*/
    display: block;
}

.top-news .body .item {
    width: 50%;
    position: relative;
    float: left;
    max-height: 308px;
}

.top-news .body .item a:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    content: '';
    display: inline-block
}

.top-news .body .item span {
    text-align: center;
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 46px;
    color: #ffffff;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -51px;
    left: 50%;
    margin-left: -51px;
    display: inline-block;
    font-family: "微软雅黑";
    width: 102px;
    height: 102px
}

.top-news .body .item i {
    opacity: 0;
    width: 21px;
    height: 22px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.top-news .body .item .icon1 {
    background: url("../image/img19.png") no-repeat;
    left: 0;
    top: 0
}

.top-news .body .item .icon2 {
    background: url("../image/img20.png") no-repeat;
    right: 0;
    top: 0
}

.top-news .body .item .icon3 {
    background: url("../image/img21.png") no-repeat;
    left: 0;
    bottom: 0
}

.top-news .body .item .icon4 {
    background: url("../image/img22.png") no-repeat;
    right: 0;
    bottom: 0
}

.top-news .body .item:hover a:after {
    background: #b00e11
}

.top-news .body .item:hover .icon1 {
    opacity: 1;
    left: 89px;
    top: 101px
}

.top-news .body .item:hover .icon2 {
    opacity: 1;
    right: 89px;
    top: 101px
}

.top-news .body .item:hover .icon3 {
    opacity: 1;
    left: 89px;
    bottom: 75px
}

.top-news .body .item:hover .icon4 {
    opacity: 1;
    right: 89px;
    bottom: 75px
}

.top-news .body .item:hover span {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

/*about*/
.in-abouts{
    overflow: hidden;
}
.in-abouts-l{
    width: 63%;
}
.in-abouts-l dl{
    padding: 15px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.in-abouts-l dt{
    width: 43%;
    float: left;
}
.in-abouts-l dt img{
    width: 100%;
    display: block;
}
.in-abouts-l dd{
    float: right;
    width: 55%;
}
.in-abouts-l dd h3{
    background: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 8px;
    border-bottom: 0;
    margin-bottom: 3px;
}
.in-abouts-l dd h3 i{
    display: block;
    color: #f86362;
    font-size: 23px;
}
.in-abouts-l dd p{
    color: #333;
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 8px;
}
.in-abouts-l dd a{
    color: #ff0200;
}
.in-news{
    width: 36%;
}

.tab{
    border:1px solid #ccc;
    min-height: 388px;
}
.tab ul.menu{
    height:48px;
    position:relative;
    border-bottom:1px solid #ccc;
}
.tab ul.menu li{
    font-size:16px;
    float:left;
    text-align:center;
    height:48px;
    line-height:48px;
    cursor:pointer;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    margin-left: -1px;
    padding: 0 20px;

}
.in-abouts h3{
    margin-bottom: 0;
}
.tab ul.menu li.active{
    background:#fff;
}
.tab div{
    padding: 15px;
}
.tab div dt{
    width: 32%;
    float: left;
}
.tab div dl{
    overflow: hidden;
    margin-bottom: 15px;
}
.tab div dt img{
    width: 100%;
    display: block;
}
.tab div dd{
    width: 65%;
    float: right;
}
.tab div dd b{
    font-size: 18px;
}
.tab div dd p{
    font-size: 16px;
    margin-top: 5px;
}
.tab div li a{
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.tab div a.news-more{
    display: block;
    color: #ff0200;
    margin-top: 5px;
}
.hide{display:none;}



/*reason*/
.reason h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px;
    border-bottom: 4px solid #ff0200;
    padding-bottom: 10px;
    padding-left: 35px;
    background: url(../image/xx.jpg) no-repeat left 2px;
    margin-bottom: 10px;
}
.reason img{
    width: 100%;
    display: block;
}
.links {
    overflow: hidden;
    margin-top:30px;
	margin-bottom:20px;
   
}

.links dl {
    color: #ffffff;
    overflow: hidden;
    line-height: 25px;
}

.links dt {
    font-size: 18px;
    color:#333;
    float: left;
    font-weight: 600;
}

.links dd {
    float: left;
    font-size: 16px;
    padding-right:8px;
}

.links dd a {
    color: #333
}
.links dd a:hover{
    color: #ff0200;
}

.foot-bg{
    background: #383838;
    overflow: hidden;
    padding: 10px;
    line-height: 26px;
}
.foot-nav a{
    color: #fff;
    padding: 0 8px;
}
.share span{
    line-height: 28px;
    color: #fff;
}
.share .bdsharebuttonbox  a.bds-q{
    background-position:-29px top;
}
.bdsharebuttonbox  a.bds-s,.bdsharebuttonbox  a.bds-q,.bdsharebuttonbox  a.bds-t{
    background: url("../image/icon.png") no-repeat;
    width: 26px;
    height: 26px;
    padding: 0;
    margin:  0 3px 0 0;
    display: inline-block;
}
.share .bdsharebuttonbox  a.bds-t{
    background-position:-62px top;
}
/*footer*/

.footer {
    background: #1f1e1e url(../image/footer-bg.jpg) repeat-x;
    font-size: 14px;
    color: #e0e0e0;
    overflow: hidden;
    padding: 20px 0 10px;
}
.contact {
    overflow: hidden;
	padding:0 15px;	
}

.contact h3 {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.contact b {
    font-size: 22px;
    color: #fff
}

.contact .left {
    width: 46%;
	margin-left:30px;
}

.contact .left li {
    width: 40%;
    margin-top: 10px;
    font-size: 15px;
    color: #bebebe;
    float: left;
    padding-left: 30px;
    line-height: 26px;
}

.contact .left li img {
    margin-right: 5px
}

.contact .right {
    width: 50%
}

.contact .right p {
    font-size: 14px;
    color: #bebebe;
    line-height: 25px;
    padding-bottom: 5px;
}
.contact .left li{
    background: url("../image/icon.png") no-repeat;
}
.contact .left li.contact-1{
    background-position:2px -47px;
}
.contact .left li.contact-2{
    background-position:2px -109px;
}
.contact .left li.contact-3{
    background-position:2px -173px;
}
.contact .left li.contact-4{
    background-position:2px -240px;
}
.contact .left li.contact-5{
    background-position:2px -305px;
}
.contact .left li.contact-6{
    background-position:2px -360px;
}
.contact .left li.contact-7{
    background-position:2px -421px;
    width: 100%;
}


/*内页*/


/*about*/
.con-banner img{
    width: 100%;
    display: block;
}
.sidebar-nav-bor{
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    margin: 10px 0;
}
.sidebar-nav li{
    float: left;
    margin:0 25px 10px 0;
    line-height: 40px;
}
.sidebar-nav li:hover{
    background: #ff0200;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.sidebar-nav li a{
    display: block;
    padding: 0 25px;
}
.sidebar-nav li:hover a,.sidebar-nav li.hos a{
    color: #fff;
}
.sidebar-nav li.hos{
    background: #ff0200;
    border-radius: 6px;
}

.position{
    line-height:30px; padding:0 20px; margin-top:20px;
}
.position a{
    padding: 0 5px;
}
.main{
    margin-top: 30px;
    margin-bottom: 30px;
}
.main img{
    width: auto;
    max-width: 100%;
}
.about-main h2{
    font-size: 30px;
    line-height: 40px;
    color: #bb0304;
    font-weight: 600;
}

.about-main{
    text-align: center;
    line-height: 28px;
}
.about-main p{
    margin-top: 8px;
    font-size: 16px;
}
.about-main ul{
    margin-top: 23px;
}
.about-main li{
    font-size: 23px;
    color: #4d4d4d;
    margin: 0 8px;
    padding: 10px 0 0;
    font-weight: 600;
}
.about-main p.about-p{
    background: #ececec;
    padding: 20px;
    margin-top: 0;
}
.about-img img{
    display: block;
}
.about-star{
    margin: 25px 0;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}


/*news*/
.news-list dl{
    background: #f5f5f5;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.news-list dl dt{
    width: 19%;
    float: left;
}
.news-list dl dt img{
    width: 100%;
    display: block;
}
.news-list dl dd{
    width: 79%;
    float: right;
}
.news-list dd b{
    display: block;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    padding-bottom: 8px;
}

.news-list dd p{
    color: #333;
    font-size: 16px;
    line-height: 25px;
}
.news-list dd  span{
    display: block;
    margin-top: 10px;
    color: #a9a9a9;
    background: url("../image/img15.png") no-repeat left center;
    padding-left: 20px;
}

.news-list ul {
    width: 100%;
    overflow: hidden;
}
.news-list li{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d1;
}
.news-list li b{
    display: block;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    padding-bottom: 8px;
}

.news-list li  p{
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.news-list li span{
    display: block;
    margin-top: 10px;
    color: #a9a9a9;
    background: url("../image/img15.png") no-repeat left center;
    padding-left: 20px;
}


/*paging*/
.paging{
    margin-top: 20px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.paging li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 3px 3px 0;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 32px;
    height: 32px;
}
.paging li a{
    padding: 0 13px;
    display: block;
}
.paging li:hover{
    border: 1px solid #ff0200;
}
.paging li:hover a{
    color: #ff0200;
}

.page_now {
    display: inline-block;
    padding: 0 13px;
    border: 1px #666 solid;
    background: #ff0200;
    margin: 0 2px;
    color: #fff;
}

/**/
.news-details h2{
    color: #000;
    font-size: 28px;
    text-align: center;
}
.news-details h4{
    text-align: center;
    margin: 15px 0;
}
.news-details h4 span{
    margin: 0 8px;
}
.news-details h4 span.time-1{
    background: url("../image/img15.png") no-repeat left center;
    padding-left: 18px;
}
.news-details h4 span.view{
    background: url("../image/img16.png") no-repeat left center;
    padding-left: 18px;
}
.details-main{
    line-height: 28px;
    margin:30px 0 0;
}

/*活动*/
.sidebar-nav-bor .activity-tit{
    border-bottom: 0;
}
.activity-tit{
    border-bottom: 1px solid #eaeaea;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 6px;
    background: url("../image/img30.jpg") no-repeat 3px center;
    /*padding-left: 55px;*/
    text-indent: 55px;
}
.activity-tit h4{
    line-height: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #333;
}
.activity-tit h4 span{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.activity-list{
    margin-top: 20px;
}
.activity-list ul {
    width: 100%;
    overflow: hidden;
}

.activity-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.activity-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.activity-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.activity-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.activity-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}

.activity-list li.hover .img:before {
    opacity: 1
}

.activity-list li.hover .img:after {
    top: 50%;
    opacity: 1
}
.activity-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.activity-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.activity-list li .text {
    padding: 12px 10px
}
.activity-list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity-list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.activity-list li.hover {
    background:#bd0201
}

.activity-list li.hover .text h4,.activity-list li.hover .text p ,.activity-list li.hover .text{
    color: #ffffff
}

/*news_star*/
.news_star_list{
    margin-top: 20px;
}
.news_star_list ul {
    width: 100%;
    overflow: hidden;
}

.news_star_list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.news_star_list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.news_star_list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.news_star_list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.news_star_list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}

.news_star_list li.hover .img:before {
    opacity: 1
}

.news_star_list li.hover .img:after {
    top: 50%;
    opacity: 1
}
.news_star_list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.news_star_list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.news_star_list li .text {
    padding: 12px 10px
}
.news_star_list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_star_list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.news_star_list li.hover {
    background:#bd0201
}

.news_star_list li.hover .text h4,.news_star_list li.hover .text p ,.news_star_list li.hover .text{
    color: #ffffff
}





/*contact*/
.contact-main{
    margin: 25px auto;
    text-align: center;
}
.contact-main img{
    width: auto;
    max-width: 100%;
}
.contact-ms h3{
    font-size: 30px;
    font-weight: 600;
}
.contact-ms strong{
    font-size: 18px;
    font-weight: normal;
    padding:12px 0;
    display: block;
}
.contact-ms p{
    padding-top: 8px;
}
.tops{
    margin-top: 30px;
}

/*推荐艺人*/
.groom-list{
    margin-top: 20px;
}
.groom-list ul {
    width: 100%;
    overflow: hidden;
}

.groom-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.groom-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.groom-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.groom-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.groom-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}
.groom-list li .text {
    padding: 12px 10px
}
.groom-list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.groom-list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}
.groom-list li.hover {
    background:#920683
}

/*net*/
.net-list{
    margin-top: 20px;
}
.net-list ul {
    width: 100%;
    overflow: hidden;
}

.net-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.net-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.net-list li:hover a{
    border: 1px solid #ff0200;
}
.net-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.net-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.net-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}


.net-list li .text {
    padding: 12px 10px
}
.net-list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.net-list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

/*页码*/
.page{
    margin-top: 20px;
}
.page li{
    line-height: 28px;
    width: 98%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar-nav-bor .details-top{
    margin-top: 0;
}


/*签约艺人*/
.sign-list ul {
    width: 100%;
    overflow: hidden;
}

.sign-list li {
    position: relative;
    width: 19%;
    background: #F9F9F7;
    float: left;
    margin: 15px 0.5% 0;
}
.sign-list li a{
    border: 1px solid #c1c1c1;
    display: block;
}
.sign-list li .img img {
    width: 100%;
    display: block;
}
.sign-list li a:hover{
    border: 1px solid #920683;
}
.sign-list li .text {
    padding: 12px 10px
}
.sign-list li:hover .text h4{
    color: #920683;
}
.sign-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sign-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.sign-list li.hover {
    background:#920683
}

/*明星合影*/
.photo-list ul {
    width: 100%;
    overflow: hidden;
}

.photo-list li {
    position: relative;
    width: 19%;
    background: #F9F9F7;
    -webkit-transitions: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    float: left;
    margin: 15px 0.5% 0;
}
.photo-list li a{
    border: 1px solid #c1c1c1;
    display: block;
}
.photo-list li .img {
    position: relative
}

.photo-list li .img img {
    width: 100%;
    display: block;
}

.photo-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.photo-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.photo-list li .text {
    padding: 12px 10px
}

.photo-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photo-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.photo-list li.hover {
    background:#920683
}

.photo-list li.hover .img:before {
    opacity: 1
}

.photo-list li.hover .img:after {
    top: 50%;
    opacity: 1
}

.photo-list li.hover .text h4,.photo-list li.hover .text p ,.photo-list li.hover .text{
    color: #fff
}

/*合作明星*/
.star-list{
    margin-top: 20px;
}
.star-list ul {
    width: 100%;
    overflow: hidden;
}

.star-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.star-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.star-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.star-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.star-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}
.star-list li.hover {
    background:#920683
}
.star-list li p {
    text-align: center;
    bottom: 0;
    position: absolute;
    z-index: 110;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 90%;
    padding: 0 5%;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

/**/
.content{
    width:100%;
    margin:15px auto 0;
    overflow: hidden;
}
.galcolumn{
    padding-left: 20px;
    float: left;
}
.gridalicious{
    margin-bottom: 28px;
    overflow: hidden;
}
.galcolumn .item{
    background:#bebebe;
    color:#333;
    word-break:break-all;
    word-wrap:break-word;
    white-space:pre;
    white-space:pre-wrap;
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    position:relative;
}
.galcolumn .item img{
    width:100%;
    height:auto;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
}
.galcolumn .item:hover img{
    transform:scale(1.03);
    -ms-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -webkit-transform:scale(1.03);
    -o-transform:scale(1.03);
}
.galcolumn .item p{
    text-align:center;
    bottom: 0;
    position: absolute;
    z-index: 110;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 90%;
    padding:6px 5%;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.hz-star h2{
    color: #000;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 8px;
}
.star-det,.hz-star{
    overflow: hidden;
}

.star-det .left span{
    margin: 0 8px;
    line-height: 44px;
}
.star-det span.time-1{
    background: url("../image/img15.png") no-repeat left center;
    padding-left: 18px;
}
.star-det span.view{
    background: url("../image/img16.png") no-repeat left center;
    padding-left: 18px;
}
.star-det .right a{
    width: 41px;
    height: 41px;
    display: inline-block;
    margin: 0 6px;
}
.star-det .right a.all{
    background: url("../image/img12.png") no-repeat left top;
}
.star-det .right a.prev{
    background: url("../image/img14.png") no-repeat left top;
}
.star-det .right a.next{
    background: url("../image/img13.png") no-repeat left top;
}
.star-s{
    background: #f3f3f3;
    padding: 20px;
    margin-top: 25px;
}
.hz-star-l {
    margin-top: 20px;
    width: 27%;
}
.star-s dl{
    overflow: hidden
}
.star-s dt{
    padding-bottom: 8px;
    width: 21%;
    float: left;
}
.star-s dt img {
    width: 100%;
    display: block;
}
.star-s dd{
    line-height: 25px;
    width:77%;
    float: right;
    font-size: 14px;
}
.star-s dd p b{
    font-weight: normal;
}

.hz-star-r{
    padding:0 20px;
    line-height: 28px;
    margin-top: 20px;
}
.hz-star-r div.star-de-1{
    border-bottom: 1px dashed #aaa;
    padding: 10px 0;
}
.starlxfs span {
    display: block;
}
.sss{
	background:#f0f2f3;
    overflow: hidden;
}

.sssaa{
    float: left;
    width: 62%;
    padding: 30px;
}

.sssaa b{
    font-size: 23px;
    color:#a30000;
    margin-bottom: 8px;
}

.sssaa p{
    font-size: 13px;
     color: #9fa0a2;
     margin-top: 8px
}

.ees{
    margin-top: 23px
}
.ees em{
    color:#282828;
    font-size: 16px;
}

.ees ul{
    margin-top: 15px;
}

.ees li {
    line-height: 25px;
    color:#87888a;
}

.rightimg{
    float: right;
    width: 38%;
    position: relative;
}

.rightimg a{
    display: block;
    padding: 51.5%;
    position: relative;
}

.rightimg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    width: 100%;
    display: block;   
}
.imgss{
    display: none;
}
.details-main p {
    font-size: 15px;
    margin: 10px 0;
    line-height: 29px;
}
/*在线客服 开始*/
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../image/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../image/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}
.side_title, .side_blue .side_title { background-position: -195px 0;}
.side_bottom, .side_blue .side_bottom {background-position: -195px -50px;}
.side_center, .side_blue .side_center {background: url(../image/blue_line.png) repeat-y center;}
.show_btn, .side_blue .show_btn {background-position: -119px 0;}
/* ======  联系浮窗手机端默认收起  ====== */
@media screen and (max-width:767px) {
  .scrollsidebar .side_content {
    width: 0;
  }
  .scrollsidebar .show_btn {
    width: 25px;
  }
}
/*在线客服 结束*/
/*留言 开始*/
.contact-form { 
  overflow: hidden;
  margin-top: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 250px;
  z-index: 99;
  border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
}
.contact-form.off { height: 46px; padding-bottom: 0; }

.form-title { font-size: 20px; font-weight: bold; margin-bottom: 20px; padding: 10px 20px;background-color: #ff0200;color: #fff; display:flex; justify-content: space-between; align-items: center; }

.form-switch { width: 20px; height: 20px; display: flex; align-items: center; cursor: pointer; }

.form-switch::after { border: none; height: 3px; width: 20px; background-color: #fff; display: block; content: ""; }

.contact-form.off .form-switch::after { border: 3px solid #fff; height: 12px; width: 20px; background: none;; }

.form-item { display: flex; width: calc(100% - 20px); margin: 0 10px 10px; }

.form-item .form-label { line-height: 42px; display: inline-block; width: 100px; }

.form-item .form-input { border: 1px solid #eee; flex: 1; height: 42px; padding: 0 10px; overflow: hidden; }

.form-item .form-select { width: 80px; height: 26px; margin-top: 8px; padding: 0 10px; margin-right: 10px; -webkit-appearance: auto; appearance: auto; }

.form-item .form-textarea { height: 100px; }

.form-submit { margin-left: 100px; height: 36px; width: 100px; background-color: #ff0200; box-shadow: none; border: none; color:#fff; cursor: pointer; }
/*留言 结束*/
.starlxfs span {
    display: inline-block;
    margin: 0 20px;
}
.star-de-1 p a {
    color: red;
}
.xzjwk dd a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab .xzjwk li a {
    width: 80%;
}

.tab .xzjwk li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888;
}

























