@font-face {
  font-family: 'cuya';
  src: url('cuya.ttf');
}
.cuya {
  font-family: "cuya";
}
#fullPage-nav LI {
  margin: 0 0;
}
em,
i,
u {
  font-style: normal;
}
#fullPage-nav LI A {
  text-align: right;
  width: 21px;
  background: url(dot1.png) no-repeat center center;
  float: right;
  height: 21px;
  color: #f1c820;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#fullPage-nav LI .active {
  background-position: 0px bottom;
  background: url(dot2.png) no-repeat 5px 5px;
  background: url(dot2.png) no-repeat center center;
}
#fullPage-nav LI A:hover {
  background: url(dot3.png) no-repeat center center;
}
#fullPage-nav SPAN {
  display: none;
}
.fullPage-tooltip {
  font: 12px/21px "Microsoft Yahei";
  float: left;
  color: #fff;
  top: 0px;
  margin-right: 5px;
  width: 60px;
  text-align: center;
  line-height: 21px;
  border-radius: 25px;
  background: #0051a2;
}
.dtgif {
  width: 50px;
  position: relative;
  left: 0;
  top: 88%;
  right: 0;
  margin: auto;
}
.anniu {
  position: absolute;
  top: 0px;
  width: 78px;
  height: 70px;
  background: url(1.png) no-repeat;
  animation: updown 1.5s infinite;
  animation-timing-function: linear;
  z-index: 999;
}
/*通用头部*/
.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 .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.28571428571429%;
  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: #1d2087;
}
.nav {
  z-index: 9999;
}
.nav .qh_nav1 ul {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: -5px;
  top: 50px;
  box-sizing: border-box;
  overflow: hidden;
  transition: .5s;
  text-align: center;
  border-radius: 10px;
  padding-top: 0;
}
.nav .qh_nav1 ul a {
  width: 100%;
  color: #fff;
  display: block;
  border-radius: 0;
}
.nav .qh_nav1 ul a:hover {
  background: linear-gradient(to right, #36ab9c, #353992);
}
.nav .qh_nav1:hover ul {
  visibility: visible;
  opacity: 1;
  top: 46px;
}
#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("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(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);
  }
}
.qh_nav {
  position: absolute;
  right: 200px;
  width: 700px;
  z-index: 999999999;
  top: 60px;
}
.qh_nav ul {
  width: 100%;
}
.qh_nav li {
  float: left;
  width: 12.5%;
}
.qh_nav li a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  height: 40px;
  font-weight: bold;
}
.qh_nav li a:hover {
  color: #1d2087;
  border-bottom: 2px solid #1d2087;
}
.qh_nav li .act {
  color: #1d2087;
  border-bottom: 2px solid #1d2087;
}
@keyframes bg_moveww {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bg_move {
  0% {
    background-size: 100%;
  }
  25% {
    background-size: 102%;
  }
  50% {
    background-size: 104%;
  }
  75% {
    background-size: 102%;
  }
  100% {
    background-size: 100%;
  }
}
.section2 {
  background: url(02.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.section3 {
  background: url(03.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.section4 {
  background: url(04.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.section5 {
  background: url(05.jpg) no-repeat center top;
  background-size: cover;
}
.section6 {
  background: url(09.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.section7 {
  background: url(06.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.section8 {
  background: url(09.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.section9 {
  background: url(07.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.sytit {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  font-size: 36px;
  height: 150px;
  text-transform: uppercase;
}
.sytit em {
  color: #0051a2;
}
.sytit b {
  display: block;
  color: #000;
  margin: 4px 0 50px 0;
}
.sytit a {
  color: #000;
  font-size: 14px;
  display: block;
  background: url(jt1.png) 70px 5px no-repeat;
}
.sytit a:hover {
  background: url(jt1.png) 90px 5px no-repeat;
}
.section5 .sytit em,
.section7 .sytit em,
.section9 .sytit em {
  color: #fff;
}
.section5 .sytit b,
.section7 .sytit b,
.section9 .sytit b {
  color: #fff;
}
.section5 .sytit a,
.section7 .sytit a,
.section9 .sytit a {
  color: #fff;
  background: url(jt.png) 70px 5px no-repeat;
}
.section5 .sytit a:hover,
.section7 .sytit a:hover,
.section9 .sytit a:hover {
  background: url(jt .png) 90px 5px no-repeat;
}
.w1300 {
  width: 1300px;
  margin: auto;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.section_one {
  background: url(b1.jpg);
  height: 100%;
}
.section_one .section_one_wz {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 300px;
}
.section_one .section_one_wz img {
  display: block;
  margin: 0 auto;
}
.section_one .section_one_wz b {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #1e2283;
}
.section_one .section_one_wz strong {
  display: block;
  text-align: center;
  border-radius: 30px;
  width: 340px;
  margin: 30px auto;
  padding: 10px 0;
  background: #1d2087;
  color: #fff;
  font-size: 22px;
}
.section2 {
  position: relative;
}
.section2 h3 {
  font-size: 34px;
  position: relative;
  color: #343434;
  margin-bottom: 20px;
  position: absolute;
  left: 185px;
  top: 165px;
}
.section2 h3 em {
  font-size: 44px;
  color: #0051a2;
  text-transform: uppercase;
}
.section2 .sycp_pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 182px;
  height: 182px;
}
.section2 .tab {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.section2 .tab-hd {
  overflow: hidden;
  zoom: 1;
  width: 30%;
  float: left;
  margin-top: 260px;
  margin-left: 185px;
}
.section2 .tab-hd li {
  float: left;
  width: 40%;
  margin-left: 10px;
  color: #000;
  border: 1px solid #a7a7a7;
  border-radius: 30px;
  padding: 15px 20px 15px 50px;
  box-sizing: border-box;
  font-size: 18px;
  background: url(sd.png) 13% 10px no-repeat;
  margin-bottom: 10px;
  transition: all .3s;
}
.section2 .tab-hd li.active {
  background: url(sd.png) 10% 10px no-repeat #0051a2;
  color: #fff;
}
.section2 .tab-hd li.active a {
  color: #fff;
}
.section2 .tab-bd {
  width: 50%;
  float: right;
  height: 100%;
}

.section2 .tab-bd li:nth-of-type( 9) {
  background: url("s9.jpg") center no-repeat;
  background-size: 100% 100%;
}

.section2 .tab-bd li:nth-of-type( 8) {
  background: url("s8.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li:nth-of-type( 7) {
  background: url("s7.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li:nth-of-type( 6) {
  background: url("s6.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li:nth-of-type( 5) {
  background: url("s5.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li:nth-of-type( 4) {
  background: url("s4.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li:nth-of-type( 3) {
  background: url("s3.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li:nth-of-type( 2) {
  background: url("s2.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li:nth-of-type( 1) {
  background: url("s1.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section2 .tab-bd li {
  display: none;
  width: 100%;
  height: 100%;
}
.section2 .tab-bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section2 .tab-bd li.thisclass {
  display: block;
}
.section3 {
  position: relative;
}
.section3 h3 {
  font-size: 34px;
  position: relative;
  color: #343434;
  margin-bottom: 20px;
  position: absolute;
  right: 15%;
  top: 18%;
}
.section3 h3 em {
  font-size: 44px;
  color: #0051a2;
  text-transform: uppercase;
}
.section3 .sycp_pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 182px;
  height: 182px;
}
.section3 .tab {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.section3 .tab-hd {
  overflow: hidden;
  zoom: 1;
  width: 30%;
  float: right;
  margin-top: 14%;
  margin-right: 12%;
}
.section3 .tab-hd li {
  float: left;
  width: 47%;
  margin-left: 10px;
  color: #000;
  border: 1px solid #a7a7a7;
  border-radius: 30px;
  padding: 5px 20px 5px 50px;
  box-sizing: border-box;
  font-size: 18px;
  background: url(sd.png) 6% 2px no-repeat;
  margin-bottom: 10px;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section3 .tab-hd li.active {
  background: url(sd.png) 6% 0 no-repeat #0051a2;
  color: #fff;
}
.section3 .tab-hd li.active a {
  color: #fff;
}
.section3 .tab-bd {
  width: 50%;
  float: left;
  height: 100%;
}


.section3 .tab-bd li:nth-of-type( 22) {
  background: url("v19.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 21) {
  background: url("v19.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 20) {
  background: url("v19.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 19) {
  background: url("v18.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 18) {
  background: url("v17.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 17) {
  background: url("v16.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 16) {
  background: url("v15.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 15) {
  background: url("v14.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 14) {
  background: url("v13.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 13) {
  background: url("v12.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 12) {
  background: url("v11.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 11) {
  background: url("v10.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 10) {
  background: url("v9.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 9) {
  background: url("v8.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 8) {
  background: url("v7.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 7) {
  background: url("v6.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 6) {
  background: url("v5.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 5) {
  background: url("v4.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 4) {
  background: url("v3.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 3) {
  background: url("v2.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li:nth-of-type( 2) {
  background: url("v1.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section3 .tab-bd li {
  display: none;
  width: 100%;
  height: 100%;
}
.section3 .tab-bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section3 .tab-bd li.thisclass {
  display: block;
}
.section4 {
  position: relative;
}
.section4 .sygsjj {
  padding-top: 5%;
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 55;
  text-align: center;
  box-sizing: border-box;
}
.section4 .sygsjj img {
  text-align: center;
  display: block;
  margin: 0 auto 0px auto;
}
.section4 .sygsjj p {
  font-size: 18px;
}
.section4 .gscf {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 100%;
}
.section6 .syal {
  position: relative;
  width: 100%;
  height: 100%;
}
.section6 .syal img {
  position: absolute;
}
.section6 .syal img:nth-of-type(1) {
  left: 20%;
  top: 41%;
  z-index: 9999;
}
.section6 .syal img:nth-of-type(2) {
  right: 0%;
  top: 0;
}
.section6 .syal img:nth-of-type(3) {
  right: 15%;
  bottom: 5%;
  z-index: 99999;
}
#scroll_one2 {
  height: 340px;
  width: 60%;
  position: absolute;
  top: 50%;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 999;
  margin-left: 15%;
}
#scroll_one2 ul {
  width: 100000px;
  position: absolute;
  left: 0;
}
#scroll_one2 ul li {
  float: left;
  width: 358px;
  text-align: center;
  margin-right: 26px;
  background-color: #fff;
}
#scroll_one2 ul li a img {
  width: 100%;
}
#scroll_one2 ul li a {
  padding: 1%;
}
#scroll_one2 ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
#scroll_one2 ul li p {
  font-size: 16px;
  color: #d00000;
  line-height: 30px;
}
.section5 .syfh h5 {
  padding-top: 168px;
  text-align: center;
}
.section5 .syfh h5 img {
  margin: 0 auto 40px auto;
}
.section5 .muma {
  position: relative;
  width: 1200px;
  margin: 0 auto 0;
}
.section5 .ss666.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 670px;
  height: 478px;
  border: 12px solid #fff;
  background: #fff;
}
.section7 {
  overflow: hidden;
}
.section7 .syfa {
  text-align: center;
  width: 1368px;
  margin: 0 auto;
  position: relative;
  padding-top: 15%;
  animation: sss 1s infinite alternate linear;
}
.section7 .syfa a {
  position: absolute;
  display: block;
  background: url(fa1.png);
  width: 167px;
  height: 58px;
  line-height: 38px;
  color: #0a7dc0;
  font-size: 18px;
}
.section7 .syfa a:hover {
  color: #ff0000;
}
.section7 .syfa a:nth-of-type(1) {
  top: 380px;
  left: 0;
}
.section7 .syfa a:nth-of-type(2) {
  top: 302px;
  left: 220px;
}
.section7 .syfa a:nth-of-type(3) {
  top: 321px;
  left: 530px;
}
.section7 .syfa a:nth-of-type(4) {
  top: 275px;
  right: 384px;
}
.section7 .syfa a:nth-of-type(5) {
  top: 426px;
  right: 251px;
}
.section7 .syfa a:nth-of-type(6) {
  top: 523px;
  left: 332px;
  background: url(fa3.png);
  line-height: 68px;
}
.section7 .syfa a:nth-of-type(7) {
  top: 551px;
  left: 527px;
  background: url(fa3.png);
  line-height: 68px;
}
.section7 .syfa a:nth-of-type(8) {
  top: 591px;
  right: 367px;
  background: url(fa3.png);
  line-height: 68px;
}
.section8 {
  padding-top: 10%;
}
.section8 .synews {
  width: 80%;
  float: right;
}
.section8 .synews ul li {
  overflow: hidden;
  transition: all .3s;
  margin: 0 8% 0px auto;
  width: 25%;
  float: left;
  height: 500px;
}
.section8 .synews ul li a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 2% 0px auto;
  transition: all .3s;
}
.section8 .synews ul li a span {
  display: block;
  font-size: 18px;
  padding-top: 30px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  border-bottom: 1px solid  #0051a2;
  width: 100%;
  transition: all .3s;
}
.section8 .synews ul li a span font {
  font-size: 57px;
  color: #0051a2;
}
.section8 .synews ul li a img {
  display: block;
  width: 100%;
  height: 227px;
  position: absolute;
  top: 280px;
  transition: all .3s;
}
.section8 .synews ul li a p {
  width: 100%;
  font-size: 20px;
  position: absolute;
  top: 130px;
  transition: all .3s;
}
.section8 .synews ul li a p i {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #444444;
  transition: all .3s;
}
.section8 .synews ul li:hover img {
  top: 0px;
}
.section8 .synews ul li:hover span {
  top: 250px;
}
.section8 .synews ul li:hover p {
  top: 380px;
}
.section8 .synews ul li:hover:nth-of-type(2) img {
  top: 280px;
}
.section8 .synews ul li:hover:nth-of-type(2) span {
  top: 0px;
}
.section8 .synews ul li:hover:nth-of-type(2) p {
  top: 130px;
}
.section8 .synews ul li:nth-of-type(2) img {
  top: 0px;
}
.section8 .synews ul li:nth-of-type(2) span {
  top: 250px;
}
.section8 .synews ul li:nth-of-type(2) p {
  top: 380px;
}
.section9 .s8_r {
  width: 555px;
  height: 488px;
  margin: 0 auto  0 auto;
  padding-top: 10%;
}
.section9 .s8_r .s8_lx {
  margin-top: 90px;
  background: url(lxt.png) left 13px no-repeat;
  padding-left: 50px;
}
.section9 .s8_r .s8_lx p {
  line-height: 270%;
  font-size: 24px;
  color: #fff;
}
.footer {
  background: #242424;
  width: 100%;
  height: 406px;
  padding-top: 30px;
}
.footer .f1,
.footer .f2,
.footer .f3,
.footer .f4 {
  height: 308px;
}
.footer h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.footer h3 em {
  font-size: 16px;
  text-transform: uppercase;
}
.footer .f2 {
  width: 13%;
}
.footer .f2 a {
  color: rgba(255, 255, 255, 0.719);
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.footer .f1 {
  width: 32%;
  border-left: 1px solid rgba(85, 85, 85, 0.527);
  border-right: 1px solid rgba(85, 85, 85, 0.527);
  padding-left: 50px;
}
.footer .f1 li {
  width: 32%;
  float: left;
  font-size: 12px;
}
.footer .f1 a {
  color: rgba(255, 255, 255, 0.719);
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.footer .f3 {
  width: 25%;
  margin-left: 50px;
  color: rgba(255, 255, 255, 0.719);
  border-right: 1px solid rgba(85, 85, 85, 0.527);
  font-size: 12px;
}
.footer .f3 p {
  color: rgba(255, 255, 255, 0.719);
  line-height: 180%;
}
.footer .f4 {
  width: 22%;
}
.footer .f4 img {
  margin-left: 30px;
}
.footer .f5 {
  text-align: center;
  background: #1d2087;
  color: #fff;
  margin: 10px auto;
  padding: 5px 0;
  font-size: 12px;
}
.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;
}
.footer .f5 p img {
  vertical-align: middle;
  margin: 10px 0 10px 30px;
  display: inline-block;
}
@media (max-width: 1700px) {
  .section3 h3 {
    top: 55px;
  }
  .section3 .tab-hd {
    margin-top: 140px;
  }
}
@media (max-width: 1500px) {
  .section2 .tab-hd {
    width: 38%;
    margin-left: 6%;
  }
}
@media (max-width: 1300px) {
  .section3 .tab-hd li {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section3 .tab-hd {
    width: 35%;
    margin-right: 7%;
  }
}
@media (max-height: 769px) {
  .section2 h3 {
    left: 95px;
  }
  .section3 h3 {
    right: 8%;
  }
  .section3 .tab-hd li {
    padding: 7px 37px;
  }
  .section3 .tab-hd {
    width: 33%;
    margin-right: 8%;
  }
  .section3 .tab-hd li {
    background: url(sd.png) 6% 1px no-repeat;
  }
  .section4 .sygsjj img:nth-of-type(1) {
    width: 80%;
  }
  .section6 .syal img:nth-of-type(3) {
    right: 2%;
  }
  .section6 .syal img:nth-of-type(2) {
    right: -20%;
  }
  #scroll_one2 {
    top: auto ;
    bottom: 30px;
  }
  .section6 .syal img:nth-of-type(1) {
    left: 14%;
  }
  .section7 .syfa {
    z-index: 9999;
    width: 85%;
  }
  .section7 .syfa img {
    width: 100%;
  }
  .section7 .syfa a:nth-of-type(4) {
    top: 224px;
    right: 296px;
  }
  .section7 .syfa a:nth-of-type(6) {
    top: 452px;
    left: 286px;
    background: url(fa3.png);
    line-height: 68px;
  }
  .section7 .syfa a:nth-of-type(7) {
    top: 458px;
    left: 482px;
  }
  .section7 .syfa a:nth-of-type(8) {
    top: 482px;
    right: 300px;
  }
  .section7 .syfa a:nth-of-type(5) {
    top: 361px;
    right: 196px;
  }
  .section8 .synews ul li a span {
    padding-top: 0;
  }
  .section8 .synews ul li:nth-of-type(2) p {
    top: 347px;
  }
  .section8 .synews ul li a p {
    top: 90px;
  }
  .section8 .synews ul li a img {
    top: 260px;
  }
  .section5 .syfh h5 {
    padding-top: 106px;
  }
}
