@charset "UTF-8";


dd, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

/*header start*/
.nav-box nav#menuPc > ul > li {
  position: relative;
}
.nav-box nav#menuPc > ul > li .m-erji {
  padding: 20px 30px;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(2%);
  transition: all 0.2s;
  width: 300px;
  margin-left: -150px;
  box-sizing: border-box;
  color: #222;
  left: 50%;
}

.nav-box nav#menuPc > ul > li .m-erji:after {
  content: '';
  position: absolute;
  top: 0%;
  transition: all 0.6s;
  z-index: 4;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  margin-left: -12px;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #fff transparent;
  margin-top: -10px;
}

.nav-box nav#menuPc > ul > li .m-erji .m-tt {
  font-weight: bold;
  margin-left: 16px;
  margin-bottom: 20px;
}

.nav-box nav#menuPc > ul > li .m-erji .m-tt .iconfont {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.nav-box nav#menuPc > ul > li .m-erji .m-block {
  border-left: 1px solid #e5e5e5;
}

.nav-box nav#menuPc > ul > li:hover .m-erji {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-box nav#menuPc > ul > li dl dd a {
  display: block;
  line-height: 1.5;
  padding: 3px 12px;
  margin: 7px 0;
  text-align: left;
  font-weight: 400;
  color: #000000;
  transition: all 0.6s;
  position: relative;
}

.nav-box nav#menuPc > ul > li dl dd a:after {
  top: 0;
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #003882;
  margin-left: -1px;
  transition: all 0.4s;
  height: 0;
}

.nav-box nav#menuPc > ul > li dl dd a i {
  font-size: 14px;
}

.nav-box nav#menuPc > ul > li dl dd a:hover {
  color: #003882;
}

.nav-box nav#menuPc > ul > li dl dd a:hover:after {
  height: 100%;
}
.nav-box nav#menuPc > ul > li::before {
  content: '';
  position: absolute;
  top: 100%;
  transition: all 0.6s;
  z-index: 4;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  margin-left: -12px;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #fff transparent;
  margin-top: -10px;
  opacity: 0;
}

.nav-box nav#menuPc > ul > li.cur::before {
  opacity: 1;
}

.header {
  position: fixed;
  z-index: 2025;
  left: 0;
  right: 0;
  box-sizing: border-box;
  transition: all 0.4s;
}

.header.nofix {
  position: sticky;
  top: 0;
  background: #003882;
}

.header .header-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header .h-left {
  padding-bottom: 32px;
}

.header .h-left .logo img {
  height: 42px;
}

.en-link {
  margin-left: 24px;
}

.header .h-gp {
  font-weight: 500;
  color: #FFF;
  border-radius: 17px;
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  background: rgba(48, 127, 226, 0.8);
}

#menuPc a {
  color: #FFF;
  display: block;
  padding: 20px 10px;
  line-height: 45px;
}

#menuPc ul {
  display: flex;
  justify-content: space-between;
  padding: 0 2vw;
}

#menuPc .iconfont {
  font-size: 1.8rem;
  padding-left: 3px;
}

.h-right {
  float: right;
  color: #FFF;
  flex: 1;
}

.h-right .hrbot {
  display: flex;
  align-items: center;
  width: 100%;
}
.h-right .hrbot .nav-box{
  flex: 1;
}
.h-search {
  max-width: 390px;
  width: 20vw;
  position: relative;
}

.h-search input {
  width: 100%;
  height: 40px;
  background: #F4F4F4;
  border-radius: 20px;
  padding: 0 25px;
  box-sizing: border-box;
  border: none;
  color: #003882;
}

.h-search input::placeholder {
  color: #999999;
  font-size: 14px;
}

.h-search button {
  position: absolute;
  right: 0;
  bottom: 0px;
  text-align: center;
  background-color: transparent;
  top: 0%;
  height: 100%;
  width: 60px;
  border: none;
  box-shadow: none;
}

.h-search button .iconfont {
  font-weight: bold;
}

.h-tool dl {
  display: flex;
  justify-content: flex-end;
}

.h-tool {
  padding: 18px 0;
}

.h-tool dl dd {
  position: relative;
  /* padding-right: 40px; */
  padding: 0 28px;
}

.h-tool dl dd a {
  display: flex;
  align-items: center;
  color: #FFF;
  line-height: 18px;
  cursor: pointer;
}

.h-tool dl dd .iconfont {
  font-size: 18px;
  margin-right: 10px;
}

.h-tool dl dd:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 18px;
  width: 1px;
  background-color: #fff;
  margin-top: -9px;
  opacity: 0.3;
}

.h-tool dl dd:nth-last-child(1) {
  padding-right: 0;
}

.h-tool dl dd:nth-last-child(1):after {
  display: none;
}

.h-lang {
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.h-lang:hover .h-lang-con {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.h-lang .h-lang-con {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  min-width: 100%;
  transition: all 0.5s;
  padding: 4px;
}

.h-lang .h-lang-con a {
  display: block;
  text-align: center;
  padding: 6px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.h-lang .h-lang-con a:hover {
  text-decoration: underline;
}

.h-lang .icon {
  margin-left: 6px;
  width: 27px;
  height: 27px;
  background: url("../images/yuyan.png") no-repeat;
  position: relative;
  transition: all 0.4s;
}

#menuWap {
  display: none;
}


.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 100%;
}

.child-box .child-wrap {
  overflow: hidden;
  display: none;
  /* background: #FFFFFF; */
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
  position:relative;
}
.child-box .child-wrap:after{
  content:'';
  position:absolute;
  left:50%;
  width: 100%;
  background:#FFF;
  top: 0;
  height: 100%;
  z-index: 1;
}
.child-box .child-wrap .m-width-content{
  position: relative;
  z-index: 2;
}
.child-wrap {
  background-color: #F5F7FA;
}

.child-wrap .nav-left {
  width: 290px;
  padding: 60px 0 0;
  display: flex;
}

.child-wrap .nav-left .menu-up {
  width: 2.5vw;
  cursor: pointer;
  color: #000000;
}

.child-wrap .nav-left .menu-up:hover {
  color: #003882;
}

.child-wrap .nav-left .menu-up .iconfont {
  display: inline-block;
  transform: rotate(-90deg);
}

.child-wrap .nav-product-cont {
  display: flex;
}

.child-wrap .nav-scoll {
  
  padding: 60px 0 0;
  /* max-height: calc(100vh - 129px);
  box-sizing: border-box; */
}
.child-wrap .nav-scoll .scoll-cont{
  padding-top: 50px;
  max-height: calc(100vh - 229px);
  box-sizing: border-box;
  overflow-y: auto;
}
.child-wrap .nav-right {
  flex: 1;
  background-color: #FFF;
  padding-left: 56px;
  box-sizing: border-box;
}

.child-wrap .nav-rlist {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}

.child-wrap .nav-rlist dl {
  line-height: 2.2;
  break-inside: avoid;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.child-wrap .nav-rlist dt {
  font-weight: bold;
}

.child-wrap .nav-rlist dt a {
  color: #222222;
}

.child-wrap .nav-rlist dd a {
  display: block;
  color: #555555;
  transition: all 0.3s;
}

.child-wrap .nav-rlist dd a:hover,.child-wrap .nav-rlist dt a:hover {
  color: #003882;
}

.child-wrap .navp-tt {
  color: #003882;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 18px;
  /* margin-bottom: 50px; */
}
.child-wrap .navp-tt a{
  color: #003882;
}
.child-wrap .navp-tt .iconfont {
  margin-left: 10px;
}

.child-nav-menu li {
  margin-bottom: 1.5vw;
}

.child-nav-menu li:nth-last-child(1) {
  margin-bottom: 0;
}
.child-nav-menu li a{
  cursor: pointer;
}
.child-nav-menu li a .iconfont{
  transition: all 0.3s;
  display: inline-block;
}

.child-nav-menu li a:hover .iconfont{
  transform:translateX(5px);
}
.child-nav-menu li.cur a {
  color: #003882;
  font-weight: bold;
}

.child-nav-menu .m-more {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5vw 0;
  margin-top: 2.5vw;
}

.child-nav-menu .m-more li {
  margin-bottom: 24px;
}

.child-nav-menu .m-more li:nth-last-child(1) {
  margin-bottom: 0;
}

.child-nav-menu .m-more a {
  color: #003882;
}

.child-nav-menu .m-more a .iconfont {
  margin-left: 10px;
}

.child-nav-menu a {
  color: #333;
}

.child-nav-menu a:hover {
  color: #003882;
}

.child-nav-menu a .iconfont {
  font-size: 14px;
  margin-left: 20px;
}


.child-wrap .normal-rlist dl {
  line-height: 2.2;
  break-inside: avoid;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.child-wrap .normal-rlist dd {
  width: 33.33%;
}

.child-wrap .normal-rlist dd a {
  display: block;
  color: #555555;
  transition: all 0.3s;
}

.child-wrap .normal-rlist dd a:hover {
  color: #003882;
}
/*header end*/
/*footer start*/
.footer {
  padding: 4vw 0 0;
  background: url("../images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.footer .footer-share img{
    height: 27px;
}
.footer .f-logo .f-img img {
  height: 42px;
}

.footer a {
  color: #fff;
}

.footer .footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer .f-nav {
  margin-top: 14px;
  padding-left: 12%;
  flex: 1;
}

.footer .f-nav h3 {
  margin-bottom: 24px;
}

.footer .f-nav ul {
  display: flex;
  justify-content: space-between;
}

.footer .f-nav ul li {
  max-width: 25%;
}

.footer .f-nav ul li a:hover {
  text-decoration: underline;
}

.footer .f-nav dd {
  line-height: 2.2;
}

.footer .f-nav a {
  display: block;
  transition: all 0.4s;
  opacity: 0.9;
}

.footer-share {
  display: flex;
  margin: 56px 0 0;
}

.footer-share a {
  display: inline-block;
  margin-right: 40px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s;
  position: relative;
}

.footer-share a .iconfont {
  font-size: 30px;
}

.footer-share a .child {
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: 90%;
  transform: translateX(-50%);
  visibility: hidden;
}

.footer-share a .child img {
  width: 100px;
  height: 100px;
}

.footer-share a:hover .child {
  bottom: 110%;
  opacity: 1;
  visibility: visible;
}

.footer-share a:hover {
  transform: translateY(-5px);
}

.foot-copy {
  padding: 1.5vw 0 2.5vw;
  color: #93aac5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 5vw 0 0;
}

.foot-copy a {
  color: #93aac5;
  transition: all 0.3s;
}

.foot-copy a:hover {
  color: #FFF;
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  color: #F1F3F8;
  position: relative;
}

.banner h2 {
  margin-bottom: 24px;
}

.banner p {
  line-height: 2;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}
.banner .bg-box .imgshow .img-box2{

  height: 100vh;
}
.banner .bg-box .img-box {
  padding-bottom: 56.25%;
}

.banner .bg-box img {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  transition: all 4s;
  object-fit: cover;
}

.banner .wap-box {
  display: none;
}

.banner .swiper-pagination {
  bottom: 50px;
  width: 100%;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 0.3;
  background: #FFF;
  border-radius: inherit;
  border-radius: 7px;
  transition: all 0.6s;
  box-sizing: border-box;
  margin: 0 10px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 50px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

.banner .banner-content .text {
  max-width: 440px;
  box-sizing: border-box;
}

.banner .banner-content .text {
  transform: translateY(20%);
  opacity: 0;
  transition: all 1.5s;
  padding-top: 6vw;
}

.banner .ani-slide .banner-content {
  opacity: 1;
}

.ani-slide .imgshow img {
  transform: scale(1);
}

.banner .ani-slide .banner-content .text {
  transform: translateY(0);
  opacity: 1;
}
.banner .ani-slide .banner-content .text ul li{
  list-style-type: none !important;
  position:relative;
  padding-left: 14px;
}
.banner .ani-slide .banner-content .text ul li:after{
  content:'';
  position: absolute;
  left:0%;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
}
.banner-content .see-more{
  margin-top: 4% !important;
}
/*轮播图end*/
.crumbs-box {
  padding: 38px 0;
  color: #555;
  font-weight: 500;
}

.crumbs-box a {
  color: #555;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #003882;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #555;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-contentauto{
    padding: 0 3vw;
}
.m-width-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.m-width-content2 {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.page-box {
  text-align: center;
  position: relative;
}
.page-box .clear-history{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color:#003882;
}
.page-box .clear-history:after{
  content:'';
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 1px;
  background: #003882;
}
.page-box .laypage_main{

  padding: 5vw 0 0;
  /* padding: 5vw 0 0; */
}
.conent-source-video .page-box{
  padding-bottom: 5vw;
}
.conent-source-video .page-box .laypage_main{
  padding-bottom: 0;
}
.conent-source-searchres{
  padding-bottom:5vw !important;
}
.page-box .iconfont {
  font-size: 1.8rem;
}

.page-box .layui-laypage a, .page-box .layui-laypage button, .page-box .layui-laypage input, .page-box .layui-laypage select, .page-box .layui-laypage span {
  border-color: #EDEDED;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  box-sizing: border-box;
  margin: 0 5px;
  color: #666;
  border-radius: 5p;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #EDEDED;
  display: inline-flex;
  font-size: 1.8rem;
  color: #666;
  margin: 0 3px;
  min-width: 45px;
  height: 42px;
  line-height: 42px;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
}

.page-box .page-inner a.page-text {
  width: auto;
  padding: 9px 15px;
  border-radius: 17px;
  height: auto;
  line-height: 1;
}

.page-box .page-inner a.page-text:hover {
  color: #fff;
  background-color: #307FE2;
  border: 1px solid #307FE2;
}

.page-box .page-inner .current, .page-box .page-inner a:hover {
  color: #fff;
  background-color: #307FE2;
  border: 1px solid #307FE2;
}

/*分页 end*/
/*公共样式定义 end*/
.title {
  text-align: center;
  margin: 6.5vw 0 4vw;
  line-height: 1;
}

.title .line {
  width: 51px;
  height: 4px;
  background-color: #003882;
  margin: 12px auto 0;
}

.title.white {
  color: #FFF;
}

.title.white .line {
  background-color: #FFF;
}

.index-prolist {
  position: relative;
  padding: 0 30px;
}

.index-prolist .img-box {
  padding-bottom: 85.71429%;
}

.index-prolist .p-item {
  color: #222;
}

.index-prolist .p-item:hover img {
  transform: scale(1.05);
}

.index-prolist .p-item:hover h3 {
  color: #003882;
}

.index-prolist .imgshow {
  max-width: 280px;
  margin: 0 auto;
}

.index-prolist .imgshow img {
  transition: all 0.3s;
}

.index-prolist .text {
  text-align: center;
  margin: 3vw 0 0;
}

.index-prolist .text h3 {
  margin-bottom: 8px;
}

.index-prolist .text p {
  color: #555555;
}

.index-prolist .swiper-button-next, .index-prolist .swiper-button-prev {
  top: 0;
  margin-top: 0;
  background-image: none;
  opacity: 0.3;
  transition: all 0.3s;
  top: 26%;
}
.index-prolist .swiper-button-next.swiper-button-disabled, .index-prolist .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.index-prolist .swiper-button-next .iconfont, .index-prolist .swiper-button-prev .iconfont {
  font-size: 24px;
  color: #000;
}

.index-prolist .swiper-button-next:hover, .index-prolist .swiper-button-prev:hover {
  opacity: 1;
}

.index-prolist .swiper-button-next {
  right: 0;
  /* margin-right: -40px; */
}

.index-prolist .swiper-button-prev {
  left: 0;
  /* margin-left: -40px; */
}

.index-product-grid {
  background: url("../images/index-pro-bg.jpg") no-repeat center;
  padding: 1px 0;
  background-size: cover;
}

.index-product-grid .see-more {
  margin: 6.5vw 0;
  text-align: center;
}

.see-more.t-center {
  text-align: center;
}

.see-more.left-icon .iconfont {
  margin-left: 0;
  margin-right: 6px;
}

.see-more.left-icon .icon-fanhui1 {
  font-size: 14px;
}

.see-more a ,.see-more .see-btn {
  color: #003882;
  transition: all 0.3s;
}

.see-more a:hover .iconfont ,.see-more .see-btn:hover .iconfont{
  transform: translateX(5px);
}

.see-more .iconfont {
  margin-left: 6px;
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: bold;
}

.see-more.white a {
  color: #FFF;
}
.more-btn.left-icon .iconfont{
  margin-right: 9px;
}
.more-btn .layui-btn {
  height: 46px;
  font-size: 18px;
  min-width: 170px;
  line-height: 46px;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  color: #FFF !important;
}
.more-btn .layui-btn.layui-btn-disabled{
  background-color: #D3D3D3  !important;
  color: #333333 !important;
  border: none !important;
}
.more-btn .layui-bg-grey {
  background-color: #D3D3D3;
  color: #333333 !important;
}

.more-btn .layui-border-blue {
  border-color: #003882 !important;
  color: #003882 !important;
}

.more-btn .layui-border-white {
  border-color: #FFF !important;
  color: #FFF !important;
  background-color: transparent;
}

.more-btn .layui-border-grey {
  border-color: #ccc !important;
  color: #333 !important;
  background-color: transparent;
}

.more-btn .layui-btn-primary {
  color: #003882 !important;
  border-color: #003882;
}

.more-btn .layui-btn + .layui-btn {
  margin-left: 5px;
}

.more-btn.b-cen {
  text-align: center;
}

.more-btn .icon-jiaochafenxi {
  vertical-align: sub;
  font-size: 30px;
}

.index-application-grid {
  background: url("../images/index-app-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 1px 0;
}

.index-appitem dl {
  display: flex;
  justify-content: center;
  color: #fff;
}

.index-appitem dl dd {
  padding: 0 40px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.index-appitem dl .icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.index-appitem dl .icon img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.index-appitem dl .cur .icon img {
    transform: scale(1.05);
}
.index-appitem dl .cur {
  opacity: 1;
}

.index-appitem dl .cur h5 {
  font-weight: bold;
}

.index-appitem dl .cur h5:after {
  opacity: 1;
}

.index-appitem dl h5 {
  margin-top: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.index-appitem dl h5:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FFF;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.index-appswiper {
  margin: 3.5vw 0 6vw;
}

.index-appswiper .img-box {
  padding-bottom: 56.25%;
}

.index-appswiper .a-item {
  display: flex;
  flex-direction: row-reverse;
  color: #FFF;
}
.index-appswiper .a-item .see-more .see-btn{
    color: #FFF;
}
.index-appswiper .a-item .imgshow {
  width: 50%;
  display: block;
}

.index-appswiper .a-item .imgshow img {
  transition: all 0.3s;
}

.index-appswiper .a-item .imgshow:hover img {
  transform: scale(1.05);
}

.index-appswiper .a-item .text {
  width: 50%;
  padding: 60px 12% 0 0;
  box-sizing: border-box;
}

.index-appswiper .a-item .text-p {
  margin: 24px 0 3.5vw;
}

.index-news-grid {
  background-color: #F5F7FA;
  padding: 1px 0 5vw;
}

.news-hotgrid {
  display: flex;
  margin: 0 -3vw;
}

.news-hotgrid .imgshow {
  width: 66.66%;
  display: block;
  box-sizing: border-box;
  padding: 0 3vw;
}

.news-hotgrid .imgshow .img-box {
  padding-bottom: 60%;
}

.news-hotgrid .text {
  box-sizing: border-box;
  padding: 0 3vw;
  width: 33.33%;
  box-sizing: border-box;
  /* padding-left: 7%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-hotgrid .text h3 a:hover{
  color: #003882;
}
.news-hotgrid .text h3 {
  line-height: 1.2;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.news-hotgrid .text h3 a{
    color: #333;
}
.news-hotgrid .date {
  color: #777;
  margin: 12px 0 28px;
}

.news-hotgrid .date i {
  padding: 0 10px;
}

.news-hotgrid .text-p {
  color: #555;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-hotgrid .see-more {
  margin-top: 3.6vw;
}

.index-news-list {
  margin: 4vw 0 0;
  overflow: hidden;
}

.index-news-list .n-item {
  display: block;
  color: #222;
  transition: all 0.3s;
}

.index-news-list .n-item:hover {
  color: #003882;
}

.index-news-list h3 {
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.multi-line-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.multi-line-ellipsis-4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.multi-line-ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.index-news-list .date {
  color: #777;
  margin: 12px 0 0;
}

.index-news-list .date i {
  padding: 0 10px;
}

.index-news-list ul {
  margin: 0 -3vw;
  display: flex;
  flex-wrap: wrap;
}

.index-news-list .imgshow img {
  width: 100%;
}

.index-news-list li {
  width: 33.33%;
  padding: 0 3vw;
  box-sizing: border-box;
}

.index-zhanhui-list {
  border: 1px solid #DDE2EC;
  overflow: hidden;
  border-radius: 20px;
}

.index-zhanhui-list ul {
  margin-bottom: -1px;
  display: flex;
  flex-wrap: wrap;
}

.index-zhanhui-list ul li {
  width: 33.33%;
}

.index-zhanhui-list ul li:nth-child(3n) .z-item {
  border-right: none;
}

.index-zhanhui-list ul .z-item {
  padding: 2.2vw 2.6vw;
  box-sizing: border-box;
  border-bottom: 1px solid #DDE2EC;
  border-right: 1px solid #DDE2EC;
  height: 100%;
}

.index-zhanhui-list p {
  color: #555555;
  line-height: 1.875;
}

.index-zhanhui-list h3 {
  margin-bottom: 12px;
  line-height: 30px;
  /* height: 60px; */
}

.index-zhanhui-list .iconfont {
  font-size: 18px;
  width: 18px;
  margin-right: 15px;
}

.index-zhanhui-grid .see-more {
  text-align: center;
  margin: 5.2vw 0;
}

.right-fix ul{
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 10000;
}
/* .right-fix .f-item.website a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  max-width: 50px;
  text-align: center;
} */
/* .right-fix .f-item.website a:hover{
  color: #003882;
}
.right-fix .f-item.website{
  margin: 0 5px;
  padding: 10px 0;
} */
.right-fix ul.cur {
  background-color: #003882;
}

.right-fix ul.cur a {
  color: #FFF;
}

.right-fix li {
  padding: 1px 0;
}

.right-fix li:nth-last-child(1) .f-item {
  border-bottom: none;
}

.right-fix .f-item {
  /* margin: 0 18px; */
  /* padding: 12px 0; */
  border-bottom: 1px solid rgba(99, 101, 105, 0.2);
 
  box-sizing: border-box;
}

.right-fix .iconfont {
  font-size: 22px;
  display: inline-block;
}

.right-fix a {
  color: #555;
  display: block;
  text-align: center;
}

.right-fix ul {
  background: #FFFFFF;
  box-shadow: 0px 6px 48px 0px rgba(147, 152, 157, 0.35);
  border-radius: 50%;
  /* margin-bottom: 20px; */
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.right-fix #topbtn{
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0%);
}
.right-fix #topbtn.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(-120%);
}
.banner-source {
  padding-bottom: 60px;
  background-color: #F5F7FA;
}

.banner-source .pro-cont {
  flex-direction: initial;
}

.banner-source .pro-cont .more-btn {
  margin: 55px 0 0;
}

.banner-source .pro-cont p {
  color: #555;
}

.inner-pro-banner {
  background-color: #F5F7FA;
  /* max-height: 420px; */
  min-height: 22vw;
  padding-bottom:30px;
  box-sizing: border-box;
}

.inner-pro-banner.maxauto {
  max-height: initial;
}

.inner-pro-banner .pro-cont {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.inner-pro-banner .pro-cont .imgshow {
  width: 50%;
  margin-bottom: -5vw;
}

.inner-pro-banner .pro-cont .imgshow .img-box {
  padding-bottom: 56.25%;
}

.inner-pro-banner .pro-cont .text {
  width: 50%;
  padding-top: 30px;
  box-sizing: border-box;
  padding-right: 1vw;
}

.inner-pro-banner .pro-cont .text h3 {
  margin-bottom: 8px;
}

.inner-pro-banner .pro-cont .text p {
  color: #555;
}

.inner-pro-banner .pro-cont .more-btn {
  margin-top: 3vw;
}

.inner-pro-banner .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56%;
}

.inner-pro-banner .video-js .vjs-big-play-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background-image: url("../images/play.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.inner-pro-banner .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .inner-pro-banner .vjs-button > .vjs-icon-placeholder:before {
  display: none;
}

.indexpro-text {
  color: #333;
  margin: 160px 0 0;
  line-height: 2;
}

.indexpro-title {
  margin: 5.5vw 0 2.5vw;
  position: relative;
  /* text-transform: capitalize; */
}

.indexpro-title.t-center {
  text-align: center;
}

.indexpro-title.sm {
  margin: 56px 0 30px;
}

.indexpro-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.indexpro-title .slot-right .zz,.wap-all .zz,.shonor-showall .zz,.filter-table .t-td .arrow .zz{
  display:none;
}
.indexpro-title .slot-right.closed .zz,.wap-all.closed .zz,.shonor-showall.closed .zz,.filter-table .t-td .arrow.closed .zz{
  display:inline-block;
}
.indexpro-title .slot-right.closed .ff,.wap-all.closed .ff,.shonor-showall.closed .ff,.filter-table .t-td .arrow.closed .ff{
  display: none;
}
.indexpro-title .slot-right a {
  color: #003882;
  font-weight: 500;
}

.pro-typelist ul {
  margin: 0 -47px;
  display: flex;
  flex-wrap: wrap;
}

.pro-typelist .imgshow img {
  width: 100%;
}

.pro-typelist li {
  width: 20%;
  padding: 0 47px;
  box-sizing: border-box;
}

.pro-typelist .img-box {
  padding-bottom: 85.71429%;
}

.pro-typelist li {
  margin-bottom: 2.5vw;
}

.pro-typelist .pt-item {
  display: block;
  text-align: center;
  color: #222;
  transition: all 0.4s;
}

.pro-typelist .pt-item .imgshow {
  transition: all 0.4s;
}

.pro-typelist .pt-item:hover {
  color: #003882;
}

.pro-typelist .pt-item:hover .imgshow {
  transform: translateY(-5px);
}

.pro-typelist .pt-item h3 {
  margin: 5px 0 12px;
}

.pro-typelist .pt-item p {
  color: #555555;
}

.indexpro-app-block .indexpro-title {
  margin: 50px 0;
}

.pro-applist {
  padding-bottom: 60px;
}

.pro-applist li {
  margin-bottom: 60px;
}

.pro-applist .pa-item {
  display: flex;
  align-items: center;
  color: #222;
  transition: all 0.4s;
}

.pro-applist .pa-item:hover {
  color: #003882;
}

.pro-applist .pa-item:hover img {
  transform: scale(1.05);
}

.pro-applist ul {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.pro-applist .imgshow img {
  width: 100%;
}

.pro-applist li {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}

.pro-applist .text {
  flex: 1;
  padding: 0 0 0 32px;
}

.pro-applist .text h3 {
  margin-bottom: 12px;
}

.pro-applist .text-p {
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pro-applist .imgshow {
  width: 47%;
}

.pro-applist .imgshow .img-box {
  padding-bottom: 56.25%;
}

.pro-applist .imgshow img {
  transition: all 0.4s;
}

.indexpro-whychoose-block {
  background-color: #F5F7FA;
  padding: 1px 0 5vw;
}

.pro-whylist ul {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.pro-whylist .imgshow img {
  width: 100%;
}

.pro-whylist li {
  width: 33.33%;
  padding: 0 50px;
  box-sizing: border-box;
}

.pro-whylist li {
  margin-bottom: 5vw;
}

.pro-whylist .icon {
  width: 60px;
  flex-shrink: 0;
  margin-right: 20px;
}

.pro-whylist .w-item {
  display: flex;
  color: #222;
}

.pro-whylist .w-item h4 {
  margin-bottom: 8px;
}

.pro-whylist .w-item p {
  color: #333;
}

.index-relatedlist {
  margin-bottom: 6vw;
}

.index-relatedlist ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.index-relatedlist .imgshow img {
  width: 100%;
}

.index-relatedlist li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}

.index-relatedlist .r-item {
  background-color: #F5F7FA;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 2.5vw;
  color: #555;
  display: block;
  box-sizing:border-box;
  height: 100%;
}
.index-relatedlist .r-item:hover h4{
  color: #003882;
}
.index-relatedlist .r-item h4 {
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}

.index-relatedlist .r-item p {
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-relatedlist .see-more {
  margin: 50px 0 0;
}

.index-relatedlist li:nth-child(1) .r-item {
  background-image: url("../images/indexpro-source-bg1.png");
}

.index-relatedlist li:nth-child(2) .r-item {
  background-image: url("../images/indexpro-source-bg2.png");
}

.index-relatedlist li:nth-child(3) .r-item {
  background-image: url("../images/indexpro-source-bg3.png");
}

.pro-cat-child-related {
  background-color: #F5F7FA;
  padding: 1px 0;
}

.pro-cat-related {
  background-color: #F5F7FA;
  padding: 1px 0;
}
.content-product-cat-child .indexpro-type-block:nth-of-type(1) .indexpro-title{
  margin-top:0;
}
.content-product-cat .indexpro-type-block {
  padding-bottom: 3.5vw;
}

.related-news {
  padding: 0 0 6vw;
}

.related-news .news-list ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.related-news .news-list .imgshow img {
  width: 100%;
}

.related-news .news-list li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}

.related-news .see-more {
  text-align: center;
  margin: 3.5vw 0 0;
}

.news-list .n-item {
  color: #222;
}

.news-list .n-item:hover,.news-list .n-item:hover h3 {
  color: #003882;
}

.news-list .n-item:hover img {
  transform: scale(1.05);
}

.news-list img {
  transition: all 0.4s;
}

.news-list .img-box {
  padding-bottom: 75%;
}

.news-list h3 {
  line-height: 36px;
  /* height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  margin: 30px 0;
}

.news-list p {
  color: #555;
  line-height: 1.875;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  overflow: hidden;
}

.news-list .date {
  margin-bottom: 24px;
  color: #777;
}

.content-product-cat-child .procat-relatedlist {
  margin-bottom: 0;
  padding-bottom: 3vw;
}

.content-product-cat-child .procat-relatedlist li {
  margin-bottom: 3vw;
}

.procat-relatedlist {
  margin-bottom: 6vw;
}

.procat-relatedlist ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.procat-relatedlist .imgshow img {
  width: 100%;
}

.procat-relatedlist li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.procat-relatedlist .r-item {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 2.5vw;
  color: #555555;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.procat-relatedlist .r-item:hover h4{
  color: #003882;
}
.procat-relatedlist .r-item h4 {
  margin: 8px 0;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  color: #222;
}

.procat-relatedlist .r-item p {
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.procat-relatedlist .r-item .see-more {
  margin: 32px 0 0;
}

.procatchild-typelist ul {
  margin: 0 -47px;
  display: flex;
  flex-wrap: wrap;
}

.procatchild-typelist .imgshow img {
  width: 100%;
}

.procatchild-typelist li {
  width: 50%;
  padding: 0 47px;
  box-sizing: border-box;
}

.procatchild-typelist .img-box {
  padding-bottom: 85.71429%;
}

.procatchild-typelist li {
  margin-bottom: 50px;
}

.procatchild-typelist .pt-item {
  display: flex;
  color: #222;
  transition: all 0.4s;
  align-items: center;
}

.procatchild-typelist .pt-item .text {
  width: 60%;
}

.procatchild-typelist .pt-item .imgshow {
  transition: all 0.4s;
  width: 35%;
  margin-right: 5%;
}

.procatchild-typelist .pt-item:hover {
  color: #003882;
}

.procatchild-typelist .pt-item:hover .imgshow {
  transform: translateY(-5px);
}

.procatchild-typelist .pt-item h3 {
  margin: 5px 0 12px;
}

.procatchild-typelist .pt-item p {
  color: #555555;
  
}
.procatchild-typelist .pt-item .text-p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
} 
.pro-catdtail-block .tezheng-list dl {
  display: flex;
  flex-wrap: wrap;
}

.pro-catdtail-block .tezheng-list dl dd {
  width: 50%;
  color: #333;
  line-height: 2;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-right: 1%;
}
.pro-catdtail-block .tezheng-list dl dd:nth-child(2n){
  padding-left: 1%;
}
.pro-catdtail-block .tezheng-list .t-item {
  padding-left: 24px;
  position: relative;
}

.pro-catdtail-block .tezheng-list .t-item:after {
  content: '';
  background-color: #003882;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.catdtail-table table {
  width: 100%;
  color: #333333;
}

.catdtail-table table td {
  padding: 18px 38px;
  border: 1px solid #DCDEE1;
}

.catdtail-table table td:nth-child(1) {
  color: #333333;
  font-weight: bold;
  background-color: #F5F7FA;
}

.catdtail-table.bg2 table td:nth-child(odd) {
  color: #333333;
  font-weight: bold;
  background-color: #F5F7FA;
}
.content-product-cat-child  .pro-catdetail-tuijian{
  margin-bottom: 0;
}
.content-product-cat-child .pro-cat-related{
  margin-top:5vw;
} 
.pro-catdetail-tuijian {
  background-color: #F5F7FA;
  border-radius: 10px;
  margin: 5vw 0 5.8vw;
  box-sizing: border-box;
  padding: 3.7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-catdetail-tuijian .icon {
  width: 80px;
  height: 80px;
  margin-right: 28px;
}

.pro-catdetail-tuijian .icon img {
  max-width: 100%;
}

.pro-catdetail-tuijian h3 {
  margin-bottom: 6px;
}

.pro-catdetail-tuijian .text {
  display: flex;
  align-items: center;
}

.prodis-cont {
  display: flex;
  padding: 4vw 0 5vw;
}

.prodis-cont .prodis-swiper {
  width: 50%;
  position: relative;
  padding-left: 135px;
  box-sizing: border-box;
}

.prodis-cont .prodis-swiper .img-box {
  padding-bottom: 80%;
}
.prodis-cont .prodis-swiper .img-box  a{
  display: block;
  height: 100%;
}
/* .prodis-cont .prodis-swiper .img-box.cad-img{
  padding-bottom:0;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 0;
  text-align: center;
  
}*/
.prodis-cont .prodis-swiper .img-box.cad-img{
  padding-bottom: 0;
  height: 100%;
}
.prodis-cont .prodis-swiper .img-box.cad-img  a{
  /* position: absolute;
	left:50%;
  transform: translateX(-50%);
	top:0;
	width:80%;
	height:100%;
	object-fit: cover; */
  position: relative;
}
.prodis-cont .prodis-swiper .img-box.cad-img img{
  position: initial;
  width: 100%;
  height: 100%;
  object-fit: initial;
  
} 
.prodis-cont .prodis-swiper .left-swiper {
  left: 0;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
}

.prodis-cont .prodis-swiper .left-swiper .swiper-container {
  height: 100%;
}

.prodis-cont .prodis-swiper .left-swiper .p-item {
  background-color: #FFF;
  border: 1px solid transparent;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.prodis-cont .prodis-swiper .left-swiper .swiper-slide-thumb-active .p-item {
  border-color: #003882;
}

.prodis-cont .prodis-text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 9%;
}

.prodis-cont .prodis-text h4 {
  margin-bottom: 12px;
}

.prodis-cont .p-number {
  margin: 4vw 0;
}

.layui-input-suffix {
  width: auto;
}

.p-number {
  width: 130px;
}

.p-number .layui-input-wrap .layui-input[type=number].layui-input-number-out-of-range {
  color: #003882;
}

.p-number .layui-input-wrap .layui-input {
  text-align: center;
  padding: 0 45px;
}

.p-number .layui-input-suffix {
  position: initial;
}

.p-number .layui-input {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #003882;
}

.p-number .layui-input-wrap .layui-input-number .layui-icon:before {
  margin-top: 0;
}

.p-number .layui-input-wrap .layui-input-number .layui-icon-up::before, .p-number .layui-input-wrap .layui-input-number .layui-icon-down::before {
  transform: translateY(-50%);
}

.p-number .layui-input-wrap .layui-input-number .layui-icon-up {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  border-left: 1px solid #EDEDED;
  line-height: 40px;
  box-sizing: border-box;
}

.p-number .layui-input-wrap .layui-input-number .layui-icon-up::before {
  content: '';
  line-height: 1;
  width: 18px;
  height: 18px;
  background: url("../images/add-icon.png") no-repeat center;
  background-size: cover;
  margin-left: -9px;
  margin-right: 0;
}

.p-number .layui-input-wrap .layui-input-number .layui-icon-down {
  left: 0;
  width: 40px;
  height: 100%;
  border-right: 1px solid #EDEDED;
  box-sizing: border-box;
}

.p-number .layui-input-wrap .layui-input-number .layui-icon-down::before {
  content: '';
  line-height: 1;
  width: 18px;
  height: 18px;
  background: url("../images/jian-icon.png") no-repeat center;
  background-size: cover;
  margin-left: -9px;
  margin-right: 0;
}

.pro-table-title {
  text-align: center;
  margin: 0 0 4.5vw;
}

.prodetail-tanchuang {
  display: flex;
  color: #333333;
  background-color: #fff;
}

.prodetail-tanchuang .pt-left {
  width: 78%;
  box-sizing: border-box;
  padding: 34px;
}

.prodetail-tanchuang .pt-right {
  width: 25%;
  background-color: #F6F7FB;
  padding: 34px 2.5vw;
  position: relative;
  display: flex;
  flex-direction: column;
}

.prodetail-tanchuang .pt-right .pt-close {
  position: absolute;
  right: 12px;
  top: 3px;
  cursor: pointer;
}

.prodetail-tanchuang .pt-right .pt-close .iconfont {
  font-size: 28px;
  color: #222;
  opacity: 0.3;
}

.prodetail-tanchuang .imgshow {
  width: 30%;
}

.prodetail-tanchuang .pt-cont {
  margin: 24px 0;
  display: flex;
}

.prodetail-tanchuang .pt-cont .text {
  width: 70%;
  box-sizing: border-box;
  padding-left: 7%;
}

.prodetail-tanchuang .pt-cont .text p {
  color: #555;
  margin: 12px 0 30px;
}

.prodetail-tanchuang .pt-btns {
  margin: 32px 0 0;
}

.prodetail-tanchuang .pt-btns .layui-btn {
  margin-bottom: 10px;
}

.prodetail-tanchuang .pt-btns .more-btn .layui-btn + .layui-btn {
  margin-left: 0;
}

#login-modal {
  padding: 35px;
  position: relative;
  display: none;
}

#login-modal .modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-close {
  border-radius: 50%;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.modal-close:hover {
  color: #FFF;
  background-color: #003882;
}

.modal-close .iconfont {
  font-size: 12px;
}

.logintt-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  margin: 30px 0 40px;
}

.logintt-item i {
  padding: 0 26px;
}

.logintt-item h3 {
  cursor: pointer;
  color: #777;
  margin-bottom: 0;
}

.logintt-item h3.cur {
  font-size: 24px;
  color: #000;
}

.demo-reg-container .layui-input, .demo-reg-container .layui-select, .demo-reg-container .layui-textarea {
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
}

.demo-reg-container .layui-input-wrap {
  line-height: 50px;
}

.demo-reg-container .layui-btn {
  height: 50px;
  font-size: 18px;
  font-weight: 500;
}

.demo-reg-container .layui-btn.code-btn {
  line-height: initial;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: auto;
  font-size: 16px;
  color: #003882;
}

.demo-reg-container .demo-reg-other {
  text-align: center;
  color: #555;
  margin: 30px 0 0;
}

.demo-reg-container .demo-reg-other a {
  color: #003882;
}

.demo-reg-container .layui-input-affix, .demo-reg-container .layui-input-prefix {
  line-height: 50px;
}

.demo-reg-container .layui-input-affix .layui-icon, .demo-reg-container .layui-input-prefix .layui-icon {
  color: #000;
  font-size: 20px;
  opacity: 0.5;
}

.demo-reg-container .layui-input::placeholder {
  font-size: 16px;
  color: #000;
  opacity: 0.5;
}

.demo-reg-container .layui-form-14 {
  color: #555;
  font-size: 14px;
}

.demo-reg-container .layui-form-14 a {
  color: #555;
}

.demo-reg-container .layui-form-remember {
  margin-bottom: 50px;
}

.forget-box {
  background: url("../images/forget-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 7.8vw 0;
}

.forget-box .forget-form {
  max-width: 620px;
  background-color: #FFF;
  box-shadow: 0px 10px 27px 3px rgba(3, 44, 148, 0.11);
  border-radius: 10px;
  padding: 55px 0;
  margin: 0 auto;
}

.forget-box .forget-form h2 {
  text-align: center;
  margin: 0px 0 40px;
}

.forget-box .forget-form .layui-form {
  max-width: 350px;
  margin: 0 auto;
}

.forget-box .forget-form .layui-btn {
  height: 50px;
  font-size: 18px;
  font-weight: 500;
}

.forget-box .forget-form .layui-btn.code-btn {
  line-height: initial;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: auto;
  font-size: 16px;
  color: #003882;
}

.layui-form .layui-text-error {
  text-align: center;
  color: #E95B5C;
  min-height: 40px;
  line-height: 40px;
}

.layui-form .layui-text-error.hide {
  opacity: 0;
  visibility: hidden;
}

.layui-form .layui-input-affix, .layui-form .layui-input-prefix {
  line-height: 50px;
}

.layui-form .layui-input-affix .layui-icon, .layui-form .layui-input-prefix .layui-icon {
  color: #000;
  font-size: 24px;
  opacity: 0.5;
}

.layui-form .layui-input::placeholder, .layui-form .layui-textarea::placeholder {
  font-size: 16px;
  color: #000;
  opacity: 0.5;
}

.layui-form .layui-input, .layui-form .layui-select {
  border-radius: 5px;
  line-height: 50px;
  height: 50px;
}

.layui-form .layui-textarea {
  line-height: 26px;
  min-height: 50px;
  height: auto;
}

.layui-form .layui-input-wrap {
  line-height: 50px;
}

.layui-form .layui-input-wrap .layui-input.layui-form-error {
  border-color: #ff5722;
}

.layui-form .layui-input-wrap .layui-input-prefix + .layui-input, .layui-form .layui-input-wrap .layui-input-prefix ~ * .layui-input {
  padding-left: 56px;
}

.layui-form .layui-input-wrap .layui-input-prefix {
  left: 7px;
}

.reg-success-box {
  text-align: center;
  line-height: 2;
  background: url("../images/reg-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 7.8vw 0;
}

.reg-success-box .reg-block {
  max-width: 690px;
  box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 60px 7%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.reg-success-box .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #003882;
  color: #FFF;
  text-align: center;
  line-height: 75px;
  display: inline-block;
  margin-bottom: 24px;
}

.reg-success-box .layui-icon {
  font-weight: bold;
  font-size: 40px;
}

.reg-success-box .success-btn {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  font-size: 18px;
  min-width: 160px;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  margin: 30px 0 0;
  transition: all 0.4s;
}

.reg-success-box .success-btn:hover {
  background-color: #003882;
  color: #FFF;
  border-color: #003882;
}

.reg-box {
  padding: 1px 0 6vw;
  background: url("../images/reg-bg.jpg") no-repeat center;
  background-size: cover;
}

.reg-form {
  max-width: 840px;
  margin: 0 20px;
}

.reg-form .reg-tt {
  margin: 55px 0 0;
}

.reg-form .reg-tt p {
  color: #555;
}
.reg-form .reg-tt p a{
  display: inline;
}

.reg-form .reg-tt h2 {
  margin-bottom: 18px;
}

.reg-form .layui-form-label {
  font-size: 16px;
  color: #333333;
  width: auto;
  padding: 0 0 8px;
}

.reg-form .layui-edge {
  right: 18px;
  opacity: 0.5;
}

.reg-form .layui-input-block {
  margin-left: 0;
  float: left;
  width: 100%;
}

.reg-form .layui-input {
  padding: 0 18px;
}

.reg-form .layui-input::placeholder {
  color: #777;
}

.reg-form .red {
  color: #E95B5C;
  padding-left: 5px;
}

.reg-form h3 {
  margin: 60px 0 36px;
}

.reg-form .layui-form-checkbox[lay-skin=primary] > div {
  color: #000;
  font-size: 16px;
}

.reg-form .agree {
  margin-bottom: 38px;
}

.reg-form .agree a {
  color: #003882;
}

.reg-form .bot-btn {
  display: flex;
  align-items: center;
  color: #000000;
}

.reg-form .bot-btn .layui-btn {
  max-width: 170px;
  margin-right: 18px;
  height: 46px;
  background: #003882;
  border-radius: 5px;
  font-size: 18px;
}

.reg-form .bot-btn a {
  color: #003882;
}

#layer-content1 {
  display: none;
}

#layer-content1 .cont-agree {
  margin: 40px 0 0;
  text-align: center;
}

#layer-content1 .cont-agree .layui-btn {
  text-align: center;
  height: 46px;
  background: #003882;
  border-radius: 5px;
  width: 170px;
  line-height: 46px;
  font-size: 18px;
  padding: 0;
}

.text-layer-content.layui-layer-page {
  padding: 50px 50px 0;
  color: #222;
  box-sizing: border-box;
  background: #FFF;
  /* 自定义整个滚动条 */
  /* 自定义滚动条轨道 */
  /* 自定义滚动条的滑块（thumb） */
}

.text-layer-content.layui-layer-page ::-webkit-scrollbar {
  width: 4px;
  /* 设置滚动条的宽度 */
}

.text-layer-content.layui-layer-page ::-webkit-scrollbar-track {
  background: #fff;
  /* 设置轨道的背景颜色 */
}

.text-layer-content.layui-layer-page ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  /* 设置滑块的背景颜色 */
}

.text-layer-content.layui-layer-page .text {
  line-height: 1.875;
  font-size: 16px;
  overflow-y: auto;
  max-height: 520px;
  padding-right: 5%;
}

.text-layer-content.layui-layer-page .text h3 {
  font-size: 22px;
  font-weight: 400;
}

.text-layer-content .layui-layer-title {
  padding-left: 0;
  padding-right: 0;
  border: none;
  color: #000;
  font-size: 24px;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
}

.text-layer-content .layui-form-label {
  width: 100%;
  text-align: left;
  float: left;
  padding-left: 0;
  color: #333;
  font-size: 16px;
}

.text-layer-content .layui-layer-setwin {
  top: 40px;
  font-size: 30px;
  right: 50px;
}

.cookie-text {
  display: flex;
  justify-content: space-between;
  padding: 30px 130px 30px 30px;
  color: #555;
  align-items: center;
  position: relative;
}

.cookie-text p {
  font-size: 16px;
}

.cookie-text .c-btns {
  flex-shrink: 0;
  margin-left: 90px;
}

.cookie-text .c-btns .layui-btn {
  border-radius: 5px;
  min-width: 150px;
  font-size: 18px;
}

.cookie-text .modal-close {
  position: absolute;
  right: 40px;
}

.theme-cookie.layui-layer {
  border-radius: 10px;
  margin-top: -5px !important;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-box {
  padding-bottom: 26.30208%;
}

.inner-banner .imgshow {
  position: relative;
}

.inner-banner.smh-banner .img-box {
  padding-bottom: 14.58333%;
}

.inner-banner.smh-banner h3 {
  margin-bottom: 0;
}

.inner-banner .inner-banner-content {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.inner-banner .inner-banner-content .text{
  max-width: 520px;
}
.inner-banner .crumbs-box {
  color: #FFF;
}

.inner-banner .crumbs-box a, .inner-banner .crumbs-box i {
  color: #FFF;
}

.inner-banner .banner-crumbs {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
}

.inner-banner .pro-cont h3 {
  margin-bottom: 12px;
}

.hot-blog ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.hot-blog .imgshow img {
  width: 100%;
}

.hot-blog li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}

.content-blog .blog-cont {
  display: flex;
}

.content-blog .blog-right {
  width: 30%;
}

.content-blog .blog-left {
  width: 70%;
  box-sizing: border-box;
  padding-right: 5%;
}

.blog-filter.layui-form {
  margin: 0 0 40px;
  display: flex;
}

.blog-filter.layui-form .layui-input, .blog-filter.layui-form .layui-select, .blog-filter.layui-form .layui-textarea {
  height: 40px;
  line-height: 40px;
}

.blog-filter.layui-form .layui-btn {
  height: 40px;
  line-height: 40px;
  width: 140px;
  font-size: 16px;
}

.blog-filter.layui-form .f-cell {
  margin-right: 10px;
}

.blog-filter.layui-form .w100 {
  width: 100%;
}

.blog-filter.layui-form .layui-input {
  border: none;
  background-color: #F5F7FA;
  min-width: 270px;
}

.news-alllist .n-item {
  display: flex;
  color: #222;
  align-items: center;
}

.news-alllist .n-item .imgshow {
  width: 23%;
}

.news-alllist .n-item .imgshow .img-box {
  padding-bottom: 75%;
}

.news-alllist .n-item .imgshow img {
  transition: all 0.4s;
}

.news-alllist .n-item:hover img {
  transform: scale(1.04);
}

.news-alllist .n-item:hover h3 {
  color: #003882;
}

.news-alllist .n-item .text {
  width: 77%;
  box-sizing: border-box;
  padding-left: 38px;
}

.news-alllist li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}

.news-alllist li:nth-child(1) {
  padding-top: 0;
}

.news-alllist li:nth-last-child(1) {
  margin-bottom: 0;
}

.news-alllist h3 {
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.news-alllist .date {
  margin: 12px 0 24px;
  color: #555;
}

.news-alllist p {
  line-height: 1.875;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  color: #555;
}

.related-news-park {
  position: relative;
}

.related-news-park .img-box {
  padding-bottom: 64.25%;
}

.related-news-park .n-item {
  position: relative;
  display: block;
}

.related-news-park .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #FFF;
  padding: 20px;
  text-align: center;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
}

.related-news-park .swiper-button-next {
  right: 0;
}

.related-news-park .swiper-button-prev {
  left: 0;
}

.related-news-park .swiper-button-next, .related-news-park .swiper-button-prev {
  width: 30px;
  height: 60px;
  background-color: rgba(0, 56, 130, 0.9);
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-news-park .swiper-button-next .iconfont, .related-news-park .swiper-button-prev .iconfont {
  font-size: 20px;
  color: #FFF;
}

.blog-contact {
  background: url("../images/blog-contact.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
  padding: 4.5vw 40px;
}

.blog-contact .b-btn {
  display: inline-block;
  color: #fff;
  width: 140px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
}

.blog-contact .b-btn:hover {
  background-color: #003882;
  border-color: #003882;
}

.blog-park-info {
  display: flex;
  align-items: center;
  padding-bottom: 5vw;
}

.blog-park-info .imgshow {
  width: 50%;
}

.blog-park-info .imgshow .img-box {
  padding-bottom: 56.25%;
}

.blog-park-info .imgshow img {
  transition: all 0.3s;
}

.blog-park-info .text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 3%;
  color: #555;
}

.blog-park-info .text p {
  line-height: 1.875;
}

.blog-park-info .text h3 {
  color: #222;
  margin-bottom: 24px;
}

.content-blog-park {
  padding: 90px 0 30px;
}

.content-blog-park ul {
  margin: 0 -40px;
  display: flex;
  flex-wrap: wrap;
}

.content-blog-park .imgshow img {
  width: 100%;
}

.content-blog-park li {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}

.content-blog-park li {
  margin-bottom: 60px;
}

.content-blog-park .b-item {
  display: flex;
}

.content-blog-park .b-item:hover img {
  transform: scale(1.05);
}

.content-blog-park .b-item:hover h3 {
  color: #003882;
}

.content-blog-park .b-item h3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* font-size: 14px; */
  /* line-height: 21px; */
  /* height: 63px; */
}
.content-blog-park .b-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-blog-park .b-item .imgshow {
  width: 34%;
}

.content-blog-park .b-item .imgshow img {
  transition: all 0.4s;
}

.content-blog-park .b-item .imgshow .img-box {
  padding-bottom: 74.57627%;
}

.content-blog-park .b-item .text {
  width: 66%;
  box-sizing: border-box;
  padding-left: 3%;
}

.content-blog-park .b-item .text .date {
  margin: 8px 0 16px;
}

.content-blog-park .b-item .text .date, .content-blog-park .b-item .text p {
  color: #555;
}

.conent-source {
  padding: 0 0 50px;
}

.index-source-list ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.index-source-list .imgshow img {
  width: 100%;
}

.index-source-list li {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}

.index-source-list .img-box {
  padding-bottom: 56.19048%;
}

.index-source-list li {
  margin-bottom: 4vw;
}

.index-source-list .s-item {
  color: #222;
  transition: all 0.3s;
}

.index-source-list .s-item:hover {
  color: #003882;
}

.index-source-list .s-item:hover img {
  transform: scale(1.05);
}

.index-source-list .s-item img {
  transition: all 0.3s;
}

.index-source-list p {
  color: #555;
}

.index-source-list h3 {
  margin: 24px 0 12px;
}

.conent-source-yangben {
  padding: 5vw 0;
}

.yangben-cont {
  display: flex;
}

.yangben-cont .yangben-left {
  width: 20%;
}

.yangben-cont .yangben-right {
  flex: 1;
  box-sizing: border-box;
  padding-left: 4vw;
}
.yangben-cont .yangben-right .source-yangben-list .y-item{
  padding-right:4vw;
}
.yangben-cont .menu-leftlist {
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.yangben-cont .menu-leftlist h3 {
  padding: 18px 30px;
  background-color: #F5F7FA;
}

.yangben-cont .menu-leftlist ul {
  padding: 12px 30px;
}

.yangben-cont .menu-leftlist li {
  line-height: 2.3;
}

.yangben-cont .menu-leftlist li.cur a {
  color: #003882;
  font-weight: bold;
}

.source-yangben-list li {
  margin-bottom: 20px;
}
.source-yangben-list li:nth-last-child(1){
  margin-bottom: 0;
}

.source-yangben-list .y-item {
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.source-yangben-list .y-item p {
  color: #555555;
}

.source-yangben-list .y-item h3 {
  color: #222;
  margin-bottom: 12px;
}

.source-yangben-list .y-btns {
  flex-shrink: 0;
  margin-left: 4vw;
}

.honor-tabitem {
  text-align: center;
  margin: 5vw 0 2.5vw;
}

.honor-tabitem a {
  color: #333333;
  display: inline-block;
  line-height: 1;
}

.honor-tabitem a.cur,.honor-tabitem a:hover{
  color: #003882;
  font-weight: bold;
}

.honor-tabitem i {
  opacity: 0.1;
  padding: 0 20px;
}

.shonor-list {
  border: 1px solid #EDEDED;
}
.conent-source-honor{
  padding-bottom: 7vw;
}

.shonor-list li {
  border-bottom: 1px solid #EDEDED;
}

.shonor-list li:nth-last-child(1) {
  border-bottom: none;
}

.shonor-list .h-item {
  display: flex;
}

.shonor-list .h-item h4 {
  color: #555;
}

.shonor-list .h-item .imgshow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36%;
  box-sizing: border-box;
  padding: 1vw 9.8vw;
  border-right: 1px solid #EDEDED;
  flex-shrink: 0;
}

.shonor-list .h-item .imgshow .img-box {
  padding-bottom: 50.24155%;
}

.shonor-list .h-item .imgshow .img-pic {
  width: 100%;
  margin-bottom: 26px;
}

.shonor-list .h-item .text {
  padding: 30px;
}

.shonor-list .h-item a {
  color: #333333;
  display: block;
  transition: all 0.4s;
  line-height: 2.1;
}

.shonor-list .h-item a:hover {
  color: #003882;
  text-decoration: underline;
}

.shonor-showall {
  margin: 4vw 0 0vw;
  text-align: center;
}

.shonor-showall a {
  color: #003882;
}

.shonor-showall a:hover {
  text-decoration: underline;
}

.conent-source-canvas {
  display: flex;
  margin: 5vw 0 0;
  padding-bottom:1px;
}

.conent-source-canvas .content-left {
  width: 20%;
  margin-bottom: 4vw;
}

.conent-source-canvas .content-right {
  width: 80%;
  box-sizing: border-box;
  padding-left: 5vw;
}

.pro-finderlist {
  color: #555555;
}

.pro-finderlist .layui-form-checkbox[lay-skin=primary] > div {
  color: #555;
}

.pro-finderlist.finderlist2 {
  margin: 20px 0 0;
  border: 1px solid #EDEDED;
}

.pro-finderlist.finderlist2 li {
  margin-top: 0;
  border: none;
  border-bottom: 1px solid #EDEDED;
}

.pro-finderlist.finderlist2 li h4 {
  justify-content: flex-start;
  border-bottom: none;
}

.pro-finderlist.finderlist2 li h4 .iconfont {
  margin-right: 20px;
  transition: all 0.4s;
}
.pro-finderlist .showhide  h4 .iconfont {
  transform: rotate(-180deg);
}
.pro-finderlist.finderlist2 li .child-select {
  border: none;
  padding-left: 65px;
}

.pro-finderlist.finderlist3 li {
  margin-top: 0;
  border: none;
  border-bottom: 1px solid #EDEDED;
}

.pro-finderlist.finderlist3 li h4 {
  justify-content: flex-start;
  border-bottom: none;
}

.pro-finderlist.finderlist3 li h4 a {
  color: #222;
}

.pro-finderlist.finderlist3 li h4 .iconfont {
  margin-right: 20px;
}

.pro-finderlist.finderlist3 li .child-select {
  border: none;
}

.pro-finderlist.finderlist3 .showhide .m-finder-more, .pro-finderlist.finderlist3 .m-finder-less {
  padding-left: 30px;
}

.pro-finderlist.finderlist3 .c-unit {
  margin-bottom: 20px;
}

.pro-finderlist .menu-title {
  color: #222;
  background-color: #F5F7FA;
  padding: 18px 30px;
}

.pro-finderlist .finder-btns {
  padding-top: 20px;
}

.pro-finderlist .finder-btns a {
  display: inline-block;
  border: 1px solid #4173ad;
  color: #4173ad;
  padding: 12px 30px;
  line-height: 1;
  /* text-transform: capitalize; */
  border-radius: 4px;
  float: right;
}

.pro-finderlist .finder-btns .act {
  background-color: #4173ad;
  color: #fff;
  float: left;
}

.pro-finderlist a {
  color: #555;
  display: block;
}

.pro-finderlist a:hover {
  color: #003882;
}
.pro-finderlist  .m-finder-more,.pro-finderlist  .m-finder-less{
  display: none !important;
}
.pro-finderlist .showhide .m-finder-more {
  display: flex;
}

.pro-finderlist .child-select {
  display: none;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 15px;
}
/* .pro-finderlist .child-select .tab-unit{
  max-height: 200px;
  overflow-y: auto;
} */
.pro-finderlist .child-select .tab-unit.hide6{
  max-height: 200px;
  overflow-y: auto;
  background-color: #FFF;
  margin-bottom: 12px;
  border:1px solid #EDEDED;
  padding: 0 15px;
}

/* .pro-finderlist .child-select .tab-unit::-webkit-scrollbar-button{
  display: inline-block;
}
.pro-finderlist .child-select .tab-unit::-webkit-scrollbar-button:end:increment {
  height: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAJpJREFUOE+10uENhCAMBeCWUSDsoZOdN5nsQcoocGmipnjUmhj5K/18JQ/h4cGH8/AukHOeYozpKqWagIedcysP11pnDVKBUsraWpsYQMTkvZ9HSYYAES0A8JEDGvIHjIYF9A0hMH6cDpB7aw93fo8OIKJm9eK8ygEY0TtXIhIw/74rQ4A/bimsLbgXae/Fu1U2o3DJ7ly6uvMDCbQ9ETNJu8wAAAAASUVORK5CYII=) 0 0 repeat-y white;
}
.pro-finderlist .child-select .tab-unit::-webkit-scrollbar-button:start:decrement {
  height: 5px;
  background: url(../images/scrollbar/custom/up.png) 0 0 repeat-y white;
} */

/* .pro-finderlist .child-select .tab-unit.hide6 dd{
  display: none;
} */
.pro-finderlist .child-select .tab-unit.hide6 dd:nth-of-type(1),
.pro-finderlist .child-select .tab-unit.hide6 dd:nth-of-type(2),
.pro-finderlist .child-select .tab-unit.hide6 dd:nth-of-type(3),
.pro-finderlist .child-select .tab-unit.hide6 dd:nth-of-type(4),
.pro-finderlist .child-select .tab-unit.hide6 dd:nth-of-type(5){
  display: block;
}
.pro-finderlist .child-select .c-unit {
  color: #003882;
  line-height: 1;
  display: flex;
}

.pro-finderlist .child-select .c-unit span {
  cursor: pointer;
  border: 1px solid #003882;
  padding: 5px 12px;
}

.pro-finderlist .child-select .c-unit span.cur {
  background-color: #003882;
  color: #fff;
}

.pro-finderlist li {
  border: 1px solid #E5E5E5;
  border-bottom: none;
  margin-top: 10px;
}

.pro-finderlist li h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  padding: 14px 14px 14px 30px;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}

.pro-finderlist li h4 a {
  color: #333;
}

.pro-finderlist li h4:hover a {
  color: #4173ad;
}

.pro-finderlist li h4.act .iconfont {
  transform: rotate(-180deg);
}

.pro-finderlist li .iconfont {
  transition: all 0.3s;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.6);
}

.pro-finderlist dd {
  padding: 8px 0;
}

.pro-finderlist dd.cur a {
  color: #003882;
}

.pro-finderlist dd .layui-anim.layui-icon {
  display: none;
}

.pro-finderlist dd .layui-form-radio {
  margin: 0;
}

.pro-finderlist dd .layui-form-radioed .kuang {
  border-color: #4173ad;
  background-color: #4173ad;
}

.pro-finderlist .m-finder-more, .pro-finderlist .m-finder-less {
  display: none;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 65px;
}

.pro-finderlist .m-finder-more:hover, .pro-finderlist .m-finder-less:hover {
  color: #4173ad;
}

.pro-finderlist .m-finder-more span, .pro-finderlist .m-finder-less span {
  padding-left: 18px;
}

.canvas-table {
  border: 1px solid #EDEDED;
}

.canvas-table .tab-head {
  border-bottom: 1px solid #EDEDED;
  color: #222;
  background-color: #F5F7FA;
}

.canvas-table .tab-head .t-cell {
  padding: 10px 30px;
}
.canvas-table .tab-head .t-cell.t-slot{
  display: flex;
}
.canvas-table ul {
  border-bottom: 1px solid #EDEDED;
  display: flex;
  align-items: center;
}

.canvas-table ul:nth-last-child(1) {
  border-bottom: none;
}

.canvas-table ul li {
  width: calc(100% - 220px);
  color: #555;
}
.canvas-table ul li .t-cell{
  color: #555;
  display: block;
}
.canvas-table ul li .tab-body .t-cell:hover{
  color: #003882;
}
.canvas-table ul li:nth-child(1) {
  width: 220px;
  color: #333;
  flex-shrink: 0;
}

.canvas-table .t-cell {
  padding: 20px 30px;
}

.canvas-table .t-cell a {
  transition: all 0.3s;
}

.canvas-table .t-cell a:hover {
  text-decoration: underline;
  color: #003882;
}

.canvas-table .t-slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.canvas-table .t-slot .t-search {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #D3D3D3;
  max-width: 410px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.canvas-table .t-slot .t-search input {
  height: 40px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
}

.canvas-table .t-slot .t-search input::placeholder {
  font-size: 14px;
  color: #777;
}

.canvas-table .t-slot .t-search button {
  position: absolute;
  border: none;
  background-color: transparent;
  box-shadow: none;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 60px;
}

.canvas-detail-table {
  margin: 0 0 5vw;
}

.canvas-detail-table table {
  width: 100%;
}

.canvas-detail-table table td {
  border: 1px solid #DCDEE1;
  padding: 20px 3vw;
}

.canvas-detail-table table td:nth-child(odd) {
  font-weight: bold;
  background-color: #F5F7FA;
  width: 20%;
  padding: 20px 2vw;
}

#source-formid {
  display: none;
}

.source-form .f-row {
  padding: 60px 60px 60px 40px;
  display: flex;
  flex-wrap: wrap;
}

.source-form .f-row .f-cell {
  width: 48%;
  margin-right: 4%;
}

.source-form .f-row .f-cell:nth-child(2n) {
  margin-right: 0;
}

.source-form .f-row .f-cell.w100 {
  width: 100%;
  text-align: center;
}

.source-form .f-row .f-cell.w100 .layui-form-item {
  padding-top: 20px;
  margin-bottom: 0;
}

.source-form .layui-input, .source-form .layui-select, .source-form .layui-textarea {
  border: none;
  background-color: #F7F7F7;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}

.source-form .layui-form-label {
  text-align: left;
  width: 90px;
  color: #222;
}

.source-form .layui-form-item {
  margin-bottom: 20px;
}

.source-form .layui-input-block {
  margin-left: 120px;
}

.source-form .layui-form-select .layui-edge {
  width: 12px;
  height: 8px;
  right: 20px;
}

.source-form .red {
  color: #f00;
}

.source-form .layui-btn {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  border-radius: 5px;
  min-width: 170px;
}

.source-form .pt-close {
  text-align: right;
  padding: 10px 30px 0 0;
}

.source-form .pt-close .iconfont {
  font-size: 30px;
  opacity: 0.3;
}

.Cv-info {
  margin: 5vw 0;
  line-height: 1.875;
  color: #333;
}

.layui-form-radioed .lay-skin-radio-detail {
  color: #003882;
}

.layui-form-radioed .lay-skin-radio-detail .kuang {
  background-color: #003882;
  border-color: #003882;
}

.layui-form-radioed .lay-skin-radio-detail .kuang .layui-icon {
  opacity: 1;
}

.lay-skin-radio-detail {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
}

.lay-skin-radio-detail .kuang {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DADADA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}

.lay-skin-radio-detail .kuang .layui-icon {
  font-size: 12px;
  opacity: 0;
  color: #fff;
}

/* .Cv-computed{
  display: flex;
} */
.Cv-computed .layui-form-item{
  /* display: flex; */
 
  width: 48%;
  /* margin-right: 4%; */
}
.Cv-computed .layui-form-item:nth-child(2n){
  margin-right: 0;
}
.Cv-computed .cv-w2{
  display: flex;
  flex-wrap: wrap;
}
.Cv-computed .cv-left {
  /* width: 48%;
  margin-right: 4%; */
}
.Cv-computed .cv-left > div{
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
/* .Cv-computed .cv-right {
  width: 48%;
} */
 .nocn .table-box .left-table .tool-btns a{
  font-size: 14px;
 }
.nocn .Cv-computed .layui-form-label{
  width: 160px;
}
.Cv-computed .layui-form-label {
  width: 120px;
}
.nocn  .Cv-computed .layui-input-block {
  margin-left: 175px;
}
.Cv-computed .layui-input-block {
  line-height: 60px;
  margin-left: 130px;
}

.Cv-computed .layui-input-block .f-radio {
  display: inline-block;
  margin-right: 60px;
}

.Cv-computed .layui-input-block .f-radio:nth-last-child(1) {
  margin-right: 0;
}

.Cv-computed .layui-form-label {
  line-height: 60px;
  padding: 0;
  color: #333333;
  text-align: left;
  padding-left: 0;
}

.Cv-computed .layui-form-select .layui-edge {
  right: 30px;
  opacity: 0.5;
}

.Cv-computed .layui-input {
  border: 1px solid #ECECEC;
  background-color: #F9F9F9;
  height: 60px;
}

.Cv-computed .layui-zuhe {
  display: flex;
}

.Cv-computed .layui-zuhe .layui-form-select {
  width: 40%;
}

.Cv-computed .layui-zuhe .layui-input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
}

.Cv-computed .layui-zuhe .layui-form-select .layui-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-color: transparent;
}

.Cv-computed .layui-input, .Cv-computed .layui-select, .Cv-computed .layui-textarea {
  color: #222;
  padding: 0 20px;
}

.Cv-computed .layui-input::placeholder, .Cv-computed .layui-select::placeholder, .Cv-computed .layui-textarea::placeholder {
  color: #999;
}

.Cv-computed .layui-form-item {
  margin-bottom: 40px;
}

.conent-source-Cv {
  padding: 0 0 5.5vw;
}

.conent-source-Cv .more-btn {
  text-align: center;
  padding-top: 2vw;
}

.source-search-info {
  margin: 2.5vw 0 5vw;
  line-height: 1.875;
  color: #333;
}

.source-search-info a {
  color: #003882;
}

.source-search-info h3 {
  margin-bottom: 24px;
}

.source-search-form {
  background: #FFFFFF;
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.2);
  margin: 4.5vw 0 0;
  padding: 5vw 0;
  text-align: center;
}

.source-search-form p {
  margin: 38px 0 0;
  color: #333;
}

.source-search-form .layui-form {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
}

.source-search-form .layui-form .layui-input {
  background: #FFFFFF;
  border-radius: 23px;
  border: 1px solid #A8A8A8;
  padding: 0 30px;
}

.source-search-form .layui-form .layui-input::placeholder {
  color: #555;
  font-size: 16px;
}

.source-search-form .layui-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  z-index: 2;
  background-color: transparent;
  border: none;
}

.ss-tt {
  padding: 12px 0 3vw;
  position: relative;
}

.ss-tt em {
  color: #003882;
}

.ss-tt .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searchres-table th {
  background-color: #F5F7FA;
  color: #333;
  font-weight: 500;
}

.searchres-table .layui-table td, .searchres-table .layui-table th {
  padding: 20px 2vw;
  border-right: none;
  border-left: none;
  border-color: #DCDEE1;
  font-size: 16px;
}
.searchres-table .layui-table td{
  color: #555;
}
.searchres-table .layui-table td:nth-child(1), .searchres-table .layui-table th:nth-child(1) {
  border-left: 1px solid #DCDEE1;
}

.searchres-table .layui-table td:nth-last-child(1), .searchres-table .layui-table th:nth-last-child(1) {
  border-right: 1px solid #DCDEE1;
}

.searchres-table td a {
  font-weight: bold;
}

.searchres-table td a:hover {
  color: #003882;
  text-decoration: underline;
}

.conent-source-sys {
  margin: 4.5vw 0;
  color: #333;
}

.conent-source-sys .text {
  line-height: 1.875;
}
.conent-source-sys .text li{
  list-style-type: initial;
}
.conent-source-sys .text ul{
  padding-left: 21px;
}
.conent-source-sys .text p {
  color: #555;
}
.conent-source-sys .text img{
  max-width: 100%;
  height:auto;
}
.conent-source-sys .text p a {
  color: #003882;
}

.conent-source-sys .text h6 {
  padding-bottom: 40px;
}

.conent-source-sys .text a {
  color: #003882;
}

.conent-source-sys .more-btn {
  margin: 1vw 0 2vw;
}

.conent-source-sys h4 {
  margin-bottom: 10px;
}

.conent-source-sys .imgshow {
  margin: 40px 0;
}

.conent-source-sys .imgshow ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.conent-source-sys .imgshow .imgshow img {
  width: 100%;
}

.conent-source-sys .imgshow li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.conent-source-sys .imgshow ul {
  justify-content: center;
}

.svideo-info {
  display: flex;
  margin: 0 -30px;
}

.svideo-info .v-left {
  width: 66.66%;
  box-sizing: border-box;
  padding: 0 30px;
}

.svideo-info .v-left .img-box {
  padding-bottom: 62.23404%;
}

.svideo-info .v-right {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 30px;
}

.svideo-info .v-right .img-box {
  padding-bottom: 56.13636%;
}

.svideo-info h3 {
  margin: 24px 0 0;
}

.svideo-info .v-item {
  position: relative;
  margin-bottom: 28px;
}

.svideo-info .v-item .imgshow {
  position: relative;
}

.svideo-info .v-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/play.png") no-repeat center;
  cursor: pointer;
}

.source-video-list ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.source-video-list .imgshow img {
  width: 100%;
}

.source-video-list li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}

.source-video-list .img-box {
  padding-bottom: 56.13636%;
}

.source-video-list .imgshow {
  position: relative;
}

.source-video-list .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/play.png") no-repeat center;
  cursor: pointer;
}

.source-video-list h3 {
  font-weight: 500 !important;
  color: #333;
  margin: 24px 0 0;
}

.source-video-list li {
  margin: 2.5vw 0 0;
}

.source-techlist {
  margin: 4.5vw 0 4vw;
}

.source-techlist ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.source-techlist .imgshow img {
  width: 100%;
}

.source-techlist li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.source-techlist li {
  margin-bottom: 40px;
}

.source-techlist .t-item {
  background-color: #F5F7FA;
  padding: 48px;
  box-sizing: border-box;
  height: 100%;
  display:block;
}
.source-techlist .t-item:hover{
  color: #003882;
}
.source-techlist .t-item p {
  color: #555555;
  margin: 12px 0 24px;
}

.about-info {
  display: flex;
  margin: 5vw 0 6vw;
}

.about-info .imgshow {
  width: 50%;
}

.about-info .text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 3vw;
}

.about-info .text-p {
  margin: 12px 0 32px;
  color: #555;
}
.about-info .img-box{
  padding-bottom: 56%;
}
.about-info .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56%;
}

.about-info .video-js .vjs-big-play-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background-image: url("../images/play.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.about-info .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .about-info .vjs-button > .vjs-icon-placeholder:before {
  display: none;
}

.about-numlist {
  line-height: 1;
}

.about-numlist dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.about-numlist dl dd {
  margin-bottom: 2vw;
  width: 50%;
  box-sizing: border-box;
  padding:0 20px;
  
}
.about-numlist dl dd:nth-child(odd) {
  padding-right: 10px;
}
.about-numlist p {
  margin-top: 12px;
}

.about-numlist .a-t {
  display: flex;
  align-items: flex-end;
}

.about-numlist .a-t .a-t2 {
  line-height: 1;
}

.about-numlist .a-t span {
  padding-left: 5px;
  position: relative;
  top: -8px;
}

.about-map {
  position: relative;
}

.about-map img {
  width: 100%;
}

.about-map .map-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-map .text {
  text-align: center;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

.about-map .text-p {
  margin: 24px 0 3vw;
}

.about-fac {
  background-color: #F5F7FA;
  padding: 1px 0 6vw;
}

.fac-swiper .swiper-slide {
  width: 32%;
}

.fac-swiper .swiper-slide .img-box {
  padding-bottom: 56.37681%;
}

.fac-swiper .fac-page {
  position: relative;
  padding: 5vw 0 0;
}

.fac-swiper .fac-page .swiper-pagination {
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}

.fac-swiper .fac-page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #003882;
}

.fac-swiper h3 {
  margin: 24px 0;
}

.fac-swiper p {
  color: #555;
}

.content-about-overview {
  color: #333;
}

.about-viewinfo {
  margin: 5vw 0 4vw;
}

.about-views-list .more-btn {
  text-align: center;
  margin-bottom: 6vw;
}

.about-views-list > ul > li {
  margin-bottom: 4vw;
}

.about-views-list li:nth-child(2n) .v-item {
  flex-direction: row;
}

.about-views-list li:nth-child(2n) .text {
  padding-left: 4%;
  padding-right: 0;
}

.about-views-list .v-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.about-views-list .imgshow {
  width: 50%;
}

.about-views-list .imgshow .img-box {
  padding-bottom: 55.55556%;
}

.about-views-list .text {
  box-sizing: border-box;
  width: 50%;
  padding-right: 4%;
  color: #333;
  line-height: 1.875;
}
.about-views-list .text ul{
  padding-left: 21px;
}
.about-views-list .text li{

  line-height: 1.875;
  list-style-type: square;
}
.about-views-list .text.largeline p {
  margin-top: 5px;
}

.about-views-list .text h3 {
  color: #003882;
  margin-bottom: 24px;
}

.about-views-list .text h4 {
  color: #333;
}

.about-views-list .text p {
  display: flex;
}

.about-views-list .text p label {
  flex-shrink: 0;
}

.about-views-list .text p small {
  color: #003882;
  font-size: 12px;
}

.about-map-info {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 4vw 0 3vw;
}

.about-map-info .imgshow {
  width: 64%;
}

.about-map-info .imgshow .img-box {
  padding-bottom: 47.93926%;
}

.about-map-info .text {
  width: 36%;
  box-sizing: border-box;
  padding-right: 4%;
}

.about-map-info .text h3 {
  margin-bottom: 18px;
}

.about-map-info .text .text-p {
  color: #555;
  line-height: 1.875;
}

.about-maplist ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.about-maplist .imgshow img {
  width: 100%;
}

.about-maplist li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.about-maplist .m-item {
  background-color: #F5F7FA;
  padding: 3vw;
  box-sizing: border-box;
  height: 100%;
}

.about-maplist li {
  margin-bottom: 40px;
}

.about-maplist h3 {
  margin-bottom: 24px;
}

.about-maplist h3 .icon {
  margin-right: 18px;
}

.about-maplist .text-p {
  color: #555;
  line-height: 1.875;
}

.about-maplist .text-p a {
  color: #555;
}

.about-maplist .text-p a:hover {
  color: #003882;
  text-decoration: underline;
}

.about-maplist .text-p p {
  /* padding-left: 70px; */
  position: relative;
}

.about-maplist .text-p p span a {
  text-decoration: underline;
  color: #003882;
}
.nocn .about-maplist .text-p p label{
  width: 120px;
  text-align: right;
}
.nocn .about-maplist .text-p p{
  /* padding-left: 130px; */
}
.about-maplist .text-p p label {
  display: inline-block;
  text-align: justify;
  width: 68px;
  position: absolute;
  left: 0;
  display: none;
}
.about-maplist .text-p p .icon img{
  width: 18px;
  vertical-align: text-top;
}
.about-maplist .text-p p label::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.about-maplist .text-p p .iconfont{
    margin-right: 10px;
  }
.content-about-map {
  padding: 0 0px 4vw;
}

.about-maplist .see-more {
  text-align: center;
}

.about-newslist ul {
  margin: 0 -40px;
  display: flex;
  flex-wrap: wrap;
}

.about-newslist .imgshow img {
  width: 100%;
}

.about-newslist li {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}

.about-newslist li {
  margin-bottom: 3vw;
}

.about-newslist li:nth-last-child(1), .about-newslist li:nth-last-child(2) {
  margin-bottom: 0;
}

.about-newslist .n-item {
  color: #777;
  display: flex;
  align-items: center;
}

.about-newslist .n-item .imgshow {
  width: 36%;
}

.about-newslist .n-item .text {
  width: 64%;
  box-sizing: border-box;
  padding-left: 40px;
}

.about-newslist .n-item:hover h3{
  color: #003882;
}

.about-newslist .n-item:hover img {
  transform: scale(1.05);
}

.about-newslist img {
  transition: all 0.4s;
}

.about-newslist .img-box {
  padding-bottom: 75%;
}

.about-newslist h3 {
  line-height: 36px;
  /* height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  color: #222;
}

.about-newslist p {
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display:none;
  color: #555;
}

.about-newslist .date {
  margin: 12px 0 24px;
}

.about-newstabitem {
  display: flex;
  align-items: center;
  margin: 0 0 3vw;
}

.about-newstabitem a {
  color: #222;
}

.about-newstabitem a.cur {
  color: #003882;
}

.about-newstabitem i {
  opacity: 0.1;
  width: 1px;
  height: 32px;
  background-color: #222;
  margin: 0 40px;
}

.newsdetail-tt-cont {
  max-width: 940px;
  margin: 30px auto 0;
}

/* .newsdetail-tt-cont h3 {
  padding-right: 5.4vw;
} */

.newsdetail-sub-tt {
  display: flex;
  align-items: center;
  position: relative;
  color: #555;
  margin: 2vw 0  0;
}

.newsdetail-sub-tt a {
  color: #555;
}

.newsdetail-sub-tt a:hover .iconfont {
  opacity: 1;
  color: #003882;
}

.newsdetail-sub-tt .t-back {
  position: absolute;
  right: 0;
}

.newsdetail-sub-tt > div {
  margin-right: 55px;
  display: flex;
  align-items: center;
}

.newsdetail-sub-tt > div > .iconfont {
  margin-right: 10px;
}

.newsdetail-sub-tt .n-share dl {
  display: flex;
}

.newsdetail-sub-tt .n-share .iconfont {
  font-size: 20px;
  opacity: 0.7;
}

.newsdetail-sub-tt .n-share dd {
  margin-right: 10px;
  position: relative;
  line-height: 26px;
}

.newsdetail-sub-tt .n-share dd:hover .f-child {
  opacity: 1;
  visibility: visible;
}

.newsdetail-sub-tt .n-share dd .iconfont {
  font-size: 24px;
}

.newsdetail-sub-tt .n-share dd .f-child {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.newsdetail-sub-tt .n-share dd .f-child img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.content-news-detail {
  max-width: 940px;
  margin: 4vw auto 0;
}

.content-news-detail .detail-cont img {
  max-width: 100%;
  height: auto;
}
.content-news-detail .detail-cont  table,.content-news-detail .detail-cont  video{
  max-width:100% !important;
}
.content-news-detail .detail-cont  video{
  height: auto;
}
.content-news-detail .detail-cont .text {
  color: #333;
  line-height: 2;
  padding-bottom: 3.8vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-news-detail .detail-cont .text ul{
  margin-left: 18px;
}
.content-news-detail .related-news .news-list li {
  padding: 0 20px;
}

.content-news-detail .related-news .news-list ul {
  margin: 0 -20px;
}

.content-news-detail .news-list h3 {
  /* height: 60px; */
  line-height: 30px;
  color: #222;
  margin: 18px 0;
}

.contact-topinfo {
  margin: 4vw 0 2vw;
  color: #333;
  line-height: 1.875;
}

.contact-info2 {
  display: flex;
  margin: 0 0 3vw;
  color: #333333;
}

.contact-info2 .imgshow {
  width: 43%;
}

.contact-info2 .imgshow .img-box {
  padding-bottom: 74.92063%;
}

.contact-info2 .text {
  width: 57%;
  box-sizing: border-box;
  padding-left: 3vw;
}

.contact-info2 h3 {
  line-height: 1.2;
  margin-bottom: 12px;
}

.contact-info2 .text-p {
  line-height: 2;
}

.contact-info3 {
  color: #333;
  line-height: 2;
}

.contact-info3 a {
  color: #003882;
  position: relative;
  padding-bottom: 5px;
}

.contact-info3 a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background-color: #003882;
}

.contact-info-btns {
  margin: 3.5vw 0 6vw;
}

.content-contact-join {
  margin: 5vw 0 6vw;
}

.filter-table .tab-header {
  background: #F5F7FA;
}

.filter-table .tab-header .t-td {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-transform: uppercase; */
  color: #333;
  font-weight: bold;
}

.filter-table .tab-header .t-td:nth-child(1) {
  justify-content: flex-start;
}

.filter-table .t-show {
  display: flex;
  transition: all 0.3s;
}

.filter-table .t-td {
  box-sizing: border-box;
  padding: 20px 40px;
  width: 20%;
  text-align: center;
}

.filter-table .t-td:nth-child(1) {
  text-align: left;
}

.filter-table .tab-body {
  color: #555;
}

.filter-table .tab-body .arrow .iconfont {
  display: inline-block;
  transition: all 0.4s;
}

.filter-table .tab-body .t-tr {
  border-bottom: 1px solid #EDEDED;
  transition: all 0.3s;
  cursor: pointer;
}

.filter-table .tab-body .t-tr:hover .t-td .arrow .iconfont, .filter-table .tab-body .t-tr.active .t-td .arrow .iconfont {
  transform: rotate(-180deg);
}

.filter-table .tab-body .t-tr:hover .t-td:nth-child(1), .filter-table .tab-body .t-tr.active .t-td:nth-child(1) {
  color: #003882;
  font-weight: bold;
}

.filter-table .tab-body .t-tr:hover .t-td:nth-last-child(1), .filter-table .tab-body .t-tr.active .t-td:nth-last-child(1) {
  color: #003882;
  font-weight: 500;
}

.filter-table .t-hide {
  display: none;
}

.filter-table .hide-cont {
  display: flex;
  margin: 8px 0 26px;
}

.filter-table .hide-cont .text {
  color: #222;
  padding: 0 40px;
}

.filter-table .hide-cont .text h4 {
  margin: 2vw 0 12px;
}

.filter-table .hide-cont .text h4:nth-child(1) {
  margin-top: 0;
}

.filter-table .hide-cont .text .text-p {
  color: #555;
  line-height: 2.1;
}
.filter-table .hide-cont .text .text-p ul{
  padding-left: 20px;
}
.filter-table .hide-cont .text .text-p li{
  list-style-type: initial;
}
.filter-table .hide-cont .text .text-p p a {
  position: relative;
  color: #003882;
  padding-bottom: 5px;
}

.filter-table .hide-cont .text .text-p p a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #003882;
}

.message-form {
  margin: 4vw auto 6vw;
  max-width: 690px;
}
.message-form p{
  margin-bottom: 24px;
}
.message-form h4 {
  margin-bottom: 12px;
}

.message-form h5 {
  margin-bottom: 32px;
}

.message-form .red {
  color: #E95B5B;
}

.message-form .layui-form-item {
  margin-bottom: 30px;
}

.message-form .layui-form-label {
  font-size: 16px;
  color: #333333;
  width: auto;
  padding: 0 0 8px;
}

.message-form .layui-input-block {
  margin-left: 0;
  float: left;
  width: 100%;
}

.message-form .layui-input, .message-form .layui-textarea {
  height: 60px;
  padding: 6px 18px;
  background-color: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #ECECEC;
}

.message-form .layui-input::placeholder, .message-form .layui-textarea::placeholder {
  color: #777;
  opacity: 0.5;
}

.message-form .layui-textarea {
  min-height: 180px;
}

.message-form .layui-textarea::placeholder {
  padding-top: 14px;
}

.message-form .layui-form-select .layui-edge {
  right: 30px;
}

.message-form .layui-form-select dl {
  top: 62px;
}

.message-form .layui-form-selectup dl {
  bottom: 62px;
  top: auto;
}

.message-form .more-btn {
  padding-top: 40px;
}

.layui-form-select .layui-edge {
  width: 18px;
  height: 10px;
  border: none;
  background: url("../images/arrow-down.png") no-repeat 50% 50%;
  background-size: cover;
  margin-top: -5px;
}

.content-application-detail {
  padding: 4vw 0 0;
}
.content-application-detail .text{
  color: #333;
}
.content-application {
  padding: 4vw 0 2vw;
}
.content-application .app-info{
  color:#333;
}
.inner-applist ul {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.inner-applist .imgshow img {
  width: 100%;
}

.inner-applist li {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}

.inner-applist li {
  margin-bottom: 3vw;
}

.inner-applist .a-item {
  display: flex;
  align-items: center;
}

.inner-applist .a-item:hover h3{
  color: #003882;
}
.inner-applist .a-item:hover .text{
  color: #333;
}
.inner-applist .a-item:hover img {
  transform: scale(1.05);
}

.inner-applist .a-item p {
  color: #555555;
}
.inner-applist .a-item .text-p{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.inner-applist .a-item h3 {
  margin-bottom: 12px;
}

.inner-applist .a-item .imgshow {
  width: 47.5%;
}

.inner-applist .a-item .imgshow .img-box {
  padding-bottom: 56.25%;
}

.inner-applist .a-item .imgshow img {
  transition: 0.4s;
}

.inner-applist .a-item .text {
  width: 52.5%;
  box-sizing: border-box;
  padding-left: 2vw;
}

.app-detail-menulist .wap-all {
  display: none;
}

.app-detail-menulist {
  padding-bottom: 2vw;
}

.app-detail-menulist ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.app-detail-menulist .imgshow img {
  width: 100%;
}

.app-detail-menulist li {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}

.app-detail-menulist h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 16px;
}

.app-detail-menulist dl {
  padding: 0px 0 12px;
  /* padding-left: 36px; */
  display: none;
}

.app-detail-menulist dd a {
  display: block;
  line-height: 2.2;
  color: #003882;
  transition: all 0.3s;
}

.app-detail-menulist dd a:hover {
  text-decoration: underline;
}

.app-detail-menulist li {
  margin-bottom: 3vw;
}

.app-detail-menulist .m-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.app-detail-menulist .m-block.active .m-t .iconfont {
  transform: rotate(-180deg);
}

.app-detail-menulist .m-child .m-t {
  display: flex;
  color: #333;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
}

.app-detail-menulist .m-child .m-t .iconfont {
  margin-right: 10px;
  color: #777;
  display: inline-block;
  transition: all 0.3s;
}

.app-product-grid {
  padding: 0 0 5vw;
}

.fastbuy-title {
  padding: 20px 0 36px;
}

.fastbuy-form {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 6vw;
}

.fastbuy-form .f-cell {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.fastbuy-form .f-cell:hover .f-del {
  opacity: 1;
  visibility: visible;
}

.fastbuy-form .f-cell .f-del {
  position: absolute;
  left: 100%;
  padding-left: 30px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  cursor: pointer;
}

.fastbuy-form .f-cell .f-del .layui-icon {
  font-size: 30px;
}

.fastbuy-form .f-cell .f-del:hover {
  color: #003882;
}

.fastbuy-form .f-cell .p-number {
  flex-shrink: 0;
  margin-left: 10px;
}

.fastbuy-form .layui-form .layui-input {
  height: 44px;
  line-height: 44px;
}

.fastbuy-form .cell-bt {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
  align-items: center;
}

.search-cont {
  display: flex; 
  padding-bottom: 0 !important;
}

.search-cont .content-left {
  width: 20%;
}

.search-cont .content-right {
  width: 80%;
  box-sizing: border-box;
  padding-left: 4vw;
}

.search-menulist li {
  margin-bottom: 20px;
}

.search-menulist .s-t {
  background-color: #F5F7FA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
}

.search-menulist .s-t .iconfont {
  color: #000;
}

.search-menulist .m-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.search-menulist .m-child {
  padding: 7px 30px;
}

.search-menulist .m-child dd a {
  display: flex;
  justify-content: space-between;
  color: #555555;
  padding: 7px 0;
}

.search-menulist .m-child dd a:hover {
  color: #003882;
}

.search-menulist .m-child dd.cur a {
  color: #003882;
  font-weight: 500;
}

.search-menulist .m-child dd.cur span:after, .search-menulist .m-child dd.cur .m-num:after {
  opacity: 1;
}

.search-menulist .m-child dd span, .search-menulist .m-child dd .m-num {
  position: relative;
}

.search-menulist .m-child dd span:after, .search-menulist .m-child dd .m-num:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #003882;
  transition: all 0.3s;
  opacity: 0;
}

.search-product li {
  margin-bottom: 30px;
}

.search-product li:nth-last-child(1) {
  margin-bottom: 0;
}

.search-product .p-type {
  font-weight: 500;
}

.search-product .s-item {
  display: flex;
  border: 1px solid #E0E0E0;
  align-items: center;
  padding: 20px;
}

.search-product .s-item .img-box {
  padding-bottom: 86%;
}

.search-product .s-item .imgshow {
  width: 19%;
  margin-right:24px;
}

.search-product .s-item .text {
  /* width: 80%; */
  flex:1;
  box-sizing: border-box;
  /* padding-left: 2vw; */
  color: #555;
}

.search-product .s-item .text h3 {
  color: #222;
}
.search-product .s-item .text a:hover h3{
  color: #003882;
}
.search-product .s-item .text h3 span {
  color: #555;
  font-weight: 400;
}

.search-product .s-item .text p {
  margin: 12px 0 30px;
  color: #333;
}

.search-blog li {
  margin-bottom: 30px;
}

.search-blog li:nth-last-child(1) {
  margin-bottom: 0;
}

.search-blog .p-type {
  font-weight: 500;
}

.search-blog .s-item {
  display: flex;
  border: 1px solid #E0E0E0;
  align-items: center;
}

.search-blog .s-item .img-box {
  padding-bottom: 86%;
}

.search-blog .s-item .imgshow {
  width: 22%;
}

.search-blog .s-item .text {
  width: 78%;
  box-sizing: border-box;
  padding-left: 2vw;
  color: #555;
}

.search-blog .s-item .text h3 {
  color: #222;
}

.search-blog .s-item .text h3 span {
  color: #555;
  font-weight: 400;
}

.search-blog .s-item .text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0 30px;
}

.search-source li {
  margin-bottom: 30px;
}

.search-source li:nth-last-child(1) {
  margin-bottom: 0;
}

.search-source .p-type {
  font-weight: 500;
}

.search-source .s-item {
  border: 1px solid #E0E0E0;
  padding: 2vw;
  display: block;
}

.search-source .s-item .text {
  color: #555;
}

.search-source .s-item .text h3 {
  color: #222;
}

.search-source .s-item .text h3 span {
  color: #555;
  font-weight: 400;
}

.search-source .s-item .text p {
  margin: 12px 0 30px;
}

.search-empty {
  border: 1px solid #E0E0E0;
  padding: 7vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search-empty .icon {
  margin-bottom: 3vw;
}

.search-empty .empty-cont {
  max-width: 480px;
  margin: auto;
  text-align: center;
}

.search-empty .empty-cont a {
  color: #003882;
}
.theme-modal.theme-modal2{
  margin-left:-18px !important;
  margin-top: -24px;
  
}
.theme-modal.theme-modal2 .layui-layer-title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0 16px;
}
.theme-modal {
  border-radius: 10px;
}

.theme-modal .modal-body {
  padding: 3vw 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.theme-modal .modal-body .modal-title {
  margin: 1.5vw 0 5px;
}

.theme-modal .modal-body .modal-des {
  color: #555;
}

.theme-modal .modal-body .modal-icon {
  background-color: #003882;
  color: #FFF;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
}

.theme-modal .modal-body .modal-icon.icon-error {
  background-color: rgba(0, 0, 0, 0.1);
}

.theme-modal .modal-body .modal-icon.icon-error .layui-icon {
  color: #FFF;
}

.theme-modal .modal-body .modal-icon .layui-icon {
  font-size: 50px;
  color: #F1F3F8;
}

.theme-modal .layui-layer-btn {
  text-align: center;
  padding: 1.5vw 0 2.5vw;
}

.theme-modal .layui-layer-btn0 {
  background-color: #FFF;
  min-width: 160px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #333;
  line-height: 46px;
  height: 46px;
}

.content-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8vw 0;
}

.content-error .icon img {
  max-width: 100%;
}

.content-error p {
  margin: 24px 0 54px;
}

.sitemap-title {
  margin: 0 0 2.5vw;
}

.content-sitemap {
  padding: 0 0 5vw;
}

.content-sitemap li {
  margin: 0 0 2vw;
}

.content-sitemap dl {
  display: flex;
  flex-wrap: wrap;
}

.content-sitemap dl a {
  color: #333;
  line-height: 2.5;
}

.content-sitemap dl a:hover {
  text-decoration: underline;
  color: #003882;
  font-weight: bold;
}
.nocn .content-sitemap dl dd{
  width: auto;
  margin-right: 20px;
}
.content-sitemap dl dd {
  width: 11.11%;
}

.content-yinsi {
  padding: 1px 0px 6vw;
}

.content-yinsi .text {
  line-height: 1.875;
  color: #333333;
}
.content-yinsi .text li{
  list-style-type: inherit;
}
.content-yinsi .text video,.content-yinsi .text img{
  max-width: 100%;
  height: auto;
}
.content-yinsi .text ul{
  padding-left: 20px;
}

.content-yinsi h5 {
  color: #003882;
  font-weight: bold;
  /* text-transform: capitalize; */
  margin: 2.55vw 0 5px;
}

.user-overviews {
  padding: 2vw 0 0;
  box-sizing: border-box;
  min-height: 38vw;
}

.user-overviews ul {
  display: flex;
  flex-wrap: wrap;
}

.user-overviews ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0  2.5vw;
  margin-bottom: 3.5vw;
}

.user-overviews .v-item {
  display: flex;
  color: #000;
}

.user-overviews .v-item .v-icon {
  width: 114px;
  height: 114px;
  flex-shrink: 0;
  margin-right: 8%;
  background: #FFFFFF;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-overviews .v-item .v-icon .icon-img {
  width: 50px;
  height: 50px;
}

.user-overviews .v-item .text {
  width: 74%;
}

.user-overviews .v-item .text h3 {
  margin-bottom: 12px;
}

.user-overviews dd {
  margin-bottom: 7px;
}

.user-overviews dd a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-overviews dd a:hover {
  color: #003882;
  font-weight: bold;
}

.user-overviews dd .iconfont {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.user-cont-page {
  padding: 1vw 0 6vw;
  display: flex;
}

.user-cont-page .content-left {
  width: 270px;
  margin-right: 20px;
}

.user-cont-page .content-left .user-info {
  background: #FFFFFF;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.user-cont-page .content-left .user-info .icon {
  width: 116px;
  height: 116px;
  background: #EEF2F8;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: 6px solid #FFFFFF;
  overflow: hidden;
  display: inline-block;
}

.user-cont-page .content-left .user-info .info-top {
  background: url("../images/user-left-bg.jpg") no-repeat;
  background-size: cover;
  padding: 2.5vw 0;
  color: #000;
}

.user-cont-page .content-left .user-info .info-top p {
  color: #555;
}

.user-cont-page .content-left .user-info .info-top h3 {
  margin: 24px 0 12px;
}

.user-cont-page .content-left .user-info .u-btns a {
  background-color: #FFF;
  display: block;
  color: #333;
  padding: 18px;
  text-align: center;
}

.user-cont-page .content-right {
  background: #FFFFFF;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  padding: 2.4vw;
}

.user-title {
  margin: 0 0 32px;
}

.user-form {
  margin: 0 auto;
}

.user-form .layui-form-item {
  margin-bottom: 24px;
}

.user-form .more-btn {
  padding-top: 2vw;
}

.user-form.w2 {
  width: 50%;
  margin-left: 0;
}

.user-form .layui-form-label {
  font-size: 16px;
  color: #333333;
  width: auto;
  padding: 0 0 8px;
}

.user-form .layui-edge {
  right: 18px;
  opacity: 0.5;
}

.user-form .layui-input-block {
  margin-left: 0;
  float: left;
  width: 100%;
}

.user-form .layui-input {
  padding: 0 18px;
  height: 60px;
  border: 1px solid #ECECEC;
  background-color: #F9F9F9;
}

.user-form .layui-input::placeholder {
  color: #777;
  opacity: 0.5;
}

.user-form .red {
  color: #E95B5C;
  padding-left: 5px;
}

.user-form h3 {
  margin: 60px 0 36px;
}

.user-form .layui-form-checkbox[lay-skin=primary] > div {
  color: #000;
  font-size: 16px;
}

.user-form .agree {
  margin-bottom: 38px;
}

.user-form .agree a {
  color: #003882;
}

.user-form .bot-btn {
  display: flex;
  align-items: center;
  color: #000000;
}

.user-form .bot-btn .layui-btn {
  max-width: 170px;
  margin-right: 18px;
  height: 46px;
  background: #003882;
  border-radius: 5px;
  font-size: 18px;
}

.user-form .bot-btn a {
  color: #003882;
}

.xunpan-list .x-item {
  border: 1px solid #EDEDED;
}

.xunpan-list .x-item .x-tt {
  background-color: #F5F7FA;
  color: #777777;
  padding: 8px 20px;
}

.xunpan-list .x-item .x-tt span {
  color: #333;
}

.xunpan-list .page-box {
  padding: 20px 0;
}

.xunpan-list li {
  margin-bottom: 20px;
}

.xunpan-list .x-cont {
  display: flex;
}

.xunpan-list .x-btns {
  width: 20%;
  box-sizing: border-box;
  padding: 0 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.xunpan-list .x-btns .layui-btn {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}

.xunpan-list .x-btns .layui-border-blue:hover {
  background-color: #003882;
  color: #FFF !important;
}

.xunpan-list .x-btns .layui-btn + .layui-btn {
  margin-left: 0;
  margin-top: 10px;
}

.xunpan-list .x-leftlist {
  width: 80%;
  box-sizing: border-box;
  border-right: 1px solid #EDEDED;
}

.xunpan-list .x-leftlist dd:nth-last-child(1) .xc-item {
  border-bottom: none;
}

.xunpan-list .xc-item {
  display: flex;
  align-items: center;
  color: #555;
  border-bottom: 1px solid #EDEDED;
}

.xunpan-list .xc-item .imgshow {
  width: 30%;
}

.xunpan-list .xc-item .imgshow .img-box {
  padding-bottom: 80%;
}

.xunpan-list .xc-item .text {
  width: 50%;
}
.xunpan-list .xc-item .text > a{
  color: #555;
  display: block;
}
.xunpan-list .xc-item .text h3 {
  color: #333;
}
.xunpan-list .xc-item .text > a:hover,.xunpan-list .xc-item .text > a:hover h3 {
  color: #003882;
}
.xunpan-list .xc-item .text .sub-tt {
  margin: 8px 0 24px;
}

.xunpan-list .xc-item .x-num {
  width: 20%;
  text-align: center;
}

.xunpan-list .xc-item .x-num em {
  color: #003882;
}

.xunpan-list .xc-item .x-num span {
  display: block;
}

.btn-nav {
  display: none;
}

#cokie-modal, #xunpan-modal, #xunpan-quick-modal {
  display: none;
}

#xunpan-modal .modal-close, #xunpan-quick-modal .modal-close {
  background-color: #FFF;
  color: #222;
}
#xunpan-modal .xunpan-form {display: none;}
#xunpan-modal .submit-footer {display: none;}
#xunpan-modal .xp-empty{display: none;}

#xunpan-modal.no-data .xp-empty{display: block;}
#xunpan-modal.no-data .xp-scoll{display: none;}
#xunpan-modal.no-data .checked-all{display: none;}
#xunpan-modal.no-data button.prepare-submit{display: none;}
#xunpan-modal.no-data .xp-footer{padding-left: 0;justify-content: center;}

#xunpan-modal.list-step .xunpan-form {display: block;}

#xunpan-modal.submit-step .xunpan-form {display: block;}
#xunpan-modal.submit-step .submit-footer {display: flex;}
#xunpan-modal.submit-step .cart-footer {display: none;}
#xunpan-modal.submit-step .xp-modal-list .x-check {display: none;}
#xunpan-modal.submit-step .xp-modal-list .x-action {display: none;}
#xunpan-modal.submit-step .xp-footer-center {display: flex;}

.xunpan-theme {
  /* 整个滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块hover效果 */
}

.xunpan-theme ::-webkit-scrollbar {
  width: 4px;
  /* 水平滚动条的高度、垂直滚动条的宽度 */
  height: 4px;
  /* 水平滚动条的高度 */
}

.xunpan-theme ::-webkit-scrollbar-track {
  background: #fff;
  /* 颜色和样式 */
}

.xunpan-theme ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  /* 滑块颜色 */
}

.xunpan-theme ::-webkit-scrollbar-thumb:hover {
  background: #003882;
}

.xunpan-theme .xp-title {
  padding: 0 2.9vw;
  background-color: #003882;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6vw;
  line-height: 11vh;
}
.xunpan-theme .xp-title h3 {
  color: #fff;
}

.xunpan-theme .xp-body {
  padding: 0 1.5vw 0 3vw;
  height: calc( 100% - 11vw);
}

.xunpan-theme .xp-empty {
  text-align: center;
  padding: 2vw 1.5vw 1.5vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #555;
}

.xunpan-theme .xp-scoll {
  height: 100%;
  padding-right: 1.5vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.xunpan-theme .layui-layer-wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.xunpan-theme .xp-footer {
  padding-left: 3vw;
  background-color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  height: 5vw;
  box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.1);
}

.xunpan-theme .xp-footer.xp-footer-center {
  padding-left: 0;
  justify-content: center;
}

.xunpan-theme .xp-footer .layui-form {
  flex-shrink: 0;
  width: 110px;
  text-align: center;
  margin-right: 13.5%;
}

.xunpan-theme .xp-footer .layui-form-checkbox[lay-skin=primary] > .layui-icon-indeterminate {
  background-color: #FFF !important;
}

.xp-modal-list .xp-item {
  display: flex;
  align-items: center;
  padding: 2.2vw 0 2.2vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.xp-modal-list .img-box {
  padding-bottom: 79.85075%;
}

.xp-modal-list .x-td {
  box-sizing: border-box;
  padding: 0 20px;
  height: 100%;
  min-width: 80px;
}

.xp-modal-list .x-td.x-check, .xp-modal-list .x-td.x-action {
  text-align: center;
}

.xp-modal-list .x-td.x-check {
  min-width: 18px;
  padding-right: 0;
}

.xp-modal-list .x-tt {
  flex: 1;
}
.xp-modal-list .x-right{
  display: flex;
  align-items: center;
}

.xp-modal-list .x-tt .x-cell {
  display: flex;
  align-items: center;
}

.xp-modal-list .x-tt .x-cell .imgshow {
  width: 134px;
}

.xp-modal-list .x-tt .x-cell .text {
  width: calc(100% - 134px);
  box-sizing: border-box;
  padding-left: 20px;
  color: #333333;
}

.xp-modal-list .x-tt .x-cell .text h3 {
  margin-bottom: 12px;
  font-weight: bold;
}

.xp-modal-list .x-tt .x-cell .text .sub-tt {
  color: #555;
}

.xp-modal-list .x-action {
  cursor: pointer;
}

.xp-modal-list .x-action:hover .iconfont {
  color: #003882;
}

.xp-modal-list .x-action .iconfont {
  transition: all 0.3s;
  font-size: 32px;
  color: #ccc;
}

.xp-modal-list .x-num {
  min-width: 140px;
}

.xunpan-form {
  padding: 2vw 0 0;
}

.xunpan-form .layui-form-label {
  font-size: 16px;
  color: #333333;
  width: auto;
  padding: 0 0 8px;
}

.xunpan-form .layui-edge {
  right: 18px;
  opacity: 0.5;
}

.xunpan-form .layui-input-block {
  margin-left: 0;
  float: left;
  width: 100%;
}

.xunpan-form .layui-input, .xunpan-form .layui-textarea {
  padding-left: 18px;
  padding-right: 18px;
  background-color: #f9f9f9;
  border: 1px solid #ECECEC;
}

.xunpan-form .layui-input::placeholder, .xunpan-form .layui-textarea::placeholder {
  color: #777;
}

.xunpan-form .red {
  color: #E95B5C;
  padding-left: 5px;
}

.xunpan-form h3 {
  margin: 60px 0 36px;
}

.xunpan-form .layui-form-checkbox[lay-skin=primary] > div {
  color: #000;
  font-size: 16px;
}

.xunpan-form .agree {
  margin-bottom: 38px;
}

.xunpan-form .agree a {
  color: #003882;
}

.xunpan-form .bot-btn {
  display: flex;
  align-items: center;
  color: #000000;
}

.xunpan-form .bot-btn .layui-btn {
  max-width: 170px;
  margin-right: 18px;
  height: 46px;
  background: #003882;
  border-radius: 5px;
  font-size: 18px;
}

.xunpan-form .bot-btn a {
  color: #003882;
}

.wap-close {
  display: none;
}

#prodetail-layer {
  display: none;
}

.wap-filter {
  display: none;
}

.wap-search {
  display: none;
}


.yangben-filters {
  margin: 0 0 40px;
}

.yangben-filters .layui-input-block {
  margin-left: 0;
  display: flex;
}

.yangben-filters .layui-input-block .layui-form-select {
  width: 300px;
  margin-right: 10px;
}
.yangben-filters .layui-input-block .layui-form-select .layui-edge{
  opacity: 0.5;
}
.yangben-filters .layui-input-block .layui-input {
  flex: 1;
} 
.yangben-filters .layui-input-block .layui-input::placeholder{
  font-size: 16px;
  color: #999;  
}
.yangben-table {
  color: #000;
}

.yangben-table th {
  background-color: #F5F7FA;
  color: #333;
  font-weight: 500;
}

.yangben-table .layui-table td, .yangben-table .layui-table th {
  padding: 20px 1.5vw;
  border-right: none;
  border-left: none;
  border-color: #DCDEE1;
  font-size: 16px;
}

.yangben-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  line-height: 1.875;
  color:#000;
}

.yangben-table td a {
  font-weight: bold;
}

.yangben-table td a:hover {
  color: #003882;
  text-decoration: underline;
}

.yangben-table .yb-tt {
  font-weight: bold;
}

.yangben-table .yb-time {
  color: #555;
}

.content-right .page-box {
  padding-bottom: 3vw;
}
.content-right .page-box.pad0{
  padding-bottom: 0;
}


.zhanhui-maplist ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.zhanhui-maplist .imgshow img {
  width: 100%;
}

.zhanhui-maplist li {
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.zhanhui-maplist .m-item {
  background-color: #F5F7FA;
  padding: 2.5vw;
  box-sizing: border-box;
  height: 100%;
}

.zhanhui-maplist li {
  margin-bottom: 40px;
}

.zhanhui-maplist h3 {
  margin-bottom: 24px;
}



.zhanhui-maplist .text-p {
  color: #555;
  line-height: 1.875;
}

.zhanhui-maplist .text-p a {
  color: #555;
}

.zhanhui-maplist .text-p a:hover {
  color: #003882;
  text-decoration: underline;
}

.zhanhui-maplist .text-p p {

  position: relative;
}

.zhanhui-maplist .text-p p span a {
  text-decoration: underline;
  color: #003882;
}

.zhanhui-maplist .text-p p .iconfont {
  width:18px;
  margin-right:12px;
}

.zhanhui-maplist .text-p p label::after {
  content: '';
  display: inline-block;
  width: 100%;
}


.zhanhui-maplist .see-more {
  text-align: center;
}
.content-zhanhui{
  margin: 4vw 0 0;
}
.content-zhanhui .page-box{
  padding-top:20px;
}

.nocn .banner .banner-content .text{
  max-width: 50%;
}
.news-page-box{
  padding:20px 0;
  position: relative;
}
.news-page-box a.page-button{
  display:block;
  margin:10px 0;
}
.news-page-box .a-back{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.news-page-box .a-back a{
  display: block;
  padding: 8px 24px;
  border-radius: 50px;
  color: #666;
  border: 1px solid #e1e1e1;
  transition: all 0.4s;
}
.news-page-box .a-back a:hover{
  color:#003882;
  border-color: #003882;
  text-decoration: underline;
}
.nocn .prodetail-tanchuang .pt-btns a{
    display: block;
 
}
.search_record .layui-form-select dl dt{
  font-size: 16px;
}
.content-blog,.content-about-news,.content-search{
  padding-bottom: 5vw;
}
.conent-source-canvas .page-box .laypage_main{
  padding-top: 4vw;
}
.conent-source-canvas .page-box{
  padding-bottom: 6vw;
}
.conent-source-yangben{
  padding-bottom: 6vw;
}
.conent-source-yangben .page-box .laypage_main{
  padding-top: 4vw;
}
.layui-form-checkbox>div{
  white-space: initial !important;
}
.bodynocn .source-form .f-row .f-cell{
  width: 100%;
  margin-right: 0;
}
.bodynocn .source-form .layui-form-label{
  width: 150px;
  padding-right: 0;
}
.bodynocn .source-form .layui-input-block{
  margin-left: 165px;
}
.content-about-news .news-list p{
  display: none;
}
.content-about-news .related-news{
  padding-bottom: 3vw;
}
@media screen and (max-width: 1600px) {
  .blog-filter.layui-form .layui-input::placeholder{
    font-size: 14px;
  }
  .header .h-left .logo img {
    height: 32px;
  }
  .h-search input {
    height: 36px;
  }
  .see-more .iconfont {
    font-size: 14px;
  }
  .index-prolist{
      padding: 0 40px;
  }
  .index-prolist .swiper-button-next{
      margin-right: 0;
  }
  .index-prolist .swiper-button-prev{
      margin-left: 0;
  }
  .m-width-content {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1466px) {
  .pro-finderlist .m-finder-more span, .pro-finderlist .m-finder-less span{
    font-size: 12px;
  }
  .pro-finderlist li .iconfont{
    font-size: 12px;
  }
  .searchres-table .layui-table td, .searchres-table .layui-table th {
    font-size: 14px;
  }
  .blog-filter.layui-form .layui-input::placeholder{
    font-size: 12px;
  }
  .index-relatedlist .r-item {
    background-size: auto 50%;
  }
  .more-btn .layui-btn {
    font-size: 14px;
    min-width: 140px;
    line-height: 40px;
    height: 40px;
  }
  .more-btn .layui-btn .iconfont{
    font-size: 14px;
  }
  .ipd-20, .inner-20 {
    padding: 0 20px;
  }
  .m-width-content {
    max-width: 1200px;
  }
  #menuPc a {
    /* padding: 0px 24px; */
  }
  .nav-box nav#menuPc > ul > li::before {
    margin-top: 3px;
  }
  /* .header .h-left {
    padding-bottom: 12px;
  } */
  .header .header-box {
    padding-bottom: 12px;
  }
  .about-newslist h3 {
    line-height: 28px;
    /* height: 56px; */
  }
  .about-newslist .date {
    margin: 6px 0 12px;
  }
  .news-list h3 {
    line-height: 28px;
    /* height: 56px; */
  }
  .lay-skin-radio-detail {
    font-size: 14px;
  }
  .Cv-computed .layui-input {
    height: 50px;
    line-height: 50px;
  }
  .Cv-computed .layui-input-block {
    line-height: 50px;
  }
  .Cv-computed .layui-form-label {
    line-height: 50px;
  }
  .message-form .layui-input, .message-form .layui-textarea {
    height: 50px;
  }
  .user-overviews .v-item .v-icon {
    width: 86px;
    height: 86px;
  }
  .user-overviews .v-item .v-icon .icon-img {
    width: 38px;
    height: 38px;
  }
  .user-cont-page .content-left .user-info .icon {
    width: 86px;
    height: 86px;
  }
  .p-number .layui-input {
    font-size: 16px;
  }
  .reg-form .layui-form-checkbox[lay-skin=primary] > div {
    font-size: 14px;
  }
}

@media screen and (max-width: 1366px) {
  .index-prolist .swiper-button-next {
    margin-right: 0;
  }
  .index-prolist .swiper-button-prev {
    margin-left: 0;
  }
  .index-prolist {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1000px) {
  .banner .banner-content{
    background: rgba(0, 0, 0, 0.3);
  }
  .mm-listview>li>a .iconfont{
    margin-right: 5px;
  }
  .mm-listview>li>a.h-search{
    box-sizing: border-box;
  }
  .mm-close:after{
    /* font-size: 30px; */
    width: 40px;
    height: 40px;
    color: #003882;
    content: '';
    background: url('../images/icon/close.png') no-repeat;
    background-size: 18px ;
    display: block;
  }
 
  .mm-navbar .mm-title{
    color: #003882 !important;
    font-weight: bold !important;
  }
  .mm-menu{
    width: 100% !important;
  }
  html.mm-right.mm-opening .mm-slideout{
    transform: translate(-100%,0) !important;
  }
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    position: sticky;
    background-color: #003882;
    top: 0;
  }
  #menuPc {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .wap-box .img-box {
    padding-bottom: 53.33333%;
  }
  .banner .bg-box {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .youshi-list22 li {
    width: auto;
    float: none;
  }
  .youshi-list22 li .y-item {
    min-height: auto;
  }
  .app-yanfa-grid {
    padding-bottom: 10px;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #FFF;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .header .header-box {
    padding: 20px 0;
  }
  .h-tool {
    display: none;
  }
  .h-right .hrbot {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .h-tool dl dd a span {
    display: none;
  }
  .h-tool dl dd {
    padding: 0 14px;
  }
  .h-search{
    display: block;
    width: 100% !important;
  }
  .h-search input {
    /* display: none; */
    background-color: #FFF;
  }
  /* .h-search {
    width: auto;
  }
  .h-search button {
    position: initial;
    width: auto;
  }
  .h-search button .iconfont {
    color: #fff;
  } */
  .h-right {
    display: flex;
    align-items: center;
  }
  .header .header-box {
    flex-direction: column-reverse;
  }
  .header .h-left {
    width: 100%;
    padding-bottom: 0;
  }
  .header .h-left .logo img {
    height: 24px;
  }
  .h-tool {
    margin-right: 14px;
  }
  .h-tool dl dd:nth-last-child(1) {
    padding-right: 14px;
  }
  .h-tool dl dd:nth-last-child(1):after {
    display: block;
  }
  .banner .banner-content h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .banner .banner-content .text-p {
    font-size: 14px;
  }
  .banner .banner-content .text-p p {
    line-height: 1.5;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    height: 6px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 30px;
  }
  .index-appitem dl{
    flex-wrap: wrap;
  }
  .index-appitem dl dd {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 0 10px;
  }
  /* .index-appitem dl .icon img {
    width: 55px;
    height: 55px;
  } */
  .index-appitem dl h5 {
    font-size: 14px;
  }
  .index-appswiper .a-item {
    display: block;
  }
  .index-appswiper .a-item .imgshow, .index-appswiper .a-item .text {
    width: 100%;
  }
  .index-appswiper .a-item .text {
    padding: 0;
    margin: 12px 0 0;
  }
  .index-appswiper .a-item .text h3 {
    font-size: 16px;
  }
  .news-hotgrid .text h3 {
    font-size: 16px;
  }
  .index-appswiper .a-item .text-p {
    margin: 12px 0;
  }
  .index-news-list .date {
    margin: 5px 0 12px;
  }
  .index-news-list h3 {
    display: block;
  }
  .news-hotgrid {
    display: block;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE2EC;
  }
  .news-hotgrid .imgshow, .news-hotgrid .text {
    width: 100%;
    padding: 0;
  }
  .news-hotgrid .text {
    padding-left: 0;
    margin: 12px 0 0;
  }
  .news-hotgrid .date {
    margin: 8px 0 12px;
  }
  .see-more a {
    font-size: 14px;
  }
  .index-news-list li {
    width: 100%;
    border-bottom: #DDE2EC 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index-news-list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .index-zhanhui-list ul li {
    width: 100%;
  }
  .index-zhanhui-list h3 {
    height: auto;
    line-height: 1.5;
  }
  .index-zhanhui-list .iconfont {
    font-size: 14px;
    margin-right: 5px;
  }
  .index-zhanhui-list ul li:nth-child(3n) .z-item {
    border-right: 1px solid #DDE2EC;
  }
  .index-zhanhui-list ul li:nth-child(2n) .z-item {
    border-right: none;
  }
  .footer .footer-top {
    display: block;
  }
  .footer .f-logo img {
    height: 24px;
  }
  .footer .f-logo {
    text-align: center;
  }
  .footer-share {
    justify-content: center;
    margin: 12px 0 0;
  }
  .footer .f-nav {
    padding-left: 0;
    display: none;
  }
  .footer .f-nav ul {
    display: block;
  }
  .footer .f-logo .f-img img{
    height: 28px;
  }
  .footer .f-nav ul li {
    max-width: 100%;
    width: 100%;
  }
  .footer .f-nav ul li dl {
    display: none;
  }
  .foot-copy {
    display: block;
    text-align: center;
  }
  .right-fix .f-item {
    margin: 0 10px;
    padding: 5px 0;
    text-align: center;
  }
  .right-fix .iconfont {
    font-size: 14px;
  }
  .right-fix {
    display: none;
    right: 8px;
    bottom: 40%;
  }
  .footer .f-nav ul li {
  
    margin-bottom: 12px;
  }
  .footer .f-nav ul li h3{
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer .f-nav ul li:nth-last-child(1) h3{
    border-bottom: none;
  }
  .footer .f-nav dl{
    padding-top: 12px;
  }
  .footer .f-nav dd a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
  }
  .footer .f-nav h3 {
    position: relative;
    margin-bottom: 0;
  }
  .footer .f-nav h3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #f00;
    z-index: 2;
    width: 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAATJJREFUWEft11EOgyAMBuD2JjuK3mQ7yXaTZSeZN9lu0qUJmMpQgRZiIj4uIN/+FkWEg194cB90oLZCPcGeoDYB7fzeg+dLkIgGABgQ8aH99znz3bpfRPzKeYsedIPeAMCDXq2QwbqjRM5AIroAwEfomyAFzi/N687IMEEu670VMoLjpSdEHL3h7zFDRE2QKThGxoBc6mvNJFNxUSD/6PqxCjIHtwqshczFbQKtkSW4XaAVshSXBNQiNbhkYClSi8sC7iBviDjJd6gFLhuYirTCFQH3kC5FPnDIa/H6yjnlFJ+oNx7m/CYywRUn6FdfQZrh1EBR7icfci2T8/cqLnGwY7msElncc2F/mgCDJEGe53I2RGysGdAjw2+KQwG1mOoJdmCNBLT3NN0kWkzvwVMm+AO/4L4p9+T0TQAAAABJRU5ErkJggg==") no-repeat center;
    background-size: 18px auto;
    transition: all 0.3s;
  }
  .footer .f-nav h3.act:after {
    transform: rotate(-180deg);
  }
  .inner-pro-banner .pro-cont {
    display: block;
  }
  .inner-pro-banner .pro-cont .imgshow, .inner-pro-banner .pro-cont .text {
    width: 100%;
  }
  .inner-pro-banner {
    max-height: initial;
    padding-bottom: 16px;
  }
  .inner-pro-banner .pro-cont .text {
    padding-bottom: 0px;
    padding-right: 0;
  }
  .indexpro-text {
    margin: 32px 0 0;
  }
  .pro-typelist li {
    width: 100%;
    padding: 5px 0;
  }
  .pro-typelist ul {
    margin: 0 -5px;
  }
  .pro-applist .pa-item {
    display: block;
  }
  .pro-applist .imgshow {
    width: 100%;
  }
  .pro-applist .text {
    width: 100%;
    padding-left: 0;
  }
  .pro-applist .text h3 {
    margin: 8px 0;
  }
  .pro-applist li {
    padding: 0 5px;
    margin-bottom: 12px;
  }
  .pro-applist ul {
    margin: 0 -5px;
  }
  .indexpro-app-block .indexpro-title {
    margin: 40px 0 32px;
  }
  .pro-whylist li {
    width: 100%;
    padding: 0 5px;
  }
  .pro-whylist ul {
    margin: 0 -5px;
  }
  .pro-whylist .icon {
    width: 32px;
  }
  .index-relatedlist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-relatedlist .r-item {
    padding: 20px;
  }
  .index-relatedlist .see-more {
    margin: 12px 0 0;
  }
  .procat-relatedlist li {
    width: 100%;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .procat-relatedlist .r-item {
    padding: 20px;
  }
  .procat-relatedlist .r-item .see-more {
    margin: 12px 0 0;
  }
  .related-news .news-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .indexpro-related-block, .related-news {
    overflow: hidden;
  }
 .related-news .news-list p{
  display:none;
 }
  .news-list h3 {
    height: auto;
    line-height: 1.875;
    margin: 0px 0 8px;
  }
  .procatchild-typelist li {
    padding: 0 10px;
  }
  .procatchild-typelist ul {
    margin: 0 -10px;
  }
  .procatchild-typelist .pt-item {
    display: block;
  }
  .procatchild-typelist .pt-item .imgshow {
    margin-right: 0;
    width: 100%;
  }
  .procatchild-typelist .pt-item .text {
    width: 100%;
  }
  .procatchild-typelist li {
    margin-bottom: 24px;
  }
  .catdtail-table{
    overflow-x: auto;
  }
  .catdtail-table table {
    min-width: 460px;
  }
  .catdtail-table table td {
    padding: 5px;
    font-size: 12px;
  }
  .pro-catdetail-tuijian {
    display: block;
  }
  .pro-catdetail-tuijian .more-btn {
    margin: 12px 0 0;
    text-align: center;
  }
  .pro-catdtail-block .tezheng-list .t-item:after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .prodetail-tanchuang {
    display: block;
  }
  .prodetail-tanchuang .pt-left {
    width: 100%;
    padding: 12px;
    box-sizing: border-box !important;
  }
  .prodetail-tanchuang .pt-right {
    width: 100%;
    padding: 12px;
    box-sizing: border-box !important;
    position: initial !important;
  }
  .prodis-cont {
    display: block;
  }
  .prodis-cont .prodis-swiper {
    width: 100%;
    padding-left: 0;
  }
  .prodis-cont .prodis-text {
    width: 100%;
    padding-left: 0;
  }
  .prodis-cont .prodis-swiper .left-swiper {
    width: 100%;
    position: initial;
    height: auto;
    margin: 12px 0 0;
  }
  .banner-source .pro-cont p {
    font-size: 14px;
  }
  .index-source-list li {
    padding: 0 5px;
    width: 50%;
  }
  .index-source-list ul {
    margin: 0 -5px;
  }
  .index-source-list h3 {
    margin: 12px 0;
  }
  .yangben-cont .yangben-left {
    display: none;
    width: 100%;
  }
  .yangben-cont .yangben-right {
    padding: 0;
  }
  .layui-laypage a {
    display: none;
  }
  .layui-laypage a.layui-laypage-next, .layui-laypage a.layui-laypage-prev {
    display: inline-block;
  }
  .source-yangben-list .y-item {
    padding: 24px;
  }
  .shonor-list .h-item .imgshow {
    padding: 0 10px;
  }
  .wap-filter {
    display: flex;
    margin: 12px 0;
    align-items: center;
    justify-content: flex-end;
  }
  .wap-filter span{
    padding-right: 10px;
  }
  .wap-filter .iconfont {
    font-size: 25px;
  }
  .conent-source-canvas .content-left {
    display: none;
    width: 100%;
  }
  .canvas-table .tab-head {
    display: none;
  }
  .canvas-table ul {
    display: block;
    padding: 12px;
  }
  .canvas-table ul li {
    width: 100%;
  }
  .conent-source-canvas .content-right {
    width: 100%;
    padding-left: 0;
  }
  .canvas-table .t-cell {
    padding: 6px 12px;
  }
  .wap-modal .layui-layer-content {
    padding: 20px;
  }
  .Cv-computed {
    display: block;
  }
  .Cv-computed .cv-left {
    width: 100%;
    margin-right: 0;
  }
  .Cv-computed .layui-form-item {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .Cv-computed .layui-input-block {
    margin-left: 0 !important;
    float: left;
    width: 100%;
  }
  .Cv-computed .layui-form-item-wap {
    display: none;
  }
  .Cv-computed .cv-right {
    width: 100%;
  }
  .source-search-form {
    padding: 20px;
  }
  .wap-search {
    display: none;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .wap-search .iconfont {
    font-weight: bold;
    color: #FFF;
  }
  .search-cont .content-left {
    display: none;
    width: 100%;
  }
  .search-cont .content-right {
    width: 100%;
    padding-left: 0;
  }
  .search-product .s-item {
    /* display: block; */
  }
  .search-product .s-item .imgshow {
    width:35%;
  }
  .search-product .s-item .text {
    /* width: 100%; */
    padding-left: 10px;
  }
  .search-blog .s-item {
    display: block;
    padding: 20px;
  }
  .search-blog .s-item .text {
    width: 100%;
    padding-left: 0;
  }
  .search-blog .s-item .imgshow {
    width: 50%;
  }
  .honor-tabitem i {
    padding: 0 5px;
  }
  .svideo-info {
    display: block;
  }
  .svideo-info .v-left, .svideo-info .v-right {
    width: 100%;
    box-sizing: border-box;
  }
  .svideo-info h3 {
    margin: 12px 0 24px;
  }
  .source-video-list li {
    padding: 0 10px;
    width: 50%;
  }
  .source-video-list ul {
    margin: 0 -10px;
  }
  .source-video-list h3 {
    margin: 12px 0;
  }
  .conent-source-video {
    overflow: hidden;
  }
  .source-video-list .icon {
    background-size: 24px;
  }
  .honor-tabitem {
    overflow-x: auto;
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 20px 0;
  }
  .honor-tabitem a {
    white-space: nowrap;
  }
  .source-techlist li {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
  .source-techlist .t-item {
    padding: 20px;
  }
  .about-info {
    display: block;
  }
  .about-info .imgshow, .about-info .text {
    width: 100%;
  }
  .about-info .text {
    padding-left: 0;
    margin-top: 12px;
  }
  .about-numlist .a-t span {
    top: 0;
  }
  .about-info .text-p {
    margin: 12px 0;
  }
  .about-map .map-content {
    position: initial;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 12px 0;
  }
  .about-fac {
    padding: 1px 20px;
  }
  .inner-banner .banner-crumbs {
    position: initial;
  }
  .inner-banner .crumbs-box a, .inner-banner .crumbs-box i, .inner-banner .crumbs-box {
    color: #222;
  }
  .inner-banner .crumbs-box {
    padding: 24px 0;
  }
  .inner-banner .inner-banner-content p {
    font-size: 14px;
  }
  .hot-blog li {
    padding: 0 5px;
    width: 100%;
    margin-bottom: 24px;
  }
  .hot-blog ul {
    margin: 0 -5px;
  }
  .news-list .date {
    margin-bottom: 5px;
  }
  .content-blog .blog-cont {
    display: block;
  }
  .content-blog .blog-left, .content-blog .blog-right {
    width: 100%;
  }
  .blog-filter.layui-form .layui-input {
    min-width: initial;
  }
  .blog-filter.layui-form {
    display: block;
    margin-bottom: 15px;
  }
  .blog-filter.layui-form .f-cell {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
 
  .news-alllist .n-item .imgshow {
    width: 35%;
  }
  .news-alllist .n-item{
    align-items: initial;
  }
  .about-newslist .n-item{
    align-items: initial;
  }
  .news-alllist .n-item .text {
    flex: 1;
    padding-left: 10px;
    margin:0;
  }
  .news-alllist p{
    display: none;
  }
  .news-alllist h3 {
    white-space: initial;
  }
  .news-alllist li {
    padding: 20px 0;
  }
  .related-news-park .text {
    font-size: 14px;
    padding: 10px;
  }
  .blog-contact {
    margin: 0 0 24px;
    padding: 32px;
  }
  .blog-park-info {
    display: block;
  }
  .blog-park-info .imgshow {
    width: 100%;
  }
  .blog-park-info .text {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .blog-park-info .text h3 {
    margin: 24px 0 12px;
  }
  .content-blog-park li {
    padding: 0 5px;
  }
  .content-blog-park ul {
    margin: 0 -5px;
  }
  .content-blog-park .b-item {
    display: block;
  }
  .content-blog-park .b-item .imgshow {
    width: 100%;
  }
  .content-blog-park .b-item .text {
    padding-left: 0;
    width: 100%;
    margin: 12px 0 0;
  }
  .content-blog-park li {
    margin-bottom: 20px;
  }
  .content-blog-park {
    padding: 30px 0;
  }
  .wap-tool-list {
    padding: 10px 20px;
  }
  .wap-tool-list dl {
    display: flex;
    justify-content: space-between;
  }
  .wap-tool-list a {
    color: #003882;
  }
  .wap-tool-list .iconfont {
    margin-right: 5px;
    font-size: 16px;
  }
  .contact-info2 {
    display: block;
  }
  .contact-info2 .imgshow {
    width: 100%;
  }
  .contact-info2 .text {
    width: 100%;
    padding-left: 0;
    margin: 12px 0 0;
  }
  .join-table {
    overflow-x: auto;
  }
  .join-table .filter-table {
    min-width: 800px;
  }
  .fastbuy-form .f-cell {
    display: block;
  }
  .fastbuy-form .f-cell .p-number {
    margin: 10px 0;
  }
  .fastbuy-form .f-cell .f-del {
    opacity: 1;
    visibility: visible;
    padding-left: 0;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    margin-left: 150px;
    height: auto;
  }
  .user-cont-page .content-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .user-cont-page .content-left .user-info .icon {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  .user-cont-page .content-left .user-info .info-top h3 {
    margin: 0 0 6px;
    text-align: left;
  }
  .user-cont-page .content-left .user-info {
    display: flex;
    align-items: center;
  }
  .user-cont-page .content-left .user-info .info-top {
    flex: 1;
    width: 100%;
    display: flex;
  }
  .user-cont-page {
    display: block;
  }
  .user-overviews ul li {
    width: 100%;
  }
  .user-overviews .v-item .v-icon {
    width: 66px;
    height: 66px;
  }
  .user-overviews .v-item .v-icon .icon-img {
    width: 24px;
    height: 24px;
  }
  .user-form.w2 {
    width: 100%;
  }
  .xunpan-list .x-cont {
    display: block;
  }
  .xunpan-list .x-leftlist {
    width: 100%;
  }
  .xunpan-list .x-btns {
    width: 100%;
    margin: 12px 0 0;
  }
  .xunpan-list .xc-item {
    padding: 20px 0;
  }
  .xunpan-theme .xp-title, .xunpan-theme .xp-footer {
    height: 60px;
  }
  .xunpan-theme .xp-body {
    height: calc(100% - 120px);
  }
  .xp-modal-list .xp-item {
    flex-direction: column;
  }
  .xp-modal-list .x-tt .x-cell {
    display: block;
  }
  .xp-modal-list .x-tt .x-cell .text {
    width: 100%;
    padding-left: 0;
  }
  .xp-modal-list .x-right {
    margin-top: 12px;
    width: 100%;
  }
  .xunpan-form .layui-form-label {
    font-size: 14px;
  }
  .xunpan-form {
    padding: 20px 0;
  }
  .xp-modal-list .x-td.x-check {
    text-align: left;
    width: 100%;
  }
  .xunpan-theme .xp-footer .more-btn .layui-btn {
    min-width: initial;
  }
  .xunpan-theme .xp-footer .layui-form {
    margin-right: 0;
  }
  .xunpan-theme .xp-footer .layui-form .layui-form-checkbox {
    margin-left: 0;
  }
  .inner-banner .pro-cont h3 {
    font-size: 16px;
  }
  .inner-applist li {
    padding: 0 5px;
    width: 50%;
  }
  .inner-applist .a-item {
    display: block;
  }
  .inner-applist .a-item .imgshow,.inner-applist .a-item .text{
    width: 100%;
    box-sizing: border-box;
  }
  .inner-applist .a-item .text{
    padding: 10px 0;
  }
  .inner-applist ul {
    margin: 0 -5px;
  }
  .inner-applist .a-item h3 {
    margin-bottom: 6px;
  }
  .app-detail-menulist {
    display: none;
  }
  .app-detail-menulist li {
    width: 100%;
  }
  .content-application-detail .pro-whylist li {
    width: 100%;
  }
  .about-views-list .v-item {
    display: block;
  }
  .about-views-list .imgshow, .about-views-list .text {
    width: 100%;
  }
  .about-views-list .text {
    padding-right: 0;
  }
  .about-views-list .text h3 {
    margin: 24px 0 12px;
  }
  .about-views-list li:nth-child(2n) .text {
    padding-left: 0;
  }
  .about-map-info {
    display: block;
  }
  .about-map-info .imgshow, .about-map-info .text {
    width: 100%;
  }
  .about-map-info .text {
    margin-top: 20px;
    padding-right: 0;
  }
  .about-maplist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .about-newslist {
    overflow: hidden;
  }
  .about-newslist li {
    width: 100%;
  }
  .about-newslist .n-item .text {
    padding-left: 12px;
    
  }
  .about-newslist .n-item .text p{
    display: none;
  }
  .about-newslist h3 {
    height: auto;
    line-height: 1.5;
    font-size: 14px;
  }
  .about-newslist .date {
    margin: 4px 0;
  }
  .newsdetail-sub-tt {
    display: block;
  }
  .newsdetail-sub-tt .t-back {
    margin-right: 0;
    position: relative;
    padding-top: 20px;
    display: block;
    text-align: right;
  }
  .newsdetail-tt-cont {
    margin: 0;
  }
  .shonor-list .h-item .text {
    padding: 12px 16px;
  }
  .shonor-list .h-item a {
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .content-sitemap dl dd {
    width: auto;
    margin-right: 20px;
  }
  .footer-share a .iconfont {
    font-size: 20px;
  }
  .text-layer-content.layui-layer-page {
    padding: 20px;
    
  }
  .layui-layer-content{
    /* height: 60vh; */
  }
  #layer-content1 .cont-agree{
    margin-top: 10px;
    font-size: 14px;
  }
  #layer-content1 .cont-agree .layui-btn{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .text-layer-content .layui-layer-setwin{
    top:8px;
  }
  .text-layer-content .layui-layer-title{
    margin-bottom: 10px;
    font-size: 24px;
    height: auto;
  }
  .layui-layer-page .layui-layer-content .text{
    max-height:50vh;
  }
  .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 16px;
  }
  .reg-form .layui-form-checkbox[lay-skin=primary] > div {
    font-size: 12px;
  }
  .forget-box .forget-form {
    padding: 50px 20px;
  }
  .reg-success-box {
    padding: 20px;
  }
  .inner-pro-banner .pro-cont .text p {
    font-size: 14px;
  }
  .content-error {
    padding: 0 20px;
  }
  .content-error .icon {
    padding: 0 40px;
  }
  .layui-form .layui-input::placeholder, .layui-form .layui-select::placeholder {
    font-size: 14px;
  }
  .shonor-list .h-item {
    display: block;
    border: 1px solid #EDEDED;
  }
  .shonor-list {
    border: none;
  }
  .shonor-list .h-item .imgshow {
    width: 160px;
    margin: 0 auto;
    border-right: none;
  }
  .shonor-list li {
    margin-bottom: 12px;
    border-bottom: none;
  }
  .shonor-list .h-item .imgshow .img-pic {
    margin-bottom: 12px;
  }
  .shonor-list .h-item .text {
    margin-top: 12px;
    border-top: 1px solid #EDEDED;
  }
  .canvas-detail-table table td, .canvas-detail-table table td:nth-child(odd) {
    padding: 5px;
  }
  .banner-source .pro-cont .more-btn {
    margin: 20px 0 0;
  }
  .banner-source {
    padding-bottom: 20px;
  }
  .source-form .f-row .f-cell {
    width: 100%;
    margin-right: 0;
  }
  .source-form .layui-input-block {
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .source-form .layui-form-label {
    width: auto;
    padding-left: 0;
  }
  .source-form .f-row {
    padding: 0 20px 20px;
  }
  .source-form .pt-close {
    padding-right: 20px;
  }
  .user-form .layui-input {
    height: 50px;
    line-height: 50px;
  }
  .user-form .layui-col-space30 > * {
    padding-top: 0;
    border-bottom: 0;
  }
  .fastbuy-form .layui-form .layui-input, .layui-form .layui-input, .layui-form .layui-select {
    height: 40px;
    line-height: 40px;
  }
  .ant-select-selection--single{
    height: 32px !important;
  }
  .ant-select-selection__rendered{
    height: 32px !important;
  }
  .page-box .layui-laypage a, .page-box .layui-laypage button, .page-box .layui-laypage input, .page-box .layui-laypage select, .page-box .layui-laypage span {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .demo-reg-container .layui-btn.code-btn{
    font-size: 14px;
  }
  .layui-form .layui-input-affix, .layui-form .layui-input-prefix{
    line-height: 40px;
  }
  .demo-reg-container .layui-btn{
    height: 38px;
    font-size: 14px;
  }
  .user-title {
    margin: 18px 0;
  }
  .user-cont-page .content-right {
    padding: 1px 10px;
  }
  .message-form .more-btn {
    padding: 0;
  }
  .footer-share a {
    margin: 0 15px;
  }
  .footer .f-nav dd {
    font-size: 12px;
  }
  .searchres-table {
    overflow-x: auto;
  }
  .searchres-table .layui-table {
    min-width: 1000px;
  }
  .ss-tt .slot-right {
    position: initial;
    transform: translateY(0);
    margin: 12px 0 0;
  }
  .about-views-list .text.largeline p {
    display: block;
  }
  .app-detail-menulist ul {
    margin: 0;
  }
  .app-detail-menulist li {
    padding: 0;
  }
  .indexpro-title .slot-right {
    display: none;
  }
  .app-detail-menulist .wap-all {
    display: block;
    text-align: right;
    font-weight: 500;
    color: #003882;
    padding: 0 0 12px;
  }
  .yangben-filters .layui-input-block {
    flex-direction: column;
  }
  .yangben-filters .layui-input-block .layui-form-select {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .yangben-table {
    overflow-x: auto;
  }
  .yangben-table table {
    min-width: 600px;
  }
  .yangben-filters {
    margin-bottom: 20px;
  }
  .zhanhui-maplist li{
    width:100%;
    margin-bottom:12px;
  }
  .about-maplist .text-p p{
    padding-left: 0 !important;
    margin-bottom: 10px;
  }
  .about-maplist .text-p p label{
    position: relative;
    width: auto !important;
    padding-right: 5px;
  }
 
  .about-maplist .text-p p span,  .about-maplist .text-p p a{
    display: inline;
  }
  .about-maplist .text-p p label::after{
    display: none;
  }
  .inner-banner .img-box{
    padding-bottom: 56% !important;
  }
  .pro-catdtail-block .tezheng-list dl dd{
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .prodis-cont .prodis-swiper .left-swiper .swiper-container{
    margin-bottom: 12px;
  }
  .xp-modal-list .x-td.x-action{
    width: 100%;
    text-align: left;
  }
  .xunpan-theme{
    top: 0 !important;
  }
  .prodetail-tanchuang .pt-cont{
    display: block;
  }
  .indexpro-whychoose-block .indexpro-title.t-center{
    text-align: left;
    margin: 20px 0;
  }
  .source-search-form p{
    margin: 20px 0 0;
  }
  .source-search-info{
    margin-top: 20px;
  }
  .source-search-info h3{
    margin-bottom: 14px;
  }
  .more-btn .layui-btn{
    min-width: initial;
    padding: 0 10px;line-height: 32px;
    height: 34px;
    font-size: 12px;
  }
  .more-btn .layui-btn .iconfont{
    font-size: 12px;
  }
  .conent-source-sys .text h6{
    padding-bottom: 0;
  }
  .conent-source-sys .more-btn{
    margin: 24px 0;
  }
  .hot-blog li:nth-last-child(1){
    margin-bottom: 0;
  }
  .indexpro-title{
    margin: 20px 0;
  }
  .n-share .a2a_svg{
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .newsdetail-sub-tt .n-share dd{
    margin-right: 10px;
  }
  .about-numlist dl dd{
    width: 50%;
    margin-bottom:12px;
  }
  .about-numlist dl dd:nth-child(2n){
    width: 50%;
  }
  .about-maplist h3{
    margin: 20px 0;
  }
  .xp-modal-list .x-action .iconfont{
    font-size: 24px;
  }
  .pro-typelist .pt-item{
    display: flex;
  }
  .pro-typelist .pt-item .imgshow{
    width: 35%;
  }
  .pro-typelist .pt-item .text{
    flex: 1;
    padding-left: 10px;
    text-align: left;
  }
  .pro-typelist .pt-item h3{
    margin: 0 0 5px;
  }
  .cookie-text{
    display: block;
    padding: 24px;
  }
  .cookie-text .c-btns{
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .related-news .n-item{
    display: flex;
  }
  .related-news .n-item .imgshow{
    width: 35%;
  }
  .related-news .n-item .text{
    flex: 1;
    padding-left: 10px;
  }
  .reg-form .bot-btn .layui-btn{
    font-size:14px;
    height: 40px;
    line-height: 40px;
  }
  .content-blog .news-list .n-item{
    display: flex;
  }
  .content-blog .news-list .n-item .imgshow{
    width: 35%;
  }
  .content-blog .news-list .n-item h3{
    margin-top: 0;
  }
  .content-blog .news-list .n-item .text{
    flex: 1;
    padding-left: 10px;
  }
  .content-blog .news-list .n-item p{
   display: none;
  }

  .nocn .banner .banner-content .text{
    max-width: 100%;
  }
  .news-page-box .a-back{
    position: relative;
    transform: translateY(0);
    top: 0;
    margin-top: 20px;
    text-align: center;
  }
  .news-page-box .a-back a{
    display: inline-block;
  }
 
  .laypageskin_default .laypage_curr{
    display: inline-block;
  }
  .newsdetail-sub-tt > div.n-print{
    display: none;
  }
  .footer{
    margin-top: 32px;
  }
  .filter-table .hide-cont .text{
    padding: 0 20px;
  }
  .filter-table .hide-cont{
    width: calc(100vw - 40px);
  }
  .prodis-cont .prodis-swiper .img-box.cad-img {
    text-align: center;
  }
  .prodis-cont .prodis-swiper .img-box.cad-img img{
    width: auto;
    height: 64px;
  }
  .conent-source-search{
    min-height: 50vh;
  }
  .source-search-form .layui-form .layui-input::placeholder{
    font-size: 12px;
  }
  .source-techlist ul{
    margin: 0;
  }
  .search-empty{
    min-height: 44vh;
  }
}
