@charset "utf-8";
@font-face {
  font-family: 'Impact';
  src: url('Impact.ttf');
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.18rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  transition: 0.5s;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: top;
  transition: 0.5s;
}
.sy_one .type li:hover h3,
.sy_one .type li.sel h3 {
  color: #004392;
}
.sy_one .type li:hover .img,
.wh_list li .nei:hover .pimg img,
.jj_three .img_box:hover .img,
.wh_one .pimg:hover img,
.lx_two .pimg:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 84%;
  max-width: 1620px;
}
@media (max-width: 1800px) {
  .container {
    width: 92%;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 88%;
  }
}
@media (max-width: 1320px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
.pd80 {
  padding: 80px 0;
}
@media (max-width: 1320px) {
  .pd80 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .pd80 {
    padding: 25px 0;
  }
}
.pt80 {
  padding-top: 80px;
}
@media (max-width: 1320px) {
  .pt80 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt80 {
    padding-top: 20px;
  }
}
.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 1320px) {
  .pb80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb80 {
    padding-bottom: 20px;
  }
}
.mt100 {
  margin-top: 100px;
}
@media (max-width: 1320px) {
  .mt100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt100 {
    margin-top: 30px;
  }
}
.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 1320px) {
  .mb40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mb40 {
    margin-bottom: 10px;
  }
}
.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background-color: #f5f5f5;
}
/* 公共标题 */
.title_img {
  text-align: center;
  padding: 100px 0;
}
.title_img img {
  max-height: 110px;
}
@media (max-width: 1320px) {
  .title_img {
    padding: 60px 0;
  }
  .title_img img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .title_img {
    padding: 30px 0;
  }
  .title_img img {
    max-height: 56px;
  }
}
/* 占位标签，设置导航样式 */
#placeholder {
  height: 110px;
}
@media (max-width: 1320px) {
  #placeholder {
    height: 80px;
  }
}
@media (max-width: 767px) {
  #placeholder {
    height: 60px;
  }
}
/*顶部*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 110px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: #fff;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  /*顶部logo*/
  /*顶部pc导航*/
  /*顶部导航开关*/
  /*顶部移动端导航*/
  /* 首页专属导航 */
}
@media (max-width: 1600px) {
  #header {
    font-size: 14px;
  }
}
@media (max-width: 1320px) {
  #header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  #header {
    height: 60px;
  }
}
#header.head-move {
  top: -105px;
}
#header.style2 {
  color: #666;
}
#header a {
  color: #222222;
  transition: all 0.5s;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 200;
  height: 110px;
}
@media (max-width: 1320px) {
  #header .container {
    padding: 0 20px;
    width: 100%;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #header .container {
    padding: 0 1rem;
    height: 60px;
  }
}
#header .logo {
  display: flex;
  align-items: center;
}
#header .logo .img-box {
  display: flex;
  align-items: center;
}
#header .logo .img-box img {
  height: 50px;
}
@media (max-width: 1600px) {
  #header .logo .img-box img {
    height: 46px;
  }
}
@media (max-width: 1440px) {
  #header .logo .img-box img {
    height: 42px;
  }
}
@media (max-width: 1320px) {
  #header .logo .img-box img {
    height: 32px;
  }
}
#header .logo .img-box .logo1 {
  display: none;
}
#header .logo .img-box .logo2 {
  display: block;
}
#header .left {
  display: flex;
  align-items: center;
  height: 110px;
}
@media (max-width: 1320px) {
  #header .left {
    height: 60px;
  }
}
#header .left .zi {
  margin-left: 25px;
  height: 42px;
}
@media (max-width: 1600px) {
  #header .left .zi {
    height: 40px;
    margin-left: 20px;
  }
}
@media (max-width: 1440px) {
  #header .left .zi {
    height: 35px;
    margin-left: 20px;
  }
}
@media (max-width: 1320px) {
  #header .left .zi {
    height: 30px;
  }
}
@media (max-width: 767px) {
  #header .left .zi {
    display: none;
  }
}
#header .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media (max-width: 1320px) {
  #header .right {
    flex-wrap: nowrap;
  }
}
#header .right .search {
  text-align: right;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 1320px) {
  #header .right .search {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #header .right .search {
    display: none;
  }
}
#header .right .search .txt {
  border-bottom: 1px solid #EEEEEE;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  width: 190px;
}
@media (max-width: 1320px) {
  #header .right .search .txt {
    width: 140px;
  }
}
#header .right .search .btn {
  width: 40px;
  height: 40px;
  background: url(../images/ss1.png) no-repeat left center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 11;
  cursor: pointer;
}
#header .nav {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 60px;
}
@media (max-width: 1600px) {
  #header .nav {
    font-size: 18px;
    margin-right: -13px;
  }
}
@media (max-width: 1440px) {
  #header .nav {
    font-size: 15px;
    margin-right: -10px;
  }
}
@media (max-width: 1320px) {
  #header .nav {
    display: none;
  }
}
#header .nav li {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 20px;
  transition: 0.5s;
}
@media (max-width: 1600px) {
  #header .nav li {
    padding: 0 10px;
  }
}
@media (max-width: 1440px) {
  #header .nav li {
    padding: 0 10px;
  }
  #header .nav li a {
    font-size: 15px;
  }
}
#header .nav li.on {
  background-size: 36px 2px;
}
#header .nav img {
  height: 50px;
}
@media (max-width: 1440px) {
  #header .nav img {
    height: 40px;
  }
}
#header .nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 150px;
  line-height: 46px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
}
#header .nav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  position: relative;
}
#header .nav ul li a {
  color: #222;
  font-size: 15px;
  display: block;
  width: 100%;
}
#header .nav ul li a:hover {
  background: #004392 !important;
  color: #fff !important;
  font-weight: bold;
}
#header .nav ul li:hover dl {
  display: block;
}
#header .switch {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/btn1.png) no-repeat center center;
  background-size: 100%;
  margin-left: 15px;
}
@media (max-width: 1320px) {
  #header .switch {
    display: block;
  }
}
@media (max-width: 767px) {
  #header .switch {
    background-size: 80%;
  }
}
#header .nav2 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8) !important;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  #header .nav2 {
    top: 60px;
  }
}
#header .nav2 > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav2 li {
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
@media (max-width: 767px) {
  #header .nav2 li {
    padding: 0 1rem;
  }
}
#header .nav2 li .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/jt4.png) no-repeat right center;
  background-size: 12px;
}
#header .nav2 li.sel {
  background-color: #000000;
}
#header .nav2 li.sel .title-box {
  background: url(../images/jt5.png) no-repeat right center;
  background-size: 12px;
}
#header .nav2 li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  width: 100%;
  display: block;
}
#header .nav2 li a:hover,
#header .nav2 li.on > a {
  color: #004392;
}
#header .nav2 li ul {
  display: none;
}
#header .nav2 li ul a {
  padding: 0 15px;
}
#header .nav2 li ul dl a {
  padding-left: 50px;
}
#header .nav_home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_02.png) no-repeat bottom center !important;
  background-size: cover;
  padding: 130px 9%;
  z-index: 100;
  display: none;
}
#header .nav_home .nav_ul {
  position: relative;
}
#header .nav_home li {
  border: 0;
  line-height: 80px;
  background: url(../images/bg_03.png) repeat-y 18% top;
}
#header .nav_home li a,
#header .nav_home li .title {
  font-size: 26px;
  color: #000;
  cursor: pointer;
  text-align: left;
  display: block;
  width: 20%;
}
#header .nav_home li:hover {
  background: url(../images/bg_03-sel.png) repeat-y 18% center;
}
#header .nav_home li:hover ul {
  display: block;
}
#header .nav_home li:hover a {
  color: #004392;
}
#header .nav_home li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 30%;
  height: 100%;
}
#header .nav_home li ul li {
  background: none !important;
}
#header .nav_home li ul li a {
  color: #000 !important;
  font-size: 22px;
  width: 100%;
  line-height: 70px;
}
#header .nav_home li ul li a:hover {
  color: #004392 !important;
}
#header .nav li.on > a,
#header .nav li:hover > a {
  color: #004392;
  font-weight: bold;
}
#header .nav > li > a::before {
  background: #004392;
}
#header.home_header {
  height: 110px;
  background: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1320px) {
  #header.home_header {
    height: 80px;
    background: #fff;
    position: sticky;
    top: 0;
  }
}
@media (max-width: 767px) {
  #header.home_header {
    height: 60px;
    background: #fff;
  }
}
#header.home_header .left {
  height: 80px;
}
#header.home_header .logo .logo1 {
  display: block;
}
#header.home_header .logo .logo2 {
  display: none ;
}
@media (max-width: 1320px) {
  #header.home_header .logo .logo1 {
    display: none;
  }
  #header.home_header .logo .logo2 {
    display: block ;
  }
}
#header.home_header .nav {
  display: none;
}
#header.home_header .right {
  flex-wrap: nowrap;
}
#header.home_header .right .search {
  padding-top: 0;
}
#header.home_header .right .search .txt {
  background: rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  border-radius: 40px;
  border: 0;
  color: #fff;
  width: 140px;
  height: 34px;
  line-height: 34px;
}
#header.home_header .right .search .btn {
  top: 0;
  height: 34px;
  background: url(../images/ss2.png) no-repeat 12px center;
}
#header.home_header .right .search .txt::-webkit-input-placeholder {
  color: #fff;
}
#header.home_header .right .search .txt:-moz-placeholder {
  color: #fff;
}
#header.home_header .right .search .txt::-moz-placeholder {
  color: #fff;
}
#header.home_header .right .search .txt:-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 1320px) {
  #header.home_header .right .search .txt {
    border-bottom: 1px solid #EEEEEE;
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
    background: url(../images/ss1.png) no-repeat left center;
    width: 190px;
    border-radius: 0;
    color: #000;
  }
  #header.home_header .right .search .txt .btn {
    background: url(../images/ss1.png) no-repeat left center;
  }
  #header.home_header .right .search .txt::-webkit-input-placeholder {
    color: #ccc;
  }
  #header.home_header .right .search .txt:-moz-placeholder {
    color: #ccc;
  }
  #header.home_header .right .search .txt::-moz-placeholder {
    color: #ccc;
  }
  #header.home_header .right .search .txt:-ms-input-placeholder {
    color: #ccc;
  }
}
@media (max-width: 1320px) and (max-width: 1320px) {
  #header.home_header .right .search .txt {
    width: 140px;
  }
}
#header.home_header .switch {
  display: block;
  background: url(../images/btn2.png) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 1320px) {
  #header.home_header .switch {
    background: url(../images/btn1.png) no-repeat center center;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  #header.home_header .switch {
    background-size: 80%;
  }
}
@media (max-width: 1320px) {
  .open #header .nav2 {
    height: calc(100vh - 60px);
  }
}
.open #header .nav_home {
  display: block;
}
@media (max-width: 1320px) {
  .open #header .nav_home {
    display: none;
  }
}
.open #header .logo .img-box .logo1 {
  display: none;
}
.open #header .logo .img-box .logo2 {
  display: block;
}
.open #header .switch {
  background: url(../images/btn2-sel.png) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .open #header .switch {
    background-size: 80%;
  }
}
.homePage.open #header {
  background: #fff;
}
/* 底部 */
#footer {
  background: #014491;
  background-size: cover;
  color: #fff;
  margin-top: -1px;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 1320px) {
  #footer {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer {
    margin-top: 20px;
  }
}
#footer .waves {
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  position: relative;
}
@media (max-width: 1320px) {
  #footer .waves {
    height: 70px;
  }
}
@media (max-width: 767px) {
  #footer .waves {
    height: 30px;
  }
}
#footer .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
#footer .waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
#footer .waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
#footer .waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
#footer .waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
#footer .container {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  #footer .container {
    flex-wrap: wrap;
  }
}
#footer .left {
  display: flex;
}
@media (max-width: 1320px) {
  #footer .left {
    width: 100%;
  }
}
#footer .left li {
  width: 150px;
}
@media (max-width: 1320px) {
  #footer .left li {
    width: 50%;
  }
}
#footer .left h3 {
  line-height: 50px;
}
@media (max-width: 767px) {
  #footer .left h3 {
    line-height: 40px;
    font-size: 14px;
  }
}
#footer .left p {
  line-height: 34px;
}
@media (max-width: 767px) {
  #footer .left p {
    line-height: 26px;
  }
}
#footer .left p a {
  color: #99B3D3;
  font-size: 14px;
  transition: 0.5s;
}
#footer .left p a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  #footer .left p a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #footer .right {
    width: 100%;
    padding-top: 20px;
  }
}
#footer .right .top {
  display: flex;
}
#footer .right .top .nei {
  text-align: right;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 25px;
}
@media (max-width: 1320px) {
  #footer .right .top .nei {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #footer .right .top .nei {
    margin-right: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#footer .right .top .nei strong {
  width: 100%;
  display: block;
  font-size: 28px;
  padding-top: 25px;
  line-height: 40px;
}
@media (max-width: 1320px) {
  #footer .right .top .nei strong {
    font-size: 24px;
    padding-top: 15px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  #footer .right .top .nei strong {
    font-size: 22px;
  }
}
#footer .right .top .nei .dizhi {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
#footer .right .top .ma {
  height: 110px;
  flex-shrink: 0;
}
@media (max-width: 1320px) {
  #footer .right .top .ma {
    height: 100px;
  }
}
#footer .right .links {
  text-align: right;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #footer .right .links {
    text-align: left;
    padding: 30px 20px;
  }
}
#footer .right .links select {
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  width: 240px;
  color: rgba(255, 255, 255, 0.7);
  background: url(../images/bg_06.png) no-repeat 95% center;
  background-size: 24px;
  cursor: pointer;
}
#footer .right .links select option {
  color: #000;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #footer .right .links select {
    width: 100%;
  }
}
#footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #99B3D3;
  padding: 20px 0;
  line-height: 30px;
}
@media (max-width: 1320px) {
  #footer .bottom {
    flex-wrap: wrap;
  }
}
#footer .bottom dd {
  padding: 0 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #footer .bottom dd {
    font-size: 13px;
    line-height: 28px;
  }
}
/* 顶部banner */
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
.banner .txt_box .title {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
}
@media (max-width: 1320px) {
  .banner .txt_box .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .banner .txt_box .title {
    font-size: 22px;
    line-height: 40px;
  }
}
/*首页轮播图*/
.bannerLB {
  position: relative;
}
.bannerLB .swiper-slide {
  overflow: hidden;
  background: #fff;
}
.bannerLB .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .bannerLB .swiper-slide img {
    height: 40vh;
  }
}
@media (max-width: 767px) {
  .bannerLB .swiper-slide img {
    height: 30vh;
  }
}
.bannerLB .swiper-slide .yd {
  display: none;
}
@media (max-width: 1320px) {
  .bannerLB .swiper-slide .yd {
    display: block;
  }
}
@media (max-width: 1320px) {
  .bannerLB .swiper-slide .pc {
    display: none;
  }
}
.bannerLB .pagination {
  position: absolute;
  bottom: 10vh;
  z-index: 100;
  text-align: center;
  width: 5px;
  left: 90%;
  display: flex;
  flex-wrap: wrap;
}
.bannerLB .pagination .swiper-pagination-bullet {
  width: 3px;
  height: 25px;
  background: #fff;
  opacity: 1;
  margin: 3px 1px;
  border-radius: 0;
}
@media (max-width: 1320px) {
  .bannerLB .pagination .swiper-pagination-bullet {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .bannerLB .pagination .swiper-pagination-bullet {
    height: 12px;
    width: 2px;
    margin: 4px 1px;
  }
}
.bannerLB .pagination .swiper-pagination-bullet-active {
  background: #004392;
}
@media (max-width: 1320px) {
  .bannerLB .pagination {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .bannerLB .pagination {
    bottom: 10px;
    left: 94%;
  }
}
.bannerLB .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
.bannerLB .txt_box .title {
  background: url(../images/bg_05.png) no-repeat left bottom;
  background-size: 45px 4px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  padding-bottom: 35px;
}
@media (max-width: 1320px) {
  .bannerLB .txt_box .title {
    font-size: 34px;
    background-size: 35px 3px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .bannerLB .txt_box .title {
    font-size: 22px;
    background-size: 24px 2px;
    padding-bottom: 15px;
    line-height: 40px;
  }
}
/* 首页 */
.sy_one {
  position: relative;
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sy_one {
    flex-wrap: wrap;
  }
}
.sy_one .dong {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sy_one .ul_left {
  width: 47%;
  padding: 100px 8% 40px 8%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1320px) {
  .sy_one .ul_left {
    padding: 60px 20px;
    width: 46%;
  }
}
@media (max-width: 767px) {
  .sy_one .ul_left {
    width: 100%;
    padding: 30px 15px;
  }
}
.sy_one .ul_left .title {
  color: #222222;
  line-height: 60px;
  font-size: 36px;
  font-weight: bold;
  background: url(../images/bg_01.png) no-repeat left bottom;
  padding-bottom: 30px;
}
@media (max-width: 1320px) {
  .sy_one .ul_left .title {
    line-height: 40px;
    font-size: 24px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sy_one .ul_left .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.sy_one .ul_left .top {
  padding: 60px 0 40px 0;
  line-height: 50px;
  color: #222222;
  font-size: 36px;
}
@media (max-width: 1320px) {
  .sy_one .ul_left .top {
    padding: 25px 0;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .sy_one .ul_left .top {
    font-size: 20px;
    line-height: 28px;
    padding: 23px 0;
  }
}
.sy_one .ul_left .top .t1,
.sy_one .ul_left .top .t2 {
  color: #CCCCCC;
  font-size: 54px;
}
@media (max-width: 1320px) {
  .sy_one .ul_left .top .t1,
  .sy_one .ul_left .top .t2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sy_one .ul_left .top .t1,
  .sy_one .ul_left .top .t2 {
    font-size: 24px;
  }
}
.sy_one .ul_left .top .t2 {
  color: #004392;
  font-weight: bold;
  padding-left: 10px;
}
@media (max-width: 1320px) {
  .sy_one .ul_left .top .t2 {
    padding-left: 5px;
  }
}
.sy_one .ul_left .desc {
  line-height: 30px;
  color: #5B5B5B;
  text-align: justify;
}
@media (max-width: 1320px) {
  .sy_one .ul_left .desc {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sy_one .ul_left .desc {
    line-height: 26px;
  }
}
.sy_one .ul_left .more {
  background: #004392;
  color: #fff;
  display: inline-block;
  width: 150px;
  line-height: 44px;
  text-align: center;
  border-radius: 40px;
}
.sy_one .ul_left .more:hover {
  background: #004DAA;
}
@media (max-width: 1320px) {
  .sy_one .ul_left .more {
    font-size: 14px;
    width: 120px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .sy_one .ul_left .more {
    font-size: 13px;
    width: 110px;
    line-height: 34px;
  }
}
.sy_one .type {
  width: 17%;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1320px) {
  .sy_one .type {
    padding-bottom: 70px;
    width: 16%;
  }
}
@media (max-width: 767px) {
  .sy_one .type {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: space-between;
  }
}
.sy_one .type li {
  height: 33%;
  border-bottom: 1px solid #F7F7F7;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sy_one .type li:last-child {
  border: 0;
}
@media (max-width: 1320px) {
  .sy_one .type li {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .sy_one .type li {
    border: 0;
    width: 50%;
    height: 120px;
  }
}
.sy_one .type .img {
  height: 44px;
}
@media (max-width: 1320px) {
  .sy_one .type .img {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .sy_one .type .img {
    height: 32px;
  }
}
.sy_one .type h3 {
  color: #666666;
  padding-top: 10px;
}
@media (max-width: 1320px) {
  .sy_one .type h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sy_one .type h3 {
    font-size: 14px;
    padding-top: 5px;
  }
}
.sy_one .rightImg {
  width: 36%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}
.sy_one .rightImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sy_one .rightImg {
    display: none;
  }
}
.sy_news {
  background: #EFF4F8;
  padding: 80px 0;
}
@media (max-width: 1320px) {
  .sy_news {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .sy_news {
    padding: 30px 0 10px 0;
  }
}
.sy_news .list {
  display: flex;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .sy_news .list {
    padding: 70px 0 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sy_news .list li {
  width: 31%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .sy_news .list li {
    width: 49%;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.sy_news .list .li {
  padding-right: 0;
  width: 38%;
}
@media (max-width: 767px) {
  .sy_news .list .li {
    width: 100%;
    padding-bottom: 15px;
  }
}
.sy_news .list .img {
  width: 100%;
  display: block;
  height: 280px;
}
@media (max-width: 1320px) {
  .sy_news .list .img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .sy_news .list .img {
    height: 120px;
  }
}
.sy_news .list .nei {
  background: #fff;
  height: 280px;
  padding: 40px;
  display: block;
  border-bottom: 1px solid #EFEFEF;
}
@media (max-width: 1320px) {
  .sy_news .list .nei {
    height: 240px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .sy_news .list .nei {
    height: auto;
    padding: 15px;
  }
}
.sy_news .list .nei:hover .title {
  color: #004392;
}
.sy_news .list .nei .title {
  font-weight: bold;
  font-size: 20px;
  color: #222;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1320px) {
  .sy_news .list .nei .title {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .sy_news .list .nei .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.sy_news .list .nei .desc {
  margin: 20px 0;
  color: #999999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
@media (max-width: 1320px) {
  .sy_news .list .nei .desc {
    margin: 15px 0;
    font-size: 15px;
    line-height: 28px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .sy_news .list .nei .desc {
    margin: 12px 0;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.sy_news .list .nei .time {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #D8D8D8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sy_news .list .nei .time {
    padding-top: 1px;
  }
}
.sy_news .list .nei .time .more {
  height: 30px;
}
@media (max-width: 767px) {
  .sy_news .list .nei .time .more {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .sy_news .list .nei .time span {
    font-size: 14px;
  }
}
.sy_news .list2 {
  height: 280px;
  background: #fff;
  padding: 0 40px;
}
@media (max-width: 1320px) {
  .sy_news .list2 {
    height: 240px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .sy_news .list2 {
    height: auto;
    padding: 0 15px 10px 15px;
  }
}
.sy_news .list2 dd {
  height: 38px;
  display: block;
  overflow: hidden;
}
.sy_news .list2 dd:first-child {
  padding-top: 20px;
  height: 58px;
}
@media (max-width: 1320px) {
  .sy_news .list2 dd:first-child {
    padding-top: 14px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .sy_news .list2 dd:first-child {
    padding-top: 10px;
    height: 42px;
  }
}
@media (max-width: 1320px) {
  .sy_news .list2 dd {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .sy_news .list2 dd {
    height: 32px;
  }
}
.sy_news .list2 a {
  padding-left: 15px;
  background: url(../images/dian.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 38px;
  height: 38px;
  color: #666666;
}
.sy_news .list2 a:hover {
  color: #004392;
}
@media (max-width: 1320px) {
  .sy_news .list2 a {
    line-height: 34px;
    height: 34px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sy_news .list2 a {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.sy_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sy_title {
    position: relative;
  }
}
.sy_title .left {
  position: relative;
  background: url(../images/bg_01.png) no-repeat left bottom;
  font-weight: bold;
}
.sy_title .left strong {
  position: absolute;
  top: 0;
  left: 0;
  color: #EBEBEB;
  font-weight: normal;
  z-index: 1;
  font-size: 52px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 60px;
  font-family: Impact;
}
@media (max-width: 1320px) {
  .sy_title .left strong {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .sy_title .left strong {
    font-size: 32px;
    line-height: 40px;
  }
}
.sy_title .left span {
  position: relative;
  z-index: 2;
  font-size: 36px;
  color: #222222;
  line-height: 90px;
}
@media (max-width: 1320px) {
  .sy_title .left span {
    font-size: 28px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .sy_title .left span {
    font-size: 26px;
    line-height: 60px;
  }
}
.sy_title .more {
  display: block;
  width: 156px;
  height: 46px;
  line-height: 42px;
  border-radius: 100px 100px 100px 100px;
  border: 2px solid #004392;
  color: #004392;
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
}
.sy_title .more:hover {
  background: #004392;
  color: #fff;
}
@media (max-width: 1320px) {
  .sy_title .more {
    width: 126px;
    line-height: 38px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .sy_title .more {
    width: 110px;
    font-size: 14px;
    line-height: 36px;
    height: 40px;
  }
}
.sy_title .type {
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  line-height: 50px;
}
.sy_title .type li {
  cursor: pointer;
  color: #666666;
  margin: 0 20px;
}
@media (max-width: 1320px) {
  .sy_title .type li {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .sy_title .type li {
    margin: 0;
    font-size: 15px;
  }
}
.sy_title .type .sel {
  color: #004392;
  background: url(../images/bg_01.png) no-repeat bottom center;
  background-size: 95% 3px;
}
@media (max-width: 767px) {
  .sy_title .type .sel {
    background-size: 95% 2px;
  }
}
@media (max-width: 767px) {
  .sy_title .type {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -50px;
    justify-content: space-between;
    line-height: 40px;
  }
}
.sy_two {
  background: url(../images/bg_04.png) no-repeat right top;
  padding: 100px 0;
}
@media (max-width: 1320px) {
  .sy_two {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .sy_two {
    padding: 30px 0;
    background-size: 70%;
  }
}
.sy_two .list {
  display: flex;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .sy_two .list {
    padding-top: 25px;
    flex-wrap: wrap;
  }
}
.sy_two .list li {
  width: 25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .sy_two .list li {
    width: 50%;
  }
}
.sy_two .list .img1,
.sy_two .list .img2 {
  display: block;
  width: 100%;
  height: 560px;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .sy_two .list .img1,
  .sy_two .list .img2 {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .img1,
  .sy_two .list .img2 {
    height: 300px;
  }
}
.sy_two .list .img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.sy_two .list .fu_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sy_two .list .fu_info .img {
  height: 60px;
}
@media (max-width: 1320px) {
  .sy_two .list .fu_info .img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .fu_info .img {
    height: 46px;
  }
}
.sy_two .list .fu_info .tit {
  padding: 15px 0;
  line-height: 40px;
  font-size: 26px;
  color: #fff;
}
@media (max-width: 1320px) {
  .sy_two .list .fu_info .tit {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .fu_info .tit {
    padding: 15px 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.sy_two .list .fu_info .tit_en {
  color: #fff;
  opacity: 0.5;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 20px;
  background: url(../images/bg_05.png) no-repeat bottom center;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1320px) {
  .sy_two .list .fu_info .tit_en {
    font-size: 14px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    background-size: 110px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .fu_info .tit_en {
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    height: 60px;
  }
}
.sy_two .list .fu_info .more {
  height: 28px;
}
@media (max-width: 1320px) {
  .sy_two .list .fu_info .more {
    height: 24px;
  }
}
.sy_two .list li:hover {
  width: 48% !important;
}
.sy_two .list li:hover .img2 {
  opacity: 1;
}
.sy_two .list li:hover .fu_info {
  display: none;
}
.sy_two .list li:hover .nei {
  bottom: 0;
}
@media (max-width: 767px) {
  .sy_two .list li:hover .fu_info {
    display: block;
  }
}
.sy_two .list .nei {
  position: absolute;
  bottom: -300px;
  transition: 0.5s;
  left: 0;
  width: 100%;
  background-color: rgba(31, 42, 88, 0.4);
  padding: 10px 50px;
  z-index: 10;
}
@media (max-width: 1320px) {
  .sy_two .list .nei {
    bottom: -500px;
  }
}
@media (max-width: 767px) {
  .sy_two .list .nei {
    display: none;
  }
}
@media (max-width: 1320px) {
  .sy_two .list .nei {
    padding: 10px 30px;
  }
}
.sy_two .list .nei .title {
  background: url(../images/more2.png) no-repeat right center;
  background-size: auto 28px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.sy_two .list .nei .title .img {
  height: 56px;
  margin-right: 15px;
}
@media (max-width: 1320px) {
  .sy_two .list .nei .title .img {
    height: 40px;
    margin-right: 10px;
  }
}
.sy_two .list .nei .title span {
  font-size: 24px;
}
@media (max-width: 1320px) {
  .sy_two .list .nei .title span {
    font-size: 18px;
  }
}
.sy_two .list .nei .desc {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1320px) {
  .sy_two .list .nei .desc {
    line-height: 24px;
    font-size: 14px;
  }
}
.sy_video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sy_video .video {
  display: block;
  width: 100%;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .sy_video .video {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .sy_video .video {
    height: 300px;
  }
}
.sy_video .sy_title {
  z-index: 10;
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .sy_video .sy_title {
    top: 30px;
  }
}
.sy_video .sy_title .left {
  width: 100%;
  background: url(../images/bg_05.png) no-repeat bottom center;
  background-size: 36px 2px;
}
.sy_video .sy_title .left span {
  color: #fff;
}
.sy_video .sy_title .left strong {
  color: #fff;
  opacity: 0.3;
  width: 100%;
}
.sy_video .zi {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-align: center;
}
.sy_video .zi img {
  height: 100px;
}
@media (max-width: 1320px) {
  .sy_video .zi img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .sy_video .zi img {
    height: 46px;
  }
}
.sy_video .logo {
  position: absolute;
  top: 0;
  right: -14%;
  height: 100%;
  z-index: 10;
}
/* 导航位置 */
.wei {
  background: #F9F9F9;
}
.wei .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .wei .container {
    flex-wrap: wrap;
    padding: 0;
  }
}
.wei .type {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  line-height: 56px;
}
@media (max-width: 1320px) {
  .wei .type {
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .wei .type {
    width: 100%;
    border-left: 0;
  }
}
.wei .type a {
  border-right: 1px solid #EEEEEE;
  padding: 0 45px;
  color: #222222;
  font-size: 16px;
  display: block;
  cursor: pointer;
}
.wei .type a:hover {
  color: #004392;
}
@media (max-width: 1320px) {
  .wei .type a {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wei .type a {
    width: 50%;
    padding: 0;
    text-align: center;
    line-height: 40px;
  }
  .wei .type a:last-child {
    border: 0;
  }
}
.wei .type .sel {
  background: #004392 !important;
  color: #fff !important;
}
.wei .right {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .wei .right {
    line-height: 40px;
    margin-left: 10px;
  }
}
.wei .right a {
  padding: 0 25px 0 10px;
  background: url(../images/next.png) no-repeat right center;
  font-size: 15px;
  color: #222;
}
.wei .right a:hover {
  color: #004392;
}
@media (max-width: 1320px) {
  .wei .right a {
    font-size: 13px;
  }
}
.wei .right span {
  padding-left: 10px;
  color: #222;
  font-size: 15px;
}
@media (max-width: 1320px) {
  .wei .right span {
    font-size: 13px;
  }
}
.big_title {
  position: relative;
  font-weight: bold;
}
.big_title strong {
  position: absolute;
  top: 0;
  left: 0;
  color: #EBEBEB;
  font-weight: normal;
  z-index: 1;
  font-size: 52px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 50px;
  font-family: Impact;
}
@media (max-width: 1320px) {
  .big_title strong {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .big_title strong {
    font-size: 32px;
    line-height: 40px;
  }
}
.big_title span {
  position: relative;
  z-index: 2;
  font-size: 36px;
  color: #222222;
  line-height: 90px;
}
@media (max-width: 1320px) {
  .big_title span {
    font-size: 28px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .big_title span {
    font-size: 26px;
    line-height: 60px;
  }
}
/* 右侧浮框 */
.fu {
  position: fixed;
  bottom: 10%;
  right: 40px;
  width: 60px;
  z-index: 10;
}
@media (max-width: 767px) {
  .fu {
    display: none;
  }
}
.fu li {
  margin-bottom: 15px;
  height: 60px;
  position: relative;
  transition: 0.5s;
  border-radius: 100px;
}
.fu li:hover .spanTell {
  opacity: 1;
}
.fu i,
.fu a {
  display: inline-block;
  width: 60px;
  height: 100%;
}
.fu #go-top i {
  cursor: pointer;
  background: url(../images/top.png) no-repeat center center;
  background-size: 100%;
}
/* 集团简介 */
.jj_one {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .jj_one {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.jj_one .nei {
  width: 50%;
  padding: 100px 0;
  padding-left: 8%;
  padding-right: 40px;
}
@media (max-width: 1320px) {
  .jj_one .nei {
    padding: 55px 0;
    padding-left: 5%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .jj_one .nei {
    width: 100%;
    padding: 25px 15px;
    padding-bottom: 10px;
  }
}
.jj_one .desc {
  text-align: justify;
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 440px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 15px;
  line-height: 32px;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.jj_one .desc::-webkit-scrollbar {
  width: 7px;
}
.jj_one .desc::-webkit-scrollbar-track-piece {
  width: 7px;
  background-color: #F5F5F5;
  -webkit-border-radius: 10px;
}
.jj_one .desc::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background-color: #EAEAEA;
}
@media (max-width: 1320px) {
  .jj_one .desc {
    height: 330px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .jj_one .desc {
    line-height: 28px;
  }
}
.jj_one .right_img {
  width: 50%;
  padding-top: 100px;
  background: url(../images/bg_07.png) no-repeat right top;
  background-size: auto 100px;
}
@media (max-width: 1320px) {
  .jj_one .right_img {
    padding-top: 60px;
    background-size: auto 60px;
  }
}
@media (max-width: 767px) {
  .jj_one .right_img {
    width: 100%;
    padding-top: 50px;
    background-size: auto 50px;
  }
}
.jj_one .right_img img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .jj_one .right_img img {
    height: 410px;
  }
}
@media (max-width: 767px) {
  .jj_one .right_img img {
    height: auto;
  }
}
.jj_two {
  display: flex;
}
@media (max-width: 767px) {
  .jj_two {
    flex-wrap: wrap;
  }
}
.jj_two li {
  width: 25%;
  border: 1px solid #EFEFEF;
  background: #fff;
  padding: 55px 35px 45px 35px;
  transition: 0.5s;
}
.jj_two li:nth-child(2n) {
  background: #F9F9F9;
  border: 0;
}
@media (max-width: 1320px) {
  .jj_two li {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .jj_two li {
    width: 50%;
    padding: 20px 20px 20px 20px;
  }
  .jj_two li:nth-child(3) {
    background: #F9F9F9;
    border: 0;
  }
  .jj_two li:nth-child(4) {
    border: 1px solid #EFEFEF;
    background: #fff;
  }
}
.jj_two .title {
  line-height: 50px;
  font-size: 34px;
  color: #004392;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 1320px) {
  .jj_two .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .jj_two .title {
    font-size: 24px;
    line-height: 40px;
  }
}
.jj_two .title span {
  font-size: 38px;
  font-weight: normal;
  padding-right: 10px;
}
@media (max-width: 1320px) {
  .jj_two .title span {
    font-size: 26px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .jj_two .title span {
    font-size: 24px;
  }
}
.jj_two .title strong {
  font-size: 42px;
  font-family: Impact;
  font-weight: normal;
}
@media (max-width: 1320px) {
  .jj_two .title strong {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .jj_two .title strong {
    font-size: 24px;
  }
}
.jj_two .title img {
  margin-right: 10px;
  height: 36px;
}
@media (max-width: 1320px) {
  .jj_two .title img {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .jj_two .title img {
    font-size: 24px;
  }
}
.jj_two .title .img1 {
  display: block;
}
.jj_two .title .img2 {
  display: none;
}
.jj_two .desc {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  padding-top: 10px;
  transition: 0.5s;
  text-align: justify;
}
.jj_two li:hover {
  background: #004392;
}
.jj_two li:hover .title {
  color: #fff;
}
.jj_two li:hover .title .img1 {
  display: none;
}
.jj_two li:hover .title .img2 {
  display: block;
}
.jj_two li:hover .desc {
  color: #fff;
  opacity: 0.7;
}
.jj_three {
  background: url(../images/bg_08.png) no-repeat left top;
  background-size: 100%;
  padding: 100px 0;
}
@media (max-width: 1320px) {
  .jj_three {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .jj_three {
    padding: 30px 0;
  }
}
.jj_three li {
  display: flex;
}
.jj_three li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .jj_three li {
    flex-wrap: wrap;
  }
  .jj_three li:nth-child(2n) {
    flex-direction: row;
  }
}
.jj_three .img_box {
  position: relative;
  display: block;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .jj_three .img_box {
    width: 100%;
  }
}
.jj_three .img_box .img {
  width: 100%;
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .jj_three .img_box .img {
    height: auto;
    min-height: 200px;
  }
}
.jj_three .img_box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.jj_three .img_box .title .cn {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  background: url(../images/bg_05.png) no-repeat bottom center;
  background-size: 100px 2px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .jj_three .img_box .title .cn {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 25px;
  }
}
.jj_three .img_box .title .en {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .jj_three .img_box .title .en {
    font-size: 15px;
    line-height: 20px;
    padding-top: 15px;
  }
}
.jj_three .nei {
  width: 42%;
  background: #F6F9FB;
  padding: 70px 110px 70px 90px;
  position: relative;
}
@media (max-width: 1320px) {
  .jj_three .nei {
    padding: 40px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .jj_three .nei {
    width: 1000%;
    padding: 30px;
  }
}
.jj_three .nei .title {
  color: #222222;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1320px) {
  .jj_three .nei .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .jj_three .nei .title {
    font-size: 18px;
  }
}
.jj_three .nei .title .xiazai {
  padding: 0 26px;
  background: #004392;
  line-height: 40px;
}
.jj_three .nei .title .xiazai span {
  background: url(../images/bg_09.png) no-repeat left center;
  padding-left: 34px;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}
@media (max-width: 1320px) {
  .jj_three .nei .title .xiazai {
    padding: 0 20px;
    line-height: 34px;
  }
  .jj_three .nei .title .xiazai span {
    font-size: 14px;
    background-size: 18px;
    padding-left: 26px;
  }
}
.jj_three .nei .desc {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  padding-top: 25px;
  position: relative;
  text-align: justify;
  z-index: 2;
}
@media (max-width: 1320px) {
  .jj_three .nei .desc {
    padding-top: 15px;
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .jj_three .nei .desc {
    padding-top: 10px;
    font-size: 13px;
    line-height: 24px;
  }
}
.jj_three .right_logo {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  max-height: 140px;
  max-width: 340px;
}
@media (max-width: 1320px) {
  .jj_three .right_logo {
    max-height: 100px;
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .jj_three .right_logo {
    max-height: 70px;
    max-width: 180px;
  }
}
.jj_three li:first-child .right_logo {
  bottom: auto;
  top: 0;
}
.jj_four {
  background: url(../images/bg_10.png) no-repeat top center;
  background-size: cover;
  padding-top: 80px;
}
@media (max-width: 1320px) {
  .jj_four {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .jj_four {
    padding-top: 30px;
  }
}
.jj_four .big_title {
  text-align: center;
  background: url(../images/bg_05.png) no-repeat bottom center;
  background-size: 40px 2px;
  margin-bottom: 40px;
}
.jj_four .big_title span {
  color: #fff;
}
.jj_four .big_title strong {
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .jj_four .big_title {
    margin-bottom: 25px;
  }
}
.jj_four .nei {
  box-shadow: 0px -3px 24px 1px rgba(0, 67, 146, 0.16);
  border-radius: 36px 36px 0px 0px;
  background-color: rgba(255, 255, 255, 0.98);
  padding: 100px 140px 50px 140px;
  position: relative;
}
@media (max-width: 1320px) {
  .jj_four .nei {
    padding: 60px 80px 20px 80px;
  }
}
@media (max-width: 767px) {
  .jj_four .nei {
    padding: 30px 70px;
    border-radius: 16px 16px 0px 0px;
  }
}
.jj_four .licheng {
  background: url(../images/bg_11.png) repeat-x left 150px;
}
@media (max-width: 767px) {
  .jj_four .licheng {
    background: none;
  }
}
.jj_four .licheng .info {
  padding-top: 160px;
  height: 400px;
}
@media (max-width: 767px) {
  .jj_four .licheng .info {
    height: 150px;
    padding-top: 0px;
  }
}
.jj_four .licheng .info2 {
  padding-top: 0;
  background: url(../images/bg_12-2.png) no-repeat left 20px;
}
.jj_four .licheng .info2 .year {
  background: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .jj_four .licheng .info2 {
    background: none;
  }
}
.jj_four .licheng .year {
  background: url(../images/bg_12.png) no-repeat left top;
  padding-top: 85px;
  padding-left: 22px;
  line-height: 50px;
  font-size: 36px;
  color: #004392;
  font-family: Impact;
}
.jj_four .licheng .year span {
  color: #999999;
  font-weight: normal;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .jj_four .licheng .year {
    padding-top: 0px;
    background: none;
    padding-left: 0;
    font-size: 32px;
  }
}
.jj_four .licheng dd {
  padding-left: 15px;
  background: url(../images/bg_13.png) no-repeat left 9px;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  width: 130%;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .jj_four .licheng dd {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
}
.jj_four .licheng .swiper-slide:last-child dd {
  width: 90% !important;
}
.jj_four .next,
.jj_four .prev {
  position: absolute;
  top: 42%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 1320px) {
  .jj_four .next,
  .jj_four .prev {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .jj_four .next,
  .jj_four .prev {
    width: 36px;
    height: 36px;
  }
}
.jj_four .prev {
  left: 60px;
  background: url(../images/left1.png) no-repeat left top;
  background-size: 100%;
}
.jj_four .prev:hover {
  background: url(../images/left2.png) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 1320px) {
  .jj_four .prev {
    left: 20px;
  }
}
.jj_four .next {
  right: 60px;
  background: url(../images/right1.png) no-repeat left top;
  background-size: 100%;
}
.jj_four .next:hover {
  background: url(../images/right2.png) no-repeat left top;
  background-size: 100%;
}
@media (max-width: 1320px) {
  .jj_four .next {
    right: 20px;
  }
}
/* 新闻中心 */
.news_list {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .news_list {
    padding-bottom: 10px;
  }
}
.news_list li {
  border: 1px solid #EFEFEF;
  margin-bottom: -1px;
}
.news_list .nei {
  display: block;
  width: 100%;
  padding: 30px;
  background: url(../images/bg_14.png) no-repeat left top;
  background-size: 3px 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .news_list .nei {
    padding: 20px;
  }
}
.news_list .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}
.news_list .top .title {
  color: #222222;
  font-size: 24px;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .news_list .top .title {
    font-size: 17px;
    line-height: 26px;
    padding-right: 10px;
    -webkit-line-clamp: 2;
  }
}
.news_list .top .date {
  flex-shrink: 0;
  color: #D8D8D8;
}
@media (max-width: 767px) {
  .news_list .top .date {
    font-size: 14px;
  }
}
.news_list .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}
.news_list .bottom .more {
  flex-shrink: 0;
  width: 40px;
  height: 27px;
  background: url(../images/more3.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .news_list .bottom .more {
    width: 36px;
    height: 24px;
  }
}
.news_list .bottom .desc {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 85%;
}
@media (max-width: 767px) {
  .news_list .bottom .desc {
    max-width: 80%;
  }
}
.news_list .nei:hover {
  background: url(../images/bg_14.png) no-repeat left top #F9F9F9;
  background-size: 3px 100%;
}
.news_list .nei:hover .top .title {
  color: #004392;
}
.news_list .nei:hover .bottom .more {
  background: url(../images/more4.png) no-repeat;
  background-size: 100% 100%;
}
.xq_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .xq_main {
    flex-wrap: wrap;
  }
}
.xq_left {
  border: 1px solid #EEEEEE;
  width: 67%;
}
@media (max-width: 767px) {
  .xq_left {
    width: 100%;
    border: 0;
  }
}
.xq_left .biaoti {
  border-bottom: 1px solid #EEEEEE;
  padding: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .xq_left .biaoti {
    padding: 0 20px 20px 20px;
  }
}
.xq_left .biaoti .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 46px;
}
@media (max-width: 767px) {
  .xq_left .biaoti .title {
    font-size: 22px;
    line-height: 34px;
  }
}
.xq_left .biaoti dl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .xq_left .biaoti dl {
    flex-wrap: wrap;
  }
}
.xq_left .biaoti dl dd {
  margin: 0 15px;
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .xq_left .biaoti dl dd {
    line-height: 30px;
  }
}
.xq_left .biaoti dl .time {
  background: url(../images/time.png) no-repeat left center;
}
.xq_left .biaoti dl .yuan {
  background: url(../images/yuan.png) no-repeat left center;
}
.xq_left .biaoti dl .user {
  background: url(../images/peo.png) no-repeat left center;
}
.xq_left .biaoti dl .eye {
  background: url(../images/eye.png) no-repeat left center;
}
.xq_left .xq_info {
  padding: 25px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
}
.xq_left .xq_info img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .xq_left .xq_info {
    padding: 15px 0;
  }
}
.xq_left .xq_next {
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}
@media (max-width: 767px) {
  .xq_left .xq_next {
    border-bottom: 1px solid #EEEEEE;
    background: #EEEEEE;
    padding: 8px 15px;
  }
}
.xq_left .xq_next a {
  color: #666666;
  font-size: 14px;
  max-width: 45%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xq_left .xq_next a:hover {
  color: #004392;
}
.xq_left .xq_next .prev {
  padding-left: 25px;
  background: url(../images/left3.png) no-repeat left center;
}
.xq_left .xq_next .next {
  padding-right: 25px;
  background: url(../images/right3.png) no-repeat right center;
}
.xq_right {
  width: 33%;
  border: 1px solid #EEEEEE;
  border-left: 0;
}
@media (max-width: 767px) {
  .xq_right {
    width: 100%;
    border: 0;
    display: none;
  }
}
.xq_one {
  padding: 0px 35px;
}
@media (max-width: 1320px) {
  .xq_one {
    padding: 0px 25px;
  }
}
@media (max-width: 767px) {
  .xq_one {
    padding: 0 15px;
  }
}
.xq_one .title {
  background: url(../images/bg_15.png) no-repeat left bottom;
  background-size: 100% 3px;
  line-height: 100px;
  font-size: 28px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .xq_one .title {
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
  }
}
.xq_one .top {
  display: flex;
  border: 1px solid #EEF2F6;
  align-items: center;
}
@media (max-width: 1320px) {
  .xq_one .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .xq_one .top {
    flex-wrap: nowrap;
  }
}
.xq_one .top .time {
  background: #EEF2F6;
  width: 100px;
  padding: 12px;
  flex-shrink: 0;
}
@media (max-width: 1320px) {
  .xq_one .top .time {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xq_one .top .time {
    width: 100px;
  }
}
.xq_one .top .time h3 {
  background: url(../images/bg_01.png) no-repeat left top;
  background-size: 26px 2px;
  line-height: 40px;
  font-weight: bold;
  font-size: 24px;
  padding-top: 5px;
  color: #222;
  font-family: Arial;
}
.xq_one .top .time p {
  color: #777777;
  font-size: 14px;
}
.xq_one .top .tit {
  padding: 0 20px;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1320px) {
  .xq_one .top .tit {
    width: 100%;
    padding: 10px;
    font-size: 18px;
  }
}
.xq_one .desc {
  color: #666666;
  line-height: 26px;
  font-size: 14px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xq_one .more {
  background: #004392;
  display: block;
  width: 156px;
  height: 46px;
  line-height: 46px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
.xq_one .more span {
  padding-right: 15px;
  background: url(../images/bg_16.png) no-repeat right center;
}
@media (max-width: 1320px) {
  .xq_one .more {
    width: 120px;
    height: 38px;
    line-height: 38px;
  }
  .xq_one .more span {
    font-size: 14px;
  }
}
.xq_one .more:hover {
  background: #004DAA;
}
.xq_two {
  padding: 30px 35px;
  border-top: 1px solid #EEF2F6;
  margin-top: 35px;
  line-height: 38px;
}
@media (max-width: 1320px) {
  .xq_two {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .xq_two {
    margin-top: 20px;
    padding: 15px;
  }
}
.xq_two a {
  background: url(../images/dian.png) no-repeat left center;
  font-size: 15px;
  color: #666666;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xq_two a:hover {
  color: #004392;
}
@media (max-width: 1320px) {
  .xq_two a {
    height: 34px;
    line-height: 34px;
    padding-left: 14px;
  }
}
/* 企业文化 */
.wh_one {
  background: url(../images/bg_17.png) no-repeat right top #F1F5F7;
  padding: 100px 0;
  background-size: auto 100px;
}
@media (max-width: 1320px) {
  .wh_one {
    padding: 60px 0;
    background-size: auto 60px;
  }
}
@media (max-width: 767px) {
  .wh_one {
    padding: 40px 0;
    background-size: auto 40px;
  }
}
.wh_one li {
  display: flex;
  flex-direction: row-reverse;
}
.wh_one li:first-child {
  background: url(../images/bg_19.png) no-repeat left bottom;
  background-size: 50%;
}
.wh_one li:nth-child(2n) {
  flex-direction: row;
}
.wh_one li:nth-child(2n) .nei {
  background: url(../images/bg_20.png) no-repeat right bottom #fff;
  background-size: 100%;
}
@media (max-width: 767px) {
  .wh_one li:nth-child(2n) .nei {
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  .wh_one li {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wh_one .pimg {
  width: 50%;
  overflow: hidden;
}
.wh_one .pimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .wh_one .pimg {
    width: 100%;
  }
}
.wh_one .nei {
  width: 42%;
}
@media (max-width: 1320px) {
  .wh_one .nei {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .wh_one .nei {
    width: 100%;
    padding: 20px;
  }
}
.wh_one .nei dl {
  padding-top: 20px;
}
@media (max-width: 1320px) {
  .wh_one .nei dl {
    padding-top: 0px;
  }
}
.wh_one .nei dl dd {
  padding-bottom: 20px;
}
@media (max-width: 1320px) {
  .wh_one .nei dl dd {
    padding-bottom: 15px;
  }
}
.wh_one .nei dl h3 {
  background: url(../images/bg_18.png) no-repeat left center;
  background-size: 18px;
  padding-left: 35px;
  font-size: 24px;
  color: #222222;
  line-height: 46px;
}
@media (max-width: 1320px) {
  .wh_one .nei dl h3 {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wh_one .nei dl h3 {
    font-size: 18px;
    line-height: 34px;
    padding-left: 26px;
    background-size: 14px;
  }
}
.wh_one .nei dl p {
  color: #666666;
  line-height: 30px;
  padding-left: 35px;
}
@media (max-width: 1320px) {
  .wh_one .nei dl p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .wh_one .nei dl p {
    padding-left: 26px;
    font-size: 12px;
  }
}
.wh_one .nei2 {
  display: flex;
  align-items: center;
  padding-left: 100px;
}
@media (max-width: 1320px) {
  .wh_one .nei2 {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .wh_one .nei2 {
    padding-left: 20px;
    background-size: 80%;
  }
}
@media (max-width: 767px) {
  .wh_two {
    margin-left: 15px;
  }
}
.wh_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1320px) {
  .wh_list {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .wh_list {
    margin: 0;
    padding: 6px;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
}
.wh_list li {
  width: 33.333%;
  padding: 20px;
}
@media (max-width: 1320px) {
  .wh_list li {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .wh_list li {
    padding: 9px;
    width: 50%;
  }
}
.wh_list .nei {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.wh_list .pimg {
  height: 300px;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .wh_list .pimg {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .wh_list .pimg {
    height: 120px;
  }
}
.wh_list .pimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wh_list .title {
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 80px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1320px) {
  .wh_list .title {
    line-height: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wh_list .title {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.wh_list .nei:hover {
  box-shadow: 0px 3px 99px 1px rgba(0, 67, 146, 0.16);
  border-radius: 0px 0px 12px 24px;
}
.wh_list .nei:hover .title {
  font-weight: bold;
  color: #004392;
}
/* 联系我们 */
@media (max-width: 767px) {
  .fuwu .big_title {
    margin-left: 15px;
  }
}
.lx_one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F9F9F9;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .lx_one {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.lx_one .map {
  width: 50%;
  height: 400px;
}
.lx_one .map .img {
  height: 100%;
  display: block;
  width: 100%;
}
@media (max-width: 1320px) {
  .lx_one .map {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .lx_one .map {
    width: 100%;
  }
}
.lx_one .nei {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lx_one .nei {
    width: 100%;
    padding: 20px 0;
  }
}
.lx_one .nei dd {
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
@media (max-width: 1320px) {
  .lx_one .nei dd {
    padding: 3px 0;
  }
}
.lx_one .nei .tb {
  margin-right: 15px;
  height: 20px;
}
.lx_two {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  border: 1px solid #EEEEEE;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .lx_two {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.lx_two .pimg {
  position: relative;
  display: block;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lx_two .pimg {
    width: 100%;
  }
}
.lx_two .pimg .img {
  width: 100%;
  display: block;
  height: 100%;
}
@media (max-width: 1320px) {
  .lx_two .pimg .img {
    height: auto;
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .lx_two .pimg .img {
    height: auto;
    min-height: 160px;
  }
}
.lx_two .pimg .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.lx_two .pimg .title .cn {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  background: url(../images/bg_05.png) no-repeat bottom center;
  background-size: 100px 2px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .lx_two .pimg .title .cn {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 25px;
  }
}
.lx_two .pimg .title .en {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .lx_two .pimg .title .en {
    font-size: 15px;
    line-height: 20px;
    padding-top: 15px;
  }
}
.lx_two .nei {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .lx_two .nei {
    width: 100%;
    padding: 20px;
  }
}
.lx_two .nei dd {
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  padding: 2px 0;
  text-align: center;
}
@media (max-width: 1320px) {
  .lx_two .nei dd {
    padding: 0;
    line-height: 30px;
  }
}
/* 产业内页 */
.cp_info {
  background: #F1F5F7;
}
.cp_info .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cp_info .container {
    flex-wrap: wrap;
  }
}
.cp_info .img_box {
  width: 60%;
}
@media (max-width: 767px) {
  .cp_info .img_box {
    width: 100%;
  }
}
.cp_info .img_box img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media (max-width: 1320px) {
  .cp_info .img_box img {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .cp_info .img_box img {
    height: auto;
  }
}
.cp_info .nei {
  width: 40%;
  background: #fff;
  padding: 44px;
}
@media (max-width: 1320px) {
  .cp_info .nei {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cp_info .nei {
    width: 100%;
    padding: 25px;
  }
}
.cp_info .nei .title {
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media (max-width: 1320px) {
  .cp_info .nei .title {
    font-size: 20px;
  }
}
.cp_info .nei .title img {
  margin-right: 15px;
  height: 50px;
}
@media (max-width: 1320px) {
  .cp_info .nei .title img {
    height: 44px;
  }
}
.cp_info .desc {
  text-align: justify;
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 15px;
  line-height: 32px;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.cp_info .desc::-webkit-scrollbar {
  width: 7px;
}
.cp_info .desc::-webkit-scrollbar-track-piece {
  width: 7px;
  background-color: #F5F5F5;
  -webkit-border-radius: 10px;
}
.cp_info .desc::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background-color: #EAEAEA;
}
@media (max-width: 1320px) {
  .cp_info .desc {
    height: 300px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .cp_info .desc {
    line-height: 28px;
  }
}
.cp_list {
  padding-top: 50px;
}
@media (max-width: 1320px) {
  .cp_list {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cp_list {
    padding: 0;
    padding-top: 20px;
    margin: 0 -10px;
  }
}
/* 分页 */
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 1320px) {
  .page {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .page {
    font-size: 14px;
    padding-top: 20px;
  }
}
.page a,
.page .txt {
  border: 1px solid #EFEFEF;
  min-width: 50px;
  padding: 0 8px;
  line-height: 48px;
  display: inline-block;
  font-size: 14px;
  color: #929292;
  text-align: center;
  margin-left: -1px;
}
@media (max-width: 1320px) {
  .page a,
  .page .txt {
    min-width: 44px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .page a,
  .page .txt {
    min-width: 36px;
    line-height: 34px;
    font-size: 12px;
  }
}
.page .sel {
  background: #004FA1;
  border: 1px solid #004FA1;
  color: #fff;
}
.page .t {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1320px) {
  .page .t {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .page .t {
    display: none;
  }
}
.page .txt {
  width: 50px;
}
@media (max-width: 1320px) {
  .page .txt {
    width: 44px;
  }
}
.xq_font {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  line-height: 40px;
  font-size: 14px;
}
.xq_font span {
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
}
.xq_font .sel {
  color: #004392;
  font-weight: bold;
}
