/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */

@font-face {
  font-family: 'iconfont';
  /* Project id 971715 */
  src: url('//at.alicdn.com/t/c/font_971715_ow05qb045gd.woff2?t=1660696495951') format('woff2'), url('//at.alicdn.com/t/c/font_971715_ow05qb045gd.woff?t=1660696495951') format('woff'), url('//at.alicdn.com/t/c/font_971715_ow05qb045gd.ttf?t=1660696495951') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, select, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

body, html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input, textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.cont {
  width: 1300px;
  margin: 0 auto;
}

.head-1 {
  background: #f2f2f2;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.head-1 p {
  display: inline-block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #2c2c2c;
  text-transform: uppercase;
}

.head-1 h4 {
  display: inline-block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #2c2c2c;
  float: right;
}

.head-1 h4 img {
  width: 16px;
  height: 18px;
  margin-right: 8px;
  margin-top: -2px;
}

.head-1 h4 span {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #00407f;
  font-weight: bold;
}

.head {
  height: 101px;
}

.head .h-logo {
  float: left;
  width: 396px;
  height: 80px;
  margin-top: 12px;
}

.head .h-logo img {
  width: 100%;
  height: 100%;
}

.head .m-nav {
  float: right;
}

.head .m-nav {
  height: 48px;
  line-height: 48px;
  position: relative;
  bottom: -4px;
}

.head .m-nav .nav .nLi {
  display: inline-block;
  margin: 0 28px;
  line-height: 94px;
  border-bottom: 4px solid transparent;
  position: relative;
}

.head .m-nav .nav .nLi h3 a {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #000000;
  text-transform: uppercase;
}

.head .m-nav .nav .nLi .sub {
  display: none;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  line-height: 58px;
  left: -28px;
  top: 96px;
  width: 123px;
}

.head .m-nav .nav .nLi .sub li {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.head .m-nav .nav .nLi .sub li:last-child {
  margin-bottom: 10px;
}

.head .m-nav .nav .nLi .sub li:first-child {
  margin-top: 10px;
}

.head .m-nav .nav .nLi .sub li a {
  color: #383838;
}

.head .m-nav .nav .nLi:hover {
  border-bottom: 3px solid #00407f;
}

.head .m-nav .nav .nLi:hover h3 a {
  color: #00407f;
}

.head .m-nav .nav .on {
  border-bottom: 3px solid #00407f;
}

.head .m-nav .nav .on h3 a {
  color: #00407f;
}

/* 
.head .m-nav ul li {
  display: inline-block;
  margin-left: 36px;
  line-height: 97px;
  border-bottom: 3px solid transparent;
}
.head .m-nav ul li a {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #000000;
  text-transform: uppercase;
}
.head .m-nav ul li:hover {
  border-bottom: 3px solid #00407f;
}
.head .m-nav ul li:hover a {
  color: #00407f;
}
.head .m-nav ul .on {
  border-bottom: 3px solid #00407f;
}
.head .m-nav ul .on a {
  color: #00407f;
} */

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}

.banner .bd {
  width: 100%;
  height: 100%;
}

.banner .bd ul li {
  position: relative;
  height: 592px;
}

.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner .hd {
  position: absolute;
  bottom: 47%;
  left: 0px;
  width: 100%;
  padding: 0 60px;
}
.banner .hd a{
  font-size: 60px;
  color: #fff;
  opacity: 0.8;
}
.banner .hd a:hover{
  color: #00407f;
}
.banner .hd .next{
  float: right;
}
.banner .hd ul li {
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.banner .hd ul .on {
  border-radius: 50%;
  background-color: #207ed8;
  width: 12px;
  height: 12px;
  border-color: #207ed8;
}

.title {
  text-align: center;
  margin-bottom: 40px;
}

.title h4 {
  font-size: 36px;
  font-family: "Microsoft YaHei";
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #666666;
  line-height: 1.75;
  text-transform: uppercase;
}

.one {
  margin-top: 48px;
  padding-bottom: 60px;
}

.one .h-bd {
  margin-top: 50px;
}

.one .h-bd .img-box {
  width: 607px;
  height: 357px;
  float: left;
}

.one .h-bd .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.one .h-bd .text {
  width: 693px;
  padding-left: 44px;
  float: right;
  padding-top: 35px;
}

.one .h-bd .text h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #272727;
  font-weight: bold;
  margin-bottom: 15px;
}

.one .h-bd .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 2;
  text-indent: 2em;
}

.three .title {
  margin-bottom: 0px;
}

.one .h-bd .text a {
  border-width: 1px;
  border-color: #00407f;
  border-style: solid;
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #00407f;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 75px;
  text-align: center;
  float: right;
}

.two {
  background: url(../img/1_08.jpg) no-repeat;
  height: 506px;
  min-width: 1300px;
  padding-top: 60px;
}

.two .title h4 {
  color: #ffffff;
}

.two .title p {
  color: #ffffff;
}

.two .h-bd {
  margin-top: 40px;
}

.two .h-bd ul li {
  width: 308px;
  float: left;
  margin-right: 22px;
}

.two .h-bd ul li img {
  width: 100%;
  height: 230px;
}

.two .h-bd ul li:last-child {
  margin-right: 0px;
}

.three {
  margin-top: 75px;
  position: relative;
  /* padding-bottom: 70px; */
}

.three .h-bd {
  position: relative;
}

.three .h-bd .swiper-container {
  width: 100%;
  height: auto;
  padding-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 65px !important;
  z-index: -2;
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide-prev {
  margin-top: 28px !important;
  position: relative;
  left: -36px;
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide-prev img {
  transform: scale(1.2);
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide-next {
  margin-top: 28px !important;
  z-index: -1;
  position: relative;
  right: -33px;
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide-next img {
  transform: scale(1.2);
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide-active {
  margin-top: 0px !important;
  z-index: 1;
}

.three .h-bd .swiper-container .swiper-wrapper .swiper-slide-active img {
  transform: scale(1.5);
}

.three .h-bd .swiper-button-prev {
  color: #6c6c6c;
  left: -30px;
  top: 70%;
}

.three .h-bd .swiper-button-next {
  color: #6c6c6c;
  right: -30px;
  top: 70%;
}

.four {
  background: url(../img/1_14.jpg) no-repeat;
  height: 484px;
  padding-top: 48px;
}

.four ul {
  margin-top: 50px;
}

.four ul li {
  width: 24%;
  display: inline-block;
  margin-bottom: 25px;
}

.four ul li img {
  width: 14px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 8px;
}

.four ul li .text {
  vertical-align: top;
  display: inline-block;
  width: 285px;
}

.four ul li .text h4 {
  background-color: #00407f;
  width: 178px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  padding-left: 17px;
  margin-bottom: 10px;
}

.four ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.75;
}

.foot {
  background: #2b343c;
  padding-top: 55px;
  padding-bottom: 50px;
}

.foot .f-nav {
  float: left;
}

.foot .f-nav .list-1 {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}

.foot .f-nav .list-1 h4 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.foot .f-nav .list-1 ul li {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  text-transform: uppercase;
  margin-bottom: 16px;
}

.foot .f-nav .list-1 ul li a {
  color: #ffffff;
}

.foot .lx {
  float: left;
  margin-left: 66px;
  width: 449px;
}

.foot .lx h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
}

.foot .lx h4 span {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #717171;
  margin-left: 8px;
  font-weight: 100;
}

.foot .lx .dh {
  margin-top: 20px;
  margin-bottom: 20px;
}

.foot .lx .dh img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.foot .lx .dh .dh-box {
  display: inline-block;
  vertical-align: middle;
}

.foot .lx .dh .dh-box h6 {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}

.foot .lx .dh .dh-box h4 {
  font-size: 25.575px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}

.foot .lx p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #cbcbcb;
  margin-bottom: 15px;
}

.foot .lx p img {
  margin-right: 15px;
  width: 20px;
  object-fit: contain;
  height: 16px;
}

.foot .er {
  float: right;
  width: 158px;
}

.foot .er p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #6d6d6d;
  writing-mode: tb-rl;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
}

.foot .er img {
  width: 126px;
  height: 126px;
  display: inline-block;
  vertical-align: middle;
}

.foot-1 {
  height: 50px;
  line-height: 49px;
  text-align: center;
  background: #2b343c;
  border-top: 1px solid #3f4c57;
}

.foot-1 p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}

.page-box .photo img {
  max-width: 75%
}

.viewbox img {
  max-width: 75%
}

.head .m-nav .nav .nLi .sub li:hover a {
  color: #00407f;
}

.two .h-bd ul li p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 25px;
  text-align: center;
}

.five {
  background: url(../img/bj1.png) no-repeat center;
  height: 809px;
  padding-top: 54px;
}

.five .slideTxtBox {}

.five .slideTxtBox .hd ul {
  text-align: center;
}

.five .slideTxtBox .hd ul li {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  width: 223px;
  height: 73px;
  line-height: 73px;
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #272727;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  margin-bottom: 40px;
}

.five .slideTxtBox .hd ul .on {
  background: #00407f;
  color: #fff;
}

.five .slideTxtBox .hd ul li.on img {
  filter: grayscale(100%) brightness(200%);
}

.five .slideTxtBox .hd ul li img {
  width: 30px;
  height: 28px;
  margin-right: 10px;
  margin-top: -5px;
  object-fit: contain;
}

.five .slideTxtBox .bd ul li {
  width: 308px;
  height: 216px;
  display: inline-block;
  margin-bottom: 26px;
  margin-right: 22px;
  float: left;
}

.five .slideTxtBox .bd ul li .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.five .slideTxtBox .bd ul li .img-box img {
  transition: all 0.6s;
}

.five .slideTxtBox .bd ul li:hover .img-box img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.five .slideTxtBox .bd ul li:nth-child(3) {
  margin-right: 0;
}

.five .slideTxtBox .bd ul li:nth-child(5) {
  margin-right: 0;
}

.five .slideTxtBox .bd ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.five .slideTxtBox .bd ul li:nth-child(1) {
  width: 640px;
  height: 458px;
}

.five .slideTxtBox .bd ul li:nth-child(1) .img-box {
  width: 100%;
  height: 100%;
}

.five .slideTxtBox .bd ul li:nth-child(1) .img-box img {
  width: 100%;
  height: 100%;
}

.six {
  padding-top: 76px;
}

.six .six-box {
  position: relative;
}

.six .six-box .more {
  position: absolute;
  right: 0px;
  top: 8px;
}

.six .six-box .more a {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
}

.six .six-box .slideTxtBox1 {
  float: left;
  width: 617px;
}

.six .six-box .slideTxtBox1 .hd {}

.six .six-box .slideTxtBox1 .hd ul li {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(39, 39, 39);
  text-transform: uppercase;
  display: inline-block;
  margin-right: 37px;
  position: relative;
}

.six .six-box .slideTxtBox1 .hd ul li:first-child:after {
  content: ' ';
  background-color: rgb(191, 191, 191);
  position: absolute;
  width: 1px;
  height: 17px;
  top: 8px;
  left: 116px;
}

.six .six-box .slideTxtBox1 .hd ul .on {
  color: #00407f;
}

.six .six-box .slideTxtBox1 .bd {
  margin-top: 45px;
}

.six .six-box .slideTxtBox1 .bd ul li {
  margin-bottom: 38px;
}

.six .six-box .slideTxtBox1 .bd ul li:hover .text h4 {
  color: #00407f;
}

.six .six-box .slideTxtBox1 .bd ul li .img-box {
  width: 158px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
}

.six .six-box .slideTxtBox1 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}

.six .six-box .slideTxtBox1 .bd ul li .text {
  width: 424px;
  display: inline-block;
  vertical-align: top;
  padding-left: 22px;
}

.six .six-box .slideTxtBox1 .bd ul li .text h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(46, 46, 46);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 14px;
}

.six .six-box .slideTxtBox1 .bd ul li .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(119, 119, 119);
  text-transform: uppercase;
  line-height: 1.571;
}

.six .six-box .lb-box {
  float: right;
  background-color: rgb(244, 244, 244);
  width: 650px;
  height: 512px;
  margin-top: 77px;
  padding: 39px 48px 0 48px;
  position: relative;
}

.six .six-box .lb-box .bd ul li {
  width: 552px;
}

.six .six-box .lb-box .bd ul li img {
  width: 100%;
  height: 302px;
  object-fit: cover;
}

.six .six-box .lb-box .bd ul li .text h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 15px;
}

.six .six-box .lb-box .bd ul li .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgba(51, 51, 51, 0.651);
  text-transform: uppercase;
  line-height: 1.786;
}

.six .six-box .lb-box .hd {
  position: absolute;
  bottom: 26px;
  width: 552px;
  text-align: center;
}

.six .six-box .lb-box .hd ul li {
  border-radius: 50%;
  background-color: rgb(210, 210, 210);
  width: 11px;
  height: 10px;
  display: inline-block;
  margin: 0 3px;
}

.six .six-box .lb-box .hd ul .on {
  background: #00407f;
}

.coop {
  padding-top: 60px;
  padding-bottom: 50px;
}

.coop .u-bd {
  font-size: 0;
  margin-top: 62px;
}

.coop .u-bd ul li {
  width: 168px;
  height: 78px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid #dcdcdc;
}

.coop .u-bd ul li:nth-child(7n) {
  margin-right: 0px;
}

.coop .u-bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.n-nav {
  padding-top: 50px;
}

.n-nav ul {
  font-size: 0;
}

.n-nav ul li {
  border: 1px solid #eeeeee;
  display: inline-block;
  width: 185px;
  height: 125px;
  line-height: 111px;
  text-align: center;
  position: relative;
  transition: all 0.4s;
  background: #f8f8f8;
  font-family: "SimHei";
}

.n-nav ul li:hover {
  transform: scale(1.2);
  transition: all 0.4s;
  box-shadow: 1px 1px 30px 0px rgba(211, 211, 211, 0.89);
  position: relative;
  z-index: 5;
}

.n-nav ul li a {
  font-size: 24px;
}

.n-nav ul li::before {
  content: ' ';
  position: absolute;
  width: 81px;
  height: 2px;
  background: #207ed8;
  top: 84px;
  left: 54px;
}
/* .n-nav ul li::after {
  content: ' ';
  position: absolute;
  width: 81px;
  height: 2px;
  background: #207ed8;
  top: 89px;
  left: 54px;
} */
.tp2 {
  background: url(../img/tp2.jpg) no-repeat center;
  min-width: 1200px;
  height: 312px;
}

.tp3 {
  background: url(../img/tp3.jpg) no-repeat center;
  min-width: 1200px;
  height: 911px;
}