﻿@charset "utf-8";



@font-face {

  font-family: "OPPOSans-B";

  src: url("../font/OPPOSans-B.woff2") format("woff2"),

    url("../font/OPPOSans-B.woff") format("woff"),

    url("../font/OPPOSans-B.ttf") format("truetype"),

    url("../font/OPPOSans-B.eot") format("embedded-opentype"),

    url("../font/OPPOSans-B.svg") format("svg"),

    url("../font/OPPOSans-B.otf") format("opentype");

}



@font-face {

  font-family: "OPPOSans-H";

  src: url("../font/OPPOSans-H.woff2") format("woff2"),

    url("../font/OPPOSans-H.woff") format("woff"),

    url("../font/OPPOSans-H.ttf") format("truetype"),

    url("../font/OPPOSans-H.eot") format("embedded-opentype"),

    url("../font/OPPOSans-H.svg") format("svg"),

    url("../font/OPPOSans-H.otf") format("opentype");

}



@font-face {

  font-family: "OPPOSans-M";

  src: url("../font/OPPOSans-M.woff2") format("woff2"),

    url("../font/OPPOSans-M.woff") format("woff"),

    url("../font/OPPOSans-M.ttf") format("truetype"),

    url("../font/OPPOSans-M.eot") format("embedded-opentype"),

    url("../font/OPPOSans-M.svg") format("svg"),

    url("../font/OPPOSans-M.otf") format("opentype");

}



html {

  font-size: 62.5%;

}



body {

  margin: 0px;

  font-size: 12px;

  color: #91989f;

  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

  cursor: default;

}



* {

  padding: 0px;

  margin: 0px;

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

}



body,

ul,

ol,

dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

p,

i,

b,

em,

span,

form,

fieldset,

legend,

input,

textarea,

select,

button,

th,

td {

  margin: 0;

  padding: 0;

  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  list-style: none;

  font-weight: normal;

  color: #555;

}



input,

select,

button {

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

  border: 0;

  background: none;

  outline: none;

  vertical-align: middle;

}



button {

  overflow: visible

}



img {

  border: none;

}



li {

  list-style: none;

}



a {

  color: #91989f;

  text-decoration: none;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -ms-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}



a:hover {

  color: #005caf;

}



.con {

  width: 1200px;

  margin: 0 auto;

}



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.con {

  width: 1200px;

  margin: 0 auto;

}



.container {

  width: 1200px;

  margin: 0 auto

}



.header {

  width: 100%;

  position: relative;

  top: 0;

  left: 0;

  z-index: 10;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  background: #7979cc;

}



.header .container {

  position: relative;

  padding: 16px 0;

  /* overflow: hidden; */
  height: 88px;

}



.header .logo {

  float: left;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .logo img {

  width: auto;

  height: 56px;

  display: block;

}



.header .an {

  position: absolute;

  top: 50%;

  right: 15px;

  height: 18px;

  width: 30px;

  display: none;

  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

}



.header .an span {

  width: 30px;

  height: 2px;

  background-color: #555;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .an span.a1 {

  top: 0;

  left: 0;

}



.header .an span.a2 {

  top: 8px;

  left: 0;

}



.header .an span.a3 {

  top: 16px;

  left: 0;

}



.header .an.n span.a2 {

  display: none;

}



.header .an.n span.a1 {

  top: 8px;

  width: 30px;

  transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

  top: 8px;

  width: 30px;

  transform: rotate(135deg);

  -o-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}



.header .tel {

  line-height: 56px;

  color: #fff;

  float: right;

  font-size: 18px;

  font-family: OPPOSans-M;

  display: none

}



.header .nav {

  float: right;

}



.header .nav i {

  font-size: 12px;

  color: #aaa;

  line-height: 54px;

  text-align: right;

  position: absolute;

  width: 50%;

  height: 54px;

  right: 0px;

  top: 50%;

  display: none;

  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

}



.header .nav ul li {

  margin: 0 2px;

  line-height: 56px;

  float: left;

  position: relative;

  padding: 0 33px;

  font-family: OPPOSans-B;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .nav ul li:hover {

  background-color: rgba(0, 0, 0, 0.2)

}



.header .nav ul li a {

  display: block;

  font-size: 18px;

  color: #fff;

  text-transform: capitalize

}



.header .nav ul li span {

  width: 0;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

  position: absolute;

  left: 50%;

  bottom: 0;

  transform: translate(-50%, 0);

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

}



.header .nav ul li:hover span {

  width: 100%;

}



.header .nav ul li.on span {

  width: 100%;

}



.nav .y_j {

  position: relative;

}



.nav .e_j {

  width: 100%;

  background-color: #7979cc;

  position: absolute;

  top: 56px;

  left: 0;

  /* margin-left: -75px; */

  display: none;

  z-index: 9999;

}



/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/

.header .nav ul li .e_j a {

  display: block;

  font-size: 14px;

  color: white;

  line-height: 40px;

  border-top: 1px solid white;

  text-align: center

}



.nav .e_j .ejy {

  position: relative

}



.nav .e_j .s_j {

  width: 150px;

  background-color: rgba(255, 255, 255, .5);

  position: absolute;

  top: 0px;

  left: 150px;

  display: none;

  z-index: 9999;

}



.header .nav .e_j a:hover {

  background-color: rgba(0,0,0, 0.2);


}



@media (min-width:1024px) {



  .header .nav .e_j {

    display: none !important;

  }



  .header .nav ul li:hover .e_j {

    display: block !important;

  }



  .head_h {

    height: 68px;

    display: none

  }

}



@media (max-width:102px) {

  .header .nav ul li {

    margin: 0 15px;

  }



  .header .nav ul li a {

    font-size: 15px;

  }

}



@media (max-width:1200px) {

  .header .nav ul li {

    margin: 0 20px;

  }



  .header .nav ul li a {

    font-size: 16px;

  }

}



@media only screen and (max-width:1024px) {

  .head_h {

    height: 60px;

    display: block

  }



  .header {

    border: 0;

    height: 60px;

    width: 100%;

    position: fixed;

  }



  .header .container {

    padding: 0;

    overflow: hidden;

    width: 94%;
    height: auto;

  }



  .header .logo {

    margin: 10px auto;

  }



  .header.on .logo {

    margin: 10px auto;

  }



  .header .logo img {

    height: 40px;

  }



  .header .an {

    display: block;

    right: 10px;

  }



  .header .an span {

    background-color: #fff

  }



  .header .nav ul {

    width: 100%;

  }



  .header.on .nav {

    width: 100%

  }



  .header .nav {

    width: 100%;

    padding: 15px 5%;

    background-color: #7979cc;

    height: 100%;

    position: fixed;

    top: 60px;

    right: -100%;

    z-index: 9999;

    overflow: auto;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    margin-top: 0

  }



  .header .nav.on {

    right: 0;

  }



  .header.on .nav ul li a {

    font-size: 16px;

    color: #fff;

  }



  .header .nav i {

    display: block;

  }



  .header .nav ul li {

    line-height: 60px;

    text-align: left;

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    float: none;

    margin: 0;

    padding: 0

  }



  .header .nav ul li::after {

    background: rgba(0, 0, 0, 0);

  }



  .header.on .nav ul li {

    line-height: 60px;

  }



  .header .nav .e_j {

    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, 0.3);

    background: none;

    position: relative;

    display: none;

    top: auto;

    left: auto;

    margin: 0;

    /* padding-bottom: 10px; */

  }






  .header .nav ul li .e_j a:hover {

    color: #fff

  }



  .header .nav .e_j a {

    border-top: 0!important;

    font-size: 12px;

    color: #aaa;

    line-height: 32px;

  }



  .header .nav .e_j a:hover {

    background: none;

  }



  .header .nav ul li:hover .e_j {

    display: none;

  }



  .header .nav ul li a {

    font-size: 16px;

    color: #fff;

  }



  .header .nav ul li:hover span {

    width: 0;

  }



  .header .nav ul li.on span {

    width: 0;

  }

}



.gallery-top {

  width: 100%;

  position: relative;

}



.gallery-top .swiper-slide img {

  width: 100%;

  height: auto;

  display: block;

}



.gallery-top .swiper-pagination {

  bottom: 20px !important;

}



.gallery-top .swiper-pagination-bullet {

  width: 15px;

  height: 15px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

}



.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #000

}



.ban {

  width: 100%;

  height: calc(100vh - 88px);

  position: relative;

}



.ban .w_z {

  position: absolute;

  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  background-color: rgba(0, 0, 0, 0.3);

}



.ban .w_z h1 {

  font-size: 62px;

  font-family: OPPOSans-H;

  color: #fff;

  margin-bottom: 10px;

}



.ban .w_z h3 {

  font-size: 35px;

  font-family: OPPOSans-H;

  color: #fff;

  letter-spacing: 2px;

}





.tit {

  margin-bottom: 50px;

  text-align: center

}



.tit h1 {

  font-size: 36px;

  color: #333;

  margin-bottom: 15px;

  position: relative

}



.tit h1::after {

  content: " ";

  position: absolute;

  left: 50%;

  bottom: -12px;

  width: 60px;

  margin-left: -30px;

  height: 0;

  border: 1px solid #f18c16;

}



.tit h3 {

  font-size: 14px;

  color: #666;

  margin-top: 25px;

}



.sy_about {

  padding: 80px 0;

  overflow: hidden;

  font-size: clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 1.255), 30px);

  font-family: OPPOSans-M;

  color: #7979cc;

  line-height: 1.8;

  text-align: center;

}



.ban2 {

  width: 100%;

  height: 70vh;

}



.sy_wz2 {

  padding-top: 110px;

  padding-bottom: 110px;

  max-width: 1000px;

  margin: 0 auto;

}



.sy_wz2 .con {

  width: 1000px;

  margin: 0 auto;

  display: flex;

  flex-wrap: wrap;

}



.sy_wz2 .con .left {

  width: 40%;

}



.sy_wz2 .con .left h2 {

  font-size: clamp(30px, 1.75vw, 34px);

  color: #7979cc;

  font-family: OPPOSans-B;

  letter-spacing: 2px;

}



.sy_wz2 .con .right {

  width: 60%;

  line-height: 1.6;

  color: #444;

  font-family: OPPOSans-M;

}



.sy_wz2 .con .right h3 {

  font-size: 22px;

  font-weight: bold;

  margin-bottom: 20px;

  color: #7979cc

}



.sy_wz2 .con .right .zi {

  font-size: 20px;

  margin-bottom: 20px;

}



.ban3 {

  width: 100%;

  height: 70vh;

  position: relative;

  margin-bottom: 100px;

}



.ban3 .w_z {

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.2);

  display: flex;

  justify-content: center;

  align-items: center;

}



.ban3 .w_z .more a {

  display: block;

  height: 80px;

  width: 260px;

  line-height: 80px;

  text-align: center;

  font-size: 22px;

  color: #fff;

  background: #7979cc;

  font-family: OPPOSans-H;

}





.foot {

  border-top: #eee 1px solid;

  padding: 25px 0;

  overflow: hidden;

}



.foot .t_b {

  text-align: center;

}



.foot .t_b a {

  text-align: center;

  line-height: 36px;

  width: 36px;

  background: #999;

  display: inline-block;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  color: #fff;

  margin: 0 12px;

  border-radius: 20px;

}



.foot .t_b a:hover {

  -webkit-transform: scale(1.09);

  -moz-transform: scale(1.09);

  -o-transform: scale(1.09);

  -ms-transform: scale(1.09);

  transform: scale(1.09);

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.foot .t_b a i {

  font-size: 20px;

}



.ny_about {

  margin: 70px auto

}



.ny_about .left {

  width: 70%;

  padding: 0 30px;

  float: left;

}



.ny_about .left h3 {

  font-size: 30px;

  margin-bottom: 20px;

  color: #7979cc;

  font-family: OPPOSans-B;

}



.ny_about .left .zi {

  font-size: 18px;

  margin-bottom: 25px;

  line-height: 1.8;

  color: #29292A;

  letter-spacing: 1px;

  font-family: OPPOSans-M;

}



.ny_about .right {

  width: 30%;

  padding: 0 0 0 110px;

  float: right;

}



.ny_about .right .b_t {

  font-size: clamp(20px, 1.55vw, 26px);

  color: #7979cc;

  margin-bottom: 20px;

  font-family: OPPOSans-B;

}



.ny_about .right ul li {

  padding: 12px 0;

  font-size: 18px;

  border-bottom: #eee 1px solid;

  font-family: OPPOSans-M;

}



.ny_about .right ul li a {

  color: #999;

}



.ny_about .right ul li:hover a {

  color: #29292A;

}



.ny_yw {

  padding: 80px 0;

  overflow: hidden;

  min-height: 70vh;

}



.ntit {

  font-size: clamp(30px, 1.75vw, 34px);

  margin-bottom: 50px;

  font-family: OPPOSans-B;

  text-align: center;

  color: #7979cc;

}



.ny_yw ul {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap

}



.ny_yw ul li {

  position: relative;

  width: 100%;

  height: 300px;

  margin-bottom: 15px;

}



.ny_yw ul li .t_p {

  overflow: hidden;

  height: 100%

}



.ny_yw ul li .t_p img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  height: 100%;

  object-fit: cover;

}



.ny_yw ul li:hover .t_p img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_yw ul li .w_z {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background-color: rgba(0, 0, 0, 0.3);

  display: flex;

  justify-content: center;

  align-items: center;

  font-family: OPPOSans-H;

  color: #fff;

  font-size: 25px;

  letter-spacing: 1px;

  padding: 15px;

  text-align: center;

  z-index: 5;

}



.ny_ywxq1 {

  padding: 80px 0 70px;

  overflow: hidden;

}



.ny_ywxq1 h1 {

  font-size: 30px;

  margin-bottom: 20px;

  color: #7979cc;

  font-family: OPPOSans-B;

  text-align: center;

  width: 100%;
}



.ny_ywxq1 h1 a {

  color: #7979cc;

}



.ny_ywxq1 .zi {

  font-size: 18px;

  margin-bottom: 25px;

  line-height: 1.8;

  color: #29292A;

  letter-spacing: 1px;

  font-family: OPPOSans-M;

}



.ny_ywxq1 .zi a {

  font-family: OPPOSans-M;

  font-size: 18px;

  color: rgb(68, 68, 68);

  line-height: 1.8;

  display: inline-block;

  margin: 0 12px;

}



.ny_ywxq1 .zi a:hover {

  text-decoration: underline;

}



.ny_ywxq1 .sqbm {}



.ny_ywxq1 .sqbm .box {

  width: 50%;

}

.ny_ywxq1 .sqbm {display: flex;flex-wrap: wrap;}



.ny_ywxq1 .sqbm .a_n {

  font-family: OPPOSans-M;

  font-size: 20px;

  color: #444;

  height: 70px;

  width: 360px;

  background: #7979cc;

  text-align: center;

  border-radius: 6px;

  line-height: 70px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  margin-bottom: 10px;

}



.ny_ywxq1 .sqbm .a_n a {

  color: #fff;

}



.ny_ywxq1 .sqbm .a_n:hover {

  background: #6060aa;

}



.ny_ywxq1 .sqbm .a_n:hover a {

  color: #fff;

}



.ny_ywxq1 .sqbm .a_n:hover a i {

  margin-right: 10px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.ny_ywxq1 .sqbm .a_n a i {

  font-size: 20px;

  margin-right: 15px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.ny_ywxq1 .sqbm .lxfs {

  line-height: 1.8;

  font-size: 18px;

  font-family: OPPOSans-M;

  color: rgb(68, 68, 68);

  margin-bottom: 20px;

}



.ny_ywxq1 .sqbm img {

  width: 140px;

  margin-top: 15px;

}



.ny_ywxq1 .sqbm .box.fr {}













.ny_ywxq2 {

  padding-bottom: 60px;

}



.ny_ywxq2 h1 {

  font-size: 30px;

  font-family: OPPOSans-B;

  margin-bottom: 15px;

  color: #7979cc;

}



.ny_ywxq2 ul {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap

}



.ny_ywxq2 ul li {

  width: 49%;

  position: relative;

  margin-bottom: 2%;

}



.ny_ywxq2 ul li .t_p {

  overflow: hidden;

}



.ny_ywxq2 ul li .t_p img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_ywxq2 ul li:hover .t_p img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_ywxq2 ul li .w_z {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background-color: rgba(0, 0, 0, 0.3);

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 15px;

  text-align: center;

  z-index: 5;

  flex-direction: column;

}



.ny_ywxq2 ul li .w_z h3 {

  font-size: 26px;

  color: #fff;

  font-family: OPPOSans-H;

  margin-bottom: 15px;

}



.ny_ywxq2 ul li .w_z p {

  margin-bottom: 10px;

  color: #fff;

  font-family: OPPOSans-M;

  font-size: 16px;

  line-height: 1.6;

  opacity: 0.9

}



.ny_ywxq3 {

  padding-bottom: 60px;

  padding-top: 60px;

  background: #f5f5f5;

}



.ny_ywxq3 h1 {

  font-size: 30px;

  font-family: OPPOSans-B;

  margin-bottom: 15px;

  color: #7979cc;

}



.ny_ywxq3 .zi {

  font-family: OPPOSans-M;

  font-size: 18px;

  line-height: 1.6;

  color: #444;

}



.ny_ywxq4 {

  padding: 60px 0;

  overflow: hidden;

}



.ny_ywxq4 ul {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.ny_ywxq4 ul li:first-child {

  width: 38%

}



.ny_ywxq4 ul li {

  width: 28%;

}



.ny_ywxq4 h1 {

  font-size: 34px;

  line-height: 2;

  font-family: OPPOSans-H;

  margin-bottom: 25px;

  color: #7979cc;

}



.ny_ywxq4 .zi {

  font-family: OPPOSans-M;

  font-size: 18px;

  color: #444;

  width: 200px;

  height: 60px;

  background: #fff;

  text-align: center;

  border-radius: 6px;

  line-height: 60px;

  transition: all .3s;

  border: #333 1px solid;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.ny_ywxq4 .zi a {

  color: #333;

}



.ny_ywxq4 .zi:hover {

  background: #7979cc;

}



.ny_ywxq4 .zi:hover a {

  color: #fff;

}



.ny_ywxq4 .zi:hover a i {

  margin-right: 10px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.ny_ywxq4 .zi a i {

  font-size: 20px;

  margin-right: 15px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.ny_ywxq4 ul li img {

  width: 100%;

  display: block;

}



.ny_ywxq5 {

  padding: 60px 0;

  overflow: hidden;

  background: #f5f5f5;

}



.ny_ywxq5 .con {}



.ny_ywxq5 .left {

  width: 50%;

  float: left;

}



.ny_ywxq5 h1 {

  font-size: 30px;

  font-family: OPPOSans-B;

  margin-bottom: 25px;

  color: #7979cc;

}



.ny_ywxq5 .zi {

  font-family: OPPOSans-M;

  font-size: 18px;

  color: #444;

  line-height: 1.8;

}



.ny_ywxq5 .right {

  width: 50%;

  float: left

}



.ny_ywxq5 .a_n {

  font-family: OPPOSans-M;

  font-size: 18px;

  color: #444;

  display: inline-block;

  width: 360px;

  height: 70px;

  background: #fff;

  text-align: center;

  border-radius: 6px;

  line-height: 70px;

  transition: all .3s;

  border: #333 1px solid;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  float: left;

  margin-right: 20px;

}



.ny_ywxq5 .a_n:last-child {

  margin-right: 0;

}



.ny_ywxq5 .a_n a {

  color: #333;

}



.ny_ywxq5 .a_n:hover {

  background: #7979cc;

}



.ny_ywxq5 .a_n:hover a {

  color: #fff;

}



.ny_ywxq5 .a_n:hover a i {

  margin-right: 10px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.ny_ywxq5 .a_n a i {

  font-size: 20px;

  margin-right: 15px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.yw2_p1 {

  padding: 80px 0;

}



.yw2_p1 .con {}



.yw2_p1 li {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  align-items: center;

  padding-bottom: 50px;

  flex-direction: row;

}



.yw2_p1 li:nth-child(2n) {}



.yw2_p1 .w_z {

  width: 48%;

}



.yw2_p1 .t_p {

  width: 48%;

}



.yw2_p1 img {

  width: 100%;

}



.yw2_p1 h1 {

  font-size: 30px;

  margin-bottom: 20px;

  color: #7979cc;

  font-family: OPPOSans-B;

}



.yw2_p1 .zi {

  font-size: 18px;

  margin-bottom: 25px;

  line-height: 1.8;

  color: #29292A;

  letter-spacing: 1px;

  font-family: OPPOSans-M;

}



.ny_jcjj {}



.ny_jcjj .box {

  padding-bottom: 30px;

}



.ny_jcjj .box h1 {

  font-size: 30px;

  margin-bottom: 20px;

  color: #7979cc;

  font-family: OPPOSans-B;

}



.ny_jcjj .box ul {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.ny_jcjj .box li {

  width: 48%;

  margin-bottom: 15px;

}



.ny_jcjj .box li .t_p {

  position: relative;

  padding-bottom: 60%;

}



.ny_jcjj .box li .t_p img {

  position: absolute;

  width: 100%;

  left: 0;

  top: 0;

  height: 100%;

  object-fit: cover;

}



.ny_jcjj .box li h4 {

  margin: 10px 0;

  text-align: center;

  font-size: 16px;

  color: #333;

  font-family: OPPOSans-M;

}



.ny_jcjj li img {

  width: 100%;

  display: block;

}



/*联系我们*/

.ny_lx {

  padding: 80px 0;

  overflow: hidden;

}



.ny_lx .ntit {

  text-align: left;

}



.ny_lx .l_y {

  width: 60%;

  float: left;

}



.ny_lx h1 {

  font-size: 34px;

  margin-bottom: 25px;

  color: #7979cc;

  font-family: OPPOSans-B;

}



.ny_lx .l_y .box {

  margin-bottom: 20px;

}



.ny_lx .l_y input.w_z {

  width: 100%;

  height: 60px;

  font-size: 16px;

  line-height: 60px;

  border: 1px solid #ccc;

  padding: 0 22px;

  box-sizing: border-box;

  background: #fff;

  position: relative;

  color: #000;

  font-family: OPPOSans-M;

}



.ny_lx .l_y .wz {

  color: #ff0000;

  left: 14px;

  top: 12px;

  position: absolute;

  font-size: 18px;

  z-index: 9;

}



.ny_lx .l_y input.a_n {

  width: 100%;

  height: 60px;

  background-color: #29292A;

  font-size: 18px;

  font-weight: bold;

  color: #fff;

  line-height: 60px;

  border-radius: 4px;

}



.ny_lx .l_y textarea {

  width: 100%;

  height: 200px;

  padding: 5px 18px;

  border: 1px solid #e6e6e6;

  outline: none;

  resize: none;

  font-size: 16px;

  line-height: 40px;

  margin-bottom: 20px;

  box-sizing: border-box;

  color: #000;

  font-family: OPPOSans-M;

}



.ny_lx .x_x {

  width: 36%;

  float: right;

}



.ny_lx .x_x h1 {

  font-size: 24px;

  font-weight: bold;

  margin-bottom: 25px;

}



.ny_lx .x_x .box {

  margin-bottom: 30px;

  font-size: 18px;

  line-height: 1.8;

  color: #29292A;

  font-family: OPPOSans-M;

}



.ny_lx .x_x .e_wm {

  margin-top: 15px;

}



.ny_lx .x_x .e_wm img {

  width: 130px;

  display: block;

}















@media only screen and (max-width:1200px) {



  .container {

    width: 94%;

    margin: 0 auto;

    -moz-box-sizing: border-box;

    /*Firefox3.5+*/

    -webkit-box-sizing: border-box;

    /*Safari3.2+*/

    -o-box-sizing: border-box;

    /*Opera9.6*/

    -ms-box-sizing: border-box;

    /*IE8*/

    box-sizing: border-box;

  }



  .ban {

    height: 20rem;

    background-attachment: inherit !important;

  }



  .ban .w_z h1 {

    font-size: 40px;

  }



  .ban .w_z h3 {

    font-size: 25px;

  }



  .sy_about {

    padding: 40px 0;

  }



  .ban2 {

    height: 40vh;

    background-attachment: scroll !important;

  }



  .sy_wz2 {

    padding-top: 50px;

    padding-bottom: 50px;

    max-width: 94%;

  }



  .sy_wz2 .con {

    width: 100%;

  }



  .sy_wz2 .con .left {

    width: 30%;

  }



  .sy_wz2 .con .right {

    width: 70%;

  }



  .sy_wz2 .con .right .zi {

    font-size: 18px;

  }



  .ban3 {

    height: 40vh;

    background-attachment: scroll !important;

    margin-bottom: 30px;

  }



  .ban3 .w_z .more a {

    height: 60px;

    width: 200px;

    line-height: 60px;

    text-align: center;

    font-size: 18px;

  }



  .ny_about {

    margin: 40px auto;

  }



  .con {

    width: 94%;

  }



  .ny_about .right {

    width: 100%;

    padding: 0 0 30px 0px;

  }



  .ny_about .left {

    width: 100%;

    padding: 0 0px;

  }



  .ny_about .left h3 {

    font-size: 26px;

  }



  .ny_about .right .b_t {

    font-size: 26px;

    margin-bottom: 10px;

  }



  .ny_jcjj .box h1 {

    font-size: 26px;

    margin-bottom: 20px;

  }



  .ny_lx {

    padding: 40px 0;

  }



  .ntit {

    font-size: clamp(28px, 1.65vw, 30px);

    margin-bottom: 20px;

  }



  .ny_lx .l_y {

    width: 100%;

  }



  .ny_lx .l_y input.w_z {

    width: 100%;

    height: 40px;

    font-size: 16px;

    line-height: 40px;

    padding: 0 15px;

  }



  .ny_lx .l_y .box {

    margin-bottom: 10px;

  }



  .ny_lx .l_y textarea {

    height: 140px;

    padding: 5px 15px;

  }



  .ny_lx .l_y input.a_n {

    height: 50px;

    font-size: 16px;

    line-height: 50px;

  }



  .ny_lx .x_x {

    width: 100%;

    margin-top: 20px;

  }



  .ny_yw {

    padding: 40px 0;

  }



  .ny_ywxq1 {

    padding: 40px 0 30px;

  }



  .ny_ywxq4 {

    padding: 30px 0;

  }



  .ny_ywxq4 h1 {

    font-size: 26px;

  }



  .ny_ywxq5 .a_n {

    width: 300px;

    height: 50px;

    line-height: 50px;

    margin-right: 0px;

  }



  .ny_ywxq1 .sqbm .a_n {

    font-size: 18px;

    height: 50px;

    width: 300px;

    line-height: 50px;

  }



  .ny_ywxq2 {

    padding-bottom: 30px;

  }



  .ny_ywxq3 {

    padding-bottom: 30px;

    padding-top: 30px;

  }



  .ny_ywxq1 h1 {

    font-size: 26px;

  }



  .ny_ywxq4 ul li {

    width: 24%;

  }



  .ny_ywxq4 ul li:first-child {

    width: 50%;

  }



  .ny_ywxq4 .zi {

    height: 50px;

    line-height: 50px;

  }



  .ny_ywxq3 h1 {

    font-size: 26px;

  }



  .ny_ywxq2 h1 {

    font-size: 26px;

  }



  .ny_ywxq2 ul li .w_z h3 {

    font-size: 22px;

    margin-bottom: 10px;

  }



  .yw2_p1 {

    padding: 40px 0;

  }



  .yw2_p1 h1 {

    font-size: 26px;

    margin-bottom: 15px;

  }



  .yw2_p1 .zi {

    font-size: 16px;

    margin-bottom: 20px;

    letter-spacing: 0;

  }















}



@media only screen and (max-width:600px) {



  .tit {

    margin-bottom: 30px;

  }



  .tit h1 {

    font-size: 2.5rem;

  }



  .ban .w_z h1 {

    font-size: 2.2rem;

  }



  .ban .w_z h3 {

    font-size: 1.8rem;

    letter-spacing: 0;

  }



  .sy_wz2 .con .left {

    width: 100%;

    margin-bottom: 20px;

  }



  .sy_wz2 {

    padding-top: 40px;

    padding-bottom: 40px;

    max-width: 90%;

  }



  .sy_wz2 .con .left h2 {

    font-size: clamp(28px, 1.65vw, 30px);

    letter-spacing: 1px;

  }



  .sy_wz2 .con .right {

    width: 100%;

  }



  .sy_wz2 .con .right .zi {

    font-size: 16px;

  }



  .sy_wz2 .con .right h3 {

    font-size: 20px;

    margin-bottom: 15px;

  }



  .foot .t_b a {

    margin: 0 6px;

  }



  .ny_about .right ul li {

    font-size: 16px;

  }



  .ny_about .left .zi {

    font-size: 16px;

    margin-bottom: 20px;

  }



  .con {

    width: 90%;

  }



  .ny_jcjj .box li {

    width: 100%;

  }



  .ny_lx .x_x .box {

    margin-bottom: 20px;

    font-size: 1.4rem;

  }



  .ny_lx .l_y input.w_z {

    font-size: 1.4rem;

  }



  .ny_lx .l_y textarea {

    height: 120px;

    font-size: 1.4rem

  }



  .ny_yw ul li .w_z {

    font-size: 20px;

  }



  .ny_ywxq1 .zi {

    font-size: 16px;

    margin-bottom: 0px;

    line-height: 1.8;

    letter-spacing: 0;

  }



  .ny_ywxq4 ul {

    flex-wrap: wrap

  }



  .ny_ywxq4 ul li:first-child {

    width: 100%;

    margin-bottom: 20px;

  }



  .ny_ywxq4 ul li {

    width: 48%;

  }



  .ny_ywxq4 h1 {

    font-size: 22px;

    line-height: 1.8;

  }



  .ny_ywxq5 {

    padding: 30px 0;

  }



  .ny_ywxq5 h1 {

    font-size: 22px;

    margin-bottom: 20px;

  }



  .ny_ywxq5 .left {

    width: 100%;

    margin-bottom: 10px;

  }



  .ny_ywxq5 .a_n {

    width: 100%;

  }



  .ny_ywxq5 .right {

    width: 100%;

  }



  .ny_ywxq1 h1 {

    font-size: 22px;

  }



  .ny_ywxq1 .sqbm .box {

    width: 100%;

  }



  .ny_ywxq1 .sqbm .a_n {

    width: 100%;

  }



  .ny_ywxq2 h1 {

    font-size: 22px;

  }



  .ny_ywxq2 ul li {

    width: 100%;

  }



  .ny_ywxq2 ul li .w_z h3 {

    font-size: 20px;

  }



  .ny_ywxq3 h1 {

    font-size: 22px;

  }



  .ny_ywxq3 .zi {

    font-size: 16px;

  }



  .yw2_p1 .w_z {

    width: 100%;

  }



  .yw2_p1 .t_p {

    width: 100%;

  }



  .yw2_p1 h1 {

    font-size: 22px;

  }



  .yw2_p1 li:nth-child(2n) {

    flex-direction: column-reverse;

  }



  .yw2_p1 li {

    padding-bottom: 20px;

  }



  .ny_jcjj .box h1 {

    font-size: 22px;

  }



















































}