/*! 官网通用页头 start*/
@import url("top_nav.css");
/*! 官网通用页尾 start*/
@import url("foot_wrap.css");

.content{
	background-color: #f8f8f7;
}
.content header{
	position: relative;
	    background: #333333;
}
.content .nav_Box .item li a{
	color: #aaa;
}

.main {
	display: block;
	padding: 3% 2%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}

.main_01a {
	/* border-bottom: 1px solid #ccc; */
	/* padding-bottom: 3%; */
	margin-right: 3%;
	width: 300px;
	max-width: 300px;
}
.main_01b{
	width: 100%;
}

.main_01a ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.main_01a ul li {
	width: 100%;
	/* padding: 1% 5%; */
	/* background-color: #ffffff; */
	/* border-radius: 2em; */
	margin-bottom: 1px;
	border-bottom: 1px solid rgb(102 102 102 / 10%);
	/* box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .11); */
	text-align: center;
}

.main_01a ul li.active,
.main_01a ul li:hover {
	background-color: #3956a4;
	/* border: 1px solid rgba(0, 0, 0, 0); */
}

.main_01a ul li.active a,
.main_01a ul li:hover a {
	color: #fff;
}

.main_01a ul li a {
	color: #000;
	font-size: 24px;
	line-height: 85px;
	text-align: center;
	width: 100%;
}
.title_text{
	margin-bottom: 5%;
	border-bottom: 5px solid #3956a4;
	padding-bottom: 5%;
}
.title_text dd{
	display: none;
}
.title_text .active{
	display: block;
}
.title_text  dd h1{
	font-size: 36px;
	color: #3956a4;
	font-family: Impact;
}
.title_text  dd h2{
	font-size:24px;
	color: #3956a4;
	font-weight: 500;
}

.page_muen_nav{
	display: flex;
	padding: 1.5% 1.5%;
	background-color: #f5f5f5;
	align-items: center;
}
.page_muen_nav .ab{
	margin-right: 2%;
	display: flex;
	align-items: center;
}
.page_muen_nav a{
	color: #666;
	font-size: 16px;
}
.page_muen_nav a.active{
	color: #000;
}
/*******关于我们*******/
.text {

}
.mainCentent{
	margin-top: 5%;
	margin-bottom: 10%;
}

/******新闻******/
.news {}

.newslist ul {
	display: flex;
	flex-wrap: wrap;
}
.news ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news ul li{width: auto;max-width: calc(100%/3 - 20px);position: relative;box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);}
.news ul li a{
	position: relative;
	z-index: 9;
}
.news ul li .slide_box{color: #fff;padding: 20px;}
.news ul li .slide_box .focus-img{position: relative;font-size: 0;}
.news ul li .slide_box .focus-img span{position: absolute;top: 5px;left: -15px;font-size: 16px; width: auto;height: auto;padding: 5px 10px;background-color: #3956a4;}
.news ul li .slide_box .focus-img img {
	width: 100%;
	height: 100%;
	max-height: 180px;
	font-size: 0;
}
.news ul li .slide_box .focus-text{}
.news ul li .slide_box .focus-text h1{
    color: #3956a4;
    font-size: 20px;
    line-height: 2em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news ul li .slide_box .focus-text p{
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    margin-top: 10px;
    -webkit-line-clamp: 2;
}
.news ul li::after{
	content: "";
	width: 100%;
	height: 0px;
	background-color: #eee;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	position: absolute;
	bottom: 0;
}
.news ul li:hover::after{
	height: 70%;
	z-index: 1;
}

.news ul li:hover .slide_box .focus-text h1{
	color: #3754a4;
}
.news ul li:hover .slide_box .focus-text p{
	color: #3e3e3e;
}


/******产品******/
.prc_list {}

.prc_list ul {
	display: flex;
	flex-wrap: wrap;
}

.prc_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prc_list ul li {
	position: relative;
	font-size: 0;
	max-width: calc((100% - 10px)/2);
	margin-bottom: 10px;

}

.prc_list ul li .slide_box {
	/* max-height: 400px; */
	overflow: hidden;
}

.prc_list ul li .slide_box img {
	width: 100%;
	height: 100%;
	max-height: 350px;
	font-size: 0;
}

.prc_list ul li .focus-text {
	width: 100%;
	/* height: 100%; */
	position: absolute;
	bottom: 0;
	/* left: 50%; */
	background-color: rgb(0 0 0 / 50%);
	display: flex;
	/* align-items: center; */
	justify-content: center;
	text-align: center;
	transition: all .5s ease;
	/* transform: translate(-50%, -50%); */
	/* border: 1px solid #fff; */
	/* padding: 5%; */
}


.prc_list ul li .focus-text h1 {
	margin: 20px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.prc_list ul li .focus-text i {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	font-family: fangsong;
}

.prc_list ul li:hover .focus-text {
	background-color: rgb(0 0 0 / 80%);
}

.itemBox3_02b .commslist {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	--swiper-theme-color: #6c807e;
	--swiper-pagination-color: #ffffff;
	--swiper-width15: 15px;
}
.itemBox3_02b .commslist ul{
    height: auto;
}
.itemBox3_02b .commslist ul li{
	background-color: #fff;
	
}
.itemBox3_02b .commslist ul li h5{
	text-align: center;
	font-size: 18px;
	line-height: 2em;
	color: #000;
}
.itemBox3_02b .commslist ul li img{
	width: 100%;
	max-height: 350px;
}



/*************/
.pages {
	margin: 0 auto;
	width: auto;
	display: flex;
}

.pages #Pagination {
	float: left;
	overflow: hidden;
}

.pages #Pagination .pagination {
	height: 40px;
	text-align: center;
	font-family: \u5b8b\u4f53, Arial;
}

.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
	float: left;
	display: inline;
	padding: 11px 20px;
	border: 1px solid #e6e6e6;
	border-right: none;
	background: #f6f6f6;
	color: #666666;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
	cursor: pointer;
}

.pages #Pagination .pagination .current {
	background: #c01900;
	color: #fff;
}

.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
	float: left;
	padding: 11px 13px;
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	color: #666666;
	cursor: pointer;
}

.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
	display: inline-block;
	width: 4px;
	height: 11px;
	margin-right: 5px;
	/* background: url(../images/icon.fw.png) no-repeat; */
}

.pages #Pagination .pagination .prev {
	border-right: none;
}

.pages #Pagination .pagination .prev i {
	background-position: -144px -1px;
	*background-position: -144px -4px;
}

.pages #Pagination .pagination .next i {
	background-position: -156px -1px;
	*background-position: -156px -4px;
}


.pager {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px;
	float: none;
	text-align: center;
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pager a {
	background: #ddd;
	color: #000;
	font-size: 14px;
	margin: 2px;
	padding: 5px 15px;
	text-decoration: none;
	/* max-width: 30px; */
	display: inline-block;
}

.pager a.current {
	background: #1c97ef;
	font-size: 14px;
	margin: 2px;
	padding: 15px 15px;
}

.pager a:hover {
	background: #1c97ef;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.hover_incase {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/****产品详细*****/
#buy {
	display: none;
}

.Xcontent {
	width: auto;
	height: auto;
	border: 1px solid #9999991c;
	padding: 10px;
	background: #fff;
}

.Xcontent06 {
	width: 40%;
	height: 400px;
	float: left;
	border: solid #9f9f9f solid 1px;
}

.Xcontent06 img {
	width: 100%;
	height: 100%;
}

.Xcontent08 {
	float: left;
	width: 78px;
	height: auto;
	margin-left: 20px;
	max-height: 400px;
	overflow-y: hidden;
}

.Xcontent08 .a3:first-child {
	margin-top: 0;
}

.Xcontent08 .a3 {
	width: 70px;
	height: 70px;
	border: 1px solid #e8e8e8;
	margin-top: 20px;
}

.Xcontent08 .a3 p {
	display: none;
}

.Xcontent13 {
	width: calc(60% - 150px);
	height: auto;
	float: right;
}

.Xcontent14,
.Xcontent16 {
	width: 100%;
	display: block;
}

.Xcontent14 p {
	font-size: 24px;
	color: #333;
	margin-top: 0px;
}

.Xcontent16 p {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

.Xcontent17 {
	width: calc(100% - 30px);
	height: auto;
	background: #f5f3ef;
	margin-top: 30px;
	overflow: hidden;
	padding: 15px;
	font-size: 16px;
	color: #000;
	line-height: 3em;
}

.Xcontent17 b {
	font-weight: 500;
}

.right_mian .title_page {
	width: 100%;
	border-bottom: #3956a4 solid 2px;
	height: auto;
}

.right_mian .title_page h1 {
	font-size: 24px;
	background-color: #3956a4;
	line-height: 2em;
	padding: 0 15px;
	width: 100px;
	margin-top: 30px;
	color: #fff;
	font-weight: 500;
}

.prc_data {
	width: auto;
	max-width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.main{
		display: block;
	}
	.main_01a {
	    width: 100%;
	    max-width: 100%;
	}
	.page_muen_nav a{
		font-size: 14px
	}
	.main_01a ul{
		justify-content: center;
	}
	.main_01a ul li{
		    width: auto;
		    padding: 1% 2%;
		        margin: 2%;
	}
	.main_01a ul li a{
		font-size: 16px;    line-height: 2em;
	}
	.news ul li{
		    max-width: calc(100%/1 - 20px);
	}
	.title_text{
		margin-bottom:1%
	}
	.H_list a.text {
		font-size: 0.3rem;
		height: 35px;
		line-height: 35px;
		margin-bottom: 0.15rem;
	}

	/* æ–°é—»è¯¦ç»† */
	.news_data .title_page h1 {
		font-size: 18px;
		line-height: 1.5em;
	}

	.news_data .alignleft p {
		float: left;
		width: 100%;
	}

	.news_data .align_b {
		text-align: left;
	}

	.news_data .des_page span {
		font-size: 14px;
		padding: 0 2px;
	}

	.news_data .news_content p {
		font-size: 14px;
	}

	/* 产品详细 */
	.Xcontent {
		padding: 0;
	}

	.Xcontent06 {
		width: 100%;
		height: auto;
		float: unset;
	}

	.Xcontent08 {
		width: 100%;
		margin-left: 0
	}

	.Xcontent08 .a3 {
		float: left;
		margin-top: 0;
		margin-left: 10px;
	}

	.Xcontent13 {
		width: 100%;
	}

	.Xcontent16 {
		display: none;
	}
}