/* -----------公共样式--------------------- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
tabel,
td {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

img {
  vertical-align: middle;
  border: 0;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

body,
html,
#app {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
}

.all {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1180 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.w1181 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

body {
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(192, 142, 142, 0.2); */
  background: rgba(60, 175, 184, 0.74);
}

body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 0;
  background: rgba(52, 111, 134, 0.1);
}

/* 各个模块的 标题字体样式 */
.titlebox {
  width: auto;
  min-width: 286px;
  height: 137px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.title1 {
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  font-size: 34px;
  line-height: 52px;
  position: relative;
  z-index: 1;
}

.title1::after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 30px;
  background: rgba(0, 170, 255, 0.5);
  position: absolute;
  bottom: -32px;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.title2 {
  color: rgba(255, 255, 255, 1);
  font-size: 34px;
  line-height: 52px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.title2::after {
  content: "";
  display: inline-block;
  width: 386px;
  height: 40px;
  background: rgba(0, 170, 255, 0.5);
  position: absolute;
  bottom: -42px;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.titlenew::after {
  width: 364px;
}

.titlehkt::after {
  width: 374px;
}

.titlestq::after {
  width: 416px;
}

/* 字体结束 */

/* 首页样式 */

.home,
.home-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-img img{
  height: 100%;
  width: 100%;
  min-width: 900px;

  /* background: url("../../static/images/bg.jpg") no-repeat center center;
  background-size: cover; */
  transform: translate3d(0,0,0);
  -webkit-animation: imgmove 15s ease infinite;
  animation: imgmove 15s   infinite;
  transform-origin: center; 
  position: absolute;

  z-index: -2;
}

.alert {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 48, 69, 0.502);
}

.home-module {
  height: 100%;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-module .himg {
  width: 164px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.5s;
}

.home-module .img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.module {
  width: 750px;
  height: 750px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.module span {
  position: absolute;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 0;
  z-index: -1;
  -webkit-animation: jianbian 4s 1s linear forwards;
  animation: jianbian 4s 1s linear forwards;
}

.module span img {
  width: 110px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: rodel 15s 6s linear infinite;
  animation: rodel 15s 6s linear infinite;
  opacity: 0.7;
}

.module span:nth-child(2) {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.module span:nth-child(3) {
  top: 200px;
}

.module span:nth-child(4) {
  bottom: 60px;
  left: 100px;
}

.module span:nth-child(5) {
  bottom: 60px;
  right: 100px;
}

.module span:nth-child(6) {
  top: 200px;
  right: 0;
  margin: auto;
}

.text {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 100px;
  text-align: center;
}

.text p:nth-child(1) {
  font-size: 0;
  line-height: 60px;
  height: 60px;
  -webkit-animation: text2 2s forwards linear;
  animation: text2 2s forwards linear;
  opacity: 0;
  margin-top: -20px;
}

.text p:nth-child(1) img {
  width: 60px;
  height: 60px;
  vertical-align: top;
}

.text p:nth-child(2) {
  line-height: 20px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.726);
  opacity: 0;
  -webkit-animation: text1 2.5s 1.5s forwards linear;
  animation: text1 2.5s 1.5s forwards linear;
}

.text p:nth-child(2) img {
  height: 21px;
}

#img1 {
  width: 480px;
  height: 480px;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-animation: text1 10s 2s forwards linear, rodel 15s 2s linear infinite;
  animation: text1 10s 1s forwards linear, rodel 15s 1s linear infinite;
}

.circle_bottom {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
  z-index: -2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.circle_bottom2 {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  opacity: 0.2;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 以上为声波式响应动画 */

/* 首页样式结束 */

.module span:hover .circle_bottom {
  background: rgba(221, 232, 241, 0.473);
  -webkit-animation: twinkling 2.1s 0s infinite ease-in-out;
  animation: twinkling 2.1s infinite ease-in-out;
}

.module span:hover .circle_bottom2 {
  background: rgba(209, 231, 245, 0.301);
  -webkit-animation: twinkling 2.1s infinite ease-in-out;
  animation: twinkling 2.1s 0.3s infinite ease-in-out;
}

.module span:hover {
  cursor: pointer;
  border-color: rgba(219, 216, 213, 0.685);
  /* text-shadow: 2px 2px 2px rgb(230, 200, 200); */
}

/* 首页hover浮动效果完 */

/* 模块内标题文字样式 */
/* 黑色标题字 */
.t-black {
  color: rgba(51, 51, 51, 1);
  font-size: 38px;
  line-height: 57px;
  text-align: left;
  font-weight: bold;
  float: left;
}

/* 白色标题字 */

.t-white {
  color: rgba(255, 255, 255, 1);
  font-size: 38px;
  line-height: 57px;
  text-align: left;
  font-weight: bold;
  float: left;
}

.t-left {
  margin-left: 20px;
}

.t-txt {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  margin-top: 40px;
}
.t-txt span{
  display: inline-block;
  text-indent: 2em;
}
.t-p {
  height: 232px;
  color: rgba(255, 255, 255, 1);
}

/* 十二模块头部图片样式 */
/* 十二模块 顶部大图 */
.bigbox1 {
  height: 400px;
  min-width: 950px;
  background: #0fbfc5;
  line-height: 400px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.img-1 {
  min-width: 1000px;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/* 所有图片的遮罩层 */
.bigbox-alert {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 46, 67, 0.5);
}

.bigbox-alert2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00283b;
}

.bigbox-alert3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 46, 67, 0.703);
  z-index: -1;
}

.bigbox-alert4 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.bigbox-alert1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(38, 41, 43, 0.3);
  z-index: 1;

}

/* 所有图片的遮罩层样式结束 */

/* //商学院 */
.sxy-one {
  padding-top: 50px;
  padding-bottom: 100px;
}

.sxybox {
  margin-top: 50px;
}

.sxyimg {
  width: 480px;
  height: 360px;
  background: #ccc;
  float: left;
}

.sxyimg img {
  width: 480px;
  height: 360px;
  vertical-align: top;
}

.sxytxt {
  width: 624px;
  float: left;
  margin-left: 48px;
  margin-top: 50px;
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
}

.box12 {
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  text-align: left;
  margin-top: 21px;
}

.box12 a {
  margin: 0 5px;
  color: rgba(51, 51, 51, 0.5);
}

.sxy-two {
  padding-bottom: 50px;
}

.listimg {
  width: 280px;
  height: 170px;
  background: rgb(44, 100, 146);
  position: relative;
  font-size: 0;
}

.listimg img {
  width: 280px;
  height: 170px;
}

.listtextbox {
  padding-left: 20px;
  padding-top: 10px;
}

.sxylisttitle {
  width: 280px;
  height: 640px;
  float: left;
  margin-top: 15px;
  overflow: hidden;
  cursor: pointer;
}

.sxylisttitle:hover .t-type1 {
  margin-left: 50px;
  margin-top: 250px;
}

.sxylisttitle:hover .t-type2 {
  margin-top: 50px;
}

.t-type1 {
  color: rgba(255, 255, 255, 1);
  font-size: 38px;
  line-height: 57px;
  text-align: left;
  margin-top: 200px;
  margin-left: 30px;
  position: relative;
  transition: all 0.4s 0.1s;
}

.t-type1::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  bottom: -10px;
  left: 0;
  transition: all 0.4s 0.1s;
}

.t-type2 {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 27px;
  width: 126px;
  text-align: left;
  margin-top: 32px;
  margin-left: 97px;
  transition: all 0.4s 0.1s;
}

.listtextbox p:nth-child(1) {
  color: rgba(17, 17, 17, 1);
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.listtextbox p:nth-child(2) {
  margin-top: 6px;
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.listtextbox p:nth-child(3) {
  margin-top: 10px;
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.listtxt {
  margin-top: 5px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.listtxt i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../static//images//syrw.svg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
}

.listtxt span {
  display: inline-block;
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin-left: 10px;
  vertical-align: middle;
}

.sxylistbox {
  width: 900px;
  float: right;
  cursor: pointer;
}

.sxylist {
  margin-top: 35px;
}

.sxylist li {
  float: left;
  margin-top: 15px;
  width: 280px;
  padding-bottom: 15px;
}

.jylist li:nth-child(4n + 1) {
  margin-right: 20px;
}

.jylist li:nth-child(4n + 3) {
  margin-left: 20px;
  margin-right: 20px;
}

.sxylistbox li {
  margin-left: 20px;
}

.sxy-txt .sxylist li:hover {
  box-shadow: 1px 1px 0 #ddd, -1px 1px 0 #ddd;
}

.more,
.more1 {
  width: 100px;
  float: right;
  color: rgba(51, 51, 51, 1);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
  font-size: 18px;
  line-height: 60px;
  height: 57px;
  position: relative;
  z-index: 11;
  text-align: center;
  cursor: pointer;
}

/* 视频资源样式 */
.audio {
  width: 60px;
  height: 60px;
  background: rgba(248, 247, 247, 0.371);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  left: 0;
  box-shadow: inset 2px 2px 51px rgba(114, 113, 113, 0.426), inset -2px -2px 51px rgba(126, 125, 125, 0.453);
}

.audio::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.399);
  border-left-width: 16px;
  top: 34%;
  left: 40%;
}

.audiobox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.785);
  z-index: 21;
}

.videobox {
  width: 800px;
  height: 442px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.video {
  width: 800px;
  height: 442px;
}

.close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: -25px;
  z-index: 1230;
  color: #fff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #000;

}

.close img {
  width: 30px;
  height: 30px;
  vertical-align: top;
}

/* 视频资源样式完毕 */
/* 新资讯的内容样式 */
.more::after,
.more1::after {
  content: "";
  width: 60px;
  height: 20px;
  background-color: rgba(148, 160, 226, 1);
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
  top: 20px;
  margin: auto;
  z-index: -1;
}

.more1::after {
  background-color: rgba(0, 170, 255, 1);
}

.content-box1 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.content-box {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gycontent-box {
  display: flex;
  justify-content: space-between;
}

.content-img {
  width: 480px;
  height: 250px;
  overflow: hidden;
}

.content-img img {
  width: 100%;
  height: 100%;
}

.content-text {
  width: 658px;
  margin-left: 20px;
  height: 248px;
  border: rgba(221, 221, 221, 1) solid 1px;
}

.content-text li {
  line-height: 50px;
  height: 50px;
  padding-left: 10px;
  border-bottom: rgba(221, 221, 221, 1) solid 1px;
  transition: all 0.3s .1s;
  box-sizing: border-box;
  font-weight: 0;
  cursor: pointer;
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
}

.content-text li:last-child {
  border: 0;
  height: 50px;
}

.content-text .liacyive {
  background: rgba(0, 170, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: bold;
  border: 0;
}

.new-mian {
  padding-top: 52px;
}
.news-box {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../../../static/titleimages/news.jpg ") no-repeat center;
  background-size: cover;
  position: relative;
  min-width: 950px;
  margin: auto;
}
/* 会客厅 */

.t-1 {
  width: 140px;
  height: 42px;
  color: rgba(80, 80, 80, 1);
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  margin: auto;
}

.t-2 {
  height: 100px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}

.t-3 {
  color: rgba(255, 255, 255, 1);
  font-size: 38px;
  line-height: 54px;
  text-align: right;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

/* 影视传媒 */
.ys-box {
  padding-top: 50px;
}

.ys-box li {
  width: 590px;
  height: 360px;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
}

.ys-box img {
  width: 590px;
  height: auto;
  opacity: 0.8;
}

/* 影视跟文化旅游公用样式 */
.ys-text {
  width: 265px;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 30px;
}

.ys-t1 {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  line-height: 42px;
  text-align: left;
  font-weight: bold;
  margin-top: 156px;
  transition: all 0.4s;
}

.ys-t2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-top: 20px;
}

/* 悬浮效果 */
.ys-box li:hover .ys-t1 {
  margin-top: 116px;
}

/* 影视中心结束 */
/* 会客厅子页面 */
.fourbox {
  width: 100%;
  height: 882px;
  background-color: rgba(245, 245, 245, 0.8);
  overflow: hidden;
}

.fourbox1 {
  width: 100%;
  background-color: rgba(245, 245, 245, 0.8);
  overflow: hidden;
}

.four-box {
  margin-top: 40px;
  background: #fff;
  height: 400px;
  padding: 40px;
}

.hkt-allbox {
  margin-top: 40px;
  margin-bottom: 20px;
}

.khfw-title {
  color: rgba(40, 40, 40, 1);
  font-size: 22px;
  line-height: 33px;
  text-align: left;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-left: 2px;
}

.khfw-title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 20px;
  background-color: rgba(0, 141, 212, 1);
  font-size: 14px;
  line-height: 22px;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.lxwm-x {
  float: left;
  /* width: 88px; */
  height: 33px;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  text-align: left;
  font-weight: bold;
}

.lxwm-y {
  float: left;
  height: 33px;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  text-align: left;
  font-weight: bold;
  margin-left: 10px;
}

.lxwm-left {
  width: 260px;
  min-height: 241px;
  background: #fff;
  float: left;
  padding-bottom: 20px;
}

.hkt-b {
  background-color: rgba(0, 141, 212, 1);
  padding-top: 30px;
  padding-bottom: 20px;
}

.lxwm-right {
  width: 800px;
  min-height: 334px;
  height: 744px;
  background: #fff;
  float: right;
  padding: 40px;
}

.lxwm-rightz {
  width: 800px;
  min-height: 334px;
  height: auto;
  background: #fff;
  float: right;
  padding: 40px;
}

.right-content {
  margin-top: 15px;
  padding-top: 40px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

.left-content {
  margin-top: 20px;
  overflow: hidden;
}

.left-content p {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.left-content p:hover {
  background: rgba(204, 204, 204, 0.219);
}

.left-content .zpactive {
  color: rgba(40, 40, 40, 1);
  font-weight: bold;
  background: rgba(204, 204, 204, 0.466);
}

.right-content2 {
  margin-top: 40px;
  padding-bottom: 40px;
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  line-height: 36px;
  text-align: left;
}

.zzz-t {
  margin-top: 40px;
}

.gycontent-text {
  width: 618px;
  height: 210px;
  background-color: rgba(245, 245, 245, 1);
  padding: 20px;
  transition: all 0.3s;
  margin-left: 20px;
}

.gycontent-text p {
  transition: all 0.3s;
}

.gy-t3 {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}

.gy-t4 {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.gy-t5 {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  line-height: 28px;
  padding-left: 20px;
  text-align: left;
}

.gy-t6 {
  width: 110px;
  height: 44px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(169, 60, 62, 0.61);
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  float: right;
  margin-top: 20px;
  opacity: 0;
  cursor: pointer;
}

.gycontent-text:hover {
  color: #fff;
  background-color: #e95d5e;
}

.gycontent-text:hover p {
  color: #fff;
  opacity: 1;
}

.gy-top {
  margin-top: 20px;
  width: 100%;
}

.s-img {
  width: 280px;
  height: 165px;
  background: #000;
  font-size: 0;
  overflow: hidden;
}

.s-img img {
  width: 280px;
  height: 165px;
  transition: all 0.3s;
}

.s-text {
  background-color: rgba(245, 245, 245, 1);
  padding: 20px 17px 10px 20px;
  cursor: pointer;
}

.gy-two-box {
  padding-top: 50px;
  padding-bottom: 79px;
  overflow: hidden;
}

.gy-swiper {
  transition: all .3s;
}

.gy_list {
  display: flex;
  justify-content: space-between;
}

.s-time {
  margin-top: 40px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.gy-color {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  transition: all 0.3s;
}

.gy-time {
  margin-top: 30px;
  margin-left: -10px;
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

.s-time i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(102, 102, 102, 1);
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  cursor: pointer;
  transform: translate3d(0, 10px, 0);
}

.gy-active {
  transform: translate3d(-1180px, 0, 0);
}

.s-time .iactive {
  background: rgba(169, 60, 61, 1);
  border: 1px solid rgba(169, 60, 61, 1);
}

.s-time i span {
  position: absolute;
  bottom: 10px;
  color: #999;
}

.s-time i:hover {
  background: rgba(169, 60, 61, 1);
  color: rgba(38, 167, 167, 0.658);
  border: 1px solid rgba(169, 60, 61, 1);
}

.s-time i .gy-qipao {
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 30px;
  background: rgb(197, 62, 114);
  bottom: 0px;
  top: 10px;
  border-radius: 10px;
  transition: all 0.5s;
  overflow: hidden;
  color: transparent;
}

.s-time i:hover .gy-qipao {
  width: 200px;
  height: 30px;
  color: #fff;
}

.iactive1::before {
  content: "";
  display: inline-block;
  background: rgb(197, 62, 114);
  width: 0px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: -200px;
  animation: totot 1s ease-in-out;
}

/* 历程位置流光条 */
@keyframes totot {
  0% {
    width: 0;
  }

  50% {
    width: 200px;
    left: -200px;
  }

  100% {
    width: 0;
    left: 0px;
  }
}

/* 零售商城 */

.lstxt {
  width: 624px;
  float: left;
  margin-top: 10px;
  margin-left: 39px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 42px;
  text-align: left;
  text-indent: 2em;
}

.ls-main {
  padding-bottom: 50px;
}

.ls-sc {
  /* float: left; */
  width: 100%;
  height: 520px;
  line-height: 520px;
  text-align: center;
  background: url("../../static/oneimages/lsbg.png") no-repeat center center;
  background-size: cover;
  color: rgba(51, 51, 51, 1);
  font-size: 38px;
  font-weight: bold;
}

.ls-list li:nth-child(odd) {
  background-color: rgba(18, 139, 196, 1);
}

.ls-list li:nth-child(even) {
  background-color: rgba(42, 179, 221, 1);
}

.ls-list {
  font-size: 0;
}

.ls-list li {
  width:14.285%;
  height: 250px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  transition: all 0.15s ease;
  position: relative;
  z-index: 1;
}

.ls-p {
  height: 64px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.15s ease;

}

.ls-list img {
  width: 100%;
  height: 124px;
  display: block;
  margin-top: 22px;
}

.ls-list li:hover {
  transform: scale(1.12);
  font-size: 16px;
  z-index: 21;
}

/* 教育学院 */
/* 十二模块第一个模块 文字排盘公用样式1 */
.jktxt {
  width: 624px;
  float: left;
  margin-left: 48px;
  margin-top: 20px;
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
  text-indent: 2em;
}

.jktxt p:last-child {
  margin-top: 30px;
}

/* 十二模块第一个模块 文字排盘公用样式1 */

/* 政策智库 */
.zk-box {
  margin-top: 30px;
  margin-bottom: 50px;

}

.zk-box li:first-child {
  width: 580px;
  height: 310px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.zk-box li {
  float: left;
  margin-top: 20px;
}

.zk-box li~li {
  width: 280px;
  height: 310px;
  margin-left: 20px;
}

.zk-box li:nth-child(4) {
  margin-left: 0px;
}

.zk-img {
  width: 580px;
  height: 310px;
}

.zk-t {
  width: 540px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  padding: 10px 20px;
  position: absolute;
  bottom: -80px;
  transition: all 0.5s;
}

.zk-box li:first-child:hover .zk-t {
  bottom: 0px;
}

.zk-b {
  width: 280px;
  height: 170px;
}

.zk-b img {
  width: 280px;
  height: 170px;
}

.zk-text {
  padding: 14px;
  text-align: left;
}

.zk-tt1 {
  width: 238px;
  height: 21px;
  color: rgba(17, 17, 17, 1);
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

.zk-tt2 {
  width: 246px;
  height: 54px;
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

.zk-tt3 {
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  line-height: 18px;
  margin-top: 13px;
}

.zk-tt3 span {
  margin-right: 10px;
}

.zk-ft {
  height: 440px;
  text-align: center;
  padding-top: 60px;
  min-width: 950px;
  position: relative;
  background: url("../../static/images/zkbg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.zk-ft-p {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  line-height: 72px;
  font-weight: bold;
  margin: auto;
  min-width: 950px;
}

.zk_footer_box {
  height: 310px;
  margin-top: 58px;
  overflow: hidden;
  background: rgba(0, 120, 138, 0.5);
}

.zk_footer_list {
  height: 50px;
  line-height: 50px;
}

.zk_footer_list li {
  display: inline-block;
  width: 14.285%;
  background: rgba(0, 132, 138, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  border: rgba(0, 189, 217, 1) solid 1px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  transition: all 0.3s linear;
}

.zk_footer_list li:hover {
  background: rgba(0, 120, 138, 0.5);
  cursor: pointer;
}

.zk_footer_list .zk_active {
  background: rgba(0, 120, 138, 0.5);
  border-color: rgba(0, 120, 138, 0.5);
}

.zk_box {
  height: 210px;
  padding: 30px 20px 20px 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.zk_footer_list1 {
  height: 260px;
  overflow: hidden;
}

.zk_img {
  width: 210px;
  height: 210px;
}

.zk_img img {
  opacity: 0.2;
  width: 210px;
  height: 210px;
}

.zk_text {
  width: 846px;
  height: 184px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  margin-top: 10px;
  margin-left: 70px;
}

/* 政策智库结束 */

/* 战略投资部份开始 */
.tz-box1,
.tz-box2 {
  padding-top: 50px;
  padding-bottom: 100px;
  min-width: 950px;
  margin: auto;
}

.tz-box3 {
  background: rgba(0, 132, 138, 1);
  padding-top: 50px;
  min-width: 950px;
  padding-bottom: 50px;
}

.tz-box1 {
  background: rgba(245, 245, 245, 1);
}

.tz-p {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  margin-top: 50px;
}

.tz_box {
  padding: 0 50px;
  max-width: 1100px;
  text-align: center;
}

.tz_box li {
  text-align: center;
  width: 250px;
  display: inline-block;
  height: 200px;
  vertical-align: top;
  margin-top: 88px;
  margin-left: 10px;
  margin-right: 10px;
}

.tz_img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  line-height: 125px;
  display: inline-block;
}

.tz_img img {
  width: 60px;
  height: 60px;
}

.tz_box p {
  display: inline-block;
  width: 204px;
  height: 36px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 18px;
  margin-top: 28px;
}
