﻿@charset "utf-8";

@media (max-width:999px ) {
  body{
    width: 1000px;
  }
  img{
    max-width: 100%;
  }
}

*{
	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
/*栏目介绍*/

.lanmujieshao{
	
	position: relative; 
    height: 300px;
    width: 100%;
    color: #000;
    overflow: hidden;
	

}
.lanmujieshao_b {
	
	
	margin: 0 auto;
	height: 300px;

	width: 1100px;
	overflow: hidden;

	
	
}


.lanmujieshao_con{
	
	
    height: 700px;
    width: 100%;
    color: #000;
    overflow: hidden;
	margin-top: 40px;
	
}
.lanmujieshao_con_b {
	
	
	position: relative;
	margin: 0 auto;
	height: 700px;
	width: 900px;
	overflow: hidden;

}

/*新闻动态*/
.clearfix {clear: both}
.xinwen_w1200 {
  position: relative;
	  width: 1000px;
  margin: 0 auto;
}
.ul-menu {
  text-align: center;
  /*margin-top: -54px;*/
}
.ul-menu a {
  display: inline-block;
  line-height: 54px;
  color: #333333;
  font-size: 16px;
  position: relative;
  padding: 0 36px;
}
.ul-menu a.cur,
.ul-menu a:hover {
  background: #e60013;
  color: #fff;
}
.ul-menu a.cur:before,
.ul-menu a:hover:before {
  display: block;
}
.ul-menu a:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -5.5px;
  width: 11px;
  height: 6px;
  background: url(../images/news_icon.png) no-repeat center center;
}
.news_div {
  padding-bottom: 80px;
  padding-top: 20px;
}
.news_div ul {
  padding-bottom: 30px;
}
.news_div ul li {
  padding: 40px 0;
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
}
.news_div ul li .img {
  float: left;
  display: block;
  width: 486px;
  height: 221px;
  position: relative;
}
.news_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news_div ul li .text {
  float: right;
  width: 514px;
  height: 221px;
  background: #f4f4f4;
  padding: 15px 50px 0;
}
.news_div ul li .text .data {
  color: #777777;
  line-height: 24px;
}
.news_div ul li .text .bt {
  margin-top: 20px;
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_div ul li .text .t {
  margin-top: 10px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news_div ul li .text .more {
  margin-top: 28px;
  display: block;
  width: 130px;
  height: 37px;
  line-height: 37px;
  background: #333333;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.news_div ul li:hover .text .bt {
  color: #e60013;
}
.news_div ul li:hover .text .more {
  background: #e60013;
}
.news_div ul li:last-child {
  border-bottom: none;
}
.con-div-news {
  padding-bottom: 85px;
}
.nesw-contain .news-title {
  background: #f3f3f3;
  height: 242px;
  text-align: center;
  padding-top: 60px;
}
.nesw-contain .news-title h1 {
  color: #1d1c1c;
  font-size: 30px;
  font-weight: normal;
}
.nesw-contain .news-title .data {
  margin-top: 20px;
  color: #797979;
  font-size: 13px;
}
.nesw-contain .contain {
  padding: 52px 0 70px;
}
.nesw-contain .contain .fx_con {
  width: 945px;
  margin: 0 auto;
  height: 86px;
  border-top: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
  padding-top: 20px;
 
}
.nesw-contain .contain .fx_con span {
  display: inline-block;
  float: right;
  color: #797979;
  font-size: 13px;
  line-height: 40px;
	margin-top: 20px;
}
.nesw-contain .contain .fx_con > div {
  width: auto;
  float: left;
}
.nesw-contain .contain .fx_con > div a {
  display: block;
  float: left;
  height: 20px;
  margin: 0 14px;
}
.nesw-contain .contain .fx_con > div a .img {
  display: block;
}
.nesw-contain .contain .fx_con > div a em {
  display: none;
}
.nesw-contain .contain .fx_con > div a:hover .img {
  display: none;
}
.nesw-contain .contain .fx_con > div a:hover em {
  display: block;
}
.nesw-contain .contain .contain-con {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 40px;
  color: #666666;
  line-height: 24px;
}
.nesw-contain .contain .contain-con .bt {
  color: #333333;
  font-size: 18px;
  margin-bottom: 5px;
}
.nesw-contain .contain .fanhui {
  margin-top: 15px;
}
.nesw-contain .contain .fanhui div {
  width: auto;
  float: left;
}
.nesw-contain .contain .fanhui div a {
  float: left;
  display: block;
  width: 80px;
  height: 48px;
  border: 1px solid #d1d1d1;
  text-align: center;
  line-height: 46px;
  margin-right: 10px;
}
.nesw-contain .contain .fanhui div a:hover {
  background: #e60013;
  border: 1px solid #e60013;
  color: #fff;
}
.nesw-contain .contain .fanhui .return {
  float: right;
  display: block;
  width: 80px;
  height: 48px;
  background: #e60013;
  border: 1px solid #e60013;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
}
/*栏目视频*/

.video_w1200 {
  position: relative;
	  width: 1000px;
  margin: 0 auto;
}


.w1200 {
  width: 1000px;
  margin: 0 auto;
}


.wmdzp_div2 {
  padding-bottom: 80px;

}
.wmdzp_div2 ol {
  margin-bottom: 30px;
	height: 600px;
	
}
.wmdzp_div2 ol li {
  float: left;
  width: 308px;
  height: 268px;
  margin: 0 38px 40px 0;
  background: #efefef;
}
.wmdzp_div2 ol li .img-con {
  width: 100%;
  height: 212px;
  position: relative;
}
.wmdzp_div2 ol li .img-con img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wmdzp_div2 ol li .img-con .text {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 38px 30px 0;
  color: #fff;
  font-size: 14px;
}
.wmdzp_div2 ol li .img-con .text h1 {
  font-size: 24px;
}
.wmdzp_div2 ol li .img-con .text .data {
  font-size: 14px;
  margin-top: 5px;
}
.wmdzp_div2 ol li .img-con .text .name {
  margin-top: 5px;
}
.wmdzp_div2 ol li .more {
  width: 146px;
  height: 45px;
  background: url(../images/video_more2.jpg) no-repeat center center;
  display: block;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 19px;
  margin: -28px auto 0;
  position: relative;
  z-index: 2;
}
.wmdzp_div2 ol li .bt {
  padding-top: 25px;
  margin-top: -17px;
  height: 57px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.wmdzp_div2 ol li:hover .img-con .text {
  display: block;
}
.wmdzp_div2 ol li:hover .more {
  background: url(../images/video_more.jpg) no-repeat center center;
}
.wmdzp_div2 ol li:nth-child(3n) {
  margin-right: 0;
}
.wmdzp-div-con {
  background: #f7f7f7;
  padding: 64px 0 70px;
}
.wmdzp-div-con h1 {
  background: #e60013;
  height: 95px;
  text-align: center;
  line-height: 95px;
  color: #fff;
  font-size: 35px;
}
.wmdzp-div-con .wmdzp-dt {
  margin-top: 10px;
}
.wmdzp-div-con .wmdzp-dt .text{
	position: relative;
}
.wmdzp-div-con .wmdzp-dt .text span {
  display: block;
  width: 1000px;
  height: 554px;
  position: relative;
}
.wmdzp-div-con .wmdzp-dt .text span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wmdzp-div-con .wmdzp-dt .text .name-div {
  margin-top: 32px;
}
.wmdzp-div-con .wmdzp-dt .text .name-div h3 {
  float: left;
  width: auto;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
}
.wmdzp-div-con .wmdzp-dt .text .name-div .data {
  width: auto;
  float: right;
  color: #000000;
  font-size: 24px;
}
.wmdzp-div-con .wmdzp-xt {
  width: 1016px;
  margin: 55px auto 0;
}
.wmdzp-div-con .wmdzp-xt .img {
  float: left;
  margin: 0 4px;
  width: 223px;
  height: 148px;
  position: relative;
}
.wmdzp-div-con .wmdzp-xt .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wmdzp-div-con .slick-prev,
.wmdzp-div-con .slick-next {
  width: 25px;
  height: 45px;
  border: none;
  margin-top: -22.5px;
}
.wmdzp-div-con .slick-prev {
  left: -52px;
  background: url(../images/left.png) no-repeat center center;
}
.wmdzp-div-con .slick-next {
  right: -52px;
  background: url(../images/right.png) no-repeat center center;
}
.title-1 {
  margin-bottom: 30px;
}
.title-1 h3 {
  color: #e4e4e4;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
}
.title-1 h1 {
  text-align: center;
  color: #121212;
  font-size: 28px;
  position: relative;
  top: -26px;
}
.wmdzp-div-contain .icon {
  width: 25px;
  height: 109px;
  margin: -33px auto 0;
}
.wmdzp-div-contain .wmdzp-top {
  margin-top: 35px;
  position: relative;
}
.wmdzp-div-contain .wmdzp-top .img {
  width: 384px;
  height: 287px;
  position: absolute;
  left: 0;
  top: 30px;
}
.wmdzp-div-contain .wmdzp-top .img .img_btn {
  display: block;
  position: relative;
  height: 343px;
}
.wmdzp-div-contain .wmdzp-top .img .img_btn img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wmdzp-div-contain .wmdzp-top .text {
  float: right;
  width: 815px;
  height: 380px;
  border: 4px solid #e8e8e8;
  padding: 112px 48px 0 240px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
.wmdzp-div-contain .wmdzp-top .text-con {
  padding-top: 60px;
}
.wmdzp-div-contain .wmdzp-top .text-con .t {
  margin: 10px 0;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  padding-left: 26px;
  position: relative;
}
.wmdzp-div-contain .wmdzp-top .text-con .t:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #e70f21;
  border-radius: 50%;
}
.wmdzp-div-contain .wmdzp-top .text-con .d {
  margin-top: 30px;
  padding-left: 26px;
  color: #333333;
  font-size: 16px;
}
.wmdzp-div-contain .wmdzp-con {
  margin-top: 65px;
}
.wmdzp-div-contain .wmdzp-con .con_div .left {
  float: left;
  width: 600px;
  border-left: 5px solid #f7f7f7;
  padding-left: 33px;
  line-height:22px;
}
.wmdzp-div-contain .wmdzp-con .con_div .left .text {
  color: #000000;
  line-height: 24px;
  padding-right: 50px;
}
.wmdzp-div-contain .wmdzp-con .con_div .left .i {
  font-size: 0;
  margin: 25px 0;
}
.wmdzp-div-contain .wmdzp-con .con_div .right {
  width: 355px;
  float: right;
}
.wmdzp-div-contain .wmdzp-con .con_div .right .img-d {
  position: relative;
}
.wmdzp-div-contain .wmdzp-con .con_div .right .img-d .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 315px;
  height: 398px;
  background: #ececec;
}
.wmdzp-div-contain .wmdzp-con .con_div .right .img-d span {
  display: block;
  position: relative;
  z-index: 1;
  width: 315px;
  height: 398px;
}
.wmdzp-div-contain .wmdzp-con .con_div .right .img-d span img{
  width:100%;
}
.wmdzp-div-contain .wmdzp-con .con_div .right .img-x {
  float: right;
  width: 237px;
  height: 197px;
  margin: 22px 34px 0 0;
}
.wmdzp-div-contain .div-zhizuo {
  margin-top: 36px;
}
.wmdzp-div-contain .div-zhizuo .zhizuo .left {
  width: 342px;
  float: left;
  height: 324px;
  position: relative;
}
.wmdzp-div-contain .div-zhizuo .zhizuo .left .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 208px;
  height: 254px;
  background: #ececec;
}
.wmdzp-div-contain .div-zhizuo .zhizuo .left span {
  position: relative;
  z-index: 1;
  width: 312px;
  height: 298px;
  display: block;
  margin: 0 0 0 29px;
}
.wmdzp-div-contain .div-zhizuo .zhizuo .left span img{
  width:100%;
}
.wmdzp-div-contain .div-zhizuo .zhizuo .right {
  float: right;
  margin-top: 34px;
  width: 658px;
  background: #f7f7f7;
  height: 276px;
  padding: 60px 48px 0;
  color: #000000;
}
.wmdzp-div-contain .div-chuanbo {
  margin-top: 60px;
}
.wmdzp-div-contain .div-chuanbo .chuanbo {
  position: relative;
  height: 395px;
}
.wmdzp-div-contain .div-chuanbo .chuanbo .text {
  background: #f7f7f7;
  width: 100%;
  float: left;
  padding: 80px 405px 60px 35px;
  color: #000000;
}
.wmdzp-div-contain .div-chuanbo .chuanbo .img {
  width: 327px;
  height: 355px;
  position: absolute;
  right: 35px;
  top: 40px;
  overflow: hidden;
}
.xunjia {
  margin-top: 26px;
  text-align: center;
  position: relative;
}
.xunjia:before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.xunjia a {
  display: inline-block;
  padding: 0 34px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.xunjia a span {
  width: 142px;
  height: 52px;
  background: #fa1225;
  border-radius: 3px;
  display: block;
  color: #fff;
  line-height: 52px;
  font-size: 17px;
}
.wmdzp-case {
  margin-top: 60px;
  background: #f3f3f3;
  padding: 60px 0;
}
.wmdzp-case .div-tit-con {
  text-align: center;
}
.wmdzp-case .div-tit-con h3 {
  color: #e3e3e3;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 80px;
}
.wmdzp-case .div-tit-con h1 {
  color: #000000;
  font-size: 28px;
  position: relative;
  top: -26px;
}
.wmdzp-case .ul-case {
  margin-top: 30px;
  position: relative;
}
.wmdzp-case .ul-case ul {
  position: relative;
  width: 100%;
  height: 437px;
}
.wmdzp-case .ul-case ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  height: 437px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.wmdzp-case .ul-case ul li .text_con {
  float: left;
  width: 281px;
  height: 268px;
  margin-right: 78px;
  background: #fff;
}
.wmdzp-case .ul-case ul li .text_con .img-con {
  width: 100%;
  height: 212px;
  position: relative;
}
.wmdzp-case .ul-case ul li .text_con .img-con img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wmdzp-case .ul-case ul li .text_con .more {
  width: 146px;
  height: 45px;
  background: url(../images/wmdzp_more2.jpg) no-repeat center center;
  display: block;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 19px;
  margin: -28px auto 0;
  position: relative;
  z-index: 2;
}
.wmdzp-case .ul-case ul li .text_con .bt {
  padding-top: 25px;
  margin-top: -17px;
  height: 57px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.wmdzp-case .ul-case ul li .text_con:hover .more {
  background: url(../images/wmdzp_more.jpg) no-repeat center center;
}
.wmdzp-case .ul-case ul li .text_con:nth-child(3n) {
  margin-right: 0;
}
.wmdzp-case .ul-case ul li:first-child {
  display: block;
}
.wmdzp-case .ul-case .prev,
.wmdzp-case .ul-case .next {
  width: 24px;
  height: 42px;
  display: block;
  position: absolute;
  top: 382px;
  z-index: 2;
}
.wmdzp-case .ul-case .prev {
  left: 370px;
  background: url(../images/left1.png) no-repeat center center;
}
.wmdzp-case .ul-case .next {
  right: 370px;
  background: url(../images/right1.png) no-repeat center center;
}
.wmdzp-case .ul-case .case-arrow {
  position: absolute;
  left: 0;
  top: 384px;
  width: 100%;
  height: 10px;
  text-align: center;
  margin-top: 10px;
}
.wmdzp-case .ul-case .case-arrow a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d3d2d2;
  border-radius: 50%;
  margin: 0 8px;
}
.wmdzp-case .ul-case .case-arrow a.cur {
  background: #e60013;
}
.wmdzp_hzal {
  background: #f7f7f7;
  padding: 70px 0;
}
.wmdzp_hzal .title-1 h3 {
  color: #e4e4e4;
}
.wmdzp_hzal ol {
  margin-top: 40px;
}
.wmdzp_hzal ol li {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}
.wmdzp_hzal ol li .text {
  padding-top: 68px;
  width: 632px;
  float: left;
  height: 247px;
  border-left: 4px solid #dddddd;
  padding-left: 20px;
}
.wmdzp_hzal ol li .text .data {
  width: 83px;
  height: 83px;
  float: left;
  background: #e60013;
  border-radius: 50%;
  text-align: center;
  line-height: 83px;
  color: #fff;
  font-size: 50px;
  margin-right: 26px;
}
.wmdzp_hzal ol li .text .t_btn {
  width: 450px;
  float: left;
  padding-top: 12px;
}
.wmdzp_hzal ol li .text .t_btn h3 {
  color: #000000;
  font-size: 24px;
  font-weight: normal;
}
.wmdzp_hzal ol li .text .t_btn .t {
  margin-top: 5px;
  color: #333333;
  line-height: 24px;
}
.wmdzp_hzal ol li .img {
  float: right;
  width: 350px;
  height: 210px;
  position: relative;
}
.wmdzp_hzal ol li .img .icon {
  width: 314px;
  height: 213px;
  background: #ececec;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 0;
}
.wmdzp_hzal ol li .img span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.wmdzp_hzal ol li .img span img{
  width: 100%;
  height: 100%;
}
.wmdzp_hzal ol li .img span .bofang_btn{
	width: 72px;
	height: 72px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
}

.wmdzp_hzal ol li:nth-child(2n) .text {
  float: right;
  border-right: 4px solid #dddddd;
  border-left: none;
  padding-right: 20px;
  padding-left: 0;
}
.wmdzp_hzal ol li:nth-child(2n) .img {
  float: left;
}
.wmdzp_hzal ol li:nth-child(2n) .img .icon {
  left: 0;
}
.wmdzp_hzal ol li:nth-child(2n) .img span {
  margin-left: 18px;
}
.wmdzp_hzal ol li:last-child {
  margin-bottom: 0;
}
.wmdzp_hdhg {
  padding: 70px 0 0;
}
.wmdzp_hdhg ol {
  margin-bottom: 60px;
}
.wmdzp_hdhg ol li {
  float: left;
  width: 100%;
  height: 230px;
  margin-bottom: 46px;
  position: relative;
}
.wmdzp_hdhg ol li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
}
.wmdzp_hdhg ol li .img img{
  width: 100%;
}
.wmdzp_hdhg ol li .img .bofang_btn{
	width: 72px;
	height: 72px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
}

.wmdzp_hdhg ol li .text {
  background: #f7f7f7;
  float: right;
  width: 1002px;
  height: 230px;
  margin-top: 13px;
  padding: 10px 65px 0 365px;
}
.wmdzp_hdhg ol li .text h3 {
  font-weight: normal;
  color: #000000;
  font-size: 24px;
}
.wmdzp_hdhg ol li .text .data {
  margin-top: 12px;
  color: #666666;
}
.wmdzp_hdhg ol li .text .t {
  margin-top: 12px;
  color: #333333;
  line-height: 24px;
}
.wmdzp_hdhg ol li:last-child {
  margin-bottom: 0;
}
.wmdzp_hdhg ol li:nth-child(2n) .img {
  right: 0;
  left: auto;
}
.wmdzp_hdhg ol li:nth-child(2n) .text {
  text-align: right;
  float: left;
  padding: 40px 350px 0 65px;
}


/*主持团队*/







.zteam_div2 {
  padding-bottom: 80px;

}
.zteam_div2 ol {
  margin-bottom: 30px;
	height: 600px;
	
}
.zteam_div2 ol li {
  float: left;
  width: 308px;
  height: 270px;
  margin: 0 37px 40px 0;
  background: #efefef;
}
.zteam_div2 ol li .img-con {
  width: 100%;
  height: 230px;
  position: relative;
}
.zteam_div2 ol li .img-con img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zteam_div2 ol li .img-con .text {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 38px 30px 0;
  color: #fff;
  font-size: 14px;
}
.zteam_div2 ol li .img-con .text h1 {
  font-size: 24px;
}
.zteam_div2 ol li .img-con .text .data {
  font-size: 14px;
  margin-top: 5px;
}
.zteam_div2 ol li .img-con .text .name {
  margin-top: 5px;
}
.zteam_div2 ol li .more {
  width: 146px;
  height: 45px;
  background: url(../images/video_more2.jpg) no-repeat center center;
  display: block;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 19px;
  margin: -28px auto 0;
  position: relative;
  z-index: 2;
}
.zteam_div2 ol li .bt {
  padding-top: 25px;
  margin-top: -17px;
  height: 57px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  
}
.zteam_div2 ol li:hover .img-con .text {
  display: block;
}
.zteam_div2 ol li:hover .more {
  background: url(../images/video_more.jpg) no-repeat center center;
}
.zteam_div2 ol li:nth-child(3n) {
  margin-right: 0;
}


/*嘉宾艺人*/

.zhuchuang_w1200 {
 
	  width: 1100px;
  margin: 0 auto;
}



.zhuchuang_div2 {
  padding-bottom: 80px;

}



.jiabin_content{
	
	width: 1000px;
	margin: 0 auto;
}
.jiabin_content ul li{
	float: left;
	width: 240px;
	list-style: none;
	display: block;
	margin: 42px;
	
}

.jiabin_img{
	width: 240px;
	padding: 5px;
	border: 1px solid #cecece;
}

.jiabin_img img{
	
	width: 227px;
  height: 160px;
}
.jiabin_text {
	margin-top: 5px;
    text-align: center;
	
}
.jiabin_text p{
	font-size: 12px;
    font-weight: bolder;
	
}
.jiabin_text p a{
	font-size: 12px;
    font-weight: bolder;
	
}
.jiabin_text p a:hover{
	font-size: 12px;
    font-weight: bolder;
	
}



/*主创团队*/




.zhuchuang_div2 ol {
  margin-bottom: 30px;
	height: 600px;
	margin-left: 28px;
	
}
.jiabinyiren_content  {
  float: left;
  width: 190px;
  height: 240px;
  margin: 0 10px 40px 10px;
  background: #efefef;
}
.jiabinyiren_content  .img-con {
	width: 100%;
  width: 180px;
  height: 249px;
  position: relative;
}
.jiabinyiren_content  .img-con img {
  display: block;
  /*width: 100%;*/
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jiabinyiren_content  .img-con .text {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 38px 30px 0;
  color: #fff;
  font-size: 14px;
}
.jiabinyiren_content  .img-con .text h1 {
  font-size: 24px;
}
.jiabinyiren_content  .img-con .text .data {
  font-size: 14px;
  margin-top: 5px;
}
.jiabinyiren_content  .img-con .text .name {
  margin-top: 5px;
}
.jiabinyiren_content  .more {
  width: 146px;
  height: 45px;
  background: url(../images/video_more2.jpg) no-repeat center center;
  display: block;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 19px;
  margin: -28px auto 0;
  position: relative;
  z-index: 2;
}
.jiabinyiren_content  .bt {
  padding-top: 25px;
  margin-top: -17px;
  height: 57px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  
}
.jiabinyiren_content:hover .img-con .text {
  display: block;
}
.jiabinyiren_content:hover .more {
  background: url(../images/video_more.jpg) no-repeat center center;
}
.jiabinyiren_content:nth-child(3n) {
  margin-right: 0;
}



/*主创团队2*/


.wmdsy_div {
   
}


.wmdsy_div ol li {
    float: left;
    width: 1000px;
    margin-bottom: 44px;
    height: 331px;
    background: #f6f6f6;
}
.zhuchuangcontent{
	  padding: 26px 30px 0;
  color: #666666;
  line-height: 22px;
}
.zhuchuangcontent ul li{
	
	float: left;
    display: block;
    margin-right: 10px;
	margin-left: 10px;
    list-style: none;
	
}

.zhuchuangpic{
	
	
}
.zhuchuangpic li{
	
	
}

.zhuchuangimg{
	
	width: 132px;
    padding: 5px;
    border: 1px solid #919191;
	
	
}

.zhuchuangimg img{
	width: 120px;
  height: 160px;
	
}

.zhuchuangtext{
	
	text-align: center;
	
}
.zhuchuangtext h3{
	    margin-top: 10px;
    font-size: 12px;
    font-weight: bolder;
	
	
}
.zhuchuangtext h3 a {
	color: #000;
	text-decoration: none;
	font-weight: bolder;
	
}
.zhuchuangtext h3 a:hover{
	
		color: #000;
	text-decoration: none;
	font-weight: bolder;
	
}



.wmdsy_div ol {

}
.zongzhipian {
  float: left;
  width: 1000px;
  margin-bottom: 44px;
  height: auto;
  background: #f6f6f6;
	padding-bottom: 30px;
	list-style: none;
}
.zongzhipian:nth-child(2n) {
  float: right;
}
.zongzhipian .tit {
  background: #e9e6e6;
  height: 85px;
  border-left: 3px solid #e70f21;
  padding-left: 14px;
  padding-top: 18px;
}
.zongzhipian .tit .icon {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
}
.zongzhipian .tit .w {
  width: auto;
  float: left;
  margin-left: 25px;
}
.zongzhipian .tit .w .bt {
  margin-top: -3px;
  color: #000000;
  font-size: 24px;
}
.zongzhipian .tit .w .yw {
  margin-top: 5px;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;

}
.zongzhipian .text {
  padding: 26px 30px 0;
  color: #666666;
  line-height: 22px;
}
.zongzhipian .text p {
  margin-top: 10px;
}


/*联系我们*/

.contact_con{
	
	
    height: 700px;
    width: 100%;
    color: #000;
    overflow: hidden;
	margin-top: 40px;
	
}
.contact_con_b {
	
	
	position: relative;
	margin: 0 auto;
	height: 700px;
	width: 900px;
	overflow: hidden;

}

.contact1000{
	    width: 1000px;
    margin: 0 auto;
}



.con-div {
	width: 100%;
  border-bottom: 2px solid #e70b1d;
  padding: 50px 0 40px;
}
.con-div .div-tit-con {
  text-align: center;
}
.con-div .div-tit-con h3 {
  color: #f2f2f2;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 80px;
}
.con-div .div-tit-con h1 {
  color: #000000;
  font-size: 28px;
  position: relative;
  top: -26px;
}

.contact_div {
  background: url(../images/contact_bg.jpg) no-repeat center bottom;
  padding-bottom: 70px;
  margin-top: -30px;
}
.contact_div p{
  line-height:24px;
}
.contact_div h3 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 26px;
  position: relative;
}
.contact_div h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
  width: 70px;
  height: 2px;
  background: #cccccc;
}
.contact_div .t {
  margin-top: 20px;
  text-align: center;
  color: #454545;
  line-height: 30px;
}
.contact_div .t em {
  color: #e60013;
  font-size: 18px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.contact_div ol {
  margin-top: 15px;
}
.contact_div ol li {
  text-align: center;
  float: left;
  width: 100%;
}
.contact_div ol li .name,
.contact_div ol li .dh {
  display: inline-block;
  color: #454545;
  padding-left: 25px;
  margin: 3px 20px;
  line-height: 30px;
}
.contact_div ol li .name {
  background: url(../images/contact_icon1.jpg) no-repeat left center;
}
.contact_div ol li .dh {
  background: url(../images/contact_icon2.jpg) no-repeat left center;
}
.contact_div2{
  background: #d6d6d6;
}
.contact_div2 .map {
  margin-top: 45px;
  margin-left: 49px;
  float: left;
  width: 47%;
  height: 712px;
  position: relative;
}
.contact_div2 .feedback {
  width: 547px;
  float: left;
  height: 812px;
  background: #d6d6d6;
  padding: 45px 0;
  margin-left:53px; 
}
.contact_div2 .feedback h3 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
.contact_div2 .feedback ol {
  margin-top: 25px;
}
.contact_div2 .feedback ol li {
  float: left;
  width: 547px;
  margin-bottom: 12px;
}
.contact_div2 .feedback ol li input {
  width: 100%;
  background: #fff;
  border: 1px solid #cecece;
  height: 57px;
  line-height: 55px;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 10px;
  font-family: "微软雅黑";
}
.contact_div2 .feedback ol li textarea {
  padding: 10px;
  font-family: "微软雅黑";
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #cecece;
  width: 100%;
  height: 261px;
}
.contact_div2 .feedback ol li .btn {
  margin-top: 45px;
  width: 250px;
  height: 53px;
  float: left;
  color: #fff;
  font-size: 20px;
  background: #e60013;
  border: none;
  font-family: "微软雅黑";
}
.contact_div2 .feedback ol li .btn1 {
  margin-left: 47px;
  background: #6d7073;
}


/*分页*/
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  color: #666666;
  font-size: 18px;
  font-family: arial;
  border: 1px solid #f0474a;
  border-radius: 3px;
}
.page a:hover,
.page a.cur {
  background: #f0474a;
  color: #fff;
  border: 1px solid #f0474a;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

