/* 公共部分 */

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}

* {
    padding: 0;
    margin: 0 auto;
}

img {
    vertical-align: bottom;
}

ul li {
    padding: 0;
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

.cl {
    clear: both;
}


/* index头部 */

.index-header {
    position: relative;
    overflow: hidden;
}

.index-header .swiper-slide img,
.logo img {
    width: 100%;
}

.index-header .biaoyu {
    position: absolute;
    z-index: 99;
    top: 20%;
    bottom: 20%;
    left: 0%;
    right: 0%;
    margin: auto;
    width: 480px;
}

.index-header .biaoyu img {
    width: 100%;
    height: auto;
}

.biaoyu-title {
    text-align: center;
    margin: 20px 0;
}

.biaoyu-title a {
    border: 1px solid #2f9fab;
    color: #2f9fab;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.biaoyu-title a:hover {
    background: #2f9fab;
    color: #fff;
}


/* index   内容区 */

section {
    margin: 50px 0;
}

.block1 .nr-text {
    font-size: 18px;
    color: #999;
    line-height: 40px;
    text-indent: 25px;
    letter-spacing: 1px;
}

.block1 img,
.block2 img,
.block4 img,
.block5 img,
.block6 img,
.banner img {
    width: 100%;
}

@keyframes ani {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0% 100%;
    }
}

.block2,
.block4 {
    width: 100%;
    position: relative;
    background-image: url(../images/bj1.jpg);
    animation: ani 20s linear infinite;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.block4 {
    background-image: url(../images/bj2.jpg);
}

.block5 .container {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.block5 .block-left ul li {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ccc
}

.block5 .block-left ul li span {
    float: right;
}

.block5 .block-right .right-img {
    position: relative;
}

.block5 .block-right .right-img img {
    width: 100%;
    height: 265px;
}

.block5 .block-right .right-img p {
    bottom: 0;
    position: absolute;
    margin: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.block5 .block-right .right-img p a {
    color: #fff;
}

.block5 .three-tops {
    margin-top: 30px;
}

.block5 .three-tops .three-top {
    background: #fff;
    margin-right: 2%;
    padding: 15px;
    width: 32%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.block5 .three-tops .three-top img {
    height: 250px;
}

.block5 .three-tops .three-top:hover {
    box-shadow: 1px 1px 10px 5px #d1d1d1;
}

.block5 .three-tops .three-top h3 {
    margin: 10px 0;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  	font-size: 18px;
    letter-spacing: 1px;
}

.block5 .three-tops .three-top span {
    display: block;
    margin-bottom: 10px;
    color: #999;
}

.block5 .three-tops .three-top p {
    line-height: 25px;
    font-size: 16px;
    color: #999;
}

.block5 .three-tops .three-top:last-child {
    margin: 0;
}


/* 图片遮罩 */

.block6 .case {
    overflow: hidden;
}

.block6 .case>ul li {
    width: 25%;
    height: auto;
    float: left;
}

.block6 .case .grid-content {
    position: relative;
    overflow: hidden;
}

.block6 .case .grid-content>img {
    width: 100%;
    height: 600px;
    display: inline-block;
    background: #ccc;
}

.block6 .case .grid-content .grid-shade {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
    font-family: "宋体";
    font-weight: bold;
    display: none;
    text-align: center;
}

.block6 .case .grid-content .grid-shade .grid-enter {
    padding: 60px 30px;
}

.block6 .case .grid-content .grid-shade .grid-enter h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.block6 .case .grid-content .grid-shade .grid-enter a {
    color: #fff;
    display: block;
}

.block6 .case .grid-content .grid-shade .grid-enter p {
    line-height: 40px;
    margin-bottom: 60px;
    font-size: 22px;
}

.block6 .case .grid-content .grid-shade .grid-enter>img {
    width: 28px;
    vertical-align: top;
    margin-top: 10px;
}


/* index   底部 */

footer {
    background: #000;
    padding: 20px 0;
}



footer .zh-list ul li,
.tu-list ul li {
    width: 16.6%;
    text-align: center;
    float: left;
}

footer .zh-list ul li a {
    color: #fff;
}

footer .zh-list {
    overflow: hidden;
}

.tu-list ul {
    overflow: hidden;
    margin-top: 30px;
}

.tu-list ul li img {
    width: 32px;
    height: 32px;
}

.weblink {
    padding-left: 60px;
    margin-top: 20px;
}

.weblink,
.banquan {
    color: #fff;
}

.weblink span a {
    color: #ccc
}

.weblink span {
    display: inline-block;
    margin: 0 10px;
}

.banquan {
    line-height: 25px;
    border-top: #ccc 1px solid;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 20px;
}

.banquan p,
.banner p {
    margin: 0;
}


/* 公共头部 */

.navbar-header {
    height: 100px;
}

.navbar {}

.navbar-default {
    border-top: 5px #ccc solid;
    background: #fff;
}

.navbar ul li {
    text-align: center;
    padding-top: 25px;
    width: 95px;
    cursor: pointer;
    padding-bottom: 15px;
}
.navbar ul.dropdown-menu li{
	padding: 5px 0;
	border-bottom:1px dashed #ccc;
	width: 100%;
}
.navbar ul.dropdown-menu li:hover{
	border-bottom:1px dashed #ccc;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #fff;
}
.navbar ul.dropdown-menu li a{
	margin-bottom: 0;
}
.navbar ul li:hover {
    border-bottom: 5px #ccc solid;
}

.navbar ul li a {
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.navbar ul li p {
    margin: 0;
}


/* 其他栏目样式区 */

.top-banner img,
.about1 img,
.about2 img,
.about3 img,
.about4 img,
.about5 img,
.about6 img {
    width: 100%;
}

.about1 .about-text {
    font-size: 20px;
    padding: 30px 15px;
    text-align: center;
    line-height: 40px;
    color: #666;
 	letter-spacing: 1px;
    text-indent: 40px;
}

.about2 .about2-img,
.about2-img2 {
    overflow: hidden;
    padding: 30px 0;
}

.about2 .about2-img,
.about2-img2 ul li {
    overflow: hidden;
}

.about2 .li-left {
    float: left;
    width: 50%;
    overflow: hidden;
}

.about2 .li-right {
    float: right;
    width: 50%;
    overflow: hidden;
    font-size: 20px;
    line-height: 40px;
    padding: 30px;
}

.about2 .li-left1 {
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 30px;
    font-size: 20px;
    line-height: 40px;
}

.about2 .li-right1 {
    float: right;
    width: 50%;
    overflow: hidden;
    font-size: 20px;
    line-height: 40px;
}

.about3 .swiper-tupian1,
.about3 .swiper-tupian1 img {
    height: 570px;
    width: 100%;
}

.about3 .swiper-tupian2,
.about3 .swiper-tupian2 img {
    height: 150px;
    width: 100%;
}

.about3 .swiper-tupian2,
.about3 .swiper-tupian1 {
    padding-top: 30px;
}

.about3 .swiper-tupian1 .swiper-slide {
    /* background-size: cover!important; */
    /* background-position: 100%!important; */
    /* background-size: 100%!important; */
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.about4 .about-news {
    overflow: hidden;
    padding-top: 30px;
}

.about4 .about-news .about-new {
    float: left;
    width: 49%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
}

.about4 .about-news .about-new img {
    width: 100%;
}

.about4 .about-news .about-new p {
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.about4 .about-news .about-new p a {
    color: #fff;
}

.about4 .about-news .about-new:nth-child(even) {
    margin-right: 0;
}

.about5-weblink {
    margin-top: 20px;
}

.about6 .map {
    padding-top: 30px;
    overflow: hidden;
}

.about6 .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.about6 .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}


/* 公共底部 */

.public-footer {
    border-top: 2px solid #000;
    padding: 20px 0;
}

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

.footer1,
.footer2 {
    overflow: hidden;
}

.footer1 .footer1-left,
.footer2-left {
    float: left;
}

.footer1 .footer1-right,
.footer2-right {
    float: right;
}

.footer1 .footer1-right ul li {
    float: left;
    width: 100px;
    text-align: center;
}

.footer1 .footer1-right ul li a {
    font-size: 18px;
}

.footer2 {
    font-size: 18px;
}

.footer2 .footer2-left {
    border-right: 1px solid #ccc;
    padding-right: 45px;
}

.footer2 .footer2-left .footer2-weblink {
    margin: 15px 0;
}

.footer2 .footer2-left .footer2-weblink span a {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.footer2 .footer2-left .contant-us .fs {
    display: inline-block;
    background: #999;
    padding: 0 5px;
    margin-right: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.footer2 .footer2-right .ewm1,
.footer2 .footer2-right .ewm2 {
    float: left;
}

.footer2 .footer2-right .ewm1 {
    margin-top: 5px;
}


/* 大事记开始 */

.main-img {
    width: 30%;
    float: right;
}

.main-img ul li {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.main-img ul li img {
    width: 100%;
    height: 200px;
}

.main-img ul li p {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    height: 40px;
    line-height: 40px;
}

.main-img ul li a {
    color: #fff;
    font-size: 18px;
}

.l {
    float: left;
}

.r {
    float: right;
}

.c {
    clear: both;
}

.o {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.content {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 70%;
    float: left;
}

.content .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.content .line-left {
    position: absolute;
    left: 0;
    top: 15px;
    width: 70px;
}

.content .line-right {
    position: absolute;
    right: 0;
    top: 15px;
    width: 460px;
}

.content .main {
    background: url("../images/log/line-bg.png") repeat-y 249px 0;
}

.content .main .title {
    position: absolute;
    line-height: 40px;
    padding-left: 67px;
    left: 230px;
    top: 0;
    margin: 0;
    color: #58a6fb;
    font-size: 24px;
    background: url("../images/log/clock.png") no-repeat left top;
}

.content .main .year {
    position: relative;
    z-index: 100;
}

.content .main .year h2 {
    height: 40px;
    width: 170px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 40px;
    text-align: right;
    margin: 0;
}

.content .main .year h2 a {
    color: #58a6fb;
}

.content .main .year h2 i {
    display: block;
    position: relative;
    height: 0;
    width: 0;
    left: 190px;
    top: -20px;
    padding: 0;
    margin: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #59a7fb transparent transparent transparent;
    transition: .5s;
    transform-origin: 6px 3px
}

.content .main .year .list {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    transition: height 1s cubic-bezier(0.025, 0.025, 0.000, 1.115), opacity 1s
}

.content .main .year .list ul {
    bottom: 0;
}

.content .main .year .list ul li {
    background: url("../images/log/circle.png") no-repeat 235px 31px;
    padding: 5px 0;
    color: #a1a4b8;
}

.content .main .year .list ul li.highlight {
    background-image: url(http://p4.qhimg.com/d/inn/05a63fc5/circle-h.png);
}

.cls {
    zoom: 1;
}

.cls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content .main .year .list ul li.highlight .date,
.content .main .year .list ul li.highlight .intro {
    color: #666565;
}

.content .main .year .list ul li .date,
.content .main .year .list ul li .version {
    float: left;
    display: block;
    clear: left;
    width: 200px;
    line-height: 24px;
    text-align: right
}

.content .main .year .list ul li .date {
    font-size: 18px;
    line-height: 32px;
    color: #bec1d5
}

.content .main .year .list ul li .intro,
.content .main .year .list ul li .more {
    float: left;
    display: block;
    width: 400px;
    margin-left: 100px;
    line-height: 24px;
}

.content .main .year .list ul li .intro {
    font-size: 16px;
    line-height: 32px;
    color: #666565;
}

.content .wrapper:first-child .main .year.year-close h2 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.content .wrapper:first-child .main .year.year-close .list {
    opacity: 0;
    height: 0!important;
}

.ie7 .content .main .year h2 i {
    left: 40px
}


/* 艺人档案 */

.records-itr {
    overflow: hidden;
    text-align: center;
}

.records-itr h3 {
    font-size: 40px;
}

.records-itr span {
    display: block;
    width: 50px;
    background: #59a7fb;
    height: 5px;
    margin-top: 40px;
}

.records-itr h2 {
    font-size: 32px;
}

.records-number {
    margin: 0 auto;
}
.records-instro{
	line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
}

.records1 .records-itr .gy {
    border-bottom: 1px solid #666;
    width: 75px;
    margin: 30px auto;
    font-size: 18px;
    color: #666;
}

.records1 .records-number .counter {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 50px;
    border-right: 1px solid #ccc;
    margin-top: 50px;
}

.records1 .records-number .counter:last-child {
    border-right: 0;
    border-bottom: 0;
}

.records1 .records-number .counter h2 {
    font-size: 50px;
}

.records2,
.records3 {
    background: #000;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.records2 .records-itr .gy {
    width: 150px;
    border-bottom: 1px solid #fff;
    margin: 30px auto;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
}

.records3 .records-itr .gy {
    width: 80px;
    border-bottom: 1px solid #fff;
    margin: 30px auto;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
}

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

.records2 .records2-img ul,
.records3 .records3-img ul {
    padding: 0 3%;
    overflow: hidden;
}

.records2 .records2-img ul li,
.records3 .records3-img ul li {
    position: relative;
    margin-right: 1%;
    margin-bottom: 20px;
    width: 10%;
    display: inline-block;
}

.records2 .records2-img ul li:nth-child(9),
.records3 .records3-img ul li:nth-child(9) {
    margin-right: 0;
}

.records2 .records2-img ul li a,
.records3 .records3-img ul li a {
    color: #fff;
    text-align: center;
}

.records2 .records2-img ul li a img,
.records3 .records3-img ul li a img {
    width: 100%;
    height: 220px;
}

.records2 .records2-img ul li a p,
.records3 .records3-img ul li.renwu a p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
}


/* 明星广告 */

.adstar1 {
    text-align: center;
    border-bottom: 1px #ccc solid;
    padding-bottom: 50px;
}

.adstar2,
.adstar3 {
    text-align: center;
    padding-bottom: 50px;
}

.adstar1 h2,
.adstar2 h2,
.adstar3 h2 {
    font-size: 50px;
    color: #333;
    margin: 25px 0;
}

.adstar1 p,
.adstar2 p,
.adstar3 p {
    font-size: 20px;
    color: #666;
    line-height: 40px;
}

.adstar2 .shebei {
    margin-top: 30px;
}

.adstar2 .shebei ul li {
    display: inline-block;
    width: 32.3%;
}

.adstar3 {
    background: #f3f3f3;
}

.adstar4-right .adstar4 .adstar4-list,
.adstar4-lists2 {
    overflow: hidden;
    padding: 0 15px;
}

.adstar4 .adstar4-list .adstar4-left,
.adstar4 .adstar4-list .adstar4-right1 {
    float: left;
    width: 50%;
    height: 535px;
}

.adstar4 .adstar4-list .adstar4-right1,
.adstar4 .adstar4-list .adstar4-right {
    padding: 170px;
}

.adstar4 .adstar4-list .adstar4-left img,
.adstar4 .adstar4-list .adstar4-left1 img {
    width: 100%;
    height: 535px;
}

.adstar4 .adstar4-list .adstar4-right,
.adstar4 .adstar4-list .adstar4-left1 {
    float: right;
    width: 50%;
    height: 535px;
}

.adstar4-right h3 {
    margin: 10px 0;
}

.adstar5 {
    overflow: hidden;
}

.adstar5 h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}

.adstar5 ul li {
    float: left;
    width: 50%;
    padding: 8% 4%;
    height: 540px;
}

.adstar5 ul li h3 {
    font-size: 20px;
    text-align: center;
    color: #898989;
    line-height: 50px;
    font-weight: bold;
    margin: 0;
}

.adstar5 ul li p {
    color: #898989;
    font-size: 20px;
}

.adstar5 ul li.adstar5-list1 {
    background: url(../images/adstar/adstar5-list1.jpg) no-repeat;
    background-size: cover;
}

.adstar5 ul li.adstar5-list2 {
    background: url(../images/adstar/adstar5-list2.jpg) no-repeat;
    background-size: cover;
}

.adstar5 ul li.adstar5-list3 {
    background: url(../images/adstar/adstar5-list3.jpg) no-repeat;
    background-size: cover;
}

.adstar5 ul li .list3-title {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 70px;
}

.adstar5 ul li .list3-title h3,
.adstar5 ul li .list3-title p {
    color: #fff;
}

.adstar5 ul li.adstar5-list4 {
    background: url(../images/adstar/adstar5-list4.jpg) no-repeat;
    background-size: cover;
}

.tgpt h2 {
    margin-bottom: 30px;
    text-align: center;
}

.adlc img,
.tgpt img {
    width: 100%;
}


/* 列表页 */

.news-lists {
    overflow: hidden;
}

.news-lists .mbx,
.article-message .mbx {
    line-height: 25px;
    font-size: 1.4rem;
    margin: 0 15px 20px 15px;
    background: #ececec;
    padding: 15px;
}

.news-lists .mbx span,
.article-message .mbx span {
    color: #e60012;
    margin-right: 10px;
}

.news-lists .news-list ul li {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.5s;
    border: 1px solid #fff;
}

.news-lists .news-list ul li:hover {
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.news-lists .news-list ul li .li-img {
    float: left;
    width: 30%;
    height: 160px;
    overflow: hidden;
}

.news-lists .news-list ul li .li-img img {
    width: 100%;
    height: 160px;
}

.news-lists .news-list ul li .li-title {
    float: right;
    width: 70%;
    padding: 0 15px;
}

.news-lists .news-list ul li .li-title h2 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-lists .news-list ul li .li-title h2 a {
    color: #595758;
}

.news-lists .news-list ul li .li-title p {
    line-height: 25px;
    color: #999;
    margin: 0;
}

.newslist-ad img {
    width: 100%;
}

.news-zixun {
    padding: 15px;
    border: 1px #ccc solid;
    margin-top: 20px;
}

.news-zixun h2 {
    border-left: 5px #ccc solid;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.news-zixun ul li {
    margin-top: 20px;
}


/* 分页 */

.dede_pages {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
}

.dede_pages ul li {
    border-bottom: none!important;
    float: left;
    line-height: 30px;
    padding: 0!important;
}

.dede_pages ul li.thisclass {
    margin: 0 5px;
    color: #f00;
    font-weight: bold;
}

.dede_pages ul li a {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin: 0 2px;
}


/* 内容页 */

.article-message {
    overflow: hidden;
}

.article-message .article-left h1 {
    font-size: 24px;
    margin: 10px 0 30px 0;
    color: #666;
}

.article-message .article-left .biaozhu {
    margin-bottom: 20px;
    color: #ccc;
}

.article-message .article-left .biaozhu span {
    display: inline-block;
    padding-right: 15px;
}

.article-message .article-left .info {
    line-height: 25px;
    color: #666;
}

.article-message .article-left .info img {
    max-width: 100%!important;
    height: auto!important;
}

.sxwz {
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 10px 0;
}

.sxwz a {
    color: #666;
}

.sxwz a:hover {
    color: #e60012;
}

.sxwz .sxwz-left {
    float: left;
}

.sxwz .sxwz-right {
    float: right;
}

.article-right .xinwen {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.article-right .xinwen h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.article-right .xinwen h3 span {
    padding-right: 15px;
    color: #f00;
}

.article-right .xinwen ul {
    padding-top: 15px;
    margin: 0;
}

.article-right .xinwen ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.article-right .xinwen ul li span {
    float: right;
}

.article-more {
    overflow: hidden;
}

.article-more ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
}

.article-more ul li:nth-child(4),
.article-more ul li:nth-child(8) {
    margin-right: 0;
}

.article-more ul li a {
    color: #fff;
    text-align: center;
}

.article-more ul li p {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.article-more ul li img {
    width: 100%;
    height: 200px;
}

.banner {
    position: relative;
}

.banner a {
    width: 200px;
    height: 90px;
    overflow: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #e61566;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    bottom: 1%;
    margin: 0 auto;
    border-radius: 10px;
    line-height: 80px;
    text-decoration: none;
}


/*轮播样式ʽ*/

.block-wenz {
    overflow: hidden;
    margin-bottom: 30px;
}

.swiper-1,
.swiper-2,
.swiper-3,
.swiper-4 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-1 .swiper-slide,
.swiper-2 .swiper-slide,
.swiper-3 .swiper-slide,
.swiper-4 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 215px;
    height: 300px;
    overflow: hidden;
}

.block3 .block-right img {
    max-width: 100%;
}

.block3 .block-right p,
.block3 .block-left p {
    font-size: 18px;
    height: 200px;
    color: #777;
    line-height: 35px;
    letter-spacing: 1px;
}

.block3 .block-right a,
.block3 .block-left a {
    display: block;
    height: 50px;
    float: right;
    font-size: 18px;
    line-height: 50px;
    color: #777;
}

.block3 .block-right a:hover,
.block3 .block-left a:hover {
    color: #2f9fab;
}



/*新增样式*/
.imgsp img{
	width: 100%;
}
/*手机端*/
@media (max-width: 767px) {
  section{
  	margin:20px 0;
  
  }
  .block1 .nr-text{
  	font-size:14px;
    line-height:24px;
  }
  .block3 .block-right p, .block3 .block-left p{
  	line-height:24px;
    font-size:14px;
  }	
  .block3 .block-right a, .block3 .block-left a{
  	font-size:16px;
    height: 30px;
    line-height: 30px;
    position: relative;
    left: -20px;

  }
  .block2, .block4{
  	animation: ani 10s linear infinite;
  }
  .block5 .three-tops .three-top h3{
  	font-size:16px;
    margin: 5px 0;
    height:24px;
  }
  .block5 .three-tops .three-top span{
  	margin-bottom:0;
  }
  .block5 .three-tops .three-top p{
  	font-size:14px;
  }
  .block5 .container{
  	padding:20px 0;
  }
  .block6 .case .grid-content{
  	text-align:center;
  }
  .block6 .case .grid-content>img{
    width:94%;
  	height:auto;
  }
  .block6 ul{
  	margin-top:15px;
  }
  .block6 .case .grid-content .grid-shade .grid-enter p{
    line-height: 24px;
    font-size: 14px;
  }
  .block6 .case .grid-content .grid-shade .grid-enter h3{
  	margin-bottom: 10px;
    font-size: 18px;
  }
  
  /*关于我们*/
  .about1 .about-text{
  	font-size: 14px;
    line-height: 24px;
    padding: 15px 15px;
    text-indent: 0;
    text-align: left;
  }
  .about1{
  	margin-bottom:0;
  }
  .about2{
    margin-top:0;
  	margin-bottom:0;
  }
  .about2 .about2-img, .about2-img2{
  	 padding: 20px 0 0;
  
  }
  .about2 ul{
  	margin-bottom:0;
  }
  .about2 ul li:last-child .li-right{
  	padding-bottom:0;
  
  }
 /* 大事件*/
  .content .main .year h2{
  	 font-size: 18px;
     text-align: left;
  }
  .content .main .title{
  	    font-size: 18px;
  
  }
  
  /*新闻资讯*/
  .news-lists .news-list ul li .li-img{
   float: none;
  
  }
  .news-lists .news-list ul li .li-title{
        float: none;
        width: 94% !important;
        margin: 0 auto;
  
  }
  .news-lists .news-list ul li .li-title h2{
  	font-size:16px;
    margin:8px 0;
  }
  .news-lists .news-list ul li{
  	    border: 1px solid #ddd;
  
  }
  .news-lists .news-list  .dede_pages .pagelist li{
   	border: 1px solid #fff;
  }
  
  /*艺人档案*/
  .records-itr h3{
  	font-size:20px;
 
  }
  .records-itr span{
    margin-top:10px;
  }
  .records1 .records-itr .gy{
  	margin:10px auto;
  }
  .records-instro{
  	font-size:14px;
    line-height: 24px;
    text-align:left;
  }

  .records1 .records-itr h3{
     margin-top:0;
  }
  .records2 .records-itr .gy,.records3 .records-itr .gy{
  	margin: 6px auto 20px;
  }
  .records1 .records-number .counter{
  	    padding: 10px;
  
  }
  .records1 .records-number .counter h2{
  	   font-size:36px;
       margin-top: 10px;
  }
  /*头部*/
  .navbar-header{
  	height:66px;
  }
  .navbar-brand>img{
  	width:60%;
    float: left;
  }
  /*明星代言*/
  .adstar1 h2, .adstar2 h2{
  	    margin: 0px 0 5px;
  }
  .adstar3 h2{
      margin: 20px 0 10px;

  }
  .adstar1{
  	padding-bottom: 0px;
  }
  .adstar2 .shebei {
    margin-top: 10px;
}
  .adstar2, .adstar3{
  	padding-bottom: 0px;
  }
  .adstar4-right h3 {
    margin: 15px 0 10px;
}
  .adstar5 h2{
  	padding-bottom:10px;
  }
  .tgpt h2{
  	margin-top:0px;
    margin-bottom:20px;
  }
  
}




