/** {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
}*/

body {
	/*font-size: 14px;*/
	min-width: 1300px;
	font-family: "jcyt";
}

a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

em,
i {
	display: block;
	font-style: normal;
}

:focus {
	outline: none;
}

.gy {
	max-width: 1400px;
	margin: 0 auto;
	min-width: 1300px;
	width: 100%;
}

@media screen and (max-width: 1550px) {
	.gy {
		width: calc(100% - 50px);
	}
}

@font-face {
	font-family: 'iconfont';
	/* Project id 1490935 */
	src: url('../fonts/font_1490935_fnuoszjvlei.woff2') format('woff2'), url('../fonts/font_1490935_fnuoszjvlei.woff') format('woff'), url('../fonts/font_1490935_fnuoszjvlei.ttf') format('truetype');
}



/*products*/

.pro_bc {
	width: 100%;
	
}

.pro_tit {
	text-align: center;
}

.pro_tit>b {
	font-size: 40px;
	color: #6384c9;
	display: block;
}

.pro_tit>b>span {
	font-size: 40px;
	color: #333;
}

.pro_tit>p {
	font-size: 18px;
	color: #333;
	margin: 20px 0 22px;
}

.pro_tit>i {
	display: block;
	width: 150px;
	height: 1px;
	background: #d7d7d7;
	margin: 0 auto;
	position: relative;
}

.pro_tit>i:after {
	position: absolute;
	content: "";
	width: 66px;
	height: 2px;
	background: #6384c9;
	top: 0;
	left: 50%;
	margin-left: -33px;
}

.pro_ic {
	display: flex;
	justify-content: space-between;
	
}

.pro_lc {
	width: 22.8%;
}

.pro_lt {
	text-align: center;
	background: url(../images/20210721142140_6155065.png) no-repeat center;
	width: 100%;
	height: 141px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pro_lt>b {
	display: block;
	color: #fff;
	font-size: 34px;
}

.pro_lt>p {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 14px;
}

.pro_rc {
	width: 75.5%;
}

.pro_rt {
	position: relative;
}

.pro_rt>p>img {
	width: 100%;
}

.pro_rt>div {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 0;
	left: 0;
	justify-content: center;
	padding-left: 8%;
}

.pro_rt>div>b {
	font-size: 48px;
	color: #fff;
	display: block;
}

.pro_rt>div>p {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.pro_cate tr td {
	display: block;
	padding: 0!important;
}

.pro_cate tr td b {
	font-size: 0;
}

.pro_cate tr td a {
	display: block;
	position: relative;
}

.pro_cate tr td:first-child a {
	font-size: 18px;
	font-weight: normal;
	line-height: 55px;
	padding-left: 30px;
	background: #6384c9;
	color: #fff!important;
	position: relative;
}

.pro_cate tr td:first-child a:after {
	position: absolute;
	
	font-family: "iconfont";
	font-size: 21px;
	right: 60px;
	top: 0;
}

.pro_cate #showtyepname {
	background: url(../images/20210721145417_1920571923.png) repeat center;
	padding: 34px 0 34px 22% !important;
}

.pro_cate #showtyepname a {
	font-size: 16px;
	color: #6f6e6e;
	transition: .3s;
}

.pro_cate #showtyepname a+a {
	margin-top: 34px;
}

.pro_cate #showtyepname a:after {
	position: absolute;
	content: "-->";
	top: -2px;
	left: -27px;
}

.pro_cate #showtyepname a:hover {
	color: #f2973d;
}

.pro_simg .divproduct_new_div,
.pro_simg .divproduct_new_div2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pro_simg .divproduct_new_div_item {
	flex-shrink: 0;
	width: 32%;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
}

.pro_simg {
	margin-top: 16px;
	height: 1378px;
	overflow: hidden;
}

.pro_simg .divproduct_new_div_item_a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f2973d;
	font-size: 16px;
	color: #fff;
}

.pro_simg .product_div_item_pic a {
	display: block;
	position: relative;
	overflow: hidden;
}

.pro_simg .product_div_item_pic a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
}

.pro_simg .divproduct_new_div_item:hover .product_div_item_pic a:after {
	opacity: 1;
}

.pro_simg .product_div_item_pic a:before {
	position: absolute;
	content: "查看详情";
	width: 124px;
	height: 27px;
	background: #f2973d;
	border-radius: 13px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	top: 20%;
	left: 50%;
	margin-left: -62px;
	margin-top: -5px;
	transition: all .5s;
	z-index: 99;
	opacity: 0;
}

.pro_simg .divproduct_new_div_item:hover .product_div_item_pic a:before {
	top: 50%;
	opacity: 1;
}

.proo {
	height: 908px;
	overflow: hidden;
	margin-top: 0px;
}

.product_div_item_pic img {
	width: 100%;
	height: auto;
}


/*process*/




