<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 14px;
}

body {
	font-family: "å¾®è½¯é›…é»‘";
}

.navMain {
	width: 1600px;
	margin: 1em auto;
}

.pageMain {
	width: 1600px;
	margin: 0 auto;
}

.main {
	width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.navMain {
		width: 90%;
	}

	.pageMain {
		width: 100%;
	}

	.main {
		width: 95%;
		margin: 0 auto;
	}

	html {
		font-size: 14px;
	}
}

@media screen and (min-width:769px) {
	.navMain {
		width: 85%;
	}

	.banner {
		width: 100% !important;
	}

	.content {
		width: 100%;
		margin: 0 auto;
	}

	.about {
		width: 100%;
	}

	.news {
		width: 100%;
	}

	.product {
		width: 100%;
	}

	.foooter {
		width: 100%;
	}

	.main {
		width: 90%;
		/* width: 700px; */
		margin: 0 auto;
	}
}

@media screen and (min-width:1200px) {
	.navMain {
		width: 85%;
		/* width: 1100px; */
		margin: 1em auto;
	}

	.banner {
		width: 100%;
	}

	.content {
		width: 100%;
		margin: 0;
	}

	.about {
		width: 100%;
	}

	.news {
		width: 100%;
	}

	.product {
		width: 100%;
	}

	.foooter {
		width: 100%;
	}

	.main {
		width: 90%;
		/* width: 1000px; */
		margin: 0 auto;
	}
}

@media screen and (min-width:1441px) {
	.navMain {
		width: 85%;
		/* width: 1300px; */
		margin: 1em auto;
	}

	.banner {
		width: 100%;
	}

	.content {
		width: 100%;
		margin: 0;
	}

	.about {
		width: 100%;
	}

	.news {
		width: 100%;
	}

	.product {
		width: 100%;
	}

	.foooter {
		width: 100%;
	}

	.main {
		width: 90%;
		/* width: 1200px; */
		margin: 0 auto;
	}
}

@media screen and (min-width:1700px) {
	.navMain {
		width: 85%;
		/* width: 1600px; */
		margin: 1em auto;
	}

	.banner {
		width: 100%;
	}

	.content {
		width: 100%;
		margin: 0;
	}

	.about {
		width: 100%;
	}

	.news {
		width: 100%;
	}

	.product {
		width: 100%;
	}

	.foooter {
		width: 100%;
	}

	.main {
		width: 90%;
		/* width: 1500px; */
		margin: 0 auto;
	}
}



/* å³ä¾§æ‚¬æµ® start */
.right_div {
	position: fixed;
	top: 50%;
	right: 2%;
	transform: translate(0, -50%);
	z-index: 999;
}

.right_div ul li {
	margin: 10px 0;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
}

.right_div ul li div {
	display: none;
	width: 240px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
	background-color: rgba(50, 50, 50, 0.6);
	position: absolute;
	top: 0;
	right: 70px;
}

.right_div_code {
	background-color: rgba(50, 50, 50, 0) !important;
	text-align: right !important;
	height: 120px !important;
	line-height: 120px !important;
}

.right_div_code img {
	max-width: 100%;
}

.right_div ul li:hover div {
	display: block;
}

@media screen and (max-width:768px) {
	.right_div {
		display: none !important;
	}
}

/* å³ä¾§æ‚¬æµ® end */


/* nav start*/
.logo {
	flex: 1;
}

.PC_nav {
	flex: 6;
	justify-content: flex-end;
}

.nav_right {
	flex: 2;
	position: relative;
	margin-right: 30px;
}

.logo img {
	width: 310px;
}

.ph_nav {
	display: none;
}

.PC_nav ul li {
	float: left;
	position: relative;
}

.model {
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(50, 50, 50, 0.7);
}

.ph_pop {
	width: 50vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #FFF;
	z-index: 10;
}

.ph_pop .close {
	margin: 25px 0;
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
	font-size: 16px;
	color: rgb(180, 180, 180);
}

.ph_pop .inp .inp_search {
	outline: medium;
	width: 130px;
	height: 40px;
	margin: 0 auto;
	background-color: rgb(243, 240, 241);
	border: none;
	border-radius: 20px;
	padding-left: 15px;
}

.ph_pop .inp .sou {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: none;
	outline: medium;
	background: url(../img/index/top_serch.png) no-repeat center center;
}

.ph_inp {
	margin-bottom: 30px;
}

.topNav {
	font-size: 18px;
	display: inline-block;
	width: 100px;
	padding: 10px 0px;
	margin: 0 10px;
	border-radius: 8px;
	letter-spacing: 1px;
	text-align: center;
}

.topNav_act {
	background-color: rgba(50, 108, 211, 1);
	color: #FFF;
}

.topNav:hover {
	background-color: rgba(50, 108, 211, 1);
	color: #FFF;
}

.link {
	z-index: 99;
	width: 120px;
	left: 50%;
	transform: translate(-50%);
	padding: 25px 0 0;
}

.topNavLink {
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
	/* border-bottom: 5px solid #FFF; */
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.topNavLink:hover {
	transition: all 1s;
	background-color: #000;
}

.inp {
	position: relative;
}

.inp .sou {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: none;
	outline: medium;
	cursor: pointer;
	background: url(../img/index/top_serch.png) no-repeat center center;
}

.inp_search {
	outline: medium;
	width: 170px;
	height: 40px;
	background-color: rgb(243, 240, 241);
	border: none;
	border-radius: 20px;
	padding-left: 15px;
}

.nav_line {
	width: 1px;
	height: 50px;
	background-color: rgba(120, 120, 120, 0.5);
}

.inp::after {
	/* content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: darkgray;
	left: 105%;
	top: 50%;
	transform: translate(-50%, -50%); */
}

.nav_right div p img {
	width: 15px;
	height: 17px;
	margin-right: 5px;
}

.nav_right div p {
	color: rgb(186, 186, 186);
	line-height: 1.6em;
}

.call {
	color: rgb(217, 30, 50) !important;
	font-size: 20px;
	font-weight: 700;
}

@media screen and (max-width:768px) {
	.logo {
		display: flex;
		justify-content: space-between;
	}

	.logo img {
		width: 94px;
	}

	.PC_nav,
	.nav_right {
		display: none;
	}

	.ph_nav {
		display: block;
		width: 20px !important;
	}

}

@media screen and (min-width:769px) and (max-width:1199px) {
	.logo {
		display: flex;
		justify-content: space-between;
	}

	.logo img {
		width: 100px;
	}

	.PC_nav,
	.nav_right {
		display: none;
	}

	.ph_nav {
		display: block;
		width: 20px !important;
	}
}

@media screen and (min-width:1200px) {
	.logo img {
		width: 120px;
	}

	.topNav {
		font-size: 18px;
		display: inline-block;
		width: 85px;
		padding: 10px 0px;
		margin: 0 5px;
		border-radius: 8px;
		letter-spacing: 1px;
		text-align: center;
	}

	.PC_nav {
		flex: 5.5;
		justify-content: flex-end;
	}

	.nav_right {
		flex: 2.8;
		position: relative;
		margin-right: 0px;
	}

	.inp_search {
		outline: medium;
		width: 140px;
		height: 40px;
		background-color: rgb(243, 240, 241);
		border: none;
		border-radius: 20px;
		padding-left: 15px;
	}

	.inp::after {
		/* content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 50px;
		background-color: darkgray;
		left: 107%;
		top: 50%;
		transform: translate(-50%, -50%); */
	}
}

@media screen and (min-width:1441px) {
	.logo img {
		width: 310px;
	}

	.topNav {
		font-size: 18px;
		display: inline-block;
		width: 100px;
		padding: 10px 0px;
		margin: 0 5px;
		border-radius: 8px;
		letter-spacing: 1px;
		text-align: center;
	}

	.PC_nav {
		flex: 5.5;
		justify-content: flex-end;
	}

	.nav_right {
		flex: 2.5;
		min-width: 290px !important;
		position: relative;
		margin-right: 0;
	}

	.inp_search {
		outline: medium;
		width: 140px;
		height: 40px;
		background-color: rgb(243, 240, 241);
		border: none;
		border-radius: 20px;
		padding-left: 15px;
	}

	.inp::after {
		/* content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 50px;
		background-color: darkgray;
		left: 160px;
		top: 50%;
		transform: translate(-50%, -50%); */
	}

	.call {
		color: rgb(217, 30, 50) !important;
		font-size: 18px;
		font-weight: 700;
	}
}

@media screen and (min-width:1700px) {
	.nav_right {
		flex: 2;
		position: relative;
		margin-right: 0;
	}

	.inp_search {
		outline: medium;
		width: 170px;
		height: 40px;
		background-color: rgb(243, 240, 241);
		border: none;
		border-radius: 20px;
		padding-left: 15px;
	}

	.inp::after {
		/* content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 50px;
		background-color: darkgray;
		left: 210px;
		top: 50%;
		transform: translate(-50%, -50%); */
	}
}

/* nav end */




/* banner start*/

.banner {
	height: 396px;
}

.banner img {
	width: 100%;
	min-height: 396px;
	object-fit: cover;
}

.banner_index {
	height: 710px;
}

.banner img {
	width: 100%;
	min-height: 710px;
	object-fit: cover;
}

.slideBox {
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, 50%);
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0 10px;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	position: relative;
}



.slideBox .hd ul li.on {
	border: 1px solid #FFF;
	background-color: rgba(255, 255, 255, 0);
}

.slideBox .hd ul li.on::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd ul li {
	width: 100%;
	height: 710px;
	/* background: url(../img/index/banner.png) no-repeat center center; */
	/* background-size: cover; */
}

.slideBox .bd ul img {
	width: 100%;
	min-height: 710px;
	object-fit: cover;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

@media screen and (max-width:320px) {
	.banner {
		height: 150px;
	}

	.banner img {
		width: 100%;
		min-height: 150px;
		object-fit: cover;
	}

	.banner_index {
		height: 200px;
	}

	.slideBox {
		height: 200px;
		overflow: hidden;
		position: relative;
	}

	.slideBox .bd ul {
		width: 100%;
		height: 200px;
	}

	.slideBox .bd ul li {
		width: 100%;
		height: 200px;
		/* background: url(../img/index/banner.png) no-repeat center center; */
		/* background-size: cover; */
	}

	.slideBox .bd ul img {
		width: 100%;
		min-height: 200px;
		object-fit: cover;
	}

	.slideBox .hd ul li {
		width: 10px;
		height: 10px;
	}

	.slideBox .hd ul li.on {
		border: 1px solid #FFF;
		background-color: rgba(255, 255, 255, 0);
	}

	.slideBox .hd ul li.on::before {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		background-color: #FFF;
		position: absolute;
		left: 50%;
		top: 50%;
		border-radius: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width:321px) and (max-width:768px) {
	.banner {
		height: 150px;
	}

	.banner img {
		width: 100%;
		min-height: 150px;
		object-fit: cover;
	}

	.banner_index {
		height: 235px;
	}

	.slideBox {
		height: 235px;
		overflow: hidden;
		position: relative;
	}

	.slideBox .bd ul {
		width: 100%;
		height: 235px;
	}

	.slideBox .bd ul li {
		width: 100%;
		height: 235px;
		/* background: url(../img/index/banner.png) no-repeat center center; */
		/* background-size: cover; */
	}

	.slideBox .bd ul img {
		width: 100%;
		min-height: 235px;
		object-fit: cover;
	}

	.banner_title p {
		line-height: 1.2em;
	}

	.banner_title p:nth-child(1) {
		font-size: 18px;
	}

	.slideBox .hd ul li {
		width: 10px;
		height: 10px;
	}

	.slideBox .hd ul li.on {
		border: 1px solid #FFF;
		background-color: rgba(255, 255, 255, 0);
	}

	.slideBox .hd ul li.on::before {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		background-color: #FFF;
		position: absolute;
		left: 50%;
		top: 50%;
		border-radius: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width:769px) {
	.banner {
		width: 1400px;
		height: 300px;
	}

	.banner img {
		width: 100%;
		min-height: 300px;
		object-fit: cover;
	}


	.banner_index {
		height: 710px;
	}

	.banner_index img {
		width: 100%;
		min-height: 710px;
		object-fit: cover;
	}
}

@media screen and (min-width:1200px) {
	.banner {
		width: 100%;
		height: 445px;
	}

	.banner img {
		width: 100%;
		min-height: 445px;
		object-fit: cover;
	}

	.banner_index {
		height: 710px;
	}

	.banner_index img {
		width: 100%;
		min-height: 710px;
		object-fit: cover;
	}
}


/* banner end */



/* content start */
.content {
	background: url(../img/other/ny_bg.png) repeat fixed center;
}

.con {
	margin-top: -170px;
	z-index: 99;
}

.content_title {
	height: 100px;
	background-color: transparent;
	color: #FFF !important;
}

.content_title p {
	line-height: 1.5em;
}

.content_title p:nth-child(1) {
	font-size: 32px;
}

.content_title p:nth-child(2) {
	color: #FFF;
}

.content_con {
	padding: 40px 70px 60px;
	background-color: #FFF;
}

.location {
	color: rgb(154, 154, 154);
}

.location img {
	margin: 0 5px 0 0;
}

.location a {
	color: rgb(154, 154, 154);
	margin: 0 3px;
}

.location a:nth-child(3) {
	/*color: rgb(100, 100, 100);*/
}

/* -------------------con_top_tab--------------------- */
.con_top_tab ul li {
	padding: 10px 30px;
	margin: 0 10px;
	border-radius: 8px;
}

.con_top_tab ul li a {
	font-size: 18px;
}

.con_top_tab ul li:hover {
	transition: all 1s;
	background-color: rgb(50, 108, 211);
	cursor: pointer;
}

.con_top_tab ul li:hover a {
	color: #FFF;
}

.con_top_tab_act {
	background-color: rgb(50, 108, 211);
}

.con_top_tab_act a {
	color: #FFF;
}

/* -------------------con_top_tab--------------------- */
.con_title {
	font-size: 28px;
	margin: 50px 0 30px;
}

.con_title_tip {
	padding: 20px 0 20px;
	border-bottom: 1px solid rgba(154, 154, 154, 0.4);
}

.con_title_tip p {
	color: rgb(154, 154, 154);
	font-size: 16px;
	margin: 0 20px;
}

.con_con {
	display: flex;
	flex-direction: column;
}

.con_con * {
	margin: 0;
}

.con_con p {
	line-height: 2em;
}

.con_con img {
	max-width: 100%;
	margin: 0 auto;
}

.con_con_news img {
	margin: 20px 0;
}

.share {
	padding: 20px 0 30px;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid rgba(154, 154, 154, 0.5);
}

.share ul li {
	margin: 0 10px;
}

.news_page div {
	cursor: pointer;
	padding: 15px 25px;
	margin: 40px 0;
	background-color: rgb(243, 247, 251);
	border: 1px solid rgba(200, 200, 200, 0.5);
	color: rgb(112, 112, 112);
}

.news_page div a {
	color: rgb(112, 112, 112);
}

.news_page div:hover {
	background-color: rgb(50, 108, 211);
}

.news_page div:hover {
	color: #FFF;
}

.news_page div:hover a {
	color: #FFF;
}

/* -------------------search--------------------- */
.con_search_list a {
	color: rgb(120, 120, 120);
}

.con_search_list * {
	margin: 5px 0;
}

.search_date {
	display: inline-block;
	padding: 10px 0 5px;
	color: rgb(154, 154, 154);
	border-bottom: 1px solid rgba(154, 154, 154, 0.5);
}

.search_title {
	color: #000000;
	font-size: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.con_search_list:hover .search_title {
	transition: all 0.5s;
	color: rgb(50, 108, 211);
}

.search_con {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* -------------------search--------------------- */
/* -------------------news__list---------------------- */
.con_con_list {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.news_con_list:hover {
	cursor: pointer;
}

.con_con_list:hover {
	transition: all 0.5s;
	border-bottom: 1px solid rgba(50, 108, 211, 0.8);
}

.con_con_list:hover .con_txt_tit a {
	transition: all 1s;
	color: rgba(50, 108, 211, 1);
}

.con_con_list:hover .con_go {
	transition: all 1s;
	background: url(../img/other/ny_new2.png) no-repeat center center;
}

.con_img {
	flex: 1;
	overflow: hidden;
	height: 135px;
}

.con_img img {
	min-height: 135px;
	object-fit: cover;
}

.con_txt {
	flex: 4.5;
	padding: 0 30px;
}

.con_txt_tit {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.con_txt_con {
	color: rgb(154, 154, 154);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	cursor: pointer;

}

.con_go {
	flex: 0.5;
	height: 50px;
	background: url(../img/other/ny_new1.png) no-repeat center center;
}

.con_go img {
	width: auto;
	margin: 0;
}

.con_img:hover img {
	transition: all 1s;
	transform: scale(1.5);
	cursor: pointer;
}

/* -------------------news__list---------------------- */


/* -------------------news2__list---------------------- */
.news2_con_img {
	height: 134px;
	background-color: rgb(242, 243, 247);
}

.news2_con_img div {
	width: 50%;
	height: 80%;
}

.news_con_list:hover .news2_con_img {
	background-color: rgb(50, 108, 211);
}

.news_con_list:hover .news2_con_img a p {
	color: #FFFFFF;
}

.news2_con_img p:nth-child(1) {
	color: rgb(154, 154, 154);
	font-size: 26px;
	display: inline-block;
	padding: 0 5px;
	border-bottom: 1px solid rgba(154, 154, 154, 0.5);
}

.news2_con_img p:nth-child(2) {
	margin: 0;
	font-size: 14px;
	color: rgb(154, 154, 154);
}

/* -------------------news2__list---------------------- */

/* -------------------message__list---------------------- */
.con_message_list {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.con_message_list:hover {
	transition: all 0.5s;
	border-bottom: 1px solid rgba(50, 108, 211, 0.8);
}

.con_message_list:hover .message_txt_tit a {
	transition: all 1s;
	color: rgba(50, 108, 211, 1);
}

.con_message_list:hover .message_go {
	transition: all 1s;
	background: url(../img/other/ny_down2.png) no-repeat center right;
}

.message_txt {
	flex: 6;
	padding: 0 30px;
	border-left: 3px solid rgb(50, 108, 211);
}

.message_txt_tit a {
	font-size: 18px;
}

.message_go {
	flex: 1;
	height: 50px;
	cursor: pointer;
	color: rgb(154, 154, 154);
	background: url(../img/other/ny_down1.png) no-repeat center right;
}

/* -------------------message__list---------------------- */

/* -------------------product__list---------------------- */
.pro_list_item {
	width: 32%;
	margin: 1% 0.5%;
	border: 1px solid rgba(154, 154, 154, 0.3);
}

.pro_item_img {
	overflow: hidden;
	margin: inherit;
	border-bottom: 1px solid rgba(154, 154, 154, 0.3);
	width: 100%;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro_item_img img {
	max-width: 100%;
	height: 260px;
	object-fit: cover;
}

.pro_list_item:hover .pro_item_img img {
	transition: all 1s;
	transform: scale(1.2);
}

.pro_list_item:hover .pro_item_txt {
	background-color: rgb(50, 108, 211);
}

.pro_list_item:hover .pro_item_txt a {
	color: #FFF;
}

.pro_list_item:hover .pro_item_txt p:nth-child(2) {
	color: #FFF;
	border-bottom: 1px solid rgba(200, 200, 200, 0.8);
}

.pro_list_item:hover .pro_item_txt p:nth-child(3) {
	background: url(../img/index/index_12hover.png) no-repeat center right;
}

.pro_list_item:hover .pro_item_txt p:nth-child(3) a {
	color: rgba(255, 255, 255, 0.5);
}

.pro_item_txt {
	margin: 0;
}

.pro_item_txt p {
	padding: 10px 30px 0;
	margin: 0;
}

.pro_item_txt p:nth-child(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}

.pro_item_txt p:nth-child(2) {
	padding: 10px 30px 10px;
	height: 24px;
	line-height: 29px;
	border-bottom: 1px solid rgba(154, 154, 154, 0.3);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.pro_item_txt p:nth-child(2) a {
	color: rgb(120, 120, 120);
}

.pro_item_txt p:nth-child(3) {
	margin: 0px 30px;
	padding: 0;
	background: url(../img/index/index_12.png) no-repeat center right;
}

.pro_item_txt p:nth-child(3) a {
	color: rgba(154, 154, 154, 0.8);
}

.pro_page ul li {
	width: 30px;
	height: 30px;
	border: 1px solid gray;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	cursor: pointer;
	color: rgb(120, 120, 120);
}

.pro_page ul li * {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.pro_page ul li a {
	color: rgb(120, 120, 120);
}

.pro_page ul li:hover {
	background-color: rgb(50, 108, 211);
	color: #FFF !important;
}

.pro_page ul li:hover a {
	color: #FFF !important;
}

.pro_page_act {
	background-color: rgb(50, 108, 211);
}

.pro_page_act a {
	color: #FFF !important;
}

.active {
	background-color: rgb(50, 108, 211);
}

.active span {
	color: #FFF !important;
}

/* -------------------product__list---------------------- */



/* -------------------callMy---------------------- */
.con_title_call {
	margin: 50px 0 0;
}

.call_title {
	font-size: 28px;
}

.call_con {
	display: flex;
	margin: 30px 0 60px;
}

.call_form {
	flex: 2;
	/* height: 270px; */
	margin-right: 20px;
}

.call_inp {
	height: calc(270px - 205px);
}

.call_inp div {
	/* flex: 1; */
	width: 48%;
	position: relative;
	float: left;
	display: inline-block;
}

.call_inp&gt;div:nth-child(2) {
	/* display: flex; */
	/* justify-content: flex-end; */
	float: right;
}

.call_inp div input {
	width: calc(100% - 13% * 2 - 2px);
	padding: 14px 13%;
}

.call_inp div img {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0, -50%);
}

.inp_name {
	border: 1px solid rgba(154, 154, 154, 0.3);
	background-color: rgb(247, 247, 247);
	outline: medium;
	font-size: 18px;
}

.inp_tel {
	border: 1px solid rgba(154, 154, 154, 0.3);
	background-color: rgb(247, 247, 247);
	outline: medium;
	font-size: 18px;
}

.inp_name::-webkit-input-placeholder {
	color: rgba(154, 154, 154, 0.8);
}

.inp_name::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(154, 154, 154, 0.8);
}

.inp_name:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(154, 154, 154, 0.8);
}

.inp_name:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(154, 154, 154, 0.8);
}

.inp_tel::-webkit-input-placeholder {
	color: rgba(154, 154, 154, 0.8);
}

.inp_tel::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(154, 154, 154, 0.8);
}

.inp_tel:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(154, 154, 154, 0.8);
}

.inp_tel:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(154, 154, 154, 0.8);
}

.call_textarea {
	position: relative;
	margin-top: 15px;
}

.call_textarea img {
	position: absolute;
	top: 20px;
	left: 2%;
}

.inp_textarea {
	width: calc(100% - 6% * 2);
	height: calc(180px - 20px * 2);
	border: 1px solid rgba(154, 154, 154, 0.3);
	background-color: rgb(247, 247, 247);
	outline: medium;
	padding: 20px 6%;
	resize: none;
	font-size: 18px;
	font-family: "å¾®è½¯é›…é»‘";
}

.inp_textarea::-webkit-input-placeholder {
	color: rgba(154, 154, 154, 0.8);
}

.inp_textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(154, 154, 154, 0.8);
}

.inp_textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(154, 154, 154, 0.8);
}

.inp_textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(154, 154, 154, 0.8);
}

.call_info {
	flex: 1;
	height: 260px;
	margin-left: 20px;
	padding: 0 1%;
	border: 1px solid rgba(154, 154, 154, 0.3);

}

.call_info&gt;div {
	/* margin: 47px 40px; */
}

.call_info&gt;div div {
	font-size: 16px;
	margin: 20px 0;
}

.call_info&gt;div div img {
	margin-right: 10px;
}

.call_info&gt;div div span {
	font-size: 28px;
	color: rgb(50, 108, 211);
}

.inp_sub {
	margin: 20px 0 20px;
	padding: 15px 60px;
	font-size: 18px;
	background-color: rgb(50, 108, 211);
	color: #FFF;
	border: none;
	outline: medium;
}

#allmap {
	height: 500px;
}

/* -------------------callMy---------------------- */

@media screen and (max-width:768px) {
	.con {
		margin-top: -60px;
	}

	.content_title {
		height: 45px;
		background-color: transparent;
		color: #FFF;
	}

	.content_title p {
		line-height: 1.3em;
	}

	.content_title p:nth-child(1) {
		font-size: 16px;
	}

	.content_con {
		padding: 20px 10px 10px;
		background-color: #FFF;
	}

	/* -------------------con_top_tab--------------------- */
	.con_top {
		display: block;
	}

	.location {
		margin: 0 0 10px 0;
	}

	.con_top_tab ul li {
		width: 25%;
		line-height: 2.5em;
		text-align: center;
		padding: 0px;
		margin: 5px 2px;
		border-radius: 20px;
	}

	.con_top_tab ul li a {
		font-size: 16px;
	}

	.share {
		padding: 10px 0;
		margin: 10px 0;
	}

	.share ul li {
		margin: 0 5px;
	}

	.news_page div {
		padding: 10px 15px;
		margin: 5px 0;
	}

	/* -------------------con_top_tab--------------------- */

	/* -------------------search--------------------- */
	.con_search_list {
		color: rgb(154, 154, 154);
	}

	.search_date {
		display: inline-block;
		padding: 10px 0;
		color: rgb(154, 154, 154);
		border-bottom: 1px solid rgba(154, 154, 154, 0.5);
	}

	.search_title {
		font-size: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	/* -------------------search--------------------- */

	/* -------------------news__list---------------------- */
	.con_title {
		font-size: 20px;
		/* margin: 20px 0 10px; */
		margin: 0px;
	}

	.con_title_tip {
		padding: 10px 0 10px;
	}

	.con_title_tip p {
		font-size: 12px;
		margin: 0 5px;
	}

	.con_con * {
		margin: 2px 0;
	}

	.news2_con_img div {
		width: 70%;
		height: 100%;
	}

	.news2_con_img p:nth-child(1) {
		color: rgb(154, 154, 154);
		font-size: 16px;
		display: inline-block;
		padding: 5px 2px;
		font-weight: 700;
		line-height: 1em;
		border-bottom: 1px solid rgba(154, 154, 154, 0.5);
	}

	.news2_con_img p:nth-child(2) {
		margin: 0;
		line-height: 1em;
		font-size: 12px;
		color: rgb(154, 154, 154);
	}

	.con_con p {
		line-height: 2em;
	}

	.con_con_pro p {
		line-height: 1em;
	}

	.con_img {
		flex: 1.5;
		height: 60px;
	}

	.con_img img {
		min-height: auto;
	}

	.con_txt {
		flex: 4;
		padding: 0 10px;
	}

	.con_txt_tit {
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.con_txt_con {
		color: rgb(154, 154, 154);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.con_go {
		flex: 0.5;
		height: 20px;
	}

	.con_go img {
		width: 50%;
		margin: 0;
	}

	/* -------------------news__list---------------------- */

	/* -------------------message__list---------------------- */
	.con_message_list {
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(200, 200, 200, 0.5);
	}

	.message_txt {
		flex: 2;
		padding: 0 10px;
		border-left: 3px solid rgb(50, 108, 211);
	}

	.message_txt_tit a {
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.message_go {
		flex: 1.2;
		height: 50px;
		background: url(../img/other/ny_down1.png) no-repeat center right;
		background-size: 20%;
	}

	.message_go a {
		color: rgb(154, 154, 154);
	}

	/* -------------------message__list---------------------- */

	/* -------------------product__list---------------------- */
	.con_con_pro * {
		margin: 0;
	}

	.pro_item_img {
		overflow: hidden;
		margin: inherit;
		border-bottom: 1px solid rgba(154, 154, 154, 0.3);
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	.pro_item_img img {
		max-width: 100%;
		max-height: 110px;
		object-fit: cover;
	}

	.pro_list_item {
		width: 46%;
		margin: 10px 5px 10px !important;
		border: 1px solid rgba(154, 154, 154, 0.3);
	}

	.pro_item_txt {
		margin: 0;
	}

	.pro_item_txt p {
		padding: 10px 10px 0;
		margin: 0;
	}

	.pro_item_txt p:nth-child(1) a {
		font-size: 14px;
	}

	.pro_item_txt p:nth-child(2) {
		height: 2em;
		padding: 0px 10px 5px;
		-webkit-line-clamp: 2;
	}

	.pro_item_txt p:nth-child(3) {
		margin: 0px 10px;
		padding: 5px 0;
	}

	.pro_page ul li {
		margin: 0 5px;
	}

	/* -------------------product__list---------------------- */


	/* -------------------callMy---------------------- */
	.con_title_call {
		margin: 10px 0;
	}

	.call_title {
		font-size: 16px;
	}

	.call_con {
		display: flex;
		margin: 15px 0 0;
	}

	.call_con_from {
		display: block;
	}

	.call_form {
		align-items: center;
	}

	.call_inp {
		height: calc(230px - 185px);
	}

	.call_inp div {
		width: 48%;
	}

	.call_inp div input {
		width: calc(100% - 30% * 2 - 2px);
		padding: 10px 30%;
	}

	.inp_name,
	.inp_tel {
		font-size: 14px;
	}

	.inp_textarea {
		width: calc(100% - 14% * 2);
		height: calc(100px - 10px * 2);
		padding: 10px 14%;
		font-size: 14px;
		font-family: "å¾®è½¯é›…é»‘";
	}

	.call_textarea img {
		position: absolute;
		top: 10px;
		left: 3%;
	}

	.call_form {
		margin-right: 0px;
	}

	.call_info {
		height: 200px;
		margin: 0 0 40px;
		padding: 0 10px;
	}

	.call_info&gt;div div {
		font-size: 12px;
		margin: 20px 0;
	}

	.call_info&gt;div div span {
		font-size: 18px;
	}

	.inp_sub {
		margin: 20px 0 30px;
		padding: 10px 40px;
		font-size: 14px;
	}

	#allmap {
		display: none;
		height: 300px;
	}

	/* -------------------callMy---------------------- */
}

@media screen and (min-width:769px) and (max-width:1399px) {

	.con_top {
		display: block;
	}

	.location {
		margin: 0 0 10px 0;
	}

	.con_top_tab ul li {
		width: 25%;
		line-height: 2.5em;
		text-align: center;
		padding: 0px;
		margin: 5px 2px;
		border-radius: 20px;
	}

	.con_top_tab ul li a {
		font-size: 16px;
	}

	.con_title {
		margin: 0px;
	}

	.pro_list_item {
		width: 48%;
	}

	.call_con_from {
		display: block;
	}

	.call_form {
		flex: 1;
		margin-right: 0px;
	}

	.call_info {
		flex: 1;
		margin-left: 0px;
		padding: 0 1%;
	}

	.call_inp div input {
		width: calc(100% - 15% * 2 - 2px);
		padding: 14px 15%;
	}

	.inp_textarea {
		width: calc(100% - 7% * 2);
		padding: 20px 7%;
	}
}

@media screen and (min-width:1441px) and (max-width:1699px) {
	.call_inp div input {
		width: calc(100% - 15% * 2 - 2px);
		padding: 14px 15%;
	}

	.inp_textarea {
		width: calc(100% - 7% * 2);
		padding: 20px 7%;
	}
}

/* content end */



/* about start */
.about {
	height: 607px;
}

.about&gt;div {
	flex: 1;
	height: 100%;
	overflow: hidden;
}

.about&gt;div:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.about&gt;div:nth-child(1):hover img {
	transition: all 1s;
	transform: scale(1.2);
}

.about&gt;div:nth-child(2) {
	height: 100%;
	padding: 0 0 0 50px;
	background: url(../img/index/index_02.png) no-repeat bottom center;
}

.about&gt;div:nth-child(2)&gt;div {
	margin-top: 100px;
}

.w7_10 {
	width: 500px;
}

.about_title&gt;div {
	flex: 1;
}

.about_title&gt;div:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	width: 310px;
}

.about_tit {
	border-right: 1px solid rgb(2147, 214, 214);
}

.about_tit&gt;p {
	line-height: 1.5em;
}

.about_tit&gt;p:nth-child(1) {
	font-size: 32px;
}

.about_tit&gt;p:nth-child(2) {
	color: rgb(173, 173, 173);
}

.about_content {
	width: 85%;
	margin: 50px 0;
	font-size: 16px;
	text-indent: 2em;
	line-height: 2em;
}

.about_lookmore a {
	color: rgb(27, 147, 211);
	padding: 10px 0;
	border-bottom: 1px solid rgb(27, 147, 211);
	display: inline;
	zoom: 1;
}

.about_lookmore img {
	margin-left: 10px;
}

.about_lookmore:hover a {
	transition: all 1s;
	color: rgb(50, 108, 211);
	border-bottom: 1px solid rgb(50, 108, 211);
}

.about_lookmore:hover img {
	transition: all 1s;
	margin-left: 30px;
}

@media screen and (max-width:768px) {
	.about {
		height: 430px;
	}

	.about&gt;div:nth-child(1) {
		display: none;
	}

	.about&gt;div:nth-child(2) {
		height: 100%;
		padding: 0px;
		background: url(../img/index/index_02.png) no-repeat bottom center;
		background-size: 100%;
	}

	.about&gt;div:nth-child(2)&gt;div {
		width: 90%;
		margin: 30px auto 0;
	}

	.w7_10 {
		width: 100%;
	}

	.about_title&gt;div {
		flex: 1;
	}

	.about_title&gt;div:nth-child(2) {
		display: flex;
		justify-content: flex-end;
	}

	.about_title&gt;div:nth-child(2) img {
		height: 40px;
	}

	.about_tit {
		padding-right: 20px;
		border-right: 1px solid rgb(2147, 214, 214);
	}

	.about_tit&gt;p {
		line-height: 1.5em;
	}

	.about_tit&gt;p:nth-child(1) {
		font-size: 1.5rem;
	}

	.about_tit&gt;p:nth-child(2) {
		color: rgb(173, 173, 173);
	}

	.about_content {
		margin: 30px 0;
		font-size: 14px;
	}
}

@media screen and (min-width:769px) {
	.about {
		height: 607px;
	}

	.about&gt;div {
		flex: 1;
		height: 100%;
		overflow: hidden;
	}

	.about&gt;div:nth-child(1) img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (min-width:1200px) {
	.about {
		height: 607px;
	}

	.about&gt;div {
		flex: 1;
		height: 100%;
		overflow: hidden;
	}

	.about&gt;div:nth-child(1) img {
		width: 100%;
		min-height: 100%;
		object-fit: cover;
	}
}

/* about end */



/* news start */
.news {
	background: url(../img/index/index_04.png) no-repeat top center;
	padding: 50px 0 70px;
	margin-top: 60px;
}

.news&gt;div {
	height: 100%;
}

.news_title p {
	line-height: 1.5em;
}

.news_title p:nth-child(1) {
	font-size: 32px;
}

.news_title p:nth-child(2) {
	font-size: 14px;
	color: rgb(154, 154, 154);
}

.news_list {
	margin-top: 50px;
}

.news_item {
	flex: 1;
	width: 33%;
	padding: 0 30px;
}

.news_item_img {
	overflow: hidden;
	height: 254px;
	width: 100%;
	/* width: 372px; */
}

.news_item_img img {
	min-height: 254px;
	object-fit: cover;
}

.news_item_img img:hover {
	transition: all 0.5s;
	transform: scale(1.2);
}

.news_item_img img {
	width: 100%;
}

.news_item_dis {
	margin-top: 10px;
}

.news_item_date {
	width: 20%;
	margin: 0 4%;
	padding: 0 1%;
	margin-top: -10%;
	z-index: 10;
	background-color: rgb(241, 244, 249);
}

.news_item_date&gt;p:nth-child(1) {
	height: 60%;
	font-size: 36px;
	letter-spacing: 1px;
	color: rgb(154, 154, 154);
	border-bottom: 1px solid rgba(154, 154, 154, 0.2);
}

.news_item_date&gt;p:nth-child(2) {
	height: 30%;
	font-size: 14px;
	color: rgba(154, 154, 154, 0.8);
}

.news_item_date_act {
	transition: all 1s;
	background-color: rgb(50, 108, 211);
}

.news_item_date_act&gt;p:nth-child(1) {
	transition: all 1s;
	color: rgb(255, 255, 255);
}

.news_item_date_act&gt;p:nth-child(2) {
	transition: all 1s;
	color: rgba(255, 255, 255, 0.8);
}

.news_item_content {
	width: 70%;
	line-height: 2em;
	height: 110px;
}

.news_item_title {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0 0;
}

.news_item_con {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 15px 0 0;
}

.news_item_con a {
	color: gray;
}

.news_item_img2 {
	width: 47%;
	height: 144px;
	margin: 0 3% 0 0;
	overflow: hidden;
}

.news_item_img2 img {
	min-height: 144px;
	object-fit: cover;
	width: 100%;
}

.news_item_img2 img:hover {
	transition: all 0.5s;
	transform: scale(1.2);
}

.news_item_content2 {
	width: 50%;
	height: 148px;
}

.news_item_title2 {
	font-size: 18px;
	line-height: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news_item_con2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_item_con2 a {
	color: gray;
}

.look_dis {
	padding: 5px 30px;
	border: 1px solid gray;
	color: lightgray;
}

.look_dis a {
	color: rgb(154, 154, 154);
}

.look_dis:hover {
	transition: all 1s;
	border: 1px solid rgb(50, 108, 211);
	background-color: rgb(50, 108, 211);
}

.look_dis:hover a {
	transition: all 1s;
	color: #fff;
}

.news_item_list {
	margin-top: 20px;
}

.news_item_list ul li {
	/* width: 431.6px; */
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 2.3em;
	background: url(../img/index/index_12.png) no-repeat center left;
	padding-left: 30px;
	background-size: 7px 12px;
}

.news_item_list ul li a {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_item_list ul li:hover a {
	transition: all 0.5s;
	font-weight: 700;
	color: rgb(50, 108, 211);
}


@media screen and (max-width:768px) {
	.news {
		padding: 30px 0 20px;
		margin-top: 20px;
	}

	.news_title p {
		line-height: 1.5em;
	}

	.news_title p:nth-child(1) {
		font-size: 26px;
	}

	.news_title p:nth-child(2) {
		font-size: 14px;
		color: rgb(154, 154, 154);
	}

	.news_list {
		margin-top: 20px;
		display: block;
	}

	.news_item {
		flex: 1;
		width: 100%;
		padding: 0px;
		margin: 20px auto;
	}

	.news_item_img {
		overflow: hidden;
		height: 200px;
		width: 100%;
	}

	.news_item_img img {
		min-height: 200px;
		object-fit: cover;
	}

	.news_item_img2 {
		width: 47%;
		height: 120px;
		padding: 0 3% 0 0;
	}

	.news_item_img2 img {
		width: 100%;
		min-height: 120px;
		object-fit: cover;
	}

	.news_item_content2 {
		width: 50%;
		height: 120px;
	}

	.news_item_content {
		width: 75%;
		line-height: 2em;
		height: 70px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-evenly;
	}

	.news_item_date {
		width: 18%;
		margin: 0 2%;
		padding: 0 1%;
		margin-top: -8%;
		z-index: 10;
		background-color: rgb(241, 244, 249);
	}

	.news_item_date&gt;p:nth-child(1) {
		height: 60%;
		font-size: 28px;
		letter-spacing: 1px;
		color: rgb(154, 154, 154);
		border-bottom: 1px solid rgba(154, 154, 154, 0.2);
	}

	.news_item_date&gt;p:nth-child(2) {
		height: 30%;
		font-size: 12px;
		color: rgba(154, 154, 154, 0.8);
	}

	.news_item_date_act {
		transition: all 1s;
		background-color: rgb(50, 108, 211);
	}

	.news_item_title {
		font-size: 16px;
		line-height: 2em;
		width: 100%;
		height: 2em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin: 0;
	}

	.news_item_con {
		font-size: 14px;
		width: 100%;
		height: 1em;
		color: gray;
		line-height: 1em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin: 10px 0 0;
	}

	.news_item_title2 {
		font-size: 16px;
		line-height: 1.5em;
	}

	.news_item_con2 {
		width: 100%;
		height: 42px;
		font-size: 14px;
		color: gray;
		line-height: 1.5em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.look_dis {
		padding: 5px 15px;
		border: 1px solid gray;
		color: lightgray;
	}

	.news_item_list {
		margin-top: 20px;
	}

	.news_item_list ul li {
		width: calc(100% - 30px);
		line-height: 2.3em;
		padding-left: 20px;
		background-size: 5px 10px;
	}

	.news_item_list ul li a {
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media screen and (min-width:769px) and (max-width:1199px) {
	.pro_top {
		display: block;
	}

	.pro_tab {
		margin-top: 30px;
	}

	.pro_tab ul {
		display: block;
	}

	.pro_tab ul li {
		padding: 6px 0px;
		margin: 0px;
		border: 1px solid lightgray;
		border-radius: 30px;
		width: 23%;
		text-align: center;
		display: inline-block;
	}

	.pro_tab ul li img {
		display: none;
	}
}

/* news end */



/* product start */
.product {
	background-color: rgb(246, 250, 255);
	padding: 50px 0;
}

.pro_title p {
	font-size: 14px;
	line-height: 2em;
	color: rgb(154, 154, 154);
}

.pro_title p:nth-child(1) {
	font-size: 32px;
	color: #000000;
}

.pro_tab ul li {
	padding: 10px 20px;
	margin: 0 10px;
	border: 1px solid lightgray;
	border-radius: 30px;
	cursor: pointer;
}

.pro_tab ul li img {
	margin-right: 5px;
}

.pro_tab_act {
	background-color: rgb(50, 108, 211) !important;
	color: #FFF;
}

.pro_list {
	padding: 30px 0;
}

.pro_item {
	display: inline-block;
	width: 23%;
	margin: 1% 0.5% 0;
	line-height: 4em;
	background-color: #FFF;
	overflow: hidden;
}

.pro_item img {
	width: 100%;
	min-height: 242px;
	object-fit: cover;
}

.pro_item p {
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.pro_item:hover {
	transition: all 0.6s;
	box-shadow: 0px 4px 10px rgba(10, 10, 10, 0.2);
}

.pro_item img:hover {
	transition: all 1s;
	transform: scale(1.2);
}

.pro_lookmore {
	margin: 30px 0 0;
	padding: 10px 30px;
	border: 1px solid rgb(50, 108, 211);
}

.pro_lookmore a {
	color: rgb(24, 161, 211);
}

.pro_lookmore img {
	margin-left: 10px;
}

.pro_lookmore:hover img {
	transition: all 1s;
	transform: translateX(10px);
}

.pro_lookmore:hover a {
	transition: all 1s;
	color: rgb(50, 108, 211);
}

@media screen and (max-width:768px) {
	.product {
		background-color: rgb(246, 250, 255);
		padding: 20px 0;
	}

	.pro_top {
		display: block;
	}

	.pro_title {
		text-align: center;
	}

	.pro_title p {
		font-size: 14px;
		line-height: 2em;
		color: rgb(154, 154, 154);
	}

	.pro_title p:nth-child(1) {
		font-size: 32px;
		color: #000000;
	}

	.pro_tab {
		margin-top: 30px;
	}

	.pro_tab ul {
		display: block;
	}

	.pro_tab ul li {
		padding: 6px 0px;
		margin: 0px;
		border: 1px solid lightgray;
		border-radius: 30px;
		width: 23%;
		text-align: center;
		display: inline-block;
	}

	.pro_tab ul li img {
		display: none;
	}

	.pro_list {
		padding: 30px 0;
	}

	.pro_item {
		display: inline-block;
		width: 48%;
		margin: 1% 0.6% 0;
		line-height: 3em;
		background-color: #FFF;
		overflow: hidden;
	}

	.pro_item img {
		width: 100%;
		min-height: 121px;
	}
}

/* product end */

/* paginationåˆ†é¡µ  start */
.pagination {
	display: flex;
	align-items: center;
}

/* paginationåˆ†é¡µ  end */

/* footer start */
.foooter {
	color: #FFF;
	background-color: rgb(50, 108, 211);
}

.footer_top {
	padding: 40px 0 20px;
}

.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 3em;
	color: rgba(131, 191, 247, 1);
}

.footer_logo {
	flex: 1;
}

.footer_content {
	flex: 7;
}

.footer_code {
	flex: 2;
}

.footer_code&gt;div {
	width: 122px;
	height: 122px;
	text-align: center;
}

.footer_code&gt;div img {
	max-width: 100%;
	max-height: 100%;
}

.phone_address p {
	line-height: 2.5em;
}

.phone_address p em {
	font-size: 32px;
	font-weight: 700;
}

.e_address {
	display: none;
}

.e_mail {
	margin-left: 70px;
	line-height: 2em;
}

.code_txt {
	opacity: .8;
	font-size: 14px;
	width: 142px;
	height: 71px;
	background: url(../img/index/footer_erweimabg.png) no-repeat center center;
}

.code_txt p {
	width: 100%;
	text-align: center;
}

#cnzz_stat_icon_1279146279 {
	margin-left: 10px;
}

@media screen and (max-width:768px) {
	.footer_logo {
		display: none;
	}

	.footer_code {
		display: none;
	}

	.footer_top {
		padding: 15px 0 20px;
	}

	.footer_content {
		display: block;
		text-align: center;
	}

	.phone_address em::before {
		content: '';
		display: block;
	}

	.e_mail {
		margin: 0;
	}

	.phone_address p em {
		font-size: 20px;
		font-weight: 700;
	}

	.p_address {
		/* display: none; */
	}

	.e_address {
		display: block;
	}

	.phone_address {
		width: 100%;
	}
}

@media screen and (min-width:769px) and (max-width:1199px) {
	.footer_logo {
		display: none;
	}

	.footer_code {
		display: none;
	}

	.footer_top {
		padding: 15px 0 20px;
	}

	.footer_content {
		display: block;
		text-align: center;
	}

	.phone_address em::before {
		content: '';
		display: block;
	}

	.e_mail {
		margin: 0;
	}

	.phone_address p em {
		font-size: 20px;
		font-weight: 700;
	}

	.p_address {
		/* display: none; */
	}

	.e_address {
		display: block;
	}

	.phone_address {
		width: 100%;
	}
}

/* footer end */
</pre></body></html>