.container {
  background: url("../images/bg.png") no-repeat left top #f2f3f5;
}
.banner {
  width: 100%;
  height: 630px;
  position: relative;
}
.banner .hd {
  position: absolute;
  z-index: 99;
  bottom: 25px;
  left: 50%;
  margin-left: -50px;
}
.banner .hd ul li {
  width: 20px;
  height: 4px;
  text-indent: -99999px;
  background: #bfb0b6;
  float: left;
  transition: all 0.1s ease-out;
  margin-right: 10px;
}
.banner .hd ul .on {
  width: 60px;
  background: #b82b24;
}
.banner .bd {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner .bd ul li {
  width: 100%;
  height: 630px;
  position: relative;
  overflow: hidden;
}
.banner .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .bd ul li .wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bd ul li > a > img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .bd ul li:nth-child(1) dl dd {
  position: absolute;
  z-index: 999;
  top: 1px;
  display: none;
}
.banner .bd ul li:nth-child(1) dl .dd1 {
  top: 0px;
  right: 21px;
}
.banner .bd ul li:nth-child(1) dl .dd2 {
  top: 262px;
  right: 108px;
}
.banner .bd ul li:nth-child(2) dl dd {
  position: absolute;
  z-index: 999;
  top: 1px;
  display: none;
}
.banner .bd ul li:nth-child(2) dl .dd1 {
  top: 127px;
  right: 0;
}
.banner .bd ul li:nth-child(2) dl .dd2 {
  top: 372px;
  right: -73px;
}
.banner .bd ul li:nth-child(3) dl dd {
  position: absolute;
  z-index: 999;
  top: 1px;
  display: none;
}
.banner .bd ul li:nth-child(3) dl .dd1 {
  top: 0px;
  left: 45px;
}
.banner .bd ul li:nth-child(3) dl .dd2 {
  top: 324px;
  left: 0px;
}
.banner .bd ul li:nth-child(4) dl .dd1 {
  top: 237px;
  right: 25px;
}
.banner .bd ul li:nth-child(4) dl .dd2 {
  top: 365px;
  right: 25px;
}

.latest {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}
.latest .title {
  width: 25px;
  float: left;
  height: 100%;
  background: url("../images/zxzx.png") no-repeat left top;
}
.latest ul {
  display: block;
  float: right;
}
.latest ul li {
  width: 318px;
  border: 1px solid #fff;
  height: 78px;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  margin-left: 20px;
  cursor: pointer;
  transition: all .3s;
}
.latest ul li .time {
  float: left;
  margin-right: 23px;
}
.latest ul li .time span {
  display: block;
}
.latest ul li .time span:nth-child(1) {
  color: #222222;
  font-size: 30px;
  margin-bottom: 5px;
}
.latest ul li .time span:nth-child(2) {
  color: #666666;
  font-size: 16px;
  text-align: right;
}
.latest ul li .describe {
  float: right;
  width: 210px;
}
.latest ul li .describe .genre {
  color: #b82b24;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.latest ul li .describe .titlecap a {
  display: block;
  line-height: 25px;
  color: #222222;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest ul li:hover {
  border: 1px solid #b82b24;
  transform: translate(0px, -10px);
  box-shadow: 6px 6px 6px 0px rgba(8, 0, 1, 0.07);
}
.textImg {
  width: 100%;
  padding: 34px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.textImg .slideBox {
  width: 475px;
  height: 290px;
  position: relative;
  float: left;
}
.textImg .slideBox .hd {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 10px;
}
.textImg .slideBox .hd ul li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  float: left;
  margin-right: 6px;
  overflow: hidden;
  text-indent: -9999px;
}
.textImg .slideBox .hd ul .on {
  background: #b82b24;
}
.textImg .slideBox .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.textImg .slideBox .bd ul li a img {
  display: block;
  width: 100%;
  height: 290px;
}
.textImg .slideTxtBox {
  width: 635px;
  float: left;
  overflow: hidden;
  margin-left: 30px;
}
.textImg .slideTxtBox .hd {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 3px;
  border-bottom: 1px solid #e6e6e6;
}
.textImg .slideTxtBox .hd ul li {
  width: 120px;
  border-radius: 20px;
  line-height: 35px;
  border: 1px solid #e8e8e8;
  float: left;
  text-align: center;
  color: #808080;
  cursor: pointer;
  margin-right: 12px;
}
.textImg .slideTxtBox .hd ul .on {
  color: #fff;
  background: #b82b24;
}
.textImg .slideTxtBox .bd ul li {
  height: 41px;
  line-height: 41px;
}
.textImg .slideTxtBox .bd ul li a {
  display: block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textImg .slideTxtBox .bd ul li .date {
  float: right;
}
.titleImg {
  width: 100%;
  height: 42px;
  overflow: hidden;
}
.titleImg .title {
  width: 115px;
  height: 100%;
  background: url(../images/ywly.png) no-repeat left center;
  float: left;
}
.titleImg .chronicle {
  width: 144px;
  background: url(../images/gsdsj.png) no-repeat left center;
}
.titleImg .majortitle {
  background: url(../images/zdxm.png) no-repeat left center;
}
.titleImg .investmenttitle {
  background: url(../images/zsyz.png) no-repeat left center;
}
.titleImg .Studytitle {
  background: url(../images/xzxc.png) no-repeat left center;
}
.titleImg .rzxctitle {
  background: url(../images/rzxc.png) no-repeat left center;
}
.titleImg .dyfctitle {
  background: url(../images/dyfctitle.png) no-repeat left center;
}
.titleImg .more {
  float: right;
}
.titleImg .more a {
  display: block;
  padding-right: 26px;
  line-height: 42px;
  color: #999999;
  background: url("../images/jt.png") no-repeat right center;
}
.picScroll-left {
  width: 100%;
  position: relative;
}
.picScroll-left .hd {
  width: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  width: 130px;
}
.picScroll-left .hd a {
  display: inline-block;
  width: 57px;
  height: 42px;
  cursor: pointer;
}
.picScroll-left .hd .next {
  background: url("../images/left.png") no-repeat left center;
  margin-right: 10px;
}
.picScroll-left .hd .prev {
  background: url("../images/right.png") no-repeat left center;
}
.picScroll-left .bd {
  width: 1200px;
  height: 192px;
}
.picScroll-left .bd ul li {
  width: 130px;
  height: 112px;
  border-radius: 10px;
  padding: 25px 15px;
  float: left;
  margin-right: 13px;
  transition: all .5s;
  margin-top: 30px;
}
.picScroll-left .bd ul li:hover{
  margin-top: 0;
  height: 142px;

}
.picScroll-left .bd ul li:hover a p{
  opacity: 0;
}
.picScroll-left .bd ul li:hover a .title{
  font-size: 27px;

}
.picScroll-left .bd ul li:nth-child(1) {
  background: url("../images/map.png") no-repeat bottom 5px right 5px #1cb1b0;
}
.picScroll-left .bd ul li:nth-child(2) {
  background: url("../images/icon_2.png") no-repeat bottom 5px right 5px #b3d38a;
}
.picScroll-left .bd ul li:nth-child(3) {
  background: url("../images/icon_3.png") no-repeat bottom 5px right 5px #a0d7d4;
}
.picScroll-left .bd ul li:nth-child(4) {
  background: url("../images/icon_4.png") no-repeat bottom 5px right 5px #f3b450;
}
.picScroll-left .bd ul li:nth-child(5) {
  background: url("../images/icon_5.png") no-repeat bottom 5px right 5px #ea8958;
}
.picScroll-left .bd ul li:nth-child(6) {
  background: url("../images/icon_6.png") no-repeat bottom 5px right 5px #f08f8f;
}
.picScroll-left .bd ul li:nth-child(7) {
  background: url("../images/icon_7.png") no-repeat bottom 5px right 5px #c4b1d8;
}
.picScroll-left .bd ul li:nth-child(8) {
  background: url("../images/icon_8.png") no-repeat bottom 5px right 5px #dfbd73;
}
.picScroll-left .bd ul li:nth-child(9) {
  background: url("../images/icon_9.png") no-repeat bottom 5px right 5px #c4b1d8;
}
.picScroll-left .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.picScroll-left .bd ul li a .title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.picScroll-left .bd ul li a .title i {
  width: 50px;
  display: block;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}
.picScroll-left .bd ul li a p {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
}
.chronicleScroll-left {
  width: 100%;
  margin-top: 30px;
}
.chronicleScroll-left .hd {
  width: 250px;
  height: 6px;
  margin: 0 auto;
  margin-top: 30px;
}
.chronicleScroll-left .hd ul li {
  width: 36px;
  height: 6px;
  border-radius: 2px;
  background: #d8d8d8;
  float: left;
  margin: 0px 5px;
  text-indent: -9999px;
}
.chronicleScroll-left .hd ul .on {
  background: #b82b24;
}
.chronicleScroll-left .bd {
  width: 1200px;
  overflow: hidden;
}
.chronicleScroll-left .bd ul li {
  width: 585px;
  overflow: hidden;
  margin-right: 30px;
  float: left;
}
.chronicleScroll-left .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.chronicleScroll-left .bd ul li .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.chronicleScroll-left .bd ul li .item .describe {
  width: 280px;
  float: left;
}
.chronicleScroll-left .bd ul li .item .describe .title {
  color: #debcbc;
  font-size: 42px;
  text-align: left;
  margin-bottom: 18px;
  line-height: 35px;
}
.chronicleScroll-left .bd ul li .item .describe .title span {
  display: inline-block;
  float: left;
  width: 6px;
  background-color: #b82b24;
  height: 35px;
  margin-right: 10px;
}
.chronicleScroll-left .bd ul li .item .describe .overview {
  height: 104px;
  color: #101010;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.chronicleScroll-left .bd ul li .item .pic {
  width: 282px;
  height: 158px;
  float: right;
}
.chronicleScroll-left .bd ul li .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.chronicleScroll-left .bd ul li .item:nth-child(2) {
  margin-bottom: 0px;
}
.chronicleScroll-left .bd ul li .item:nth-child(2) .pic {
  float: left;
}
.chronicleScroll-left .bd ul li .item:nth-child(2) .describe {
  float: right;
}
.chronicleScroll-left .bd ul li .item:nth-child(2) .describe .title {
  text-align: right;
  margin-bottom: 0px;
  margin-top: 18px;
}
.chronicleScroll-left .bd ul li .item:nth-child(2) .describe .title span {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.major {
  width: 655px;
  float: left;
  overflow: hidden;
}
.major ul {
  margin-top: 30px;
}
.major ul li {
  width: 320px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.major ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.major ul li a img {
  display: block;
  width: 100%;
  height: 182px;
  margin-bottom: 8px;
}
.major ul li a p {
  line-height: 25px;
  padding: 0px 10px;
}
.major ul li a:hover p {
  color: #b82b24;
}
.major ul li:nth-child(2n) {
  margin-right: 0px;
}
.investment {
  overflow: hidden;
  float: right;
  width: 505px;
}
.investment ul {
  margin-top: 30px;
}
.investment ul li {
  position: relative;
  width: 245px;
  height: 250px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  border-radius: 10px;
}
.investment ul li:nth-child(2n) {
  margin-right: 0px;
}
.investment ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.investment ul li .text {
  width: 76px;
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -38px;
  bottom: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.investment ul li .text img {
  width: 54px;
  height: 52px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.investment ul li .synopsis {
  position: absolute;
  left: -245px;
  transition: all 0.2s;
  z-index: 99;
  top: 0px;
  width: 245px;
  height: 250px;
}
.investment ul li .synopsis .mask {
  width: 100%;
  height: 100%;
  background: #ad5f58;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: 9;
}
.investment ul li .synopsis a {
  display: block;
  width: 100%;
  height: 100%;
}
.investment ul li .synopsis a .title {
  width: 145px;
  padding: 0px 50px;
  position: absolute;
  z-index: 99;
  left: -205px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
  transition: all 0.2s 0.1s ease-out;
}
.investment ul li .synopsis a p {
  width: 205px;
  padding: 0px 20px;
  font-size: 14px;
  color: #ffff;
  line-height: 25px;
  position: absolute;
  left: -205px;
  top: 55px;
  z-index: 99;
  transition: all 0.2s 0.2s ease-out;
}
.investment ul li .synopsis .icon1 {
  background: url("../images/zc1.png") no-repeat center left 20px;
}
.investment ul li .synopsis .icon2 {
  background: url("../images/zc2.png") no-repeat center left 20px;
}
.investment ul li .synopsis .icon3 {
  background: url("../images/zc4.png") no-repeat center left 20px;
}
.investment ul li .synopsis .icon4 {
  background: url("../images/zc3.png") no-repeat center left 20px;
}
.StudyList {
  width: 656px;
  overflow: hidden;
  float: left;
}
.StudyList ul {
  margin-top: 30px;
}
.StudyList li {
  padding: 12px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.StudyList li:nth-child(2) {
  margin-bottom: 0px;
}
.StudyList li img {
  display: block;
  width: 260px;
  height: 145px;
  float: left;
}
.StudyList li .text {
  width: 340px;
  float: right;
}
.StudyList li .text h2 {
  color: #101010;
  font-size: 16px;
  display: block;
  line-height: 25px;
}
.StudyList li .text h2 span {
  margin-top: 16px;
  display: block;
  width: 50px;
  height: 2px;
  background: #a32c24;
}
.StudyList li .text p {
  margin-top: 16px;
  color: #808080;
  line-height: 25px;
}
.StudyList li .text a {
  display: block;
}
.personList {
  width: 505px;
  float: right;
}
.personList .personBox {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.personList .personBox .hd {
  width: 46px;
  height: 35px;
  background: #b82b24;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 225px;
  z-index: 99;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}
.personList .personBox .bd li {
  width: 100%;
}
.personList .personBox .bd li img {
  display: block;
  width: 100%;
  height: 260px;
}
.personList .personBox .bd li .text {
  background: #ffff;
  padding: 10px 20px;
}
.personList .personBox .bd li .text h2 {
  color: #222222;
  margin-bottom: 5px;
}
.personList .personBox .bd li .text p {
  color: #808080;
  line-height: 26px;
}
.partyList {
  width: 100%;
  height: 703px;
  background: url("../images/dyfc.png") no-repeat center top;
  margin-top: 40px;
}
.cultureList {
  width: 100%;
  margin-top: 30px;
}
.cultureList a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cultureList a .title {
  position: absolute;
  bottom: -40px;
  background: #b82b24;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 99;
  width: 100%;
}
.cultureList a .title span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 12px;
}
.cultureList img {
  width: 100%;
  height: 100%;
  display: block;
}
.cultureList .one {
  width: 880px;
  overflow: hidden;
}
.cultureList .one li {
  float: left;
  margin-right: 12px;
}
.cultureList .one li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cultureList .one li:nth-child(1) {
  width: 445px;
  height: 255px;
}
.cultureList .one li:nth-child(2) {
  width: 205px;
  height: 255px;
}
.cultureList .one li:nth-child(3) {
  width: 205px;
  height: 255px;
  margin-right: 0px;
}
.cultureList .two {
  margin-top: 10px;
  width: 880px;
  overflow: hidden;
}
.cultureList .two li {
  float: left;
  margin-right: 12px;
}
.cultureList .two li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cultureList .two li:nth-child(1) {
  width: 320px;
  height: 433px;
}
.cultureList .two li:nth-child(2) {
  width: 548px;
  height: 433px;
  margin-right: 0px;
}
.cultureList .two li:nth-child(2) a {
  height: 243px;
  margin-bottom: 12px;
}
.cultureList .two li .list {
  width: 100%;
  height: 179px;
}
.cultureList .two li .list a {
  width: 268px;
  height: 100%;
  margin-bottom: 0px;
  float: left;
}
.cultureList .two li .list a:nth-child(1) {
  margin-right: 12px;
}
.cultureList .three {
  float: right;
  width: 305px;
}
.cultureList .three li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cultureList .three li:nth-child(1) {
  width: 100%;
  height: 435px;
}
.cultureList .three li:nth-child(2) {
  width: 100%;
  height: 250px;
  margin-top: 12px;
}
.cultureList .case {
  overflow: hidden;
  float: left;
}
.new_gsdsj {
  width: 1200px;
  margin: 30px auto 0;
}
.new_gsdsj .swiper-slide {
  width: 282px;
}
.new_gsdsj .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  height: 346px;
}
.new_gsdsj .swiper-slide a .time {
  width: 100%;
  position: absolute;
  top: 0;
  font-size: 42px;
  color: #debcbc;
  text-align: left;
  line-height: 35px;
}
.new_gsdsj .swiper-slide a .time::before {
  content: '';
  display: inline-block;
  width: 6px;
  background: #b82b24;
  height: 35px;
  margin-right: 10px;
  vertical-align: middle;
}
.new_gsdsj .swiper-slide a .time span {
  vertical-align: middle;
}
.new_gsdsj .swiper-slide a .text {
  position: absolute;
  top: 58px;
  height: 104px;
  color: #101010;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.new_gsdsj .swiper-slide a .pic {
  width: 282px;
  height: 158px;
  background: #ccc;
  position: absolute;
  bottom: 0;
}
.new_gsdsj .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
}
.new_gsdsj .swiper-slide:nth-child(2n) a .time {
  bottom: 0;
  top: auto;
  text-align: right;
}
.new_gsdsj .swiper-slide:nth-child(2n) a .time::before {
  display: none;
}
.new_gsdsj .swiper-slide:nth-child(2n) a .time::after {
  content: '';
  display: inline-block;
  width: 6px;
  background: #b82b24;
  height: 35px;
  margin-left: 10px;
  vertical-align: middle;
}
.new_gsdsj .swiper-slide:nth-child(2n) a .text {
  top: 182px;
}
.new_gsdsj .swiper-slide:nth-child(2n) a .pic {
  top: 0;
  bottom: auto;
}
.new_gsdsj .gsdsj-pagination {
  margin-top: 30px;
  position: relative;
  font-size: 0;
}
.new_gsdsj .gsdsj-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  background: #d8d8d8;
  border-radius: 2px;
  margin: 0;
  opacity: 1;
  margin: 0 5px;
}
.new_gsdsj .gsdsj-pagination .swiper-pagination-bullet-active {
  background: #b82b24;
}
.playerbox{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  transition: all .5s;
  pointer-events:none
}
.playerbox.show{
  opacity: 1;
  pointer-events:auto;
}
.playerbg{
  position: absolute;
  left: 0;
  top: 0;
  width: 4800px;
  height: 4800px;
  background: url(../images/kj_bg.png) repeat center;
  border-radius: 50%;
  z-index: 9;
  transform: translate(-100%, -100%);
  transition:all .8s;
}
.playerbox.show .playerbg{
  transform:translate(-30%, -25%);
}
.playerbox .videoBox{
  position: absolute;
  z-index: 999;
  width: 900px;
  height: 100%;
  overflow: hidden;
  left: 50%;
  margin-left: -450px;
  text-align: center;
  display: flex;
  align-items: center;
}
.videoBox .box{
  padding-top: 40px;
  position: relative;
}
.playerbox .videoBox .closevideo{
  width: 19px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/closekj.png) center center no-repeat;
  cursor: pointer;
}
.playerbox .videoBox video{
  width: 864px;
  height: auto;
}
.solid{
  padding-top: 40px;
  margin: 0 auto 20px auto;
}
.cultureList li{
  float: left;
  height: 250px;
  width: 428px;
  margin-right: 14px;
  margin-bottom: 14px;
  padding: 2px;
}
.cultureList li:hover{
  border: 2px #b82b24 solid;
  padding: 0;
}
.cultureList li:nth-child(2){
  width: 416px;
}
.cultureList li:nth-child(3){
  width: 316px;
  margin-right: 0;
}
.cultureList li:nth-child(4){
  width: 316px;
}
.cultureList li:nth-child(5){
  width: 416px;
}
.cultureList li:nth-child(6){
  margin-right: 0;
}
.textImg .slideTxtBox .bd ul li a:hover{
  color: #b82b24;
}