/* CSS Document */

.product_banner {
	width: 100%;
	background: url(../images/container_banner_001.jpg) no-repeat center center;
	height: 520px;
	margin: 0 auto;
	text-indent: -99999px;
}
.about_banner {
	width: 100%;
	background: url(../images/container_banner_001.jpg) no-repeat center center;
	height: 520px;
	margin: 0 auto;
	text-indent: -99999px;
	background-size:100%;
}
@media (min-width: 332px) and (max-width:1023px){
.about_banner,.product_banner{
	display:none;}
}

.main_ny {
	width: 100%;
	background: #fff;
	min-height: 800px;
	padding:20px 0px 50px;
}
@media (min-width: 332px) and (max-width:768px){
.main_ny{
	width: 100%;
	min-height: 20em;
	}
}

/* 内页标题样式START*/
.ny_title {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.ny_title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 50px 0px 10px;
	color: #666;
}
.ny_title p:nth-of-type(2) {
	font-size: 32px;
	font-family: "Microsoft Yahei";
	color: #003734;
}
.ny_title p:nth-of-type(2):before, .ny_title p:nth-of-type(2):after {
	content: "";
	width: 200px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.ny_title p:nth-of-type(2):before {
	margin-right: 50px;
}
.ny_title p:nth-of-type(2):after {
	margin-left: 50px;
}

@media (min-width: 332px) and (max-width:1023px) {
.ny_title {
	width: 80%;
	margin: 1em auto;
	text-align: center;
}
.ny_title p:nth-of-type(1) {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.5em 0 ;
	color: #666;
}
.ny_title p:nth-of-type(2) {
	font-size:1.2em;
	font-family: "Microsoft Yahei";
	color: #003734;
}
.ny_title p:nth-of-type(2):before, .ny_title p:nth-of-type(2):after {
	content: "";
	width:3em;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.ny_title p:nth-of-type(2):before {
	margin-right: 1em;
}
.ny_title p:nth-of-type(2):after {
	margin-left: 1em;
}
}
/* 内页标题样式END*/

.ny_about_html {
	width: 90%;
	margin: 60px auto 0px;
	font: 18px/35px "Microsoft Yahei";
}
@media (min-width: 332px) and (max-width:1023px) {
	.ny_about_html {
	width: 90%;
	margin: 1em auto 0;
}
	}

.ny_product_html {
	width: 90%;
	margin: 60px auto 0px;
	font: 18px/35px "Microsoft Yahei";
}

@media (min-width: 332px) and (max-width:1023px) {
	.ny_product_html {
	width: 90%;
	margin: 1em auto 0;
}
	}

.ny_detail_text {
	width: 100%;
	text-align:center;
	margin: 40px auto 40px;
	background:#eee;
}
.ny_detail_text img{
	width:50%;
	padding:40px 0px;
	}


.ny_detail_html {
	width: 98%;
	padding:0 1%;
	margin: 0px auto;
	font: 18px/35px "Microsoft Yahei";
	text-align:center;
}
.ny_detail_html img{
	margin:0px 0px;
	}
	
.ny_detail_html p:nth-of-type(1) {
	padding: 10px 0px 10px;
	color: #ccc;
	font: 25px/35px "Microsoft Yahei";
}
.ny_detail_html p:nth-of-type(2) {
	padding: 10px 0px 10px;
	color: #333;
	font: 25px/35px "Microsoft Yahei";
}

@media (min-width: 332px) and (max-width:1023px) {
.ny_detail_html img {
	width: 90%;
}
.ny_detail_html p:nth-of-type(1) {
	padding: 0.5em 0;
	font: 1em/1em "Microsoft Yahei";
}
.ny_detail_html p:nth-of-type(2) {
	padding: 0.5em 0;
	color: #333;
	font: 1em/1em "Microsoft Yahei";
}
.ny_detail_text img{
	width:90%;
	padding:1em 0;
	}

.detail_code img{
	width:40%;
	}
	}



.n_news_main{
	width:50%;
	margin-bottom:20px;
	float:left;
}
.n_news_main .n_news_pic {
	width:250px;
	float:left;
	margin-right:4%;
}

.n_news_main .n_news_html {
	width:96%;
}
.n_news_main .n_news_html .title {
	color: #333333;
	font-size: 18px;
	font-weight:bold;
	padding:5px 0px;
}

.n_news_main .n_news_html .note {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	border-top:1px solid #e5e5e5;
}
.n_news_main .n_news_html .more {
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
}



.ny_news_main{
	float:left;
	border:1px solid #eee;
	width:48%;
	padding:2%;
	margin:1% 1%;
	}
.ny_news_img{
	float:left;
	width:21%;
	}
.ny_news_img img{
	width:150px;
	height:150px;
	border-radius:50%;
	}

.ny_ntitle{
	float:left;
	width:75%;
	margin-left:4%;
	text-align:left;
	}


.ny__ntitle p:nth-of-type(1) {
	padding:5px 0px;
	font-size:24px;
	line-height:30px;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	color:#333;
}
.ny_ntitle p:nth-of-type(2) {
	padding:5px 0px;
	font-size: 16px;
	line-height:30px;
	font-family: "Microsoft Yahei";
	color:#333;
}


/*
@media (max-width:767px) {
.n_news_list_main {
	display: flex;
	flex-wrap:wrap;
	width:100%;
	/*align-content: flex-start;
}
.n_news_list_main li {
	position: relative;
	background: #fff;
	margin-bottom:1%;
	overflow:hidden;
	width:100%;
	padding-bottom:3%;
}
}*/

.pro_product_pic ul {
	width: 100%;
	margin:0;
	padding:0;
}
.pro_product_pic ul li {
	width:100%;
	text-align: center;
	margin:0 auto;
	margin-bottom:50px;
	padding:0;
	position:relative;
}

.pro_product_pic ul li img{ width:100%;
}

.pro_product_pic ul li .pro_name{
	position:absolute;
	right:80px;
	top:200px;
	z-index:999px;
	display:block;
	border:2px solid #000;
	text-align:left;
	padding:10px 20px;
	color:#000;
	font:bold 25px/35px "Microsoft Yahei";
	}

.product_pic ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin:0;
	padding:0;
}
.product_pic ul li {
	width: 30%;
	text-align: center;
	margin:3% 1.6%;
}

.product_pic ul li p:nth-of-type(1) {
	padding: 10px 0px 10px;
	color: #333;
	font:bold 20px/35px "Microsoft Yahei";
}
.product_pic ul li p:nth-of-type(2) {
	font:bold 14px/35px Arial, Helvetica, sans-serif;
	color:#ccc;
}
.product_pic ul li img {
	width: 100%;
}
.product_pic ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: All 0.4s ease-in-out; /*动画特效*/
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.product_pic ul li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/*WAP产品样式*/
@media (min-width: 300px) and (max-width:767px) {
.pro_product_pic ul li .pro_name{
	position:absolute;
	right:0px;
	top:25%;
	z-index:999px;
	display:block;
	border:1px solid #000;
	text-align:left;
	padding:0.8em 1em;
	color:#000;
	font:bold 0.8em/1.1em "Microsoft Yahei";
	}

.product_pic ul li {
	width:48%;
	text-align: center;
	margin:3% 1%;
}

.product_pic ul li p:nth-of-type(1) {
	padding: 10px 0px 10px;
	color: #333;
	font:bold 20px/35px "Microsoft Yahei";
}
.product_pic ul li p:nth-of-type(2) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ccc;
}
	}
@media (min-width: 768px) and (max-width:1023px) {

.pro_product_pic ul li {
	margin-bottom:1em;
}

.pro_product_pic ul li .pro_name{
	position:absolute;
	right:0px;
	top:30%;
	z-index:999px;
	display:block;
	border:1px solid #000;
	text-align:left;
	padding:0.8em 1em;
	color:#000;
	font:bold 1.2em/1.1em "Microsoft Yahei";
	}

.product_pic ul li {
	width: 48%;
	text-align: center;
	margin:3% 1%;
}

.product_pic ul li p:nth-of-type(1) {
	padding: 10px 0px 10px;
	color: #333;
	font:bold 0.9em/1em "Microsoft Yahei";
}
.product_pic ul li p:nth-of-type(2) {
	color:#ccc;
	font:bold 0.9em/1em Arial, Helvetica, sans-serif;
}
.product_pic ul li img {
	width: 100%;
}
.product_pic ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: All 0.4s ease-in-out; /*动画特效*/
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.product_pic ul li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
	}
	
@media (min-width: 300px) and (max-width:767px) {
.pro_product_pic ul li .pro_name{
	position:absolute;
	right:0px;
	top:25%;
	z-index:999px;
	display:block;
	border:1px solid #000;
	text-align:left;
	padding:0.8em 1em;
	color:#000;
	font:bold 0.8em/1.1em "Microsoft Yahei";
	}
	}
@media (min-width: 768px) and (max-width:2000px) {
.pro_product_pic ul li .pro_name{
	position:absolute;
	right:0px;
	top:42%;
	z-index:999px;
	display:block;
	border:2px solid #000;
	text-align:left;
	padding:0.8em 1em;
	color:#000;
	font:bold 1.3em/1.1em "Microsoft Yahei";
	}
	}
	
	
	
.product_pic .pro_tlist li{
	display:block;
	padding:1% 1% 0.5% 1%;
	border:1px solid #ccc;
	color:#000;
	}

.product_pic .pro_tlist p:nth-of-type(1) {
	padding:0;
	color: #000;
	font: 1em/1.5em "Microsoft Yahei";
}
.product_pic .pro_tlist p:nth-of-type(2) {
	padding:0.3em 0;
	font: 1.2em/2em Arial, Helvetica, sans-serif;
	color:#000;
}

@media (min-width: 300px) and (max-width:767px) {
	.product_pic .pro_tlist p:nth-of-type(2) {
	padding:0.3em 0;
	font: 0.9em/2em Arial, Helvetica, sans-serif;
	color:#000;
}
}


/* 分页样式 */
#pages {
	text-align: center;
	height: 2.2rem;
	margin-top: 2%;
	font:1.3rem/2.2rem Arial, Helvetica, sans-serif;
}
#pages a {
	border:#003734 1px solid;
	padding:1.2rem;
	COLOR: #000;
	MARGIN-RIGHT: 1rem;
	TEXT-DECORATION: none;
}
#pages a:hover {
 	border:#003734 1px solid;
	BACKGROUND-COLOR: #003734;
	color: #fff;
}
#pages a:active {
 	border: #003734 1px solid;
	BACKGROUND-COLOR: #003734;
	color: #fff;
}
#pages .current {
	border:#003734 1px solid;
	padding:1.2rem;
	FONT-WEIGHT: bold;
	COLOR: #fff;
	MARGIN-RIGHT: 1rem;
	BACKGROUND-COLOR: #003734;
}
#pages select {
	width: 3.7rem;
	border: 1px solid #ccc;
 	padding: .1rem;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
}
@media (max-width:767px) {
#pages {
	font:1rem/1rem Arial, Helvetica, sans-serif;
	text-align: center;
	height: 1rem;
	margin-top: 4%;
}
#pages a {
	border:#003734 1px solid;
	padding:.8rem;
	COLOR: #000;
 	MARGIN-RIGHT: .8rem;
	TEXT-DECORATION: none;
}
#pages a:hover {
	border:#003734 1px solid;
	BACKGROUND-COLOR: #003734;
	color: #fff;
}
#pages a:active {
 	border: #003734 1px solid;
	BACKGROUND-COLOR: #003734;
	color: #fff;
}
#pages .current {
	border:#003734 1px solid;
	padding:.8rem;
	FONT-WEIGHT: bold;
	COLOR: #fff;
	MARGIN-RIGHT: 1rem;
	BACKGROUND-COLOR: #003734;
}
#pages select {
	width: 1.5rem;
 	border: 1px solid #ccc;
 	padding: 1px;
	font:1.2rem/1rem Arial, Helvetica, sans-serif;
}
}
@media (min-width: 300px) and (max-width:766px) {
#pages {
	font:1rem/1rem Arial, Helvetica, sans-serif;
	text-align: center;
	height: 1rem;
	margin-top: 10%;
}}