ul{
	list-style: none;margin: 0;padding: 0;
}
a{
	text-decoration: none;
}
.welcome{
	background-color: #004b8e;
	line-height: 40px;
	padding: 0 10px;
}
.welcome p{
	color: #fff;
	font-size: 12px;
	margin-bottom:0
}
.navbar{
	top: 40px;
	background-color: #fff;
	position: absolute;
}
.navbar .navbar-brand{
	display: flex;
}
.logo img{
	height: 40px;
}
.navbar .navbar-brand .icon1{
	height: 40px;
	margin-left: 10px;
}
.navbar .navbar-brand .slogan{
	font-size: 14px;
	color:#004b8e;
	margin-left: 10px;
	margin-bottom: 0;
	font-weight: bold;
}
.navbar .navbar-nav li a{
	font-size: 14px;
}
.navbar .navbar-nav li a:hover{
	color: #004b8e;
}
.navbar .navbar-nav li a:active{
	color: #004b8e;
}
.navbar .navbar-nav li a:focus{
	color: #004b8e;
}
.banner{
	padding-top: 52px;
}
.banner .swiper-pagination-bullet{
	width: 35px;
	height: 3px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #004b8e;
}
.index-product{
	padding: 20px 0;
}
.index-title{
	text-align: center;
}
.index-title .cn{
	background: url(../images/icon2.png) no-repeat center;
	height: 38px;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 0;
	background-size: 60%;
}
.index-title .en{
	color: #004b8e;
	text-transform: uppercase;
	font-size: 12px;
}
.product-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-list li{
	width: 48%;
	margin-top: 20px;
	box-shadow: 0 0 5px #ccc;
}
.product-list li .img{
	height: 112px;
	overflow: hidden;
}
.product-list li .product-img{
	width: 100%;
}
.product-list li .info{
	background-color: #fff;
	padding: 13px;
	display: flex;
	justify-content: space-between;
}
.product-list li .info a.title{
	color: #333;
}
.product-list li .info a.more{
	background-color: #004b8e;
	color: #fff;
	padding: 0px 10px;
	border-radius: 5px;
}
.product-more{
	border: 1px solid #004b8e;
	color: #004b8e;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.index-about,
.index-news{
	background: url(../images/index-aboutbg.jpg);
	padding: 20px 0;
}
.index-about .index-title .cn,
.index-news .index-title .cn{
	background-image: url(../images/icon2_white.png);
	color: #fff;
}
.index-about .index-title .en,
.index-news .index-title .en{
	color: #fff;
}
.index-about .content{
	color: #fff;
}
.index-about .company-name{
	font-weight: bold;
}
.index-about .text{
	font-size: 13px;
	padding: 20px 0;
	line-height: 24px;
}
.index-about .content .more{
	width: 140px;
	height: 40px;
	background-color: #eb6100;
	color: #004b8e;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 0 20px;
}
.index-about .right{
	margin-top: 20px;
}
.index-advantage{
	padding:20px 0
}
.index-advantage .content{
	display:flex;
}
.index-advantage .content .item{
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	margin-top: 20px;
}
.index-advantage .content .item .img img{
	width:40px;
	height:40px
}
.index-advantage .content .item .info .title{
	font-size: 14px;
	font-weight: bold;
	color: #004b8e;
	margin-top: 10px;
	position: relative;
}
.index-advantage .content .item .info .title::before{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #004b8e;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -15px;
}
.index-advantage .content .item .info .text{
	font-size: 13px;
	margin-top: 30px;
	line-height: 24px;
	color: #666;
	font-size: 13px;
}
.index-news{
	padding: 20px 0;
	background: url(../images/index-news.jpg) no-repeat;
}
.index-news .content .tabs{
	display: flex;
	justify-content: space-around;
}
.index-news .content .tabs a{
	width: 140px;
	height: 35px;
	background-color: #fff;
	text-align: center;
	line-height: 35px;
	color: #333;
	text-align: center;
}
.index-news .content .tabs a.active{
	background-color: #004b8e;
	color: #fff;
}
.index-news .content .newsSwiper .news-list li{
	margin-top: 10px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-news .content .newsSwiper .news-list li .img{
	width: 100px;
	height:60px;
	overflow:hidden;
	margin-right:15px;
}
.index-news .content .newsSwiper .news-list li .info{
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.index-news .content .newsSwiper .news-list li .info .time{
	width: 130px;
	position: relative;
	text-align: center;
	margin-right: 20px;
}
.index-news .content .newsSwiper .news-list li .info .time::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #004b8e;
	position: absolute;
	right: 0;
	top: 0;
}
.index-news .content .newsSwiper .news-list li .info .time p{
	margin-bottom: 0;
}
.index-news .content .newsSwiper .news-list li .info .time .day{
	font-size: 24px;
	font-weight: bold;
}
.index-news .content .newsSwiper .news-list li .info .time .year{
	font-size: 12px;
	margin-top: 5px;
}
.index-news .content .newsSwiper .news-list li .info .title{
	flex: auto;
	line-height: 24px;
}
.index-news .content .newsSwiper .news-list li .info .title a{
	color: #fff;
}
.footer{
	background-color: #004b8e;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
.footer-info{
	margin-top: 20px;
}
.footer-info p{
	margin-bottom: 0;
	font-size: 13px;
	line-height: 24px;
}
.footer-ewm{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.footer-ewm img{
	width: 106px;
	height: 106px;
}
.footer-ewm p{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0;
}
.copyright{
	background-color: #003f78;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 10px 0;
	line-height: 24px;
}
.copyright a{
	color: #fff;
}
/* 关于我们 */
.about-banner{
	height: 200px;
	margin-top: 68px;
}
.current-location{
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0;
	color: #bbbbbb;
}
.current-location p{
	margin-bottom: 0;
}
.current-location .category{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.current-location .category a{
	display: block;
	width: 100px;
	border: 1px solid #004b8e;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #333;
}
.current-location .category a:hover,
.current-location .category a.active{
	background-color: #004b8e;
	color: #fff;
}
.current-location a{
	color: #bbbbbb;
}
.current-location a:hover{
	color: #004b8e;
}
.page-about{
	background: url(../images/icon10.jpg) no-repeat;
}
.page-about .company-name{
	color: #333333;
	position: relative;
	padding-left: 15px;
}
.page-about .company-name:before{
	content: "";
	width: 3px;
	height: 20px;
	background-color: #004b8e;
	position: absolute;
	top: 2px;
	left: 0;
}
.page-about .company-text{
	color: #666666;
	margin-top: 10px;
}
.page-about .content .text{
	color: #666;
}
.page-culture{
	background: url(../images/icon15.jpg) no-repeat center;
	padding: 20px 0;
}
.page-title{
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.page-culture .content .item{
	text-align: center;
	margin-top: 20px;
}
.page-culture .content .item .img img{
	height: 50px;
}
.page-culture .content .item .info p{
	margin-bottom: 0;
	color: #fff;
}
.page-culture .content .item .info p.text{
	font-size: 12px;
}
.page-honor{
	padding: 20px 0;
}
.page-honor .page-title{
	color: #333;
}
.page-honor .content{
	margin-top: 20px;
}
#certify {
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}
#certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after{
	display: none;
}

#certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.page-honor .content .swiper-slide img{
	width: 100%;
}
.page-contact .name{
	font-weight: bold;
}
.page-contact .text p i{
	color: #004b8e;
	margin-right: 10px;
}
.page-contact .kf{
	text-align: center;
}
.page-contact .kf img{
	width: 100px;
	height: 100px;
}
.page-contact .kf p{
	margin-top: 10px;
}
.page-product{
	padding: 0;
}
.accordion{
	margin-top: 20px;
}
.index-product .content .left .accordion-body .item{
	color: #333;
	font-size: 13px;
	margin-right: 10px;
}
.page-news .news-list .item{
	background-color: #f5f5f5;
	padding: 10px;
	margin-top: 10px;
}
.page-news .news-list .item .left .title{
	color: #333;
}
.page-news .news-list .item .left .text{
	color: #666666;
	font-size: 13px;
	margin-top: 10px;
}
/* 新闻详情 */
.news-show{
	padding: 20px 0;
}
.news-show h2 {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.news-time {
    color: #999;
    font-size: 12px;
    text-align: center;
}
.news-show-content {
    margin-top: 15px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
	color: rgb(102, 102, 102);
}
.prev-next{
	font-size: 14px;
}
.prev-next a {
    color: #333;
}
.news-show .img{
	margin: 20px 0;
	text-align: center;
}
.page-box{
	margin: 20px 0;
}
.pagination{
	justify-content: center;
}
.pagination li span,
.pagination li a {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media screen and (min-width: 768px) {
	.navbar{
		padding: 16px 0 17px 0;
	}
	.navbar-brand{
		align-items: center;
	}
	.logo img{
		height: 69px;
	}
	.navbar .navbar-brand .icon1{
		height: 52px;
		margin-left: 20px;
	}
	.navbar .navbar-brand .slogan{
		font-size: 18px;
		margin-left: 20px;
	}
	.offcanvas{
		position: unset;
		visibility: visible
	}
	.offcanvas.offcanvas-end{
		width:720px;
		border-left: 0;
		transform: none;
	}
	.offcanvas-header{
		display: none;
	}
	.offcanvas-body{
		width: 720px;
		overflow-y: unset;
	}
	.offcanvas-body .navbar-nav {
		flex-direction: row;
		justify-content: space-around!important;
	}
	.offcanvas-body .navbar-nav .nav-item{
		width: 80px;
	}
	.offcanvas-body .navbar-nav .nav-item a{
		font-size: 18px;
		color: #333;
	}
	.offcanvas-body .navbar-nav .nav-item a.active{
		font-weight: bold;
		color: #004b8e;
		position: relative;
	}
	.offcanvas-body .navbar-nav .nav-item a.active::before{
		content: "";
		width: 80px;
		height: 3px;
		background-color: #004b8e;
		position: absolute;
		left: -5px;
		bottom: -35px;
	}
	.nav-right{
		width: 325px;
		display: flex!important;
		justify-content: space-between;
		align-items: center;
	}
	.header-tel{
		background: url(../images/tel2.png) no-repeat left center;
		padding-left: 40px;
		background-size: 35px;
	}
	.header-tel p{
		margin-bottom: 0;
		font-size: 14px;
		font-weight: bold;
		color: #004b8e;
		line-height: 24px;
	}
	.banner{
		padding-top: 112px;
	}
	.banner .swiper-pagination-bullet{
		width: 75px;
	}
	.index-product{
		padding: 60px 0;
	}
	.index-title .cn{
		background-size: auto;
		font-size: 36px;
	}
	.index-title .en{
		font-size: 16px;
		margin-top: 15px;
	}
	.index-product .content{
		padding-top: 40px;
		overflow:hidden;
	}
	.index-product .content .left{
		width: 220px;
		float: left;
	}
	.index-product .content .left-title{
		background-color: #004b8e;
		color: #fff;
		font-size: 24px;
		padding: 20px 30px;
	}
	.index-product .content .left-title p{
		margin-bottom: 0;
	}
	.index-product .content .left-title .en{
		font-size: 16px;
		text-transform: uppercase;
	}
	.index-product .content .left .list{
		margin-top: 20px;
	}
	.index-product .content .left .list li{
		font-size: 14px;
		line-height: 24px;
	}
	.index-product .content .left .accordion-body .item{
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 40px;
		color: #333;
	} 
	.index-product .content .left .accordion-body .item.active{
		color: #004b8e;
	}
	.index-product .content .left .accordion{
		--bs-accordion-border-radius:unset;
		--bs-accordion-inner-border-radius:unset;
	}
	.index-product .content .left .info{
		border-left: 1px solid #dee2e6;
		border-right:1px solid #dee2e6;
		padding: 20px 15px;
		text-align: center;
		border-bottom: 2px solid #004b8e;
	}
	.index-product .content .left .info p{
		margin-bottom: 0;
	}
	.index-product .content .left .info .name{
		font-size: 20px;
		font-weight: bold;
	}
	.index-product .content .left .info .text1{
		margin-top: 5px;
	}
	.index-product .content .left .info .tel-text,
	.index-product .content .left .info .tel{
		margin-top: 20px;
	}
	.index-product .content .left .info .tel{
		color: #004b8e;
		font-weight: bold;
		background: url(../images/icon3.png) no-repeat left center;
		padding-left: 50px;
	}
	.index-product .content .right{
		float: right;
		width: 1040px;
	}
	.index-product .content .right .hot-product{
		background: #004b8e;
		height: 40px;
		position: relative;
		line-height: 40px;
	}
	.index-product .content .right .hot-img{
		height: 50px;
		position: absolute;
		top: -25px;
		left: -20px;
	}
	.index-product .content .right .hot-product .title{
		float: left;
		width: 80px;
		height: 27px;
		background-color: #fff;
		border-radius: 13px;
		line-height: 27px;
		color: #ff3500;
		margin-top: 6px;
		margin-left: 90px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 0;
	}
	.index-product .content .right .hot-product a{
		font-size: 16px;
		color: #fff;
		padding: 0 20px;
		position: relative;
	}
	.index-product .content .right .hot-product a::before{
		content: "";
		width: 1px;
		height: 20px;
		background-color: #fff;
		position: absolute;
		right: 0;
		top: 0px;
	}
	.index-product .content .right .product-list{
		overflow: hidden;
		display: block;
	}
	.index-product .content .right .product-list .item {
		float: left;
		width: 326px;
		margin-right: 30px;
		margin-top: 30px;
		position: relative;
		margin-bottom: 10px;
	}
	.index-product .content .right .product-list .item:nth-child(3n){
		margin-right: 0;
	}
	.product-list li .img{
		height: 218px;
	}
	.index-product .content .right .product-list .item:hover .icon4{
		display: block!important;
		position: absolute;
		top: 0;
	}
	.product-more{
		width: 340px;
	}
	.index-about{
		padding: 70px 0 110px 0;
	}
	.index-about .content{
		margin-top: 60px;
		overflow: hidden;
	}
	.index-about .content .left{
		width: 738px;
		float: left;
	}
	.index-about .company-name{
		font-size: 26px;
	}
	.index-about .text{
		padding: 30px 0 60px 0;
		line-height: 36px;
		font-size: 16px;
	}
	.index-about .content .more{
		margin: unset;
	}
	.index-about .right{
		float: right;
	}
	.index-about .right img{
		width: 463px;
		height: 316px;
	}
	.index-advantage{
		padding: 60px 0 120px 0;
	}
	.index-advantage .content{
		margin-top: 70px;
		display: flex;
		justify-content: space-between;
	}
	.index-advantage .content .item{
		width: 235px;
		padding: 40px 0;
	}
	.index-advantage .content .item .img img{
		width:83px;
		height:91px;
	}
	.index-advantage .content .item .info .title{
		font-size: 30px;
	}
	.index-advantage .content .item .info .text{
		font-size: 18px;
		margin-top: 40px;
	}
	.index-news{
		padding: 70px 0;
	}
	.index-news .content .tabs{
		justify-content: center;
	}
	.index-news .content .tabs a{
		margin: 0 20px;
	}
	.index-news .content .newsSwiper{
		margin-top: 60px;
	}
	.index-news .content .newsSwiper .news-list{
		display: flex;
		justify-content: space-between;
	}
	.index-news .content .newsSwiper .news-list li{
		width: 412px;
		flex-direction: column;
		justify-content: unset;
		align-items: unset;
	}
	.index-news .content .newsSwiper .news-list li .img{
		width: 412px;
		height: 309px;
		overflow: hidden;
	}
	.index-news .content .newsSwiper .news-list li .info{
		border-bottom: 1px solid #004b8e
	}
	.index-news .content .newsSwiper .news-list li .info .time .day{
		font-size: 36px;
	}
	.index-news .content .newsSwiper .news-list li .info .time .year{
		font-size: 18px;
	}
	.index-news .content .newsSwiper .news-list li .info .title a{
		font-size: 20px;
		line-height: 36px;
		color:#333
	}
	.index-news .content .newsSwiper .news-list li .more{
		color: #333;
		margin-top: 20px;
	}
	.links{
		background-color: #ebebeb;
		padding: 15px 0;
		overflow: hidden;
	}
	.links-title{
		float: left;
		font-weight: bold;
		color: #004b8e;
	}
	.links-list{
		float: left;
		overflow: hidden;
	}
	.links-list li{
		float: left;
		margin: 0 10px;
	}
	.links-list li a{
		color: #666666;
	}
	.footer{
		overflow: hidden;
		padding: 26px 0;
	}
	.footer-logo{
		float: left;
		padding-top: 18px;
		padding-bottom: 27px;
		padding-right: 100px;
		border-right: 1px solid #78a0c3;
	}
	.footer-info{
		margin-top: 0;
		float: left;
		width: 742px;
		padding: 0 70px 21px 70px;
		border-right: 1px solid #78a0c3;
		height:133px
	}
	.footer-info>div{
		overflow: hidden;
		margin-top: 20px;
	}
	.footer-info>div p{
		float: left;
		font-size: 14px;
		width: 48%;
		text-align: left;
	}
	.footer-info>div p:nth-of-type(2){
		float:right;
	}
	.footer-ewm{
		float: right;
	}
	.footer-ewm .item{
		margin: 0 10px;
	}
	.copyright br{
		display: none;
	}
	.right-fixed{
		position: fixed;
		right: 50%;
		margin-right: -750px;
		top: 50%;
		z-index: 99999;
	}
	.right-fixed .item{
		width: 76px;
		height: 76px;
		margin-bottom: 10px;
		background-color: #cccccc;
		color: #fff;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}
	.right-fixed .item p{
		margin-bottom: 0;
		color: #fff;
	}
	.right-fixed .item p.en{
		font-size: 30px;
	}
	.right-fixed .item:hover{
		background-color: #004b8e;
	}
	/* 关于我们 */
	.about-banner{
		margin-top: 112px;
		height: 300px;
	}
	.page-about .content{
		margin-top: 0;
		overflow: hidden;
	}
	.page-about .content .left{
		width: 540px;
	}
	.page-about .company-name:before{
		height:26px;
		top: 7px;
	}
	.page-about .right img{
		width: 700px;
		height: 500px;
	}
	.page-about .num-info{
		margin-top: 90px;
		display: flex!important;
		justify-content: space-between;
	}
	.page-about .num-info .item{
		display: flex;
		align-items: end;
	}
	.page-about .num-info .item .img{
		margin-right: 10px;
	}
	.page-about .num-info .item .info p{
		margin-bottom: 0;
	}
	.page-about .num-info .item .info .num1{
		font-size: 46px;
		color: #004b8e;
		font-weight: bold;
	}
	.page-about .num-info .item .info .num2{
		font-size: 30px;
		color: #004b8e;
		font-weight: bold;
	}
	.page-about .num-info .item .info .num3{
		color: #666;
	}
	.page-about .num-info .item .info .text1{
		color: #333;
	}
	.page-culture{
		padding: 90px 0;
	}
	.page-title{
		font-size: 36px;
	}
	.page-culture .content{
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.page-culture .content .item .img{
		overflow: hidden;
	}
	.page-culture .content .item .img img{
		height: 75px;
	}
	.page-culture .content .item .info{
		margin-top: 10px;
	}
	.page-culture .content .item .info .title{
		font-size: 20px;
		line-height: 36px;
	}
	.page-culture .content .item .info p.text{
		font-size: 14px;
	}
	
	/* 荣誉资质 */
	.page-honor{
		padding: 60px 0;
	}
	.page-honor .content{
		margin-top: 60px
	}
	#certify {
		position: relative;
		width: 1320px;
		margin: 0 auto;
		background: url(../images/icon16.png) no-repeat bottom;
		background-size: 100%;
		padding-bottom: 80px;
	}
	
	#certify .swiper-container {
		padding-bottom: 60px;
	}
	
	#certify  .swiper-slide {
		width: 520px;
		background: #fff;
		box-shadow: 0 8px 30px #ddd;
	}
	#certify  .swiper-slide img{
		display:block;
	}
	#certify  .swiper-slide p {
		line-height: 98px;
		padding-top: 0;
		text-align: center;
		color: #636363;
		font-size: 1.1em;
		margin: 0;
	}
	.page-contact{
		overflow: hidden;
		margin-bottom: 50px;
	}
	.page-contact .left{
		width: 500px;
		float: left;
		margin-top: 40px;
	}
	.page-contact .name{
		font-size: 30px;
	}
	.page-contact .kf{
		text-align: left;
		width: 100px;
	}
	.page-contact .kf p{
		text-align: center;
	}
	.page-contact .right{
		float: right;
		width: 740px;
	}
	.page-contact .right img{
		width: 740px;
	}
	.page-product{
		padding:0 0 30px 0 
	}
	.current-location p{
		margin-bottom: 0;
	}
	.current-location .item{
		display: flex;
		justify-content: space-between;
	}
	.current-location .category{
		margin-top: 0;
	}
	.current-location .category a{
		width: 160px;
		margin-left: 15px;
	}
	.current-location .category a:hover,
	.current-location .category a.active{
		background-color: #004b8e;
		color: #fff;
	}
	.page-news .news-list .item{
		margin-top: 30px;
		padding: 30px;
		display: flex;
	}
	.page-news .news-list .item .left{
		flex: auto;
		border-right: 1px solid #ddd;
		width: 1000px;
	}
	.page-news .news-list .item .left .title{
		font-size: 20px;
		line-height: 36px;
	}
	.page-news .news-list .item .left .text{
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
		color: #666666;
	}
	.page-news .news-list .item .right{
		width: 138px;
		text-align: center;
		display: flex!important;
		justify-content: space-around;
		align-items: center;
		padding-left: 30px;
	}
	.page-news .news-list .item .right i{
		font-size: 30px;
		color: #999;
	}
	.page-news .news-list .item .right .time p{
		margin-bottom:0;
	}
	.page-news .news-list .item .right .time .day{
		font-size: 36px;
		color: #666666;
	}
	.page-news .news-list .item .right .time .year{
		color: #999999;
		font-size: 18px;
	}
	.page-news .news-list .item:hover{
		background-color: #0162a6;
	}
	.page-news .news-list .item:hover .title,
	.page-news .news-list .item:hover  .text,
	.page-news .news-list .item:hover  .time .year,
	.page-news .news-list .item:hover  .time .day,
	.page-news .news-list .item:hover  .time p{
		color: #fff;
	}
	.page-news .news-list .item:hover i{
		color: #fff;
	}
	.news-show{
		overflow: hidden;
	}
	.news-show .left {
	    width: 935px;
	    float: left;
	}
	.news-show h2 {
	    font-weight: bold;
	    font-size: 22px;
	}
	.news-show-content {
	    font-size: 15px;
		line-height: 32px;
	}
	.news-show .right {
	    float: right;
	    width: 320px;
	    margin-top: 20px;
	}
	.news-show .right .right-title,
	.related-title{
	    font-size: 18px;
	    border-bottom: 1px solid #ccc;
	    line-height: 40px;
	    font-weight: bold;
	    position: relative;
	    padding-left: 15px;
	}
	.news-show .right .right-title::before,
	.related-title::before{
	    position: absolute;
	    left: 0;
	    top: 12px;
	    content: "";
	    width: 3px;
	    height: 18px;
	    background: #2691d0;
	}
	.news-show .right .right-list ul li {
	    margin-top: 20px;
	    overflow: hidden;
	}
	.news-show .right .right-list ul li .img {
	    width: 100px;
	    float: left;
		margin: 0;
	}
	.news-show .right .right-list ul li .info {
	    float: right;
	    width: 200px;
	}
	.news-show .right .right-list ul li .info .title {
	    font-size: 15px;
	    color: #333;
	    font-weight: normal;
	    line-height: 28px;
	}
	.page-product .news-show{
		padding: 0;
	}
	.accordion-body-index{
		height: 192px;
	}
	.accordion-item.on .accordion-button{
		background-color: #cfe2ff;
		color: #052c65;
	}
	.accordion-item.on .accordion-button::after{
		transform: rotate(180deg);
	}
	.accordion{
		margin-top: 0;
	}
}