em,
i {
  font-style: normal;
  text-transform: uppercase;
}
@font-face {
  font-family: 'cuya';
  src: url('../../images/f.ttf');
}
@font-face {
  font-family: 'cuya1';
  src: url('../../images/Avgardd.ttf');
}
.tit {
  padding-top: 6%;
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.tit b {
  color: #fff;
  font-size: 42px;
  font-weight: normal;
  display: block;
}
.t_body {
  padding: 10px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
}
.t_body .a_fl {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  transition: all .5s;
}
.t_body .a_fl::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 200%;
  background: #fff;
  top: -20%;
  right: 0;
  z-index: 0;
}
.t_body .a_fl .aa {
  width: 300px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
  margin-right: 20px;
  clear: both;
  padding: 20px 0;
  position: absolute;
}
.t_body .a_fl .aa:nth-of-type(1) {
  left: 0;
  top: 0;
  padding-left: 35px;
}
.t_body .a_fl .aa:nth-of-type(1) img {
  float: left !important;
}
.t_body .a_fl .aa:nth-of-type(1)::after {
  position: absolute;
  bottom: 40%;
  left: 0px;
  background: #ff0000;
  height: 16px;
  width: 16px;
  content: "";
  border-radius: 50%;
  z-index: 999;
  transition: all .3s;
}
.t_body .a_fl .aa:nth-of-type(1)::before {
  position: absolute;
  bottom: 30px;
  left: 144px;
  background: #ff0000;
  height: 6px;
  width: 10%;
  content: "";
  transition: all .3s;
}
.t_body .a_fl .aa:nth-of-type(2) {
  left: 0;
  top: 150px;
  padding-left: 35px;
}
.t_body .a_fl .aa:nth-of-type(2) img {
  float: left !important;
}
.t_body .a_fl .aa:nth-of-type(2)::after {
  position: absolute;
  bottom: 40%;
  left: 0px;
  background: #ff0000;
  height: 16px;
  width: 16px;
  content: "";
  border-radius: 50%;
  z-index: 999;
  transition: all .3s;
}
.t_body .a_fl .aa:nth-of-type(2)::before {
  position: absolute;
  bottom: 30px;
  left: 144px;
  background: #ff0000;
  height: 6px;
  width: 10%;
  content: "";
  transition: all .3s;
}
.t_body .a_fl .aa:nth-of-type(3) {
  left: 0;
  top: 290px;
  padding-left: 15px;
}
.t_body .a_fl .aa:nth-of-type(3) img {
  float: left !important;
}
.t_body .a_fl .aa:nth-of-type(4) {
  right: 0;
  top: 0px;
}
.t_body .a_fl .aa:nth-of-type(5) {
  right: 0;
  top: 150px;
}
.t_body .a_fl .aa:nth-of-type(6) {
  right: 0;
  top: 290px;
}
.t_body .a_fl .aa h2 {
  font-size: 22px;
  text-align: right;
  color: #000;
  padding-top: 30px;
  padding-right: 130px;
  position: relative;
  box-sizing: border-box;
}
.t_body .a_fl .aa h2::before {
  position: absolute;
  bottom: -10%;
  right: 24%;
  background: #ff0000;
  height: 6px;
  width: 10%;
  content: "";
  transition: all .3s;
}
.t_body .a_fl .aa h2::after {
  position: absolute;
  bottom: 20%;
  right: -1.5%;
  background: #ff0000;
  height: 16px;
  width: 16px;
  content: "";
  border-radius: 50%;
  z-index: 999;
  transition: all .3s;
}
.t_body .a_fl .aa img {
  display: block;
  margin-left: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all .5s;
  position: relative;
  z-index: 2;
  float: right;
  right: 20px;
  border: 6px solid #fff;
}
.t_body .a_fl .aa img::before {
  position: absolute;
  bottom: 35%;
  right: -35%;
  background: #ff0000;
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 50%;
  border: 5px solid #fff;
}
.t_body .a_fl .on {
  transition: all .5s;
  border-radius: 5px;
  padding-bottom: 30px;
}
.t_body .a_fl .on h2::before {
  background: #121d7f;
}
.t_body .a_fl .on img::before {
  background: #121d7f;
}
.t_body .bb {
  width: 76%;
  display: none;
  padding-top: 5%;
  transition: all .5s;
  position: absolute;
  left: 6%;
}
.t_body .bb .bb2 {
  width: 50%;
  height: 580px;
  box-sizing: border-box;
  float: right;
  margin-right: 9%;
}
.t_body .bb h3 {
  float: left;
  color: #121d7f;
  padding-top: 6%;
  font-size: 54px;
  transition: all .5s;
  width: 40%;
  font-weight: 1000;
}
.t_body .bb h3 p {
  position: relative;
  line-height: 230%;
  margin-top: 20px;
  font-size: 16px;
}
.t_body .bb h3 p::before {
  position: absolute;
  top: -60%;
  left: 0;
  background: #121d7f;
  height: 6px;
  width: 20%;
  content: "";
}
.t_body .bb h3 p a {
  font-size: 20px;
  display: block;
}
.t_body .bb h3 p a:last-of-type {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #333639;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
}
.t_body .bb h3 p a:hover:last-of-type {
  background: #121d7f;
}

.section_four .section3 {
  position: relative;
}
.section_four .section3 .d_03 {
  position: absolute;
  bottom: 0;
  width: 1151px;
  height: 114px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.section_four .section3 .d_03 img {
  -webkit-animation: rotate1 22s infinite;
  animation: rotate1 22s infinite;
  position: absolute;
}
@keyframes rotate1 {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}
#scroll_one2 {
  height: 390px;
  width: 96%;
  overflow: hidden;
  margin: 60px auto 0 auto;
  z-index: 999;
  position: relative;
}
#scroll_one2 ul {
  width: 100000px;
  position: absolute;
  left: 0;
}
#scroll_one2 ul li {
  float: left;
  height: 300px;
  text-align: center;
  transition: all .3s;
  width: 360px;
  margin-right: 20px;
}
#scroll_one2 ul li a {
  display: block;
  height: 100%;
}
#scroll_one2 ul li a div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#scroll_one2 ul li a img {
  height: 100%;
  margin: 0 auto;
  transition: all .3s;
  width: 100%;
}
#scroll_one2 ul li a h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 0 15px #cfcfcf;
  transition: all .3s;
}
#scroll_one2 ul li a h3 svg {
  vertical-align: middle;
}
#scroll_one2 ul li a h3 svg path {
  fill: #0037a6;
}
#scroll_one2 ul li a:hover img {
  transform: scale(1.1);
}
#scroll_one2 ul li a:hover h3 {
  background: #0037a6;
  color: #fff;
}
#scroll_one2 ul li a:hover svg path {
  fill: #fff;
}
#scroll_one {
  height: 490px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px auto 0 auto;
}
#scroll_one ul {
  width: 100000px;
  position: absolute;
  left: 0;
}
#scroll_one ul li {
  float: left;
  text-align: center;
  transition: all .3s;
}
#scroll_one ul li a {
  display: block;
  width: 350px;
  height: 490px;
  position: relative;
  margin-right: 40px;
  transition: all .3s;
}
#scroll_one ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s;
}
#scroll_one ul li a strong {
  display: block;
  width: 100%;
  height: 136px;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.947));
  color: #fff;
  padding-top: 50px;
  transition: all .3s;
  text-align: left;
  padding: 0px 14px 0 14px;
  box-sizing: border-box;
}
#scroll_one ul li a strong i {
  display: block;
  color: #fff;
  border-top: 1px solid #fff;
  margin: 10px 0px 0 0;
  font-weight: 100;
}
#scroll_one ul li:hover img {
  transform: scale(1.1, 1.1);
}
#scroll_one ul li:hover strong {
  background-image: linear-gradient(to bottom, rgba(4, 0, 255, 0), rgba(4, 0, 255, 0.158));
}
#scroll_one ul li:hover strong {
  color: #ff1e00 ;
}
.section_seven .tit {
  color: #cf403c;
  margin-bottom: 80px;
  padding-top: 2%;
}
.section_seven .tit b {
  color: #000;
}
.section_seven ul {
  margin: 0 auto;
  text-align: center;
}
.section_seven ul li {
  width: 18.18181818%;
  margin-right: 15px;
  display: inline-block;
}
.section_seven ul li:nth-of-type(1) a {
  background: url(../../images/al1.jpg) center bottom no-repeat;
  background-size: cover;
}
.section_seven ul li:nth-of-type(2) a {
  background: url(../../images/al2.jpg) center bottom no-repeat;
  background-size: cover;
}
.section_seven ul li:nth-of-type(3) a {
  background: url(../../images/al3.jpg) center bottom no-repeat;
  background-size: cover;
}
.section_seven ul li:nth-of-type(4) a {
  background: url(../../images/al4.jpg) center bottom no-repeat;
  background-size: cover;
}
.section_seven ul li:nth-of-type(5) a {
  background: url(../../images/al5.jpg) center bottom no-repeat;
  background-size: cover;
}
.section_seven ul li:nth-of-type(6) a {
  background: url(../../images/al6.jpg) center bottom no-repeat;
  background-size: cover;
}
.section_seven ul li a {
  height: 500px;
  display: block;
}
.section_seven ul li a b {
  display: block;
  font-size: 24px;
  padding-top: 90px;
}
.section_seven ul li a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0px 15px rgba(5, 5, 5, 0.322);
}
#focus_Box {
  width: 1180px;
  margin: 30px auto 0 auto;
  height: 500px;
}
#focus_Box ul {
  position: relative;
}
#focus_Box li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  cursor: pointer;
  left: 377px;
  overflow: hidden;
  border: 5px solid #fff;
}
#focus_Box li img {
  vertical-align: top;
  transition: .5s;
  display: block;
  height: 100%;
}
#focus_Box li:hover img {
  transform: scale(1.05, 1.05);
}
#focus_Box li:hover p {
  background: #003c9a;
  color: #fff;
  font-size: 20px;
}
#focus_Box li p {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.356);
  text-align: center;
  font-size: 18px;
  transition: all .3s;
}
#focus_Box .prev {
  background: url(../../images/btnl.png) no-repeat;
  left: -100px;
  top: 390px;
}
#focus_Box .prev:hover {
  left: -110px;
  opacity: 1;
}
#focus_Box .next {
  background: url(../../images/btnr.png) no-repeat;
  right: -100px;
  top: 390px;
}
#focus_Box .next:hover {
  right: -110px;
  opacity: 0.6;
}
#focus_Box a.imgs-scroll-btn {
  display: block;
  position: absolute;
  z-index: 110;
  top: 7px;
  right: 15px;
  width: 51px;
  height: 23px;
  overflow: hidden;
  background: url(share-btn.png) no-repeat;
  text-indent: -999px;
}
#focus_Box .prev,
#focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 51px;
  height: 101px;
  top: 181px;
  transition: 0.5s;
  opacity: 1;
}
@media (max-width: 1366px) {
  .sygs_con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1366px) {
  #focus_Box2 {
    display: none;
  }
  #focus_Box {
    display: block;
  }
}
@media (max-width: 1366px) {
  .section3 .gs_rr {
    bottom: 0;
    right: 15px;
  }
  .gscon .gs_l strong {
    font-size: 36px !important;
    margin-bottom: 12px !important;
}
  .section3 .gs_l p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .gscon .gs_l .sygs_con {
    font-size: 14px !important;
}
  .section3 .box .lou {
    bottom: 0;
  }
  .section3 .gs_rr {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    top: 140px;
  }
  .section3 .gs_rr img {
    width: 100%;
  }
  .section3 .gs_l .tit {
    text-align: center;
  }
  .section_seven ul li {
    width: 30.3030303%;
  }
  .section_seven ul li a {
    height: 453px;
  }
  #focus_Box2 {
    display: block;
  }
  #focus_Box2 ul {
    margin-top: 20px;
  }
  #focus_Box2 ul li {
    float: left;
    width: 45.45454545%;
    margin-left: 15px;
    margin-top: 20px;
  }
  #focus_Box2 ul li a strong {
    text-align: center;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #focus_Box {
    display: none;
  }
}

.video3 {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}
