@charset 'utf-8';
.abinfo-txt {
    line-height: 2;
}
.abinfo-txt-title p {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
.abrenzheng-title p {
    position: relative;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    z-index: 1;
}

.abrenzheng-title p:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 360px;
    height: 60px;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.abrenzheng-title p:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fcfcfc;
}

.abrenzheng-title {
    margin: 50px 0;
}

.renzhenglist li {
    text-align: center;
    font-size: 14px;
}

.renzhenglist {
    margin-bottom: 50px;
}
.zizhi {
    margin-top: 70px;
}
.abrenzheng {
    padding: 16px 0;
    background: #fcfcfc;
    margin-top: 50px;
}
.aboutinfo-title p span {
    padding: 0 30px;
    color: #e4e4e4;
    font-size: 30px;
    height: 1em;
    vertical-align: bottom;
    margin-right: 24px;
    border-right: 1px solid #3f69bd;
    white-space: nowrap;
}

.aboutinfo-title p span:before {
    
    position: absolute;
    bottom: -9px;
    left: 0;
    background: #3f69bd;
}

.aboutinfo-title p {
    margin-bottom: 50px;
    line-height: 32px;
    font-size: 22px;
    color: #676767;
    width: 100%;
}

.list-menu-btn.active {
	transform: rotate(90deg);
}

.one-menu p span {
	transition: .5s
}

.one-menu p:hover span {}


.one-menu p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pro-img {
    margin: 20px 0;
    overflow: hidden;
}
.one-menu p span {
	cursor: pointer;
	padding: 0 5px;
	font-size: 12px;
}

.one-menu p a {
	font-size: 16px;
	/* font-weight: bold; */
}

.one-menu {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
}

.tow-menu ul li a {
	display: block;
	position: relative;
	line-height: 2;
	font-size: 14px;
	padding-left: 20px;
	color: #4d4d4d;
}
.tow-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 9px;
}
.tow-menu ul li a:hover {
    color: #00479c;
}

.tow-menu ul li a:hover:before {
    background: #00479c;
}
.tow-menu {
	transition: max-height 0.5s ease-in-out;
	/* 平滑过渡 */
	display: none;
	margin-top: 10px;
}

.product-list ul li {
	margin: 5px;
	text-align: center;
	background: #f4f4f4;
	padding: 22px 12px 30px;
	cursor: pointer;
}

.product-list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 创建三列，每列占据可用空间的等份 */
	gap: 10px;
	/* 可选，设置网格项之间的间隔 */
}

.pro-buttons {
	font-size: 12px;
	transition: .5s;
	color: #fff;
	width: 41%;
	display: block;
	margin: 0 auto;
	background: #00479c;
	padding: 5px 0;
}

.product-list ul li:hover .pro-buttons {
	background: #015cc9;
}

.product-list ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all;
}

.product-list ul li:hover img {
	transform: scale(1.2);
}

input.form-control {
	font-size: 10px;
}

section.container-fluid.product {
	margin-bottom: 200px;
	margin-top: 50px;
}

.nav-list-title p {
	font-size: 28px;
}

.nav-list-title {
	color: #fff;
    padding: 20px;
    background: #00479c;
    text-align: center;
}
.news-list .nav-list-title p {
    color: #00479c;
    padding-left: 20px;
    font-weight: bold;
    /* width: 40%; */
}

.news-list .nav-list-title {
    margin-bottom: 20px;
    border-bottom: 5px solid #00479c;
    padding: 0;
    background: none;
}
.menu {
	border: 1px solid #ddd;
	padding: 0 10px;
	padding-bottom: 20px;
	/* padding: 0 20px; */
}

button.btn.btn-default {
	position: absolute;
	top: 0;
	right: 0;
}

.form-group {
	position: relative;
}
.search {
    width: 50%;
}
.jqzoom {
   border: 1px solid #dfdfdf;
}

.imgs img {
    width: 100%;
}

.img-list {
    padding-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.jqzoom img {
    width:50%;
     
}



h1.page_title {
    margin-top: 50px;
    font-size: 28px;
}

.product-meta h3 {
    font-weight: normal;
}

.product-meta p {
    line-height: 1.8;
    margin-top: 20px;
    font-size: 14px;
    padding: 20px;
    background: #f8f8f8;
}
.img-list .item.active {
    border: 2px solid #00479c;
}

.product-meta ul li em {
    font-style: normal;
}
.product-meta ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 2;
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
	content: ' ';
}
.pro-more p {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.pro-more a {
    color: #fff;
    line-height: 50px;
    display: inline-block;
    width: 48%;
    text-align: center;
    background: #00479c;
}

.pro-more a:hover {
    background: #2058ad;
}
/* product detail */
.product-detail {
	position: relative;
	overflow: visible;
	background: #fff;
	padding: 30px;
	box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
	/* border: 1px solid #8b8b8b; */
}

.detail-tabs {
	position: relative;
	border-bottom: 2px solid #00479c;
	margin-bottom: 20px;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	font-weight: normal;
	vertical-align: top;
	line-height: 26px;
	padding: 7px 30px;
	cursor: pointer;
	margin: 0 5px 0 0;
	font-size: 16px;
	background-color: #00479c;
	border: 2px solid #00479c;
	border-bottom: 0;
	color: #fff;
	margin-bottom: -2px;
	position: relative;
}

.detail-tabs .title.current {
	background: #fff;
	border-color: #00479c;
	color: #00479c;
}

.product-detail .tab-panel-content {
	padding: 10px 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

.product-intro.row {
    margin: 0 0 30px 0;
}

.product-intro img {
    display: block;
    margin: 0 auto;
	width: 100%;
}
.product-intro .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-intro.row .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.main{
	margin-bottom: 50px;
	overflow: hidden;
}


/* newslist */

.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 35px 20px;
}

.blog-item:nth-child(2n+1) {
	background: #f9f9f9;
}

.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
}

.blog-item:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #00479c;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.blog-item:hover:after {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.blog-item .item-img,
.blog-item .item-img img {
	border-radius: 5px;
}

.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 200px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	margin: 0 20px 0 0;
	float: left;
}

.blog-item .item-img img {
	position: relative;
	width: 100%;
}

.blog-item .item-info .item-title {
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
}

.blog-item .item-info time {
	display: block;
	font-size: 16px;
	margin: 8px 0;
	color: #666;
}

.blog-item .item-info .item-detail {
	color: #666;
}

.blog-item .item-info .item-more {
	margin: 20px 0 0;
	float: right;
}

.blog-item .item-info .item-more {
	display: inline-block;
	padding: .2em .8em;
	line-height: 1.8;
	color: #00479c;
	position: relative;
	text-transform: uppercase;
}

.blog-item .item-info .item-more:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #00479c;
	position: absolute;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-item .item-info .item-more:before {
	left: 0;
	top: 0;
}

.blog-item .item-info .item-more:after {
	right: 0;
	bottom: 0;
}

.blog-item .item-info .item-more:hover:before,
.blog-item .item-info .item-more:hover:after {
	width: 0;
	opacity: 0;
}

.blog-item .item-info .item-more:hover {
	background-color: #e60011;
	color: #fff;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
li.blog-item .item-detail {
    font-size: 14px;
}


h1.newtitle {
    font-size: 18px;
    text-align: center;
    line-height: 2;
}
p.newtim {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #575757;
}

button.btn.btn-default {
    position: unset;
}
.con-title p {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.con-list ul li {
    line-height: 3;
}
.pronav-title p {
    font-size: 26px;
}
@media (max-width: 1024px) {

	.product-list ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.pronav-list {
		display: none;
	}
	.search {
	    width: 100%;
	}
	/*blog*/
		.blog-item {
			padding: 30px 5px;
		}
	
		.blog-item .item-img {
			width: auto;
			max-width: 100%;
			float: none;
			margin: 0 auto;
			border: 1px solid #ddd;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
	
		.blog-item .item-info .item-title {
			line-height: 1.2;
			font-weight: normal;
		}
	
		.blog-item .item-info {
			padding-top: 15px;
		}
	
		.blog-item .item-info .item-title {
			height: auto;
			font-size: 22px;
		}
	
		.blog-item .item-info .item-detail {
			max-height: 9em;
			line-height: 1.5em;
			overflow: hidden;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 6;
			-webkit-box-orient: vertical;
		}
	
		.blog-item .item-info .item-more {
			float: none;
		}
	
		.blog-item .item-info time {
			font-size: 14px;
			color: #888;
		}
}
.product-meta li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 12px;
}
p.newtim span {
    padding-left: 30px;
}
.caseinnerimg img {
    width: 100%;
}

.caseinnerimg {
    margin-bottom: 20px;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.08);
    background: #f9f9f9;
    padding: 20px;
}

.caseinnerimg .swiper-container {
      width: 100%;
      height: 100%;
    }
  .caseinnerimg .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.caseinnerimg .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}


/* 分页样式 */
.paging {margin: 32px 0;font-size: 14px;}
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #8667F7; color: #8667F7; }