.index-view1 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image1.png) no-repeat;
  background-size: 100% 100%;
}
.index-view2 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image2.png) no-repeat center center;
  background-size: 100% 100%;
}
.index-view3 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image3.png) no-repeat;
  background-size: 100% 100%;
}
 .xxxcp-redio-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 113px;
    height: 113px;
    background-image: url(../../img/web/index/player.png);
    border: 0px solid #f5f5f5;
    border-radius: 50%;
    index
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    z-index: 1;
    margin-left: 5%;
  }

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
.index-view4 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image4.png) no-repeat;
  background-size: 100% 100%;
}
.index-view5 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image5.png) no-repeat;
  background-size: 100% 100%;
}
.index-view6 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image6.png) no-repeat;
  background-size: 100% 100%;
}
.index-view7 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image7.png) no-repeat;
  background-size: 100% 100%;
}
.index-view8 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image8.png) no-repeat;
  background-size: 100% 100%;
}
.index-view9 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image9.png) no-repeat;
  background-size: 100% 100%;
}
.index-view10 {
  width: 100%;
  height: 100%;
  background: url(../../img/web/index/image10.png) no-repeat;
  background-size: 100% 100%;
}
.index-view1-inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.index-view1-item1 {
  position: absolute;
  top: 25%;
}
.index-view1-title1 {
  font-size: 59px;
  color: #fff;
  margin-bottom: 10px;
}
.index-view1-title1 span:nth-child(2) {
  font-weight: bold;
}
.index-view1-title2 {
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  font-family: Arial;
}

.index-view2-item1 {
  position: absolute;
  top: 29%;
}
.index-view2-title1 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}
.index-view2-title1 span:nth-child(2) {
  font-weight: bold;
}
.index-view2-title2 {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-family: Arial;
  margin-bottom: 50px;
}
.index-view2-title3 {
  font-size: 36px;
  line-height: 30px;
  color: #fff;
  font-family: Arial;
}
.index-view2-player {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 10%;
}
.index-view2-player img {
  width: 113px;
  height: 113px;
  cursor: pointer;
  margin: auto;
}

.index-view3-empity {
  height: 12.5%;
}
.index-view3-title1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-view3-title2 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 70px;
}
.index-view3-item1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 50px;
}
.index-view3-item1-neirong {
  padding: 10px;
  flex: 1;
}
.index-view3-panel1 {
  width: 100%;
  display: flex;
}
.index-view3-panel1-left {
  width: 80px;
  height: 80px;
}
.index-view3-panel1-right {
  flex: 1;
  padding-left: 20px;
}
.index-view3-panel1-title {
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  font-family: SourceHanSansSC;
}
.index-view3-panel1-neirong {
  color: #fff;
  font-size: 13px;
  font-family: SourceHanSansSC;
  line-height: 20px;
}
.index-view3-panel1-left img {
  width: 70px;
}
.index-view3-link {
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  border-radius: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  width: 130px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.index-view4-empity {
  height: 5%;
}
.index-view4-title {
  text-align: center;
  color: #141414;
  font-size: 36px;
  font-weight: bold;
}
.index-view4-item1 {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  max-height: 48rem;
  overflow: hidden;
}
.index-view4-item1-left {
  flex: 1;
  padding-right: 20px;
}
.index-view4-item1-cent {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 25px;
}
.index-view4-item1-right {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.index-view4-leftdate {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
  line-height: 26px;
}
.index-view4-lefttitle {
  font-family: SourceHanSansSC;
  font-weight: bold;
  font-size: 25px;
  color: #1d4d9c;
  line-height: 36px;
  margin-bottom: 10px;
}
.index-view4-leftneirong {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  opacity: 0.6;
  margin-bottom: 20px;
}
.index-view4-leftimage {
  width: 100%;
}
.index-view4-leftimage img {
  width: 100%;
}
.index-view4-panel1 {
  width: 100%;
  margin-bottom: 10px;
}
.index-view4-panel1-image {
  width: 100%;
}
.index-view4-panel1-image img {
  width: 100%;
}
.index-view4-panel1-date {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
  line-height: 36px;
}
.index-view4-panel1-title {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.index-view4-panel2 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}
.index-view4-panel2-date {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 10px;
  color: #333333;
  line-height: 36px;
}
.index-view4-panel2-title {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
  line-height: 26px;
}
.index-view4-link {
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  border-radius: 36px;
  line-height: 36px;
  border: 1px solid #133c8b;
  width: 130px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: #133c8b;
}

.index-view5-empty {
  with: 100%;
  height: 10%;
}
.index-view5-title {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 7rem;
}
.index-view5-team1 {
  width: 100%;
  text-align: center;
}
.index-view5-label {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
.lunboview1 {
  width: 100%;
  height: 450px;
  display: flex;
}
.lunboview1-left {
  width: 100px;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.lunboview1-cent {
  position: relative;
  height: 100%;
  flex: 1;
}
.lunboview1-right {
  width: 100px;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.lunboview1-neirong {
  position: absolute;
  top: 100px;
  right: 220px;
  bottom: 100px;
  left: 220px;
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 1);
  text-align: center;
}
.lunboview1-left img {
  margin: auto;
}
.lunboview1-right img {
  margin: auto;
  transform: rotate(180deg);
}
.lunboview1-neirong-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.lunboview1-neirong-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lunboview1-neirong-image img {
  width: 100%;
  height: 100%;
}
.lunboview1-neirong-remark {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.lunboview1-neirong-label {
  font-size: 16px;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.lunboview1-neirong-title {
  font-size: 25px;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.index-view6-empty {
  width: 100%;
  height: 15%;
}
.index-view6-title {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.index-view6-team1 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.index-view6-label {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.index-view6-panel1 {
  width: 1000px;
  height: 160px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 100px;
   margin-top: 4rem;
}
.index-view6-panel1-left {
  width: 50%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
 
}
.index-view6-panel1-right {
  width: 50%;
  height: 100%;
  background: #133c8b;
  display: flex;
}
.index-view6-column {
  width: 70%;
  height: 100%;
  padding-top: 36px;
}
.index-view6-value {
  width: 30%;
  height: 100%;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 160px;
  text-align: center;
}
.index-view6-column-title1 {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}
.index-view6-column-title2 {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.index-view6-link {
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  border-radius: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  width: 130px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.index-view7-empty {
  with: 100%;
  height: 29%;
}
.index-view7-title1 {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.index-view7-title2 {
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.index-view7-link {
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  border-radius: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  width: 130px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.index-view8-empty {
  width: 100%;
  height: 10%;
}
.index-view8-title1 {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.index-view8-title2 {
  width: 100%;
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.index-view8-team1 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.index-view8-label {
  padding-left: 25px;
  padding-right: 25px;
  height: 36px;
  border-radius: 36px;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.index-view8-label a{
  color:white
}
.index-view8-label.active,
.index-view8-label:hover {
  background: #133c8b;
}

.index-view9-empty {
  width: 100%;
  height: 10%;
}
.index-view9-title {
  width: 100%;
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
.index-view9-item1 {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  display: flex;
}
.index-view9-item1-left {
  width: 29%;
  min-height: 420px;
  background: url(../../img/web/index/page1.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
}
.index-view9-item1-right {
  padding-left: 20px;
  flex: 1;
}
.index-view9-neirong1 {
  position: relative;
  width: 100%;
  height: 70px;
  background: blue;
  display: flex;
  background: url(../../img/web/index/tp1.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.index-view9-neirong1-column {
  width: 50%;
  height: 100%;
  line-height: 70px;
}
.index-view9-prop1 {
  padding-left: 36px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
}
.index-view9-label {
  padding-left: 20px;
  color: #fff;
  font-size: 29px;
  display: inline-block;
}
.index-view9-value {
  padding-left: 20px;
  color: #d42d36;
  font-size: 29px;
  display: inline-block;
}
.index-view9-neirong1-column img {
  margin-left: 20px;
  vertical-align: initial;
}
.index-view9-panel1 {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
}
.index-view9-panel1-title1 {
  width: 100%;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.index-view9-panel1-title2 {
  width: 100%;
  font-size: 20px;
  color: #133c8b;
}
.index-view9-panel1-neirong {
  width: 100%;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.index-view9-link {
  text-align: center;
  font-size: 16px;
  color: #1a4ea1 !important;
  border-radius: 36px;
  line-height: 36px;
  border: 1px solid #1a4ea1;
  width: 130px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.index-view9-left-title {
  font-size: 20px;
  color: unset;
  margin-bottom: 10px;
}
.index-view9-left-neirong {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
/* blind */
.baiyechuang {
  padding: 1% 0%;
}
.baiyechuang ul {
  display: flex;
  width: 100%;
  height: calc(100vh*0.7);
  overflow: hidden;
  transition: all 2s;
}
.baiyechuang li {
  width: calc(100% / 7);
  height: calc(100vh*0.7);
  transition: all 1s;
  position: relative;;
}
.baiyechuang img {
  height: calc(100vh*0.7);
  transition: all 1s;
}
.baiyechuang ul:hover li {
  transition: all 1s;
  width: 13rem;
}

.baiyechuang ul li:hover {
  transition: all 1s;
  width: auto;
}
.baiyechuang ul:hover img {
	transition: all 1s;
  height: calc(100vh*0.7);
	width: alc(100% / 7);
}
.baiyechuang li p:nth-of-type(1){
  position: absolute;
  bottom: 3.5rem;
  width: 100px;
  height: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
}
.baiyechuang li p:nth-of-type(2){
  position: absolute;
  bottom: 1rem;
  width: 130px;
  height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 28px;
}
.baiyechuang li p{
  padding-left:1rem;
}