@font-face {
  font-family: 'cuya';
  src: url('../fonts/cuya.ttf');
}
.cuya {
  font-family: "cuya";
}
#fullPage-nav LI {
  margin: 0 0;
}
.sytt {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  z-index: 9999 ;
  margin: auto;
}
.sybjt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.119);
  z-index: 5;
}
/*通用头部*/
.head {
  z-index: 10000;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}
.navc {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  height: 70px;
}
.navc .myLogo {
  float: left;
  display: block;
  margin: 25px 0 0 20px;
}
.navc .navMaing {
  float: right;
  margin: 50px 100px 0 0;
}
.navMaing li {
  float: left;
  color: #fff;
  margin-right: 60px;
}
.navMaing li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.navMaing li a:hover {
  transform: translateY(-3px);
}
.navMaing li a:hover:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
}
#nav {
  display: none;
}
#nav ul ul {
  display: none;
  width: 100%;
  top: 108px;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 9999;
}
#nav ul ul li {
  float: left;
  width: 14.28571429%;
  margin: 0;
}
#nav > ul > li ul li a {
  padding: 2%!important;
  transition: 0.5s;
}
#nav > ul > li ul li a span {
  display: block;
  overflow: hidden;
}
#nav > ul > li ul li a img {
  width: 100%;
  display: block;
}
#nav > ul > li ul li a p {
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
#nav > ul > li ul li a:hover {
  background: #004088;
}
#container {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.topbg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
}
#background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 140%!important;
  width: 130%!important;
}
#video_cover {
  /*      position: absolute;*/
  width: 100%;
  height: 100%;
  background: url("../images/video_cover.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#video_controls {
  /*      position: absolute;*/
  left: 50%;
  transform: translate(-50%, 0);
}
#play img {
  width: 100px;
}
#pause img {
  width: 90px;
}
#pause {
  display: none;
}
@media (min-width: 768px) {
  #video_controls {
    display: none;
  }
}
#container {
  height: 100%;
}
#overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/vdian.png);
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 针对 IE8 以及更早的版本 */
}
#main_content {
  z-index: 2;
  position: relative;
  display: inline-block;
  /* Vertical center */
  top: 50%;
  transform: translateY(-50%);
}
.sypic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  right: 0;
  width: 100%;
  margin: auto;
  bottom: 0;
  height: 100%;
}
.sypic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: sss3 1s infinite alternate linear;
  width: 50.78%;
}
/*底部版权*/
#copybox {
  width: 96%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  z-index: 99999;
  color: #fff;
  padding: 0 2%;
  font-size: 14px;
}
#copybox a {
  color: #fff;
}
#copybox span {
  float: right;
}
#copybox img {
  vertical-align: middle;
  margin-left: 15px;
}
@keyframes sss1 {
  0% {
    transform: scaleX(1.1) scaleY(1.1);
  }
  50% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(1.1) scaleY(1.1);
  }
}
@keyframes sss {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.w1300 {
  width: 1300px;
  margin: auto;
}
.sygs .itt {
  text-shadow: 0 0 5px #999;
}
.sygs ul {
  width: 767px;
  margin: 40px auto;
}
.sygs ul li {
  float: left;
  width: 25%;
  color: !important;
}
.sygs ul li span {
  font-size: 70px;
  color: #f51219 !important;
}
.sygs ul li sup {
  color: #f51219 !important;
}
.sygs ul li b {
  display: block;
  color: #03334c !important;
  margin-top: 10px;
}
.sygs a {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 30px;
  color: #fff !important;
  font-size: 16px;
  margin: 0 10px;
  transition: all 0.2s;
}
.sygs a:hover {
  color: #0546bf !important;
  border: 1px solid #0546bf;
  transform: translateY(5px);
}
.sy_lx {
  position: absolute;
  width: 1300px;
  margin: 100px auto 0 auto;
  left: 0;
  right: 0;
}
.sy_lx li {
  width: 25%;
  float: left;
  font-size: 18px !important;
  padding-top: 50px;
}
.sy_lx li:nth-of-type(1) {
  background: url(../images/d.png) center top no-repeat;
}
.sy_lx li:nth-of-type(2) {
  background: url(../images/dh.png) center top no-repeat;
}
.sy_lx li:nth-of-type(3) {
  background: url(../images/dj.png) center top no-repeat;
}
.sy_lx li:nth-of-type(4) {
  background: url(../images/dz.png) center top no-repeat;
}
.sy_lx li span {
  display: block;
  margin-bottom: 20px;
}
.sy_lx li b {
  font-size: 20px !important;
  line-height: 180%;
}
.footer {
  background: #242424;
  width: 100%;
 
  padding-top: 30px;
}
.footer .f1,
.footer .f2,
.footer .f3,
.footer .f4 {
  height: 348px;
}
.footer h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.footer h3 em {
  font-size: 16px;
  text-transform: uppercase;
}
.footer .f2 {
  width: 15%;
}
.footer .f2 a {
  color: #fff;
  display: block;
  height: 35px;
  line-height: 35px;
}
.footer .f1 {
  width: 18%;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  padding-left: 50px;
}
.footer .f1 a {
  color: #fff;
  display: block;
  height: 35px;
  line-height: 35px;
}
.footer .f3 {
  width: 36%;
  margin-left: 50px;
  color: #fff;
  border-right: 1px solid #555;
}
.footer .f3 p {
  color: #fff;
  line-height: 180%;
}
.footer .f4 {
  width: 22%;
  text-align: right;
}
.footer .f4 img {
  float: right;
}
.footer .f5 {
  text-align: center;
  background: #3b3b3b;
  color: #fff;
 
  font-size: 14px;
}
.footer .f5 img {
  display: inline-block;
  vertical-align: middle;
}
.footer .f5 a {
  color: #fff;
  display: inline-block;
}
.footer .f5 img {
  vertical-align: middle;
  margin: 10px 0 10px 30px;
  display: inline-block;
}
.footer .f5 p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.footer .f5 p img {
  vertical-align: middle;
  margin: 10px 0 10px 30px;
  display: inline-block;
}
.n_nav {
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
}
.n_nav a {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #ccc;
  transition: all 0.3s;
  border-radius: 30px;
}
.n_nav a:hover {
  background: #004088;
  color: #fff;
  transform: translateY(-5px);
  border: 1px solid #004088;
}
.n_nav .active {
  background: #004088;
  color: #fff;
  transform: translateY(-5px);
}
@media (max-width: 1440px) {
  .sytt {
    top: 23%;
  }
}
