@font-face {
  font-family: "mont";
  src: url("../css/fonts/Montserrat-Light.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #0071BC;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-family: 'mont';
  --font-family-light: 'mont';
  --mp-padding-1600: calc((100% - 1600px) / 2);
  --mp-padding-1400: calc((100% - 1400px) / 2);
}

/* .el-message{
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
} */
.hamburger {
  display: none;
}

.center-1200 {
  width: 1200px;
}

.center-1400 {
  width: 1400px;
}

.center-1600 {
  width: 1600px;
}

.app {
  display: none;
}

.diaolog-pb {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}

.diaolog-pb video,
.diaolog-pb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  max-width: 75%;
}

.diaolog-pb i {
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}

.diaolog.active {
  display: block;
}

.diaolog iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}

.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: max-content;
  max-width: 50%;
  text-align: center;
}

.message-alert.success {
  background-color: #55BB8A;
}

.message-alert.error {
  background-color: #F56C6C;
}

.message-alert.warning {
  background-color: #E6A23C;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
}

.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #00458E;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.el-message {
  font-family: var(--font-family);
  z-index: 9999 !important;
}

.el-form-item__error,
.el-select-dropdown__item,
.el-checkbox__label {
  font-family: var(--font-family);
}

.el-form-item__error {
  z-index: 1;
}
.header-box.active{
  background-color: rgba(255, 255, 255, 0.3);
}
.header-box.active .right{
  background-color: transparent;
}
.header-box.active .lan .flow .rq{
  background-color: rgba(255, 255, 255, 0.3);
}
.header-box.iactive{
  opacity: 0;
  top: -80px;
}
.header-box{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(49,49,49, 0.3);
  padding-left: 70px;
  height: 80px;
  transition: 0.5s;
}
.header-box .nav{
  display: flex;
  height: 100%;
}
.header-box .nav li a{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header-box .nav li a::after{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  background-color: #FFFFFF;
  width: 0;
  height: 2px;
  transition: 0.3s;
}
.header-box .nav li a:hover::after,
.header-box .nav li.active a::after{
  width: calc(100% + 20px);
}
.header-box .nav li:not(:first-of-type){
  margin-left: 36px;
}
.header-box .right{
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #00458E;
  padding: 0 30px 0 36px;
  transition: 0.3s;
}
.header-box .search{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 100px;
}
.header-box .search i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.header-box .search:hover{
  background-color: #FFFFFF;
}
.header-box .search:hover i{
  color: #00458E;
}
.header-box .lan{
  position: relative;
}
.header-box .lan .zs{
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  cursor: pointer;
  height: 38px;
  padding: 0 22px;
  transition: 0.3s;
}
.header-box .lan .zs .ib img:last-of-type{
  display: none;
}
.header-box .lan .zs p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 10px;
  transition: 0.3s;
}
.header-box .lan .zs i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.header-box .lan .flow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  top: 100%;
  padding-top: 21px;
  transform-origin: top;
  opacity: 0;
  transition: 0.3s;
}
.header-box .lan:hover .ib img:last-of-type{
  display: block;
}
.header-box .lan:hover .ib img:first-of-type{
  display: none;
}
.header-box .lan:hover .zs{
  background-color: #ffffff;
}
.header-box .lan:hover p,
.header-box .lan:hover i{
  color: #00458E;
}
.header-box .lan:hover .flow{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.header-box .lan .flow .rq{
  background-color: #00458E;
  border-radius: 0 0 6px 6px;
  padding: 8px 0 8px 0;
  transition: 0.3s;
}
.header-box .lan .flow .rq a{
  display: block;
  padding: 0 28px;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.header-box .lan .flow .rq a::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.header-box .lan .flow .rq a:hover::before{
  width: 70%;
}
.header-box .lan .flow .rq a:not(:first-of-type){
  margin-top: 8px;
}
.two-nav{
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100vh;
  background-color: #00458E;
  overflow-y: auto;
  transition: 0.5s;
  opacity: 0;
}
.two-nav.active{
  top: 0;
  opacity: 1;
}
.two-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.two-nav::-webkit-scrollbar-thumb {
  background: #FFFFFF;
}
.two-nav::-webkit-scrollbar-track {
  background: #cfcfcf;
}
.two-nav .ct{
  margin: 0 auto;
  padding: 220px 0 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.two-nav .ct .back-fh{
  display: flex;
  align-items: center;
}
.two-nav .ct .back-fh:hover p::before{
  width: 100%;
}
.two-nav .ct .back-fh p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 16px;
  position: relative;
}
.two-nav .ct .back-fh p::before{
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.two-nav .ct .mide{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 121px - 190px);
}
.two-nav .ct .mide .left{
  width: 405px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: calc(100vh - 220px - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.two-nav .ct .mide .left h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
}
.two-nav .ct .mide .left .nav{
  margin: 50px 0 180px 0;
}
.two-nav .ct .mide .left .nav a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  display: block;
  position: relative;
  width: max-content;
  max-width: 100%;
}
.two-nav .ct .mide .left .nav a::before{
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.two-nav .ct .mide .left .nav a:hover::before,
.two-nav .ct .mide .left .nav a.active::before{
  width: 100%;
}
.two-nav .ct .mide .left .nav a:not(:first-of-type){
  margin-top: 38px;
}
.two-nav .ct .mide .left .min-nav p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #5B8EAE;
}
.two-nav .ct .mide .left .min-nav .db{
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.two-nav .ct .mide .left .min-nav .db a,
.two-nav .ct .mide .left .min-nav .db span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
}
.two-nav .ct .mide .left .min-nav .db span{
  margin: 0 7px;
}
.two-nav .ct .mide .left .min-nav .db a::before{
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.two-nav .ct .mide .left .min-nav .db a:hover::before{
  width: 100%;
}
.two-nav .ct .mide .right{
  width: calc(100% - 405px);
  padding-top: 95px;
  padding-left: 98px;
}
.two-nav .ct .mide .right .rq:not(:first-of-type){
  display: none;
}
.two-nav .ct .mide .right .rq a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
}
.two-nav .ct .mide .right .rq a::before{
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.two-nav .ct .mide .right .rq a:hover::before{
  width: 100%;
}
.two-nav .ct .mide .right .rq a:not(:first-of-type){
  margin-top: 25px;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.mySwiper .box{
  width: 100%;
  height: 100%;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
}
.mySwiper .ct .rq {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.mySwiper .swiper-slide-active .ct .rq {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .qh{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.mySwiper .qh i{
  font-size: 48px;
  color: #ffffff;
}
.mySwiper .prev{
  left: calc((100% - 1600px) / 2);
}
.mySwiper .next{
  right: calc((100% - 1600px) / 2);
}
.mySwiper .flow-desc{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  z-index: 9;
}
.mySwiper .flow-desc .rq{
  width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 32px 40px 28px;
  display: block;
}
.mySwiper .flow-desc .rq .tp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mySwiper .flow-desc .rq .tp p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  /*word-break: break-word;*/
  /*overflow-wrap: break-word;*/
  width: calc(100% - 44px - 15px);
}
.mySwiper .flow-desc .rq h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.title-48{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  line-height: 70px;
  text-align: center;
}
.title-48.left{
  text-align: left;
}
.pb-h6-16{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.pb-h6-16.left{
  text-align: left;
}
.gy-title .pb-h6-16{
  margin-top: 18px;
}
.gy-more{
  width: 160px;
  height: 45px;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  margin: 0 auto;
}
.gy-more.w{
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.gy-more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00458E;
  z-index: -1;
  transition: 0.3s;
}
.gy-more.w::before{
  background-color: #FFFFFF;
}
.gy-more:hover{
  color: #ffffff;
  border-color: #00458E;
}
.gy-more.w:hover{
  color: #00458E;
  border-color: #FFFFFF
}
.gy-more:hover::before{
  width: 100%;
}
.i1ct{
  padding: 80px 0 110px 0;
  margin: 0 auto;
}
.i1ct .mide{
  display: flex;
  justify-content: space-between;
  margin: 55px 0;
  height: 610px
}
.i1ct .mide .left{
  width: 480px;
  height: 100%;
}
.i1ct .mide .right{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 480px - 10px);
  height: 100%;
}
.i1ct .mide .right .item{
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-top: 10px;
  height: calc((100% - 10px) / 2);
}
.i1ct .mide .right .item:nth-of-type(2n){
  margin-right: 0;
}
.i1ct .mide .right .item:nth-of-type(1),
.i1ct .mide .right .item:nth-of-type(2){
  margin-top: 0;
}
.i1ct .mide .item{
  position: relative;
  overflow: hidden;
}
.i1ct .mide .item .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1ct .mide .item p{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  width: 100%;
  padding: 0 18px 18px 18px;
  z-index: 1;
}
.i1ct .mide .item::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(0,69,142, 0), rgba(0,69,142, 0.9) 70%);
  transition: 0.5s;
}
.i1ct .mide .item .flow{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0,69,142, 0.7);
  transition: 0.5s;
  opacity: 0;
}
.i1ct .mide .item:hover .flow{
  top: 0;
  opacity: 1;
}
.i1ct .mide .item:hover::before{
  opacity: 0;
  bottom: -45%;
}
.i2-box{
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.i2-box .top{
  margin: 0 auto;
}
.i2-box .top .pb-h6-16{
  margin-top: 15px;
}
.i2-box .bottom{
  display: flex;
  margin-top: 84px;
  height: 350px;
}
.i2-box .bottom .left{
  width: 70%;
  height: 100%;
  position: relative;
}
.i2-box .bottom .left .time{
  position: absolute;
  left: 11%;
  bottom: 27px;
}
.i2-box .bottom .left .lg{
  position: absolute;
  right: 5%;
  bottom: 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i2-box .bottom .left .lg a{
  margin-top: 45px;
}
.i2-box .bottom .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i2-box .bottom .right{
  width: 30%;
  height: 100%;
}
.i3ct{
  margin: 0 auto;
  padding: 86px 0 92px 0;
}
.i3ct .mide{
  display: flex;
  margin: 53px 0 70px 0;
}
.i3ct .mide .item{
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
  padding: 10px 10px 50px 10px;
  transition: 0.3s;
}
.i3ct .mide .item:hover{
  box-shadow: 0px 9px 25px 0px rgba(17,17,17,0.15);
}
.i3ct .mide .item:nth-of-type(2n){
  margin-right: 0;
}
.i3ct .mide .item .ib{
  height: 300px;
}
.i3ct .mide .item .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i3ct .mide .item .txt{
  padding: 26px 30px 0 30px;
}
.i3ct .mide .item .txt .tp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i3ct .mide .item .txt .tp img{
  width: 34px;
  opacity: 0;
  transform: translateX(-25px);
  transition: 0.3s;
}
.i3ct .mide .item:hover .txt .tp img{
  opacity: 1;
  transform: translateX(0);
}
.i3ct .mide .item .txt .tp .time{
  width: 120px;
  height: 30px;
  background: #00458E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.i3ct .mide .item .txt h6{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 23px 0 8px 0;
}
.i3ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i4-box{
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  background-color: #00458E;
  display: flex;
  align-items: center;
  height: 510px;
}
.i4-box .left{
  width: 35%;
  height: 100%;
}
.i4-box .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i4-box .right{
  display: flex;
  justify-content: space-between;
  padding: 0 var(--mp-padding-1600) 0 115px;
  width: calc(100% - 35%);
}
.i4-box .right .wz{
  width: 255px;
}
.i4-box .right .wz h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
}
.i4-box .right .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 20px;
}
.i4-box .right form{
  width: calc(100% - 255px - 90px);
}
.i4-box .right form .zjd{
  display: flex;
  align-items: center;
}
.i4-box .right form .zjd p{
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
}
.i4-box .right form .zjd i{
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
}
.i4-box .right form select {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
  min-width: 80px;
}
.i4-box .right form select option {
  color: #222222;
}
.i4-box .layui-form-select{
  width: 100px;
}
.i4-box .layui-form-select input{
  padding-left: 0;
  height: auto;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  border: none;
}
.i4-box .layui-form-select input::placeholder{
    color: #ffffff;
}
.i4-box .layui-form-select dl{
    top: 25px;
}
.i4-box .layui-form-select dd{
    font-family: var(--font-family);
}
.i4-box .layui-form-select .layui-edge{
    border-top-color: #ffffff;
}
.i4-box .layui-form-select dl dd.layui-this{
    color: #00458E;
}
.i4-box .right form .row{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.i4-box .right form .row input{
  width: calc((100% - 30px) / 2);
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(220,220,220, 0.2);
  height: 38px;
}
.i4-box .right form .row input::placeholder{
  color: rgba(255, 255, 255, 0.4);
}
.i4-box .right form button{
  background-color: transparent;
  margin: 50px 0 0 auto;
  cursor: pointer;
}
.banner{
  width: 100%;
  height: 700px;
  position: relative;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gy-min-nav{
  border-bottom: 1px solid #E5E5E5;
}
.gy-min-nav .ct{
  display: flex;
  justify-content: center;
  height: 80px;
  margin: 0 auto;
}
.gy-min-nav .ct a:not(:first-of-type){
  margin-left: 70px;
}
.gy-min-nav .ct a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  position: relative;
  transition: 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.gy-min-nav .ct a::after{
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00458E;
  width: 0;
  height: 1px;
  transition: 0.3s;
}
.gy-min-nav .ct a:hover,
.gy-min-nav .ct a.active{
  color: #00458E;
}
.gy-min-nav .ct a.active::after{
  width: calc(100% + 24px);
}
.p1-box{
  overflow: hidden;
}
.p1ct{
  margin: 0 auto;
  padding: 82px 0 100px 0;
}
.pro-list{
  margin-top: 75px;
}
.pro-list li:not(:first-of-type){
  margin-top: 28px;
}
.pro-list li:nth-of-type(even) a{
  flex-direction: row-reverse;
  padding: 19px 38px 19px 19px;
}
.pro-list li a{
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  border: 1px solid #EEEEEE;
  padding: 19px 19px 19px 38px;
}
.pro-list li a:hover{
  background-color: #00458E;
  border-color: #00458E;
  box-shadow: 0px 2px 36px 7px rgba(0,83,135,0.15);
}
.pro-list li a:hover .left .type,
.pro-list li a:hover .left h3,
.pro-list li a:hover .left h6,
.pro-list li a:hover .left .desc,
.pro-list li a:hover .left .desc .item p,
.pro-list li a:hover .left .desc .item span{
  color: #FFFFFF;
}
.pro-list li a .left{
  width: calc(100% - 560px - 100px);
  padding-top: 20px;
}
.pro-list li a .left .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #00458E;
  transition: 0.3s;
}
.pro-list li a .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  transition: 0.3s;
  margin: 5px 0 7px 0;
}
.pro-list li a .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 23px;
  transition: 0.3s;
}
.pro-list li a .left .desc{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pro-list li a .left .desc .item:nth-of-type(2n){
  margin-right: 0;
}
.pro-list li a .left .desc .item:nth-of-type(1),
.pro-list li a .left .desc .item:nth-of-type(2){
  margin-top: 0;
}
.pro-list li a .left .desc .item{
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
  margin-top: 20px;
}
.pro-list li a .left .desc .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  transition: 0.3s;
  word-break: break-word;
}
.pro-list li a .left .desc .item span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  transition: 0.3s;
}
.pro-list li a .right{
  width: 560px;
  height: 400px;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list li a .right img{
  max-width: 80%;
  max-height: 80%;
}
.pd1-box{
  overflow: hidden;
  background-color: #F5F5F5;
}
.pd1ct{
  margin: 0 auto;
  padding: 160px 0 125px 0;
}
.pd1ct .min-nav{
  display: flex;
  align-items: center;
}
.pd1ct .min-nav a,
.pd1ct .min-nav span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pd1ct .min-nav a:hover{
  text-decoration: underline;
}
.pd1ct .min-nav span{
  margin: 0 7px;
}
.pd1ct .mide{
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd1ct .mide .left{
  width: 470px;
}
.pd1ct .mide .left .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #00458E;
}
.pd1ct .mide .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #222222;
  margin: 5px 0 20px 0;
}
.pd1ct .mide .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.pd1ct .mide .left .db{
  display: flex;
  margin-top: 95px;
}
.pd1ct .mide .left .db a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: 1px solid #00458E;
  position: relative;
  z-index: 1;
}
.pd1ct .mide .left .db a:not(:first-of-type){
  margin-left: 10px;
}
.pd1ct .mide .left .db a .ib img:last-of-type{
  display: none;
}
.pd1ct .mide .left .db a p{
  margin-left: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00458E;
  transition: 0.3s;
}
.pd1ct .mide .right{
  width: calc(100% - 470px - 90px);
}
.pd1ct .mide .right img{
  max-width: 100%;
}
.pd1ct .mide .left .db a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00458E;
  transition: 0.3s;
  z-index: -1;
}
.pd1ct .mide .left .db a:hover:before,
.pd1ct .mide .left .db a:first-of-type::before{
  width: 100%;
}
.pd1ct .mide .left .db a:hover .ib img:last-of-type,
.pd1ct .mide .left .db a:first-of-type .ib img:last-of-type{
  display: block;
}
.pd1ct .mide .left .db a:hover .ib img:first-of-type,
.pd1ct .mide .left .db a:first-of-type .ib img:first-of-type{
  display: none;
}
.pd1ct .mide .left .db a:hover p,
.pd1ct .mide .left .db a:first-of-type p{
  color: #FFFFFF;
}
.pd-nav{
  background-color: #00458E;
  overflow: hidden;
}
.pd-nav .ct{
  margin: 0 auto;
  height: 80px;
  display: flex;
}
.pd-nav .ct a{
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3s;
  border-right: 1px solid rgba(238,238,238, 0.3);
}
.pd-nav .ct a:first-of-type{
  border-left: 1px solid rgba(238,238,238, 0.3);
}
.pd-nav .ct a.active{
  background-color: rgba(255, 255, 255, 0.9);
  color: #00458E;
}
.pd-title p{
  width: 200px;
  height: 3px;
  background: #00458E;
  margin: 0 auto 15px;
}
.pd2ct{
  margin: 0 auto;
  padding: 82px 0 0 0;
}
.pd2ct .mide{
  margin-top: 50px;
}
.pd2ct .mide .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.pd2ct .mide .row{
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
}
.pd2ct .mide .row .ib{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  height: 327px;
  overflow: hidden;
  margin-top: 20px;
}
.pd2ct .mide .row .ib:nth-of-type(1),
.pd2ct .mide .row .ib:nth-of-type(2){
  margin-top: 0;
}
.pd2ct .mide .row .ib:nth-of-type(2n){
  margin-right: 0;
}
.pd2ct .mide .row .ib img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}
.pd2ct .mide .row .ib:hover img{
  transform: scale(1.05);
}
.pd3ct{
  padding: 155px 0 70px 0;
  margin: 0 auto;
}
.pd3ct .box{
  margin-top: 57px;
}
.pd3ct .name{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #00458E;
  padding: 7px 19px;
}
.pd3ct .mide table{
  width: 100% !important;
  border-collapse: collapse;
}
.pd3ct .mide thead{
  border-bottom: 1px solid #959595;
}
.pd3ct .mide th{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  text-align: left;
  padding: 14px 10px;
}
.pd3ct .mide tr:first-of-type{
  border-bottom: 1px solid #959595;  
}
.pd3ct .mide tr:first-of-type td{
  font-family: var(--font-family) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #222222 !important;
}
.pd3ct .mide tr:first-of-type td p,
.pd3ct .mide tr:first-of-type td span{
  font-family: var(--font-family) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #222222 !important;
}
.pd3ct .mide th:first-of-type,
.pd3ct .mide td:first-of-type{
  padding-left: 30px !important;
}
.pd3ct .mide th:last-of-type,
.pd3ct .mide td:last-of-type{
  padding-right: 30px !important;
}
.pd3ct .mide td{
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #222222 !important;
  padding: 14px 10px !important;
}
.pd3ct .mide tr:nth-of-type(odd){
  background-color: #F8F8F8;
}
.pd3ct .mide td p,
.pd3ct .mide td span{
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #222222 !important;
}
.pd4ct{
  padding: 70px 0 160px 0;
  margin: 0 auto;
}
.pd4-list{
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.pd4-list li{
  width: calc((100% - 210px) / 4);
  margin-right: 70px;
  margin-top: 45px;
  height: 130px;
}
.pd4-list li:nth-of-type(4n){
  margin-right: 0;
}
.pd4-list li:nth-of-type(1),
.pd4-list li:nth-of-type(2),
.pd4-list li:nth-of-type(3),
.pd4-list li:nth-of-type(4){
  margin-top: 0;
}
.pd4-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.pd4-list li a:hover{
  transform: translateY(-15px);
}
.pd4-list li a img{
  max-width: 100%;
  max-height: 100%;
}
.pd5-box{
  background-color: #F8F8F8;
}
.pd5ct{
  margin: 0 auto;
  padding: 90px 0 140px 0;
}
.pd5ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  text-align: center;
}
.pd5ct .mide{
  display: flex;
  margin-top: 65px;
}
.pd5ct .mide .item{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  padding: 20px 20px 60px 20px;
  background-color: #ffffff;
  transition: 0.3s;
}
.pd5ct .mide .item:nth-of-type(2n){
  margin-right: 0;
}
.pd5ct .mide .item .ib{
  width: 100%;
  height: 300px;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd5ct .mide .item .ib img{
  max-width: 80%;
  max-height: 80%;
}
.pd5ct .mide .item .txt{
  padding-top: 22px;
}
.pd5ct .mide .item .txt .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
}
.pd5ct .mide .item .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  transition: 0.3s;
  margin: 6px 0 8px 0;
}
.pd5ct .mide .item .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}
.pd5ct .mide .item .txt .db{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  transition: 0.3s;
  margin-top: 35px;
}
.pd5ct .mide .item:hover{
  background-color: #00458E;
}
.pd5ct .mide .item:hover .txt .type,
.pd5ct .mide .item:hover .txt h4,
.pd5ct .mide .item:hover .txt h6,
.pd5ct .mide .item:hover .txt .db{
  color: #ffffff;
}
.ser1-box{
  overflow: hidden;
}
.ser1ct{
  margin: 0 auto;
  padding: 100px 0 110px 0;
}
.ser1ct .desc{
  margin: 85px 0 89px 0;
}
.ser1ct .desc h4{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #222222;
}
.ser1ct .desc p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.ser1ct .db{
  display: flex;
  justify-content: space-between;
}
.ser1ct .db .ib{
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser1ct .db .ib img{
  max-width: 100%;
  max-height: 100%;
}
.ser1ct .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  text-align: center;
  margin-top: 20px;
}
.ser1ct .db a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ser2-box{
  background-color: #F8F8F8;
}
.ser2ct{
  margin: 0 auto;
  padding: 94px 0 140px 0;
}
.ser-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
.ser-list li{
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
  margin-top: 40px;
  height: 620px;
}
.ser-list li:nth-of-type(1),
.ser-list li:nth-of-type(2){
  margin-top: 0;
}
.ser-list li:nth-of-type(2n){
  margin-right: 0;
}
.ser-list li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0 20px;
  transition: 0.3s;
  position: relative;
}
.ser-list li a:hover{
  background-color: #FFFFFF;
  box-shadow: 0px 2px 36px 7px rgba(0,69,142,0.15);
}
.ser-list li a .ib{
  width: 100%;
  height: 300px;
}
.ser-list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ser-list li a .txt{
  padding: 26px 26px 0 26px;
}
.ser-list li a .txt h4{
  font-family: var(--font-family-light);
  font-weight: 400;
  font-size: 30px;
  color: #222222;
}
.ser-list li a .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 23px;
}
.ser-list li a .txt .jt{
  display: flex;
  align-items: center;
  position: absolute;
  width: max-content;
  left: 46px;
  bottom: 40px;
}
.ser-list li a .txt .jt p{
  width: 50px;
  height: 2px;
  background-color: #555555;
  transition: 0.3s;
}
.ser-list li a .txt .jt span{
  border-right: 2px solid #555555;
  border-bottom: 2px solid #555555;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
  transition: 0.3s;
}
.ser-list li a:hover .jt p{
  width: 130px;
  background-color: #00458E;
}
.ser-list li a:hover .jt span{
  border-right-color: #00458E;
  border-bottom-color: #00458E
}
.ser3ct{
  margin: 0 auto;
  padding: 115px 0 145px 0;
}
.ser3ct .map{
  margin: 100px auto 0;
  width: max-content;
  max-width: 100%;
  position: relative;
}
.ser3ct .map .dw{
  position: absolute;
  background-color: #FFFFFF;
  width: 280px;
  padding: 27px 30px 30px 30px;
  transition: 0.3s;
  box-shadow: 0px 2px 30px 0px rgba(19,70,109,0.3);
}
.ser3ct .map .dw::before{
  display: block;
  content: '';
  position: absolute;
  left: -15px;
  top: 6px;
  border-top: 20px solid transparent;
  border-right: 16px solid transparent;
  border-left: 16px solid #FFFFFF;
  border-bottom: 20px solid transparent;
  transform: rotate(38deg);
  transition: 0.3s;
}
.ser3ct .map .dw h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
}
.ser3ct .map .dw .desc{
  margin-top: 7px;
}
.ser3ct .map .dw .desc a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.7;
  transition: 0.3s;
  display: block;
}
.ser3ct .map .dw .desc a:not(:first-of-type){
  margin-top: 5px;
}
.ser3ct .map .dw:hover{
  background-color: #00458E;
}
.ser3ct .map .dw:hover::before{
  border-left-color: #00458E;
}
.ser3ct .map .dw:hover h3,
.ser3ct .map .dw:hover .desc a{
  color: #ffffff;
  opacity: 1;
}
.ser3ct .map .dw1{
  left: 80%;
  bottom: 29%;
}
.ser3ct .map .dw2{
  left: 56%;
  top: 9%;
}
.ser3ct .map .dw3{
  left: 20%;
  bottom: 38%;
}
.news1ct{
  margin: 0 auto;
  padding: 64px 0 150px 0;
}
.news1ct form{
  width: 680px;
  height: 60px;
  background: #F5F5F5;
  border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  padding: 0 29px;
}
.news1ct form button{
  border: none;
  outline: none;
  height: 100%;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.news1ct form button i{
  font-size: 20px;
  color: #00458E;
}
.news1ct form input{
  width: calc(100% - 20px);
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.news1ct form input::placeholder{
  color: #999999;
}
.news1ct .title-48{
  margin-top: 55px;
}
.news1ct .tagb{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 99px;
  margin-top: 100px;
}
.news1ct .tagb p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.news1ct .tagb .tag{
  display: flex;
}
.news1ct .tagb .tag a{
  width: 120px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.news1ct .tagb .tag a:not(:first-of-type){
  margin-left: 10px;
}
.news1ct .tagb .tag a:hover{
  border-color: #00458E;
  color: #00458E;
}
.news1ct .tagb .tag a.active{
  border-color: #00458E;
  color: #FFFFFF;
  background-color: #00458E;
}
.news-list{
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
}
.news-list li{
  width: calc((100% - 88px) / 3);
  margin-right: 44px;
  margin-top: 30px;
}
.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3){
  margin-top: 0;
}
.news-list li:nth-of-type(3n){
  margin-right: 0;
}
.news-list li a{
  display: block;
  transition: 0.3s;
  border: 1px solid #EEEEEE;
  padding: 10px 10px 30px 10px;
}
.news-list li a .ib{
  width: 100%;
  height: 200px;
}
.news-list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li a .txt{
  padding: 21px 10px 0 10px;
}
.news-list li a .txt .time{
  width: 90px;
  height: 28px;
  background: #00458E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.news-list li a .txt h4{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 16px 0 12px 0;
}
.news-list li a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.news-list li a .txt img{
  margin-left: auto;
  margin-top: 34px;
  transition: 0.3s;
  opacity: 0;
}
.news-list li a:hover{
  border-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 9px 25px 0px rgba(0,69,142,0.15);
}
.news-list li a:hover .txt img{
  opacity: 1;
}
.nd1-box{
  background-color: #00458E;
  margin-top: 190px;
}
.nd1ct{
  padding: 67px 0 42px 0;
  margin: 0 auto;
}
.nd1ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
}
.nd1ct .db{
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
.nd1ct .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.nd1ct .db p:not(:first-of-type){
  margin-left: 35px;
}
.nd2ct{
  margin: 0 auto;
  padding: 40px 0 140px 0;
}
.nd2ct .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.nd2ct .content img{
  max-width: 100%;
  margin: 25px auto;
}
.nd2ct .content p,
.nd2ct .content span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.nd2ct .backbtn{
  width: 150px;
  height: 50px;
  background: #00458E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  margin: 80px auto 0;
}
.nd2ct .dbl{
  margin-top: 100px;
  border-top: 1px solid #DCDCDC;
  padding-top: 30px;
}
.nd2ct .dbl a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.nd2ct .dbl a span{
  color: #888888;
}
.nd2ct .dbl a:not(:first-of-type){
  margin-top: 10px;
}
.ny-min-nav .ct{
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 25px 0;
}
.ny-min-nav .ct a,
.ny-min-nav .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.ny-min-nav .ct span{
  margin: 0 7px;
}
.ny-min-nav .ct a:hover{
  text-decoration: underline;
}
.ab1-1box{
  overflow: hidden;
}
.ab1-1ct{
  margin: 0 auto;
  padding: 45px 0 120px 0;
}
.ab1-1ct .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
}
.ab1-1ct .desc p:not(:first-of-type){
  margin-top: 20px;
}
.ab1-1ct img{
  margin: 60px auto 0;
  max-width: 100%;
}
.ab2-1box{
  overflow: hidden;
}
.ab2-1ct{
  margin: 0 auto;
  padding: 40px 0 150px 0;
}
.ab2-1ct .mide{
  margin: 77px auto 0;
  width: 1000px;
  position: relative;
  padding-top: 75px;
}
.ab2-1ct .mide::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #DCDCDC;
}
.ab2-1ct .mide .row{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ab2-1ct .mide .row::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 17px;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #DCDCDC;
  background-color: #FFFFFF;
}
.ab2-1ct .mide .row .left{
  width: 401px;
}
.ab2-1ct .mide .row .left .rq{
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  padding: 18px 30px 26px 30px;
  transition: 0.3s;
}
.ab2-1ct .mide .row .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  transition: 0.3s;
}
.ab2-1ct .mide .row .left  img{
  width: 100%;
  margin-top: 12px;
}
.ab2-1ct .mide .row .left:hover .rq{
  background-color: #00458E;
}
.ab2-1ct .mide .row .left:hover .desc{
  color: #FFFFFF;
}
.ab2-1ct .mide .row .right{
  width: calc(100% - 401px - 150px);
  display: flex;
  align-items: center;
  height: max-content;
  padding-top: 4px;
}
.ab2-1ct .mide .row .right p{
  width: 20px;
  height: 2px;
  background: #00458E;
  transform: translateY(5px);
}
.ab2-1ct .mide .row .right h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  margin-left: 18px;
}
.ab2-1ct .mide .row:not(:first-of-type){
  margin-top: 20px;
}
.ab2-1ct .mide .row:nth-of-type(even){
  flex-direction: row-reverse;
}
.ab2-1ct .mide .row:nth-of-type(even) .right{
  flex-direction: row-reverse;
}
.ab2-1ct .mide .row:nth-of-type(even) .right h4{
  margin-left: 0;
  margin-right: 18px;
}
.ab3-1ct{
  margin: 0 auto;
  padding: 34px 0 135px 0;
}
.ab3-1ct .mide{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.ab3-1ct .mide .item{
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-top: 60px;
}
.ab3-1ct .mide .item:nth-of-type(2n){
  margin-right: 0;
}
.ab3-1ct .mide .item:nth-of-type(1),
.ab3-1ct .mide .item:nth-of-type(2){
  margin-top: 0;
}
.ab3-1ct .mide .item .ib{
  width: 100%;
  height: 350px;
}
.ab3-1ct .mide .item .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab3-1ct .mide .item .txt{
  width: calc(100% - 50px);
  background-color: #F8F8F8;
  padding: 38px 40px 60px 40px;
  margin: -29px auto 0;
  position: relative;
  z-index: 1;
}
.ab3-1ct .mide .item .txt::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00458E;
  transition: 0.5s;
  z-index: -1;
}
.ab3-1ct .mide .item:hover .txt::before{
  width: 100%;
}
.ab3-1ct .mide .item:hover .txt .line{
  background-color: #ffffff;
}
.ab3-1ct .mide .item:hover .txt h4,
.ab3-1ct .mide .item:hover .txt p{
  color: #ffffff;
}
.ab3-1ct .mide .item .txt .line{
  width: 40px;
  height: 2px;
  background: #005387;
  transition: 0.5s;
}
.ab3-1ct .mide .item .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  transition: 0.5s;
  margin: 20px 0 22px 0;
}
.ab3-1ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  transition: 0.5s;
  line-height: 24px;
}
.ab3-2box{
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.ab3-2box .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ab3-2ct{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 85px 0 145px 0;
}
.ab3-2ct .title-48{
  color: #ffffff;
}
.ab3-2ct .mide{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.ab3-2ct .mide .item{
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-top: 20px;
  background-color: #F8F8F8;
  padding: 40px 60px 0 49px;
  height: 280px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}
.ab3-2ct .mide .item:hover{
  background-color: #00458E;
}
.ab3-2ct .mide .item:nth-of-type(1),
.ab3-2ct .mide .item:nth-of-type(2){
  margin-top: 0;
}
.ab3-2ct .mide .item:nth-of-type(2n){
  margin-right: 0;
}
.ab3-2ct .mide .item:hover .ib img:last-of-type{
  display: block;
}
.ab3-2ct .mide .item:hover .ib img:first-of-type{
  display: none;
}
.ab3-2ct .mide .item .ib{
  width: 71px;
}
.ab3-2ct .mide .item .ib img:last-of-type{
  display: none;
}
.ab3-2ct .mide .item .ib img{
  max-width: 100%;
}
.ab3-2ct .mide .item:hover .txt .line{
  background-color: #ffffff;
}
.ab3-2ct .mide .item:hover .txt h4,
.ab3-2ct .mide .item:hover .txt p{
  color: #FFFFFF;
}
.ab3-2ct .mide .item .txt{
  width: calc((100% - 71px - 40px));
}
.ab3-2ct .mide .item .txt .line{
  width: 40px;
  height: 2px;
  background: #00458E;
  transition: 0.3s;
}
.ab3-2ct .mide .item .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  transition: 0.3s;
  margin: 12px 0 20px 0;
}
.ab3-2ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  transition: 0.3s;
  line-height: 24px;
}
.ab3-3ct{
  padding: 0 0 160px 0;
  margin: 0 auto;
  width: 1550px;
}
.ab3-3ct .mide{
  display: flex;
  margin-top: 60px;
}
.ab3-3ct .mide .item{
  width: calc((100% - 80px) / 2);
  margin-right: 40px;
  box-shadow: 0px 0px 40px 0px rgba(17,17,17,0.1);
}
.ab3-3ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.ab3-3ct .mide .item img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.ab3-3ct .mide .item .txt{
  background-color: #ffffff;
  padding: 38px 49px 46px 49px;
}
.ab3-3ct .mide .item .txt .line{
  width: 40px;
  height: 2px;
  background: #00458E;
}
.ab3-3ct .mide .item .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin: 14px 0 20px 0;
}
.ab3-3ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
}
.ab4-1ct{
  margin: 0 auto;
  padding: 54px 0 130px 0;
}
.ab4-1ct .mide{
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.ab4-1ct .mide a{
  width: calc((100% - 63px) / 4);
  margin-right: 21px;
  margin-bottom: 30px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(19,70,109,0.1);
  border-radius: 8px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ab4-1ct .mide a:nth-of-type(4n){
  margin-right: 0;
}
.ab4-1ct .mide a img{
  max-width: 90%;
  max-height: 90%;
}
.ab4-1ct .mide a:hover .flow{
  opacity: 1;
}
.ab4-1ct .mide a .flow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  background-color: rgba(0,69,142, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.ab4-1ct .mide a .flow .line{
  width: 60px;
  height: 2px;
  background: #FFFFFF;
  margin: 0 auto;
}
.ab4-1ct .mide a .flow p {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  max-height: 54px;
  overflow-y: auto;
  margin-top: 20px;
}
.ab4-1ct .mide a .flow p::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ab4-1ct .mide a .flow p::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.ab4-1ct .mide a .flow p::-webkit-scrollbar-track {
  background: #dedede;
}
.con1-1ct{
  padding: 60px 0 160px 0;
  margin: 0 auto;
}
.con1-1ct .map-b{
  margin-top: 100px;
}
.con1-1ct .map-b .item:not(:first-of-type){
  margin-top: 125px;
}
.con1-1ct .map-b .item .top{
  border-bottom: 1px solid #E5E5E5;
}
.con1-1ct .map-b .item .top .name{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #00458E;
  width: max-content;
  padding: 10px 18px;
}
.con1-1ct .map-b .item .desc{
  margin: 40px 0 50px 0;
}
.con1-1ct .map-b .item .desc h4{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
}
.con1-1ct .map-b .item .desc .h,
.con1-1ct .map-b .item .desc a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  opacity: 0.9;
}
.con1-1ct .map-b .item .rw{
  display: flex;
  flex-wrap: wrap;
}
.con1-1ct .map-b .item .rw .rw-item{
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.con1-1ct .map-b .item .rw .rw-item:nth-of-type(2n){
  margin-right: 0;
}
.con1-1ct .map-b .item .rw .rw-item img{
  width: 230px;
  height: max-content;
}
.con1-1ct .map-b .item .rw .rw-item .txt{
  width: calc(100% - 230px - 28px);
  margin-left: 28px;
}
.con1-1ct .map-b .item .rw .rw-item .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.con1-1ct .map-b .item .rw .rw-item .txt .r-desc{
  margin-top: 16px;
}
.con1-1ct .map-b .item .rw .rw-item .txt .r-desc a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.9;
  display: block;
}
.con1-1ct .map-b .map-rq{
  margin-top: 69px;
  height: 450px;
}
.con1-1ct .map-b .map-rq iframe{
    width: 100%;
    height: 100%;
}
.con1-1ct .map-b .map-rq .map{
  width: 100%;
  height: 100%;
}
.con1-1ct .map-b .map-rq .mapbg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con1-1ct .map-b .map-rq .amap-logo{
  display: none;
  opacity: 0 !important;
}
.con1-1ct .map-b .map-rq .amap-copyright{
  display: none !important;
}
.con1-1ct .map-b .map-rq .amap-info-close{
  display: none;
}
.con2-1ct{
  margin: 0 auto;
  padding: 77px 0 140px 0;
}
.con2-1ct .mide{
  margin-top: 65px;
}
.con2-1ct .mide .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con2-1ct .mide .row img{
  width: 550px;
  height: 300px;
  object-fit: cover;
}
.con2-1ct .mide .row .txt{
  width: calc(100% - 550px - 80px);
}
.con2-1ct .mide .row .txt .name{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 26px;
  color: #222222;
  line-height: 1;
  border-left: 9px solid #00458E;
  padding-left: 16px;
}
.con2-1ct .mide .row .txt .desc{
  margin-top: 53px;
}
.con2-1ct .mide .row .txt .desc h4{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  color: #222222;
}
.con2-1ct .mide .row .txt .desc .ab{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.9;
  margin-top: 18px;
}
.con2-1ct .mide .row .txt .desc .ab a{
  display: block;
}
.con2-1ct .mide .row:not(:first-of-type){
  margin-top: 70px;
}
.page { 
  width: 100%;
  margin-top: 55px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 40px;
  height: 40px;
  margin-right: 9px;
  padding: 0;
  border-radius: 6px;
  min-width: 35px;
  border: 1px solid #D2D2D2;
}
.page .el-pagination .btn-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 6px;
  min-width: 35px;
  border: 1px solid #D2D2D2;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 40px;
  height: 40px;
  min-height: 35px;
  text-align: center;
  line-height: 42px;
  margin-right: 9px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 6px;
  transition: 0.3s;
  border: 1px solid #D2D2D2;
}
.page .el-pager li.active {
  background-color: #00458E;
  color: #ffffff;
  border-color: #00458E !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #00458E;
  border-color: #00458E;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #00458E;
}
.ft-box .top-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
}
.ft-box .top-nav a,
.ft-box .top-nav span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.ft-box .top-nav span{
  margin: 0 27px;
}
.ft-box .top-nav a:hover{
  color: #00458E;
  text-decoration: underline;
}
.ft-box .mide{
  background: url(../images/ft1.png) no-repeat center / cover;
}
.ftct{
  margin: 0 auto;
  padding: 85px 0 44px 0;
}
.ftct .ct{
  display: flex;
  justify-content: space-between;
  padding-right: 83px;
}
.ftct .right{
  display: flex;
}
.ftct .right .item{
    max-width: 375px;
}
.ftct .right .item:not(:first-of-type){
  margin-left: 70px;
}
.ftct .right .item h4{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}
.ftct .right .item .txt a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  opacity: 0.7;
  transition: 0.3s;
  /*width: max-content;*/
}
.ftct .right .item .txt a:hover{
  opacity: 1;
  text-decoration: underline;
}
.ftct .dbl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0,69,142, 0.2);
  padding-top: 25px;
  margin-top: 85px;
}
.ftct .dbl .ll{
  max-width: 780px;
  display: flex;
  flex-wrap: wrap;
}
.ftct .dbl .ll a{
  margin-right: 10px;
  line-height: 23px;
}
.ftct .dbl .ll a:last-of-type{
  margin-right: 0;
}
.ftct .dbl .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.ftct .dbl .wz:hover{
  text-decoration: underline;
}
.ftct .dbl .icon{
  display: flex;
}
.ftct .dbl .icon .itt{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00458E;
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 4px;
  transition: 0.3s;
}
.ftct .dbl .icon .itt:hover{
  background-color: rgba(0,69,142, 0.15);
}
.ftct .dbl .icon .itt:not(:first-of-type){
  margin-left: 10px;
}
.ftct .dbl .icon .itt .flow{
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  transition: 0.3s;
  width: 100px;
  padding: 3px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(17,17,17,0.05);
}
.ftct .dbl .icon .itt .flow img{
  width: 100%;
}
.ftct .dbl .icon .itt:hover .flow{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
@media only screen and (max-width:1760px) {
  :root{
    --mp-padding-1600: calc((100% - 1500px) / 2);
  }
  .center-1600{
    width: 1500px;
  }
  .header-box .search{
    margin-left: 80px;
  }
  .header-box{
    padding-left: 60px;
  }
  .header-box .nav li:not(:first-of-type){
    margin-left: 30px;
  }
  .mySwiper .prev{
    left: calc((100% - 1500px) / 2);
  }
  .mySwiper .next{
    right: calc((100% - 1500px) / 2);
  }
}
@media only screen and (max-width:1560px) {
  :root{
    --mp-padding-1600: calc((100% - 1200px) / 2);
  }
  .center-1600{
    width: 1200px;
  }
  .center-1200{
    width: 1000px;
  }
  .header-box .search{
    margin-left: 45px;
  }
  .header-box{
    padding-left: 35px;
  }
  .header-box .nav li a:hover::after, .header-box .nav li.active a::after{
      width: calc(100% + 5px);
  }
  .header-box .nav li:not(:first-of-type){
    margin-left: 26px;
  }
  .header-box .right{
    padding: 0 20px 0 21px;
  }
  .header-box .lan .zs{
    padding: 0 15px;
  }
  .header-box .nav li a{
    font-size: 15px;
    font-weight: 400;
  }
  .two-nav .ct{
    padding: 200px 0 60px 0;
  }
  .two-nav .ct .mide{
    width: calc(100% - 121px - 150px);
  }
  .two-nav .ct .mide .left{
    min-height: calc(100vh - 200px - 60px);
    width: 380px;
  }
  .two-nav .ct .mide .left .nav{
    margin: 40px 0 160px 0;
  }
  .two-nav .ct .mide .left h3{
    font-size: 26px;
  }
  .two-nav .ct .mide .left .nav a{
    font-size: 20px;
  }
  .two-nav .ct .mide .left .nav a:not(:first-of-type){
    margin-top: 32px;
  }
  .two-nav .ct .mide .right .rq a:not(:first-of-type){
    margin-top: 22px;
  }
  .two-nav .ct .mide .right{
    width: calc(100% - 380px);
    padding-top: 80px;
    padding-left: 78px;
  }
  .mySwiper .ct h3{
    font-size: 60px;
  }
  .mySwiper .flow-desc .rq{
    width: 520px;
    padding: 25px 27px 35px 24px;
  }
  .mySwiper .flow-desc .rq .tp p{
    font-size: 17px;
    width: calc(100% - 34px - 15px);
  }
  .mySwiper .flow-desc .rq .tp img{
    width: 34px;
  }
  .mySwiper .flow-desc .rq h6{
    margin-top: 6px;
  }
  .mySwiper .prev{
    left: calc((100% - 1200px) / 2);
  }
  .mySwiper .next{
    right: calc((100% - 1200px) / 2);
  }
  .mySwiper .qh i{
    font-size: 40px;
  }
  .title-48{
    font-size: 38px;
    line-height: 60px;
  }
  .gy-title .pb-h6-16{
    margin-top: 12px;
  }
  .i1ct .mide .left{
    width: 380px;
  }
  .i1ct .mide .right{
    width: calc(100% - 380px - 10px);
  }
  .i1ct .mide{
    height: 510px;
  }
  .i1ct .mide .item p{
    font-size: 19px;
    padding: 0 15px 15px 15px;
  }
  /*.i2-box .top .pb-h6-16{*/
  /*  width: 480px;*/
  /*}*/
  .i2-box .bottom{
    height: 280px;
  }
  .i2-box .bottom .left .time img{
    width: 500px;
  }
  .i2-box .bottom .left .lg a{
    margin-top: 30px;
  }
  .i2-box .bottom .left .lg img{
    width: 126px;
  }
  /*.gy-more{*/
  /*  width: 140px;*/
  /*  height: 41px;*/
  /*}*/
  .i3ct .mide .item .ib{
    height: 250px;
  }
  .i4-box{
    height: 410px;
  }
  .i4-box .right{
    padding: 0 var(--mp-padding-1600) 0 70px;
  }
  .i4-box .right .wz h3{
    font-size: 30px;
  }
  .i4-box .right form{
    width: calc(100% - 255px - 70px);
  }
  .banner{
    height: 500px;
  }
  .gy-min-nav .ct a:not(:first-of-type){
    margin-left: 35px;
  }
  .con2-1ct{
    padding: 67px 0 130px 0;
  }
  .con2-1ct .mide .row img{
    width: 450px;
    height: 250px;
  }
  .con2-1ct .mide .row .txt{
    width: calc(100% - 450px - 80px);
  }
  .con2-1ct .mide .row .txt .desc{
    margin-top: 40px;
  }
  .con2-1ct .mide .row .txt .desc .ab{
    margin-top: 14px;
  }
  .con1-1ct .map-b{
    margin-top: 80px;
  }
  .con1-1ct .map-b .item .rw .rw-item img{
    width: 200px;
  }
  .con1-1ct .map-b .item .rw .rw-item .txt{
    width: calc(100% - 200px - 20px);
    margin-left: 20px;
  }
  .con1-1ct .map-b .item .rw .rw-item .txt .r-desc{
    margin-top: 12px;
  }
  .con1-1ct .map-b .map-rq{
    height: 400px;
  }
  .con1-1ct .map-b .item:not(:first-of-type){
    margin-top: 105px;
  }
  .con1-1ct{
    padding: 60px 0 140px 0;
  }
  .ab4-1ct .mide a{
    height: 120px;
  }
  .ab4-1ct .mide a .flow{
    padding: 0 20px;
  }
  .ab4-1ct .mide{
    margin-top: 70px;
  }
  .ab4-1ct{
    padding: 50px 0 110px 0;
  }
  .ab3-1ct .mide .item .ib{
    height: 300px;
  }
  .ab3-1ct .mide .item .txt h4{
    font-size: 22px;
    margin: 17px 0 19px 0;
  }
  .ab3-1ct .mide .item .txt .line{
    width: 34px;
  }
  .ab3-1ct .mide .item .txt{
    padding: 34px 36px 56px 36px;
  }
  .ab3-1ct{
    padding: 34px 0 120px 0;
  }
  .ab3-2ct .mide .item{
    padding: 35px 50px 0 40px;
    /*height: 320px;*/
  }
  .ab3-2ct .mide .item .ib{
    width: 61px;
  }
  .ab3-2ct .mide .item .txt{
    width: calc(100% - 61px - 35px);
  }
  .ab3-2ct .mide .item .txt .line{
    width: 34px;
  }
  .ab3-2ct .mide .item .txt h4{
    font-size: 22px;
    margin: 11px 0px 17px;
  }
  .ab3-2ct{
    padding: 85px 0 125px 0;
  }
  .ab3-3ct{
    width: 1100px;
  }
  .ab3-3ct .mide .item img{
    height: 250px;
  }
  .ab3-3ct .mide .item .txt{
    padding: 30px 35px 40px 35px;
  }
  .ab3-3ct .mide .item .txt h4{
    font-size: 22px;
    margin: 12px 0 17px 0;
  }
  .ab3-3ct .mide .item .txt .line{
    width: 34px;
  }
  .ab3-3ct{
    padding: 0 0 130px 0;
  }
  .nd1ct h3{
    font-size: 38px;
  }
  .news1ct form{
    width: 580px;
  }
  .news-list li a .ib{
    height: 160px;
  }
  .news-list li a .txt h4{
    font-size: 17px;
    line-height: 25px;
    height: 50px;
  }
  .news1ct{
    padding: 64px 0 130px 0;
  }
  .pd1ct{
    padding: 160px 0 110px 0;
  }
  .pd1ct .mide{
    margin-top: 60px;
  }
  .pd1ct .mide .left{
    width: 430px;
   }
  .pd1ct .mide .left h3{
    font-size: 50px;
    margin: 5px 0 10px 0;
  }
  .pd1ct .mide .right{
    width: calc(100% - 430px - 60px);
  }
  .pd1ct .mide .left .db{
    margin-top: 75px;
  }
  .pd2ct .mide .row .ib{
    height: 290px;
  }
  .pd3ct{
    padding: 145px 0 70px 0;
  }
  .pd3ct .name{
    font-size: 22px;
  }
  .pd4ct{
    padding: 70px 0 140px 0;
  }
  .pd4-list li{
    height: 110px;
  }
  .pd5ct .mide .item .ib{
    height: 250px;
  }
  .pd5ct .mide .item .txt h4{
    font-size: 26px;
  }
  .pro-list{
    margin-top: 65px;
  }
  .pro-list li a .right{
    width: 460px;
    height: 340px;
  }
  .pro-list li a .left{
    width: calc(100% - 460px - 40px);
    padding-top: 15px;
  }
  .pro-list li a .left h3{
    font-size: 30px;
  }
  .pro-list li a .left .desc{
    margin-top: 40px;
  }
  .ser-list{
    margin-top: 65px;
  }
  .ser-list li{
    height: 550px;
  }
  .ser-list li a .ib{
    height: 240px;
  }
  .ser-list li a .txt h4{
    font-size: 26px;
  }
  .ser-list li a .txt h6{
    margin-top: 18px;
  }
  .ser-list li a .txt .jt{
    bottom: 35px;
  }
  .ser2ct{
    padding: 90px 0 100px 0;
  }
  .ser3ct{
    padding: 100px 0 125px 0;
  }
  .ser3ct .map{
    margin: 80px auto 0;
  }
  .ftct .dbl .ll{
    max-width: 600px;
  }
  .ftct{
    padding: 70px 0 40px 0;
  }
  .ftct .ct{
    padding-right: 30px;
  }
  .ftct .dbl{
    margin-top: 70px;
  }
  .ftct .right .item{
      max-width: 310px;
  }
  .ftct .right .item:not(:first-of-type){
    margin-left: 50px;
  }
}
@media only screen and (max-width:1460px) {
}