body{
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.mainWidth{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
	flex: 1 0 auto;
}
.news-box-x{
    display: flex;
    flex-wrap: wrap;
}
.news-box-x .newstype{
    margin-right:10px;
}
.newsinfo3 img,.goodsinfoContent img{
	max-width:100% !important;
    height:auto !important;
}
.footstyle{
	background-color: #e5e5e5;
	margin: 0;
	font-size: 14px;
	text-align: center;
	padding: 30px;

}
.foot{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footstyle a,.footstyle{
	color: #999999;
}
 a:hover {
    text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
.flex{
	display:flex;
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.main-menu{
	list-style:none;
	padding:0;
}
.nav-link{
	color:#555555;
	cursor: pointer;
	font-size: 15px;
	padding:0;
}
.nav-link.on,.nav-link:hover{
	color:#e91e63;
}
.topnav{
	padding-top:10px;
	margin-bottom: 40px;
	    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, .42), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 4px 5px -2px rgba(0, 0, 0, .1);
}
.main-menu{
	margin-bottom:10px;
}
.biglogo{
	max-height:50px;
	width:auto;
}
ul.main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

ul.main-menu li {
    position: relative;
}

ul.main-menu li a {
    display: block;
    text-align: center;
    padding: 15px 30px 15px 0;
    text-decoration: none;
}

ul.sub-menu {
    display: none;
    position: absolute;
	min-width: 176px;
    z-index: 1;
    list-style-type: none;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    top: 45px;
    left: -10px;
	background-color: #ffffff;
}

ul.sub-menu li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    color:#555555;
}

ul.sub-menu li a:hover {
	color:#e91e63;

}
.sub-menu{
	padding: 0;
}
.bannerImg{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.banner{
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	display:block;
}
.swiper-container {
    width: 100%;
    height: 400px;
}
.swpLeft{
	width: 700px;
	height: 400px;
}
.swpLeft img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide{
	display: flex;
	justify-content: space-between;
}
.swpRight{
	flex: 1;
	position: relative;
}
.swiper-pagination {
    text-align: right !important;
    padding-right: 24px;
}
.swpRight{
	padding: 50px 24px 0;
}
.swpRight h1{
	color: #666;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 20px;
	height: 72px;
	overflow: hidden;
}
.swpRight h1:hover{
	color: #ff6600;
}
.swpRight .time{
	font-size: 12px;
	color: #999;
}
.swpRight .desc{
	font-size: 12px;
	color: #999;
	height: 107px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.todetail{
	font-size: 12px;
	color: #999;
	text-decoration: none;
	position: absolute;
	left: 24px;
	bottom: 30px;
}
.todetail:hover{
	color: #ff6600;
}
.indexNewsListCon{
	padding: 22px 24px;
	margin-top: 65px;
}
.type{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.typeName{
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}
.typeMore{
    font-size: 16px;
    color: #ff6600;
    text-align: right;
}
.indexNewsItem{
	margin-bottom: 8px;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
a:hover{
    color: #ff6600;
}
.indexNewsItemTit{
	max-width: calc(100% - 175px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.indexNewsItemTim{
	color: #666;
	font-weight: 600;
}
.indexmmly{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.goodsItem{
	margin-top: 30px;
	position: relative;
	padding-bottom: 75px;
	color: #3c4858;
}
.goodsItem:hover{
	color: #3c4858;
}
.goodsItem img{
	width: 100%;
	height: auto;
	box-shadow: 0 5px 15px -8px rgba(0,0,0,.24),0 8px 10px -5px rgba(0,0,0,.2),0 10px 10px -5px rgba(0,0,0,.2);
	cursor: pointer;
	transition: all .3s;
	border-radius: 8px;

}
.goodsItem img:hover{
	/*box-shadow: 0 15px 35px -15px rgba(0,0,0,.5),0 5px 25px 0 rgba(0,0,0,.12),0 10px 10px -5px rgba(0,0,0,.2);*/
	/*margin-top: -10px;*/
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0,-10px);
	transform: translate(0, -10px);
	-webkit-box-shadow: 0 15px 35px -15px rgba(0, 0, 0, .5), 0 5px 25px 0 rgba(0, 0, 0, .12), 0 10px 10px -5px rgba(0, 0, 0, .2);
	box-shadow: 0 15px 35px -15px rgba(0, 0, 0, .5), 0 5px 25px 0 rgba(0, 0, 0, .12), 0 10px 10px -5px rgba(0, 0, 0, .2);

}
.goodsList{
	display: flex;
	flex-wrap: wrap;
}
.goodsItem p{
	font-size: 18px;
	line-height: 75px;
	height: 75px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.info1 img{
	max-width: 100%;
	height: auto;
}
.info2 h1{
	font-size: 32px;
}
.info2 p,.info2 h1{
	margin-bottom: 30px;
	color: #3C4858;
	line-height: 1.618;
}
.info2 p{
	font-size: 14px;
}
.goodsinfotab{
	color: #e91e63;
	font-size: 14px;
	padding: 10px 15px;
	border-bottom: 2px solid #E91E63;
	min-width: 100px;
	display: inline-block;
	text-align: center;
}
.newsBanner{
	display: inline-block;
	width: 100%;
	aspect-ratio:470/280;
	overflow: hidden;
	border-radius: 5px;
	margin: 0;
	padding: 0;
}
.newsBanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: all .5s;
}
.newsBanner img:hover{
	transform: scale(1.1);
}
.newstype{
	font-size: 12px;
	color: #00bcd4;
	margin-bottom: 10px;
	display: block;
}
.newsList p{
	margin: 0;
	padding: 0;
}
.newstitle{
	font-size: 25px;
	color: #3C4858;
	font-weight: bold;
	transition: all .5s;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newstitle:hover{
	opacity: 0.7;
	color: #3C4858;
}
.newscontent{
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px !important;
}
.newscontent a{
	color: #23527c;
	transition: all .3s;
}
.newscontent a:hover{
	color:#e91e63;
}
.newstime{
	font-size: 14px;
	color: #000000de;
}
.newsList li{
	margin: 30px 0;
}
.newsinfo1{
	tab-size: 42px;
	color: #3C4858;
}
.newsinfo2{
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.wechat-warp{
	width: 150px;
	height: auto;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	background-color: #FFFFFF;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	text-align: center;
	border-radius: 10px;
}
.wechat-close{
	position: relative;
	top: 0;
	width: 100%;
	height: 30px;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
	right: 10px;
	text-align: right;
	color:#999999;
}
.back-top-warp{
	position: fixed;
	bottom: 170px;
	right: 40px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	cursor: pointer;
	border-radius: 100%;
}
.back-top-icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back-top-warp:hover .icon{
	stroke: #ff6600;
	fill: #ff6600;
	transition: ease .3s;
}

.pageTitle{
	font-size: 42px;
	color: #3c4858;
	margin-bottom: 15px;
}
.news p{
	font-size: 18px;
	color: #3c4858;
	line-height: 1.618;
	margin-bottom: 15px;

}
.imgstyle1{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.navigation-warp{
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navigation-warp .page-link{
	color: #e91e63;
}
.navigation-warp .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #e91e63;
	border-color: #e91e63;
}
.navigation-warp .page-link:focus{
	box-shadow: 0 0 0 .2rem rgba(233, 30, 99, .25);
}

<!--ºÄÊ±1778200687.4373Ãë-->