.main_banner{
  background: url(../images/1.jpg) no-repeat center center;
  background-size: cover;
}
.main_banner1 {
  background: url(../images/index_banner1.jpg) no-repeat center center;
  background-size: cover;
}
.main_banner2 {
  background: url(../images/index_banner2.jpg) no-repeat center center;
  background-size: cover;
}
.main_banner3 {
  background: url(../images/index_banner3.jpg) no-repeat center center;
  background-size: cover;
}
.main_banner4 {
  background: url(../images/index_banner4.jpg) no-repeat center center;
  background-size: cover;
}
.main_banner5 {
  background: url(../images/index_banner5.jpg) no-repeat center center;
  /* background: url(../images/12.jpg) no-repeat center center; */
  background-size: cover;
}
.page .newBox {
  padding-top: 300px;
  position: relative;
  height: 100%;
}

.index_main1 > div {
  display: inline-block;
  vertical-align: top;
}

.index_main1_left {
  width: 60%;
}
.index_main1_right {
  width: auto;
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}

.index_main1_left h4 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
}

.index_main1_left p {
  padding-top: 40px;
  transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
  
}
.index_main1_left p a{
  cursor: pointer;
}
.main_banner2 .index_main1_left p a{
  cursor: default;
}
.index_main1_left p i {
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
}
.index_main1_left p span {
  width: 28px;
  height: 28px;
  border: 4px solid #c30d23;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 18px;
}

.index_main1_right > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.index_main1_right > div:first-of-type {
  padding-right: 80px;
}
.index_main1_right > div:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index_main1_right > div:last-of-type {
  padding-left: 80px;
}
.index_main1_right > div > div {
  font-size: 14px;
  color: #fff;
}

.index_main1_right > div > div > span {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  position: absolute;
  top: 0;
}
.index_main1_right > div:first-child > div > span {
  right: 28%;
}
.index_main1_right > div:last-child > div > span {
  right: -12%;
}

#myMenu {
  position: fixed;
  right: 120px;
  top: 40%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
}

#myMenu li {
  width: auto;
  height: 40px;
  line-height: 40px;
  opacity: 0;
}
#myMenu .active {
  opacity: 1;
}
#myMenu li:last-of-type,
#myMenu li:nth-last-child(2) {
  opacity: 1;
}
#myMenu li a span {
  color: #fff;
  vertical-align: middle;
}

#myMenu li a span:first-child {
  font-size: 12px;
  margin-right: 30px;
  opacity: 0;
}
#myMenu li a span:last-child {
  opacity: 0.4;
  font-size: 18px;
}
#myMenu::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.4;
  top: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#myMenu > li:last-of-type {
  display: block;
  width: 2px;
  height: 40px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

#myMenu li,
#myMenu .active {
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

#myMenu li:nth-last-child(2) {
  position: absolute;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 20px;
}

#myMenu li:nth-last-child(2) p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
#myMenu li:nth-last-child(2) p:first-child {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: relative;
}

#myMenu li:nth-last-child(2) p span {
  font-size: 16px;
  line-height: 40px;
  background: linear-gradient(to right, transparent, #fff);
  background: -o-linear-gradient(right, transparent, #fff);
  background: -webkit-linear-gradient(right, transparent, #fff);
  background: -webkit-gradient(linear,right,from(transparent),to(#fff));
  background: -moz-linear-gradient(right, transparent, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-o-text-fill-color: transparent;
  -ms-o-text-fill-color: transparent;
  animation: identifier 1s infinite;
}

@keyframes identifier {
  0% {
    background: linear-gradient(to right, transparent, #fff);
    background: -o-linear-gradient(right, transparent, #fff);
    background: -moz-linear-gradient(right, transparent, #fff);
    background: -webkit-linear-gradient(right, transparent, #fff);
    background: -webkit-gradient(linear,right,from(transparent),to(#fff));
    background-clip: text;
    -webkit-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-o-text-fill-color: transparent;
    -ms-o-text-fill-color: transparent;
  }
  30% {
    background: linear-gradient(to right, #fff, transparent);
    background: -o-linear-gradient(right, #fff, transparent);
    background: -moz-linear-gradient(right, #fff, transparent);
    background: -webkit-linear-gradient(right, #fff, transparent);
    background: -webkit-gradient(linear,right,from(#fff),to(transparent));
    background-clip: text;
    -webkit-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-o-text-fill-color: transparent;
    -ms-o-text-fill-color: transparent;
  }
  60% {
    background: linear-gradient(to right, transparent, #fff, transparent);
    background: -o-linear-gradient(right, transparent, #fff, transparent);
    background: -moz-linear-gradient(right, transparent, #fff, transparent);
    background: -webkit-linear-gradient(right, transparent, #fff, transparent);
    background: -webkit-gradient(right, transparent, #fff, transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-o-text-fill-color: transparent;
    -ms-o-text-fill-color: transparent;
  }
  100% {
    background: linear-gradient(to right, transparent, #fff);
    background: -o-linear-gradient(right, transparent, #fff);
    background: -moz-linear-gradient(right, transparent, #fff);
    background: -webkit-linear-gradient(right, transparent, #fff);
    background: -webkit-gradient(linear,right,from(transparent),to(#fff));
    background-clip: text;
    -webkit-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-o-text-fill-color: transparent;
    -ms-o-text-fill-color: transparent;
  }
}
.Culture{
  padding-top: 60px;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.none {
  display: none;
}

/* .inrow {
    font-size: 0;
[;
    font-size: 12px;
];
    *font-size: 0;
    font-family: arial;
[;
    letter-spacing: -3px;
];
    *letter-spacing: normal;
    *word-spacing: -1px;
} */

.inrow > li,
.inrow span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
}

/* #Number_roll_1,#Number_roll_2,#Number_roll_3 {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 75px;
    margin-top: -37px;
    text-align: center;
} */

.Number_roll_1 .dataOne,
.Number_roll_2 .dataOne,
.Number_roll_3 .dataOne {
  width: 30px;
  height: 55px;
  text-align: center;
  background: url(../images/num-bg.png) no-repeat;
}

.Number_roll_1 .dataBoc,
.Number_roll_2 .dataBoc,
.Number_roll_3 .dataBoc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Number_roll_1 .dataBoc .tt,
.Number_roll_2 .dataBoc .tt,
.Number_roll_3 .dataBoc .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Number_roll_1 .tt span,
.Number_roll_2 .tt span,
.Number_roll_3 .tt span {
  width: 100%;
  height: auto;
  font: 400 55px/55px "Arial";
  color: #fff;
}

.active .index_main1_left h4,
.active .index_main1_left p {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.active .index_main1_right {
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.index_main1_left p,
.index_main1_right,
.index_listBtn ul li,
.index_main1_left h4 {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.active .index_main1_left h4 {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.active .index_main1_left h4:nth-of-type(2) {
  transition: all 1s 0.2s;
  -webkit-transition: all 1s 0.2s;
  -moz-transition: all 1s 0.2s;
  -o-transition: all 1s 0.2s;
  -ms-transition: all 1s 0.2s;
}
.active .index_main1_right {
  transition: all 1s .4s;
  -webkit-transition: all 1s .4s;
  -moz-transition: all 1s .4s;
  -o-transition: all 1s .4s;
  -ms-transition: all 1s .4s;
}
.active .index_main1_left p {
  transition: all .6s .4s;
  -webkit-transition: all .6s .4s;
  -moz-transition: all .6s .4s;
  -o-transition: all .6s .4s;
  -ms-transition: all .6s .4fs;
}
.index_main1_btm {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22px;
}
.index_main1_btm p {
  font-size: 12px;
  color: #fff;
  text-align: right;
  padding: 0 160px;
}

.index_listBtn {
  padding-top: 240px;
}
.index_listBtn ul li {
  display: inline-block;
  width: 24.2%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-right: 1%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
  position: relative;
  vertical-align: middle;
}

.active .index_listBtn ul li {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

.active .index_listBtn ul li:nth-of-type(1) {
  transition: all 1s .6s;
}
.active .index_listBtn ul li:nth-of-type(2) {
  transition: all 1s 1s;
}
.active .index_listBtn ul li:nth-of-type(3) {
  transition: all 1s 1.4s;
}
.active .index_listBtn ul li:nth-of-type(4) {
  transition: all 1s 1.8s;
}

.index_listBtn ul li:last-of-type {
  margin-right: 0;
}

.index_listBtn ul li a span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.index_listBtn ul li a span:last-of-type {
  font-size: 26px;
  padding-left: 6%;
  font-weight: 400;
}
.index_listBtn ul li a span:nth-child(2),.index_listBtn ul li a span:last-of-type{
  display: inline-block;
  transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -webkit-transform: translateX(-16px);
  -o-transform: translateX(-16px);
  -moz-transform: translateX(-16px);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.index_listBtn ul li a span:first-of-type {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(1px) translateX(-20px);
  -ms-transform: translateY(1px) translateX(-20px);
  -moz-transform: translateY(1px) translateX(-20px);
  -webkit-transform: translateY(1px) translateX(-20px);
  -o-transform: translateY(1px) translateX(-20px);
  display: inline-block;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.index_listBtn ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c30d23;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.index_listBtn ul li:hover a span:nth-child(2),.index_listBtn ul li:hover a span:last-of-type{
  transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.index_listBtn ul li:hover::after {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.index_listBtn ul li:hover a span:first-of-type {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}



#wrap {
  width: 100%;    
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
}
#imgs {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  top: 0;
  z-index: 1;
  background: url(images/loading.gif) no-repeat center center;
}
#imgs.visible {
  overflow: visible;
}
#imgs>div {
  overflow: hidden;
}

