@charset "utf-8";
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 992px){
	html {
		font-size: 170% !important;
	}
}
@media only screen and (min-width: 1200px){
	html {
		font-size: 187.5% !important;
	}
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   font-family: "Microsoft Yahei";
   font-size:14px;
   line-height: 1.8em;
   overflow-x:hidden;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
img{
    max-width: 100%;
}
a{
    color: #333;
}
a:hover{
	text-decoration: none;
	color: #005BCE;
}
.w1200{
	max-width: 1400px;
	margin:0 auto;
}
.w1000{
	max-width: 900px;
	margin:0 auto;
}
.center{
	text-align: center;
}
.color{
	color: #005BCE;
}
.relative{
    position: relative;
}

/*首页*/
.header{
	position: fixed;
	text-align: center;
	left:0 ;
	top:0px;
	width: 100%;
	z-index: 3;
}
.white-theme,.header2{
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    color: #000;
}
.header2{
    position: static !important;
}
.header .logo{
    float: left;
    max-width: 176px;
    margin-top:0.5rem;
}
.nav-list{
    float: right;
    margin-bottom: 0px;
}
.nav-list li{
    float: left;
}
.nav-list li{
    position: relative;
}
.nav-list li>a{
    font-size: 18px;
    color: #fff;
    padding: 0px 0.5rem;
    line-height: 96px;
}
.white-theme .nav-list li>a,.header2 .nav-list li>a{
    color: #000;
}
.nav-list li a>em{
	font-size: 12px;
	display: inline-block;
	margin-left: 3px;
	transition: all 0.35s ease 0s;
}
.down-nav{
    display:none;
    background: #fff;
    position: absolute;
    left: 0px;
    top:100%;
    width: 100%;
    border-radius: 5px;
    padding: 8px 0;
    box-shadow: 0 0 5px #ddd;
    min-width: 150px;
    z-index: 3;
}
.nav-list li:hover .down-nav{
    display: block;
}
.down-nav:before{
    display: block;
    content:'';
    margin: -18px auto 0 auto;
    width: 0; 
    height: 0;
    border-left:8px solid transparent; 
    border-right:8px solid transparent; 
    border-bottom:10px solid #fff;
    z-index:2;
}
.down-nav a{
    color: #000;
    display: block;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}
.down-nav a h4{
    font-size: 16px;
}
.down-nav a:hover{
    color: #0A3995;
}
.search{
    float: right;
    position: relative;
    margin-top:1rem;
    margin-left:5%;
}
.search input{
    line-height: 38px;
    height: 38px;
    width: 212px;
    border-radius: 20px;
}
.search-btn{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 44px;
    border-radius: 20px;
    background: #0A3995;
    line-height: 32px;
    height: 32px;
    text-align: center;
}
.search-btn svg{
    margin-top: 5px;
    width: 22px;
}
/*header*/
#swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100px !important;
  opacity: 0.5 !important;
}
#swiper1 .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1 !important;
}
.banner-box #swiper1 img{
    width: 100%;
}
.max-w-1280px{
    padding: 2rem 0;
}
.mod-title{
    margin-bottom: 1rem;
     --icon-color: #183b90;
}
.mod-title,.mod-sub-title{
    text-align: center;
}
.mod-sub-title{
    color: #999;
    font-size: 16px;
}
.mod-main-title{
    font-size: 36px;
    margin-bottom: 10px;
}
.mod-main-title:before,
.mod-main-title:after {
  content: '';
  display: inline-block;
  width: 82px;
  height: 39px;
   background-color: var(--icon-color);
  mask: url('../images/title_icon.svg') no-repeat center center/cover;
  margin: 0px 15px;
  vertical-align: middle;
}
.mod-title.white {
  --icon-color: #fff;
  color: #fff;
}
.mod-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.mod-nav-item {
  font-size: 18px;
  font-weight: 500;
  padding: 12px;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
.mod-nav-item.active {
  color: #0a3995;
  border-color: currentColor;
}
.product-box .pic{
    display: block;
    width: 100%;
    height: 450px;
    position: relative;
    background-size: cover !important;
    margin-top:1rem;
    border:1px solid  #eee;
    transition: all 0.35s ease 0s;
    overflow: hidden;
}
.product-wrap{
    position: absolute;
    left: 0px;
    bottom:0px;
    width: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0.8) 100%);
      color: #fff;
    padding: 5px 15px;
}
.product-box .pic::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 30px;
  height:30px;
  background: url('../images/right_icon.svg') no-repeat center center/cover;
  cursor: pointer;
}
.product-intro{
    display: none;
}
.product-box .pic:hover .product-intro{
    display: block;
}
.product-box .pic:hover:after{
    bottom: 25px;
}
.mod2 {
  height: 736px;
  background: url('../images/mod2_bg.jpg') no-repeat center center;
}
.more-btn {
  width: 144px;
  height: 40px;
  background: #0a3995;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 auto;
}
.more-btn a{
    color: #fff;
}
.more-btn:hover {
  opacity: 0.7;
}

/*.product-box .pic:hover{*/
/*    -webkit-transform: scale(1.1);	*/
/*	-moz-transform: scale(1.1) ;	*/
/*	-ms-transform: scale(1.1);	*/
/*	transform: scale(1.1) ;*/
/*}*/
.mod2-tag {
  padding: 2px 10px;
  background-color: #005bce;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  display: inline-block;

}

.swiper2-box {
  margin-top: 64px;
  margin-bottom: 56px;
  width: 100%;
  height: 321px;
  overflow: hidden;
}

.swiper-container2 {
  width: 3000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide2 {
  height: 321px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.6;
}
.swiper-slide2.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.mod2-card {
  padding: 43px 53px;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  text-align: left;
}

.mod2-card-title {
  position: relative;
  font-size: 24px;
  color: #000;
  padding: 16px 0;
}

.mod2-card-title:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 36px;
  top: 100%;
  left: 0;
  background-color: currentColor;
}

.mod2-card-detail--btn {
  display: block;
  width: 144px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #0a3995;
  color: #0a3995;
  cursor: pointer;
}
.mod2-card-detail--btn:hover {
  background-color: #0a3995;
  color: #fff;
}
.mod2-card-detail--btn:hover a{
   color: #fff; 
}
.swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  background: url('../images/next.svg') no-repeat center center/cover;
  transform: translate(-50%, -50%);
}

.swiper-button-prev2 {
  transform: translate(-50%, -50%) rotate(180deg);
  margin-left: -550px;
}

.swiper-button-next2 {
  margin-left: 550px;
}
#swiper3{
    overflow: hidden;
    max-height: 260px;
}
.mod3,.mod5{
    background: #fff;
}
.mod3-intro {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 16px 28px;
  width: 341px;
  height: 150px;
  font-size: 16px;
  font-weight: 500;
}

.mod3-intro__title {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}
.mod3-right .content{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    font-size: 16px;
}
.mod3-right .flex{
    display: flex;
}
.mod3-right__btn {
  --icon-bg-color: #333;
  display: flex;
  gap: 6px;
  width: 142px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 100px;
  font-size: 18px;
  cursor: pointer;
}
.mod3-right__btn a{
    color: #333;
}
.intro-icon,
.culture-icon,
.invite-icon {
  background-color: var(--icon-bg-color);
  width: 26px;
  height: 26px;
}

.intro-icon {
  mask: url('../images/intro_icon.svg') no-repeat center center;
}

.culture-icon {
  mask: url('../images/culture_icon.svg') no-repeat center center;
}

.invite-icon {
  mask: url('../images/invite_icon.svg') no-repeat center center;
}

.mod3-right__btn:hover {
  --icon-bg-color: #fff;
  opacity: 0.8;
  background-color: #0a3995;
  color: #fff;
}
.mod3-right__btn:hover a{
  color: #fff;
}
#swiper3 img{
    width: 100%;
}
.mod4 {
  padding-top: 5rem;
  background: #fff url('../images/mod4_bg.svg') no-repeat top center/100% 100%;
}
.id-new a{
    color: #000;
    background: #fff;
    padding: 13px;
    display: block;
    margin-top:0.8rem;
    border-bottom: 4px solid #fff;
}
.id-new a img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.id-new h3{
    margin-top:0px;
}
.id-new .arrow{
    color: #999;
}
.arrow-icon {
  float: right;
  display: block;
  background: url('../images/arrow_icon.svg') no-repeat center right;
  filter: grayscale(1);
  opacity: 0.5;
  margin-left: 4px;
  margin-top:5px;
  padding-right: 20px;
}
.id-new:hover .arrow-icon {
  filter: grayscale(0);
  opacity: 1;
  color: #0A3995 ;
}
.id-new:hover a{
    border-bottom: 4px solid #0A3995;
}
.id-new:hover a h3{
    color: #0A3995 ;
} 
.sevice-pic-box li{
    border:1px solid #ddd;
    text-align: center;
}
.sevice-pic-box li img{
    height: 95%;
}
/**/
.footer .flex-col{
    flex-direction: column;
}
.footer .flex-1{
   flex: 1 1 0%; 
}
.footer {
  background-color: #242a2e;
}
.footer-main {
  width: 100%;
  background: url('../images/footer_bg.png') no-repeat bottom center/100% auto;
  padding-bottom: 2rem;
}

.footer-nav {
  gap: 56px;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 34px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
}
.footer-nav a{
    color: #fff;
}
.footer-nav a:hover{
    color: #0A3995;
}
.footer-nav li {
  cursor: pointer;
}

.footer-nav li:hover {
  opacity: 0.8;
}

.footer-logo {
  width: 126px;
  height: 141px;
}

.footer-intro img {
  height: 14px;
  margin-right: 8px;
}

.footer-qrcode {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-qrcode img {
  width: 93px;
  height: 93px;
  padding: 6px;
  background-color: #fff;
}

.footer-icp {
  background-color: #000;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}

.slider-btn-group {
  border-radius: 100px;
  width: 77px;
  height: 185px;
  background-color: #3266cc;
  color: #fff;
  position: fixed;
  top: 50%;
  right: 16px;
  z-index: 999;
  display: grid;
  grid-template-rows: 114px 1fr;
  cursor: pointer;
}
.phone-btn,
.backtop-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.phone-btn {
  padding-top: 20px;
  position: relative;
}

.backtop-btn {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.phone-btn:hover .phone-btn-hover {
  display: flex;
}

.phone-btn-hover {
  display: none;
  position: absolute;
  right: 110%;
  top: 10%;
  background: url('../images/phone_hover_bg.png') no-repeat center center/100%
    100%;
  width: 328px;
  height: 114px;
  gap: 19px;
  text-align: center;
}
.w-full{
    width: 100%;
    display: block;
}
.about-left{
    background: #0A3995;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.about-left-top{
    padding: 1rem;
}
.about-left-top h4{
    margin-top:0px;
    font-size: 24px;
}
.about-left-top img{
    float: left;
    margin-right: 10px;
}
.slider-nav-list{
    background: #1659B0;
}
.slider-nav-item-icon1 {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}
.slider-nav-item:not(:first-child),.slider-nav-item2:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.slider-nav-list a{
    display: block;
    height: 70px;
    padding: 20px 15px 20px 2rem;
    color: #fff;
    font-size: 16px;
}
.slider-nav-list .active,.slider-nav-list a:hover{
    background-color: #7795c9;
}
.slider-nav-item-icon2 {
  width: 19px;
  height: 19px;
  float: right;
}
.slider-nav-list .flex-1{
    display: inline-block;
}
.about-left-bottom{
    background: url(../images/about_bg.svg) no-repeat center center;
    background-size: cover;
    padding: 1rem;
}

.about-left-bottom>div{
    float: left;
    text-align: center;
    margin-right: 10px;
}
.about-left-bottom p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}
.about-right{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.text-white{
    background: #f5f5f5;
}
.list-nav {
  height: auto;
}

.list-nav .slider-nav-item-icon2 {
  transform: rotate(90deg);
  transition: transform .5s;
}


.slider-item-children {
  display: none;
  padding-left: 20px;
}

.slider-nav-item2-title:has(+.unfold)>.slider-nav-item-icon2 {
  transform: rotate(-90deg);
}

.slider-item-children.unfold {
  display: block;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  /*border-left: 6px solid #ea5504;*/
}


.slider-nav-item2-title {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 16px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  color: inherit !important;
  z-index: 2;
}

.slider-nav-item2-title:hover::before, .slider-nav-item2-title.active::before {
  content: '';
  position: absolute;
  inset: 0;
  left: calc(0px - var(--p-left));
  background-color: #7795c9;
  /*border-left: 6px solid #ea5504;*/
  z-index: -1;
}


.slider-nav-item2-title:not(:has(+.slider-item-children)) .slider-nav-item-icon2 {
    display: none;
}

.p-item {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #333;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1rem;
}

.p-item p {
  margin: 10px;
  height: 20px;
  text-align: center;
}

.p-item:before {
  content: '';
  position: absolute;
  inset: 0;
  bottom: 40px;
  background-color:rgba(0, 0, 0, 0.4);
  display: none;
}

.p-item:after {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background: url('../images/search.svg') no-repeat center center/100% 100%;
  display: none;
}
.p-item:hover {
  background-color:#4d91f7;
  color: #fff;
}

.p-item:hover::before, .p-item:hover::after  {
  display: block;
}
.product-pagination {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 1rem 0 1rem 0;
}
.product-pagination li a{
	border:1px solid #ddd;
	border-radius:20px;
	padding:6px 15px;
	display:inline-block;
}
.product-pagination li.active a,.product-pagination li:hover a{
	border:1px solid #0a3995;
	background:#0a3995;
	color:#fff
}
.pagination-number, .pagination-input {
  display: contents;
}
.crumbs {
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 23px 0 27px;
}

.swiper-container6 {
  padding: 0 20px;
}

.product-pics {
  width: 498px;
}

.product-pic2 {
  width: 498px;
  height: 498px;
}

.product-txt {
  margin-left: 157px;
}

.product-txt-bottom {
  gap: 16px; 
  margin-top: 136px;
}

.sevice-pic-box {
  --swiper-navigation-size: 20px;
  padding: 0px 2rem;
  position: relative;
  margin: 15px 0 1rem 0;
  height:100px;
}
.big-sevice-pic {
  text-align: center;
  height: 440px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.big-sevice-pic img {
  max-height: 440px;
}
.sevice-pic li {
  cursor: pointer;
  border: 1px solid #ddd;
  overflow: hidden;
  text-align: center;
}
.sevice-pic li img {
  width: 64px;
  height: 64px;
}
.sevice-pic li.on,
.sevice-pic li:hover {
  border: 2px solid #005bce;
}
.service-info-box h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 0.5rem;
  position: relative;
}
.service-info-box h3:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #005bce;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -1px;
}

.sevice-pic li img {
  max-height: 101px;
}
.sevice-pic li:hover,
.sevice-pic li.swiper-slide-active {
  border: 2px solid #005bce;
}

.product-name2 {
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  margin-bottom: 50px;
}

.product-tag {
  font-weight: 400;
  font-size: 14px;
  color: #2283e2;
  border-radius: 4px 0px 4px 0px;
  border: 1px solid #2283e2;
  padding: 1px 9px;
  display: inline-block;
  margin-bottom: 122px;
}

.product-detail-intro {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 28px;
  background: url('../images/addr.svg') no-repeat top left/17px 17px;
}
.product-info{
    padding-top:12px;
}
.see-shop {
  width: 200px;
  height: 48px;
  background: #0a3995;
  border-radius: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.see-shop:hover {
  color: #fff;
  opacity: 0.8;
}

.call-phone {
  display: block;
  padding: 7px 12px 7px 46px; 
  font-size: 18px;
  color: #000;
  font-style: normal;
  height: 48px;
  background: url('../images/call_phone.svg') no-repeat center center/100% 100%;
}

.detail-title {
  padding: 24px 0;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
}

.detail-title::before {
  content: '';
  width: 11px;
  height: 11px;
  background: #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translateY(-50%);
}
.detail-title::after {
  content: '';
  height: 0px;
  border: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  left: 160px;
  transform: translateY(-50%);
}
.business-item img {
  width:100%;
  max-height:300px;
}
.business-item{
    background: #fff;
    display: block;
    margin-top:1rem;
    border-radius: 0px 0px 5px 5px;
}
.business-item:hover{
  background-color:#4d91f7;
  color: #fff;
}
.business-item span{
    display: block;
    padding: 5px;
}
.business-nav{
    gap: 10px;
}
.business-nav .btn-default:hover, .business-nav .btn-default.active {
  color: #fff;
  background-color:#4d91f7;
  border-color:#4d91f7;
}

.business-item-pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 300px;
}

.business-item {
  display: block;
  line-height: 2;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.business-item img {
  aspect-ratio: 16 / 9;
}

.business-item-box .box-shadow{
    box-shadow: 0px 0px 5px #ddd;
    margin-top: 1rem;
}
.business-item:hover {
  background-color:#4d91f7;
  color: #fff;
}
.business-item-box .box-shadow:hover{
  box-shadow: 0px 0px 10px #4d91f7;
}
.bd-right {
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-bottom: 1.5rem;
}

.bd-right img {
  width: 160px;
  /* height: 160px; */
  margin-right: 20px;
}
.bd-left{
    background:#fff;
    padding: 20px;
    margin-bottom: 1.5rem;
}
.bd-right .mod2-card-title {
  padding: 0;
  font-size: 18px;
  padding-top: 5px;
}

.bd-right .mod2-card-detail--btn {
  transform: scale(.8);
  transform-origin: 0 0;
}

.bd-right .mod2-card-title::before {
  display: none;
}

.bd-right-item {
  padding: 1px;
  color: #666;
  margin-top: 20px;
  background: #fff;
}
.form-box{
	padding: 1rem 0;
}
.search-form{
	max-width: 720px;
    margin: 1rem auto  1rem auto;
    width: 100%;
}
.search-form input[type="text"]{
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 50px;
    background: rgba(204,204,204,.21);
    box-shadow: none; 
    padding-left: 12px; 
    width: 75%;
}
.search-form button{
	color: #fff;
	border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    text-align: center;
    background:#005BCE;
    cursor: pointer;
}
.nav-type{
	text-align: center;
}
.nav-type a{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid #ddd;
	color: #000;
	margin: 0px 15px;
	background: #fff;
}
.nav-type a.on,.nav-type a:hover{
	color: #005BCE;
	border: 1px solid #005BCE;
}
.page{
    font-size: 0px;
    text-align: center;
    margin: 1rem 0 2rem 0;
}
.page li{
    display: inline-block;
}
.page li a,.page li span{
    font-size: 14px;
    color: #000;
    display: inline-block;
    height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    border:1px solid #E2E2E2;
    margin:5px 3px;
    background: #fff;
    border-radius: 2px;
}
.page li .current,.page li:hover a,.page li.active a{
    background: #005BCE;
    color: #fff;
    border:1px solid #005BCE;
}
.page span{
    font-size: 14px;
}
.new-info-mian{
	margin:2rem 0;
}
.new-info{
	padding: 1rem 0;
	min-height: 300px;
}
.tuijian .h4{
	background:#f5f5f5;
	color: #333;
	padding: 15px;
	border-radius: 5px;
}
.tuijian{
	margin:2rem 0;
}
.new-list li a{
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	display: block;
}
.new-list li a:hover .text-left{
    background: #005BCE;
    color: #fff;
    border: 1px solid #005BCE;
    opacity:1;
}
.new-list li:last-child a{
	border-bottom: 0;
}
.new-list li .new-pic{
	height: 180px;
	border-radius: 6px;
    border: 1px solid #f0f0f0;
    background-size: cover !important;
}
.new-box a,.new-list li a{
	color: #000;
}
.new-list li p{
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
}
.new-box a p{
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
}
.id-new-pic{
	height: 280px;
	background-size: cover !important;
	margin-bottom: 15px;
}
.text-subtitle{
	margin-top: 15px;
	display: inline-block;
	margin-right: 10px;
}
.text-subtitle em{
	background: #005BCE;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    border-radius: 5px;
    padding: 0px 8px;
    font-size: 12px;
}
.new-box a:hover h4,.new-list li a:hover h4{
    color: #005BCE;
}
.new-text{
	position: relative;
	padding-right: 2.5rem;
}
.new-text .text-left{
	color: #d1d1d1;
    border: 1px solid #d1d1d1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    transition: all .5s;
    opacity: .6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.new-list li a:hover .text-left{
    background: #005BCE;
    color: #fff;
    border: 1px solid #005BCE;
    opacity:1;
}
.new-link{
	border-top: 1px solid #eee;
	padding-top: 1rem;
}
.store-item {
  border: 1px solid #eee;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 1rem;
  background-color: #fff;
}

.store-item h3 {
  font-size: 20px;
}

.store-item p {
  display: flex;
  align-items: center;
}

.store-item img {
  height: 18px;
  margin-right: 5px;
}

.search-form {
  margin: 40px auto;
}

.store-form input, .store-form select {
  width: 10vw !important;
  height: 40px;
  margin: 0 5px;
}
.store-form{
    margin: 1.5rem 0;
}
.text-center{
    text-align: center;
}
/*banner*/
@media(min-width: 1200px) and (max-width: 1400px){
	.nav-list li>a{
	    font-size: 16px;
	}
}
@media(min-width: 1200px){
    .header .container-fluid{
		padding-left: 2%;
		padding-right: 2%;
	}
	.new-info-mian {
        border-right: 1px solid #ddd;
        padding-right: 2rem;
        margin-right: 1rem;
    }

} 
@media(max-width: 1200px){
   .search{
       display: none;
   }
}

@media(min-width: 992px) and (max-width: 1199px){
	
}
@media(min-width: 992px){

}
@media(max-width: 991px){
	
}
@media(min-width: 768px){

}
@media(max-width: 767px){
	
}

@media(min-width: 768px) and (max-width: 992px){
	
}
