﻿@charset "UTF-8";
input::-webkit-input-placeholder {
  color: #a4a4a4;
}

html::-webkit-scrollbar {display:none}

input:-moz-placeholder {
  color: #a4a4a4;
}

input::-moz-placeholder {
  color: #a4a4a4;
}

input:-ms-input-placeholder {
  color: #a4a4a4;
}

textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}

textarea:-moz-placeholder {
  color: #a4a4a4;
}

textarea::-moz-placeholder {
  color: #a4a4a4;
}

textarea:-ms-input-placeholder {
  color: #a4a4a4;
}

/*菜单栏*/

.bgx {
    background: url(../images/navBgTop.png) repeat-x;
    height: 33px;
    position: relative;
    /*top: 5px;*/
    z-index:1;
}

.menuUl li:hover {
    cursor: pointer;
}

.menuUl li:hover ul {
    display: block;
}

.menuUl li ul {
    width: 124px;
    /*height: 120px;*/
    background-color: #80a1ba;
    float: right;
    margin-top: -20px;
    border-radius: 4px;
    /*border: 1px solid #cccccd;*/
    overflow: hidden;
    display: none; 
    z-index: 150;
    position: absolute;
}
.menuli{
    height:60px;
    /*border-bottom:1px solid #cccccd;*/
}
li {
    list-style: none;
}

.menuli li a {
    color: #f6f6f6;
    height: 66px;
    line-height: 66px;
    width: 124px;
    text-align: center;
    display: block;
}
.menuli li a:hover{
    color:red;
}

/* @font-face { */
  /* font-family: 'fzjy'; */
  /* src: url("fonts/missyuan_-webfont.eot"); */
  /* src: url("fonts/missyuan_-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/missyuan_-webfont.woff") format("woff"), url("fonts/missyuan_-webfont.ttf") format("truetype"), url("fonts/missyuan_-webfont.svg#fzhanjian-r-gbregular") format("svg"); */
  /* font-weight: normal; */
  /* font-style: normal; */
/* } */

/*文字截断*/
/*自动换行*/
#boxscroll {
width:430px;
}
em.col {
  color: #d41b23;
  font-size: 12px;
}

body {
  background-color: #f5f5f5;
  /*background: url(../images/midMain.png) repeat;*/
}

.default {
  padding: 40px 0 50px;
  background-color: #fff;
}

.default img {
  display: block;
  margin: 0 auto;
}

/* 新增筛选 */
.breadTag {
  padding: 0 10px;
  font-size: 16px;
  display: inline-block;
  height: 53px;
}

.breadTag a {
  color: #666666;
}

.breadTag.cur {
  color: #cb5555;
  border-bottom: 2px solid #cb5555;
}

.breadTag.cur a {
  color: #cb5555;
}

/* 登录前后 */
/*.topcWrap {
  background: url(../images/gdtop_bg1.png) no-repeat center bottom;
  background-size: 100% 100%;
}*/

.topContent {
  /*max-width: 1495px;*/
  margin: 0 auto;
  height: 382px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
    .topContent {min-width: 1200px;}
}
@media only screen and (max-width: 1080px) {
    .topContent {min-width: 1080px;}
}

.topWrap {
  width: 100%;
}

.topMain {
  position: absolute;
  height: 36px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  color: #464544;
  padding: 0 12px;
  top: 20px;
  right: 180px;
  line-height:36px;
  box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  /*margin-left: 140px;*/
}

/*@media only screen and (min-width: 1200px) {
    .topMain {
        margin-left: 140px;
    }
}

@media only screen and (max-width: 1080px) {
    .topMain {
        margin-left: 80px;
    }
}*/

.topMain p {
  padding-left: 8px;
}

.topMain .userUl .loginBtn {
  color: #b03a3e;
  float: left;
  margin: 5px;
}

.topMain .userUl em {
  float: left;
  line-height: 35px;
}

.zuo {
  position: absolute;
  right: 50%;
  margin-right: 463px;
  bottom: 20px;
  min-width: 111px;
  max-width: 252px;
  height: 40px;
  background: #3da0c5;
}

.mask {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}

.mask .areaYin {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 430px;
}

.mask .areaYin .xianListWc {
  max-height: 430px;
}

.mask .areaYin .xianListWc .tips {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 30px 0 20px;
}

.areaYin {
  width: 335px;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  position: absolute;
  left: 17px;
  top: 30px;
  z-index: 5;
}

.xianListWc {
  width: 100%;
  max-height: 335px;
  overflow: auto;
  position: relative;
  background-color: #fff;
}

/*
.selCity {
  margin: 10px 0px 0 19px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 36px;
  color: #333333;
  font-size: 14px;
  width: 280px;
  text-indent: 3px;
}

.xianList {
  width: 315px;
  padding: 15px 0;
  padding-left: 20px;
}

.xianList li {
  float: left;
  _display: inline;
  min-width: 78px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #666666;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.xianList li.cur {
  background-color: #b03a3e;
  color: #fff;
  border: 1px solid #b03a3e;
}
.city {
  min-width: 111px;
  max-width: 252px;
  height: 40px;
  line-height: 40px;
}

.city .xuan {
  color: #ffffff;
  padding-right: 36px;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  background: url(../images/cq_sel.png) no-repeat right 12px top 10px;
  text-align: right;
  em{
    font-size: 24px;
    margin-left: 8px;
  }
}

.city .xuan:hover {
  color: #fff;
}

.areaYin .xianListWc {
  width: 100%;
  max-height: 335px;
  overflow: auto;
  position: relative;
  background-color: #fff;
}

.areaYin .selCity {
  margin: 10px 0px 0 19px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 36px;
  color: #333333;
  font-size: 14px;
  width: 280px;
  text-indent: 3px;
}

.areaYin .xianList {
  width: 315px;
  padding: 15px 0;
  padding-left: 20px;
}

.areaYin .xianList li {
  float: left;
  _display: inline;
  min-width: 78px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #666666;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.areaYin .xianList li.cur {
  background-color: #b03a3e;
  color: #fff;
  border: 1px solid #b03a3e;
}
*/
/* start 城市选择（新） */
.citySel {
    height: 40px;
    width: 165px;
    background-color: #fff;
    position: absolute;
    right: 130px;
    bottom: 0;
    border-radius: 5px;
}

.citySel .cityList {
  display: none;
    width: 223px;
    padding: 15px 10px;
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    background-color: #fff;
    z-index: 10;
    max-height: 330px;
    overflow: auto;
    border: solid 1px #455F92;
}

.citySel .cityList li {
    width:240px;
  float: left;
  /*margin-right: 18px;*/
  line-height: 20px;
  cursor: pointer;
}

.toggleli{
    padding-top:10px;
}
.SpanX{
    font-size:28px;
    position: absolute;
    right: 10px;
}
.toggleliul{
    display:none;
}
.toggleblock{
    display:block;
}
.toggleliul .toggleliulli{
    padding-left:20px;
    padding-top:10px;
    width:210px;
}
.citySel .cityList .cityTit {
  font-size: 14px;
  color: #d80000;
  font-weight: bold;
}

.citySel .cityName {
  float: left;
  width: 70px;
  padding: 0 2px;
  border-right: 1px solid #a3a3a3;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.citySel .cityArrow {
  float: left;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}

.citySel .cityArrow img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* end 城市选择（新） */



/* start 城市选择（新） */

.citySel1 .cityList1 {
  display: none;
    width: 155px;
    /*padding: 15px 25px;*/
    position: absolute;
    left: 0;
    top: 35px;
    color: #333;
    line-height: 32px;
    background-color: #fff;
    z-index: 100;
    /*max-height: 330px;*/
    overflow: hidden;
    /*border: solid 1px #b03a3e;*/
    box-shadow: 3px 1px 11px 1px #888;
}

.citySel1 .cityList1 li {
    width:100px;
  float: left;
  /*margin-right: 18px;*/
  line-height: 20px;
  cursor: pointer;
}

.toggleli1{
    padding-top:10px;
    padding-left:5px;
}
.SpanX1{
    font-size:25px;
    position: absolute;
    right: 10px;
}
.SpanX2 {
    font-size:25px;
    position: absolute;
    right: 20px;
}
.toggleliul1{
    display:none;
}
.toggleblock1{
    display:block;
}
.toggleliul1 .toggleliulli1{
    padding-left:15px;
    padding-top:10px;
    width:210px;
}
.citySel1 .cityList1 .cityTit1 {
  font-size: 14px;
  color: #d80000;
  font-weight: bold;
}

.citySel1 .cityName1 {
  float: left;
  width: 80px;
  padding: 0 2px;
  border-right: 1px solid #a3a3a3;
  height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  color: #333333;
  line-height: 35px;
}

.citySel1 .cityArrow1 {
  float: left;
  cursor: pointer;
  width: 40px;
  height: 35px;
  position: relative;
}

.citySel1 .cityArrow1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* end 城市选择（新） */



.topMidWrap {
  width: 100%;
}

.topMidMain {
  width: 1200px;
  margin: 0 auto;
}

.topMidMain .logo {
  position: absolute;
  top: 88px;
  left: 0;
}

.topMidMain .logo img {
  display: block;
}

.topMidMain .searchBar {
  width: 298px;
  /*height: 38px;*/
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  position: absolute;
  right: 25%;
  /*margin-right: 144px;*/
  /*margin-right: 110px;*/
  bottom: 20px;
}

.topMidMain .key {
  cursor: pointer;
  width: 82px;
  margin-top: 6px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.topMidMain .keyWord {
  padding: 11px 18px;
  border: none;
  width: 178px;
  line-height: 16px;
}

.topMidMain .searchBtn {
  width: 77px;
  height: 44px;
  background-color: #3da0c5;
  border-radius: 5px;
  position: absolute;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  top: -1px;
  cursor: pointer;
}

.topMidMain .keyUl {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 38px;
  width: 82px;
  text-align: center;
  background-color: #fff;
  line-height: 24px;
  cursor: pointer;
}

.topMidMain .keyUl li:hover, .topMidMain .keyUl li.on {
  color: #d41b23;
}

.menuWrap {
  background-color: #80a1ba;
}

.menuUl {
  margin: 0 auto;
  height: 66px;
  width: 1200px;
  font-size: 28px;
  color: #f6f6f6;
  /*background-color: #656565ad;*/
  text-align: center;
}

.menuUl li {
  display: inline-block;
  position: relative;
}

.menuUl li a {
  color: #f6f6f6;
  height: 84px;
  line-height: 66px;
  width: 124px;
  text-align: center;
  display: block;
  font-family: 'fzjy';
}

.menuUl li.cur a {
  background: url(../images/menuBg.png) no-repeat center;
}

/* 轮播 */
.bannerBox {
  width: 1200px;
  height: 382px;
  overflow: hidden;
  overflow: hidden;
  position: relative;
}

.bannerBox .bd li {
  display: block;
  width: 1200px;
  height: 382px;
  overflow: hidden;
  position: relative;
}
.bannerBox .bd li img{
	width:520px;
	height:320px;
	object-fit: cover;
}
.maskBlack {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.loveSever {
  width: 492px;
  height: 392px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.loveSever h1 {
  margin: 0;
  line-height: 46px;
  background-color: #dfad4c;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
  margin-bottom: 30px;
}

.loveSever .close_aq {
  display: block;
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}

.loveSever .infoWrap {
  width: 455px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.loveSever .infoWrap .label {
  width: 97px;
  text-align: right;
  font-size: 16px;
  color: #333333;
  float: left;
  line-height: 40px;
  margin-right: 15px;
  height: 40px;
}

.loveSever .infoWrap input, .loveSever .infoWrap textarea {
  background-color: #e8e8e8;
  border: 1px solid #cecece;
  width: 268px;
  padding: 10px 20px;
  resize: none;
  float: left;
}

.loveSever .infoWrap textarea {
  height: 98px;
}

.loveSever .infoWrap .btnWrap {
  width: 310px;
  text-align: center;
  float: left;
  margin-top: 20px;
}

.loveSever .infoWrap .btnWrap span {
  font-size: 16px;
  width: 120px;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  margin: 0 10px;
  background-color: #dfad4c;
  line-height: 36px;
  cursor: pointer;
}

.loveSever .infoWrap .btnWrap .cancel {
  background-color: #cecece;
}

.footWrap {
  height: 239px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 100%;
  background-color: #2e8100;
}

@media only screen and (min-width: 1200px) {
    .footWrap {min-width: 1200px;}
}
@media only screen and (max-width: 1080px) {
    .footWrap {min-width: 1080px;}
}

.footWrap .footMain {
  /*width: 1200px;*/
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .footWrap .footMain {width: 1200px;}
}
@media only screen and (max-width: 1080px) {
    .footWrap .footMain {width: 1080px;}
}

.footWrap p {
  line-height: 30px;
}

.footWrap .helpLink {
  text-align: center;
  margin-top: 28px;
}

.footWrap .helpLink li {
  display: inline-block;
  margin-right: 3px;
}

.footWrap .helpLink li a, .footWrap .helpLink li img {
  display: block;
}

.footWrap .erCode {
  width: 130px;
  overflow: hidden;
  float:right;
}

.footWrap .erCode img {
  display: block;
  width: 130px;
  height: 130px;
}

.footWrap .erCode p {
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.more {
  color: #656565;
  font-size: 12px;
  line-height: 28px;
  font-weight: normal;
}

.contentWrap {
  /*min-width: 1200px;*/
  max-width: 1397px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 1px;
  background: url(../images/small_bg.jpg) repeat;
}

@media only screen and (min-width: 1200px) {
    .contentWrap {min-width: 1200px;}
}
@media only screen and (max-width: 1080px) {
    .contentWrap {min-width: 1080px;}
}

.foot .floor {
  width: auto;
  /*min-width: 1200px;*/
  max-width: 1397px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .foot .floor {min-width: 1200px;}
}
@media only screen and (max-width: 1080px) {
    .foot .floor {min-width: 1080px;}
}

/* 回到顶部、意见反馈、手机访问 */
.jumpLink {
  position: fixed;
  left: 50%;
  margin-left: 635px;
}

.jumpLink a {
  width: 50px;
  height: 41px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  display: block;
  background-color: #cb5454;
  padding-top: 9px;
  line-height: 16px;
  margin-bottom: 2px;
}

.jumpLink .col1 {
  background-color: #f5bb4b;
}

.jumpLink .col2 {
  background-color: #dfad4c;
}

.jumpLink .cd-top {
  display: none;
  /*position: initial;*/
}

/* 首页样式 */
.showyMenu {
  position: fixed;
  top: 560px;
  z-index: 1;
}

.showyMenu a {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}

.showyMenu img {
  display: block;
}

.showyMenu.showyLeft {
  right: 50%;
  margin-right: 610px;
}

.showyMenu.showyRight {
  left: 50%;
  margin-left: 610px;
}

.adver {
  width: 100px;
  height: 460px;
  position: absolute;
  top: 50%;
}

.adver a, .adver img {
  display: block;
}

.adver.adLeft {
  right: 50%;
  margin-right: 610px;
}

.adver.adRight {
  left: 50%;
  margin-left: 610px;
}

.adver .closeBtn {
  position: absolute;
  bottom: -24px;
  right: 0;
}

.floor {
  /*width: 1200px;*/
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
    .floor {width: 1200px;}
}
@media only screen and (max-width: 1080px) {
    .floor {width: 1080px;}
}

.floor .slideBox {
  width: 387px;
  height: 311px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}

.floor .slideBox .bd li {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  background-color: #fff;
}

.floor .slideBox .bd li .img {
  display: block;
  width: 387px;
  height: 311px;
  position: relative;
  overflow: hidden;
}

.floor .slideBox .hd {
  position: absolute;
  height: 42px;
  line-height: 42px;
  right: 12px;
  bottom: 0;
  z-index: 1;
}

/* .floor .slideBox .hd li {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 4px;
  cursor: pointer;
} */

.floor .slideBox .hd li.on {
  background-color: #3da0c5;
}

.floor .slideBox .tit {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width:385px;
  line-height: 42px;
  padding: 0 17px;
  padding-right: 82px;
  border-radius: 0px 0px 0px 25px;
}

.floor .actMain {
  border: none !important;
  background: url(../images/actBg.png) no-repeat center;
}

.floor .artMain {
  padding: 0 !important;
}

.floor .moduMain {
  position: relative;
}

.floor .moduMain.mid {
  width: 390px;
  height: 294px;
  padding: 15px 18px 0;
  overflow: hidden;
  background-color: #fff;
}

.floor .moduMain.big {
  padding: 15px 30px 25px;
}

.floor .moduMain.large {
  width: 684px;
  padding: 15px 30px 10px;
}

.floor .moduMain.mid382 {
  width: 382px;
  padding: 15px 30px 0;
  margin-left: 10px;
}

.floor .moduMain .more {
  font-size: 12px;
  color: #973335;
  position: absolute;
  bottom: 7px;
  right: 28px;
}

.floor .moduMain .majorTit {
  height: 52px;
  background: url(../images/titRight.jpg) no-repeat right bottom, url(../images/titBg.png) repeat bottom;
  margin: 0;
  position: relative;
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  padding-left: 14px;
  font-family: 'fzjy';
}

.floor .moduMain .majorTit.artTit {
  padding-top: 2px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.floor .moduMain .majorTit.artTit .tit li {
  height: 58px;
  line-height: 60px !important;
}

.floor .moduMain .majorTit.artTit i {
  margin-left: 38px;
  margin-top: 3px;
}

.floor .moduMain .majorTit.artTit .tagTit {
  height: 58px;
  line-height: 58px;
}

.floor .moduMain .majorTit.artTit .more {
  line-height: 45px !important;
}

.floor .moduMain .majorTit i {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}

.floor .moduMain .majorTit i img {
  vertical-align: middle;
  margin-top: 2px;
}

.floor .moduMain .majorTit .tit {
  float: left;
}

.floor .moduMain .majorTit .tit li {
  cursor: pointer;
  float: left;
  padding: 0 10px;
  margin-right: 8px;
  height: 32px;
  line-height: 32px;
  color: #656565;
}

.floor .moduMain .majorTit .tit li.on {
  color: #fff;
  background: url(../images/tabbg.png) no-repeat center;
}

.floor .moduMain .majorTit .more {
  line-height: 52px;
  font-size: 12px;
  color: #973335;
  font-weight: bold;
  font-family: '微软雅黑';
}

.floor .moduMain .majorTit .tagTit {
  color: #666666;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  font-family: '微软雅黑';
  margin-right: 116px;
}

.floor .moduMain .majorTit .tagTit span {
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}

.floor .moduMain .majorTit .tagTit span.on {
  font-weight: bold;
}

.floor .moduMain.big .majorTit {
  height:60px;
  background: none;
  padding-left: 0;
}

.floor .moduMain.big .majorTit .tit {
  font-size: 36px;
}

.floor .moduMain.big .majorTit .tit li {
  color: #5a0601;
  line-height: 50px;
}

.floor .moduMain.big .majorTit .more {
  line-height: 52px;
}
.swiper-container ,.swiper-container2,.swiper-container4,.swiper-container5{
	width: 100%;
	overflow: hidden;
}

.ani-slide p{
	transform:translateX(0);
	opacity:1;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:5px;
}
.swiper-pagination-bullet{
	background: #fff;
}*/

.floor .focusList {
  font-size: 12px;
  color: #656565;
  width: 392px;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../images/liIcon.png) repeat left 0px;
  padding-left: 12px;
}
.infoList2,.infoList3{
	display: none;
}
.floor .focusList li {
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
}

.floor .focusList li p {
  width: 320px;
}

.floor .adRecommend {
  margin-left: 10px;
  width: 334px;
  height: 310px;
  position: relative;
  background:url(../images/timg.png) no-repeat center;
  background-size:cover;
}

.floor .adRecommend .ad {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.floor .adRecommend .ad:hover {
  transform: translateY(-6px);
}

.floor .adRecommend .szty {
  top: 8px;
  left: 85px;
}

.floor .adRecommend .szjy {
  top: 70px;
  left: 10px;
}

.floor .adRecommend .szzt {
  top: 168px;
  left: 20px;
}

.psEnter {
  /*width: 1200px;*/
  position: relative;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 1200px) {
    .psEnter {width: 1200px;}
}
@media only screen and (max-width: 1080px) {
    .psEnter {width: 1080px;}
}

.psWrap {
  height: 314px;
  background: url(../images/psEnter.png) no-repeat center;
}

.psWrap img {
  display: block;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -270px;
}

.liveList ul {
  margin-top: 11px;
  padding-left: 10px;
  width: 1140px;
}

.liveList ul li {
  /*width: 560px;*/
  height: 176px;
  float: left;
  overflow: hidden;
  margin-bottom: 22px;
}

@media only screen and (min-width: 1200px) {
    .liveList ul li {width: 560px;}
}
@media only screen and (max-width: 1080px) {
    .liveList ul li {width: 450px;}
}

.liveList ul li .img {
  /*width: 560px;*/
  height: 176px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1200px) {
    .liveList ul li .img {width: 560px;}
}
@media only screen and (max-width: 1080px) {
    .liveList ul li .img {width: 450px;}
}

.liveList ul li .mc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-family: "黑体";
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.video-img{
	transition: all 2s;
	object-fit: cover;
	width: 500px; height: 200px;
}
.video-img:hover{
	transform: scale(1.2);
}

.liveList ul li:first-child {
  width: 570px;
  height: 580px;
  border-top-right-radius: 110px;
  border-bottom-left-radius: 110px;
  overflow: hidden;
  margin-right: 23px;
  margin-top: 13px;
}

.liveList ul li:first-child .img {
  width: 570px;
  height: 580px;
}

.liveList ul li:first-child .mc {
  width: 185px;
  height: 185px;
  line-height: 185px;
  font-size: 36px;
}

.liveList ul li:first-child + li {
  border-top-right-radius: 90px;
  margin-top: 40px;
}

.liveList ul li:first-child + li + li {
  border-top-left-radius: 90px;
}

.liveList ul li:first-child + li + li + li {
  border-top-right-radius: 90px;
}

.floor .teamMain {
  background: url(../images/zyzBg.png) no-repeat center;
}

.floor .teamMain .majorTit {
  background: url(../images/teamBg.png) no-repeat right bottom !important;
}

.floor .liveMain {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  border-bottom-left-radius: 110px;
  background: url(../images/playBg.png) no-repeat;
}

.floor .liveMain .majorTit {
  width: 1138px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .floor .liveMain .majorTit {width: 1138px;}
}
@media only screen and (max-width: 1080px) {
    .floor .liveMain .majorTit {width: 1080px;}
}

.floor .liveMain ul {
  padding-left: 0 !important;
  width: auto !important;
}

.floor .dataMian {
  background: none;
}

.dataList {
  margin-top: 5px;
  padding-left: 10px;
  position: relative;
}

.dataList .btn {
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.dataList .prev {
  left: -31px;
}

.dataList .next {
  right: -31px;
}

.actList ul {
  margin-top: 5px;
 /* padding-left: 8px; */
}

.actList ul li {
  float: left;
  /*width: 208px;*/
  color: #656565;
  cursor: pointer;

}
.actList ul li:first-child {
  margin-left: 0px;
}
.actList ul li img{
	width:100%;
}

.actList ul li .img {
  width: 206px;
  height: 134px;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
}
.actList ul li:nth-child(odd):hover img{
	webkit-transition:0.4s linear;transition:0.4s ease-in;
   -webkit-transform:rotate(360deg);transform:rotate(360deg);
}
.actList ul li .img .room {
  font-size: 12px;
  color: #ffffff;
  line-height: 23px;
  height: 23px;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 0 12px;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 16px;
  right: -3px;
}

.actList ul li .img .tagWrap {
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.actList ul li .img .tagWrap span {
  height: 18px;
  padding: 0 6px;
  min-width: 38px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-right: 10px;
}

.actList ul li .img .ticketNum {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  background-color: #c44e4d;
  position: absolute;
  left: 0;
  bottom: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.actList ul li .play {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  background: url(../images/playIcon.png) no-repeat center;
}

.actList ul li .char {
  padding: 10px 5px 3px;
}

.actList ul li .char h2 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 8px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.actList ul li .char p {
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.actList ul li .char em {
  color: #d69821;
}

.actList ul li .char .bookBtn {
  display: block;
  width: 148px;
  height: 36px;
  border-radius: 6px;
  color: #cb5555;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  margin: 20px auto 0;
  background: url(../images/btnRed.png) no-repeat center;
}

.actList ul li .char .bookBtn.goTo {
  color: #d69821;
  background: url(../images/btnBg.png) no-repeat center;
}

.actList ul li .char .bookBtn.gray {
  color: #999;
  background: url(../images/btnGray.png) no-repeat center;
}

.actList ul li .tagWrap {
  margin-top: 8px;
}

.actList ul li .tagWrap span {
  line-height: 16px;
  border-radius: 2px;
  border: 1px solid #b5b5b5;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 5px;
}

.actList ul li .opinion {
  background: url(../images/yjIcon.png) no-repeat left center;
  padding-left: 20px;
}

.actList.bigList ul {
  padding-left: 0;
  width: 1233px;
}

.actList.bigList ul li {
  width: 275px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 33px;
  margin-bottom: 30px;
}

.actList.bigList ul li .img {
  width: 275px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.actList.bigList ul li .char {
  padding: 18px 16px 24px;
}

.actList.bigList ul li .char h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 20px;
}

.actList.bigList ul li .char p {
  line-height: 20px;
}

.actList.bigList.artList .char {
  text-align: center;
}

.actList.bigList.artList .char .tagWrap span {
  background-color: #f4f4f4;
  padding: 0 9px;
  line-height: 24px;
  margin-right: 7px;
  margin-bottom: 6px;
}

.actList.bigList.vLsit ul li .char {
  width: 275px;
  height: 132px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  padding-top: 48px;
}

.actList.bigList.vLsit ul li .char h1 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.actList.bigList.vLsit ul li .char .tagWrap {
  position: initial;
  text-align: center;
}

.actList.bigList.vLsit ul li .char .tagWrap span {
  margin: 0 6px;
}

.actList.bigList.teamList .img {
  width: 153px;
  height: 153px;
  position: relative;
  margin-top: 29px;
}

.actList.bigList.fyList .char p {
  height: 40px;
  white-space: initial;
}

.floor .artList {
  height: 291px;
  position: relative;
}

.floor .artList li {
  position: absolute;
  width: auto;
  margin-left: 0;
  transition: all 0.3s ease 0s;
}
.floor .artList li:nth-child(even){
  transition: all 1s ease 0s;
}
.floor .artList li:nth-child(even):hover {
  transform: scale(1.1);
}

.floor .artList .whgj {
  left: 0;
}

.floor .artList .sely {
  /*left: 230px;*/
}

@media only screen and (min-width: 1200px) {
    .floor .artList .sely {left: 230px;}
}
@media only screen and (max-width: 1080px) {
    .floor .artList .sely {left: 210px;}
}

.floor .artList .wxjd {
  /*left: 550px;*/
}

@media only screen and (min-width: 1200px) {
    .floor .artList .wxjd {left: 550px;}
}
@media only screen and (max-width: 1080px) {
    .floor .artList .wxjd {left: 500px;}
}

.floor .artList .cksy {
  right: 0;
}

.venueList {
  margin-top: 20px;
}

.venueList ul {
  padding-left: 8px;
  width: 910px;
}

.venueList ul li {
  border: 1px solid #dedede;
  position: relative;
  overflow: hidden;
  float: left;
  width: 206px;
  height: 134px;
  margin-right: 18px;
  margin-bottom: 14px;
  cursor: pointer;
}

.venueList ul li .char {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 9px 12px 10px;
  color: #ffffff;
  width: 182px;
  font-size: 12px;
  line-height: 18px;
}

.venueList ul li .char h2 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.venueList ul li .char p {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.venueList ul li:first-child {
  width: 434px;
  height: 284px;
  margin: 0;
  margin-right: 20px;
}

.venueList ul li:first-child .char {
  padding: 13px 18px;
  width: 404px;
}

.venueList ul li:first-child .char h2 {
  margin-bottom: 8px;
}

.venueList .mapWrap {
  width: 206px;
  height: 284px;
  border: 1px solid #dedede;
  position: relative;
}

.venueList .mapWrap .lookMore {
  width: 98px;
  height: 30px;
  border: 1px solid #dfad4c;
  right: 13px;
  bottom: 12px;
  color: #dfad4c;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  position: absolute;
  background: #fff;
  z-index: 1;
}

.pxList ul {
  margin-top: 20px;
  padding-left: 8px;
}

.pxList ul li .char h2 {
  margin-bottom: 6px;
}

.pxList ul .star {
  width: 80px;
  height: 18px;
}

.pxList ul .star i {
  display: block;
  height: 18px;
  background: url(../images/starIcon.png) repeat left center;
}

.szList ul {
  margin-top: 20px;
  width: 400px;
}

.szList ul li {
  width: 80px;
  float: left;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.szList ul li .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.szList ul li .tag {
  font-size: 12px;
  color: #dfad4c;
  background-color: #fff;
  border: 1px solid #dfad4c;
  line-height: 16px;
  border-radius: 2px;
  padding: 0 5px;
  position: absolute;
  left: 22px;
  top: 68px;
}

.szList ul li h2 {
  line-height: 50px;
  margin: 0;
  color: #434343;
  font-size: 14px;
  height: 50px;
  text-align: center;
}

.artList ul li .char {
  padding-bottom: 8px;
}

.floor .teamList ul {
  margin-top: 20px;
}

.floor .teamList li {
  width: 170px !important;
  margin-left: 0 !important;
}

.enterWrap {
  width: 217px;
  margin-left: 17px;
  margin-top:-5px;
  z-index: 3;
}

.enterWrap a {
  display: block;
  width: 217px;
  height: 72px;
}

.enterWrap a:first-child {
  margin-bottom: 20px;
  margin-top: 40px;
}

.teamList ul li .img {
  width: 128px;
  height: 128px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 8px;
}

.teamList ul li .char {
  text-align: center;
  padding-bottom: 20px;
}

.brandList ul li .char {
  padding-bottom: 20px;
}

.brandList ul li .char p.date {
  margin-bottom: 8px;
}

.linksMain {
  padding: 16px 0 13px;
  height: 32px;
  line-height: 32px;
  width: 1200px;
  margin: 0 auto 23px;
  background: url(../images/linkBg.png) left center no-repeat, url(../images/linkBgs.png) right center no-repeat;
  background-color: #fff;
}

.linksMain .linkName {
  font-size: 24px;
  color: #023067;
  padding-left: 36px;
  padding-right: 16px;
  font-family: 'fzjy';
}

/*.bigContentWrap {
  background: url(../images/lm1.png) no-repeat center 0, url(../images/lm2.png) no-repeat center 338px, url(../images/lm3.png) no-repeat center 702px, url(../images/lm4.png) no-repeat center 1043px, url(../images/lm5.png) no-repeat center 1403px, url(../images/lm6.png) no-repeat center 1786px,  url(../images/lm8.png) no-repeat center bottom;
}*/

.select-wrap {
  margin-left: 18px;
}

.select-wrap .form-control {
  width: 315px;
  height: 33.75px;
  margin-right: 18.75px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.advertising {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: relative;
}

.advertising a, .advertising img {
  display: block;
}

.advertising .closeBtn {
  right: 0;
  top: 0;
}

.closeBtn {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 51px;
  height: 24px;
  background: url(../images/closeIcon.png) no-repeat center;
  z-index: 2;
}

.teacherWarp {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.teacherWarp .teacherInfo {
  border: solid 1px #ebebeb;
  background-color: #fff;
  padding: 30px;
}

.teacherWarp .teacherInfo .left {
  width: 320px;
  margin-right: 40px;
  padding: 0;
  background: none;
}

.teacherWarp .teacherInfo .img {
  width: 320px;
  height: 213px;
  position: relative;
  overflow: hidden;
  margin-right: 40px;
}

.teacherWarp .teacherInfo .char {
  width: 747px;
  color: #333333;
}

.teacherWarp .teacherInfo .char .download {
  background: #f5f5f5;
  padding: 15px 15px 5px;
  line-height: 30px;
  margin-top: 25px;
  font-size: 14px;
  color: #3da0c5;
}

.teacherWarp .teacherInfo .char .download p {
  background: url(../images/download.png) left center no-repeat;
  padding-left: 38px;
  float: left;
  margin-bottom: 10px;
}

.teacherWarp .teacherInfo .char .download .xzBtn {
  float: right;
  width: 65px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #3da0c5;
  border-radius: 4px;
  cursor: pointer;
}

.teacherWarp .teacherInfo .char .name {
  line-height: 45px;
}

.teacherWarp .teacherInfo .char .titleInfo {
  font-size: 14px;
  color: #999;
  line-height: 36px;
}

.teacherWarp .teacherInfo .char .divSpan {
  width: 240px;
  margin-top: 5px;
}

.teacherWarp .teacherInfo .char .divSpan span {
  width: auto;
}

.teacherWarp .teacherInfo .char .divSpan .tagWrap {
  width: auto;
}

.teacherWarp .teacherInfo .char i {
  font-size: 24px;
  font-style: normal;
  margin-right: 10px;
}

.teacherWarp .teacherInfo .char span {
  float: left;
  width: 82px;
  line-height: 28px;
}

.teacherWarp .teacherInfo .char strong, .teacherWarp .teacherInfo .char .tagWrap {
  float: left;
  width: 660px;
  line-height: 28px;
  font-weight: normal;
}

.teacherWarp .teacherInfo .char .tagWrap {
  line-height: 28px;
}

.teacherWarp .teacherInfo .char .tagWrap em {
  font-size: 12px;
  color: #ffffff;
  background-color: #dfad4c;
  display: inline-block;
  border-radius: 2px;
  line-height: 20px;
  padding: 0 5px;
  margin-right: 5px;
}

.teacherWarp .artList {
  background-color: #fff;
  overflow: hidden;
  border: solid 1px #ebebeb;
  padding: 30px 30px 35px;
}

/* 抽签 */
.cqcqWrap {
  height: 767px;
  background: url(../images/cqcqbg.png) no-repeat center;
  overflow: hidden;
}

.cqcqWrap .cqqtIcon {
  display: block;
  margin: 126px auto 54px;
}

.cqcqWrap .cqBtnWrap {
  text-align: center;
}

.cqcqWrap .cqBtnWrap .cqBtn {
  display: inline-block;
  width: 189px;
  height: 51px;
  line-height: 50px;
  color: #fff;
  background: url(../images/cqBtnBg.png) no-repeat center;
  margin: 0 25px;
  font-size: 24px;
  font-weight: bold;
}

.cqMask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  margin: auto;
}

.cqMask .cqALert {
  width: 932px;
  height: 535px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cqMask .cqALert .tit {
  height: 46px;
  background-color: #dfad4c;
  padding: 0 25px;
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
}

.cqMask .cqALert .tit .cqClose {
  float: right;
  margin-top: 15px;
  cursor: pointer;
}

.cqMask .cqALert .alertMain {
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding-top: 30px;
}

.cqMask .cqALert .alertMain select {
  width: 230px;
  height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  margin: 0 8px;
}

.cqMask .cqALert .alertMain input {
  width: 118px;
  height: 38px;
  border: 1px solid #cccccc;
  padding: 0 15px;
  border-radius: 5px;
  margin: 0 8px;
  line-height: 38px;
}

.cqMask .cqALert .alertMain .cqBtn {
  width: 112px;
  height: 40px;
  background-color: #973335;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  margin: 0 8px;
}

.cqMask .cqALert .alertMain .cqNum {
  width: 122px;
  height: 122px;
  border-radius: 5px;
  background: #973335;
  display: inline-block;
  margin-top: 43px;
  text-align: center;
  color: #ffffff;
  font-size: 74px;
  line-height: 122px;
  font-weight: bold;
}

.aboutWrap {
  background: #fff2dc;
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.aboutWrap .lmBread {
  font-size: 24px;
  color: #000000;
  line-height: 90px;
  padding: 0 50px;
}

.aboutWrap .lmBread em {
  color: #b03a3e;
}

.aboutWrap .about {
  padding: 0 27px 84px;
}

.aboutWrap .line78 {
  line-height: 78px;
}

.aboutWrap .line30 {
  line-height: 30px;
}

.aboutWrap .font30 {
  font-size: 30px;
}

.aboutWrap .font24 {
  font-size: 24px;
}

.aboutWrap .font28 {
  font-size: 28px;
}

.aboutWrap .marT20 {
  margin-top: 20px;
}

.aboutWrap .col {
  color: #656565;
  font-style: normal;
}

.aboutWrap .text48 {
  text-indent: 48px;
}

.aboutWrap .tag {
  width: 187px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background-color: #b03a3e;
}

.videoWrap {
  padding: 80px 72px;
  background-color: #fff;
  width: 1056px;
  margin: 0 auto 45px;
}

.videoWrap .videoHy {
  border: 1px solid #ff0000;
  padding: 65px 47px 70px 32px;
  font-size: 16px;
  color: #383838;
}

.videoWrap .hyLeft {
  width: 388px;
  float: left;
}

.videoWrap .hyLeft .brief {
  line-height: 30px;
  margin-bottom: 75px;
  text-align: justify;
}

.videoWrap .hyLeft .tips {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 30px;
}

.videoWrap .hyLeft .tips em {
  color: #ff0000;
}

.videoWrap .hyRight {
  float: right;
  width: 375px;
}

.videoWrap .hyRight input {
  display: block;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 10px 5px;
  width: 363px;
  height: 26px;
  margin-bottom: 37px;
}

.videoWrap .hyRight .btn {
  width: 375px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background-color: #e29417;
  display: block;
  font-size: 16px;
  border: none;
}

.filterWrap_new {
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #ededed;
  position: relative;
}

.filterWrap_new .lab {
  width: 70px;
  float: left;
  font-size: 20px;
  color: #333;
  text-align: right;
  line-height: 26px;
  margin:0px 10px 0 22px;
}

.filterWrap_new .filterRight {
  width: 1060px;
  float: left;
  position: relative;
}

.filterWrap_new .item {
  font-size: 12px;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #ccc;
  min-width: 74px;
  /* padding: 0 10px; */
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filterRight ul li{
    cursor:pointer
}
.filterWrap_new .filterListYi .item.cur {
  border-color: #e29500;
  background-color: #e29500;
  color: #fff;
}

.filterWrap_new .filterChild {
  border-top: 1px dashed #ccc;
  padding: 10px 0 0 0;
}

.filterWrap_new .filterListEr .item.cur {
  color: #b03a3e;
}

.filterWrap_new .filterListEr .item {
  border: 0 !important;
}

.filterWrap_new .btn-icon {
  display: block;
  width: 42px;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  position: absolute;
  right: 9px;
  bottom: 0;
  border: solid 1px #f1f1f1;
  border-bottom: 0;
  text-align: right;
  color: #999999;
  background: url("../images/in_btn_icon.png") no-repeat;
  background-position: 8px -23px;
}

.spaceMain {
  width: 1138px;
  margin: 0 auto 60px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 55px 30px;
}

.spaceMain .spaceLeft {
  width: 245px;
}

.spaceMain .spaceLeft .tit {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  height: 44px;
  border-bottom: 1px solid #dddddd;
}

.spaceMain .spaceLeft .tit em {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.spaceMain .spaceLeft .netScroll {
  margin-top: 10px;
}

.spaceMain .spaceLeft .netScroll .tabHd {
  position: relative;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #dddddd;
  font-size: 18px;
}

.spaceMain .spaceLeft .netScroll .pageState {
  color: #999;
  width: 120px;
  display: inline-block;
  text-align: center;
}

.spaceMain .spaceLeft .netScroll .pageState span {
  color: #333333;
}

.spaceMain .spaceLeft .netScroll .prev, .spaceMain .spaceLeft .netScroll .next {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(../images/spaceTab.png);
  cursor: pointer;
}

.spaceMain .spaceLeft .netScroll .prev {
  background-position: -20px 0;
  margin-left: 10px;
}

.spaceMain .spaceLeft .netScroll .next {
  background-position: -30px 0;
}

.spaceMain .spaceLeft .netScroll .prevStop {
  background-position: 0px 0;
}

.spaceMain .spaceLeft .netScroll .nextStop {
  background-position: -10px 0;
}

.spaceMain .spaceLeft .netList li {
  height: 46px;
  padding: 18px 10px 16px;
}

.spaceMain .spaceLeft .netList li.active{
  background: #f5f5f5 url(../images/spaceLi.png) no-repeat right center;
}

.spaceMain .spaceLeft .netList li.active .title {
  color: #b03a3e;
}
.spaceMain .spaceLeft .netList li a {
  display: block;
}

.spaceMain .spaceLeft .netList li .title {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.spaceMain .spaceLeft .netList li .time {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}

.spaceMain .spaceRight {
  width: 872px;
}

.spaceMain .spaceRight .ycDetailTit {
  width: 872px;
}

.spaceMain .spaceRight .ycDetailTit {
  margin-top: 40px;
}

.spaceMain .spaceRight .spaceBtn {
  background: #f5f5f5;
  overflow: hidden;
  padding: 50px 0;
  margin-top: 50px;
}

.spaceMain .spaceRight .spaceBtn .ycxqBtn {
  margin-top: 0;
}

.spaceMain .spaceRight #hot_list {
  width: 872px;
}

.spaceMain .spaceRight #hot_list .hl_list {
  width: 895px;
}

.spaceMain .spaceRight #hot_list .hl_list li {
  margin-right: 16px;
  margin-bottom: 16px;
}

.spaceMain .spaceRight #hot_list .hl_list li .intro {
  border: 1px solid #eee;
  width: 238px;
}

.spaceMain .spaceRight .spaceWorksTit {
  color: #333;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 70px;
  margin-top: 55px;
}

.spaceMain .spaceBanner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.spaceMain .spaceChar .title {
  font-size: 24px;
  color: #333;
  margin-top: 26px;
}

.spaceMain .spaceChar .sort {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}

.spaceMain .spaceContainer .main {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  word-wrap: break-word;
}

.worksInformation .ycDetailTit {
  width: 1140px;
}

.worksInformation .qiehuan {
  margin-top: 50px;
}

.worksInformation .qiehuan .datu {
  width: 723px;
  height: 487px;
}

.worksInformation .qiehuan .xtu dl dd {
  opacity: .5;
}

.worksInformation .qiehuan .xtu dl dd.current {
  opacity: 1;
  border-color: #e06421;
}

.worksInformation .infoTit {
  font-size: 28px;
  color: #333333;
  line-height: 68px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}

.worksInformation .searchBar {
  width: 298px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  margin: 50px auto;
  position: relative;
}

.worksInformation .key {
  cursor: pointer;
  width: 82px;
  margin-top: 6px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.worksInformation .key:after {
  content: '';
  width: 6px;
  height: 5px;
  display: inline-block;
  background: url(../images/lm_sel.png) no-repeat;
  margin-left: 3px;
}

.worksInformation .keyWord {
  padding: 11px 18px;
  border: none;
  width: 178px;
  line-height: 16px;
}

.worksInformation .searchBtn {
  width: 77px;
  height: 40px;
  background-color: #3da0c5;
  border-radius: 5px;
  position: absolute;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  top: -1px;
  cursor: pointer;
}

.worksInformation .keyUl {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 38px;
  width: 82px;
  text-align: center;
  background-color: #fff;
  line-height: 24px;
  cursor: pointer;
}

.worksInformation .keyUl li:hover, .worksInformation .keyUl li.on {
  color: #d41b23;
}

.noteWrap {
  width: 1140px;
  margin: 0 auto 70px;
  background: #fff;
  padding: 0 30px 60px;
  overflow: hidden;
}

.noteWrap .noteInfo {
  font-size: 14px;
  color: #333333;
  padding: 85px 0;
  border-bottom: 1px solid #ddd;
}

.xzWrap {
  text-align: center;
  margin: 40px auto -10px;
}

.xzWrap label {
  display: inline-block;
  font-size: 14px;
  color: #333333;
}

.xzWrap label input {
  display: inline-block;
  margin-right: 5px;
}

.ycxqBtn.gray {
  background: #dddddd;
}

.teacherInfo .the_two {
  width: 720px;
  margin: 0 auto;
  border: none;
}

.teacherInfo .comment .text {
  width: 698px;
}

.teacherInfo .left .state {
  margin-top: 20px;
  float: left;
  padding-left: 20px;
}

.teacherInfo .bdsharebuttonbox {
  padding-left: 0 !important;
}

.teacherInfo .share_lm {
  margin: 0 !important;
}

.teacherInfo .bdsharebuttonbox a {
  color: #000;
  font-size: 14px;
}

.teacherInfo .comment .comment-list .img {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 0;
}

#commentCount {
  font-size: 12px;
  color: #999;
  margin-left: 20px;
}

.teacherWarp .teacherInfo .char .download a {
  color: #3da0c5;
}

.prism-player .prism-big-play-btn {
  width: 45px !important;
  height: 45px !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -22px !important;
  margin-top: -22px !important;
}

.prism-player .prism-big-play-btn .outter {
  width: 45px !important;
  height: 45px !important;
}

.hl_list .info {
  position: relative;
}

.hl_list .ycLab {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  padding: 0 8px;
  background-color: #3da0c5;
  position: absolute;
  left: 0;
  top: 0;
}

.hl_list .ycLab.gray {
  background-color: #999999;
}

.hl_list .ycLab.jjks {
  background-color: #cda151;
}

.hl_list .ycTime {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.hl_list .ycWen {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
}

.hl_list .mcRankTag {
  height: 25px;
  padding: 0 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  background-color: #999999;
}

.hl_list li:first-child .mcRankTag {
  background-color: #e1351e;
}

.hl_list li:first-child + li .mcRankTag {
  background-color: #ff7101;
}

.hl_list li:first-child + li + li .mcRankTag {
  background-color: #ffb900;
}

.hl_list .voteState {
  height: 50px;
  line-height: 50px;
}

.hl_list .voteState .voteNum {
  width: 90px;
  background-color: #dddddd;
  text-align: center;
  color: #666666;
  font-size: 14px;
}

.hl_list .voteState .voteBtn {
  background-color: #b03a3e;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 190px;
}

.hl_list .voteState .voteBtn.gray {
  background-color: #999999;
}

.ycWytgBtn {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 20px;
  padding: 12px 10px;
  background-color: #b03a3e;
  position: fixed;
  left: 50%;
  margin-left: 610px;
  top: 460px;
}

.ycDetailTit {
  width: 1200px;
  margin: 20px auto;
  font-size: 18px;
  color: #333;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.ycDetailTit:before {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ycxqWarp {
  width: 1198px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  padding-bottom: 50px;
}

.ycxqWarp .touxiang {
  width: 140px;
  height: 140px;
  margin: 55px auto 45px auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ycxqWarp .touxiang img {
  display: block;
  width: 100%;
  height: 100%;
}

.ycZpInfo {
  width: 438px;
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

.ycZpInfo li {
  width: 50%;
  float: left;
  margin-bottom: 22px;
}

.ycZpJian {
  width: 700px;
  float: right;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

.ycxqBtn {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #b03a3e;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.ycDetaiFrom {
  width: 1140px;
  margin: 0 auto;
}

.ycDetaiFrom .fItem {
  margin-bottom: 20px;
}

.ycDetaiFrom .fItem .lab {
  width: 110px;
  float: left;
  font-size: 14px;
  color: #333;
  text-align: right;
  line-height: 22px;
  padding: 9px 10px 9px 0;
}

.ycDetaiFrom .fItem .rBox {
  width: 1020px;
  float: left;
}

.ycDetaiFrom .txtInp, .ycDetaiFrom .selInp {
  display: inline-block;
  width: 366px;
  padding: 0 12px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 7px;
}

.ycDetaiFrom .txtInp.w178, .ycDetaiFrom .selInp.w178 {
  width: 178px;
}

.ycDetaiFrom .txtArea {
  width: 366px;
  height: 80px;
  padding: 12px;
  font-size: 14px;
  color: #333;
  resize: none;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 7px;
}

.ycDetaiFrom .tipGray, .ycDetaiFrom .tipRed {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  padding-top: 10px;
}

.ycDetaiFrom .tipRed {
  color: #b03a3e;
}

.webUploadBox {
  width: 700px;
}

.webUploadBox .btn {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #b03a3e;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.webUploadBox div[name='aliFile'] {
  float: left;
  width: 120px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}

.webUploadBox div[name='aliFile'] span, .webUploadBox div[name='aliFile'] b {
  display: none;
}

.webUploadBox div[name='aliFile'] .progress {
  width: 110px;
  margin: 0;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: 2px;
  height: 6px;
}

.webUploadBox div[name='aliFile'] .progress .progress-bar {
  height: 6px;
  background-color: #b03a3e;
}

.webUploadBox div[name='aliFile'] .imgPack {
  width: 120px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.webUploadBox div[name='aliFile'] .upload-img-identify {
  display: block;
  width: 100%;
  height: 100%;
}

.webUploadBox div[name='aliFile'] .aliRemoveBtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.ycPopDoorMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.ycPopDoor {
  width: 380px;
  height: 240px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  margin-top: -120px;
  -moz-box-shadow: 0 0 10px #bbb;
  -webkit-box-shadow: 0 0 10px #bbb;
  box-shadow: 0 0 10px #bbb;
}

.ycPopDoor .cont {
  font-size: 18px;
  color: #333;
  text-align: center;
  height: 168px;
  padding: 1px 0;
}

.ycPopDoor .ycBtnBox {
  text-align: center;
}

.ycPopDoor .ycBtnBox .ycBtn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 4px;
}

.ycPopDoor .ycBtnBox .ok {
  color: #fff;
  background-color: #b03a3e;
}

.ycPopDoor .ycBtnBox .cancel {
  color: #999;
  background-color: #ddd;
}


/*菜单栏*/

.bgx {
    background: url(../images/navBgTop.png) repeat-x;
    height: 33px;
    position: relative;
    /*top: 5px;*/
    z-index:1;
}

.menuUl li:hover {
    cursor: pointer;
}

.menuUl li:hover ul {
    display: block;
}


.menuli{
    height:60px;
    /*border-bottom:1px solid #cccccd;*/
}
li {
    list-style: none;
}

.menuli li a {
    color: #f6f6f6;
    height: 66px;
    line-height: 66px;
    width: 124px;
    text-align: center;
    display: block;
}
.menuli li a:hover{
    color:red;
}


.whgj {
    width:29%

}

.sely {
    width:36%
}

.wxjd {
    
}

@media only screen and (min-width: 1200px) {
    .wxjd {width:31% !important}
}
@media only screen and (max-width: 1080px) {
    .wxjd {width:27% !important}
}

.cksy {
    
}

@media only screen and (min-width: 1200px) {
    .cksy {width:26% !important}
}
@media only screen and  (max-width: 1080px) {
    .cksy {width:22% !important}
}
.footer-ul{
    padding-top:20px;
}
.footer-ul li {
    display: inline;
    margin-left: 20px;
    line-height:2;
}
.footer-ul li a{
    color:#fff;
    transition-duration: 0.6s;
}
/*.footer-ul li a:hover {
    color: #313131;
    text-decoration: none;
    transition-duration: 0.6s;
}*/
@media only screen and (max-width: 1080px){
.topMidMain {
    width: 1080px;
}
    
}

.bgx {
    background: url(../images/navBgTop.png) repeat-x;
    height: 33px;
    position: relative;
    background-color: #81725e;
}
.class-menu{
    /*padding: 16px 10px 5px;*/
    /*border: solid 1px #eaeceb;*/
    background: #FFFFFF;
    color: #666666;
    font-size: 12px;
    float:left;
    width:1200px;
}
@media only screen and (max-width: 1080px) {
    .class-menu {
        width: 1080px;
    }
}

.class-menu li {
    float: left;
}

    .class-menu li a:hover {
        cursor: pointer;
    }

    .class-menu li a {
        color: #666666;
        display: block;
        min-width: 25px;
        height: 23px;
        line-height: 23px;
        background: #ffffff;
        border: solid 1px #cccccc;
        padding: 0 24px;
        margin: 0 0 12px 20px;
    }
.logo {
    height:40px;
    padding-left:50px;
    float: left;
    margin-top: 9px;
}

.logoandlogin {
    /*padding-left: 91px;*/
    height: 60px;

}