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

body,
html {
  height: 100%;
  /* position: relative; */
  width: 100%;
  background-color: #F1F6F8;
  
  position: relative;
}

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

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

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

img {
  display: block;
}

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

ul,
ol,
li,
dl,
dd {
  /*margin: 0;
  padding: 0;*/
  margin: 10px;
  padding: 10px;
  list-style: none;
}
:root {
  --font-family: Source Han Sans CN;
}
body.no-scroll {
    overflow: hidden; /* 隐藏滚动条 */
}
#gt_float_wrapper{
    z-index: 89 !important;
}
.hamburger {
  display: none;
}

.x-center {
  width: 1140px;
}

.center {
  width: 1400px;
}

.el-message{
  top: 40% !important;
}

.header-box {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  transition: 0.3s;
  background-color: #F1F6F8;
  padding-bottom: 20px;
  
  background-image:url(../images/bj1.jpg);
}
.header-box.noFlow{
  position: unset;
}
.header-box.active {
  box-shadow: 0px 3px 10px 0px rgba(21,119,186, 0.2);
}
.header-box .top{
  display: flex;
  justify-content: flex-end;
}
.header-box .top .ft-nav{
  display: flex;
  align-items: center;
  background-color: #1577BA;
  height: 40px;
  border-radius: 0 0 0 46px;
  padding: 0 269px 0 73px;
}
.header-box .top .ft-nav .nr{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.header-box .top .ft-nav .nr .user{
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.header-box .top .ft-nav .nr .user .rund{
  width: 21px;
  height: 21px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
}
.header-box .top .ft-nav .nr .user .rund img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-box .top .ft-nav .nr .user .urq{
  display: flex;
  align-items: center;
}
.header-box .top .ft-nav .nr .user .txt{
  display: flex;
  align-items: center;
}
.header-box .top .ft-nav .nr .user .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.header-box .top .ft-nav .nr .user .txt i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.5s;
}
.header-box .top .ft-nav .nr .user .flow{
  position: absolute;
  top: calc(100%);
  left: 50%;
  z-index: 1;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  opacity: 0;
  transition: 0.5s;
}
.header-box .top .ft-nav .nr .user .flow .rq{
  margin-top: 10px;
  background-color: #ffffff;
  width: 182px;
  box-shadow: 0px 3px 29px 0px rgba(4,22,37,0.1);
  border-radius: 4px;
  position: relative;
}
.header-box .top .ft-nav .nr.active .user .flow{
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
}
.header-box .top .ft-nav .nr.active .user .txt i{
  transform: rotate(90deg);
}
.header-box .top .ft-nav .nr .user .flow .rq::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
}
.header-box .top .ft-nav .nr .user .flow .row{
  display: flex;
  align-items: center;
  width: calc(100% - 32px);
  padding: 10px 0;
  margin: 0 auto;
}
.header-box .top .ft-nav .nr .user .flow .row:not(:first-of-type){
  border-top: 1px solid #EEEEEE;
}
.header-box .top .ft-nav .nr .user .flow .row img{
  width: 14px;
}
.header-box .top .ft-nav .nr .user .flow .row a{
  font-family: var(--font-family);
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  width: calc(100% - 14px - 10px);
  margin-left: 10px;
  text-decoration-line:unset;
}
.header-box .top .ft-nav .nr .ksdy{
  position: absolute;
  top: calc(100%);
  left: 50%;
  z-index: 1;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  opacity: 0;
  transition: 0.5s;
}
.header-box .top .ft-nav .nr.active .ksdy{
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
}
.header-box .top .ft-nav .nr .ksdy .rq::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
}
.header-box .top .ft-nav .nr .ksdy .rq{
  width: calc(182px - 32px);
  padding: 12px 16px 19px 16px;
  background: #FFFFFF;
  box-shadow: 0px 3px 29px 0px rgba(4,22,37,0.1);
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
}
.header-box .top .ft-nav .nr .ksdy .rq input{
  width: calc(100% - 10px - 5px);
  padding: 0 5px 0 10px;
  height: 40px;
  border-radius: 6px;
  background-color: #EEEEEE;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.header-box .top .ft-nav .nr .ksdy .rq button{
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: #1577BA;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.header-box .top .ft-nav .nr a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.header-box .top .ft-nav .nr a span{
  text-decoration-line: underline;
}
.header-box .top .ft-nav .nr a i{
  font-size: 16px;
  color: #ffffff;
  margin-right: 5px;
}
.header-box .top .ft-nav .nr>p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 29px;
  /*margin-bottom: -4px;*/
}
.header-box .top .ft-nav .nr:not(:first-of-type){
  margin-left: 29px;
}
.header-box .mide{
  margin-top: 20px;
}
.header-box .mide .ct{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header-box .mide .ct .left{
  display: flex;
  align-items: center;
}
.header-box .mide .ct .left .logo img{
   width: 153px;
}
.header-box .mide .ct .left .logo p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #1577BA;
  /*margin-top: 5px;*/
}
.header-box .mide .ct .left .nav{
  display: flex;
  margin-left: 33px;
}
.header-box .mide .ct .left .nav li{
  position: relative;
}
.header-box .mide .ct .left .nav li>a{
  font-family: var(--font-family);
  /*font-weight: 400;
  font-size: 16px;*/
  font-weight: 600;
  font-size: 18px;
  color: #1577BA;
  position: relative;
}
.header-box .mide .ct .left .nav li>a::after{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background-color: #1577BA;
  border-radius: 6px;
  transition: 0.3s;
}
.header-box .mide .ct .left .nav li:hover>a::after{
  width: 25px;
}
.header-box .mide .ct .left .nav li:not(:first-of-type){
  margin-left: 33px;
}
.header-box .mide .ct .left .nav li .two-box{
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  padding-top: 15px;
  z-index: 12;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  opacity: 0;
  transition: 0.5s;
  
}

.header-box .mide .ct .left .nav li:first-of-type .two-box{
  left: -200px;
  transform: scaleY(0);
  background-image:url(../images/bj1.jpg);
}
.header-box .mide .ct .left .nav li:first-of-type:hover>.two-box{
  transform: scaleY(1);
  opacity: 1; 
}
.header-box .mide .ct .left .nav li:hover>.two-box{
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.header-box .mide .ct .left .nav li .two-box .two{
  display: flex;
  background-color: #FFFFFF;
  padding: 15px 25px;
  box-shadow: 0px 3px 10px 0px rgb(21,119,186,0.3);
  position: relative;
  
}
.header-box .mide .ct .left .nav li .two-box .two .pbParticles{
 /*z-index: 1;*/
 
 z-index: -1;
 background-image:url(../images/bj1.jpg);
}
.header-box .mide .ct .left .nav li:nth-of-type(3) .two-box .two{
  flex-direction: column;
}
.header-box .mide .ct .left .nav li .two-box .two img{
  max-width: 400px;
  margin-top: 10px;
  /*margin-left: 50px;*/
  position: relative;
  z-index: 2;
}
.header-box .mide .ct .left .nav li .two .item{
  position: relative;
  z-index: 2;
}
.header-box .mide .ct .left .nav li .two .item h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  margin-bottom: 10px;
  }
.header-box .mide .ct .left .nav li .two .item:not(:last-of-type){
  margin-right: 50px;
}
.header-box .mide .ct .left .nav li .two .item .txt{
  display: flex;
}
.header-box .mide .ct .left .nav li .two .item .txt .txt-item:not(:first-of-type){
  margin-left: 50px;
}
.header-box .mide .ct .left .nav li .two .item .txt .txt-item a{
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  max-width: 170px;
  transition: 0.3s;
}
.header-box .mide .ct .left .nav li .two .item .txt .txt-item a:hover{
  text-decoration-line: underline;
}
.header-box .mide .ct .left .nav li .two .item .txt .txt-item a:not(:first-of-type){
  margin-top: 7px;
}
.header-box .mide .ct .left .nav li .two .item .txt .txt-item a span{
  color: #1577BA;
}
.header-box .mide .ct .left .nav li .two .item .txt .caol a span{
  margin-top: -3px;
}
.header-box .mide .ct .right{
  display: flex;
}
.header-box .mide .ct .right .shopCart{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #1577BA;
  border-radius: 25px;
}
.header-box .mide .ct .right .shopCart i{
  font-size: 18px;
  color: #FFFFFF;
}
.header-box .mide .ct .right .shopCart span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 13px;
}
.header-box .mide .ct .right .language{
  width: 145px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #1577BA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
}
.header-box .mide .ct .right .language .wz{
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.header-box .mide .ct .right .language .wz span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
}
.header-box .mide .ct .right .language .wz i{
  font-size: 16px;
  color: #1577BA;
  margin-left: 5px;
  transition: 0.3s;
}
.header-box .mide .ct .right .language .flow{
  background-color: #FFFFFF;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgb(21,119,186,0.3);
  padding: 5px 0;
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
  z-index: 10;
  border-radius: 12px;
  overflow: hidden;
}
.header-box .mide .ct .right .language .flow a{
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  padding: 5px 0;
  transition: 0.3s;
}
.header-box .mide .ct .right .language .flow a.active{
  background-color: #1577BA;
  color: #FFFFFF;
}
.header-box .mide .ct .right .language .flow a:hover{
  text-decoration: underline;
}
.header-box .mide .ct .right .language.active .flow{
  transform: scaleY(1);
  opacity: 1;
}
.header-box .mide .ct .right .language.active .wz i{
  transform: rotate(180deg);
}
.header-box .line{
  height: 1px;
  background-color: #0D476F;
  opacity: 0.3;
  margin: 18px auto;
}
.header-box .tz-box .ct{
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header-box .tz-box .ct .left{
  width: 17px;
}
.header-box .tz-box .ct .tzSwiper{
  width: calc(100% - 17px - 17px);
  margin-left: 17px;
  height: 21px;
}
.header-box .tz-box .ct .tzSwiper a{
  display: block;
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sw-box{
  margin-top: 228px;
  position: relative;
}
.sw-box .mySwiper .flow-rund{
  display: none;
}
.sw-box .mySwiper .acquiesce{
  /*display: none;*/
  display:block;
  filter: brightness(90%);
}
.sw-box .mySwiper{
  /*width: calc(100% - 120px);*/
  margin: 0 auto;
  height: 660px;
}
.sw-box .mySwiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius: 30px;*/
  border-radius: 0px;
}
.sw-box .mySwiper video{
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  object-fit: cover;
  filter: brightness(90%);
}
.sw-box .mySwiper .ct{
  width: 85%;
  position: absolute;
  bottom: 320px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.sw-box .mySwiper .ct .txt{
  max-width: 715px;
}
.sw-box .mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 60px;
}
.sw-box .mySwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 20px;
}
.sw-box .form-b{
  /*width: calc(100% - 120px);*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 190px;
  z-index: 19;
}
.sw-box .form-b .fct{
  margin: 0 auto;
  width: 85%;
}
.sw-box form{
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 35px;
  /*overflow: hidden;*/
  width: calc(715px - 35px);
  padding: 0 0 0 35px;
  height: 70px;
}
.sw-box form select,
.sw-box form .ts{
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  outline: none;
  width: 150px;
  height: 100%;
  cursor: pointer;
}
.sw-box form button{
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  height: 100%;
  width: 58px;
  transition: 0.3s;
  border-radius: 0 35px 35px 0;
}
.sw-box  form button i{
  font-size: 18px;
  color: #1577BA;
  transition: 0.3s;
}
.sw-box  form button:hover{
  background-color: #1577BA;
}
.sw-box  form button:hover i{
  color: #ffffff;
}
.sw-box  form .line{
  width: 1px;
  height: 50%;
  background-color: #D2D2D2;
  margin-left: 15px;
}
.sw-box  form .sint{
  height: 100%;
  width: calc(100% - 150px - 58px - 50px - 16px);
  padding: 0 35px 0 15px;
  position: relative;
}
.sw-box  form .sint .close{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #1577BA;
  cursor: pointer;
  z-index: 9;
  display: none; 
}
.sw-box form input{
  border: none;
  outline: none;
  /*width: calc(100% - 150px - 39px - 20px - 10px);*/
  /*margin-right: 10px;*/
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: 100%;
  height: 100%;
}
.sw-box form input::placeholder{
  color: #BBBBBB;
}
.sw-box .mySwiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  opacity: 1;
  background-color: transparent;
  position: relative;
  margin: 0 10px;
}
.sw-box .mySwiper .swiper-pagination-bullet p{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #F4A63F;
  opacity: 0;
  transition: 0.3s;
}
.sw-box .mySwiper .swiper-pagination-bullet::after{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 8px;
  height: 8px;
  background: #F4A63F;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.sw-box .mySwiper .swiper-pagination-bullet-active{
  width: 20px;
  height: 20px;
  border: 1px solid #F4A63F;
}
.sw-box .mySwiper .swiper-pagination-bullet-active p{
  opacity: 1;
}
.sw-box .mySwiper .swiper-pagination-bullet-active::after{
  opacity: 1;
}
.sw-box .mySwiper .swiper-pagination{
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  width: 50px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  background-image: unset;
  top: 0;
  margin-top: 0;
  transition: 0.3s;
}
.mySwiper .swiper-button-prev{
  left: 0;
  border-radius: 40px 0 0 40px;
}
.mySwiper .swiper-button-next{
  right: 0;
  border-radius: 0 40px 40px 0;
}
.mySwiper .swiper-button-prev i,
.mySwiper .swiper-button-next i {
  color: #FFFFFF;
  font-size: 46px;
}
.mySwiper .swiper-button-prev:hover{
  background: linear-gradient(to left, rgba(0,0,0,0.05), rgba(0,0,0,0.1));
}
.mySwiper .swiper-button-next:hover{
  background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.05));
}
.i1-box{
  width: 100%;
  position: relative;
  z-index: 1;
}
.i1Inner{
  padding:  65px 0;
  margin: 0 auto;
}
.pb-title.active{
  align-items: flex-start;
}
.pb-title.active h3,
.pb-title.active h6{
  text-align: left;
}
.pb-title{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pb-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  padding: 6px 25px;
  border-radius: 6px;
  background-color: rgba(21,119,186, 0.2);
}
.pb-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  /*color: #222222;*/
  color: #fff;
  text-align: center;
  margin: 16px 0 19px 0;
}
.pb-title h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  /*color: #555555;*/
  color: #fff;
  line-height: 20px;
  text-align: center;
  max-width: 70%;
}
.i1-box .box{
  display: flex;
  margin-top: 55px;
}
.i1-box .box .item{
  width: calc((100% - 81px) / 4 - 64px);
  padding: 69px 32px 0 32px;
  margin-right: 27px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  position: relative;
  height: calc(460px - 69px);
}
.i1-box .box .item:nth-of-type(4n){
  margin-right: 0;
}
.i1-box .box .item .rund{
  width: 60px;
  height: 60px;
  background: rgba(244,166,63, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.i1-box .box .item .rund img:last-of-type{
  display: none;
}
.i1-box .box .item .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
  text-align: center;
  line-height: 20px;
  height: 20px;
  transition: 0.3s;
  margin: 28px 0 33px 0;
}
.i1-box .box .item h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  transition: 0.3s;
}
.i1-box .box .item .gd{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  text-decoration-line: underline;
  max-width: 95%;
  width: max-content;
  text-align: center;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
.i1-box .box .item:hover{
  background-color: #1577BA;
  transform: translateY(-20px);
}
.i1-box .box .item:hover>.rund{
  background: rgba(255,255,255, 0.1);
}
.i1-box .box .item:hover>.rund img:last-of-type{
  display: block;
}
.i1-box .box .item:hover>.rund img:first-of-type{
  display: none;
}
.i1-box .box .item:hover>.tm{
  color: #FFFFFF;
}
.i1-box .box .item:hover>h6{
  color: #FFFFFF;
}
.i1-box .box .item:hover>.gd{
  color: #FFFFFF;
}
.pbParticles{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.busin-box{
  padding: 70px 0px;
  
  background-image:url(../images/bj2.jpg);
}
.busin-box  .mb{
  margin-top: 20px;
  display: block;
  width: 141px;
  height: 40px;
  background: #1577BA;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
.i2-box{
  width: 100%;
}
.i2Inner{
  background: #FFFFFF;
  border-radius: 40px;
  width: calc(100% - 120px - 70px);
  margin: 0 auto;
  padding: 70px 35px;
}
.i2-box .box{
  margin-top: 40px;
  display: flex;
}
.i2-box .box .item{
  width: calc((100% - 150px) / 7 - 30px);
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 33px 15px 25px 15px;
  transition: 0.3s;
  border-radius: 20px;
  position: relative;
}
.i2-box .box .item:nth-of-type(7n){
  margin-right: 0;
}
.i2-box .box .item .rund{
  width: 60px;
  height: 60px;
  background: rgba(21,119,186, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.i2-box .box .item .rund img:last-of-type{
  display: none;
}
.i2-box .box .item .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
  line-height: 20px;
  text-align: center;
  transition: 0.3s;
  height: 20px;
  margin: 25px 0 39px 0;
}
.i2-box .box .item h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  transition: 0.3s;
}
.i2-box .box .item:hover{
  background-color: rgba(21,119,186, 0.06);
  transform: translateY(-18px);
}
.i2-box .box .item:hover>.rund{
  background-color: #1577BA;
}
.i2-box .box .item:hover>.rund img:last-of-type{
  display: block;
}
.i2-box .box .item:hover>.rund img:first-of-type{
  display: none;
}
.i3-box{
  width: 100%;
  /*position: relative;*/
  position: static;
  z-index: 1;
  
  background-image:url(../images/bj.jpg);
}
.i3Inner{
  margin: 0 auto;
  padding: 80px 0;
}
.i3Inner .qh{
  margin-top: 40px;
  width: 100%;
  height: 460px;
  position: relative;
}
.i3Inner .qh .left-swiper-box{
  width: 780px;
  height: 100%;
}
.i3Inner .qh .left-swiper-box .left-swiper{
  width: 100%;
  height: 100%;
}
.i3Inner .qh .left-swiper-box .left-swiper img{
  width: 100%;
  height: 100%;
  /*border-radius: 40px;*/
  border-radius: 0px;
  object-fit: cover;
}
.i3Inner .qh .right-swiper-box{
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: 2;
  height: calc(100% - 130px);
  width: calc(680px - 120px);
  padding: 50px 60px 80px 60px;
  background-color: #FFFFFF;
  /*border-radius: 40px;*/
  border-radius: 0px;
}
.i3Inner .qh .right-swiper-box .right-swiper{
  width: 100%;
  height: 100%;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz{
  position: relative;
  width: 100%;
  height: 100%;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .mfh4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #1577BA;
  margin: 30px 0 26px 0;
  transition: 0.3s;
  display: block;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .mfh4:hover{
  text-decoration: underline;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt .mb{
  width: 141px;
  height: 40px;
  background: #1577BA;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt .prev-next{
  display: flex;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt .prev-next .pb{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt .prev-next .pb i{
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt .prev-next .pb:hover{
  background-color: #1577BA;
  border-color: #1577BA;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt .prev-next .pb:hover>i{
  color: #FFFFFF;
}
.i3Inner .qh .right-swiper-box .right-swiper .wz .bt .prev-next .next{
  margin-left: 10px;
}
.i3Inner .news{
  margin-top: 104px;
}
.i3Inner .box{
  position: relative;
  margin-top: 35px;
}
.i3Inner .box .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(17,17,17,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.i3Inner .box .prev{
  left: 0;
}
.i3Inner .box .next{
  right: 0;
}
.i3Inner .box .pb i{
  font-size: 20px;
  color: #999999;
  transition: 0.3s;
}
.i3Inner .box .pb:hover{
  background-color: #1577BA;
}
.i3Inner .box .pb:hover>i{
  color: #FFFFFF;
}
.i3Inner .box .news-swiper{
  width: calc(100% - 162px);
  margin: 0 auto;
  padding-top: 20px;
}
.i3Inner .box .news-swiper .txt{
  border-radius: 30px;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}
.i3Inner .box .news-swiper .txt:hover{
  transform: translateY(-20px);
}
.i3Inner .box .news-swiper .txt img{
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.i3Inner .box .news-swiper .txt .content{
  width: calc(100% -  60px);
  padding: 40px 30px 0 30px;
  height: 320px;
  position: relative;
}
.i3Inner .box .news-swiper .txt .content p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
}
.i3Inner .box .news-swiper .txt .content h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 14px 0 20px 0;
}
.i3Inner .box .news-swiper .txt .content h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.i3Inner .box .news-swiper .txt .content .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: calc(100% - 60px);
}
.i3Inner .box .news-swiper .txt .content .db .time{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.i3Inner .box .news-swiper .txt .content .db .rund{
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #1577BA;
  transition: 0.3s;
}
.i3Inner .box .news-swiper .txt .content .db .rund i{
  font-size: 16px;
  color: #1577BA;
  transition: 0.3s;
}
.i3Inner .box .news-swiper .txt .content .db .rund:hover{
  background-color: #1577BA;
}
.i3Inner .box .news-swiper .txt .content .db .rund:hover>i{
  color: #FFFFFF;
}
.i4-box{
  background: url('../images/i4-1.png') no-repeat center / cover;
  width: 100%;
}
.i4Inner{
  margin: 0 auto;
  padding: 95px 0 60px 0;
}
.i4Inner .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i4Inner .top h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
}
.i4Inner .top a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 7px 23px;
}
.i4-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.i4-list li{
  width: calc((100% - 42px) / 4);
  margin-right: 14px;
  margin-bottom: 14px;
  position: relative;
}
.i4-list li:nth-of-type(4n){
  margin-right: 0px;
}
.i4-list li a{
  display: block;
  width: calc(100% - 40px);
  padding: 20px 20px 0 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.i4-list li a .tp{
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.i4-list li a .txt{
  width: 100%;
  padding-top: 20px;
  height: 240px;
  position: relative;
}
.i4-list li a .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i4-list li a .txt .name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.i4-list li a .txt .zs .row{
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.i4-list li a .txt .zs .row span{
  width: 95px;
}
.i4-list li a .txt .zs .row p{
  width: calc(100% - 95px);
  word-break: break-word;
}
.i4-list li .bt{
  display: flex;
  justify-content: space-between;
  width: calc(100%);
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 1;
}
.i4-list.caol li .bt{
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
.i4-list li .bt .sc{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  transition: 0.3s;
  cursor: pointer;
}
.i4-list li .bt .sc img:last-of-type{
  display: none;
}
.i4-list li .bt .addCart{
  width: calc(100% - 70px - 15px);
  height: 100%;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  transition: 0.3s;
  cursor: pointer;
}
.i4-list li .bt .addCart:hover{
  background-color: #1577BA;
  border-color: #1577BA;
  color: #FFFFFF;
}
.i4-list li .bt .addCart.active{
  background-color: #1577BA;
  border-color: #1577BA;
  color: #FFFFFF;
}
.i4-list li .bt .sc:hover{
  background-color: #F4A63F;
  border-color: #F4A63F;
}
.i4-list li .bt .sc.active{
  background-color: #F4A63F;
  border-color: #F4A63F;
}
.i4-list li .bt .sc.active img:last-of-type{
  display: block;
}
.i4-list li .bt .sc.active img:first-of-type{
  display: none;
}
.i4-list li .bt .sc:hover>img:last-of-type{
  display: block;
}
.i4-list li .bt .sc:hover>img:first-of-type{
  display: none;
}
.i5-box{
  width: 100%;
  position: relative;
  z-index: 1;
}
.i5Inner{
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
.i5Inner .item h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.i5Inner .item .txt a{
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  transition: 0.3s;
}
.i5Inner .item .txt a span{
  color: #1577BA;
  margin-top: -3px;
}
.i5Inner .item .txt a:hover{
  text-decoration: underline;
}
.i5Inner .item .txt a:not(:first-of-type){
  margin-top: 7px;
}
.i5Inner .line{
  width: 1px;
  height: 398px;
  background-color: #DBDFE2;
}
.pro-search{
  margin-top: 208px;
}
.pro-search.noFlow{
  margin-top: 0;
}
.pro-search .ct{
  margin: 0 auto;
  /*border-radius: 30px;*/
  border-radius: 0px;
  position: relative;
  background: url('../images/proSearch.jpg') no-repeat center / cover;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-search .ct .content{
  width: calc(820px - 35px - 40px - 1px);
  padding: 0 0 0 35px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 35px;
}
.pro-search .ct .content .el-form{
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-search .el-form-item{
  margin-bottom: 0;
}
.pro-search .el-input__inner{
  height: 70px;
  /*line-height: 70px;*/
  border-radius: 0;
  border: none;
}
.pro-search .el-select{
  width: 200px;
}
.pro-search .el-select .el-input .el-select__caret{
  color: #1577BA;
}
.pro-search .el-select .el-input .el-input__inner{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
}
.pro-search .el-select-dropdown__item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
}
.pro-search .el-button{
  padding: 0;
  width: 58px;
  height: 70px;
  background-color: transparent !important;
  border: none;
  transition: 0.3s;
  border-radius: 0 35px 35px 0;
}
.pro-search .el-button:hover{
  background-color: #1577BA !important;
}
.pro-search .el-button:hover i{
  color: #ffffff !important;
}
.pro-search .el-button i{
  font-size: 18px;
  color: #1577BA !important;
}
.pro-search .ss{
  width: calc(100% - 200px - 58px);
  position: relative;
}
.pro-search .ss .el-input .el-input__inner{
  padding: 0 35px 0 15px;
}
.pro-search .ss .close{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #1577BA;
  cursor: pointer;
  z-index: 9;
}
.pro-search .el-input .el-input__inner{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pro-search .line{
  width: 1px;
  height: 60%;
  background-color: #D2D2D2;
}
.pro-search .qt-form{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.pro-search .qt-form select,
.pro-search .qt-form .ts{
  width: 200px;
  height: 100%;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  cursor: pointer;
}
.pro-search .qt-form button{
  border: none;
  border-radius: 0;
  outline: none;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  width: 58px;
  transition: 0.3s;
  border-radius: 0 35px 35px 0;
}
.pro-search .qt-form button i{
  font-size: 18px;
  color: #1577BA;
  transition: 0.3s;
}
.pro-search .qt-form button:hover{
  background-color: #1577BA;
}
.pro-search .qt-form button:hover i{
  color: #ffffff;
}
.pro-search .qt-form .line{
  margin-left: 15px;
}
.pro-search .qt-form input{
  /*width: calc(100% - 200px - 18px - 30px - 16px);*/
  /*padding: 0 15px;*/
  width: 100%;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  height: 100%;
  border: none;
  outline: none;
}
.pro-search .qt-form input::placeholder,
.pro-search .qt-form input::-webkit-placeholder{
  color: #C0C4CC;
}
.pro-search .qt-form .sint{
  width: calc(100% - 200px - 58px - 50px - 16px);
  padding: 0 35px 0 15px;
  height: 100%;
  position: relative;
}
.pro-search .qt-form .sint .close{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #1577BA;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.searchFlow{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #FFFFFF;
  border: 1px solid #F5F5F5;
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  transition: 0.5s;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.searchFlow.active{
  opacity: 1;
  transform: scaleY(1);
}
.searchFlow.dm .one .ab a{
  width: 100%;
  margin-right: 0;
  margin-bottom: 7px;
}
.searchFlow.dm .one .ab:hover{
  background-color: transparent !important;
}
.searchFlow::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
.searchFlow::-webkit-scrollbar-thumb{
  background: #1577BA;
}
.searchFlow::-webkit-scrollbar-track {
  background: #ffffff;
}
.searchFlow .lab{
  background-color: #EEEFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  padding: 6px 10px;
}
.searchFlow .lab p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #737D7D;
  line-height: initial;
}
.searchFlow .lab span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  line-height: initial;
}
.searchFlow .one i{
  font-size: 16px;
  color: #333333;
  margin-right: 5px;
  line-height: initial;
}
.searchFlow .one .ab{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 28px);
  padding: 7px 14px 4px 14px;
  transition: 0.3s;
}
.searchFlow .one .ab a{
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 3px;
  line-height: initial;
}
.searchFlow .one .ab a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
  transition: 0.3s;
  line-height: initial;
}
.searchFlow .one .ab a:hover span{
  color: #7c7c7c;
}
.searchFlow .one .ab:hover{
  background-color: rgba(21,119,186, 0.1);
}
.searchFlow .two .ab{
  width: calc(100% - 14px);
  padding: 0 7px;
}
.searchFlow .two .ab a{
  width: calc(100% - 14px);
  padding: 7px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  line-height: initial;
}
.searchFlow .two .ab a:hover{
  background-color: rgba(21,119,186, 0.1);
}
.searchFlow .two .ab a:not(:first-of-type){
  border-top: 1px solid #F5F5F5;
}
.searchFlow .two .ab a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  max-width: calc(100% - 16px - 5px);
  text-decoration: underline;
  line-height: initial;
}
.searchFlow .db{
  width: calc(100% - 14px);
  padding: 0 7px;
}
.searchFlow .db a{
  width: calc(100% - 14px);
  padding: 7px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  line-height: initial;
}
.searchFlow .db a:hover{
  background-color: rgba(21,119,186, 0.1);
}
.searchFlow .db a:first-of-type{
  border-top: 2px solid #F5F5F5;
}
.searchFlow .db a:not(:first-of-type){
  border-top: 1px solid #F5F5F5;
}
.searchFlow .db a span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  text-decoration: underline;
  line-height: initial;
}
.pro1-box{
  width: 100%;
}
.pro1Inner{
  /* padding: 30px 0; */
  padding-bottom: 30px;
  margin: 0 auto;
}
.pro-table{
  display: flex;
  border-bottom: 1px solid #BFBFBF;
}
.pro-table a{
  width: calc(50%);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  text-align: center;
  transition: 0.3s;
  padding-bottom: 16px;
  position: relative;
}
.pro-table a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #1577BA;
  transition: 0.5s;
}
.pro-table a.active,
.pro-table a:hover{
  color: #1577BA;
}
.pro-table a.active::after{
  width: 100%;
}
.pro-table a:hover{
  text-decoration: underline;
}
.pro-table a.active:hover{
  text-decoration: unset;
}
.pro-result{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 26px;
  color: #222222;
  margin-top: 23px;
}
.pro-result .txt{
  margin-top: 10px;
}
.pro-result .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.pro-result .txt p span{
  font-weight: bold;
}
.pro1Inner .container{
  display: flex;
  justify-content: space-between;
  /* margin-top: 40px; */
  overflow: hidden;
}
.pro-slide{
  width: 350px;
}
.pro-slide .sxq{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-slide .sxq p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.pro-slide .sxq .qc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  background-color: #D0E1E7;
  border-radius: 4px;
  padding: 5px 12px;
  cursor: pointer;
}
.pro-slide .sxq i{
  font-size: 22px;
  color: #1577BA;
  margin-left: auto;
  display: none;
}
.pro-slide .box{
  margin-top: 27px;
}
.pro-slide .box .item{
  border-radius: 10px;
  border: 1px solid #1577BA;
  overflow: hidden;
  margin-bottom: 10px;
}
.pro-slide .box .item .tp{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(21,119,186,0.2);
  padding: 16px 15px;
  width: calc(100% - 30px);
  cursor: pointer;
}
.pro-slide .box .item .tp .tl{
  display: flex;
  align-items: center;
  max-width: calc(100% - 80px);
}
.pro-slide .box .item .tp .icon i:last-of-type{
  display: none;
}
.pro-slide .box .item.active .tp .icon i:last-of-type{
  display: block;
}
.pro-slide .box .item.active .tp .icon i:first-of-type{
  display: none;
}
.pro-slide .box .item .tp .icon i{
  font-size: 18px;
  color: #1577BA;
}
.pro-slide .box .item .tp .tl p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
  margin-left: 5px;
  max-width: calc(100% - 18px - 5px);
}
.pro-slide .box .item .tp .cz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #1577BA;
  cursor: pointer;
}
.pro-slide .box .item .nr{
  width: 100%;
  padding: 7px 0 30px 0;
  background-color: #ffffff;
  max-height: 265px;
  overflow-y: auto;
}
.pro-slide .box .item .nr.active{
  height: 0px;
  padding: 0px;
  overflow: hidden;
}
.pro-slide .box .item .nr::-webkit-scrollbar{
  width: 8px;
  height: 5px;
}
.pro-slide .box .item .nr::-webkit-scrollbar-thumb{
  background: #1577BA;
}
.pro-slide .box .item .nr::-webkit-scrollbar-track {
  background: #E7F1F8;
}
.pro-slide .el-tree-node__content{
  width: calc(100% - 30px);
  padding: 7px 15px !important;
  height: auto;
}
.pro-slide .el-tree-node__expand-icon.is-leaf{
  display: none;
}
.pro-slide .el-tree-node__label{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #1e1e1e;
  transition: 0.3s;
  position: relative;
  display: flex;
  width: calc(100% - 14px - 8px);
  word-break: break-word;
}
.pro-slide .el-tree-node__label .label-container{
  transition: 0.3s;
  width: calc(100% - 14px - 5px);
}
.pro-slide .el-tree-node__label .label-container:hover{
  text-decoration: underline;
}
.pro-slide .el-tree-node__label .cancel-icon{
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*right: 0;*/
  margin-left: auto;
  cursor: pointer;
  transition: 0.3s;
}
.pro-slide .el-tree-node__label .cancel-icon:hover{
  color: #555555;
}
.pro-slide .el-checkbox__input.is-checked .el-checkbox__inner, 
.pro-slide .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  background-color: #1577BA;
  border-color: #1577BA;
}
.pro-slide .el-tree-node.is-checked{
  background: rgba(21,119,186,0.1);
}
.pro-slide .el-tree-node.is-checked .el-tree-node__label{
  color: #1577BA;
}
.pro-slide .el-tree-node{
  white-space: normal;
  border-bottom: 1px solid #ffffff;
}
.proCt{
  width: calc(100% - 350px - 50px);
}
.proCt .px{
  display: flex;
  align-items: center;
}
.proCt .px p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.proCt .px .el-select{
  margin-left: 15px;
  width: 150px;
}
.proCt .el-input__icon{
  line-height: 35px;
}
.proCt .el-input__inner{
  background-color: transparent;
  border: 1px solid #7D7D7D;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  height: 35px;
  line-height: 35px;
}
.proCt .el-select .el-input .el-select__caret{
  font-size: 16px;
  color: #7D7D7D;
}
.proCt .el-range-editor.is-active, 
.proCt .el-range-editor.is-active:hover, 
.proCt .el-select .el-input.is-focus .el-input__inner{
  border-color: #1577BA;
}
.proCt .el-select .el-input__inner:focus{
  border-color: #1577BA;
}
.proCt .el-select-dropdown__item.selected{
  color: #1577BA;
}
.proCt .el-select-dropdown__item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.proCt .cxflex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proCt .appXX{
  display: none;
}
.proCt .sxtj{
  margin-top: 16px;
  display: flex;
  position: relative;
  border-radius: 10px;
  border: 1px solid #BFBFBF;
  overflow: hidden;
  background-color: #E5E5E5;
}
.proCt .sxtj.active{
  display: none;
}
.proCt .sxtj .left{
  width: 112px;
  background-color: #1577BA;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proCt .sxtj .left::after{
  display: block;
  content: '';
  border-left: 15px solid #1577BA;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.proCt .sxtj .right{
  width: calc(100% - 112px - 36px - 56px);
  padding: 10px 56px 0 36px;
  display: flex;
  flex-wrap: wrap;
}
.proCt .sxtj .right .item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  padding: 8px 33px 8px 11px;
  position: relative;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-right: 10px;
}
.proCt .sxtj .right .item i{
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
}
.proCt .sxtj .right .item i:hover{
  color: #1577BA;
}
.proCt .sxtj .close{
  position: absolute;
  top: 13px;
  right: 12px;
  color: #7D7D7D;
  cursor: pointer;
  font-size: 22px;
}
.pct-list{
  /* margin-top: 20px; */
  /*overflow-y: auto;*/
  /*max-height: 3600px;*/
}
.loading{
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
  margin-top: 20px;
}
.pct-list::-webkit-scrollbar{
  width: 8px;
  height: 5px;
}
.pct-list::-webkit-scrollbar-thumb{
  background: #1577BA;
}
.pct-list::-webkit-scrollbar-track {
  background: #E7F1F8;
}
.pct-list li:not(:first-of-type){
  margin-top: 20px;
}
.pct-list li .mla{
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  width: calc(100% - 40px);
  padding: 10px 20px 55px 20px;
  border-radius: 6px;
  position: relative;
  /*cursor: pointer;*/
  transition: 0.3s;
}
.pct-list li .mla:hover{
  box-shadow: 0px 0px 8px 0px rgba(21,119,186,0.4);
}
.pct-list li .mla .left{
  width: calc(100% - 264px - 40px);
}
.pct-list li .mla .left .dbIm{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 22px;
}
.pct-list li .mla .left .dbIm img{
  margin-right: 10px;
  margin-top: 5px;
  max-height: 18px;
}
.pct-list li .mla .left .tm{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pct-list li .mla .left .tm a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-top: 6px;
  max-width: 100%;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  margin-right: 18px;
  transition: 0.3s;
}
.pct-list li .mla:hover>.left .tm a{
  text-decoration: underline;
}
.pct-list li .mla .left .tm a span{
  font-family: Source Han Sans CN !important;
  font-size: 14px;
  vertical-align: text-top;
}
.pct-list li .mla .left .tm .ib{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pct-list li .mla .left .tm .ib img{
  margin-right: 10px;
  margin-top: 5px;
  max-height: 15px;
  border-bottom: 1px solid transparent;
}
.pct-list li .mla .left .tm .ib a.active:hover img,
.pct-list li .mla .left .tm .ib a:hover img{
  border-bottom-color: #222222;
}
/* .pct-list li .mla .left .tm .ib img:not(:first-of-type){
  margin-left: 10px;
} */
.pct-list li .mla .left .wx{
  margin: 5px 0 9px 0;
  display: flex;
  flex-wrap: wrap;
}
.pct-list li .mla .left .wx a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  transition: 0.3s;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.pct-list li .mla .left .wx a img{
  height: 16px;
  margin-right: 3px;
}
.pct-list li .mla .left .wx a:hover{
  text-decoration: underline;
}
.pct-list li .mla .left .txt .row{
  display: flex;
  flex-wrap: wrap;
}
.pct-list li .mla .left .txt .row:not(:first-of-type){
  margin-top: 6px;
}
.pct-list li .mla .left .txt .row .lab{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.pct-list li .mla .left .txt .row .js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  word-break: break-all;
}
.pct-list li .mla .left .txt .row .bm{
  width: calc(100% - 90px);
  display: flex;
  align-items: flex-end;
}
.pct-list li .mla .left .txt .row .bm span{
  width: calc(100% - 16px - 3px);
  line-height: 21px;
  margin-right: 3px;
  transition: 0.3s;
}
.pct-list li .mla .left .txt .row .bm span.clamp{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pct-list li .mla .left .txt .row .bm i{
  font-size: 14px;
  color: #1577BA;
  cursor: pointer;
  height: max-content;
  transition: 0.2s;
  padding-bottom: 3px;
}
.pct-list li .mla .left .txt .row .bm i.rotate {
  transform: rotate(90deg);
}
.pct-list li .mla .left .txt .row .bm i:hover{
  color: #1577BA;
}
.pct-list li .mla .left .txt .row .fl{
  display: flex;
  flex-wrap: wrap;
}
.pct-list li .mla .left .txt .row .fl p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  border-radius: 2px;
  border: 1px solid #BFBFBF;
  padding: 2px 5px;
  line-height: 1;
  height: max-content;
  margin-right: 3px;
  margin-bottom: 2px;
}
.pct-list li .mla .right{
  width: calc(264px - 20px);
  padding: 10px;
  border: 1px solid #E5E5E5;
  height: max-content;
}
.pct-list li .mla .right .swBox{
  position: relative;
}
.pct-list li .mla .right .swBox .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 35px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  cursor: pointer;
}
.pct-list li .mla .right .swBox .pb i{
  font-size: 16px;
  color: #ffffff;
}
.pct-list li .mla .right .swBox .prev{
  left: 0;
}
.pct-list li .mla .right .swBox .next{
  right: 0;
}
.pct-list li .mla .right .swBox .swIb{
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pct-list li .mla .right .swBox .row-swiper{
  width: 100%;
  height: 145px;
}
.pct-list li .mla .right .swBox .row-swiper.active{
  padding-bottom: 0;
}
.pct-list li .mla .right .swBox .row-swiper .swiper-button-next,
.pct-list li .mla .right .swBox .row-swiper .swiper-button-prev{
  background-image: unset;
  width: 16px;
  height: 35px;
  margin-top: 0;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  top: 34%;
}
.pct-list li .mla .right .swBox .row-swiper .swiper-button-next i,
.pct-list li .mla .right .swBox .row-swiper .swiper-button-prev i{
  font-size: 16px;
  color: #ffffff;
}
.pct-list li .mla .right .swBox .row-swiper .swiper-button-next:hover,
.pct-list li .mla .right .swBox .row-swiper .swiper-button-prev:hover{
  background-color: #1577BA;
}
.pct-list li .mla .right .swBox .img-box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pct-list li .mla .right .swBox .view{
  position: relative;
}
.pct-list li .mla .right .swBox .view i{
  font-size: 18px;
  color: #1577BA;
  position: absolute;
  right: 18%;
  bottom: 2%;
  z-index: 1;
}
.pct-list li .mla .right .swBox img{
  /* width: 100%;
  height: 145px;
  object-fit: cover; */
  max-width: 100%;
  max-height: 100%;
}
.pct-list li .mla .right .swBox .row-swiper{
  padding-bottom: 25px;
}
.pct-list li .pb-xjl{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; 
}
.pb-xjl{
  /* position: absolute;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  /*bottom: 0; */
  margin: 7px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: max-content;
  cursor: pointer;
  transition: 0.3s;
}
.pb-xjl:hover{
  text-decoration: underline;
}
.pro4Inner .left .cpzs .swBox .pb-xjl:hover{
  text-decoration: unset;
  background-color: #1577BA;
}
.pro4Inner .left .cpzs .swBox .wsjBj{
  max-width: 100%;
}
.pb-xjl i{
  font-size: 18px;
  color: #292B2C;
  margin-right: 6px;
}
.pb-xjl p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1;
}
.pb-xjl .swiper-pagination{
  position: unset;
  width: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1;
}
.pct-list li .mla .dbl{
  position: absolute;
  bottom: 19px;
  right: 20px;
  display: flex;
}
.pct-list li .mla .dbl .an{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #7D7D7D;
  padding: 4px 16px;
  transition: 0.3s;
  cursor: pointer;
}
.pct-list li .mla .dbl .an.active{
  border-color: #F4A63F;
  background-color: #F4A63F;
}
.pct-list li .mla .dbl .an.active p{
  color: #ffffff;
}
.pct-list li .mla .dbl .an.active i{
  color: #ffffff;
}
.pct-list li .mla .dbl .an .anib img:last-of-type{
  display: none;
}
.pct-list li .mla .dbl .an.active .anib img:last-of-type{
  display: block;
}
.pct-list li .mla .dbl .an.active .anib img:first-of-type{
  display: none;
}
.pct-list li .mla .dbl .an:hover{
  border-color: #F4A63F;
  background-color: #F4A63F;
}
.pct-list li .mla .dbl .an:hover p{
  color: #ffffff;
}
.pct-list li .mla .dbl .an:hover i{
  color: #ffffff;
}
.pct-list li .mla .dbl .an:hover .anib img:last-of-type{
  display: block;
}
.pct-list li .mla .dbl .an:hover .anib img:first-of-type{
  display: none;
}
.pct-list li .mla .dbl .an:not(:first-of-type){
  margin-left: 18px;
}
.pct-list li .mla .dbl .an.bjcp{
  width: 187px;
  padding-left: 0;
  padding-right: 0;
}
.pct-list li .mla .dbl .an p{
  margin-left: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  transition: 0.3s;
}
.pct-list li .mla .dbl .an i{
  font-size: 16px;
  color: #555555;
  transition: 0.3s;
}
.pct-list li .mla .dbl .an .gxk{
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #7D7D7D;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pct-list li .mla .dbl .an.active .gxk{
  border-color: #F4A63F;
  background-color: #ffffff;
}
.pct-list li .mla .dbl .an .gxk i{
  font-size: 12px;
  color: #1577BA;
  opacity: 0;
}
.pct-list li .mla .dbl .an.active .gxk i{
  opacity: 1;
}
.pct-list li .mla .dbl .an:hover .gxk{
  border-color: #F4A63F;
  background-color: #ffffff;
}
/*.pct-list li .mla .dbl .an .gxk::before{*/
/*  display: block;*/
/*  content: '√';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%,-50%);*/
/*  color: #1577BA;*/
/*  opacity: 0;*/
/*  font-size: 12px;*/
/*  font-weight: bold;*/
/*  transition: 0.3s;*/
/*}*/
/*.pct-list li .mla .dbl .an.active .gxk::before{*/
/*  opacity: 1;*/
/*}*/
.proBj{
  width: 100%;
  margin-top: 20px;
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 99;
  transition: 0.6s;
}
.proBj.cl{
  bottom: 0;
}
.proBj .top{
  background-color: #DCDCDC;
}
.proBj .top .ct{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 0;
}
.proBj .top .ct .left{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.proBj.active .top .ct .left .rund{
  transform: rotate(180deg);
}
.proBj .top .ct .left .rund{
  width: 20px;
  height: 20px;
  background: #7D7D7D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.proBj .top .ct .left .rund i{
  font-size: 16px;
  color: #ffffff;
}
.proBj .top .ct .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-left: 16px;
}
.proBj .top .ct .right{
  display: flex;
}
.proBj .top .ct .right .play{
  width: 100px;
  height: 36px;
  background: #F4A63F;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.proBj .top .ct .right .play.active{
  background-color: #E6E8E8;
  color: #888888;
  cursor: not-allowed;
}
.proBj .top .ct .right .clear{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-left: 26px;
  border-bottom: 1px solid #9C9C9C;
  cursor: pointer;
}
.proBj .bottom{
  background-color: #7D7D7D;
  display: none;
}
.proBj .bottom .ct{
  margin: 0 auto;
  display: flex;
  padding: 34px 0 66px 0;
}
.proBj .bottom .ct .item{
  width: calc((100% - 81px) / 4 - 38px);
  padding: 19px 19px 40px 19px;
  margin-right: 27px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.proBj .bottom .ct .item:nth-of-type(4n){
  margin-right: 0;
}
.proBj .bottom .ct .item i{
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 18px;
  color: #7D7D7D;
  cursor: pointer;
}
.proBj .bottom .ct .item .code{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}
.proBj .bottom .ct .item .zs{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  margin-top: 5px;
}
.pro2-box{
  margin-top: 30px;
}
.pro2Inner{
  margin: 0 auto;
}
.pro2-list{
  margin-top: 30px;
}
.pro2-list li{
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
}
.pro2-list li:hover{
  box-shadow: 0px 0px 15px 0px rgb(21,119,186,0.3);
}
.pro2-list li a{
  display: block;
  width: calc(100% - 90px);
  padding: 25px 45px 40px 45px;
}
.pro2-list li a .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  line-height: 1;
  padding: 7px 11px;
  border-radius: 2px;
  background-color: rgba(21,119,186, 0.2);
  width: max-content;
}
.pro2-list li a .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 15px 0 17px 0;
}
.pro2-list li:not(:first-of-type){
  margin-top: 20px;
}
.pro2-list li a h6{
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.pro-diaolog{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1);
  /*transition: opacity 0.3s,background-color 0.3s;*/
  overflow-y: auto;
  display: none;
}
.pro-diaolog .pb-xjl i{
  color: #FFFFFF;
}
.pro-diaolog .pb-xjl .swiper-pagination{
  color: #FFFFFF;
}
.pro-diaolog.active .pb-xjl i,
.pro-diaolog.active .pb-xjl .swiper-pagination{
  color: #333333;
}
.pro-diaolog.sh{
  /*left: -100%;*/
  /*opacity: 0;*/
  display: block;
}
.pro-diaolog.active{
  background-color: rgba(255,255,255,1);
}
.pro-diaolog.active .top i{
  color: #333333;
}
.pro-diaolog.active .top .ms p{
  color: #333333;
}
.pro-diaolog.active .btCode h3{
  color: #333333;
}
.pro-diaolog.active .btCode .code{
  color: #333333;
}
.pro-diaolog.active .content .filter span{
  color: #333333;
}
.pro-diaolog.active .content .filter p{
  border-color: #333333;
  color: #333333;
}
.pro-diaolog.active .content .swBox .mide .top-swiper .wz p{
  color: #333333;
}
.pro-diaolog.active .content .swBox .pb i{
  color: #333333;
}
.pro-diaolog.active .top .ms .qh{
  background-color: #333333;
}
.pro-diaolog.active .btCode,
.pro-diaolog.active .top{
  border-bottom-color: rgba(0,0,0, 0.1);
}
.pro-diaolog.active .content .swBox .mide .top-swiper .img-box{
  border-color: rgba(0,0,0,0.2);
}
.pro-diaolog .rq{
  width: 100%;
  height: 100%;
}
.pro-diaolog .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
  padding: 28px 40px;
  border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.pro-diaolog .top .ms{
  display: flex;
  align-items: center;
}
/*.pro-diaolog .top .ms .qh{*/
/*  width: 70px;*/
/*  height: 30px;*/
/*  background: #FFFFFF;*/
/*  border-radius: 15px;*/
/*  border: 1px solid #1577BA;*/
/*  position: relative;*/
/*  margin-right: 18px;*/
/*  cursor: pointer;*/
/*}*/
/*.pro-diaolog .top .ms .qh .rund{*/
/*  width: 25px;*/
/*  height: 24px;*/
/*  background: #1577BA;*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  left: 5px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  transition: 0.5s;*/
/*}*/
/*.pro-diaolog .top .ms .qh.active .rund{*/
/*  left: unset;*/
/*  right: 5px;*/
/*}*/
.pro-diaolog .top input {
	/* 隐藏复选框 */
	display: none;
}
.pro-diaolog .top label {
	position: relative;
	width: 66px;
	height: 26px;
	border-radius: 100px;
	border: 2px solid #72cce3;
	background-color: #96dcee;
	transition: all 0.35s ease-in;
	margin-right: 18px;
	cursor: pointer;
}
.pro-diaolog .top label::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #f5eb71;
	background-color: #fffaa8;
	transition: all 0.35s ease-in;
	animation: switch-reverse 0.35s forwards;
	/* 鼠标移入变小手 */
	cursor: pointer;
}
.pro-diaolog .top label::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	box-shadow: -13px 0 0 2px #e8e8ea, -24px 14px 0 -2px #e8e8ea;
	transition: all 0.25s ease-in;
	/* 不透明度 为0 就是隐藏了 */
	opacity: 0;
}
.pro-diaolog .top label span {
	position: relative;
	top: 12px;
	left: 42px;
	/* span是行内元素 需要将其转为块级元素才能设置宽度和高度 */
	display: block;
	width: 7px;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.15s ease-in;
}
.pro-diaolog .top label span::before,
.pro-diaolog .top label span::after {
	/* 将两个伪元素相同的代码写一块 */
	content: "";
	position: absolute;
	width: 17px;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.15s ease-in;
}
.pro-diaolog .top label span::before {
	top: -3px;
	left: -7px;
}
.pro-diaolog .top label span::after {
	top: 3px;
	left: -3px;
}
.pro-diaolog .top input:checked + label {
	border-color: #5d6baa;
	background-color: #6b7abb;
}
.pro-diaolog .top input:checked + label::before {
	border-color: #e8e8ea;
	background-color: #fff;
	/* 这里面需要动画我们先把动画定义好 */
	/* 动画 名称 时长 forwards就是动画完成后定制100%是的状态 */
	animation: switch 0.35s forwards;
}
.pro-diaolog .top input:checked + label::after {
	opacity: 1;
	/* 过渡延迟时间 */
	transition-delay: 0.25s;
}
.pro-diaolog .top input:checked + label span {
	/*width: 5px;*/
	/*left: 60px;*/
	opacity: 0;
}
.pro-diaolog .top input:checked + label span::before {
	/*width: 5px;*/
	/*height: 5px;*/
	/*top: -25px;*/
	opacity: 0;
}
.pro-diaolog .top input:checked + label span::after {
	/*width: 5px;*/
	/*height: 5px;*/
	/*top: 20px;*/
	/*left: -30px;*/
	opacity: 0;
}

@keyframes switch {
	0% {
		left: 3px;
	}
	60% {
		left: 3px;
		width: 50px;
	}
	100% {
		left: 41px;
	}
}
/* 顺便定义取消复选框选中状态的动画 */
@keyframes switch-reverse {
	0% {
		left: 41px;
	}
	60% {
		left: 3px;
		width: 50px;
	}
	100% {
		left: 3px;
	}
}
.pro-diaolog .top .ms p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.pro-diaolog .top i{
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
}
.pro-diaolog .btCode{
  border-bottom: 1px solid rgba(255,255,255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 20px 0;
}
.pro-diaolog .btCode h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  max-width: 80%;
}
.pro-diaolog .btCode .code{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.pro-diaolog .content{
  margin-top: 35px;
}
.pro-diaolog .content .filter{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.pro-diaolog .content .filter span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.pro-diaolog .content .filter .pbox{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pro-diaolog .content .filter p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  line-height: 1;
  padding: 5px 13px;
  cursor: pointer;
  transition: 0.3s;
}
.pro-diaolog .content .filter p.active{
  background-color: #F4A63F;
  border-color: #F4A63F;
  color: #ffffff;
}
.pro-diaolog .content .swBox{
  margin-top: 70px;
  width: 90%;
  position: relative;
  margin: 50px auto 0;
}
.pro-diaolog .content .swBox .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.3s;
  padding: 3px;
}
.pro-diaolog .content .swBox .pb i{
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.pro-diaolog .content .swBox .pb:hover{
  background-color: #1577BA;
}
.pro-diaolog .content .swBox .pb:hover i{
  color: #ffffff;
}
.pro-diaolog .content .swBox .prev{
  left: 0;
}
.pro-diaolog .content .swBox .next{
  right: 0;
}
.pro-diaolog .content .swBox .mide{
  width: calc(100% - 160px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.pro-diaolog .content .swBox .mide{*/
/*  width: 700px;*/
/*}*/
.pro-diaolog .content .swBox .mide .top-swiper-box{
  width: 100%;
  /*height: 430px;*/
  /*border: 1px solid rgba(255,255,255,0.3);*/
}
.pro-diaolog .content .swBox .mide .top-swiper{
  width: 100%;
  /*height: 100%;*/
}
.pro-diaolog .content .swBox .mide .top-swiper .fl{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-diaolog .content .swBox .mide .top-swiper .img-box{
  width: 700px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.3);
}
.pro-diaolog .content .swBox .mide .top-swiper .img-box img{
  max-width: 90%;
  max-height: 90%;
  /*object-fit: cover;*/
}
.pro-diaolog .content .swBox .mide .top-swiper .view{
  position: relative;
}
.pro-diaolog .content .swBox .mide .top-swiper .view i{
  position: absolute;
  right: 30%;
  bottom: 10%;
  font-size: 18px;
  color: #1577BA;
  z-index: 1;
}
.pro-diaolog .content .bottom-swiper-box{
  width: calc(90% - 160px);
  margin: 10px auto 0;
}
.pro-diaolog .content .bottom-swiper-box .drq{
  width: 700px;
  height: 75px;
}
.pro-diaolog .content .bottom-swiper{
  width: 100%;
  height: 100%;
}
.pro-diaolog .content .bottom-swiper .img-box{
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pro-diaolog .content .bottom-swiper .img-box img{
  max-width: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
}
.pro-diaolog .content .bottom-swiper .swiper-slide-thumb-active .img-box{
  border-color: #1577BA;
}
.pro-diaolog .content .swBox .mide .top-swiper .wz{
  width: calc(100% - 700px - 60px);
}
.pro-diaolog .content .swBox .mide .top-swiper .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.proImg-diaolog{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  display: none;
}
.proImg-diaolog.active{
  display: block;
}
.proImg-diaolog .content{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
.proImg-diaolog .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  background-color: rgba(21,119,186, 0.1);
  width: calc(100% - 60px);
}
.proImg-diaolog .content .top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  width: calc(100% - 200px);
}
.proImg-diaolog .content .top .rt{
  display: flex;
  align-items: center;
}
.proImg-diaolog .content .top .rt .gl{
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.proImg-diaolog .content .top .rt .gl i{
  font-size: 18px;
  color: #1577BA;
  margin-right: 3px;
}
.proImg-diaolog .content .top .rt span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(21,119,186, 0.3);
  line-height: 1;
}
.proImg-diaolog .content .top .close{
  font-size: 28px;
  color: rgba(21,119,186, 0.3);
  cursor: pointer;
}
.proImg-diaolog .content .img-box{
  width: calc(100% - 60px);
  /* height: 450px; */
  max-height: 500px;
  margin: 35px auto 30px;
  overflow: auto;
  position: relative;
  /*display: flex;*/
  /* align-items: center; */
  /*justify-content: center;*/
  /*transition: justify-content 0.3s ease;*/
}
.proImg-diaolog .content .img-box img{
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  /* transform-origin: center center;
  position: absolute; */
  /*width: max-content;*/
  /*height: max-content;*/
  cursor: grab;
  margin: 0 auto;
}
.proImg-diaolog .content .bottom{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  padding: 0 30px 35px 30px;
  width: calc(100% - 60px);
}
.pro3-box{
  width: 100%;
}
.pro3Inner{
  margin: 0 auto;
  padding-bottom: 100px;
}
.pro3Inner .pro-result{
  margin-top: 0;
}
.bj-box .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #DFE4E8;
  margin-top: 25px;
  width: calc(100% - 16px - 23px);
  padding: 0 23px 0 16px;
  border-bottom: 2px solid #7A96A9;
  height: 60px;
}
.bj-box .top .fh{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bj-box .top .fh .rund{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #7D7D7D;
  border-radius: 50%;
}
.bj-box .top .fh .rund i{
  font-size: 16px;
  color: #ffffff;
}
.bj-box .top .fh p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-left: 8px;
}
.bj-box .top .cz-b{
  display: flex;
  align-items: center;
  height: 100%;
}
.bj-box .top .cz-b .cz{
  display: flex;
  height: 100%;
}
.bj-box .top .cz-b .cz a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.bj-box .top .cz-b .cz a.active{
  color: #222222;
  font-weight: bold;
}
.bj-box .top .cz-b .cz a.active::after{
  opacity: 1;
}
.bj-box .top .cz-b .cz a::after{
  display: block;
  content: '';
  border-bottom: 7px solid #7A96A9;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
.bj-box .top .cz-b .cz a:not(:first-of-type){
  margin-left: 30px;
}
.bj-box .top .cz-b .ix{
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
}
.bj-box .top .cz-b .ix .lx{
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  /*padding: 5px 0;*/
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
  z-index: 88;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.bj-box .top .cz-b .ix .lx a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  padding: 7px 35px;
  transition: 0.3s;
}
.bj-box .top .cz-b .ix .lx a:hover{
  background-color: #1577BA;
  color: #ffffff;
}
.bj-box .top .cz-b .ix .lx a:not(:first-of-type){
  border-top: 1px solid #eee;
}
.bj-box .top .cz-b .ix p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.bj-box .top .cz-b .ix i{
  font-size: 16px;
  color: #222222;
}
.bj-box .top .cz-b .ix:hover>.lx{
  transform: scaleY(1);
  opacity: 1;
}
.bj-box .top .cz-b .yc{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #222222;
  cursor: pointer;
  margin-left: 65px;
}
.bj-box .content{
  width: 100%;
  display: flex;
  padding-top: 10px;
  background-color: #ffffff;
}
.bj-box .content .la{
  width: 201px;
}
.bj-box .content .la .lab{
  width: calc(100% - 50px);
  padding-left: 50px;
  padding-top: 25px;
  min-height: calc(79px - 25px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.bj-box .content .la .lab.hidden{
  display: none;
}
.bj-box .content .la .lab:first-of-type{
  min-height: calc(483px - 25px);
}
.bj-box .content .la .lab:not(:first-of-type){
  border-top: 1px solid #EEEEEE;
}
.bj-box .content .list{
  width: calc(100% - 201px);
}
.bj-box .content .list .box{
  display: flex;
  width: 100%;
}
.bj-box .content .list .item{
  width: calc(100% / 4);
}
.bj-box .content .list .item.i3{
  width: calc(100% / 3);
}
.bj-box .content .list .item.i3 .zs img{
  max-width: 40%;
}
.bj-box .content .list .item.i3 .swBox .swIb{
  height: 160px;
}
.bj-box .content .list .item.i3 .izs-box{
  height: calc(520px - 43px); 
}
.bj-box .content .la .lab.i3:first-of-type{
  min-height: calc(520px - 25px); 
}
.bj-box .content .list .item.i2{
  width: calc(100% / 2);
}
.bj-box .content .list .item.i2 .zs img{
  max-width: 25%;
}
.bj-box .content .list .item.i2 .swBox .swIb{
  height: 210px;
}
.bj-box .content .list .item.i2 .izs-box{
  height: calc(530px - 43px); 
}
.bj-box .content .la .lab.i2:first-of-type{
  min-height: calc(530px - 25px); 
}
.bj-box .content .list .item:nth-of-type(odd){
  background-color: #FAFAFA;
}
.bj-box .content .list .item .izs-box{
  width: calc(100% - 80px);
  height: calc(483px - 43px);
  padding: 43px 40px 0 40px;
}
.bj-box .content .list .item .izs-box .yc{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bj-box .content .list .item .izs-box .yc i{
  font-size: 22px;
  color: #7D7D7D;
}
.bj-box .content .list .item .izs-box .yc p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-left: 9px;
}
.bj-box .content .swBox{
  position: relative;
  width: calc(100% - 20px - 2px);
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  margin-top: 13px;
}
.bj-box .content .swBox .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  cursor: pointer;
}
.bj-box .content .swBox .pb i{
  font-size: 16px;
  color: #ffffff;
}
.bj-box .content .swBox .prev{
  left: 10px;
}
.bj-box .content .swBox .next{
  right: 10px;
}
.bj-box .content .swBox .swIb{
  width: 100%;
  height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bj-box .content .swBox img{
  /* width: 100%;
  height: 121px;
  object-fit: cover; */
  max-width: 100%;
  max-height: 100%;
}
.bj-box .content .swBox .pb-swiper{
  padding-bottom: 30px;
  width: 100%;
}
.bj-box .content .zs .tm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bj-box .content .zs .gy{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-top: 7px;
}
.bj-box .content .zs{
  padding-top: 10px;
}
.bj-box .content .zs .dbIm{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}
.bj-box .content .zs img{
  height: 18px;
  object-fit: contain;
  max-width: 60%;
  margin-right: 5px;
  margin-bottom: 5px;
}
.bj-box .content .wz.highlight{
  color: #FFFFFF;
  background-color: #F4A63F;
}
.bj-box .content .wz.hidden{
  display: none;
}
.bj-box .content .wz{
  width: calc(100% - 38px);
  min-height: calc(79px - 25px);
  padding: 25px 19px 0 19px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  transition: 0.3s;
  word-break: break-word;
}
.bj-box .content .btn{
  width: 122px;
  height: 37px;
  background: #F4A63F;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.bj-box .content .pb:not(:first-of-type){
  border-top: 1px solid #EEEEEE;
}
.bj-box .content .row1{
  min-height: calc(130px - 25px) !important;
}
.bj-box .content .row2{
  min-height: calc(180px - 25px) !important;
}
.bj-box .content .row3{
  min-height: calc(100px - 25px) !important;
}
.bj-box .content .row4{
  min-height: calc(130px - 25px) !important;
}
.login-box{
  width: 100%;
  height: 100vh;
}
.login-box .top{
  width: 100%;
  background-color: #F1F6F8;
}
.login-box .top .ct{
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
}
.login-box .top .ct .logo img{
  width: 153px;
}
.login-box .top .ct .logo p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #1577BA;
  margin-top: 5px;
}
.login-box .mide{
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
}
.login-box .mide .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-box .mide .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.login-box .mide .login{
  margin-left: auto;
  width: calc(400px - 33px - 47px);
  padding: 30px 47px 0 33px;
  height: calc(430px - 30px);
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(17,17,17,0.1);
  border-radius: 10px;
  position: relative;
}
.login-box .mide .login .qhtip{
  position: absolute;
  right: 0px;
  top: -40px;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 7px 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 1;
}
.login-box .mide .login .qhtip::after{
  display: block;
  content: '';
  position: absolute;
  left: 70%;
  bottom: -4px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
}
.login-box .mide .login .ysj{
  position: absolute;
  right: 11px;
  top: 13px;
  z-index: 1;
  cursor: pointer;
  height: 60px;
}
.login-box .mide .login .db{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}
.login-box .mide .login .db span{
  color: #1577BA;
}
.login-box .mide .login .wx.active{
  display: none;
}
.login-box .mide .login .wx .qr{
  margin: 33px auto 17px;
  height: 180px;
  max-width: 100%;
}
.login-box .mide .login .wx p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.login-box .mide .login .wx .xm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.login-box .mide .login .wx .xm a{
  color: #1577BA;
  text-decoration: underline;
}
.login-box .mide .yzm-mm.active{
  display: none;
}
.login-box .mide .yzm-mm .qhan{
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  margin: 25px 0;
}
.login-box .mide .yzm-mm .qhan a{
  width: 50%;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555;
  text-align: center;
  transition: 0.3s;
  padding-bottom: 5px;
  position: relative;
}
.login-box .mide .yzm-mm .qhan a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #1577BA;
  transition: 0.3s;
}
.login-box .mide .yzm-mm .qhan a.active{
  color: #1577BA;
}
.login-box .mide .yzm-mm .qhan a.active::after{
  width: 100%;
}
/* .login-box .mide .yzm-mm .qhan a:hover{
  color: #1577BA;
}
.login-box .mide .yzm-mm .qhan a:hover::after{
  width: 100%;
} */
.login-box .mide .yzm-mm .el-form-item{
  margin-bottom: 20px;
}
.login-box .mide .yzm-mm .el-button{
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 6px;
  height: 45px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #1577BA;
}
.login-box .mide .yzm-mm .el-input__inner{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.login-box .mide .yzm-mm-db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
}
.login-box .mide .yzm-mm-db a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.login-box .mide .yzm-mm-db a span{
  color: #1577BA;
}
.login-box .mide .yzm-mm .el-checkbox__input.is-checked+.el-checkbox__label{
  color: #333333;
}
.login-box .mide .yzm-mm .el-checkbox__input.is-checked .el-checkbox__inner, 
.login-box .mide .yzm-mm .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  background-color: #1577BA;
  border-color: #1577BA;
}
.login-box .mide .yzm-mm .el-checkbox__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.login-box .mide .yzm-mm .el-checkbox__inner{
  border-radius: 4px;
}
.login-box .mide .yzmdl.active{
  display: none;
}
.login-box .mide .yzmdl .bh .el-form-item__content,
.login-box .mide .yzmdl .hqyzm .el-form-item__content{
  display: flex;
  height: 45px;
  background: #EEEEEE;
  border-radius: 6px;
  line-height: 45px;
}
.login-box .mide .yzmdl .bh .el-form-item__content .el-input__inner,
.login-box .mide .yzmdl .hqyzm .el-form-item__content .el-input__inner{
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.login-box .mide .yzmdl .bh .el-form-item__content .el-input{
  width: calc(100% - 51px);
}
.login-box .mide .yzmdl .bh .wb{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  width: 50px;
  text-align: center;
  border-right: 1px solid #E5E5E5;
}
.login-box .mide .yzmdl .hqyzm .el-form-item__content .el-input{
  width: calc(100% - 146px);
}
.login-box .mide .yzmdl .hqyzm .el-button{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  width: 145px;
  text-align: center;
  border-left: 1px solid #E5E5E5;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.login-box .mide .yzmdl .hqyzm .el-button.is-disabled{
  color: #C0C4CC;
}
.login-box .mide .mmdl.active{
  display: none;
}
.login-box .mide .mmdl .el-input__inner{
  background-color: #EEEEEE;
  border: none;
  border-radius: 6px;
  height: 45px;
  line-height: 45px;
}
.login-box .bottom{
  width: 100%;
}
.login-box .bottom .ct{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.login-box .bottom .ct a,
.login-box .bottom .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.login-box .bottom .ct span{
  margin: 0 10px;
}
.sigNav{
  width: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #F1F6F8;
}
.sigNav .ct{
  margin: 0 auto;
  height: 100px;
  border-bottom: 1px solid rgba(21,119,186, 0.3);
  display: flex;
  align-items: center;
}
.sigNav .ct .logo img{
  width: 153px;
}
.sigNav .ct .logo p{
  margin-top: 3px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #1577BA;
}
.sig-box{
  width: 100%;
}
.sigInner{
  margin: 0 auto;
  padding: 150px 0 100px 0;
}
.sigInner h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #1577BA;
  text-align: center;
}
.sigInner .content{
  width: calc(680px - 70px);
  padding: 35px 35px 25px 35px;
  background-color: #FFFFFF;
  margin: 30px auto 0;
}
.sigInner .el-form--label-top .el-form-item__label{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #222222;
}
.sigInner .el-input__inner{
  height: 45px;
  line-height: 45px;
  background-color: #EEEEEE;
  border-radius: 6px;
  border: none;
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
.sigInner .el-form-item{
  margin-bottom: 25px;
}
.sigInner .el-select{
  width: 100%;
}
.sigInner .el-select-dropdown__item{
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
}
.sigInner .el-button{
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 6px;
  background-color: #1577BA;
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  height: 45px;
  line-height: 45px;
}
.sigInner .row{
  display: flex;
  justify-content: space-between;
}
.sigInner .row .yzm{
  width: 312px;
}
.sigInner .row .yzm .el-form-item__content{
  display: flex;
  background-color: #EEEEEE;
  border-radius: 6px;
}
.sigInner .row .yzm .el-form-item__content .el-button{
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  width: 140px;
  border-left: 1px solid #E5E5E5;
}
.sigInner .row .yzm .el-form-item__content .el-input{
  width: calc(100% - 141px);
}
.sigInner .row .yzm .el-form-item__label{
  opacity: 0;
}
.sigInner .row .yzm .el-button.is-disabled{
  color: #C0C4CC;
}
.sigInner .row .sjh{
  width: calc(100% - 312px - 10px);
}
.sigInner .el-checkbox__input.is-checked .el-checkbox__inner, 
.sigInner .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  background-color: #1577BA;
  border-color: #1577BA;
}
.sigInner .el-checkbox__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333 !important;
}
.sig-bottom{
  width: 100%;
}
.sig-bottom .ct{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 33px;
}
.sig-bottom .ct a,
.sig-bottom .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.sig-bottom .ct span{
  margin: 0 10px;
}
.min-nav{
  width: 100%;
}
.min-nav .ct{
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.min-nav .ct .back{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #1577BA;
  cursor: pointer;
}
.min-nav .ct .back p{
  margin-left: 7px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
}
.min-nav .ct a,
.min-nav .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.min-nav .ct span{
  margin: 0 10px;
}
.min-nav .ct a span{
  margin: 0;
  font-family: Source Han Sans CN !important;
  font-size: 12px;
  vertical-align: text-top;
}
.min-nav .ct a:last-of-type{
  color: #666666;
}
.pb-box{
  width: 100%;
}
.pbInner{
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.pb-slide{
  width: 350px;
  height: max-content;
}
.pb-slide.fixed-bottom{
  position: fixed;
  left: calc((100% - 1400px) / 2);
  bottom: 0;
  z-index: 90;
}
.pb-slide.fixed-bottom.active{
  position: absolute;
}
.pb-slide .item{
  /*border-radius: 10px;*/
  border-radius: 0px;
  overflow: hidden;
}
.pb-slide .item:not(:first-of-type){
  margin-top: 20px;
}
.pb-slide .item .bt{
  width: calc(100% - 38px);
  padding: 15px 19px;
  background: rgba(21,119,186,0.2);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
}
.pb-slide .item .caol-ct{
  width: calc(100% - 38px);
  padding: 15px 19px;
  background-color: #FFFFFF;
}
.pb-slide .item .caol-ct .row .one{
  display: flex;
  align-items: center;
  transition: 0.3s;
  padding: 5px 0;
}
.pb-slide .item .caol-ct .row .one:hover{
  background-color: #F5F7FA;
}
.pb-slide .item .caol-ct .row .one i{
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
}
.pb-slide .item .caol-ct .row .one i:hover{
  color: #F4A63F;
}
.pb-slide .item .caol-ct .row .one a{
  width: calc(100% - 16px - 3px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-left: 3px;
  transition: 0.3s;
}
.pb-slide .item .caol-ct .row .one a:hover{
  /*color: #F4A63F;*/
  /*text-decoration: underline;*/
}
.pb-slide .item .caol-ct .row:not(:first-of-type){
  margin-top: 5px;
}
.pb-slide .item .caol-ct .row.active .one{
  background-color: #F5F7FA;
}
.pb-slide .item .caol-ct .row.active .one i{
  color: #F4A63F;
}
.pb-slide .item .caol-ct .row.active .one i{
  transform: rotate(90deg);
}
.pb-slide .item .caol-ct .row .two{
  width: calc(100% - 19px);
  padding-left: 19px;
  padding-top: 7px;
  display: none;
}
.pb-slide .item .caol-ct .row .two a{
  display: block;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  transition: 0.3s;
  padding: 2.5px 0;
}
.pb-slide .item .caol-ct .row .two a:hover{
  /*color: #F4A63F;*/
  /*text-decoration: underline;*/
  background-color: #F5F7FA;
}
.pb-slide .item .caol-ct .row .two a:not(:first-of-type){
  /*margin-top: 5px;*/
}
.pb-slide .item .content{
  width: calc(100% - 38px);
  padding: 15px 19px 0 19px;
  background-color: #FFFFFF;
}
.pb-slide .item .content .ab{
  padding-bottom: 50px;
}
.pb-slide .item .content .ab a{
  display: block;
  font-family: var(--font-family);
  /*font-weight: 400;*/
  font-weight: bold;
  font-size: 14px;
  /*color: #555555;*/
  color: #1e1e1e;
}
.pb-slide .item .content .ab a:not(:first-of-type){
  margin-top: 7px;
}
.pb-slide .item .content .lx{
  padding-bottom: 25px;
}
.pb-slide .item .content .lx .lx-row{
  display: flex;
  justify-content: space-between;
}
.pb-slide .item .content .lx .lx-row img{
  width: 16px;
  height: max-content;
  margin-top: 5px;
}
.pb-slide .item .content .lx .lx-row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  width: calc(100% - 16px - 10px);
}
.pb-slide .item .content .lx .lx-row:not(:first-of-type){
  margin-top: 10px;
}
.pb-slide .item .content .lx a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #F4A63F;
  margin-top: 15px;
}
.pb-slide .item .content .lx a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
}
.pbInner .container{
  width: calc(100% - 350px - 70px);
}
.pbInner .container.active{
  margin-left: auto;
}
.pbInner .container h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.pbInner .container .pubForm{
  width: 100%;
  display: flex;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 39px;
}
.pbInner .container .pubForm button{
  width: 62px;
  height: 100%;
  background: #F4A63F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.pbInner .container .pubForm button i{
  color: #ffffff;
  font-size: 18px;
}
.pbInner .container .pubForm input{
  width: calc(100% - 62px - 30px);
  padding: 0 15px;
  height: 100%;
  border: none;
  outline: none;
  background-color: #ffffff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.con1 .gj{
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.con1 .gj .item{
  /*width: calc((100% - 40px) / 2 - 64px);*/
  width: calc((100%));
  padding: 0 32px;
  /*margin-right: 40px;*/
  margin-right: 0px;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-top: 34px;
  height: calc(280px - 34px);
}
.con1 .gj .item:nth-of-type(2n){
  margin-right: 0;
}
.con1 .gj .item .mz{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.con1 .gj .item .mz p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-left: 16px;
}
.con1 .gj .item .txt .row{
  display: flex;
  justify-content: space-between;
}
.con1 .gj .item .txt .row:not(:first-of-type){
  margin-top: 13px;
}
.con1 .gj .item .txt .row img{
  width: 16px;
  height: max-content;
  margin-top: 5px;
}
.con1 .gj .item .txt .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  width: calc(100% - 16px - 10px);
}
.con1 .lx-lb{
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  width: calc(100% - 60px);
  padding: 42px 30px 80px 30px;
}
.con1 .lx-lb .tm{
  border-left: 7px solid #1577BA;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  padding-left: 20px;
}
.con1 .lx-lb .box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
}
.con1 .lx-lb .box a:nth-of-type(3n){
  margin-right: 0;
}
.con1 .lx-lb .box a{
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  position: relative;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.con1 .lx-lb .box a:nth-of-type(3n){
  margin-right: 0;
}
.con1 .lx-lb .box a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.con1 .lx-lb .box a:hover>img{
  transform: scale(1.15);
}
.con1 .lx-lb .box a p{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  width: 90%;
  text-align: center;
}
.con1 .lx-lb .bj{
  margin: 60px 0 45px 0;
}
.con1 .lx-lb .bj h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.con1 .lx-lb .bj p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}
.con1 .lx-lb .js{
  display: flex;
  flex-wrap: wrap;
}
.con1 .lx-lb .js .item{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
.con1 .lx-lb .js .item:nth-of-type(3n){
  margin-right: 0;
}
.con1 .lx-lb .js .item h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin: 12px 0;
}
.con1 .lx-lb .js .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pbInner .container .supBg{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 38px;
}
.pbInner .container .js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-top: 25px;
}
.pbInner .container .js span{
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.sup1-list{
  margin-top: 35px;
}
.sup1-list li{
  border-bottom: 1px solid #EEEEEE;
}
.sup1-list li a{
  display: block;
  padding: 30px 0 25px 0;
  transition: 0.3s;
}
.sup1-list li a .tm{
  display: flex;
  align-items: center;
}
.sup1-list li a .tm h4{
  max-width: calc(100% - 16px - 15px);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.sup1-list li a .tm img{
  margin-left: 15px;
}
.sup1-list li a h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 15px;
}
.sup1-list li a:hover>.tm h4{
  color: #1577BA;
}
.sup1-list li a:hover{
  transform: translateX(10px);
}
.sup2-list{
  margin-top: 50px;
}
.sup2-list li{
  background: #FFFFFF;
  border-radius: 10px;
  width: calc(100% - 32px - 18px);
  padding: 0 18px 0 32px;
  transition: 0.3s;
}
.sup2-list li:hover{
  box-shadow: 0px 1px 10px 0px rgb(21,119,186,0.3);
}
.sup2-list li:not(:first-of-type){
  margin-top: 10px;
}
.sup2-list li .sm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
}
.sup2-list li .sm .left{
  max-width: calc(100% - 100px);
  /*display: flex;*/
}
/*.sup2-list li .sm .left p{*/
/*  font-family: var(--font-family);*/
/*  font-weight: 400;*/
/*  font-size: 16px;*/
/*  color: #222222;*/
/*}*/
.sup2-list li .sm .left a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  display: block;
  text-decoration: underline;
  /*display: none;*/
}
.sup2-list li .sm i{
  font-size: 16px;
  color: #1577BA;
  transition: 0.5s;
}
.sup2-list li .txt{
  border-top: 1px solid #EEEEEE;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 20px 0 50px 0;
  /*display: none;*/
}
.sup2-list li.active .sm i{
  transform: rotate(90deg);
}
.pub1-list{
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
}
.pub1-list li{
  width: calc((100% - 105px) / 4);
  margin-right: 35px;
  margin-bottom: 40px;
  transition: 0.3s;
}
.pub1-list li:nth-of-type(4n){
  margin-right: 0;
}
.pub1-list li .img-box{
  width: 100%;
  height: 299px;
  position: relative;
}
.pub1-list li .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pub1-list li .img-box .flow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.pub1-list li .img-box .flow a{
  width: 145px;
  height: 40px;
  background: #F4A63F;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pub1-list li .img-box .flow a:last-of-type{
  margin-top: 15px;
}
.pub1-list li .img-box .flow a i{
  color: #ffffff;
  font-size: 16px;
  margin-right: 9px;
}
.pub1-list li .img-box .flow a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.pub1-list li .txt{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-top: 30px;
  transition: 0.3s;
}
.pub1-list li:hover>.txt{
  color: #1577BA;
}
.pub1-list li:hover>.img-box .flow{
  opacity: 1;
}
.pub1-list li:hover{
  transform: translateY(-10px);
}
.pub2-list{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.pub2-list li{
  width: calc((100% - 105px) / 4);
  margin-right: 35px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.pub2-list li:nth-of-type(4n){
  margin-right: 0;
}
.pub2-list li a{
  display: block;
  width: 100%;
}
.pub2-list li a img{
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.pub2-list li a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  line-height: 18px;
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pub2-list li:hover{
  transform: translateY(-10px);
}
.tem-box .cptj{
  width: calc(100% - 70px);
  padding: 30px 35px 40px 35px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 50px;
}
.tem-box .cptj .box{
  overflow-x: auto;
}
.tem-box .cptj .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #1577BA;
  border-left: 6px solid #1577BA;
  padding-left: 13px;
  line-height: 1;
}
.tem-box .cptj .i4-list li{
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  margin-bottom: 0px;
}
.tem-box .cptj .i4-list li:nth-of-type(3n){
  margin-right: 0;
}
.tem-box .cptj .i4-list li:nth-of-type(4n){
  margin-right: 35px;
}
.tem-box .cptj .i4-list li a{
  padding: 0;
  width: 100%;
}
.tem-box .cptj .i4-list li a .tp{
  border-radius: 4px;
}
.tem-box .time-view{
  display: flex;
  margin-top: 20px;
}
.tem-box .time-view .item{
  display: flex;
  align-items: center;
}
.tem-box .time-view .item i{
  font-size: 16px;
  color: #1577BA;
}
.tem-box .time-view .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
}
.tem-box .time-view .item:last-of-type{
  margin-left: 50px;
}
.tem-box .content{
  border-top: 1px solid #DCDCDC;
  margin-top: 17px;
  padding-top: 15px;
}
.tem-box .content video{
  max-width: 100% !important;
  min-width: 50% !important;
  height: max-content !important;
  margin: 0 auto;
  display: block;
}
.tem-box .content p,
.tem-box .content span{
  font-family: var(--font-family) !important;
  /*font-weight: 400;*/
  /*font-size: 14px;*/
  /*color: #333333;*/
  margin-top: 20px;
}
.tem-box .content a p,
.tem-box .content a span{
  cursor: pointer !important;
}
.tem-box .content img{
  max-width: 100%;
  height: auto !important;
  display: inline-block;
  /*margin: 30px auto 0;*/
}
.tem-box .content table{
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 20px;
}
.tem-box .content table td{
  font-family: var(--font-family) !important;
  padding: 7px 3px;
}
.tem-box .content table tr:nth-of-type(even){
  background-color: rgba(21,119,186, 0.05);
}
.pro-list{
  border-radius: 20px;
  border: 1px solid #AFD0E5;
  overflow: hidden;
  margin-top: 20px;
}
.pro-list .dbl{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 50px);
  padding: 23px 25px 15px 25px;
  background-color: #F1F6F8;
}
.pro-list .dbl div{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.pro-list .wd1{
  width: 100px;
}
.pro-list .wd2,
.pro-list .wd3,
.pro-list .wd4{
  width: calc((100% - 100px - 80px) / 3);
}
.pro-list li{
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  width: calc(100% - 50px);
  background-color: #ffffff;
}
.pro-list li .proCode a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1979BB;
  text-decoration-line: underline;
}
.pro-list li .proName{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  word-break: break-word;
}
.pro-list li:nth-of-type(even){
  background-color: #F1F6F8;
}
.pb-box.active .container{
  width: 100%;
}
.pb-box.active .container h3{
  color: #1577BA;
}
.pb-box.active .tem-box .cptj{
  width: calc(100% - 70px);
  background-color: transparent;
  border-radius: 0;
}
.pb-box.active .tem-box .cptj .i4-list li{
  width: calc((100% - 42px) / 4);
  margin-right: 14px;
  margin-bottom: 30px;
}
.pb-box.active .tem-box .cptj .i4-list li:nth-of-type(4n){
  margin-right: 0;
}
.pb-box.active .tem-box .cptj .i4-list li a{
  width: calc(100% - 40px);
  padding: 20px 20px 0 20px;
}
.pb-box.active .pro-list .wd2,
.pb-box.active .pro-list .wd3,
.pb-box.active .pro-list .wd4{
  width: calc((100% - 100px - 100px - 80px) / 3);
}
.pb-box.active .pro-list .wd5{
  width: 100px;
}
.tem3-box .time{
  display: flex;
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
  margin-top: 30px;
}
.tem3-box .time a{
  width: 110px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #1577BA;
  line-height: 38px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #1577BA;
}
.tem3-box .time a.active{
  background-color: #1577BA;
  color: #ffffff;
}
.tem3-box .time a:not(:first-of-type){
  margin-left: 10px;
}
.tem3-box .min-js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 25px;
}
.tem3-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tem3-list li{
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.tem3-list li:nth-of-type(4n){
  margin-right: 0;
}
.tem3-list li>a{
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.tem3-list li>a img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.tem3-list li>a .t4-txt{
  background-color: #ffffff;
  width: calc(100% - 42px);
  padding: 15px 21px 0 21px;
  height: 260px;
}
.tem3-list li>a .t4-txt .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #1577BA;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tem3-list li>a .t4-txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 9px;
}
.tem3-list li>a .t4-txt p span{
  color: #1577BA;
}
.tem3-list li .flow-cp{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  width: calc(100% - 42px);
}
.tem3-list li .flow-cp span,
.tem3-list li .flow-cp a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  flex-wrap: wrap;
}
.tem3-list li .flow-cp a{
  color: #1577BA;
  text-decoration: underline;
  margin-right: 10px;
}
.con2-box{
  margin-top: 208px;
}
.con2Inner{
  padding: 30px 0 119px 0;
  margin: 0 auto;
}
.con2Inner .content{
  width: calc(800px - 90px);
  padding: 40px 45px 20px 45px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.con2Inner .content h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  text-align: center;
}
.con2Inner .content h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 18px;
}
.con2Inner .content .el-form{
  margin-top: 35px;
}
.con2Inner .el-form-item__label{
  line-height: 22px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.con2Inner .el-input__inner{
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 4px;
  background-color: #F5F5F5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.con2Inner .el-form-item{
  margin-bottom: 36px;
}
.con2Inner .tj{
  border: none;
  border-radius: 20px;
  height: 40px;
  width: 230px;
  padding: 0;
  background-color: #1577BA;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
}
.con2Inner .el-upload{
  width: 100%;
}
.con2Inner .uploadButton{
  height: 45px;
  background-color: #F5F5F5;
  border-radius: 4px;
  border: none;
  width: 100%;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #AAAAAA;
}
.con2Inner .el-checkbox-group{
  display: flex;
  flex-direction: column;
  margin-right: 0;
}
.con2Inner .el-checkbox__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.con2Inner .el-checkbox__inner{
  width: 18px;
  height: 18px;
  border: none;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.con2Inner .el-checkbox__inner::after{
  left: 7px;
  top: 3px;
}
.con2Inner .el-checkbox{
  margin-right: 0;
  line-height: 36px;
}
.con2Inner .el-date-editor.el-input, .el-date-editor.el-input__inner{
  width: 100%;
}
.con2Inner .row .el-form-item__label{
  font-size: 16px;
}
.con2Inner .row .el-form-item__label::before{
  display: none;
}
.con2Inner .row .el-form-item:not(:last-of-type){
  margin-bottom: 19px;
}
.el-cascader-node__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
}
.con2Inner .el-cascader{
  width: 100%;
}
.con2Inner .address{
  margin-top: 10px;
}
.con2Inner .row .tm{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
}
.con2Inner .row .tm span{
  color: #F56C6C;
  margin-right: 4px;
}
.qtPb-title h3{
  /*font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #1577BA;
  text-align: center;*/
  
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  text-align: center;
  margin: 16px 0 19px 0;
}
.qtPb-title h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  max-width: 75%;
  margin: 15px auto 0;
}
.busin-box .container{
  margin-top: 60px;
}
.busin-box .container .row{
  display: flex;
  height: 600px;
}
.busin-box .container .row .img-box{
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.busin-box .container .row .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.busin-box .container .row .img-box:hover>img{
  transform: scale(1.05);
}
.busin-box .container .row .txt{
  width: 50%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}
.busin-box .container .row .txt .nr{
  width: 589px;
  margin-left: 110px;
}
.busin-box .container .row .txt .nr h4{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
}
.busin-box .container .row .txt .nr h5{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #1577BA;
  margin: 15px 0 25px 0;
}
.busin-box .container .row .txt .nr p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 26px;
}
.busin-box .container .row .txt .nr .gl{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  margin-top: 35px;
}
.busin-box .container .row:nth-of-type(even){
  flex-direction: row-reverse;
}
.busin-box .container .row:nth-of-type(even) .txt{
  justify-content: flex-end;
}
.busin-box .container .row:nth-of-type(even) .txt .nr{
  margin-left: 0;
  margin-right: 110px;
}
.busin2-box{
  position: relative;
}
.busin2-box .bg{
  width: 100%;
}
.busin2-box .flow{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.busin2-box .flow h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.busin2-box .flow a{
  width: 330px;
  height: 50px;
  background: linear-gradient(90deg, #4CF9F7 0%, #1577BA 100%);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.busin2-box .flow a p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 12px;
}
.join1-box .fldy{
  width: 100%;
  margin-top: 60px;
  height: 560px;
  position: relative;
}
.join1-box .fldy .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join1-box .fldy .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.join1-box .fldy .ct .qtPb-title h3,
.join1-box .fldy .ct .qtPb-title h6{
  color: #ffffff;
}
.join1-box .fldy .ct .box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.join1-box .fldy .ct .box .item{
  width: calc((100% - 132px) / 7 - 50px);
  padding: 40px 25px 30px 25px;
  margin-right: 22px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.join1-box .fldy .ct .box .item:hover{
  transform: translateY(-15px);
}
.join1-box .fldy .ct .box .item:nth-of-type(7n){
  margin-right: 0;
}
.join1-box .fldy .ct .box .item .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
  margin: 25px 0 18px 0;
}
.join1-box .fldy .ct .box .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.join1-box .fldy .ct .box .item img{
  height: 50px;
}
.join2-box{
  width: 100%;
}
.join2Inner{
  padding: 60px 0 100px 0;
  margin: 0 auto;
}
.join2Inner .gh{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.join2Inner .gh .item{
  width: calc((100% - 81px) / 4);
  margin-right: 27px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.3s;
}
.join2Inner .gh .item:hover{
  transform: translateY(-15px);
}
.join2Inner .gh .item:nth-of-type(4n){
  margin-right: 0;
}
.join2Inner .gh .item img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.join2Inner .gh .item .txt{
  width: calc(100% - 60px);
  padding: 23px 30px 50px 30px;
}
.join2Inner .gh .item .txt .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
}
.join2Inner .gh .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.join2Inner .jo-box{
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 20px;
  width: calc(100% - 100px);
  padding: 40px 50px;
}
.join2Inner .join-list{
  margin-top: 35px;
}
.join2Inner .join-list li{
  border-bottom: 1px solid #EEEEEE;
  width: calc(100% - 48px - 35px);
  padding: 27px 35px 27px 48px;
}
.join2Inner .join-list li:first-of-type{
  border-top: 1px solid #EEEEEE;
}
.join2Inner .join-list li .zs{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.join2Inner .join-list li .zs .mz{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  max-width: calc(100% - 100px);
}
.join2Inner .join-list li .zs i{
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
}
.join2Inner .join-list li.active .zs i{
  transform: rotate(90deg);
}
.join2Inner .join-list li .txt{
  width: calc(100% - 74px);
  padding: 22px 37px 40px 37px;
  border-radius: 20px;
  background-color: #f8f8f8;
  margin-top: 18px;
  display: none;
}
.join2Inner .join-list li .txt .item:not(:first-of-type){
  margin-top: 35px;
}
.join2Inner .join-list li .txt .item .jj{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.join2Inner .join-list li .txt .item .js p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}
.join2Inner .db{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0 75px 0;
}
.join2Inner .db .left{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join2Inner .db .left img{
  width: 185px;
}
.join2Inner .db .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
  text-align: center;
}
.join2Inner .db .line{
  width: 1px;
  height: 230px;
  background-color: #EEEEEE;
  margin: 0 150px;
}
.join2Inner .db .right .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.join2Inner .db .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin: 7px 0 45px 0;
}
.join2Inner .db .right a{
  display: block;
  width: 118px;
  height: 39px;
  background: #1577BA;
  border-radius: 6px;
  text-align: center;
  line-height: 39px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.join2Inner .dbTip{
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #1577BA;
}
.ant-box .ant-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.ant-box .ant-top .ant-left{
  width: calc(100% - 503px - 55px);
}
.ant-box .ant-top .ant-left h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.ant-box .ant-top .ant-left h4 a{
  color: #1577BA;
  text-decoration: underline;
}
.ant-box .ant-top .ant-left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 29px 0 84px 0;
}
.ant-box .ant-top .ant-left .more{
  width: 220px;
  height: 40px;
  background: #1577BA;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
}
.ant-box .ant-top .ant-right{
  width: 503px;
  height: 330px;
  overflow: hidden;
  border-radius: 10px;
}
.ant-box .ant-top .ant-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-box .ant-mide{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.ant-box .ant-mide .item{
  width: calc((100% - 50px) / 3 - 44px);
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 25px 22px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ant-box .ant-mide .item::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1577BA;
  z-index: -1;
  width: 0;
  height: 100%;
  transition: 0.6s;
}
.ant-box .ant-mide .item:hover::before{
  width: 100%;
}
.ant-box .ant-mide .item:hover>h4,
.ant-box .ant-mide .item:hover>p{
  color: #ffffff;
}
.ant-box .ant-mide .item:hover>h4{
  text-decoration: underline;
}
.ant-box .ant-mide .item h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  transition: 0.5s;
}
.ant-box .ant-mide .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  margin-top: 15px;
  transition: 0.5s;
}
.ant-box .ant-mide .item:nth-of-type(3n){
  margin-right: 0;
}
.ant-box .ant-icon{
  margin-top: 25px;
  display: flex;
  background-color: #ffffff;
  padding: 38px 0 50px 0;
  border-radius: 10px;
}
.ant-box .ant-icon .item{
  width: calc((100% - 4px) / 5 - 50px);
  padding:0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ant-box .ant-icon .item:not(:first-of-type){
  border-left: 1px solid #EFF3F5;
}
.ant-box .ant-icon .item img{
  height: 40px;
}
.ant-box .ant-icon .item .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #1577BA;
  text-align: center;
  margin-top: 20px;
}
.ant-box .ant-icon .item .line{
  width: 20px;
  height: 2px;
  background: #1577BA;
  margin: 17px 0 19px 0;
}
.ant-box .ant-icon .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
}
.ant-box .ant-xgcp{
  margin-top: 50px;
}
.ant-box .ant-xgcp .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #1577BA;
}
.ant-box .ant-xgcp .tagcloud{
  width: 100%;
  margin: 130px 0 100px 0;
}
.ant-box .ant-xgcp .tagcloud a {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.ant-box .ant-pro{
  margin-top: 50px;
}
.ant-box .ant-pro .qhBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ant-box .ant-pro .qhBox .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #1577BA;
}
.ant-box .ant-pro .qhBox .qh{
  display: flex;
}
.ant-box .ant-pro .qhBox .qh i{
  font-size: 18px;
  cursor: pointer;
  color: #888888;
  transition: 0.3s;
}
.ant-box .ant-pro .qhBox .qh i:last-of-type{
  margin-left: 15px;
}
.ant-box .ant-pro .qhBox .qh i:hover{
  color: #1577BA;
}
.ant-box .ant-pro .ant-swiper{
  margin-top: 30px;
}
.ant-box .ant-pro .ant-swiper .frq{
  position: relative;
}
.ant-box .ant-pro .ant-swiper a{
  display: block;
  width: calc(100% - 30px);
  padding: 15px 15px 0 15px;
  border-radius: 20px;
  background-color: #ffffff;
}
.ant-box .ant-pro .ant-swiper a .tp{
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.ant-box .ant-pro .ant-swiper a .txt{
  width: 100%;
  padding-top: 20px;
  height: 240px;
  position: relative;
}
.ant-box .ant-pro .ant-swiper a .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ant-box .ant-pro .ant-swiper a .txt .name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.ant-box .ant-pro .ant-swiper a .txt .zs .row{
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.ant-box .ant-pro .ant-swiper a .txt .zs .row span{
  width: 95px;
}
.ant-box .ant-pro .ant-swiper a .txt .zs .row p{
  width: calc(100% - 95px);
  word-break: break-word;
}
.ant-box .ant-pro .ant-swiper .bt{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  height: 38px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.ant-box .ant-pro .ant-swiper .bt .sc{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  transition: 0.3s;
  cursor: pointer;
}
.ant-box .ant-pro .ant-swiper .bt .sc img:last-of-type{
  display: none;
}
.ant-box .ant-pro .ant-swiper .bt .addCart{
  width: calc(100% - 70px - 15px);
  height: 100%;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  cursor: pointer;
  transition: 0.3s;
}
.ant-box .ant-pro .ant-swiper .bt .addCart:hover{
  background-color: #1577BA;
  border-color: #1577BA;
  color: #FFFFFF;
}
.ant-box .ant-pro .ant-swiper .bt .sc:hover{
  background-color: #F4A63F;
  border-color: #F4A63F;
}
.ant-box .ant-pro .ant-swiper .bt .sc.active{
  background-color: #F4A63F;
  border-color: #F4A63F;
}
.ant-box .ant-pro .ant-swiper .bt .sc.active img:last-of-type{
  display: block;
}
.ant-box .ant-pro .ant-swiper .bt .sc.active img:first-of-type{
  display: none;
}
.ant-box .ant-pro .ant-swiper .bt .sc:hover>img:last-of-type{
  display: block;
}
.ant-box .ant-pro .ant-swiper .bt .sc:hover>img:first-of-type{
  display: none;
}
.proceInner{
  margin: 0 auto;
  padding-bottom: 80px;
  overflow: hidden;
}
.proceInner .container{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.proceInner .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.proceInner .content{
  width: calc(100% - 300px - 20px);
}
.proceInner .proce1{
  width: calc(100% - 48px);
  padding: 40px 24px 90px 24px;
  border-radius: 10px;
  background-color: #ffffff;
}
.proceInner .proceTitle{
  border-left: 7px solid #1577BA;
  line-height: 1;
  padding-left: 20px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.proceInner .proce1 .line{
  width: calc(100% - 40px);
  height: 1px;
  background-color: #EEEEEE;
  margin: 37px auto 0;
}
.proceInner .proce1 .zs{
  padding: 0 20px;
  width: calc(100% - 40px);
}
.proceInner .proce1 .zs p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  margin-top: 25px;
}
.proceInner .proce1 .zs .error{
  color: #E00404;
}
.proceInner .proce1 .zs h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #1577BA;
  margin-top: 30px;
}
.proceInner .proce1 .zs .item{
  margin-top: 25px;
}
.proceInner .proce1 .zs .item h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.proceInner .proce1 .zs .item h5{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #1577BA;
  line-height: 30px;
}
.proceInner .proce1 .zs .item p{
  margin-top: 0;
}
.proceInner .cata{
  width: calc(300px - 40px);
  padding: 23px 20px 43px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  height: max-content;
}
.proceInner .cata.active{
  position: fixed;
  top: 218px;
  right: calc((100% - 1400px) / 2);
}
.proceInner .cata .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}
.proceInner .cata .line{
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  margin: 17px 0;
}
.proceInner .cata .ml .row:not(:first-of-type){
  margin-top: 7px;
}
.proceInner .cata .ml .row .one{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.proceInner .cata .ml .row .one p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: calc(100% - 25px);
  transition: 0.3s;
}
.proceInner .cata .ml .row .one:hover>p{
  color: #1577BA;
}
.proceInner .cata .ml .row .one i{
  font-size: 16px;
  cursor: pointer;
  color: #222222;
  transition: 0.3s;
}
.proceInner .cata .ml .row.active .one i{
  transform: rotate(90deg);
}
.proceInner .cata .ml .row .two{
  width: calc(100% - 15px);
  padding-left: 15px;
  display: none;
}
.proceInner .cata .ml .row .one .dld{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.proceInner .cata .ml .row .one .dld:hover{
  color: #1577BA;
}
.proceInner .cata .ml .row .two a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-top: 7px;
  transition: 0.3s;
}
.proceInner .cata .ml .row .two a:hover{
  color: #1577BA;
}
.proceInner .proce2 .proce2-top{
  width: calc(100% - 48px);
  padding: 40px 24px 30px 24px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.proceInner .proce2 .proce2-top .zt{
  margin-top: 25px;
}
.proceInner .proce2 .proce2-top .zt .zttm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.proceInner .proce2 .proce2-top .zt .td{
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
}
.proceInner .proce2 .proce2-top .zt .td a{
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.proceInner .proce2 .proce2-top .zt .td a:nth-of-type(3n){
  margin-right: 0;
}
.proceInner .proce2 .proce2-top .zt .td a .rund{
  width: 6px;
  height: 6px;
  background: #1577BA;
  border-radius: 50%;
}
.proceInner .proce2 .proce2-top .zt .td a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  margin-left: 10px;
  width: calc(100% - 10px - 6px);
}
.proceInner .proce2 .proce2-list{
  margin-top: 20px;
}
.proceInner .proce2 .proce2-list li{
  background-color: #ffffff;
  width: calc(100% - 60px);
  padding: 30px;
  border-radius: 10px;
}
.proceInner .proce2 .proce2-list li:not(:first-of-type){
  margin-top: 20px;
}
.proceInner .proce2 .proce2-list li .p2l-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.proceInner .proce2 .proce2-list li .p2l-top p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #1577BA;
}
.proceInner .proce2 .proce2-list li .p2l-top i{
  transition: 0.3s;
  font-size: 18px;
  color: #222222;
}
.proceInner .proce2 .proce2-list li.active .p2l-top i{
  transform: rotate(90deg);
}
.proceInner .proce2 .proce2-list li .p2l-txt{
  padding-top: 22px;
  display: none;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item{
  background-color: #f8f8f8;
  border-radius: 10px;
  width: calc(100% - 50px - 30px);
  padding: 22px 30px 20px 50px;
  position: relative;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item:not(:first-of-type){
  margin-top: 10px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .flow-num{
  position: absolute;
  top: -5px;
  left: 12px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .flow-num .sz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row{
  display: flex;
  justify-content: space-between;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row:not(:first-of-type){
  margin-top: 12px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .lab{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  width: 80px;
  text-align: right;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .txt{
  width: calc(100% - 100px);
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .txt p:not(:first-of-type){
  margin-top: 20px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .txt .it{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .txt .it img{
  width: 186px;
  height: max-content;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .txt .it p{
  width: calc(100% - 186px - 40px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
}
.proceInner .proce2 .proce2-list li .p2l-txt .item .row .txt .it p span{
  font-weight: bold;
}
.abBox{
  margin-top: 32px;
}
.abBox .jst{
  width: 100%;
  border-radius: 10px;
}
.abBox .abTj{
  margin-top: 35px;
}
.abBox .abTj .abtm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.abBox .abTj .abjs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.abBox .mapBox{
  margin-top: 100px;
}
.abBox .mapBox .map{
  margin-top: 100px;
  position: relative;
}
.abBox .mapBox .map img{
  width: 100%;
}
.abBox svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.abBox line {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 3s ease-out infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.abBox .ecBox{
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.abBox .ecBox #main{
  width: 100%;
  height: 600px;
}
.abBox .ecBox .pbflow{
  position: absolute;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abBox .ecBox .pbflow p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #1577BA;
  margin-bottom: -5px;
}
.abBox .ecBox .d1{
  left: 150px;
  top: 76px;
}
.abBox .ecBox .d2{
  right: 139px;
  top: 80px;
}
.abBox .ab-bottom{
  width: 100%;
  height: 443px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.abBox .ab-bottom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abBox .ab-bottom .flow{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
.abBox .ab-bottom .flow h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  width: 100%;
}
.abBox .ab-bottom .flow .abBtn{
  display: flex;
  justify-content: center;
  margin-top: 63px;
}
.abBox .ab-bottom .flow .abBtn a{
  padding: 7px 20px;
  border: 1px solid #F4A63F;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #F4A63F;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.abBox .ab-bottom .flow .abBtn a:last-of-type{
  margin-left: 20px;
}
.abBox .ab-bottom .flow .abBtn a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F4A63F;
  transition: 0.3s;
  z-index: -1;
}
.abBox .ab-bottom .flow .abBtn a:hover{
  color: #FFFFFF;
}
.abBox .ab-bottom .flow .abBtn a:hover::before{
  width: 100%;
}
.stduy1-box .st1-top{
  display: flex;
  margin-top: 50px;
}
.stduy1-box .st1-top a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 9px 30px;
  border-radius: 20px;
}
.stduy1-box .st1-top a:first-of-type{
  background-color: #1577BA;
}
.stduy1-box .st1-top a:last-of-type{
  background-color: #F4A63F;
  margin-left: 10px;
}
.stduy1-box .stduyTm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #1577BA;
}
.stduy1-box .stop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stduy1-box .stop .qh{
  display: flex;
}
.stduy1-box .stop .qh i{
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(21,119,186, 0.2);
  padding: 3px;
  transition: 0.3s;
}
.stduy1-box .stop .qh i:last-of-type{
  margin-left: 15px;
}
.stduy1-box .stop .qh i:hover{
  /*color: #1577BA;*/
  background-color: rgba(21,119,186, 0.6);
}
.stduy1-box .stduyType{
  margin-top: 75px;
}
.stduy1-box .stduyType .box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.stduy1-box .stduyType .box a{
  padding: 7px 19px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #E8EEF1;
  border-radius: 4px;
  transition: 0.3s;
}
.stduy1-box .stduyType .box a:hover{
  background-color: #1577BA;
  color: #ffffff;
}
.stduy1-box .stduyFx{
  margin-top: 50px;
}
.stduy1-box .stduyFx .yjfx-swiper{
  margin-top: 25px;
}
.stduy1-box .stduyFx .yjfx-swiper a{
  width: 100%;
}
.stduy1-box .stduyFx .yjfx-swiper a img{
  height: 210px;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}
.stduy1-box .stduyFx .yjfx-swiper a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}
.stduy1-box .stduyHb{
  margin-top: 55px;
}
.stduy1-box .stduyHb .xghb-swiper{
  margin-top: 25px;
}
.stduy1-box .stduyHb .xghb-swiper a{
  width: 100%;
}
.stduy1-box .stduyHb .xghb-swiper a img{
  width: 100%;
  height: 299px;
  object-fit: cover;
}
.stduy1-box .stduyHb .xghb-swiper a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.stduy1-box .stduyWx{
  margin-top: 50px;
}
.stduy1-box .stduyWx ul{
  margin-top: 30px;
  max-height: 721px;
  overflow-y: auto;
}
.stduy1-box .stduyWx ul::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
.stduy1-box .stduyWx ul::-webkit-scrollbar-thumb{
  background: #1577BA;
}
.stduy1-box .stduyWx ul::-webkit-scrollbar-track {
  background: #E7F1F8;
}
.stduy1-box .stduyWx ul li:not(:first-of-type){
  margin-top: 20px;
}
.stduy1-box .stduyWx ul li a{
  width: calc(100% - 36px - 44px);
  padding: 30px 44px 43px 36px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stduy1-box .stduyWx ul li a .img-box{
  width: 130px;
}
.stduy1-box .stduyWx ul li a .img-box img{
  max-width: 100%;
}
.stduy1-box .stduyWx ul li a .txt{
  width: calc(100% - 130px - 30px);
}
.stduy1-box .stduyWx ul li a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.stduy1-box .stduyWx ul li a .txt p span{
  color: #444444;
  font-weight: bold;
}
.stduyCp{
  margin-top: 70px;
}
.stduyCp .xgcp-swiper{
  margin-top: 30px;
}
.stduyCp .xgcp-swiper a{
  display: block;
  width: calc(100% - 30px);
  padding: 15px 15px 0 15px;
  border-radius: 20px;
  background-color: #ffffff;
}
.stduyCp .xgcp-swiper a .tp{
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.stduyCp .xgcp-swiper a .txt{
  width: 100%;
  padding-top: 20px;
  height: 170px;
  position: relative;
}
.stduyCp .xgcp-swiper a .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.stduyCp .xgcp-swiper a .txt .name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.stduyCp .xgcp-swiper a .txt .zs .row{
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.stduyCp .xgcp-swiper a .txt .zs .row span{
  width: 95px;
}
.stduyCp .xgcp-swiper a .txt .zs .row p{
  width: calc(100% - 95px);
  word-break: break-word;
}
.study2-box .study2-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.study2-box .study2-top .sl{
  width: calc(100% - 660px - 65px);
}
.study2-box .study2-top .sl .sl-tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}
.study2-box .study2-top .sl h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
}
.study2-box .study2-top .sr{
  width: 660px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.study2-box .study2-top .sr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 3s;
}
.study2-box .study2-top .sr:hover>img{
  transform: scale(1.1);
}
.study2-box .st-nav-box{
  margin-top: 100px;
}
.study2-box .st-nav-box .stNav{
  display: flex;
  border-bottom: 1px solid #DCDCDC;
}
.study2-box .st-nav-box .stNav.active{
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #F1F6F8;
  padding-top: 20px;
}
.study2-box .st-nav-box .stNav a{
  width: calc(100% / 5);
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  text-align: center;
  padding-bottom: 12px;
  transition: 0.5s;
}
.study2-box .st-nav-box .stNav a.active{
  color: #1577BA;
}
.study2-box .st-nav-box .stNav a.active::after{
  width: 100%;
}
.study2-box .st-nav-box .stNav a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #1577BA;
  transition: 0.5s;
}
.study2-box .st-nav-box .box{
  margin-top: 35px;
}
.study2-box .st-nav-box .box .nr{
  width: calc(100% - 60px);
  padding: 30px 30px 40px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.study2-box .st-nav-box .box .nr:not(:first-of-type){
  display: none;
}
.nrTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.nrTop .pbLeftTm{
  max-width: calc(100% - 50px);
}
.study2-box .stduyTm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  line-height: 1;
  padding-left: 14px;
  border-left: 5px solid #1577BA;
}
.study2-box .st-nav-box .box .nr.active .nrTop i{
  transform: rotate(-90deg);
}
.nrTop i{
  font-size: 22px;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
}
.pro4-box .nrTop.active i:hover{
  color: #1577BA;
}
.pro4-box .nrTop.active i{
  transform: rotate(-90deg);
}
.study2-box .st-nav-box .box .nr .txt{
  margin-top: 22px;
}
.study2-box .st-nav-box .box .nr .txt .r{
  display: flex;
  align-items: center;
}
.study2-box .st-nav-box .box .nr .txt .r .rund{
  width: 6px;
  height: 6px;
  background: #1577BA;
  border-radius: 50%;
  margin-right: 10px;
}
.study2-box .st-nav-box .box .nr .txt .r .jt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.study2-box .st-nav-box .box .nr .txt .r a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-decoration: underline;
  width: calc(100% - 6px - 10px - 20px);
}
.study2-box .st-nav-box .box .nr .txt .r:not(:first-of-type){
  margin-top: 5px;
}
.study2-box .stop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.study2-box .stop .qh{
  display: flex;
}
.study2-box .stop .qh i{
  font-size: 18px;
  cursor: pointer;
  color: #222222;
  transition: 0.3s;
}
.study2-box .stop .qh i:hover{
  color: #1577BA;
}
.study2-box .stop .qh i:last-of-type{
  margin-left: 15px;
}
.study2-box .study2Hb{
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  width: calc(100% - 60px);
  padding: 30px 30px 60px 30px;
}
.study2-box .study2Hb .box{
  position: relative;
  margin-top: 50px;
}
.study2-box .study2Hb .box .rund{
  width: 50px;
  height: 50px;
  background: #DDE6E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.study2-box .study2Hb .box .rund i{
  font-size: 18px;
  color: #222222;
}
.study2-box .study2Hb .box .prev{
  left: 0;
}
.study2-box .study2Hb .box .next{
  right: 0;
}
.study2-box .study2Hb .box .hb-swiper{
  margin: 0 auto;
  width: calc(100% - 100px - 400px);
}
.study2-box .study2Hb .box .hb-swiper .hbrq{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.study2-box .study2Hb .box .hb-swiper .hbrq .sl{
  width: 220px;
  box-shadow: 0px 0px 20px 0px rgba(17,17,17,0.1);
}
.study2-box .study2Hb .box .hb-swiper .hbrq .sl img{
  width: 100%;
  border-radius: 4px;
}
.study2-box .study2Hb .box .hb-swiper .hbrq .sr{
  width: calc(100% - 220px - 110px);
}
.study2-box .study2Hb .box .hb-swiper .hbrq .sr .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #1577BA;
}
.study2-box .study2Hb .box .hb-swiper .hbrq .sr .jj{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin: 22px 0 70px 0;
}
.study2-box .study2Hb .box .hb-swiper .hbrq .sr a{
  width: 120px;
  height: 35px;
  border-radius: 6px;
  border: 1px solid #1577BA;
  text-align: center;
  line-height: 35px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  display: block;
}
.study2-box .study2Hb .nrTop.active i{
  transform: rotate(-90deg);
}
.study2-box .study2Wx{
  margin-top: 30px;
  padding: 30px 30px 50px 30px;
  width: calc(100% - 60px);
  background-color: #ffffff;
  border-radius: 10px;
}
.study2-box .study2Wx .nrTop.active i{
  transform: rotate(-90deg);
}
.study2-box .study2Wx .box{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.study2-box .study2Wx .box a{
  width: calc((100% - 30px) / 2 - 17px - 42px);
  padding: 19px 42px 23px 17px;
  background-color: #EFF4F6;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  text-decoration-line: underline;
  margin-right: 30px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.study2-box .study2Wx .box a:nth-of-type(2n){
  margin-right: 0;
}
.study2-box .study2Wx .box a:hover{
  color: #1577BA;
}
.study2-box .studyAz{
  margin-top: 58px;
  background-color: #ffffff;
  border-radius: 10px;
  width: calc(100% - 60px);
  padding: 35px 30px 90px 30px;
}
.study2-box .studyAz .nrTop.active i{
  transform: rotate(-90deg);
}
.study2-box .studyAz .box{
  margin-top: 34px;
  width: 100%;
  overflow-x: auto;
}
.study2-box .studyAz table{
  width: 100%;
  border-collapse: collapse;
}
.study2-box .studyAz table thead{
  background-color: #E5E5E5;
}
.study2-box .studyAz table thead th{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  padding: 17px 0;
}
.study2-box .studyAz table tr.active .wx,
.study2-box .studyAz table tr.active .desc{
  -webkit-line-clamp: unset;
}
.study2-box .studyAz table tr.active .wx .type{
  background-color: #E5E5E5;
  color: #ffffff;
}
.study2-box .studyAz table .desc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.5s; 
}
.study2-box .studyAz table .wx{
  width: calc(100% - 80px);
  padding-right: 80px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transition: 0.5s;
}
.study2-box .studyAz table .wx a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  text-decoration-line: underline;
  display: block;
}
.study2-box .studyAz table .wx a:not(:first-of-type){
  margin-top: 18px;
}
.study2-box .studyAz table .wx .type{
  position: absolute;
  top: 25px;
  right: 0px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  padding: 5px 11px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 1;
  transition: 0.5s;
}
.study2-box .studyAz table .name{
  font-family: var(--font-family);
  font-weight: 400;
  color: #1577BA;
  font-size: 14px;
  text-decoration-line: underline;
}
.study2-box .studyAz table tr td{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  border-right: 1px solid #E5E5E5;
  padding: 10px 15px;
}
.study2-box .studyAz table tr td:first-of-type{
  border-left: 1px solid #E5E5E5;
  font-weight: bold;
  color: #222222;
}
.study2-box .studyAz table tr{
  border-bottom: 1px solid #E5E5E5;
}
.map1-box{
  margin-top: 60px;
}
.map1-box .item{
  border-radius: 10px;
  background-color: #ffffff;
  width: calc(100% - 46px);
  padding: 35px 23px 45px 23px;
}
.map1-box .item:not(:first-of-type){
  margin-top: 20px;
}
.pbLeftTm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  line-height: 1;
  padding-left: 14px;
  border-left: 5px solid #1577BA;
}
.map1-box .item .mp-list{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.map1-box .item .mp-list a{
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.map1-box .item .mp-list a:hover{
  text-decoration: underline;
}
.map1-box .item .mp-list a:hover>p{
  color: #1577BA;
}
.map1-box .item .mp-list a:nth-of-type(2n){
  margin-right: 0;
}
.map1-box .item .mp-list a .d{
  width: 6px;
  height: 6px;
  background: #1577BA;
  border-radius: 50%;
}
.map1-box .item .mp-list a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  width: calc(100% - 6px - 10px);
  margin-left: 10px;
  transition: 0.3s;
}
.map1-box .item .mp-list a p span{
  color: #F4A63F;
}
.map1-box .item.active .nrTop i{
  transform: rotate(-90deg);
}
.mp2-box{
  border-radius: 10px;
  background-color: #ffffff;
  padding: 24px 0 50px 0;
}
.mp2-box .mp2-tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  width: 60%;
  height: 56px;
  background: #1577BA;
  border-radius: 0 30px 30px 0;
  text-align: center;
  line-height: 56px;
}
.mp2-box .mpContent{
  margin-top: 16px;
  width: calc(100% - 80px);
  padding: 0 40px;
}
.mp2-box .mpContent .mpJs{
  border-left: 3px solid #1577BA;
  width: calc(100% - 19px - 40px - 3px);
  padding: 18px 40px 26px 19px;
  background: #F8F8F8;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
}
.mp2-box .mpContent .mapHover{
  width: 100%;
  overflow-x: auto;
}
.mp2-box .mpContent .mapHover img{
  width: max-content;
  margin-top: 28px;
  cursor: grab;
}
.mp2-box .mpContent .mpCp-list{
  margin-top: 60px;
}
.cs-box{
  margin-top: 65px;
}
.cs-box .csNav{
  display: flex;
  justify-content: space-between;
}
.cs-box .csNav.active{
  position: fixed;
  top: 155px;
  right: calc((100% - 1400px) / 2);
  z-index: 90;
  width: calc(1400px - 350px - 70px);
}
.cs-box .csNav.active a{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.cs-box .csNav a{
  width: calc((100% - 10px) / 6);
  height: 53px;
  background-color: #E4E8EA;
  text-align: center;
  line-height: 53px;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.cs-box .csNav a.active{
  background-color: #1577BA;
  color: #ffffff;
}
.cs-box .cslx{
  margin-top: 50px;
}
.cs-box .cslx .item{
  margin-top: 30px;
}
.cs-box .cslx .item .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.cs-box .cslx .item .typeb{
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}
.cs-box .cslx .item .typeb a{
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1577BA;
  padding: 9px 19px;
}
.cs-box .cslc{
  margin-top: 80px;
}
.cs-box .cslc img{
  margin-top: 50px;
  width: 100%;
}
.cs-box .csys{
  margin-top: 70px;
}
.cs-box .csys .box{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cs-box .csys .box a{
  width: calc((100% - 40px) / 2 - 60px);
  padding: 23px 30px 0 30px;
  margin-right: 40px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  height: calc(140px - 23px);
}
.cs-box .csys .box a:nth-of-type(2n){
  margin-right: 0;
}
.cs-box .csys .box a .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.cs-box .csys .box a .line{
  width: 20px;
  height: 3px;
  background: #F4A63F;
  margin: 12px 0 10px 0;
}
.cs-box .csys .box a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.cs-box .cszs{
  margin-top: 50px;
}
.cs-box .cszs .tpqh{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-box .cszs .tpqh .qh{
  display: flex;
}
.cs-box .cszs .tpqh .qh .rund{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.cs-box .cszs .tpqh .qh .rund i{
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.cs-box .cszs .tpqh .qh .rund:hover{
  background-color: #1577BA;
  border-color: #1577BA;
}
.cs-box .cszs .tpqh .qh .rund:hover>i{
  color: #ffffff;
}
.cs-box .cszs .tpqh .qh .rund:last-of-type{
  margin-left: 10px;
}
.cs-box .cszs .zs-swiper{
  margin-top: 30px;
}
.cs-box .cszs .zs-swiper a{
  display: block;
  width: 100%;
}
.cs-box .cszs .zs-swiper a img{
  width: 100%;
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}
.cs-box .cszs .zs-swiper a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 18px;
  text-align: center;
}
.cs-box .cslxwm{
  margin-top: 70px;
}
.cs-box .cslxwm .csjs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
}
.cs-box .cslxwm .csBtn{
  display: flex;
  margin-top: 50px;
}
.cs-box .cslxwm .csBtn a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 8px 26px;
  border-radius: 30px;
  background-color: #1577BA;
}
.cs-box .cslxwm .csBtn a:last-of-type{
  background-color: #F4A63F;
  margin-left: 10px;
}
.cs-box .csfw{
  margin-top: 80px;
}
.cs-box .csfw .itBox{
  margin-top: 30px;
}
.cs-box .csfw .item:not(:first-of-type){
  margin-top: 70px;
}
.cs-box .csfw .item .xbt{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.cs-box .csfw .item .box{
  margin-top: 30px;
}
.cs-box .csfw .item .box table:not(:first-of-type){
  margin-top: 20px;
}
.cs-box .csfw .item .box table{
  border-radius: 20px;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.cs-box .csfw .item .box table thead tr{
  background-color: #F1F6F8;
}
.cs-box .csfw .item .box table thead tr th{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  padding: 23px 0 18px 0;
}
.cs-box .csfw .item .box table thead tr:first-of-type{
  background-color: #1577BA;
}
.cs-box .csfw .item .box table thead tr:first-of-type th{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  padding: 18px 0;
}
.cs-box .csfw .item .box table tbody tr{
  background-color: #DBE9F2;
}
.cs-box .csfw .item .box table tbody tr td{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  padding: 15px 0;
}
.cs-box .csfw .item .box table tbody tr:nth-of-type(1){
  background-color: #E8F1F6;
}
.cs-box .csfw .item .box table tbody tr:nth-of-type(2){
  background-color: #DBE9F2;
}
.cs-box .csfw .item .box table tbody tr:nth-of-type(3){
  background-color: #C5DDEC;
}
.cs-box .csfw .item .box table tbody tr:nth-of-type(4){
  background-color: #AFD0E5;
}
.pro4-box{
  width: 100%;
  position: relative;
}
.pro4Inner{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  overflow: hidden;
}
.pro4Inner .left{
  width: calc(100% - 350px - 20px);
}
.pro4Inner .left .cpzs{
  width: calc(100% - 38px);
  padding: 20px 19px 40px 19px;
  background-color: #ffffff;
  border-radius: 10px;
}
.pro4Inner .left .cpzs .dbIb{
  display: flex;
  flex-wrap: wrap;
}
.pro4Inner .left .cpzs .dbIb img{
  margin-right: 10px;
  height: 20px;
  margin-bottom: 5px;
}
.pro4Inner .left .cpzs .js{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 12px 0 17px 0;
}
.pro4Inner .left .cpzs .js h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-right: 22px;
}
.pro4Inner .left .cpzs .js h3 span{
  font-family: Source Han Sans CN !important;
  font-size: 16px;
  vertical-align: text-top;
}
.pro4Inner .left .cpzs .js .zqzb{
  display: flex;
  align-items: center;
}
.pro4Inner .left .cpzs .js .code{
  display: flex;
  align-items: center;
  margin-right: 17px;
}
.pro4Inner .left .cpzs .js .code p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-right: 9px;
}
.pro4Inner .left .cpzs .js .code .copy{
  width: 29px;
  height: 29px;
  background: #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.pro4Inner .left .cpzs .js .code .copy i{
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.pro4Inner .left .cpzs .js .code .copy:hover{
  background-color: #1577BA;
}
.pro4Inner .left .cpzs .js .code .copy:hover i{
  color: #ffffff;
}
.pro4Inner .left .cpzs .js .ib{
  display: flex;
  align-items: center;
}
.pro4Inner .left .cpzs .js .ib img{
  margin-right: 10px;
  max-height: 25px;
  border-bottom: 1px solid transparent;
}
.pro4Inner .left .cpzs .js .ib a.active:hover img,
.pro4Inner .left .cpzs .js .ib a:hover img{
  border-bottom-color: #222222;
}
.pro4Inner .left .cpzs .icon{
  display: flex;
}
.pro4Inner .left .cpzs .icon a{
  display: flex;
  align-items: center;
}
.pro4Inner .left .cpzs .icon a p{
  margin-left: 7px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
  line-height: 1;
}
.pro4Inner .left .cpzs .icon a:not(:first-of-type){
  margin-left: 20px;
}
.pro4Inner .left .cpzs .icon a:hover>p{
  text-decoration: underline;
}
.pro4Inner .left .cpzs .line{
  margin: 20px 0 35px 0;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}
.pro4Inner .left .cpzs .swBox{
  width: 100%;
  position: relative;
}
.pro4Inner .left .cpzs .swBox .pb{
  position: absolute;
  top: 40%;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  padding: 5px;
}
.pro4Inner .left .cpzs .swBox .prev{
  left: 0;
}
.pro4Inner .left .cpzs .swBox .next{
  right: 0;
}
.pro4Inner .left .cpzs .swBox .pb i{
  font-size: 36px;
  color: #333333;
  transition: 0.3s;
}
.pro4Inner .left .cpzs .swBox .pb:hover{
  background-color: rgba(21,119,186, 0.2);
}
.pro4Inner .left .cpzs .swBox .pb:hover>i{
  color: #FFFFFF;
}
.pro4Inner .left .cpzs .swBox .rq-sb{
  width: calc(100% - 260px);
  margin: 10px auto 0;
}
.pro4Inner .left .cpzs .swBox .dt-swiper{
  width: 100%;
  margin: 0 auto;
  height: 400px;
  /*padding-bottom: 50px;*/
}
.pro4Inner .left .cpzs .swBox .dt-swiper .img-box{
  width: calc(100%);
  height: calc(100%);
  /*border: 1px solid rgba(0,0,0,0.2);*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pro4Inner .left .cpzs .swBox .dt-swiper .view{
  position: relative;
}
.pro4Inner .left .cpzs .swBox .dt-swiper .view i{
  font-size: 18px;
  color: #1577BA;
  position: absolute;
  right: 26%;
  bottom: 7%;
  z-index: 1;
}
.pro4Inner .left .cpzs .swBox .dt-swiper img{
  max-width: 90%;
  max-height: 90%;
}
.pro4Inner .left .cpzs .swBox .pb-xjl{
  width: max-content;
  /*position: absolute;*/
  /*right: 0px;*/
  /*bottom: 0;*/
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 9px;
  margin: 0;
  transition: 0.3s;
}
.pro4Inner .left .cpzs .swBox .pb-xjl .swiper-pagination{
  color: #ffffff;
}
.pro4Inner .left .cpzs .swBox .pb-xjl i{
  color: #ffffff;
}
.pro4Inner .left .cpzs .swBox .flow-type{
  /*position: absolute;*/
  /*left: 20%;*/
  /*bottom: 0;*/
  /*display: flex;*/
  /*z-index: 11;*/
  display: flex;
  justify-content: center;
}
.pro4Inner .left .cpzs .swBox .flow-type a{
  border-radius: 2px;
  border: 1px solid #BFBFBF;
  padding: 4px 9px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
}
.pro4Inner .left .cpzs .swBox .flow-type a:not(:first-of-type){
  margin-left: 10px;
}
.pro4Inner .left .cpzs .swBox .flow-type a.active{
  border-color: #F4A63F;
  background-color: #F4A63F;
  color: #ffffff;
}
.pro4Inner .left .cpzs .swBox .dbflex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.pro4Inner .left .cpzs .swBox .tbottom-swiper{
  width: calc(100% - 100px);
  height: 75px;
  margin: 0;
}
.pro4Inner .left .cpzs .swBox .tbottom-swiper .img-box{
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pro4Inner .left .cpzs .swBox .tbottom-swiper .img-box img{
  max-width: 100%;
  max-height: 100%;
}
.pro4Inner .left .cpzs .swBox .tbottom-swiper .swiper-slide-thumb-active .img-box{
  border-color: #1577BA;
}
.pro4Inner .left .zyxx{
  margin-top: 47px;
}
.pro4Inner .left .zyxx .jsBox{
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  margin-top: 30px;
}
.pro4Inner .left .zyxx .jsBox .item{
  margin-right: 80px;
  margin-bottom: 15px;
}
.pro4Inner .left .zyxx .jsBox .item:last-of-type{
  margin-right: 0px;
}
.pro4Inner .left .zyxx .jsBox .item .min{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pro4Inner .left .zyxx .jsBox .item .txt .row{
  display: flex;
}
.pro4Inner .left .zyxx .jsBox .item .txt .row span{
  width: 6px;
  height: 6px;
  background: #B3D465;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 6px;
}
.pro4Inner .left .zyxx .jsBox .item .txt .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  width: calc(100% - 6px - 5px);
}
.pro4Inner .left .min-nav{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pro4Inner .left .min-nav.active{
  position: fixed;
  top: 155px;
  left: calc((100% - 1400px) / 2);
  z-index: 90;
  margin-top: 0;
  width: calc(1400px - 320px - 20px);
}
.pro4Inner .left .min-nav.active a{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.pro4Inner .left .min-nav a{
  /*width: calc((100% - 12px) / 5);*/
  height: 53px;
  background: #DCDCDC;
  border-radius: 10px 10px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  transition: 0.3s;
}
.pro4Inner .left .min-nav a.active{
  background-color: #1577BA;
  color: #ffffff;
}
.pro4Inner .left .xxxx{
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 29px;
}
.pro4Inner .left .xxxx .box{
  margin-top: 25px;
}
.pro4Inner .left .xxxx .box .row{
  display: flex;
  width: calc(100% - 30px);
  padding: 0 15px;
  background-color: #F1F6F8;
}
.pro4Inner .left .xxxx .box .row:nth-of-type(even){
  background-color: #ffffff;
}
.pro4Inner .left .xxxx .box .row:nth-of-type(even) .lab{
  border-right-color: #F1F6F8;
}
.pro4Inner .left .xxxx .box .row .lab{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  width: 140px;
  border-right: 1px solid #FFFFFF;
  padding: 11px 0;
}
.pro4Inner .left .xxxx .box .row .txt{
  width: calc(100% - 140px - 25px);
  padding-left: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  padding: 11px 0 11px 25px;
}
.pro4Inner .left .xxxx .box .row .txt span{
  color: #1577BA;
}
.pro4Inner .left .xgcp{
  margin-top: 26px;
  border-radius: 10px;
  background-color: #ffffff;
  width: calc(100% - 60px);
  padding: 30px;
}
.pro4Inner .left .xgcp .swBox .swiper-button-prev,
.pro4Inner .left .xgcp .swBox .swiper-button-next{
  background: none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  height: max-content;
  z-index: 9;
  border-radius: 50%;
  transition: 0.3s;
  padding: 3px;
}
.pro4Inner .left .xgcp .swBox .swiper-button-prev i,
.pro4Inner .left .xgcp .swBox .swiper-button-next i{
  font-size: 26px;
  color: #888888;
  transition: 0.3s;
}
.pro4Inner .left .xgcp .swBox .swiper-button-prev:hover,
.pro4Inner .left .xgcp .swBox .swiper-button-next:hover{
  background-color: #1577BA;
}
.pro4Inner .left .xgcp .swBox .swiper-button-prev:hover i,
.pro4Inner .left .xgcp .swBox .swiper-button-next:hover i{
  color: #ffffff;
}
.pro4Inner .left .xgcp .swBox .swiper-button-prev{
  left: 0;
}
.pro4Inner .left .xgcp .swBox .swiper-button-next{
  right: 0;
}
.pro4Inner .left .xgcp .swBox .swiper-button-next.swiper-button-disabled,
.pro4Inner .left .xgcp .swBox .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.pro4Inner .left .xgcp .swBox{
  margin-top: 35px;
  position: relative;
}
.pro4Inner .left .xgcp .swBox .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  padding: 3px;
}
.pro4Inner .left .xgcp .swBox .pb i{
  font-size: 26px;
  color: #888888;
}
.pro4Inner .left .xgcp .swBox .pb:hover{
  background-color: #1577BA;
}
.pro4Inner .left .xgcp .swBox .pb:hover i{
  color: #ffffff;
}
.pro4Inner .left .xgcp .swBox .prve{
  left: 0;
}
.pro4Inner .left .xgcp .swBox .next{
  right: 0;
}
.pro4Inner .left .xgcp .swBox .cp-swiper{
  margin: 0 auto;
  width: calc(100% - 112px);
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk{
  width: 100%;
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .img-box{
  width: 100%;
  height: 130px;
  position: relative;
  margin-top: 7px;
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .flow{
  /*position: absolute;*/
  /*top: 4px;*/
  /*right: 4px;*/
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .txt{
  padding-top: 10px;
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .txt .tm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .txt .btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .txt .btn .code{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pro4Inner .left .xgcp .swBox .cp-swiper .bk .txt .btn p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  cursor: pointer;
}
.pro4Inner .left .kybd{
  border-radius: 10px;
  margin-top: 30px;
  background-color: #ffffff;
  width: calc(100% - 60px);
  padding: 30px;
}
.pro4Inner .left .kybd .box{
  margin-top: 30px;
}
.pro4Inner .left .kybd .box .row{
  display: flex;
}
.pro4Inner .left .kybd .box .row .lab{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  width: calc(150px - 15px);
  padding: 23px 15px 23px 0;
}
.pro4Inner .left .kybd .box .row .kyrq{
  width: calc(100% - 150px);
  border-bottom: 1px solid #F5F5F5;
  padding: 23px 0;
}
.pro4Inner .left .kybd .box .row:last-of-type .kyrq{
  border-bottom: unset;
}
.pro4Inner .left .kybd .box .row .kyrq .txt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  transition: 0.3s;
}
/*.pro4Inner .left .kybd .box .row .kyrq.active .txt{*/
/*  height: 72px;*/
/*}*/
.pro4Inner .left .kybd .box .row .kyrq table{
  border-collapse: collapse;
  width: 70%;
}
.pro4Inner .left .kybd .box .row .kyrq table thead th{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-align: left;
  padding: 8px 10px;
}
.pro4Inner .left .kybd .box .row .kyrq table tr td{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  padding: 8px 10px;
}
.pro4Inner .left .kybd .box .row .kyrq table tr td a{
  color: #1577BA;
}
.pro4Inner .left .kybd .box .row .kyrq table tr td a:hover{
  text-decoration: underline;
}
.pro4Inner .left .kybd .box .row .kyrq table tr td:not(:first-of-type){
  color: #1577BA;
}
.pro4Inner .left .kybd .box .row .kyrq table tbody tr:nth-of-type(odd){
  background-color: #F1F6F8;
}
.pro4Inner .left .kybd .box .row .kyrq .zd{
  width: 100%;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  background-color: #F5F5F5;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  margin-top: 20px;
  cursor: pointer;
  display: none;
}
.pro4Inner .left .xhtl{
  border-radius: 10px;
  background-color: #ffffff;
  width: calc(100% - 60px);
  padding: 30px;
  margin-top: 30px;
}
.pro4Inner .left .xhtl .box{
  margin-top: 40px;
}
.pro4Inner .left .xhtl .box a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.pro4Inner .left .xhtl .box a span{
  color: #1577BA;
}
.pro4Inner .left .syfa{
  width: calc(100% - 60px);
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #ffffff;
}
.pro4Inner .left .syfa .box{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.pro4Inner .left .syfa .box .item{
  width: calc((100% - 78px) / 4);
  margin-right: 23px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.pro4Inner .left .syfa .box .item:nth-of-type(4n){
  margin-right: 0;
}
.pro4Inner .left .syfa .box .item:nth-of-type(4n){
  margin-right: 0;
}
.pro4Inner .left .syfa .box .item .tm{
  width: calc(100% - 50px);
  padding: 10px 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  background-color: rgba(21,119,186, 0.2);
}
.pro4Inner .left .syfa .box .item .txt{
  background-color: #F8FAFB;
  width: calc(100% - 60px);
  padding: 18px 30px 0 30px;
  height: calc(90px - 18px);
}
.pro4Inner .left .syfa .box .item .txt .row{
  display: flex;
  align-items: center;
}
.pro4Inner .left .syfa .box .item .txt .row span{
  width: 6px;
  height: 6px;
  background: #B3D465;
  border-radius: 50%;
  margin-right: 7px;
}
.pro4Inner .left .syfa .box .item .txt .row p{
  width: calc(100% - 6px - 7px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.pro4Inner .left .wxyy{
  margin-top: 30px;
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  scroll-margin-top: 160px;
}
.pro4Inner .left .wxyy .filter{
  margin-top: 40px;
}
.pro4Inner .left .wxyy .filter .js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pro4Inner .left .wxyy .filter .item{
  margin-top: 24px;
}
.pro4Inner .left .wxyy .filter .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.pro4Inner .left .wxyy .filter .item .ab{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.pro4Inner .left .wxyy .filter .item .ab a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  padding: 5px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.pro4Inner .left .wxyy .filter .item .ab a.active,
.pro4Inner .left .wxyy .filter .item .ab a:hover{
  color: #ffffff;
  border-color: #F4A63F;
  background-color: #F4A63F;
}
.pro4Inner .left .wxyy .filter .sort{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pro4Inner .left .wxyy .filter .sort p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.pro4Inner .left .wxyy .filter .sort .el-select{
  margin-left: 24px;
  width: 180px;
}
.pro4Inner .left .wxyy .filter .el-input__inner{
  height: 30px;
  line-height: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  background-color: #E5E5E5;
}
.pro4Inner .left .wxyy .filter .el-input__icon{
  line-height: 30px;
}
.pro4Inner .left .wxyy .filter .el-select-dropdown__item{
  font-family: var(--font-family);
}
.pro4Inner .left .wxyy .box{
  margin-top: 40px;
}
.pro4Inner .left .wxyy .box a{
  padding: 35px 0;
  border-bottom: 1px solid #F5F5F5;
  display: block;
}
.pro4Inner .left .wxyy .box a:first-of-type{
  border-top: 1px solid #F5F5F5;
}
.pro4Inner .left .wxyy .box a .tm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  transition: 0.3s;
}
.pro4Inner .left .wxyy .box a .tm:hover{
    text-decoration: underline;
}
.pro4Inner .left .wxyy .box a .tm span{
  color: #EC0808;
}
.pro4Inner .left .wxyy .box a .zw{
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.pro4Inner .left .wxyy .box a .zw .txt{
  width: calc(100% - 200px);
}
.pro4Inner .left .wxyy .box a .zw .txt .row{
  display: flex;
  align-items: center;
}
.pro4Inner .left .wxyy .box a .zw .txt .row .lab{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
}
.pro4Inner .left .wxyy .box a .zw .txt .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pro4Inner .left .wxyy .box a .zw .ib{
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 110px;
}
.pro4Inner .left .wxyy .box a .zw img{
  max-width: 90%;
  max-height: 90%;
}
.pro4Inner .left .khpj{
  margin-top: 30px;
}
.pro4Inner .left .khpj .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro4Inner .left .khpj .top .qh{
  display: flex;
}
.pro4Inner .left .khpj .top .qh i{
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
}
.pro4Inner .left .khpj .top .qh i:last-of-type{
  margin-left: 15px;
}
.pro4Inner .left .khpj .top .qh i.disabled{
  opacity: 0;
}
.pro4Inner .left .khpj .pj-swiper{
  margin-top: 20px;
}
.pro4Inner .left .khpj .pj-swiper .rq{
  width: calc(100% - 40px);
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.pro4Inner .left .khpj .pj-swiper .rq .tm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.pro4Inner .left .khpj .pj-swiper .rq .dj{
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.pro4Inner .left .khpj .pj-swiper .rq .dj p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-right: 10px;
}
.pro4Inner .left .khpj .pj-swiper .rq .line{
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
  margin: 20px 0;
}
.pro4Inner .left .khpj .pj-swiper .rq .pjChi-box{
  position: relative;
  width: 44%;
}
.pro4Inner .left .khpj .pj-swiper .rq .pjChi-box .pb{
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.pro4Inner .left .khpj .pj-swiper .rq .pjChi-box .pb.disabled{
  opacity: 0;
}
.pro4Inner .left .khpj .pj-swiper .rq .pjChi-box .prev{
  left: 0;
}
.pro4Inner .left .khpj .pj-swiper .rq .pjChi-box .next{
  right: 0;
}
.pro4Inner .left .khpj .pj-swiper .rq .pjChi-box .pjChi-swiper{
  width: calc(100% - 32px - 100px);
  margin: 0 auto;
}
.pro4Inner .left .khpj .pj-swiper .rq .pjChi-box .pjChi-swiper img{
  width: 100%;
}
.pro4Inner .left .khpj .pj-swiper .rq .bigTm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
  margin-top: 30px;
}
.pro4Inner .left .khpj .pj-swiper .rq .xh{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 20px;
}
.pro4Inner .left .khpj .pj-swiper .rq .xl{
  display: flex;
  align-items: center;
  border: 1px solid #434343;
  border-radius: 4px;
  width: max-content;
  padding: 7px 15px;
  cursor: pointer;
}
.pro4Inner .left .khpj .pj-swiper .rq .xl span{
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-right: 7px;
}
.pro4Inner .left .khpj .pj-swiper .rq .xl i{
  font-size: 16px;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
}
.pro4Inner .left .khpj .pj-swiper .rq .xl.active i{
  transform: rotate(90deg);
}
.pro4Inner .left .khpj .pj-swiper .rq .xlzs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  background-color: #F8F8F8;
  border-radius: 4px;
  margin-top: 10px;
  width: calc(100% - 30px);
  padding: 10px 15px;
  display: none;
}
.pro4Inner .pb-slide{
  /* width: 350px;
  height: max-content;
  border-radius: 10px; */
  order: 0;
}
.pro4Inner .right{
  width: 350px;
  height: max-content;
  border-radius: 10px;
}
.pro4Inner .right.active{
  position: fixed;
  right: calc((100% - 1400px) / 2);
  top: 155px;
  z-index: 90;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.pro4Inner .right.active::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
.pro4Inner .right.active::-webkit-scrollbar-thumb{
  background: #1577BA;
}
.pro4Inner .right.active::-webkit-scrollbar-track {
  background: #A8A8A8;
}
.pro4Inner .right.active .rightCart,
.pro4Inner .right.active .ty{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.pro4Inner .right .rightCart{
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
.pro4Inner .right .code{
  background-color: #1577BA;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 11px 0;
}
.pro4Inner .right .cp .top{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  padding: 10px 15px;
}
.pro4Inner .right .cp .top .lab{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.pro4Inner .right .cp .top .lab:not(:first-of-type):not(:last-of-type){
  text-align: center;
}
.pro4Inner .right .cp .top .lab:last-of-type{
  text-align: right;
}
.pro4Inner .right .cp .top .lab.pb1{
  padding-left: 8px;
  width: calc(25% - 8px);
}
.pro4Inner .right .cp .top .lab.pb4{
  padding-right: 8px;
  width: calc(20% - 8px);
}
.pro4Inner .right .cp .mide .row{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  padding: 10px;
  /*border: 1px solid transparent;*/
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.pro4Inner .right .cp .mide .row::before{
  display: block;
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background-color: rgba(21,119,186, 1);
  transition: 0.3s;
}
.pro4Inner .right .cp .mide .row.active{
  background-color: #F4A63F !important;
}
.pro4Inner .right .cp .mide .row.active .zs{
  color: #FFFFFF;
}
.pro4Inner .right .cp .mide .row.active .num i{
  color: #FFFFFF;
}
.pro4Inner .right .cp .mide .row.active::before{
  height: 100%;
}
.pro4Inner .right .cp .mide .row:nth-of-type(odd){
  background-color: #F6F9FA;
}
.pro4Inner .right .cp .mide .row .zs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
}
.pro4Inner .right .cp .mide .row .zs:not(:first-of-type):not(:last-of-type){
  text-align: center;
}
.pro4Inner .right .cp .mide .row .num{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pro4Inner .right .cp .mide .row .num i{
  font-size: 14px;
  cursor: pointer;
  color: #444444;
}
.pro4Inner .right .cp .mide .row .num p{
  margin: 0 5px;
}
.pro4Inner .right .cp .pb1{
  width: 25%;
}
.pro4Inner .right .cp .pb2{
  width: 30%;
}
.pro4Inner .right .cp .pb3{
  width: 20%;
}
.pro4Inner .right .cp .pb4{
  width: 20%;
}
.pro4Inner .right .db{
  width: calc(100% - 38px);
  margin: 22px auto 20px;
}
.pro4Inner .right .btn{
  display: flex;
  justify-content: space-between;
}
.pro4Inner .right .btn .bt{
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  height: 30px;
}
.pro4Inner .right .btn .bt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-left: 5px;
  transition: 0.3s;
}
.pro4Inner .right .btn .bt i{
  font-size: 16px;
  color: #555555;
  transition: 0.3s;
}
.pro4Inner .right .btn .addCart{
  width: 179px;
}
.pro4Inner .right .btn .bt:hover{
  background-color: #F4A63F;
  border-color: #F4A63F;
}
.pro4Inner .right .btn .bt:hover i,
.pro4Inner .right .btn .bt:hover p{
  color: #ffffff;
}
.pro4Inner .right .btn .sc{
  width: 78px;
}
.pro4Inner .right .btn .sc .ib img:last-of-type{
  display: none;
}
.pro4Inner .right .btn .sc.active{
  background-color: #F4A63F;
  border-color: #F4A63F;
}
.pro4Inner .right .btn .sc.active p{
  color: #ffffff;
}
.pro4Inner .right .btn .sc.active .ib img:last-of-type{
  display: block;
}
.pro4Inner .right .btn .sc.active .ib img:first-of-type{
  display: none;
}
.pro4Inner .right .btn .sc:hover p{
  color: #ffffff;
}
.pro4Inner .right .btn .sc:hover .ib img:last-of-type{
  display: block;
}
.pro4Inner .right .btn .sc:hover .ib img:first-of-type{
  display: none;
}
.pro4Inner .right .dz{
  width: calc(100% - 14px);
  /*height: 30px;*/
  border-radius: 4px;
  background-color: #F4A63F;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 10px;
  text-align: center;
  /*line-height: 30px;*/
  cursor: pointer;
  padding: 7px;
  display: block;
}
.pro4Inner .right .dz span{
  font-family: var(--font-family);
  font-weight:400;
  font-size: 12px;
  color: #ffffff;
}
.pro4Inner .right .jj{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
  text-align: center;
}
.pro4Inner .right .ty{
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.pro4Inner .right .ty .tyct{
  width: calc(100% - 38px);
  padding: 8px 19px 20px 19px;
}
.pro4Inner .right .ty .name{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 19px;
  background-color: #1577BA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro4Inner .right .ty .name i{
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 4px;
  transition: 0.3s;
}
.pro4Inner .right .ty .ts{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  margin: 0 0 10px 0;
}
.pro4Inner .right .ty .bd{
  display: flex;
  justify-content: space-between;
  height: 30px;
}
.pro4Inner .right .ty .el-input{
  width: calc(100% - 70px - 10px);
  height: 100%;
}
.pro4Inner .right .ty .el-input__inner{
  height: 100%;
  line-height: inherit;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.pro4Inner .right .ty .el-button{
  width: 70px;
  padding: 0;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  background-color: #F4A63F !important;
  border: none;
}
.pro4Inner .right .ty .ssts{
  display: flex;
  margin-top: 12px;
}
.pro4Inner .right .ty .ssts i{
  font-size: 16px;
  color: #F4A63F;
}
.pro4Inner .right .ty .ssts p{
  width: calc(100% - 16px - 5px);
  margin-left: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.pro4Inner .right .ty .pdfbox{
  max-height: 110px;
  overflow-y: auto;
  margin-top: 10px;
}
.pro4Inner .right .ty .pdfbox::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
.pro4Inner .right .ty .pdfbox::-webkit-scrollbar-thumb{
  background: #1577BA;
}
.pro4Inner .right .ty .pdfbox::-webkit-scrollbar-track {
  background: #A8A8A8;
}
.pro4Inner .right .ty .pdfbox a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #444444;
  width: max-content;
  max-width: 100%;
}
.pro4Inner .right .ty .pdfbox a:hover{
  text-decoration: underline;
  color: #F4A63F;
}
.pro4Inner .right .ty .pdfbox a:not(:first-of-type){
  margin-top: 5px;
}
.pro4Inner .right .ty.olkt .name{
  cursor: pointer;
}
.pro4Inner .right .ty.olkt .name.active i{
  transform: rotate(-90deg);
}
.pro4Inner .right .ty .tyct .olbox{
  margin-top: 5px;
  max-height: 160px;
  overflow-y: auto;
}
.pro4Inner .right .ty .tyct .olbox::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
.pro4Inner .right .ty .tyct .olbox::-webkit-scrollbar-thumb{
  background: #1577BA;
}
.pro4Inner .right .ty .tyct .olbox::-webkit-scrollbar-track {
  background: #A8A8A8;
}
.pro4Inner .right .ty .tyct .olbox a{
  display: flex;
}
.pro4Inner .right .ty .tyct .olbox a .rund{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  margin-right: 7px;
  margin-top: 7px;
}
.pro4Inner .right .ty .tyct .olbox a .zs{
  width: calc(100% - 5px - 7px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.pro4Inner .right .ty .tyct .olbox a:not(:first-of-type){
  margin-top: 5px;
}
.pro4Inner .right .ty .tyct .olbox a:hover>.zs{
  text-decoration: underline;
}
.dh-diaolog{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 101;
  width: 100%;
  height: 100vh;
  display: none;
}
.dh-diaolog.active{
  display: block;
}
.dh-diaolog .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
}
.dh-diaolog .content i{
  position: absolute;
  top: -25px;
  right: -25px;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  z-index: 9;
}
.dh-diaolog .content .form{
  display: flex;
  justify-content: space-between;
  height: 30px;
}
.dh-diaolog .content .form input{
  border: 1px solid #888888;
  outline: none;
  height: calc(100% - 2px);
  width: calc(100% - 60px - 10px);
  border-radius: 3px;
  text-indent: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.dh-diaolog .content .form a{
  border: none;
  outline: none;
  width: 60px;
  height: 100%;
  background-color: #F4A63F;
  border-radius: 3px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proView-diaolog{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 101;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: none;
}
.proView-diaolog.active{
  display: block;
}
.proView-diaolog .content{
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.proView-diaolog .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 66px);
  padding: 25px 33px;
}
.proView-diaolog .content .top .le{
  display: flex;
  align-items: center;
  width: 70%;
}
.proView-diaolog .content .top .le .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  max-width: calc(100% - 100px - 20px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.proView-diaolog .content .top .le .code{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-left: 20px;
}
.proView-diaolog .content .top i{
  font-size: 28px;
  cursor: pointer;
  color: #E5E5E5;
}
.proView-diaolog .content .mide{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 66px);
  padding: 0 33px;
  color: #1577BA;
}
.proView-diaolog .content .mide .left{
  width: 860px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.proView-diaolog .content .mide .left .filter{
  display: flex;
  align-items: center;
}
.proView-diaolog .content .mide .left .filter p{
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 16px;
  color: #222222;
}
.proView-diaolog .content .mide .left .filter .ab{
  display: flex;
}
.proView-diaolog .content .mide .left .filter .ab a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  border-radius: 2px;
  padding: 3px 7px;
  border: 1px solid #BFBFBF;
  line-height: 1;
  margin-right: 10px;
  transition: 0.3s;
}
.proView-diaolog .content .mide .left .filter .ab a.active{
  border-color: #F4A63F;
  background-color: #F4A63F;
  color: #ffffff;
}
.proView-diaolog .content .mide .left .swBox{
  margin: 40px 0;
  width: 100%;
  position: relative;
}
.proView-diaolog .content .mide .left .swBox .prev,
.proView-diaolog .content .mide .left .swBox .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  padding: 5px;
}
.proView-diaolog .content .mide .left .swBox .prev:hover,
.proView-diaolog .content .mide .left .swBox .next:hover{
  background-color: rgba(21,119,186, 0.2);
  color: #ffffff;
}
.proView-diaolog .content .mide .left .swBox .prev{
  left: 0;
}
.proView-diaolog .content .mide .left .swBox .next{
  right: 0;
}
.proView-diaolog .content .mide .left .swBox .proView-swiper{
  margin: 0 auto;
  width: calc(100% - 76px - 60px);
  height: 410px;
  border: 1px solid rgba(0,0,0,0.2);
}
.proView-diaolog .content .mide .left .swBox .proView-swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.proView-diaolog .content .mide .left .swBox .proView-swiper img{
  max-width: 90%;
  max-height: 90%;
  /*object-fit: cover;*/
}
.proView-diaolog .content .mide .left .ts p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 16px;
}
.proView-diaolog .content .mide .right{
  width: calc(100% - 860px - 40px);
  padding-top: 20px;
}
.proView-diaolog .content .mide .right .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #1577BA;
}
.proView-diaolog .content .mide .right .bg{
  margin: 20px 0 30px 0;
}
.proView-diaolog .content .mide .right .bg .row{
  display: flex;
}
.proView-diaolog .content .mide .right .bg .row:nth-of-type(odd){
  background-color: #F6F9FA;
}
.proView-diaolog .content .mide .right .bg .row .lab{
  width: calc(40% - 1px - 29px);
  padding: 10px 10px 10px 19px;
  border-right: 1px solid #ffffff;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  word-break: break-all;
}
.proView-diaolog .content .mide .right .bg .row .zs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  padding: 10px;
  width: calc(60% - 20px);
  word-break: break-all;
}
.proView-diaolog .content .mide .right a{
  width: 275px;
  height: 30px;
  background: #1577BA;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  max-width: 100%;
}
.proView-diaolog .content .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(27,27,27, 0.1);
  width: calc(100% - 66px);
  padding: 22px 33px;
  margin-top: 35px;
}
.proView-diaolog .content .db .proNum{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.proView-diaolog .content .db .sxqh{
  display: flex;
}
.proView-diaolog .content .db .sxqh .btn{
  width: 140px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #1577BA;
  text-align: center;
  line-height: 34px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  transition: 0.3s;
  cursor: pointer;
}
.proView-diaolog .content .db .sxqh .btn:last-of-type{
  border-color: #1577BA;
  background-color: #1577BA;
  color: #ffffff;
  margin-left: 20px;
}
.psc1-box{
  width: 100%;
}
.ntm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.psc1Inner{
  margin: 0 auto;
  padding-bottom: 180px;
}
.psc1Inner .pjs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px - 69px);
  padding: 30px 69px 40px 50px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 25px;
}
.psc1Inner .pjs .left{
  display: flex;
}
.psc1Inner .pjs .left .rund{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.psc1Inner .pjs .left .rund img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psc1Inner .pjs .left .js{
  margin-left: 40px;
}
.psc1Inner .pjs .left .js .name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
}
.psc1Inner .pjs .left .js .dj{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #F4A63F;
  line-height: 28px;
}
.psc1Inner .pjs .left .js .txt .rr{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  position: relative;
}
.psc1Inner .pjs .left .js .txt .rr span{
  color: #1577BA;
  position: relative;
}
.psc1Inner .pjs .left .js .txt .rr #bindingwechat{
  cursor: pointer;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content{
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgb(6 15 26 / 19%);
  width: calc(200px - 20px);
  padding: 10px;
  transform: scaleX(0) translateY(-50%);
  transform-origin: left;
  opacity: 0;
  transition: 0.5s;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content.active{
  transform: scaleX(1) translateY(-50%);
  opacity: 1;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content::before{
  display: block;
  content: '';
  border-right: 7px solid #FFFFFF;
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content .top h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: initial;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content .top i{
  font-size: 18px;
  color: #555555;
  cursor: pointer;
  transition: 0.3s;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content .top i:hover{
  color: #1577BA;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content img{
  width: 100%;
  margin: 5px 0;
}
.psc1Inner .pjs .left .js .txt .rr .flow-content p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: initial;
}
.psc1Inner .pjs .right{
  display: flex;
  align-items: center;
}
.psc1Inner .pjs .right a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.psc1Inner .pjs .right .line{
  width: 1px;
  height: 46px;
  background: #EEEEEE;
  margin: 0 37px;
}
.psc1Inner .pjs .right a .hs{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #F53205;
}
.psc1Inner .pjs .right a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-top: 5px;
}
.psc1Inner .pjs .right a p span{
  color: #1577BA;
}
.psc1Inner .box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.psc1Inner .box a{
  width: calc((100% - 78px - 8px) / 4 - 80px);
  margin-right: 26px;
  margin-bottom: 26px;
  border-radius: 10px;
  border: 1px solid #CFDFE5;
  height: calc(120px - 22px);
  display: flex;
  padding: 22px 40px 0 40px;
  transition: 0.3s;
}
.psc1Inner .box a:hover{
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 12px 1px rgba(17,17,17,0.1);
}
.psc1Inner .box a:nth-of-type(4n){
  margin-right: 0;
}
.psc1Inner .box a img{
  width: 28px;
  height: max-content;
  margin-right: 30px;
}
.psc1Inner .box a .txt{
  width: calc(100% - 28px - 30px);
}
.psc1Inner .box a .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #1577BA;
}
.psc1Inner .box a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.psc1-2-box{
  background: #E6F2F5;
}
.psc1-2Inner{
  margin: 0 auto;
  padding: 46px 0 40px 0;
  display: flex;
  justify-content: center;
}
.psc1-2Inner a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.psc1-2Inner a:not(:first-of-type){
  margin-left: 140px;
}
.psc1-2Inner a .rund{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #1577BA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psc1-2Inner a .rund img{
  transition: 0.5s;
}
.psc1-2Inner a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 13px;
}
.psc1-2Inner a:hover>.rund img{
  transform: rotateY(180deg);
}
.psc2Inner{
  margin: 0 auto;
  padding-bottom: 51px;
}
.pscTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pscTop .back{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pscTop .back p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-left: 9px;
}
.order-box{
  width: calc(100% - 60px);
  padding: 35px 30px 55px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 30px;
}
.order-box .type{
  display: flex;
}
.order-box .type a{
  background: #EEEEEE;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 22px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  transition: 0.3s;
}
.order-box .type a.active{
  background-color: #1577BA;
  color: #ffffff;
}
.order-box .type a:not(:first-of-type){
  margin-left: 10px;
}
.order-box .filter{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 29px;
}
.order-box .filter .search{
  display: flex;
}
.order-box .filter .search .el-input__inner,
.order-box .filter .search input{
  width: 310px;
  background-color: transparent;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  height: 39px;
  line-height: 39px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  outline: unset;
  text-indent: 10px;
}
.order-box .filter .search .el-input{
  width: max-content;
}
.order-box .filter .search .btn{
  width: 90px;
  height: 39px;
  background: #F4A63F;
  border-radius: 4px;
  text-align: center;
  line-height: 39px;
  margin-left: 10px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  outline: unset;
  border: none;
}
.order-box .filter .time{
  display: flex;
  align-items: center;
}
.order-box .filter .time .js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-right: 9px;
}
.order-box .filter .time .js span{
  color: #F4A63F;
}
.order-box .filter .time .el-input__inner{
  background-color: transparent;
  border-color: #BFBFBF;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.order-box .filter .el-date-editor.el-input,
.order-box .filter .el-date-editor.el-input__inner{
  width: 202px;
}
.order-box .filter .el-input__icon{
  line-height: 30px;
}
.order-box .filter .drdc{
  display: flex;
}
.order-box .filter .drdc .el-button{
  padding: 0;
  border: none;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  width: 90px;
  height: 30px;
  margin-left: 10px;
}
.order-box .filter .drdc .dr{
  background-color: #F4A63F;
}
.order-box .filter .drdc .dc{
  background-color: #1577BA;
}
.order-list{
  margin-top: 35px;
}
.order-list .top{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
}
.order-list .top .hd{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555;
}
.order-list .top .hd:last-of-type{
  text-align: right;
}
.order-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #F5F5F5;
}
.order-list li .code{
  word-break: break-all;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.order-list li .pb2 p,
.order-list li .pb3 p,
.order-list li .pb4 p,
.order-list li .pb5 p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.order-list li .pb2 p:not(:first-of-type),
.order-list li .pb3 p:not(:first-of-type),
.order-list li .pb4 p:not(:first-of-type),
.order-list li .pb5 p:not(:first-of-type){
  margin-top: 7px;
}
.order-list li .proName p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.order-list li .txt{
  max-height: 77px;
  overflow: hidden;
  transition: 0.3s;
}
.order-list li .txt.active{
  max-height: 100%;
}
.order-list li .zwf{
  height: 26px;
  margin-top: 10px;
}
.order-list li .proName a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  width: 100px;
  height: 26px;
  margin-top: 10px;
  /*opacity: 0;*/
}
.order-list li .proName a.active{
  /*opacity: 1;*/
}
.order-list li .proName a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.order-list li .proName a i{
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}
.order-list li .zffs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.order-list li .typel p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
}
.order-list li .typel .ywc{
  color: #6DA73A;
}
.order-list li .typel .yfh{
  color: #F4A63F;
}
.order-list li .typel .dfh{
  color: #E90409;
}
.order-list li i{
  font-size: 18px;
  color: #888888;
  cursor: pointer;
  transition: 0.3s;
}
.order-list li i:hover{
  color: #1577BA;
}
.order-list li .el-checkbox__input.is-checked .el-checkbox__inner, 
.order-list li .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  background-color: #F4A63F;
}
.order-list li .el-checkbox__input.is-focus .el-checkbox__inner,
.order-list li .el-checkbox__inner:hover{
  border-color: #F4A63F;
}
.order-list li .el-checkbox__inner{
  border-color: #F4A63F;
}
.order-list .pb1{
  width: 170px;
}
.order-list .pb2{
  width: 220px;
}
.order-list .pb3{
  width: 40px;
}
.order-list .pb4{
  width: 55px;
}
.order-list .pb5{
  width: 120px;
}
.order-list .pb6{
  width: 65px;
}
.order-list .pb7{
  width: 55px;
}
.order-list .pb8{
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-list li .typel a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #1577BA;
  margin-top: 3px;
  display: block;
}
.diaolog-wl{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  /*display: none;*/
}
.diaolog-wl i{
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
.diaolog-wl .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #ffffff;
  padding: 30px 25px 40px 25px;
  width: calc(500px - 50px);
}
.diaolog-wl .content .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  display: flex;
}
.diaolog-wl .content .wz:not(:first-of-type){
  margin-top: 10px;
}
.diaolog-wl .content .wz span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  width: 90px;
}
.diaolog-wl .content .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  word-break: break-all;
  width: calc(100% - 90px);
}
.diaolog-wl .content .btnb{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.diaolog-wl .content .btn{
  width: max-content;
  background-color: #1577BA;
  padding: 7px 30px;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.diaolog-wl .content .btn:last-of-type{
  margin-left: 10px;
}
.order-list .pb9{
  width: 40px;
  display: flex;
  justify-content: center;
}
.psc3Inner{
  margin: 0 auto;
  padding-bottom: 50px;
}
.psc3Inner .box{
  width: calc(100% - 80px);
  padding: 50px 40px 30px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 29px;
}
.psc3Inner .box>.top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.psc3Inner .box>.top .code{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.psc3Inner .box>.top .money{
  display: flex;
  align-items: flex-end;
}
.psc3Inner .box>.top .money p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 1;
}
.psc3Inner .box>.top .money .num{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #E72D02;
  line-height: 1;
}
.psc3Inner .box .xqBox{
  width: calc(100% - 80px);
  padding: 25px 40px 20px 40px;
  background-color: #F8F8F8;
  border-radius: 6px;
  margin-top: 39px;
}
.psc3Inner .box .xqlist .top{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 7px;
}
.psc3Inner .box .xqlist .top .pb1{
  width: calc(500px - 80px);
  padding-left: 80px;
}
.psc3Inner .box .xqlist .top .hd{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.psc3Inner .box .xqlist li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.psc3Inner .box .xqlist li .cp{
  display: flex;
  align-items: center;
}
.psc3Inner .box .xqlist li .cp .ibox{
  width: 53px;
  height: 35px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psc3Inner .box .xqlist li .cp img{
  max-width: 90%;
  max-height: 90%;
}
.psc3Inner .box .xqlist li .cp p{
  width: calc(100% - 53px - 30px);
  margin-left: 30px;
  word-break: break-all;
}
.psc3Inner .box .xqlist li p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.psc3Inner .box .xqlist li .pb4 p{
  color: #E72D02;
}
.psc3Inner .box .xqlist .pb1{
  width: 500px;
}
.psc3Inner .box .xqlist .pb2,
.psc3Inner .box .xqlist .pb3,
.psc3Inner .box .xqlist .pb4{
  width: 120px;
}
.psc3Inner .box .db{
  display: flex;
  border-top: 1px solid #D2D2D2;
  margin-top: 18px;
  padding-top: 20px;
}
.psc3Inner .box .db .item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.psc3Inner .box .db .item:not(:first-of-type){
  margin-left: 50px;
}
.psc3Inner .box .flow{
  display: flex;
  justify-content: space-between;
  margin: 60px 0 90px 0;
  position: relative;
}
.psc3Inner .box .flow .line{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E5E5E5;
  height: 1px;
  width: 100%;
}
.psc3Inner .box .flow .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F4A63F;
  height: 1px;
}
.psc3Inner .box .flow .line.active1::before{
  width: 3%;
}
.psc3Inner .box .flow .line.active2::before{
  width: 28%;
}
.psc3Inner .box .flow .line.active3::before{
  width: 51%;
}
.psc3Inner .box .flow .line.active4::before{
  width: 72%;
}
.psc3Inner .box .flow .line.active5::before{
  width: 100%;
}
.psc3Inner .box .flow .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.psc3Inner .box .flow .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.psc3Inner .box .flow .item .rund{
  width: 45px;
  height: 45px;
  background: #DCDCDC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 15px 0;
}
.psc3Inner .box .flow .item .time{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.psc3Inner .box .flow .item.active p{
  color: #F4A63F;
}
.psc3Inner .box .flow .item.active .rund{
  background-color: #F4A63F;
}
.psc3Inner .box .mesBox .item .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.psc3Inner .box .mesBox .item .line{
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  margin: 20px 0 25px 0;
}
.psc3Inner .box .mesBox .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.psc3Inner .box .mesBox .item:not(:first-of-type){
  margin-top: 70px;
}
.psc3Inner .box .mesBox .item a{
  color: #1577BA;
}
.psc3Inner .box .fp{
  margin-top: 38px;
  width: 117px;
  height: 30px;
  background: #1577BA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psc3Inner .box .fp p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 5px;
}
.psc3Inner .box .fp i{
  font-size: 16px;
  color: #ffffff;
}
.psc3Inner .box .btnBox{
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.psc3Inner .box .btnBox .btn:last-of-type{
  margin-left: 30px;
}
.psc3Inner .box .btnBox .btn{
  width: 130px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #D2D2D2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.psc3Inner .box .btnBox .btn i{
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.psc3Inner .box .btnBox .btn p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  transition: 0.3s;
}
.psc3Inner .box .btnBox .btn:hover{
  border-color: #1577BA;
  background-color: #1577BA;
}
.psc3Inner .box .btnBox .btn:hover>p,
.psc3Inner .box .btnBox .btn:hover>i{
  color: #ffffff;
}
.psc4Inner{
  margin: 0 auto;
  padding-bottom: 60px;
}
.psc4Inner>.top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.psc4Inner>.top .left{
  display: flex;
  align-items: center;
}
.psc4Inner>.top .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-left: 28px;
}
.psc4Inner>.top .left p span{
  color: #FB1E1E;
}
.psc4Inner>.top .right{
  display: flex;
}
.psc4Inner>.top .right .btn{
  width: 181px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #F4A63F;
  text-align: center;
  line-height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #F4A63F;
  cursor: pointer;
}
.psc4Inner>.top .right .btn:last-of-type{
  background-color: #F4A63F;
  color: #ffffff;
  margin-left: 9px;
}
.psc4Inner .box{
  width: calc(100% - 60px);
  padding: 40px 30px 60px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 29px;
}
.psc4Inner .box .jf-list .top{
  display: flex;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #E5E5E5;
}
.psc4Inner .box .jf-list .top .hd{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.psc4Inner .box .jf-list li{
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  border-bottom: 1px solid #F5F5F5;
  padding: 26px 0;
}
.psc4Inner .box .jf-list li .pb1,
.psc4Inner .box .jf-list li .pb4{
  color: #222222;
}
.psc4Inner .box .jf-list li .lv{
  color: #41A024;
}
.psc4Inner .box .jf-list li .hs{
  color: #ED0404;
}
.psc4Inner .box .jf-list .pb1{
  width: 100px;
}
.psc4Inner .box .jf-list .pb2{
  width: 300px;
}
.psc4Inner .box .jf-list .pb3,
.psc4Inner .box .jf-list .pb4,
.psc4Inner .box .jf-list .pb5{
  width: 100px;
}
.psc4Inner .box .jf-list .pb6{
  width: 175px;
}
.psc5Inner{
  margin: 0 auto;
  padding-bottom: 90px;
}
.psc5Inner .ib{
  width: 100%;
}
.psc5Inner .ib img{
  width: 100%;
  border-radius: 20px;
}
.psc5Inner .box{
  margin-top: 30px;
  width: calc(100% - 100px);
  padding: 40px 50px 50px 50px;
  background-color: #ffffff;
  border-radius: 10px;
}
.psc5Inner .box .filter .my{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.psc5Inner .box .filter .my .zs{
  display: flex;
  align-items: flex-end;
}
.psc5Inner .box .filter .my .zs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 1;
}
.psc5Inner .box .filter .my .zs span{
  color: #FB1E1E;
}
.psc5Inner .box .filter .my p{
  margin-left: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #888888;
}
.psc5Inner .box .filter .my .dhBtn{
  color: #F4A63F;
  cursor: pointer;
}
.psc5Inner .box .filter .item{
  display: flex;
}
.psc5Inner .box .filter .item:not(:first-of-type){
  margin-top: 15px;
}
.psc5Inner .box .filter .item .lab{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: 120px;
}
.psc5Inner .box .filter .item .type{
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
}
.psc5Inner .box .filter .item .type a{
  display: flex;
  align-items: center;
  margin-right: 35px;
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.psc5Inner .box .filter .item .type a:hover>p{
  color: #1577BA;
  text-decoration: underline;
}
.psc5Inner .box .filter .item .type a img{
  width: 25px;
  margin-right: 5px;
}
.psc5Inner .box .filter .item .type a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.psc5Inner .box .filter .item .type a:hover{
  color: #1577BA;
  text-decoration: underline;
}
.psc5Inner .box .line{
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 40px 0;
}
.psc5Inner .box .jfdh-list{
  display: flex;
  flex-wrap: wrap;
}
.psc5Inner .box .jfdh-list li{
  width: calc((100% - 220px) / 5);
  margin-right: 55px;
  margin-bottom: 35px;
  background: #FFFBF2;
  border-radius: 6px;
  overflow: hidden;
}
.psc5Inner .box .jfdh-list li:nth-of-type(5n){
  margin-right: 0;
}
.psc5Inner .box .jfdh-list li .img-box{
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psc5Inner .box .jfdh-list li .img-box img{
  max-width: 100%;
  max-height: 100%;
}
.psc5Inner .box .jfdh-list li .txt{
  width: calc(100% - 40px);
  padding: 13px 20px 20px 20px;
}
.psc5Inner .box .jfdh-list li .txt .dh{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  text-align: center;
}
.psc5Inner .box .jfdh-list li .txt .fs{
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #F4A63F;
  text-align: center;
  margin: 13px 0 18px 0;
}
.psc5Inner .box .jfdh-list li .txt .fs span{
  color: #FF0000;
}
.psc5Inner .box .jfdh-list li .txt a{
  width: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  background-color: #F4A63F;
}
.psc6Inner{
  margin: 0 auto;
  padding-bottom: 80px;
}
.psc6Inner .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.psc6Inner .top .btn{
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #F4A63F;
  text-align: center;
  line-height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #F4A63F;
  cursor: pointer;
}
.psc8Inner{
  margin: 0 auto;
  padding-bottom: 50px;
}
.psc8Inner .box{
  width: calc(100% - 120px);
  padding: 65px 60px 160px 60px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
.psc8Inner .box .left{
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.psc8Inner .box .left img{
  width: 100%;
}
.psc8Inner .box .left .el-button{
  width: 120px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}
.psc8Inner .box .right{
  width: calc(100% - 150px - 188px);
}
.psc8Inner .box .right .zs .row{
  display: flex;
  align-items: center;
}
.psc8Inner .box .right .zs .row .lab{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 85px;
  text-align: right;
}
.psc8Inner .box .right .zs .row .lab span{
  color: #F56C6C;
}
.psc8Inner .box .right .zs .row p{
  width: calc(100% - 85px - 60px);
  margin-left: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.psc8Inner .box .right .zs .row p span{
  color: #1BA11E;
}
.psc8Inner .box .right .zs .row:not(:first-of-type){
  margin-top: 20px;
}
.psc8Inner .box .right .zs .btn{
  margin-top: 90px;
  width: 100px;
  height: 35px;
  background: #1577BA;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psc8Inner .box .right .zs .btn i{
  font-size: 16px;
  color: #ffffff;
}
.psc8Inner .box .right .zs .btn p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 5px;
}
.psc8Inner .box .right .up{
  width: 660px;
}
.psc8Inner .box .right .up .el-form-item__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.psc8Inner .box .right .up .el-input__inner{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.psc8Inner .box .right .up .el-cascader{
  width: 100%;
}
.psc8Inner .box .right .up .el-select-dropdown__item{
  font-family: var(--font-family);
}
.psc8Inner .box .right .up .el-select{
  width: 100%;
}
.psc8Inner .box .right .up .el-button{
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #1577BA !important;
}
.psc8Inner .box .right .zs.active{
  display: none;
}
.psc8Inner .box .right .up.active{
  display: none;
}
.psc9Inner{
  margin: 0 auto;
  padding-bottom: 59px;
}
.psc9Inner .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.psc9Inner .top .add{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.psc9Inner .top .add i{
  font-size: 16px;
  color: #1577BA;
}
.psc9Inner .top .add p{
  margin-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.psc9Inner .box{
  margin-top: 29px;
  width: calc(100% - 80px);
  padding: 0 40px 40px 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
.psc9Inner .box .dz-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid #EEEEEE;
}
.psc9Inner .box .dz-list li .js{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 120px - 50px);
}
.psc9Inner .box .dz-list li .js .pb{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-right: 20px;
}
.psc9Inner .box .dz-list li .js .mr{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #EEEEEE;
}
.psc9Inner .box .dz-list li .swmr{
  padding: 6px 12px;
  background-color: #1577BA;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.psc9Inner .box .dz-list li i{
  font-size: 18px;
  cursor: pointer;
  color: #333333;
}
.psc10Inner{
  margin: 0 auto;
  padding-bottom: 130px;
}
.psc10Inner .add{
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  width: max-content;
}
.psc10Inner .add i{
  font-size: 16px;
  color: #1577BA;
}
.psc10Inner .add p{
  margin-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.psc10Inner .l-box{
  width: calc(100% - 80px);
  padding: 0 40px 45px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
}
.psc10Inner .l-box .fp-list li{
  padding-top: 40px;
}
.psc10Inner .l-box .fp-list li:not(:first-of-type){
  margin-top: 33px;
  border-top: 1px solid #F5F5F5;
}
.psc10Inner .l-box .fp-list li .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.psc10Inner .l-box .fp-list li .top .js{
  display: flex;
  align-items: center;
}
.psc10Inner .l-box .fp-list li .top .js span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.psc10Inner .l-box .fp-list li .top .js p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 10px;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 4px;
  background-color: #EEEEEE;
}
.psc10Inner .l-box .fp-list li .top i{
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.psc10Inner .l-box .fp-list li .zs{
  width: calc(100% - 64px - 34px);
  padding: 30px 34px 40px 64px;
  border-radius: 10px;
  background-color: #F8F8F8;
  margin-top: 20px;
  display: none;
}
.psc10Inner .l-box .fp-list li .zs .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.psc10Inner .l-box .fp-list li .zs .btnBox{
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.psc10Inner .l-box .fp-list li .zs .btnBox .btn{
  width: 70px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  text-align: center;
  line-height: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
  cursor: pointer;
}
.psc10Inner .l-box .fp-list li .zs .btnBox .btn:last-of-type{
  margin-left: 20px;
}
.psc10Inner .l-box .fp-list li .zs .btnBox .btn:hover{
  border-color: #1577BA;
  color: #ffffff;
  background-color: #1577BA;
}
.psc10Inner .gl-box{
  width: calc(100% - 70px);
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 20px;
}
.psc10Inner .gl-box .gl-list .top{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
}
.psc10Inner .gl-box .gl-list .top .lab{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.psc10Inner .gl-box .gl-list li{
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.psc10Inner .gl-box .gl-list li:not(:last-of-type){
  border-bottom: 1px solid #F5F5F5;
}
.psc10Inner .gl-box .gl-list li .js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.psc10Inner .gl-box .gl-list li .pb1{
  color: #222222;
}
.psc10Inner .gl-box .gl-list li .down{
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.psc10Inner .gl-box .gl-list li .down i{
  font-size: 16px;
  color: #14A830;
}
.psc10Inner .gl-box .gl-list li .down p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #14A830;
}
.psc10Inner .gl-box .gl-list .pb1{
  width: 120px;
}
.psc10Inner .gl-box .gl-list .pb2{
  width: 160px;
}
.psc10Inner .gl-box .gl-list .pb3{
  width: 120px;
}
.psc10Inner .gl-box .gl-list .pb4{
  width: 200px;
}
.psc10Inner .gl-box .gl-list .pb5{
  width: 160px;
}
.psc10Inner .gl-box .gl-list .pb6{
  width: 70px;
}
.psc11Inner{
  margin: 0 auto;
  padding-bottom: 160px;
}
.psc11Inner .up{
  width: 420px;
  margin: 45px auto 0;
}
.psc11Inner .up .el-input__inner{
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.psc11Inner .up .js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin: 10px 0 15px 0;
}
.psc11Inner .up .js a{
  color: #1577BA;
}
.psc11Inner .up .yzm{
  display: flex;
}
.psc11Inner .up .yzm .el-form-item__content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.psc11Inner .up .yzm .el-form-item__content .el-input{
  width: calc(100% - 119px - 10px);
}
.psc11Inner .up .yzm .el-button{
  padding: 0;
  width: 119px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  background-color: transparent;
  margin-left: 10px;
}
.psc11Inner .up .yzm .el-button.is-disabled{
  color: #C0C4CC;
  cursor: not-allowed;
  border-color: #EBEEF5;
  background-color: #FFF;
}
.psc11Inner .up .btn{
  padding: 0;
  width: 119px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  background-color: #1577BA;
  cursor: pointer;
}
.psc12Inner{
  margin: 0 auto;
  padding-bottom: 100px;
}
.psc12Inner .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.psc12Inner .top .allSelect{
  display: flex;
  align-items: center;
}
.psc12Inner .top .allSelect .btn{
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #F4A63F;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #F4A63F;
  text-align: center;
  line-height: 40px;
  margin-left: 30px;
  cursor: pointer;
}
.psc12Inner .el-checkbox__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.psc12Inner .el-checkbox__inner{
  background-color: transparent;
  border-color: #F4A63F !important;
}
.psc12Inner .el-checkbox__input.is-checked+.el-checkbox__label{
  color: #F4A63F;
}
.psc12Inner .el-checkbox__input.is-checked .el-checkbox__inner,
.psc12Inner .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  background-color: #F4A63F;
}
.psc12Inner .cg-list{
  margin-top: 34px;
}
.psc12Inner .cg-list li{
  display: flex;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
.psc12Inner .cg-list li:not(:first-of-type){
  margin-top: 20px;
}
.psc12Inner .cg-list li .wz{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 74px - 20px - 38px);
  padding: 20px 38px 20px 20px;
}
.psc12Inner .cg-list li .zc{
  width: 74px;
  background-color: #BFBFBF;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  cursor: pointer;
  transition: 0.3s;
}
.psc12Inner .cg-list li .zc.active{
  background-color: #F4A63F;
}
.psc12Inner .cg-list li .wz .js{
  display: flex;
  align-items: center;
  width: 500px;
}
.psc12Inner .cg-list li .wz .js .ibox{
  width: 174px;
  height: 99px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psc12Inner .cg-list li .wz .js img{
  max-width: 90%;
  max-height: 90%;
}
.psc12Inner .cg-list li .wz .js .txt{
  width: calc(100% - 174px - 34px);
  margin-left: 34px;
}
.psc12Inner .cg-list li .wz .js .txt .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555;
}
.psc12Inner .cg-list li .wz .js .txt .code{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.psc12Inner .cg-list li .wz .js .txt .wp p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.psc12Inner .cg-list li .wz .gg{
  width: 200px;
}
.psc12Inner .cg-list li .wz .gg .time{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.psc12Inner .cg-list li .wz .gg .txt{
  margin-top: 8px;
}
.psc12Inner .cg-list li .wz .gg .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.psc12Inner .cg-list li .wz .num{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
}
.psc12Inner .cg-list li .wz .num span{
  color: #222222;
}
.cart1Inner{
  margin: 0 auto;
  padding-bottom: 50px;
}
.cartTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartTop .left{
  display: flex;
  align-items: center;
}
.cartTop .left .ksdy{
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.cartTop .left .ksdy p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.cartTop .left .ksdy .dy{
  position: relative;
  width: 120px;
  height: 40px;
  background: #F4A63F;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 15px;
}
.cartTop .left .ksdy .dy .dyrq{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cartTop .left .ksdy .dy .hh{
  position: absolute;
  top: 50%;
  transform: scaleX(0) translateY(-50%);
  left: 100%;
  padding-left: 15px;
  width: max-content;
  transform-origin: left;
  opacity: 0;
  transition: 0.3s;
}
/*.cartTop .left .ksdy .dy:hover>.hh{*/
/*  transform: scaleX(1) translateY(-50%);*/
/*  opacity: 1;*/
/*}*/
.cartTop .left .ksdy .dy.active .hh{
  transform: scaleX(1) translateY(-50%);
  opacity: 1;
}
.cartTop .left .ksdy .dy .hh .rq{
  background-color: #ffffff;
  display: flex;
  border-radius: 4px;
  box-shadow: 0px 3px 29px 0px rgba(4,22,37,0.1);
  padding: 11px 11px 11px 15px;
  position: relative;
}
.cartTop .left .ksdy .dy .hh .rq::before{
  display: block;
  content: '';
  border-right: 10px solid #ffffff;
  border-left: 6px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.cartTop .left .ksdy .dy .hh .rq .el-input{
  width: max-content;
}
.cartTop .left .ksdy .dy .hh .rq .el-input__inner{
  width: 150px;
  border-radius: 6px;
  border: none;
  background-color: #EEEEEE;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.cartTop .left .ksdy .dy .hh .rq .btn{
  width: 100px;
  height: 40px;
  background: #1577BA;
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin-left: 15px;
}
.cartTop .left .ksdy .dy i{
  font-size: 16px;
  color: #ffffff;
}
.cartTop .left .ksdy .dy p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 5px;
}
.cartTop .flow{
  display: flex;
}
.cartTop .flow a{
  display: flex;
  align-items: center;
}
.cartTop .flow a .rund{
  width: 30px;
  height: 30px;
  background: #BFBFBF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
  margin-right: 15px;
}
.cartTop .flow a p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.cartTop .flow a:not(:first-of-type){
  margin-left: 35px;
}
.cartTop .flow a.active .rund{
  background-color: #F4A63F;
}
.cartTop .flow a.active p{
  color: #F4A63F;
}
.cart-list{
  margin-top: 25px;
  width: calc(100% - 48px);
  padding: 30px 24px;
  background-color: #ffffff;
  border-radius: 10px;
}
.cart-list .top{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 15px;
}
.cart1Inner .el-checkbox__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.cart1Inner .el-checkbox__inner{
  border-color: #F4A63F !important;
}
.cart1Inner .el-checkbox__input.is-checked+.el-checkbox__label{
  color: #F4A63F;
}
.cart1Inner .el-checkbox__input.is-checked .el-checkbox__inner,
.cart1Inner .el-checkbox__input.is-indeterminate .el-checkbox__inner{
  background-color: #F4A63F;
}
.cart-list .top .lab{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.cart-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #E5E5E5;
}
.cart-list li .checkBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-list li .checkBox .ibImg{
  width: 174px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E5;
}
.cart-list li .checkBox img{
  max-width: 90%;
  max-height: 90%;
}
.cart-list li .js .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cart-list li .js .code{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555; 
}
.cart-list li .js .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  word-break: break-all;
}
.cart-list li .gg .el-select{
  width: 100%;
}
.cart-list .el-input__inner{
  font-family: var(--font-family);
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
}
.cart-list .el-input__icon{
  line-height: 35px;
}
.cart-list li .dj{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.cart-list li .xj{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #E02D04;
}
.cart-list li .el-input-number__decrease, 
.cart-list li .el-input-number__increase{
  height: 33px;
  line-height: 33px;
  width: 30px;
  top: 1px;
}
.cart-list li .el-input-number{
  line-height: 35px;
  width: 120px;
}
.cart-list li .num{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-list li .num .de{
  font-size: 16px;
  cursor: pointer;
  color: #F4A63F;
}
.cart-list .pb1{
  width: 205px;
}
.cart-list .pb2{
  width: 250px;
}
.cart-list .pb3{
  width: 120px;
}
.cart-list .pb4{
  width: 120px;
}
.cart-list .pb5{
  width: 150px;
}
.cart-list .pb6{
  width: 120px;
}
.el-select-dropdown__item{
  font-family: var(--font-family);
}
.cart1Inner .bottom{
  margin-top: 24px;
  width: calc(100% - 48px);
  padding: 0 24px;
}
.cart1Inner .bottom .dbt{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart1Inner .bottom .dbt .left{
  display: flex;
  align-items: center;
}
.cart1Inner .bottom .dbt .left .btnBox{
  display: flex;
  margin-left: 50px;
}
.cart1Inner .bottom .dbt .left .btnBox .btn{
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #7D7D7D;
  padding: 10px 18px;
  cursor: pointer;
}
.cart1Inner .bottom .dbt .left .btnBox .btn:hover{
  border-color: #F4A63F;
  background-color: #F4A63F;
  color: #ffffff;
}
.cart1Inner .bottom .dbt .left .btnBox .btn:not(:first-of-type){
  margin-left: 20px;
}
.cart1Inner .bottom .dbt .right .jj{
  display: flex;
  align-items: flex-end;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1;
}
.cart1Inner .bottom .dbt .right .jj p{
  color: #F4A63F;
  margin: 0 5px;
}
.cart1Inner .bottom .dbt .right .jj span{
  color: #E02D04;
  font-size: 24px;
}
.cart1Inner .bottom .jz{
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.cart1Inner .bottom .jz .btn{
  cursor: pointer;
  width: 150px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #F4A63F;
  text-align: center;
  line-height: 42px;
  font-family: var(--font-family);
  font-size: 14px;
  color: #F4A63F;
  font-weight: 400;
}
.cart1Inner .bottom .jz .btn:last-of-type{
  background-color: #F4A63F;
  color: #ffffff;
  margin-left: 10px;
}
.history{
  margin-top: 79px;
}
.history .ht{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history .ht .clear{
  width: 110px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  background-color: #ffffff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.cart2Inner{
  margin: 0 auto;
  padding-bottom: 105px;
}
.cart2Inner .box{
  width: calc(100% - 50px);
  padding: 39px 25px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 29px;
}
.cart2Inner .pt{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart2Inner .gyTm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.cart2Inner .gyBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 171px;
  height: 32px;
  background: #F4A63F;
  border-radius: 6px;
  cursor: pointer;
}
.cart2Inner .gyBtn i{
  font-size: 14px;
  color: #ffffff;
}
.cart2Inner .gyBtn p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.cart2Inner .ib{
  padding-bottom: 35px;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 30px;
}
.cart2Inner .ib .item{
  width: calc(100% - 48px);
  padding: 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.cart2Inner .ib .item:not(:first-of-type){
  margin-top: 12px;
}
.cart2Inner .ib .item .name{
  display: flex;
  align-items: center;
}
.cart2Inner .ib .item .name .rund{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7D7D7D;
  transition: 0.3s;
  position: relative;
  margin-right: 14px;
}
.cart2Inner .ib .item .name .rund::before{
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: #1577BA;
  border-radius: 50%;
  background-color: #1577BA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #1577BA;
  opacity: 0;
}
.cart2Inner .ib .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-right: 20px;
}
.cart2Inner .ib .item.active .rund{
  border-color: #1577BA;
}
.cart2Inner .ib .item.active .rund::before{
  opacity: 1;
}
.cart2Inner .ib .item .mr{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  background-color: #EEEEEE;
  padding: 3px 6px;
  border-radius: 2px;
}
.cart2Inner .shdz:not(:first-of-type){
  margin-top: 70px;
}
.cart2Inner .psfs{
  margin-top: 80px;
}
.cart2Inner .psfs .js{
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.cart2Inner .zffs{
  margin-top: 60px;
}
.cart2Inner .zffs .btnBox{
  margin-top: 30px;
  display: flex;
  padding-bottom: 27px;
  border-bottom: 1px solid #DCDCDC;
}
.cart2Inner .zffs .btnBox .btn{
  width: 300px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  text-align: center;
  line-height: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.cart2Inner .zffs .btnBox .btn.active{
  border-color: #F4A63F;
  color: #F4A63F;
  margin-right: 10px;
}
.cart2Inner .zffs .btnBox .btn:last-of-type{
  margin-left: 20px;
}
.cart2Inner .spxx{
  margin-top: 60px;
}
.cart2Inner .spxx-list{
  margin-top: 20px;
}
.cart2Inner .spxx-list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 70px);
  padding: 19px 35px;
  background-color: #F8F8F8;
}
.cart2Inner .spxx-list li a .js{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart2Inner .spxx-list li a .js .spib{
  width: 174px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E5;
}
.cart2Inner .spxx-list li a .js .spib img{
  max-width: 90%;
  max-height: 90%;
}
.cart2Inner .spxx-list li a .js .txt{
  width: calc(100% - 174px - 70px);
}
.cart2Inner .spxx-list li a .js .txt .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 22px;
  line-height: 22px;
}
.cart2Inner .spxx-list li a .js .txt .code{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555;
}
.cart2Inner .spxx-list li a .js .p-b p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #555555; 
}
.cart2Inner .spxx-list li a .gy{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  width: 160px;
}
.cart2Inner .spxx-list li a .gy span{
  color: #E02D04;
}
.cart2Inner .spxx-list li a .js{
  width: 500px;
}
.cart2Inner .spxx-list li:not(:first-of-type){
  margin-top: 10px;
}
.cart2Inner .jw{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.cart2Inner .jw .left{
  display: flex;
}
.cart2Inner .jw .left .bz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-right: 20px;
}
.cart2Inner .jw .left .el-textarea{
  width: 486px;
  height: 199px;
}
.cart2Inner .jw .left .el-textarea__inner{
  background: #FFFFFF;
  border-radius: 10px;
  resize: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border: none;
  height: 100%;
}
.cart2Inner .jw .right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart2Inner .jw .right .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.cart2Inner .jw .right .txt p:not(:first-of-type){
  margin-top: 8px;
}
.cart2Inner .jw .right .txt p span{
  color: #E02D04;
}
.cart2Inner .jw .right .total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}
.cart2Inner .jw .right .total span{
  font-size: 24px;
  color: #E00404;
}
.cart2Inner .jw .right .btnBox{
  display: flex;
  margin-top: 35px;
}
.cart2Inner .jw .right .btnBox .btn{
  width: 150px;
  height: 42px;
  border-radius: 4px;
  /*border: 1px solid #F4A63F;*/
  background-color: #F4A63F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.cart2Inner .jw .right .btnBox .el-button{
  margin-left: 10px;
  padding: 0;
  border: none;
}
/*.cart2Inner .jw .right .btnBox .btn:last-of-type{*/
/*  margin-left: 10px;*/
/*  background-color: #F4A63F;*/
/*  border-color: #F4A63F;*/
/*  color: #ffffff;*/
/*}*/
.addDz-diaolog{
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.addDz-diaolog .content{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 455px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.addDz-diaolog .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 66px);
  padding: 20px 33px;
  background-color: #F5F5F5;
}
.addDz-diaolog .content .top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.addDz-diaolog .content .top i{
  font-size: 22px;
  color: #222222;
  cursor: pointer;
}
.addDz-diaolog .content .zw{
  width: calc(100% - 100px);
  padding: 25px 50px 55px 50px;
}
.addDz-diaolog .content .zw .el-form--label-top .el-form-item__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
}
.addDz-diaolog .content .zw .el-input__inner{
  border-color: #7D7D7D;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.addDz-diaolog .content .zw .el-cascader{
  width: 100%;
}
.addDz-diaolog .content .zw .el-textarea__inner{
  border-color: #7D7D7D;
  resize: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  height: 100px;
}
.addDz-diaolog .el-button{
  margin-left: auto;
  padding: 0;
  width: 90px;
  height: 40px;
  background: #1577BA;
  border-radius: 4px;
  background-color: #1577BA !important;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
  border: none;
  display: block;
  margin-top: 20px;
}
.addDz-diaolog.active{
  display: none;
}
.addFp-diaolog{
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.addFp-diaolog .content{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 875px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.addFp-diaolog .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  width: calc(100% - 70px);
  padding: 20px 35px;
}
.addFp-diaolog .top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.addFp-diaolog .top i{
  font-size: 22px;
  color: #222222;
  cursor: pointer;
}
.addFp-diaolog .zw{
  width: calc(100% - 160px);
  padding: 45px 80px 60px 80px;
}
.addFp-diaolog .zw .el-form-item{
  margin-bottom: 20px;
}
.addFp-diaolog .zw .el-form-item__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.addFp-diaolog .zw .el-select.one{
  width: 160px;
}
.addFp-diaolog .zw .el-select{
  width: 100%;
}
.addFp-diaolog .zw .el-input__inner{
  border-color: #D2D2D2;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.addFp-diaolog .zw .el-cascader{
  width: 100%;
}
.addFp-diaolog .el-button{
  margin-left: auto;
  padding: 0;
  width: 120px;
  height: 40px;
  background: #1577BA;
  border-radius: 4px;
  background-color: #1577BA !important;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
  border: none;
  display: block;
}
.addFp-diaolog.active{
  display: none;
}
.zf-diaolog{
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.zf-diaolog .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  width: calc(100% - 70px);
  padding: 20px 35px;
}
.zf-diaolog .top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.zf-diaolog .top i{
  font-size: 22px;
  color: #222222;
  cursor: pointer;
}
.zf-diaolog .content{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 575px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.zf-diaolog .content .zw{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 60px);
  padding: 30px 30px 150px 30px;
}
.zf-diaolog .content .zw p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
}
.zf-diaolog .content .zw .btn{
  width: 300px;
  height: 50px;
  background: #1577BA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.zf-diaolog .content .zw a{
  width: 145px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px 3px rgba(21,119,186,0.3);
  border-radius: 8px;
  border: 1px solid #1577BA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 25px 0 140px 0;
}
.zf-diaolog .content .zw a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
}
.zf-diaolog.active{
  display: none;
}
.zfCg-diaolog{
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.zfcontent .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  width: calc(100% - 70px);
  padding: 20px 35px;
}
.zfcontent .top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.zfcontent .top i{
  font-size: 22px;
  color: #222222;
  cursor: pointer;
}
.zfcontent{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.zfcontent .zw{
  width: calc(100% - 80px);
  padding: 99px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zfcontent .zw .rund{
  width: 86px;
  height: 86px;
  background: #1577BA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zfcontent .zw .rund i{
  font-size: 36px;
  color: #ffffff;
}
.zfcontent .zw p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin: 30px 0 100px 0;
}
.zfcontent .zw .btnBox{
  display: flex;
}
.zfcontent .zw .btnBox .btn{
  width: 150px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #BFBFBF;
  text-align: center;
  line-height: 45px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.zfcontent .zw .btnBox .btn:first-of-type{
  margin-right: 20px;
  background-color: #F4A63F;
  border-color: #F4A63F;
  color: #ffffff;
}
.zfcontent .zw .wc{
  width: 104px;
  height: 50px;
  background: #1577BA;
  border-radius: 8px;
  text-align: center;
  line-height: 50px;
  margin-top: 80px;
  margin-left: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.zfCg-diaolog.active{
  display: none;
}
.xxzf-diaolog{
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.xxzf-diaolog.active{
  display: none;
}
.el-empty{
    margin: 0 auto;
}
.wiewBox{
  width: 100%;
  height: calc(100vh);
  position: relative;
}
#viewer{
  width: 100%;
  height: 100%;
}
#viewer .navigator{
  width: 250px !important;
  height: 140px !important;
  opacity: 0.8 !important;
}
.wiewBox .flow{
  width: 250px;
  border: 2px solid rgb(85, 85, 85);
  border-top: none;
  position: absolute;
  top: 144px;
  right: 0;
  z-index: 9999;
}
.wiewBox .flow h3{
  width: calc(100% - 20px);
  padding: 5px 10px;
  background-color: #999999;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.wiewBox .flow h5{
  width: calc(100% - 20px);
  padding: 5px 10px;
  background-color: #999999;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.wiewBox .flow .txt{
  width: calc(100% - 20px);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.wiewBox .flow .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.wiewBox .viewback{
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 9999;
  padding: 7px 14px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}
#loading{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: none;
}
.page {
  width: 100%;
  margin-top: 30px;
}
.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 button:disabled{
  background-color: #9A9A9A;
}
.page .el-pagination .btn-prev {
  width: 95px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.page .el-pagination .btn-next {
  padding: 0;
  width: 95px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  height: 35px;
  border-radius: 4px;
}
.page .el-pagination .btn-prev .el-icon-arrow-left:before {
  font-size: 14px;
  content: '上一页';
  color: #222222;
  font-weight: var(--font-family);
  font-weight: 400;
}
.page .el-pagination .btn-next .el-icon-arrow-right:before {
  font-size: 14px;
  content: '下一页';
  color: #222222;
  font-weight: var(--font-family);
  font-weight: 400;
}
.page .el-pager li {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #DDDDDD !important;
  margin-right: 5px;
  padding: 0px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.page .el-pager li.active {
  background-color: #1577BA;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #1577BA;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #1577BA;
}
.tips{
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 100;
  /*display: none;*/
}
.tips .tz{
  position: absolute;
  left: -7px;
  top: -70px;
  animation: tz 3s linear infinite;
}
@keyframes tz {
  0% {
    top: -70px;
  }
  50% {
    top: -80px;
  }
  100% {
    top: -70px;
  }
}
.tips ul{
  position: relative;
  z-index: 1;
}
.tips ul li{
  width: 60px;
  height: 60px;
  background: #F4A63F;
}
.tips ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tips ul li:not(:first-of-type){
  border-top: 1px solid #FFFFFF;
}
#backTop{
  position: fixed;
  right: 20px;
  z-index: 98;
  display: none;
  animation: back 3s linear infinite;
}
@keyframes back {
  0% {
    bottom: 8%;
  }
  50% {
    bottom: 12%;
  }
  100% {
    bottom: 8%;
  }
}
    .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;
    }
    .message-alert.success {
      background-color: #67C23A;
    }
    .message-alert.error {
      background-color: #F56C6C;
    }
    .message-alert.warning {
      background-color: #E6A23C;
    }
.footer-box{
  background: url('../images/f-bg.png') no-repeat center / cover;
}
.footerInner{
  padding: 70px 0 30px 0;
  margin: 0 auto;
}
.footerInner .top{
  display: flex;
  justify-content: space-between;
}
.footerInner .top .left{
  width: calc(100% - 440px - 190px);
}
.footerInner .top .left img{
  width: 153px;
}
.footerInner .top .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 20px;
}
/*.footerInner .top .left p:first-of-type{*/
/*  font-size: 12px;*/
/*  margin-top: 0;*/
/*}*/
.footerInner .top .left .icon-box{
  display: flex;
  margin-top: 62px;
}
.footerInner .top .left .icon-box a:not(:first-of-type){
  margin-left: 20px;
}
.footerInner .top .left .icon-box a{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerInner .top .left .icon-box a i{
  color: #FFFFFF;
  font-size: 20px;
}
.footerInner .top .right{
  width: 440px;
  display: flex;
  flex-wrap: wrap;
}
.footerInner .top .right .item{
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 15px;
}
.footerInner .top .right .item img{
  max-width: 100%;
  margin: 0 auto;
}
.footerInner .top .right .item:nth-of-type(3n){
  margin-right: 0;
}
.footerInner .top .right .item p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
}
.footerInner .bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255, 0.3);
  margin-top: 60px;
  padding-top: 22px;
}
.footerInner .bottom a,
.footerInner .bottom span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.footerInner .bottom span{
  margin: 0 10px;
}
@media only screen and (max-width:1660px) {
  /*.sw-box .mySwiper .ct{*/
  /*  width: 85%;*/
  /*}*/
  /*.sw-box .form-b .fct{*/
  /*  width: 85%;*/
  /*}*/
  .sw-box .mySwiper .ct .txt{
    max-width: 700px;
  }
  .sw-box form{
    width: calc(700px - 35px);
  }
  .i2-box .box{
    flex-wrap: wrap;
    justify-content: center;
  }
  .i2-box .box .item{
    width: calc((100% - 150px) / 5 - 30px);
    margin-right: 25px;
  }
  .i2-box .box .item:nth-of-type(5n){
    margin-right: 0;
  }
}
@media only screen and (max-width:1560px) {
  .center{
    width: 1000px;
  }
  .pct-list li .mla .left .tm a span{
    font-size: 12px;
  }
  .pro4Inner .left .min-nav.active{
    width: calc(1000px - 260px - 20px);
    left: calc((100% - 1000px) / 2);
  }
  .pro4Inner .right.active{
    width: 260px;
    right: calc((100% - 1000px) / 2);
  }
  .cs-box .csNav.active{
    right: calc((100% - 1000px) / 2);
    width: calc(1000px - 270px - 40px);
  }
  .pb-slide.fixed-bottom{
    left: calc((100% - 1000px) / 2);
  }
  .header-box .top .ft-nav{
    padding: 0 160px 0 70px;
  }
  .header-box .mide .ct .left .nav li:not(:first-of-type){
    margin-left: 20px;
  }
  .header-box .mide .ct .right .shopCart{
    width: 170px;
  }
  .header-box .mide .ct .left .nav li:nth-of-type(5)>.two-box{
    left: 50%;
    transform: scaleY(0) translateX(-50%);
  }
  .header-box .mide .ct .left .nav li:nth-of-type(5):hover>.two-box{
    transform: scaleY(1) translateX(-50%);
    opacity: 1;
  }
  /*.header-box .mide .ct .left .nav li:nth-of-type(1)>.two-box{*/
  /*  left: -200px;*/
  /*}*/
  .tips{
    right: 10px;
    bottom: 25%;
  }
  .tips ul li{
    width: 45px;
    height: 45px;
  }
  .tips ul li img{
    width: 18px;
  }
  .tips .tz{
    width: 54px;
    top: -60px;
  }
  @keyframes tz {
    0% {
      top: -60px;
    }
    50% {
      top: -70px;
    }
    100% {
      top: -60px;
    }
  }
  #backTop{
    right: 15px;
  }
  @keyframes back {
    0% {
      bottom: 10%;
    }
    50% {
      bottom: 14%;
    }
    100% {
      bottom: 10%;
    }
  }
  #backTop img{
    width: 35px;
  }
  .abBox .ecBox #main{
    width: 100%;
    height: 400px;
  }
  .abBox .ecBox .d1{
    left: 82px;
    top: 0px;
  }
  .abBox .ecBox .d2{
    right: 75px;
    top: 0px;
  }
  .proBj .bottom .ct{
    padding: 20px 0 30px 0;
  }
  .bj-box .content .row2{
    min-height: calc(210px - 25px) !important;
  }
  .bj-box .content .row1{
    min-height: calc(180px - 25px) !important;
  }
  .bj-box .content .row4{
    min-height: calc(150px - 25px) !important;
  }
  .bj-box .content .wz{
    min-height: calc(89px - 25px);
  }
  .bj-box .content .la .lab{
    min-height: calc(89px - 25px);
  }
  .sw-box .mySwiper{
    height: 500px;
  }
  .sw-box .mySwiper .ct h3{
    font-size: 36px;
    line-height: 38px;
  }
  .sw-box form{
    height: 60px;
  }
  .sw-box .mySwiper .ct{
    bottom: 250px;
  }
  .sw-box .form-b{
    bottom: 150px;
  }
  .sw-box .mySwiper .swiper-pagination-bullet p{
    font-size: 16px;
    top: -30px;
  }
  .proView-diaolog .content .mide .left{
    width: 620px;
  }
  .proView-diaolog .content .mide .right{
    width: calc(100% - 620px - 40px);
  }
  .proView-diaolog .content .mide .left .swBox .proView-swiper{
    height: 250px;
  }
  .proView-diaolog .content .mide .left .swBox{
    margin: 20px 0;
  }
  .proView-diaolog .content .top{
    padding: 20px 33px 15px 33px;
  }
  .proView-diaolog .content .mide .right{
    padding-top: 10px;
  }
  .proView-diaolog .content .db{
    padding: 18px 33px;
  }
  .i1-box .box .item{
    height: calc(490px - 69px);
    padding: 40px 20px 0 20px;
    width: calc((100% - 81px) / 4 - 40px);
  }
  .i3Inner .qh{
    height: 350px;
  }
  .i3Inner .qh .left-swiper-box{
    width: 580px;
  }
  .i3Inner .qh .right-swiper-box{
    width: calc(500px - 90px);
    padding: 40px 45px 70px 45px;
    bottom: -50px;
  }
  .i3Inner .box .pb{
    width: 40px;
    height: 40px;
  }
  .i3Inner .box .pb i{
    font-size: 18px;
  }
  .i3Inner .box .news-swiper{
    width: calc(100% - 120px);
  }
  .i3Inner .box .news-swiper .txt img{
    height: 210px;
  }
  .i3Inner .box .news-swiper .txt .content{
    width: calc(100% - 40px);
    padding: 20px 20px 0 20px;
    height: 290px;
  }
  .i3Inner .box .news-swiper .txt .content h3{
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 15px 0;
  }
  .i3Inner .box .news-swiper .txt .content .db .rund{
    width: 30px;
    height: 30px;
  }
  .i3Inner .box .news-swiper .txt .content .db{
    bottom: 25px;
  }
  .i3Inner .box .news-swiper .txt{
    border-radius: 20px;
  }
  .i3Inner .qh .right-swiper-box .right-swiper .wz .mfh4{
    margin: 20px 0 16px 0;
  }
  .i5Inner{
    padding: 45px 0;
  }
  .i4-list li a{
    width: calc(100% - 30px);
    padding: 15px 15px 0 15px;
    border-radius: 14px;
  }
  .i4-list li a .tp{
    height: 130px;
  }
  .i4-list li a .txt{
    padding-top: 10px;
  }
  .i4-list.caol li .bt{
    width: calc(100% - 30px);
  }
  .pb-slide{
    width: 270px;
  }
  .pbInner .container{
    width: calc(100% - 270px - 40px);
  }
  .cs-box .cszs .zs-swiper a img{
    height: 150px;
  }
  .cs-box .csys .box a{
    height: calc(160px - 23px);
  }
  .con1 .lx-lb .box a{
    height: 120px;
  }
  .cart2Inner .spxx-list li a .gy{
    width: 140px;
  }
  .pro-search .ct .content{
    width: calc(720px - 35px - 40px - 1px);
  }
  .busin-box .container .row .txt .nr{
    width: 450px;
    margin-left: 70px;
  }
  .busin-box .container .row:nth-of-type(even) .txt .nr{
    margin-right: 70px;
  }
  .busin-box .container .row{
    height: 500px;
  }
  .busin-box .container .row .txt .nr h4{
    font-size: 24px;
  }
  .busin-box .container .row .txt .nr h5{
    font-size: 18px;
  }
  .ant-box .ant-top .ant-right{
    width: 400px;
    height: 250px;
  }
  .ant-box .ant-top .ant-left{
    width: calc(100% - 400px - 50px);
  }
  .abBox .ab-bottom{
    height: 400px;
  }
  .join1-box .fldy .ct .box .item .tm{
    font-size: 16px;
    text-align: center;
  }
  .join1-box .fldy .ct .box .item{
    width: calc((100% - 90px) / 7 - 30px);
    padding: 40px 15px 30px 15px;
    margin-right: 15px;
  }
  .join2Inner .gh .item img{
    height: 150px;
  }
  .psc1Inner .box a{
    width: calc((100% - 78px - 8px) / 4 - 60px);
    padding: 18px 30px 0 30px;
    height: calc(130px - 18px);
  }
  .psc1Inner{
    padding-bottom: 80px;
  }
  .psc5Inner .box .jfdh-list li{
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
  }
  .psc8Inner .box .right{
    width: calc(100% - 150px - 100px);
  }
  .psc8Inner .box .right .up{
    width: 520px;
  }
  .pro-slide{
    width: 260px;
  }
  .proCt{
    width: calc(100% - 260px - 30px);
  }
  .pct-list li .mla{
    padding: 10px 20px 63px 20px;
  }
  .pct-list li .mla .left{
    width: calc(100% - 204px - 15px);
  }
  .pct-list li .mla .left .tm a{
    font-size: 18px;
    margin-right: 10px;
  }
  .pct-list li .mla .right{
    width: calc(204px - 20px);
  }
  .proImg-diaolog .content .img-box{
    /*max-height: 420px;*/
  }
  .proImg-diaolog .content .bottom{
    padding: 0 30px 15px 30px;
  }
  .pro-diaolog .top{
    padding: 18px 40px;
  }
  .pro-diaolog .btCode{
    padding: 15px 0 10px 0;
  }
  .pro-diaolog .btCode h3{
    font-size: 26px;
  }
  .pro-diaolog .btCode .code{
    font-size: 16px;
  }
  .pro-diaolog .content{
    margin-top: 20px;
  }
  .pro-diaolog .content .swBox{
    margin: 40px auto 0;
  }
  .pro-diaolog .content .filter p{
    font-size: 16px;
    padding: 3px 9px;
  }
  .pro-diaolog .content .swBox .mide .top-swiper .img-box{
    width: 600px;
    height: 300px;
  }
  .pro-diaolog .content .bottom-swiper-box .drq{
    width: 600px;
  }
  /*.pro-diaolog .content .swBox .mide .top-swiper-box{*/
  /*  height: 300px;*/
  /*}*/
  .pro-diaolog .content .swBox .mide .top-swiper .wz{
    width: calc(100% - 600px - 50px);
  }
  .bj-box .content .list .item .izs-box{
    width: calc(100% - 40px);
    height: calc(433px - 43px);
    padding: 43px 20px 0 20px;
  }
  .bj-box .content .la .lab:first-of-type{
    min-height: calc(433px - 25px);
  }
  .bj-box .content .zs img{
    max-width: 70%;
  }
  .bj-box .content .swBox .swIb{
    height: 85px;
  }
  .bj-box .content .list .item.i3 .swBox .swIb{
    height: 120px;
  }
  .bj-box .content .list .item.i3 .izs-box{
    height: calc(450px - 43px);
  }
  .bj-box .content .list .item.i3 .zs img{
    max-width: 55%;
  }
  .bj-box .content .la .lab.i3:first-of-type {
    min-height: calc(450px - 25px);
   }
  .bj-box .content .list .item.i2 .swBox .swIb{
    height: 170px;
  }
  .bj-box .content .list .item.i2 .izs-box{
    height: calc(480px - 43px);
  }
  .bj-box .content .list .item.i2 .zs img{
    max-width: 35%;
  }
  .bj-box .content .la .lab.i2:first-of-type {
    min-height: calc(480px - 25px);
   }
  .pro4Inner .right{
    width: 260px;
  }
  .pro4Inner .left{
    width: calc(100% - 260px - 20px);
  }
  .pro4Inner .right .btn .addCart{
    width: 130px;
  }
  .pro4Inner .left .cpzs .swBox .rq-sb{
    width: calc(100% - 160px);
  }
  .pro4Inner .left .cpzs .swBox .dt-swiper{
    height: 350px;
  }
  .pro4Inner .left .min-nav a{
    font-size: 16px;
  }
  .pro4Inner .left .khpj .pj-swiper .rq .pjChi-box{
    width: 60%;
  }
  .pro4Inner .left .xgcp .swBox .cp-swiper .bk .img-box{
    height: 90px;
  }
  .pub1-list li .img-box{
    height: 200px;
  }
  .pub2-list li a img{
    height: 90px;
  }
  .stduy1-box .stduyFx .yjfx-swiper a img{
    height: 150px;
  }
  .stduy1-box .stduyHb .xghb-swiper a img{
    height: 210px;
  }
  .study2-box .study2Hb .box .hb-swiper{
    width: calc(100% - 100px - 200px);
  }
  .study2-box .study2-top .sr{
    width: 460px;
    height: 350px;
  }
  .study2-box .study2-top .sl{
    width: calc(100% - 460px - 50px);
  }
  .tem3-list li .flow-cp{
    bottom: 20px;
  }
  .tem3-list li>a img{
    height: 150px;
  }
  .tem3-list li>a .t4-txt{
    height: 290px;
  }
  .stduy1-box .stduyWx ul{
    max-height: 787px;
  }
  /* 1000 */
  .header-box .mide .ct .left .nav{
    margin-left: 25px;
  }
  .header-box .mide .ct .left .nav li:not(:first-of-type){
    margin-left: 10px;
  }
  .header-box .mide .ct .right .language{
    margin-left: 10px;
  }
  .i1-box .box .item{
    height: calc(440px - 69px);
  }
  .i1-box .box .item .gd{
    width: 90%;
    bottom: 40px;
  }
  .proView-diaolog .content .mide .left .swBox .prev,
  .proView-diaolog .content .mide .left .swBox .next{
    font-size: 28px;
  }
  .pro4Inner .left .cpzs .swBox .pb i{
    font-size: 28px;
  }
  .join2Inner .db .line{
    margin: 0 100px;
  }
  .pub1-list li .img-box .flow a{
    width: 120px;
    height: 35px;
  }
  .pb-slide .item .content .lx .lx-row p{
    font-size: 14px;
  }
  .pro-list li .proName{
    font-size: 14px;
  }
  .ant-box .ant-pro .ant-swiper .bt{
    bottom: 30px;
  }
  .order-box .filter .search .el-input__inner, .order-box .filter .search input{
    width: 250px;
  }
  .psc5Inner .box .jfdh-list li .img-box{
    height: 170px;
  }
  .psc1Inner .box a img{
    margin-right: 20px;
  }
  .psc1Inner .box a .txt{
    width: calc(100% - 28px - 20px);
  }
  .pro4Inner .left .syfa .box .item .txt{
    width: calc(100% - 40px);
    padding: 18px 20px 0 20px;
  }
  .pro4Inner .left .syfa .box .item .txt .row p{
    font-size: 16px;
  }
  .cart-list .pb1{
    width: 190px;
  }
  .cart-list li .checkBox .ibImg{
    width: 160px;
    height: 100px;
  }
  .cart-list .pb2{
    width: 200px;
  }
  .cart-list .pb4{
    width: 110px;
  }
  .cart-list .pb6{
    width: 110px;
  }
  .ant-box .ant-pro .ant-swiper a .tp{
    height: 120px;
  }
  .psc3Inner .box .xqlist .top .pb1{
    width: calc(370px - 80px);
  }
  .psc3Inner .box .xqlist .pb1{
    width: 370px;
  }
  .proceInner .cata.active{
    right: calc((100% - 1000px) / 2);
  }
  .pro4Inner .left .zyxx .jsBox .item{
    margin-right: 20px;
  }
  .cart2Inner .spxx-list li a .js{
    width: 400px;
  }
  .cart2Inner .spxx-list li a .js .txt{
    width: calc(100% - 174px - 25px);
  }
  .pro4Inner .right .cp .mide .row .zs{
    font-size: 12px;
  }
  .sw-box .mySwiper .ct .txt{
    max-width: 600px;
  }
  .sw-box form{
    width: calc(600px - 35px);
  }
}
@media only screen and (max-width:1460px) {
  .header-box .top .ft-nav{
     height: 37px;
  }
  .header-box .mide{
     margin-top: 15px;
  }
  .header-box .line{
     margin: 15px auto;
  }
  .pro-search{
     margin-top: 194px;
  }
  .pro4Inner .left .min-nav.active{
     top: 145px;
  }
  .pro4Inner .right.active{
     top: 145px;
  }
  .cs-box .csNav.active{
     top: 145px;
  }
  .proceInner .cata.active{
     top: 204px;
  }
  .sw-box{
     margin-top: 214px;
  }
  .sw-box .mySwiper .ct h3{
     font-size: 30px;
  }
  .sw-box .form-b{
     bottom: 130px;
  }
  .sw-box .mySwiper .ct{
     bottom: 220px;
  }
  .sw-box .mySwiper{
    height: 420px;
  }
  .i2-box .box .item{
    width: calc((100% - 150px) / 4 - 30px);
    margin-right: 25px;
  }
  .i2-box .box .item:nth-of-type(4n){
    margin-right: 0;
  }
  .i2-box .box .item:nth-of-type(5n){
    margin-right: 25px;
  }
  .i2-box .box .item .tm{
    font-size: 16px;
  }
  /*.sw-box .mySwiper .ct .txt{*/
  /*  max-width: 600px;*/
  /*}*/
  /*.sw-box form{*/
  /*  width: calc(600px - 35px - 40px);*/
  /*}*/
  .pro-diaolog .content .swBox{
    margin: 20px auto 0;
  }
}
@media only screen and (max-width:1360px) {
  .pro-diaolog .content .swBox .mide .top-swiper .img-box{
    width: 500px;
    height: 280px;
  }
  .pro-diaolog .content .bottom-swiper-box .drq{
    width: 500px;
  }
  /*.pro-diaolog .content .swBox .mide .top-swiper-box{*/
  /*  height: 280px;*/
  /*}*/
  .pro-diaolog .content .swBox .mide .top-swiper .wz{
    width: calc(100% - 500px - 60px);
  }
}