     body {
         background: url("../images/dw.png");
}
     @font-face {
         font-family: 'Bernardo';
         src:url(../fonts/Bernardo.ttf), url(../fonts/Bernardo.woff), url(../fonts/Bernardo.woff2);
     }
/* header */
.header {
    width: 100%;
}
.header-top {
    width: 1210px;
    height: 127px;
    padding-top: 17px;
    overflow: hidden;
    margin: 0 auto;
}
.top-left {
    width: 225px;
    height: 87px;
	margin-top: 22px;
}
.top-middle {
    width: 500px;
    height: 58px;
    margin-left: 130px;
    margin-top: 22px;
    border-top: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
    overflow: hidden;
}
.top-middle li {
    width: 460px;
    height: 60px;
    color: #babbbb;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    padding: 0 20px;
    overflow: hidden;
}
     .top-middle li a{color: #babbbb;}
     .top-right {
    width: 280px;
    margin-top: 18px;
}
.top-right p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.top-right p span {
    padding: 0 15px;
}
.top-right p span:last-child {
    padding-right: 0; 
}
.top-right p  a{
    color: #000; 
}
.tel-img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 5px;
    background: url(../images/tel.png) no-repeat center center;
}
.top-right h2 {
    font-size: 30px;
    height: 35px;
    font-weight: bold;
    margin-top: 10px;
    color: #ff0000;
}
.top-right .tel-num {
    font-size: 30px;
    line-height: 40px;
}
.header-list {
    width: 100%;
    height: 60px;
    border-top: 1px solid #ececec;
    background-color: #000;
}
.header-list ul {
    height: 60px;
    width: 1210px;
    padding: 0 35px;
    margin: 0 auto;
    overflow: hidden;
}
.header-list ul li {
    float: left;
    height: 60px;
    /*margin-right: 50px;*/
    line-height: 60px;margin-right: 1px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
    min-width: 100px;
    text-align: center;
}
.header-list ul li a {
    display: block;
    /*padding: 0 25px;*/
    color: #fff;
} 
.header-list ul li.active,
.header-list ul li:hover {
    background: #e70014;
}
.header-list ul li.active a,
.header-list ul li:hover a {
    color: #fff;
}
/* banner */
.banner {
    position: relative;
    width: 100%;
    min-width: 1210px;
    margin: 0 auto;
}
.banner-list {
    width: 100%;
}
.banner-list li{
    width: 100%;
    height: 635px;
}
.banner-list img {
    width: 1920px!important;
}
.bottom-list {
    position: absolute;
    height: 10px;
    width: 308px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 32px;
}
.bottom-list li {
    float: left;
    width: 72px;
    height: 10px;
    margin-right: 5px;
    background: #838383;
}
.bottom-list li.active {
    background: #f90002;
}

/* 热门搜索 hot-search */
.hot-search {
     
}
.hot-header {
    height: 66px;
    line-height: 66px;
    font-size: 15px;
    color: #000;
    width: 1210px;
    overflow: hidden
}
.hot-header b {
    float: left; 
}
.hot-header a {
    float: left;
    margin-left: 40px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
} 
.hot-header a:hover {
    color: #f90002;
}
.hot-list-top,
.hot-list-bottom {
    width: 1210px;
    overflow: hidden;
}
.hot-list-top li,
.hot-list-bottom li {
    float: left;
}
.hot-list-top {
    height: 192px;
}
.hot-list-top ul {
    width: 1220px;
    height: 192px;
	display: flex;
	justify-content: center;
}
.hot-list-top ul li {
    width: 187px;
    height: 187px;
    margin-right: 11.5px;
    border: 1px solid #000;
}
.hot-list-top ul li:hover p {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); 
    -ms-transform: rotateY(180deg); 
    -o-transform: rotateY(180deg); 
    transform: rotateY(180deg);
}
.hot-list-top li p {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    margin-top: 38px;
    o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	background-size: 100% 100% !important;
}
.hot-list-top li h1 {
    margin-top: 20px;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.hot-list-top li h2 {
    height: 20px;
    margin-top: 2px;
    line-height: 20px;
    font-size: 13px;
    color: #c7c7c7;
    text-align: center;
}
.hot-list-top li:nth-child(1) p {
    background: url(../images/icon1.png) no-repeat center center;
}
.hot-list-top li:nth-child(2) p {
    background: url(../images/icon2.png) no-repeat center center;
}
.hot-list-top li:nth-child(3) p {
    background: url(../images/icon3.png) no-repeat center center;
}
.hot-list-top li:nth-child(4) p {
    background: url(../images/icon4.png) no-repeat center center;
}
.hot-list-top li:nth-child(5) p {
    background: url(../images/icon5.png) no-repeat center center;
}
.hot-list-top li:nth-child(6) p {
    background: url(../images/icon6.png) no-repeat center center;
}
.hot-list-bottom {
    margin-top: 37px;
}
.hot-list-bottom ul {
    width: 1220px;
    height: 252px;
}
.hot-list-bottom ul li {
    float: left;
    width: 297px;
    height: 192px;
    margin-right: 7px;
    background: #fff;
    color: #fff;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hot-list-bottom ul li.black {
    background: #fff;
	display: flex;
}
.hot-list-bottom li h1 {
    font-family: Bernardo;
    position: relative;
    height: 80px;
    line-height: 80px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 80px;
    font-weight: bold;
}
.hot-list-bottom li h1 span {
    position: absolute;
    top: 5px;
    font-size: 40px;
    line-height: 40px;
}
.hot-list-bottom li p {
    font-weight: bold;
    font-size: 15px;
    height: 25px;
    color: black;
	line-height: 53px;
}
/* 最新案例 latest-case */
.latest-case {}
.container-header {
    text-align: center;
}
.container-header h1 {
    margin-top: 55px;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    color: #ff0000;
}
.container-header h1 span {
    font-size: 32px;
    padding: 0 17px;
    color: #2d2d2d;
}
.container-header p {
    height: 22px;
    font-size: 15px;
    font-weight: bold;
    color: #babbbb;
}
.container-title {
    padding-top: 20px;
    text-align: center;
}
.container-title a {
    display: inline-block;
    padding: 0 25px;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.container-title a.active {
    color: #ff0000;
}
.container-list-wrap {
    width: 1210px;
    margin-top: 30px;
    overflow: hidden;
    /*height: 400px;*/
}
.latest-case .container-list-wrap {
    margin: 0;
}
.latest-case-list {
    width: 1230px;
    max-height: 630px;
    display: none;
    overflow: hidden;
}
.latest-case-list.active {
    display: block;
}
.latest-case .latest-case-list {
    padding-top: 30px;
}
.latest-case-list li {
    position: relative;
    float: left;
    width: 395px;
    height: 285px;
    margin-right: 12px;
    margin-bottom: 30px;
    /* overflow: hidden; */
}
.latest-case-list li .img-wrap{
    position: absolute;
    width: 395px;
    height: 250px;
    top: 0;
    right: 0;
    o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    z-index: 10;
}
.latest-case-list li:hover .img-wrap{
    top: -10px;
}
.latest-case-list li p {
    position: absolute;
    width: 375px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #000;
    left: 0;
    bottom: 0;
    font-weight: bold;
}
.container-more {
    text-align: center;
    height: 30px;
    padding-bottom: 50px;
}
.container-more a {
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #e60013;
    border: 1px solid #e60013;
    font-size: 16px;
    border-radius: 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
}
.container-more a:hover {
    background: #e60013;
    color: #fff;
}
.more-btn{width: 110px; height: 30px;text-align: center;}
.more-btn a{width: 110px; height: 30px;margin: 0 auto;display: block;background-color: #E60013;color:#E60013;border: 1px solid #E60013;font-size: 14px;text-transform: uppercase;}
.more-btn a:hover{background-color:#E60013;color: #fff;transition: all 0.2s;} 
/* 隔层 */

.interlayer {
    width: 100%;
    height: 16px;
    background: url(../images/interlayer-bg.png) repeat;
}
/* 演出推荐 performance */
.performance {}
.performance-list {
    width: 1230px;
    padding-bottom: 20px;
    overflow: hidden;
    display: none;
}
.performance-list.active {
    display: block;
}
.performance-list li {
    float: left;
    position: relative;
    width: 297px; 
    height: 170px;
    margin-right: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.performance-list li p {
    position: absolute;
    width: 277px; 
    height: 40px;
    padding: 0 10px;
    line-height: 40px; 
    left: 0;
    bottom: -40px;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition:all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.performance-list li:hover p {
    bottom: 0;
    
}
.performance-list .img-wrap {
    width: 297px; 
    height: 170px;
}
.performance-list li b {
    position: absolute;
    width: 68px;
    height: 68px;
    top: 0;
    left: 0;
}
/* 独家 */
.performance-list li.sole b{
    background: url(../images/bg1.png) no-repeat center center;
}
/* 原创 */
.performance-list li.original b {
    background: url(../images/bg2.png) no-repeat center center;
}
.performance-list li img {
    o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.performance-list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
/* 舞美工程 stage-engineering */
.stage-engineering {}
/* 新闻资讯 news-infomation */
.news-infomation {}
.news-infomation-list {
    width: 1280px;
    overflow: hidden;
    padding-bottom: 30px;
}
.news-infomation-list li {
    float: left;
    width: 360px;
    margin-right: 65px;
    cursor: pointer;
}
.infomation-list-title {
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}
.infomation-list-title h1 {
    font-size: 17px;
    font-weight: bold;
}
.infomation-list-title p {
    width: 360px;
    height: 20px;
    font-size: 15px;
    color: #babbbb;
}
.infomation-list-middle {
    padding-top: 20px;
    padding-bottom: 15px;
    width: 360px;
    overflow: hidden;
    border-bottom: 1px solid  #999;
}
.infomation-list-middle:hover p.title{
    color: #ff0000;
}
.infomation-list-middle:hover p.text{
    text-decoration: underline;
}
.infomation-list-middle .time {
    font-size: 14px;
    width: 360px;
    color: #777;
    line-height: 20px;
}
.infomation-list-middle .title {
    font-size: 18px;
    width: 360px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}
.infomation-list-middle .text {
    width: 360px;
    height: 75px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #575757;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.infomation-list-middle .text a{
    color: #575757;
}
.infomation-list-bottom {
}
.infomation-list-bottom .time {
    padding-top: 25px;
    font-size: 14px;
    width: 360px;
    color: #777;
    line-height: 20px;

}
.infomation-list-bottom .title {
    font-size: 15px;
    font-weight: bold;
    width: 360px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}
.news-infomation-list li .title:hover{
    color: #ff0000;
}
/* 相关下载 download-wrap */
.download-wrap {
    width: 100%;
    min-width: 1210px;
    /*background: #fff;*/
    padding-top: 50px;

    background: url(../images/interlayer-bg.png) repeat-x top;
}
.download-wrap .container-header h1 {
    margin-top: 0;
}
.download-wrap .container-list-wrap {
    width: 100%;
    margin: 0 auto;
}
.download-list {
    padding-bottom: 30px;
}
.download-list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 10px 0;
    text-align: center;
}
.download-list li p {
    width: 1210px;
    height: 60px;
    margin: 0 auto;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.download-list li a {
    display: none;
    width: 1210px;
    height: 40px;
    margin: 0 auto;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.download-list li.active {
    background: #e60013;
}
.download-list li.active p {
    display: none;
}
.download-list li.active a {
    display: block;
    color: #fff;
}
/* 合作伙伴 cooperative-customer */
.cooperative-customer {
    background: url(../images/interlayer-bg.png) repeat-x top;
}
.cooperative-customer-list {
    width: 1230px;
    padding-top: 10px;
}
.cooperative-customer-list li {
    float: left;
    width: 190px;
    height: 83px;
    margin-right: 14px;
    margin-bottom: 20px;
}
.cooperative-customer-list .img-wrap {
    width: 185px;
    height: 80px;
    border: 1px solid #666;
}
.cooperative-customer-list li:hover .img-wrap {
    /*border-color: #ff0000;*/
}
.cooperative-customer .container-more {
    padding-top: 10px;
} 
/* 友情链接 friendship-link */
.friendship-link {
    padding-bottom: 65px;
}
.friendship-link-list {
    max-height: 90px;
    overflow: hidden;
    width: 1160px;
    padding: 0 25px;
    text-align: center;
}
.friendship-link-list a {
    display: inline-block;
    color: #000;
    font-size: 15px;
    padding: 0 18px;
    margin-top: 10px;
}
.friendship-link-list a:hover {
    color: #e60013;
}
/* footer */
.footer {
    width: 100%;
}
.service{
	width: 100%;
	height: 315px;
	background: #d42b3e;
	color: #fff;
	position: relative;
	margin-top: 144px;
}
.service .bgservice{
	width: 80%;
	height: 361px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	/* top: 0; */
	bottom: 92px;
}
.service .serviceCenter{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: -72px;
}
.service .serviceCenter .top{
	font-size: 15px;
	font-weight: 600;
}
.service .serviceCenter .center{
	font-size: 23px;
	font-weight: 600;
	margin-top: 6px;
}
.service .serviceCenter .bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 55px;
}
.service .serviceCenter .bottom .left{
	font-size: 12px;
}
.service .serviceCenter .bottom .right{
	font-size: 12px;
}
.service .serviceCenter .bottom .left img{
	width: 33px;
	height: 28px;
}
.service .serviceCenter .bottom .right img{
	width: 29px;
	height: 32px;
}
.service .serviceCenter .bottom .line{
	width: 1px;
	height: 65px;
	background: #656565;
	margin: 0 52px;
}
.footer-top {
    width: 100%;
    background: #000;
    color: #fff;
}
.footer-top > div {
    width: 1210px;
    margin: 0 auto;
}
.footer-left {
    position: relative;
    width: 270px;
    height: 190px;
	transform: translate(0%, 17%);
}
.footer-left > div {
    position: absolute;
    width: 270px;
    height: 200px;
    background: url(../images/bottom.png) no-repeat center center;
    left: 0;
    top: -5px;
}
.footer-center {
    width: 330px;
    height: 165px;
    padding-top: 25px;
    margin-left: 40px;
}
.footer-center h1 {
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.footer-center p {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.footer-center > div {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.footer-right {
    padding: 25px 0;
	overflow: hidden;
}
.footer-right li {
    float: left;
    width: 68px;
    padding-left:27px;
    /*text-align: center;*/

}
.footer-right li p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-right li a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-align: left;
}
 
.footer-middle {
    padding: 20px 0;
    /*border-bottom: 1px solid  #f0f0f0;*/
    margin-bottom: 70px;
}
.footer-middle p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #525252;
}

.footer-bottom {border-top: 1px solid  #f0f0f0;
    height: 70px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    min-width: 1210px;
    z-index: 100;
}
.footer-bottom .container {
    height: 70px;
    overflow: visible;
    position: relative;
}
.footer-bottom .fl {
    height: 70px;
}
.footer-bottom .left{margin-left: 10%;}
     .footer-bottom .right{margin-right: 20px;}

.footer-bottom .fl span {
    height: 70px;
    margin-right: 25px;
    line-height: 70px;
}
.footer-bottom .fl b {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
.footer-bottom .fr {
    height: 70px;
}
.footer-bottom .fr > div {
    height: 70px;
    width: 50px;
    margin-right: 45px;
    text-align: center;
}
.footer-bottom .fl img{position: absolute;width: 120px;height: 120px;margin-top: -121px;margin-left: -40px;display: none;z-index: 110;}
.footer-bottom .fl:hover img{display: block;}

.footer-bottom .fr p {
    width: 33px;
    height: 33px;
    margin: 10px 0 5px 8px;
    background: url(../images/follow.png) no-repeat center center;
    cursor: pointer;
}
.footer-bottom .button {
    padding: 0;
    /*position: absolute;*/
    width: 115px;
    height: 40px;
    right: -115px;
    margin-top: 15px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 10%;
}
/* 右侧浮动 */
.fix-right {
    position: fixed;
    right: 0;
    top: 30%;
    width: 60px;
    /*height: 256px;*/
    z-index: 20;
}
.fix-right li {
    width: 60px;
    height: 80px;
    margin-bottom: 8px;
    background: #e60013;
    cursor: pointer;
}
     .fix-right li.number{background: #000 url(../images/number.png) no-repeat center center;transition: all 0.3s;}
     .fix-right li.number .number-box{height: 60px;width: 200px;text-align: center;line-height: 30px;padding: 10px 0;background-color: #fff;color: #E60012;
     position: absolute;z-index: -1;transition: all 0.3s;font-size: 16px;font-weight: bold;}
     .fix-right li.number:hover .number-box{margin-left: -205px;}
     .fix-right li.ewm-btn{background: #000 url(../images/ewm-btn.png) no-repeat center center;transition: all 0.3s;}
     .fix-right li.ewm-btn .ewm-show{height: auto;overflow: hidden;position: absolute;margin-left: -290px;width:290px;margin-top:-90px;display: none; }
     .fix-right li.ewm-btn:hover .ewm-show{display: block;}
     .fix-right li.ewm-btn .ewm-show .ewm1{padding: 10px;background-color:#fff;float: left;margin-right: 5px;}
     .fix-right li.ewm-btn .ewm-show .ewm1 img{width: 120px;height: 120px;}
     .fix-right li.ewm-btn .ewm-show .ewm1 p{line-height:25px;text-align: center;}



.fix-right li.search {
    background: #e60013 url(../images/search.png) no-repeat center center;transition: all 0.8s;
}
     .fix-right li.search p{line-height: 80px;background-color: #fff;font-size: 16px;font-weight: bold;color:#E60012;width: 200px;text-align: center;
         position: absolute;z-index: -1;transition: all 0.3s;}
     .fix-right li.search:hover p{
         margin-left: -205px;
     }
.fix-right li.black {
    background: #e60013 url(../images/middle.png) no-repeat center center;transition: all 0.8s;
}
     .fix-right li.black p{
         line-height: 80px;background-color: #fff;font-size: 16px;font-weight: bold;color:#E60012;width: 200px;text-align: center;
         position: absolute;z-index: -1;transition: all 0.3s;
     }
     .fix-right li.black:hover p{
         margin-left: -205px;
     }
.fix-right li.top {
    display: none;
    background: #e60013 url(../images/top.png) no-repeat center center;
}

/* content-box */
.content-box {
    width: 100%;
    /*border-top: 8px solid #000;*/
}
.box-left {
    width: 250px;
} 
.box-right{
    width: 960px;
    min-height: 600px;
} 
.left-title {
    float: left;
    width: 42px;
    padding-top: 20px;
}
.left-title p {
    width: 42px; 
    height: 13px;
    background: url(../images/bg-title.png) no-repeat; 
}
.left-title h1 {
    width: 42px;
    padding-top: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.left-list {
    float: left;
    padding-left: 20px;
    padding-top: 40px;
    width: 168px;
}
.left-list li {
    width: 100px;
    height: 32px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
}
.left-list li a {
    display: block;
    color: #000;
}
.left-list li.active,
.left-list li:hover {
    background: #000;
}
.left-list li.active a ,
.left-list li:hover  a{
    color: #fff;
}
.position {
    height: 50px;
    line-height: 50px;
    color: #838383;
}
.position a {
    color: #838383;
}

.team-top {
    width: 940px;
    overflow: hidden;
    /*padding-top: 15px;*/
    margin-bottom: 100px;
}
.team-top .fl {
    width: 208px;
    height: 300px;
}
.team-top .fr {
    /*width: 532px;*/
    padding: 0 48px;
    /*padding-top: 50px;*/
    text-align: center;
    width: 850px;
}
.team-top .fr h1 {
    height: 30px;
    font-size: 18px;
    font-weight: bold;
}
.team-top .fr p {
    color: #747474;
    line-height: 25px;
}
.team-top .arrow {
    padding-bottom: 10px;
    text-align: center;
}
.team-top .arrow span {
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../images/team-arrow.png) no-repeat;
    cursor: pointer;
}
.team-list {width: 935px;overflow: hidden;}
.team-list-top {
    height: 35px;
    padding-right: 25px;
}
.team-list-top span {
    /*float: right;*/
    width: 37px;
    height: 101px;
    /*margin-left: 40px;*/
    cursor: pointer;
}
.team-list-top span.left-arrow {
    background: url(../images/before.png) no-repeat center center;
    position: absolute;margin-top: 125px;
}
.team-list-top span.right-arrow {
    background: url(../images/next.png) no-repeat center center;
    position: absolute;margin-top: 125px;margin-left: 897px;
}
.team-list-bottom {
    height: 300px;
    padding-bottom: 40px;
}
.team-list-bottom ul {
    width: 970px;
}
.team-list-bottom li {
    float: left;
    width: 208px;
    height: 300px;
    margin-right: 34px;
}
.team-list-bottom {
    height: 300px;
    /*padding-bottom: 40px;*/
    width:970px;
    overflow: hidden;
}
.team-list-bottom ul {
    width: 99999px;
}
.team-list-bottom li {
    float: left;
    width: 208px;
    height: 300px;
    margin-right: 34px;
}
.team-list-bottom li .p1{display: none;}
.team-list-bottom li .p2{display: none;}
.team-list-bottom li img {
    width: 208px;
    height: 300px;
}
.team-top .fl img {
    width: 208px;
    height: 300px;
}
.team-top .p1{display: none;}
.team-top  .p2{display: none;}



/* bottom-news */
.bottom-news {
    width: 100%;
    border-top: 1px solid #999;
}
.bottom-news .container-list-wrap {
    margin-top: 0;
}
/* img-list-wrap */
.img-list-wrap {
    width: 960px;
}
.img-list-wrap ul {
    width: 980px;
    overflow: hidden;
}
.img-list-wrap ul li {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 312px;
    height: 198px;
    margin-right: 12px;
    overflow: hidden;
}
.img-list-wrap ul li .text {
    position: absolute;
    width: 312px;
    height: 198px;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,.3);
}
.img-list-wrap  .text h1 {
    width: 272px;
    height: 34px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.img-list-wrap  .text p {
    width: 272px;
    height: 100px;
    margin: 0 auto;
    margin-top: 5px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* news-list-wrap */
.news-list-wrap {
    width: 960px;
    padding-top: 15px;
}
.news-list-wrap > ul li {
    padding: 15px 0;
    width: 880px;
}
.download-list-wrap  li .news-time {
    color: #333;
}
.download-list-wrap li .news-text {
    overflow: hidden;
    height: 72px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.download-list-wrap  li:hover .news-time{
    color: #FF0000;
    text-decoration: underline;
}
.download-list-wrap  li:hover{
    /* background: rgb(245, 245, 245);  */
}
.news-list-box ul{
    min-height: 400px;
}
.news-list-box li:hover .news-title {
    color: #FF0000;
}
.news-list-box li:hover .news-text {
    text-decoration: underline;
}
.news-list-box .news-time {
    height: 25px;
    color: #b5b5b5;
}
.news-list-wrap .news-title {
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.news-list-wrap .news-text {
    height: 50px;
    line-height: 25px;
    color: #575757;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}
/* content-wrap */
.content-wrap {
    width: 940px;
    /*min-height: 1000px;*/
    padding: 10px;
    padding-bottom: 50px;
}
.text-content-wrap {padding-top: 30px;}
.content-wrap .name{text-align: center;font-size: 22px;color: #4f4f4f;line-height: 25px;font-weight: bold;padding: 0 20px;}
.content-wrap .time{text-align: center;font-size: 14px;color: #A4A4A4;padding: 5px 0;}
.content-wrap .show-info{margin: 20px auto;min-height: 600px;}
.content-wrap .show-info img{max-width: 100%;}
     .content-wrap .show-info video{max-width: 100%;background-color: #000;}
.content-wrap .hot{line-height: 25px;margin: 0.1rem;font-size: 14px;height: auto;overflow: hidden;}
.content-wrap .hot p{color:#000000;float: left;}
.content-wrap .hot ul{height: auto;overflow: hidden;width:850px;float: right;}
.content-wrap .hot ul li{margin-right:20px;color:#5D5D5D;float: left;}
.content-wrap .hot ul li a{color:#5D5D5D;}

.text-content-footer {
    margin: 20px 0;
    height:25px;
    line-height:25px;
}
.text-content-footer span {
    width:420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-content-footer span a {
    color: #000;
}
.text-content-footer .fr{text-align: right;}











/* honor */
     .honor-wrap{margin-bottom: 70px;}

.honor-top{
    width: 960px;
    height: 520px;cursor: pointer;
}
.honor-bottom {
    width: 960px;
    overflow: hidden;
    padding-bottom: 40px;
}
.honor-bottom ul {
    width: 975px;
    height: 132px;
}
.honor-bottom li {
    float: left;
    width: 180px;
    height: 132px;
    margin-right: 15px;
}
/* 投诉建议 */
.propsal-warp {
    width: 100%;
    /*border-top: 8px solid #000;*/
}
.propsal-warp .iphone  {
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #666;
}
.propsal-warp .iphone span {
    padding-right: 50px;
}
.propsal-form {

}
.propsal-form textarea{
    width: 1180px;
    height: 290px;
    padding: 15px;
    margin: 0;
    background: #f1f1f1;
}
.input-wrap {
    height: 28px;
    padding: 10px 0;
}
.input-wrap span {
    float: left;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #666;
}
.input-wrap input {
    float: left;
    width: 180px;
    height: 28px;
    padding: 0 10px;
    margin: 0;
    background: #f1f1f1;
}
.input-wrap b {
    margin-right: 7px;
    float: left;
    line-height: 28px;
    font-size: 16px;
    color: #ea424b;
    padding-left: 25px;
}
.input-wrap b.padding {
    padding: 0;
}
.sub {
    padding-top: 20px;
    padding-bottom: 155px;
}
.sub input {
    width: 260px;
    height: 46px;
    background: #e70014;
    border-radius: 30px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}